File: changelog

package info (click to toggle)
jimtcl 0.76-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,952 kB
  • ctags: 11,224
  • sloc: ansic: 121,739; tcl: 4,275; sh: 4,174; cpp: 1,671; makefile: 240
file content (125 lines) | stat: -rw-r--r-- 4,554 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
jimtcl (0.76-2) unstable; urgency=medium

  * Add patch to make the documentation building reproducible
    (drop the footer containing the timestamp in asciidoc)
  * Add gbp.conf to cope with the new branch layout
  * Bump Standards-Version to 3.9.7 without changes
  * Update source url in debian/copyright

 -- Didier Raboud <odyx@debian.org>  Sat, 27 Feb 2016 17:26:53 +0100

jimtcl (0.76-1) unstable; urgency=low

  * Drop all patches that were upstream backports
  * Bump libjim SONAME from 0.75 to 0.76:
    - Jim_GetScript got renamed to JimGetScript
  * Add patch to the autosetup configure script to accept
    --{enable,disable}-silent-rules
  * Bump Standards-Version to 3.9.6 without changes needed

 -- Didier Raboud <odyx@debian.org>  Tue, 26 May 2015 18:39:20 +0200

jimtcl (0.75-1) unstable; urgency=medium

  * New upstream 0.75 release
    - Bump libjim SONAME from 0.74 to 0.75; symbols: +4,-3
    - Update debian/copyright
  * Backport upstream patch to respect $TMPDIR; add Jim_MakeTempFile function
    and symbol

 -- Didier Raboud <odyx@debian.org>  Wed, 06 Aug 2014 16:45:39 +0200

jimtcl (0.74-3) unstable; urgency=medium

  * In autosetup, use config.guess and config.sub from autotools-dev
    (Closes: #744441)

 -- Didier Raboud <odyx@debian.org>  Mon, 14 Apr 2014 09:01:33 +0200

jimtcl (0.74-2) unstable; urgency=medium

  * Correct version number in 0.74-1 changelog entry
  * Update debian/copyright for 0.74 (Closes: #738727)
    - Add missing examples/dns.tcl license from src:tcllib
    - Correct wrong apache-2.0 mentions; the files have been re-licensed
      by upstream
    - Update years
    Thanks to Thorsten Alteholz
  * Bump debhelper Build-Depends to 9, drop source lintian override

 -- Didier Raboud <odyx@debian.org>  Wed, 12 Feb 2014 15:48:26 +0100

jimtcl (0.74-1) unstable; urgency=medium

  * New 0.74 upstream release.
    - Space allocated for exec env may be one byte short
    - Fix glob with patterns containing spaces
    - Give libjim.so an soname

  * Update Homepage to cope with BerliOS closing.
  * Append CPPFLAGS to CFLAGS
  * Update Copyright-format Format URL
  * Drop the two backported fixes from upstream
  * Rename libjim0debian2 to libjim0.74 as upstream gave the library a
    soname; also update the symbols' list
  * Rewrite the workarounds to create libjim-dev's .so symlink
  * Bump Standards-Version to 3.9.5 without changes needed

 -- Didier Raboud <odyx@debian.org>  Mon, 10 Feb 2014 14:12:45 +0100

jimtcl (0.73-3) unstable; urgency=low

  * Build static flavour and ship it in libjim-dev. (Closes: #677966)
  * Bump Standards-Version to 3.9.3 without changes needed.

 -- Didier Raboud <odyx@debian.org>  Tue, 19 Jun 2012 09:02:28 +0200

jimtcl (0.73-2) unstable; urgency=medium

  * Backport two fixes from upstream's git for bugs affecting usb-modeswitch.
    - [b5fcd96] Space allocated for exec env may be one byte short
    - [695c66c] Fix glob with patterns containing spaces

  * Rise urgency to medium as testing's usb-modeswitch is affected.

 -- Didier Raboud <odyx@debian.org>  Mon, 30 Jan 2012 23:21:34 +0100

jimtcl (0.73-1) unstable; urgency=low

  * New 0.73 upstream release.
    - Delete the nvp extension.

  * Update debian/rules to cope with nvp deletion.

  * Bump SONAME to 0debian2 :
    - Rename libjim0debian1 to libjim0debian2;
    - Remove 23 nvp-related symbols;
    - Add 29 new 0.73 symbols.

 -- Didier Raboud <odyx@debian.org>  Tue, 03 Jan 2012 14:54:03 +0100

jimtcl (0.72-1) unstable; urgency=low

  * Initial release of jimtcl to Debian (Closes: #645898).
 
  * Start from upstream's packaging, with some refreshing:
    - Bump debhelper compat to 9, for automated buildflags and multiarch.
      - Bump Build-Depends version.
      - Add source.lintian-overrides.
    - Bump Standards-Version to 3.9.2.
    - Add Build-Depends on dpkg-dev 1.16.1 to use the makefile snippets.
    - Push packaging to Debian's Alioth's collab-maint, update VCS-* fields
      accordingly.
    - Rename shell package to jimsh.
    - Add library and -dev packages.
    - Install the library to multiarch paths.
    - Enforce a Debian-specific SONAME (0debian1) with debian/rules trickery,
      also track exported symbols.
    - Enhance debian/copyright:
      - refer to BSD-2-clause;
      - mention files under Apache-2.0;
      - mention licensing and copyright holders of debian/.
      - mention licensing and copyright holders of autosetup/.
    - Add myself as Maintainer.

 -- Didier Raboud <odyx@debian.org>  Wed, 19 Oct 2011 17:11:49 +0200