[Pkg-ganeti-devel] [ganeti] 06/10: d/control: list B-(Depends) one per row

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Mon Oct 6 07:17:23 UTC 2014


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

apoikos pushed a commit to branch master
in repository ganeti.

commit dcf1bf938a6d1c3c16e86b9062e96192b2de4f3c
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Wed Oct 1 16:21:48 2014 +0300

    d/control: list B-(Depends) one per row
---
 debian/control    | 79 ++++++++++++++++++++++++++++++++++++++++++-------------
 debian/control.in | 79 ++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 122 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index a5b22f9..df3953b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,43 @@ Priority: extra
 Maintainer: Debian Ganeti Team <pkg-ganeti-devel at lists.alioth.debian.org>
 Uploaders: Guido Trotter <ultrotter at debian.org>,
  Apollon Oikonomopoulos <apoikos at debian.org>
-Build-Depends: debhelper (>= 9), m4,
- python-all, ghc (>= 6.12), ghc-ghci,
- libghc-curl-dev, libghc-json-dev, libghc-snap-server-dev,
- libghc-network-dev, libghc-parallel-dev,
- libghc-utf8-string-dev, libghc-deepseq-dev, libghc-hslogger-dev,
- libghc-crypto-dev, libghc-text-dev, libghc-hinotify-dev,
- libghc-base64-bytestring-dev (>= 1.0.0.0), libghc-zlib-dev,
- libghc-regex-pcre-dev, libghc-attoparsec-dev, libghc-vector-dev, libpcre3-dev,
- python-simplejson, python-pyparsing, python-openssl, python-bitarray,
- python-pyinotify, python-pycurl, python-paramiko, python-ipaddr,
- python-sphinx (>= 1.0.7+dfsg), graphviz, qemu-utils, socat, iproute2 |
- iproute, bash-completion, po-debconf
+Build-Depends: debhelper (>= 9),
+ m4,
+ python-all,
+ ghc (>= 6.12),
+ ghc-ghci,
+ libghc-curl-dev,
+ libghc-json-dev,
+ libghc-snap-server-dev,
+ libghc-network-dev,
+ libghc-parallel-dev,
+ libghc-utf8-string-dev,
+ libghc-deepseq-dev,
+ libghc-hslogger-dev,
+ libghc-crypto-dev,
+ libghc-text-dev,
+ libghc-hinotify-dev,
+ libghc-base64-bytestring-dev (>= 1.0.0.0),
+ libghc-zlib-dev,
+ libghc-regex-pcre-dev,
+ libghc-attoparsec-dev,
+ libghc-vector-dev,
+ libpcre3-dev,
+ python-simplejson,
+ python-pyparsing,
+ python-openssl,
+ python-bitarray,
+ python-pyinotify,
+ python-pycurl,
+ python-paramiko,
+ python-ipaddr,
+ python-sphinx (>= 1.0.7+dfsg),
+ graphviz,
+ qemu-utils,
+ socat,
+ iproute2 | iproute,
+ bash-completion,
+ po-debconf
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 Homepage: http://code.google.com/p/ganeti/
@@ -61,12 +86,30 @@ Description: cluster virtualization manager
 
 Package: ganeti-2.11
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lvm2,
- openssh-client, openssh-server, bridge-utils, iproute2 | iproute,
- iputils-arping, openssl, python-simplejson, python-pyparsing, python-openssl,
- python-pyinotify, python-pycurl, python-paramiko, python-bitarray,
- python-ipaddr, python-fdsend, socat, fping, adduser, debconf | debconf-2.0,
- python-psutil
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ lvm2,
+ openssh-client,
+ openssh-server,
+ bridge-utils,
+ iproute2 | iproute,
+ iputils-arping,
+ openssl,
+ python-simplejson,
+ python-pyparsing,
+ python-openssl,
+ python-pyinotify,
+ python-pycurl,
+ python-paramiko,
+ python-bitarray,
+ python-ipaddr,
+ python-fdsend,
+ python-psutil,
+ socat,
+ fping,
+ adduser,
+ debconf | debconf-2.0
 Provides: ${python:Provides}
 Description: cluster virtualization manager - Python components
  Ganeti is a virtual server cluster management tool built on top of the
diff --git a/debian/control.in b/debian/control.in
index ef1507f..75951c8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,18 +4,43 @@ Priority: extra
 Maintainer: Debian Ganeti Team <pkg-ganeti-devel at lists.alioth.debian.org>
 Uploaders: Guido Trotter <ultrotter at debian.org>,
  Apollon Oikonomopoulos <apoikos at debian.org>
-Build-Depends: debhelper (>= 9), m4,
- python-all, ghc (>= 6.12), ghc-ghci,
- libghc-curl-dev, libghc-json-dev, libghc-snap-server-dev,
- libghc-network-dev, libghc-parallel-dev,
- libghc-utf8-string-dev, libghc-deepseq-dev, libghc-hslogger-dev,
- libghc-crypto-dev, libghc-text-dev, libghc-hinotify-dev,
- libghc-base64-bytestring-dev (>= 1.0.0.0), libghc-zlib-dev,
- libghc-regex-pcre-dev, libghc-attoparsec-dev, libghc-vector-dev, libpcre3-dev,
- python-simplejson, python-pyparsing, python-openssl, python-bitarray,
- python-pyinotify, python-pycurl,
- python-paramiko, python-ipaddr, python-sphinx (>= 1.0.7+dfsg), graphviz,
- qemu-utils, socat, iproute2 | iproute, bash-completion, po-debconf
+Build-Depends: debhelper (>= 9),
+ m4,
+ python-all,
+ ghc (>= 6.12),
+ ghc-ghci,
+ libghc-curl-dev,
+ libghc-json-dev,
+ libghc-snap-server-dev,
+ libghc-network-dev,
+ libghc-parallel-dev,
+ libghc-utf8-string-dev,
+ libghc-deepseq-dev,
+ libghc-hslogger-dev,
+ libghc-crypto-dev,
+ libghc-text-dev,
+ libghc-hinotify-dev,
+ libghc-base64-bytestring-dev (>= 1.0.0.0),
+ libghc-zlib-dev,
+ libghc-regex-pcre-dev,
+ libghc-attoparsec-dev,
+ libghc-vector-dev,
+ libpcre3-dev,
+ python-simplejson,
+ python-pyparsing,
+ python-openssl,
+ python-bitarray,
+ python-pyinotify,
+ python-pycurl,
+ python-paramiko,
+ python-ipaddr,
+ python-sphinx (>= 1.0.7+dfsg),
+ graphviz,
+ qemu-utils,
+ socat,
+ iproute2 | iproute,
+ bash-completion,
+ po-debconf
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 Homepage: http://code.google.com/p/ganeti/
@@ -61,12 +86,30 @@ Description: cluster virtualization manager
 
 Package: ganeti-#VER#
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lvm2,
- openssh-client, openssh-server, bridge-utils, iproute2 | iproute,
- iputils-arping, openssl, python-simplejson, python-pyparsing, python-openssl,
- python-pyinotify, python-pycurl, python-paramiko, python-bitarray,
- python-ipaddr, python-fdsend, socat, fping, adduser, debconf | debconf-2.0,
- python-psutil
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ lvm2,
+ openssh-client,
+ openssh-server,
+ bridge-utils,
+ iproute2 | iproute,
+ iputils-arping,
+ openssl,
+ python-simplejson,
+ python-pyparsing,
+ python-openssl,
+ python-pyinotify,
+ python-pycurl,
+ python-paramiko,
+ python-bitarray,
+ python-ipaddr,
+ python-fdsend,
+ python-psutil,
+ socat,
+ fping,
+ adduser,
+ debconf | debconf-2.0
 Provides: ${python:Provides}
 Description: cluster virtualization manager - Python components
  Ganeti is a virtual server cluster management tool built on top of the

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



More information about the Pkg-ganeti-devel mailing list