[SCM] Debian packaging of libbusiness-isbn-perl branch, master, updated. debian/2.05-2-7-gb4ef61a

gregor herrmann gregoa at debian.org
Thu Jul 25 18:39:01 UTC 2013


The following commit has been merged in the master branch:
commit 5e1f79795a8a4957ca5683710365b574a81bfc9e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 25 20:35:03 2013 +0200

    Drop patches, both merged upstream.

diff --git a/debian/patches/0001-Apply-upstream-changeset-5df3050432-to-fix-FTBFS-on-.patch b/debian/patches/0001-Apply-upstream-changeset-5df3050432-to-fix-FTBFS-on-.patch
deleted file mode 100644
index 09c4900..0000000
--- a/debian/patches/0001-Apply-upstream-changeset-5df3050432-to-fix-FTBFS-on-.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Origin: upstream, https://github.com/briandfoy/business--isbn/commit/5df30504329b1402c6aa31ebd7564a194ca0d88e
-Bug-Debian: http://bugs.debian.org/699124
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-02-16
-
-From b2e009580df422eaf57e01116f02a49d191a555b Mon Sep 17 00:00:00 2001
-From: Daniel T Chen <crimsun at ubuntu.com>
-Date: Sun, 27 Jan 2013 15:38:20 -0500
-Subject: [PATCH 1/2] Apply upstream changeset 5df3050432 to fix FTBFS on
- Ubuntu Raring
-
----
- t/isbn10.t |    2 +-
- t/isbn13.t |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/isbn10.t b/t/isbn10.t
-index 889d841..9107fb0 100644
---- a/t/isbn10.t
-+++ b/t/isbn10.t
-@@ -21,7 +21,7 @@ my $PUBLISHER          = "596";
- 
- my $BAD_CHECKSUM_ISBN  = "0596527244";
- 
--my $BAD_GROUP_ISBN     = "9997022576";
-+my $BAD_GROUP_ISBN     = "9997122576";
- 
- my $BAD_PUBLISHER_ISBN = "9165022222"; # 91-650-22222-?  Sweden (stops at 649)
- 
-diff --git a/t/isbn13.t b/t/isbn13.t
-index eea3f98..766d57f 100644
---- a/t/isbn13.t
-+++ b/t/isbn13.t
-@@ -24,7 +24,7 @@ my $CHECKSUM           = "2";
- 
- my $BAD_CHECKSUM_ISBN  = "9780596527244";
- 
--my $BAD_GROUP_ISBN     = "978-9997022576";
-+my $BAD_GROUP_ISBN     = "978-9997122576";
- 
- my $BAD_PUBLISHER_ISBN = "978-9165022222"; # 91-650-22222-?  Sweden (stops at 649)
- 
--- 
-1.7.9.5
-
diff --git a/debian/patches/0002-Apply-upstream-changeset-a3a6f1d-for-strict-versione.patch b/debian/patches/0002-Apply-upstream-changeset-a3a6f1d-for-strict-versione.patch
deleted file mode 100644
index 8f7f7ca..0000000
--- a/debian/patches/0002-Apply-upstream-changeset-a3a6f1d-for-strict-versione.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: *** FIXME ***
-Origin: upstream, https://github.com/briandfoy/business--isbn/commit/a3a6f1dafa5fa74dacd5bdff28d472a80d7e99e3
-Bug-Debian: http://bugs.debian.org/699124
-Forwarded: *** FIXME ***
-Author: gregor herrmann <gregoa at debian.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-02-16
-Applied-Upstream: *** FIXME ***
-
-From d2276d2946d71b035aacb1e228294bbce2ef0ce8 Mon Sep 17 00:00:00 2001
-From: Daniel T Chen <crimsun at ubuntu.com>
-Date: Sun, 27 Jan 2013 15:51:34 -0500
-Subject: [PATCH 2/2] Apply upstream changeset a3a6f1d for strict versioned
- dep on Business::ISBN::Data
-
----
- lib/ISBN.pm |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/ISBN.pm b/lib/ISBN.pm
-index dce4a15..10f958b 100644
---- a/lib/ISBN.pm
-+++ b/lib/ISBN.pm
-@@ -72,7 +72,7 @@ use vars qw( $VERSION @ISA @EXPORT_OK %EXPORT_TAGS $debug %group_data
- use Carp qw(carp croak cluck);
- use base qw(Exporter);
- 
--use Business::ISBN::Data 20081208; # now a separate module
-+use Business::ISBN::Data 20120719.001; # now a separate module
- # ugh, hack
- *group_data = *Business::ISBN::country_data;
- sub _group_data { $group_data{ $_[1] } }
--- 
-1.7.9.5
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bde485d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Apply-upstream-changeset-5df3050432-to-fix-FTBFS-on-.patch
-0002-Apply-upstream-changeset-a3a6f1d-for-strict-versione.patch

-- 
Debian packaging of libbusiness-isbn-perl



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