[Pkg-tcltk-commits] r1900 - tcl8.6/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Thu Jan 4 12:24:08 UTC 2018


Author: sgolovan
Date: 2018-01-04 12:24:07 +0000 (Thu, 04 Jan 2018)
New Revision: 1900

Modified:
   tcl8.6/trunk/debian/changelog
   tcl8.6/trunk/debian/control
   tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
  * Removed the libtcl8.6-dbg package which is no longer necessary, as
    there is an automatically created mechanism for creating debug packages
    (closes: #885895).
  * Bumped standards version to 4.1.3.


Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog	2017-12-25 06:06:21 UTC (rev 1899)
+++ tcl8.6/trunk/debian/changelog	2018-01-04 12:24:07 UTC (rev 1900)
@@ -1,8 +1,11 @@
-tcl8.6 (8.6.8+dfsg-2) UNRELEASED; urgency=medium
+tcl8.6 (8.6.8+dfsg-2) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * Removed the libtcl8.6-dbg package which is no longer necessary, as
+    there is an automatically created mechanism for creating debug packages
+    (closes: #885895).
+  * Bumped standards version to 4.1.3.
 
- -- Sergei Golovan <sgolovan at debian.org>  Mon, 25 Dec 2017 08:58:17 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 04 Jan 2018 15:09:11 +0300
 
 tcl8.6 (8.6.8+dfsg-1) unstable; urgency=medium
 

Modified: tcl8.6/trunk/debian/control
===================================================================
--- tcl8.6/trunk/debian/control	2017-12-25 06:06:21 UTC (rev 1899)
+++ tcl8.6/trunk/debian/control	2018-01-04 12:24:07 UTC (rev 1900)
@@ -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~), zlib1g-dev
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Homepage: http://www.tcl.tk/
 
 Package: tcl8.6
@@ -37,19 +37,6 @@
  code which allows one to run Tcl-enabled applications.  This version
  includes thread support.
 
-Package: libtcl8.6-dbg
-Section: debug
-Priority: optional
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: libtcl8.6 (= ${binary:Version}), ${misc:Depends}
-Multi-Arch: same
-Description: Symbol files for libtcl8.6
- Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
- scripting language.  This package contains the debug symbols for libtcl8.6,
- to assist in debugging applications built with tcl8.6.  You will not
- normally need to install this package.
-
 Package: tcl8.6-dev
 Section: libdevel
 Priority: optional

Modified: tcl8.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules	2017-12-25 06:06:21 UTC (rev 1899)
+++ tcl8.6/trunk/debian/rules	2018-01-04 12:24:07 UTC (rev 1900)
@@ -117,10 +117,6 @@
 	     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
 
@@ -140,4 +136,4 @@
 	rm -rf $$TMPDIR
 
 .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