[Pkg-tcltk-commits] r623 - tdom/trunk/debian
ssoberni-guest at alioth.debian.org
ssoberni-guest at alioth.debian.org
Sun Jun 1 16:03:06 UTC 2008
Author: ssoberni-guest
Date: 2008-06-01 16:03:05 +0000 (Sun, 01 Jun 2008)
New Revision: 623
Modified:
tdom/trunk/debian/control
tdom/trunk/debian/rules
Log:
Revised documentation strings for tdom + tdom-dev, fixed man page conversions, added individual email addresses for some uploaders
Modified: tdom/trunk/debian/control
===================================================================
--- tdom/trunk/debian/control 2008-06-01 11:30:45 UTC (rev 622)
+++ tdom/trunk/debian/control 2008-06-01 16:03:05 UTC (rev 623)
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
-Uploaders: Hector Romojaro <hromojaro at dia.uned.es>, Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>, Avni Khatri and Carl Blesius <tdom at blesius.org>
+Uploaders: Hector Romojaro <hromojaro at dia.uned.es>, Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>, Avni Khatri <avni321 at gmail.com>, and Carl Blesius <carl at blesius.org>
Build-Depends: debhelper (>= 5), autotools-dev, tcl-dev (>= 8.4), dpatch, libexpat1-dev
Standards-Version: 3.7.3
Homepage: http://www.tdom.org
@@ -14,17 +14,13 @@
Section: libs
Depends: tcl (>=8.4), ${shlibs:Depends}, ${misc:Depends}
Description: A fast XML/DOM/XPath/XSLT extension for Tcl written in C
- tDOM takes advantage of the newest version of Expat, the XML parser
- from James Clark, including namesspace and DTD support. It
- includes a modified version of Steve Ball's Tclexpat, the Tcl
- interface to expat, for event-like (SAX-like) XML parsing. Besides,
- it comes with a (partial) DOM I and II implementation in C for maximum
- performance and minimum memory need following the W3C DOM Core
- Level 1 recommendation using an OO-like syntax. A very complete,
- compliant and fast XPath implementation following the November 99 W3C
- recommendation is provided. A fast XSLT implementation in C
- following the W3C Recommendation 16 November 1999 completes the
- feature set. Documentation is provided in TMML, HTML and nroff formats.
+ tDOM takes advantage of Expat, the XML parser from James Clark,
+ including namesspace and DTD support. It includes a modified version
+ of Tclexpat, the Tcl interface to Expat, and comes with a (partial)
+ DOM I and 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.
Package: tdom-dev
Section: libdevel
@@ -32,4 +28,10 @@
Architecture: any
Depends: tdom (= ${binary:Version})
Description: A fast XML/DOM/XPath/XSLT extension for Tcl written in C - development files
- Header files and static libraries for libtdom.
+ This package contains the 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 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.
Modified: tdom/trunk/debian/rules
===================================================================
--- tdom/trunk/debian/rules 2008-06-01 11:30:45 UTC (rev 622)
+++ tdom/trunk/debian/rules 2008-06-01 16:03:05 UTC (rev 623)
@@ -83,7 +83,7 @@
(cd $(CURDIR)/debian/tdom/usr/share/man/man3 && \
for f in ./*; do \
f2=$$(echo $$f | sed -e 's/\.n/\.3tcl/'); \
- cat $$f | sed -e 's/^\.TH \([^ ]\+\|"[^"]\+"\) n/.TH \1 3tcl/' > $$f2; \
+ cat $$f | sed -e 's/^\.TH \([^ ]\+\|"[^"]\+"\) \(3\|n\)/.TH \1 3tcl/' > $$f2; \
rm $$f; \
done)
# tdom-dev
More information about the Pkg-tcltk-commits
mailing list