[Pkg-tcltk-commits] r1118 - tcltk-defaults/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun Feb 6 14:28:35 UTC 2011
Author: sgolovan
Date: 2011-02-06 14:28:27 +0000 (Sun, 06 Feb 2011)
New Revision: 1118
Modified:
tcltk-defaults/trunk/debian/changelog
tcltk-defaults/trunk/debian/control
tcltk-defaults/trunk/debian/control.in
Log:
* Added ${misc:Depends} to the binary packages dependency lists because
the package is built using debhelper.
Modified: tcltk-defaults/trunk/debian/changelog
===================================================================
--- tcltk-defaults/trunk/debian/changelog 2011-02-06 14:12:01 UTC (rev 1117)
+++ tcltk-defaults/trunk/debian/changelog 2011-02-06 14:28:27 UTC (rev 1118)
@@ -4,6 +4,8 @@
* Changed symlink targets for /usr/lib/tclConfig.sh and /usr/lib/tkConfig.sh
to /usr/lib/tcl8.5/tclConfig.sh and /usr/lib/tk8.5/tkConfig.sh because
the latter files are architecture dependent.
+ * Added ${misc:Depends} to the binary packages dependency lists because
+ the package is built using debhelper.
* Bumped standards version to 3.9.1. No changes.
-- Sergei Golovan <sgolovan at debian.org> Sun, 06 Feb 2011 17:03:41 +0300
Modified: tcltk-defaults/trunk/debian/control
===================================================================
--- tcltk-defaults/trunk/debian/control 2011-02-06 14:12:01 UTC (rev 1117)
+++ tcltk-defaults/trunk/debian/control 2011-02-06 14:28:27 UTC (rev 1118)
@@ -14,7 +14,7 @@
Section: interpreters
Priority: optional
Architecture: all
-Depends: tcl8.5 (>= 8.5.0-1)
+Depends: tcl8.5 (>= 8.5.0-1), ${misc:Depends}
Conflicts: tcl8.3 (<< 8.3.5-8), tcl8.4 (<< 8.4.16-2), tcl8.5 (<< 0.b1-2)
Description: The Tool Command Language (default version) - run-time files
Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
@@ -27,6 +27,7 @@
Section: doc
Priority: optional
Architecture: all
+Depends: ${misc:Depends}
Recommends: tcl8.5-doc (>= 8.5.0-1)
Suggests: tcl
Description: The Tool Command Language (default version) - manual pages
@@ -40,7 +41,7 @@
Section: devel
Priority: optional
Architecture: all
-Depends: tcl8.5-dev (>= 8.5.0-1), tcl (= ${binary:Version})
+Depends: tcl8.5-dev (>= 8.5.0-1), tcl (= ${binary:Version}), ${misc:Depends}
Suggests: tcl-doc
Description: The Tool Command Language (default version) - development files
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
@@ -53,7 +54,7 @@
Section: libs
Priority: optional
Architecture: all
-Depends: tk8.5 (>= 8.5.0-1), tcl (= ${binary:Version})
+Depends: tk8.5 (>= 8.5.0-1), tcl (= ${binary:Version}), ${misc:Depends}
Conflicts: tk8.3 (<< 8.3.5-11), tk8.4 (<< 8.4.16-2), tk8.5 (<< 0.b1-2)
Description: The Tk toolkit for Tcl and X11 (default version) - run-time files
Tk is a cross-platform graphical toolkit which provides the Motif
@@ -66,7 +67,7 @@
Section: doc
Priority: optional
Architecture: all
-Depends: tcl-doc (= ${binary:Version})
+Depends: tcl-doc (= ${binary:Version}), ${misc:Depends}
Recommends: tk8.5-doc (>= 8.5.0-1)
Suggests: tk
Description: The Tk toolkit for Tcl and X11 (default version) - manual pages
@@ -80,7 +81,7 @@
Section: devel
Priority: optional
Architecture: all
-Depends: tk8.5-dev (>= 8.5.0-1), tk (= ${binary:Version}), tcl-dev (= ${binary:Version})
+Depends: tk8.5-dev (>= 8.5.0-1), tk (= ${binary:Version}), tcl-dev (= ${binary:Version}), ${misc:Depends}
Suggests: tk-doc
Description: The Tk toolkit for Tcl and X11 (default version) - development files
Tk is a cross-platform graphical toolkit which provides the Motif
Modified: tcltk-defaults/trunk/debian/control.in
===================================================================
--- tcltk-defaults/trunk/debian/control.in 2011-02-06 14:12:01 UTC (rev 1117)
+++ tcltk-defaults/trunk/debian/control.in 2011-02-06 14:28:27 UTC (rev 1118)
@@ -14,7 +14,7 @@
Section: interpreters
Priority: optional
Architecture: all
-Depends: tcl at VER@ (>= @TCLVER@)
+Depends: tcl at VER@ (>= @TCLVER@), ${misc:Depends}
Conflicts: tcl8.3 (<< 8.3.5-8), tcl8.4 (<< 8.4.16-2), tcl8.5 (<< 0.b1-2)
Description: The Tool Command Language (default version) - run-time files
Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
@@ -27,6 +27,7 @@
Section: doc
Priority: optional
Architecture: all
+Depends: ${misc:Depends}
Recommends: tcl at VER@-doc (>= @TCLVER@)
Suggests: tcl
Description: The Tool Command Language (default version) - manual pages
@@ -40,7 +41,7 @@
Section: devel
Priority: optional
Architecture: all
-Depends: tcl at VER@-dev (>= @TCLVER@), tcl (= ${binary:Version})
+Depends: tcl at VER@-dev (>= @TCLVER@), tcl (= ${binary:Version}), ${misc:Depends}
Suggests: tcl-doc
Description: The Tool Command Language (default version) - development files
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
@@ -53,7 +54,7 @@
Section: libs
Priority: optional
Architecture: all
-Depends: tk at VER@ (>= @TKVER@), tcl (= ${binary:Version})
+Depends: tk at VER@ (>= @TKVER@), tcl (= ${binary:Version}), ${misc:Depends}
Conflicts: tk8.3 (<< 8.3.5-11), tk8.4 (<< 8.4.16-2), tk8.5 (<< 0.b1-2)
Description: The Tk toolkit for Tcl and X11 (default version) - run-time files
Tk is a cross-platform graphical toolkit which provides the Motif
@@ -66,7 +67,7 @@
Section: doc
Priority: optional
Architecture: all
-Depends: tcl-doc (= ${binary:Version})
+Depends: tcl-doc (= ${binary:Version}), ${misc:Depends}
Recommends: tk at VER@-doc (>= @TKVER@)
Suggests: tk
Description: The Tk toolkit for Tcl and X11 (default version) - manual pages
@@ -80,7 +81,7 @@
Section: devel
Priority: optional
Architecture: all
-Depends: tk at VER@-dev (>= @TKVER@), tk (= ${binary:Version}), tcl-dev (= ${binary:Version})
+Depends: tk at VER@-dev (>= @TKVER@), tk (= ${binary:Version}), tcl-dev (= ${binary:Version}), ${misc:Depends}
Suggests: tk-doc
Description: The Tk toolkit for Tcl and X11 (default version) - development files
Tk is a cross-platform graphical toolkit which provides the Motif
More information about the Pkg-tcltk-commits
mailing list