tags 602222 patch thanks Hi,
Clint Byrum <cl...@fewbar.com> wrote: > Would it fix the problem if bacula-sd had > > Recommends: mt-st, bacula-sd-sqlite3 (>= 5.0.2-2) | bacula-sd-tools I wrote small patch as below, and works fine with piuparts. diff -u bacula-5.0.2/debian/changelog bacula-5.0.2/debian/changelog --- bacula-5.0.2/debian/changelog +++ bacula-5.0.2/debian/changelog @@ -1,3 +1,12 @@ +bacula (5.0.2-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - fix bacula-sd's Recommends to avoid conflicts to install bacula + (Closes: #602222) + + -- Hideki Yamane <henr...@debian.org> Wed, 24 Nov 2010 18:19:02 +0900 + bacula (5.0.2-2) unstable; urgency=medium * Remove spurious creation of file_jpfid_idx on upgrade. Closes: #591293. diff -u bacula-5.0.2/debian/control bacula-5.0.2/debian/control --- bacula-5.0.2/debian/control +++ bacula-5.0.2/debian/control @@ -210,7 +210,8 @@ Architecture: any Pre-Depends: bacula-common (= ${binary:Version}) Depends: ${shlibs:Depends}, mtx, python, lsb-base (>= 3.2-13), ${misc:Depends} -Recommends: mt-st, bacula-sd-tools +Recommends: bacula-sd-sqlite3 (= ${binary:Version}) | bacula-sd-mysql (= ${binary:Version}) | + bacula-sd-pgsql (= ${binary:Version}) | bacula-sd-tools, mt-st Suggests: dds2tar, scsitools, sg3-utils Description: network backup, recovery and verification - storage daemon Bacula is a set of programs to manage backup, recovery and verification of -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org