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 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390
|
tcllib (2.0+dfsg-5) unstable; urgency=medium
* Re-introduce tcl-dev into the build dependencies because debian/rules
calls tcltk-depends (closes: #1107649).
* Add the VCS headers to debian/control.
-- Sergei Golovan <sgolovan@debian.org> Sun, 10 Aug 2025 20:37:28 +0300
tcllib (2.0+dfsg-4) unstable; urgency=medium
* Build two versions of the tcllibc library, one for Tcl 8.6, another one
for Tcl 9.0.
* Drop doc-base support.
-- Sergei Golovan <sgolovan@debian.org> Wed, 23 Apr 2025 01:27:42 +0300
tcllib (2.0+dfsg-3) unstable; urgency=medium
* Add a patch which fixes missing variable declaration in the dns module.
* Bump the standards version to 4.7.2.
-- Sergei Golovan <sgolovan@debian.org> Wed, 09 Apr 2025 10:18:58 +0300
tcllib (2.0+dfsg-2) unstable; urgency=medium
* Fix FTBFS when building only the architecture dependent package.
-- Sergei Golovan <sgolovan@debian.org> Wed, 27 Nov 2024 20:36:17 +0300
tcllib (2.0+dfsg-1) unstable; urgency=medium
* New upstream release.
* Fix debian/watch orig version mangling.
* Bump the debhelper compatibility level to 13.
* Bump the standards version to 4.7.0.
-- Sergei Golovan <sgolovan@debian.org> Wed, 27 Nov 2024 12:20:51 +0300
tcllib (1.21+dfsg-1) unstable; urgency=medium
* New upstream release.
* Fix debian/watch orig version mangling.
* Make tcllib multi-arch foreign.
* Remove no longer used lintian override.
* Bump the standards version to 4.6.0.
-- Sergei Golovan <sgolovan@debian.org> Tue, 10 May 2022 11:44:23 +0300
tcllib (1.20+dfsg-1) unstable; urgency=medium
* New upstream release.
* Fix debian/copyright format.
* Bump the debhelper compatibility level to 12.
* Bump the standards version to 4.4.1.
-- Sergei Golovan <sgolovan@debian.org> Tue, 10 Dec 2019 12:27:16 +0300
tcllib (1.19-dfsg-2) unstable; urgency=medium
* Fix a bug in the dependencies on iproute and freebsd-net-tools for
tcllib which is architecture all, so they can't be different for
different architectures.
* Override a lintian error about dependency on hurd since it's just a way
of representing empty dependency on hurd retaining hard dependency on
other architectures.
-- Sergei Golovan <sgolovan@debian.org> Tue, 20 Feb 2018 21:42:47 +0300
tcllib (1.19-dfsg-1) unstable; urgency=medium
* New upstream release.
* Replace the arp and ifconfig calls by parsing /proc/net/arp and calling
ip address show (for Linux only) in the nettool module because of the
changes in the ifconfig output.
* Add iproute2 to the dependencies list for nettool and uuid modules (for
Linux).
* Add freebsd-net-tools to the dependencies list for nettool module (for
GNU/kFreeBSD).
* Bump the debhelper compatibility level to 10.
* Bump the standards version to 4.1.3.
-- Sergei Golovan <sgolovan@debian.org> Tue, 20 Feb 2018 09:14:28 +0300
tcllib (1.18-dfsg-3) unstable; urgency=medium
* Fixed the nettool module which executes arp and ifconfig and can't find
them if /usr/sbin and /sbin aren't in the user's PATH (closes: #822293).
* Removed empty directory /usr/lib/tcltk from the tcllib binary package.
-- Sergei Golovan <sgolovan@debian.org> Tue, 26 Apr 2016 17:43:19 +0300
tcllib (1.18-dfsg-2) unstable; urgency=medium
* Fixed FTBFS for GNU/kFreeBSD architectures because of buggy library
placement.
-- Sergei Golovan <sgolovan@debian.org> Wed, 06 Apr 2016 22:49:28 +0300
tcllib (1.18-dfsg-1) unstable; urgency=medium
* New upstream release.
* Added a new optional tcllib-critcl package with some CPU-intensive
code written in C and built with critcl.
* Extended debian/copyright to show the copyright holders for all
individual code files.
* Bumped the standards version to 3.9.7.
-- Sergei Golovan <sgolovan@debian.org> Thu, 31 Mar 2016 13:32:20 +0300
tcllib (1.17-dfsg-1) unstable; urgency=medium
* New upstream release.
* Added new modules to the long package description.
* Removed a patch which fixes <textarea/> elements in the html module
because it is applied upstream.
* Bumped the standards version to 3.9.6.
-- Sergei Golovan <sgolovan@debian.org> Sat, 23 May 2015 09:35:43 +0300
tcllib (1.16-dfsg-2) unstable; urgency=medium
* Added a patch from upstream which fixes an XSS vulnerability in
the html module for <textarea/> elements (closes: #780100).
-- Sergei Golovan <sgolovan@debian.org> Mon, 09 Mar 2015 15:12:05 +0300
tcllib (1.16-dfsg-1) unstable; urgency=low
* New upstream release.
* Added description of new modues to debian/control.
* Changed the upstream package homepage.
* Overridden lintian warnings on ancient autotools helpers because they
aren't used during the package build.
* Bumped standards version to 3.9.5.
-- Sergei Golovan <sgolovan@debian.org> Wed, 12 Feb 2014 13:14:23 +0400
tcllib (1.15-dfsg-2) unstable; urgency=low
* Switched to 3.0 (quilt) source package format.
* Bumped standards version to 3.9.4.
* Use debhelper 8.9.7 features in debian/rules and updated the build
dependency accordingly.
* Removed unecessary patch of Makefile.in (closes: #702520).
* Renamed manpages which conflict with ones from the tcl8.6-doc and
tcl-memchan packages (closes: #700501, #702502, #704641).
* Removed incorrect install-stamp.gz from the binary package
(closes: #700503).
* Removed unnecessary patch which fixed whatis entries.
-- Sergei Golovan <sgolovan@debian.org> Sat, 11 May 2013 18:48:26 +0400
tcllib (1.15-dfsg-1) experimental; urgency=low
* New upstream release.
* Removed patch for inifile module.
-- Sergei Golovan <sgolovan@debian.org> Wed, 06 Feb 2013 23:06:05 +0400
tcllib (1.14-dfsg-3) unstable; urgency=low
* Added a patch which fixes ::ini::commit procedure in the inifile module.
-- Sergei Golovan <sgolovan@debian.org> Tue, 26 Jun 2012 16:53:47 +0400
tcllib (1.14-dfsg-2) unstable; urgency=low
* Renamed try(3tcl) manpage into try(3tcllib) to avoid conflict with
the tcl8.6-doc package (closes: #672815).
* Removed Chris Waters from the uploaders list (closes: #664114).
* Removed HTML doc for no longer existing exif module (closes: #637301).
* Bumped standards version to 3.9.3.
-- Sergei Golovan <sgolovan@debian.org> Mon, 14 May 2012 10:23:37 +0400
tcllib (1.14-dfsg-1) unstable; urgency=low
* New upstream release with several new modules.
* Bumped standards version to 3.9.2.
* Added build-arch and build-indep rules to debian/rules.
* Fixed manpage section in a few manpages.
-- Sergei Golovan <sgolovan@debian.org> Wed, 14 Dec 2011 23:18:12 +0400
tcllib (1.13-dfsg-1) unstable; urgency=low
* New upstream release with several new modules.
* Added ${misc:Depends} variable to debian/config.
* Bumped standards version to 3.9.1.
-- Sergei Golovan <sgolovan@debian.org> Thu, 03 Mar 2011 22:36:32 +0300
tcllib (1.12-dfsg-2) unstable; urgency=low
* Renamed msgcat.3tcl manpage to doctools_msgcat.3tcl to avoid conflict
with tcl8.X-doc packages (closes: #560819).
-- Sergei Golovan <sgolovan@debian.org> Sat, 12 Dec 2009 17:41:19 +0300
tcllib (1.12-dfsg-1) unstable; urgency=low
* New upstream release.
* Added README.source file wich explains how to get patched source tree from
the original tarball and set of patches in debian/patches.
* Fixed whatis entries in manpages for the older versions of struct::graph,
struct::matrix and struct::tree packages, and section for the
simulation::random package.
* Bumped standards version to 3.8.3.
-- Sergei Golovan <sgolovan@debian.org> Fri, 11 Dec 2009 11:24:09 +0300
tcllib (1.11.1-dfsg-2) unstable; urgency=low
* Use Sourceforge redirector in uscan control file debian/watch.
* Renamed random.3tcl manpage to random.3tcllib to prevent conflict with
the random manpage in libmemchan-tcl package.
-- Sergei Golovan <sgolovan@debian.org> Thu, 19 Mar 2009 17:55:04 +0300
tcllib (1.11.1-dfsg-1) experimental; urgency=low
* New upstream release.
* Mangled debian version in uscan control file.
* Bumped standards version to 3.8.0.
-- Sergei Golovan <sgolovan@debian.org> Sun, 21 Dec 2008 12:23:04 +0300
tcllib (1.10-dfsg-3) unstable; urgency=low
* Protected quilt invocation in debian/rules to make it possible to convert
bwidget source package to 3.0 (quilt) format (closes: #484924).
* Cleaned up debian/rules.
* Bumped standards version to 3.7.3.
* Removed empty /usr/lib directory from the binary tcllib package.
* Removed extra leading spaces and changed section name to Programming in
doc-base register file.
* Fixed copyright statement in debian/copyright.
* Removed linda override file.
-- Sergei Golovan <sgolovan@debian.org> Sun, 08 Jun 2008 15:00:19 +0400
tcllib (1.10-dfsg-2) unstable; urgency=low
[ Sergei Golovan ]
* Fixed ::blowfish::blowfish option processing if -dir isn't specified
directly.
* Adapted the package to Debian Tcl/Tk policy. This includes moving the Tcl
modules into a subdirectory of /usr/share/tcltk and switching to default
tcl package in dependencies.
* Bumped debhelper compatibility level to 5.
[ Francesco Paolo Lovergine ]
* Added Homepage field in debian/control.
-- Sergei Golovan <sgolovan@debian.org> Thu, 15 Nov 2007 19:58:17 +0300
tcllib (1.10-dfsg-1) unstable; urgency=low
[ Sergei Golovan ]
* New upstream release.
* Added Sergei Golovan to uploaders.
* Fixed bug with registering Tcllib documentation in doc-base.
* Added uscan control file debian/watch.
* Removed patch which added asynchronous TCP connect to dns module since it
is included into upstream distribution.
* Rewritten clean target in debian/rules to ignore only missing Makefile
error.
-- Sergei Golovan <sgolovan@debian.org> Sun, 16 Sep 2007 13:05:26 +0400
tcllib (1.9.dfsg1-1) unstable; urgency=low
[ Sergei Golovan ]
* New maintainer Tcl/Tk Debian Packagers.
* New upstream release (closes: #391548).
* Removed patch from JPEG module as it is no longer needed.
* Fixed cleanup after build.
* Use quilt to manage patches.
* Removed non-free RFSs from upstream source (closes: #393415).
* Added get-orig-source target to debian/rules.
* Fixed sections inside manual pages.
* Fixed manpage sections in HTML documentation.
* Added an index for HTML documentation.
* Register HTML documentation in doc-base.
* Moved scripts from /usr/lib to /usr/share as required by Debian
Policy, leaving symlink in /usr/lib.
* Added asynchronous TCP connect to dns module (see
http://sourceforge.net/tracker/index.php?func=detail&aid=1610330&group_id=12883&atid=312883).
* Overridden linda false positive about uncompressed changelog.
* Bumped standards version to 3.7.2.
-- Chris Waters <xtifr@debian.org> Wed, 31 Jan 2007 22:40:33 -0800
tcllib (1.8-1) unstable; urgency=low
* New upstream release.
* Mentioned various new(ish) modules in the package description.
* Switched to using debhelper v4.
* Applied patch from Victor Wagner to prevent data corruption when
removing comments from JPEG files (closes: #343470).
-- Chris Waters <xtifr@debian.org> Sun, 7 May 2006 02:15:04 -0700
tcllib (1.7-1) unstable; urgency=low
* New upstream release (closes: #300805).
* Patched Makefile.in so that the new "app" script, dtplite, gets
installed relative to $DESTDIR (a detail that was apparently
overlooked upstream).
* Added code to debian/rules to set the file permissions properly, since
upstream installer doesn't do so.
-- Chris Waters <xtifr@debian.org> Tue, 11 Oct 2005 20:02:59 -0700
tcllib (1.6.1-1) unstable; urgency=low
* New upstream release (bugfix point release).
* Fixed typo in package description (closes: #194724).
* Now installs the mpexpand script (closes: #221529).
-- Chris Waters <xtifr@debian.org> Thu, 27 May 2004 15:34:48 -0700
tcllib (1.6-1) unstable; urgency=low
* New upstream release (closes: #238090).
-- Chris Waters <xtifr@debian.org> Tue, 23 Mar 2004 16:41:37 -0800
tcllib (1.4-1) unstable; urgency=low
* New upstream release, fixes broken man pages (closes: #149437).
* Changed build-deps, needs newer tcl to build.
* Installed html docs in more sensible place (closes: #175723).
* Removed some odd files (format/formatter man pages and a "stat"
subdirectory) that came from some unknown place, and don't seem to be
supported. With any luck, they also aren't needed. (I'm sure I'll
hear from someone if I'm wrong about this.:)
-- Chris Waters <xtifr@debian.org> Sun, 11 May 2003 23:35:03 -0700
tcllib (1.3-2) unstable; urgency=low
* New maintainer.
-- Chris Waters <xtifr@debian.org> Sat, 12 Oct 2002 22:42:13 -0700
tcllib (1.3-1) unstable; urgency=low
* New upstream release.
-- Mike Markley <mike@markley.org> Sat, 22 Jun 2002 01:21:06 -0700
tcllib (1.2-1) unstable; urgency=low
* New upstream release.
* Added tcl8.3 | tclsh to build-deps (Closes: #134905)
-- Mike Markley <mike@markley.org> Fri, 22 Feb 2002 02:55:08 -0800
tcllib (1.1-1) unstable; urgency=low
* New upstream release.
* Added description notes for comm and control modules
-- Mike Markley <mike@markley.org> Mon, 3 Dec 2001 23:05:36 -0800
tcllib (1.0-1) unstable; urgency=low
* New upstream release.
-- Mike Markley <mike@markley.org> Tue, 16 Oct 2001 00:02:44 -0700
tcllib (0.8-1) unstable; urgency=low
* New upstream release (Closes: #96064)
-- Mike Markley <mike@markley.org> Fri, 15 Jun 2001 20:49:16 -0700
tcllib (0.3-2) unstable; urgency=low
* New maintainer.
-- Mike Markley <mike@markley.org> Fri, 25 Aug 2000 19:06:37 -0700
tcllib (0.3-1) unstable; urgency=low
* Initial packaging.
-- David Engel <david@debian.org> Sat, 8 Apr 2000 21:28:50 -0500
|