r36917 - in /trunk/libxml-libxml-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 31 12:36:09 UTC 2009


Author: gregoa
Date: Sun May 31 12:36:04 2009
New Revision: 36917

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36917
Log:
* Set Standards-Version to 3.8.1 (no changes).
* Remove duplicate fields from debian/control.
* Minimize debian/rules, bump quilt and debhelper build dependencies.

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

Modified: trunk/libxml-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/changelog?rev=36917&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/changelog (original)
+++ trunk/libxml-libxml-perl/debian/changelog Sun May 31 12:36:04 2009
@@ -1,6 +1,9 @@
 libxml-libxml-perl (1.69.ds-2) UNRELEASED; urgency=low
 
   * Remove Florian Ragwitz from Uploaders (closes: #523275).
+  * Set Standards-Version to 3.8.1 (no changes).
+  * Remove duplicate fields from debian/control.
+  * Minimize debian/rules, bump quilt and debhelper build dependencies.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 09 Apr 2009 16:00:44 +0200
 

Modified: trunk/libxml-libxml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/control?rev=36917&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/control (original)
+++ trunk/libxml-libxml-perl/debian/control Sun May 31 12:36:04 2009
@@ -4,21 +4,20 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>,
  gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 7), perl (>= 5.8.2), libxml-libxml-common-perl,
- libxml-namespacesupport-perl (>= 1.07), libxml-sax-perl (>= 0.11),
- libxml2-dev (>= 2.6.3), zlib1g-dev (>= 1:1.1.4), quilt
+Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7),
+ libxml-libxml-common-perl (>= 0.13), libxml-namespacesupport-perl (>= 1.07),
+ libxml-sax-perl (>= 0.11), libxml2-dev (>= 2.6.3), perl (>= 5.8.2),
+ zlib1g-dev (>= 1:1.1.4)
 Homepage: http://search.cpan.org/dist/XML-LibXML/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-libxml-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-libxml-perl/
 
 Package: libxml-libxml-perl
-Section: perl
-Priority: optional
 Architecture: any
-Depends: ${perl:Depends}, libxml-libxml-common-perl,
- libxml-namespacesupport-perl (>= 1.07), libxml-sax-perl (>= 0.11),
- ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libxml-libxml-common-perl (>= 0.13), libxml-namespacesupport-perl (>= 1.07),
+ libxml-sax-perl (>= 0.11)
 Description: Perl module for using the GNOME libxml2 library
  XML::LibXML implements a Perl interface to the GNOME libxml2 library.
  The libxml2 library provides interfaces for parsing and manipulating

Modified: trunk/libxml-libxml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/rules?rev=36917&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/rules (original)
+++ trunk/libxml-libxml-perl/debian/rules Sun May 31 12:36:04 2009
@@ -1,31 +1,10 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+%:
+	dh --with quilt $@
+
+override_dh_auto_configure:
+	SKIP_SAX_INSTALL=1 dh_auto_configure
 
 get-orig-source:
 	uscan --verbose --force-download
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	SKIP_SAX_INSTALL=1 dh build
-	touch $@
-
-clean: unpatch
-	# unpacked Makefile.PL has a newer timestamp than Makefile
-	# avoid rebuilding Makefile by touching it
-	if [ -e Makefile ]; then touch Makefile; fi
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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