[xml/sgml-commit] r1304 - in /packages/html-xml-utils/trunk/debian: README.source changelog control patches/ rules
dleidert-guest at users.alioth.debian.org
dleidert-guest at users.alioth.debian.org
Sun Jan 11 11:50:27 UTC 2009
Author: dleidert-guest
Date: Sun Jan 11 11:50:27 2009
New Revision: 1304
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1304
Log:
* debian/control (Build-Depends), debian/rules, debian/README.source,
debian/patches/: Removed dpatch related stuff.
* debian/control (Description): A small formatting change. Added hxcopy.
* debian/patches/508913_fix_segfault_in_hxclean.dpatch: Removed (applied
upstream).
Removed:
packages/html-xml-utils/trunk/debian/README.source
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=1304&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/changelog (original)
+++ packages/html-xml-utils/trunk/debian/changelog Sun Jan 11 11:50:27 2009
@@ -1,6 +1,12 @@
html-xml-utils (5.2-1) UNRELEASED; urgency=low
* New upstream release 5.2.
+
+ * debian/control (Build-Depends), debian/rules, debian/README.source,
+ debian/patches/: Removed dpatch related stuff.
+ * debian/control (Description): A small formatting change. Added hxcopy.
+ * debian/patches/508913_fix_segfault_in_hxclean.dpatch: Removed (applied
+ upstream).
-- Daniel Leidert (dale) <daniel.leidert at wgdd.de> Thu, 18 Dec 2008 02:18:33 +0100
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=1304&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/control (original)
+++ packages/html-xml-utils/trunk/debian/control Sun Jan 11 11:50:27 2009
@@ -3,7 +3,7 @@
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, bison, flex, gperf, man2html
+Build-Depends: debhelper (>= 5), bison, flex, gperf, man2html
Standards-Version: 3.8.0
Homepage: http://www.w3.org/Tools/HTML-XML-utils/
Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/trunk/
@@ -16,31 +16,32 @@
Description: HTML and XML manipulation utilities
A number of simple utilities for manipulating HTML and XML files.
.
- 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
- hxselect - extract elements that match a (CSS) selector
- hxref - generate cross-references
- 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"
+ 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
+ hxcopy - copy an HTML file while preserving relative links
+ 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
+ hxselect - extract elements that match a (CSS) selector
+ hxref - generate cross-references
+ 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"
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=1304&op=diff
==============================================================================
--- packages/html-xml-utils/trunk/debian/rules (original)
+++ packages/html-xml-utils/trunk/debian/rules Sun Jan 11 11:50:27 2009
@@ -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)))
@@ -27,16 +25,16 @@
--mandir=\$${prefix}/share/man
build: build-stamp
-build-stamp: patch-stamp config.status
+build-stamp: config.status
dh_testdir
$(MAKE)
touch $@
-clean: unpatch
+clean:
dh_testdir
dh_testroot
[ ! -f Makefile ] || $(MAKE) distclean
- dh_clean build-stamp patch-stamp
+ dh_clean build-stamp
install: build
dh_testdir
More information about the debian-xml-sgml-commit
mailing list