r15559 - in /trunk/libclass-methodmaker-perl/debian: changelog control patches/ patches/class_methodmaker_constants_whatis.patch patches/series rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 24 23:23:18 UTC 2008


Author: gregoa-guest
Date: Sun Feb 24 23:23:16 2008
New Revision: 15559

URL: http://svn.debian.org/wsvn/?sc=1&rev=15559
Log:
Add patch class_methodmaker_constants_whatis.patch (creates a missing
  whatis entry for a manpage); add quilt framework.

Added:
    trunk/libclass-methodmaker-perl/debian/patches/
    trunk/libclass-methodmaker-perl/debian/patches/class_methodmaker_constants_whatis.patch
    trunk/libclass-methodmaker-perl/debian/patches/series
Modified:
    trunk/libclass-methodmaker-perl/debian/changelog
    trunk/libclass-methodmaker-perl/debian/control
    trunk/libclass-methodmaker-perl/debian/rules

Modified: trunk/libclass-methodmaker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-methodmaker-perl/debian/changelog?rev=15559&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/changelog (original)
+++ trunk/libclass-methodmaker-perl/debian/changelog Sun Feb 24 23:23:16 2008
@@ -23,8 +23,10 @@
   * Remove debian/lintian.override.
   * Revert Build.PL to the pristine version (was patched in earlier
     releases).
+  * Add patch class_methodmaker_constants_whatis.patch (creates a missing
+    whatis entry for a manpage); add quilt framework.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 25 Feb 2008 00:15:13 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 25 Feb 2008 00:20:51 +0100
 
 libclass-methodmaker-perl (2.07-2) unstable; urgency=low
 

Modified: trunk/libclass-methodmaker-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-methodmaker-perl/debian/control?rev=15559&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/control (original)
+++ trunk/libclass-methodmaker-perl/debian/control Sun Feb 24 23:23:16 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>> 6)
+Build-Depends: debhelper (>> 6), perl5, quilt
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Class-MethodMaker/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-methodmaker-perl/

Added: trunk/libclass-methodmaker-perl/debian/patches/class_methodmaker_constants_whatis.patch
URL: http://svn.debian.org/wsvn/trunk/libclass-methodmaker-perl/debian/patches/class_methodmaker_constants_whatis.patch?rev=15559&op=file
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/patches/class_methodmaker_constants_whatis.patch (added)
+++ trunk/libclass-methodmaker-perl/debian/patches/class_methodmaker_constants_whatis.patch Sun Feb 24 23:23:16 2008
@@ -1,0 +1,11 @@
+--- libclass-methodmaker-perl.orig/lib/Class/MethodMaker/Constants.pm
++++ libclass-methodmaker-perl/lib/Class/MethodMaker/Constants.pm
+@@ -4,7 +4,7 @@
+ 
+ =head1 NAME
+ 
+-Class::MethodMaker::Constants
++Class::MethodMaker::Constants - The Constants Class for Class::MethodMaker
+ 
+ =head1 SYNOPSIS
+ 

Added: trunk/libclass-methodmaker-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libclass-methodmaker-perl/debian/patches/series?rev=15559&op=file
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/patches/series (added)
+++ trunk/libclass-methodmaker-perl/debian/patches/series Sun Feb 24 23:23:16 2008
@@ -1,0 +1,1 @@
+class_methodmaker_constants_whatis.patch

Modified: trunk/libclass-methodmaker-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-methodmaker-perl/debian/rules?rev=15559&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/rules (original)
+++ trunk/libclass-methodmaker-perl/debian/rules Sun Feb 24 23:23:16 2008
@@ -6,6 +6,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -29,7 +31,7 @@
 endif
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -38,7 +40,7 @@
 
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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