r51054 - /desktop/unstable/totem/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 19:12:35 UTC 2016


Author: biebl
Date: Wed Sep 21 19:12:35 2016
New Revision: 51054

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51054
Log:
Don't reinvent gnome-version.mk

Modified:
    desktop/unstable/totem/debian/rules

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=51054&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem/debian/rules	[utf-8] Wed Sep 21 19:12:35 2016
@@ -4,7 +4,8 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 
 %:
 	dh $@ --with gnome,gir
@@ -23,9 +24,8 @@
 	dh_strip --dbgsym-migration='totem-dbg (<< 3.20.1-1~)'
 
 override_dh_makeshlibs:
-	dh_makeshlibs -p totem -X/usr/lib/$(DEB_HOST_MULTIARCH)/nautilus/ -Xplugins/
-	dh_makeshlibs -p libtotem0 \
-		-V "libtotem0 (>= $(shell dpkg-parsechangelog --show-field=Version)), libtotem0 (<< $(shell sed -ne '/^gnome:NextVersion=/ s/.*=// p' debian/libtotem0.substvars))" -Xplugins/
+	dh_makeshlibs -p totem -X/usr/lib/$(DEB_HOST_MULTIARCH)/nautilus/
+	dh_makeshlibs -p libtotem0 -V'libtotem0 (>= $(DEB_VERSION)), libtotem0 (<< $(DEB_GNOME_NEXTVERSION))'
 	dh_makeshlibs --remaining-packages -Xplugins/
 
 override_dh_girepository:




More information about the pkg-gnome-commits mailing list