[Pkg-tcltk-commits] r1445 - in tcl8.5/branches/experimental/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Aug 19 17:28:59 UTC 2013
Author: sgolovan
Date: 2013-08-19 17:28:58 +0000 (Mon, 19 Aug 2013)
New Revision: 1445
Removed:
tcl8.5/branches/experimental/debian/patches/mips.diff
Modified:
tcl8.5/branches/experimental/debian/changelog
tcl8.5/branches/experimental/debian/control
tcl8.5/branches/experimental/debian/patches/series
tcl8.5/branches/experimental/debian/patches/tcllibrary.diff
tcl8.5/branches/experimental/debian/patches/tclprivate.diff
Log:
[tcl8.5-experimental]
* Removed unnecessary patches for init.tcl and tclPort.h.
* Make libtcl8.5-dev depend on tcl8.5 for better backward compatibility.
Modified: tcl8.5/branches/experimental/debian/changelog
===================================================================
--- tcl8.5/branches/experimental/debian/changelog 2013-08-19 17:26:32 UTC (rev 1444)
+++ tcl8.5/branches/experimental/debian/changelog 2013-08-19 17:28:58 UTC (rev 1445)
@@ -1,8 +1,9 @@
-tcl8.5 (8.5.14-5) UNRELEASED; urgency=low
+tcl8.5 (8.5.14-5) experimental; urgency=low
- * NOT RELEASED YET
+ * Removed unnecessary patches for init.tcl and tclPort.h.
+ * Make libtcl8.5-dev depend on tcl8.5 for better backward compatibility.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 31 Jul 2013 11:32:12 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 19 Aug 2013 21:22:32 +0400
tcl8.5 (8.5.14-4) experimental; urgency=low
Modified: tcl8.5/branches/experimental/debian/control
===================================================================
--- tcl8.5/branches/experimental/debian/control 2013-08-19 17:26:32 UTC (rev 1444)
+++ tcl8.5/branches/experimental/debian/control 2013-08-19 17:28:58 UTC (rev 1445)
@@ -41,8 +41,8 @@
Section: libdevel
Priority: optional
Architecture: any
-Depends: dpkg-dev (>= 1.16.1~), libtcl8.5 (= ${binary:Version}), ${misc:Depends}
-Suggests: tcl8.5, tcl8.5-doc
+Depends: dpkg-dev (>= 1.16.1~), libtcl8.5 (= ${binary:Version}), tcl8.5, ${misc:Depends}
+Suggests: tcl8.5-doc
Conflicts: tcl8.5-dev
Replaces: tcl8.5-dev
Provides: tcl8.5-dev
Deleted: tcl8.5/branches/experimental/debian/patches/mips.diff
===================================================================
Modified: tcl8.5/branches/experimental/debian/patches/series
===================================================================
--- tcl8.5/branches/experimental/debian/patches/series 2013-08-19 17:26:32 UTC (rev 1444)
+++ tcl8.5/branches/experimental/debian/patches/series 2013-08-19 17:28:58 UTC (rev 1445)
@@ -1,4 +1,3 @@
-tclport.diff
tcllibrary.diff
tclpackagepath.diff
tclprivate.diff
Modified: tcl8.5/branches/experimental/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/tcllibrary.diff 2013-08-19 17:26:32 UTC (rev 1444)
+++ tcl8.5/branches/experimental/debian/patches/tcllibrary.diff 2013-08-19 17:28:58 UTC (rev 1445)
@@ -20,14 +20,3 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
---- tcl8.5-8.5.14.orig/library/init.tcl
-+++ tcl8.5-8.5.14/library/init.tcl
-@@ -47,7 +47,7 @@
- }
- namespace eval tcl {
- variable Dir
-- foreach Dir [list $::tcl_library [file dirname $::tcl_library]] {
-+ foreach Dir [list $::tcl_library] {
- if {$Dir ni $::auto_path} {
- lappend ::auto_path $Dir
- }
Modified: tcl8.5/branches/experimental/debian/patches/tclprivate.diff
===================================================================
--- tcl8.5/branches/experimental/debian/patches/tclprivate.diff 2013-08-19 17:26:32 UTC (rev 1444)
+++ tcl8.5/branches/experimental/debian/patches/tclprivate.diff 2013-08-19 17:28:58 UTC (rev 1445)
@@ -1,5 +1,5 @@
Patch by Chris Waters sets paths which are normally point to a directory
-with Tcl sources to a subdirectory of /usr/include/tcl8.4 (debian/rules
+with Tcl sources to a subdirectory of /usr/include/tcl8.5 (debian/rules
puts private Tcl headers there).
--- tcl8.5-8.5.14.orig/unix/tclConfig.sh.in
More information about the Pkg-tcltk-commits
mailing list