From 540fc09de389556016c2a1bbf5674cd7c6e80c4d Mon Sep 17 00:00:00 2001 From: losinshi Date: Wed, 27 Sep 2006 14:42:23 +0000 Subject: [PATCH] bugfixes git-svn-id: file:///home/jan/tmp/wetterstation/trunk@153 dd492736-c11a-0410-ad51-8c26713eaf7f --- debian/changelog | 4 ++-- debian/control | 4 +++- webstuff/frontend/Makefile | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 063cd8e..72b1214 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -weatherstation (1.0-1) unstable; urgency=low +weatherstation (1.0-1) stable; urgency=low - * Initial release (Closes: #nnnn) + * Initial release -- Jan Losinski Sun, 24 Sep 2006 21:03:55 +0200 diff --git a/debian/control b/debian/control index 201b25c..e310b2e 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Description: Checks if the ELV-Sensors are OK Package: weatherstation-database Architecture: all +Suggests: postgresql Depends: ${shlibs:Depends} Description: Database-Structure for the ELV-Station Contains a Dump for the ELV-Weatherstation. @@ -39,6 +40,7 @@ Description: Database-Structure for the ELV-Station Package: weatherstation-frontend Architecture: all -Depends: ${shlibs:Depends}, apache | apache2, php4 | php5 +Suggests: apache | apache2, php4 | php5 +Depends: ${shlibs:Depends} Description: Webfrontend for the ELV-Station A Webfrontend to show the Data from the ELV-Station diff --git a/webstuff/frontend/Makefile b/webstuff/frontend/Makefile index da77a6e..1b79038 100644 --- a/webstuff/frontend/Makefile +++ b/webstuff/frontend/Makefile @@ -20,6 +20,7 @@ install: done; \ fi @ rm -f $(PROGDIR)/Makefile + @ rm -rf $(PROGDIR)/images/chart @ install -d $(CONFDIR) @ install frontend.conf $(CONFDIR) @ install -d $(DOCDIR)