Codebase list tk8.6 / 96e6988
* 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 authored 6 years ago Sergei Golovan committed 6 years ago
3 changed file(s) with 10 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
0 tk8.6 (8.6.8-2) UNRELEASED; urgency=medium
1
2 * NOT RELEASED YET
3
4 -- Sergei Golovan <sgolovan@debian.org> Mon, 25 Dec 2017 09:06:20 +0300
0 tk8.6 (8.6.8-2) unstable; urgency=medium
1
2 * Removed the libtk8.6-dbg package which is no longer necessary, as
3 there is an automatically created mechanism for creating debug packages
4 (closes: #885894).
5 * Bumped standards version to 4.1.3.
6
7 -- Sergei Golovan <sgolovan@debian.org> Thu, 04 Jan 2018 15:24:49 +0300
58
69 tk8.6 (8.6.8-1) unstable; urgency=medium
710
55 Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), x11proto-core-dev,
66 libx11-dev, libxt-dev, libxss-dev, libxext-dev, libxft-dev,
77 tcl8.6-dev (>= 8.6.0-2)
8 Standards-Version: 4.1.2
8 Standards-Version: 4.1.3
99 Homepage: http://www.tcl.tk/
1010
1111 Package: tk8.6
3838 This package contains the Tk library and supplementary packages you
3939 need to run Tk-enabled apps.
4040
41 Package: libtk8.6-dbg
42 Section: debug
43 Priority: optional
44 Architecture: any
45 Pre-Depends: ${misc:Pre-Depends}
46 Depends: libtk8.6 (= ${binary:Version}), ${misc:Depends}
47 Multi-Arch: same
48 Description: Symbol files for libtk8.6
49 Tk is a cross-platform graphical toolkit which provides the Motif
50 look-and-feel and is implemented using the Tcl scripting language.
51 This package contains the debug symbols for libtk8.6, to assist
52 in debugging applications built with tk8.6. You will not normally
53 need to install this package.
54
5541 Package: tk8.6-dev
5642 Section: libdevel
5743 Priority: optional
110110 override_dh_compress:
111111 dh_compress -Xusr/share/doc/tk$(v)-doc/demos/
112112
113 override_dh_strip:
114 dh_strip -plibtk$(v) --dbg-package=libtk$(v)-dbg
115 dh_strip -a -Nlibtk$(v)
116
117113 override_dh_makeshlibs:
118114 dh_makeshlibs -a
119115
125121 http://prdownloads.sourceforge.net/tcl/tk$(v).8-src.tar.gz
126122
127123 .PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_build \
128 override_dh_auto_install override_dh_compress override_dh_strip \
124 override_dh_auto_install override_dh_compress \
129125 override_dh_makeshlibs override_dh_shlibdeps get-orig-source