r9467 - in /trunk/libnet-amazon-perl: debian/changelog debian/patches/itemsearch_pod.patch debian/patches/series debian/rules lib/Net/Amazon/Request/Sort.pm

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


Author: gregoa-guest
Date: Sat Nov 17 12:50:29 2007
New Revision: 9467

URL: http://svn.debian.org/wsvn/?sc=1&rev=9467
Log:
revert last commit, files and commit message didn't fit each other

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
    trunk/libnet-amazon-perl/lib/Net/Amazon/Request/Sort.pm

Modified: trunk/libnet-amazon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-perl/debian/changelog?rev=9467&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/changelog (original)
+++ trunk/libnet-amazon-perl/debian/changelog Sat Nov 17 12:50:29 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.
 
  -- 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=9467&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/patches/series (original)
+++ trunk/libnet-amazon-perl/debian/patches/series Sat Nov 17 12:50:29 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=9467&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/rules (original)
+++ trunk/libnet-amazon-perl/debian/rules Sat Nov 17 12:50:29 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:

Modified: trunk/libnet-amazon-perl/lib/Net/Amazon/Request/Sort.pm
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-perl/lib/Net/Amazon/Request/Sort.pm?rev=9467&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/lib/Net/Amazon/Request/Sort.pm (original)
+++ trunk/libnet-amazon-perl/lib/Net/Amazon/Request/Sort.pm Sat Nov 17 12:50:29 2007
@@ -1,5 +1,9 @@
 =pod
 
+=head1 NAME
+
+Net::Amazon::Request::Sort - listing of sort types
+
 =head1 SORT TYPES
 
 Search results can be sorted in various ways, depending on the type of




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