r31106 - in /trunk/libxml-sax-writer-perl/debian: changelog control rules

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Thu Feb 26 00:02:50 UTC 2009


Author: antonio-guest
Date: Thu Feb 26 00:02:40 2009
New Revision: 31106

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31106
Log:
lintian clean, ready for review

Modified:
    trunk/libxml-sax-writer-perl/debian/changelog
    trunk/libxml-sax-writer-perl/debian/control
    trunk/libxml-sax-writer-perl/debian/rules

Modified: trunk/libxml-sax-writer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/changelog?rev=31106&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/changelog (original)
+++ trunk/libxml-sax-writer-perl/debian/changelog Thu Feb 26 00:02:40 2009
@@ -1,10 +1,11 @@
-libxml-sax-writer-perl (0.52-1) UNRELEASED; urgency=low
+libxml-sax-writer-perl (0.52-1) unstable; urgency=low
 
   [ Antonio Radici ]
   * New upstream release
   * debian/control:
     + added me to the Uploaders
     + removed duplicate priority and section field from the binary package
+    + debhelper dependency bumped to 7
   * debian/patches, the following patches were refreshed:
     + debian/patches/fix_pod.patch
     + debian/patches/consumer_newline.patch

Modified: trunk/libxml-sax-writer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/control?rev=31106&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/control (original)
+++ trunk/libxml-sax-writer-perl/debian/control Thu Feb 26 00:02:40 2009
@@ -8,7 +8,7 @@
 Homepage: http://search.cpan.org/dist/XML-SAX-Writer/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-sax-writer-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-sax-writer-perl/
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.8.2), perl-modules (>= 5.8.0-7), libtext-iconv-perl (>= 1.2), libxml-filter-buffertext-perl (>= 0.01), libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
 
 Package: libxml-sax-writer-perl

Modified: trunk/libxml-sax-writer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/rules?rev=31106&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/rules (original)
+++ trunk/libxml-sax-writer-perl/debian/rules Thu Feb 26 00:02:40 2009
@@ -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