[pkg-bacula-commits] [bacula] 01/01: Provide dependencies to allow init-script move
Sven Hartge
hartge-guest at moszumanska.debian.org
Wed Jul 20 11:16:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
hartge-guest pushed a commit to branch master-systemd
in repository bacula.
commit 2497e4aa27d97d4430c4eba43702db6e15481843
Author: Sven Hartge <sven at svenhartge.de>
Date: Wed Jul 20 13:15:01 2016 +0200
Provide dependencies to allow init-script move
7.4.3+dfsg-2 lacks correct dependency information for the
move of the init-script from bacula-director-common
to bacula-director-DBTYPE.
This was unfortunately missed during testing.
---
debian/control | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 6fbea39..dec86d6 100644
--- a/debian/control
+++ b/debian/control
@@ -140,7 +140,8 @@ Depends:
${shlibs:Depends}
Conflicts: bacula-director
Provides: bacula-director
-Replaces: bacula-director
+Replaces: bacula-director, bacula-director-common (<< 7.4.3+dfsg-3)
+Breaks: bacula-director-common (<< 7.4.3+dfsg-3)
Suggests: gawk, ${perl:Depends}
Description: network backup service - SQLite 3 storage for Director
Bacula is a set of programs to manage backup, recovery, and verification of
@@ -167,7 +168,8 @@ Depends:
${shlibs:Depends}
Conflicts: bacula-director
Provides: bacula-director
-Replaces: bacula-director
+Replaces: bacula-director, bacula-director-common (<< 7.4.3+dfsg-3)
+Breaks: bacula-director-common (<< 7.4.3+dfsg-3)
Recommends: mysql-server | virtual-mysql-server
Suggests: gawk, ${perl:Depends}
Description: network backup service - MySQL storage for Director
@@ -194,8 +196,8 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts: bacula-director
-Provides: bacula-director
-Replaces: bacula-director
+Replaces: bacula-director, bacula-director-common (<< 7.4.3+dfsg-3)
+Breaks: bacula-director-common (<< 7.4.3+dfsg-3)
Recommends: postgresql (>= 7.4)
Suggests: gawk, postgresql-contrib, ${perl:Depends}
Description: network backup service - PostgreSQL storage for Director
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git
More information about the pkg-bacula-commits
mailing list