r40265 - in /trunk/libdbd-mysql-perl: debian/lintian-overrides debian/rules t/mysql.mtest

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Mon Jul 20 11:33:19 UTC 2009


Author: gwolf
Date: Mon Jul 20 11:33:01 2009
New Revision: 40265

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40265
Log:
Really, properly remove autogenerated file; update override to point at the right message

Removed:
    trunk/libdbd-mysql-perl/t/mysql.mtest
Modified:
    trunk/libdbd-mysql-perl/debian/lintian-overrides
    trunk/libdbd-mysql-perl/debian/rules

Modified: trunk/libdbd-mysql-perl/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/lintian-overrides?rev=40265&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/lintian-overrides (original)
+++ trunk/libdbd-mysql-perl/debian/lintian-overrides Mon Jul 20 11:33:01 2009
@@ -1,1 +1,1 @@
-libdbd-mysql-perl: manpage-has-errors-from-man usr/share/man/man3/DBD::mysql.3pm.gz 456: warning [p 5, 3.7i]: can't break line
+libdbd-mysql-perl: manpage-has-errors-from-man usr/share/man/man3/DBD::mysql.3pm.gz 448: warning [p 5, 3.3i]: can't break line

Modified: trunk/libdbd-mysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/rules?rev=40265&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/rules (original)
+++ trunk/libdbd-mysql-perl/debian/rules Mon Jul 20 11:33:01 2009
@@ -15,7 +15,8 @@
 	dh build --after test
 	touch $@
 
-clean:
+clean: unpatch
+	rm -f t/mysql.mtest
 	dh $@
 
 install: install-stamp




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