r9845 - in /trunk/libxml-sax-perl/debian: changelog control patches/ patches/series rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Nov 27 18:59:55 UTC 2007


Author: ntyni-guest
Date: Tue Nov 27 18:59:55 2007
New Revision: 9845

URL: http://svn.debian.org/wsvn/?sc=1&rev=9845
Log:
* Use quilt to manage debian/patches.

Added:
    trunk/libxml-sax-perl/debian/patches/
    trunk/libxml-sax-perl/debian/patches/series
Modified:
    trunk/libxml-sax-perl/debian/changelog
    trunk/libxml-sax-perl/debian/control
    trunk/libxml-sax-perl/debian/rules

Modified: trunk/libxml-sax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/changelog?rev=9845&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/changelog (original)
+++ trunk/libxml-sax-perl/debian/changelog Tue Nov 27 18:59:55 2007
@@ -27,6 +27,7 @@
   * Minor debian/rules improvements.
   * Update debian/watch.
   * Move the examples under debian/, they are Debian-specific.
+  * Use quilt to manage debian/patches.
 
  -- Niko Tyni <ntyni at iki.fi>  Sun, 25 Nov 2007 13:20:09 +0200
 

Modified: trunk/libxml-sax-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/control?rev=9845&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/control (original)
+++ trunk/libxml-sax-perl/debian/control Tue Nov 27 18:59:55 2007
@@ -5,7 +5,7 @@
 Uploaders: Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.7.2
 Build-Depends-Indep: perl, libxml-namespacesupport-perl
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt (>= 0.40-1)
 
 Package: libxml-sax-perl
 Section: perl

Added: trunk/libxml-sax-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/patches/series?rev=9845&op=file
==============================================================================
    (empty)

Modified: trunk/libxml-sax-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/rules?rev=9845&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/rules (original)
+++ trunk/libxml-sax-perl/debian/rules Tue Nov 27 18:59:55 2007
@@ -16,10 +16,13 @@
 
 TMP_DIR =$(CURDIR)/debian/$(PACKAGE)
 
+# use quilt to manage debian/patches
+include /usr/share/quilt/quilt.make
+
 ## ----------------------------------------------------------------------
 ## targets
 
-clean:
+clean: unpatch
 		dh_testdir
 		dh_testroot
 		dh_clean build-stamp install-stamp
@@ -27,7 +30,7 @@
 		$(RM) XML-SAX-Base/lib/XML/SAX/*.pm
 		[ ! -f Makefile ] || $(MAKE) realclean
 
-build:		build-stamp
+build:		$(QUILT_STAMPFN) build-stamp
 build-stamp:
 		dh_testdir
 		$(PERL) Makefile.PL INSTALLDIRS=vendor \




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