This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository liblocale-gettext-perl.

commit f16b1225c514ccaa5961c50e58b0af8162c892e9
Author: Niko Tyni <nt...@debian.org>
Date:   Mon Sep 28 21:14:10 2015 +0300

    Remove obsolete debian/patches
---
 .../patches/compatibility-with-POSIX-module.diff   | 25 ----------------------
 debian/patches/doc-update.diff                     | 17 ---------------
 debian/patches/series                              |  2 --
 3 files changed, 44 deletions(-)

diff --git a/debian/patches/compatibility-with-POSIX-module.diff 
b/debian/patches/compatibility-with-POSIX-module.diff
deleted file mode 100644
index 666f33d..0000000
--- a/debian/patches/compatibility-with-POSIX-module.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Re-export LC_* constants of the POSIX module
- Locale::Gettext exports by default the various LC_* constants as does the
- POSIX perl module. Up to perl-5.10, their definition was strictly the same
- and didn't cause any harm. Now the POSIX module evolved slightly and the
- symbol redefinition are conflictual and generate warnings.
- .
- Resolve this by making sure that Locale::Gettext reexports the constants
- coming from the POSIX module.
-Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479803#20
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=35680
-Bug-Debian: http://bugs.debian.org/479803
-Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=35680
-Author: Raphaël Hertzog <hert...@debian.org>
-Last-Update: 2011-07-16
-
---- a/gettext.pm
-+++ b/gettext.pm
-@@ -32,6 +32,7 @@ to internationalize software.
- =cut
- 
- use Carp;
-+use POSIX qw(:locale_h);
- 
- require Exporter;
- require DynaLoader;
diff --git a/debian/patches/doc-update.diff b/debian/patches/doc-update.diff
deleted file mode 100644
index d116f20..0000000
--- a/debian/patches/doc-update.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix documentation in manual page
-Bug-Debian: http://bugs.debian.org/175421
-Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=35680
-Author: Raphaël Hertzog <hert...@debian.org>
-Last-Update: 2011-07-16
-
---- a/gettext.pm
-+++ b/gettext.pm
-@@ -235,7 +235,7 @@ sub DESTROY {
- gettext(), dgettext(), and dcgettext() attempt to retrieve a string
- matching their C<msgid> parameter within the context of the current
- locale. dcgettext() takes the message's category and the text domain
--as parameters while dcgettext() defaults to the LC_MESSAGES category
-+as parameters while dgettext() defaults to the LC_MESSAGES category
- and gettext() defaults to LC_MESSAGES and uses the current text domain.
- If the string is not found in the database, then C<msgid> is returned.
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4888883..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-doc-update.diff
-compatibility-with-POSIX-module.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/liblocale-gettext-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to