r24703 - in /trunk/libdevel-nytprof-perl/debian: README.source control patches/ patches/manpage-section.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 29 00:15:59 UTC 2008


Author: gregoa
Date: Fri Aug 29 00:15:56 2008
New Revision: 24703

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24703
Log:
patch manpage-section.patch, quilt, README.source

Added:
    trunk/libdevel-nytprof-perl/debian/README.source
    trunk/libdevel-nytprof-perl/debian/patches/
    trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch
    trunk/libdevel-nytprof-perl/debian/patches/series
Modified:
    trunk/libdevel-nytprof-perl/debian/control
    trunk/libdevel-nytprof-perl/debian/rules

Added: trunk/libdevel-nytprof-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/README.source?rev=24703&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/README.source (added)
+++ trunk/libdevel-nytprof-perl/debian/README.source Fri Aug 29 00:15:56 2008
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libdevel-nytprof-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/control?rev=24703&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/control (original)
+++ trunk/libdevel-nytprof-perl/debian/control Fri Aug 29 00:15:56 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12), libtest-pod-perl,
- libtest-pod-coverage-perl
+ libtest-pod-coverage-perl, quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.0

Added: trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch?rev=24703&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch (added)
+++ trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch Fri Aug 29 00:15:56 2008
@@ -1,0 +1,16 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix manpage section
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -29,8 +29,8 @@
+   @man = ( MAN1PODS => {}, MAN3PODS => {} );
+ } else {
+   @man = ( MAN1PODS  => {
+-        'bin/nytprofhtml' => '$(INST_MAN1DIR)/nytprofhtml.1',
+-        'bin/nytprofcsv'  => '$(INST_MAN1DIR)/nytprofcsv.1'
++        'bin/nytprofhtml' => '$(INST_MAN1DIR)/nytprofhtml.1p',
++        'bin/nytprofcsv'  => '$(INST_MAN1DIR)/nytprofcsv.1p'
+   } );
+ }
+ 

Added: trunk/libdevel-nytprof-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/patches/series?rev=24703&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/patches/series (added)
+++ trunk/libdevel-nytprof-perl/debian/patches/series Fri Aug 29 00:15:56 2008
@@ -1,0 +1,1 @@
+manpage-section.patch

Modified: trunk/libdevel-nytprof-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/rules?rev=24703&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/rules (original)
+++ trunk/libdevel-nytprof-perl/debian/rules Fri Aug 29 00:15:56 2008
@@ -1,11 +1,16 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
+	# we need to touch Makefile after unpatching Makefile.PL,
+	# otherwise the latter is newer
+	[ ! -f Makefile ] || touch Makefile
 	dh $@
 
 install: install-stamp




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