[Pkg-xfce-commits] r7746 - goodies/trunk/thunar-vcs-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon May 27 08:37:07 UTC 2013


Author: corsac
Date: 2013-05-27 20:37:06 +0000 (Mon, 27 May 2013)
New Revision: 7746

Modified:
   goodies/trunk/thunar-vcs-plugin/debian/changelog
   goodies/trunk/thunar-vcs-plugin/debian/rules
Log:
  - include pkg-info.mk and architecture.mk from dpkg-dev to get useful
    variables.
  - add package name to libexecdir since the helpers are private and not
    shared libraries.

Modified: goodies/trunk/thunar-vcs-plugin/debian/changelog
===================================================================
--- goodies/trunk/thunar-vcs-plugin/debian/changelog	2013-05-27 20:23:40 UTC (rev 7745)
+++ goodies/trunk/thunar-vcs-plugin/debian/changelog	2013-05-27 20:37:06 UTC (rev 7746)
@@ -9,6 +9,10 @@
     - enable all hardening flags.
     - update paths for multiarch.
     - enable parallel build.
+    - include pkg-info.mk and architecture.mk from dpkg-dev to get useful
+      variables.
+    - add package name to libexecdir since the helpers are private and not
+      shared libraries.
   * debian/compat bumped to 9.
   * debian/control:
     - update debhelper build-dep to 9.

Modified: goodies/trunk/thunar-vcs-plugin/debian/rules
===================================================================
--- goodies/trunk/thunar-vcs-plugin/debian/rules	2013-05-27 20:23:40 UTC (rev 7745)
+++ goodies/trunk/thunar-vcs-plugin/debian/rules	2013-05-27 20:37:06 UTC (rev 7746)
@@ -1,11 +1,14 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/pkg-info.mk
+include /usr/share/dpkg/architecture.mk
+
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 override_dh_auto_configure:
 	NOCONFIGURE=1 xdt-autogen
-	dh_auto_configure
+	dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/$(DEB_SOURCE)/
 
 override_dh_makeshlibs:
 	dh_makeshlibs -n -X /usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-2/




More information about the Pkg-xfce-commits mailing list