[libdatetime-format-natural-perl] 05/07: Refresh and remove unnecessary patches
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Wed Sep 16 00:44:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libdatetime-format-natural-perl.
commit e276fda0a4bf129eaf6afbb225cea641768610c0
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue Sep 15 21:22:46 2015 -0300
Refresh and remove unnecessary patches
---
debian/changelog | 1 +
debian/patches/do-not-install-dateparse.patch | 28 +++++++++++++--------------
debian/patches/pod-encoding.patch | 18 -----------------
debian/patches/series | 1 -
4 files changed, 15 insertions(+), 33 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f6719f0..23ec796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libdatetime-format-natural-perl (1.03-1) UNRELEASED; urgency=medium
* Team upload.
* Add debian/upstream/metadata
* Import upstream version 1.03
+ * Refresh and remove unnecessary patches
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Tue, 15 Sep 2015 21:06:01 -0300
diff --git a/debian/patches/do-not-install-dateparse.patch b/debian/patches/do-not-install-dateparse.patch
index a92cb1b..b88d548 100644
--- a/debian/patches/do-not-install-dateparse.patch
+++ b/debian/patches/do-not-install-dateparse.patch
@@ -7,7 +7,7 @@ Last-Update: 2015-06-05
--- a/Build.PL
+++ b/Build.PL
-@@ -34,7 +34,7 @@
+@@ -34,7 +34,7 @@ my $build = Module::Build->new
'Test::More' => 0,
},
recommends => { 'Date::Calc' => 0 },
@@ -18,16 +18,16 @@ Last-Update: 2015-06-05
create_makefile_pl => 'traditional',
--- a/Makefile.PL
+++ b/Makefile.PL
-@@ -5,9 +5,9 @@
- 'PL_FILES' => {},
- 'INSTALLDIRS' => 'site',
- 'NAME' => 'DateTime::Format::Natural',
-- 'EXE_FILES' => [
-- 'scripts/dateparse'
-- ],
-+# 'EXE_FILES' => [
-+# 'scripts/dateparse'
-+# ],
- 'VERSION_FROM' => 'lib/DateTime/Format/Natural.pm',
- 'PREREQ_PM' => {
- 'Scalar::Util' => 0,
+@@ -26,9 +26,9 @@ WriteMakefile
+ 'boolean' => 0
+ },
+ 'INSTALLDIRS' => 'site',
+- 'EXE_FILES' => [
+- 'scripts/dateparse'
+- ],
++ #'EXE_FILES' => [
++ # 'scripts/dateparse'
++ # ],
+ 'PL_FILES' => {}
+ )
+ ;
diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
deleted file mode 100644
index f474bde..0000000
--- a/debian/patches/pod-encoding.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: add encoding directive to POD
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-06-05
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105000
-Bug: https://rt.cpan.org/Ticket/Display.html?id=105000
-
---- a/lib/DateTime/Format/Natural.pm
-+++ b/lib/DateTime/Format/Natural.pm
-@@ -614,6 +614,8 @@
- 1;
- __END__
-
-+=encoding ISO8859-1
-+
- =head1 NAME
-
- DateTime::Format::Natural - Create machine readable date/time with natural parsing logic
diff --git a/debian/patches/series b/debian/patches/series
index be4e708..a931038 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
do-not-install-dateparse.patch
-pod-encoding.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-format-natural-perl.git
More information about the Pkg-perl-cvs-commits
mailing list