[xml/sgml-commit] r1202 - in /packages/libxml-encoding-perl/branches/experimental/debian: changelog control patches/ patches/00list rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Thu Sep 11 13:46:15 UTC 2008


Author: dleidert-guest
Date: Thu Sep 11 13:46:15 2008
New Revision: 1202

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1202
Log:
* debian/control (Build-Depends): Added dpatch.
* debian/rules: Added dpatch environment.

Added:
    packages/libxml-encoding-perl/branches/experimental/debian/patches/
    packages/libxml-encoding-perl/branches/experimental/debian/patches/00list
Modified:
    packages/libxml-encoding-perl/branches/experimental/debian/changelog
    packages/libxml-encoding-perl/branches/experimental/debian/control
    packages/libxml-encoding-perl/branches/experimental/debian/rules

Modified: packages/libxml-encoding-perl/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/branches/experimental/debian/changelog?rev=1202&op=diff
==============================================================================
--- packages/libxml-encoding-perl/branches/experimental/debian/changelog (original)
+++ packages/libxml-encoding-perl/branches/experimental/debian/changelog Thu Sep 11 13:46:15 2008
@@ -8,6 +8,9 @@
   * debian/compile_encoding.1: Removed. Added upstream via POD.
   * debian/make_encmap.1: Ditto.
   * debian/libxml-encoding-perl.manpages: Ditto.
+
+  * debian/control (Build-Depends): Added dpatch.
+  * debian/rules: Added dpatch environment.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Thu, 11 Sep 2008 15:25:31 +0200
 

Modified: packages/libxml-encoding-perl/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/branches/experimental/debian/control?rev=1202&op=diff
==============================================================================
--- packages/libxml-encoding-perl/branches/experimental/debian/control (original)
+++ packages/libxml-encoding-perl/branches/experimental/debian/control Thu Sep 11 13:46:15 2008
@@ -7,7 +7,7 @@
 Vcs-Browser: http://alioth.debian.org/plugins/scmcvs/cvsweb.php/packages/libxml-encoding-perl/?cvsroot=debian-xml-sgml
 Vcs-Cvs: :pserver:anonymous at cvs.alioth.debian.org:/cvsroot/debian-xml-sgml/packages/libxml-encoding-perl
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5.0)
+Build-Depends: debhelper (>= 5.0), dpatch
 Build-Depends-Indep: perl, libxml-parser-perl
 Homepage: http://search.cpan.org/dist/XML-Encoding/
 DM-Upload-Allowed: yes

Added: packages/libxml-encoding-perl/branches/experimental/debian/patches/00list
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/branches/experimental/debian/patches/00list?rev=1202&op=file
==============================================================================
    (empty)

Modified: packages/libxml-encoding-perl/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/branches/experimental/debian/rules?rev=1202&op=diff
==============================================================================
--- packages/libxml-encoding-perl/branches/experimental/debian/rules (original)
+++ packages/libxml-encoding-perl/branches/experimental/debian/rules Thu Sep 11 13:46:15 2008
@@ -6,6 +6,10 @@
 ## ----------------------------------------------------------------------
 ## uncomment this to turn on verbose mode
 #export DH_VERBOSE=1
+
+PACKAGE = libxml-encoding-perl
+
+include /usr/share/dpatch/dpatch.make
 
 ## ----------------------------------------------------------------------
 MAPS		= \
@@ -65,13 +69,13 @@
 ## ----------------------------------------------------------------------
 ## targets
 
-clean:
+clean:		unpatch
 		dh_testdir
 		dh_testroot
 		[ ! -f Makefile ] || $(MAKE) realclean
-		dh_clean build-stamp install-stamp
+		dh_clean install-stamp patch-stamp build-stamp
 
-build:		build-stamp
+build:		patch-stamp build-stamp
 build-stamp:
 		dh_testdir
 		perl Makefile.PL INSTALLDIRS=vendor




More information about the debian-xml-sgml-commit mailing list