[SCM] Debian packaging of Data-Faker CPAN distribution branch, master, updated. debian/0.09-1-10-ga98a78d
gregor herrmann
gregoa at debian.org
Sat Mar 2 20:39:48 UTC 2013
The following commit has been merged in the master branch:
commit de5a0036f78433d19da2a39e763f00422f117325
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Mar 2 21:35:27 2013 +0100
Patches: remove pod-errors.patch (applied upstream), refresh
remove-datafaker-from-bin.patch (offset).
diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
deleted file mode 100644
index 3014d79..0000000
--- a/debian/patches/pod-errors.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: Pos errors
-Author: Xavier <x.guimard at free.fr>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=82172
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82172
-Last-Update: 2012-12-22
-
---- a/lib/Data/Faker/Company.pm
-+++ b/lib/Data/Faker/Company.pm
-@@ -37,8 +37,6 @@
- 'Inc', 'and Sons', 'LLC', 'Group'
- ]);
-
--=back
--
- =item job_title
-
- Return a job title
---- a/lib/Data/Faker/StreetAddress.pm
-+++ b/lib/Data/Faker/StreetAddress.pm
-@@ -179,12 +179,12 @@
- ],
- );
-
--=back
--
- =item city
-
- Return a random city, taken from a list of larger cities in several U.S. states.
-
-+=back
-+
- =cut
-
- __PACKAGE__->register_plugin(
diff --git a/debian/patches/remove-datafaker-from-bin.patch b/debian/patches/remove-datafaker-from-bin.patch
index d6e7b2f..8bb02c9 100644
--- a/debian/patches/remove-datafaker-from-bin.patch
+++ b/debian/patches/remove-datafaker-from-bin.patch
@@ -5,12 +5,12 @@ Last-Update: 2012-12-27
--- a/Makefile.PL
+++ b/Makefile.PL
-@@ -5,7 +5,7 @@
- PREREQ_PM => {
- 'POSIX' => 0,
+@@ -6,7 +6,7 @@
+ PREREQ_PM => {
+ 'POSIX' => 0,
},
- EXE_FILES => [qw(datafaker)],
+ #EXE_FILES => [qw(datafaker)],
($] >= 5.005 ? ## Add these new keywords supported since 5.005
- (ABSTRACT_FROM => 'lib/Data/Faker.pm', # retrieve abstract from module
- AUTHOR => 'Jason Kohles <email at jasonkohles.com>') : ()),
+ (ABSTRACT_FROM => 'lib/Data/Faker.pm', # retrieve abstract from module
+ AUTHOR => 'Jason Kohles <email at jasonkohles.com>') : ()),
diff --git a/debian/patches/series b/debian/patches/series
index 4d7ec53..829f068 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-pod-errors.patch
remove-datafaker-from-bin.patch
--
Debian packaging of Data-Faker CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list