r11317 - in /trunk/libmath-nocarry-perl: Makefile.PL debian/changelog debian/control debian/patches/ debian/patches/manpage_section debian/patches/series debian/rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Dec 17 17:57:20 UTC 2007


Author: gregoa-guest
Date: Mon Dec 17 17:57:20 2007
New Revision: 11317

URL: http://svn.debian.org/wsvn/?sc=1&rev=11317
Log:
Don't patch Makefile.PL directly but use quilt; new patch
  manpage_section created.

Added:
    trunk/libmath-nocarry-perl/debian/patches/
    trunk/libmath-nocarry-perl/debian/patches/manpage_section
    trunk/libmath-nocarry-perl/debian/patches/series
Modified:
    trunk/libmath-nocarry-perl/Makefile.PL
    trunk/libmath-nocarry-perl/debian/changelog
    trunk/libmath-nocarry-perl/debian/control
    trunk/libmath-nocarry-perl/debian/rules

Modified: trunk/libmath-nocarry-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libmath-nocarry-perl/Makefile.PL?rev=11317&op=diff
==============================================================================
--- trunk/libmath-nocarry-perl/Makefile.PL (original)
+++ trunk/libmath-nocarry-perl/Makefile.PL Mon Dec 17 17:57:20 2007
@@ -22,7 +22,7 @@
 		},
 
 	'MAN3PODS'     => {
-		'lib/NoCarry.pm' => '$(INST_MAN3DIR)/Math::NoCarry.3pm',
+		'lib/NoCarry.pm' => '$(INST_MAN3DIR)/Math::NoCarry.3',
 		},
 
 	clean => { FILES => 'Math-NoCarry-*' },

Modified: trunk/libmath-nocarry-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmath-nocarry-perl/debian/changelog?rev=11317&op=diff
==============================================================================
--- trunk/libmath-nocarry-perl/debian/changelog (original)
+++ trunk/libmath-nocarry-perl/debian/changelog Mon Dec 17 17:57:20 2007
@@ -16,6 +16,8 @@
     - don't install README any more (doesn't provide useful information for
       users on Debian systems)
     - remove unneeded calls to dh_link and dh_strip
+  * Don't patch Makefile.PL directly but use quilt; new patch
+    manpage_section created.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:27 +0200
 

Modified: trunk/libmath-nocarry-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmath-nocarry-perl/debian/control?rev=11317&op=diff
==============================================================================
--- trunk/libmath-nocarry-perl/debian/control (original)
+++ trunk/libmath-nocarry-perl/debian/control Mon Dec 17 17:57:20 2007
@@ -1,7 +1,7 @@
 Source: libmath-nocarry-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>

Added: trunk/libmath-nocarry-perl/debian/patches/manpage_section
URL: http://svn.debian.org/wsvn/trunk/libmath-nocarry-perl/debian/patches/manpage_section?rev=11317&op=file
==============================================================================
--- trunk/libmath-nocarry-perl/debian/patches/manpage_section (added)
+++ trunk/libmath-nocarry-perl/debian/patches/manpage_section Mon Dec 17 17:57:20 2007
@@ -1,0 +1,13 @@
+Index: libmath-nocarry-perl/Makefile.PL
+===================================================================
+--- libmath-nocarry-perl.orig/Makefile.PL	2007-12-17 18:52:34.000000000 +0100
++++ libmath-nocarry-perl/Makefile.PL	2007-12-17 18:52:41.000000000 +0100
+@@ -22,7 +22,7 @@
+ 		},
+ 
+ 	'MAN3PODS'     => {
+-		'lib/NoCarry.pm' => '$(INST_MAN3DIR)/Math::NoCarry.3',
++		'lib/NoCarry.pm' => '$(INST_MAN3DIR)/Math::NoCarry.3pm',
+ 		},
+ 
+ 	clean => { FILES => 'Math-NoCarry-*' },

Added: trunk/libmath-nocarry-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libmath-nocarry-perl/debian/patches/series?rev=11317&op=file
==============================================================================
--- trunk/libmath-nocarry-perl/debian/patches/series (added)
+++ trunk/libmath-nocarry-perl/debian/patches/series Mon Dec 17 17:57:20 2007
@@ -1,0 +1,1 @@
+manpage_section

Modified: trunk/libmath-nocarry-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmath-nocarry-perl/debian/rules?rev=11317&op=diff
==============================================================================
--- trunk/libmath-nocarry-perl/debian/rules (original)
+++ trunk/libmath-nocarry-perl/debian/rules Mon Dec 17 17:57:20 2007
@@ -12,14 +12,16 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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