r73166 - in /trunk/libapp-cli-perl/debian: changelog libapp-cli-perl.lintian-overrides rules

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sat Apr 23 11:12:10 UTC 2011


Author: carnil
Date: Sat Apr 23 11:11:27 2011
New Revision: 73166

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73166
Log:
* debian/rules: 
  - use tiny rules makefile.
  - Remove App::CLI::Helper manpage via override targets.

Removed:
    trunk/libapp-cli-perl/debian/libapp-cli-perl.lintian-overrides
Modified:
    trunk/libapp-cli-perl/debian/changelog
    trunk/libapp-cli-perl/debian/rules

Modified: trunk/libapp-cli-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/changelog?rev=73166&op=diff
==============================================================================
--- trunk/libapp-cli-perl/debian/changelog (original)
+++ trunk/libapp-cli-perl/debian/changelog Sat Apr 23 11:11:27 2011
@@ -19,16 +19,16 @@
   * debian/copyright: Refresh copyright file to revision 135 of Format-
     Specification in DEP5 proposal for machine-readable copyright file
     information.
-  * debian/rules: use tiny rules makefile.
+  * debian/rules: 
+    - use tiny rules makefile.
+    - Remove App::CLI::Helper manpage via override targets.
   * Bump Debhelper compat level to 8.
   * Convert to '3.0 (quilt)' source package format.
   * Add fix-bad-whatis-entry.patch to fix bad whatis entry for
     App::CLI::Command::Help.
   * Add fix-typo-in-manpage.patch to fix a typo in App::CLI's manpage
-  * Add lintian overrides for bad-whatis-entry warning for
-    App::CLI::Helper.3pm.gz
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 23 Apr 2011 12:59:09 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 23 Apr 2011 13:07:34 +0200
 
 libapp-cli-perl (0.08-0+nmu1) unstable; urgency=low
 

Modified: trunk/libapp-cli-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/rules?rev=73166&op=diff
==============================================================================
--- trunk/libapp-cli-perl/debian/rules (original)
+++ trunk/libapp-cli-perl/debian/rules Sat Apr 23 11:11:27 2011
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/man/man3/App::CLI::Helper.3pm.gz




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