[SCM] Debian packaging of libfile-find-object-perl branch, master, updated. 9f38ad4661b4be07f797465179111f96fd54fe91
Xavier Guimard
x.guimard at free.fr
Sun Nov 25 07:24:00 UTC 2012
The following commit has been merged in the master branch:
commit 9f38ad4661b4be07f797465179111f96fd54fe91
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sun Nov 25 08:23:17 2012 +0100
Add patches to fix spelling error and use Module::Build 0.38
diff --git a/debian/changelog b/debian/changelog
index cc49527..1c66904 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,8 +30,11 @@ libfile-find-object-perl (0.2.5-1) UNRELEASED; urgency=low
* Use debhelper 8
* Update debian/copyright (years, format, license)
* Update debian/rules to use dh
+ * Add patches :
+ - to fix spelling error in pod
+ - to use Module::Build 0.38 instead of 0.39 which is not available for now
- -- Jonathan Yu <jawnsy at cpan.org> Sun, 25 Nov 2012 07:49:12 +0100
+ -- Xavier Guimard <x.guimard at free.fr> Sun, 25 Nov 2012 08:14:49 +0100
libfile-find-object-perl (0.2.1-1) unstable; urgency=low
diff --git a/debian/patches/fix-spelling-error.patch b/debian/patches/fix-spelling-error.patch
new file mode 100644
index 0000000..4894539
--- /dev/null
+++ b/debian/patches/fix-spelling-error.patch
@@ -0,0 +1,17 @@
+Description: <short summary of the patch>
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=81428
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81428
+Last-Update: 2012-11-25
+
+--- libfile-find-object-perl-0.2.5.orig/lib/File/Find/Object.pm
++++ libfile-find-object-perl-0.2.5/lib/File/Find/Object.pm
+@@ -633,7 +633,7 @@ File::Find::Object - An object oriented
+ File::Find::Object does same job as File::Find but works like an object and
+ with an iterator. As File::Find is not object oriented, one cannot perform
+ multiple searches in the same application. The second problem of File::Find
+-is its file processing: after starting its main loop, one cannot easilly wait
++is its file processing: after starting its main loop, one cannot easily wait
+ for another event and so get the next result.
+
+ With File::Find::Object you can get the next file by calling the next()
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..545ef07
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+use-module-install-0.38.patch
+fix-spelling-error.patch
diff --git a/debian/patches/use-module-install-0.38.patch b/debian/patches/use-module-install-0.38.patch
new file mode 100644
index 0000000..cd072b2
--- /dev/null
+++ b/debian/patches/use-module-install-0.38.patch
@@ -0,0 +1,28 @@
+Description: Use Module::Build 0.38
+ Until Module::Build will be upgraded, this patch permits to build this module
+Author: Xavier Guimard <x.guimard at free.fr>
+Forwarded: no
+Last-Update: 2012-11-25
+
+--- libfile-find-object-perl-0.2.5.orig/META.json
++++ libfile-find-object-perl-0.2.5/META.json
+@@ -44,7 +44,7 @@
+ },
+ "configure" : {
+ "requires" : {
+- "Module::Build" : "0.39"
++ "Module::Build" : "0.38"
+ }
+ },
+ "runtime" : {
+--- libfile-find-object-perl-0.2.5.orig/META.yml
++++ libfile-find-object-perl-0.2.5/META.yml
+@@ -6,7 +6,7 @@ build_requires:
+ File::Path: 0
+ Test::More: 0
+ configure_requires:
+- Module::Build: 0.39
++ Module::Build: 0.38
+ dynamic_config: 1
+ generated_by: 'Module::Build version 0.3901, CPAN::Meta::Converter version 2.120921'
+ keywords:
--
Debian packaging of libfile-find-object-perl
More information about the Pkg-perl-cvs-commits
mailing list