r13281 - in /trunk/libmail-imapclient-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Wed Jan 23 12:34:46 UTC 2008


Author: ntyni
Date: Wed Jan 23 12:34:46 2008
New Revision: 13281

URL: http://svn.debian.org/wsvn/?sc=1&rev=13281
Log:
* Remove the execute bit from all the POD files.

Modified:
    trunk/libmail-imapclient-perl/debian/changelog
    trunk/libmail-imapclient-perl/debian/rules

Modified: trunk/libmail-imapclient-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-imapclient-perl/debian/changelog?rev=13281&op=diff
==============================================================================
--- trunk/libmail-imapclient-perl/debian/changelog (original)
+++ trunk/libmail-imapclient-perl/debian/changelog Wed Jan 23 12:34:46 2008
@@ -1,6 +1,7 @@
 libmail-imapclient-perl (3.03-2) UNRELEASED; urgency=low
 
   * Install the separate POD documentation in *.pod files. (Closes: #462234)
+  * Remove the execute bit from all the POD files.
 
  -- Niko Tyni <ntyni at debian.org>  Wed, 23 Jan 2008 14:24:58 +0200
 

Modified: trunk/libmail-imapclient-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-imapclient-perl/debian/rules?rev=13281&op=diff
==============================================================================
--- trunk/libmail-imapclient-perl/debian/rules (original)
+++ trunk/libmail-imapclient-perl/debian/rules Wed Jan 23 12:34:46 2008
@@ -30,6 +30,7 @@
 	$(MAKE) install PREFIX=/usr DESTDIR=$(TMP)
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 	find $(TMP) -name '*.grammar' | xargs --no-run-if-empty chmod 644
+	find $(TMP) -name '*.pod' | xargs --no-run-if-empty chmod 644
 	touch install-stamp
 
 binary: binary-arch binary-indep




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