diff --git a/debian/control b/debian/control index cec47fb..b926c8e 100644 --- a/debian/control +++ b/debian/control @@ -28,12 +28,3 @@ Depends: libjs-extjs Architecture: all Description: Proxmox Mail Gateway Documentation This package contains the Proxmox Mail Gateway documentation files. - -Package: pmg-docs-apache -Architecture: all -Section: doc -Depends: pmg-docs, -Suggests: apache2, -Description: Proxmox Mailgateway Documentation - Apache2 config - This package contains configuration files to host the Proxmox Mail Gateway - documentation files through an apache2 web server. diff --git a/debian/pmg-docs-apache.docs b/debian/pmg-docs-apache.docs deleted file mode 100644 index 786c892..0000000 --- a/debian/pmg-docs-apache.docs +++ /dev/null @@ -1 +0,0 @@ -debian/tree/pmg-docs-apache/README diff --git a/debian/pmg-docs-apache.install b/debian/pmg-docs-apache.install deleted file mode 100644 index f87be42..0000000 --- a/debian/pmg-docs-apache.install +++ /dev/null @@ -1 +0,0 @@ -debian/tree/pmg-docs-apache/pmg-docs-apache.conf /etc/apache2/conf-available/ diff --git a/debian/pmg-docs-apache.maintscript b/debian/pmg-docs-apache.maintscript deleted file mode 100644 index 96631c1..0000000 --- a/debian/pmg-docs-apache.maintscript +++ /dev/null @@ -1 +0,0 @@ -mv_conffile /etc/apache2/conf-available/pmg-docs.conf /etc/apache2/conf-available/pmg-docs-apache.conf 6.0-3~ diff --git a/debian/tree/pmg-docs-apache/README b/debian/tree/pmg-docs-apache/README deleted file mode 100644 index 25c6352..0000000 --- a/debian/tree/pmg-docs-apache/README +++ /dev/null @@ -1,22 +0,0 @@ -Include the shipped config-snippet in the virtualhost you wish to serve -the documentation from: - -``` -Include /etc/apache2/conf-available/pmg-docs.conf -``` - -If pmg-docs is the only vhost on the host you can also globally enable -the config-snippet: - -# a2enconf pmg-docs.conf - -in both cases reload apache2 afterwards -# systemctl reload apache2 - -Now you should be able to access the documentation at: - -* Admin Guide and Manual pages -http://your-server/pmg-docs - -* API Viewer -http://your-server/pmg-docs/api-viewer diff --git a/debian/tree/pmg-docs-apache/pmg-docs-apache.conf b/debian/tree/pmg-docs-apache/pmg-docs-apache.conf deleted file mode 100644 index f2858b5..0000000 --- a/debian/tree/pmg-docs-apache/pmg-docs-apache.conf +++ /dev/null @@ -1,2 +0,0 @@ -Alias "/pmg-docs" "/usr/share/pmg-docs/" -