[Pkg-tcltk-commits] r963 - tk8.5/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Fri Oct 30 08:34:06 UTC 2009


Author: sgolovan-guest
Date: 2009-10-30 08:34:05 +0000 (Fri, 30 Oct 2009)
New Revision: 963

Added:
   tk8.5/trunk/debian/README.source
Modified:
   tk8.5/trunk/debian/changelog
   tk8.5/trunk/debian/control
Log:
[tk8.5]
  * Added libxft-dev to tk8.5-dev dependencies because -lXft is stored in
    tkConfig.sh configuration script.
  * Added README.source file wich explains how to get patched source tree from
    the original tarball and set of patches in debian/patches.
  * Bumped standards version to 3.8.3.


Added: tk8.5/trunk/debian/README.source
===================================================================
--- tk8.5/trunk/debian/README.source	                        (rev 0)
+++ tk8.5/trunk/debian/README.source	2009-10-30 08:34:05 UTC (rev 963)
@@ -0,0 +1,8 @@
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To get detailed instructions on how to apply the series of patches
+and modify them, please read /usr/share/doc/quilt/README.source
+
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 05 Sep 2009 11:33:56 +0400

Modified: tk8.5/trunk/debian/changelog
===================================================================
--- tk8.5/trunk/debian/changelog	2009-10-26 08:14:06 UTC (rev 962)
+++ tk8.5/trunk/debian/changelog	2009-10-30 08:34:05 UTC (rev 963)
@@ -1,8 +1,12 @@
-tk8.5 (8.5.7-2) UNRELEASED; urgency=low
+tk8.5 (8.5.7-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Added libxft-dev to tk8.5-dev dependencies because -lXft is stored in
+    tkConfig.sh configuration script.
+  * Added README.source file wich explains how to get patched source tree from
+    the original tarball and set of patches in debian/patches.
+  * Bumped standards version to 3.8.3.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 18 Apr 2009 09:52:22 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 30 Oct 2009 11:10:23 +0300
 
 tk8.5 (8.5.7-1) unstable; urgency=low
 

Modified: tk8.5/trunk/debian/control
===================================================================
--- tk8.5/trunk/debian/control	2009-10-26 08:14:06 UTC (rev 962)
+++ tk8.5/trunk/debian/control	2009-10-30 08:34:05 UTC (rev 963)
@@ -4,7 +4,7 @@
 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, libxss-dev, libxext-dev, libxft-dev, tcl8.5-dev (>= 8.5.0), quilt
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://www.tcl.tk/
 
 Package: tk8.5
@@ -37,7 +37,7 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: x11proto-core-dev, libx11-dev, libxss-dev, libxext-dev, tcl8.5-dev (>= 8.5.0), tk8.5 (= ${binary:Version})
+Depends: x11proto-core-dev, libx11-dev, libxss-dev, libxext-dev, libxft-dev, tcl8.5-dev (>= 8.5.0), tk8.5 (= ${binary:Version})
 Suggests: tk8.5-doc
 Description: Tk toolkit for Tcl and X11, v8.5 - development files
  Tk is a cross-platform graphical toolkit which provides the Motif




More information about the Pkg-tcltk-commits mailing list