From a2900afc6fdd45f63dca62a75517366794f2ffd8 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 8 Nov 2017 14:21:50 +0100 Subject: [PATCH] Remove packages/debian Have a look at the icinga-packaging repository for debian packaging. refs #3011 --- packages/debian/README.1st | 3 - packages/debian/changelog | 5 -- packages/debian/compat | 1 - packages/debian/control | 68 ------------------- packages/debian/icinga-php.install | 1 - packages/debian/icingacli.install | 3 - packages/debian/icingaweb-common.dirs | 1 - packages/debian/icingaweb-common.install | 2 - packages/debian/icingaweb-module-doc.install | 1 - .../icingaweb-module-monitoring.install | 1 - .../debian/icingaweb-module-setup.install | 1 - packages/debian/icingaweb-module-test.install | 1 - .../icingaweb-module-translation.install | 1 - .../icingaweb-vendor-htmlpurifier.install | 1 - .../debian/icingaweb-vendor-jshrink.install | 1 - .../debian/icingaweb-vendor-lessphp.install | 1 - .../debian/icingaweb-vendor-parsedown.install | 1 - packages/debian/icingaweb-vendor-zend.install | 1 - packages/debian/icingaweb.install | 10 --- packages/debian/rules | 35 ---------- packages/debian/source/format | 1 - packages/debian/substvars | 1 - 22 files changed, 141 deletions(-) delete mode 100644 packages/debian/README.1st delete mode 100644 packages/debian/changelog delete mode 100644 packages/debian/compat delete mode 100644 packages/debian/control delete mode 100644 packages/debian/icinga-php.install delete mode 100644 packages/debian/icingacli.install delete mode 100644 packages/debian/icingaweb-common.dirs delete mode 100644 packages/debian/icingaweb-common.install delete mode 100644 packages/debian/icingaweb-module-doc.install delete mode 100644 packages/debian/icingaweb-module-monitoring.install delete mode 100644 packages/debian/icingaweb-module-setup.install delete mode 100644 packages/debian/icingaweb-module-test.install delete mode 100644 packages/debian/icingaweb-module-translation.install delete mode 100644 packages/debian/icingaweb-vendor-htmlpurifier.install delete mode 100644 packages/debian/icingaweb-vendor-jshrink.install delete mode 100644 packages/debian/icingaweb-vendor-lessphp.install delete mode 100644 packages/debian/icingaweb-vendor-parsedown.install delete mode 100644 packages/debian/icingaweb-vendor-zend.install delete mode 100644 packages/debian/icingaweb.install delete mode 100755 packages/debian/rules delete mode 100644 packages/debian/source/format delete mode 100644 packages/debian/substvars diff --git a/packages/debian/README.1st b/packages/debian/README.1st deleted file mode 100644 index 66c58c719..000000000 --- a/packages/debian/README.1st +++ /dev/null @@ -1,3 +0,0 @@ -PLEASE DO NOT BUILD PACKAGES BASES ON THIS - -Packages may still be renamed diff --git a/packages/debian/changelog b/packages/debian/changelog deleted file mode 100644 index ed074d733..000000000 --- a/packages/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -icingaweb (2.0.0) stable; urgency=low - - * First stable release (Closes: #0001) - - -- Thomas Gelf Fri, 28 Mar 2014 23:37:31 +0100 diff --git a/packages/debian/compat b/packages/debian/compat deleted file mode 100644 index ec635144f..000000000 --- a/packages/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/packages/debian/control b/packages/debian/control deleted file mode 100644 index abd3ffb6c..000000000 --- a/packages/debian/control +++ /dev/null @@ -1,68 +0,0 @@ -Source: icingaweb -Section: admin -Maintainer: Icinga Development Team -Priority: optional -Build-Depends: debhelper (>=9) -Standards-Version: 3.9.4 -Homepage: https://www.icinga.com - -Package: php-icinga -Architecture: any -Depends: php5 (>= 5.3.2) -Recommends: php5-ldap, php5-mysql, php5-json -Suggests: php5-pgsql -Description: Icinga PHP libraries - PHP libraries - -Package: icingaweb-common -Architecture: any -Depends: php-icinga -Description: Icinga PHP common libraries - PHP common libraries, application and modules - -Package: icingaweb-module-doc -Architecture: any -Depends: icingaweb-common -Description: Icingaweb documentation module - This module renders documentation for Icingaweb and its modules - -Package: icingaweb-module-monitoring -Architecture: any -Depends: icingaweb-common -Description: Icingaweb monitoring module - Use this module to visualize your monitoring environment in Icingaweb - -Package: icingaweb-module-setup -Architecture: any -Depends: icingaweb-common -Description: Icingaweb setup module - This setup wizard does your initial Icingaweb configuration - -Package: icingaweb-module-test -Architecture: any -Depends: icingacli -Description: Icingaweb test module - Use this module to run unit tests against Icingaweb or any of its modules - -Package: icingaweb-module-translation -Architecture: any -Depends: icingaweb-common -Description: Icingaweb translation module - This module helps translators to get Icingaweb translations done - -Package: icingacli -Architecture: any -Depends: icingaweb-common, php5-cli (>= 5.3.2) -Description: Icinga CLI tool - The Icinga CLI allows one to access its Icinga monitoring - system from a terminal. - . - The CLI is based on the Icinga PHP libraries - -Package: icingaweb -Architecture: any -Depends: icingaweb-common, libapache2-mod-php5, zendframework | icingaweb-vendor-zend, icingaweb-vendor-parsedown, icingaweb-vendor-lessphp, icingaweb-vendor-jshrink, icingaweb-vendor-htmlpurifier, icingaweb-module-setup -Recommends: icingaweb-module-monitoring, icingaweb-module-doc -Suggests: php5-ldap -Description: Icingaweb Frontend - Icingaweb is a modular web frontend diff --git a/packages/debian/icinga-php.install b/packages/debian/icinga-php.install deleted file mode 100644 index 6cbd03f13..000000000 --- a/packages/debian/icinga-php.install +++ /dev/null @@ -1 +0,0 @@ -library/Icinga usr/share/php diff --git a/packages/debian/icingacli.install b/packages/debian/icingacli.install deleted file mode 100644 index be3db5e1c..000000000 --- a/packages/debian/icingacli.install +++ /dev/null @@ -1,3 +0,0 @@ -packages/files/bin/icingacli usr/bin -etc/bash_completion.d etc/bash_completion.d -application/clicommands usr/share/icingaweb/application diff --git a/packages/debian/icingaweb-common.dirs b/packages/debian/icingaweb-common.dirs deleted file mode 100644 index 00ec00632..000000000 --- a/packages/debian/icingaweb-common.dirs +++ /dev/null @@ -1 +0,0 @@ -etc/icingaweb diff --git a/packages/debian/icingaweb-common.install b/packages/debian/icingaweb-common.install deleted file mode 100644 index 91a34bcee..000000000 --- a/packages/debian/icingaweb-common.install +++ /dev/null @@ -1,2 +0,0 @@ -application/locales usr/share/icingaweb/application -modules usr/share/icingaweb diff --git a/packages/debian/icingaweb-module-doc.install b/packages/debian/icingaweb-module-doc.install deleted file mode 100644 index 1482e8c66..000000000 --- a/packages/debian/icingaweb-module-doc.install +++ /dev/null @@ -1 +0,0 @@ -modules/doc usr/share/icingaweb/modules diff --git a/packages/debian/icingaweb-module-monitoring.install b/packages/debian/icingaweb-module-monitoring.install deleted file mode 100644 index 1482e8c66..000000000 --- a/packages/debian/icingaweb-module-monitoring.install +++ /dev/null @@ -1 +0,0 @@ -modules/doc usr/share/icingaweb/modules diff --git a/packages/debian/icingaweb-module-setup.install b/packages/debian/icingaweb-module-setup.install deleted file mode 100644 index 4fdd070d2..000000000 --- a/packages/debian/icingaweb-module-setup.install +++ /dev/null @@ -1 +0,0 @@ -modules/setup usr/share/icingaweb/modules diff --git a/packages/debian/icingaweb-module-test.install b/packages/debian/icingaweb-module-test.install deleted file mode 100644 index e0db79bca..000000000 --- a/packages/debian/icingaweb-module-test.install +++ /dev/null @@ -1 +0,0 @@ -modules/test usr/share/icingaweb/modules diff --git a/packages/debian/icingaweb-module-translation.install b/packages/debian/icingaweb-module-translation.install deleted file mode 100644 index 5a89d3d4d..000000000 --- a/packages/debian/icingaweb-module-translation.install +++ /dev/null @@ -1 +0,0 @@ -modules/translation usr/share/icingaweb/modules diff --git a/packages/debian/icingaweb-vendor-htmlpurifier.install b/packages/debian/icingaweb-vendor-htmlpurifier.install deleted file mode 100644 index 298284f29..000000000 --- a/packages/debian/icingaweb-vendor-htmlpurifier.install +++ /dev/null @@ -1 +0,0 @@ -library/vendor/HTMLPurifier usr/share/icingaweb/library/vendor diff --git a/packages/debian/icingaweb-vendor-jshrink.install b/packages/debian/icingaweb-vendor-jshrink.install deleted file mode 100644 index 0db6b408b..000000000 --- a/packages/debian/icingaweb-vendor-jshrink.install +++ /dev/null @@ -1 +0,0 @@ -library/vendor/JShrink usr/share/icingaweb/library/vendor diff --git a/packages/debian/icingaweb-vendor-lessphp.install b/packages/debian/icingaweb-vendor-lessphp.install deleted file mode 100644 index 1ace5481e..000000000 --- a/packages/debian/icingaweb-vendor-lessphp.install +++ /dev/null @@ -1 +0,0 @@ -library/vendor/Zend usr/share/icingaweb/library/vendor diff --git a/packages/debian/icingaweb-vendor-parsedown.install b/packages/debian/icingaweb-vendor-parsedown.install deleted file mode 100644 index 13954e16b..000000000 --- a/packages/debian/icingaweb-vendor-parsedown.install +++ /dev/null @@ -1 +0,0 @@ -library/vendor/Parsedown usr/share/icingaweb/library/vendor diff --git a/packages/debian/icingaweb-vendor-zend.install b/packages/debian/icingaweb-vendor-zend.install deleted file mode 100644 index 1ace5481e..000000000 --- a/packages/debian/icingaweb-vendor-zend.install +++ /dev/null @@ -1 +0,0 @@ -library/vendor/Zend usr/share/icingaweb/library/vendor diff --git a/packages/debian/icingaweb.install b/packages/debian/icingaweb.install deleted file mode 100644 index 0fdee4dc0..000000000 --- a/packages/debian/icingaweb.install +++ /dev/null @@ -1,10 +0,0 @@ -public/css usr/share/icingaweb/public -public/img usr/share/icingaweb/public -public/js usr/share/icingaweb/public -public/error_norewrite.html usr/share/icingaweb/public -application/controllers usr/share/icingaweb/application -application/fonts usr/share/icingaweb/application -application/layouts usr/share/icingaweb/application -application/views usr/share/icingaweb/application -packages/files/public/index.php usr/share/icingaweb/public -packages/files/apache/icingaweb.conf etc/apache2/conf.d diff --git a/packages/debian/rules b/packages/debian/rules deleted file mode 100755 index fbe100736..000000000 --- a/packages/debian/rules +++ /dev/null @@ -1,35 +0,0 @@ -#!/usr/bin/make -f -#export DH_VERBOSE=1 - -%: - dh $@ - -clean: - dh_testdir - dh_clean - -build: - dh_testdir - -binary: - dh_testroot - dh_prep - dh_installdirs - dh_install - dh_installchangelogs - dh_installexamples - dh_installman - dh_installcron - dh_installdebconf - dh_installinfo - dh_installinit - dpkg-statoverride --force --add root www-data 2770 /etc/icingaweb - dh_compress - dh_fixperms - dh_strip - dh_shlibdeps - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - diff --git a/packages/debian/source/format b/packages/debian/source/format deleted file mode 100644 index af745b310..000000000 --- a/packages/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (git) diff --git a/packages/debian/substvars b/packages/debian/substvars deleted file mode 100644 index abd3ebebc..000000000 --- a/packages/debian/substvars +++ /dev/null @@ -1 +0,0 @@ -misc:Depends=