[Pkg-tcltk-commits] r1097 - tcl8.5/branches/experimental/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Fri Nov 5 10:40:11 UTC 2010


Author: sgolovan
Date: 2010-11-05 10:40:02 +0000 (Fri, 05 Nov 2010)
New Revision: 1097

Modified:
   tcl8.5/branches/experimental/debian/changelog
   tcl8.5/branches/experimental/debian/control
Log:
[tcl8.5-experimental]
  * Added ${misc:Depends} to debian/control.


Modified: tcl8.5/branches/experimental/debian/changelog
===================================================================
--- tcl8.5/branches/experimental/debian/changelog	2010-11-05 10:35:57 UTC (rev 1096)
+++ tcl8.5/branches/experimental/debian/changelog	2010-11-05 10:40:02 UTC (rev 1097)
@@ -5,6 +5,7 @@
     needed.
   * Fixed license in debian/copyright.
   * Bumped standards version to 3.9.1.
+  * Added ${misc:Depends} to debian/control.
 
  -- Sergei Golovan <sgolovan at debian.org>  Fri, 05 Nov 2010 13:33:59 +0300
 

Modified: tcl8.5/branches/experimental/debian/control
===================================================================
--- tcl8.5/branches/experimental/debian/control	2010-11-05 10:35:57 UTC (rev 1096)
+++ tcl8.5/branches/experimental/debian/control	2010-11-05 10:40:02 UTC (rev 1097)
@@ -11,7 +11,7 @@
 Section: interpreters
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: tcl74 (<= 7.4p3-2)
 Provides: tclsh
 Suggests: tclreadline
@@ -24,6 +24,7 @@
 Section: doc
 Priority: optional
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: tcl8.5
 Conflicts: tcldoc, tcl8.3-doc, tcl8.4-doc
 Provides: tcldoc
@@ -35,7 +36,7 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: tcl8.5 (= ${binary:Version})
+Depends: tcl8.5 (= ${binary:Version}), ${misc:Depends}
 Suggests: tcl8.5-doc
 Description: Tcl (the Tool Command Language) v8.5 - development files
  Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted




More information about the Pkg-tcltk-commits mailing list