summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-03 09:34:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-03 09:37:46 +0000
commite936b706e7249f148773d0dee348b9bed1b9687a (patch)
treecd161966fa3990bdcae404dcdb0ca9e38b3e3434 /debian/control
parentReleasing debian version 20170701-2. (diff)
downloadopen-infrastructure-service-tools-e936b706e7249f148773d0dee348b9bed1b9687a.tar.xz
open-infrastructure-service-tools-e936b706e7249f148773d0dee348b9bed1b9687a.zip
Renaming binary package to open-infrastructure-apache-tools for consistency and future-proofing.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 19 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index a4ce064..d4fa931 100644
--- a/debian/control
+++ b/debian/control
@@ -18,17 +18,21 @@ Homepage: https://open-infrastructure.net/software/service-tools
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-service-tools
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-service-tools
-Package: open-infrastructure-apache-icons
+Package: open-infrastructure-apache-tools
Section: admin
Architecture: all
Depends:
apache2-data,
${misc:Depends},
Provides:
- apache-icons,
+ apache-tools,
Enhances:
apache2,
-Description: alternative icons for Apache autoindex
+Breaks:
+ open-infrastructure-apache-icons (<< 20170701-3~),
+Replaces:
+ open-infrastructure-apache-icons,
+Description: Additional utilities for Apache
The Apache HTTP Server is the world's most used web server software.
.
apache-icons provides alternative icons for Apache autoindex:
@@ -37,3 +41,15 @@ Description: alternative icons for Apache autoindex
* tango-svg: Tango Icon Theme based, SVG format
* awesome-png: Font Awesome based, PNG format
* awesome-svg: Font Awesome based, SVG format
+
+Package: open-infrastructure-apache-icons
+Architecture: all
+Depends:
+ open-infrastructure-apache-tools (= ${source:Version}),
+ ${misc:Depends},
+Description: Additional utilities for Apache (transitional package)
+ Package to ease upgrading from older open-infrastructure-apache-icons package
+ to the new open-infrastructure-apache-tools package.
+ .
+ This package can be purged at anytime once the open-infrastructure-apache-tools
+ package has been installed.