lire (2:2.1-1) unstable; urgency=low * New upstream release. * debian/control: Made myself maintainer, Wolfgang Sourdeau now is in Uploaders. * debian/control: Update dependency: s/libdbd-sqlite2-perl (>= 1:0.33)/libdbd-sqlite3-perl/, add suggests sqlite, sqlite3: Lire 2.1 requires DBD::SQLite, which uses SQLite 3.0 (Debian package "sqlite3"). SQLite 2 (Debian package "sqlite") is no longer supported by Lire. If you have one or more old lire stores, you will need to convert each of them to the new format, like this: sqlite oldstore.db .dump | sqlite3 newstore.db . See /usr/share/doc/lire/NEWS.Debian.gz for more information. * debian/lire.NEWS: document upgrade procedure to SQLite3. * Acknowledge NMU, thanks a lot Christian Perrier! (Closes: #492180, #502291, #492180, #502767). * debian/po/vi.po: Update Vietnamese translation, thanks to Clytie Siddall (Closes: #513586). * debian/{lire.config,lire.postinst,lire.postrm,lire.preinst}: Support upgrades from 2.0.2-3 (etch / current oldstable) or later only. - Debconf variables lire/useexistinguser and lire/useexistinggroup have been removed < 2.0.2-3; remove code dealing with them from lire.config. - Debconf variables "user group filesuser filesgroup leftuser leftgroup usingexistinguser usingexistinggroup wronguser wronggroup lire_user_not_lire upgradingvariables upgrading_to_15 upgrating_to_20" have all been removed < 2.0.2-3; remove code dealing with them from lire.postinst. - Configuration files /etc/lire/*/defaults and /etc/lire/catalog.xml have been removed at around 1.1-1. Remove code dealing with them from lire.postrm. - Remove code dealing with obsolete Debconf variables lire/user and lire/group from lire.preinst * debian/rules: remove support for patches: we're no longer applying any patches since 2.0.1-3. * control: libmime-perl is superseded by libmime-tools-perl, adjust name. * debian/control: Update Standards-Version from 3.7.3 to 3.8.0 (no changes needed). -- Joost van Baal Sun, 15 Mar 2009 08:45:20 +0100 lire (2:2.0.3-1.1) unstable; urgency=low * Non-maintainer upload. * debian/po/*.po: Fix pending l10n issues. Debconf translations: - Swedish (thanks Martin Bagge). Closes: #492180 - Basque. Closes: #502291 - Italian. Closes: #492180 - Russian. Closes: #502767 -- Christian Perrier Tue, 21 Oct 2008 05:58:08 +0200 lire (2:2.0.3-1) unstable; urgency=low * New upstream release. * debian/README.Debian: added hint on how to disable default report generating cronjobs. * debian/exim.cfg: Convert from exim3 to exim4 style. exim3 is obsolete since Debian sarge (2005). Thanks Noah Slater. (Closes: #456910). * debian/lire.preinst: remove code for removing obsolete converters: was only needed for upgrades from lire < 2.0. * debian/{lire-doc.doc-base.manual,lire-devel-doc.doc-base.developer}: move documentation from obsolete doc-base section Apps/System to System/Monitoring (Thanks lintian.) * debian/control: move url to Homepage field. * debian/copyright: machine-interpretable, using proposal by Sam Hocevar (http://wiki.debian.org/Proposals/CopyrightFormat). * debian/{compat,rules}: Store debhelper compatibility version in debian/compat, not DH_COMPAT variable. (Thanks lintian.) * debian/{compat,control}: Raise debhelper compatibility from 4 to 5. * debian/rules: Don't ignore errors from make distclean. (Thanks lintian.) * debian/control: Don't use unneeded Debian revisions in build dependencies: be nice to backporters. (Thanks lintian.) * debian/control: Update Standards-Version from 3.7.2 to 3.7.3 (no changes needed). -- Joost van Baal Thu, 13 Mar 2008 17:02:33 +0100 lire (2:2.0.2-5) unstable; urgency=low * debian/po/pt.po: Added Portuguese translation, thanks to Ricardo Silva (Closes: #414835). -- Joost van Baal Tue, 27 Mar 2007 16:28:42 +0200 lire (2:2.0.2-4) unstable; urgency=low * debian/lire.postrm: do not assume the not essential adduser package is available during postrm. Inspired by Lucas Nussbaum's piuparts runs. * debian/po/de.po: Updated German translation. Thanks Helge Kreutzmann (Closes: #411467). * debian/control: lire: don't Depend upon debconf, but Pre-Depend upon it, since we are using debconf in preinst. Thanks lintian. -- Joost van Baal Sun, 04 Mar 2007 17:19:03 +0100 lire (2:2.0.2-3) unstable; urgency=high * debian/po/cs.po: Updated Czech translation. Thanks Martin Šín (Closes: #391544). -- Joost van Baal Thu, 02 Nov 2006 15:30:00 +0100 lire (2:2.0.2-2) unstable; urgency=low * debian/po/fr.po: Updated French translation. Thanks Thomas Huriaux (Closes: #387275). * debian/po/nl.po: Updated Dutch translation. Thanks Kurt De Bree (Closes: #389786). * debian/README.Debian: remove all notes about Lire versions < 2.0.1-4: we no longer support stuff older than Debian sarge. * debian/{templates,lire.config}: remove lire/config template since it's overkill to annoy the user with that. Also remove lire/foundlocaluser debconf template, no longer give warning if local lire user has uid in 1000-29999 range: this note was for upgrading from lire packages < 20020214-3, which we no longer support. (Closes: #388923) * debian/control: fix spelling of my name in Uploaders. * debian/lire.{lintian.overrides,docs}, debian/rules: do not install upstream INSTALL doc. -- Joost van Baal Tue, 03 Oct 2006 12:14:28 +0200 lire (2:2.0.2-1) unstable; urgency=low * Debian package release prepared by Joost van Baal . * New upstream release: - (partial) fix for Bug #291063. - allow for extra " - ": support new style cups page_log. Thanks Marco Gaiarin. (Closes: #313545). * debian/{lr_vendor_cron,rules}: no longer use our own lr_vendor_cron script, but use the fixed upstream one. * debian/copyright: Fix FSF snailmail address. * debian/control: Fix Build-Depends-Indep: debhelper to Build-Depends. Update Standards-Version from 3.6.1 to 3.7.2 (no changes needed). * debian/control: Add "| debconf-2.0" to hardcoded Depends: debconf (>= 1.0.32). (We're not going with ${misc:Depends}, since that would use "debconf (>= 0.5) |" which we can't guarantee.) (Closes: #332010). * debian/control: add Pre-Depends: adduser, since we're using that in lire.preinst. * debian/rules: don't use /usr/lib but /usr/share/lire/lib as libexecdir: adhere to FHS: architecture-independent files belong in /usr/share. * debian/lire.preinst: Fix deprecated chown(1) usage. * debian/apache2.cfg: added. Thanks Vincent Danjean. (Closes: #360957). * debian/{lire.config,lire.postinst,templates}: drop support for upgrades from versions < 2.0: Debian 3.1 "Sarge", shipped june 2005, comes with 2.0.1-4. We've removed buggy (thanks Andrew Pollock for pointing this out) code which dealt with this, which Closes: #334996. * debian/templates: Improve phrasing of lire/lire_user_not_lire and lire/purge_user_files. * debian/templates: Fix 2 language bugs. Thanks Clytie Siddall. (Closes: #312505). * debian/po/sv.po: Added Swedish translation, thanks to Daniel Nylander (Closes: #351636). * debian/po/cs.po: Added Czech translation, thanks to Martin Šín (Closes: #319932). * debian/po/vi.po: Added Vietnamese translation, thanks to Clytie Siddall (Closes: #312504). * debian/po/de.po: Minor German language corrections. Thanks Jens Seidel (Closes: #313991). -- Wolfgang Sourdeau Thu, 08 Jun 2006 14:31:20 +0200 lire (2:2.0.1-4) unstable; urgency=low * debian/control: build-depend an depend on libdbd-sqlite2-perl (>= 2:0.33-4) instead of libdbd-sqlite-perl. -- Wolfgang Sourdeau Mon, 25 Apr 2005 23:10:41 -0400 lire (2:2.0.1-3) unstable; urgency=low * debian/patches: removed patches after recent update of libdbd-sqlite-perl in Debian. * debian/control: build-depend on libdbd-sqlite-perl (>= 1:0.33-1). -- Wolfgang Sourdeau Mon, 6 Dec 2004 01:32:35 -0500 lire (2:2.0.1-2) unstable; urgency=low * debian/lire.preinst: remove obsolete converters initializers in /etc/lire/converters. (Closes: #276081) * debian/lr_vendor_cron: no longer invoke lr_run to run lr_log2mail. (Closes: #276278) * debian/po/nl.po: updated NL translation. (Closes: #270792) * debian/po/fr.po: rephrased some sentences. -- Wolfgang Sourdeau Wed, 13 Oct 2004 13:31:39 -0400 lire (2:2.0.1-1) unstable; urgency=low * New upstream release. * debian/patches: - added 00-configure.patch, to check for DBD::SQLite (which up to now is kept to version 0.30 in Debian), instead of DBD::SQLite2; - added 01-all_lib_tests_DlfStoreTest_pm.patch and 02-all_lib_Lire_DlfStore.patch to use DBD::SQLite as DBI driver, for the same reason mentioned above. -- Wolfgang Sourdeau Sat, 9 Oct 2004 20:33:18 -0400 lire (2:2.0-1) unstable; urgency=low * New upstream release. * debian/rules: - removed handling of Jade, pdfjadetex, pdfxmltex, xsltproc, xmllint, etc... to configure; - removed removal commands of Time::Timezone, the roadmap and faq; - removed the regeneration of the lire.7 manpage; - renamed "maininstdir" to "DESTDIR"; - specifies DESTDIR to make install instead of all the other directories; - added code to remove useless and empty directories after dh_movefiles. * debian/control: - added build-dependency on libtime-modules-perl; - removed dependency on xsltproc; - removed suggestion on jade, jadetex, docbook-dsssl and zip; - removed recommendation on docbook-xsl and docbook-xml; - updated synopsis for lire-doc and lire-devel-doc. * debian/templates: - added a note with regard to the upgrade to Lire 2.0. -- Wolfgang Sourdeau Tue, 7 Sep 2004 17:26:03 -0400 lire (2:1.5-5) unstable; urgency=low * debian/control: - replaced or'd dependency on exim with one on exim4. (Closes: #255353) - lire-doc suggests lire-devel-doc. (Closes: #256027) - specify version of perl-base to build-indep-depend on. * debian/rules: - man page for lr_vendor_cron is now in section 8 (administration). - lire.7 manpage header states correctly that it's in section 7. -- Wolfgang Sourdeau Wed, 30 Jun 2004 13:40:11 -0400 lire (2:1.5-4) unstable; urgency=low * debian/control: added libcurses-ui-perl (>= 0.92-1) and libintl-perl (>= 1.10-1) as build dependencies. (Closes: #244366) -- Wolfgang Sourdeau Mon, 19 Apr 2004 02:18:31 -0400 lire (2:1.5-3) unstable; urgency=low * Fixed short description in debian/control. * debian/rules: take new variable names into account and remove obsolete ones. -- Wolfgang Sourdeau Tue, 13 Apr 2004 23:00:35 -0400 lire (2:1.5-2) unstable; urgency=low * Updated french translation of debconf template. -- Wolfgang Sourdeau Tue, 13 Apr 2004 21:45:13 -0400 lire (2:1.5-1) unstable; urgency=low * New upstream release. * Removed patches #01 to #04. * Added a note template to notify the user about the changes in the syntax of lr_cron. * Section 3 manpages moved into lire-devel-doc. * Added dependencies to libintl-perl and libcurses-ui-perl in debian/control. -- Wolfgang Sourdeau Tue, 13 Apr 2004 21:24:13 -0400 lire (2:1.4.1-4) unstable; urgency=low * debian/patches: patch 04 enables a default 'lr_filter' configuration variable as default. * debian/patches: patch 02 reenable the use of a filter if 'lr_filter' is set. -- Wolfgang Sourdeau Fri, 12 Mar 2004 13:27:33 -0500 lire (2:1.4.1-3) unstable; urgency=low * debian/patches: patch 03 prevent Lire from failing with configuration files which do not gave a global section. * debian/patches: patch 02: got rid of a wrong/obsolete/misused variable. -- Wolfgang Sourdeau Wed, 10 Mar 2004 18:28:58 -0500 lire (2:1.4.1-2) unstable; urgency=low * debian/patches: patch 02 fixes a problem with converter's registration in lr_cron. * debian/: added lire.lintian.overrides. -- Wolfgang Sourdeau Wed, 10 Mar 2004 05:33:16 -0500 lire (2:1.4.1-1) unstable; urgency=low * New upstream release. * debian/patches: patches 00 and 01 fixes path to xml.dcl in lr_xml2rtf.in and lr_xml2pdf.in. * debian/control: build-depends on libdbd-sqlite-perl (>= 0.29). -- Wolfgang Sourdeau Thu, 8 Jan 2004 02:22:49 -0500 lire (2:1.4-5) unstable; urgency=low * debian/rules: explicitly specifies the path to the DocBook 4.1.2 DTD. (Closes: #224914) * debian/rules: force discovery of sendmail. (Closes: #223179) -- Wolfgang Sourdeau Sat, 27 Dec 2003 13:09:25 -0500 lire (2:1.4-4) unstable; urgency=low * debian/control: build-depends on libxml-parser-perl. (Closes: #223179) -- Wolfgang Sourdeau Wed, 17 Dec 2003 14:03:33 -0500 lire (2:1.4-3) unstable; urgency=low * debian/rules: provides "--libexecdir" parameter to configure. (Closes: #223744). -- Wolfgang Sourdeau Mon, 15 Dec 2003 09:26:18 -0500 lire (2:1.4-2) unstable; urgency=low * debian/: config renamed to lire.config. * debian/lire.preinst: update /etc/gshadow too. * debian/lire.preinst: remove $old_user from groups in /etc/group and /etc/gshadow. -- Wolfgang Sourdeau Sun, 16 Nov 2003 11:53:16 -0500 lire (2:1.4-1) unstable; urgency=low * New upstream release. * Updated short desc. in debian/control. * debian/po/nl.po updated. -- Wolfgang Sourdeau Sat, 15 Nov 2003 22:16:26 -0500 lire (1:1.4rc1-3) unstable; urgency=low * Resolved conflict with libtime-modules-perl. * Changed configuration interface of the 'lire' user. * Installation files have their package names used as prefix, including the main 'lire' package. * removed FAQ and roadmap from package. * getent and id are evil in our case (glibc cache?), use good old grep instead. * debian/rules: DH_COMPAT=4. * debian/list.postinst: remove unused configuration variables from Debconf; * debian/control: "Bugs: debbugs://bugs.debian.org" removed; (Closes: #220087) * French translation updated, templates.pot now available. (Closes: #220029) -- Wolfgang Sourdeau Fri, 14 Nov 2003 18:09:55 -0500 lire (1:1.4rc1-2) unstable; urgency=low * debian/control: doc packages only "Suggests" instead of depending on the main package. * debian/rules: usr/share/doc subdirs for doc packages are now real dirs instead of links to usr/share/doc/lire. * CVS subdirs removed. * debian/copyright: updated copyright information. -- Wolfgang Sourdeau Mon, 10 Nov 2003 19:44:06 -0500 lire (1:1.4rc1-1) unstable; urgency=low * New maintainer. * New upstream release. * Removed build-dependencies, put envvars in debian/rules instead. * debian/rules: DH_COMPAT=3. * debian/rules: use debian/lire instead of debian/tmp as the installation dir. * debian/conffiles removed. This list is generated automatically. * debian/control: removed useless or obsolete fields to comply with latest policy + new package description. * Lire 1.1 is largely unmaintained now. Test with current version and reopen if needed. (Closes: #180426) * New debian/patches directory for patches that are specific to Debian. * Applied patch to accept recent changes in the syntax of SpamAssassin. Thanks to Cosimo Alfarano . (Closes: #203909) * Seems to not happen with this release anymore. (Closes: #190286) * Put new exim.cfg in /etc/default/lire.d/. Thanks to Hamish Moffatt . (Closes: 207005) * Documentation packages separated from main (see lire-doc and lire-devel-doc). -- Wolfgang Sourdeau Mon, 10 Nov 2003 15:10:08 -0500 lire (1:1.3.1-1) unstable; urgency=low * New upstream (1.3 was released 2003-05-17) * Non-standard named Lire user or Lire group are no longer supported: supporting this has caused lots of headache and bugs. Things grew too hairy. - config, templates, po/nl.po: no longer show lire/user and lire/group, add lire/nonstandarduser. Fetch old non-standard named user/group, and act sanely. - README.Debian: documented non-standard named Lire user or Lire group are no longer supported. Some notes about workarounds. - postinst, postrm: don't use lire/user or lire/group, but hardcoded 'lire' -- Joost van Baal Thu, 04 Sep 2003 21:29:32 +0200 lire (1:1.2.1-2) unstable; urgency=low * postinst: set back original permissions on /etc/cron.{daily,weekly,monthly}/lire (closes: #190286) -- Joost van Baal Thu, 24 Apr 2003 21:54:34 +0200 lire (1:1.2.1-1) unstable; urgency=low * New upstream (missed Lire 1.2) (closes: #164209 wrapper calls lr_log2mail with too many arguments) * rules: adapted to use the version of DocBook DTD that is currently in Debian sid (Wessel Dankers) * doc-base.manual: author added * control: ploticus added (Wessel Dankers), better Description, standards version updated from 3.5.6 to 3.5.9 (no changes needed) * rules, control: explicit build-indep target added. moved jobs from binary-arch to binary-indep, since they're architecture-independent. Added lots of stuff to Build-Depends-Indep, got rid of explicitly setting paths to needed tools for ./configure (closes: #164935) * postinst: get rid of doc symlink handling. Debian has been fully migrated from /usr/doc to /usr/share/doc now. * conffiles: added /etc/lire/test.cfg and /etc/lire/spamfilter.cfg: new Lire services. * README.Debian: removed notes on 'Upgrading from lire 20020415-1 or earlier', added notes on upgrading from lire 1.1-1 or earlier. * postinst: use glibc's getent(1) instead of perl's getgrnam to query group database. * postrm, templates: now removes lire user and group on purge (closes: #168917) * control: added Enhances field, for packages for which we supply a .cfg file. (Note that dpkg-source -b complains on this. See Bug 159642 and http://lists.debian.org/debian-policy/2002/debian-policy-200209/threads.html#00008 . We choose to still list this field, while awaiting full support for it.) * README.Debian: added notes on lr_vendor_cron(1) vs lr_config(1). * copyright: lintian cleaning (and explicitly listing authors' names). * cron.daily, cron.weekly, cron.monthly: added. The files /etc/cron.{daily,weekly,monthly}/lire are conffiles. No longer rely on user lire setting up its own crontab (closes: #153812) * lr_vendor_cron, *.cfg: added, get installed using debian/rules. The lire user no longer gets added to various log-reading groups: lr_vendor_cron gets run as root. See README.Debian. * control, po/ : moved from debhelper (>= 3.0.18) to po-debconf for handling translations of debconf notes. * rules : added rule to take care of new po-debconf stuff. -- Joost van Baal Thu, 03 Apr 2003 16:52:18 +0200 lire (1:1.1-1) unstable; urgency=low * New upstream. * README.Debian: documented new upstream changes in UI. * conffiles: added new superservices' report configuration files, added newly introduced service_aliases.cf file. Removed catalog.xml: gets no longer shipped with upstream. * doc-base.roadmap: Roadmap document gets shipped as PDF too. * docs: added doc/BUGS. * rules: added hardcoded PATHTOSENDMAIL, PATHTOZIP and PATHTOXSLTPROC: no need for mail-transport-agent, zip or xsltproc on buildhost. Removed PATHTODBKXSLFO: not used. * templates: splitted in templates, templates.{de,fr,nl}, in order to make life easier for translators. * control: added Origin: and Bugs: fields. Removed big pile of packages from Build-Depends-Indep: we set all ./configure variables manually now. Added exim | mail-transport-agent to Depends: lr_log2mail (called by lr_cron) won't run on systems lacking /usr/sbin/sendmail. Added zip to Suggests: lr_xml2rtf (as called by scripts with the `-o rtf' flag set) won't run without it. * prerm, postinst: take care of /usr/doc/lire link. * lire-1.1/all/script/Makefile.am: patched to make sure lr_run_test manpage gets build and installed. Regenerated script/Makefile.in by running `automake all/script/Makefile' in lire-1.1. -- Joost van Baal Sun, 25 Aug 2002 15:42:40 +0200 lire (1:1.0-1) unstable; urgency=low * New upstream. * Now suggests libspreadsheet-writeexcel-perl, needed to generate excel95 output. * debian/rules: explicitly set PATHTODBKXSLXHTMLNOCHUNK and PATHTODBKXSLHTMLNOCHUNK. Needed in any lr_log2mail invocation which tries to generate HTML output. -- Joost van Baal Sat, 20 Jul 2002 22:45:15 +0200 lire (20020415-1) unstable; urgency=low * New upstream. * README.Debian, config, templates: added debconf note (tnx Francis J. Lacoste for french translations) to warn for config files in now-obsolete format. * control: lr_log2mail needs MIME::Tools, people running lr_config will use lr_log2mail; therefore added libmime-perl to Depends. -- Joost van Baal Sat, 27 Apr 2002 23:56:50 +0200 lire (20020214-7) unstable; urgency=high * templates: add proxy to mentioned lire groups. tnx Wessel Dankers. -- Joost van Baal Thu, 11 Apr 2002 23:36:21 +0200 lire (20020214-6) unstable; urgency=high * brown-paper-bag release * templates: fixed spelling error. * README.Debian: suggest to use deluser and delgroup instead of userdel and groupdel. Suggest to run addgroup with --system flag. * postinst: run addgroup with --system flag. This fixes a serious bug; actually, I didn't succeed in dealing with bug 138617 in 20020214-3. tnx Lazarus Long for reminding me. -- Joost van Baal Thu, 11 Apr 2002 19:17:58 +0200 lire (20020214-5) unstable; urgency=high * config: deal with systems where /bin/sh is bash: bash regards UID as a read-only variable. Renamed to `uid'. Tnx Lazarus Long. (closes: #142273) -- Joost van Baal Thu, 11 Apr 2002 02:19:33 +0200 lire (20020214-4) unstable; urgency=high * Rebuild using pristine sources. Tnx Daniel Kobras for enlighting me on the way daylight-saving time interacts with Debian build processes :) -- Joost van Baal Tue, 9 Apr 2002 17:43:00 +0200 lire (20020214-3) unstable; urgency=high * The `please ship this thing with woody' release. * postinst: now runs adduser with the --system option, in order to create the Lire user as a dynamically allocated system account (the 100-999 uid range per default) as specified in Debian Policy Manual. tnx Yann Dirson (closes: #138617). * The unused cron.d and init scripts are no longer shipped with source package. * The Lire user gets added to group proxy, in order to be able to read squid logs. -- Joost van Baal Sun, 7 Apr 2002 21:12:21 +0200 lire (20020214-2) unstable; urgency=low * (X)HTML should use the chunk.xsl stylesheet. -- Joost van Baal Sun, 21 Feb 2002 21:44:17 +0100 lire (20020214-1) unstable; urgency=low * New upstream. * doc-base.*: now html is distributed in chunks by upstream, adapted accordingly. -- Joost van Baal Sat, 16 Feb 2002 16:57:17 +0100 lire (20011205.1-1) unstable; urgency=low * New upstream. * Recommends packages needed for HTML output. Suggests packages needed for PDF output. * Fixed names of DocBook stylesheets packages. tnx Adam Di Carlo. (closes: #116723). * Drop xalan suggestions since Lire now only supports xsltproc (closes: #104443). * Added French debconf templates. Thanks Francis J. Lacoste! * Added roadmap and faq to doc-base. -- Joost van Baal Sat, 29 Dec 2001 21:10:12 +0200 lire (20010629.1-1) unstable; urgency=low * New build with dpkg-dev 1.9.15, to keep the Debian Installer happy. * New upstream. * var/spool/logreport moved to var/spool/lire, in sync with upstream. * Added debian/NEWS * Suggests xml and sgml tools, to be able to generate reports in html and xml format. Added Build-Depends for this. * Now debian/config tests for existence of preferred group using perl's getgrnam(3) wrapper, so it'll do something sane on systems not using the /etc/group file for group information, but e.g. nis or some other nss method. (closes: #94936) * Added german debconf templates. Thanks Sebastian Feltel! (closes: #102188) * Let's try to close this one one more time: (closes: #96169) -- Joost van Baal Thu, 5 Jul 2001 16:23:27 +0200 lire (20010509-1) unstable; urgency=low * New upstream, with fixed lr_config TMPDIR interference (tnx Francesco Potorti`) (closes: #96169) * Upstream documentation converted to xml: documents now use doc-base to register themselves. * Improved test wether user exists, to work on systems not using /etc/passwd for user account management. see bug number 94936. (tnx Marc Martinez) * Now it's possible to specify lire users' primary group. * debconf bug 94395 fixed, so using db_subst to expand ${user}. Depends on debconf >= 0.9.36. -- Joost van Baal Tue, 8 May 2001 22:22:49 +0200 lire (20010418-1) unstable; urgency=low * User lire belongs to group mail, so that we can process exim logfiles * Bogus init script doesn't get installed. * Not using db_subst in templates due to problems with debconf (see bug number 94395) * First public release (closes: #93901) -- Joost van Baal Thu, 19 Apr 2001 13:37:42 +0200 lire (20010413-1) unstable; urgency=low * First apt-able release, ready for testing -- Joost van Baal Fri, 13 Apr 2001 23:27:03 +0200 lire (20010410-2) unstable; urgency=low * Changed Architecture to 'all': we're not shipping any binaries. /etc/lire now writable by lire's group, so that lr_config can be run as user lire. Added note about this to templates. * Debconf-ed. -- Joost van Baal Thu, 12 Apr 2001 11:35:34 +0200 lire (20010309-1) unstable; urgency=low * First shot at Debianizing it. -- Joost van Baal Fri, 9 Mar 2001 17:26:21 +0100