Control: tag -1 pending

Dear maintainer,

I've prepared an NMU for mdm (versioned as 0.1.3-2.1) 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 -u mdm-0.1.3/debian/changelog mdm-0.1.3/debian/changelog
--- mdm-0.1.3/debian/changelog
+++ mdm-0.1.3/debian/changelog
@@ -1,3 +1,11 @@
+mdm (0.1.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix link order to list libraries after the objects that require them
+    (closes: #641418, LP: #771082).
+
+ -- Colin Watson <cjwat...@debian.org>  Tue, 04 Jun 2013 10:30:35 +0100
+
 mdm (0.1.3-2) unstable; urgency=low
 
   * Fix upstream watch file
only in patch2:
unchanged:
--- mdm-0.1.3.orig/Makefile
+++ mdm-0.1.3/Makefile
@@ -24,10 +24,10 @@
 
 mdm-master : library/hazard.o
 mdm-top : library/procfs.o
-mdm-top : override LDFLAGS += -lcurses
+mdm-top : override LDLIBS += -lcurses
 
 mdm-% : programs/mdm-%.c $(LIB)
-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LDLIBS)
 
 LIB += library/hazard.o library/procfs.o
 $(LIB) : include/middleman.h

Reply via email to