r9469 - in /trunk/libnet-amazon-perl/debian: changelog patches/itemsearch_pod.patch patches/series rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Nov 17 12:56:25 UTC 2007


Author: gregoa-guest
Date: Sat Nov 17 12:56:24 2007
New Revision: 9469

URL: http://svn.debian.org/wsvn/?sc=1&rev=9469
Log:
Add patch itemsearch_pod.patch: Don't create faulty manpages instead of
  removing them from debian/rules (closes: #449290).

Added:
    trunk/libnet-amazon-perl/debian/patches/itemsearch_pod.patch
      - copied unchanged from r9464, trunk/libnet-amazon-perl/debian/patches/itemsearch_pod.patch
Modified:
    trunk/libnet-amazon-perl/debian/changelog
    trunk/libnet-amazon-perl/debian/patches/series
    trunk/libnet-amazon-perl/debian/rules

Modified: trunk/libnet-amazon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-perl/debian/changelog?rev=9469&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/changelog (original)
+++ trunk/libnet-amazon-perl/debian/changelog Sat Nov 17 12:56:24 2007
@@ -4,6 +4,8 @@
   * Drop patch canned_tests.patch, now included in upstream code.
   * Add patch request_sort_pod.patch, formerly included directly in
     .diff.gz.
+  * Add patch itemsearch_pod.patch: Don't create faulty manpages instead of
+    removing them from debian/rules (closes: #449290).
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 13:08:31 +0100
 

Modified: trunk/libnet-amazon-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-perl/debian/patches/series?rev=9469&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/patches/series (original)
+++ trunk/libnet-amazon-perl/debian/patches/series Sat Nov 17 12:56:24 2007
@@ -1,1 +1,2 @@
 request_sort_pod.patch
+itemsearch_pod.patch

Modified: trunk/libnet-amazon-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-perl/debian/rules?rev=9469&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/rules (original)
+++ trunk/libnet-amazon-perl/debian/rules Sat Nov 17 12:56:24 2007
@@ -47,9 +47,6 @@
 	# the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	
-	# remove useless and invalid manpages
-	rm $(TMP)/usr/share/man/man3/Net::Amazon::Validate::ItemSearch::*
-
 	touch install-stamp
 
 binary-arch:




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