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

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Fri Sep 12 16:25:52 UTC 2008


Author: dleidert-guest
Date: Fri Sep 12 16:25:52 2008
New Revision: 1212

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1212
Log:
* debian/control (Build-Depends): Dropped dpatch.
* debian/rules: Ditto.
  (build-stamp, install): Set MAN1EXT to be "1", not "1p".
* debian/patches/shebang_perl_path.dpatch: Dropped. Not necessary anymore.
* debian/patches/00list: Dropped empty file.

Removed:
    packages/libxml-encoding-perl/branches/experimental/debian/patches/
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=1212&op=diff
==============================================================================
--- packages/libxml-encoding-perl/branches/experimental/debian/changelog (original)
+++ packages/libxml-encoding-perl/branches/experimental/debian/changelog Fri Sep 12 16:25:52 2008
@@ -3,6 +3,12 @@
   * NOT RELEASED YET
   * New upstream release 2.05.
     - Fixes shebang to be less specific (will be set correctly running make).
+
+  * debian/control (Build-Depends): Dropped dpatch.
+  * debian/rules: Ditto.
+    (build-stamp, install): Set MAN1EXT to be "1", not "1p".
+  * debian/patches/shebang_perl_path.dpatch: Dropped. Not necessary anymore.
+  * debian/patches/00list: Dropped empty file.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Fri, 12 Sep 2008 17:09:09 +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=1212&op=diff
==============================================================================
--- packages/libxml-encoding-perl/branches/experimental/debian/control (original)
+++ packages/libxml-encoding-perl/branches/experimental/debian/control Fri Sep 12 16:25:52 2008
@@ -5,7 +5,7 @@
 Uploaders: Ardo van Rangelrooij <ardo at debian.org>,
  Daniel Leidert (dale) <daniel.leidert at wgdd.de>
 Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 5.0), dpatch
+Build-Depends: debhelper (>= 5.0)
 Build-Depends-Indep: perl, libxml-parser-perl
 Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/

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=1212&op=diff
==============================================================================
--- packages/libxml-encoding-perl/branches/experimental/debian/rules (original)
+++ packages/libxml-encoding-perl/branches/experimental/debian/rules Fri Sep 12 16:25:52 2008
@@ -4,24 +4,22 @@
 
 PACKAGE = libxml-encoding-perl
 
-include /usr/share/dpatch/dpatch.make
-
 check: build
 	dh_testdir
 	dh_testroot
 	$(MAKE) test
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean patch-stamp build-stamp
+	dh_clean build-stamp
 
-build: patch-stamp build-stamp
+build: build-stamp
 build-stamp:
 	dh_testdir
 	perl Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
+	$(MAKE) OPTIMIZE="$(CFLAGS)" MAN1EXT=1
 	touch $@
 
 install: build $(if $(findstring nocheck,$(DEB_BUILD_OPTIONS)),,check) 
@@ -29,7 +27,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE) PREFIX=/usr
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE) PREFIX=/usr MAN1EXT=1
 
 binary: binary-indep binary-arch
 binary-arch: build install




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