[xml/sgml-commit] r1696 - in /packages/html-xml-utils/trunk/debian: changelog compat control rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Wed May 12 20:35:32 UTC 2010


Author: dleidert-guest
Date: Wed May 12 20:35:32 2010
New Revision: 1696

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1696
Log:
* debian/compat: Increased compatibility level to 7.
* debian/control (Build-Depends): Bumped dh version to >>7.
  (Standards-Version): Bumped to 3.8.4.
  (Depends): Fixed debhelper-but-no-misc-depends.
* debian/rules: Easier rules file with dh 7.

Modified:
    packages/html-xml-utils/trunk/debian/changelog
    packages/html-xml-utils/trunk/debian/compat
    packages/html-xml-utils/trunk/debian/control
    packages/html-xml-utils/trunk/debian/rules

Modified: packages/html-xml-utils/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/trunk/debian/changelog?rev=1696&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/changelog (original)
+++ packages/html-xml-utils/trunk/debian/changelog Wed May 12 20:35:32 2010
@@ -2,6 +2,11 @@
 
   * NOT RELEASED YET
   * New upstream release.
+  * debian/compat: Increased compatibility level to 7.
+  * debian/control (Build-Depends): Bumped dh version to >>7.
+    (Standards-Version): Bumped to 3.8.4.
+    (Depends): Fixed debhelper-but-no-misc-depends.
+  * debian/rules: Easier rules file with dh 7.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Wed, 19 Aug 2009 23:58:08 +0200
 

Modified: packages/html-xml-utils/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/trunk/debian/compat?rev=1696&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/compat (original)
+++ packages/html-xml-utils/trunk/debian/compat Wed May 12 20:35:32 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: packages/html-xml-utils/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/trunk/debian/control?rev=1696&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/control (original)
+++ packages/html-xml-utils/trunk/debian/control Wed May 12 20:35:32 2010
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
 Uploaders: Daniel Leidert (dale) <daniel.leidert at wgdd.de>
-Build-Depends: debhelper (>= 5), bison, flex, gperf, man2html
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>> 7), bison, flex, gperf, man2html
+Standards-Version: 3.8.4
 Homepage: http://www.w3.org/Tools/HTML-XML-utils/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/
 Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/html-xml-utils/trunk/
@@ -12,7 +12,7 @@
 
 Package: html-xml-utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
 Description: HTML and XML manipulation utilities
  HTML-XML-utils provides a number of simple utilities for manipulating and
  converting HTML and XML files in various ways. The suite consists of the

Modified: packages/html-xml-utils/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/trunk/debian/rules?rev=1696&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/rules (original)
+++ packages/html-xml-utils/trunk/debian/rules Wed May 12 20:35:32 2010
@@ -3,63 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PACKAGE = html-xml-utils
+LDFLAGS = -Wl,-z,defs
 
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-  CFLAGS += -O0
-else
-  CFLAGS += -O2
-endif
-
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-
-config.status: configure
-	dh_testdir
-	CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure \
-	    --host=$(DEB_HOST_GNU_TYPE) \
-	    --build=$(DEB_BUILD_GNU_TYPE) \
-	    --prefix=/usr \
-	    --mandir=\$${prefix}/share/man
-
-build: build-stamp
-build-stamp: config.status
-	dh_testdir
-	$(MAKE)
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean build-stamp
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE)
-
-binary-indep: build install
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+%:
+	dh $@




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