[xml/sgml-commit] r1812 - in /packages/html-xml-utils/branches/experimental/debian: changelog control patches/585451_fix_ftbfs.patch patches/series rules source/ source/format

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Fri Nov 26 15:15:15 UTC 2010


Author: dleidert-guest
Date: Fri Nov 26 15:15:08 2010
New Revision: 1812

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1812
Log:
* debian/control (Standards-Version): Bumped to 3.9.1 without changes.
  (Vcs-Browser, Vcs-Svn): Adjusted to point to experimental branch.
  (Build-Depends): Dropped quilt.
  (Description): Added new tool hxnsxml including short description.
* debian/rules: Fixed parallel building.
* debian/patches/585451_fix_ftbfs.patch: Dropped (applied upstream).
* debian/patches/series: Adjusted.
* debian/source/format: Change to format 3.0 (quilt).

Added:
    packages/html-xml-utils/branches/experimental/debian/source/
    packages/html-xml-utils/branches/experimental/debian/source/format
Removed:
    packages/html-xml-utils/branches/experimental/debian/patches/585451_fix_ftbfs.patch
Modified:
    packages/html-xml-utils/branches/experimental/debian/changelog
    packages/html-xml-utils/branches/experimental/debian/control
    packages/html-xml-utils/branches/experimental/debian/patches/series
    packages/html-xml-utils/branches/experimental/debian/rules

Modified: packages/html-xml-utils/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/branches/experimental/debian/changelog?rev=1812&op=diff
==============================================================================
--- packages/html-xml-utils/branches/experimental/debian/changelog (original)
+++ packages/html-xml-utils/branches/experimental/debian/changelog Fri Nov 26 15:15:08 2010
@@ -2,6 +2,14 @@
 
   * NOT RELEASED YET
   * New upstream release.
+  * debian/control (Standards-Version): Bumped to 3.9.1 without changes.
+    (Vcs-Browser, Vcs-Svn): Adjusted to point to experimental branch.
+    (Build-Depends): Dropped quilt.
+    (Description): Added new tool hxnsxml including short description.
+  * debian/rules: Fixed parallel building.
+  * debian/patches/585451_fix_ftbfs.patch: Dropped (applied upstream).
+  * debian/patches/series: Adjusted.
+  * debian/source/format: Change to format 3.0 (quilt).
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Mon, 14 Jun 2010 23:13:47 +0200
 

Modified: packages/html-xml-utils/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/branches/experimental/debian/control?rev=1812&op=diff
==============================================================================
--- packages/html-xml-utils/branches/experimental/debian/control (original)
+++ packages/html-xml-utils/branches/experimental/debian/control Fri Nov 26 15:15:08 2010
@@ -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 (>> 7), quilt (>= 0.46-7~), bison, flex, gperf, man2html
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>> 7), bison, flex, gperf, man2html
+Standards-Version: 3.9.1
 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/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/branches/experimental/
+Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/html-xml-utils/branches/experimental/
 DM-Upload-Allowed: yes
 
 Package: html-xml-utils
@@ -33,12 +33,13 @@
   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
+  hxnsxml      -  convert output of hxxmlns back to normal XML
   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
+  hxref        -  generate cross-references
   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

Modified: packages/html-xml-utils/branches/experimental/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/branches/experimental/debian/patches/series?rev=1812&op=diff
==============================================================================
--- packages/html-xml-utils/branches/experimental/debian/patches/series (original)
+++ packages/html-xml-utils/branches/experimental/debian/patches/series Fri Nov 26 15:15:08 2010
@@ -1,1 +1,0 @@
-585451_fix_ftbfs.patch

Modified: packages/html-xml-utils/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/branches/experimental/debian/rules?rev=1812&op=diff
==============================================================================
--- packages/html-xml-utils/branches/experimental/debian/rules (original)
+++ packages/html-xml-utils/branches/experimental/debian/rules Fri Nov 26 15:15:08 2010
@@ -6,4 +6,4 @@
 LDFLAGS = -Wl,-z,defs
 
 %:
-	dh --with quilt --parallel $@
+	dh $@ --parallel

Added: packages/html-xml-utils/branches/experimental/debian/source/format
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/html-xml-utils/branches/experimental/debian/source/format?rev=1812&op=file
==============================================================================
--- packages/html-xml-utils/branches/experimental/debian/source/format (added)
+++ packages/html-xml-utils/branches/experimental/debian/source/format Fri Nov 26 15:15:08 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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