r9470 - 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 13:09:00 UTC 2007


Author: gregoa-guest
Date: Sat Nov 17 13:09:00 2007
New Revision: 9470

URL: http://svn.debian.org/wsvn/?sc=1&rev=9470
Log:
revert last commit with itemsearch_pod.patch, doesn't work (the files don't get recreated, and even if, the script would need net access

Removed:
    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=9470&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/changelog (original)
+++ trunk/libnet-amazon-perl/debian/changelog Sat Nov 17 13:09:00 2007
@@ -4,8 +4,6 @@
   * 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=9470&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/patches/series (original)
+++ trunk/libnet-amazon-perl/debian/patches/series Sat Nov 17 13:09:00 2007
@@ -1,2 +1,1 @@
 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=9470&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/rules (original)
+++ trunk/libnet-amazon-perl/debian/rules Sat Nov 17 13:09:00 2007
@@ -47,6 +47,9 @@
 	# 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