r57623 - in /trunk/libsql-statement-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri May 7 14:30:13 UTC 2010


Author: gregoa
Date: Fri May  7 14:30:00 2010
New Revision: 57623

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57623
Log:
debian/rules: replace override_dh_installman with
override_dh_auto_install, the upstream manpages are installed by the build
system and not by dh_installman.

Modified:
    trunk/libsql-statement-perl/debian/changelog
    trunk/libsql-statement-perl/debian/rules

Modified: trunk/libsql-statement-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-statement-perl/debian/changelog?rev=57623&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/changelog (original)
+++ trunk/libsql-statement-perl/debian/changelog Fri May  7 14:30:00 2010
@@ -1,7 +1,13 @@
 libsql-statement-perl (1.27-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
   * Remove POD spelling patch, applied upstream
+
+  [ gregor herrmann ]
+  * debian/rules: replace override_dh_installman with
+    override_dh_auto_install, the upstream manpages are installed by the build
+    system and not by dh_installman.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 06 May 2010 19:18:38 -0400
 

Modified: trunk/libsql-statement-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-statement-perl/debian/rules?rev=57623&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/rules (original)
+++ trunk/libsql-statement-perl/debian/rules Fri May  7 14:30:00 2010
@@ -9,9 +9,9 @@
 override_dh_auto_configure:
 	# libdbd-csv-perl pulls in the older version of libsql-statement-perl
 	SQL_STATEMENT_WARN_UPDATE=sure dh_auto_configure
-	
-override_dh_installman:
-	dh_installman
+
+override_dh_auto_install:
+	dh_auto_install
 	# Remove files not part of the public interface, which are also
 	# missing any whatis entries
 	rm $(TMP)/usr/share/man/man3/SQL::Dialects::AnyData.3pm




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