[SCM] Debian packaging of libdbix-abstract-perl branch, master, updated. 4b3a02e7cca57873b1bb1ed70ff546be8e63419a

gregor herrmann gregoa at debian.org
Sat Sep 24 20:33:31 UTC 2011


The following commit has been merged in the master branch:
commit a60738b1dbf9b750e7e50a126b19390759b1a80d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 24 22:19:30 2011 +0200

    Refresh patch 01_fix-manpage (new filename, offset), remove patch pod.patch
    (applied upstream), remove patch t_dbia.config.patch (not needed anymore).

diff --git a/debian/patches/01_fix-manpage b/debian/patches/01_fix-manpage
index 6cd0445..b2f77c6 100644
--- a/debian/patches/01_fix-manpage
+++ b/debian/patches/01_fix-manpage
@@ -1,13 +1,13 @@
 Description: unbreakable line in manpage
 Origin: vendor
-Forwarded: no
+Forwarded: not-needed
 Author: Gerfried Fuchs <rhonda at debian.at>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-05-16
+Last-Update: 2011-09-24
 
---- a/Abstract.pm
-+++ b/Abstract.pm
-@@ -1265,7 +1265,7 @@
+--- a/lib/DBIx/Abstract.pm
++++ b/lib/DBIx/Abstract.pm
+@@ -1378,7 +1378,7 @@
  
  ($fields,[$table,[$where[,$order]]])
  
diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
deleted file mode 100644
index fa6633b..0000000
--- a/debian/patches/pod.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Description: POD errors
-Origin: vendor
-Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-05-16
-
---- a/Abstract.pm
-+++ b/Abstract.pm
-@@ -1077,8 +1077,6 @@
- 
- Unless otherwise mentioned all methods return the database handle.
- 
--=over 5
--
- =head2 connect
- 
- C<connect($connect_config | $dbihandle [,$options])> I<CONSTRUCTOR>
-@@ -1499,14 +1497,12 @@
- With joe, %foo%, 26 and 30 passed as bind values.
- 
- 
--=back
--
--=over 5
--
- =head1 SUPPORTED DBD DRIVERS
- 
- These drivers have been reported to work:
- 
-+=over
-+
- =item * mysql (development environment)
- 
- =item * Pg (development environment)
-@@ -1515,14 +1511,14 @@
- 
- =item * XBase
- 
-+=back
-+
- =head2
- 
- Any driver that uses ODBC syntax should work using the hash ref method. 
- With other drivers you should pass the DBI data source instead (this method
- will work with all drivers.)
- 
--=back
--
- =head1 CHANGES SINCE LAST RELEASE
- 
- =over 2
diff --git a/debian/patches/series b/debian/patches/series
index b48df5b..6b5e0b1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
 01_fix-manpage
-t_dbia.config.patch
-pod.patch
diff --git a/debian/patches/t_dbia.config.patch b/debian/patches/t_dbia.config.patch
deleted file mode 100644
index 80a69d8..0000000
--- a/debian/patches/t_dbia.config.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: don't check for the existence of the file that's created
-Origin: vendor
-Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-05-16
-
---- libdbix-abstract-perl-1.006.orig/Makefile.PL
-+++ libdbix-abstract-perl-1.006/Makefile.PL
-@@ -52,7 +52,7 @@ MSG
- eval { require File::Spec };
- my $fileName = $@ ?
-   "t/dbia.config" : File::Spec->catfile("t", "dbia.config");
--die "Failed to determine location of $fileName" unless -f $fileName;
-+#die "Failed to determine location of $fileName" unless -f $fileName;
- if (open(FILE, ">$fileName")) {
-     print FILE "{ my " . Data::Dumper->Dump([$opt], ["opt"]) .
-                "  sub load_all { return (\n".

-- 
Debian packaging of libdbix-abstract-perl



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