[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 a2236274a0e013a0dc2c0e3ea98fe0c3be9fe128
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date: Wed Jun 6 16:37:04 2012 +0400
remove unneeded pre-depends
bacula-common-<dbtype> don't need adduser at all
bacula-director-common don't pre-depends on bacula-common
diff --git a/debian/control b/debian/control
index 4404895..7760621 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,6 @@ Description: backup system - debug symbols for the common support files
Package: bacula-common-sqlite3
Architecture: any
-Pre-Depends: adduser
Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
Suggests: bacula-doc
Conflicts: bacula-common-pgsql, bacula-common-mysql
@@ -82,7 +81,6 @@ Description: backup system - debug symbols for the SQLite v3 common files
Package: bacula-common-pgsql
Architecture: any
-Pre-Depends: adduser
Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
Suggests: bacula-doc
Conflicts: bacula-common-sqlite3, bacula-common-mysql
@@ -108,7 +106,6 @@ Description: backup system - debug symbols for the PostgreSQL common files
Package: bacula-common-mysql
Architecture: any
-Pre-Depends: adduser
Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
Suggests: bacula-doc
Conflicts: bacula-common-sqlite3, bacula-common-pgsql
@@ -134,8 +131,8 @@ Description: backup system - debug symbols for the MySQL common files
Package: bacula-director-common
Architecture: any
-Pre-Depends: bacula-common (= ${binary:Version})
-Depends: adduser, bsd-mailx | mailx, lsb-base, ${shlibs:Depends}, ${misc:Depends}
+Depends: bacula-common (= ${binary:Version}), bsd-mailx | mailx, lsb-base,
+ ${shlibs:Depends}, ${misc:Depends}
Description: network backup, recovery and verification - Director common files
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