r37216 - in /trunk/libcatalyst-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 1 17:44:56 UTC 2009


Author: gregoa
Date: Mon Jun  1 17:44:52 2009
New Revision: 37216

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37216
Log:
Fix permissions of /usr/share/perl5/Catalyst/Delta.pod.

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

Modified: trunk/libcatalyst-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/changelog?rev=37216&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/changelog (original)
+++ trunk/libcatalyst-perl/debian/changelog Mon Jun  1 17:44:52 2009
@@ -7,6 +7,7 @@
   [ gregor herrmann ]
   * Minimize debian/rules, bump dh dependency to 7.2.13 for the --skipdeps
     feature.
+  * Fix permissions of /usr/share/perl5/Catalyst/Delta.pod.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 27 May 2009 00:41:58 +0200
 

Modified: trunk/libcatalyst-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/rules?rev=37216&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/rules (original)
+++ trunk/libcatalyst-perl/debian/rules Mon Jun  1 17:44:52 2009
@@ -5,3 +5,7 @@
 
 override_dh_auto_test:
 	TEST_POD=1 dh_auto_test
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod 644 $(CURDIR)/debian/libcatalyst-perl/usr/share/perl5/Catalyst/Delta.pod




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