Control: tag -1 pending

Dear maintainer,

I've prepared an NMU for digitools (versioned as 1.03-1.2) and uploaded
it to DELAYED/5.  Please feel free to tell me if I should delay it
longer.

Regards,

-- 
Colin Watson                                       [cjwat...@debian.org]
diff -Nru digitools-1.03/debian/changelog digitools-1.03/debian/changelog
--- digitools-1.03/debian/changelog	2012-05-05 20:15:14.000000000 +0100
+++ digitools-1.03/debian/changelog	2013-06-04 10:56:00.000000000 +0100
@@ -1,3 +1,10 @@
+digitools (1.03-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Put libraries in LDLIBS, not LDFLAGS (closes: #641833, LP: #831389).
+
+ -- Colin Watson <cjwat...@debian.org>  Tue, 04 Jun 2013 10:55:56 +0100
+
 digitools (1.03-1.1) unstable; urgency=low
 
   * Non-maintainer upload; ACKed by the maintainer, see #664328.
diff -Nru digitools-1.03/debian/patches/02_link_order.patch digitools-1.03/debian/patches/02_link_order.patch
--- digitools-1.03/debian/patches/02_link_order.patch	1970-01-01 01:00:00.000000000 +0100
+++ digitools-1.03/debian/patches/02_link_order.patch	2013-06-04 10:54:40.000000000 +0100
@@ -0,0 +1,17 @@
+From: Colin Watson <cjwat...@ubuntu.com>
+Subject: Libraries belong in LDLIBS rather than LDFLAGS, otherwise the link
+ order will be wrong.
+
+Index: b/Makefile
+===================================================================
+--- a/Makefile
++++ b/Makefile
+@@ -3,7 +3,7 @@
+ SBINDIR = $(PREFIX)/sbin
+ 
+ # Users should not need to edit anything below this line.
+-LDFLAGS = -lasound
++LDLIBS = -lasound
+ CFLAGS = -Wall -Os
+ 
+ LN = ln
diff -Nru digitools-1.03/debian/patches/series digitools-1.03/debian/patches/series
--- digitools-1.03/debian/patches/series	2012-02-27 18:24:41.000000000 +0000
+++ digitools-1.03/debian/patches/series	2013-06-04 10:54:40.000000000 +0100
@@ -1 +1,2 @@
 01_prefix.patch
+02_link_order.patch

Reply via email to