[Pkg-tcltk-commits] r1877 - tdom/trunk/debian
ssoberni-guest at alioth.debian.org
ssoberni-guest at alioth.debian.org
Sat Oct 7 20:02:50 UTC 2017
Author: ssoberni-guest
Date: 2017-10-07 20:02:50 +0000 (Sat, 07 Oct 2017)
New Revision: 1877
Modified:
tdom/trunk/debian/changelog
tdom/trunk/debian/control
Log:
Revised descriptions
Modified: tdom/trunk/debian/changelog
===================================================================
--- tdom/trunk/debian/changelog 2017-10-04 21:41:10 UTC (rev 1876)
+++ tdom/trunk/debian/changelog 2017-10-07 20:02:50 UTC (rev 1877)
@@ -1,11 +1,13 @@
tdom (0.9.0-1) UNRELEASED; urgency=medium
* Team upload.
- * New upstream release: 0.9.0 (...)
+ * New upstream release: 0.9.0.
[ Stefan Sobernig ]
* Enable HTML5 (gumbo) support.
* Corrected download URL in debian/watch.
+ * Corrected upstream URL in debian/control.
+ * Added to the debian/control descriptions (gumbo, JSON).
[ Hector Romojaro ]
* Multiarch support.
Modified: tdom/trunk/debian/control
===================================================================
--- tdom/trunk/debian/control 2017-10-04 21:41:10 UTC (rev 1876)
+++ tdom/trunk/debian/control 2017-10-07 20:02:50 UTC (rev 1877)
@@ -5,7 +5,7 @@
Uploaders: Hector Romojaro <hector.romojaro at gmail.com>, Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>, Avni Khatri <avni321 at gmail.com>, Carl Blesius <carl at blesius.org>
Build-Depends: debhelper (>= 9), autotools-dev, tcl-dev (>= 8.4), libexpat1-dev, libgumbo-dev, pkg-config
Standards-Version: 4.1.0
-Homepage: http://tdom.github.io/
+Homepage: http://tdom.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-tcltk/tdom/trunk
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-tcltk/tdom/
@@ -13,24 +13,30 @@
Architecture: any
Multi-Arch: same
Depends: ${tclsh:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: fast XML/DOM/XPath/XSLT extension for Tcl written in C
+Description: fast XML/DOM/XPath/XSLT/HTML/JSON extension for Tcl written in C
tDOM takes advantage of Expat, the XML parser from James Clark,
- including namesspace and DTD support. It includes a modified version
+ including namespace and DTD support. It includes a modified version
of Tclexpat, the Tcl interface to Expat, and comes with a (partial)
DOM-I and DOM-II implementation in C for maximum performance and minimum
memory need. A very complete, compliant and fast XPath implementation
- is provided. A fast XSLT implementation in C completes the feature
- set. Documentation is provided in TMML, HTML and nroff formats.
+ is provided. A fast XSLT implementation in C completes the basic feature
+ set. tDOM interfaces with the gumbo HTML5 parser and provides a robust
+ JSON parser/ serializer for JSON-to-JSON roundtripping. Documentation is
+ provided in TMML, HTML and nroff formats.
Package: tdom-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: tdom (= ${binary:Version}), ${misc:Depends}
-Description: fast XML/DOM/XPath/XSLT extension for Tcl written in C (development files)
- Header files and development libraries for tDOM, a fast XML/DOM/XPath/XSLT
- extension for Tcl. tDOM takes advantage of Expat, the XML parser from James
- Clark. It comes with a (partial) DOM-I and DOM-II implementation in C for
- maximum performance and minimum memory need. A very complete, compliant and
- fast XPath implementation is provided. A fast XSLT implementation in C
- completes the feature set.
+Description: header files and development libraries for tDOM
+ tDOM is a fast XML/DOM/XPath/XSLT/HTML/JSON extension for Tcl written in C.
+ tDOM takes advantage of Expat, the XML parser from James Clark,
+ including namespace and DTD support. It includes a modified version
+ of Tclexpat, the Tcl interface to Expat, and comes with a (partial)
+ DOM-I and DOM-II implementation in C for maximum performance and minimum
+ memory need. A very complete, compliant and fast XPath implementation
+ is provided. A fast XSLT implementation in C completes the basic feature
+ set. tDOM interfaces with the gumbo HTML5 parser and provides a robust
+ JSON parser/ serializer for JSON-to-JSON roundtripping. Documentation is
+ provided in TMML, HTML and nroff formats.
More information about the Pkg-tcltk-commits
mailing list