diff options
author | Julian Andres Klode <jak@debian.org> | 2017-11-19 14:36:52 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-11-19 14:36:52 +0100 |
commit | 5f6da84bb94509fe2e3577ab002a31a0ab0cf880 (patch) | |
tree | e2e2783e3820416b999556dbcc1786ab1464c633 /debian/control | |
parent | 191b2352e5ed4949075d7db2f7ca938a79b8221e (diff) |
Run wrap-and-sort
Clean up the control file a bit.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 3e53085b3..867e4e5ec 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Build-Depends: cmake (>= 3.4), docbook-xml, docbook-xsl, dpkg-dev (>= 1.17.14), + g++ (>= 4:7), gettext (>= 0.12), googletest <!nocheck> | libgtest-dev <!nocheck>, - g++ (>= 4:7), libbz2-dev, libcurl4-gnutls-dev (>= 7.19.4~), libdb-dev, @@ -38,8 +38,10 @@ Depends: adduser, ${apt:keyring}, ${misc:Depends}, ${shlibs:Depends} -Replaces: apt-utils (<< 1.3~exp2~), apt-transport-https (<< 1.5~alpha4~) -Breaks: apt-utils (<< 1.3~exp2~), apt-transport-https (<< 1.5~alpha4~), aptitude (<< 0.8.10) +Replaces: apt-transport-https (<< 1.5~alpha4~), apt-utils (<< 1.3~exp2~) +Breaks: apt-transport-https (<< 1.5~alpha4~), + apt-utils (<< 1.3~exp2~), + aptitude (<< 0.8.10) Provides: apt-transport-https (= ${binary:Version}) Recommends: ca-certificates Suggests: apt-doc, @@ -151,7 +153,7 @@ Description: package management related utility programs Package: apt-transport-https Architecture: all -Depends: ${misc:Depends}, apt (>= 1.5~alpha4) +Depends: apt (>= 1.5~alpha4), ${misc:Depends} Priority: optional Section: oldlibs Description: transitional package for https support |