--- lire-2.1.1.orig/all/lib/Lire/Config/ConfigFile.pm +++ lire-2.1.1/all/lib/Lire/Config/ConfigFile.pm @@ -39,7 +39,7 @@ The Lire::Config::TypeSpec object to which this configuration adheres. -=end +=back =cut --- lire-2.1.1.orig/all/lib/Lire/DlfStore.pm +++ lire-2.1.1/all/lib/Lire/DlfStore.pm @@ -702,6 +702,8 @@ only 6 daily reports were available to generate a 'weekly' report, this will contain those 6 days dates in ISO format (%Y-%m-%d). +=back + =cut sub find_report_source { --- lire-2.1.1.orig/all/lib/Lire/OutputJob.pm +++ lire-2.1.1/all/lib/Lire/OutputJob.pm @@ -171,8 +171,6 @@ An additional text file that will be appended to text report or attach to other report types. -=item - =back =head2 emails() --- lire-2.1.1.orig/all/lib/Lire/Plugin.pm +++ lire-2.1.1/all/lib/Lire/Plugin.pm @@ -92,6 +92,8 @@ These plugins are used to generate charts. +=back + =cut sub type { --- lire-2.1.1.orig/all/lib/Lire/Report/Subreport.pm +++ lire-2.1.1/all/lib/Lire/Report/Subreport.pm @@ -203,8 +203,6 @@ return $self->{'_schemas'}; } -=cut - =pod =head2 field_schema( $field ) --- lire-2.1.1.orig/all/lib/Lire/ReportParser.pm +++ lire-2.1.1/all/lib/Lire/ReportParser.pm @@ -135,6 +135,8 @@ specific or higher ones and can be used to hook before the other events are synthesized. +=back + =head1 HIGH-LEVEL EVENT METHODS For each element defined, an I_start() and an --- lire-2.1.1.orig/all/lib/Lire/ReportParser/LaTeXWriter.pm +++ lire-2.1.1/all/lib/Lire/ReportParser/LaTeXWriter.pm @@ -71,6 +71,8 @@ included in the LaTeX preamble. It can be use to change the fonts for example. +=back + =cut sub write_report { --- lire-2.1.1.orig/all/script/lr_env.in +++ lire-2.1.1/all/script/lr_env.in @@ -103,6 +103,8 @@ The directory where platform independant perl modules are installed. +=back + =head1 VERSION $Id: lr_env.in,v 1.7 2006/07/23 13:16:32 vanbaal Exp $ --- lire-2.1.1.orig/debian/README.Debian +++ lire-2.1.1/debian/README.Debian @@ -0,0 +1,89 @@ +Lire for Debian +--------------- + +$Id: README.Debian,v 1.30 2007/10/17 08:51:13 vanbaal Exp $ + + +The local Lire useraccount +========================== + +You might have been sent here by a debconf note. Welcome! + +Local user 'lire' not belonging to Lire package +----------------------------------------------- + +If you have a user named 'lire' on your system, not suitable for running the +Lire jobs, you are in trouble. Depending on your specific situation, it might +be manually fixable. Some things to consider: inspect the ownership of +/etc/lire and files beneath. Inspect /etc/cron.{daily,weekly,monthly}/lire . +Change these, if needed. Any user on the system can run Lire jobs, Lire +inspects ~/.lire/ for per-user configuration. However: I won't promise smooth +upgrades on such a system: system-wide stuff, to be run by the Lire user, might +fail. + + +More notes about the Lire user +------------------------------ + +Per Debian Policy, the lire user should have a uid and gid in the system range +(100-999 by default). This package creates such a useraccount if not present. + +Note: /etc/lire is groupwritable, groupowned by group lire. This is +done to be able to configure lire as user lire. + +Rationale for adduser lire: We need a fullblown user account to be able to +create an online responder. In such a setup, the user should be able to +receive email from the network. (We might not really need a login shell for +lire, though.) + +When the lire package gets purged, the lire user and group get removed. +However, the lire homedirectory is _not_ removed. After inspecting the files +in /var/lib/lire, and possibly saving them, you can run "rm -r /var/lib/lire" +to get rid of this directory. + + +Lire's cron jobs +================ + +Once the Lire package is installed, Lire cronjobs will be installed and running +on your system. + +The Lire cronjobs use lr_vendor_cron(1), files +/etc/default/lire.d/.cfg, and /etc/cron./lire. + +The Lire cronjob doesn't yet support all Lire services. If +you'd like to get another Lire service supported, create a suitable +lire.d/.cfg file. Adding such a file to /etc/default/lire.d/ is all +you need to do to get the log processed. Please report a wishlist bug, and +sent your .cfg file, so that other users can benefit! + +The Lire cronjobs run any filter (if specified in +/etc/default/lire.d/.cfg) as root, and read the log file as root. + +If you'd rather not receive the default reports by mail, and would like to +disable the cronjobs (but keep the lire package installed), run: + + # for f in /etc/default/lire.d/*.cfg; do mv $f $f.dist; : >$f; done + +. + + +If you don't like the default reports +===================================== + +Some reports might be too big for your taste. (E.g. the default syslog report +doesn't look good on my system: it's way too big.) Read "Chapter 5. +Customizing Lire(TM)'s Reports" in /usr/share/doc/lire/user-manual.txt.gz for +instructions on how to customize these. + + +Output formats +============== + +If you want to generate reports in HTML format, you need to have all +the recommended tools installed. To generate reports in PDF format, +you need to have all suggested tools installed. On such systems, one +can use lr_log2report's -o flag. + + -- Joost van Baal + --- lire-2.1.1.orig/debian/THANKS.Debian +++ lire-2.1.1/debian/THANKS.Debian @@ -0,0 +1,14 @@ +# $Id: THANKS.Debian,v 1.7 2003/04/03 14:53:59 vanbaal Exp $ + +Sebastian Feltel, for supplying German translations of the debconf templates. + +Francis J. Lacoste, for supplying French translations of the debconf templates, +and for preparing various Debian releases. + +Wessel Dankers, for improving the wording of the Dutch templates. + +Lazarus Long, for giving extensive feedback and suggesting improvements. + +Lionel Elie Mamane (and lots of other unnamed people too) for sending in useful +bugreports. + --- lire-2.1.1.orig/debian/TODO +++ lire-2.1.1/debian/TODO @@ -0,0 +1,71 @@ +$Id: TODO,v 1.62 2009/03/15 10:21:46 vanbaal Exp $ + +Stuff high on our list +====================== + +Try to fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463992 +"spamassassin2dlf does not work with spamassassin's 3.2.3 logs" + +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263360 (and fix this one : +"What you want is a sa-exim service in the spamfilter Lire superservice." ) + +test and fix: +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316298 +"Globbing support for lire.d/*.cfg "logfile" parameter." + +upstream bug: + * Debian packages should not use convience copies of code from other + packages unless the included package is explicitly intended to be + used that way. [4.13] +lire-2.1/extras/Time is distributed, but it's not installed. see also debian/rules. remove + AC_MSG_CHECKING(for Time::Timezone) + if $PERL -MTime::Timezone -e 'exit 0' 2> /dev/null + INSTALL_TIMEZONE="no" +from upstream configure.in + +upstream bug: manpages (and probably other documentation) refers to +http://logreport.org/pub/... . Should be changed to +http://download.logreport.org/pub/... (or set up some redirect stuff.) + +move usr/share/lire/lib/lire to usr/share/lire/lib : holds +convertors/ , www/ , lr_ + +lire.config, lire.preinst : grep "^lire:" /etc/passwd : bug. use getent. + +Add VCS- fields to control. + +As per the Debian perl-policy, lire manpages in section 1 should have .1p[.gz] +as extension, not .1. See also e.g. the alien and the +libparse-debianchangelog-perl packages. Thanks to Peter Bex for reporting this +bug. + +check wether dealing with obsolete /etc/lire/service_aliases.cf +/etc/lire/test.cfg is still needed. + +get rid of lire/lire_user_not_lire Debconf variable, adjust lire.p* scripts + +check lire.postrm: deluser issues. + + +older stuff +=========== + +use extended_description in templates? + +investigate wether we should add logcheck stuff like + /etc/logcheck/{ignore.d.paranoid;ignore.d.server;ignore.d.workstation; + violations.ignore.d}/lire + + If sticking the crontab in /etc/cron.weekly , we might be able to get rid + of the --shell flag in the adduser call, and go with the default /bin/false + shell. Use "su -s /bin/sh" in lr_vendor_cron (is this a debianism?). + +deal with already existing /var/lib/lire on adduser + +check logfile policy; use logrotate.d + +Add more .cfg files, add more packages to ``Enhances'' . + +Check wether /etc/lire/ really needs to be groupwritable. Very likely it's not +needed. + --- lire-2.1.1.orig/debian/apache.cfg +++ lire-2.1.1/debian/apache.cfg @@ -0,0 +1,7 @@ +# $Id: apache.cfg,v 1.2 2003/11/10 20:06:00 wsourdeau Exp $ +# see lr_vendor_cron(1) +service=combined +daemon=/usr/sbin/apache +rotateperiod=weekly +logfile=/var/log/apache/access.log.1 +filter=cat --- lire-2.1.1.orig/debian/apache2.cfg +++ lire-2.1.1/debian/apache2.cfg @@ -0,0 +1,7 @@ +# $Id: apache2.cfg,v 1.1 2006/07/20 14:17:32 vanbaal Exp $ +# see lr_vendor_cron(1) +service=combined +daemon=/usr/sbin/apache2 +rotateperiod=weekly +logfile=/var/log/apache2/access.log.1 +filter=cat --- lire-2.1.1.orig/debian/changelog +++ lire-2.1.1/debian/changelog @@ -0,0 +1,690 @@ +lire (2:2.1.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.18: POD errors": + fix POD syntax errors in various files. + (Closes: #719500) + + -- gregor herrmann Tue, 20 Aug 2013 15:06:07 +0200 + +lire (2:2.1.1-2) unstable; urgency=low + + * Acknowledge NMU, thanks a lot again Christian Perrier! (Closes: #572685, + #581491, #600030) + + -- Joost van Baal-Ilić Sun, 01 Jan 2012 15:01:57 +0100 + +lire (2:2.1.1-1) unstable; urgency=low + + * New upstream release, including: + - Fix for "lr_log2report: ERROR store doesn't contain a + 'lire_import_log' stream at /usr/share/perl5/Lire/DlfConverterProcess.pm + line 170" problem. The cause is: the Perl DBI table_info() call does not + work reliably for all Lire users, especially with newer releases of + DBD-SQLite, so we use an alternative method. Patch contributed by + Jean-Benoit Marzio (Closes: #569248) + * debian/control: changed my name. + * debian/control: add missing ${misc:Depends} to Depends (thanks lintian). + * debian/control: Update Standards-Version from 3.8.0 to 3.9.1 (no + changes needed). + * debian/copyright: include BSD license in the copyright file directly rather + than referencing it, for the (few) lire files shipped under these conditions + (thanks lintian). + + -- Joost van Baal-Ilić Sat, 31 Dec 2011 18:32:12 +0100 + +lire (2:2.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Dropping Wolfgang Sourdeau from Uploaders on request of the MIA team + Closes: #572685 + * Fix pending l10n issues. Debconf translations: + - Spanish (Francisco Javier Cuadrado). Closes: #581491 + - Danish (Joe Hansen). Closes: #600030 + + -- Christian Perrier Tue, 19 Oct 2010 07:22:27 +0200 + +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 (thanks Piarres Beobide). Closes: #502291 + - Italian (thanks Vincenzo Campanella). Closes: #492180 + - Russian (thanks Yuri Kozlov). 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 --- lire-2.1.1.orig/debian/compat +++ lire-2.1.1/debian/compat @@ -0,0 +1,5 @@ +5 +# $Id: compat,v 1.1 2008/03/07 05:34:57 vanbaal Exp $ +# $Source: /cvsroot/logreport/package/debian/compat,v $ +# +# This is the debhelper compatibility version to use; see debhelper(7). --- lire-2.1.1.orig/debian/control +++ lire-2.1.1/debian/control @@ -0,0 +1,53 @@ +# $Id: control,v 1.59 2012/01/01 13:59:50 vanbaal Exp $ +# $Source: /cvsroot/logreport/package/debian/control,v $ + +Source: lire +Section: admin +Priority: optional +Maintainer: Joost van Baal-Ilić +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl-base (>= 5.8.4), libdbd-sqlite3-perl, libxml-parser-perl, libcurses-ui-perl (>= 0.92), libintl-perl (>= 1.10), libtime-modules-perl +Standards-Version: 3.9.1 +Homepage: http://www.logreport.org/ + +Package: lire +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libdbd-sqlite3-perl, libxml-parser-perl, libtime-modules-perl, libmime-tools-perl, exim4 | mail-transport-agent, libcurses-ui-perl (>= 0.92-1), libintl-perl (>= 1.10-1) +Pre-Depends: adduser, debconf (>= 1.0.32) | debconf-2.0 +Recommends: ploticus, libterm-readline-perl-perl +Suggests: libspreadsheet-writeexcel-perl, lire-doc, sqlite, sqlite3 +Description: full-featured log analyzer and report generator + Lire is a full-featured and extensible set of utilities and API's to + generate statistics and reports from logfiles. Although those could be + any type of logfiles, the first purpose of Lire is to ease the + administration and the monitoring of system services. As such, filters + are bundled for email servers like Postfix, Sendmail and Exim, + for web servers like Apache and IIS, as well as several kinds of + firewall, printing, DNS or database services, ... + . + Using DocBook as an intermediary format, the resulting reports can be + produced in ASCII, HTML, PDF and other formats. + +Package: lire-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: lire, lire-devel-doc +Description: Documentation for Lire + Lire is a full-featured and extensible set of utilities and APIs to + generate statistics and reports from logfiles. + . + This package contains the Lire User Manual in plain text, PDF and HTML + formats. + +Package: lire-devel-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: lire +Description: Developer's documentation for Lire + Lire is a full-featured and extensible set of utilities and APIs to + generate statistics and reports from logfiles. + . + This package contains the development manpages and the Lire Developer Manual + in plain text, PDF and HTML formats. --- lire-2.1.1.orig/debian/copyright +++ lire-2.1.1/debian/copyright @@ -0,0 +1,146 @@ +This package was debianized by Joost van Baal on Wed, 18 +Apr 2001 13:21:40 +0200 It was downloaded from +http://download.logreport.org/pub/ . + +Upstream Authors: Joost van Baal, Wessel Dankers, Edwin "MavEtJu" Groothuis, +Francis J. Lacoste, Egon Willighagen and Wolfgang Sourdeau, for the +Stichting LogReport Foundation. Contact: logreport@logreport.org. + +On Debian systems, the complete text of the GNU General Public License can be +found in `/usr/share/common-licenses/GPL'. + +See http://wiki.debian.org/Proposals/CopyrightFormat for format. + +Files: * +Copyright: © 2000-2004 Stichting LogReport Foundation +License: GPL-2+ + +Files: extras/Time/Timezone.pm +Copyright: © 1996-1999 David Muir Sharnoff +License: PD + David Muir Sharnoff disclaims any copyright and puts his contribution + to this module in the public domain. + +Files: extras/unicode.tex +Copyright: © Bruno Haible 1991, 1999 +License: GPL + This file is under GPL, i.e. if you distribute a .fmt file containing it, + you must distribute complete source of the .fmt file. + +Files: dnszone/script/bind8_named2dlf.in, msgstore/script/dbmail2dlf.in, + spamfilter/spamfilter.xml, spamfilter/script/spamassassin2dlf.in +Copyright: © 2002 Edwin Groothuis +License: BSD-3 + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + 3. The name of the copyright holder may not be used to endorse or promote + products derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY + OF SUCH DAMAGE. + +Files: msgstore/script/nmsmmp2dlf.in, msgstore/script/nmsstore2dlf.in +Copyright: © 2002 Arnaud Taddei , Arnaud Gaillard + , Elie Dufraiche +License: GPL-2+ + +Files: firewall/script/cisco_ios2dlf.in +Copyright: © 2001 Joost Bekkers +License: GPL-2+ + +Files: firewall/script/watchguard2dlf.in +Copyright: © 2001, 2002 Joost Bekkers +License: GPL-2+ + +Files: proxy/script/squid_access2dlf.in +Copyright: © 2001 Joost Bekkers , © 2001-2002 Stichting + LogReport Foundation LogReport@LogReport.org. +License: GPL-2+ + +Files: firewall/script/fw1_lea2dlf.in, firewall/script/snort2dlf +Copyright: © 2003 Torsten Fellhauer +License: GPL-2+ + +Files: ftp/reports/bytes-by-dir-by-user-by-period.xml, + messagestore/messagestore.xml +Copyright: © 2002 Cedric Gross +License: GPL-2+ + +Files: dns/script/bind9_query2dlf.in +Copyright: © 2001 Joost Bekkers , © 2000, 2001 Stichting + LogReport Foundation LogReport@LogReport.org +License: GPL-2+ + +Files: www/lib/Lire/WWW/UserAgent/Browser.pm, www/lib/Lire/WWW/UserAgent/OS.pm +Copyright: © 2000, 2001 Laurent Destailleur , + © 2001-2002 Stichting LogReport Foundation LogReport@LogReport.org. +License: GPL-2+ + +Files: all/lib/WWW/UserAgent/Robot.pm +Copyright: © Martijn Koster, © 2001 Stichting LogReport Foundation + LogReport@LogReport.org. +License: GPL-2+ + I don't want you modifying this data and then naming it in such + a way that confuses people into thinking they are looking at my + data. So be clear where you modify things. + +Files: all/lib/Lire/ReportParser/ExcelWriter.pm +Copyright: © 2000 Andrew Benham, © 2000-2004 Stichting LogReport Foundation + +License: GPL-1+ | Artistic, GPL-2+ + This code was inspired by the comments and programs datecalc1.pl + included in Spreadsheet::WriteExcel. + +Files: all/lib/xml/xml.dcl +Copyright: © 1994, 1995, 1996, 1997, 1998 James Clark +License: MIT + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + ''Software''), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED ''AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL JAMES CLARK BE LIABLE FOR ANY CLAIM, DAMAGES OR + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of James Clark shall + not be used in advertising or otherwise to promote the sale, use or + other dealings in this Software without prior written authorization + from James Clark. + +Files: firewall/filters/select-from-ip.xml, firewall/filters/select-to-ip.xml, + firewall/reports/top-pkt-by-dst-by-port.xml +Copyright: © 2003 Tilburg University +License: GPL-2+ + +Files: all/script/lr_vendor_cron +Copyright: © 2005 Joost van Baal, © 2000-2004 Stichting LogReport Foundation + +License: GPL-2+ + --- lire-2.1.1.orig/debian/cron.daily +++ lire-2.1.1/debian/cron.daily @@ -0,0 +1,11 @@ +#! /bin/sh + +# $Id: cron.daily,v 1.3 2003/11/13 18:08:54 wsourdeau Exp $ + +# Run periodical Lire jobs. See lr_vendor_cron(1). + +if test -x /usr/sbin/lr_vendor_cron +then + LIREUSER='lire' /usr/sbin/lr_vendor_cron daily +fi + --- lire-2.1.1.orig/debian/cron.monthly +++ lire-2.1.1/debian/cron.monthly @@ -0,0 +1,10 @@ +#! /bin/sh + +# $Id: cron.monthly,v 1.4 2003/11/13 18:08:54 wsourdeau Exp $ + +# Run periodical Lire jobs. See lr_vendor_cron(1). + +if test -x /usr/sbin/lr_vendor_cron +then + LIREUSER='lire' /usr/sbin/lr_vendor_cron monthly +fi --- lire-2.1.1.orig/debian/cron.weekly +++ lire-2.1.1/debian/cron.weekly @@ -0,0 +1,11 @@ +#! /bin/sh + +# $Id: cron.weekly,v 1.4 2003/11/13 18:08:54 wsourdeau Exp $ + +# Run periodical Lire jobs. See lr_vendor_cron(1). + +if test -x /usr/sbin/lr_vendor_cron +then + LIREUSER='lire' /usr/sbin/lr_vendor_cron weekly +fi + --- lire-2.1.1.orig/debian/dirs +++ lire-2.1.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- lire-2.1.1.orig/debian/exim.cfg +++ lire-2.1.1/debian/exim.cfg @@ -0,0 +1,7 @@ +# $Id: exim.cfg,v 1.2 2008/02/10 06:01:45 vanbaal Exp $ +# see lr_vendor_cron(1) +service=exim +daemon=/usr/sbin/exim +rotateperiod=daily +logfile=/var/log/exim4/mainlog.1 +filter=cat --- lire-2.1.1.orig/debian/lire-devel-doc.doc-base.developer +++ lire-2.1.1/debian/lire-devel-doc.doc-base.developer @@ -0,0 +1,19 @@ +Document: lire-developer +Title: LogReport Developer's Manual +Author: Joost van Baal, Francis J. Lacoste and Egon Willighagen +Abstract: LogReport develops Open Source software to produce reports from log + files. The developers manual intends to serve as a get started quickly + howto for LogReport developers. It gives notes on software development, + testing and release management and various other stuff. +Section: System/Monitoring + +Format: PDF +Files: /usr/share/doc/lire/dev-manual.pdf.gz + +Format: text +Files: /usr/share/doc/lire/dev-manual.txt.gz + +Format: HTML +Index: /usr/share/doc/lire/dev-manual/index.html +Files: /usr/share/doc/lire/dev-manual/* + --- lire-2.1.1.orig/debian/lire-devel-doc.files +++ lire-2.1.1/debian/lire-devel-doc.files @@ -0,0 +1,4 @@ +usr/share/doc/lire/dev-manual.txt +usr/share/doc/lire/dev-manual.pdf +usr/share/doc/lire/dev-manual +usr/share/man/man3 --- lire-2.1.1.orig/debian/lire-doc.doc-base.manual +++ lire-2.1.1/debian/lire-doc.doc-base.manual @@ -0,0 +1,23 @@ +Document: lire-manual +Title: Lire User's Manual +Author: Joost van Baal, Wessel Dankers, Francis J. Lacoste and Egon Willighagen +Abstract: Lire automatically generates useful reports from raw logfiles from + various services. Currently, Exim, Sendmail, qmail, Postfix, BIND, + boa, Apache, CUPS, LPRng, ipchains and various other logfiles are + supported. Reports can be generated in ASCII format, as well as in + HTML or PDF. Logs can be read from the local system in a cronjob, + or can be received via email. + . + More information is on http://www.logreport.org/ . +Section: System/Monitoring + +Format: PDF +Files: /usr/share/doc/lire/user-manual.pdf.gz + +Format: text +Files: /usr/share/doc/lire/user-manual.txt.gz + +Format: HTML +Index: /usr/share/doc/lire/user-manual/index.html +Files: /usr/share/doc/lire/user-manual/* + --- lire-2.1.1.orig/debian/lire-doc.files +++ lire-2.1.1/debian/lire-doc.files @@ -0,0 +1,3 @@ +usr/share/doc/lire/user-manual.txt +usr/share/doc/lire/user-manual.pdf +usr/share/doc/lire/user-manual --- lire-2.1.1.orig/debian/lire.NEWS +++ lire-2.1.1/debian/lire.NEWS @@ -0,0 +1,19 @@ +lire (2:2.1-1) unstable; urgency=low + + * Since release 2.1, Lire requires DBD::SQLite, which uses SQLite 3.x. + SQLite 2.x is no longer supported. This means that the + Lire database format has changed. If your lire is run via the + /etc/cron.{daily,monthly,weekly}/lire cronjobs as installed by this + package only (and not manually), you don't have to do anything for this + upgrade. If however you do have one or more old lire stores, you will + need to convert each of them from SQLite2 format to SQLite3 format, like + this: + sqlite oldstore.db .dump | sqlite3 newstore.db + This assumes that you have both the suggestes packages "sqlite" and + "sqlite3" installed on your system. After completion of the conversion(s), + and after upgrading to Lire 2.1, the "sqlite" and "sqlite3" packages can + be removed from your system (unless you have other reasons to use them, of + course): Lire does not need the SQLite command line interfaces. + + -- Joost van Baal Sun, 15 Mar 2009 06:02:08 +0100 + --- lire-2.1.1.orig/debian/lire.config +++ lire-2.1.1/debian/lire.config @@ -0,0 +1,67 @@ +#!/bin/sh -e + +# $Id: lire.config,v 1.7 2009/03/15 06:19:54 vanbaal Exp $ + +# see debconf_specification.txt.gz , policy.text.gz , +# /usr/share/doc/debconf-doc/ +# http://kitenet.net/doc/debconf-doc/ +# /var/lib/dpkg/info/cvs.* , /var/lib/dpkg/info/*.config + +# debconf(1) + +# just run this as # ./config when debugging, after exporting +# DEBCONF_DEBUG='.*' and, possibly, DEBIAN_FRONTEND=text, and maybe even +# having ran # dpkg-reconfigure debconf +# make sure your /var/cache/debconf/ is sane. + +# even better: DEBCONF_DEBUG=developer debconf ./config + +# Source debconf library. +. /usr/share/debconf/confmodule +db_title Lire + +db_get lire/user || true +user="$RET" +case $user in + lire) ;; + 10*|lire/user*) ;; + *) db_input high lire/lire_user_not_lire || true + db_go || true + db_get lire/lire_user_not_lire || true + lire_user_not_lire="$RET" + test x"$lire_user_not_lire" = x"false" && exit 1 + ;; +esac + +if grep "^lire:" /etc/passwd >/dev/null + then + db_input high lire/use_existing_user || true + db_go || true +fi + +db_get lire/use_existing_user || true +use_existing_user="$RET" +if test x"$use_existing_user" = x"false" + then + db_fset lire/use_existing_user seen false || true + exit 1 +fi + +if grep "^lire:" /etc/group >/dev/null + then + db_input high lire/use_existing_group || true + db_go || true +fi + +db_get lire/use_existing_group || true +use_existing_group="$RET" +if test x"$use_existing_group" = x"false" + then + db_fset lire/use_existing_group seen false || true + exit 1 +fi + +db_input high lire/purge_user_files || true +db_go || true + +exit 0 --- lire-2.1.1.orig/debian/lire.docs +++ lire-2.1.1/debian/lire.docs @@ -0,0 +1,7 @@ +AUTHORS +NEWS +debian/THANKS.Debian +doc/BUGS +README +README.lire-client +THANKS --- lire-2.1.1.orig/debian/lire.postinst +++ lire-2.1.1/debian/lire.postinst @@ -0,0 +1,93 @@ +#! /bin/sh -e +# postinst script for lire +# +# $Id: lire.postinst,v 1.8 2009/03/15 07:50:57 vanbaal Exp $ +# +# see: dh_installdeb(1) + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/share/doc/packaging-manual/ +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +case "$1" in + configure) + # ensure lire user can write to config dir, so that lr_config can be + # run successfully + chgrp lire /etc/lire + chmod g+w /etc/lire + + # ensure correct perms are set for lire's home dir. + chown lire:lire /var/lib/lire /var/lib/lire/data + chmod 750 /var/lib/lire + chmod 2770 /var/lib/lire/data + + # Even if your postinst does not involve debconf, you currently need to + # make sure it loads one of the debconf libraries. This will be changed + # in the future. (2009-03) + . /usr/share/debconf/confmodule + + # Upgrading from oldstable or earlier is not supported. + # Check in which release these variables got obsoleted: + # + # lire/lire_user_not_lire : introduced < 2.0.2-1, present in 2.1-1 + # lire/purge_user_files : introduced < 2.0.2-1, present in 2.1-1 + # use_existing_user: introduced <= 2.0.2-3, present in 2.1-1 + # use_existing_group: introduced <= 2.0.2-3, present in 2.1-1 + + # useexistinguser : introduced 20010410-2, removed < 2.0.2-3 + # useexistinggroup : introduced 20010629.1-1, removed < 2.0.2-3 + # lire/foundlocaluser : removed 2.0.2-2 + # lire/config : removed 2.0.2-2 + # userexists: removed 20010410-2 + # usingexistinguser: : removed < 2.0.2-3 + # usingexistinggroup: removed < 2.0.2-3 + # wronguser: removed < 2.0.2-3 + # wronggroup: removed < 2.0.2-3 + # user: removed < 2.0.2-3 + # group : introduced 20010629.1-1, removed < 2.0.2-3 + # filesuser: removed < 2.0.2-3 + # filesgroup: removed < 2.0.2-3 + # leftgroup: removed < 2.0.2-3 + # leftuser: removed < 2.0.2-3 + # upgradingvariables: removed < 2.0.2-3 + # upgrading_to_15: removed 2.0.2-2 + # upgrating_to_20: removed 2.0.2-2 + # + + ## for value in \ + ## lire_user_not_lire \ + ## upgrating_to_20 + ## do + ## db_unregister "lire/$value" || true + ## done + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + exit 0 + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- lire-2.1.1.orig/debian/lire.postrm +++ lire-2.1.1/debian/lire.postrm @@ -0,0 +1,80 @@ +#! /bin/sh -e +# postrm script for lire +# +# $Id: lire.postrm,v 1.11 2009/03/15 07:13:44 vanbaal Exp $ +# +# see: dh_installdeb(1) + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see /usr/share/doc/debian-policy/policy.txt.gz + +case "$1" in + purge) + # in case there once was a previous version installed, with the old + # style config files, and this package was removed (not purged) or + # upgraded, we should remove them manually now + + if [ -d /etc/lire ] + then + for f in /etc/lire/service_aliases.cf /etc/lire/test.cfg + do + test -f $f && rm $f + done + rmdir -p `find /etc/lire -empty` >/dev/null 2>&1 || true + fi + [ -d /etc/default/lire.d ] && rmdir -p `find /etc/default/lire.d -empty` >/dev/null 2>&1 || true + + # remove lire user and group + # (see dictd.postrm: , gdm.postrm , ssh.postrm for examples) + # http://wiki.debian.org/AccountHandlingInMaintainerScripts + + # FIXME: we should use debconf to show failure of removal, not echo. + # FIXME: we should do something sane if confmodule is not present. + # FIXME: we should not claim we're able to automatically delete user + # in debconf note. we can only try to delete. + # + # http://lists.debian.org/debian-qa/2006/11/msg00043.html + if [ -e /usr/share/debconf/confmodule ] + then + . /usr/share/debconf/confmodule + db_get lire/purge_user_files || true + if test x"$RET" = x"true" + then + if [ -x "$(command -v deluser)" ] + then + deluser --remove-home --quiet lire > /dev/null || true + else + echo >&2 "not removing lire system account because deluser command was not found" + fi + if [ -x "$(command -v delgroup)" ] + then + delgroup --quiet lire > /dev/null || true + else + echo >&2 "not removing lire system group because delgroup command was not found" + fi + fi + fi + ;; + + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + : + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# --- lire-2.1.1.orig/debian/lire.preinst +++ lire-2.1.1/debian/lire.preinst @@ -0,0 +1,81 @@ +#!/bin/sh -e +# preinst script for lire +# +# $Id: lire.preinst,v 1.13 2009/03/15 07:00:41 vanbaal Exp $ +# +# see: dh_installdeb(1) + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' +# +# For details see /usr/share/doc/packaging-manual/ + +case "$1" in + install|upgrade) + . /usr/share/debconf/confmodule + + # convert old non-'lire' user to lire + db_get lire/lire_user_not_lire || true + lire_user_not_lire="$RET" + + if test x"$lire_user_not_lire" = x"true" + then + db_set lire/use_existing_user true + db_fset lire/use_existing_user seen true + db_set lire/use_existing_group true + db_fset lire/use_existing_group seen true + + if grep "^lire:" /etc/passwd >/dev/null 2>&1 + then + echo "User 'lire' already exists while name conversion was requested." + exit 1 + fi + + if grep "^lire:" /etc/group >/dev/null 2>&1 + then + echo "Group 'lire' already exists while group conversion was requested." + exit 1 + fi + fi + + if grep "^lire:" /etc/group >/dev/null + then + : + else + addgroup --system --quiet lire + db_set lire/use_existing_group true || true + db_fset lire/use_existing_group seen true || true + fi + + if grep "^lire:" /etc/passwd >/dev/null + then + : + else + # homedir will contain tmpfiles and maildir for emails containing logs + # explicitly state group: possibly overwrite adduser.conf setting. + adduser --system --disabled-password --shell /bin/sh \ + --ingroup lire --no-create-home --home /var/lib/lire \ + --gecos "Lire" --quiet lire + db_set lire/use_existing_user true || true + db_fset lire/use_existing_user seen true || true + fi + + ;; + + abort-upgrade) ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- lire-2.1.1.orig/debian/po/POTFILES.in +++ lire-2.1.1/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates --- lire-2.1.1.orig/debian/po/cs.po +++ lire-2.1.1/debian/po/cs.po @@ -0,0 +1,220 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: lire 2:2.0.2-2\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2006-10-06 21:30+0200\n" +"Last-Translator: Martin Sin \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Přejmenovat starého uživatele programu Lire na 'lire'?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Předchozí verze Lire používala k zabezpečení přístupu uživatele, jehož " +"uživatelské jméno nebylo 'lire'. Tento uživatel se používal pro spouštění " +"speciálních úloh, jako jsou úlohy cronu. To již není podporováno, neboť to " +"způsobovalo více škody než užitku." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Zdá se, že aktualizujete právě z této verze; konfigurační program může " +"převést současná nastavení. Pokud zvolíte ne, bude instalační proces zrušen." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Pro více informací se podívejte do /usr/share/doc/lire/README.Debian." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Použít stávajícího uživatele 'lire' pro Lire?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Vypadá to, že je ve vašem systému k dispozici uživatel 'lire'. Tento " +"uživatel mohl (ale nemusel) být vytvořen předchozí instalací Lire." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"To samo o sobě nemusí představovat problém, ale jisté nebezpečí představují " +"práva tohoto uživatele k souborům (vytvořeným nebo jinak čitelným ...), " +"které souvisí s automatizovanými procesy Lire. Pokud si raději přejete " +"zrušit instalační proces, zvolte 'Ne'." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Použít stávající skupinu 'lire' pro Lire?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Zdá se, že v systému již existuje skupina 'lire'. Tato skupina může (ale " +"nemusí) být vytvořena předchozí instalací Lire." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"To samo o sobě nemusí představovat problém, ale jisté nebezpečí představují " +"práva této skupiny k souborům (vytvořeným nebo jinak čitelným ...), které " +"souvisí s automatizovanými procesy Lire. Pokud si raději přejete zrušit " +"instalační proces, zvolte 'Ne'." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "Odstranit uživatele 'lire', skupinu a soubory při odstranění Lire?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Přejete si při odstranění balíčku Lire automaticky odstranit uživatele " +"'lire' (spolu s jeho domovským adresářem a vším co obsahuje) a také skupinu " +"'lire'?" + +#~ msgid "Configuring Lire" +#~ msgstr "Nastavuji Lire" + +#~ msgid "" +#~ "Please note that, after this package is installed, new cronjobs will be " +#~ "installed and running on your system." +#~ msgstr "" +#~ "Pamatujte prosím, že jakmile bude tento balíček nainstalován, budou také " +#~ "nainstalovány a spuštěny nové úlohy cronu." + +#~ msgid "Your Lire user is local" +#~ msgstr "Váš uživatel Lire je místním uživatelem" + +#~ msgid "" +#~ "User 'lire' seems to be a local useraccount: its uid is in the 1000-29999 " +#~ "range. This account might have been created during installation of a " +#~ "previous Debian Lire package, which suffered from a bug in the user " +#~ "creation process." +#~ msgstr "" +#~ "Zdá se, že uživatel 'lire' je místním uživatelským účtem: jeho uid je " +#~ "mezi 1000-29999. Tento účet byl pravděpodobně vytvořen během instalace " +#~ "předchozí debianí verze balíčku Lire, která měla chybu v procesu " +#~ "vytváření uživatele." + +#~ msgid "Your Lire configuration files are probably deprecated" +#~ msgstr "Vaše konfigurační soubory Lire jsou pravděpodobně zastaralé" + +#~ msgid "" +#~ "Since version 20020415, Lire uses new configuration variables. Your " +#~ "local Lire configuration file /etc/lire/defaults.local contains the now " +#~ "obsolete names for these variables. You'll have to update your " +#~ "configuration file manually." +#~ msgstr "" +#~ "Počínaje verzí 20020415, Lire používá nové konfigurační proměnné. Váš " +#~ "lokální konfigurační soubor /etc/lire/defaults.local obsahuje nyní " +#~ "zastaralá jména těchto proměnných. Tento soubor musíte aktualizovat ručně." + +#~ msgid "Upgrading from a release prior to Lire 1.5" +#~ msgstr "Aktualizace z předchozí verze Lire na verzi 1.5" + +#~ msgid "" +#~ "If you are upgrading from a release prior to Lire 1.5 and if you have " +#~ "cronjobs configured to be run through the \"lr_cron\" command, make sure " +#~ "you edit your crontabs to reflect the new syntax of the \"lr_cron\" " +#~ "invocation." +#~ msgstr "" +#~ "Pokud aktualizujete z předchozí verze na Lire 1.5 a pokud máte nastavené " +#~ "úlohy cronu na spouštění pomocí příkazu \"lr_cron\", pak musíte pro " +#~ "uplatnění změn týkajících se nové syntaxe upravit také své tabulky " +#~ "cronových úloh." + +#~ msgid "Refer to /usr/share/doc/lire/INSTALL for details." +#~ msgstr "Pro více informací se podívejte do /usr/share/doc/lire/INSTALL." + +#~ msgid "Upgrading to Lire 2.0" +#~ msgstr "Aktualizace na Lire 2.0" + +#~ msgid "" +#~ "Many things have changed since Lire 1.5 and previous releases. You are " +#~ "encouraged to read carefully the NEWS and INSTALL files located in /usr/" +#~ "share/doc/lire/." +#~ msgstr "" +#~ "Od doby Lire verze 1.5 a verzí předchozích, se změnila řada věcí. " +#~ "Doporučujeme pozorně přečíst soubory NEWS a INSTALL z adresáře /usr/share/" +#~ "doc/lire. " + +#~ msgid "" +#~ "Besides, a couple of dependencies were removed after the huge code " +#~ "cleanup that occured in the last months. You might therefore have a look " +#~ "at the Changelog.Debian files as well to clean your system from packages " +#~ "that are no longer needed." +#~ msgstr "" +#~ "Kromě toho byla po velkém čištění kódu (proběhlo v posledních měsících) " +#~ "odstraněna řada závislostí. Z tohoto důvodu by bylo dobré podívat se na " +#~ "soubory Changelog.Debian a rovněž vyčistit systém od balíčků, které již " +#~ "nejsou potřeba." --- lire-2.1.1.orig/debian/po/da.po +++ lire-2.1.1/debian/po/da.po @@ -0,0 +1,137 @@ +# Danish translation lire. +# Copyright (C) 2010 lire & nedenstående oversættere. +# This file is distributed under the same license as the lire package. +# Joe Hansen , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: lire\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2010-10-12 05:26+0100\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Omdøb gammel Lire-bruger til 'lire'?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Tidligere udgivelser af Lire tillod brugen af en bruger, hvis brugernavn var " +"forskelligt fra 'lire' til kørsel af specielle opgaver såsom cronjobs. Dette " +"er ikke længere understøttet, da det udløste flere problemer end nødvendigt." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Du ser ud til at opgradere fra sådan en version; konfigurationsprogrammet " +"kan konvertere din aktuelle opsætning. Hvis ingen konvertering foretages, " +"vil installationsprocessen blive afbrudt." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Se /usr/share/doc/lire/README.Debian for detaljer." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Brug eksisterende 'lirebruger' til Lire?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"En bruger med navnet 'lire' ser ud til at være til stede på dit system, som " +"måske eller måske ikke er blevet oprettet af en tidligere installation af " +"Lire." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Dette er ikke i sig selv et problem, at denne bruger vil have adgang til " +"filerne der bliver håndteret (oprettet eller på anden måde læsbare...) af " +"Lires automatiske processer. Hvis du hellere vil afbryde " +"installationsprocessen, vælg 'No' (Nej) nedenfor." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Brug eksisterende 'liregruppe' for Lire?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"En gruppe navngivet 'lire' ser ud til at være til stede på dit system, " +"hvilket måske eller måske ikke er blevet oprettet af en tidligere version af " +"Lire." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Dette er ikke i sig selv et problem, at denne gruppe vil have adgang til " +"filerne der bliver håndteret (oprettet eller på anden måde læsbare...) af " +"Lires automatiske processer. Hvis du hellere vil afbryde " +"installationsprocessen, vælg 'No' (Nej) nedenfor." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "Fjern brugeren, gruppen og filerne 'lire' når Lire afinstallares?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Når Lire bliver afinstalleret fra dit system, kan brugeren 'lire' (sammen " +"med sin hjemmemappe og alle filer placeret heri) og gruppen 'lire' " +"automatisk blive fjernet." --- lire-2.1.1.orig/debian/po/de.po +++ lire-2.1.1/debian/po/de.po @@ -0,0 +1,242 @@ +# Translation of lire debconf templates to German +# Copyright (C) Sebastian Feltel +# Copyright (C) Helge Kreutzmann , 2007. +# This file is distributed under the same license as the lire package. +# +msgid "" +msgstr "" +"Project-Id-Version: lire 2:2.0.2-3\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2007-02-19 10:59+0100\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Alten Lire-Benutzer in lire umbenennen?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Vorhergehende Verffentlichungen von Lire erlauben die Verwendung von " +"Benutzern, deren Benutzername nicht lire war, um spezielle Aufgaben wie " +"Cron-Jobs auszufhren. Dies wird nicht mehr untersttzt, da es mehr rger " +"als notwendig erzeugte." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Sie scheinen ein Upgrade von so einer Version durchzufhren; das " +"Konfigurationsprogramm kann Ihre Konfiguration konvertieren. Falls diese " +"Umstellung nicht erfolgt wird der Installationsprozess abgebrochen." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Lesen Sie /usr/share/doc/lire/README.Debian fr weitere Details." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Existierenden Benutzer lire fr Lire verwenden?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Auf Ihrem System scheint ein Benutzer mit Namen lire zu existieren, der " +"von einer vorhergehenden Installation von Lire erstellt worden sein knnte." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Dies stellt kein Problem an sich dar, aber beachten Sie, dass dieser " +"Benutzer Zugriff auf die vom automatisierten Lire-Prozess verarbeiteten " +"(erstellten, oder anderweitig lesbaren) Dateien haben wird. Falls Sie lieber " +"den Installationsprozess abbrechen wrden, lehnen Sie unten ab." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Existierende Gruppe lire fr Lire verwenden?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Auf Ihrem System scheint eine Gruppe mit Namen lire zu existieren, die von " +"einer vorhergehenden Installation von Lire erstellt worden sein knnte." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Dies stellt kein Problem an sich dar, aber beachten Sie, dass diese Gruppe " +"Zugriff auf die vom automatisierten Lire-Prozess verarbeiteten (erstellten, " +"oder anderweitig lesbaren) Dateien haben wird. Falls Sie lieber den " +"Installationsprozess abbrechen wrden, lehnen Sie unten ab." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "" +"Den lire-Benutzer, -Gruppe und Dateien lschen, wenn Lire vollstndig " +"gelscht wird?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Wann immer Lire von Ihrem System vollstndig gelscht (purged) wird, " +"knnen der lire-Benutzer (zusammen mit seinem Home-Verzeichnis und allen " +"darin enthaltenen Dateien) und die lire-Gruppe automatisch entfernt werden." + +#~ msgid "Configuring Lire" +#~ msgstr "Lire konfigurieren" + +#~ msgid "The user that should run the Lire scripts" +#~ msgstr "Der Benutzer, mit dem die Lire-Skripte ausgefhrt werden" + +#~ msgid "" +#~ "A useraccount for Lire will be created. The Lire scripts should not run " +#~ "as root. Please specify the username." +#~ msgstr "" +#~ "Ein Benutzerkonto fr Lire wird erstellt. Die Lire-Skripte sollten nicht " +#~ "als root ausgefhrt werden. Bitte geben Sie den Benutzernamen an." + +#~ msgid "" +#~ "Would you like to use the existing useraccount ${user}? Please note that " +#~ "any user in ${user}'s primary group will be able to edit the Lire " +#~ "systemwide configuration files. Therefore, it is advisable to make sure " +#~ "only ${user} belongs to ${user}'s primary group." +#~ msgstr "" +#~ "Soll das bereits existierende Benutzerkonto ${user} verwendet werden? " +#~ "Beachten Sie, dass alle Benutzer, die sich auch in der primren Gruppe " +#~ "des Benutzers ${user} befinden, die Lire-Konfigurationsdateien verndern " +#~ "knnen. Es ist darauf zu achten, das nur der Benutzer ${user} Mitglied " +#~ "der primren Gruppe ${user} ist." + +#~ msgid "Using existing user" +#~ msgstr "Verwende existierenden Benutzer" + +#~ msgid "" +#~ "Lire is configured to be run as the existing user ${user}. Please note " +#~ "that any user in ${user}'s primary group will be able to edit the Lire " +#~ "systemwide configuration files. Therefore, it is advisable to make sure " +#~ "only ${user} belongs to ${user}'s primary group." +#~ msgstr "" +#~ "Lire ist so konfiguriert, dass es unter der Kennung des Benutzers ${user} " +#~ "luft. Beachten Sie, dass alle Benutzer, die sich auch in der primren " +#~ "Gruppe des Benutzers ${user} befinden, die Lire-Konfigurationsdateien " +#~ "verndern knnen. Daher ist darauf zu achten, dass nur der Benutzer " +#~ "${user} Mitglied der primren Gruppe ${user} ist." + +#~ msgid "The Lire users' primary group" +#~ msgstr "Primre Gruppe fr den Lire-Benutzer" + +#~ msgid "" +#~ "A primary group for the Lire user will be created. Any other user " +#~ "belonging to this group will be able to edit the Lire configuration " +#~ "files. Please specify this group." +#~ msgstr "" +#~ "Eine primre Gruppe fr den Benutzer wird erstellt. Alle Benutzer, die " +#~ "sich auch in dieser primren Gruppe befinden, haben die Mglichkeit, die " +#~ "Lire-Konfigurationsdateien zu verndern. Bitte geben Sie eine Gruppe an." + +#~ msgid "" +#~ "Would you like to use the existing group ${group}? Please note that any " +#~ "user in ${group} will be able to edit the Lire systemwide configuration " +#~ "files." +#~ msgstr "" +#~ "Soll die bereits existierende Gruppe ${group} verwendet werden. Beachten " +#~ "Sie, dass alle Benutzer, die sich auch in der primren Gruppe des " +#~ "Benutzers ${user} befinden, die Lire-Konfigurationsdateien verndern " +#~ "knnen." + +#~ msgid "Using existing group" +#~ msgstr "Verwende existierende Gruppe" + +#~ msgid "" +#~ "The Lire configuration files will be groupowned by the already existing " +#~ "group ${group}. Please note that any user in ${group} will be able to " +#~ "edit the Lire systemwide configuration files." +#~ msgstr "" +#~ "Die Lire-Konfigurationsdateien werden der bereits existierenden Gruppe " +#~ "${group} gehren. Beachten Sie, dass alle Benutzer, die sich auch in der " +#~ "primren Gruppe des Benutzers ${user} befinden, die Lire-" +#~ "Konfigurationsdateien verndern knnen." + +#~ msgid "Invalid username" +#~ msgstr "Falscher Benutzername" + +#~ msgid "" +#~ "You gave the invalid username ${user}. The username should consist of a " +#~ "lowercase letter followed by zero or more lowercase letters or numbers." +#~ msgstr "" +#~ "Sie haben einen falschen Benutzernamen ${user} angegeben. Der Name sollte " +#~ "aus einem Kleinbuchstaben, gefolgt von mehreren Kleinbuchstaben oder " +#~ "Zahlen bestehen." + +#~ msgid "Invalid groupname" +#~ msgstr "Falscher Gruppenname." + +#~ msgid "" +#~ "You gave the invalid groupname ${group}. The groupname should consist of " +#~ "a lowercase letter followed by zero or more lowercase letters or numbers." +#~ msgstr "" +#~ "Sie haben einen falschen Gruppennamen ${group} angegeben. Der Name sollte " +#~ "aus einem Kleinbuchstaben, gefolgt von mehreren Kleinbuchstaben oder " +#~ "Zahlen bestehen." + +#~ msgid "" +#~ "After this package is installed, please run lr_config as user ${user}, to " +#~ "complete the configuration of your Lire system." +#~ msgstr "" +#~ "Nach der Installation dieses Paketes starten Sie bitte lr_config als " +#~ "Benutzer ${user}, um die Lire-Konfiguration zu vervollstndigen." --- lire-2.1.1.orig/debian/po/es.po +++ lire-2.1.1/debian/po/es.po @@ -0,0 +1,158 @@ +# lire po-debconf translation to Spanish +# Copyright (C) 2010 Software in the Public Interest +# This file is distributed under the same license as the lire package. +# +# Changes: +# - Initial translation +# Francisco Javier Cuadrado , 2010 +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas y normas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: lire 2:2.1-1\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2010-04-30 11:11+0100\n" +"Last-Translator: Francisco Javier Cuadrado \n" +"Language-Team: Debian l10n Spanish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "¿Desea renombrar el antiguo usuario de Lire a «lire»?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Las anteriores versiones de Lire solían permitir el uso de un usuario cuyo " +"nombre era diferente de «lire» para ejecutar tareas especiales como las " +"tareas de cron. Esto no se permite desde que fue el causante de más " +"problemas que los necesarios." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Parece que está actualizando la versión, el programa de configuración puede " +"convertir su configuración actual. Si la conversión no se realiza, se parará " +"el proceso de instalación." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Consulte «/usr/share/doc/lire/README.Debian» para más información." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "¿Desea usar el usuario «lire» existente para Lire?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Parece que existe un usuario con nombre «lire» en el sistema, que se pudo o " +"no crear en una instalación anterior de Lire." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Esto en principio no es un problema pero sea consciente de que este usuario " +"tendrá acceso a los archivos (creados o con acceso de lectura ...) que " +"manejan los procesos automatizados de Lire. Si prefiere cancelar el proceso " +"de instalación, escoja «No» a continuación." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "¿Desea usar el grupo «lire» existente para Lire?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Parece que existe un grupo con nombre «lire» en el sistema, que se pudo o no " +"crear en una instalación anterior de Lire." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Esto en principio no es un problema pero sea consciente de que este usuario " +"tendrá acceso a los archivos (creados o con acceso de lectura ...) que " +"manejan los procesos automatizados de Lire. Si prefiere cancelar el proceso " +"de instalación, escoja «No» a continuación." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "" +"¿Desea eliminar el usuario «lire», el grupo y los archivos al purgar Lire?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Cuando Lire se purgue del sistema, se podrán eliminar automáticamente el " +"usuario «lire» (junto a su directorio personal y todos los archivos de éste) " +"y el grupo «lire»." --- lire-2.1.1.orig/debian/po/eu.po +++ lire-2.1.1/debian/po/eu.po @@ -0,0 +1,138 @@ +# translation of lire-eu.po to Euskara +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Piarres Beobide , 2008. +msgid "" +msgstr "" +"Project-Id-Version: lire-eu\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2008-10-15 11:52+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Lire erabiltzaile zaharra 'lire' bezala berrizendatu?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Lire-ren aurreko bertsioek 'lire' ez den beste erabiltzaile batek cron-lanak " +"bezalako zereginak egiteko aukera ematen zuen. Hau ez da aurrerantzean " +"onartzen dagozkionak baino arazo gehiago sortzen zituen eta." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Dirudienez bertsio horietako batetatik bertsio-berritzen ari zara, " +"konfigurazio programa zure konfigurazioa eguneratzeko gai da. Ez bada " +"aldaketa hori egiten instalazio prozesua itxi egingo da." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Ikusi /usr/share/doc/lire/README.Debian xehetasunetarako." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Dagoen 'lire' erabiltzailea erabili Lire-rentzat?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Dirudienez zure sisteman badago 'lire' izeneko erabiltzaile bat, zein agian " +"aurreko Lire instalazio batek sortu zuen." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Hau ez da arazo bat baina ziurtatu zaitez erabiltzaile honek Lire-ren " +"prozesu automatikoek kudeatutako fitxategietara sarrera baimena duela " +"(jabetza edo bestela irakurketa...). Instalazio prozesu hau eten nahiago " +"baduzu, hautatu 'Ez ' behean." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Erabili dagoen 'lire' taldea Lirerentzat?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Dirudienez zure sisteman badago 'lire' izeneko talde bat, zein agian aurreko " +"Lire instalazio batek sortu zuen." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Hau ez da arazo bat baina ziurtatu zaitez talde honek Lire-ren prozesu " +"automatikoek kudeatutako fitxategietara sarrera baimena duela (jabetza edo " +"bestela irakurketa...). Instalazio prozesu hau eten nahiago baduzu, hautatu " +"'Ez ' behean." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "" +"Lire garbitzerakoan 'lire' erabiltzailea, taldea eta fitxategiak ezabatu?a " +"eta?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Noizbait Lire zure sistematik garbitzen denean, 'lire' erabiltzailea (bere " +"etxe direktorioa eta barnean egon litezken fitxategi guztiak barne) eta " +"'lire' taldea automatikoki ezabatu daitezke." --- lire-2.1.1.orig/debian/po/fr.po +++ lire-2.1.1/debian/po/fr.po @@ -0,0 +1,177 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# Traduction d'origine: Francis J. Lacoste, Wolfgang Sourdeau +# +# $Id: fr.po,v 1.23 2012/01/01 13:59:50 vanbaal Exp $ +# +msgid "" +msgstr "" +"Project-Id-Version: lire 1.4rc1-3\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2006-09-04 14:30+0200\n" +"Last-Translator: Thomas Huriaux \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Faut-il renommer l'ancien identifiant utilis par Lire en lire?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Des versions prcdentes de Lire permettaient l'utilisation d'un compte " +"utilisateur dont l'identifiant tait diffrent de lire pour l'excution " +"de tches spcifiques comme les tches priodiques de cron. Cette " +"possibilit n'est dsormais plus offerte car elle compliquait inutilement la " +"maintenance du systme." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Il semble que vous effectuiez la mise niveau depuis une telle version. Le " +"programme de configuration peut modifier votre configuration actuelle. Si " +"aucune conversion n'est faite, le processus d'installation sera interrompu." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "" +"Veuillez consulter le fichier /usr/share/doc/lire/README.Debian pour plus " +"d'informations." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Faut-il utiliser l'identifiant lire existant pour Lire?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Un identifiant lire semble exister sur votre systme. Il a peut-tre t " +"cr par une installation prcdente de Lire." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Cela ne pose a priori aucun problme. Cependant, cet utilisateur aura accs " +"aux fichiers grs par les processus automatiques de Lire (qu'ils aient t " +"crs ou qu'ils soient accessibles en lecture). Ne choisissez pas cette " +"option si vous prfrez annuler la procdure d'installation." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Faut-il utiliser le groupe lire existant pour Lire?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Un groupe lire semble exister sur votre systme. Il a peut-tre t cr " +"par une installation prcdente de Lire." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Cela ne pose a priori aucun problme. Cependant, ce groupe aura accs aux " +"fichiers grs par les processus automatiques de Lire (qu'ils aient t " +"crs ou qu'ils soient accessibles en lecture). Ne choisissez pas cette " +"option si vous prfrez annuler la procdure d'installation." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "" +"Faut-il supprimer l'utilisateur lire, ses fichiers et le groupe lors de " +"la purge?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Lorsque Lire sera effac compltement de votre systme, l'utilisateur " +"lire (ainsi que son rpertoire personnel et les fichiers de ce " +"rpertoire) et le groupe lire peuvent tre automatiquement supprims." + +#~ msgid "Configuring Lire" +#~ msgstr "Configuration de Lire" + +#~ msgid "" +#~ "Please note that, after this package is installed, new cronjobs will be " +#~ "installed and running on your system." +#~ msgstr "" +#~ "Veuillez noter que de nouvelles tches priodiques cron seront mises en " +#~ "service sur le systme aprs l'installation de ce paquet." + +#~ msgid "Your Lire user is local" +#~ msgstr "Utilisateur de Lire local" + +#~ msgid "" +#~ "User 'lire' seems to be a local useraccount: its uid is in the 1000-29999 " +#~ "range. This account might have been created during installation of a " +#~ "previous Debian Lire package, which suffered from a bug in the user " +#~ "creation process." +#~ msgstr "" +#~ "L'identifiant utilis par Lire (lire) semble tre local: son numro " +#~ "d'identifiant (uid) se situe entre 1000 et 29999. Cet utilisateur a " +#~ "probablement t cr lors d'une installation prcdente du paquet Lire, " +#~ "qui contenait un bogue dans le processus de cration de l'utilisateur." --- lire-2.1.1.orig/debian/po/it.po +++ lire-2.1.1/debian/po/it.po @@ -0,0 +1,138 @@ +# ITALIAN TRANSLATION OF LIRE'S.PO-DEBCONF FILE +# Copyright (C) 2006 THE LIRE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the lire package. +# +# Vincenzo Campanella , 2008. +msgid "" +msgstr "" +"Project-Id-Version: it\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2008-10-14 16:42+0200\n" +"Last-Translator: Vincenzo Campanella \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Rinominare il vecchio utente Lire in \"lire\"?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Le precedenti versioni di Lire permettevano di usare un nome utente diverso " +"da \"lire\" per eseguire compiti speciali, come per esempio job di cron. " +"Questo non è più supportato, in quanto causava più problemi del necessario." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Sembra che si stia aggiornando da una di queste versioni; il programma di " +"configurazione può convertire la configurazione attuale. Se nessuna " +"conversione viene effettuata, il processo di installazione verrà annullato." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Per dettagli consultare \"/usr/share/doc/lire/README.Debian\"." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Utilizzare l'utente esistente \"lire\" per Lire?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Sembra che un utente denominato \"lire\", che può essere stato creato o meno " +"da una precedente installazione di Lire, sia già presente sul sistema." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Questo di per sé non pone alcun problema, ma si presti attenzione che questo " +"utente avrà accesso ai file gestiti (creati o altrimenti leggibili) dai " +"processi automatici di Lire. Se si preferisce annullare il processo di " +"installazione, scegliere \"no\" qui di seguito." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Utilizzare il gruppo esistente \"lire\" per Lire?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Sembra che un gruppo denominato \"lire\", che può essere stato creato o meno " +"da una precedente installazione di Lire, sia già presente sul sistema." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Questo di per sé non pone alcun problema, ma si presti attenzione che questo " +"gruppo avrà accesso ai file gestiti (creati o altrimenti leggibili) dai " +"processi automatici di Lire. Se si preferisce annullare il processo di " +"installazione, scegliere \"no\" qui di seguito." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "" +"Rimuovere anche l'utente, il gruppo e i file \"lire\" in fase di " +"eliminazione di Lire?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Ogni volta che Lire viene eliminato dal sistema, l'utente \"lire\" (insieme " +"alla sua directory home e a tutti i file contenuti) e il gruppo \"lire\" " +"possono essere rimossi automaticamente." --- lire-2.1.1.orig/debian/po/nl.po +++ lire-2.1.1/debian/po/nl.po @@ -0,0 +1,176 @@ +# Translation of lire 2:2.0.2-1_templates.po to Debian l10n Dutch +# This file is distributed under the same license as the lire package. +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +# $Id: nl.po,v 1.22 2012/01/01 13:59:50 vanbaal Exp $ +# +# Luk Claes , 2004 +# Kurt De Bree , 2006 +# This is an unofficial translation +# +# +msgid "" +msgstr "" +"Project-Id-Version: lire 2:2.0.2-1\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2006-09-19 20:00+0100\n" +"Last-Translator: Kurt De Bree \n" +"Language-Team: Debian l10n Dutch \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Oud lire-account hernoemen naar 'lire'?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Eerdere versies van Lire stonden toe dat er voor speciale taken als cron-" +"taken een andere gebruikersnaam dan de standaard 'lire' gebruikt werd. Omdat " +"dit meer problemen opleverde dan nodig was, wordt deze mogelijkheid niet " +"meer ondersteund." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Het lijkt erop dat u een dergelijke oude versie aan het opwaarderen bent. " +"Wilt u dat het configuratieprogramma uw huidige instellingen omzet? Als u " +"dit niet wenst, wordt het installatieproces afgebroken." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Raadpleeg /usr/share/doc/lire/README.Debian voor de details." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Bestaande account 'lire' gebruiken voor Lire??" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Een account met de naam 'lire' lijkt aanwezig te zijn op uw systeem, die al " +"dan niet door een vorige installatie van Lire aangemaakt is." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Dit is op zich geen probleem maar weest u zich ervan bewust dat deze " +"gebruiker toegang zal hebben tot de bestanden die door de automatische Lire-" +"processen verwerkt dan wel gebruikt worden. Als u het installatieproces " +"liever afbreekt, kies dan hieronder voor 'Nee'." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Bestaande groep 'lire' gebruiken voor Lire??" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Een groep met de naam 'lire' lijkt aanwezig te zijn op uw systeem; deze is " +"al dan niet door een vorige installatie van Lire aangemaakt." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Dit is op zich geen probleem maar weest u zich ervan bewust dat deze groep " +"toegang zal hebben tot de bestanden die door de automatische Lire-processen " +"verwerkt dan wel gebruikt worden. Als u het installatieproces liever " +"afbreekt, kies dan hieronder voor 'Nee'." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "" +"Gebruiker, groep en bestanden verwijderen bij het wissen van het pakket?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Wilt u dat als het pakket Lire van uw systeem gewist (purged) wordt, dat dan " +"automatisch ook de 'lire' gebruiker en groep verwijderd worden, alsmede de " +"thuismap en alle bestanden daarin?" + +#~ msgid "Configuring Lire" +#~ msgstr "Lire configureren" + +#~ msgid "" +#~ "Please note that, after this package is installed, new cronjobs will be " +#~ "installed and running on your system." +#~ msgstr "" +#~ "Nadat dit pakket is genstalleerd zullen er Lire cron-taken op uw systeem " +#~ "draaien." + +#~ msgid "Your Lire user is local" +#~ msgstr "Uw Lire-gebruiker is lokaal" + +#~ msgid "" +#~ "User 'lire' seems to be a local useraccount: its uid is in the 1000-29999 " +#~ "range. This account might have been created during installation of a " +#~ "previous Debian Lire package, which suffered from a bug in the user " +#~ "creation process." +#~ msgstr "" +#~ "Uw Lire-gebruiker 'lire' lijkt een lokaal gebruikersaccount te zijn: het " +#~ "uid ligt in de 1000-29999 reeks. Deze gebruiker zou gecreerd kunnen " +#~ "zijn tijdens de installatie van een eerder Debian Lire-pakket, dat een " +#~ "bug had in de manier waarop het account gecreerd werd." --- lire-2.1.1.orig/debian/po/pt.po +++ lire-2.1.1/debian/po/pt.po @@ -0,0 +1,137 @@ +# Portuguese translation of lire's debconf messages. +# Copyright (C) 2007 +# This file is distributed under the same license as the lire package. +# Ricardo Silva , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: lire 2:2.0.2-4\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2007-03-13 23:16+0000\n" +"Last-Translator: Ricardo Silva \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Renomear o utilizador antigo do Lire para 'lire'?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Versões anteriores do Lire permitiam o uso de um utilizador cujo nome era " +"diferente de 'lire' para correr tarefas especiais tais como tarefas cron. " +"Este comportamento já não é suportado uma vez que causava mais problemas que " +"os necessários." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Parece que está a actualizar de uma dessas versões; o programa de " +"configuração pode converter a sua configuração actual. Se não for feita " +"nenhuma configuração, o processo de instalação será abortado." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Leia o /usr/share/doc/lire/README.Debian para mais detalhes." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Usar o utilizador 'lire' existente para o Lire?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Parece existir um utilizador chamado 'lire' no seu sistema, que pode ou não " +"ter sido criado por uma instalação anterior do Lire." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Por si este facto não causa qualquer problema mas tenha atenção que este " +"utilizador terá acesso aos ficheiros manipulados (criados ou legíveis...) " +"pelos processos automáticos do Lire. Se prefere cancelar o processo de " +"instalação escolha 'Não' abaixo." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Usar o grupo 'lire' existente para o Lire?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Parece existir um grupo chamado 'lire' no seu sistema, que pode ou não ter " +"sido criado por uma instalação anterior do Lire." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Por si este facto não causa qualquer problema mas tenha atenção que este " +"grupo terá acesso aos ficheiros manipulados (criados ou legíveis...) pelos " +"processos automáticos do Lire. Se prefere cancelar o processo de instalação " +"escolha 'Não' abaixo." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "" +"Remover os utilizador e grupo 'lire' e os ficheiros quando eliminar o Lire?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Sempre que o Lire é eliminado do seu sistema, o utilizador 'lire' (e o seu " +"directório home com todos os seus ficheiros) e o grupo 'lire' podem ser " +"removidos automaticamente." --- lire-2.1.1.orig/debian/po/ru.po +++ lire-2.1.1/debian/po/ru.po @@ -0,0 +1,137 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov , 2008. +msgid "" +msgstr "" +"Project-Id-Version: lire NEW\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2008-10-19 18:47+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Переименовать старую учётную запись Lire в 'lire'?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"В предыдущих выпусках Lire разрешалось использовать учётную запись с именем " +"отличным от 'lire' для выполнения специальных задач, например заданий cron. " +"Это более не поддерживается, так как создаёт больше проблем чем приносит " +"пользы." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Кажется, вы производите обновление с одной из таких ранних версий; программа " +"настройки может выполнить преобразование имеющих настроек. Если " +"преобразование не выполнится, установка будет прервана." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Подробности см. в /usr/share/doc/lire/README.Debian." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Использовать имеющуюся учётную запись 'lire' для Lire?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Кажется, в системе присутствует учётная запись 'lire', которая была создана " +"предыдущей установкой Lire (а, возможно, и не ей)." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"В этом нет проблемы, но обратите внимание, что данный пользователь получит " +"доступ к работе файлами (создание или чтение...), которыми пользуется Lire. " +"Если вы хотите отменить установку, выберите 'Нет'." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Использовать имеющуюся группу 'lire' для Lire?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Кажется, в системе присутствует группа 'lire', которая была создана " +"предыдущей установкой Lire (а, возможно, и не ей)." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"В этом нет проблемы, но обратите внимание, что все в этой группе получат " +"доступ к работе файлами (создание или чтение...), которыми пользуется Lire. " +"Если вы хотите отменить установку, выберите 'Нет'." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "Удалять учётную запись 'lire', группу и файлы при вычистке Lire?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"При полном удалении Lire из системы можно настроить автоматическое удаление " +"учётной записи 'lire' (вместе с домашним каталогом и всеми файлами в нём) и " +"группы 'lire'." --- lire-2.1.1.orig/debian/po/sv.po +++ lire-2.1.1/debian/po/sv.po @@ -0,0 +1,221 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: lire 2:2.0.1-4\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2008-07-24 11:56+0100\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Byt namn p gamla Lire-anvndaren till \"lire\"?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Tidigare utgvor av Lire brukade tillta anvndandet av en anvndare vars " +"anvndarnamn var olikt \"lire\" fr att kra speciella uppgifter ssom " +"cronjobb. Detta stds inte lngre eftersom detta skapade mer problem n vad " +"som behvdes." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Du verkar uppgradera frn en sdan version, vill du att " +"konfigurationsprogrammet ska konvertera dina aktuella instllningar? Vljer " +"du att inte gra det s avbryts installationsprocessen." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "Referera till /usr/share/doc/lire/README.Debian fr detaljer." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Anvnd existerande anvndare \"lire\" fr Lire?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"En anvndare kallad \"lire\" verkar finnas p ditt system, vilket kan eller " +"kan inte ha skapats av en tidigare installation av Lire." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Detta innebr inget problem just nu men tnk p att denna anvndare kommer " +"att ha tillgng till filerna som hanteras (skapade eller annars lsbara...) " +"av Lires automatiska processer. Om du hellre nskar avbryta " +"installationsprocessen, vlj \"Nej\" nedan." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Anvnd existerande grupp \"lire\" fr Lire?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"En grupp kallad \"lire\" verkar finnas p ditt system, vilket kan eller kan " +"inte ha skapats av en tidigare installation av Lire." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Detta innebr inget problem just nu men tnk p att denna grupp kommer att " +"ha tillgng till filerna som hanteras (skapade eller annars lsbara...) av " +"Lires automatiska processer. Om du hellre nskar avbryta " +"installationsprocessen, vlj \"Nej\" nedan." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "Ta bort anvndaren \"lire\", grupp och filer vid avinstallation?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Nr Lire blir avinstallerat frn ditt system, vill du d automatiskt ta bort " +"anvndaren \"lire\" (tillsammans med dess hemkatalog och alla filerna dr i) " +"och gruppen \"lire\"?" + +#~ msgid "Configuring Lire" +#~ msgstr "Konfiguration av Lire" + +#~ msgid "" +#~ "Please note that, after this package is installed, new cronjobs will be " +#~ "installed and running on your system." +#~ msgstr "" +#~ "Notera att efter paketet r installerat kommer nya cronjobb att " +#~ "installeras och kras p ditt system." + +#~ msgid "Your Lire user is local" +#~ msgstr "Din Lire-anvndare r lokal" + +#~ msgid "" +#~ "User 'lire' seems to be a local useraccount: its uid is in the 1000-29999 " +#~ "range. This account might have been created during installation of a " +#~ "previous Debian Lire package, which suffered from a bug in the user " +#~ "creation process." +#~ msgstr "" +#~ "Anvndaren \"lire\" verkar vara ett lokalt anvndarkonto: dess uid r " +#~ "inom intervallet 1000-29999. Detta konto kan ha skapats under " +#~ "installationen av ett tidigare Debian Lire-paket, vilken led av ett fel i " +#~ "skapandeprocessen av anvndare. " + +#~ msgid "Your Lire configuration files are probably deprecated" +#~ msgstr "Dina konfigurationsfiler fr Lire r antagligen frldrade" + +#~ msgid "" +#~ "Since version 20020415, Lire uses new configuration variables. Your " +#~ "local Lire configuration file /etc/lire/defaults.local contains the now " +#~ "obsolete names for these variables. You'll have to update your " +#~ "configuration file manually." +#~ msgstr "" +#~ "Efter version 20020415, anvnder Lire nya konfigurationsvariabler. Din " +#~ "lokala konfigurationsfil /etc/lire/defaults.local fr Lire innehller nu " +#~ "frldrade namn fr dessa variabler. Du mste uppdatera din " +#~ "konfigurationsfil manuellt." + +#~ msgid "Upgrading from a release prior to Lire 1.5" +#~ msgstr "Uppgradering frn en utgva fre Lire 1.5" + +#~ msgid "" +#~ "If you are upgrading from a release prior to Lire 1.5 and if you have " +#~ "cronjobs configured to be run through the \"lr_cron\" command, make sure " +#~ "you edit your crontabs to reflect the new syntax of the \"lr_cron\" " +#~ "invocation." +#~ msgstr "" +#~ "Om du uppgraderar frn en utgva fre Lire 1.5 och om du har cronjobb " +#~ "konfigurerade som krs genom kommandot \"lr_cron\", se till att redigera " +#~ "dina cronjobb fr att passa den nya syntaxen fr anrop till \"lr_cron\"." + +#~ msgid "Refer to /usr/share/doc/lire/INSTALL for details." +#~ msgstr "Referera till /usr/share/doc/lire/INSTALL fr detaljer." + +#~ msgid "Upgrading to Lire 2.0" +#~ msgstr "Uppgradering till Lire 2.0" + +#~ msgid "" +#~ "Many things have changed since Lire 1.5 and previous releases. You are " +#~ "encouraged to read carefully the NEWS and INSTALL files located in /usr/" +#~ "share/doc/lire/." +#~ msgstr "" +#~ "Mnga saker har ndrats sedan Lire 1.5 och tidigare utgvor. Det " +#~ "rekommenderas att du noga lser filerna NEWS och INSTALL som finns i /usr/" +#~ "share/doc/lire/." + +#~ msgid "" +#~ "Besides, a couple of dependencies were removed after the huge code " +#~ "cleanup that occured in the last months. You might therefore have a look " +#~ "at the Changelog.Debian files as well to clean your system from packages " +#~ "that are no longer needed." +#~ msgstr "" +#~ "Fr utom det, ett antal beroenden togs bort efter en massiv kodrensning " +#~ "som intrffat de senaste mnaderna. Du br kanske ta en titt p filerna " +#~ "Changelog.Debian svl som rensa ditt system frn paket som inte lngre " +#~ "behvs." --- lire-2.1.1.orig/debian/po/templates.pot +++ lire-2.1.1/debian/po/templates.pot @@ -0,0 +1,114 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" --- lire-2.1.1.orig/debian/po/vi.po +++ lire-2.1.1/debian/po/vi.po @@ -0,0 +1,138 @@ +# Vietnamese Translation for lire. +# Copyright © 2009 Free Software Foundation, Inc. +# Clytie Siddall , 2005-2009. +# +msgid "" +msgstr "" +"Project-Id-Version: lire 2:2.0.3-1.1\n" +"Report-Msgid-Bugs-To: was@debian.org\n" +"POT-Creation-Date: 2006-10-03 13:43+0200\n" +"PO-Revision-Date: 2009-01-30 23:55+1030\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.8\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Rename old Lire user to 'lire'?" +msgstr "Thay đổi người dùng Lire cũ thành « lire » ?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Previous releases of Lire used to permit the use of a user whose username " +"was different than 'lire' for running special tasks such as cronjobs. This " +"is no longer supported since this was causing more trouble than needed." +msgstr "" +"Các phiên bản Lire trước cho phép sử dụng một người dùng có tên người dùng " +"khác với « lire » để chạy công việc đặc biệt như việc định kỳ (cronjob). " +"Tính năng này không còn được hỗ trợ lại, vì nó gây ra nhiều vấn đề hơn lợi " +"ích." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You seem to be upgrading from such a version; the configuration program can " +"convert your current setup. If no conversion is done, the installation " +"process will be aborted." +msgstr "" +"Có vẻ là bạn đang nâng cấp từ một phiên bản như vậy: chương trình cấu hình " +"có khả năng chuyển đổi thiết lập hiện thời. Không chọn chuyển đổi thì tiến " +"trình cài đặt bị hủy bỏ." + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../templates:1001 ../templates:2001 ../templates:3001 +msgid "Refer to /usr/share/doc/lire/README.Debian for details." +msgstr "" +"Xem tập tin Đọc Đi « /usr/share/doc/lire/README.Debian » để tìm chi tiết." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "Use existing 'lire' user for Lire?" +msgstr "Dùng người dùng « lire » đã tồn tại cho Lire ?" + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"A user named 'lire' seems to be present on your system, which may or may not " +"have been created by a previous installation of Lire." +msgstr "" +"Một người dùng tên « lire » có vẻ là tồn tại trên hệ thống này: người dùng " +"này có thể đã được tạo bởi một bản cài đặt Lire trước, hay không." + +#. Type: boolean +#. Description +#: ../templates:2001 +msgid "" +"This poses no problem per se but beware that this user will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Trường hợp này không đặt vấn đề trong bản chất nó, nhưng coi chừng người " +"dùng này có quyền truy cập đến các tập tin được xử lý (được tạo hoặc có thể " +"đọc được bằng cách khác) bởi tiến trình tự động Lire. Nếu bạn muốn thôi tiến " +"trình cài đặt, hãy chọn mục « Không » (No) dưới đây." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Use existing 'lire' group for Lire?" +msgstr "Dùng nhóm « lire » đã tồn tại cho Lire ?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"A group named 'lire' seems to be present on your system, which may or may " +"not have been created by a previous installation of Lire." +msgstr "" +"Có vẻ là một nhóm tên « lire » nằm trên hệ thống này, mà có thể được tạo bởi " +"một bản cài đặt Lire trước, hay không." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"This poses no problem per se but beware that this group will have access to " +"the files handled (created or otherwise readable...) by the Lire automated " +"processes. If you rather wish to cancel the installation process, choose " +"'No' below." +msgstr "" +"Trường hợp này không đặt vấn đề trong bản chất nó, nhưng coi chừng nhóm này " +"có quyền truy cập đến các tập tin được xử lý (được tạo hoặc có thể đọc được " +"bằng cách khác) bởi tiến trình tự động Lire. Nếu bạn muốn thôi tiến trình " +"cài đặt, hãy chọn mục « Không » (No) dưới đây." + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "Remove 'lire' user, group and files when purging Lire?" +msgstr "Gỡ bỏ người dùng, nhóm và các tập tin « lire » khi tẩy Lire ?" + +#. Type: boolean +#. Description +#: ../templates:4001 +msgid "" +"Whenever Lire gets purged from your system, the 'lire' user (along with its " +"home directory and all the files therein) and the 'lire' group can get " +"automatically removed." +msgstr "" +"Khi nào Lire bị tẩy khỏi hệ thống này, người dùng « lire » (cùng với thư mục " +"chính của nó và tất cả các tập tin bên trong) và nhóm « lire » cũng có thể " +"được tự động gỡ bỏ." --- lire-2.1.1.orig/debian/postfix.cfg +++ lire-2.1.1/debian/postfix.cfg @@ -0,0 +1,8 @@ +# $Id: postfix.cfg,v 1.1 2003/01/23 22:38:14 vanbaal Exp $ +# see lr_vendor_cron(1) +service=postfix +daemon=/usr/sbin/postfix +rotateperiod=weekly +logfile=/var/log/mail.log.0 +filter="grep postfix/" + --- lire-2.1.1.orig/debian/rules +++ lire-2.1.1/debian/rules @@ -0,0 +1,132 @@ +#!/usr/bin/make -f +# $Id: rules,v 1.54 2009/03/15 07:24:08 vanbaal Exp $ + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +package=lire +version=$(shell head -n 1 debian/changelog | sed -e 's/.*(\(\([0-9]\+:\)\?\([^-]\+\).*\).*).*/\3/' ) +DESTDIR=$(CURDIR)/debian/$(package) + +configure: configure-stamp +configure-stamp: + dh_testdir + + LOGGER=/usr/bin/logger \ + PLOTICUS=/usr/bin/ploticus \ + SENDMAIL=/usr/sbin/sendmail \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --infodir=/usr/share/info \ + --libexecdir=/usr/share/lire/lib \ + --mandir=/usr/share/man \ + --with-spooldir=/var/spool/lire \ + --with-archivedir=/var/lib/lire/data + + touch configure-stamp + + +build: configure-stamp build-indep debian/po/templates.pot + + +## we use po-debconf's po2debconf, the debconf-mergetemplate follow-up. +## see po-debconf(7) +debian/po/templates.pot: debian/templates + debconf-updatepo + + +build-indep: build-indep-stamp +build-indep-stamp: + dh_testdir + + $(MAKE) + + touch build-indep-stamp + + +clean: + dh_testdir + dh_testroot + rm -f build-indep-stamp configure-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + rm -f $(DESTDIR)/etc/default/lire.d/apache.cfg \ + $(DESTDIR)/etc/default/lire.d/apache2.cfg \ + $(DESTDIR)/etc/default/lire.d/exim.cfg \ + $(DESTDIR)/etc/default/lire.d/postfix.cfg \ + $(DESTDIR)/etc/default/lire.d/squid.cfg \ + $(DESTDIR)/etc/default/lire.d/syslog.cfg \ + $(CURDIR)/all/lib/config-defaults/lire.xml + +# workaround a bug within the automake framework + -rm -f extras/Time/Makefile + + dh_clean + + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(DESTDIR) + +# install debian lr_vendor_cron config files + sh $(CURDIR)/mkinstalldirs $(DESTDIR)/etc/default/lire.d + install -c -m 644 $(CURDIR)/debian/apache.cfg \ + $(DESTDIR)/etc/default/lire.d/apache.cfg + install -c -m 644 $(CURDIR)/debian/apache2.cfg \ + $(DESTDIR)/etc/default/lire.d/apache2.cfg + install -c -m 644 $(CURDIR)/debian/exim.cfg \ + $(DESTDIR)/etc/default/lire.d/exim.cfg + install -c -m 644 $(CURDIR)/debian/postfix.cfg \ + $(DESTDIR)/etc/default/lire.d/postfix.cfg + install -c -m 644 $(CURDIR)/debian/squid.cfg \ + $(DESTDIR)/etc/default/lire.d/squid.cfg + install -c -m 644 $(CURDIR)/debian/syslog.cfg \ + $(DESTDIR)/etc/default/lire.d/syslog.cfg + + rm -rf $(DESTDIR)/usr/share/lire/sgml + + dh_movefiles -i --sourcedir=debian/$(package) + +# remove directories that are left empty + rm -rf $(DESTDIR)/usr/share/man/man3 \ + $(DESTDIR)/usr/share/doc/lire/user-manual \ + $(DESTDIR)/usr/share/doc/lire/dev-manual \ + $(DESTDIR)/usr/share/perl5/Lire/Msgstore + +# Build architecture-dependent files +binary-arch: build install +# nothing to do + + +# Build architecture-independent files +binary-indep: build install + dh_testdir + dh_testroot +# this should take care of purging from /var/cache/debconf in postrm + dh_installdebconf + + dh_installdocs + dh_installchangelogs ChangeLog + +# dh_installexamples +# dh_installlogrotate + +# dh_installinit + + dh_installcron + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build build-indep clean binary-indep binary-arch binary install configure --- lire-2.1.1.orig/debian/squid.cfg +++ lire-2.1.1/debian/squid.cfg @@ -0,0 +1,8 @@ +# $Id: squid.cfg,v 1.1 2003/01/23 22:38:14 vanbaal Exp $ +# see lr_vendor_cron(1) +service=squid_access +daemon=/usr/sbin/squid +rotateperiod=weekly +logfile=/var/log/squid/access.log.1 +filter=cat + --- lire-2.1.1.orig/debian/syslog.cfg +++ lire-2.1.1/debian/syslog.cfg @@ -0,0 +1,8 @@ +# $Id: syslog.cfg,v 1.1 2003/01/23 22:38:14 vanbaal Exp $ +# see lr_vendor_cron(1) +service=syslog +daemon=/sbin/syslogd +rotateperiod=weekly +logfile=/var/log/messages.0 +filter=cat + --- lire-2.1.1.orig/debian/templates +++ lire-2.1.1/debian/templates @@ -0,0 +1,51 @@ +Template: lire/lire_user_not_lire +Type: boolean +Default: false +_Description: Rename old Lire user to 'lire'? + Previous releases of Lire used to permit the use of a user whose + username was different than 'lire' for running special tasks such as + cronjobs. This is no longer supported since this was causing more + trouble than needed. + . + You seem to be upgrading from such a version; the configuration program can + convert your current setup. If no conversion is done, the installation + process will be aborted. + . + Refer to /usr/share/doc/lire/README.Debian for details. + +Template: lire/use_existing_user +Type: boolean +Default: true +_Description: Use existing 'lire' user for Lire? + A user named 'lire' seems to be present on your system, which may or + may not have been created by a previous installation of Lire. + . + This poses no problem per se but beware that this user will have access + to the files handled (created or otherwise readable...) by the Lire + automated processes. If you rather wish to cancel the installation + process, choose 'No' below. + . + Refer to /usr/share/doc/lire/README.Debian for details. + +Template: lire/use_existing_group +Type: boolean +Default: true +_Description: Use existing 'lire' group for Lire? + A group named 'lire' seems to be present on your system, which may or + may not have been created by a previous installation of Lire. + . + This poses no problem per se but beware that this group will have access + to the files handled (created or otherwise readable...) by the Lire + automated processes. If you rather wish to cancel the installation + process, choose 'No' below. + . + Refer to /usr/share/doc/lire/README.Debian for details. + +Template: lire/purge_user_files +Type: boolean +Default: true +_Description: Remove 'lire' user, group and files when purging Lire? + Whenever Lire gets purged from your system, the 'lire' user (along with + its home directory and all the files therein) and the 'lire' group can + get automatically removed. + --- lire-2.1.1.orig/email/script/s1ms2dlf.in +++ lire-2.1.1/email/script/s1ms2dlf.in @@ -65,6 +65,7 @@ TO BE WRITTEN +=back =head1 EXAMPLES