diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-23 08:35:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-23 08:36:08 +0000 |
commit | 4ff52bd2016aa31496d3788bae48f63220add3ac (patch) | |
tree | 6b77123b2cb4d62fd5c12fb88b349bb8121c5095 | |
parent | Releasing debian version 20221122-2. (diff) | |
download | open-infrastructure-service-tools-4ff52bd2016aa31496d3788bae48f63220add3ac.tar.xz open-infrastructure-service-tools-4ff52bd2016aa31496d3788bae48f63220add3ac.zip |
Reverting downgrade of apache2 depends to suggests (Closes: #1029436).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 0cea664..59a782b 100644 --- a/debian/control +++ b/debian/control @@ -18,13 +18,12 @@ Package: open-infrastructure-service-tools Section: admin Architecture: all Depends: + apache2-data, ${misc:Depends}, Breaks: open-infrastructure-apache-tools (<< 20221108-2), Replaces: open-infrastructure-apache-tools, -Suggests: - apache2-data, Enhances: apache2, Description: additional tools to ease system administration and integration |