r2963 - in /unstable/evolution-data-server/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 15 20:48:48 UTC 2016


Author: biebl
Date: Fri Jul 15 20:48:47 2016
New Revision: 2963

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2963
Log:
Run override_dh_fixperms only for arch-any build.

Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/rules

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=2963&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Fri Jul 15 20:48:47 2016
@@ -1,6 +1,7 @@
 evolution-data-server (3.20.4-2) UNRELEASED; urgency=medium
 
   * Move chmod/chgrp calls for camel-lock-helper to override_dh_fixperms.
+  * Run override_dh_fixperms only for arch-any build.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 15 Jul 2016 19:32:56 +0200
 

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2963&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules	(original)
+++ unstable/evolution-data-server/debian/rules	Fri Jul 15 20:48:47 2016
@@ -22,7 +22,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libdir=\$${prefix}/lib/ \
+		--libdir=\$${prefix}/lib \
 		--libexecdir=\$${prefix}/lib/evolution \
 		--with-openldap \
 		--with-krb5=/usr \
@@ -45,10 +45,10 @@
 		debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 	dh_install --fail-missing -X.la
 
-override_dh_fixperms:
+override_dh_fixperms-arch:
 	chgrp mail $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper*
 	chmod g+s $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper*
-	dh_fixperms -X/usr/lib/evolution/camel-lock-helper*
+	dh_fixperms -a -X/usr/lib/evolution/camel-lock-helper*
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V -X/usr/lib/evolution-data-server/ -- -c4




More information about the pkg-evolution-commits mailing list