r20345 - in /trunk/libclass-meta-perl/debian: changelog control patches/ patches/pod-link.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri May 23 19:08:11 UTC 2008


Author: gregoa
Date: Fri May 23 19:08:11 2008
New Revision: 20345

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20345
Log:
Add patch pod-link.patch: fixes an internal L<> link in the pod; add
quilt framework.

Added:
    trunk/libclass-meta-perl/debian/patches/
    trunk/libclass-meta-perl/debian/patches/pod-link.patch
    trunk/libclass-meta-perl/debian/patches/series
Modified:
    trunk/libclass-meta-perl/debian/changelog
    trunk/libclass-meta-perl/debian/control
    trunk/libclass-meta-perl/debian/rules

Modified: trunk/libclass-meta-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/changelog?rev=20345&op=diff
==============================================================================
--- trunk/libclass-meta-perl/debian/changelog (original)
+++ trunk/libclass-meta-perl/debian/changelog Fri May 23 19:08:11 2008
@@ -8,6 +8,8 @@
   * debian/control:
     - add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
     - add /me to Uploaders
+  * Add patch pod-link.patch: fixes an internal L<> link in the pod; add
+    quilt framework.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 23 May 2008 20:47:12 +0200
 

Modified: trunk/libclass-meta-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/control?rev=20345&op=diff
==============================================================================
--- trunk/libclass-meta-perl/debian/control (original)
+++ trunk/libclass-meta-perl/debian/control Fri May 23 19:08:11 2008
@@ -1,7 +1,7 @@
 Source: libclass-meta-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl,
+Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.8.0-7), libdata-types-perl,
  libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libclass-meta-perl/debian/patches/pod-link.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/patches/pod-link.patch?rev=20345&op=file
==============================================================================
--- trunk/libclass-meta-perl/debian/patches/pod-link.patch (added)
+++ trunk/libclass-meta-perl/debian/patches/pod-link.patch Fri May 23 19:08:11 2008
@@ -1,0 +1,14 @@
+Author: libclass-meta-perl
+Description: Fix link in POD
+
+--- libclass-meta-perl.orig/lib/Class/Meta/Type.pm
++++ libclass-meta-perl/lib/Class/Meta/Type.pm
+@@ -669,7 +669,7 @@
+ to use a StudlyCaps affordance accessor standard. In that case, you'll need to
+ create your own module that builds accessors. I recommend that you study
+ L<Class::Meta::AccessorBuilder|Class::Meta::AccessorBuilder> and
+-LClass::Meta::AccessorBuilder::Affordance|Class::Meta::AccessorBuilder::Affordance>
++L<Class::Meta::AccessorBuilder::Affordance|Class::Meta::AccessorBuilder::Affordance>
+ before taking on creating your own.
+ 
+ Custom accessor building modules must have three functions.

Added: trunk/libclass-meta-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/patches/series?rev=20345&op=file
==============================================================================
--- trunk/libclass-meta-perl/debian/patches/series (added)
+++ trunk/libclass-meta-perl/debian/patches/series Fri May 23 19:08:11 2008
@@ -1,0 +1,1 @@
+pod-link.patch

Modified: trunk/libclass-meta-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/rules?rev=20345&op=diff
==============================================================================
--- trunk/libclass-meta-perl/debian/rules (original)
+++ trunk/libclass-meta-perl/debian/rules Fri May 23 19:08:11 2008
@@ -14,19 +14,21 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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