r5485 - in /packages/libbusiness-isbn-data-perl/trunk: Changes Data.pm MANIFEST META.yml Makefile.PL debian/changelog debian/control debian/rules examples/

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri May 18 23:41:52 UTC 2007


Author: gregoa-guest
Date: Fri May 18 23:41:52 2007
New Revision: 5485

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5485
Log:
* New upstream release.
* Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep.
* Remove empty /usr/lib/perl5 directory.

Added:
    packages/libbusiness-isbn-data-perl/trunk/examples/
      - copied from r5484, packages/libbusiness-isbn-data-perl/branches/upstream/current/examples/
Modified:
    packages/libbusiness-isbn-data-perl/trunk/Changes
    packages/libbusiness-isbn-data-perl/trunk/Data.pm
    packages/libbusiness-isbn-data-perl/trunk/MANIFEST
    packages/libbusiness-isbn-data-perl/trunk/META.yml
    packages/libbusiness-isbn-data-perl/trunk/Makefile.PL
    packages/libbusiness-isbn-data-perl/trunk/debian/changelog
    packages/libbusiness-isbn-data-perl/trunk/debian/control
    packages/libbusiness-isbn-data-perl/trunk/debian/rules

Modified: packages/libbusiness-isbn-data-perl/trunk/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/trunk/Changes?rev=5485&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/trunk/Changes (original)
+++ packages/libbusiness-isbn-data-perl/trunk/Changes Fri May 18 23:41:52 2007
@@ -1,4 +1,7 @@
-# $Id: Changes,v 1.16 2007/01/10 05:12:48 comdog Exp $
+# $Id: Changes,v 1.17 2007/05/18 16:28:06 comdog Exp $
+
+1.14 - Fri May 18 11:27:36 2007
+	* *Added 7000-8499 range from Greece (960) to fix RT #27107
 
 1.13 - Tue Jan  9 23:12:56 2007
 	* updated copyright and license info

Modified: packages/libbusiness-isbn-data-perl/trunk/Data.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/trunk/Data.pm?rev=5485&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/trunk/Data.pm (original)
+++ packages/libbusiness-isbn-data-perl/trunk/Data.pm Fri May 18 23:41:52 2007
@@ -1,9 +1,9 @@
-# $Id: Data.pm,v 1.13 2007/01/10 05:12:23 comdog Exp $
+# $Id: Data.pm,v 1.14 2007/05/18 16:26:50 comdog Exp $
 package Business::ISBN::Data;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = sprintf "%d.%02d", q$Revision: 1.13 $ =~ m/ (\d+) \. (\d+) /xg;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.14 $ =~ m/ (\d+) \. (\d+) /xg;
 
 =head1 NAME
 
@@ -98,7 +98,7 @@
   957 => [ 'Taiwan, China',             [ '00' => '02', '0300' => '0499', '05' => 19, 2000 => 2099, 21 => 27, 28000 => 30999, 31 => 43, 440 => 819, 8200 => 9699, 97000 => 99999 ] ],
   958 => [ 'Colombia',                  [ '00' => 59, 600 => 799, 8000 => 9499, 95000 => 99999 ] ],
   959 => [ 'Cuba',                      [ '00' => 19, 200 => 699, 7000 => 8499 ] ],
-  960 => [ 'Greece',                    [ '00' => 19, 200 => 659, 6600 => 6899, 690 => 699, 85000 => 99999 ] ],
+  960 => [ 'Greece',                    [ '00' => 19, 200 => 659, 6600 => 6899, 690 => 699, 7000 - 8499, 85000 => 99999 ] ],
   961 => [ 'Slovenia',                  [ '00' => 19, 200 => 599, 6000 => 8999, 90000 => 94999 ] ],
   962 => [ 'Hong Kong',                 [ '00' => 19, 200 => 699, 7000 => 8499, 85000 => 86999, 8700 => 8999, 900 => 999 ] ],
   963 => [ 'Hungary',                   [ '00' => 19, 200 => 699, 7000 => 8499, 85000 => 89999, 9000 => 9999 ] ],

Modified: packages/libbusiness-isbn-data-perl/trunk/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/trunk/MANIFEST?rev=5485&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/trunk/MANIFEST (original)
+++ packages/libbusiness-isbn-data-perl/trunk/MANIFEST Fri May 18 23:41:52 2007
@@ -1,5 +1,6 @@
 Changes
 Data.pm
+examples/README
 LICENSE
 make_data.pl
 Makefile.PL

Modified: packages/libbusiness-isbn-data-perl/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/trunk/META.yml?rev=5485&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/trunk/META.yml (original)
+++ packages/libbusiness-isbn-data-perl/trunk/META.yml Fri May 18 23:41:52 2007
@@ -1,12 +1,14 @@
 --- #YAML:1.0
 name:                Business-ISBN-Data
-version:             1.13
+version:             1.14
 abstract:            ~
 license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.31
+generated_by:        ExtUtils::MakeMaker version 6.32
 distribution_type:   module
 requires:     
     Test::More:                    0
 meta-spec:
     url:     http://module-build.sourceforge.net/META-spec-v1.2.html
     version: 1.2
+author:
+    - brian d foy <bdfoy at cpan.org>

Modified: packages/libbusiness-isbn-data-perl/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/trunk/Makefile.PL?rev=5485&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/trunk/Makefile.PL (original)
+++ packages/libbusiness-isbn-data-perl/trunk/Makefile.PL Fri May 18 23:41:52 2007
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.6 2007/01/10 03:45:41 comdog Exp $
+# $Id: Makefile.PL,v 1.7 2007/05/18 16:26:51 comdog Exp $
 use ExtUtils::MakeMaker;
 
 eval "use Test::Manifest 1.14";
@@ -7,6 +7,8 @@
     'NAME'  	 	=> 'Business::ISBN::Data',
     'VERSION_FROM' 	=> 'Data.pm', 
 	'LICENSE'       => 'perl',
+	'AUTHOR'        => 'brian d foy <bdfoy at cpan.org>',
+	
     'PREREQ_PM'     => {
     	'Test::More'       => '0',
     	},

Modified: packages/libbusiness-isbn-data-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/trunk/debian/changelog?rev=5485&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/trunk/debian/changelog (original)
+++ packages/libbusiness-isbn-data-perl/trunk/debian/changelog Fri May 18 23:41:52 2007
@@ -1,3 +1,11 @@
+libbusiness-isbn-data-perl (1.14-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep.
+  * Remove empty /usr/lib/perl5 directory.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 19 May 2007 01:40:09 +0200
+
 libbusiness-isbn-data-perl (1.13-1) unstable; urgency=low
 
   * Initial release. (Closes: #408060: ITP: libbusiness-isbn-data-perl -

Modified: packages/libbusiness-isbn-data-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/trunk/debian/control?rev=5485&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/trunk/debian/control (original)
+++ packages/libbusiness-isbn-data-perl/trunk/debian/control Fri May 18 23:41:52 2007
@@ -3,9 +3,9 @@
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0),
  cdbs (>= 0.4.27-1), quilt, patchutils (>= 0.2.25)
-Build-Depends-Indep: perl (>= 5.8.8-7)
+Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Vincent Danjean <vdanjean at debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.2
 
 Package: libbusiness-isbn-data-perl

Modified: packages/libbusiness-isbn-data-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/trunk/debian/rules?rev=5485&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/trunk/debian/rules (original)
+++ packages/libbusiness-isbn-data-perl/trunk/debian/rules Fri May 18 23:41:52 2007
@@ -5,6 +5,9 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/perlmodule.mk
 
+install/libbusiness-isbn-data-perl::
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libbusiness-isbn-data-perl/usr/lib/perl5
+        
 .PHONY: show-builddepends
 show-builddepends:
 	@echo "Build-Depends: $(CDBS_BUILD_DEPENDS)"




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