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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 19 15:18:12 UTC 2010


Author: gregoa
Date: Sun Dec 19 15:17:55 2010
New Revision: 65996

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65996
Log:
debian/rules: add an override to remove the executable bit from POD files.

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

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/changelog?rev=65996&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Sun Dec 19 15:17:55 2010
@@ -9,6 +9,9 @@
   * New upstream release
   * Repacking to avoid file with slightly restricted adobe copyright
   * Patching test to avoid testing removed file
+
+  [ gregor herrmann ]
+  * debian/rules: add an override to remove the executable bit from POD files.
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 18 Dec 2010 21:41:27 +0000
 

Modified: trunk/libimager-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/rules?rev=65996&op=diff
==============================================================================
--- trunk/libimager-perl/debian/rules (original)
+++ trunk/libimager-perl/debian/rules Sun Dec 19 15:17:55 2010
@@ -13,3 +13,7 @@
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libimager-perl/examples/*
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x $(TMP)/usr/lib/perl5/Imager/*.pod




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