Tizen 2.0 Release
[external/mawk.git] / debian / changelog
1 mawk (1.3.3-15+s4) unstable; urgency=low
2
3   * Apply debian patches
4   * Remove generated files
5
6  -- Mike McCormack <mj.mccormack@samsung.com>  Wed, 25 May 2011 11:46:28 +0900
7
8 mawk (1.3.3-15+s3) unstable; urgency=low
9
10   * Set myself as maintainer.
11
12  -- Rafal Krypa <r.krypa@samsung.com>  Wed, 14 Apr 2010 13:38:34 +0200
13
14 mawk (1.3.3-15+s2) unstable; urgency=low
15
16   * debian/rules: don't run the tests after compilation, explicitly
17     specify make target.
18
19  -- Rafal Krypa <r.krypa@samsung.com>  Wed, 03 Feb 2010 21:20:31 +0900
20
21 mawk (1.3.3-15+s1) unstable; urgency=low
22
23   * debian/control: add the Uploaders field.
24
25  -- Rafal Krypa <r.krypa@samsung.com>  Fri, 29 Jan 2010 16:58:49 +0900
26
27 mawk (1.3.3-15) unstable; urgency=high
28
29   * Fix debian/copyright to correctly list the license as GPLv2, not GPLv2
30     or later.  Closes: #536689
31
32  -- Steve Langasek <vorlon@debian.org>  Mon, 27 Jul 2009 11:26:47 -0700
33
34 mawk (1.3.3-14) unstable; urgency=low
35
36   * Build-Conflict with byacc, as the current version doesn't appear to be
37     compatible with mawk; though we ought to fix the upstream build rules
38     to not check for byacc first in this case, this is an ok fix for now.
39     Closes: #509832.
40
41  -- Steve Langasek <vorlon@debian.org>  Fri, 26 Dec 2008 16:17:53 -0800
42
43 mawk (1.3.3-13) unstable; urgency=low
44
45   * New maintainer; closes: #496711.
46   * Drop versioned gcc build-dependency, which has been satisfied since
47     before oldstable.
48   * debian/rules: fix up clean target to use a simpler, standard distclean
49     call, fixing a lintian warning.
50   * debian/rules: future-proof the clean target for patch interaction
51     with the build system, moving all the cleaning into a
52     "clean-patched" target that fires before the unpatch target
53
54  -- Steve Langasek <vorlon@debian.org>  Wed, 27 Aug 2008 10:03:33 -0700
55
56 mawk (1.3.3-12) unstable; urgency=low
57
58   * New maintainer; closes: 496711
59   * Fix the following lintian issues:
60     W: ancient-standards-version 3.5.10.0 (current is 3.8.0)
61     W: mawk: unknown-section base
62     W: mawk: old-fsf-address-in-copyright-file
63
64  -- Anibal Monsalve Salazar <anibal@debian.org>  Wed, 27 Aug 2008 17:41:50 +1000
65
66 mawk (1.3.3-11.1) unstable; urgency=low
67
68   * Non-maintainer upload.
69   * debian/postinst: fix bashism.  Closes: #308134
70
71  -- Peter Eisentraut <petere@debian.org>  Sat, 05 Apr 2008 17:11:11 +0200
72
73 mawk (1.3.3-11) unstable; urgency=low
74
75   * 08_fix-for-gcc3.3.dpatch: grossly hack configure to work around
76     gcc-3.3 providing a builtin log() function which broke the configure
77     tests.  Thanks to Daniel Schepler <schepler@math.berkeley.edu> for the
78     report.  Closes: #195371
79
80   * debian/control: add build-depends on gcc (>= 3:3.3-1) for hppa.
81   * debian/rules: remove de-optimization hack for hppa.  Thanks to LaMont
82     Jones <lamont@smallone.fc.hp.com> and Matthias Klose
83     <doko@cs.tu-berlin.de>.  Closes: #105816
84
85   * debian/control (Standards-Version): bump to 3.5.10.0.
86
87  -- James Troup <james@nocrew.org>  Fri, 30 May 2003 15:24:50 +0100
88
89 mawk (1.3.3-10) unstable; urgency=low
90
91   * Move to dpatch; existing non-debian/ changes split into
92     01_error-on-full-fs, 02_fix-examples, 03_read-and-close-redefinition,
93     04_mawk.1-fix-pi and 05_-Wall-fixes.
94   * debian/rules: include /usr/share/dpatch/dpatch.make.
95   * debian/rules (build): depend on patch-stamp.
96   * debian/rules (clean): depend on unpatch.  Remove debian/patched.
97   * debian/control (Build-Depends): add dpatch.
98
99   * debian/rules: update copyright and use install_foo convenience
100     variables.
101   * debian/copyright: update copyright.
102
103   * debian/control (Standards-Version): bump to 3.5.9.0.
104   * debian/postinst, debian/prerm: no longer do /usr/doc symlinks.
105
106   * debian/prerm: use set -e rather than #!/bin/sh -e.
107
108   * 06_parse.y-semicolons.dpatch: new patch to fix missing semi-colons
109     that upset recent versions of bison.  Thanks to Paul Eggert
110     <eggert@twinsun.com>.  Closes: #170973
111   * debian/control (Build-Depends): add bison.
112   * debian/rules (clean): remove parse.c and parse.h so they're not
113     included in the .diff.gz.
114
115   * 07_mawktest-check-devfull: new patch to conditionalize the write error
116     tests on the existence of /dev/full since apparently some systems
117     don't have it.  Requested by Marcus.Brinkmann@ruhr-uni-bochum.de.
118     Closes: #51875
119
120   * debian/postinst: demote mawk to priority 5 so that gawk will be
121     selected by default.  [mawk isn't being actively maintained upstream
122     and has both long-standing bugs and isn't feature-complete WRT POSIX
123     at least.]
124
125  -- James Troup <james@nocrew.org>  Thu, 10 Apr 2003 02:22:27 +0100
126
127 mawk (1.3.3-9) unstable; urgency=low
128
129   * debian/control: capitalize POSIX, thanks to Matt Zimmerman
130     <mdz@debian.org>.  Closes: #125120
131   * debian/changelog: remove obsolete local variables.
132   * man/mawk.1: add a macro provided by Colin Watson <cjwatson@debian.org>
133     to force PI to be displayed as "pi" (rather than 'n') when processed
134     by nroff.  Closes: #103699
135   * debian/control (Standards-Version): update to 3.5.6.1.
136
137  -- James Troup <james@nocrew.org>  Fri,  9 Aug 2002 15:04:23 +0100
138
139 mawk (1.3.3-8) unstable; urgency=low
140
141   * debian/rules (build): compile with -O1 on hppa to work around probable
142     compiler bug.  Thanks to LaMont Jones <lamont@ia.mmjgroup.com>.
143
144  -- James Troup <james@nocrew.org>  Wed, 18 Jul 2001 20:40:37 +0100
145
146 mawk (1.3.3-7) unstable; urgency=low
147
148   * mawk.h: remove bogus redefinition of read() and close() and #include
149     <unistd.h> instead, thanks to LaMont Jones <lamont@ia.mmjgroup.com>.
150     Closes: #104124
151
152  -- James Troup <james@nocrew.org>  Tue, 10 Jul 2001 03:09:24 +0100
153
154 mawk (1.3.3-6) unstable; urgency=low
155
156   * debian/control (Maintainer): fixed to be me.
157   * debian/changelog: remove add-log-mailing-address.
158   * debian/rules: rewritten.
159   * debian/control (Standards-Version): bump to 3.5.5.0.
160   * Half hearted attempt at -Wall cleaning of the code.
161
162  -- James Troup <james@nocrew.org>  Mon, 25 Jun 2001 05:33:51 +0100
163
164 mawk (1.3.3-5) unstable; urgency=low
165
166   * debian/postinst: manpages are in /usr/share/man now; forgot to update
167     the arguments to update-alternatives.  Thanks to Malcolm Parsons
168     <malcolm@ivywell.screaming.net> for noticing.  [#54440]
169
170  -- James Troup <awkmaint@nocrew.org>  Sun,  9 Jan 2000 16:54:14 +0000
171
172 mawk (1.3.3-4) unstable; urgency=low
173
174   * debian/rules (build): make configure and the test scripts executables
175     to make builds work under aegis.
176   * debian/copyright: remove references to Linux.  Update location of the
177     GPL.  We are mawk, not hello.
178   * debian/rules (binary-arch): move to FHS; install documentation into
179     /usr/share/doc/ and manpages into /usr/share/man/.
180   * debian/postinst: add /usr/doc/ symlink.
181   * debian/prerm: remove /usr/doc/ symlink.
182   * debian/control (Standards-Version): update to 3.1.1.1.
183   * debian/rules (binary-arch): pass -isp to dpkg-gencontrol.
184
185  -- James Troup <awkmaint@nocrew.org>  Fri, 31 Dec 1999 13:53:42 +0000
186
187 mawk (1.3.3-3) unstable; urgency=low
188
189   * debian/rules (binary-arch): add chmod -R go=rX to correct permissions
190     on directories.
191   * debian/control (Standards-Version): update [FSVO] to 2.5.0.0.
192
193   * The following entries are a patch from Torsten Landschoff
194     <torsten@debian.org>. [#4293, #28249]
195   * files.c: Added handling of write errors delivered when closing the
196     output file.
197   * test/mawktest: Added checking for correct handling of write errors on
198     full disks.
199
200   * The remaining entries are a patch from Edward Betts
201     <edward@debian.org>. [#36011]
202   * examples/hical: use /bin/echo to avoid bash's builtin.
203   * examples/{ct_length.awk,eatc.awk,nocomment,primes,qsort}: fix bang
204     path.
205   * examples/{decl.awk,gdecl.awk,hcal}: fix bang path, remove trailing
206     white space.
207
208  -- James Troup <awkmaint@nocrew.org>  Fri,  8 Oct 1999 18:26:49 +0100
209
210 mawk (1.3.3-2) frozen unstable; urgency=low
211
212   * debian/control (Maintainer): New maintainer.  However, I'm just an
213     interim real maintainer, the package will go back to Chris as soon as
214     he's ready.
215   * debian/control (Standards-Version): Upgraded to 2.4.1.0.
216   * debian/control (Depends): Made a Pre-Depends. [#20601]
217   * debian/copyright: corrected URL of upstream source. [#20603]
218   * debian/copyright: updated the address of the FSF.
219   * Pristine upstream source.
220
221  -- James Troup <awkmaint@nocrew.org>  Thu, 30 Apr 1998 16:02:45 +0200
222
223 mawk (1.3.3-1.1) unstable; urgency=low
224
225   * Non-maintainer release.
226   * Rebuilt under libc6 [#11707].
227
228  -- James Troup <jjtroup@comp.brad.ac.uk>  Fri,  3 Oct 1997 20:19:36 +0200
229
230 mawk (1.3.3-1) unstable; urgency=low
231
232   * Upgrade to latest upstream source (very minor bug fix)
233   * Change update-alternatives links to reflect compressed man pages.
234   * postinst: remove bad links in /usr/man/man1.
235
236  -- Chris Fearnley <cjf@netaxs.com>  Fri, 7 Mar 1997 14:41:20 -0500
237
238 mawk (1.3.2-3) unstable; urgency=low
239
240   * I accidently built the last mawk from my hacked source :(
241     This version reverts to the pristine upstream (but fails to
242     completely close Bug #4293 -- which was the point of the dubious
243     hack found in mawk-1.3.2-2).  Sorry.  Glad I noticed so soon!
244
245  -- Chris Fearnley <cjf@netaxs.com>  Sun, 3 Nov 1996 22:57:45 -0500
246
247 mawk (1.3.2-2) unstable; urgency=low
248
249   * Fixed postinst to install awk and nawk man pages correctly (bug#5001)
250
251  -- Chris Fearnley <cjf@netaxs.com>  Sun, 3 Nov 1996 22:28:56 -0500
252
253 mawk (1.3.2-1) unstable; urgency=low
254
255   * upgrade to latest upstream source (solves bug #4293)
256   * development environment: gcc-2.7.2.1-1, libc5-5.2.18-10,
257     libc5-dev-5.2.18-10, binutils-2.6-2, and make-3.74-12
258
259  -- Chris Fearnley <cjf@netaxs.com>  Sat, 28 Sep 1996 22:58:42 -0400
260
261 mawk (1.3.1-1) unstable; urgency=low
262
263   * upgrade to latest upstream source
264   * upgrade packaging to Debian Standards-Version 2.1.1.0
265   * i386 development environment: gcc-2.7.2.1-1, libc5-5.2.18-10,
266     libc5-dev-5.2.18-10, binutils-2.6-2, and make-3.74-12
267
268  -- Chris Fearnley <cjf@netaxs.com>  Wed, 18 Sep 1996 14:24:31 -0400
269
270 mawk (1.2.2-2) unstable; urgency=low
271
272   * upgrade to latest debian packaging guidelines
273   * provides: awk
274   * mawk is now the default awk/nawk for Debian GNU/Linux
275   * Development environment for i386: gcc-2.7.2-8 libc5-5.2.18-9 make-3.74-12
276   * Section: base ; Priority: important
277
278  -- Chris Fearnley <cjf@netaxs.com>  Wed, 7 Aug 1996 21:51:21 -0400
279
280 mawk (1.2.2-1) unstable; urgency=low
281
282   * Upgrade to new upsteam version
283   * Compiled with: gcc-2.7.2-2, binutils-2.6-2, and libc5-5.2.18-1.
284
285  -- Chris Fearnley <cjf@netaxs.com>  Mon, 29 Jan 1996 04:02:39 -0400
286
287 mawk (1.2.1-1) unstable; urgency=low
288
289   * added Debian GNU/Linux package maintenance system files
290   * patched Makefile.in to make debianization more flexible
291   * initial release - ELF package
292
293  -- Chris Fearnley <cjf@netaxs.com>  Sun, 3 Dec 1995 00:48:23 -0400