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

rmh at users.alioth.debian.org rmh at users.alioth.debian.org
Fri May 9 22:57:48 UTC 2008


Author: rmh
Date: Fri May  9 22:57:48 2008
New Revision: 232

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=232
Log:
Use --ignore-missing-info to make dpkg-shlibdeps happy (no big deal for a library package that has zero external dependencies).

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=232&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri May  9 22:57:48 2008
@@ -15,8 +15,10 @@
   * Install missing upstream /etc/gnash{,plugin}rc files.
   * Remove gcc-4.3.patch.  It's apparently not needed anymore (Martin
     Michlmayr confirmed it).
-
- -- Robert Millan <rmh at aybabtu.com>  Fri, 09 May 2008 22:30:01 +0000
+  * Use --ignore-missing-info to make dpkg-shlibdeps happy (no big deal
+    for a library package that has zero external dependencies).
+
+ -- Robert Millan <rmh at aybabtu.com>  Sat, 10 May 2008 00:56:09 +0200
 
 gnash (0.8.2-2) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=232&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri May  9 22:57:48 2008
@@ -183,7 +183,7 @@
 	#dh_makeshlibs
 	test -e /usr/bin/dh_buildinfo && dh_buildinfo
 	dh_installdeb
-	dh_shlibdeps -l$(CURDIR)/debian/gnash-common/usr/lib/gnash
+	dh_shlibdeps -l$(CURDIR)/debian/gnash-common/usr/lib/gnash -- --ignore-missing-info
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the pkg-flash-devel mailing list