[Pkg-tcltk-commits] r1444 - in tcl8.4/branches/experimental/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Aug 19 17:26:33 UTC 2013
Author: sgolovan
Date: 2013-08-19 17:26:32 +0000 (Mon, 19 Aug 2013)
New Revision: 1444
Modified:
tcl8.4/branches/experimental/debian/changelog
tcl8.4/branches/experimental/debian/control
tcl8.4/branches/experimental/debian/patches/tcllibrary.diff
Log:
[tcl8.4-experimental]
* Removed unnecessary patch for init.tcl.
* Make libtcl8.4-dev depend on tcl8.4 for better backward compatibility.
Modified: tcl8.4/branches/experimental/debian/changelog
===================================================================
--- tcl8.4/branches/experimental/debian/changelog 2013-08-02 04:33:30 UTC (rev 1443)
+++ tcl8.4/branches/experimental/debian/changelog 2013-08-19 17:26:32 UTC (rev 1444)
@@ -1,8 +1,9 @@
-tcl8.4 (8.4.20-4) UNRELEASED; urgency=low
+tcl8.4 (8.4.20-4) experimental; urgency=low
- * NOT RELEASED YET
+ * Removed unnecessary patch for init.tcl.
+ * Make libtcl8.4-dev depend on tcl8.4 for better backward compatibility.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 31 Jul 2013 11:31:44 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 19 Aug 2013 21:21:54 +0400
tcl8.4 (8.4.20-3) experimental; urgency=low
Modified: tcl8.4/branches/experimental/debian/control
===================================================================
--- tcl8.4/branches/experimental/debian/control 2013-08-02 04:33:30 UTC (rev 1443)
+++ tcl8.4/branches/experimental/debian/control 2013-08-19 17:26:32 UTC (rev 1444)
@@ -41,8 +41,8 @@
Section: libdevel
Priority: optional
Architecture: any
-Depends: dpkg-dev (>= 1.16.1~), libtcl8.4 (= ${binary:Version}), ${misc:Depends}
-Suggests: tcl8.4, tcl8.4-doc
+Depends: dpkg-dev (>= 1.16.1~), libtcl8.4 (= ${binary:Version}), tcl8.4, ${misc:Depends}
+Suggests: tcl8.4-doc
Conflicts: tcl8.4-dev
Replaces: tcl8.4-dev
Provides: tcl8.4-dev
Modified: tcl8.4/branches/experimental/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.4/branches/experimental/debian/patches/tcllibrary.diff 2013-08-02 04:33:30 UTC (rev 1443)
+++ tcl8.4/branches/experimental/debian/patches/tcllibrary.diff 2013-08-19 17:26:32 UTC (rev 1444)
@@ -20,14 +20,3 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
---- tcl8.4-8.4.20.orig/library/init.tcl
-+++ tcl8.4-8.4.20/library/init.tcl
-@@ -46,7 +46,7 @@
- namespace eval tcl {
- variable Dir
- if {[info library] ne ""} {
-- foreach Dir [list [info library] [file dirname [info library]]] {
-+ foreach Dir [list [info library]] {
- if {[lsearch -exact $::auto_path $Dir] < 0} {
- lappend ::auto_path $Dir
- }
More information about the Pkg-tcltk-commits
mailing list