r13396 - in /trunk/libplot-perl/debian: changelog control patches/ patches/doc-location.patch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jan 24 10:35:34 UTC 2008


Author: dmn
Date: Thu Jan 24 10:35:34 2008
New Revision: 13396

URL: http://svn.debian.org/wsvn/?sc=1&rev=13396
Log:
* add doc-location.patch that substituted /usr/doc with /usr/share/doc in
  the POD where it points to the examples
  + added quilt to debian/rules and Build-Depends

Added:
    trunk/libplot-perl/debian/patches/
    trunk/libplot-perl/debian/patches/doc-location.patch
    trunk/libplot-perl/debian/patches/series
Modified:
    trunk/libplot-perl/debian/changelog
    trunk/libplot-perl/debian/control
    trunk/libplot-perl/debian/rules

Modified: trunk/libplot-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libplot-perl/debian/changelog?rev=13396&op=diff
==============================================================================
--- trunk/libplot-perl/debian/changelog (original)
+++ trunk/libplot-perl/debian/changelog Thu Jan 24 10:35:34 2008
@@ -15,6 +15,9 @@
     + bring in sync with current dh-make-perl/rules.MakeMaker.xs template
     + do not ship redundant README
   * debian/watch: use dist-based URL
+  * add doc-location.patch that substituted /usr/doc with /usr/share/doc in
+    the POD where it points to the examples
+    + added quilt to debian/rules and Build-Depends
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:40 +0200
 

Modified: trunk/libplot-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libplot-perl/debian/control?rev=13396&op=diff
==============================================================================
--- trunk/libplot-perl/debian/control (original)
+++ trunk/libplot-perl/debian/control Thu Jan 24 10:35:34 2008
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlo Segre <segre at debian.org>, Niko Tyni <ntyni at iki.fi>
-Build-Depends: debhelper (>= 5.0.0), perl (>> 5.8), libplot-dev
+Build-Depends: debhelper (>= 5.0.0), perl (>> 5.8), libplot-dev, quilt
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Graphics-Libplot/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libplot-perl/

Added: trunk/libplot-perl/debian/patches/doc-location.patch
URL: http://svn.debian.org/wsvn/trunk/libplot-perl/debian/patches/doc-location.patch?rev=13396&op=file
==============================================================================
--- trunk/libplot-perl/debian/patches/doc-location.patch (added)
+++ trunk/libplot-perl/debian/patches/doc-location.patch Thu Jan 24 10:35:34 2008
@@ -1,0 +1,14 @@
+# Forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=32613
+Index: libplot-perl/Libplot.pm
+===================================================================
+--- libplot-perl.orig/Libplot.pm	2008-01-24 12:06:10.000000000 +0200
++++ libplot-perl/Libplot.pm	2008-01-24 12:06:27.000000000 +0200
+@@ -237,7 +237,7 @@
+ =head1 EXAMPLES
+ 
+ There are additional examples included in the source distribution. 
+-(They are in /usr/doc/libplot-perl/examples on debian systems.)
++(They are in /usr/share/doc/libplot-perl/examples on debian systems.)
+ This example draws a spiraling box pattern.
+ 
+  use Graphics::Libplot ':ALL';

Added: trunk/libplot-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libplot-perl/debian/patches/series?rev=13396&op=file
==============================================================================
--- trunk/libplot-perl/debian/patches/series (added)
+++ trunk/libplot-perl/debian/patches/series Thu Jan 24 10:35:34 2008
@@ -1,0 +1,1 @@
+doc-location.patch

Modified: trunk/libplot-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libplot-perl/debian/rules?rev=13396&op=diff
==============================================================================
--- trunk/libplot-perl/debian/rules (original)
+++ trunk/libplot-perl/debian/rules Thu Jan 24 10:35:34 2008
@@ -1,6 +1,8 @@
 #! /usr/bin/make -f
 # -*-makefile-*-
 # debian/rules file for libplot-perl
+
+include /usr/share/quilt/quilt.make
 
 PERL	?= /usr/bin/perl
 
@@ -17,13 +19,13 @@
 endif
 
 build:	build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
 	$(MAKE) LD_RUN_PATH= OPTIMIZE="$(CFLAGS)"
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	rm -f build-stamp
 	dh_clean build-stamp install-stamp




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