[Bug 1541736] [NEW] Sync bacula 7.0.5+dfsg-4 (main) from Debian unstable (main)

Nish Aravamudan nish.aravamudan at canonical.com
Thu Feb 4 08:23:35 UTC 2016


Public bug reported:

Please sync bacula 7.0.5+dfsg-4 (main) from Debian unstable (main) and
demote to universe

Explanation of the Ubuntu delta and why it can be dropped:
  * Switch build-depends back to postgresql-server-dev-all as it is now in
    main, to fix FTBFS with 9.1 that has been removed from Utopic.
  Explanation: Since we are moving back to universe, this isn't needed
  logically.  Also the code in Debian has been updated to have this
  build-dep.
  * Update "libtool" harder.
  Explanation: Updated upstream, debian/master#a008d47b.
  * Merge from Debian unstable.  Remaining changes:
    - d/control: Drop mt-st to suggests so that bacula goes back to main.
    Explanation: Not needed since we are moving back to universe.
    - d/control: Make mysql the default, install bacula-[director|sd]-mysql
      instead of sqlite3 versions.
    Explanation: Not needed as upgrade path will ensure that
    bacula-director (provided by bacula-director-mysql) is installed. No
    technical reason (beyond preference?) to change the default from
    Debian, while in Universe.
    - d/rules: Upgrade databases from 12->14 at 5.2.5-0ubuntu6.1 instead
      of 5.2.0 as this was missed in Ubuntu.
    Explanation: Trusty ships 5.2.6+dfsg-9.1ubuntu3 so we can drop this delta.
    - d/control: Add libncurses-dev to build-depends, as the console client
      insists on its presence to enable readline support, despite not using it.
    Explanation: Fixed in upstream 5.2.8.
    - d/rules: Disable fortify source since it was causing
      bacula-director to segfault.
    Explanation: Debian src (since c325d924) #undefs _FORTIFY_SOURCE.
    - d/control: Switch build-depends postgresql-server-dev-all ->
      postgresql-server-dev-9.1 as -all is not in main.
    Explanation: Not needed since we are moving back to universe. We
    have bumped to version 9.3 regardless, and Trusty and onwards have
    at least 9.3.
    - d/control: Add liblzo2-dev to build-depends to enable LZO support.
    Explanation: Merged upstream.
    - Updated debconf templates for bacula-common to be translatable.
    Explanation: Not needed since the prior delta for "Store
    sd|fd|director passwords in debconf" has been dropped.

Changelog entries since current xenial version 5.2.6+dfsg-9.1ubuntu4:

bacula (7.0.5+dfsg-4) unstable; urgency=medium

  * Improve debian/rules and fix it to allow architecture dependent and
    independent builds. (Closes: #806605).
  * Change most doc directories to symlinks to bacula-common
  * Added note in README.Debian about usage of hostnames in Address
    directives. (Closes: #522372).

 -- Carsten Leonhardt <leo at debian.org>  Wed, 02 Dec 2015 00:38:33 +0100

bacula (7.0.5+dfsg-3) unstable; urgency=low

  * Corrected logrotate configuration. (Closes: #694046, #716666)
  * Stop daemon in bacula-director-*.prerm unconditionally to fix issue on
    kfreebsd where the old daemon would keep running
  * Bump debhelper compat level to 9 and enable hardening for bat
    (Closes: #736461)
  * No longer install menu file, as per tech-ctte decision on #741573

 -- Carsten Leonhardt <leo at debian.org>  Sun, 15 Nov 2015 23:28:52 +0100

bacula (7.0.5+dfsg-2) unstable; urgency=medium

  * Removed inactive uploaders, added myself
  * Added Suggests for perl/python where appropriate for scripts in
    /etc/bacula/scripts
  * debian/patches/fix-manpage-bconsole8.patch: fix typo in manpage
    (upstream bug 2182)

 -- Carsten Leonhardt <leo at debian.org>  Tue, 10 Nov 2015 19:44:43 +0100

bacula (7.0.5+dfsg-1) UNRELEASED; urgency=medium

  * New upstream release (Closes: #680714, #793794)
    - bsmtp can be called with "-a" or "-6" flag for IPv6-only hosts
      (Closes: #742914)
  * bacula-traymonitor, wx-console and python support have been removed
    upstream (Closes: #592843)
  * Updated debian/patches/fix-default-config
  * Updated debian/patches/ppc64el-libtoolize.patch
  * Refreshed several patches
  * debian/NEWS: document major changes
  * systemd tmpfiles.d location was fixed in unreleased 5.2.13+dfsg-1
    (Closes: #698978)
  * Enable support for LZO compression (Closes: #734361)
  * delete bacula-dir.conf during purge of bacula-director-common
    instead of bacula-director-*sql* (Closes: #755089)
  * set scripts/delete_catalog_backup as executable
    (Closes: #714161, #718641)
  * debian/patches/add-basic-kfreebsd-support.patch:
    + better support for GNU/kFreeBSD ("onefs=no" works) (upstream 2156)
  * don't install systemd related files on non-linux ports
  * Added note to README.Debian about usage of hostnames for listening
    addresses (Closes: #679479)
  * Better documentation of password handling on installation. Thanks to
    Alberto Fuentes. (Closes: #742228)
  * Fixed typo in sqlite3 database update script. (Closes: #714141)
  * Update Standards-Version to 3.9.6. No changes required.
  * Change linking the docs from bacula to bacula-server. Because these
    are both "Architecture: all" it avoids breakage with binNMUs.
    (Closes: #804566).

 -- Carsten Leonhardt <leo at debian.org>  Tue, 10 Nov 2015 14:06:42 +0100

bacula (5.2.13+dfsg-1) UNRELEASED; urgency=low

  * New upstream release
  * debian/patches/fix-binutils-gold-linking.patch:
    - Removed, fixed in upstream 5.2.7
  * debian/patches/xattr-btrfs-crash.patch:
    - Removed, fixed in upstream 5.2.7
  * debian/patches/fix-mysql-autoconf.patch:
    - Removed, fixed in upstream 5.2.7
  * debian/patches/fix-readline-ncurses-depends.patch:
    - Removed, fixed in upstream 5.2.8
  * debian/patches/fix-save-only-one-xattr.patch
    - Removed, fixed in upstream 5.2.8
  * debian/patches/add-systemd-bacula.conf-for-piddir.patch:
    - Removed, fixed in upstream 5.2.8
  * debian/patches/fix-example-script-syntax:
    - Removed, fixed in upstream 5.2.11
  * debian/patches/fix-manpages:
    - Removed, fixed in upstream 5.2.11
  * debian/patches/path-to-logdir.patch:
    - Removed, fixed in upstream 5.2.11
  * debian/patches/remove-use-statement-for-mysql.patch:
    - Removed, fixed in upstream 5.2.11
  * debian/patches/fix_dump_resources_acl.patch:
    - Removed, fixed in upstream 5.2.12
  * Updated debian/patches/fix-scriptdir-examples-devices.patch
  * Updated debian/patches/switch-nonfree-sha1-to-openssl.patch
  * Updated debian/patches/fix-libbaccats-rpath.patch
  * Upstream has fixed their bug #1859 in 5.2.11 (Closes: #721930).
  * debian/po/tr.po:
    + Added Turkish debconf messages. Thanks to Mert Dirik.
      (Closes: #759873)
  * debian/po/pt_BR.po:
    + Added Brazilian Portuguese debconf messages. Thanks to J. S. Júnior.
      (Closes: #718492)
  * Add virtual-mysql-server /-client as alternative dependency
    (Closes: #732879)
  * Updated debian/bacula-common.preinst to specify "--home" on call to
    "adduser" instead of changing later with "usermod" [lintian]
  * debian/patches/fix-systemd-tmpfiles.d-location.patch:
    + change systemd tmpfiles.d location [lintian]
  * debian/patches/fix-src-tools-make-clean.patch:
    + fix "make clean" to delete all binaries in src/tools (upstream bug 2150)

 -- Carsten Leonhardt <leo at debian.org>  Mon, 20 Jul 2015 11:58:54 +0200

bacula (5.2.6+dfsg-9.3) unstable; urgency=low

  * Non-maintainer upload.
  * Fix my last upload and really build on ppc64el now.

 -- Andreas Barth <aba at ayous.org>  Mon, 08 Sep 2014 11:16:35 +0000

bacula (5.2.6+dfsg-9.2) unstable; urgency=low

  * Non-maintainer upload to delayed.
  * Add support for ppc64el. Closes: #758125

 -- Andreas Barth <aba at ayous.org>  Mon, 18 Aug 2014 20:06:20 +0000

** Affects: bacula (Ubuntu)
     Importance: Wishlist
         Status: New

** Changed in: bacula (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/1541736

Title:
  Sync bacula 7.0.5+dfsg-4 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1541736/+subscriptions



More information about the Ubuntu-server-bugs mailing list