--- iog-1.03.orig/debian/NEWS +++ iog-1.03/debian/NEWS @@ -0,0 +1,18 @@ +iog (1.03-3.2) unstable; urgency=low + + Due to FHS compliance prescribed by the Debian Policy, the images + used by this package are now deposited in '/usr/share/iog/', but + are symlinked from '/var/lib/iog/'. + + The enclosed configuration file '/etc/iog.cfg' is written to generate + the hourly statistics in '/var/lib/iog/', instead of the previous + location '/var/www/iog/'. The FHS necessitates this. + + However, the present package initially contains the new configuration + file in '/usr/share/iog/iog.cfg', and uses the services 'ucf' and 'ucfr' + to update a possibly existing file '/etc/iog.cfg'. + + The migration of old content in '/var/www/iog/' to '/var/lib/iog/' + is handled by a debconf-question. + + -- Mats Erik Andersson Tue, 19 Jan 2010 12:17:59 +0100 --- iog-1.03.orig/debian/README.Debian +++ iog-1.03/debian/README.Debian @@ -0,0 +1,43 @@ +Due to Debian Policy regarding FHS compliance, this package +is not immediately ready for displaying network statistics. + +The packaged configuration file '/etc/iog.cfg' is written so as to +deposit the dynamically generated web content in + + /var/lib/iog/ + +at every run of the cron-script. For full page rendering, the three +static images + + /usr/share/iog/{in,out,ioglogo}.gif + +are symlinked to '/var/lib/iog'. + +To make the package productive, the Administrator should preferably +write an alias declaration (in the style of Apache): + + Alias /iog /var/lib/iog + +in order that the web server can begin to display content like + + http://localhost/iog/localhost.html. + +Another possibility is to alter '/etc/iog.cfg' to yield the actual +base directory in use, and also to deposit copies of the images +in the same directory: + + [localhost:127.0.0.1:public:sysUpTime.0:/path-to-web-base/iog] + localhost:127.0.0.1:public:ifInOctets.2:ifOutOctets.2:/path-to-web-base/iog + +Observe that the only needed change is to replace '/var/lib/iog' +with a correct and live path '/path-to-web-base/iog' at the very +end of both lines. The cron-script is run with owner 'www-data', +so the directory '/path-to-web-server/iog' needs to be writable +for this owner. + +Whether all this works for your snmpd-setup is another matter! +You need at least a 'rocommunity' entry for 'public'. + +When upgrading from an earlier version, the new package will offer +help in conducting a migration of old data, or to keep the old +location '/var/www/iog/' in productive use. --- iog-1.03.orig/debian/changelog +++ iog-1.03/debian/changelog @@ -0,0 +1,134 @@ +iog (1.03-4) unstable; urgency=medium + + * Orphaning iog, maintainer set to Debian QA Group + . + * Replace priority extra with optional + * Fix pending l10n issues. Debconf translations: + - Japanese (victory). Closes: #692837 + - Brazilian Portuguese (Adriano Rafael Gomes). Closes: #693365 + + -- Helge Kreutzmann Sun, 25 Nov 2018 06:07:05 +0100 + +iog (1.03-3.6) unstable; urgency=low + + * Non-maintainer upload. + * Fix pending l10n issues. Debconf translations: + - Danish (Joe Hansen). Closes: #630366 + - Dutch; (Jeroen Schot). Closes: #656617 + - Polish (Michał Kułach). Closes: #660531 + + -- Christian Perrier Mon, 27 Feb 2012 07:25:50 +0100 + +iog (1.03-3.5) unstable; urgency=low + + * Non-maintainer upload. + * Fix encoding of German debconf translation + + -- Christian Perrier Tue, 11 Jan 2011 20:41:28 +0100 + +iog (1.03-3.4) unstable; urgency=low + + * Non-maintainer upload to fix pending l10n issues. + * Bump debhelper compatibility from unsupported 3 to 7 + * As a consequence, replace "dh_clean -k" calls by "dh_prep" + * Explicitly use 1.0 as source format + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #570192 + * Remove call to obsolete dh_undocumented + * [Debconf translation updates] + - Czech (Michal Simunek). Closes: #570787 + - Russian (Yuri Kozlov). Closes: #570806 + - Swedish (Martin Ågren). Closes: #571137 + - Slovak (Ivan Masár). Closes: #571224 + - Portuguese (Pedro Ribeiro). Closes: #571282 + - Italian (Vincenzo Campanella). Closes: #571987 + - German (Chris Leick). Closes: #572070 + - French (Julien Patriarca). Closes: #572324 + - Spanish (Francisco Javier Cuadrado). Closes: #572444 + * Vietnamese (Clytie Siddall). Closes: #573643 + + -- Christian Perrier Fri, 30 Apr 2010 06:58:12 +0200 + +iog (1.03-3.3) unstable; urgency=low + + * Non-maintainer upload. + * Included the patch provided by Mats Erik Andersson, which fixes + dir-or-file-in-var-www and offers migration if there are already + files there (Closes: #553538) + + -- Meike Reichle Sat, 23 Jan 2010 17:53:44 +0100 + +iog (1.03-3.2) unstable; urgency=low + + * Non-maintainer upload. + * Repair 'dir-or-file-in-var-www'. (Closes: #553538) + + debian/NEWS: New file with package notes refering to FHS. + + debian/README.Debian: New file with further hints. + + debian/control: Policy compliant dependencies: + - Depends: Add ucf, debconf, and ${misc:Depends}. + - Build-Depends-Indep: po-debconf. + - Build-Depends: debhelper. + + Replace '/var/www/iog' with '/var/lib/iog' in 'iog.cfg'. + + Use 'ucf' to handle '/etc/iog.cfg'. The package ships the new + configuration file as '/usr/share/iog/iog.cfg'. + + Use 'debconf' to handle the interaction needed for migrating old + data in '/var/www/iog/' to preferred location '/var/lib/iog/'. + - debian/iog.templates: New file. + - debian/iog.config: New file. + - debian/po/*: New files. + + debian/postinst: Now acts on '/var/lib/iog'. Registers the file + '/etc/iog.cfg' with 'ucf' and 'ucfr'. Uses debconf for migration. + + debian/postrm: New file. Upon purge, deregisters '/etc/iog.cfg' + using 'ucf' and 'ucfr'. + + Store images '*.gif' in '/usr/share/iog/' and symlink these + to '/var/lib/iog/'. + + debian/rules: Use dh_link, dh_installdebconf. + + debian/iog.links: New file, describes links of images. + + -- Mats Erik Andersson Tue, 19 Jan 2010 12:28:05 +0100 + +iog (1.03-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix crontest failure /usr/sbin/iog: No such file or directory + (Closes: #435995) + + -- Filippo Giunchedi Thu, 01 May 2008 16:53:03 +0200 + +iog (1.03-3) unstable; urgency=low + + * Change to Priority: extra - Depends on libsnmp-session-perl which is + extra + + -- Mark Purcell Tue, 13 Jan 2004 20:07:50 +1100 + +iog (1.03-2) unstable; urgency=low + + * $cfgfile="/etc/iog.cfg" (Closes: Bug#224549) + + -- Mark Purcell Sat, 20 Dec 2003 14:07:50 +1100 + +iog (1.03-1) unstable; urgency=low + + * New upstream release + + -- Mark Purcell Fri, 21 Nov 2003 00:21:24 +1100 + +iog (1.01-1) unstable; urgency=low + + * New upstream release + + -- Mark Purcell Sat, 19 Apr 2003 14:18:16 +1000 + +iog (1.0-2) unstable; urgency=low + + * Fixup perl compare strings (Closes: Bug#160620) + + -- Mark Purcell Thu, 12 Sep 2002 20:29:10 +1000 + +iog (1.0-1) unstable; urgency=low + + * Initial Release. (Closes: Bug#156133) + + -- Mark Purcell Sat, 3 Aug 2002 22:56:05 +1000 + --- iog-1.03.orig/debian/compat +++ iog-1.03/debian/compat @@ -0,0 +1 @@ +7 --- iog-1.03.orig/debian/control +++ iog-1.03/debian/control @@ -0,0 +1,21 @@ +Source: iog +Section: net +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: po-debconf +Standards-Version: 3.5.2 +Homepage: http://www.dynw.com/iog/ + +Package: iog +Architecture: all +Depends: libsnmp-session-perl, ucf, debconf, ${misc:Depends} +Recommends: snmpd +Description: network I/O grapher + IOG is a network traffic grapher designed to record cumulative kB/MB/GB + statistics per hour/day/month. It is intended to be simple, fast + (supporting thousands of hosts), and well integrated with MRTG. Data for + each host is updated hourly and HTML graphs are created. It uses a + data consolidation algorithm which allows for a small, non-growing + database file for each host. No external graphing libraries or + executables are required. --- iog-1.03.orig/debian/copyright +++ iog-1.03/debian/copyright @@ -0,0 +1,80 @@ +This package was debianized by Mark Purcell on +Sat, 3 Aug 2002 22:56:05 +1000. + +It was downloaded from http://www.dynw.com/iog/ + +Upstream Author(s): James Dogopoulos + +Copyright: + +Copyright (c) 2000-2002 James Dogopoulos + + This program is free software; you can redistribute it and/or modify it + under the terms of the "Artistic License" which comes with Debian. + + THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES + OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +On Debian GNU/Linux systems, the complete text of the Artistic License +can be found in `/usr/share/common-licenses/Artistic'. + +debian/po/cs.po +Michal Simunek , 2010 +Artistic License + +debian/po/da.po +Joe Hansen , 2011 +Artistic License + +debian/po/de.po +Chris Leick , 2010 +Artistic License + +debian/po/es.po +Francisco Javier Cuadrado , 2010 +Artistic License + +debian/po/es.po +Julien Patriarca , 2010 +Artistic License + +debian/po/it.po +Vincenzo Campanella , 2010. +Artistic License + +debian/po/ja.po +victory , 2012 +Artistic License + +debian/po/nl.po +Jeroen Schot , 2012 +Artistic License + +debian/po/pl.po +Michał Kułach , 2012 +Artistic License + +debian/po/pt_BR.po +Adriano Rafael Gomes , 2012 +Artistic License + +debian/po/pt.po +Pedro Ribeiro , 2010 +Artistic License + +debian/po/ru.po +Yuri Kozlov , 2010 +Artistic License + +debian/po/sk.po +Ivan Masár , 2010 +Artistic License + +debian/po/sv.po +Martin Ågren , 2010 +Artistic License + +debian/po/vi.po +Clytie Siddall , 2010 +Artistic License --- iog-1.03.orig/debian/cron.d +++ iog-1.03/debian/cron.d @@ -0,0 +1,4 @@ +# +# Regular cron jobs for the iog package +# +0 * * * * www-data [ -x /usr/sbin/iog ] && /usr/sbin/iog --- iog-1.03.orig/debian/dirs +++ iog-1.03/debian/dirs @@ -0,0 +1,4 @@ +etc +usr/sbin +usr/share/iog +var/lib/iog --- iog-1.03.orig/debian/docs +++ iog-1.03/debian/docs @@ -0,0 +1 @@ +README --- iog-1.03.orig/debian/iog.config +++ iog-1.03/debian/iog.config @@ -0,0 +1,19 @@ +#!/bin/sh -e + +. /usr/share/debconf/confmodule + +OLDLOCATION=/var/www/iog +NEWLOCATION=/var/lib/iog + +LIBRARY=/usr/share/iog + +# Detect an old page depository and activate the desired location. + +if [ -f $OLDLOCATION/uptimes.pag ] +then + db_input high iog/migrate || true + db_go || true + # Insert an answer even if 'db_get' fails. + db_get iog/migrate || db_set iog/migrate false || true +fi + --- iog-1.03.orig/debian/iog.install +++ iog-1.03/debian/iog.install @@ -0,0 +1,3 @@ +*.gif usr/share/iog/ +iog usr/sbin/ +iog.cfg usr/share/iog/ --- iog-1.03.orig/debian/iog.links +++ iog-1.03/debian/iog.links @@ -0,0 +1,3 @@ +usr/share/iog/in.gif var/lib/iog/in.gif +usr/share/iog/out.gif var/lib/iog/out.gif +usr/share/iog/ioglogo.gif var/lib/iog/ioglogo.gif --- iog-1.03.orig/debian/iog.templates +++ iog-1.03/debian/iog.templates @@ -0,0 +1,24 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: iog/migrate +Type: boolean +Default: false +_Description: Migrate old install out of /var/www/iog/? + A previous package release has left data installed in the + /var/www/iog/ directory. Current versions of the IOG package now use + /var/lib/iog/ for IOG data files. + . + If you choose this option, all existing network data will be moved + to the new location. + . + Consequently, directory settings in the IOG configuration file + (/etc/iog.cfg) will be changed to /var/lib/iog and a web server + alias declaration will be added so that old network statistics + are still published. --- iog-1.03.orig/debian/po/POTFILES.in +++ iog-1.03/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] iog.templates --- iog-1.03.orig/debian/po/cs.po +++ iog-1.03/debian/po/cs.po @@ -0,0 +1,57 @@ +# Czech translation of PO debconf template for package iog. +# Copyright (C) 2010 Michal Simunek +# This file is distributed under the same license as the iog package. +# Michal Simunek , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: iog 1.03-4\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-02-21 13:42+0100\n" +"Last-Translator: Michal Simunek \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 +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Přemístit starou instalaci z /var/www/iog/?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Předchozí verze balíčku zanechala v adresáři /var/www/iog/ nainstalovaná " +"data. Současná verze balíčku IOG nyní uchovává datové soubory ve /var/lib/" +"iog/." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Zvolíte-li tuto možnost, budou všechna existující síťová data přemístěna do " +"nového adresáře." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"To změní nastavení adresáře v konfiguračním souboru IOG (/etc/iog.cfg) na /" +"var/lib/iog a ve webového serveru bude přidána deklarace aliasu, takže se " +"budou stále zobrazovat i staré síťové statistiky." --- iog-1.03.orig/debian/po/da.po +++ iog-1.03/debian/po/da.po @@ -0,0 +1,57 @@ +# Danish translation iog. +# Copyright (C) 2011 iog & nedenstående oversætttere. +# This file is distributed under the same license as the iog package. +# Joe Hansen , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: iog\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2011-06-13 14:44+0200\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 +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Migrer gammel installation væk fra /var/www/iog/?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"En tidligere pakkeudgivelse har efterladt data installeret i mappen /var/www/" +"iog/. Aktuelle versioner af IOG-pakken bruger nu /var/lib/iog/ for IOG-" +"datafiler." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Hvis du vælger denne indstilling, vil alle eksisterende netværksdata blive " +"flyttet til den nye placering." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Som en konsekvens vil mappeindstillinger i IOG-konfigurationsfilen (/etc/iog." +"cfg) blive ændret til /var/lib/iog og en aliaserklæring for internetserveren " +"vil blive tilføjet, så at gamle netværksstatistikker stadig bliver udgivet." --- iog-1.03.orig/debian/po/de.po +++ iog-1.03/debian/po/de.po @@ -0,0 +1,58 @@ +# Translation of iog to German +# Copyright (C) 2000-2002 James Dogopoulos . +# This file is distributed under the same license as the iog package. +# Chris Leick , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: iog 1.03-4\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-02-28 15:20+0100\n" +"Last-Translator: Chris Leick \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Alte Installation aus »/var/www/iog/« migrieren?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Eine vorherige Paketveröffentlichung hat installierte Daten im Verzeichnis »/" +"var/www/iog/« hinterlassen. Aktuelle Versionen des IOG-Pakets benutzen nun »/" +"var/lib/iog/«-IOG-Dateien." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Wenn Sie diese Option auswählen, werden alle alten Netzwerkdaten an den " +"neuen Ort verschoben." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Als Konsquenz daraus werden Verzeichniseinstellungen in der IOG-" +"Konfigurationsdatei (/etc/iog.cfg) auf /var/lib/iog geändert und es wird " +"eine Web-Server-Alias-Deklaration hinzugefügt, so dass alte " +"Netzwerkstatistiken weiterhin veröffentlicht werden." --- iog-1.03.orig/debian/po/es.po +++ iog-1.03/debian/po/es.po @@ -0,0 +1,79 @@ +# iog po-debconf translation to Spanish +# Copyright (C) 2010 Software in the Public Interest +# This file is distributed under the same license as the iog 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: iog 1.03-4\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-03-05 08:00+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 +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "¿Desea migrar la vieja instalación fuera de «/var/www/iog/»?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Una versión anterior del paquete ha dejado datos instalados en el directorio " +"«/var/www/iog/». Las versiones actuales del paquete IOG usan ahora «/var/lib/" +"iog/» para los archivos de datos de IOG." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Si escoge esta opción, todos los datos de red existentes se moverán a la " +"nueva ubicación." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Por consiguiente, los ajustes del directorio en el archivo de configuración " +"de IOG («/etc/iog.cfg») se cambiarán a «/var/lib/iog» y se añadirá una " +"declaración de un alias de un servidor web de modo que las antiguas " +"estadísticas de red sigan publicadas." --- iog-1.03.orig/debian/po/fr.po +++ iog-1.03/debian/po/fr.po @@ -0,0 +1,59 @@ +# Translation of iog debconf templates to French +# Copyright (C) 2010 Debian French l10n team +# This file is distributed under the same license as the iog package. +# +# Translators: +# Julien Patriarca , 2010. +msgid "" +msgstr "" +"Project-Id-Version: IOG\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-02-26 18:29+0100\n" +"Last-Translator: Julien Patriarca \n" +"Language-Team: FRENCH \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Déplacer l'ancienne installation depuis /var/www/iog/ ?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Une installation précédente a laissé des données installées dans le " +"répertoire /var/www/iog/. La version actuelle de IOG place désormais ses " +"fichiers de données dans /var/lib/iog/." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Si vous choisissez cette option, toutes les données réseau existantes seront " +"déplacées dans le nouveau répertoire." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Par conséquent, les paramètres de répertoire situés dans le fichier de " +"configuration (/etc/iog.cfg) seront modifiés pour utiliser /var/lib/iog et " +"un alias pour le serveur web sera ajouté de manière à ce que les anciennes " +"statistiques réseau continuent à être publiées." --- iog-1.03.orig/debian/po/it.po +++ iog-1.03/debian/po/it.po @@ -0,0 +1,59 @@ +# ITALIAN TRANSLATION OF IOG'S PO-DEBCONF FILE. +# COPYRIGHT (C) 2010 THE IOG'S COPYRIGHT HOLDER +# This file is distributed under the same license as the iog package. +# Vincenzo Campanella , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: iog 1.03-4\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-02-21 09:03+0100\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" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Migrare la vecchia installazione da «/var/www/iog/»?" + +# +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Un rilascio precedente del pacchetto ha lasciato dei dati installati nella " +"directory «/var/www/iog/». La versione attuale del pacchetto IOG utilizza " +"ora i file dei dati contenuti in «/var/lib/iog/»." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Se si sceglie questa opzione, tutti i dati di rete esistenti verranno " +"spostati nella nuova posizione." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Di conseguenza, le impostazioni di directory nel file di configurazione di " +"IOG («/etc/iog.cfg») verranno modificati in «/var/lib/iog» e verrà aggiunta " +"una dichiarazione di alias di server web in modo che le vecchie statistiche " +"di rete siano ancora pubblicate." --- iog-1.03.orig/debian/po/ja.po +++ iog-1.03/debian/po/ja.po @@ -0,0 +1,56 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# victory , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: iog\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2012-06-16 18:29+0000\n" +"PO-Revision-Date: 2012-06-17 03:29+0900\n" +"Last-Translator: victory \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "過去にインストールしていたデータを /var/www/iog/ から移動しますか?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"以前にリリースしたパッケージでは /var/www/iog/ ディレクトリにデータを置いて" +"いました。 IOG パッケージの現在のバージョンでは IOG データファイルを " +"/var/lib/iog/ に置いています。" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"このオプションを選択すると、既存のネットワークデータは新しい場所に移動されます。" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"その結果、IOG 設定ファイル (/etc/iog.cfg) のディレクトリ設定が /var/lib/iog " +"に変換され、ウェブサーバにはエイリアス設定が追加されて以前のネットワーク統計は" +"そのまま公開されます。" --- iog-1.03.orig/debian/po/nl.po +++ iog-1.03/debian/po/nl.po @@ -0,0 +1,58 @@ +# Dutch translation of iog debconf templates. +# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the iog package. +# Jeroen Schot , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: iog 1.03-3.5\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2012-01-20 14:58+0100\n" +"Last-Translator: Jeroen Schot \n" +"Language-Team: Debian l10n Dutch \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "De oude installatie uit /var/ww/iog/ migreren?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Een vorige versie van dit pakket geeft gegevens achtergelaten in de map /var/" +"www/iog/. Huidige versies van het IOG-pakket gebruiken /var/lib/iog/ voor de " +"IOG-gegevensbestanden." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Als u deze optie kiest, dan zullen alle bestaande netwerkgegevens worden " +"verplaatst naar de nieuwe locatie." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Bijgevolg zullen ook de mapinstellingen het configuratiebestand van IOG (/" +"etc/iog.cfg) worden veranderd naar /var/lib/iog en er zal bij de webserver " +"een alias-declaratie worden toegevoegd zodat de oude netwerkstatistieken " +"gepubliceerd blijven." --- iog-1.03.orig/debian/po/pl.po +++ iog-1.03/debian/po/pl.po @@ -0,0 +1,60 @@ +# Translation of iog debconf templates to Polish. +# Copyright (C) 2010 +# This file is distributed under the same license as the iog package. +# +# Michał Kułach , 2012. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2012-02-18 19:03+0100\n" +"Last-Translator: Michał Kułach \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Przenieść starą instalację z /var/www/iog/?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Poprzednie wydanie pakietu pozostawiło dane zainstalowane w katalogu /var/" +"www/iog/. Aktualne wersje pakietu IOG używają /var/lib/iog/ w celu " +"przechowywania plików z danymi." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Jeśli ta opcja zostanie wybrana, wszystkie istniejące dane sieciowe zostaną " +"przeniesione do nowej lokalizacji." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"W efekcie, ustawienia katalogu w pliku konfiguracyjnym IOG (/etc/iog.cfg) " +"będą zmienione na /var/lib/iog i zostanie dodana deklaracja aliasu serwera " +"WWW tak, aby stare statystyki sieciowe były wciąż publikowane." --- iog-1.03.orig/debian/po/pt.po +++ iog-1.03/debian/po/pt.po @@ -0,0 +1,58 @@ +# iog Portuguese debconf messages +# Copyright (C) 2010 +# This file is distributed under the same license as the iog package. +# Pedro Ribeiro , 2010 +# +msgid "" +msgstr "" +"Project-Id-Version: iog-1.03-4\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-02-25 11:15+0000\n" +"Last-Translator: Pedro Ribeiro \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 +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Migrar a instalação antiga para fora de /var/www/iog/?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Uma versão anterior do pacote deixou ficheiros de dados instalados em /var/" +"www/iog/. As versões actuais do pacote IOG usam /var/lib/iog para os " +"ficheiros de dados IOG." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Se escolher esta opção, todos os dados de rede existentes serão movidos para " +"a nova localização." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Como consequência, opções de directório no ficheiro de configuração do IOG (/" +"etc/iog.cfg) serão alteradas para /var/lib/iog e um alias do servidor web " +"será acrescentado de modo que as estatísticas mais antigas continuem a ser " +"publicadas." --- iog-1.03.orig/debian/po/pt_BR.po +++ iog-1.03/debian/po/pt_BR.po @@ -0,0 +1,59 @@ +# Debconf translations for iog. +# Copyright (C) 2012 THE iog'S COPYRIGHT HOLDER +# This file is distributed under the same license as the iog package. +# Adriano Rafael Gomes , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: iog 1.03-3.6\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2012-08-27 13:05-0300\n" +"Last-Translator: Adriano Rafael Gomes \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Migrar a instalação antiga para fora de /var/www/iog/?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Uma versão anterior do pacote deixou dados instalados no diretório /var/www/" +"iog/. As versões atuais do pacote IOG usam agora /var/lib/iog/ para os " +"arquivos de dados." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Se você escolher essa opção, todos os dados de rede existentes serão movidos " +"para o novo local." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Consequentemente, as configurações de diretórios no arquivo de configuração " +"do IOG (/etc/iog.cfg) serão alteradas para /var/lib/iog e será adicionada " +"uma declaração de alias para o servidor web, de forma que as estatísticas de " +"rede antigas continuem publicadas." --- iog-1.03.orig/debian/po/ru.po +++ iog-1.03/debian/po/ru.po @@ -0,0 +1,59 @@ +# 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 , 2010. +msgid "" +msgstr "" +"Project-Id-Version: iog 1.03-4\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-02-21 17:54+0300\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 +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Перенести старые файлы из /var/www/iog/?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Файлы данных предыдущего выпуска устанавливались в каталог /var/www/iog/. В " +"новых версиях пакета IOG для них используется каталог /var/lib/iog/." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Если вы ответите утвердительно, то все имеющиеся данные по сетям будут " +"перемещены в новое место." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Соответственно, путь к каталогу в файле настроек IOG (/etc/iog.cfg) будет " +"изменён на /var/lib/iog, а в настройки веб-сервера будет добавлен псевдоним, " +"чтобы по прежнему можно было иметь доступ к старой сетевой статистике." --- iog-1.03.orig/debian/po/sk.po +++ iog-1.03/debian/po/sk.po @@ -0,0 +1,66 @@ +# Slovak translation of iog. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the iog package +# Ivan Masár , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: iog\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-02-24 23:31+0100\n" +"Last-Translator: Ivan Masár \n" +"Language-Team: Slovak \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Migrovať starú inštaláciu z „/var/www/iog/“?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Predošlé vydanie balíka zanechalo údaje v adresári „/var/www/iog/“. Súčasný " +"balík IOG odporúča na rovnaký účel použiť adresár „/var/lib/iog“." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Ak zvolíte túto možnosť, všetky existujúce údaje o sieti sa presunú na nové " +"miesto." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Následne sa nastavenie adresára v konfiguračnom súbore (/etc/iog.cfg) zmení " +"na „/var/lib/iog“ a pridá sa deklarácia aliasu webového servera, aby zostali " +"zverejnené aj staré štatistiky o sieti." + +#~ msgid "" +#~ "By changing the directory pointers to '/var/lib/iog' in the configuration " +#~ "'/etc/iog.cfg', and writing an alias declaration for the web server, IOG " +#~ "will then serve uninterrupted statistics also after the upgrade." +#~ msgstr "" +#~ "Zmenou ukazovateľov adresárov na „/var/lib/iog“ v konfiguračnom súbore „/" +#~ "etc/iog.cfg“ a zapísaním deklarácie alias pre webový server bude IOG " +#~ "poskytovať neprerušenú štatistiku aj po aktualizácii." --- iog-1.03.orig/debian/po/sv.po +++ iog-1.03/debian/po/sv.po @@ -0,0 +1,60 @@ +# translation of iog_sv.po to Swedish +# Copyright (C) 2010 +# This file is distributed under the same license as the iog package. +# +# Martin Ågren , 2010. +msgid "" +msgstr "" +"Project-Id-Version: iog_sv\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-02-25 19:08+0100\n" +"Last-Translator: Martin Ågren \n" +"Language-Team: Swedish \n" +"Language: sv\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=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Flytta ut gammal installation från /var/www/iog/?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"En äldre version av paketet har lämnat installerat data i katalogen /var/www/" +"iog/. Aktuella versioner av IOG-paketet använder istället /var/lib/iog/ för " +"IOG-datafiler." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" +"Om du väljer detta alternativ, kommer all existerande nätverksdata flyttas " +"till den nya platsen." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Som en konsekvens av detta kommer kataloginställningar i IOG:s " +"konfigurationsfil (/etc/iog.cfg) att ändras till /var/lib/iog och en " +"webbserveraliasdeklaration läggas till så att gammal nätverksstatistik " +"fortfarande publiceras." --- iog-1.03.orig/debian/po/templates.pot +++ iog-1.03/debian/po/templates.pot @@ -0,0 +1,49 @@ +# 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: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\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 +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" --- iog-1.03.orig/debian/po/vi.po +++ iog-1.03/debian/po/vi.po @@ -0,0 +1,56 @@ +# Vietnamese translation for IOG. +# Copyright © 2010 Free Software Foundation, Inc. +# Clytie Siddall , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: iog 1.03-4\n" +"Report-Msgid-Bugs-To: iog@packages.debian.org\n" +"POT-Creation-Date: 2010-02-25 07:42+0100\n" +"PO-Revision-Date: 2010-03-13 17:03+0930\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 +#: ../iog.templates:2001 +msgid "Migrate old install out of /var/www/iog/?" +msgstr "Nâng cấp bản cài đặt cũ từ « /var/www/iog » ?" + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"A previous package release has left data installed in the /var/www/iog/ " +"directory. Current versions of the IOG package now use /var/lib/iog/ for IOG " +"data files." +msgstr "" +"Một bản phát hành gói trước đã cài đặt dữ liệu vào thư mục « /var/www/iog/ " +"». Gói IOG hiện thời sử dụng các tập tin dữ liệu IOG trong thư mục « /var/" +"lib/iog/ »." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"If you choose this option, all existing network data will be moved to the " +"new location." +msgstr "Bật tùy chọn này thì tất cả các dữ liệu mạng được dời sang vị trí mơi." + +#. Type: boolean +#. Description +#: ../iog.templates:2001 +msgid "" +"Consequently, directory settings in the IOG configuration file (/etc/iog." +"cfg) will be changed to /var/lib/iog and a web server alias declaration will " +"be added so that old network statistics are still published." +msgstr "" +"Do đó, thiết lập thư mục trong tập tin cấu hình IOG (/etc/iog.cfg) sẽ được " +"thay đổi sang « /var/lib/iog », và một lời tuyên bố bí danh trình phục vụ " +"Web sẽ được thêm để vẫn còn xuất bản thống kê mạng cũ." --- iog-1.03.orig/debian/postinst +++ iog-1.03/debian/postinst @@ -0,0 +1,62 @@ +#! /bin/sh + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# + +LIBRARY=/usr/share/iog +OLDLOCATION=/var/www/iog +NEWLOCATION=/var/lib/iog + +CONFIG=/etc/iog.cfg +PKGCONFIG=$LIBRARY/iog.cfg + +case "$1" in + configure) + + chown -R www-data:www-data /var/lib/iog + test -x /usr/bin/ucf && ucf --three-way --debconf-ok $PKGCONFIG $CONFIG + test -x /usr/bin/ucfr && ucfr iog $CONFIG + + # Detect an old page depository and activate the desired location. + + if [ -f $OLDLOCATION/uptimes.pag ] + then + . /usr/share/debconf/confmodule + db_get iog/migrate || RET=false + if [ $RET = true ] + then + mv $OLDLOCATION/* $NEWLOCATION/ 2>/dev/null + else + # Reactivate old content by reinstalling the purged images. + cp -a $LIBRARY/*.gif $OLDLOCATION/ 2>/dev/null + fi + fi + + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- iog-1.03.orig/debian/postrm +++ iog-1.03/debian/postrm @@ -0,0 +1,15 @@ +#!/bin/sh -e + +CONFIG=/etc/iog.cfg +PKGCONFIG=/usr/share/iog/iog.cfg + +if [ $1 = purge ] +then + test -x /usr/bin/ucfr && ucfr --purge iog $CONFIG + test -x /usr/bin/ucf && ucf --purge $CONFIG + rm -f $CONFIG +fi + +#DEBHELPER# + +exit 0 --- iog-1.03.orig/debian/rules +++ iog-1.03/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples iog.cfg + dh_installcron + dh_link + dh_installchangelogs + dh_installdebconf + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- iog-1.03.orig/debian/source/format +++ iog-1.03/debian/source/format @@ -0,0 +1 @@ +1.0 --- iog-1.03.orig/debian/watch +++ iog-1.03/debian/watch @@ -0,0 +1,7 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=2 +http://www.dynw.com/iog/ iog-(.*)\.tgz debian uupdate + --- iog-1.03.orig/iog +++ iog-1.03/iog @@ -39,7 +39,7 @@ my($inoctets,$outoctets,$path,$iogver,$hostreset,$kbsize,$mbsize,$gbsize); $BER::pretty_print_timeticks="0"; -$cfgfile="$main::binpath"."iog.cfg"; +$cfgfile="/etc/iog.cfg"; $iogver="v1.03"; # Default Byte Sizes @@ -361,11 +361,11 @@ } sub footer { -print DHTML "


- -
IOG $iogver - Input Output Grapher
--
James Dogopoulos <jd\@dynw.com>
-Questions or comments to iog\@dynw.com +print DHTML "


+ +
\"iog\"IOG $iogver - Input Output Grapher
+-
James Dogopoulos <jd\@dynw.com>
+Questions or comments to iog\@dynw.com

"; } @@ -403,8 +403,10 @@ flock(DHTML, 2) or print "can't flock $name $host: $!"; truncate(DHTML, 0); + print DHTML qq(\n\n); print DHTML "IOG $iogver - $host - + "; } else { - $gstring = ""; } $inwidth = (sprintf("%.f", $inwidth) + 1); $outwidth = (sprintf("%.f", $outwidth) + 1); - print DHTML "\n"; + print DHTML "\n"; print DHTML $gstring; @@ -497,17 +499,17 @@ $intotal = sprintf("%.f", ($intotal / $mbsize)); $outtotal = sprintf("%.f", ($outtotal / $mbsize)); -print DHTML "
"; my $dexist = (-f "$path".$main::SL."$name"."-days.html"); @@ -412,32 +414,32 @@ if ($newday != "1") { if ($dexist && $mexist) { - print DHTML " [ Today | This Month - | Previous Months ]

"; + print DHTML " [ Today | This Month + | Previous Months ]

"; } else { if ($dexist && !$mexist) { - print DHTML " [ Today | This + print DHTML " [ Today | This Month | Previous Months ]

"; } else { if (!$dexist && $mexist) { print DHTML " [ Today | This Month - | Previous Months ]

"; + | Previous Months ]


"; } else { print DHTML "[ Today | This Month | Previous Months ]"; } } } } else { if ($dexist && $mexist) { - print DHTML " [ This Month - | Previous Months ]

"; + print DHTML " [ This Month + | Previous Months ]

"; } else { if ($dexist && !$mexist) { - print DHTML " [ This + print DHTML " [ This Month | Previous Months ]

"; } else { if (!$dexist && $mexist) { print DHTML " [ This Month - | Previous Months ]

"; + | Previous Months ]


"; } } } @@ -473,21 +475,21 @@ $gbin = sprintf("%.1f", $mbin / $gbsize); $gbout = sprintf("%.1f", $mbout / $gbsize); - $gstring = "
In: $gbin GB - ($mbin MB)
Out: $gbout GB ($mbout MB) + $gstring = "
In: $gbin GB + ($mbin MB)
Out: $gbout GB ($mbout MB)
In: $mbin MB (". - sprintf("%.f", $inoct / $kbsize)." KB)
Out: $mbout - MB (".sprintf("%.f", $outoct / $kbsize)." KB)"; + $gstring = "
In: $mbin MB (". + sprintf("%.f", $inoct / $kbsize)." KB)
Out: $mbout + MB (".sprintf("%.f", $outoct / $kbsize)." KB)
"."$count".":00
\n"; - print DHTML "
"."$count".":00\"in\"
\n"; + print DHTML "\"out\"

"; +print DHTML "
"; if ($intotal > $gbsize or $outtotal > $gbsize) { my $gbtotal = sprintf("%.1f", ($intotal + $outtotal) / $gbsize); - print DHTML "Today's Total: $gbtotal GB
-In: $intotal MB - Out: + print DHTML "Today's Total: $gbtotal GB
+In: $intotal MB - Out: $outtotal MB
"; } else { print DHTML "Today's Total: ".($intotal + $outtotal)." MB
-In: $intotal MB - Out: +In: $intotal MB - Out: $outtotal MB
"; } @@ -543,16 +545,18 @@ flock(DHTML, 2) or print "can't flock $name $host : $!"; truncate(DHTML, 0); -print DHTML "IOG $iogver - $host +print DHTML qq(\n\n); +print DHTML "IOG $iogver - $host "; $inwidth = (sprintf("%.f", $inwidth) + 1); $outwidth = (sprintf("%.f", $outwidth) + 1); if (-f "$path".$main::SL."$name"."-month".($count + "1").".html") { - $mlink = "$months[$count]"; + $mlink = "$months[$count]"; } else { $mlink = "$months[$count]"; } print DHTML "\n"; +
\n"; + print DHTML "
\n"; print DHTML $gstring; @@ -652,14 +656,16 @@ flock(DHTML, 2) or print "can't flock $name $host : $!"; truncate(DHTML, 0); -print DHTML "IOG $iogver - $host +print DHTML qq(\n\n); +print DHTML "IOG $iogver - $host
"; my $dexist = (-f "$path".$main::SL."$name"."-days.html"); if ($dexist) { -print DHTML "[ Today | -This Month | Previous Months ]

"; +print DHTML "[ Today | +This Month | Previous Months ]

"; } else { -print DHTML "[ Today | +print DHTML "[ Today | This Month | Previous Months ]

"; } @@ -583,20 +587,20 @@ $gbout = sprintf("%.1f", $mbout / $gbsize); $gbtotal = sprintf("%.1f", ($gbin + $gbout)); - $gstring = "
In: $gbin GB - ($mbin MB)
Out: $gbout GB ($mbout MB) + $gstring = "
In: $gbin GB + ($mbin MB)
Out: $gbout GB ($mbout MB)
$mlink
$gbtotal GB
-
\n"; - print DHTML "
"; } else { - $gstring = ""; } $inwidth = (sprintf("%.f", $inwidth) + 1); @@ -707,12 +713,12 @@ if (-f "$path".$main::SL."$name"."-day".$count.".html" && $lastday eq "0" && ($newmon ne "1")) { - $pday = "$pday"; + $pday = "$pday"; } print DHTML "\n"; +
\n"; + print DHTML "
\n"; print DHTML $gstring; $count++; @@ -723,9 +729,9 @@ my $gbtotal = sprintf("%.1f", (($intotal + $outtotal) / $gbsize)); -print DHTML "
"; if (-f "$path".$main::SL."$name"."-months.html") { - print DHTML "[ Today | - This Month | Previous Months ]

"; + print DHTML "[ Today | + This Month | Previous Months ]

"; } else { - print DHTML "[ Today | This Month + print DHTML "[ Today | This Month | Previous Months ]

"; } @@ -690,14 +696,14 @@ $gbin = sprintf("%.1f", $mbin / $gbsize); $gbout = sprintf("%.1f", $mbout / $gbsize); - $gstring = "
In: $gbin GB - ($mbin MB)
Out: $gbout GB ($mbout MB) + $gstring = "
In: $gbin GB + ($mbin MB)
Out: $gbout GB ($mbout MB)
In: $mbin MB (". - sprintf("%.f", $inoct / $kbsize)." KB)
Out: $mbout - MB (".sprintf("%.f", $outoct / $kbsize)." KB)"; + $gstring = "
In: $mbin MB (". + sprintf("%.f", $inoct / $kbsize)." KB)
Out: $mbout + MB (".sprintf("%.f", $outoct / $kbsize)." KB)
$pday -
\n"; - print DHTML "

"; -print DHTML "Monthly Total: $gbtotal GB
-In: $intotal MB - Out: $outtotal MB
"; +print DHTML "
"; +print DHTML "Monthly Total: $gbtotal GB
+In: $intotal MB - Out: $outtotal MB
"; footer(); --- iog-1.03.orig/iog.cfg +++ iog-1.03/iog.cfg @@ -26,5 +26,7 @@ # [switch2:192.168.0.11:public:sysUpTime:/www/iog] # sw2-port20:192.168.0.11:public:ifHCInOctets.20:ifHCOutOctets.20:/www/iog/ # +[localhost:127.0.0.1:public:sysUpTime.0:/var/lib/iog] +localhost:127.0.0.1:public:ifInOctets.2:ifOutOctets.2:/var/lib/iog