[Pkg-tcltk-commits] r1944 - blt/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue Jan 30 09:10:11 UTC 2018
Author: sgolovan
Date: 2018-01-30 09:10:11 +0000 (Tue, 30 Jan 2018)
New Revision: 1944
Modified:
blt/trunk/debian/changelog
blt/trunk/debian/compat
blt/trunk/debian/control
blt/trunk/debian/rules
Log:
[blt]
* Rebuild to restore binary compatibility with the current Tcl/Tk 8.6
(closes: #888818).
* Bump the debhelper compatibility level to 10.
* Remove usage of autotools-dev and dh_autoreconf since they aren't
necessary for debhelper compatibility level 10.
* Bump the standards version to 4.1.3.
Modified: blt/trunk/debian/changelog
===================================================================
--- blt/trunk/debian/changelog 2018-01-27 20:14:28 UTC (rev 1943)
+++ blt/trunk/debian/changelog 2018-01-30 09:10:11 UTC (rev 1944)
@@ -1,8 +1,13 @@
-blt (2.5.3+dfsg-4) UNRELEASED; urgency=medium
+blt (2.5.3+dfsg-4) unstable; urgency=medium
- * NOT RELEASED YET
+ * Rebuild to restore binary compatibility with the current Tcl/Tk 8.6
+ (closes: #888818).
+ * Bump the debhelper compatibility level to 10.
+ * Remove usage of autotools-dev and dh_autoreconf since they aren't
+ necessary for debhelper compatibility level 10.
+ * Bump the standards version to 4.1.3.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 25 Nov 2015 13:49:34 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 30 Jan 2018 11:57:16 +0300
blt (2.5.3+dfsg-3) unstable; urgency=medium
Modified: blt/trunk/debian/compat
===================================================================
--- blt/trunk/debian/compat 2018-01-27 20:14:28 UTC (rev 1943)
+++ blt/trunk/debian/compat 2018-01-30 09:10:11 UTC (rev 1944)
@@ -1 +1 @@
-9
+10
Modified: blt/trunk/debian/control
===================================================================
--- blt/trunk/debian/control 2018-01-27 20:14:28 UTC (rev 1943)
+++ blt/trunk/debian/control 2018-01-30 09:10:11 UTC (rev 1944)
@@ -2,8 +2,8 @@
Section: devel
Priority: optional
Maintainer: Sergei Golovan <sgolovan at debian.org>
-Build-Depends: tk8.6-dev, debhelper (>= 9), dpkg-dev (>= 1.16.1), autotools-dev, dh-autoreconf
-Standards-Version: 3.9.6
+Build-Depends: tk8.6-dev, debhelper (>= 10), dpkg-dev (>= 1.16.1)
+Standards-Version: 4.1.3
Homepage: http://blt.sourceforge.net/
Package: tk8.6-blt2.5
Modified: blt/trunk/debian/rules
===================================================================
--- blt/trunk/debian/rules 2018-01-27 20:14:28 UTC (rev 1943)
+++ blt/trunk/debian/rules 2018-01-30 09:10:11 UTC (rev 1944)
@@ -11,7 +11,7 @@
dtmp = $(shell pwd)/debian/tmp
%:
- dh $@ --with autotools-dev,autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- \
More information about the Pkg-tcltk-commits
mailing list