r15711 - in /trunk/libclass-data-inheritable-perl/debian: changelog control patches/00list patches/01_doc_perltooc_not_perltootc.dpatch patches/01_doc_perltooc_not_perltootc.patch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Feb 27 08:49:12 UTC 2008


Author: dmn
Date: Wed Feb 27 08:49:11 2008
New Revision: 15711

URL: http://svn.debian.org/wsvn/?sc=1&rev=15711
Log:
* Convert patches to quilt

Added:
    trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.patch
    trunk/libclass-data-inheritable-perl/debian/patches/series
Removed:
    trunk/libclass-data-inheritable-perl/debian/patches/00list
    trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.dpatch
Modified:
    trunk/libclass-data-inheritable-perl/debian/changelog
    trunk/libclass-data-inheritable-perl/debian/control
    trunk/libclass-data-inheritable-perl/debian/rules

Modified: trunk/libclass-data-inheritable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/changelog?rev=15711&op=diff
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/changelog (original)
+++ trunk/libclass-data-inheritable-perl/debian/changelog Wed Feb 27 08:49:11 2008
@@ -11,6 +11,7 @@
   * debian/rules: delete /usr/lib/perl5 only if it exists.
   * Add myself to Uploaders
   * Standards-Version: 3.7.3 (no changes)
+  * Convert patches to quilt
 
  -- Damyan Ivanov <dmn at debian.org>  Wed, 27 Feb 2008 10:29:47 +0200
 

Modified: trunk/libclass-data-inheritable-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/control?rev=15711&op=diff
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/control (original)
+++ trunk/libclass-data-inheritable-perl/debian/control Wed Feb 27 08:49:11 2008
@@ -1,7 +1,7 @@
 Source: libclass-data-inheritable-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), dpatch, perl (>= 5.8)
+Build-Depends: debhelper (>= 5), quilt, perl (>= 5.8)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.3

Added: trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.patch
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.patch?rev=15711&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.patch (added)
+++ trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.patch Wed Feb 27 08:49:11 2008
@@ -1,0 +1,12 @@
+
+Index: libclass-data-inheritable-perl/lib/Class/Data/Inheritable.pm
+===================================================================
+--- libclass-data-inheritable-perl.orig/lib/Class/Data/Inheritable.pm	2008-02-27 10:28:32.000000000 +0200
++++ libclass-data-inheritable-perl/lib/Class/Data/Inheritable.pm	2008-02-27 10:45:50.000000000 +0200
+@@ -147,5 +147,5 @@
+ 
+ =head1 SEE ALSO
+ 
+-L<perltootc> has a very elaborate discussion of class data in Perl.
++L<perltooc> has a very elaborate discussion of class data in Perl.
+ 

Added: trunk/libclass-data-inheritable-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/patches/series?rev=15711&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/patches/series (added)
+++ trunk/libclass-data-inheritable-perl/debian/patches/series Wed Feb 27 08:49:11 2008
@@ -1,0 +1,1 @@
+01_doc_perltooc_not_perltootc.patch

Modified: trunk/libclass-data-inheritable-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/rules?rev=15711&op=diff
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/rules (original)
+++ trunk/libclass-data-inheritable-perl/debian/rules Wed Feb 27 08:49:11 2008
@@ -11,6 +11,8 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PACKAGE=$(shell dh_listpackages)
 
 ifndef PERL
@@ -20,7 +22,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: patch
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -28,15 +30,6 @@
 	$(MAKE) OPTIMIZE="-Wall -O2 -g"
 
 	touch build-stamp
-
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all
-	dpatch cat-all >patch-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
 
 clean: unpatch
 	dh_testdir




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