[Pkg-tcltk-commits] r1450 - in tk8.6/branches/experimental/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Aug 19 17:42:08 UTC 2013


Author: sgolovan
Date: 2013-08-19 17:42:08 +0000 (Mon, 19 Aug 2013)
New Revision: 1450

Removed:
   tk8.6/branches/experimental/debian/patches/tkport.diff
Modified:
   tk8.6/branches/experimental/debian/changelog
   tk8.6/branches/experimental/debian/control
   tk8.6/branches/experimental/debian/patches/series
Log:
[tk8.6-experimental
  * Removed unnecessary patch to tkPort.h.
  * Make libtk8.6-dev depend on tk8.6 for better backward compatibility.


Modified: tk8.6/branches/experimental/debian/changelog
===================================================================
--- tk8.6/branches/experimental/debian/changelog	2013-08-19 17:39:16 UTC (rev 1449)
+++ tk8.6/branches/experimental/debian/changelog	2013-08-19 17:42:08 UTC (rev 1450)
@@ -1,8 +1,9 @@
-tk8.6 (8.6.0-4) UNRELEASED; urgency=low
+tk8.6 (8.6.0-4) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * Removed unnecessary patch to tkPort.h.
+  * Make libtk8.6-dev depend on tk8.6 for better backward compatibility.
 
- -- Sergei Golovan <sgolovan at debian.org>  Wed, 31 Jul 2013 12:09:00 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 19 Aug 2013 21:25:44 +0400
 
 tk8.6 (8.6.0-3) experimental; urgency=low
 

Modified: tk8.6/branches/experimental/debian/control
===================================================================
--- tk8.6/branches/experimental/debian/control	2013-08-19 17:39:16 UTC (rev 1449)
+++ tk8.6/branches/experimental/debian/control	2013-08-19 17:42:08 UTC (rev 1450)
@@ -45,8 +45,8 @@
 Architecture: any
 Depends: dpkg-dev (>= 1.16.1~), x11proto-core-dev, libx11-dev, libxt-dev,
  libxss-dev, libxext-dev, libxft-dev, libtcl8.6-dev (>= 8.6.0-2),
- libtk8.6 (= ${binary:Version}), ${misc:Depends}
-Suggests: tk8.6, tk8.6-doc
+ libtk8.6 (= ${binary:Version}), tk8.6, ${misc:Depends}
+Suggests: tk8.6-doc
 Conflicts: tk8.6-dev
 Replaces: tk8.6-dev
 Provides: tk8.6-dev

Modified: tk8.6/branches/experimental/debian/patches/series
===================================================================
--- tk8.6/branches/experimental/debian/patches/series	2013-08-19 17:39:16 UTC (rev 1449)
+++ tk8.6/branches/experimental/debian/patches/series	2013-08-19 17:42:08 UTC (rev 1450)
@@ -1,4 +1,3 @@
-tkport.diff
 tklibrary.diff
 tkprivate.diff
 confsearch.diff

Deleted: tk8.6/branches/experimental/debian/patches/tkport.diff
===================================================================
--- tk8.6/branches/experimental/debian/patches/tkport.diff	2013-08-19 17:39:16 UTC (rev 1449)
+++ tk8.6/branches/experimental/debian/patches/tkport.diff	2013-08-19 17:42:08 UTC (rev 1450)
@@ -1,14 +0,0 @@
-Patch by Stanislav Maslovski <stanislav.maslovski at gmail.com>.
-See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488501
-
---- tk8.6-8.6.0.orig/generic/tkPort.h
-+++ tk8.6-8.6.0/generic/tkPort.h
-@@ -24,7 +24,7 @@
- #   if defined(MAC_OSX_TK)
- #	include "tkMacOSXPort.h"
- #   else
--#	include "tkUnixPort.h"
-+#	include "../unix/tkUnixPort.h"
- #   endif
- #endif
- 




More information about the Pkg-tcltk-commits mailing list