[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.0.3-1-169-ga223627

Alexander Golovko alexandro at ankalagon.ru
Wed Jun 6 13:08:32 UTC 2012


The following commit has been merged in the master branch:
commit 117f794d66786c10e436d8e6dee478888fd661bb
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date:   Wed Jun 6 16:24:01 2012 +0400

    Remove bacula-sd pre-depends from bacula-common
    
    bacula-sd preinst don't use bacula-common
    bacula-sd postinst will be satisfied if bacula-common will be only unpacked
    
    this pre-depends break upgrade from 5.0.3 to 5.2.6 due to file renames in bacula-common.
    Old prerm need to be called with old bacula-common and new postinst need to be called with new bacula-common.

diff --git a/debian/control b/debian/control
index 7bdb6d2..4404895 100644
--- a/debian/control
+++ b/debian/control
@@ -349,8 +349,8 @@ Description: network backup, recovery and verification - server metapackage
 
 Package: bacula-sd
 Architecture: any
-Pre-Depends: bacula-common (= ${binary:Version})
-Depends: mtx, python, lsb-base, ucf, ${shlibs:Depends}, ${misc:Depends}
+Depends: bacula-common (= ${binary:Version}), mtx, python, lsb-base, ucf,
+ ${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