r17966 - in /trunk/libcoy-perl/debian: changelog rules

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Tue Mar 25 18:11:46 UTC 2008


Author: joeyh
Date: Tue Mar 25 18:11:45 2008
New Revision: 17966

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17966
Log:
* Remove .pm chmod code, debhelper has fixed their permissions for years.

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

Modified: trunk/libcoy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoy-perl/debian/changelog?rev=17966&op=diff
==============================================================================
--- trunk/libcoy-perl/debian/changelog (original)
+++ trunk/libcoy-perl/debian/changelog Tue Mar 25 18:11:45 2008
@@ -13,6 +13,9 @@
   [ Martín Ferrari ]
   * debian/watch: changed to dist/ URL, and filed a bug to ask for upload of
     0.6 to CPAN (CPAN#33277).
+
+  [ Joey Hess ]
+  * Remove .pm chmod code, debhelper has fixed their permissions for years.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:21 +0200
 

Modified: trunk/libcoy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoy-perl/debian/rules?rev=17966&op=diff
==============================================================================
--- trunk/libcoy-perl/debian/rules (original)
+++ trunk/libcoy-perl/debian/rules Tue Mar 25 18:11:45 2008
@@ -21,7 +21,6 @@
 	dh_installdirs
 	$(MAKE) install PREFIX=$(CURDIR)/debian/libcoy-perl/usr
 	rm -f debian/libcoy-perl/usr/share/perl5/Lingua/EN/Inflect.pm
-	find debian/libcoy-perl -name "*.pm" | xargs chmod -x
 	[ ! -d $(CURDIR)/debian/libcoy-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libcoy-perl/usr/lib/perl5
 
 binary-arch: build install




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