[SCM] Debian packaging of libapache2-mod-perl2 branch, master, updated. debian/2.0.6-2-4-g2581833

Dominic Hargreaves dom at earth.li
Wed Jun 6 18:59:01 UTC 2012


The following commit has been merged in the master branch:
commit 2581833a1925285f525275abf15a7b12af9c71e1
Author: Dominic Hargreaves <dom at earth.li>
Date:   Wed Jun 6 19:34:49 2012 +0100

    Partially revert change which removes Apache::Sizelimit::Core
    
    this is still needed (Closes: #661370)

diff --git a/debian/changelog b/debian/changelog
index 8f10aae..d91fc62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libapache2-mod-perl2 (2.0.7-1) UNRELEASED; urgency=low
 
   * New upstream release
     - fixes FTBFS with perl 5.16 (Closes: #676269)
+  * Partially revert change which removes Apache::Sizelimit::Core
+    as this is still needed (Closes: #661370)
 
  -- Dominic Hargreaves <dom at earth.li>  Wed, 06 Jun 2012 19:08:52 +0100
 
diff --git a/debian/rules b/debian/rules
index 7473402..8ac5ff0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,6 @@ override_dh_install:
 	rm -r $(TMP)/usr/bin/
 	install -m755 debian/libapache2-mod-perl2.bug $(TMP)/usr/share/bug/libapache2-mod-perl2
 	rm $(TMP)/usr/lib/perl5/Apache2/Reload.pm
-	rm -r $(TMP)/usr/lib/perl5/Apache/SizeLimit
 	rm $(TMP)/usr/lib/perl5/Apache/SizeLimit.pm
 	rm $(TMP)/usr/lib/perl5/Apache/Reload.pm
 
@@ -58,7 +57,6 @@ override_dh_installman:
 	dh_installman
 	rm $(TMP)/usr/share/man/man3/Apache2::Reload.3pm
 	rm $(TMP)/usr/share/man/man3/Apache::SizeLimit.3pm
-	rm $(TMP)/usr/share/man/man3/Apache::SizeLimit::Core.3pm
 	rm $(TMP)/usr/share/man/man3/Apache::Reload.3pm
 
 override_dh_installexamples:

-- 
Debian packaging of libapache2-mod-perl2



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