r73022 - in /trunk/libxml-rss-perl/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Apr 21 19:12:51 UTC 2011


Author: periapt-guest
Date: Thu Apr 21 19:12:18 2011
New Revision: 73022

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73022
Log:
Added overrides to fix examples permissions

Modified:
    trunk/libxml-rss-perl/debian/changelog
    trunk/libxml-rss-perl/debian/rules

Modified: trunk/libxml-rss-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-perl/debian/changelog?rev=73022&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/changelog (original)
+++ trunk/libxml-rss-perl/debian/changelog Thu Apr 21 19:12:18 2011
@@ -9,6 +9,7 @@
   * Upped standards version to 3.9.2
   * Upped debhelper version to 8
   * Refreshed copyright
+  * Added overrides to fix examples permissions
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 21 Apr 2011 19:20:38 +0100
 

Modified: trunk/libxml-rss-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-perl/debian/rules?rev=73022&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/rules (original)
+++ trunk/libxml-rss-perl/debian/rules Thu Apr 21 19:12:18 2011
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
+
+PKG:=$(shell dh_listpackages)
+TMP:=$(CURDIR)/debian/$(PKG)
+EGS:=$(TMP)/usr/share/doc/$(PKG)/examples
 
 %:
 	dh $@
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod a-x $(EGS)/README $(EGS)/*/*.rdf
+




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