r14793 - in /trunk/libxml-rss-perl/debian: changelog control rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Tue Feb 12 15:08:08 UTC 2008


Author: gwolf
Date: Tue Feb 12 15:02:02 2008
New Revision: 14793

URL: http://svn.debian.org/wsvn/?sc=1&rev=14793
Log:
Fixed lintian warning regarding file permissions

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

Modified: trunk/libxml-rss-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/changelog?rev=14793&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/changelog (original)
+++ trunk/libxml-rss-perl/debian/changelog Tue Feb 12 15:02:02 2008
@@ -19,7 +19,12 @@
     - remove commented out stuff
     - let install-stamp target depend on build-stamp
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 10 Feb 2008 04:04:48 +0100
+  [ Gunnar Wolf ]
+  * Added myself to uploaders
+  * Fixed the permissions of nonexecutable files in
+    /usr/share/doc/libxml-rss-perl/examples/ (README, *.rdf)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 12 Feb 2008 09:00:34 -0600
 
 libxml-rss-perl (1.31-3) unstable; urgency=low
 

Modified: trunk/libxml-rss-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/control?rev=14793&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/control (original)
+++ trunk/libxml-rss-perl/debian/control Tue Feb 12 15:02:02 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  Vincent Danjean <vdanjean at debian.org>, Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>
+ gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>
 Standards-Version: 3.7.3
 Build-Depends: debhelper (>= 6)
 Build-Depends-Indep: perl, libtest-manifest-perl (>= 0.9), libtest-simple-perl,

Modified: trunk/libxml-rss-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/rules?rev=14793&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/rules (original)
+++ trunk/libxml-rss-perl/debian/rules Tue Feb 12 15:02:02 2008
@@ -57,6 +57,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installexamples examples/*
+	chmod 0644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/README $(TMP)/usr/share/doc/$(PACKAGE)/examples/*/*.rdf
 	dh_installdocs TODO
 	dh_installchangelogs Changes
 	dh_perl




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