[liblist-rotation-cycle-perl] 02/02: add d/* and patch for Makefile.PL

Radu-Bogdan Croitoru dotix-guest at moszumanska.debian.org
Sun Dec 1 10:27:48 UTC 2013


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

dotix-guest pushed a commit to branch master
in repository liblist-rotation-cycle-perl.

commit 6389e983b3f914806bcddd461f52dbc09c66a805
Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
Date:   Sun Dec 1 12:27:10 2013 +0200

    add d/* and patch for Makefile.PL
---
 debian/changelog                 |  6 +++---
 debian/control                   |  7 +++----
 debian/copyright                 | 12 ++----------
 debian/patches/manpage-fix.patch | 16 ++++++++++++++++
 debian/patches/series            |  1 +
 5 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9902052..df52028 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-liblist-rotation-cycle-perl (1.009-1) UNRELEASED; urgency=low
+liblist-rotation-cycle-perl (1.009-2) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #731037)
 
- -- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>  Sun, 1 Dec 2013 11:48:17 +0200
+ -- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>  Sun, 01 Dec 2013 12:06:08 +0200
diff --git a/debian/control b/debian/control
index 462d56a..b6ec82c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
-Build-Depends: debhelper (>= 9.20120312)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libmodule-signature-perl,
  libtest-pod-coverage-perl,
  libtest-pod-perl,
+ libtest-manifest-perl,
  perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblist-rotation-cycle-perl.git
@@ -16,7 +17,7 @@ Homepage: https://metacpan.org/release/List-Rotation-Cycle
 Package: liblist-rotation-cycle-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Cycle through a list of values via a singleton object implemented as closure.
+Description: module that cycles through a list of values
  Use List::Rotation::Cycle to loop through a list of values. Once you get to
  the end of the list, you go back to the beginning.
  .
@@ -24,5 +25,3 @@ Description: Cycle through a list of values via a singleton object implemented a
  get 1 (the very same) Cycle object even if you use the new method several
  times. This is done by using Memoize on the new method. It returns the same
  object for every use of new that comes with the same List of parameters.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 0f122a7..e73e434 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/List-Rotation-Cycle
-Upstream-Contact: pelagic
+Upstream-Contact: Imre Saling <pelagic at cpan.org>
 Upstream-Name: List-Rotation-Cycle
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: pelagic
+Copyright: 2000-2004, Imre Saling <pelagic at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/patches/manpage-fix.patch b/debian/patches/manpage-fix.patch
new file mode 100644
index 0000000..0139400
--- /dev/null
+++ b/debian/patches/manpage-fix.patch
@@ -0,0 +1,16 @@
+Description: Remove MAN3PODS from Makefile.PL
+Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
+Forwarded: yes
+Last-Update: 2013-12-01
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -28,7 +28,7 @@
+ 		'Memoize'          => '0',
+     },
+     
+-	'MAN3PODS'      => {'lib/List/Rotation/Cycle.pm'  => '$(INST_MAN3DIR)/List::Rotation::Cycle.3'},
++	#'MAN3PODS'      => {'lib/List/Rotation/Cycle.pm'  => '$(INST_MAN3DIR)/List::Rotation::Cycle.3'},
+ 	'clean' => { FILES => 'List-Rotation-Cycle-*' },
+ );
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..79cc777
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-fix.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblist-rotation-cycle-perl.git



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