r30223 - in /trunk/libnet-sip-perl/debian: changelog rules

rmayorga at users.alioth.debian.org rmayorga at users.alioth.debian.org
Thu Jan 29 04:15:27 UTC 2009


Author: rmayorga
Date: Thu Jan 29 04:15:09 2009
New Revision: 30223

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30223
Log:
debian/rules: remove all the .pod files installed that are not needed

Modified:
    trunk/libnet-sip-perl/debian/changelog
    trunk/libnet-sip-perl/debian/rules

Modified: trunk/libnet-sip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/changelog?rev=30223&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/changelog (original)
+++ trunk/libnet-sip-perl/debian/changelog Thu Jan 29 04:15:09 2009
@@ -2,6 +2,7 @@
 
   * New upstream release
   * debian/control; update my email address
+  * debian/rules: remove all the .pod files installed that are not needed
 
  -- Rene Mayorga <rmayorga at debian.org>  Wed, 28 Jan 2009 21:26:50 -0600
 

Modified: trunk/libnet-sip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/rules?rev=30223&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/rules (original)
+++ trunk/libnet-sip-perl/debian/rules Thu Jan 29 04:15:09 2009
@@ -13,6 +13,7 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
+	find . -name "*.pod" | xargs rm
 	touch $@
 
 binary-arch:




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