r2204 - in packages/libnet-amazon-perl/trunk: . adm debian eg lib/Net/Amazon/Request t

gregor herrmann gregoa-guest at costa.debian.org
Sat Feb 25 20:45:44 UTC 2006


Author: gregoa-guest
Date: 2006-02-25 20:45:43 +0000 (Sat, 25 Feb 2006)
New Revision: 2204

Added:
   packages/libnet-amazon-perl/trunk/debian/
   packages/libnet-amazon-perl/trunk/debian/changelog
   packages/libnet-amazon-perl/trunk/debian/compat
   packages/libnet-amazon-perl/trunk/debian/control
   packages/libnet-amazon-perl/trunk/debian/copyright
   packages/libnet-amazon-perl/trunk/debian/rules
   packages/libnet-amazon-perl/trunk/debian/watch
Modified:
   packages/libnet-amazon-perl/trunk/adm/podok
   packages/libnet-amazon-perl/trunk/eg/artist
   packages/libnet-amazon-perl/trunk/eg/asin
   packages/libnet-amazon-perl/trunk/eg/asin-de
   packages/libnet-amazon-perl/trunk/eg/asin_cache
   packages/libnet-amazon-perl/trunk/eg/asin_dvd
   packages/libnet-amazon-perl/trunk/eg/asin_fetch
   packages/libnet-amazon-perl/trunk/eg/asin_img
   packages/libnet-amazon-perl/trunk/eg/asin_mult
   packages/libnet-amazon-perl/trunk/eg/asin_offerall
   packages/libnet-amazon-perl/trunk/eg/blended.pl
   packages/libnet-amazon-perl/trunk/eg/browse
   packages/libnet-amazon-perl/trunk/eg/cd_fetch
   packages/libnet-amazon-perl/trunk/eg/cheapo
   packages/libnet-amazon-perl/trunk/eg/dejazz
   packages/libnet-amazon-perl/trunk/eg/exchange
   packages/libnet-amazon-perl/trunk/eg/heavy
   packages/libnet-amazon-perl/trunk/eg/keyword
   packages/libnet-amazon-perl/trunk/eg/manufacturer
   packages/libnet-amazon-perl/trunk/eg/maxauthors
   packages/libnet-amazon-perl/trunk/eg/power
   packages/libnet-amazon-perl/trunk/eg/rate_limit
   packages/libnet-amazon-perl/trunk/eg/reviews
   packages/libnet-amazon-perl/trunk/eg/seller
   packages/libnet-amazon-perl/trunk/eg/sim
   packages/libnet-amazon-perl/trunk/eg/similar
   packages/libnet-amazon-perl/trunk/eg/similar2
   packages/libnet-amazon-perl/trunk/eg/textstream
   packages/libnet-amazon-perl/trunk/eg/upc
   packages/libnet-amazon-perl/trunk/eg/wishlist
   packages/libnet-amazon-perl/trunk/lib/Net/Amazon/Request/Sort.pm
   packages/libnet-amazon-perl/trunk/t/011Locale.t
   packages/libnet-amazon-perl/trunk/t/012Keyword.t
   packages/libnet-amazon-perl/trunk/t/013Seller.t
   packages/libnet-amazon-perl/trunk/t/015Exchange.t
Log:
Load libnet-amazon-perl-0.34 into packages/libnet-amazon-perl/trunk.



Property changes on: packages/libnet-amazon-perl/trunk/adm/podok
___________________________________________________________________
Name: svn:executable
   - 
   + *

Added: packages/libnet-amazon-perl/trunk/debian/changelog
===================================================================
--- packages/libnet-amazon-perl/trunk/debian/changelog	2006-02-25 20:45:34 UTC (rev 2203)
+++ packages/libnet-amazon-perl/trunk/debian/changelog	2006-02-25 20:45:43 UTC (rev 2204)
@@ -0,0 +1,22 @@
+libnet-amazon-perl (0.34-3) unstable; urgency=low
+
+  * Initial upload to the Debian archive. (Closes: #351472)
+  * Set debhelper compatibility level to 5.
+  * Changed watch file.
+  * Changed Maintainer to the Debian Perl Group before initial import to
+    the pkg-perl svn repository.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 25 Feb 2006 19:39:55 +0100
+
+libnet-amazon-perl (0.34-2) unstable; urgency=low
+
+  * Added contents of eg directory as /usr/share/doc/libnet-amazon-perl/examples
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue,  3 Jan 2006 23:22:07 +0100
+
+libnet-amazon-perl (0.34-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue,  3 Jan 2006 22:21:35 +0100
+

Added: packages/libnet-amazon-perl/trunk/debian/compat
===================================================================
--- packages/libnet-amazon-perl/trunk/debian/compat	2006-02-25 20:45:34 UTC (rev 2203)
+++ packages/libnet-amazon-perl/trunk/debian/compat	2006-02-25 20:45:43 UTC (rev 2204)
@@ -0,0 +1 @@
+5

Added: packages/libnet-amazon-perl/trunk/debian/control
===================================================================
--- packages/libnet-amazon-perl/trunk/debian/control	2006-02-25 20:45:34 UTC (rev 2203)
+++ packages/libnet-amazon-perl/trunk/debian/control	2006-02-25 20:45:43 UTC (rev 2204)
@@ -0,0 +1,20 @@
+Source: libnet-amazon-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl, liburi-perl, libxml-simple-perl, liblog-log4perl-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.6.2
+
+Package: libnet-amazon-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, liburi-perl, libxml-simple-perl, liblog-log4perl-perl
+Description: Perl framework for accessing amazon.com via SOAP and XML/HTTP
+ Net::Amazon provides an object-oriented interface to amazon.com's SOAP and
+ XML/HTTP interfaces. This way it's possible to create applications using
+ Amazon's vast amount of data via a functional interface, without having to
+ worry about the underlying communication mechanism.
+ .
+  Homepage: http://search.cpan.org/~mschilli/Net-Amazon-0.34/lib/Net/Amazon.pm
+

Added: packages/libnet-amazon-perl/trunk/debian/copyright
===================================================================
--- packages/libnet-amazon-perl/trunk/debian/copyright	2006-02-25 20:45:34 UTC (rev 2203)
+++ packages/libnet-amazon-perl/trunk/debian/copyright	2006-02-25 20:45:43 UTC (rev 2204)
@@ -0,0 +1,20 @@
+This package was debianized by gregor herrmann <gregor+debian at comodo.priv.at> on
+Tue,  3 Jan 2006 22:26:49 +0100.
+
+It was downloaded from http://search.cpan.org/~mschilli/Net-Amazon-0.34/lib/Net/Amazon.pm
+
+Copyright Holder:
+Copyright 2003, 2004 by Mike Schilli <na at perlmeister.com>
+
+License:        
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+Perl is distributed under either the Artistic licence or the GPL.
+
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+                        

Added: packages/libnet-amazon-perl/trunk/debian/rules
===================================================================
--- packages/libnet-amazon-perl/trunk/debian/rules	2006-02-25 20:45:34 UTC (rev 2203)
+++ packages/libnet-amazon-perl/trunk/debian/rules	2006-02-25 20:45:43 UTC (rev 2204)
@@ -0,0 +1,83 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+	dh_installexamples eg/*
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary


Property changes on: packages/libnet-amazon-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libnet-amazon-perl/trunk/debian/watch
===================================================================
--- packages/libnet-amazon-perl/trunk/debian/watch	2006-02-25 20:45:34 UTC (rev 2203)
+++ packages/libnet-amazon-perl/trunk/debian/watch	2006-02-25 20:45:43 UTC (rev 2204)
@@ -0,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+
+http://www.cpan.org/modules/by-module/Net/Net-Amazon-([\d.]+)\.(tar\.gz|tar|tgz)


Property changes on: packages/libnet-amazon-perl/trunk/eg/artist
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/asin
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/asin-de
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/asin_cache
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/asin_dvd
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/asin_fetch
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/asin_img
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/asin_mult
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/asin_offerall
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/blended.pl
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/browse
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/cd_fetch
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/cheapo
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/dejazz
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/exchange
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/heavy
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/keyword
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/manufacturer
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/maxauthors
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/power
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/rate_limit
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/reviews
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/seller
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/sim
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/similar
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/similar2
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/textstream
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/upc
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/eg/wishlist
___________________________________________________________________
Name: svn:executable
   - 
   + *

Modified: packages/libnet-amazon-perl/trunk/lib/Net/Amazon/Request/Sort.pm
===================================================================
--- packages/libnet-amazon-perl/trunk/lib/Net/Amazon/Request/Sort.pm	2006-02-25 20:45:34 UTC (rev 2203)
+++ packages/libnet-amazon-perl/trunk/lib/Net/Amazon/Request/Sort.pm	2006-02-25 20:45:43 UTC (rev 2204)
@@ -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


Property changes on: packages/libnet-amazon-perl/trunk/t/011Locale.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/t/012Keyword.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/t/013Seller.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libnet-amazon-perl/trunk/t/015Exchange.t
___________________________________________________________________
Name: svn:executable
   - 
   + *




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