[Pkg-tcltk-commits] r1930 - itk3/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Jan 22 10:58:50 UTC 2018


Author: sgolovan
Date: 2018-01-22 10:58:50 +0000 (Mon, 22 Jan 2018)
New Revision: 1930

Modified:
   itk3/trunk/debian/changelog
   itk3/trunk/debian/compat
   itk3/trunk/debian/control
   itk3/trunk/debian/rules
Log:
[itk3]
  * Switched to Tcl/Tk 8.6 since 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: itk3/trunk/debian/changelog
===================================================================
--- itk3/trunk/debian/changelog	2018-01-22 04:44:53 UTC (rev 1929)
+++ itk3/trunk/debian/changelog	2018-01-22 10:58:50 UTC (rev 1930)
@@ -1,8 +1,10 @@
-itk3 (3.4.2-2) UNRELEASED; urgency=medium
+itk3 (3.4.2-2) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * Switched to Tcl/Tk 8.6 since 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>  Fri, 04 Mar 2016 10:54:57 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 22 Jan 2018 07:55:10 +0300
 
 itk3 (3.4.2-1) unstable; urgency=medium
 

Modified: itk3/trunk/debian/compat
===================================================================
--- itk3/trunk/debian/compat	2018-01-22 04:44:53 UTC (rev 1929)
+++ itk3/trunk/debian/compat	2018-01-22 10:58:50 UTC (rev 1930)
@@ -1 +1 @@
-9
+10

Modified: itk3/trunk/debian/control
===================================================================
--- itk3/trunk/debian/control	2018-01-22 04:44:53 UTC (rev 1929)
+++ itk3/trunk/debian/control	2018-01-22 10:58:50 UTC (rev 1930)
@@ -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), libxt-dev, itcl3-dev (>> 3.4.1-1), tk8.5-dev
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 10.0.0), libxt-dev, itcl3-dev (>> 3.4.1-1), tk8.6-dev
+Standards-Version: 4.1.3
 Homepage: http://incrtcl.sourceforge.net/
 
 Package: itk3
@@ -29,7 +29,7 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: itcl3-dev, tk-dev | tk8.5-dev, itk3 (= ${binary:Version}), ${misc:Depends}
+Depends: itcl3-dev, tk-dev | tk8.6-dev, itk3 (= ${binary:Version}), ${misc:Depends}
 Conflicts: itk-dev, itcl3.0-dev (<< 3.0.1)
 Suggests: itk3-doc
 Multi-Arch: same

Modified: itk3/trunk/debian/rules
===================================================================
--- itk3/trunk/debian/rules	2018-01-22 04:44:53 UTC (rev 1929)
+++ itk3/trunk/debian/rules	2018-01-22 10:58:50 UTC (rev 1930)
@@ -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