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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Aug 23 17:47:58 UTC 2008


Author: gregoa
Date: Sat Aug 23 17:47:56 2008
New Revision: 24531

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24531
Log:
Don't install INSTALL.POD any more.

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=24531&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/changelog (original)
+++ trunk/libdbd-mysql-perl/debian/changelog Sat Aug 23 17:47:56 2008
@@ -3,6 +3,7 @@
   * New upstream release.
   * Set Standards-Version to 3.8.0 (no changes).
   * debian/control: wrap a long line.
+  * Don't install INSTALL.POD any more.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 23 Aug 2008 14:31:10 -0300
 

Modified: trunk/libdbd-mysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/rules?rev=24531&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/rules (original)
+++ trunk/libdbd-mysql-perl/debian/rules Sat Aug 23 17:47:56 2008
@@ -47,6 +47,7 @@
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	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
 	# lintian override for manpage with long line
 	dh_installdirs /usr/share/lintian/overrides/
 	install -m 644 $(CURDIR)/debian/lintian-overrides $(TMP)/usr/share/lintian/overrides/$(PACKAGE)




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