[Pkg-tcltk-commits] r1906 - tcl8.5/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Jan 4 12:40:37 UTC 2018
Author: sgolovan
Date: 2018-01-04 12:40:37 +0000 (Thu, 04 Jan 2018)
New Revision: 1906
Modified:
tcl8.5/trunk/debian/changelog
tcl8.5/trunk/debian/control
tcl8.5/trunk/debian/rules
Log:
[tcl8.5]
* Removed the libtcl8.5-dbg package which is no longer necessary, as
there is an automatically created mechanism for creating debug packages.
* Do not create an extra ldconfig trigger invocation for libtcl8.5.
* Bumped standards version to 4.1.3.
Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog 2018-01-04 12:35:16 UTC (rev 1905)
+++ tcl8.5/trunk/debian/changelog 2018-01-04 12:40:37 UTC (rev 1906)
@@ -1,8 +1,11 @@
-tcl8.5 (8.5.19-3) UNRELEASED; urgency=medium
+tcl8.5 (8.5.19-3) unstable; urgency=medium
- * NOT RELEASED YET
+ * Removed the libtcl8.5-dbg package which is no longer necessary, as
+ there is an automatically created mechanism for creating debug packages.
+ * Do not create an extra ldconfig trigger invocation for libtcl8.5.
+ * Bumped standards version to 4.1.3.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 21 Mar 2016 16:02:26 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 04 Jan 2018 15:32:17 +0300
tcl8.5 (8.5.19-2) unstable; urgency=medium
Modified: tcl8.5/trunk/debian/control
===================================================================
--- tcl8.5/trunk/debian/control 2018-01-04 12:35:16 UTC (rev 1905)
+++ tcl8.5/trunk/debian/control 2018-01-04 12:40:37 UTC (rev 1906)
@@ -4,7 +4,7 @@
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), dpkg-dev (>= 1.16.1~)
-Standards-Version: 3.9.7
+Standards-Version: 4.1.3
Homepage: http://www.tcl.tk/
Package: tcl8.5
@@ -37,19 +37,6 @@
code which allows one to run Tcl-enabled applications. This version
includes thread support.
-Package: libtcl8.5-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: libtcl8.5 (= ${binary:Version}), ${misc:Depends}
-Multi-Arch: same
-Description: Symbol files for libtcl8.5
- Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
- scripting language. This package contains the debug symbols for libtcl8.5,
- to assist in debugging applications built with tcl8.5. You will not
- normally need to install this package.
-
Package: tcl8.5-dev
Section: libdevel
Priority: optional
Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules 2018-01-04 12:35:16 UTC (rev 1905)
+++ tcl8.5/trunk/debian/rules 2018-01-04 12:40:37 UTC (rev 1906)
@@ -115,13 +115,8 @@
fi ; \
done
-override_dh_strip:
- dh_strip -plibtcl$(v) --dbg-package=libtcl$(v)-dbg
- dh_strip -a -Nlibtcl$(v)
-
override_dh_makeshlibs:
dh_makeshlibs -a -Xtcltest
- echo 'activate-noawait ldconfig' >>debian/libtcl$(v).triggers
override_dh_shlibdeps:
dh_shlibdeps -a -ldebian/libtcl$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
@@ -131,4 +126,4 @@
http://prdownloads.sourceforge.net/tcl/tcl$(v).19-src.tar.gz
.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \
- override_dh_strip override_dh_makeshlibs override_dh_shlibdeps get-orig-source
+ override_dh_makeshlibs override_dh_shlibdeps get-orig-source
More information about the Pkg-tcltk-commits
mailing list