Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
identical debian/control and debian/control.common
make the files debian/control and debian/control.common identical.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed Jan 27, 2014
1 parent 44717c2 commit bfa4206
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions debian/control.common
Expand Up @@ -113,7 +113,7 @@ Description: Backup Archiving Recovery Open Sourced - client meta-package
Package: bareos-common
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: openssl, ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: bareos-doc
Description: Backup Archiving Recovery Open Sourced - common libraries and support files
Bareos is a set of programs to manage backup, recovery and verification of
Expand Down Expand Up @@ -311,32 +311,3 @@ Description: Backup Archiving Recovery Open Sourced - tray monitor
.
The monitor constantly displays Bareos's status.

Package: bareos-director-python-plugin
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
Depends: bareos-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Backup Archiving Recovery Open Sourced - director-python-plugin
Bareos is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
This package provides the python plugin for the director.

Package: bareos-filedaemon-python-plugin
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
Depends: bareos-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Backup Archiving Recovery Open Sourced - filedaemon-python-plugin
Bareos is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
This package provides the python plugin for the filedaemon.

Package: bareos-storage-python-plugin
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
Depends: bareos-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Backup Archiving Recovery Open Sourced - storage-python-plugin
Bareos is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
.
This package provides the python plugin for the storage daemon.

0 comments on commit bfa4206

Please sign in to comment.