summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
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.