[SCM] Debian packaging of libsql-translator-perl branch, master, updated. debian/0.11010-1-10-g867e512

gregor herrmann gregoa at debian.org
Sun May 13 12:14:54 UTC 2012


The following commit has been merged in the master branch:
commit bf12b7a629002e3d1752388404974b8f22c0e624
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 13 13:50:17 2012 +0200

    Drop patches, both merged upstream.

diff --git a/debian/patches/pod-spelling b/debian/patches/pod-spelling
deleted file mode 100644
index 1b8781c..0000000
--- a/debian/patches/pod-spelling
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Fix spelling error in POD
-Author: Maximilian Gass <mxey at cloudconnected.org>
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=68912
---- a/lib/SQL/Translator/Manual.pod
-+++ b/lib/SQL/Translator/Manual.pod
-@@ -349,7 +349,7 @@
- TTSchema producer in conjunction with a Template Toolkit template as
- described earlier.  However, you can also easily pass a reference to a
- subroutine that SQL::Translator can call for the production of the
--ouput.  This subroutine will be passed a single argument of the
-+output.  This subroutine will be passed a single argument of the
- SQL::Translator object which you can use to access the Schema objects.
- Please read the POD for SQL::Translator and SQL::Translator::Schema to
- learn the methods you can call.  Here is a very simple example:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index aab4ac1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-pod-spelling
-use-digest-sha
diff --git a/debian/patches/use-digest-sha b/debian/patches/use-digest-sha
deleted file mode 100644
index b316d14..0000000
--- a/debian/patches/use-digest-sha
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: Use Digest::SHA instead of Digest::SHA1
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=67989
-Origin: http://rt.cpan.org/Public/Bug/Display.html?id=67989
-Author: Salvatore Bonaccorso <carnil at cpan.org>
---- a/META.yml
-+++ b/META.yml
-@@ -244,7 +244,7 @@
-   Class::Data::Inheritable: 0.02
-   Class::MakeMethods: 0
-   DBI: 0
--  Digest::SHA1: 2
-+  Digest::SHA: 0
-   File::ShareDir: 1
-   File::Spec: 0
-   IO::Dir: 0
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -10,7 +10,7 @@
-     'Class::Base'              => 0,
-     'Class::Data::Inheritable' => 0.02,
-     'Class::MakeMethods'       => 0,
--    'Digest::SHA1'             => 2.00,
-+    'Digest::SHA'              => 0,
-     'Carp::Clan'               => 0,
-     'IO::Dir'                  => 0,
-     'IO::Scalar'               => 2.110,
---- a/lib/SQL/Translator/Utils.pm
-+++ b/lib/SQL/Translator/Utils.pm
-@@ -21,7 +21,7 @@
- use strict;
- use base qw(Exporter);
- use vars qw($VERSION $DEFAULT_COMMENT @EXPORT_OK);
--use Digest::SHA1 qw( sha1_hex );
-+use Digest::SHA qw( sha1_hex );
- use Exporter;
- 
- $VERSION = '1.59';

-- 
Debian packaging of libsql-translator-perl



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