File: changelog

package info (click to toggle)
tcltk-defaults 8.6.13
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 132 kB
  • sloc: tcl: 215; makefile: 61; sh: 28
file content (179 lines) | stat: -rw-r--r-- 7,074 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
tcltk-defaults (8.6.13) unstable; urgency=medium

  * Bump version to match Tcl/Tk in bookworm.
  * Bump debhelper compatibility level to 13.
  * Bump standards version to 4.6.2.

 -- Sergei Golovan <sgolovan@debian.org>  Sun, 19 Feb 2023 16:57:33 +0300

tcltk-defaults (8.6.11+1) unstable; urgency=medium

  * Fix missing /usr/share/doc/tk-doc symlink when build architecture
    independent packages only (closes: #983829).

 -- Sergei Golovan <sgolovan@debian.org>  Tue, 02 Mar 2021 09:46:45 +0300

tcltk-defaults (8.6.11) unstable; urgency=medium

  * Bump version to match Tcl/Tk.

 -- Sergei Golovan <sgolovan@debian.org>  Mon, 11 Jan 2021 14:20:57 +0300

tcltk-defaults (8.6.10) unstable; urgency=medium

  * Bump version to match Tcl/Tk.
  * Bump debhelper compatibility level to 12. Switch to debhelper-compat
    dependencies.
  * Bump standards version to 4.5.1.

 -- Sergei Golovan <sgolovan@debian.org>  Thu, 24 Dec 2020 08:36:55 +0300

tcltk-defaults (8.6.9+1) unstable; urgency=medium

  * Add symlinks to the versioned tcl8.6.pc and tk8.6.pc pkgconfig control
    files.
  * Bump standards version to 4.3.0.

 -- Sergei Golovan <sgolovan@debian.org>  Sun, 24 Feb 2019 00:58:12 +0300

tcltk-defaults (8.6.0+9) unstable; urgency=medium

  * Added ${libtclXY:Depends}, ${libtkXY:Depends}, ${libtcl:Depends} and
    ${libtk:Depends} substitution variables to the tcltk-depends script.
  * Added support for the stage1 build profile which makes the source package
    no longer build depend on TeXLive and doesn't build tcl-doc and tk-doc
    packages (closes: #738130).
  * Removed subversion from the build dependencies list.
  * Removed long gone tetex from the build dependencies list.
  * Added ghostscript to the build dependencies.
  * Bumped standards version to 3.9.6.

 -- Sergei Golovan <sgolovan@debian.org>  Fri, 20 Nov 2015 11:54:51 +0300

tcltk-defaults (8.6.0+8) unstable; urgency=low

  * Upload into unstable.

 -- Sergei Golovan <sgolovan@debian.org>  Sat, 08 Mar 2014 09:14:22 +0400

tcltk-defaults (8.6.0+7) experimental; urgency=low

  * Added new substitution variables ${tclXY:Depends} and ${tkXY:Depends}
    to tcltk-depends script.
  * Fixed version comparison in tcl.prerm and tk.prerm.
  * Updated the Debian Tcl/Tk policy version to 0.3.0.
  * Bumped standards version to 3.9.5.

 -- Sergei Golovan <sgolovan@debian.org>  Thu, 20 Feb 2014 21:13:23 +0400

tcltk-defaults (8.6.0+6) experimental; urgency=low

  * Removed lbtcl-dev and libtk-dev packages after a discussion on
    debian-devel mailing list.

 -- Sergei Golovan <sgolovan@debian.org>  Wed, 25 Sep 2013 22:17:11 +0400

tcltk-defaults (8.6.0+5) experimental; urgency=low

  * Fixed building architecture dependent packages only.

 -- Sergei Golovan <sgolovan@debian.org>  Sat, 24 Aug 2013 22:10:44 +0400

tcltk-defaults (8.6.0+4) experimental; urgency=low

  * Added conflicts and replaces headers for libtcl-dev and libtk-dev (with
    tcl-dev and tk-dev respectively) to make the packages upgradable from
    versions in stable (closes: #720464).

 -- Sergei Golovan <sgolovan@debian.org>  Sat, 24 Aug 2013 10:13:38 +0400

tcltk-defaults (8.6.0+3) experimental; urgency=low

  * Restored tcl-dev and tk-dev dummy packages for better backward
    compatibility.
  * Relaxed interdependencies between binary packages (removed unnecessary
    version restrictions).

 -- Sergei Golovan <sgolovan@debian.org>  Mon, 19 Aug 2013 22:12:11 +0400

tcltk-defaults (8.6.0+2) experimental; urgency=low

  * Converted to 3.0 (native) source package format.
  * Changed version scheme from 8.6.0-2 to 8.6.0+2 because the former
    violates Debian policy (section 5.6.12).
  * Removed lintian overrides.
  * Don't use the alternatives mechanism for selecting the default Tcl/Tk
    version. Use plain symlinks instead. This includes removing all tclsh
    and wish alternatives in the preinst scripts (closes: #628179).
  * Renamed tcl-dev and tk-dev packages to libtcl-dev and libtk-dev
    (providing the former as virtual packages for backward compatibility).
  * Updated conflicts with tcl/tk 8.3, 8.4, 8.5 and 8.6 packages to the
    latest versions which stil use alternatives.
  * Provide tclsh and wish virtual packages (by tcl and tk respectively)
    for backward compatibility with the older Tcl/Tk policy recommendations.
  * Rewritten debian/rules to make it work more like a Makefile than like a
    series of shell scripts.
  * Bumped standards version to 3.9.4.
  * Increased debhelper compatibility version to 9.
  * Added multi-arch support.
  * Bumped compatible Tcl/Tk version to 8.6.0-2.
  * Removed tcl from the tk dependencies because the tclsh is not necessary
    for a windowed applications or shell to run.
  * Added conflicts and replaces tk-tile headers to the tcl-dev package,
    acknowledging NMU.

 -- Sergei Golovan <sgolovan@debian.org>  Fri, 02 Aug 2013 08:25:12 +0400

tcltk-defaults (8.6.0-1) experimental; urgency=low

  * Changed the default Tcl/Tk version to 8.6 for experimental.
  * Bumped standards version to 3.9.2. No changes.

 -- Sergei Golovan <sgolovan@debian.org>  Sun, 04 Sep 2011 12:34:38 +0400

tcltk-defaults (8.5.0-2) unstable; urgency=low

  * Upload of 8.5 to unstable (closes: #515984).
  * Changed symlink targets for /usr/lib/tclConfig.sh and /usr/lib/tkConfig.sh
    to /usr/lib/tcl8.5/tclConfig.sh and /usr/lib/tk8.5/tkConfig.sh because
    the latter files are architecture dependent.
  * Added ${misc:Depends} to the binary packages dependency lists because
    the package is built using debhelper.
  * Bumped standards version to 3.9.1. No changes.

 -- Sergei Golovan <sgolovan@debian.org>  Sun, 06 Feb 2011 17:03:41 +0300

tcltk-defaults (8.5.0-1) experimental; urgency=low

  [ Sergei Golovan ]
  * Changed the default Tcl/Tk version to 8.5. This means depending on
    tcl8.5 and tk8.5 packages (closes: #515984, #516178).
  * Removed useless call to dh_desktop in debian/rules.
  * Made tcltk-depends adding substvars only if they are present in
    debian/control file to suppress dh_gencontrol warnings about unused
    substitution variables.
  * Added note about ${tclsh:Depends} and ${wish:Depends} to tcltk-depends
    manpage.

  [ Francesco Paolo Lovergine ]
  * Bumped standards version to 3.8.4. No changes.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 17 Mar 2010 11:21:32 +0100

tcltk-defaults (8.4.16-2) unstable; urgency=low

  * Fixed clean rule in debian/rules.
  * Removed empty directory /usr/share/aclocal from tk-dev package.
  * Bumped standards version to 3.7.3.
  * Overridden lintian warnings about conflicts of tcl and tk with multiple
    versions of Tcl and Tk packages since these conflicts just show which
    versions became Tcl/Tk policy compliant.

 -- Sergei Golovan <sgolovan@debian.org>  Wed, 30 Jan 2008 22:41:17 +0300

tcltk-defaults (8.4.16-1) unstable; urgency=low

  * Initial release of the default Tcl/Tk packages. Corresponds to tcl8.4
    8.4.16-2 and tk8.4 8.4.16-2 (and newer).

 -- Sergei Golovan <sgolovan@debian.org>  Fri, 19 Oct 2007 20:57:49 +0400