File: changelog

package info (click to toggle)
hello-traditional 2.10-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,764 kB
  • sloc: ansic: 11,081; sh: 6,438; makefile: 151; sed: 16
file content (401 lines) | stat: -rw-r--r-- 14,263 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
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
391
392
393
394
395
396
397
398
399
400
401
hello-traditional (2.10-5) unstable; urgency=medium

  * Use "Rules-Requires-Root: binary-targets" instead.

 -- Santiago Vila <sanvila@debian.org>  Wed, 15 May 2019 12:49:00 +0200

hello-traditional (2.10-4) unstable; urgency=medium

  * Change priority from extra to optional.
  * Standards-Version: 4.3.0.
  * Rules-Requires-Root: no

 -- Santiago Vila <sanvila@debian.org>  Wed, 15 May 2019 11:15:20 +0200

hello-traditional (2.10-3) unstable; urgency=low

  * Use "dpkg-parsechangelog -S Date" to get the date.
  * Add md5sums. They are not mandated by policy but most people
    expect them to exist.

 -- Santiago Vila <sanvila@debian.org>  Fri, 15 May 2015 15:07:30 +0200

hello-traditional (2.10-2) unstable; urgency=low

  * Fix mtimes before building binary package to make the build reproducible,
    provided that dpkg and friends do their part and the package is built
    in the future.

 -- Santiago Vila <sanvila@debian.org>  Fri, 15 May 2015 12:27:52 +0200

hello-traditional (2.10-1) unstable; urgency=low

  * New upstream release.
  * debian/patches: Drop 01-fix-i18n-of-default-message, no longer needed.
  * debian/patches: Drop 99-config-guess-config-sub, no longer needed.
  * debian/rules: Drop "touch man/hello.1" hack, no longer needed.
  * Standards-Version: 3.9.6 (no changes for this).

 -- Santiago Vila <sanvila@debian.org>  Sun, 22 Mar 2015 11:51:00 +0100

hello-traditional (2.9-2) unstable; urgency=low

  * Apply patch from Reuben Thomas to fix i18n of default message.
    This is upstream commit c4aed00. Reported as #767172 against hello.
  * The previous change in src/hello.c trigger a rebuild of man/hello.1
    that we don't need. Add a "touch man/hello.1" to avoid it.
  * Use Breaks: hello-debhelper (<< 2.9), not Conflicts,
    as hello-debhelper is deprecated.
  * Update 99-config-guess-config-sub patch.

 -- Santiago Vila <sanvila@debian.org>  Fri, 07 Nov 2014 20:20:32 +0100

hello-traditional (2.9-1) unstable; urgency=low

  * New upstream release.
  * Reworded short description.
  * Renamed source and binary from "hello" to "hello-traditional".
  * The hello-debhelper package will be renamed to just "hello".
  * Added appropriate Conflicts/Replaces.
  * Lowered priority to "extra".
  * Standards-Version: 3.9.5.

 -- Santiago Vila <sanvila@debian.org>  Sat, 12 Apr 2014 15:07:40 +0200

hello (2.8-4) unstable; urgency=low

  * Added '-n' to all debian/rules gzip calls to help the build to be
    binary-reproducible. Closes: #719848.
  * Updated config.guess and config.sub.

 -- Santiago Vila <sanvila@debian.org>  Fri, 16 Aug 2013 09:50:00 +0200

hello (2.8-3) unstable; urgency=low

  * Quote prefix in make install to fix FTBFS when there are spaces
    in the working directory. Closes: #696855. Thanks to Dmitrijs Ledkovs.

 -- Santiago Vila <sanvila@debian.org>  Wed, 13 Feb 2013 11:24:42 +0100

hello (2.8-2) unstable; urgency=low

  * Use `dpkg-buildflags` instead of $(shell dpkg-buildflags).
    Otherwise "export DEB_BUILD_MAINT_OPTIONS=foo", when needed, does not work.

 -- Santiago Vila <sanvila@debian.org>  Thu, 07 Jun 2012 13:01:40 +0200

hello (2.8-1) unstable; urgency=low

  * New upstream release.
  * Dropped patch 01-no-usr-share-info-dir-gz in favour of new environment
    variable AM_UPDATE_INFO_DIR supported by recent automake.
  * Build with hardened flags (added CPPFLAGS and LDFLAGS).
  * Put CFLAGS stuff in ./configure call, where they really belong.

 -- Santiago Vila <sanvila@debian.org>  Sun, 27 May 2012 23:23:00 +0200

hello (2.7-3) unstable; urgency=low

  * Get CFLAGS from dpkg-buildflags.
  * Drop -g as it's provided by dpkg-buildflags. Add -Wall as it's not.
  * Drop noopt handling, dpkg-buildflags already takes care of that.

 -- Santiago Vila <sanvila@debian.org>  Sun, 26 Feb 2012 12:04:16 +0100

hello (2.7-2) unstable; urgency=low

  * Added recommended targets build-arch and build-indep.
  * Standards-Version: 3.9.2.

 -- Santiago Vila <sanvila@debian.org>  Thu, 04 Aug 2011 13:08:08 +0200

hello (2.7-1) unstable; urgency=low

  * New upstream release.
  * Use chown with numeric value 0 instead of "root".
  * Make package cross-buildable without binutils-multiarch.
    Thanks to Héctor Orón. Closes: #616444.

 -- Santiago Vila <sanvila@debian.org>  Tue, 05 Apr 2011 15:37:44 +0200

hello (2.6-1) unstable; urgency=low

  * New upstream release.
  * Drop unused INSTALL_PROGRAM stuff.
  * Switch to 3.0 (quilt) source format.
  * Standards-Version: 3.9.1 (no special changes for this).

 -- Santiago Vila <sanvila@debian.org>  Fri, 06 Aug 2010 22:04:02 +0200

hello (2.5-1) unstable; urgency=low

  * New upstream release.
  * Added homepage field to control file.
  * Added cross-compilation support. Closes: #550327.
  * Standards-Version: 3.8.4 (no special changes for this).

 -- Santiago Vila <sanvila@debian.org>  Sun, 14 Feb 2010 17:25:04 +0000

hello (2.4-3) unstable; urgency=low

  * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.

 -- Santiago Vila <sanvila@debian.org>  Sun, 30 Aug 2009 13:05:52 +0200

hello (2.4-2) unstable; urgency=low

  * Removed prerm and postinst as they are no longer needed.
  * Added dependency on "dpkg (>= 1.15.4) | install-info".
  * Standards-Version: 3.8.3.

 -- Santiago Vila <sanvila@debian.org>  Wed, 26 Aug 2009 17:01:36 +0200

hello (2.4-1) unstable; urgency=low

  * New upstream release. License is now GPLv3 or later.
  * Manual is included again, as it's now GFDL without invariant sections.
  * Clarified manual: If more than one of the greeting options is specified
    (`-g', `-n', `-t', and their long-named equivalents), whichever comes
    last takes precedence. Closes: #457941.
  * Don't pass -isp to dpkg-gencontrol, as it's deprecated. Closes: #508833.
  * Changed source URL in copyright file to use http, not ftp.
  * Standards-Version: 3.8.2 (no changes for this).

 -- Santiago Vila <sanvila@debian.org>  Mon, 03 Aug 2009 23:34:18 +0200

hello (2.2-3) unstable; urgency=low

  * Added debian/watch file. Closes: #489213.
  * Removed unneeded section .comment from binary. Closes: #428722.
  * Run "make distclean" only if Makefile exists, but do not ignore errors.

 -- Santiago Vila <sanvila@debian.org>  Fri, 28 Nov 2008 17:08:46 +0100

hello (2.2-2) unstable; urgency=low

  * Removed all traces of checkroot. It's not really debian/rules job,
    and the binary target will fail anyway if not invoked as root,
    as there is a chown call.

 -- Santiago Vila <sanvila@debian.org>  Wed, 11 Apr 2007 08:05:12 +0200

hello (2.2-1) unstable; urgency=low

  * New upstream release.
  * Repackaged source without GFDL manual.
  * Option -m does no longer exist (Closes: #109895).
  * Removed prerm and postinst, as info files are missing now.

 -- Santiago Vila <sanvila@debian.org>  Sat,  9 Dec 2006 17:00:14 +0100

hello (2.1.1-5) unstable; urgency=low

  * Removed checkdir stuff from debian/rules, as it is not very useful.
  * Standards-Version: 3.7.2 (no changes for this).
  * Updated config.guess and config.sub.

 -- Santiago Vila <sanvila@debian.org>  Tue, 18 Jul 2006 19:55:02 +0200

hello (2.1.1-4) unstable; urgency=low

  * Updated config.guess and config.sub for GNU/K*BSD.

 -- Santiago Vila <sanvila@debian.org>  Mon,  5 Jan 2004 16:42:30 +0100

hello (2.1.1-3) unstable; urgency=low

  * Modified Makefile.in to make sure that install-info is never called
    during the build. This is a workaroud for an automake bug which makes
    packages to contain /usr/share/info/dir.gz.

 -- Santiago Vila <sanvila@debian.org>  Wed,  8 Oct 2003 12:43:26 +0200

hello (2.1.1-2) unstable; urgency=low

  * Standards-Version: 3.6.1 (no changes required).
  * Use `:' with chown for POSIX compliance, not `.'.
  * Use chmod u+w,go=rX to sanitize permissions.

 -- Santiago Vila <sanvila@debian.org>  Sun,  7 Sep 2003 15:32:18 +0200

hello (2.1.1-1) unstable; urgency=low

  * New upstream release. GNU hello now says `Hello, world!' in a lot of
    different languages, using gettext. See the NEWS file for details.
  * Fixed spelling error in extended description (Closes: #124733).
  * The upstream source now contains install-sh (Closes: #135735).
  * The info file is now installed under the "Development" section.
  * It already has a description, so --description isn't used anymore.
  * Removed deprecated emacs stuff from the Debian changelog.
  * Removed debian/hello.1, since there is now an upstream manpage.
  * Standards-Version: 3.5.7:
  - Added support for DEB_BUILD_OPTIONS (noopt and nostrip).
  - Modified prerm and postinst so that they do nothing about doc symlinks.
  * Updated copyright file. Removed references to Linux.
  * Some changes to make debian/rules more readable.
  * New maintainer (thanks, Adam).

 -- Santiago Vila <sanvila@debian.org>  Sat, 12 Oct 2002 21:07:42 +0200

hello (1.3-18) unstable; urgency=low

  * Fix bashism in debian/rules.  Closes: #81827.

 -- Adam Heath <doogie@debian.org>  Fri, 12 Jan 2001 00:42:56 -0600

hello (1.3-17) unstable; urgency=low

  * Fixed symlink creation for /usr/doc.  Closes: #62899.
  * Don't use whoami to test for root, as that isn't il8n.
  * Include the section and priority fields in debian/tmp/DEBIAN/control.
  * Lintian 1.11.2 clean.

 -- Adam Heath <doogie@debian.org>  Sun, 23 Apr 2000 19:52:39 -0500

hello (1.3-16) unstable; urgency=low

  * Added /usr/doc -> ../share/doc symlink handling.
  * This package has no build dependencies.

 -- Adam Heath <doogie@debian.org>  Sat,  4 Dec 1999 04:12:28 -0600

hello (1.3-15) unstable; urgency=low

  * New maintainer, as the current maintainer has been awol.
  * Ported to FHS.
  * Bugs fixed in previous releases: Closes: #14602, #20998, #14603
  * Acknowledge -14 nmu.  Closes: #14876
  * Remove comments about targets 'source' and 'diff', as they are
    only of interest for historical reasons.
  * Lintian 1.8.2 clean.

 -- Adam Heath <doogie@debian.org>  Sat, 18 Sep 1999 10:25:13 -0500

hello (1.3-14.3) unstable; urgency=low

  * YANMU.
  * This release has no lintian errors, so that the slink release
    won't be delayed.  :)
  * Added man page(written by rcw@irc.debian.org#debian).
    (Fixes Bug#4341)
  * Removed spurious 'source/diff' message from debian/rules, as it
    was confusing to new developers, and is a historical anomaly.
    (Fixes Bug#14602)
  * Removed bashims from debian/rules.  (Fixes Bug#14603)
  * Acknowledge the nmu in 14876.  (Fixes Bug#14876)
  * Removes  || $(MAKE) -f Makefile.in distclean from debian/rules.
    (Fixes Bug#20998)

 -- Adam Heath <doogie@debian.org>  Sun,  4 Oct 1998 01:30:01 -0500

hello (1.3-14.2) unstable; urgency=low

  * Yet another non-maintainer release
  * Removed source and diff targets (#14601). I'm not removing the comment
    (which would fix #14602) as it's harmless and slightly interesting IMO.
  * Fixed calling of make install; I ignored this bug last time as I didn't
    understand it. Having realised what it meant, I agree that it needed
    changing (#4967)

 -- Mark Baker <mbaker@iee.org>  Sun, 16 Nov 1997 18:11:03 +0000

hello (1.3-14.1) unstable; urgency=low

  * Non-maintainer release
  * Remove section and priority lines for binary, i.e. undoing the
    "fix" for the non-bug #4816
  * Yes, I do know that the previous release should have been numbered
    1.3-13.1

 -- Mark Baker <mbaker@iee.org>  Sun, 16 Nov 1997 17:16:10 +0000

hello (1.3-14) unstable; urgency=low

  * Non-maintainer release
  * Add section and priority lines for binary (#4816)
  * Change comment in debian/rules (#4968)
  * Remove debian/substvars on clean (#4371)
  * Fix hang when looking for mailbox (#4375)
  * Search FSSTND and FHS locations for mail
  * Compile for libc6

 -- Mark Baker <mbaker@iee.org>  Fri, 14 Nov 1997 22:40:39 +0000

hello (1.3-13) unstable; urgency=low

  * Updated to Standards-Version 2.1.1.0 (no changes required).
  * Changed maintainer email address.

 -- Ian Jackson <ian@chiark.greenend.org.uk>  Thu, 12 Sep 1996 01:30:34 +0100

hello (1.3-12) unstable; urgency=low

  * Added Debian and upstream changelogs to binary package.
  * Updated to Standards-Version 2.1.0.0.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 1 Sep 1996 16:02:23 +0100

hello (1.3-11) unstable; urgency=low

  * Maintainer scripts now `set -e' (even though only 1 command in each).
  * debian/rules has separate binary, binary-arch, binary-indep targets.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 22 Aug 1996 15:37:25 +0100

hello (1.3-10) experimental; urgency=low

  * Use new shared library dependencies and dpkg-gencontrol scheme.
  * `source' and `diff' removed from .PHONY and now print message.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 20 Aug 1996 15:42:27 +0100

hello (1.3-9) experimental; urgency=LOW

  * changelog specifies `debian-changelog-mode', not `dpkg-...'.
  * Comment in debian/rules re missing (obsolete) `source', `diff' &c.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 10 Aug 1996 22:23:39 +0100

hello (1.3-8) experimental; urgency=LOW

  * debian/changelog has local variables section to set Emacs mode.
  * debian/rules mkdir replaced with install -d for consistency.
  * debian/rules INSTALL setting to use -s changed to INSTALL_PROGRAM.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 9 Aug 1996 23:59:37 +0100

hello (1.3-7) experimental; urgency=LOW

  * Changed to new source packing scheme.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 6 Aug 1996 02:22:38 +0100

hello (1.3-6); priority=LOW

  * Changed to ELF and added Pre-Depends.
  * Added Architecture field to control file.

 -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 14 Mar 1996 02:04:36 +0000

hello (1.3-4); priority=LOW

  * Added extended description.

 -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 28 Jul 1995 21:33:04 +0100

Hello 1.3 Debian 3 - iwj

* Corrected some mistakes in debian.README.
* Added Package_Revision field to `control' file.
* Added --quiet to install-info invocations.
* Generalised and commented debian.rules a bit more.
* Put debian.rules into the public domain.
* Removed debian.rules install target.
* Added this Changelog.
* Added Info manual copyright to debian.README.

Hello 1.3 Debian 2 - iwj
* New prerm script which calls install-info --remove.

Hello 1.3 Debian 1 - iwj
Initial release.