[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#693443: unblock: jffnms/0.9.3-3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package jffnms

It fixes an important bug (#686188: Policy 3.9.1 violation), by simply
making all user-visible messages translatable (and all messages have
been reviewed by the -l10n-english team while we were at it). It also
includes the updated translations (skipped from the attached debdiff).

unblock jffnms/0.9.3-3

Thanks in advance for considering it, regards,

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru --exclude po jffnms-0.9.3/debian/changelog jffnms-0.9.3/debian/changelog
--- jffnms-0.9.3/debian/changelog	2012-06-11 02:23:14.000000000 -0400
+++ jffnms-0.9.3/debian/changelog	2012-10-31 07:25:04.000000000 -0400
@@ -1,3 +1,29 @@
+jffnms (0.9.3-3) unstable; urgency=low
+
+  * Review templates and package description by the debian-l10n-english team,
+    thanks to Justin B Rye Closes: #686188
+
+  [ Debconf translations ]
+  * Slovak, Slavko Closes: #687105
+  * Portuguese, Américo Monteiro Closes: #687115
+  * Russian, Yuri Kozlov Closes: #687187
+  * Czech, Martin Šín Closes: #687259
+  * Polish, Michał Kułach Closes: #687547
+  * German, Chris Leick Closes: #687568
+  * Italian, Beatrice Torracca Closes: #687774
+  * French, Christian Perrier Closes: #687917
+  * Danish, Joe Hansen Closes: #687987
+  * Japanese, victory
+  * Vietnamese, Nguyễn Vũ Hưng
+  * Swedish, Martin Bagge Closes: #688420
+  * Spanish, Omar Campagne Closes: #688592
+
+  [ Craig Small ]
+  * Fixed debhelper versioned build dependency
+  * Rearrange dependencies on mysql-client
+
+ -- Craig Small <csmall@debian.org>  Wed, 31 Oct 2012 22:19:56 +1100
+
 jffnms (0.9.3-2) unstable; urgency=low
 
   * Fixed db upgrade scripts Closes: #675279
diff -Nru --exclude po jffnms-0.9.3/debian/control jffnms-0.9.3/debian/control
--- jffnms-0.9.3/debian/control	2012-06-11 02:22:09.000000000 -0400
+++ jffnms-0.9.3/debian/control	2012-10-31 07:23:07.000000000 -0400
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Craig Small <csmall@debian.org>
-Build-Depends: debhelper (>= 9.0.0), po-debconf
+Build-Depends: debhelper (>= 9), po-debconf
 Standards-Version: 3.9.3
 Homepage: http://jffnms.sf.net/
 
@@ -12,21 +12,21 @@
          apache2 | httpd , dbconfig-common,
          libapache2-mod-php5 | php5-cgi | php5-fpm,
          php5-cli, php5-mysql | php5-pgsql, php5-snmp, php5-gd,
-         virtual-mysql-client | mysql-client | postgresql-client, ${misc:Depends}
+         mysql-client | virtual-mysql-client | postgresql-client, ${misc:Depends}
 Recommends: ntp, nmap, fping
 Suggests: tac-plus, snmpd, syslog-ng, tftpd, smsclient
 Pre-Depends: debconf | debconf-2.0
-Description: web-based Network Management System (NMS) for IP networks
- JFFNMS is a Network Management System designed to maintain an IP SNMP, Syslog
- and/or  Tacacs+  Network. It can be used to monitor any standards compliant 
- SNMP device, Server, TCP port or Custom Poller, also it has some Cisco 
- oriented features. 
+Description: PHP Network Management System
+ JFFNMS is a Network Management System designed to help maintain a network
+ running SNMP, syslog, and/or TACACS+. It can monitor any standards-compliant
+ SNMP device, server, TCP port or custom poller, and also has some
+ Cisco-oriented features.
  .
- Features Summary
-  * Written in PHP (works in PHP5)
-  * PHP/cron scripts for polling, analizing and consolidating data
-  * Database Backend MySQL or PostgreSQL
-  * Configurable Event Types and Severity Levels
-  * Modular and Extensible
-  * Advanced Event Filter
-  * Interface & Host/Network Autodiscovery
+ Its features include:
+  * written in PHP;
+  * PHP/cron scripts for polling, analyzing, and consolidating data;
+  * MySQL or PostgreSQL database back-end;
+  * configurable event types and severity levels;
+  * modular and extensible;
+  * advanced event filter;
+  * interface, host, and network autodiscovery.
diff -Nru --exclude po jffnms-0.9.3/debian/templates jffnms-0.9.3/debian/templates
--- jffnms-0.9.3/debian/templates	2012-03-03 23:31:45.000000000 -0400
+++ jffnms-0.9.3/debian/templates	2012-10-31 07:12:23.000000000 -0400
@@ -1,40 +1,48 @@
+# 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: jffnms/erroruid
 Type: error
 _Description: jffnms user already exists
- The preinstall script for JFFNMS tried to create a JFFNMS user but there
- was already a user of that name so it has aborted installation.  Please
- read /usr/share/doc/jffnms/README.Debian for more information.
+ The installation has been aborted because there is already a user
+ with the name "jffnms". See /usr/share/doc/jffnms/README.Debian.
 
 Template: jffnms/errorgid
 Type: error
 _Description: jffnms group already exists
- The preinstall script for JFFNMS tried to create a JFFNMS group but there
- was already a group of that name so it has aborted installation.  Please
- read /usr/share/doc/jffnms/README.Debian for more information.
+ The installation has been aborted because there is already a user group
+ with the name "jffnms". See /usr/share/doc/jffnms/README.Debian.
 
 Template: jffnms/compresslogs
 Type: string
 Default: 2
 _Description: Days until log files are compressed:
- Enter how many days do you want to keep of uncompressed JFFNMS log files.
- The recommended and default value is 2 days.  Setting this value to lower
- than 2 may cause problems. It also doesn't make sense to make this number
- bigger than the number of days until log files deleted.
+ Please choose how many days of uncompressed JFFNMS log files should be kept.
+ The recommended value is two days. Reducing this value may cause problems,
+ and it doesn't make sense for it to be higher than the number of days before
+ log files are deleted.
 
 Template: jffnms/deletelogs
 Type: string
 Default: 7
 _Description: Days until log files are deleted:
- Enter how many days of log files, compressed or not, do you want to keep.
- The default is 7 days of logs.  It doesn't make any sense to set this lower
+ Please choose how many days of log files (compressed or not) should be kept.
+ The recommended value is seven days. It doesn't make sense to set this lower
  than the number of days of uncompressed files, as the cron job will compress
  the files and then delete them in the same run.
 
 Template: jffnms/install-error
 Type: select
-Choices: abort, retry, retry (skip questions)
+__Choices: abort, retry, retry (skip questions)
 Default: abort
-Description: Error installing database for jffnms:
+#flag:translate!:3
+_Description: Error installing database for jffnms:
  An error seems to have occurred while installing the database.
  If it's of any help, this was the error encountered:
  .
@@ -44,7 +52,7 @@
  If you choose "retry", you will be prompted with all the configuration
  questions once more and another attempt will be made at performing the
  operation. "retry (skip questions)" will immediately attempt the operation
- again, skipping all questions.  If you choose "abort", the operation will
+ again, skipping all questions. If you choose "abort", the operation will
  fail and you will need to downgrade, reinstall, reconfigure this package,
  or otherwise manually intervene to continue using it.
 

Reply to: