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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 15 17:33:33 UTC 2016


Author: biebl
Date: Fri Jul 15 17:33:33 2016
New Revision: 2960

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2960
Log:
Move chmod/chgrp calls for camel-lock-helper to override_dh_fixperms.

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=2960&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Fri Jul 15 17:33:33 2016
@@ -1,3 +1,9 @@
+evolution-data-server (3.20.4-2) UNRELEASED; urgency=medium
+
+  * Move chmod/chgrp calls for camel-lock-helper to override_dh_fixperms.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 15 Jul 2016 19:32:56 +0200
+
 evolution-data-server (3.20.4-1) unstable; urgency=medium
 
   * Team upload.

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2960&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules	(original)
+++ unstable/evolution-data-server/debian/rules	Fri Jul 15 17:33:33 2016
@@ -44,10 +44,10 @@
 	mv debian/tmp/usr/lib/pkgconfig/lib* debian/tmp/usr/lib/pkgconfig/camel* \
 		debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 	dh_install --fail-missing -X.la
+
+override_dh_fixperms:
 	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*
-
-override_dh_fixperms:
 	dh_fixperms -X/usr/lib/evolution/camel-lock-helper*
 
 override_dh_makeshlibs:




More information about the pkg-evolution-commits mailing list