r9391 - in /trunk/libppi-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 16 09:18:14 UTC 2007


Author: dmn
Date: Fri Nov 16 09:18:14 2007
New Revision: 9391

URL: http://svn.debian.org/wsvn/?sc=1&rev=9391
Log:
  + remove boiler plate manpages for internal modules
* Add patch t-14_charsets.t-is-utf8.patch to let this test run
  + brought up quilt to Depends:/rules

Modified:
    trunk/libppi-perl/debian/changelog
    trunk/libppi-perl/debian/control
    trunk/libppi-perl/debian/rules

Modified: trunk/libppi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/changelog?rev=9391&op=diff
==============================================================================
--- trunk/libppi-perl/debian/changelog (original)
+++ trunk/libppi-perl/debian/changelog Fri Nov 16 09:18:14 2007
@@ -21,11 +21,13 @@
     and Cyril Brulebois for the patch.
   * debian/rules: clean-up
     + do not ignore distclean errors [Peter Makholm]
-    + remove boiler plate manpages for internal modules 
+    + remove boiler plate manpages for internal modules
     + move stamp-removal before distclean
     + fix inter-target dependencies to allow parallel build
     + move test suite from install to build target
   * Add libtest-pod-perl to B-D-I allowing POD tests during build
+  * Add patch t-14_charsets.t-is-utf8.patch to let this test run
+    + brought up quilt to Depends:/rules
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 16 Nov 2007 10:21:11 +0200
 

Modified: trunk/libppi-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/control?rev=9391&op=diff
==============================================================================
--- trunk/libppi-perl/debian/control (original)
+++ trunk/libppi-perl/debian/control Fri Nov 16 09:18:14 2007
@@ -1,7 +1,7 @@
 Source: libppi-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.8.0-7), libio-string-perl (>= 1.07),
  libclone-perl (>= 0.17), liblist-moreutils-perl (>= 0.13),
  libparams-util-perl (>= 0.05), libtest-object-perl, libtest-pod-perl

Modified: trunk/libppi-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/rules?rev=9391&op=diff
==============================================================================
--- trunk/libppi-perl/debian/rules (original)
+++ trunk/libppi-perl/debian/rules Fri Nov 16 09:18:14 2007
@@ -8,17 +8,19 @@
 PERL = /usr/bin/perl
 endif
 
+include /usr/share/quilt/quilt.make
+
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	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