@@ -0,0 +1,5178 @@
+--- bacula-5.0.2.orig/debian/bacula-traymonitor.dirs
++++ bacula-5.0.2/debian/bacula-traymonitor.dirs
+@@ -0,0 +1,2 @@
++usr/bin
++usr/share/pixmaps
+--- bacula-5.0.2.orig/debian/bacula-common.manpages
++++ bacula-5.0.2/debian/bacula-common.manpages
+@@ -0,0 +1,5 @@
++manpages/bacula.8
++#debian/tmp-install-sqlite3/usr/share/man/man8/bacula.8.gz
++manpages/bsmtp.1
++manpages/btraceback.8
++
+--- bacula-5.0.2.orig/debian/TODO
++++ bacula-5.0.2/debian/TODO
+@@ -0,0 +1,21 @@
++POST SQUEEZE:
++
++ * Remove old -sqlite (sqlitev2) packages
++ * Remove old -sqlite logic in sqlite3 .config, .postinst
++ * Remove old -sqlite logic in rules, if any
++ * Remove dep on sqlite from bacula-director-sqlite3
++
++* Make sure btraceback can be found in /usr/lib/bacula?
++
++* Verify upgrades work as expected
++
++* Maybe:
++
++ Remove old AUTHFILE=`getent passwd bacula | cut -d ':' -f 6`/.pgpass
++ and $AUTHFILE.bak
++
++* check backup_catalog scripts & make sure they're getting installed
++
++* Sanitize consoles
++
++* Update debian/copyright
+--- bacula-5.0.2.orig/debian/bacula-sd-mysql.install
++++ bacula-5.0.2/debian/bacula-sd-mysql.install
+@@ -0,0 +1,3 @@
++debian/tmp-install-mysql/usr/sbin/bscan usr/bin
++debian/tmp-install-mysql/usr/sbin/bcopy usr/bin
++debian/tmp-install-mysql/usr/sbin/btape usr/sbin
+--- bacula-5.0.2.orig/debian/changelog
++++ bacula-5.0.2/debian/changelog
+@@ -0,0 +1,1431 @@
++bacula (5.0.2-1) unstable; urgency=medium
++
++ * New upstream release. Closes: #585729, #582484.
++ * Drop bacula-sd-tools from Conflicts and Replaces line of bacula-sq-sqlite.
++ Fixes RC bug. Closes: #582422.
++ * Update PostgreSQL recommendations to 8.4.
++ * Add sqlite to deps for bacula-director-sqlite3. Closes: #542825.
++
++ -- John Goerzen <jgoerzen@complete.org> Mon, 21 Jun 2010 09:22:47 -0500
++
++bacula (5.0.1-1) unstable; urgency=low
++
++ * New upstream release. Closes: #572166.
++ * Revert dbcheck.8 to exact upstream version.
++ * Drop Debian patches that add indices to databases. This is per the
++ new upstream statement saying "we strongly recommend to avoid the
++ temptation to add new indexes. In general, these will cause very
++ significant performance problems in other areas."
++ * Reverted other Debian-specific patches to database update scripts
++ that are no longer included in our packages.
++ * Fix for MySQL and PostgreSQL postinst to correctly put catalog backup
++ name in bacula-dir.conf.
++
++ -- John Goerzen <jgoerzen@complete.org> Wed, 03 Mar 2010 08:38:35 -0600
++
++bacula (5.0.0-6) unstable; urgency=low
++
++ * Generate default passwords at install time instead of at build time.
++ Closes: #365097. Patch originated in Ubuntu; modified for Debian.
++ Merged to Debian master at 8381602cfbecaea0ca8559100020f878af81a237.
++ * Call rm -rf /var/{log,lib}/bacula on purge. This patch was part of
++ Ubuntu's set merged above.
++ * Modified Ubuntu's password patch to use
++ /etc/bacula/common_default_passwords instead of debconf per Debian
++ practice.
++ * Added full LSB support to init scripts. Patch originated in Ubuntu,
++ and was merged with LSB status support already in Debian.
++ Merged to Debian master at b3e2b4bc8dc1ad2a66b1e80c4cfa6176a15a062d.
++ * Correct perms on new Sqlite3 database so it's owned by bacula:bacula.
++ * Correct Sqlite3 postinst to handle paths of DBNAME correctly.
++
++ -- John Goerzen <jgoerzen@complete.org> Mon, 01 Mar 2010 15:43:02 -0600
++
++bacula (5.0.0-5) unstable; urgency=medium
++
++ * Fix bashism in scripts/disk-changer.in. Closes: #530049.
++ * Correct MySQL index patch to avoid syntax error on install.
++ Closes: #569535.
++ * Corrected MySQL upgrade issue by adding a shell script to determine
++ whether to remove Stripe column from JobMedia table. This would have
++ caused upgrade to crash for people that had upgraded all the way from
++ the 1.x days.
++ Closes: #569285.
++ * Patch from Petr Salinger to disable ACLs on kfreebsd-* archs.
++ This corrects a FTBFS and Closes: #570890.
++ * Correct saving password to bacula-dir.conf on new install
++ with MySQL or PostgreSQL flavor. Closes: #538824.
++ * Added make_catalog_backup.pl script to *-director debs.
++
++ -- John Goerzen <jgoerzen@complete.org> Mon, 22 Feb 2010 13:47:19 -0600
++
++bacula (5.0.0-4) unstable; urgency=low
++
++ * Corrected fail to install bug: after removing /var/run from the package
++ in 5.0.0-3, needed to also remove reference to it in
++ bacula-common.postinst. Closes: #569288, #569298, #569305, #569326.
++
++ -- John Goerzen <jgoerzen@complete.org> Thu, 11 Feb 2010 08:05:47 -0600
++
++bacula (5.0.0-3) unstable; urgency=low
++
++ * Added MySQL indices to match PostgreSQL ones. Closes: #563899.
++ * Copy slight spelling tweak to debian/copyright.
++ * Remove bad patch that caused double-restart of init scripts.
++ Closes: #569126.
++ * Fixed errant DROP INDEX command in sqlite upgrade process.
++ * Added --disable-conio to ./configure args to force use of readline.
++ --with-readline=yes was already supplied. This will enable
++ new tab completion code. Closes: #569154, #513393.
++ * [lintian] Add ${misc:Depends} to all package Depends lines.
++ * [lintian] Bump debhelper compat level to 6.
++ * [lintian] Update build-dep on debhelper due to use of dh_lintian.
++ * [lintian] No longer create /var/run in .dirs files. init scripts are
++ already making sure it's there.
++ * [lintian] Remove now-useless bacula-director-common.preinst
++
++ -- John Goerzen <jgoerzen@complete.org> Wed, 10 Feb 2010 14:05:08 -0600
++
++bacula (5.0.0-2) unstable; urgency=low
++
++ * Now upload 5.0.x to unstable.
++ * Now install mtx-changer.conf in bacula-sd. Closes: #531471.
++
++ -- John Goerzen <jgoerzen@complete.org> Tue, 09 Feb 2010 12:05:20 -0600
++
++bacula (5.0.0-1) experimental; urgency=low
++
++ * New upstream version.
++ * Removed build-dep option libreadline5-dev, leaving only libreadline-dev
++ option. Closes: #553735.
++ * Update bacula-console-qt section to utils to match override file.
++ * Update standards-version to 3.8.3.
++
++ -- John Goerzen <jgoerzen@complete.org> Mon, 08 Feb 2010 15:44:00 -0600
++
++bacula (3.0.3-3) unstable; urgency=medium
++
++ * Fixed situation where dbconfig-common bits weren't being called. This
++ prevented proper upgrades from lenny. Closes: #516900, #542774.
++ * Convert Sqlite3 to use dbconfig-common like PostgreSQL and MySQL directors
++ have been for some time now.
++ * This change means it now correctly upgrades from Sqlite2.
++ Closes: #552413.
++ * This change means that all Bacula debconf templates are finally removed.
++ As a result, no need for translations remains. Closing open translation
++ bugs since there is no longer anything to translate in this package.
++ Closes: #568469.
++ * Clean up handling of database upgrade scripts in debian/rules to make it
++ easier to handle new Bacula versions when they arrive.
++ * Make sure to stop the director before upgrading its database.
++ * Add lsb init.d status support. Patch from Peter Eisentraut.
++ Closes: #536573.
++
++ -- John Goerzen <jgoerzen@complete.org> Mon, 08 Feb 2010 14:37:04 -0600
++
++bacula (3.0.3-2) unstable; urgency=medium
++
++ * Update build-dep from libmysqlclient15-dev to libmysqlclient-dev.
++ Rebuild on a newer i386 sid machine; 3.0.3-1 will not migrate to testing
++ due to dep on old libmysqlclient15 on i386.
++ * Remove bacula-doc ln in debian/rules, correcting dpkg's idea that bacula
++ has been completely removed on upgrade.
++ Closes: #545473, #554197, #545313.
++ * Add bpipe to built package. Patch from Alex Bramley. Closes: #549081.
++ * Added comments about make_catalog_backup to README.Debian. Closes: #452687.
++
++ -- John Goerzen <jgoerzen@complete.org> Wed, 03 Feb 2010 21:37:56 -0600
++
++bacula (3.0.3-1) unstable; urgency=medium
++
++ * New upstream release. Closes: #566646.
++ * Update all PostgreSQL dependencies to 8.4 only.
++ Closes: #559581.
++ * Ack NMU. Closes: #549982, #565877, #543179, #544594, #544610.
++ Closes: #545729, #555450, #545408, #567660.
++ * Improve manpages for: bcopy, bextract, bls, btraceback, bacula-fd,
++ bacula-sd, bacula-dir, bconsole, dbcheck, btape, bscan.
++ Patches by Lucas B. Cohen
++ Closes: #499619.
++ * Import upstream patch to add bsmtp manpage and update
++ manpages. Closes: #519573.
++ * Add lintian overrides for rpath warning for /usr/lib/bacula.
++ * Add explicit dep from bacula to bacula-common. This dep is enforced
|
@@ -0,0 +1,32 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+Format: 1.0
+Source: bacula
+Binary: bacula, bacula-common, bacula-common-sqlite3, bacula-common-pgsql, bacula-common-mysql, 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-qt, bacula-traymonitor
+Architecture: any
+Version: 5.0.2-1
+Maintainer: John Goerzen <jgoerzen@complete.org>
+Homepage: http://www.bacula.org/
+Standards-Version: 3.8.3
+Vcs-Browser: http://git.debian.org/?p=users/jgoerzen/bacula
+Vcs-Git: git://git.debian.org/git/users/jgoerzen/bacula
+Build-Depends: autotools-dev, debhelper (>= 6.0.7~), po-debconf (>= 0.8.2), zlib1g-dev, libreadline-dev, libjconv-dev, libsqlite0-dev, libsqlite3-dev, libmysqlclient-dev, libpq-dev (>= 8.4), postgresql-server-dev-8.4, libwrap0-dev, python-dev, libgtk2.0-dev (>= 2.10), libgnome2-dev, libacl1-dev, libkrb5-dev, libgnomeui-dev, libx11-dev, mtx, bc, libxt-dev, dpkg-dev (>= 1.13.19), libqt4-dev, libssl-dev
+Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
+Checksums-Sha1:
+ fe5b8d682fe73d2458f0b2965ea88386ba40f0d5 4189272 bacula_5.0.2.orig.tar.gz
+ d8ad9cbeb4182fca682a4a2bd1b30821224bce1b 42351 bacula_5.0.2-1.diff.gz
+Checksums-Sha256:
+ c465d00dd968832d129ba68eea59714357605a461d745cef7e802978c453c3fb 4189272 bacula_5.0.2.orig.tar.gz
+ 496c27261c98f75346a6ee5f59767aebbab8718d3d002ed69f41b2a4899037bd 42351 bacula_5.0.2-1.diff.gz
+Files:
+ e9204d2e772f12662de28da3327853de 4189272 bacula_5.0.2.orig.tar.gz
+ 266a2bb8a37c38182e89075782a8bd6e 42351 bacula_5.0.2-1.diff.gz
+
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEARECAAYFAkwfh2oACgkQ3PeFtIodmh9vLwCgyjjGl8sUxWCJ8KXYyD5QN45u
+K7oAniP/jcb6wfGO38fB6cCVLgIfIDuJ
+=FP8t
+-----END PGP SIGNATURE-----
|