r8254 - in /trunk/libmoosex-getopt-perl/debian: changelog control patches/ patches/pod-meta-add.patch patches/series rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Sun Oct 14 03:29:37 UTC 2007


Author: rmayorga-guest
Date: Sun Oct 14 03:29:36 2007
New Revision: 8254

URL: http://svn.debian.org/wsvn/?sc=1&rev=8254
Log:
* Adding Niko's patch to close FTBFS

Added:
    trunk/libmoosex-getopt-perl/debian/patches/
    trunk/libmoosex-getopt-perl/debian/patches/pod-meta-add.patch
    trunk/libmoosex-getopt-perl/debian/patches/series
Modified:
    trunk/libmoosex-getopt-perl/debian/changelog
    trunk/libmoosex-getopt-perl/debian/control
    trunk/libmoosex-getopt-perl/debian/rules

Modified: trunk/libmoosex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/changelog?rev=8254&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/changelog (original)
+++ trunk/libmoosex-getopt-perl/debian/changelog Sun Oct 14 03:29:36 2007
@@ -1,10 +1,19 @@
-libmoosex-getopt-perl (0.05-2) UNRELEASED; urgency=low
+libmoosex-getopt-perl (0.05-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:46 +0200
+  [ Rene Mayorga ]
+  * Adding patch from Niko Tiny <ntyni at iki.fi> 
+     + Include a propper pod section for Moose Metaclass, in order to
+       past the pod-coverage test (Closes: #445805)
+  * debian/control - Add quilt as Build-Depends-Indep
+  * debian/rules - We use quilt now
+  * Add myself to Uploaders
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Sat, 13 Oct 2007 18:10:28 -0600
 
 libmoosex-getopt-perl (0.05-1) unstable; urgency=low
 

Modified: trunk/libmoosex-getopt-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/control?rev=8254&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/control (original)
+++ trunk/libmoosex-getopt-perl/debian/control Sun Oct 14 03:29:36 2007
@@ -1,11 +1,11 @@
 Source: libmoosex-getopt-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, quilt
 Build-Depends-Indep: perl (>= 5.8.8-7), libmoose-perl, libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/MooseX-Getopt/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-getopt-perl/

Added: trunk/libmoosex-getopt-perl/debian/patches/pod-meta-add.patch
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/patches/pod-meta-add.patch?rev=8254&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/patches/pod-meta-add.patch (added)
+++ trunk/libmoosex-getopt-perl/debian/patches/pod-meta-add.patch Sun Oct 14 03:29:36 2007
@@ -1,0 +1,15 @@
+Index: libmoosex-getopt-perl/lib/MooseX/Getopt/OptionTypeMap.pm
+===================================================================
+--- libmoosex-getopt-perl.orig/lib/MooseX/Getopt/OptionTypeMap.pm	2007-10-10 00:24:54.000000000 -0600
++++ libmoosex-getopt-perl/lib/MooseX/Getopt/OptionTypeMap.pm	2007-10-10 00:25:06.000000000 -0600
+@@ -90,6 +90,10 @@
+ 
+ =item B<add_option_type_to_map ($type_name, $option_spec)>
+ 
++=item B<meta>
++
++The Moose metaclass accessor.
++
+ =back
+ 
+ =head1 BUGS

Added: trunk/libmoosex-getopt-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/patches/series?rev=8254&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/patches/series (added)
+++ trunk/libmoosex-getopt-perl/debian/patches/series Sun Oct 14 03:29:36 2007
@@ -1,0 +1,1 @@
+pod-meta-add.patch

Modified: trunk/libmoosex-getopt-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/rules?rev=8254&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/rules (original)
+++ trunk/libmoosex-getopt-perl/debian/rules Sun Oct 14 03:29:36 2007
@@ -22,7 +22,9 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-build: build-stamp
+include /usr/share/quilt/quilt.make
+
+build: patch  build-stamp
 build-stamp:
 	dh_testdir
 
@@ -31,7 +33,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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