r36929 - in /trunk/libxml-libxslt-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 31 12:52:13 UTC 2009


Author: gregoa
Date: Sun May 31 12:52:09 2009
New Revision: 36929

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36929
Log:
Minimize debian/rules. Bump build dependencies on debhelper and quilt.

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

Modified: trunk/libxml-libxslt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxslt-perl/debian/changelog?rev=36929&op=diff
==============================================================================
--- trunk/libxml-libxslt-perl/debian/changelog (original)
+++ trunk/libxml-libxslt-perl/debian/changelog Sun May 31 12:52:09 2009
@@ -4,6 +4,7 @@
   * Bump (build) dependency on libxml-libxml-perl (closes: #531243).
   * Set Standards-Version to 3.8.1 (no changes).
   * debian/control: remove duplicate fields.
+  * Minimize debian/rules. Bump build dependencies on debhelper and quilt.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 09 Apr 2009 16:01:40 +0200
 

Modified: trunk/libxml-libxslt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxslt-perl/debian/control?rev=36929&op=diff
==============================================================================
--- trunk/libxml-libxslt-perl/debian/control (original)
+++ trunk/libxml-libxslt-perl/debian/control Sun May 31 12:52:09 2009
@@ -7,13 +7,13 @@
 Homepage: http://search.cpan.org/dist/XML-LibXSLT/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-libxslt-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-libxslt-perl/
-Build-Depends: debhelper (>= 7), perl (>= 5.8.1), 
- libxml-libxml-perl (>= 1.69.ds-2), libxslt1-dev (>= 1.1.8), pkg-config, quilt
+Build-Depends: debhelper (>= 7.0.50), libxml-libxml-perl (>= 1.69.ds-2),
+ libxslt1-dev (>= 1.1.8), perl (>= 5.8.1), pkg-config, quilt (>= 0.46-7)
 
 Package: libxml-libxslt-perl
 Architecture: any
-Depends: ${perl:Depends}, libxml-libxml-perl (>= 1.69.ds-2), ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libxml-libxml-perl (>= 1.69.ds-2)
 Description: Perl module for using the GNOME libxslt library
  XML::LibXSLT is a fast XSLT library, based on the GNOME libxslt engine.
  .

Modified: trunk/libxml-libxslt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxslt-perl/debian/rules?rev=36929&op=diff
==============================================================================
--- trunk/libxml-libxslt-perl/debian/rules (original)
+++ trunk/libxml-libxslt-perl/debian/rules Sun May 31 12:52:09 2009
@@ -1,26 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	[ ! -f Makefile ] || touch Makefile
-	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
+%:
+	dh --with quilt $@




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