[SCM] Debian packaging of libdbd-mysql-perl branch, master, updated. 1e1ec0a2f324170e968b61a697efbc212191fd66

gregor herrmann gregoa at debian.org
Sat Aug 27 16:06:12 UTC 2011


The following commit has been merged in the master branch:
commit 0a594a98811d2ed9303439a8b9dcd407cd8787f2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 27 17:54:50 2011 +0200

    move removal of unnecessary manpages to override_dh_auto_install
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 6069742..89192f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ override_dh_auto_install:
 	find $(TMP)/usr -name '*.pod' | xargs -r chmod 0644
 	[ ! -f $(TMP)/usr/lib/perl5/DBD/mysql/INSTALL.pod ] || $(RM) -v $(TMP)/usr/lib/perl5/DBD/mysql/INSTALL.pod
 	[ ! -d $(TMP)/usr/lib/perl5/Bundle/ ] || $(RM) -vrf $(TMP)/usr/lib/perl5/Bundle/
+	[ ! -f $(TMP)/usr/share/man/man3/Bundle::DBD::mysql.3pm ] || $(RM) -v $(TMP)/usr/share/man/man3/Bundle::DBD::mysql.3pm
+	[ ! -f $(TMP)/usr/share/man/man3/DBD::mysql::INSTALL.3pm ] || $(RM) -v $(TMP)/usr/share/man/man3/DBD::mysql::INSTALL.3pm
 
 override_dh_installexamples:
 	dh_installexamples
@@ -29,9 +31,3 @@ override_dh_clean:
 	dh_clean
 	! [ -e debian/$(PROB_FILE).save  ] \
 	    || mv debian/$(PROB_FILE).save  t/$(PROB_FILE)
-
-override_dh_installman:
-	dh_installman
-	[ ! -f $(TMP)/usr/share/man/man3/Bundle::DBD::mysql.3pm ] || $(RM) -v $(TMP)/usr/share/man/man3/Bundle::DBD::mysql.3pm
-	[ ! -f $(TMP)/usr/share/man/man3/DBD::mysql::INSTALL.3pm ] || $(RM) -v $(TMP)/usr/share/man/man3/DBD::mysql::INSTALL.3pm
-

-- 
Debian packaging of libdbd-mysql-perl



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