r9712 - in /trunk/libfont-ttf-perl/debian: changelog control patches/00index patches/01_manpages_missing_descriptions.dpatch patches/manpages_missing_descriptions patches/series rules

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sat Nov 24 16:47:39 UTC 2007


Author: tincho-guest
Date: Sat Nov 24 16:47:39 2007
New Revision: 9712

URL: http://svn.debian.org/wsvn/?sc=1&rev=9712
Log:
Attempt to convert to quilt

Added:
    trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions   (with props)
    trunk/libfont-ttf-perl/debian/patches/series
Removed:
    trunk/libfont-ttf-perl/debian/patches/00index
    trunk/libfont-ttf-perl/debian/patches/01_manpages_missing_descriptions.dpatch
Modified:
    trunk/libfont-ttf-perl/debian/changelog
    trunk/libfont-ttf-perl/debian/control
    trunk/libfont-ttf-perl/debian/rules

Modified: trunk/libfont-ttf-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/changelog?rev=9712&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/changelog (original)
+++ trunk/libfont-ttf-perl/debian/changelog Sat Nov 24 16:47:39 2007
@@ -19,9 +19,9 @@
   * This upstream release Closes: #442599 (the warning no longer occurs).
   * Solved many lintian errors WRT manpages: minimal headers added.
   * Added myself to uploaders.
-  * Added dpatch dependency, uploaders wrapping.
+  * Added quilt dependency, uploaders wrapping.
 
- -- Martín Ferrari <martin.ferrari at gmail.com>  Sat, 24 Nov 2007 02:55:49 -0300
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Sat, 24 Nov 2007 13:46:43 -0300
 
 libfont-ttf-perl (0.41-1) unstable; urgency=low
 

Modified: trunk/libfont-ttf-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/control?rev=9712&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/control (original)
+++ trunk/libfont-ttf-perl/debian/control Sat Nov 24 16:47:39 2007
@@ -6,7 +6,7 @@
  gregor herrmann <gregor+debian at comodo.priv.at>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Martín Ferrari <martin.ferrari at gmail.com>
-Build-Depends: debhelper (>= 5.0.0), dpatch
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.8.0-19)
 Standards-Version: 3.7.2.1
 Homepage: http://search.cpan.org/dist/Font-TTF/

Added: trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions?rev=9712&op=file
==============================================================================
--- trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions (added)
+++ trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions Sat Nov 24 16:47:39 2007
@@ -1,0 +1,161 @@
+## manpages_missing_descriptions by Martín Ferrari <martin.ferrari at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Patch to add dummy descriptions to POD NAME sections.
+
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/AATKern.pm libfont-ttf-perl/lib/Font/TTF/AATKern.pm
+--- libfont-ttf-perl~/lib/Font/TTF/AATKern.pm	2007-11-24 02:15:11.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/AATKern.pm	2007-11-24 02:50:14.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::AATKern
++Font::TTF::AATKern - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/ClassArray.pm libfont-ttf-perl/lib/Font/TTF/Kern/ClassArray.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Kern/ClassArray.pm	2007-11-24 02:15:10.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Kern/ClassArray.pm	2007-11-24 02:50:00.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Kern::ClassArray
++Font::TTF::Kern::ClassArray - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/CompactClassArray.pm libfont-ttf-perl/lib/Font/TTF/Kern/CompactClassArray.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Kern/CompactClassArray.pm	2007-11-24 02:15:10.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Kern/CompactClassArray.pm	2007-11-24 02:50:06.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Kern::CompactClassArray
++Font::TTF::Kern::CompactClassArray - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/OrderedList.pm libfont-ttf-perl/lib/Font/TTF/Kern/OrderedList.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Kern/OrderedList.pm	2007-11-24 02:15:10.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Kern/OrderedList.pm	2007-11-24 02:50:09.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Kern::OrderedList
++Font::TTF::Kern::OrderedList - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/StateTable.pm libfont-ttf-perl/lib/Font/TTF/Kern/StateTable.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Kern/StateTable.pm	2007-11-24 02:15:10.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Kern/StateTable.pm	2007-11-24 02:50:03.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Kern::StateTable
++Font::TTF::Kern::StateTable - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/Subtable.pm libfont-ttf-perl/lib/Font/TTF/Kern/Subtable.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Kern/Subtable.pm	2007-11-24 02:15:10.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Kern/Subtable.pm	2007-11-24 02:50:11.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Kern::Subtable
++Font::TTF::Kern::Subtable - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Chain.pm libfont-ttf-perl/lib/Font/TTF/Mort/Chain.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Mort/Chain.pm	2007-11-24 02:15:07.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Mort/Chain.pm	2007-11-24 02:49:57.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Mort::Chain
++Font::TTF::Mort::Chain - Module without a description
+ 
+ =cut
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Contextual.pm libfont-ttf-perl/lib/Font/TTF/Mort/Contextual.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Mort/Contextual.pm	2007-11-24 02:15:07.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Mort/Contextual.pm	2007-11-24 02:49:40.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Mort::Contextual
++Font::TTF::Mort::Contextual - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Insertion.pm libfont-ttf-perl/lib/Font/TTF/Mort/Insertion.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Mort/Insertion.pm	2007-11-24 02:15:07.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Mort/Insertion.pm	2007-11-24 02:49:43.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Mort::Insertion
++Font::TTF::Mort::Insertion - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Ligature.pm libfont-ttf-perl/lib/Font/TTF/Mort/Ligature.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Mort/Ligature.pm	2007-11-24 02:15:07.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Mort/Ligature.pm	2007-11-24 02:49:48.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Mort::Ligature
++Font::TTF::Mort::Ligature - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Noncontextual.pm libfont-ttf-perl/lib/Font/TTF/Mort/Noncontextual.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Mort/Noncontextual.pm	2007-11-24 02:15:07.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Mort/Noncontextual.pm	2007-11-24 02:49:50.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Mort::Noncontextual
++Font::TTF::Mort::Noncontextual - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Rearrangement.pm libfont-ttf-perl/lib/Font/TTF/Mort/Rearrangement.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Mort/Rearrangement.pm	2007-11-24 02:15:07.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Mort/Rearrangement.pm	2007-11-24 02:49:46.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Mort::Rearrangement
++Font::TTF::Mort::Rearrangement - Module without a description
+ 
+ =head1 METHODS
+ 
+diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Subtable.pm libfont-ttf-perl/lib/Font/TTF/Mort/Subtable.pm
+--- libfont-ttf-perl~/lib/Font/TTF/Mort/Subtable.pm	2007-11-24 02:15:07.000000000 -0300
++++ libfont-ttf-perl/lib/Font/TTF/Mort/Subtable.pm	2007-11-24 02:49:53.000000000 -0300
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-Font::TTF::Mort::Subtable
++Font::TTF::Mort::Subtable - Module without a description
+ 
+ =head1 METHODS
+ 

Propchange: trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfont-ttf-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/patches/series?rev=9712&op=file
==============================================================================
--- trunk/libfont-ttf-perl/debian/patches/series (added)
+++ trunk/libfont-ttf-perl/debian/patches/series Sat Nov 24 16:47:39 2007
@@ -1,0 +1,1 @@
+manpages_missing_descriptions

Modified: trunk/libfont-ttf-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/rules?rev=9712&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/rules (original)
+++ trunk/libfont-ttf-perl/debian/rules Sat Nov 24 16:47:39 2007
@@ -8,20 +8,19 @@
 ifndef PERL
      PERL = /usr/bin/perl
 endif
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 TMP=$(CURDIR)/debian/libfont-ttf-perl
 config = INSTALLDIRS=vendor
 
-build: build-stamp
-build-stamp: patch-stamp
+build: patch build-stamp
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL $(config)
 	$(MAKE)
 	touch build-stamp
 
-clean: clean-patched unpatch
-clean-patched:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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