r32166 - /trunk/libauthen-sasl-cyrus-perl/debian/rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Tue Mar 17 22:59:32 UTC 2009


Author: rra
Date: Tue Mar 17 22:59:28 2009
New Revision: 32166

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32166
Log:
Yet another round of trying to do the Cyrus.pod permission fix properly.

Modified:
    trunk/libauthen-sasl-cyrus-perl/debian/rules

Modified: trunk/libauthen-sasl-cyrus-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-cyrus-perl/debian/rules?rev=32166&op=diff
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/rules (original)
+++ trunk/libauthen-sasl-cyrus-perl/debian/rules Tue Mar 17 22:59:28 2009
@@ -16,12 +16,10 @@
 	dh build --remaining
 	touch $@
 
-install:
-	dh $@
+install binary binary-arch binary-indep:
+	dh $@ --until dh_fixperms
 	chmod 644 debian/$(package)/usr/lib/perl5/Authen/SASL/Cyrus.pod
-
-binary binary-arch binary-indep:
-	dh $@
+	dh $@ --remaining
 
 clean: unpatch
 	dh $@




More information about the Pkg-perl-cvs-commits mailing list