2010
gnats (4.1.0-1) unstable; urgency=low
* QA upload
* Run "autoreconf -vfi" to fix compilation on GNU/kFreeBSD, thanks to
Cyril Brulebois for the patch (closes: #558207).
* Applied to the file gnats/gnatsd.c the diff between gnats upstream cvs
versions 1.51 and 1.52. This should make it safe for ipv6 addresses.
Thanks to Jonathan Guthrie for the patch (closes: #366890).
* Install manual and FAQ into the gnats package by doc-base, using
doc-base files submitted by Esteban Manchado Velázquez (thanks!), but
setting section to "Project Management". Remove direct dhelp stuff in
postinst and debian/rules. (closes: #484001)
* Installation of info documents:
- depend on dpkg (>= 1.15.4) | install-info
- remove explicit invocation of install-info from postint
-- Ralf Treinen <treinen@debian.org> Wed, 24 Feb 2010 21:34:41 +0100
gnats (4.1.0-0.7) unstable; urgency=high
* Non-maintainer upload. * Orphaned package by setting maintainer to Debian QA, closes: #566491
-- Michael Meskes <meskes@debian.org> Sun, 24 Jan 2010 11:52:11 +0100
gnats (4.1.0-0.6) unstable; urgency=low
* Non-maintainer upload. * Removed bashism from script. Closes: #535874 * Bumped Standards-Version, no changes needed.
-- Michael Meskes <meskes@debian.org> Sat, 23 Jan 2010 15:02:14 +0100
2008
gnats (4.1.0-0.5) unstable; urgency=low
* Non-maintainer upload. * Changed build dependency from bison-1.35 to bison. Closes: #486813 * Added some missing ";" to getdate.y. Also added regenerated getdate.c file so bison is not needed for this file during build process as usual. * Pre-depend on debconf which is used in preinst. * Moved purging action in gnats-user to postrm. * Check for option "remove" in prerm, not for "purge". * Remove gnatsd.user_access link on package removal. * Remove gnats database on package purge. All in all this closes: #454940 * Removed empty directories from packages. * Bumped Standards-Version to 3.8.0, no additional changes needed.
-- Michael Meskes <meskes@debian.org> Mon, 07 Jul 2008 18:33:53 +0200
gnats (4.1.0-0.4) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues.
* Debconf translations
- Spanish. Closes: #423686
- Dutch. Closes: #436868
- Finnish. Closes: #480549
- Basque. Closes: #481324
- Galician. Closes: #481532
* [Lintian] Use Homepage field in debian/control
* [Lintian] gnats Pre-Depends on debconf as it uses it in its preinst
script
* [Lintian] Use more up-to-date config.{guess|sub} files (from
autotools-dev. This should be done more cleanly than just copying the
files over those provided by upstream but requires too
many build changes.
-- Christian Perrier <bubulle@debian.org> Sun, 04 May 2008 10:03:31 +0200
2007
gnats (4.1.0-0.3) unstable; urgency=medium
* Non-maintainer upload
* Fix unconditional use of update-inetd in gnats.postrm script,
because update-inetd is not essential (Closes: #431526)
* Change dependency from netbase to update-inetd, because
update-inetd was moved into a seperate package (Closes: #43532)
-- Steffen Joeris <white@debian.org> Sat, 04 Aug 2007 19:24:09 +1000
gnats (4.1.0-0.2) unstable; urgency=high
* Non-maintainer upload during BSP * Fix unconditional use of debconf in postrm scripts (Closes: #416754) - Add a check in gnats.postrm.in - Remove the manual debconf calls from gnats-user.postrm.in as they are added by debhelper automatically
-- Steffen Joeris <white@debian.org> Fri, 18 May 2007 22:35:36 +1000
2006
gnats (4.1.0-0.1) unstable; urgency=low
* Non-maintainer upload to fix longstanding l10n and debconf issues * Depend on debconf | debconf-2.0. Closes: #331840 * Fix incorrect hard-formatting in one template. Correct incorrect use of an article in that template. Closes: #311807 * Mark a few strings as non translatable in templates * Debconf translations: - Vietnamese added. Closes: #311806 - Japanese added. Closes: #283273 - Czech added. Closes: #319931 - Brazilian Portuguese added. Sent during the call for updates of the NMU campaign - Swedish added. Sent during the call for updates of the NMU campaign - Russian added. Sent during the call for updates of the NMU campaign - Portuguese added. Sent during the call for updates of the NMU campaign - German added. Sent during the call for updates of the NMU campaign * Fix bashisms in maintainer scripts and don't make these bash scripts Closes: #305632 * Lintian fixes: - Correct chown usage in maintainer scripts - /var/lib/gnats/.profile cannot be a conffile - make the gnats-user package depend on netbase and adduser, as it uses update-inetd and adduser - ditto for gnats that should depend on adduser - Fix a missing quote error in gnats/edit-pr
-- Christian Perrier <bubulle@debian.org> Thu, 16 Nov 2006 07:40:36 +0100
2005
gnats (4.1.0-0) unstable; urgency=low
* New upstream version
* debian/rules: now uses '--with-lispdir' option instead of environment
variable overloading. Re-enabled optimization.
-- Chad Walstrom <chewie@debian.org> Mon, 7 Mar 2005 17:56:31 -0600
2004
gnats (4.0-7) unstable; urgency=high
* debian/gnats.info: Added info docs
* debian/rules: Fix gnatsd segfaulting due to gcc optimization. Added
DEB_BUILD_OPTIONS=noopt. Thanks, Frank Lichtenheld for helping track this
one down.
-- Chad Walstrom <chewie@debian.org> Fri, 5 Nov 2004 09:25:48 -0600
gnats (4.0-6.1) unstable; urgency=high
* Non-maintainer upload as requested by maintainer. * CAN-2004-0623: Fix format string vulnerability in misc.c (Closes: #278577) Report and patch by Joey Hess * Include French translation of debconf templates by Michel Grentzinger (Closes: #267572)
-- Frank Lichtenheld <djpig@debian.org> Sat, 30 Oct 2004 00:33:09 +0200
gnats (4.0-6) unstable; urgency=low
* debian/gnats-user.install, debian/rules: Builds were failing because the
@lispdir@ variable was not being overriden or specified. Fixed.
* .../Makefile.in: Patched in 4.0-4 solve the issue with incorrect default
path names for configuration and database files and manpages.
- Closes: #241416: package install doesn't finish
- Closes: #222830: Unexistant directories in manpages
* debian/control: Changed exim dependency to exim4
- Closes: #228564: Please update Dependencies to exim4
- Closes: #255343: please depend on exim4 instead of exim
* debian/templates: Fixed in 4.0-4, noted here.
- Closes: #240861: Please switch to gettext-based debconf templates
-- Chad Walstrom <chewie@debian.org> Wed, 4 Aug 2004 11:40:40 -0500
gnats (4.0-5) unstable; urgency=low
* Migrating to unstable. No real show-stoppers or new bugs filed.
-- Chad Walstrom <chewie@debian.org> Mon, 2 Aug 2004 10:00:30 -0500
gnats (4.0-4) experimental; urgency=low
* The "Open up and say, 'Ah'" Release
* debian/: Major rewrite
- debian/rules: Using CDBS to drive package creation
- debian/compat, debian/gnats-user.dirs, debian/gnats-user.install,
debian/gnats.conffiles, debian/gnats.docs, debian/gnats.examples,
debian/gnats.info, debian/gnats.install, debian/gnats.manpages,
debian/gnats-user.manpages: Use debhelper configuration files
extensively, simplifying the debian/rules file in the process. Moved
some existing support files to package-specific names.
- debian/scripts [removed], debian/common.sed,
debian/gnats-user.postinst.in, debian/gnats-user.postrm.in,
debian/gnats-user.prerm.in, debian/gnats.postinst.in,
debian/gnats.postrm.in, debian/gnats.preinst.in, debian/gnats.prerm.in:
Use a sed script to replace the functionality of the debian/scripts
directory. Replace @KEYWORDS@ in *.in files to coordinate path names
and and identifiers.
* debian/control: Reorganized package file distribution and dependencies
- gnats-user contains all of the common files and documentation
- gnats depends upon gnats-user
* Patched Makfile.in files to include DESTDIR variable for file installation
* debian/scripts: Removed. Replaced with template
PACKAGE.{pre,post}{inst,rm} files.
* debian/misc/send-pr.conf: Small edit, allowing SUBMITTER variable
* doc/man/getclose.man: Added an actual manpage for getclose(8)
* debian/gnats.xinetd.in: Added an xinetd service file.
-- Chad Walstrom <chewie@debian.org> Thu, 15 Jul 2004 15:55:49 -0500
gnats (4.0-3) unstable; urgency=low
* Adopted. Closes: #215366 * debian/copyright: Updated to reflect current project site locations and authors. * debian/rules: Very basic cleanups. Added logical stamp files. Changed call to gnatsclean target to "maintainer-clean". This removed *.info files for dpkg-source resulting in a significantly smaller *.diff.gz. * Cleaned out GNU arch control files and directories (./.arch-ids). They don't belong in a *.diff.gz, just like CVS directories.
-- Chad Walstrom <chewie@debian.org> Wed, 4 Feb 2004 17:36:13 -0600
2003
gnats (4.0-2) unstable; urgency=low
* Orphaned.
-- Milan Zamazal <pdm@debian.org> Sun, 12 Oct 2003 14:02:27 +0200
gnats (4.0-1) unstable; urgency=low
* New upstream release; closes: #206273. * Quote shell expression in debian/scripts/addmail; closes: #102713. * Use makeinfo instead of texi2html.
-- Milan Zamazal <pdm@debian.org> Fri, 29 Aug 2003 16:24:38 +0200
gnats (3.999.beta2+cvs20030310-1) unstable; urgency=low
* New CVS snapshot. * Install the `gnats' group if not present; closes: #180223. * Error in the `gnats/exim_user_add' template fixed; closes: #181750. * __restrict_arr definition bug fixed in gnats/regex.h; closes: #182262. * Lintian overrides updated. * Don't install the /usr/doc link anymore.
-- Milan Zamazal <pdm@debian.org> Sat, 8 Mar 2003 18:49:21 +0100
gnats (3.999.beta2-2) unstable; urgency=low
* config.guess and config.sub updated; closes: #176233.
-- Milan Zamazal <pdm@debian.org> Mon, 13 Jan 2003 09:15:43 +0100
gnats (3.999.beta2-1) unstable; urgency=low
* New upstream version. * The gnats/exim_user_uncomment template fixed; closes: #161491. * Emacs load-path in gnats-user fixed; closes: #164702.
-- Milan Zamazal <pdm@debian.org> Fri, 3 Jan 2003 13:50:15 +0100
2002
gnats (3.999.beta1+cvs20020804-1) unstable; urgency=low
* New CVS snapshot. * Set DEFAULT_ORGANIZATION instead of ORGANIZATION in send-pr.conf. * Don't install upstream ChangeLog. * Autoload gnats-change-database in gnats.el.
-- Milan Zamazal <pdm@debian.org> Sun, 4 Aug 2002 18:35:30 +0200
gnats (3.999.beta1+cvs20020519-1) unstable; urgency=low
* New CVS snapshot; closes: #138290. * Don't remove the emacs21 site-lisp directory in postrm; closes: #143204. * README.Debian explains now, that the e-mail utilities must run under the `gnats' user; closes: #132961.
-- Milan Zamazal <pdm@debian.org> Sun, 19 May 2002 21:35:58 +0200
gnats (3.999.beta1+cvs20020303-1) unstable; urgency=low
* New CVS snapshot; closes: #133268, #136176. * gnats: Uninstall Emacs files in prerm, not postrm. * Remove the *.elc directory in emacsen-remove; closes: #132535. * exim.conf location updated.
-- Milan Zamazal <pdm@debian.org> Sat, 2 Mar 2002 21:59:14 +0100
gnats (3.999.beta1-1) unstable; urgency=low
* New upstream version (wow!).
-- Milan Zamazal <pdm@debian.org> Sat, 5 Jan 2002 22:08:58 +0100
2001
gnats (3.999.20011223-2) unstable; urgency=low
* Restore gnats-queue if it gets deleted during the upgrade.
-- Milan Zamazal <pdm@debian.org> Sun, 23 Dec 2001 21:56:52 +0100
gnats (3.999.20011223-1) unstable; urgency=low
* New CVS snapshot; closes: #123205. * README.Gnatsweb and Gnatsweb related build targets removed. * Don't suggest gnats2w, which is almost orphaned now. * Add the `gnats -> root' mail alias; closes: #118237. * Home directory changed to /var/lib/gnats. * Most /etc/passwd issues are handled automatically now. * "Unimportant" debconf messages removed. * gnats-dbconfig-mode added to the Emacs startup file. * Don't install the /var/lib/gnats/gnats-db directory. * Create `default' instead of `standard' link in /etc/gnats/db-config. * Create the `default' database if needed. * Call dh_installdocs in binary-server and binary-user. * Call dh_installdeb in binary-user. * Use dh_builddeb. * Let all the files in /etc/ are conffiles. * DH_COMPAT set to 3. * No lintian 1.20.17 errors.
-- Milan Zamazal <pdm@debian.org> Sun, 23 Dec 2001 20:42:14 +0100
gnats (3.999.20011112-1) unstable; urgency=low
* New CVS snapshot; closes: #116652. * Don't build-depend on emacs.
-- Milan Zamazal <pdm@debian.org> Mon, 12 Nov 2001 18:40:54 +0100
gnats (3.999.20010906-1) unstable; urgency=low
* New CVS snapshot; closes: #111162. * One missing sendmail option added; really closes: #111037. * sendmail's location changed to /usr/sbin. * Don't use the no longer present --with-full-gnats configure option; use *-tools targets for gnats-user.
-- Milan Zamazal <pdm@debian.org> Thu, 6 Sep 2001 20:34:32 +0200
gnats (3.999.20010904-1) unstable; urgency=low
* New CVS snapshot.
* Set sendmail's location unconditionally so that the package doesn't
build-depend on a mail-transport-agent; closes: #111037.
* Don't invoke configure for subdirectories, it's no longer needed.
-- Milan Zamazal <pdm@debian.org> Tue, 4 Sep 2001 16:51:36 +0200
gnats (3.999.20010829-1) unstable; urgency=low
* New CVS snapshot; closes: #110068. * Standards 3.5.6 (no change). * The obsolete code in `rules' using /tmp commented out; closes: #109440. * Build on Alpha again (if the porters have got their Alphas running, I might find out what's wrong with the compilation there). * No lintian 1.20.14 errors.
-- Milan Zamazal <pdm@debian.org> Wed, 29 Aug 2001 21:37:12 +0200
gnats (3.999.20010729-1) unstable; urgency=low
* New CVS snapshot.
* Use `ln -sf' in installation scripts to rewrite dangling symlinks;
closes: #99632.
* Update documentation handling caused by the source tree
reorganization.
* Call check-db in cron with `--all-databases'.
* Site name guessing improved and asks the user now; closes: #78181.
* Standards 3.5.5.
* No lintian 1.20.13 errors.
* Don't build with -Werror on alpha; closes: #99283.
(I'm very annoyed by doing this, it "fixes" a bug just by ignoring it,
but I don't have a reliable access to any Alpha machine and I don't
know a better way how to push the package to testing in a reasonable
way.)
* Since the previous "fix" won't work until the top-level GNATS
configure stuff is reworked, don't build on alpha at all (due to
deficiences in the Architecture field syntax, this prevents building
on newly introduced architectures as well).
* Home page location in description changed.
* Typo in the item type of a debconf template fixed; closes: #106322.
* Create `locks' subdirectory in the default database; closes: #104195.
-- Milan Zamazal <pdm@debian.org> Sun, 29 Jul 2001 14:14:03 +0200
gnats (3.999.20010617-1) unstable; urgency=low
* New CVS snapshot; closes: #98833. * Add configuration files to the standard database if necessary; closes: #99644. * The site name configuration code removed.
-- Milan Zamazal <pdm@debian.org> Sun, 17 Jun 2001 21:06:32 +0200
gnats (3.999.20010527-1) unstable; urgency=low
* New CVS snapshot. * Emacs local variables removed from this file. * The DEFAULTSDIR hack removed. * Ensure cron jobs exit with the code 0. * The Debian files explicitly put in public domain.
-- Milan Zamazal <pdm@debian.org> Sun, 27 May 2001 14:21:40 +0200
gnats (3.999.20010225-2) unstable; urgency=low
* Man page linking moved after dh_compress; closes: #90004, #90007. * Lintian override file added.
-- Milan Zamazal <pdm@debian.org> Mon, 19 Mar 2001 18:21:57 +0100
gnats (3.999.20010225-1) unstable; urgency=low
* Priority changed to `extra'. * Moved to standards 3.5.0. * The `-g' compilation flag made optional, w.r.t. DEB_BUILD_OPTIONS. * gnats-user: Links to undocumented man pages removed. * Permissions of control files fixed. * `exim' prepended to the dependencies on `mail-transport-agent'. * Link unavailable man pages to gnats.7. * gnatsweb entry removed from `control'; closes: #89044. * No lintian 1.20.6 errors.
-- Milan Zamazal <pdm@debian.org> Fri, 16 Mar 2001 12:17:39 +0100
gnats (3.999.20010121-2) unstable; urgency=low
* gnats/check-db.sh: Missing `fi's added. * pr-edit segfault fixed; closes: #83418.
-- Milan Zamazal <pdm@debian.org> Wed, 24 Jan 2001 22:22:11 +0100
gnats (3.999.20010121-1) unstable; urgency=low
* New CVS snapshot (wow!).
* contrib programs removed, because of (temporary?) problems with them;
that means gnatsweb and tkgnats aren't built.
* debian/copyright: Updated.
* debian/gnats.el: Updated.
* emacs19 removed from build dependencies; closes: #82677.
* Home page URLs in descriptions updated.
-- Milan Zamazal <pdm@debian.org> Sun, 21 Jan 2001 20:37:59 +0100
2000
gnats (3.999.20000924-3) unstable; urgency=low
* mkdb related fixes; closes: #76681. * Create `dbconfig' in /var/lib/gnats/gnats-db/gnats-adm if needed (thanks to Hugo Gayosso for providing a necessary hint); closes: #71587. * Note this is still ALPHA quality software and there is almost no upstream development last few months. Use this version at your own risk.
-- Milan Zamazal <pdm@debian.org> Sun, 12 Nov 2000 15:54:19 +0100
gnats (3.999.20000924-2) unstable; urgency=low
* Build dependencies on flex and bison added (thanks to Roman Hodek, who
patiently reports all the build dependency bugs); closes: #72470.
* Don't build gnats-tk (it hasn't been ported for GNATS 4 yet).
-- Milan Zamazal <pdm@debian.org> Sat, 30 Sep 2000 17:13:54 +0200
gnats (3.999.20000924-1) unstable; urgency=low
* New CVS version. * Typo in Build-Depends fixed; closes: #72002.
-- Milan Zamazal <pdm@debian.org> Sun, 24 Sep 2000 13:52:07 +0200
gnats (3.999.20000820-2) unstable; urgency=low
* Build-depend on texi2html instead of tetex-bin; closes: #68454, #71424.
-- Milan Zamazal <pdm@debian.org> Tue, 12 Sep 2000 20:10:15 +0200
gnats (3.999.20000820-1) unstable; urgency=low
* New upstream version (beta version of GNATS 4 from CVS);
closes: #53212, #61960.
* DO NOT USE THIS ON A PRODUCTION SERVER! There are incompatibilities
between GNATS 3 and GNATS 4 and the package hasn't been tested much
yet. The package seems to do something, but has definitely many
bugs. Bug reports on any bugs are welcome!
* Printed dates include numeric time zone, not a time zone abbreviation
(idea of Konstantin Kivi); closes: #64883.
* gnatsweb: Konstantin Kivi's example of emitting a KOI-8 HTTP header
added.
-- Milan Zamazal <pdm@debian.org> Sun, 10 Sep 2000 15:43:44 +0200
gnats (3.113-15) unstable; urgency=low
* Other files from /var/lib/gnats/gnats-db/gnats-adm/ made conffiles;
closes: #68026.
-- Milan Zamazal <pdm@debian.org> Mon, 31 Jul 2000 22:04:31 +0200
gnats (3.113-14) unstable; urgency=low
* WARNING: Unless some important bug is found, this is the last
packaging of the 3.113 version. I plan to package pre-release GNATS 4
(which is a bit incompatible with the older version) in few weeks.
* Give advice about exim configuration; closes: #64882.
* Maximum line size in gnatsd.c enlarged to 10000 B; closes: #67425.
* All quotes and backquotes in template replaced by double-quotes;
hopefully closes: #66831.
-- Milan Zamazal <pdm@debian.org> Mon, 24 Jul 2000 20:05:14 +0200
gnats (3.113-13) frozen unstable; urgency=low
* Call `db_purge' in postrm; closes: #65443. * `gnatsd.access' shouldn't be world readable; partially fixes #65470. * This upload goes to frozen because the fixed bugs were reported with the severity `important'.
-- Milan Zamazal <pdm@debian.org> Sun, 11 Jun 2000 09:39:21 +0200
gnats (3.113-12) frozen unstable; urgency=low
* gnatsweb must depend on libmime-base64-perl; closes: #63173.
-- Milan Zamazal <pdm@debian.org> Sat, 29 Apr 2000 18:30:58 +0200
gnats (3.113-11) frozen unstable; urgency=low
* Reply-To bug in send-pr fixed; closes: #62137.
-- Milan Zamazal <pdm@debian.org> Mon, 10 Apr 2000 20:26:51 +0200
gnats (3.113-10) frozen unstable; urgency=low
* Installation of debconf template for gnats-user fixed; closes: #61823. * Do not byte compile Emacs files for the `xemacs21' flavor, avoiding thus installation crash on machines with XEmacs 21 installed.
-- Milan Zamazal <pdm@debian.org> Sun, 9 Apr 2000 10:13:50 +0200
gnats (3.113-9) frozen unstable; urgency=low
* Bug in `mkdist' fixed, it works now; closes: #61397. (I'm not sure it justifies update in frozen because mkdist is not so much used utility, but the bug is marked as important, so ...). * `config.*' files replaced by those from current automake, to avoid compilation problems on ARM; closes: #60959.
-- Milan Zamazal <pdm@debian.org> Fri, 31 Mar 2000 20:52:32 +0200
gnats (3.113-8) frozen unstable; urgency=low
* gnats-user: Emacs files installation fixed; closes: #58607. * Do not print a welcome message in .profile, since it causes cron to generate mails to admin. * ~gnats/.profile is now conffile.
-- Milan Zamazal <pdm@debian.org> Wed, 23 Feb 2000 19:09:16 +0100
gnats (3.113-7) frozen unstable; urgency=low
* Add user field into the /etc/cron.d script, the script didn't work!
-- Milan Zamazal <pdm@debian.org> Thu, 20 Jan 2000 20:26:32 +0100
gnats (3.113-6) frozen unstable; urgency=low
* Fix gnatsweb dependencies; closes: #54658.
-- Milan Zamazal <pdm@debian.org> Sat, 15 Jan 2000 10:45:53 +0100
gnats (3.113-5) unstable; urgency=low
* Protect all db_inputs with `|| true'.
-- Milan Zamazal <pdm@debian.org> Sat, 8 Jan 2000 21:25:58 +0100
1999
gnats (3.113-4) unstable; urgency=low
* Build dependencies fixed; closes: #52778.
-- Milan Zamazal <pdm@debian.org> Wed, 15 Dec 1999 18:55:40 +0100
gnats (3.113-3) unstable; urgency=low
* Install debconf files!
-- Milan Zamazal <pdm@debian.org> Tue, 14 Dec 1999 09:28:28 +0100
gnats (3.113-2) unstable; urgency=low
* Build-depend on tetex-base. * Define GNATS_USER during compilation (gnats-tk should work again).
-- Milan Zamazal <pdm@debian.org> Wed, 24 Nov 1999 23:07:59 +0100
gnats (3.113-1) unstable; urgency=low
* New upstream version. * Standards 3.1.1. * Homepage URL added to control. * Use `xargs -r' in rules. * Use debconf. * Less verbose configuration. * The waitcr subscript removed. * Remove `support', not `gnats' from inetd.conf on purge. * Call newaliases, if available, after changing /etc/aliases. * Menu entry for gnats-tk defined. * Build dependencies introduced. * Reference to GPL location on Debian updated. * One forgotten /usr/doc occurence moved to /usr/share/doc.
-- Milan Zamazal <pdm@debian.org> Thu, 18 Nov 1999 22:21:41 +0100
gnats (3.112.1-2) unstable; urgency=low
* gnatsd.access is a conffile now; closes: #48638. * Notify addresses concatenation fixed, thanks to Eric Valette for providing appropriate information. * No lintian 1.10 errors.
-- Milan Zamazal <pdm@debian.org> Sun, 31 Oct 1999 19:31:50 +0100
gnats (3.112.1-1) unstable; urgency=low
* New upstream version; closes: #45761. * Apply dh_clean, so that the debhelper generated files were not included in *.diff.gz. * gnatsweb package created on a user's request; but don't expect much of it now.
-- Milan Zamazal <pdm@debian.org> Mon, 27 Sep 1999 22:09:52 +0200
gnats (3.111-3) unstable; urgency=low
* Moved to FHS.
* Compiled with egcs/glibc 2.1.
* The new upstream version didn't fix the glibc 2.1 compilation
problems, so the fixes are back again.
* One more such a fix (for gnatsd).
* Handle non-existent /etc/aliases properly; closes: #44873.
* The shell for cross-check changed from ksh to bash.
* Standards 3.0.1.
* No lintian 1.8.2 errors.
-- Milan Zamazal <pdm@debian.org> Mon, 13 Sep 1999 22:13:53 +0200
gnats (3.111-2) unstable; urgency=low
* check-db.sh: Improve "cron" message. * check-db.sh: Unlock if exiting when index not found.
-- Milan Zamazal <pdm@debian.org> Tue, 7 Sep 1999 21:00:50 +0200
gnats (3.111-1) unstable; urgency=low
* New upstream version. * inetd entry changed from `gnats' to `support'; closes: #43612. * index.html in HTML docs is a symlink now, not renamed table of contents; closes: #43617.
-- Milan Zamazal <pdm@debian.org> Sat, 28 Aug 1999 10:47:07 +0200
gnats (3.110-7) unstable; urgency=low
* tkgnats doc & example files installed; closes: #33479. * Better messages about /etc/passwd in postinst; closes: #37824. * LIBEXECDIR for gnats-tk fixed.
-- Milan Zamazal <pdm@debian.org> Tue, 17 Aug 1999 22:23:58 +0200
gnats (3.110-6) unstable; urgency=low
* gnats suggests gnats2w.
* The `software.free.com' entry in gnatsd.conf commented out;
closes: #42746.
* The default value of GNATS_ROOT in ~gnats/.profile fixed;
closes: #42748.
* gnats-db.conf is a conffile now.
-- Milan Zamazal <pdm@debian.org> Fri, 13 Aug 1999 19:58:33 +0200
gnats (3.110-5) unstable; urgency=low
* Bug in change in `check-db' fixed. * Yet another "outfile" fix.
-- Milan Zamazal <pdm@debian.org> Mon, 2 Aug 1999 23:24:20 +0200
gnats (3.110-4) unstable; urgency=low
* DANGER! -- installation scripts rewritten, be careful or brave.
Anyway, any problem reports are welcome!
* qmail support; closes: #24131.
* Emacs compilation support.
* `gnats-user' dependency on `emacs' changed to `emacsen'.
* `gnats-user' no longer installs files into /usr/libexec/.
* Yet another "outfile" fix.
* reset-gnats: Print error when not run from the `gnats' account;
closes: #40914.
* /etc/aliases handling improved; closes: #40858.
* Installation scripts rewritten from Perl to bash to be more simple and
robust and many fixes done in them.
* More error trapping in rules.
* HTML documentation provided.
* crontabs installed into /etc/cron*.
* Using `tempfile', so dependency on debianutils added.
* Install /etc/gnats/gnats-db.conf.
* Symlink made in /etc/gnats/ to standard database; closes: #40906.
* GNATS_ROOT added to ~gnats/.profile.
* Configuration reading bug in send-pr.el fixed; closes: #26352.
* No lintian 1.5 errors.
-- Milan Zamazal <pdm@debian.org> Mon, 26 Jul 1999 21:20:42 +0200
gnats (3.110-3) unstable; urgency=low
* Password setting advice in postinst fixed; closes: #39619. * LIBEXECDIR fixed for /usr/lib/gnats/* scripts. * GNATS_ADMIN fixed. * Sample categories commented out in configuration; closes: #32904, #34240. * Configuration suggested in /usr/lib/check-db if index doesn't exist. * Still untested package, serious bugs possible.
-- Milan Zamazal <pdm@debian.org> Thu, 17 Jun 1999 00:11:43 +0200
gnats (3.110-2) unstable; urgency=low
* Tkgnats configuration fixed. * Applied patch by Kaz Sasayama to avoid file-pr segfaults; closes: #37229. * Applied patch by Konstantinos Margaritis to avoid stdout initialization problems on powerpc potato systems; closes: #38166, #38272.
-- Milan Zamazal <pdm@debian.org> Mon, 14 Jun 1999 20:57:04 +0200
gnats (3.110-1) unstable; urgency=low
* New upstream version.
* New maintainer.
* UNTESTED PACKAGE VERSION, USE AT YOUR OWN RISK ONLY!
* No longer native Debian package.
* Standards 2.5.0.
* Compiled with `-O2 -g'.
* `copyright' updated.
* `copyright' not compressed.
* debian/rules changes.
* Using debhelper now.
* MD5 sums added.
* CYGNUS installed into /usr/doc/.
* Executing shell of `reset-gnats' changed to bash to not generate
annoying dependency on pdksh.
* Docs of `gnats-user' installed to `/usr/doc/gnats-user'.
* No lintian 1.3 errors.
* No fixes of reported bugs yet, wait for the next version, please.
-- Milan Zamazal <pdm@debian.org> Sun, 6 Jun 1999 19:57:24 +0200
1998
gnats (3.104-6) unstable; urgency=low
* Suggest "emacsen" instead of "emacs" (Bug#24614) * Don't see "gnats-user" alias as a gnats alias (Bug#26296)
-- Brian White <bcwhite@pobox.com> Tue, 13 Oct 1998 12:38:13 -0400
gnats (3.104-5) frozen unstable; urgency=low
* Include /usr/lib/gnats in path instead of GNATS_ROOT/gnats-bin (Bug#21636) * Now depend on 'wish' instead of tk42 (Bug#21490) * Move tkgnats man page from /usr/share to /usr (Bug#21029) * Corrected gnats user setting (Bug#21030)
-- Brian White <bcwhite@pobox.com> Mon, 11 May 1998 19:42:06 -0400
gnats (3.104-4) frozen unstable; urgency=low
* Fixed GNATS_ROOT problem with contributed scripts (Bug#19554, #19555, #19899) * Changed check-categories to abort in case of error (Bug#19898) * Fixed tkgnats search path to /usr/share/tkgnats (Bug#19968) * Fixed incorrect install of copyright file (Bug#20377)
-- Brian White <bcwhite@pobox.com> Sat, 11 Apr 1998 14:11:02 -0400
gnats (3.104-3) unstable; urgency=low
* Fixed (hopefully) problem with delete-pr (Bug#18832) * Fixed spelling mistake in description (Bug#18915) * Fixed copyright files in gnats-tk (Bug#19317) * Added missing manpages (Bug#19317)
-- Brian White <bcwhite@pobox.com> Wed, 11 Mar 1998 13:25:17 -0500
gnats (3.104-2) unstable; urgency=low
* Fixed problem link to uncompressed.7 (Bug#16163) * Fixed incorrect variable in check-db (Bug#16369)
-- Brian White <bcwhite@pobox.com> Thu, 19 Feb 1998 13:08:41 -0500
1997
gnats (3.104-1) unstable; urgency=low
* New upstream source * Have postinst call "adduser" if user password entry doesn't exist (Bug#8446) * Fixed problem with unset GNATS_ADDR (Bug#11348)
-- Brian White <bcwhite@pobox.com> Wed, 23 Jul 1997 14:01:51 -0400
gnats (3.101-2) frozen unstable; urgency=low
* Added patch to fix problems calling new "at" (Bug#8801) * Added patch to fix nis dependancy (Bug#8799) * Changed debian/rules to determine PWD itself (Bug#8800)
-- Brian White <bcwhite@pobox.com> Fri, 25 Apr 1997 13:27:20 -0400
gnats (3.101-1) unstable; urgency=low
* New upstream source * New packaging format * Changed gnats uid/gid to #41 * Fixed permisions of gnats.conffiles (Bug#4661) * Fixed install of send-pr info file (Bug#3053)
-- Brian White <bcwhite@pobox.com> Mon, 27 Jan 1997 21:23:55 -0500
1995
gnats (3.2-1) unstable; urgency=low
* Added Debian GNU/Linux package maintenance system files * Fixes required a couple C prototypes * and a mod to the Makefile (.in) to properly find the install.sh program
-- Brian White <bcwhite@pobox.com> Mon, 18 Nov 1995 23:44:17 -0500