r33001 - in /trunk/libmouse-perl/debian: control patches/ patches/fix-pod patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Apr 10 17:42:10 UTC 2009


Author: ryan52-guest
Date: Fri Apr 10 17:42:04 2009
New Revision: 33001

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33001
Log:
patch to fix POD

Added:
    trunk/libmouse-perl/debian/patches/
    trunk/libmouse-perl/debian/patches/fix-pod
    trunk/libmouse-perl/debian/patches/series
Modified:
    trunk/libmouse-perl/debian/control
    trunk/libmouse-perl/debian/rules

Modified: trunk/libmouse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/control?rev=33001&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/control (original)
+++ trunk/libmouse-perl/debian/control Fri Apr 10 17:42:04 2009
@@ -1,7 +1,7 @@
 Source: libmouse-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.6.10-12), libmoose-perl (>= 0.59),
  libtest-exception-perl, libclass-method-modifiers-perl, libtest-output-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libmouse-perl/debian/patches/fix-pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/patches/fix-pod?rev=33001&op=file
==============================================================================
--- trunk/libmouse-perl/debian/patches/fix-pod (added)
+++ trunk/libmouse-perl/debian/patches/fix-pod Fri Apr 10 17:42:04 2009
@@ -1,0 +1,20 @@
+--- a/lib/Mouse/Role.pm
++++ b/lib/Mouse/Role.pm
+@@ -163,6 +163,8 @@
+ Sets up an "around" method modifier. See L<Moose/around> or
+ L<Class::Method::Modifiers/around>.
+ 
++=over 4
++
+ =item B<super>
+ 
+ Sets up the "super" keyword. See L<Moose/super>.
+@@ -179,6 +181,8 @@
+ 
+ This is not supported and emits an error. See L<Moose/Role>.
+ 
++=back
++
+ =head2 has (name|names) => parameters
+ 
+ Sets up an attribute (or if passed an arrayref of names, multiple attributes) to

Added: trunk/libmouse-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/patches/series?rev=33001&op=file
==============================================================================
--- trunk/libmouse-perl/debian/patches/series (added)
+++ trunk/libmouse-perl/debian/patches/series Fri Apr 10 17:42:04 2009
@@ -1,0 +1,1 @@
+fix-pod

Modified: trunk/libmouse-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/rules?rev=33001&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/rules (original)
+++ trunk/libmouse-perl/debian/rules Fri Apr 10 17:42:04 2009
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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