[libmodule-bundled-files-perl] 01/01: Fix packaging errors and lintian warnings

Robin Sheat eythian-guest at moszumanska.debian.org
Sat Oct 25 00:16:31 UTC 2014


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

eythian-guest pushed a commit to branch master
in repository libmodule-bundled-files-perl.

commit 95fa5a6a911a70f189c668902ea0880b47a0cef1
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Sat Oct 25 13:15:52 2014 +1300

    Fix packaging errors and lintian warnings
---
 debian/changelog                            | 10 +---------
 debian/control                              |  4 ++--
 debian/copyright                            |  2 +-
 debian/patches/manpage-spelling-fixes.patch | 16 ++++++++++++++++
 debian/patches/series                       |  1 +
 5 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index efe973c..c2af29d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,4 @@
-libmodule-bundled-files-perl (0.03-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright: missing year(s) of upstream copyright
-  - package fails to build witih
-    "Error:  Can't locate Class/ISA.pm in @INC"
-  - warnings about Module::Build being removed from core -->
-    add libmodule-build-perl to Build-Depends (and move perl from B-D-I to
-    B-D)
+libmodule-bundled-files-perl (0.03-1) unstable; urgency=low
 
   * Initial Release. Closes: #766572
 
diff --git a/debian/control b/debian/control
index 2d93922..8175c64 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Robin Sheat <robin at catalyst.net.nz>
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 8), perl, libmodule-build-perl
+Build-Depends-Indep: libclass-isa-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-bundled-files-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-bundled-files-perl.git
diff --git a/debian/copyright b/debian/copyright
index 70c708c..cd0af03 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Paul Campbell <kemitix at gmail.com>
 Upstream-Name: Module-Bundled-Files
 
 Files: *
-Copyright: Paul Campbell <kemitix at gmail.com>
+Copyright: 2005, Paul Campbell <kemitix at gmail.com>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/patches/manpage-spelling-fixes.patch b/debian/patches/manpage-spelling-fixes.patch
new file mode 100644
index 0000000..2d436de
--- /dev/null
+++ b/debian/patches/manpage-spelling-fixes.patch
@@ -0,0 +1,16 @@
+Description: Fix spelling in documentation
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=99768
+Author: Robin Sheat <robin at catalyst.net.nz>
+Index: libmodule-bundled-files-perl/lib/Module/Bundled/Files.pm
+===================================================================
+--- libmodule-bundled-files-perl.orig/lib/Module/Bundled/Files.pm	2005-10-02 09:19:46.000000000 +1300
++++ libmodule-bundled-files-perl/lib/Module/Bundled/Files.pm	2014-10-25 13:05:26.501456306 +1300
+@@ -89,7 +89,7 @@
+ This module provides an simple method of accessing files that need to be 
+ bundled with a module.
+ 
+-For example, a module My::Module, which needs to access a seperate file 
++For example, a module My::Module, which needs to access a separate file 
+ I<data.txt>.
+ 
+ In your development directory you would place your I<data.txt> in your 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..72e1553
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-spelling-fixes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-bundled-files-perl.git



More information about the Pkg-perl-cvs-commits mailing list