In the 1.12-1.2 NMU, Tobias ommitted twxo fixes that I consider worth being included in the NMU campaign.
Here's that patch and changelog of what I'll upload now, along with a
couple of obvious lintian fixes.
mailgraph (1.12-1.3) unstable; urgency=low
* Non-maintainer upload to complete the former one
* Add debconf-updatepo to the clean target of debian/rules
Closes: #349844
* Debconf translation updates:
- Norwegian Bokmål added. Closes: #396111
* Lintian fixes:
- Use a default debhelper compatibility of 4, in debian/compat
- Build-Depend on po-debconf (we use it in the clean target)
- Provide an LSB section in the init script (a pretty basic one)
-- Christian Perrier <[EMAIL PROTECTED]> Wed, 8 Nov 2006 07:24:53 +0100
diff -Nru mailgraph-1.12.ori/debian/changelog mailgraph-1.12/debian/changelog --- mailgraph-1.12.ori/debian/changelog 2006-11-08 07:24:18.137371429 +0100 +++ mailgraph-1.12/debian/changelog 2006-11-08 18:11:51.163086882 +0100 @@ -1,3 +1,17 @@ +mailgraph (1.12-1.3) unstable; urgency=low + + * Non-maintainer upload to complete the former one + * Add debconf-updatepo to the clean target of debian/rules + Closes: #349844 + * Debconf translation updates: + - Norwegian Bokmål added. Closes: #396111 + * Lintian fixes: + - Use a default debhelper compatibility of 4, in debian/compat + - Build-Depend on po-debconf (we use it in the clean target) + - Provide an LSB section in the init script (a pretty basic one) + + -- Christian Perrier <[EMAIL PROTECTED]> Wed, 8 Nov 2006 07:24:53 +0100 + mailgraph (1.12-1.2) unstable; urgency=low * Non-maintainer upload. diff -Nru mailgraph-1.12.ori/debian/compat mailgraph-1.12/debian/compat --- mailgraph-1.12.ori/debian/compat 1970-01-01 01:00:00.000000000 +0100 +++ mailgraph-1.12/debian/compat 2006-11-08 18:04:51.858175073 +0100 @@ -0,0 +1 @@ +4 diff -Nru mailgraph-1.12.ori/debian/control mailgraph-1.12/debian/control --- mailgraph-1.12.ori/debian/control 2006-11-08 07:24:18.137371429 +0100 +++ mailgraph-1.12/debian/control 2006-11-08 18:06:56.032572871 +0100 @@ -2,7 +2,7 @@ Section: admin Priority: extra Maintainer: Norbert Tretkowski <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.16), dpatch +Build-Depends: debhelper (>= 4.1.16), dpatch, po-debconf Standards-Version: 3.6.2 Package: mailgraph diff -Nru mailgraph-1.12.ori/debian/init mailgraph-1.12/debian/init --- mailgraph-1.12.ori/debian/init 2006-11-08 07:24:18.137371429 +0100 +++ mailgraph-1.12/debian/init 2006-11-08 18:11:13.207118242 +0100 @@ -1,5 +1,14 @@ #!/bin/sh +### BEGIN INIT INFO +# Provides: mailgraph +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Mail statistics frontend for Postfix +### END INIT INFO + MAILGRAPH_CONFIG="/etc/default/mailgraph" NAME="mailgraph" DAEMON="/usr/sbin/mailgraph.pl" diff -Nru mailgraph-1.12.ori/debian/po/cs.po mailgraph-1.12/debian/po/cs.po --- mailgraph-1.12.ori/debian/po/cs.po 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/cs.po 2006-11-08 07:29:51.503852580 +0100 @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: mailgraph\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: 2006-10-21 13:14+0200\n" "Last-Translator: Miroslav Kure <[EMAIL PROTECTED]>\n" "Language-Team: Czech <[EMAIL PROTECTED]>\n" @@ -25,13 +25,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "Má se Mailgraph spouštět při zavádění počítače?" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -41,19 +41,19 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "Další možností je spouštět mailgraph.pl ručně s parametrem -c." #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "Který logovací soubor má mailgraph používat?" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "" "Enter the logfile which should be used to create the databases for " "mailgraph. If unsure, leave default (/var/log/mail.log)." @@ -63,13 +63,13 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "Počítat příchozí poštu jako odchozí?" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " @@ -78,4 +78,3 @@ "Počítá-li se příchozí pošta jako odchozí (výchozí možnost), pak je při " "použití filtrů obsahu (např. amavis) pošta počítána vícekrát, takže obdržíte " "chybné hodnoty. Jestliže používáte filtry obsahu, tuto možnost zamítněte." - diff -Nru mailgraph-1.12.ori/debian/po/de.po mailgraph-1.12/debian/po/de.po --- mailgraph-1.12.ori/debian/po/de.po 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/de.po 2006-11-08 07:29:51.651853682 +0100 @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: mailgraph\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: 2006-10-21 11:12+0200\n" "Last-Translator: Tobias Toedter <[EMAIL PROTECTED]>\n" "Language-Team: German <[email protected]>\n" @@ -18,13 +18,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "Soll Mailgraph beim Hochfahren gestartet werden?" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -35,7 +35,7 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "" "Die andere Methode ist, mailgraph.pl mit dem Parameter -c von Hand " @@ -43,13 +43,13 @@ #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "Welche Protokolldatei soll von mailgraph verwendet werden?" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "" "Enter the logfile which should be used to create the databases for " "mailgraph. If unsure, leave default (/var/log/mail.log)." @@ -60,13 +60,13 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "Soll eingehende E-Mail als abgehende E-Mail gezählt werden?" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " diff -Nru mailgraph-1.12.ori/debian/po/fr.po mailgraph-1.12/debian/po/fr.po --- mailgraph-1.12.ori/debian/po/fr.po 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/fr.po 2006-11-08 07:29:51.767854545 +0100 @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: mailgraph\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: 2006-05-06 21:13+0200\n" "Last-Translator: Thomas Huriaux <[EMAIL PROTECTED]>\n" "Language-Team: French <[email protected]>\n" @@ -26,13 +26,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "Mailgraph doit-il �tre lanc� au d�marrage�?" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -43,7 +43,7 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "" "Il est �galement possible d'utiliser mailgraph.pl en le lan�ant vous-m�me " @@ -51,13 +51,13 @@ #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "Fichier de journalisation � utiliser par mailgraph�:" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "" "Enter the logfile which should be used to create the databases for " "mailgraph. If unsure, leave default (/var/log/mail.log)." @@ -67,13 +67,13 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "Faut-il compter les courriels entrants comme des courriels sortants�?" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " diff -Nru mailgraph-1.12.ori/debian/po/it.po mailgraph-1.12/debian/po/it.po --- mailgraph-1.12.ori/debian/po/it.po 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/it.po 2006-11-08 07:29:51.903855558 +0100 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: mailgraph italian debconf templates\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: 2006-10-21 19:01+0200\n" "Last-Translator: Luca Monducci <[EMAIL PROTECTED]>\n" "Language-Team: Italian <[email protected]>\n" @@ -17,13 +17,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "Far partire Mailgraph all'avvio?" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -33,20 +33,20 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "" "L'altro metodo � richiamare manualmente mailgraph.pl con il parametro -c." #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "Quale file di log deve essere monitorato da mailgraph?" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "" "Enter the logfile which should be used to create the databases for " "mailgraph. If unsure, leave default (/var/log/mail.log)." @@ -56,13 +56,13 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "Contare le mail in arrivo come mail in uscita?" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " diff -Nru mailgraph-1.12.ori/debian/po/nb.po mailgraph-1.12/debian/po/nb.po --- mailgraph-1.12.ori/debian/po/nb.po 1970-01-01 01:00:00.000000000 +0100 +++ mailgraph-1.12/debian/po/nb.po 2006-11-08 07:30:08.967982621 +0100 @@ -0,0 +1,73 @@ +# translation of mailgraph_nb.po to Norwegian Bokm�l +# +# +# Bj�rn Steensrud <[EMAIL PROTECTED]>, 2006. +msgid "" +msgstr "" +"Project-Id-Version: mailgraph_nb\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" +"PO-Revision-Date: 2006-10-29 21:53+0100\n" +"Last-Translator: Bj�rn Steensrud <[EMAIL PROTECTED]>\n" +"Language-Team: Norwegian Bokm�l <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Should Mailgraph start on boot?" +msgstr "Skal Mailgraph startes ved oppstart?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Mailgraph can start on boot time as a daemon. Then it will monitor your " +"Postfix logfile for changes. This is recommended." +msgstr "" +"Mailgraph kan startes som en nisse ved systemoppstart. Da overv�ker den din " +"Postfix-loggfil etter endringer. Dette er anbefalt." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "The other method is to call mailgraph.pl by hand with the -c parameter." +msgstr "" +"Den andre metoden er � kalle opp mailgraph.pl manuelt med parameteren -c." + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Which logfile should be used by mailgraph?" +msgstr "Hvilken loggfil skal mailgraph bruke?" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "" +"Enter the logfile which should be used to create the databases for " +"mailgraph. If unsure, leave default (/var/log/mail.log)." +msgstr "" +"Oppgi loggfil som skal brukes til � opprette databaser for mailgraph. Er du " +"usikker, s� bruk standardvalget (/var/log/mail.log)." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Count incoming mail as outgoing mail?" +msgstr "Telle innkommende e-post som utg�ende?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you count incoming mail as outgoing mail (default), mail is counted more " +"than once if you use content filters like amavis, so you'll get wrong " +"values. If you're using some content filter, disable this." +msgstr "" +"Hvis du teller innkommende e-post som utg�ende (standard), s� blir e-post " +"telt mer enn �n gang hvis du bruker innholdsfiltre som f.eks. amavis, slik " +"at du f�r feil verdier. Hvis du bruker et innholdsfilter, s� sl� av dette." diff -Nru mailgraph-1.12.ori/debian/po/pt_BR.po mailgraph-1.12/debian/po/pt_BR.po --- mailgraph-1.12.ori/debian/po/pt_BR.po 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/pt_BR.po 2006-11-08 07:29:52.295858477 +0100 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: mailgraph (20061021)\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: 2006-10-21 12:35-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <[EMAIL PROTECTED]>\n" "Language-Team: l10n portuguese <[email protected]>\n" @@ -17,13 +17,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "Mailgraph deveria ser iniciado durante o processo de inicialização?" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -34,20 +34,20 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "" "O outro método é executar o mailgraph.pl manualmente com o parâmetro -c." #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "Qual arquivo de log deve ser usado pelo mailgraph?" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "" "Enter the logfile which should be used to create the databases for " "mailgraph. If unsure, leave default (/var/log/mail.log)." @@ -58,13 +58,13 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "Contar e-mails que foram recebidos como e-mails que foram enviados?" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " diff -Nru mailgraph-1.12.ori/debian/po/pt.po mailgraph-1.12/debian/po/pt.po --- mailgraph-1.12.ori/debian/po/pt.po 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/pt.po 2006-11-08 07:29:52.167857524 +0100 @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: mailgraph\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: 2006-04-15 22:49+0000\n" "Last-Translator: André Costa <[EMAIL PROTECTED]>\n" "Language-Team: Portuguese <[EMAIL PROTECTED]>\n" @@ -16,13 +16,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "Deve o Mailgraph ser iniciado no arranque?" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -32,19 +32,19 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "O outro método é chamar manualmente o mailgraph.pl com o parâmetro -c." #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "Qual o ficheiro de registo que deve ser usado pelo mailgraph?" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "" "Enter the logfile which should be used to create the databases for " "mailgraph. If unsure, leave default (/var/log/mail.log)." @@ -55,13 +55,13 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "Contar o correio a receber como correio a enviar?" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " diff -Nru mailgraph-1.12.ori/debian/po/sk.po mailgraph-1.12/debian/po/sk.po --- mailgraph-1.12.ori/debian/po/sk.po 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/sk.po 2006-11-08 07:29:52.427859460 +0100 @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: mailgraph\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: 2006-10-20 21:03+0200\n" "Last-Translator: Peter Mann <[EMAIL PROTECTED]>\n" "Language-Team: Slovak <[EMAIL PROTECTED]>\n" @@ -25,13 +25,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "Má sa Mailgraph spúšťať pri štarte počítača?" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -41,19 +41,19 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "Ďalšou možnosťou je spúšťať mailgraph.pl manuálne s parametrom -c." #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "Ktorý logovací súbor má používať mailgraph?" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "" "Enter the logfile which should be used to create the databases for " "mailgraph. If unsure, leave default (/var/log/mail.log)." @@ -64,13 +64,13 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "Počítať prichádzajúcu poštu ako odchádzajúcu?" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " diff -Nru mailgraph-1.12.ori/debian/po/sv.po mailgraph-1.12/debian/po/sv.po --- mailgraph-1.12.ori/debian/po/sv.po 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/sv.po 2006-11-08 07:29:52.567860502 +0100 @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: mailgraph 1.11-1\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: 2005-10-20 10:57+0200\n" "Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n" "Language-Team: Swedish <[EMAIL PROTECTED]>\n" @@ -22,13 +22,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "Ska Mailgraph startas vid systemets uppstart?" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -38,20 +38,20 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "" "Den andra metoden �r all kalla upp mailgraph.pl manuellt med parametern -c." #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "Vilka loggfiler ska anv�ndas av mailgraph?" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 #, fuzzy msgid "" "Enter the logfile which should be used to create the databases for " @@ -62,16 +62,15 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " "values. If you're using some content filter, disable this." msgstr "" - diff -Nru mailgraph-1.12.ori/debian/po/templates.pot mailgraph-1.12/debian/po/templates.pot --- mailgraph-1.12.ori/debian/po/templates.pot 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/templates.pot 2006-11-08 07:29:48.839832743 +0100 @@ -1,14 +1,22 @@ -# 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 <[EMAIL PROTECTED]>, YEAR. +# +# 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. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n" "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n" @@ -18,13 +26,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -32,19 +40,19 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "" "Enter the logfile which should be used to create the databases for " "mailgraph. If unsure, leave default (/var/log/mail.log)." @@ -52,13 +60,13 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " diff -Nru mailgraph-1.12.ori/debian/po/vi.po mailgraph-1.12/debian/po/vi.po --- mailgraph-1.12.ori/debian/po/vi.po 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/po/vi.po 2006-11-08 07:29:52.703861515 +0100 @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: mailgraph\n" -"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-10-29 11:15+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-08 07:29+0100\n" "PO-Revision-Date: 2006-10-22 21:20+0930\n" "Last-Translator: Clytie Siddall <[EMAIL PROTECTED]>\n" "Language-Team: Vietnamese <[EMAIL PROTECTED]>\n" @@ -18,13 +18,13 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "Should Mailgraph start on boot?" msgstr "Mailgraph có nên khởi chạy khi khởi động hệ thống không?" #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "" "Mailgraph can start on boot time as a daemon. Then it will monitor your " "Postfix logfile for changes. This is recommended." @@ -35,7 +35,7 @@ #. Type: boolean #. Description -#: ../templates:3 +#: ../templates:1001 msgid "The other method is to call mailgraph.pl by hand with the -c parameter." msgstr "" "Phương pháp khác là gọi văn lệnh « mailgraph.pl » bằng tay với tham số « -c " @@ -43,13 +43,13 @@ #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "Which logfile should be used by mailgraph?" msgstr "Mailgraph nên sử dụng tập tin ghi lưu nào?" #. Type: string #. Description -#: ../templates:12 +#: ../templates:2001 msgid "" "Enter the logfile which should be used to create the databases for " "mailgraph. If unsure, leave default (/var/log/mail.log)." @@ -59,13 +59,13 @@ #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "Count incoming mail as outgoing mail?" msgstr "Đếm các thư gửi đến là thư gửi đi không?" #. Type: boolean #. Description -#: ../templates:19 +#: ../templates:3001 msgid "" "If you count incoming mail as outgoing mail (default), mail is counted more " "than once if you use content filters like amavis, so you'll get wrong " diff -Nru mailgraph-1.12.ori/debian/rules mailgraph-1.12/debian/rules --- mailgraph-1.12.ori/debian/rules 2006-11-08 07:24:18.141371458 +0100 +++ mailgraph-1.12/debian/rules 2006-11-08 18:04:45.662279479 +0100 @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=3 - include /usr/share/dpatch/dpatch.make ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) @@ -36,7 +33,7 @@ dh_testdir dh_testroot rm -f build-stamp configure-stamp - + debconf-updatepo dh_clean install: build
signature.asc
Description: Digital signature

