[Pkg-tcltk-commits] r1903 - tk8.6/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Jan 4 12:30:55 UTC 2018
Author: sgolovan
Date: 2018-01-04 12:30:55 +0000 (Thu, 04 Jan 2018)
New Revision: 1903
Modified:
tk8.6/trunk/debian/changelog
tk8.6/trunk/debian/control
tk8.6/trunk/debian/rules
Log:
[tk8.6]
* Removed the libtk8.6-dbg package which is no longer necessary, as
there is an automatically created mechanism for creating debug packages
(closes: #885894).
* Bumped standards version to 4.1.3.
Modified: tk8.6/trunk/debian/changelog
===================================================================
--- tk8.6/trunk/debian/changelog 2018-01-04 12:24:23 UTC (rev 1902)
+++ tk8.6/trunk/debian/changelog 2018-01-04 12:30:55 UTC (rev 1903)
@@ -1,8 +1,11 @@
-tk8.6 (8.6.8-2) UNRELEASED; urgency=medium
+tk8.6 (8.6.8-2) unstable; urgency=medium
- * NOT RELEASED YET
+ * Removed the libtk8.6-dbg package which is no longer necessary, as
+ there is an automatically created mechanism for creating debug packages
+ (closes: #885894).
+ * Bumped standards version to 4.1.3.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 25 Dec 2017 09:06:20 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 04 Jan 2018 15:24:49 +0300
tk8.6 (8.6.8-1) unstable; urgency=medium
Modified: tk8.6/trunk/debian/control
===================================================================
--- tk8.6/trunk/debian/control 2018-01-04 12:24:23 UTC (rev 1902)
+++ tk8.6/trunk/debian/control 2018-01-04 12:30:55 UTC (rev 1903)
@@ -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.1.2
+Standards-Version: 4.1.3
Homepage: http://www.tcl.tk/
Package: tk8.6
@@ -39,20 +39,6 @@
This package contains the Tk library and supplementary packages you
need to run Tk-enabled apps.
-Package: libtk8.6-dbg
-Section: debug
-Priority: optional
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: libtk8.6 (= ${binary:Version}), ${misc:Depends}
-Multi-Arch: same
-Description: Symbol files for libtk8.6
- Tk is a cross-platform graphical toolkit which provides the Motif
- look-and-feel and is implemented using the Tcl scripting language.
- This package contains the debug symbols for libtk8.6, to assist
- in debugging applications built with tk8.6. You will not normally
- need to install this package.
-
Package: tk8.6-dev
Section: libdevel
Priority: optional
Modified: tk8.6/trunk/debian/rules
===================================================================
--- tk8.6/trunk/debian/rules 2018-01-04 12:24:23 UTC (rev 1902)
+++ tk8.6/trunk/debian/rules 2018-01-04 12:30:55 UTC (rev 1903)
@@ -111,10 +111,6 @@
override_dh_compress:
dh_compress -Xusr/share/doc/tk$(v)-doc/demos/
-override_dh_strip:
- dh_strip -plibtk$(v) --dbg-package=libtk$(v)-dbg
- dh_strip -a -Nlibtk$(v)
-
override_dh_makeshlibs:
dh_makeshlibs -a
@@ -126,5 +122,5 @@
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 \
+ override_dh_auto_install override_dh_compress \
override_dh_makeshlibs override_dh_shlibdeps get-orig-source
More information about the Pkg-tcltk-commits
mailing list