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

kanashiro-guest pushed a commit to branch master
in repository libconfig-find-perl.

commit aa272f4775bc21532c91d2ff21fd13fccad8a5cf
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Sat Aug 1 15:35:28 2015 -0300

    Remove unnecessary patches
    
    Already fixed in new upstream version
---
 debian/changelog                      |   1 +
 debian/patches/manpage-typo-fix.patch |  43 ------------
 debian/patches/pod-encoding.patch     | 119 ----------------------------------
 debian/patches/series                 |   2 -
 4 files changed, 1 insertion(+), 164 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fa83a31..3ba4be7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libconfig-find-perl (0.31-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 0.31
+  * Remove unnecessary patches (already fixed in new upstream version)
 
  -- Lucas Kanashiro <kanashiro.dua...@gmail.com>  Sat, 01 Aug 2015 15:27:47 
-0300
 
diff --git a/debian/patches/manpage-typo-fix.patch 
b/debian/patches/manpage-typo-fix.patch
deleted file mode 100644
index 904bf3f..0000000
--- a/debian/patches/manpage-typo-fix.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Description: Fixes several misspells and typos in manpages
-Author: Jotam Jr. Trejo <jota...@debian.org.sv>
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=82001
-Last-Update: 2012-12-14
-
---- a/lib/Config/Find.pm
-+++ b/lib/Config/Find.pm
-@@ -157,13 +157,13 @@
- 
- =head1 ABSTRACT
- 
--Config::Find searchs for configuration files using OS dependant
-+Config::Find searches for configuration files using OS dependent
- heuristics.
- 
- =head1 DESCRIPTION
- 
- Every OS has different rules for configuration files placement, this
--module allows to easily find and create your app configuration files
-+module allows one to easily find and create your app configuration files
- following those rules.
- 
- Config::Find references configuration files by the application name or
---- a/lib/Config/Find/Where.pm
-+++ b/lib/Config/Find/Where.pm
-@@ -156,7 +156,7 @@
- 
- =head1 ABSTRACT
- 
--Config::Find searchs for locations using OS dependant heuristics.
-+Config::Find searches for locations using OS dependent heuristics.
- 
- =head1 DESCRIPTION
- 
-@@ -164,7 +164,7 @@
- reused to also find other interesting things like temporary
- directories, the script location, etc.
- 
--This module adds a public API to all the hiden functionallity.
-+This module adds a public API to all the hiden functionality.
- 
- =head2 OPTIONS
- 
diff --git a/debian/patches/pod-encoding.patch 
b/debian/patches/pod-encoding.patch
deleted file mode 100644
index 8f6da2e..0000000
--- a/debian/patches/pod-encoding.patch
+++ /dev/null
@@ -1,119 +0,0 @@
-Description: add =encoding to POD
- Otherwise the pod test fails under Perl 5.18
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/709768
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85626
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85626
-Author: gregor herrmann <gre...@debian.org>
-Last-Update: 2013-05-26
-
---- a/lib/Config/Find/Unix.pm
-+++ b/lib/Config/Find/Unix.pm
-@@ -205,6 +205,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::Unix - Config::Find plugin for Unixen
---- a/lib/Config/Find/Win2k.pm
-+++ b/lib/Config/Find/Win2k.pm
-@@ -12,6 +12,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::Win2k - Win2k idiosyncrasies for Config::Find
---- a/lib/Config/Find/Win2k3.pm
-+++ b/lib/Config/Find/Win2k3.pm
-@@ -12,6 +12,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::Win2k - Win2k idiosyncrasies for Config::Find
---- a/lib/Config/Find/Win95.pm
-+++ b/lib/Config/Find/Win95.pm
-@@ -12,6 +12,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::Win95 - Win95 idiosyncrasies for Config::Find
---- a/lib/Config/Find/Win98.pm
-+++ b/lib/Config/Find/Win98.pm
-@@ -12,6 +12,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::Win98 - Win98 idiosyncrasies for Config::Find
---- a/lib/Config/Find/WinAny.pm
-+++ b/lib/Config/Find/WinAny.pm
-@@ -151,6 +151,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::WinAny - Behaviours common to any Win32 OS for Config::Find
---- a/lib/Config/Find/WinCE.pm
-+++ b/lib/Config/Find/WinCE.pm
-@@ -12,6 +12,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::WinCE - WinCE idiosyncrasies for Config::Find
---- a/lib/Config/Find/WinME.pm
-+++ b/lib/Config/Find/WinME.pm
-@@ -12,6 +12,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::WinME - WinME idiosyncrasies for Config::Find
---- a/lib/Config/Find/WinNT.pm
-+++ b/lib/Config/Find/WinNT.pm
-@@ -12,6 +12,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::WinNT - WinNT idiosyncrasies for Config::Find
---- a/lib/Config/Find/WinXP.pm
-+++ b/lib/Config/Find/WinXP.pm
-@@ -12,6 +12,8 @@
- 1;
- __END__
- 
-+=encoding latin1
-+
- =head1 NAME
- 
- Config::Find::WinXP - WinXP idiosyncrasies for Config::Find
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1c35fbf..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-manpage-typo-fix.patch
-pod-encoding.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-find-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