r28601 - in /trunk/libxml-validator-schema-perl/debian: README.source control patches/ patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Dec 23 23:19:30 UTC 2008


Author: ryan52-guest
Date: Tue Dec 23 23:19:26 2008
New Revision: 28601

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

Added:
    trunk/libxml-validator-schema-perl/debian/README.source
    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

Added: trunk/libxml-validator-schema-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/README.source?rev=28601&op=file
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/README.source (added)
+++ trunk/libxml-validator-schema-perl/debian/README.source Tue Dec 23 23:19:26 2008
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libxml-validator-schema-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/control?rev=28601&op=diff
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/control (original)
+++ trunk/libxml-validator-schema-perl/debian/control Tue Dec 23 23:19:26 2008
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7)
 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-libxml-perl, libxml-sax-writer-perl, quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0

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=28601&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=28601&op=diff
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/rules (original)
+++ trunk/libxml-validator-schema-perl/debian/rules Tue Dec 23 23:19:26 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