[Pkg-tcltk-commits] r1531 - tcl8.5/branches/experimental/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Oct 12 06:23:08 UTC 2013
Author: sgolovan
Date: 2013-10-12 06:23:08 +0000 (Sat, 12 Oct 2013)
New Revision: 1531
Modified:
tcl8.5/branches/experimental/debian/changelog
tcl8.5/branches/experimental/debian/control
tcl8.5/branches/experimental/debian/rules
Log:
[tcl8.5-experimental]
* Added the libtcl8.5-dbg package with libtcl8.5 debug symbols in it.
Modified: tcl8.5/branches/experimental/debian/changelog
===================================================================
--- tcl8.5/branches/experimental/debian/changelog 2013-10-07 12:23:23 UTC (rev 1530)
+++ tcl8.5/branches/experimental/debian/changelog 2013-10-12 06:23:08 UTC (rev 1531)
@@ -1,8 +1,8 @@
-tcl8.5 (8.5.15-2) UNRELEASED; urgency=low
+tcl8.5 (8.5.15-2) experimental; urgency=low
- * NOT RELEASED YET
+ * Added the libtcl8.5-dbg package with libtcl8.5 debug symbols in it.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 25 Sep 2013 21:36:56 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 12 Oct 2013 10:15:27 +0400
tcl8.5 (8.5.15-1) experimental; urgency=low
Modified: tcl8.5/branches/experimental/debian/control
===================================================================
--- tcl8.5/branches/experimental/debian/control 2013-10-07 12:23:23 UTC (rev 1530)
+++ tcl8.5/branches/experimental/debian/control 2013-10-12 06:23:08 UTC (rev 1531)
@@ -37,10 +37,24 @@
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})
+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
Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
Depends: dpkg-dev (>= 1.16.1~), libtcl8.5 (= ${binary:Version}), tcl8.5, ${misc:Depends}
Suggests: tcl8.5-doc
Multi-Arch: same
Modified: tcl8.5/branches/experimental/debian/rules
===================================================================
--- tcl8.5/branches/experimental/debian/rules 2013-10-07 12:23:23 UTC (rev 1530)
+++ tcl8.5/branches/experimental/debian/rules 2013-10-12 06:23:08 UTC (rev 1531)
@@ -112,6 +112,10 @@
fi ; \
done
+override_dh_strip:
+ dh_strip -plibtcl$(v) --dbg-package=libtcl$(v)-dbg
+ dh_strip -a -Nlibtcl$(v)
+
override_dh_makeshlibs: /usr/share/debhelper/autoscripts/postinst-makeshlibs /usr/share/debhelper/autoscripts/postrm-makeshlibs
dh_makeshlibs -a -Xtcltest
cat /usr/share/debhelper/autoscripts/postinst-makeshlibs >>debian/libtcl$(v).postinst.debhelper
@@ -125,4 +129,4 @@
http://prdownloads.sourceforge.net/tcl/tcl$(v).15-src.tar.gz
.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \
- override_dh_makeshlibs override_dh_shlibdeps get-orig-source
+ override_dh_strip override_dh_makeshlibs override_dh_shlibdeps get-orig-source
More information about the Pkg-tcltk-commits
mailing list