[Pkg-tcltk-commits] r626 - tdom/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Sun Jun 1 17:46:50 UTC 2008
Author: sgolovan-guest
Date: 2008-06-01 17:46:49 +0000 (Sun, 01 Jun 2008)
New Revision: 626
Modified:
tdom/trunk/debian/control
tdom/trunk/debian/rules
Log:
[tdom]
Take tcl dependency from tcltk-depends.
Modified: tdom/trunk/debian/control
===================================================================
--- tdom/trunk/debian/control 2008-06-01 16:44:51 UTC (rev 625)
+++ tdom/trunk/debian/control 2008-06-01 17:46:49 UTC (rev 626)
@@ -12,7 +12,7 @@
Package: tdom
Architecture: any
Section: libs
-Depends: tcl (>=8.4), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${tclsh:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: A fast XML/DOM/XPath/XSLT 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
Modified: tdom/trunk/debian/rules
===================================================================
--- tdom/trunk/debian/rules 2008-06-01 16:44:51 UTC (rev 625)
+++ tdom/trunk/debian/rules 2008-06-01 17:46:49 UTC (rev 626)
@@ -141,6 +141,7 @@
# dh_makeshlibs
dh_installdeb
dh_shlibdeps
+ tcltk-depends
dh_gencontrol
dh_md5sums
dh_builddeb
More information about the Pkg-tcltk-commits
mailing list