r26264 - in /trunk/librose-db-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 26 16:53:59 UTC 2008


Author: gregoa
Date: Sun Oct 26 16:53:56 2008
New Revision: 26264

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26264
Log:
debian/rules: fix permissions of /usr/share/perl5/Rose/DB/Tutorial.pod.

Modified:
    trunk/librose-db-perl/debian/changelog
    trunk/librose-db-perl/debian/rules

Modified: trunk/librose-db-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-perl/debian/changelog?rev=26264&op=diff
==============================================================================
--- trunk/librose-db-perl/debian/changelog (original)
+++ trunk/librose-db-perl/debian/changelog Sun Oct 26 16:53:56 2008
@@ -14,6 +14,7 @@
   [ gregor herrmann ]
   * debian/watch: use extended regexp for matching upstream releases.
   * debian/control: add libtest-pod-perl to enable an additional test
+  * debian/rules: fix permissions of /usr/share/perl5/Rose/DB/Tutorial.pod.
 
  -- Rene Mayorga <rmayorga at debian.org.sv>  Sun, 26 Oct 2008 00:36:18 -0600
 

Modified: trunk/librose-db-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-perl/debian/rules?rev=26264&op=diff
==============================================================================
--- trunk/librose-db-perl/debian/rules (original)
+++ trunk/librose-db-perl/debian/rules Sun Oct 26 16:53:56 2008
@@ -11,6 +11,7 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
+	chmod 644 $(CURDIR)/debian/librose-db-perl/usr/share/perl5/Rose/DB/Tutorial.pod
 	touch $@
 
 binary-arch:




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