r12713 - in /trunk/libxml-libxml-common-perl/debian: changelog control rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Mon Jan 14 12:50:48 UTC 2008


Author: ntyni
Date: Mon Jan 14 12:50:48 2008
New Revision: 12713

URL: http://svn.debian.org/wsvn/?sc=1&rev=12713
Log:
* Manage debian/patches with quilt.

Modified:
    trunk/libxml-libxml-common-perl/debian/changelog
    trunk/libxml-libxml-common-perl/debian/control
    trunk/libxml-libxml-common-perl/debian/rules

Modified: trunk/libxml-libxml-common-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/changelog?rev=12713&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/changelog (original)
+++ trunk/libxml-libxml-common-perl/debian/changelog Mon Jan 14 12:50:48 2008
@@ -21,6 +21,7 @@
   * Upgrade to Standards-Version 3.7.3. No changes needed.
   * Don't install the README in the binary package, it's not useful.
   * Add download URL to debian/copyright.
+  * Manage debian/patches with quilt.
 
  -- Niko Tyni <ntyni at debian.org>  Mon, 14 Jan 2008 14:07:21 +0200
 

Modified: trunk/libxml-libxml-common-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/control?rev=12713&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/control (original)
+++ trunk/libxml-libxml-common-perl/debian/control Mon Jan 14 12:50:48 2008
@@ -7,7 +7,8 @@
 Homepage: http://search.cpan.org/dist/XML-LibXML-Common/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-libxml-common-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-common-perl/
-Build-Depends: debhelper (>= 5), perl (>= 5.8.0-3), libxml2-dev (>= 2.5.10), zlib1g-dev (>= 1:1.1.4)
+Build-Depends: debhelper (>= 5), perl (>= 5.8.0-3), quilt (>= 0.40),
+ libxml2-dev (>= 2.5.10), zlib1g-dev (>= 1:1.1.4)
 
 Package: libxml-libxml-common-perl
 Section: perl

Modified: trunk/libxml-libxml-common-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/rules?rev=12713&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/rules (original)
+++ trunk/libxml-libxml-common-perl/debian/rules Mon Jan 14 12:50:48 2008
@@ -4,6 +4,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -19,14 +21,14 @@
 endif
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	perl Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean




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