File: changelog

package info (click to toggle)
ncurses-hexedit 0.9.7%2Borig-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,860 kB
  • sloc: ansic: 7,422; sh: 332; makefile: 45
file content (229 lines) | stat: -rw-r--r-- 7,872 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
ncurses-hexedit (0.9.7+orig-7.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add patch from Logan Rosen for FTBFS with gcc 10.
    (Closes: #957585)

 -- Adrian Bunk <bunk@debian.org>  Sat, 06 Feb 2021 23:35:33 +0200

ncurses-hexedit (0.9.7+orig-7) unstable; urgency=medium

  * Build with Debhelper compat level 12.
  * Perform wrap-and-sort.
  * Update debian/gbp.conf to conform with DEP14 conventions.
  * Add support for nodoc build profile.
  * Add note about upstream version number in debian/README.source.
    Thanks to Dmitry Bogatov for the suggestion.
  * Reformat debian/README.Debian.

 -- Carlos Maddela <e7appew@gmail.com>  Fri, 01 Feb 2019 09:55:35 +1100

ncurses-hexedit (0.9.7+orig-6) unstable; urgency=medium

  * Set "Rules-Requires-Root: no".
  * Simplify process by which mutable files are backed up and restored.
  * Allow build to be as verbose as possible.
  * Fix spelling errors detected by lintian and mwic.
  * Indicate compliance with Debian Policy 4.3.0.

 -- Carlos Maddela <e7appew@gmail.com>  Sat, 29 Dec 2018 23:17:20 +1100

ncurses-hexedit (0.9.7+orig-5) unstable; urgency=medium

  * Update Vcs-* details to official Debian repo.

 -- Carlos Maddela <e7appew@gmail.com>  Fri, 22 Jun 2018 06:02:26 +1000

ncurses-hexedit (0.9.7+orig-4) unstable; urgency=medium

  * Update build dependency to libncurses-dev [ncurses6].
  * Add machine-readable upstream metadata.
  * Indicate compliance with Debian Policy 4.1.4.

 -- Carlos Maddela <e7appew@gmail.com>  Fri, 27 Apr 2018 16:51:18 +1000

ncurses-hexedit (0.9.7+orig-3) unstable; urgency=medium

  * Enable LFS support for 32-bit architectures.
  * Fix buffer overruns when program is started without a file name
    parameter from a terminal with a column width of less than 57
    characters, or when the terminal is resized to such a width.
    (Closes: #535848)

 -- Carlos Maddela <e7appew@gmail.com>  Wed, 14 Mar 2018 05:49:34 +1100

ncurses-hexedit (0.9.7+orig-2) unstable; urgency=medium

  * Add missing dependency for dot-info autopkgtest and provide more
    specific exit statuses in case of failure.
  * Update overridden Lintian warning:
    debian-watch-may-check-gpg-signature ->
    debian-watch-does-not-check-gpg-signature

 -- Carlos Maddela <e7appew@gmail.com>  Fri, 02 Feb 2018 03:51:43 +1100

ncurses-hexedit (0.9.7+orig-1) unstable; urgency=medium

  * New maintainer. (Closes: #873553)
  * Convert source to '3.0 (quilt)' format.
  * Build with Debhelper compat level 11. (Closes: #595051) (LP: #881825)
  * debian/control:
    - Add homepage details.
    - Indicate compliance with Debian Policy 4.1.3.
    - Add VCS details.
  * debian/rules:
    - Build with all hardening flags set.
  * debian/patches:
    - Update autoconf files for version 2.69.
    - Fix conflicting definitions of ncurses' WINDOW. (Closes: #701670)
    - Generate an INFO-DIR-SECTION without ".info" for info file.
      (Closes: #551671)
    - Fix compilation warnings.
    - Don't prompt about quitting without saving if file is unmodified.
      (Closes: #652947)
    - If started in read-only mode, keep this mode for subsequent
      files too.
  * Remove trailing white spaces from changelog.
  * Add watch file.
  * Revert to using unrepacked upstream tarball, since renaming the
    project's top-level directory is no longer necessary with current
    standards.
  * Convert debian/copyright to DEP-5 format and update.
  * Add debian/gbp.conf.

 -- Carlos Maddela <e7appew@gmail.com>  Tue, 23 Jan 2018 02:07:23 +1100

ncurses-hexedit (0.9.7-14.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix segflault when searching for text that isn't in the file being viewed
    (closes: #536736)
    - Patch thanks to Steven Burke.

 -- Michael Gilbert <mgilbert@debian.org>  Tue, 30 Oct 2012 21:03:18 +0000

ncurses-hexedit (0.9.7-14) unstable; urgency=low

  * New Maintainer. (Closes: #419075)
  * Added patch from Eduardo Pérez Ureta <edpeur@gmail.com>
    to correct programing error in search.c (Closes: #484056).
  * update docs/hexeditor.1 and remove docs/hexedit.1 (Closes: #510952)
  * Conforms to Standards version 3.8.0

 -- Manfred Lichtenstern <manfred@lichtenstern.biz>  Wed, 07 Jan 2009 20:03:22 +0100

ncurses-hexedit (0.9.7-13) unstable; urgency=low

  * QA upload.
  * src/hexedit.h: Define a fallback value for PATH_MAX on GNU/Hurd.
    Thanks to Santiago Vila for the patch.  Closes: #218335.
  * src/help.c: Fix typo in help screen.  Closes: #291656.
  * debian/changelog: Remove obsolete Emacs local variables.

 -- Matej Vela <vela@debian.org>  Fri, 27 Apr 2007 16:48:49 +0200

ncurses-hexedit (0.9.7-12) unstable; urgency=low

  * QA upload.
  * Set maintainter to QA Group, Orphaned: #419075
  * Remove build dependency on make (build-essential can be omitted)
  * Bump debian/compat to 5, use newer debhelper, update debian/rules
  * Update Standards Version to 3.7.2

 -- Michael Ablassmeier <abi@debian.org>  Thu, 26 Apr 2007 11:23:22 +0200

ncurses-hexedit (0.9.7-11) unstable; urgency=low

  * Upgrade to standards version 3.5.8.0.  Forgot this in last release.

 -- Adam F. Rogoyski <rogoyski@debian.org>  Sun, 15 Dec 2002 19:50:58 -0600

ncurses-hexedit (0.9.7-10) unstable; urgency=low

  * Remove setting link in /usr/doc as reported by lintian.
  * Add make build-depends.

 -- Adam F. Rogoyski <rogoyski@debian.org>  Sun, 15 Dec 2002 19:36:52 -0600

ncurses-hexedit (0.9.7-9) unstable; urgency=low

  * Fix stringBox widget to treat all white space as significant.
  * Allow saving files with spaces in them.
  * Closes Bug #147229.

 -- Adam F. Rogoyski <rogoyski@debian.org>  Sun, 26 May 2002 21:03:13 -0500

ncurses-hexedit (0.9.7-8) unstable; urgency=low

  * Fix "it's" --> "its" when using the possessive form of it.
  * Closes Bug #109488.

 -- Adam F. Rogoyski <rogoyski@debian.org>  Mon, 20 Aug 2001 20:27:52 -0500

ncurses-hexedit (0.9.7-7) unstable; urgency=high

  * Fix NMU.
  * Closes Bug #104567.
  * Closes Bug #104570.

 -- Adam F. Rogoyski <rogoyski@debian.org>  Mon, 20 Aug 2001 19:46:37 -0500

ncurses-hexedit (0.9.7-6.1) unstable; urgency=low
  * Non-maintainer upload.
  * Fix printf-is-a-macro issue (gcc 3.0).  Closes: #103155

 -- LaMont Jones <lamont@debian.org>  Mon,  9 Jul 2001 21:39:34 -0600

ncurses-hexedit (0.9.7-6) unstable; urgency=low

  * Add build-depends on libncurses5-dev, closes BUG #91894

 -- Adam F. Rogoyski <rogoyski@debian.org>  Sun,  8 Apr 2001 21:43:23 -0500

ncurses-hexedit (0.9.7-5) unstable; urgency=low

  * Use standards 3.2.1.
  * Use debhelper >> 3.0.0.
  * Add hexedit.lsm from linux software map to docs.
  * Add AUTHORS to docs.

 -- Adam F. Rogoyski <rogoyski@debian.org>  Tue, 13 Mar 2001 13:54:30 -0600

ncurses-hexedit (0.9.7-4) unstable; urgency=low

  * Fix .orig.tar.gz to untar to ncurses-hexedit-0.9.7/ instead of hexedit-0.9.7/
  * Fix .orig.tar.gz directory.

 -- Adam F. Rogoyski <rogoyski@debian.org>  Sat, 27 Nov 1999 18:38:27 -0600

ncurses-hexedit (0.9.7-3) unstable; urgency=low

  * fix build source to include .orig.tar.gz
  * Fix copyright - source urlc

 -- Adam F. Rogoyski <rogoyski@debian.org>  Sun, 14 Nov 1999 20:09:51 -0600

ncurses-hexedit (0.9.7-2) unstable; urgency=low

  * Change usr -> usr/share where necessary.

 -- Adam F. Rogoyski <rogoyski@debian.org>  Sat, 13 Nov 1999 20:57:11 -0600

ncurses-hexedit (0.9.7-1) unstable; urgency=low

  * New Upstream Release.

 -- Adam F. Rogoyski <rogoyski@debian.org>  Sat,  7 Aug 1999 23:55:01 -0500

ncurses-hexedit (0.9.6-2) unstable; urgency=low

  * Fixed info documentation installation

 -- Adam F. Rogoyski <rogoyski@cs.utexas.edu>  Fri,  4 Jun 1999 22:02:31 +0000

ncurses-hexedit (0.9.6-1) unstable; urgency=low

  * Initial Release.
  * Changed binary from hexedit to hexeditor to avoid conflict

 -- Adam F. Rogoyski <rogoyski@debian.org>  Fri, 23 Apr 1999 20:54:29 -0500