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

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Fri Nov 21 11:50:57 UTC 2008


Author: dleidert-guest
Date: Fri Nov 21 11:50:56 2008
New Revision: 1279

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1279
Log:
* debian/control (Description): Fixed command names. Upstream renamed the
  commands for the 5.0 release. This hopefully solves all command-name
  conflicts with other packages.
* debian/rules (config.status): Removed --program-prefix (not longer necessary
  after official rename).
  (install): Removed fixes/adjustements for the Debian-related rename (see
  above).


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

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=1279&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/control (original)
+++ packages/html-xml-utils/trunk/debian/control Fri Nov 21 11:50:56 2008
@@ -16,31 +16,31 @@
 Description: HTML and XML manipulation utilities
  A number of simple utilities for manipulating HTML and XML files.
  .
- 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
- 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
+ asc2xml      - convert from UTF-8 to &#nnn; entities
+ xml2asc      - convert from &#nnn; entities to UTF-8
+ hxaddid      - add IDs to selected elements
+ hxcite       - replace bibliographic references by hyperlinks
+ hxcite-mkbib - expand references and create bibliography
+ hxclean      - apply heuristics to correct an HTML file
+ hxcount      - count elements and attributes in HTML or XML files
+ hxextract    - extract selected elements
+ hxincl       - expand included HTML or XML files
+ hxindex      - create an alphabetically sorted index
+ hxmkbib      - create bibliography from a template
+ hxmultitoc   - create a table of contents for a set of HTML files
+ hxname2id    - move some ID= or NAME= from A elements to their parents
+ hxnormalize  - pretty-print an HTML file
+ hxnum        - number section headings in an HTML file
+ hxpipe       - convert XML to a format easier to parse with Perl or AWK
+ hxprintlinks - number links & add table of URLs at end of an HTML file
+ hxprune      - remove marked elements from an HTML file
+ hxtoc        - insert a table of contents in an HTML file
+ hxuncdata    - replace CDATA sections by character entities
+ hxunent      - replace HTML predefined character entities to UTF-8
+ hxunpipe     - convert output of pipe back to XML format
+ hxunxmlns    - replace "global names" by XML Namespace prefixes
+ hxwls        - list links in an HTML file
+ hxxmlns      - replace XML Namespace prefixes by "global names"
+ hxref        - generate cross-references
+ hxselect     - 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=1279&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/rules (original)
+++ packages/html-xml-utils/trunk/debian/rules Fri Nov 21 11:50:56 2008
@@ -22,7 +22,6 @@
 	    --host=$(DEB_HOST_GNU_TYPE) \
 	    --build=$(DEB_BUILD_GNU_TYPE) \
 	    --prefix=/usr \
-	    --program-prefix=hx- \
 	    --mandir=\$${prefix}/share/man
 
 build: build-stamp
@@ -43,21 +42,8 @@
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE)
-	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
-
-# Build architecture-dependent files here.
 binary-arch: build install
 	dh_testdir
 	dh_testroot




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