r50461 - /desktop/unstable/gnome-contacts/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 13 17:06:51 UTC 2016


Author: biebl
Date: Tue Sep 13 17:06:50 2016
New Revision: 50461

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50461
Log:
Set libexecdir to /gnome-contacts

Modified:
    desktop/unstable/gnome-contacts/debian/rules

Modified: desktop/unstable/gnome-contacts/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-contacts/debian/rules?rev=50461&op=diff
==============================================================================
--- desktop/unstable/gnome-contacts/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-contacts/debian/rules	[utf-8] Tue Sep 13 17:06:50 2016
@@ -2,9 +2,7 @@
 
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-GNOME_MODULE := gnome-contacts
-
-export DEB_LDFLAGS_MAINT_APPEND += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
 	dh $@ --with gnome,gir
@@ -12,6 +10,10 @@
 # simplified from autogen.sh
 override_dh_autoreconf:
 	dh_autoreconf sh -- -c "AUTOPOINT='intltoolize --automake --copy' autoreconf"
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--libexecdir=\$${libdir}/gnome-contacts
 
 # build from vala source
 override_dh_auto_clean:




More information about the pkg-gnome-commits mailing list