[Pkg-tcltk-commits] r1929 - itcl3/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Jan 22 04:44:53 UTC 2018
Author: sgolovan
Date: 2018-01-22 04:44:53 +0000 (Mon, 22 Jan 2018)
New Revision: 1929
Modified:
itcl3/trunk/debian/changelog
itcl3/trunk/debian/compat
itcl3/trunk/debian/control
itcl3/trunk/debian/rules
Log:
[itcl3]
* Switched to Tcl/Tk 8.6 because Tcl/Tk 8.5 is to be removed from Debian.
* Bumped the debhelper compatibility version to 10.
* Bumped standards-version to 4.1.3.
Modified: itcl3/trunk/debian/changelog
===================================================================
--- itcl3/trunk/debian/changelog 2018-01-13 07:52:37 UTC (rev 1928)
+++ itcl3/trunk/debian/changelog 2018-01-22 04:44:53 UTC (rev 1929)
@@ -1,8 +1,10 @@
-itcl3 (3.4.3-2) UNRELEASED; urgency=medium
+itcl3 (3.4.3-2) unstable; urgency=medium
- * NOT RELEASED YET
+ * Switched to Tcl/Tk 8.6 because Tcl/Tk 8.5 is to be removed from Debian.
+ * Bumped the debhelper compatibility version to 10.
+ * Bumped standards-version to 4.1.3.
- -- Sergei Golovan <sgolovan at debian.org> Thu, 03 Mar 2016 16:50:28 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 22 Jan 2018 07:39:42 +0300
itcl3 (3.4.3-1) unstable; urgency=medium
Modified: itcl3/trunk/debian/compat
===================================================================
--- itcl3/trunk/debian/compat 2018-01-13 07:52:37 UTC (rev 1928)
+++ itcl3/trunk/debian/compat 2018-01-22 04:44:53 UTC (rev 1929)
@@ -1 +1 @@
-9
+10
Modified: itcl3/trunk/debian/control
===================================================================
--- itcl3/trunk/debian/control 2018-01-13 07:52:37 UTC (rev 1928)
+++ itcl3/trunk/debian/control 2018-01-22 04:44:53 UTC (rev 1929)
@@ -3,8 +3,8 @@
Priority: optional
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), tcl8.5-dev
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 10.0.0), tcl8.6-dev
+Standards-Version: 4.1.3
Homepage: http://incrtcl.sourceforge.net/
Package: itcl3
@@ -29,7 +29,7 @@
Section: devel
Priority: optional
Architecture: any
-Depends: tcl-dev | tcl8.5-dev, itcl3 (= ${binary:Version}), ${misc:Depends}
+Depends: tcl-dev | tcl8.6-dev, itcl3 (= ${binary:Version}), ${misc:Depends}
Conflicts: itcl-dev
Suggests: itcl3-doc
Multi-arch: same
Modified: itcl3/trunk/debian/rules
===================================================================
--- itcl3/trunk/debian/rules 2018-01-13 07:52:37 UTC (rev 1928)
+++ itcl3/trunk/debian/rules 2018-01-22 04:44:53 UTC (rev 1929)
@@ -6,7 +6,7 @@
v1=$(vmajor).$(shell expr $(vminor) + 1)
dtmp=$(shell pwd)/debian/tmp
-tclv=8.5
+tclv=8.6
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
More information about the Pkg-tcltk-commits
mailing list