From b59e73638e72310dddefb7fcae11d7fea92f3cda Mon Sep 17 00:00:00 2001 From: joy <> Date: Thu, 7 Feb 2002 16:49:42 -0800 Subject: [PATCH] [project @ 2002-02-07 16:49:42 by joy] remaining changes from 2.3-4 --- debian/changelog | 61 ++++++------------------------------------------ debian/conffiles | 7 ++++++ debian/control | 6 ++--- 3 files changed, 17 insertions(+), 57 deletions(-) create mode 100644 debian/conffiles diff --git a/debian/changelog b/debian/changelog index 3ef2a221..30795088 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,51 +1,3 @@ -debbugs (2.4-1) experimental; urgency=medium - - * Updating the package with what's in CVS, even though this might - completely break things for people who've been using the previous also - broken package. :) Upped the minor version since the changes - are noticeable, and uploaded to experimental, just in case. - * Applied speedup patch, that uses references, instead of copies. - Thanks to Thomas Smith. Closes: #87176. [Adam] - * Reverted some parts of the speedup patch because it breaks the API. - [Anthony] - * Bugs that are tagged fixed are now listed in a separate section in the - web pages. Patch from Colin Watson. Closes: #86922. [Adam] - * Added support for an additional Maintainers.override file, which is read - after the normal one. This allows the normal one to be externally - updated, but still have local overrides. [Adam] - * Put and on the same line as the title since some lame - browsers don't seem to like it otherwise. [Josip] - * Include a mailto: URI in the header for a bug report. [Adam] - * Added support for filtering on subject with include=subj:foo (exact - match, case sensitive). [Anthony] - * Added a missing http://, thanks to Julian Gilbey. [Anthony] - * Use by-*.idx indices to speed up pkgreport.cgi. [Anthony] - * Support "maint=" in pkgreport to give packages without a maintainer. - [Anthony] - * Updated Postfix documentation. [Darren] - * Use two variables in order to reduce the amount of path hard-coding. - * Added support for storing the files in a hashed directory (db-h), with - the same hash layout as archive/. [Adam] - * Added support for tracing of bug state changes. This date is in - $gSpoolDir/debbugs.trace. It is locked (as debbugs.trace.lock) while - accessed, and appended to. Currently, nothing uses this trace file and - it isn't even cleaned up, which can be easily fixed with a simple cron - job. [Adam] - * Tell sendmail to queue outgoing mail for later delivery, instead of - immediate delivery. [Adam] - * Added a keywords header to outgoing email responses. [Adam] - * Use Resent-From: if From: doesn't exist. [Adam] - * Added appropriate Reply-To: lines for the ACK messages that could use - them. [Josip] - * Add $gUnknownMaintainerEmail to the list of maintainers to mail in case - an package with no maintainer is referenced. [Adam] - * processall locks 'incoming-cleaner' before starting, so we don't have - multiple copies of it running at the same time. [Adam] - * Added myself to the Uploaders: field. [Josip] - * Various other things, not worth mentioning here. - - -- Josip Rodin UNRELEASED - debbugs (2.3-4) unstable; urgency=low * Added a check for unwanted characters in the part of request passed on @@ -55,8 +7,14 @@ debbugs (2.3-4) unstable; urgency=low * Fixed the nextnumber misplacement (it should be in spool dir, not config dir), and added a note about running debbugsconfig after changes to config file, thanks to Rob for the hints. [Josip] + * Changed Maintainer: to point to debian-debbugs. Added myself to + Uploaders:. [Josip] + * Fixed Lintian errors: file-in-etc-not-marked-as-conffile (except + for lynx-cfg which is a gross hack anyway), + virtual-package-depends-without-real-package-depends, + debian-changelog-file-contains-user-emacs-settings. - -- Josip Rodin Sat, 27 Jan 2001 23:20:06 +0100 + -- Josip Rodin Thu, 7 Feb 2002 17:30:17 +0100 debbugs (2.3-3) unstable; urgency=low @@ -198,8 +156,3 @@ debbugs (1.0-1) unstable; urgency=low * Initial Release. -- Darren Benham Thu, 21 Jan 1999 20:55:51 -0800 - -Local variables: -mode: debian-changelog -add-log-mailing-address: "gecko@debian.org" -End: diff --git a/debian/conffiles b/debian/conffiles new file mode 100644 index 00000000..e3ce09be --- /dev/null +++ b/debian/conffiles @@ -0,0 +1,7 @@ +/etc/debbugs/html/Access.html.in +/etc/debbugs/html/Developer.html.in +/etc/debbugs/html/Reporting.html.in +/etc/debbugs/html/index.html.in +/etc/debbugs/html/server-control.html.in +/etc/debbugs/html/server-refcard.html.in +/etc/debbugs/html/server-request.html.in diff --git a/debian/control b/debian/control index 20513afc..536d098c 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ Source: debbugs Section: misc Priority: optional -Maintainer: Darren Benham -Uploaders: Josip Rodin +Maintainer: Debbugs developers +Uploaders: Darren Benham , Josip Rodin Standards-Version: 3.2.1 Build-Depends: debhelper Package: debbugs Architecture: all -Depends: perl5 | perl, mail-transport-agent, mailtools, ed +Depends: perl5 | perl, exim | mail-transport-agent, mailtools, ed Recommends: httpd, links | lynx Description: The bug tracking system based on the active Debian BTS Debian has a bug tracking system which files details of bugs reported by -- 2.39.5