libpaper (1.0.4) unstable; urgency=low * New maintainer. * libpaper is now a native Debian package. * Removed the libc5 libpaper package. * Added a libpaperg-dev package. (closes: #75660) * Rewritten debian/rules based on debhelper. * /usr/doc -> /usr/share/doc * /usr/man -> /usr/share/man * Updated the copyright file. * Removed the obsolete examples directory. * Updated config.guess and config.sub and added support for GNU/Hurd in configure.in. (closes: #39036) * Added Build-Depends. * Standards-Version: 3.1.1 -- Adrian Bunk Mon, 18 Sep 2000 23:29:42 +0200 libpaper (1.0.3-14) unstable; urgency=low * Added debconf support, thaks to the patch by John Goerzen (Closes: Bug#70959). -- Marco Pistore Tue, 12 Sep 2000 07:26:25 +0200 libpaper (1.0.3-13) unstable frozen; urgency=low * Fixed preinst and postrm scripts for the libpaperg package, so that diversions are handled correctly (Closes: Bug#49205) * Fixed bugs in lib/paper.c file that made function systempapername if file /etc/papersize is present but not readable (also dixed memory lead in the same function) (Closes: Bug#63582) * Now file /etc/papersize is chmod 644 after creation in paperconfig, to override root's umask. -- Marco Pistore Sun, 14 May 2000 19:32:17 +0200 libpaper (1.0.3-12.2) unstable; urgency=low * Fixed a syntax error in debian/control introduced by the last NMU: The Architecture: list is separated by spaces not commas. -- Roman Hodek Wed, 2 Jun 1999 13:16:28 +0200 libpaper (1.0.3-12.1) unstable; urgency=low * Added support for arm architecture in config.guess -- Tor Slettnes Mon, 22 Mar 1999 17:40:50 -0800 libpaper (1.0.3-12) unstable; urgency=low * Added sparc among the libc5 compat architectures in debian/rules (Closes: Bug#30173) * Now function systempapername return the paper name in the correct case (Closes: Bug#29911) -- Marco Pistore Tue, 8 Dec 1998 09:50:04 +0100 libpaper (1.0.3-11) unstable; urgency=low * added some "|| true" in the paperconfig script, so that it does not fail even if called with "bash -e" (closes: Bug#26014) -- Marco Pistore Sat, 22 Aug 1998 15:39:30 +0200 libpaper (1.0.3-10) unstable frozen; urgency=low * Now libpaper does not depend anymore on libpaperg (this was the release critical bug#22942). In previous versions, the dependency was added so that the executables /usr/bin/paperconf and /usr/sbin/paperconfig (that were present only in libpaperg), could be used also from the old (i.e., bo) packages that depends on libpaper (in bo, libpaper provided both the libraries and the executables, so both of them should be provided to a package that depends on libpaper). Now, the executables are present in both packages, and libpaperg uses dpkg-divert to "move away" the libpaper binaries when libpaperg is installed (closes: Bug#22942) * Removed "sparc" in debian/rules from the libraries that require libc5 support (closes: Bug#22082) * Added some new #include in the source (changes in the c headers?) -- Marco Pistore Sun, 14 Jun 1998 20:02:11 +0200 libpaper (1.0.3-9) unstable frozen; urgency=low * I forgot to upload previous version also to FROZEN! BRIAN, please include this in HAMM, since it closes a bug (20566) and assures that copyright appears in /usr/doc/libpaper. -- Marco Pistore Sun, 5 Apr 1998 19:18:00 +0200 libpaper (1.0.3-8) unstable; urgency=low * Now paperconfig converts the given paper name into the correctly capitalized name. I.e., "paperconfig -p LeTtEr" sets the system paper to "letter" (closes: Bug#20566). * Now paperconfig uses /usr/bin/pager as default pager if ${PAGER} is unset. * Changelogs and copyright now appear also in the libc5 package. /usr/doc/libpaper is no more a link to /usr/doc/libpaperg; hence in the preinst script of the libc5 package the link is transformed into a void directory if needed. -- Marco Pistore Fri, 3 Apr 1998 23:23:01 +0200 libpaper (1.0.3-7) unstable frozen; urgency=low * Only the shared libs are compiled with -fPIC and all libs are compiled with -D_REENTRANT * Corrected wrong permissions for some files * Docs of libc6 version are now in libpaperg * Symlinks have been fixed * /etc/papersize is removed on purge * ldconfig is called in postinst and postrm -- Marco Pistore Thu, 12 Mar 1998 23:52:53 +0100 libpaper (1.0.3-6) unstable; urgency=low * Modified debian/rules so that the "build" target works correctly (bug 15827) * Added options to paperconf to use centimetres, millimetres and inches as units for paper size (bug 5928) -- Marco Pistore Sun, 11 Jan 1998 17:49:55 +0100 libpaper (1.0.3-5) unstable; urgency=low * Corrected many man pages, so that "which" works with the .so directive (bugs 4993 and 12121) * Now shared libraries are strippend with --strip-unneeded (bugs 5133 and 8310) * Small changes in the README files (bug 7833) * Fixed security hole in paperconfig (superuser uses file in /tmp: bug 11607) * File "configure" regenerated with a more recent version of autoconf -- Marco Pistore Mon, 27 Oct 1997 23:54:51 +0100 libpaper (1.0.3-4) unstable; urgency=low * Libc6 (hamm) version * Now we have two binary packages: - libpaperg (which is like the old libpaper packages, but it is compiled for libc6 libraries), and - libpaper (which contains static and shared libraries compiled for libc5) * The debian/* files have been largely rewritten * Small changes in Makefile.in * /etc/papersize is now a conffile -- Marco Pistore Fri, 26 Sep 1997 19:06:24 +0200 libpaper (1.0.3-3) unstable; urgency=LOW * Suppressed the error message output produced by the call to paperconf in the paperconfig script. -- Yves Arrouye Sat, 28 Sep 1996 11:54:58 +0200 libpaper (1.0.3-2) unstable; urgency=LOW * Removed the overriden CFLAGS and LDFLAGS in debian/rules (fixes bug #4581). -- Yves Arrouye Wed, 25 Sep 1996 09:04:30 +0200 libpaper (1.0.3-1) unstable; urgency=LOW * Put a call to ldconfig back into postinst. * Put the manpage suffix paper back (so we have xxx.3paper). * Upgraded to libpaper 1.0.3 which has a complete set of manual pages. -- Yves Arrouye Tue, 24 Sep 1996 07:49:30 +0200 libpaper (1.0.2-3) unstable; urgency=LOW * Removed the call to ldconfig in the postrm, since the library and its symbolic mode are in the correct order. -- Yves Arrouye Tue, 17 Sep 1996 19:27:59 +0200 libpaper (1.0.2-2) unstable; urgency=LOW * Switched to the new source format. * Corrected Makefile.in for clean target. -- Yves Arrouye Thu, 5 Sep 1996 11:49:05 +0200 libpaper (1.0.1-2) unstable; urgency=LOW * Renamed PAPER env. var to PAPERCONF. * Changes in paperconfig(8) to unset the PAPERCONF variable, to use the file specified by the $PAPERSIZE variable and to rewrite the file only when really needed. * The postinst does not ask if whitespace and comments should be removed because paperconfig(8) handles that. -- Yves Arrouye Thu, 5 Sep 1996 11:21:52 +0200 libpaper (1.0.1-1) unstable; urgency=LOW * Corrected bug #4139 (/etc/papersize was a conffile modified by scripts) and added paperconfig(8). * Renamed paper(1) to paperconf(1) (fixes bugs #4137 and #4138). * Removed postrm which called ldconfig(8) (fixes bug #4251). * Added TODO file. -- Yves Arrouye Sat, 24 Aug 1996 11:22:56 +0200 Local Variables: mode: debian-changelog End: