diff -u nslint-3.0a2/debian/rules nslint-3.0a2/debian/rules
--- nslint-3.0a2/debian/rules
+++ nslint-3.0a2/debian/rules
@@ -32,7 +32,7 @@
 	/usr/bin/test config.guess -nt /usr/share/misc/config.guess || cp /usr/share/misc/config.guess .
 	/usr/bin/test config.sub -nt /usr/share/misc/config.sub || cp /usr/share/misc/config.sub .
 	if [ ! -x install-sh ]; then chmod +x install-sh ; fi
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man CFLAGS="$(CFLAGS)" LDFLAGS="-wl,-z,defs"
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 	touch configure-stamp
 
 
diff -u nslint-3.0a2/debian/changelog nslint-3.0a2/debian/changelog
--- nslint-3.0a2/debian/changelog
+++ nslint-3.0a2/debian/changelog
@@ -1,3 +1,10 @@
+nslint (3.0a2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed bug involving -wl needing to be -Wl. (Closes: #625177) 
+
+ -- Noah Swartz <swart...@media.mit.edu>  Sun, 21 Aug 2011 18:55:07 -0400
+
 nslint (3.0a2-1) unstable; urgency=low
 
   * new upstream version

Reply via email to