r72665 - in /trunk/libapache2-mod-perl2/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Apr 16 12:38:19 UTC 2011


Author: periapt-guest
Date: Sat Apr 16 12:37:48 2011
New Revision: 72665

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72665
Log:
* Removed Apache::Reload and Apache::SizeLimit which relate to mod_perl 1.0
* Removed Apache2::Reload which duplicates the libapache2-reload-perl package 

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=72665&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Sat Apr 16 12:37:48 2011
@@ -1,11 +1,4 @@
 libapache2-mod-perl2 (2.0.5-1) UNRELEASED; urgency=low
-
-    TODO: this version comes with Apache::Reload, Apache2::Reload and
-          Apache2::SieLimit. The first perhaps needs not be shipped in the
-          .deb at all. The others may stay either as Provides or as
-          separate binary packages (the now separate source packages should
-          be removed if they are in out tree or their maintainers notified if
-          not);
 
   [ Nicholas Bamber ]
   * Added myself to Uploaders
@@ -31,6 +24,8 @@
   * Refreshed copyright
   * Reviewed dependencies
   * Installed gdb scripts to examples for dev package
+  * Removed Apache::Reload and Apache::SizeLimit which relate to mod_perl 1.0
+  * Removed Apache2::Reload which duplicates the libapache2-reload-perl package 
 
   [ Damyan Ivanov ]
   * add avoid-db-linkage.patch: avoids needless linking with libdb, which

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/rules?rev=72665&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Sat Apr 16 12:37:48 2011
@@ -26,6 +26,7 @@
 override_dh_auto_build:
 	dh_auto_build --parallel -- MODPERL_OPTIMIZE="$(CFLAGS)" OPTIMIZE="$(CFLAGS)"
 
+
 override_dh_auto_test:
 	APACHE_TEST_EXTRA_ARGS="-httpd_conf /etc/apache2/apache2.conf"
 		LANG=C \
@@ -48,6 +49,17 @@
 	mv $(TMP)/usr/bin/mp2bug $(TMP)/usr/share/libapache2-mod-perl2/
 	rm -rf $(TMP)/usr/bin/
 	install -m755 debian/libapache2-mod-perl2.bug $(TMP)/usr/share/bug/libapache2-mod-perl2
+	rm -rf $(TMP)/usr/lib/perl5/Apache2/Reload.pm
+        rm -rf $(TMP)/usr/lib/perl5/Apache/SizeLimit
+        rm -rf $(TMP)/usr/lib/perl5/Apache/SizeLimit.pm
+        rm -rf $(TMP)/usr/lib/perl5/Apache/Reload.pm
+
+override_dh_installman:
+	dh_installman
+	rm -rf $(TMP)/usr/share/man/man3/Apache2::Reload.3pm
+        rm -rf $(TMP)/usr/share/man/man3/Apache::SizeLimit.3pm
+        rm -rf $(TMP)/usr/share/man/man3/Apache::SizeLimit::Core
+        rm -rf $(TMP)/usr/share/man/man3/Apache::Reload.3pm
 
 # These rules are needed because otherwise the build process
 # gets messed up and the tests fail.




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