r76 - /packages/gnash/trunk/debian/rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Fri May 18 08:33:12 UTC 2007


Author: baby-guest
Date: Fri May 18 08:33:11 2007
New Revision: 76

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=76
Log:
Changes in the libary version


Modified:
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=76&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri May 18 08:33:11 2007
@@ -9,6 +9,8 @@
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
 
 CFLAGS = -Wall -g -Werror-implicit-function-declaration
 
@@ -183,7 +185,7 @@
 	dh_compress
 	dh_fixperms
 	#dh_makeshlibs -V 'libgnash0 (=$${binary:Version})'
-	dh_makeshlibs
+	dh_makeshlibs -V 'libgnash0 (=$(MAIN_VERSION))'
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the pkg-flash-devel mailing list