[pkg-bacula-commits] [bacula] 01/01: Dropped metapackage "bacula-client" The metapackage "bacula" still installs the same set of binary packages.

Carsten Leonhardt leo at moszumanska.debian.org
Wed Sep 21 15:47:15 UTC 2016


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

leo pushed a commit to branch master
in repository bacula.

commit 3e87a27bb161311ae41a327263ebdeccd0b35a77
Author: Carsten Leonhardt <leo at debian.org>
Date:   Wed Sep 21 17:46:57 2016 +0200

    Dropped metapackage "bacula-client"
    The metapackage "bacula" still installs the same set of binary packages.
---
 debian/changelog |  4 +++-
 debian/control   | 23 ++++-------------------
 debian/rules     |  2 +-
 3 files changed, 8 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index df71bdf..6630d91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,9 @@ bacula (7.4.4+dfsg-1) unstable; urgency=medium
   * New upstream release
   * Refreshed debian patches and dropped
     fix-bring-back-tmpfiles-configuration.patch as it's no longer needed
-  * Move "Suggests: bacula-doc" to package bacula-director
+  * Moved "Suggests: bacula-doc" to package bacula-director
+  * Dropped metapackage "bacula-client"
+    The metapackage "bacula" still installs the same set of binary packages.
 
  --
 
diff --git a/debian/control b/debian/control
index 7eaa1be..68a0c6d 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Homepage: http://www.bacula.org/
 Package: bacula
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
-Depends: bacula-client, bacula-server, ${misc:Depends}
+Depends: bacula-fd, bacula-server, ${misc:Depends}
 Description: network backup service - metapackage
  Bacula is a set of programs to manage backup, recovery, and verification
  of computer data across a network of computers of different kinds.
@@ -213,24 +213,6 @@ Description: network backup service - PostgreSQL storage for Director
  This package stores Bacula's catalog in a PostgreSQL database, and thus is
  suited for large installations.
 
-Package: bacula-client
-Architecture: all
-Pre-Depends: ${misc:Pre-Depends}
-Depends:
- bacula-console (>= ${source:Version}),
- bacula-fd (>= ${source:Version}),
- ${misc:Depends}
-Description: network backup service - client metapackage
- Bacula is a set of programs to manage backup, recovery, and verification of
- data across a network of computers of different kinds.
- .
- The Bacula Director service supervises all the backup, restore, verify, and
- archive operations. It can run as a daemon or as a foreground service which
- administrators can use to schedule backups and recover files.
- .
- The package is a metapackage for client installations (file daemon and
- console only).
-
 Package: bacula-fd
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -240,6 +222,8 @@ Depends:
  ucf,
  ${misc:Depends},
  ${shlibs:Depends}
+Breaks: bacula-client (<< 7.4.4+dfsg-1)
+Replaces: bacula-client (<< 7.4.4+dfsg-1)
 Description: network backup service - file daemon
  Bacula is a set of programs to manage backup, recovery, and verification of
  data across a network of computers of different kinds.
@@ -252,6 +236,7 @@ Package: bacula-server
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
 Depends:
+ bacula-console (>= ${source:Version}),
  bacula-director (>= ${source:Version}),
  bacula-sd (>= ${source:Version}),
  bacula-bscan (>= ${source:Version}),
diff --git a/debian/rules b/debian/rules
index 468c7ac..447f89d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,7 +127,7 @@ endif
 
 override_dh_installdocs:
 	dh_installdocs -pbacula --link-doc=bacula-server
-	dh_installdocs -Nbacula-common -Nbacula-client -Nbacula-server --remaining-packages --link-doc=bacula-common
+	dh_installdocs -Nbacula-common -Nbacula-server --remaining-packages --link-doc=bacula-common
 	dh_installdocs --remaining-packages
 
 # avoid compiling anything when building the metapackages

-- 
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