[Pkg-tcltk-commits] r1897 - tk8.6/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Dec 25 06:06:08 UTC 2017
Author: sgolovan
Date: 2017-12-25 06:06:08 +0000 (Mon, 25 Dec 2017)
New Revision: 1897
Modified:
tk8.6/trunk/debian/changelog
tk8.6/trunk/debian/control
tk8.6/trunk/debian/rules
Log:
[tk8.6]
* New upstream release.
* Replaced the libtk8.6-dbg package priority to optional.
* Bumped standards version to 4.1.2.
Modified: tk8.6/trunk/debian/changelog
===================================================================
--- tk8.6/trunk/debian/changelog 2017-12-25 05:58:18 UTC (rev 1896)
+++ tk8.6/trunk/debian/changelog 2017-12-25 06:06:08 UTC (rev 1897)
@@ -1,8 +1,10 @@
-tk8.6 (8.6.7-2) UNRELEASED; urgency=medium
+tk8.6 (8.6.8-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
+ * Replaced the libtk8.6-dbg package priority to optional.
+ * Bumped standards version to 4.1.2.
- -- Sergei Golovan <sgolovan at debian.org> Thu, 10 Aug 2017 12:58:39 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 25 Dec 2017 08:58:45 +0300
tk8.6 (8.6.7-1) unstable; urgency=medium
Modified: tk8.6/trunk/debian/control
===================================================================
--- tk8.6/trunk/debian/control 2017-12-25 05:58:18 UTC (rev 1896)
+++ tk8.6/trunk/debian/control 2017-12-25 06:06:08 UTC (rev 1897)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), x11proto-core-dev,
libx11-dev, libxt-dev, libxss-dev, libxext-dev, libxft-dev,
tcl8.6-dev (>= 8.6.0-2)
-Standards-Version: 4.0.0
+Standards-Version: 4.1.2
Homepage: http://www.tcl.tk/
Package: tk8.6
@@ -41,7 +41,7 @@
Package: libtk8.6-dbg
Section: debug
-Priority: extra
+Priority: optional
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libtk8.6 (= ${binary:Version}), ${misc:Depends}
Modified: tk8.6/trunk/debian/rules
===================================================================
--- tk8.6/trunk/debian/rules 2017-12-25 05:58:18 UTC (rev 1896)
+++ tk8.6/trunk/debian/rules 2017-12-25 06:06:08 UTC (rev 1897)
@@ -122,8 +122,8 @@
dh_shlibdeps -ldebian/libtk$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
get-orig-source:
- wget -O tk$(v)_$(v).7.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tk$(v).7-src.tar.gz
+ wget -O tk$(v)_$(v).8.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tk$(v).8-src.tar.gz
.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_build \
override_dh_auto_install override_dh_compress override_dh_strip \
More information about the Pkg-tcltk-commits
mailing list