r12 ./uriparser: Use unified diff for the symbols.

Adeodato Simó dato at net.com.org.es
Sat Oct 6 15:53:48 UTC 2007


------------------------------------------------------------
revno: 12
committer: Adeodato Simó <dato at net.com.org.es>
branch nick: uriparser
timestamp: Sat 2007-10-06 17:53:48 +0200
message:
  Use unified diff for the symbols.
modified:
  debian/rules
-------------- next part --------------
=== modified file 'debian/rules'
--- a/debian/rules	2007-09-21 11:41:01 +0000
+++ b/debian/rules	2007-10-06 15:53:48 +0000
@@ -80,7 +80,7 @@
 	dh_installdirs
 	cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 	dh_install --list-missing
-	nm -D $(CURDIR)/debian/tmp/usr/lib/liburiparser.so.1 | sed -ne 's/.* T //p' | env LC_ALL=C sort | diff $(CURDIR)/debian/liburiparser1.symbols -
+	nm -D $(CURDIR)/debian/tmp/usr/lib/liburiparser.so.1 | sed -ne 's/.* T //p' | env LC_ALL=C sort | diff -u $(CURDIR)/debian/liburiparser1.symbols -
 	touch $@ 
 
 #



More information about the pkg-xiph-commits mailing list