[Pkg-nagios-changes] [pkg-icinga-web] 02/03: Remove pub/api/ from binary package - no longer needed
Markus Frosch
lazyfrosch-guest at moszumanska.debian.org
Tue Aug 5 15:35:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
lazyfrosch-guest pushed a commit to branch master
in repository pkg-icinga-web.
commit f87b670b2b78bf127527d9663e54cf2bcbd78331
Author: Markus Frosch <markus at lazyfrosch.de>
Date: Tue Aug 5 17:31:00 2014 +0200
Remove pub/api/ from binary package - no longer needed
And will be removed with the next Icinga Web release.
---
debian/TODO | 6 +++++-
debian/rules | 2 ++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/TODO b/debian/TODO
index 6e47002..1e2ff0c 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -4,5 +4,9 @@ TODOs for icinga-web
* Recheck external libraries, especially extjs for
migration to a dependency
- -- Markus Frosch <markus at lazyfrosch.de> Fri, 25 Oct 2013 17:42:15 +0200
+ * Re-check pub/api/ removal from the next Icinga Web release
+
+ * Implement icinga2 support for the database connection
+
+ -- Markus Frosch <markus at lazyfrosch.de> Tue, 05 Aug 2014 17:30:50 +0200
diff --git a/debian/rules b/debian/rules
index d2bbe71..08f4aac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,8 @@ override_dh_install:
cp etc/schema/updates/pgsql/pgsql_v1-10-0_to_v1-10-1.sql ${b}/icinga-web/usr/share/dbconfig-common/data/icinga-web/upgrade/pgsql/1.10.1
# rename apache config file
mv ${b}/icinga-web/etc/icinga-web/icinga-web.conf ${b}/icinga-web/etc/icinga-web/apache2.conf
+ # FIXME remove api js from binary package - we will remove this in the next Icinga Web release
+ rm -rf $b/icinga-web/usr/share/icinga-web/pub/api
override_dh_compress:
dh_compress
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga-web.git
More information about the Pkg-nagios-changes
mailing list