Your message dated Mon, 24 Mar 2008 16:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#462210: fixed in bacula 2.2.8-6
has caused the Debian Bug report #462210,
regarding bacula: [debconf_rewrite] Debconf templates and debian/control review
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
462210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462210
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bacula
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Saturday, January 05, 2008, I notified you of the beginning of a review 
process
concerning debconf templates for bacula.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading bacula with these changes right now.

The second phase of this process will begin on Saturday, January 26, 2008, when 
I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Saturday, February 16, 2008. Please avoid uploading a package with fixed 
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Sunday, February 17, 2008, I will contact you again and will send a 
final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- bacula.old/debian/bacula-director-sqlite.templates  2007-12-20 
05:53:51.107468524 +0100
+++ bacula/debian/bacula-director-sqlite.templates      2008-01-23 
07:19:32.987435305 +0100
@@ -1,16 +1,25 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: bacula-director-sqlite/create_tables
 Type: boolean
 Default: true
-_Description: Create tables for Bacula's Catalog?
- The tables needed for Bacula's catalog are missing.  This is normal
+_Description: Create tables for Bacula's catalog?
+ The tables needed for Bacula's catalog are missing. This is normal
  for a fresh install of Bacula.
  .
  These tables are needed for the Bacula director to function.
- Should these tables be automatically set up for you?
+ Please choose whether these tables should be automatically created.
 
 Template: bacula-director-sqlite/remove_catalog_on_purge
 Type: boolean
 Default: false
-_Description: Remove Catalog on purge?
- Do you want the Bacula Catalog to be removed if you purge the
- Bacula director?
+_Description: Remove catalog on purge?
+ Please choose whether the Bacula catalog should be removed when
+ the director package is purged.
--- bacula.old/debian/control   2007-12-20 05:53:51.107468524 +0100
+++ bacula/debian/control       2008-01-20 12:56:22.652491922 +0100
@@ -15,38 +15,42 @@
 Architecture: all
 Depends: bacula-server, bacula-client
 Suggests: bacula-doc
-Description: Network backup, recovery and verification (Meta-package)
- Bacula is a set of computer programs that permit you (or the system
- administrator) to manage backup, recovery and verification of computer data
- across a network of computer of different kinds.
+Description: network backup, recovery and verification - meta-package
+ Bacula is a set of programs to manage backup, recovery and verification
+ of computer data across a network of computers of different kinds.
  .
- Bacula is relatively easy to use and efficient, while offering many advanced
+ It is efficient and relatively easy to use, while offering many advanced
  storage management features that make it easy to find and recover lost or
- damaged files. Due to its modular design, Bacula is scalable from small 
single 
- computer systems to systems consisting of hundreds of computers located over 
- a large network.
+ damaged files. Due to its modular design, Bacula is scalable from small
+ single computer systems to networks of hundreds of machines.
  .
- This meta-package provides the entire suite of bacula applications:
- job scheduling, storage control, node connector, and administrative console.
+ This meta-package installs the entire suite of Bacula applications: job
+ scheduling, storage control, node connector, and administrative console.
 
 Package: bacula-common
 Architecture: all
 Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
 Depends: adduser (>= 3.0)
 Suggests: bacula-doc
-Description: Network backup, recovery and verification (Common Support files)
- Bacula is a set of computer programs that permit you to manage backup,
- recovery, and verification of computer data across a network of computers
- of different kinds. 
+Description: network backup, recovery and verification - common support files
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ This package provides files that are useful for other Bacula packages.
 
 Package: bacula-director-common
 Architecture: any
 Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, bacula-common (= 
${source:Version})
 Depends: ${shlibs:Depends}, adduser, mailx
-Description: Network backup, recovery and verification (Director common files)
- Bacula is a set of computer programs that permit you to manage backup,
- recovery, and verification of computer data across a network of computers
- of different kinds.
+Description: network backup, recovery and verification - Director common files
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ The Bacula Director service supervises all the backup, restore, verify and
+ archive operations. It can run as a daemon or as a foreground service which
+ administrators can use to schedule backups and recover files.
+ .
+ This package provides common files for the Bacula Director daemon.
 
 Package: bacula-director-sqlite
 Architecture: any
@@ -55,13 +59,15 @@
 Conflicts: bacula-director
 Provides: bacula-director
 Replaces: bacula-director
-Description: Network backup, recovery and verification (Director daemon)
+Description: network backup, recovery and verification - SQLite storage for 
Director
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
  The Bacula Director service supervises all the backup, restore, verify and
- archive operations. The system administrator uses the Director to schedule
- backups and to recover files.
- The Director can run as a daemon or as a service (i.e. in the foreground)
+ archive operations. It can run as a daemon or as a foreground service which
+ administrators can use to schedule backups and recover files.
  .
- This version stores Bacula's Catalog in an SQLite database, and thus is
+ This version stores Bacula's catalog in an SQLite database, and thus is
  suited for smaller installations.
  
 Package: bacula-director-sqlite3
@@ -71,13 +77,15 @@
 Conflicts: bacula-director
 Provides: bacula-director
 Replaces: bacula-director
-Description: Network backup, recovery and verification (Director daemon)
+Description: network backup, recovery and verification - SQLite 3 storage for 
Director
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
  The Bacula Director service supervises all the backup, restore, verify and
- archive operations. The system administrator uses the Director to schedule
- backups and to recover files.
- The Director can run as a daemon or as a service (i.e. in the foreground)
+ archive operations. It can run as a daemon or as a foreground service which
+ administrators can use to schedule backups and recover files.
  .
- This version stores Bacula's Catalog in an SQLite3 database, and thus is
+ This version stores Bacula's catalog in an SQLite 3 database, and thus is
  suited for smaller installations.
  
 Package: bacula-director-mysql
@@ -88,14 +96,16 @@
 Provides: bacula-director
 Replaces: bacula-director
 Recommends: mysql-server (>= 4.0)
-Description: Network backup, recovery and verification (Director daemon)
+Description: network backup, recovery and verification - MySQL storage for 
Director
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
  The Bacula Director service supervises all the backup, restore, verify and
- archive operations. The system administrator uses the Director to schedule
- backups and to recover files.
- The Director can run as a daemon or as a service (i.e. in the foreground)
+ archive operations. It can run as a daemon or as a foreground service which
+ administrators can use to schedule backups and recover files.
  .
- This version stores Bacula's Catalog in a MySQL server, and thus is suited
- for largish installations.
+ This version stores Bacula's catalog in a MySQL server, and thus is suited
+ for large installations.
 
 Package: bacula-director-pgsql
 Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
@@ -106,44 +116,54 @@
 Replaces: bacula-director
 Recommends: postgresql-8.1 | postgresql-8.0 | postgresql (>= 7.4)
 Suggests: postgresql-contrib, postgresql-doc
-Description: Network backup, recovery and verification (Director daemon)
+Description: network backup, recovery and verification - PostgreSQL storage 
for Director
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
  The Bacula Director service supervises all the backup, restore, verify and
- archive operations. The system administrator uses the Director to schedule
- backups and to recover files.
- The Director can run as a daemon or as a service (i.e. in the foreground)
+ archive operations. It can run as a daemon or as a foreground service which
+ administrators can use to schedule backups and recover files.
  .
- This version stores Bacula's Catalog in a PostgreSQL server, and thus is 
- suited for largish installations.
+ This version stores Bacula's catalog in a PostgreSQL server, and thus is 
+ suited for large installations.
 
 Package: bacula-client
 Architecture: all
 Depends: bacula-console (>= ${source:Version}), bacula-fd (>= 
${source:Version})
 Recommends: bacula-traymonitor
-Description: Network backup, recovery and verification (Client meta-package)
- Minimal Bacula system client (File Daemon and Console only)
+Description: network backup, recovery and verification - client meta-package
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ The Bacula Director service supervises all the backup, restore, verify and
+ archive operations. It can run as a daemon or as a foreground service which
+ administrators can use to schedule backups and recover files.
+ .
+ The package is a meta-package for client installations (file daemon and
+ console only).
 
 Package: bacula-fd
 Architecture: any
 Depends: bacula-common (= ${source:Version}), ${shlibs:Depends}
 Suggests: bacula-traymonitor
-Description: Network backup, recovery and verification (Filer daemon)
- This program has to be installed in the machine to be backed up. It is
- responsible for providing the file attributes and data when requested by
- the Director, and also for the filesystem-dependent part of restoration.
+Description: network backup, recovery and verification - file daemon
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
  .
- There is a Win32 version of this program available for download from
- Bacula's website: www.bacula.org
+ The file daemon has to be installed on the machine to be backed up. It is
+ responsible for providing the file attributes and data when requested by
+ the Director, and also for the file system-dependent part of restoration.
 
 Package: bacula-server
 Architecture: all
 Depends: bacula-director-sqlite3 (>= ${source:Version})|bacula-director, 
bacula-sd (>= ${source:Version}), bacula-sd-sqlite3 (>= 
${source:Version})|bacula-sd-tools
 Recommends: bacula-fd
-Description: Network backup, recovery and verification (Server meta-package)
- Bacula system server: SQL-based catalog (SQLite, MySQL, or PgSQL) and 
- Storage Daemon, for a single machine (medium-sized deployment)
+Description: network backup, recovery and verification - server meta-package
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
  .
- This meta-package provides an standard server install, comprising Director
- and Storage daemons.
+ This meta-package provides a standard server install, consisting of the
+ director and storage daemons.
 
 Package: bacula-sd
 Architecture: any
@@ -151,14 +171,16 @@
 Depends: ${shlibs:Depends}, mtx, python
 Recommends: mt-st, bacula-sd-tools
 Suggests: dds2tar, scsitools, sg3-utils
-Description: Network backup, recovery and verification (Storage daemon)
- This program performs the storage and recovery of the file attributes and 
- data to the physical backup media or volumes. In other words, it is
- responsible for reading and writing your tapes (or other storage media,
- such as files).
+Description: network backup, recovery and verification - storage daemon
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ The storage daemon performs the storage and recovery of the file
+ attributes and data to the physical media; in other words, it is
+ responsible for reading and writing the backups.
  .
- The Storage Daemon runs as a daemon on the machine which has the backup
- device(s) (usually a tape drive).
+ It runs on the machine which has access to the backup device(s) - usually
+ a tape drive, but alternatively other storage media, such as files.
 
 Package: bacula-sd-sqlite3
 Architecture: any
@@ -166,9 +188,16 @@
 Conflicts: bacula-sd-tools, bacula-sd (<< 1.38.9)
 Replaces: bacula-sd-tools, bacula-sd (<< 1.38.9)
 Provides: bacula-sd-tools
-Description: Network backup, recovery and verification (SD tools-SQLite3)
- This package contains the bscan and bcopy utilities, which are used for
- recovery when Bacula's catalog is unavailable.
+Description: network backup, recovery and verification - SQLite 3 SD tools
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ The storage daemon performs the storage and recovery of the file
+ attributes and data to the physical media; in other words, it is
+ responsible for reading and writing the backups.
+ .
+ This package contains SQLite 3 versions of the bscan and bcopy utilities,
+ which are used for recovery when Bacula's catalog is unavailable.
 
 Package: bacula-sd-sqlite
 Architecture: any
@@ -176,9 +205,16 @@
 Conflicts: bacula-sd-tools, bacula-sd (<< 1.38.9)
 Replaces: bacula-sd-tools, bacula-sd (<< 1.38.9)
 Provides: bacula-sd-tools
-Description: Network backup, recovery and verification (SD tools-SQLite)
- This package contains the bscan and bcopy utilities, which are used for
- recovery when Bacula's catalog is unavailable.
+Description: network backup, recovery and verification - SQLite SD tools
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ The storage daemon performs the storage and recovery of the file
+ attributes and data to the physical media; in other words, it is
+ responsible for reading and writing the backups.
+ .
+ This package contains SQLite versions of the bscan and bcopy utilities,
+ which are used for recovery when Bacula's catalog is unavailable.
 
 Package: bacula-sd-mysql
 Architecture: any
@@ -186,9 +222,16 @@
 Conflicts: bacula-sd-tools, bacula-sd (<< 1.38.9)
 Replaces: bacula-sd-tools, bacula-sd (<< 1.38.9)
 Provides: bacula-sd-tools
-Description: Network backup, recovery and verification (SD tools-MySQL)
- This package contains the bscan and bcopy utilities, which are used for
- recovery when Bacula's catalog is unavailable.
+Description: network backup, recovery and verification - MySQL SD tools
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ The storage daemon performs the storage and recovery of the file
+ attributes and data to the physical media; in other words, it is
+ responsible for reading and writing the backups.
+ .
+ This package contains MySQL versions of the bscan and bcopy utilities,
+ which are used for recovery when Bacula's catalog is unavailable.
 
 Package: bacula-sd-pgsql
 Architecture: any
@@ -196,17 +239,29 @@
 Conflicts: bacula-sd-tools, bacula-sd (<< 1.38.9)
 Replaces: bacula-sd-tools, bacula-sd (<< 1.38.9)
 Provides: bacula-sd-tools
-Description: Network backup, recovery and verification (SD tools-PostgreSQL)
- This package contains the bscan and bcopy utilities, which are used for
- recovery when Bacula's catalog is unavailable.
+Description: network backup, recovery and verification - PostgreSQL SD tools
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ The storage daemon performs the storage and recovery of the file
+ attributes and data to the physical media; in other words, it is
+ responsible for reading and writing the backups.
+ .
+ This package contains PostgreSQL versions of the bscan and bcopy utilities,
+ which are used for recovery when Bacula's catalog is unavailable.
 
 Package: bacula-console
 Architecture: any
 Pre-Depends: debconf (>= 1.4.30)
 Depends: bacula-common (= ${source:Version}), ${shlibs:Depends}
-Description: Network backup, recovery and verification (Mgmt. Console)
- The Console allows the administrator or user to communicate with the
- Bacula Director. This is the TTY version.
+Description: network backup, recovery and verification - text console
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ The management console allows the administrator or user to
+ communicate with the Bacula Director.
+ .
+ This package provides the text-interface version of the console.
 
 Package: bacula-console-wx
 Provides: bacula-wxconsole
@@ -215,36 +270,44 @@
 Architecture: any
 Pre-Depends: debconf (>= 1.4.30)
 Depends: bacula-common (= ${source:Version}), ${shlibs:Depends}
-Description: Network backup, recovery and verification (Console, Gnome version)
- The WX-Console allows the administrator or user to communicate with the
- Bacula Director. It provides a graphical interface to the backup/restore
- operations.
+Description: network backup, recovery and verification - WxWindows console
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
  .
- This GUI interface has been designed to ease restore operations as much as
- possible as compared to the "conventional" console.
+ The management console allows the administrator or user to
+ communicate with the Bacula Director.
+ .
+ This package provides a WxWindows GUI version of the console.
  .
- There is a Win32 version of this program available for download from
- Bacula's website: www.bacula.org
+ This GUI interface has been designed to ease restore operations as much as
+ possible as compared to the basic text console.
 
 Package: bacula-console-qt
 Architecture: any
 Pre-Depends: debconf (>= 1.4.30)
 Depends: bacula-common (= ${source:Version}), ${shlibs:Depends}
-Description: Network backup, recovery and verification (Console, Qt version)
- The Bacula QT-Console (known as bat) allows the administrator or user to
- communicate with the  Bacula Director. It provides a graphical interface
- to the backup/restore operations.
+Description: network backup, recovery and verification - Qt console
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ The management console allows the administrator or user to
+ communicate with the Bacula Director.
+ .
+ This package provides a Qt GUI version of the console.
  .
  This GUI interface has been designed to ease restore operations as much as
- possible as compared to the "conventional" console.
+ possible as compared to the basic text console.
 
 Package: bacula-traymonitor
 Architecture: any
 Depends: ${shlibs:Depends}, bacula-common (= ${source:Version})
 Recommends: kde|desktop-environment
-Description: Network backup, recovery and verification (Tray monitor)
- This is the tray monitor for the Bacula backup system.  It is
+Description: network backup, recovery and verification - tray monitor
+ Bacula is a set of programs to manage backup, recovery and verification of
+ data across a network of computers of different kinds.
+ .
+ This package provides a tray monitor for the Bacula backup system. It is
  FreeDesktop-compatible, which means it will work under both KDE and
  GNOME.
  .
- This lets you easily keep an eye on the status of Bacula.
+ The monitor constantly displays Bacula's status.

--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 2.2.8-6

We believe that the bug you reported is fixed in the latest version of
bacula, which is due to be installed in the Debian FTP archive:

bacula-client_2.2.8-6_all.deb
  to pool/main/b/bacula/bacula-client_2.2.8-6_all.deb
bacula-common_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-common_2.2.8-6_i386.deb
bacula-console-qt_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-console-qt_2.2.8-6_i386.deb
bacula-console-wx_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-console-wx_2.2.8-6_i386.deb
bacula-console_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-console_2.2.8-6_i386.deb
bacula-director-common_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-director-common_2.2.8-6_i386.deb
bacula-director-mysql_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_2.2.8-6_i386.deb
bacula-director-pgsql_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_2.2.8-6_i386.deb
bacula-director-sqlite3_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_2.2.8-6_i386.deb
bacula-director-sqlite_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_2.2.8-6_i386.deb
bacula-fd_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-fd_2.2.8-6_i386.deb
bacula-sd-mysql_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_2.2.8-6_i386.deb
bacula-sd-pgsql_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_2.2.8-6_i386.deb
bacula-sd-sqlite3_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_2.2.8-6_i386.deb
bacula-sd-sqlite_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_2.2.8-6_i386.deb
bacula-sd_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-sd_2.2.8-6_i386.deb
bacula-server_2.2.8-6_all.deb
  to pool/main/b/bacula/bacula-server_2.2.8-6_all.deb
bacula-traymonitor_2.2.8-6_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_2.2.8-6_i386.deb
bacula_2.2.8-6.diff.gz
  to pool/main/b/bacula/bacula_2.2.8-6.diff.gz
bacula_2.2.8-6.dsc
  to pool/main/b/bacula/bacula_2.2.8-6.dsc
bacula_2.2.8-6_all.deb
  to pool/main/b/bacula/bacula_2.2.8-6_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 24 Mar 2008 10:42:44 -0500
Source: bacula
Binary: bacula bacula-common bacula-director-common bacula-director-sqlite 
bacula-director-sqlite3 bacula-director-mysql bacula-director-pgsql 
bacula-client bacula-fd bacula-server bacula-sd bacula-sd-sqlite3 
bacula-sd-sqlite bacula-sd-mysql bacula-sd-pgsql bacula-console 
bacula-console-wx bacula-console-qt bacula-traymonitor
Architecture: source all i386
Version: 2.2.8-6
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 bacula     - network backup, recovery and verification - meta-package
 bacula-client - network backup, recovery and verification - client meta-package
 bacula-common - network backup, recovery and verification - common support 
files
 bacula-console - network backup, recovery and verification - text console
 bacula-console-qt - network backup, recovery and verification - Qt console
 bacula-console-wx - network backup, recovery and verification - WxWindows 
console
 bacula-director-common - network backup, recovery and verification - Director 
common files
 bacula-director-mysql - network backup, recovery and verification - MySQL 
storage for Dir
 bacula-director-pgsql - network backup, recovery and verification - PostgreSQL 
storage fo
 bacula-director-sqlite - network backup, recovery and verification - SQLite 
storage for Di
 bacula-director-sqlite3 - network backup, recovery and verification - SQLite 3 
storage for 
 bacula-fd  - network backup, recovery and verification - file daemon
 bacula-sd  - network backup, recovery and verification - storage daemon
 bacula-sd-mysql - network backup, recovery and verification - MySQL SD tools
 bacula-sd-pgsql - network backup, recovery and verification - PostgreSQL SD 
tools
 bacula-sd-sqlite - network backup, recovery and verification - SQLite SD tools
 bacula-sd-sqlite3 - network backup, recovery and verification - SQLite 3 SD 
tools
 bacula-server - network backup, recovery and verification - server meta-package
 bacula-traymonitor - network backup, recovery and verification - tray monitor
Closes: 462210 462981 462991 463314 463954 464427 464838 465068 465079 465536 
472249
Changes: 
 bacula (2.2.8-6) unstable; urgency=low
 .
   * Change section to admin to match override file
   * Add Homepage: line to control per devref 6.2.4
   * More fixes to make Bacula binNMU safe.  Patch from Lior Kaplan.
     Closes: #472249.
   * Debconf templates and debian/control reviewed by the debian-l10n-
     english team as part of the Smith review project. Closes: #462210
   * [Debconf translation updates]
     + German. Closes: #462981
     + Galician. Closes: #462991
     + Portuguese. Closes: #463314
     + Finnish. Closes: #463954
     + Czech. Closes: #464427
     + French. Closes: #464838
     + Italian. Closes: #465068
     + Russian. Closes: #465079
     + Vietnamese. Closes: #465536
Files: 
 1db12c7ae97904a0e6ea55d6e7d08a88 1494 admin optional bacula_2.2.8-6.dsc
 f6c11906fdda9aa9bc65744819bca025 44061 admin optional bacula_2.2.8-6.diff.gz
 29a145d344f8e9593842b5e43cb40035 43984 admin optional bacula_2.2.8-6_all.deb
 0bf25e2629661d18419b9d5df9f190a5 41626 admin optional 
bacula-client_2.2.8-6_all.deb
 5c1ce9cf0435317ec924385eb1523df3 41556 admin optional 
bacula-server_2.2.8-6_all.deb
 6470302af4c78830078ae5cbe20950cf 378986 admin optional 
bacula-common_2.2.8-6_i386.deb
 92344bf80254d6dd4551c492b5f2e248 252614 admin optional 
bacula-director-common_2.2.8-6_i386.deb
 01614ead12b0796ee1e4f29c2327ba8b 452780 admin optional 
bacula-director-sqlite_2.2.8-6_i386.deb
 14d881f6549c077b70df069a0b2317fe 448746 admin optional 
bacula-director-sqlite3_2.2.8-6_i386.deb
 406ade9c35086348cbc843e48bd469cd 450810 admin optional 
bacula-director-mysql_2.2.8-6_i386.deb
 0e327906ade624b3f55b49af840f6ba5 456940 admin optional 
bacula-director-pgsql_2.2.8-6_i386.deb
 a4b06ec14f4ba502ca28a036f58a3473 184572 admin optional 
bacula-fd_2.2.8-6_i386.deb
 6f8a4f617601d590d5cf57acb3910f3e 811172 admin optional 
bacula-sd_2.2.8-6_i386.deb
 2028c330726514cb49ba74d53d95d05a 406114 admin optional 
bacula-sd-sqlite3_2.2.8-6_i386.deb
 7d45bc35d8de9c284f31be1e8052f8b4 406166 admin optional 
bacula-sd-sqlite_2.2.8-6_i386.deb
 e25325b253806f05ed4bc70fbb2a3524 407106 admin optional 
bacula-sd-mysql_2.2.8-6_i386.deb
 87e9241dd7a3fc2f2783202a00107d99 409752 admin optional 
bacula-sd-pgsql_2.2.8-6_i386.deb
 71976a0e8e79788e0b1011ee4bc52eb6 129454 admin optional 
bacula-console_2.2.8-6_i386.deb
 dd7813dea4202d1071c658f6417dde0a 237876 admin optional 
bacula-console-wx_2.2.8-6_i386.deb
 2f49c1188a7a8d021cfb7ba56f82281a 553712 admin optional 
bacula-console-qt_2.2.8-6_i386.deb
 a908f46ebcff64c953647d5f6003c9a7 128884 admin optional 
bacula-traymonitor_2.2.8-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH589Othyt9Q6V7ksRAq1lAJ9UdeJco781NnsBru6JagPW1r9dWACgn77m
0AxGuBdrHXI5boDVPuvYI8k=
=YV7I
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to