[libdata-paginator-perl] 01/01: Packaging fixups

Robin Sheat eythian-guest at moszumanska.debian.org
Fri Oct 24 23:58:48 UTC 2014


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

eythian-guest pushed a commit to branch master
in repository libdata-paginator-perl.

commit 7f4e2ffd65c074e446fb10200ca5d468cf84de98
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Sat Oct 25 12:47:50 2014 +1300

    Packaging fixups
---
 debian/changelog                       | 11 +----------
 debian/control                         |  2 +-
 debian/copyright                       |  2 +-
 debian/libdata-paginator-perl.docs     |  1 -
 debian/patches/add-pod-encoding.patch  | 16 ++++++++++++++++
 debian/patches/add-whatis-to-pod.patch | 16 ++++++++++++++++
 debian/patches/series                  |  2 ++
 7 files changed, 37 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3c37b0..d8bf949 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,4 @@
-libdata-paginator-perl (0.05-1) UNRELEASED; urgency=low
-
-  TODO:
-  - missing year(s) of upstream copyright
-  - the README.mkdn doesn't look useful
-  - d/control: short description: drop leading "a" and trailing "."
-    (both detected by lintian as well)
-  - lintian: -> patch POD for
-    + manpage-has-errors-from-pod2man
-    + manpage-has-bad-whatis-entry
+libdata-paginator-perl (0.05-1) unstable; urgency=low
 
   * Initial Release. Closes: #766566
 
diff --git a/debian/control b/debian/control
index f8d1612..2072f7e 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libmoose-perl,
  libmoosex-types-perl
-Description: a pagination module for Moose.
+Description: pagination module for Moose
  Data::Paginator is yet another pagination module. It only exists because none
  of the other pager modules are written using Moose. Sometimes there is a Moose
  feature that you need. It's a pain when you can't use it with an existing
diff --git a/debian/copyright b/debian/copyright
index 9b674c0..225226b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Cory G Watson <gphat at cpan.org>
 Upstream-Name: Data-Paginator
 
 Files: *
-Copyright: Cory G Watson <gphat at cpan.org>
+Copyright: 2011, Cory G Watson <gphat at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/libdata-paginator-perl.docs b/debian/libdata-paginator-perl.docs
deleted file mode 100644
index 3c548ba..0000000
--- a/debian/libdata-paginator-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.mkdn
diff --git a/debian/patches/add-pod-encoding.patch b/debian/patches/add-pod-encoding.patch
new file mode 100644
index 0000000..7962396
--- /dev/null
+++ b/debian/patches/add-pod-encoding.patch
@@ -0,0 +1,16 @@
+Description: fix POD warnings by specificing a character encoding
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=99767
+Author: Robin Sheat <robin at catalyst.net.nz>
+Index: libdata-paginator-perl/lib/Data/Paginator.pm
+===================================================================
+--- libdata-paginator-perl.orig/lib/Data/Paginator.pm	2011-11-23 16:31:54.000000000 +1300
++++ libdata-paginator-perl/lib/Data/Paginator.pm	2014-10-25 12:40:36.793521417 +1300
+@@ -244,6 +244,8 @@
+ __END__
+ =pod
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Data::Paginator - Pagination with Moose
diff --git a/debian/patches/add-whatis-to-pod.patch b/debian/patches/add-whatis-to-pod.patch
new file mode 100644
index 0000000..1fd6a9d
--- /dev/null
+++ b/debian/patches/add-whatis-to-pod.patch
@@ -0,0 +1,16 @@
+Description: add description of module to POD documentation
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=99767
+Author: Robin Sheat <robin at catalyst.net.nz>
+Index: libdata-paginator-perl/lib/Data/Paginator/Types.pm
+===================================================================
+--- libdata-paginator-perl.orig/lib/Data/Paginator/Types.pm	2011-11-23 16:31:54.000000000 +1300
++++ libdata-paginator-perl/lib/Data/Paginator/Types.pm	2014-10-25 12:45:29.141032329 +1300
+@@ -19,7 +19,7 @@
+ 
+ =head1 NAME
+ 
+-Data::Paginator::Types
++Data::Paginator::Types - defines types used by Data::Paginator
+ 
+ =head1 VERSION
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3bf5da3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+add-pod-encoding.patch
+add-whatis-to-pod.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-paginator-perl.git



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