[Pkg-tcltk-commits] r1734 - in tcl8.6/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue May 5 11:28:56 UTC 2015
Author: sgolovan
Date: 2015-05-05 11:28:56 +0000 (Tue, 05 May 2015)
New Revision: 1734
Modified:
tcl8.6/trunk/debian/changelog
tcl8.6/trunk/debian/control
tcl8.6/trunk/debian/patches/tcllibrary.diff
tcl8.6/trunk/debian/patches/tclpackagepath.diff
tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
* Upload to unstable.
Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog 2015-05-05 11:26:54 UTC (rev 1733)
+++ tcl8.6/trunk/debian/changelog 2015-05-05 11:28:56 UTC (rev 1734)
@@ -1,16 +1,24 @@
-tcl8.6 (8.6.2+dfsg-3) UNRELEASED; urgency=medium
+tcl8.6 (8.6.4+dfsg-2) unstable; urgency=medium
- * NOT RELEASED YET
+ * Upload to unstable.
- -- Sergei Golovan <sgolovan at debian.org> Tue, 17 Mar 2015 22:06:20 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 05 May 2015 14:28:21 +0300
-tcl8.6 (8.6.2+dfsg-2) unstable; urgency=medium
+tcl8.6 (8.6.4+dfsg-1) experimental; urgency=medium
- * Added Breaks: tcl8.4 (<< 8.4.20-2), tk8.4 (<< 8.4.20-2) for libtcl8.6 to
- smoothen some upgrade paths from wheezy to jessie (closes: #780439).
+ * New upstream release.
+ * Upload to experimental because of the jessie freeze.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 27 Aug 2014 23:06:09 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 13 Mar 2015 12:52:29 +0300
+tcl8.6 (8.6.3+dfsg-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Upload to experimental because of the jessie freeze.
+ * Bumped standards version to 3.9.6.
+
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 09 Mar 2015 10:46:33 +0300
+
tcl8.6 (8.6.2+dfsg-1) unstable; urgency=low
* New upstream release.
Modified: tcl8.6/trunk/debian/control
===================================================================
--- tcl8.6/trunk/debian/control 2015-05-05 11:26:54 UTC (rev 1733)
+++ tcl8.6/trunk/debian/control 2015-05-05 11:28:56 UTC (rev 1734)
@@ -4,7 +4,7 @@
Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
Uploaders: Sergei Golovan <sgolovan at debian.org>
Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), zlib1g-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://www.tcl.tk/
Package: tcl8.6
@@ -26,7 +26,6 @@
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: tzdata, ${shlibs:Depends}, ${misc:Depends}
-Breaks: tcl8.4 (<< 8.4.20-2), tk8.4 (<< 8.4.20-2)
Conflicts: tcl8.6 (<< 8.6.0-2), tcl74 (<= 7.4p3-2)
Replaces: tcl8.6 (<< 8.6.0-2)
Suggests: tcl8.6
Modified: tcl8.6/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.6/trunk/debian/patches/tcllibrary.diff 2015-05-05 11:26:54 UTC (rev 1733)
+++ tcl8.6/trunk/debian/patches/tcllibrary.diff 2015-05-05 11:28:56 UTC (rev 1734)
@@ -1,6 +1,6 @@
--- a/unix/configure
+++ b/unix/configure
-@@ -19069,7 +19069,7 @@
+@@ -19074,7 +19074,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
Modified: tcl8.6/trunk/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.6/trunk/debian/patches/tclpackagepath.diff 2015-05-05 11:26:54 UTC (rev 1733)
+++ tcl8.6/trunk/debian/patches/tclpackagepath.diff 2015-05-05 11:28:56 UTC (rev 1734)
@@ -4,7 +4,7 @@
--- a/unix/configure
+++ b/unix/configure
-@@ -19200,9 +19200,9 @@
+@@ -19205,9 +19205,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
Modified: tcl8.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules 2015-05-05 11:26:54 UTC (rev 1733)
+++ tcl8.6/trunk/debian/rules 2015-05-05 11:28:56 UTC (rev 1734)
@@ -128,11 +128,11 @@
TMPDIR=`mktemp -d /tmp/tcl8.6.XXXXXX` && \
cd $$TMPDIR && \
wget -O - \
- http://prdownloads.sourceforge.net/tcl/tcl-core$(v).2-src.tar.gz | tar -zx && \
+ http://prdownloads.sourceforge.net/tcl/tcl-core$(v).4-src.tar.gz | tar -zx && \
for f in `find . -name *.chm` ; do \
- echo "REMOVING NON-FREE DOC $$f" ; rm -f $$f ; \
+ echo "REMOVING NON-FREE FILE $$f" ; rm -f $$f ; \
done && \
- tar -zcf $$CURDIR/tcl$(v)_$(v).2+dfsg.orig.tar.gz tcl$(v).2 && \
+ tar -zcf $$CURDIR/tcl$(v)_$(v).4+dfsg.orig.tar.gz tcl$(v).4 && \
rm -rf $$TMPDIR
.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \
More information about the Pkg-tcltk-commits
mailing list