[xml/sgml-commit] r1022 - in /packages/html-xml-utils/trunk/debian: changelog control man/ patches/ rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Fri Feb 15 02:07:15 UTC 2008


Author: dleidert-guest
Date: Fri Feb 15 02:07:14 2008
New Revision: 1022

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1022
Log:
* New upstream release 4.5.
* debian/control (Build-Depends): Removed dpatch.
  (Vcs-Svn): Fixed.
  (Description): Renamed all binaries from w3c_* to hx-* after a discussion
  with upstream (hx- will probably be the prefix upstream will choose).
* debian/patches/fix_manpage_issues.dpatch: Removed. Applied upstream.
* debian/patches/fix_uncdata_additional_newline.dpatch: Ditto.
* debian/patches/00list: Removed. No patches to apply.
* debian/rules: Removed dpatch environment.
  (config.status, build): Global change to use `hx-' instead of `w3c_'.
  (binary-arch): Manpages have been merged upstream.
  (build): Do not install the cexport binary because it's not related to the
  utils itself (just used for building).
* debian/man/w3c_extract.1: Removed. Merged upstream.
* debian/man/w3c_printlinks.1: Ditto.
* debian/man/w3c_uncdata.1: Ditto.
* debian/man/w3c_xselect.1: Ditto.

Removed:
    packages/html-xml-utils/trunk/debian/man/
    packages/html-xml-utils/trunk/debian/patches/
Modified:
    packages/html-xml-utils/trunk/debian/changelog
    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=1022&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/changelog (original)
+++ packages/html-xml-utils/trunk/debian/changelog Fri Feb 15 02:07:14 2008
@@ -1,4 +1,4 @@
-html-xml-utils (4.4-1) unstable; urgency=low
+html-xml-utils (4.5-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #464957).
 

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=1022&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/control (original)
+++ packages/html-xml-utils/trunk/debian/control Fri Feb 15 02:07:14 2008
@@ -3,11 +3,11 @@
 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), dpatch
+Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.3
 Homepage: http://www.w3.org/Tools/HTML-XML-utils/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/trunk/
-Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/html-xml-utils/docbook/
+Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/html-xml-utils/trunk/
 DM-Upload-Allowed: yes
 
 Package: html-xml-utils
@@ -16,32 +16,31 @@
 Description: HTML and XML manipulation utilities
  A number of simple utilities for manipulating HTML and XML files.
  .
- w3c_addid      - add ID's to selected elements
- w3c_asc2xml    - convert from UTF-8 to &#nnn; entities
- w3c_cexport    - create headerfile of exported declarations from a C file
- w3c_cite       - replace bibliographic references by hyperlinks
- w3c_cite-mkbib - expand references and create bibliography
- w3c_count      - count elements and attributes in HTML or XML files files
- w3c_extract    - extract selected elements
- w3c_htmlclean  - apply heuristics to correct an HTML file
- w3c_htmlprune  - remove marked elements from an HTML file
- w3c_incl       - expand included HTML or XML files
- w3c_index      - create an alphabetically sorted index
- w3c_mkbib      - create bibliography from a template
- w3c_multitoc   - create a table of contents for a set of HTML files
- w3c_name2id    - move some ID= or NAME= from A elements to their parents
- w3c_normalize  - pretty-print an HTML file
- w3c_num        - number section headings in an HTML file
- w3c_pipe       - convert XML to a format easier to parse with Perl or AWK
- w3c_printlinks - number links & add table of URLs at end of an HTML file
- w3c_toc        - insert a table of contents in an HTML file
- w3c_uncdata    - replace CDATA sections by character entities
- w3c_unent      - replace HTML predefined character entities to UTF-8
- w3c_unpipe     - convert output of pipe back to XML format
- w3c_unxmlns    - replace "global names" by XML Namespace prefixes
- w3c_wls        - list links in an HTML file
- w3c_xml2asc    - convert from &#nnn; entities to UTF-8
- w3c_xmlns      - replace XML Namespace prefixes by "global names"
- w3c_xref       - generate cross-references
- w3c_xselect    - extract elements that match a (CSS) selector
+ hx-addid      - add ID's to selected elements
+ hx-asc2xml    - convert from UTF-8 to &#nnn; entities
+ hx-cite       - replace bibliographic references by hyperlinks
+ hx-cite-mkbib - expand references and create bibliography
+ hx-count      - count elements and attributes in HTML or XML files files
+ hx-extract    - extract selected elements
+ hx-htmlclean  - apply heuristics to correct an HTML file
+ hx-htmlprune  - remove marked elements from an HTML file
+ hx-incl       - expand included HTML or XML files
+ hx-index      - create an alphabetically sorted index
+ hx-mkbib      - create bibliography from a template
+ hx-multitoc   - create a table of contents for a set of HTML files
+ hx-name2id    - move some ID= or NAME= from A elements to their parents
+ hx-normalize  - pretty-print an HTML file
+ hx-num        - number section headings in an HTML file
+ hx-pipe       - convert XML to a format easier to parse with Perl or AWK
+ hx-printlinks - number links & add table of URLs at end of an HTML file
+ hx-toc        - insert a table of contents in an HTML file
+ hx-uncdata    - replace CDATA sections by character entities
+ hx-unent      - replace HTML predefined character entities to UTF-8
+ hx-unpipe     - convert output of pipe back to XML format
+ hx-unxmlns    - replace "global names" by XML Namespace prefixes
+ hx-wls        - list links in an HTML file
+ hx-xml2asc    - convert from &#nnn; entities to UTF-8
+ hx-xmlns      - replace XML Namespace prefixes by "global names"
+ hx-xref       - generate cross-references
+ hx-xselect    - extract elements that match a (CSS) selector
 

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=1022&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/rules (original)
+++ packages/html-xml-utils/trunk/debian/rules Fri Feb 15 02:07:14 2008
@@ -4,8 +4,6 @@
 #export DH_VERBOSE=1
 
 PACKAGE = html-xml-utils
-
-include /usr/share/dpatch/dpatch.make
 
 CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -24,16 +22,16 @@
 	    --host=$(DEB_HOST_GNU_TYPE) \
 	    --build=$(DEB_BUILD_GNU_TYPE) \
 	    --prefix=/usr \
-	    --program-prefix=w3c_ \
+	    --program-prefix=hx- \
 	    --mandir=\$${prefix}/share/man
 
-build: patch-stamp build-stamp
+build: build-stamp
 build-stamp: config.status
 	dh_testdir
 	$(MAKE)
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
@@ -45,13 +43,16 @@
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE)
-	for man in $(CURDIR)/debian/html-xml-utils/usr/share/man/man1/w3c_*.1; do \
-		name=`basename $${man} .1 | sed -e 's/w3c_//g'` ; \
-		sed -i -e "s/\.B $${name}/.B w3c_$${name}/g" \
-		       -e "s/^$${name}/w3c_$${name}/g" \
-		       -e "s/^\.BR \(.*\) (1)/.BR w3c_\1 (1)/g" \
+	for man in $(CURDIR)/debian/html-xml-utils/usr/share/man/man1/hx-*.1; do \
+		name=`basename $${man} .1 | sed -e 's/hx-//g'` ; \
+		sed -i -e "s/\.B $${name}/.B hx-$${name}/g" \
+		       -e "s/^$${name}/hx-$${name}/g" \
+		       -e "s/^\.BR \(.*\) (1)/.BR hx-\1 (1)/g" \
 		       $${man} ; \
 	done
+	rm -f $(CURDIR)/debian/html-xml-utils/usr/bin/hx-cexport \
+	      $(CURDIR)/debian/html-xml-utils/usr/share/man/man1/hx-cexport.1
+
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -62,10 +63,7 @@
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_installdocs
-	dh_installman debian/man/w3c_extract.1 \
-	              debian/man/w3c_printlinks.1 \
-	              debian/man/w3c_uncdata.1 \
-	              debian/man/w3c_xselect.1
+	dh_installman
 	dh_link
 	dh_strip
 	dh_compress




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