r9390 - in /trunk/libppi-perl/debian: changelog rules

makholm at users.alioth.debian.org makholm at users.alioth.debian.org
Fri Nov 16 08:36:05 UTC 2007


Author: makholm
Date: Fri Nov 16 08:36:05 2007
New Revision: 9390

URL: http://svn.debian.org/wsvn/?sc=1&rev=9390
Log:
Remove boiler plate manpages for internal modules (lintian fixes)

Modified:
    trunk/libppi-perl/debian/changelog
    trunk/libppi-perl/debian/rules

Modified: trunk/libppi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/changelog?rev=9390&op=diff
==============================================================================
--- trunk/libppi-perl/debian/changelog (original)
+++ trunk/libppi-perl/debian/changelog Fri Nov 16 08:36:05 2007
@@ -21,6 +21,7 @@
     and Cyril Brulebois for the patch.
   * debian/rules: clean-up
     + do not ignore distclean errors [Peter Makholm]
+    + remove boiler plate manpages for internal modules 
     + move stamp-removal before distclean
     + fix inter-target dependencies to allow parallel build
     + move test suite from install to build target

Modified: trunk/libppi-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/rules?rev=9390&op=diff
==============================================================================
--- trunk/libppi-perl/debian/rules (original)
+++ trunk/libppi-perl/debian/rules Fri Nov 16 08:36:05 2007
@@ -31,6 +31,8 @@
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	rm $(TMP)/usr/share/man/man3/PPI::Token::_QuoteEngine::Full.3pm
+	rm $(TMP)/usr/share/man/man3/PPI::Token::_QuoteEngine::Simple.3pm
 	touch install-stamp
 
 binary-arch:




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