bacula (9.6.7-4)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 9.6.7-5 > 9.6.7-4
- Git: https://salsa.debian.org/bacula-team/bacula.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/bacula-team/bacula
- Last scan: 2022-05-26 08:04:04+00
- Next scan: 2022-06-01 23:20:00+00
- CI pipeline status: failed
- Debian changelog in Git:
bacula (9.6.7-5) UNRELEASED; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster
[ Sven Hartge ]
* Change configure.in to use AC_PATH_TOOL to fix FTCBFS (Closes: #1009012)
Thanks to Helmut Grohne <helmut@subdivi.de> for finding and fixing
the issue.
-- Sven Hartge <sven@svenhartge.de> Wed, 06 Apr 2022 19:08:24 +0200
- This branch is 4 commits ahead of tag debian/9.6.7-4
- Git log:
commit c87d9ce6bf588af17ceb8e6410b1ed4253ae5784
Author: Sven Hartge <sven@svenhartge.de>
Date: Wed Apr 6 19:09:06 2022 +0200
Update changelog
commit 91a14721e09bd7c0dcfc860d94393d7fe690c5c8
Author: Sven Hartge <sven@svenhartge.de>
Date: Wed Apr 6 19:06:53 2022 +0200
Change configure.in to use AC_PATH_TOOL to fix FTCBFS (Closes: #1009012)
Add patch from Helmut Grohne <helmut@subdivi.de>
bacula fails to cross build from source, because it attempts to use the
build architecture qmake while Build-Depends requested the host
architecture one.
In any case, bacula's configure.ac uses AC_PATH_PROG to locate qmake.
Once changing that to AC_PATH_TOOL, the host architecture qmake is being
used and this part magically works.
commit 07896ab861fe84f0a4aceda642013f4e690ea2c3
Merge: 60d25007 10eeee48
Author: Carsten Leonhardt <leo@debian.org>
Date: Sat Mar 12 12:35:20 2022 +0000
Merge branch 'scrub-obsolete' into 'master'
Remove unnecessary constraints
See merge request bacula-team/bacula!5
commit 10eeee48dde7df37418a6ea442b851fd4c2777ee
Author: Debian Janitor <janitor@jelmer.uk>
Date: Wed Feb 2 16:52:21 2022 +0000
Remove constraints unnecessary since buster
* Build-Depends: Drop versioned constraint on libpq-dev.
* bacula-common: Drop versioned constraint on bacula-common-mysql, bacula-common-pgsql and bacula-common-sqlite3 in Replaces.
* bacula-common: Drop versioned constraint on bacula-common-mysql, bacula-common-pgsql and bacula-common-sqlite3 in Breaks.
* bacula-director: Drop versioned constraint on lsb-base in Depends.
* bacula-director: Drop versioned constraint on bacula-director-mysql, bacula-director-pgsql and bacula-director-sqlite3 in Replaces.
* bacula-director: Drop versioned constraint on bacula-director-mysql, bacula-director-pgsql and bacula-director-sqlite3 in Breaks.
* bacula-director-pgsql: Drop versioned constraint on postgresql-client in Depends.
* bacula-director-pgsql: Drop versioned constraint on postgresql in Recommends.
* bacula-fd: Drop versioned constraint on lsb-base in Depends.
* bacula-sd: Drop versioned constraint on lsb-base in Depends.
Changes-By: deb-scrub-obsolete