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
|
ed (0.2-17) unstable; urgency=low
* debian/control (Standards-Version): updated to 2.4.1.0.
* debian/control (Maintainer): new address.
* debian/copyright: ditto.
* debian/rules: force definition of HAVE_SIGSETJMP in config.h to work
around the problem of autoconf not detecting it (due to it being a
macro).
* Makefile.in: don't compile in libed.a as it's redundant old code
superseded by code in glibc. This reduces the ed binary by 23k.
Thanks to Topi Miettinen <Topi.Miettinen@ml.tele.fi> for the
suggestion.
* glbl.c (exec_global), io.c (read_stream, get_stream_line), main.c
(main, exec_command, get_matching_node_addr, strip_escapes), re.c
(get_compiled_pattern), sub.c (extract_subst_template,
substitute_matching_text): parentheses to quiet -Wall.
-- James Troup <james@nocrew.org> Thu, 8 Oct 1998 22:41:45 +0100
ed (0.2-16) unstable; urgency=low
* debian/control (Standards-Version): updated to 2.4.0.0.
* debian/copyright: correct the FSF's address.
* debian/rules (build) : compile with -Wall.
-- James Troup <jjtroup@comp.brad.ac.uk> Mon, 2 Mar 1998 23:11:52 +0000
ed (0.2-15) unstable; urgency=low
* debian/control: Standards-Version 2.3.0.1 [#16753].
* debian/copyright: reference to hello source package changed to reference
ed.
* debian/postinst: cleaned up.
* debian/prerm: ditto.
* debian/rules: cleaned up (no longer uses {,}).
* debian/rules: new target test, which runs ed's testsuite.
* debian/rules: binary-arch depends on test.
* debian/rules: clean the files from the testsuite in the clean target.
* debian/rules: compile ed with -g.
* Uses pristine upstream source.
-- James Troup <jjtroup@comp.brad.ac.uk> Sat, 10 Jan 1998 17:35:46 +0000
ed (0.2-14) unstable; urgency=low
* Rebuilt with libc6.
-- James Troup <jjtroup@comp.brad.ac.uk> Wed, 25 Jun 1997 13:37:46 +0100
ed (0.2-13) unstable; urgency=low
* Patched buf.c to use tempnam() (fixes bug #9202).
-- James Troup <jjtroup@comp.brad.ac.uk> Wed, 30 Apr 1997 00:34:02 +0100
ed (0.2-12) unstable; urgency=low
* New maintainer.
* Updated to Standards-Version 2.1.1.2 (fixes bug #3726).
* Removed Essential: tag.
-- James Troup <jjtroup@comp.brad.ac.uk> Thu, 30 Jan 1997 20:21:23 +0000
Changes for ed-0.2-10
elf package
* added dependency on libc5
Changes for ed-0.2-9
* rebuilt for elf
Changes for ed-0.2-8
Priority: Routine
Changes: Added texinfo file and Makefile in usr/doc/ed
Changes for ed-0.2-7
Priority: High
Changes: in /usr/bin, symlink red to /bin/ed
Changes for ed-0.2-6
Priority: High
Changes: install ed as /bin/ed instead of /usr/bin/ed
Changes for ed-0.2-5
Priority: Routine
Changes: Added "Essential: Yes" to control file
Changes for ed-0.2-4
1. Fixed error in debian.control VERSION and PACKAGE_REVISION fields.
Changes for ed-0.2-3
1. Reposition ed.1 into /usr/man/man1 instead of /usr/man.
Changes for ed-0.2-2
1. Added ed.info, inadvertantly left out of the .1 package.
2. Installed /usr/bin/red, inadvertantly left out of the .1 package.
3. Went to Ian Murdock style debian.rules file.
4. Cleaned up control file description and extended description.
5. Added --quiet option to install-info invocation in postrm script.
Changes for ed-0.2-1
Modifications to the GNU ed-0.2 package
Changes by Bill Mitchell <mitchell@mdd.comm.mot.com>
1. Added debian.* files
2. Changed CFLAGS and LDFLAGS in Makefile.in
Local variables:
mode: debian-changelog
End:
|