=== added directory 'debian'
=== added file 'debian/changelog'
--- debian/changelog	1970-01-01 00:00:00 +0000
+++ debian/changelog	2012-04-22 11:05:30 +0000
@@ -0,0 +1,5 @@
+elftoolchain (0.5.1-1) unstable; urgency=low
+
+  * Initial release.  (Closes: #473189)
+
+ -- Robert Millan <rmh@debian.org>  Sun, 22 Apr 2012 13:05:26 +0200

=== added file 'debian/compat'
--- debian/compat	1970-01-01 00:00:00 +0000
+++ debian/compat	2011-08-07 18:09:55 +0000
@@ -0,0 +1 @@
+8

=== added file 'debian/control'
--- debian/control	1970-01-01 00:00:00 +0000
+++ debian/control	2012-04-22 10:39:10 +0000
@@ -0,0 +1,25 @@
+Source: elftoolchain
+Section: libs
+Priority: extra
+Maintainer: Robert Millan <rmh@debian.org>
+Build-Depends:
+ debhelper (>= 8.0),
+ bison,
+ flex,
+ libarchive-dev,
+ m4,
+ pmake,
+Standards-Version: 3.9.2
+Homepage: http://elftoolchain.sourceforge.net/
+
+Package: libdwarf-elftoolchain-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libc0.1-dev | libc-dev
+Conflicts: libdwarf-dev
+Description: library to consume and produce DWARF debug information (ElfToolChain version)
+ The libdwarf package provides a shared library which allows reading/consumer
+ and writing/producer of DWARF debugging information from object files, shared
+ libraries, and executables.
+ .
+ This library is part of ElfToolChain.

=== added file 'debian/libdwarf-elftoolchain-dev.install'
--- debian/libdwarf-elftoolchain-dev.install	1970-01-01 00:00:00 +0000
+++ debian/libdwarf-elftoolchain-dev.install	2012-04-22 10:29:40 +0000
@@ -0,0 +1,3 @@
+libdwarf/libdwarf.a		usr/lib
+libdwarf/dwarf.h		usr/include
+libdwarf/libdwarf.h		usr/include

=== added directory 'debian/patches'
=== added file 'debian/patches/misc.diff'
--- debian/patches/misc.diff	1970-01-01 00:00:00 +0000
+++ debian/patches/misc.diff	2012-04-22 11:05:05 +0000
@@ -0,0 +1,22 @@
+--- a/ar/ar.c
++++ b/ar/ar.c
+@@ -429,7 +429,7 @@
+ static void
+ bsdar_version()
+ {
+-	(void)printf("%s (%s, %s)\n", ELFTC_GETPROGNAME(), archive_version(),
++	(void)printf("%s (%s, %s)\n", ELFTC_GETPROGNAME(), archive_version_string(),
+ 	    elftc_version());
+ 	exit(EXIT_SUCCESS);
+ }
+--- a/Makefile
++++ b/Makefile
+@@ -27,7 +27,7 @@
+ 
+ # Build the test suites.
+ .if exists(${.CURDIR}/test)
+-SUBDIR += test
++#SUBDIR += test
+ .endif
+ 
+ # Build documentation at the end.

=== added file 'debian/patches/series'
--- debian/patches/series	1970-01-01 00:00:00 +0000
+++ debian/patches/series	2012-04-22 10:01:32 +0000
@@ -0,0 +1 @@
+misc.diff

=== added file 'debian/rules'
--- debian/rules	1970-01-01 00:00:00 +0000
+++ debian/rules	2012-04-22 10:22:49 +0000
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	pmake NOGCCERROR=1
+
+override_dh_auto_clean:
+	pmake clean

=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format	1970-01-01 00:00:00 +0000
+++ debian/source/format	2012-04-22 09:40:48 +0000
@@ -0,0 +1 @@
+3.0 (quilt)

