r73491 - in /trunk/libdbd-mysql-perl/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Apr 25 10:29:19 UTC 2011


Author: periapt-guest
Date: Mon Apr 25 10:29:10 2011
New Revision: 73491

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73491
Log:
Stopped installing more bits of DBD::mysql::INSTALL and Bundle::DBD::mysql

Modified:
    trunk/libdbd-mysql-perl/debian/changelog
    trunk/libdbd-mysql-perl/debian/rules

Modified: trunk/libdbd-mysql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/changelog?rev=73491&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/changelog (original)
+++ trunk/libdbd-mysql-perl/debian/changelog Mon Apr 25 10:29:10 2011
@@ -18,6 +18,7 @@
   * Email change: gregor herrmann -> <gregoa at debian.org>
   * Removed debian/clean and added rules to save and restore t/mysql.mtest
   * Rewrote long description
+  * Stopped installing more bits of DBD::mysql::INSTALL and Bundle::DBD::mysql
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 24 Apr 2011 10:50:58 +0100
 

Modified: trunk/libdbd-mysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/rules?rev=73491&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/rules (original)
+++ trunk/libdbd-mysql-perl/debian/rules Mon Apr 25 10:29:10 2011
@@ -19,6 +19,7 @@
 	find $(TMP)/usr -name 'dbimon*' | xargs -r rm -f
 	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/
 
 override_dh_installexamples:
 	dh_installexamples
@@ -29,4 +30,8 @@
 	! [ -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
 




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