r9464 - 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:45:45 UTC 2007


Author: gregoa-guest
Date: Sat Nov 17 12:45:44 2007
New Revision: 9464

URL: http://svn.debian.org/wsvn/?sc=1&rev=9464
Log:
check in original lib/Net/Amazon/Request/Sort.pm

Added:
    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=9464&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/changelog (original)
+++ trunk/libnet-amazon-perl/debian/changelog Sat Nov 17 12:45:44 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.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 13:08:31 +0100
 

Added: trunk/libnet-amazon-perl/debian/patches/itemsearch_pod.patch
URL: http://svn.debian.org/wsvn/trunk/libnet-amazon-perl/debian/patches/itemsearch_pod.patch?rev=9464&op=file
==============================================================================
--- trunk/libnet-amazon-perl/debian/patches/itemsearch_pod.patch (added)
+++ trunk/libnet-amazon-perl/debian/patches/itemsearch_pod.patch Sat Nov 17 12:45:44 2007
@@ -1,0 +1,26 @@
+Index: libnet-amazon-perl/adm/aws4-itemsearch.tmpl
+===================================================================
+--- libnet-amazon-perl.orig/adm/aws4-itemsearch.tmpl	2007-11-17 13:41:32.000000000 +0100
++++ libnet-amazon-perl/adm/aws4-itemsearch.tmpl	2007-11-17 13:42:00.000000000 +0100
+@@ -43,21 +43,3 @@
+ }
+ 
+ 1;
+-
+-__END__
+-
+-=head1 NAME
+-
+-Net::Amazon::Validate::ItemSearch::[%--$MODULE_NAME--%];
+-
+-=head1 DESCRIPTION
+-
+-The default value is [%--$DEFAULT_OPTION--%], unless mode is specified.
+-
+-The list of available values are:
+-
+-[%--
+- for my $opt (sort @options) {
+-     $OUT .= "    $opt\n";
+- }--%]
+-=cut

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

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=9464&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:45:44 2007
@@ -1,9 +1,5 @@
 =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