[Pkg-tcltk-commits] r1534 - tk8.5/branches/experimental/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Oct 12 17:57:39 UTC 2013
Author: sgolovan
Date: 2013-10-12 17:57:39 +0000 (Sat, 12 Oct 2013)
New Revision: 1534
Modified:
tk8.5/branches/experimental/debian/changelog
tk8.5/branches/experimental/debian/control
tk8.5/branches/experimental/debian/rules
Log:
[tk8.5-experimental]
Modified: tk8.5/branches/experimental/debian/changelog
===================================================================
--- tk8.5/branches/experimental/debian/changelog 2013-10-12 06:23:48 UTC (rev 1533)
+++ tk8.5/branches/experimental/debian/changelog 2013-10-12 17:57:39 UTC (rev 1534)
@@ -1,8 +1,8 @@
-tk8.5 (8.5.15-2) UNRELEASED; urgency=low
+tk8.5 (8.5.15-2) experimental; urgency=low
- * NOT RELEASED YET
+ * Added the libtk8.5-dbg package with libtk8.5 debug symbols in it.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 25 Sep 2013 21:53:39 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 12 Oct 2013 21:56:07 +0400
tk8.5 (8.5.15-1) experimental; urgency=low
Modified: tk8.5/branches/experimental/debian/control
===================================================================
--- tk8.5/branches/experimental/debian/control 2013-10-12 06:23:48 UTC (rev 1533)
+++ tk8.5/branches/experimental/debian/control 2013-10-12 17:57:39 UTC (rev 1534)
@@ -38,10 +38,25 @@
This package contains the Tk library and supplementary packages you
need to run Tk-enabled apps.
+Package: libtk8.5-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libtk8.5 (= ${binary:Version})
+Multi-Arch: same
+Description: Symbol files for libtk8.5
+ 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.5, to assist
+ in debugging applications built with tk8.5. You will not normally
+ need to install this package.
+
Package: tk8.5-dev
Section: libdevel
Priority: optional
Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
Depends: dpkg-dev (>= 1.16.1~), x11proto-core-dev, libx11-dev, libxss-dev,
libxext-dev, libxft-dev, tcl8.5-dev (>= 8.5.14-2),
libtk8.5 (= ${binary:Version}), tk8.5, ${misc:Depends}
Modified: tk8.5/branches/experimental/debian/rules
===================================================================
--- tk8.5/branches/experimental/debian/rules 2013-10-12 06:23:48 UTC (rev 1533)
+++ tk8.5/branches/experimental/debian/rules 2013-10-12 17:57:39 UTC (rev 1534)
@@ -104,6 +104,10 @@
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: /usr/share/debhelper/autoscripts/postinst-makeshlibs /usr/share/debhelper/autoscripts/postrm-makeshlibs
dh_makeshlibs -a
cat /usr/share/debhelper/autoscripts/postinst-makeshlibs >>debian/libtk$(v).postinst.debhelper
@@ -117,5 +121,5 @@
http://prdownloads.sourceforge.net/tcl/tk$(v).15-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_makeshlibs \
- override_dh_shlibdeps get-orig-source
+ override_dh_auto_install override_dh_compress override_dh_strip \
+ override_dh_makeshlibs override_dh_shlibdeps get-orig-source
More information about the Pkg-tcltk-commits
mailing list