r64187 - in /trunk/libapache2-reload-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Oct 23 15:49:11 UTC 2010


Author: gregoa
Date: Sat Oct 23 15:48:40 2010
New Revision: 64187

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64187
Log:
clean up d/rules a bit more

Modified:
    trunk/libapache2-reload-perl/debian/changelog
    trunk/libapache2-reload-perl/debian/rules

Modified: trunk/libapache2-reload-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-reload-perl/debian/changelog?rev=64187&op=diff
==============================================================================
--- trunk/libapache2-reload-perl/debian/changelog (original)
+++ trunk/libapache2-reload-perl/debian/changelog Sat Oct 23 15:48:40 2010
@@ -1,11 +1,6 @@
 libapache2-reload-perl (0.11-1) UNRELEASED; urgency=low
 
   TODO:
-  + debian/rules: removing the manpage belongs in override_dh_install (or
-    better in override_dh_auto_install) and not in override_dh_installman, the
-    manpage is installed by the upstream build system ("make install" called
-    by dh_auto_install). removing of the directory probably also fits more
-    logically into override_dh_auto_install, for the same reason
   + debian/copyright: there are some unusual and unneeded headers (and empty
     lines), and the other headers are not correct according to the usual
     Format-Specification - and the rest is also un-typical :)

Modified: trunk/libapache2-reload-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-reload-perl/debian/rules?rev=64187&op=diff
==============================================================================
--- trunk/libapache2-reload-perl/debian/rules (original)
+++ trunk/libapache2-reload-perl/debian/rules Sat Oct 23 15:48:40 2010
@@ -19,12 +19,9 @@
 		APACHE_TEST_USER=www-data \
 		dh_auto_test
 
-override_dh_install:
-	dh_install
+override_dh_auto_install:
+	dh_auto_install
 	rm -rv $(TMP)/usr/share/perl5/Apache
-
-override_dh_installman:
-	dh_installman
 	rm -v $(TMP)/usr/share/man/man3/Apache::Reload.3pm
 
 




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