r52806 - in /trunk/libhtml-toc-perl/debian: changelog control rules
    jawnsy-guest at users.alioth.debian.org 
    jawnsy-guest at users.alioth.debian.org
       
    Mon Feb 15 16:20:40 UTC 2010
    
    
  
Author: jawnsy-guest
Date: Mon Feb 15 16:20:32 2010
New Revision: 52806
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52806
Log:
add override to fix Toc.pod perms
Modified:
    trunk/libhtml-toc-perl/debian/changelog
    trunk/libhtml-toc-perl/debian/control
    trunk/libhtml-toc-perl/debian/rules
Modified: trunk/libhtml-toc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-toc-perl/debian/changelog?rev=52806&op=diff
==============================================================================
--- trunk/libhtml-toc-perl/debian/changelog (original)
+++ trunk/libhtml-toc-perl/debian/changelog Mon Feb 15 16:20:32 2010
@@ -1,5 +1,5 @@
 libhtml-toc-perl (1.12-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #569980)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 15 Feb 2010 10:03:31 -0500
Modified: trunk/libhtml-toc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-toc-perl/debian/control?rev=52806&op=diff
==============================================================================
--- trunk/libhtml-toc-perl/debian/control (original)
+++ trunk/libhtml-toc-perl/debian/control Mon Feb 15 16:20:32 2010
@@ -1,7 +1,7 @@
 Source: libhtml-toc-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libtest-differences-perl, libhtml-parser-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
Modified: trunk/libhtml-toc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-toc-perl/debian/rules?rev=52806&op=diff
==============================================================================
--- trunk/libhtml-toc-perl/debian/rules (original)
+++ trunk/libhtml-toc-perl/debian/rules Mon Feb 15 16:20:32 2010
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod 0644 $(TMP)/usr/share/perl5/HTML/Toc.pod
    
    
More information about the Pkg-perl-cvs-commits
mailing list