[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.2.6+dfsg-2-19-g9b3421a

Alexander Golovko alexandro at ankalagon.ru
Wed Jul 25 21:19:35 UTC 2012


The following commit has been merged in the master branch:
commit eaf6744f799c165bc891fde8bf520adb147a4dbb
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date:   Thu Jul 26 00:23:05 2012 +0400

    fix depends for correct migrating from /var/run to /run

diff --git a/debian/changelog b/debian/changelog
index 3539b0a..c817c83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,7 @@ bacula (5.2.6+dfsg-3) unstable; urgency=high
   * debian/patches/fix-systemd-daemon-user-group.patch,
     debian/patches/series:
     + fix daemons user/group on systems with systemd (Closes: #679958).
-  * debian/rules, debian/*.init, debian/bacula-common.postrm,
+  * debian/rules, debian/control, debian/*.init, debian/bacula-common.postrm,
     debian/additions/common-functions.init:
     + switch to /run directory (/var/run/bacula -> /run/bacula,
       /var/lock -> /run/lock).
diff --git a/debian/control b/debian/control
index 1dfab6e..670b011 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Package: bacula-common
 Replaces: bacula-director-common
 Architecture: any
 Pre-Depends: adduser
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: initscripts (>= 2.88dsf-13.3), ${shlibs:Depends}, ${misc:Depends}
 Suggests: bacula-doc
 Description: network backup, recovery and verification - common support files
  Bacula is a set of programs to manage backup, recovery and verification of
@@ -302,8 +302,8 @@ Description: network backup, recovery and verification - client metapackage
 
 Package: bacula-fd
 Architecture: any
-Depends: bacula-common (= ${binary:Version}), lsb-base, ucf, ${shlibs:Depends},
- ${misc:Depends}
+Depends: bacula-common (= ${binary:Version}), lsb-base, ucf,
+ initscripts (>= 2.88dsf-13.3), ${shlibs:Depends}, ${misc:Depends}
 Suggests: bacula-traymonitor
 Description: network backup, recovery and verification - file daemon
  Bacula is a set of programs to manage backup, recovery and verification of
@@ -344,7 +344,7 @@ Description: network backup, recovery and verification - server metapackage
 Package: bacula-sd
 Architecture: any
 Depends: bacula-common (= ${binary:Version}), mtx, python, lsb-base, ucf,
- ${shlibs:Depends}, ${misc:Depends}
+ initscripts (>= 2.88dsf-13.3), ${shlibs:Depends}, ${misc:Depends}
 Recommends: mt-st, bacula-sd-sqlite3 (>= ${source:Version}) | bacula-sd-tools
 Suggests: dds2tar, scsitools, sg3-utils
 Description: network backup, recovery and verification - storage daemon

-- 
Bacula, a network backup, recovery and verification program



More information about the pkg-bacula-commits mailing list