r7523 - in /trunk/libimager-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Sep 13 09:22:03 UTC 2007


Author: dmn
Date: Thu Sep 13 09:22:03 2007
New Revision: 7523

URL: http://svn.debian.org/wsvn/?sc=1&rev=7523
Log:
* Drop executable permissing from usr/lib/perl5/Imager/APIRef.pod

Modified:
    trunk/libimager-perl/debian/changelog
    trunk/libimager-perl/debian/rules

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libimager-perl/debian/changelog?rev=7523&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Thu Sep 13 09:22:03 2007
@@ -8,8 +8,9 @@
     + replaced a couple of "rm -f"s with dh_clean
     + Do not ignore errors from $(MAKE) distclean
     + Dropped unused/unneeded dh_* calls
+  * Drop executable permissing from usr/lib/perl5/Imager/APIRef.pod
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 13 Sep 2007 12:12:58 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 13 Sep 2007 12:15:54 +0300
 
 libimager-perl (0.59-1) UNRELEASED; urgency=low
 

Modified: trunk/libimager-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libimager-perl/debian/rules?rev=7523&op=diff
==============================================================================
--- trunk/libimager-perl/debian/rules (original)
+++ trunk/libimager-perl/debian/rules Thu Sep 13 09:22:03 2007
@@ -56,6 +56,7 @@
 	# Add here commands to install the package into debian/tmp.
 	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
 	$(MAKE) install PREFIX=$(TMP)/usr
+	chmod a-x $(TMP)/usr/lib/perl5/Imager/APIRef.pod
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
 
 # Build architecture-independent files here.




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