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

rra at users.alioth.debian.org rra at users.alioth.debian.org
Tue Mar 17 22:01:47 UTC 2009


Author: rra
Date: Tue Mar 17 22:01:42 2009
New Revision: 32165

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32165
Log:
Fix chmod of POD documentation.

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=32165&op=diff
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/rules (original)
+++ trunk/libauthen-sasl-cyrus-perl/debian/rules Tue Mar 17 22:01:42 2009
@@ -1,6 +1,8 @@
 #! /usr/bin/make -f
 
 include /usr/share/quilt/quilt.make
+
+package = libauthen-sasl-cyrus-perl
 
 # Set the user environment variable required by the test suite.
 export USER=testuser
@@ -16,7 +18,7 @@
 
 install:
 	dh $@
-	chmod 644 debian/tmp/usr/lib/perl5/Authen/SASL/Cyrus.pod
+	chmod 644 debian/$(package)/usr/lib/perl5/Authen/SASL/Cyrus.pod
 
 binary binary-arch binary-indep:
 	dh $@




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