r172 - in /packages/gnash/trunk/debian: changelog control rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Thu Feb 14 15:07:59 UTC 2008


Author: baby-guest
Date: Thu Feb 14 15:07:59 2008
New Revision: 172

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=172
Log:
NMU by Simon McVittie <smcv at ianadd.pseudorandom.co.uk>
Released as 0.8.1~rc.070818-2.1 in Debian


Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control
    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=172&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Feb 14 15:07:59 2008
@@ -1,3 +1,17 @@
+gnash (0.8.1~rc.070818-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add debian/shlibs.local so gnash-tools, gnash-cygnal automatically pick
+    up a dependency on gnash-common (= ${binary:Version}) due to use of
+    the private shared libraries (Closes: #451348); remove resulting duplicate
+    dependency from gnash, klash
+  * Set LD_LIBRARY_PATH while running dpkg-shlibdeps; this and the above
+    fix an unreported FTBFS with new dpkg-shlibdeps versions
+  * Amend changelog for version 0.7.2+cvs20070518.1557-1 to include missing
+    CVE ID CVE-2007-2500 for future reference
+
+ -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Tue, 11 Dec 2007 01:45:07 +0000
+
 gnash (0.8.1~rc.070818-2) unstable; urgency=low
 
   Upload prepared by by Cyril Brulebois to fix RC bugs:
@@ -182,7 +196,8 @@
   * Depending on libcurl?-gnutls-dev instead of libcurl?-openssl-dev for
     not depending on OpenSSL (incompatible with GPL license). Closes: #423884
   * Closes: #423433 , memory corruption vulnerability in gnash, due to a out
-    of bounds memory access ( http://savannah.gnu.org/bugs/?19774 )
+    of bounds memory access ( http://savannah.gnu.org/bugs/?19774,
+    CVE-2007-2500 )
   * gstreamer0.10-audiosink is a virtual package, modifying control.
   * Updated dependencies to use libcurl4 instead of libcurl3.
   * Depending on swfmill for check (as well as from ming and mtasc)

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=172&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Thu Feb 14 15:07:59 2008
@@ -32,7 +32,7 @@
 Package: gnash
 Section: utils
 Architecture: any
-Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player
  Gnash is a free Flash movie player, which works either standalone, or as
  plugin for Firefox/Mozilla or Konqueror. Currently it is in a alpha state.
@@ -55,7 +55,7 @@
 Package: klash
 Section: utils
 Architecture: any
-Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - standalone player for KDE
  Gnash is a free Flash movie player, which works either standalone, or as
  plugin for Firefox/Mozilla or Konqueror. Currently it is in a alpha state.

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=172&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Thu Feb 14 15:07:59 2008
@@ -163,7 +163,7 @@
 	dh_fixperms
 	#dh_makeshlibs
 	dh_installdeb
-	dh_shlibdeps
+	dh_shlibdeps -l$(CURDIR)/debian/gnash-common/usr/lib/gnash
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the pkg-flash-devel mailing list