r275 - in /packages/gnash/trunk/debian: changelog rules

rmh at users.alioth.debian.org rmh at users.alioth.debian.org
Wed Jul 2 00:36:06 UTC 2008


Author: rmh
Date: Wed Jul  2 00:36:05 2008
New Revision: 275

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=275
Log:
  * Only pass --ignore-missing-info to dpkg-shlibdeps when the version
    we're using supports this option.

Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=275&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Wed Jul  2 00:36:05 2008
@@ -20,8 +20,10 @@
   [ Robert Millan ]
   * Add debian/patches/disable_fvisibility-inlines-hidden.  Fixes build on
     powerpc/etch.  Thanks Sylvain Beucler.
-
- -- Robert Millan <rmh at aybabtu.com>  Tue,  1 Jul 2008 18:36:33 +0200
+  * Only pass --ignore-missing-info to dpkg-shlibdeps when the version
+    we're using supports this option.
+
+ -- Robert Millan <rmh at aybabtu.com>  Wed,  2 Jul 2008 02:34:49 +0200
 
 gnash (0.8.3~rc2-1) experimental; urgency=low
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=275&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Wed Jul  2 00:36:05 2008
@@ -217,7 +217,7 @@
 	#dh_makeshlibs
 	test -e /usr/bin/dh_buildinfo && dh_buildinfo
 	dh_installdeb
-	dh_shlibdeps -l$(CURDIR)/debian/gnash-common/usr/lib/gnash -- --ignore-missing-info
+	dh_shlibdeps -l$(CURDIR)/debian/gnash-common/usr/lib/gnash -- $(shell dpkg-shlibdeps --help | sed -ne "s/.*\(--ignore-missing-info\).*/\1/p")
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the pkg-flash-devel mailing list