r28554 - in /trunk/libxml-validator-schema-perl/debian: control patches/ patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Dec 23 10:12:41 UTC 2008


Author: ryan52-guest
Date: Tue Dec 23 10:12:38 2008
New Revision: 28554

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28554
Log:
quilt

Added:
    trunk/libxml-validator-schema-perl/debian/patches/
    trunk/libxml-validator-schema-perl/debian/patches/series
Modified:
    trunk/libxml-validator-schema-perl/debian/control
    trunk/libxml-validator-schema-perl/debian/rules

Modified: trunk/libxml-validator-schema-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/control?rev=28554&op=diff
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/control (original)
+++ trunk/libxml-validator-schema-perl/debian/control Tue Dec 23 10:12:38 2008
@@ -1,7 +1,7 @@
 Source: libxml-validator-schema-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.6.0-12), libxml-sax-perl, libxml-filter-buffertext-perl, libtree-dagnode-perl, libxml-sax-expat-perl, libxml-libxml-perl, libxml-sax-writer-perl, libxml-sax-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>

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

Modified: trunk/libxml-validator-schema-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/rules?rev=28554&op=diff
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/rules (original)
+++ trunk/libxml-validator-schema-perl/debian/rules Tue Dec 23 10:12:38 2008
@@ -1,11 +1,13 @@
 #!/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
 	dh $@
 
 install: install-stamp




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