bugfixes
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@153 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
1bfe995e39
commit
540fc09de3
|
|
@ -1,6 +1,6 @@
|
|||
weatherstation (1.0-1) unstable; urgency=low
|
||||
weatherstation (1.0-1) stable; urgency=low
|
||||
|
||||
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||
* Initial release
|
||||
|
||||
-- Jan Losinski <jan@blechteufel.de> Sun, 24 Sep 2006 21:03:55 +0200
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue