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

Alexander Golovko alexandro at ankalagon.ru
Fri Jun 1 17:13:39 UTC 2012


The following commit has been merged in the master branch:
commit 9372c84585b3536ad19037b6f18f04c2640d8f1e
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date:   Fri Jun 1 20:37:43 2012 +0400

    force conflicts for -dbg packages
    
    Really not required, but lintian can't check conflicts deep.

diff --git a/debian/control b/debian/control
index d5a767b..07d96b3 100644
--- a/debian/control
+++ b/debian/control
@@ -72,6 +72,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: bacula-common-sqlite3 (= ${binary:Version}), ${misc:Depends}
+Conflicts: bacula-common-pgsql-dbg, bacula-common-mysql-dbg
 Description: backup system - debug symbols for the SQLite v3 common files
  Bacula is a set of programs to manage backup, recovery and verification of
  data across a network of computers of different kinds.
@@ -97,6 +98,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: bacula-common-pgsql (= ${binary:Version}), ${misc:Depends}
+Conflicts: bacula-common-sqlite3-dbg, bacula-common-mysql-dbg
 Description: backup system - debug symbols for the PostgreSQL common files
  Bacula is a set of programs to manage backup, recovery and verification of
  data across a network of computers of different kinds.
@@ -122,6 +124,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: bacula-common-mysql (= ${binary:Version}), ${misc:Depends}
+Conflicts: bacula-common-sqlite3-dbg, bacula-common-pgsql-dbg
 Description: backup system - debug symbols for the MySQL common files
  Bacula is a set of programs to manage backup, recovery and verification of
  data across a network of computers of different kinds.
@@ -183,6 +186,9 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: bacula-director-sqlite3 (= ${binary:Version}), ${misc:Depends}
+Conflicts: bacula-director-dbg
+Provides: bacula-director-dbg
+Replaces: bacula-director-dbg
 Description: backup system - debug symbols for the SQLite 3 storage for Director
  Bacula is a set of programs to manage backup, recovery and verification of
  data across a network of computers of different kinds.
@@ -221,6 +227,9 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: bacula-director-mysql (= ${binary:Version}), ${misc:Depends}
+Conflicts: bacula-director-dbg
+Provides: bacula-director-dbg
+Replaces: bacula-director-dbg
 Description: backup system - debug symbols for the MySQL storage for Director
  Bacula is a set of programs to manage backup, recovery and verification of
  data across a network of computers of different kinds.
@@ -260,6 +269,9 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: bacula-director-pgsql (= ${binary:Version}), ${misc:Depends}
+Conflicts: bacula-director-dbg
+Provides: bacula-director-dbg
+Replaces: bacula-director-dbg
 Description: backup system - debug symbols for the PostgreSQL storage for Director
  Bacula is a set of programs to manage backup, recovery and verification of
  data across a network of computers of different kinds.
@@ -388,6 +400,9 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: bacula-sd-sqlite3 (= ${binary:Version}), ${misc:Depends}
+Conflicts: bacula-sd-tools-dbg
+Replaces: bacula-sd-tools-dbg
+Provides: bacula-sd-tools-dbg
 Description: backup system - debug symbols for the SQLite 3 SD tools
  Bacula is a set of programs to manage backup, recovery and verification of
  data across a network of computers of different kinds.
@@ -424,6 +439,9 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: bacula-sd-mysql (= ${binary:Version}), ${misc:Depends}
+Conflicts: bacula-sd-tools-dbg
+Replaces: bacula-sd-tools-dbg
+Provides: bacula-sd-tools-dbg
 Description: backup system - debug symbols for the MySQL SD tools
  Bacula is a set of programs to manage backup, recovery and verification of
  data across a network of computers of different kinds.
@@ -460,6 +478,9 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: bacula-sd-pgsql (= ${binary:Version}), ${misc:Depends}
+Conflicts: bacula-sd-tools-dbg
+Replaces: bacula-sd-tools-dbg
+Provides: bacula-sd-tools-dbg
 Description: backup system - debug symbols for the PostgreSQL SD tools
  Bacula is a set of programs to manage backup, recovery and verification of
  data across a network of computers of different kinds.

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



More information about the pkg-bacula-commits mailing list