r21724 - in /trunk/libpod-simple-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jun 16 10:07:02 UTC 2008


Author: dmn
Date: Mon Jun 16 10:07:02 2008
New Revision: 21724

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21724
Log:
remove old perlpod* manages and POD, overriding the PODs in perl-doc
Closes: #481961 -- perlpod and perlpodspec are also in the core

Modified:
    trunk/libpod-simple-perl/debian/changelog
    trunk/libpod-simple-perl/debian/rules

Modified: trunk/libpod-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/changelog?rev=21724&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/changelog (original)
+++ trunk/libpod-simple-perl/debian/changelog Mon Jun 16 10:07:02 2008
@@ -5,6 +5,8 @@
   * add perl-modules (>= 5.10) to B-D-I as Test 1.25 is required by tests
   * add upstream maintainers info to debian/copyright
   * replace debian/rules with a three-liner thanks to debhelper 7
+  * remove old perlpod* manages and POD, overriding the PODs in perl-doc
+    Closes: #481961 -- perlpod and perlpodspec are also in the core
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 16 Jun 2008 12:05:00 +0300
 

Modified: trunk/libpod-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/rules?rev=21724&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/rules (original)
+++ trunk/libpod-simple-perl/debian/rules Mon Jun 16 10:07:02 2008
@@ -1,3 +1,13 @@
 #!/usr/bin/make -f
-%:
+PACKAGE:= $(firstword $(shell dh_listpackages))
+binary-arch:
+build binary-indep clean:
 	dh $@
+
+install: build
+	dh $@
+	rm -v debian/$(PACKAGE)/usr/share/perl5/perlpod*.pod \
+		debian/$(PACKAGE)/usr/share/man/man3/perlpod*.3pm.gz
+
+binary: install
+	dh $@




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