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

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sat Nov 24 05:58:33 UTC 2007


Author: tincho-guest
Date: Sat Nov 24 05:58:33 2007
New Revision: 9708

URL: http://svn.debian.org/wsvn/?sc=1&rev=9708
Log:
* 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:
    trunk/libfont-ttf-perl/debian/patches/
    trunk/libfont-ttf-perl/debian/patches/00index
    trunk/libfont-ttf-perl/debian/patches/01_manpages_missing_descriptions.dpatch   (with props)
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=9708&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/changelog (original)
+++ trunk/libfont-ttf-perl/debian/changelog Sat Nov 24 05:58:33 2007
@@ -1,7 +1,6 @@
-libfont-ttf-perl (0.42-1) UNRELEASED; urgency=low
+libfont-ttf-perl (0.42-1) unstable; urgency=low
 
-  LINTIAN THROWS A COUPLE OF manpage-has-bad-whatis-entry errors.
-  
+  [ gregor herrmann ]
   * New upstream release.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
@@ -16,7 +15,13 @@
   * Revert lib/Font/TTF/Delta.pm to pristine file; the old .diff.gz
     contained an additional space.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:33 +0200
+  [ Martín Ferrari ]
+  * 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.
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Sat, 24 Nov 2007 02:55:49 -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=9708&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/control (original)
+++ trunk/libfont-ttf-perl/debian/control Sat Nov 24 05:58:33 2007
@@ -2,8 +2,11 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>, Russ Allbery <rra at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Build-Depends: debhelper (>= 5.0.0)
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Russ Allbery <rra at debian.org>,
+ 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-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/00index
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/patches/00index?rev=9708&op=file
==============================================================================
--- trunk/libfont-ttf-perl/debian/patches/00index (added)
+++ trunk/libfont-ttf-perl/debian/patches/00index Sat Nov 24 05:58:33 2007
@@ -1,0 +1,1 @@
+01_manpages_missing_descriptions

Added: trunk/libfont-ttf-perl/debian/patches/01_manpages_missing_descriptions.dpatch
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/patches/01_manpages_missing_descriptions.dpatch?rev=9708&op=file
==============================================================================
--- trunk/libfont-ttf-perl/debian/patches/01_manpages_missing_descriptions.dpatch (added)
+++ trunk/libfont-ttf-perl/debian/patches/01_manpages_missing_descriptions.dpatch Sat Nov 24 05:58:33 2007
@@ -1,0 +1,163 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_manpages_missing_descriptions.dpatch 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.
+
+ at DPATCH@
+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/01_manpages_missing_descriptions.dpatch
------------------------------------------------------------------------------
    svn:executable = *

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




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