[pkg-bacula-commits] [bacula] 09/35: Don't pre-depend on debconf

Carsten Leonhardt leo at moszumanska.debian.org
Wed Jul 20 10:21:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to tag development/2011-04-29
in repository bacula.

commit a651bc6d67f39e69cb1b7aa17517f9ce5d91f3bb
Author: Jan Hauke Rahm <jhr at debian.org>
Date:   Tue Apr 19 11:36:57 2011 +0200

    Don't pre-depend on debconf
    
    debconf stuff isn't used in any preinst and can thus be added as regular
    dependency by dh_installdebconf.
---
 debian/control | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 5c744c0..3f698ee 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Description: network backup, recovery and verification - meta-package
 Package: bacula-common
 Replaces: bacula-director-common
 Architecture: any
-Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
+Pre-Depends: adduser
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: bacula-doc
 Description: network backup, recovery and verification - common support files
@@ -47,7 +47,7 @@ Description: network backup, recovery and verification - common support files
 
 Package: bacula-common-sqlite3
 Architecture: any
-Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
+Pre-Depends: adduser
 Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
 Suggests: bacula-doc
 Conflicts: bacula-common-pgsql, bacula-common-mysql
@@ -60,7 +60,7 @@ Description: network backup, recovery and verification - SQLite v3 common files
 
 Package: bacula-common-pgsql
 Architecture: any
-Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
+Pre-Depends: adduser
 Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
 Suggests: bacula-doc
 Conflicts: bacula-common-sqlite3, bacula-common-mysql
@@ -73,7 +73,7 @@ Description: network backup, recovery and verification - PostgreSQL common files
 
 Package: bacula-common-mysql
 Architecture: any
-Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
+Pre-Depends: adduser
 Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
 Suggests: bacula-doc
 Conflicts: bacula-common-sqlite3, bacula-common-pgsql
@@ -86,7 +86,7 @@ Description: network backup, recovery and verification - MySQL common files
 
 Package: bacula-director-common
 Architecture: any
-Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, bacula-common (= ${binary:Version})
+Pre-Depends: bacula-common (= ${binary:Version})
 Depends: ${shlibs:Depends}, adduser, mailx, lsb-base, ${misc:Depends}
 Description: network backup, recovery and verification - Director common files
  Bacula is a set of programs to manage backup, recovery and verification of
@@ -99,7 +99,6 @@ Description: network backup, recovery and verification - Director common files
  This package provides common files for the Bacula Director daemon.
 
 Package: bacula-director-sqlite3
-Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
 Architecture: any
 Depends: bacula-director-common (= ${binary:Version}), sqlite3, ${shlibs:Depends}, bacula-common-sqlite3 (>= ${binary:Version}), file, dbconfig-common, ${misc:Depends}
 Conflicts: bacula-director
@@ -118,7 +117,6 @@ Description: network backup, recovery and verification - SQLite 3 storage for Di
  
 Package: bacula-director-mysql
 Architecture: any
-Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
 Depends: bacula-director-common (= ${binary:Version}), dbconfig-common, mysql-client, ${shlibs:Depends}, bacula-common-mysql (>= ${binary:Version}), ${misc:Depends}
 Conflicts: bacula-director
 Provides: bacula-director
@@ -136,7 +134,6 @@ Description: network backup, recovery and verification - MySQL storage for Direc
  for large installations.
 
 Package: bacula-director-pgsql
-Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
 Architecture: any
 Depends: bacula-director-common (= ${binary:Version}), dbconfig-common, postgresql-client-8.4, ${shlibs:Depends}, bacula-common-pgsql (>= ${binary:Version}), ${misc:Depends}
 Conflicts: bacula-director
@@ -263,7 +260,6 @@ Description: network backup, recovery and verification - PostgreSQL SD tools
 
 Package: bacula-console
 Architecture: any
-Pre-Depends: debconf
 Depends: bacula-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: network backup, recovery and verification - text console
  Bacula is a set of programs to manage backup, recovery and verification of
@@ -277,7 +273,6 @@ Description: network backup, recovery and verification - text console
 Package: bacula-console-qt
 Section: utils
 Architecture: any
-Pre-Depends: debconf
 Depends: bacula-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Bacula Administration Tool Console
  Bacula is a set of programs to manage backup, recovery and verification of

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list