ed (0.2-20) unstable; urgency=low * Move to dpatch; existing non-debian/ changes split into 01_buf.c-tmpfile, 02_-Wall-cleanup, 03_ed.1-cleanup and 04_Makfile.in-no-libed. * debian/rules: include /usr/share/dpatch/dpatch.make. * debian/rules (build): depend on patch-stamp. * debian/rules (clean): depend on unpatch. Remove debian/patched. * debian/rules (.PHONY): add 'patch' and 'unpatch'. * debian/control (Build-Depends): add dpatch. * debian/rules: update copyright. * debian/copyright: likewise and update upstream URL. * debian/changelog: remove local-variables stuff. * debian/rules: use install_foo convenience variables. * debian/rules (clean): remove *~ in any subdirectory. * debian/control (Standards-Version): bump to 3.5.8.0. * debian/postinst, debian/prerm: no longer do /usr/doc symlinks. * config, test/*: unused aegis cruft; removed. * Undo s/%/$/ change in RCS keywords. * debian/postinst: provide editor.1.gz alternative; thanks to Ben Harris for the suggestion. Closes: #122517 * 05_ed.1-warning-fix.dpatch: new patch to avoid groff warnings. Thanks to Colin Watson . Closes: #179957 * 06_testsuite-Makefile.dpatch: new patch to ensure the test suite bombs out on errors. Thanks to Joel Baker . Closes: #130327 -- James Troup Wed, 2 Apr 2003 17:19:47 +0100 ed (0.2-19) unstable; urgency=high * buf.c: argh; previous fix (in 97) was no fix at all. Really fix the /tmp race by using tmpfile(3). * ed.1: various fixes by Matt Kraai . [#75509] * debian/postinst: register ed as an editor alternative with a low priority. [#49573] * debian/prerm: de-register ed on removal. -- James Troup Mon, 27 Nov 2000 02:02:36 +0000 ed (0.2-18) unstable; urgency=low * debian/copyright: remove references to Linux. Update location of GPL. * debian/postinst: create /usr/doc/ed symlink. Info docs are now in /usr/share/info/; adjust call to install-info accordingly. * debian/prerm: remove /usr/doc/ed symlink. Alter call to install-info as above. * debian/rules (binary-arch): install documentation into /usr/share/{doc,man,info}. * debian/control (Standards-Version): update to 3.1.1.1. * debian/rules (binary-arch): install more documentation (README, POSIX, NEWS, TODO and THANKS). -- James Troup Sun, 2 Jan 2000 18:02:28 +0000 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 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 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 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 Sat, 10 Jan 1998 17:35:46 +0000 ed (0.2-14) unstable; urgency=low * Rebuilt with libc6. -- James Troup 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 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 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 1. Added debian.* files 2. Changed CFLAGS and LDFLAGS in Makefile.in