[Pkg-tcltk-commits] r1088 - tk8.6/trunk/debian

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


Author: sgolovan
Date: 2010-10-31 12:09:02 +0000 (Sun, 31 Oct 2010)
New Revision: 1088

Modified:
   tk8.6/trunk/debian/changelog
   tk8.6/trunk/debian/control
Log:
[tk8.6]
  * Replaced xterm by xvt in recommended dependencies to reduce implicit
    dependencies list.
  * Added ${misc:Depends} to debian/control file because the binary packages
    are built using debhelper.
  * Bumped standards version to 3.9.1.


Modified: tk8.6/trunk/debian/changelog
===================================================================
--- tk8.6/trunk/debian/changelog	2010-10-31 11:56:12 UTC (rev 1087)
+++ tk8.6/trunk/debian/changelog	2010-10-31 12:09:02 UTC (rev 1088)
@@ -1,9 +1,14 @@
-tk8.6 (8.6.0~b1-3) UNRELEASED; urgency=low
+tk8.6 (8.6.0~b1-3) experimental; urgency=low
 
   * Added libxft-dev to tk8.6-dev dependencies because -lXft is stored in
     tkConfig.sh configuration script.
+  * Replaced xterm by xvt in recommended dependencies to reduce implicit
+    dependencies list.
+  * 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, 01 Mar 2009 13:21:19 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Sun, 31 Oct 2010 14:58:40 +0300
 
 tk8.6 (8.6.0~b1-2) experimental; urgency=low
 

Modified: tk8.6/trunk/debian/control
===================================================================
--- tk8.6/trunk/debian/control	2010-10-31 11:56:12 UTC (rev 1087)
+++ tk8.6/trunk/debian/control	2010-10-31 12:09:02 UTC (rev 1088)
@@ -4,15 +4,15 @@
 Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Chris Waters <xtifr at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0), x11proto-core-dev, libx11-dev, libxt-dev, libxss-dev, libxext-dev, libxft-dev, tcl8.6-dev (>= 8.6.0~b1), quilt
-Standards-Version: 3.8.0
+Standards-Version: 3.9.1
 Homepage: http://www.tcl.tk/
 
 Package: tk8.6
 Section: libs
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}
-Recommends: xterm | x-terminal-emulator
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: xvt | x-terminal-emulator
 Conflicts: tk40 (<= 4.0p3-2), libtk-img (<< 1.2.5)
 Provides: wish
 Description: Tk toolkit for Tcl and X11, v8.6 - run-time files
@@ -25,6 +25,7 @@
 Section: doc
 Priority: optional
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: tk8.6
 Conflicts: tkdoc
 Provides: tkdoc
@@ -37,7 +38,7 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: x11proto-core-dev, libx11-dev, libxt-dev, libxss-dev, libxext-dev, libxft-dev, tcl8.6-dev (>= 8.6.0~a1), tk8.6 (= ${binary:Version})
+Depends: x11proto-core-dev, libx11-dev, libxt-dev, libxss-dev, libxext-dev, libxft-dev, tcl8.6-dev (>= 8.6.0~a1), tk8.6 (= ${binary:Version}), ${misc:Depends}
 Suggests: tk8.6-doc
 Description: Tk toolkit for Tcl and X11, v8.6 - development files
  Tk is a cross-platform graphical toolkit which provides the Motif




More information about the Pkg-tcltk-commits mailing list