[Pkg-tcltk-commits] r1089 - tk8.4/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sun Oct 31 12:12:07 UTC 2010


Author: sgolovan
Date: 2010-10-31 12:12:03 +0000 (Sun, 31 Oct 2010)
New Revision: 1089

Modified:
   tk8.4/trunk/debian/changelog
   tk8.4/trunk/debian/control
Log:
[tk8.4]
  * Added ${misc:Depends} to debian/control file because the binary packages
    are built using debhelper.
  * Bumped standards version to 3.9.1.


Modified: tk8.4/trunk/debian/changelog
===================================================================
--- tk8.4/trunk/debian/changelog	2010-10-31 12:09:02 UTC (rev 1088)
+++ tk8.4/trunk/debian/changelog	2010-10-31 12:12:03 UTC (rev 1089)
@@ -2,6 +2,8 @@
 
   * Replaced xterm by xvt in recommended dependencies to reduce implicit
     dependencies list (closes: #601591).
+  * Added ${misc:Depends} to debian/control file because the binary packages
+    are built using debhelper.
   * Bumped standards version to 3.9.1.
 
  -- Sergei Golovan <sgolovan at debian.org>  Sun, 31 Oct 2010 14:55:16 +0300

Modified: tk8.4/trunk/debian/control
===================================================================
--- tk8.4/trunk/debian/control	2010-10-31 12:09:02 UTC (rev 1088)
+++ tk8.4/trunk/debian/control	2010-10-31 12:12:03 UTC (rev 1089)
@@ -11,7 +11,7 @@
 Section: libs
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: xvt | x-terminal-emulator
 Conflicts: tk40 (<= 4.0p3-2), libtk-img (<< 1.2.5)
 Provides: wish
@@ -25,7 +25,7 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: x11proto-core-dev, libx11-dev, libxt-dev, tcl8.4-dev (>= 8.4.2), tk8.4 (= ${binary:Version})
+Depends: x11proto-core-dev, libx11-dev, libxt-dev, tcl8.4-dev (>= 8.4.2), tk8.4 (= ${binary:Version}), ${misc:Depends}
 Suggests: tk8.4-doc
 Description: Tk toolkit for Tcl and X11, v8.4 - development files
  Tk is a cross-platform graphical toolkit which provides the Motif
@@ -37,6 +37,7 @@
 Section: doc
 Priority: optional
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: tk8.4
 Conflicts: tkdoc, tk8.3-doc
 Provides: tkdoc




More information about the Pkg-tcltk-commits mailing list