File: changelog

package info (click to toggle)
tina 0.1.14-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 920 kB
  • sloc: ansic: 1,653; sh: 1,415; python: 1,189; makefile: 42
file content (270 lines) | stat: -rw-r--r-- 10,277 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
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
tina (0.1.14-4) unstable; urgency=medium

  * Add the test-capture-pane patch to try to figure out
    what goes wrong in the autopkgtest runs.

 -- Peter Pentchev <roam@debian.org>  Wed, 29 Jan 2025 15:02:21 +0200

tina (0.1.14-3) unstable; urgency=medium

  * Add the test-send-keys-wait patch to hopefully help even more
    with busy test and build hosts.

 -- Peter Pentchev <roam@debian.org>  Tue, 28 Jan 2025 19:36:25 +0200

tina (0.1.14-2) unstable; urgency=medium

  * Add the test-timeout patch to hopefully fix the test suite on
    busy test environments; hopefully helps with #1093891

 -- Peter Pentchev <roam@debian.org>  Tue, 28 Jan 2025 17:39:09 +0200

tina (0.1.14-1) unstable; urgency=medium

  * Fix FTBFS for arch-indep-only builds: do not unconditionally install
    files into the 'tina' binary package.
  * Install the actual docs/changes.md now as NEWS.md only in the 'tina'
    binary package.
  * New upstream release:
    - drop the format-strings, automake-required, and 64-bit-time-t patches,
      they were all integrated upstream

 -- Peter Pentchev <roam@debian.org>  Sat, 28 Dec 2024 16:30:08 +0200

tina (0.1.13-2) unstable; urgency=medium

  * Add the 64-bit-time-t patch to fix the FTBFS on big-endian 32-bit
    architectures with a 64-bit time_t type. Closes: #1091337

 -- Peter Pentchev <roam@debian.org>  Tue, 24 Dec 2024 02:08:07 +0200

tina (0.1.13-1) unstable; urgency=medium

  * Declare compliance with Policy 4.7.0 with no changes.
  * Include dpkg's default.mk for completeness.
  * Declare dpkg-build-api v1, drop the implied Rules-Requires-Root: no
  * Use debhelper compat level 14, use X-DH-Compat.
  * Let debhelper handle some dependencies automatically.
  * Use debputy's X-Style: black.
  * New upstream release:
    - drop the ac-sys-largefile patch
    - refresh the line numbers in the format-strings patch
    - add the automake-required patch to fix an upstream neuron misfire
    - update the upstream copyright years, dropping the years on my
      copyright notice
    - also drop the years on my debian/* copyright notice
    - update the watch file for the new upstream site directory setup
    - add the new python3-tmux-mgr package
    - install the Python implementation of the new tina-convert tool
    - run the upstream tests, both at build time and as autopkgtests
    - add a manual page for tina-convert, to be included upstream

 -- Peter Pentchev <roam@debian.org>  Mon, 23 Dec 2024 03:29:29 +0200

tina (0.1.12-4) unstable; urgency=medium

  * Add the format-strings patch to fix a couple of printf-style
    format strings.
  * Bump the C language standard to C99 for %zu support.
  * Add the year 2021 to my debian/* copyright notice.
  * Declare compliance with Policy 4.6.0 with no changes.
  * Bump the debhelper compat level to 13 with no changes.
  * Explicitly declare dh-sequence-single-binary as a virtual build
    dependency.
  * Drop the Name and Contact upstream metadata fields.

 -- Peter Pentchev <roam@debian.org>  Thu, 30 Dec 2021 14:09:02 +0200

tina (0.1.12-3) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.3.0 with no changes.
  * Bump the debhelper compatibility level to 12 with no changes.
  * Add the year 2019 to my debian/* copyright notice.
  * Add a trivial git-buildpackage config file.
  * Switch to a DEP-14 debian/master branch.

 -- Peter Pentchev <roam@debian.org>  Wed, 27 Feb 2019 00:26:08 +0200

tina (0.1.12-2) unstable; urgency=medium

  * Switch to the HTTPS scheme for various Debian and upstream URLs.
  * Use the v4 substitution variables in the watch file.
  * Switch the watch file to pgpsigurlmangle, since pgpmode=auto may
    silently ignore a missing upstream signature.
  * Add the years 2017 and 2018 to my debian/* copyright notice.
  * Remove a trailing space from an old changelog entry.
  * Add "Rules-Requires-Root: no" to the source control stanza.
  * Bump the debhelper compatibility level to 11 with no changes and
    use the new B-D: debhelper-compat (= 11) mechanism.
  * Use my Debian e-mail address.
  * Bring up to compliance with Debian Policy 4.2.1: install the upstream
    release notes (NEWS) as NEWS and not changelog.
  * Minimize the upstream signing key, only keep the roam@ringlet.net UID.

 -- Peter Pentchev <roam@debian.org>  Sat, 15 Dec 2018 19:11:29 +0200

tina (0.1.12-1) unstable; urgency=medium

  * Declare compliance with Debian Policy 3.9.8:
    - update the copyright file to the 1.0 format
    - switch the Vcs fields to the HTTPS scheme and point them to
      the new full-source GitLab repository
    - drop the DM-Upload-Allowed source control field
  * Bump the debhelper compatibility level to 10:
    - get the compiler and linker flags directly from debhelper's environment
    - override the Lintian warning as it itself suggests
  * Update the watch file to version 4:
    - set pgpmode=auto
    - add the upstream signing key (mine)
    - teach it to also look for http://devel.ringlet.net/files/ links
  * Add an upstream metadata file.
  * Use dpkg-dev's defaults for the Debian tarball compression.
  * Bump the year on my debian/* copyright notice.
  * New upstream release:
    - drop the 01-warnings patch, integrated upstream
    - update the upstream copyright years
    - istall the upstream NEWS file as the actual change log

 -- Peter Pentchev <roam@ringlet.net>  Tue, 12 Apr 2016 18:03:59 +0300

tina (0.1.11-3) unstable; urgency=low

  * Switch to Git and point the Vcs-* fields to Gitorious.
  * Use bzip2 compression for the Debian tarball.
  * Bump Standards-Version to 3.9.2 with no changes.
  * Refresh the copyright file:
    - refer to "Debian systems"
    - update to the candidate rev. 174 of the DEP 5 format
    - add the Source URL in the header
    - bump the year on my copyright notice
  * Bump the debhelper compatibility level to 8 with no changes.
  * Use hardening-includes instead of the hardening-wrapper so that
    the hardening flags are visible in CFLAGS and LDFLAGS.
  * Fix some more compiler warnings in the 01-warnings patch.
  * Change the first letter of the synopsis to lowercase.
  * Add Multi-Arch: foreign for the binary package.
  * Use the unversioned libncurses-dev build dependency.

 -- Peter Pentchev <roam@ringlet.net>  Mon, 12 Sep 2011 12:43:53 +0300

tina (0.1.11-2) unstable; urgency=low

  * An almost-no-op upload by request of Hector Oron <zumbi@debian.org>
    to let Lintian know that Hector really did not intend a NMU when
    he kindly set the DM-Upload-Allowed flag in 0.1.11-1 :)
  * Bump Standards-Version to 3.9.0 with no changes.

 -- Peter Pentchev <roam@ringlet.net>  Fri, 02 Jul 2010 00:11:16 +0300

tina (0.1.11-1) unstable; urgency=low

  [ Peter Pentchev ]
  * New maintainer.  Closes: #466331
  * Convert tina to a non-native package.
  * Use debhelper 7:
    - create debian/compat
    - add a dependency on debhelper >= 7
    - minimize the rules file by using the dh(1) utility
    - add misc:Depends to the binary package
  * Remove the obsolete prerm script - tina has not been creating
    the /usr/doc/tina link for some time now.
  * Convert to the 3.0 (quilt) source format with no changes.
  * Add a watch file.
  * Bump Standards-Version to 3.8.4:
    - add the Homepage field
  * Improve the package synopsis a bit and reflow the long description.
  * Convert the copyright file to rev. 135 of the proposed DEP 5 format
    and add my copyright notice on the Debian packaging files.
  * Add the Vcs-Svn and Vcs-Browser source control fields.
  * Use dpkg-buildflags from dpkg-dev >= 1.15.7~ to obtain CFLAGS, CPPFLAGS,
    and LDFLAGS; no longer rely on dpkg-buildpackage to set them by default.
  * Pass -Werror to the compiler if the non-standard "werror" build
    option is set.
  * Add the 01-warnings patch to fix some compiler warnings.
  * Use a debhelper override to pass -Wstrict-prototypes at build time,
    since the configure script chokes on it.
  * Use build hardening by default unless the non-standard "nohardening"
    build option is set.

  [ Hector Oron  ]
  * Enable DM Uploads for Peter Pentchev

 --  <zumbi@debian.org>  Tue, 15 Jun 2010 09:25:41 +0000

tina (0.1.11) unstable; urgency=low

  * Do not strip tina if DEB_BUILD_OPTIONS contains nostrip (closes:
    #438210).

 -- Matt Kraai <kraai@debian.org>  Thu, 16 Aug 2007 07:08:39 -0700

tina (0.1.10) unstable; urgency=low

  * Add a binary-indep target (closes: #395755).

 -- Matt Kraai <kraai@debian.org>  Thu,  7 Dec 2006 03:41:07 -0800

tina (0.1.9) unstable; urgency=low

  * Remove the postinst.

 -- Matt Kraai <kraai@debian.org>  Mon, 15 Aug 2005 19:18:47 -0700

tina (0.1.8) unstable; urgency=low

  * Document lock file (closes: #150297).

 -- Matt Kraai <kraai@debian.org>  Tue, 18 Jun 2002 08:07:20 -0700

tina (0.1.7) unstable; urgency=low

  * Refresh selection after each command (closes: #131867, 131925).
  * Distinguish items with same description (closes: #130458).

 -- Matt Kraai <kraai@debian.org>  Tue,  5 Feb 2002 09:59:52 -0800

tina (0.1.6) unstable; urgency=low

  * Update copyright date shown by `--version' (closes: #131283).
  * Change bug reporting address to kraai@debian.org (closes: #131284).
  * Release 0.1.6 (closes: #131214, #131215).

 -- Matt Kraai <kraai@debian.org>  Mon, 28 Jan 2002 14:37:29 -0800

tina (0.1.5) unstable; urgency=low

  * Display a help line on the help screen (closes: #128503).
  * Release 0.1.5 (closes: #130697).

 -- Matt Kraai <kraai@debian.org>  Fri, 25 Jan 2002 09:29:12 -0800

tina (0.1.4) unstable; urgency=low

  * Release 0.1.4 (closes: #129254).

 -- Matt Kraai <kraai@debian.org>  Tue, 15 Jan 2002 16:58:16 -0800

tina (0.1.3) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Fri, 11 Jan 2002 10:13:48 -0800

tina (0.1.2) unstable; urgency=low

  * Add a previous-page command to the help screen (closes: #128504).
  * Improve description (closes: #128639).

 -- Matt Kraai <kraai@debian.org>  Thu, 10 Jan 2002 13:22:45 -0800

tina (0.1.1) unstable; urgency=low

  * Fix help screen display (closes: #128343).

 -- Matt Kraai <kraai@debian.org>  Tue,  8 Jan 2002 13:20:06 -0800

tina (0.1.0) unstable; urgency=low

  * Package.

 -- Matt Kraai <kraai@debian.org>  Wed,  2 Jan 2002 07:44:49 -0700