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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Nov 27 02:57:07 UTC 2009


Author: jawnsy-guest
Date: Fri Nov 27 02:57:01 2009
New Revision: 47822

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47822
Log:
Remove manpages with missing whatis entries; these are part of a
private interface not meant to be used directly anyway

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=47822&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/changelog (original)
+++ trunk/libsql-statement-perl/debian/changelog Fri Nov 27 02:57:01 2009
@@ -1,8 +1,8 @@
 libsql-statement-perl (1.23-1) UNRELEASED; urgency=low
 
-  TODO: fix a bunch of messed up whatis entries
-
-  * New upstream release
+  * New upstream release
+  * Remove manpages with missing whatis entries; these are part of a
+    private interface not meant to be used directly anyway
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 21 Nov 2009 17:38:55 -0500
 

Modified: trunk/libsql-statement-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-statement-perl/debian/rules?rev=47822&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/rules (original)
+++ trunk/libsql-statement-perl/debian/rules Fri Nov 27 02:57:01 2009
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
@@ -7,3 +10,13 @@
 	# 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
+	# 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
+	rm $(TMP)/usr/share/man/man3/SQL::Dialects::ANSI.3pm
+	rm $(TMP)/usr/share/man/man3/SQL::Dialects::CSV.3pm
+	rm $(TMP)/usr/share/man/man3/SQL::Statement::GetInfo.3pm
+	rm $(TMP)/usr/share/man/man3/SQL::Statement::RAM.3pm
+	rm $(TMP)/usr/share/man/man3/SQL::Statement::Util.3pm




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