Skip to content

Commit

Permalink
RC 0.8.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Feb 24, 2024
1 parent 036ae41 commit 268a929
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 100 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
debian/ export-ignore
97 changes: 3 additions & 94 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,96 +1,5 @@
vzlogger (0.8.3) unstable; urgency=medium
vzlogger (0.8.3-1) unstable; urgency=medium

* Added armel as release architecture
* Initial release. (Closes: #864255)

-- Joachim Zobel <[email protected]> Tue, 31 Oct 2023 15:38:49 +0100

vzlogger (0.8.2) unstable; urgency=medium

* Fixed service running as root

-- Joachim Zobel <[email protected]> Tue, 23 May 2023 06:18:00 +0200

vzlogger (0.8.1) unstable; urgency=low

* Latest version

-- Joachim Zobel <[email protected]> Sat, 21 Jan 2023 19:52:01 +0100

vzlogger (0.3.5) stable; urgency=low

* including changes kindly contributed by Peter Evertz (initiation sequence for some meters)

-- Justin Otherguy (signing key for debian packages only) <[email protected]> Tue, 08 Oct 2013 21:28:01 +0200

vzlogger (0.3.4-rc1) stable; urgency=low

* updated version to reflect changes in CMakeLists.txt

-- Justin Otherguy (signing key for debian packages only) <[email protected]> Wed, 15 Apr 2013 23:19:01 +0200

vzlogger (0.3.3-rc3) stable; urgency=low

* removed a warning in vzlogger.postinst (thx to RG)

-- Justin Otherguy (signing key for debian packages only) <[email protected]> Wed, 14 Apr 2013 23:45:01 +0200

vzlogger (0.3.3-rc2) stable; urgency=low

* minor clean-up in default config

-- Justin Otherguy (signing key for debian packages only) <[email protected]> Wed, 10 Apr 2013 23:45:01 +0200

vzlogger (0.3.3-rc1) stable; urgency=low

* added support for new fluksometer
* some code refactoring & cleanup

-- Steffen Vogel <[email protected]> Thu, 19 Jan 2012 18:52:32 +0100

vzlogger (0.3.2-1) stable; urgency=low

* new release with improvments to various protocols and configuration parsing
* do not run with root privileges anymore

-- Steffen Vogel <[email protected]> Tue, 06 Dec 2011 02:37:26 +0100

vzlogger (0.3.1-2) stable; urgency=low

* updated version number
* fixed forking behavior of init script

-- Steffen Vogel <[email protected]> Sun, 16 Oct 2011 14:45:32 +0200

vzlogger (0.3.1-1) stable; urgency=low

* fixed bug in parsing configuration for sml meters

-- Steffen Vogel <[email protected]> Sun, 16 Oct 2011 14:31:26 +0200

vzlogger (0.3-2) stable; urgency=low

* fixed typo in description
* fixed static linking of libsml
* added dependency for libsml

-- Steffen Vogel <[email protected]> Sun, 16 Oct 2011 00:25:27 +0200

vzlogger (0.3-1) stable; urgency=high

* Rewrite of meter & channel mapping
* Added SML support

-- Steffen Vogel <[email protected]> Thu, 15 Sep 2011 23:26:31 +0200

vzlogger (0.2-1) stable; urgency=low

* Fixed some bugs after porting to armel architecture
* Improved init script

-- Steffen Vogel <[email protected]> Thu, 04 Aug 2011 20:00:25 +0200

vzlogger (0.2) unstable; urgency=low

* Initial Release.

-- Steffen Vogel <[email protected]> Thu, 09 Jun 2011 16:04:25 +0200
-- Joachim Zobel <[email protected]> Wed, 24 Jan 2024 20:03:53 +0100
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Source: vzlogger
Section: net
Priority: optional
Maintainer: Joachim Zobel <[email protected]>
Build-Depends: debhelper (>= 12), pkg-config (>= 0.25),
Build-Depends: debhelper-compat (= 13), pkg-config (>= 0.25),
libjson-c-dev (>= 0.9), libcurl4-openssl-dev (>= 7.19),
libmicrohttpd-dev (>= 0.4.6), libsml-dev (>= 1.0), cmake, libsasl2-dev,
libssl-dev, libgcrypt-dev, libgnutls28-dev, uuid-dev, libunistring-dev,
libssl-dev (>= 3.0), libgcrypt-dev, libgnutls28-dev, uuid-dev, libunistring-dev,
libgmock-dev, libgtest-dev, pandoc, libmosquitto-dev
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Homepage: http://wiki.volkszaehler.org/software/controller/vzlogger
Vcs-Git: https://github.com/volkszaehler/vzlogger.git
Vcs-Git: https://github.com/volkszaehler/vzlogger.git -b debian-0.8.3-1
Vcs-Browser: https://github.com/volkszaehler/vzlogger

Package: vzlogger
Expand Down
2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (native)
3.0 (quilt)
23 changes: 23 additions & 0 deletions etc/vzlogger.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@

// realtime notification settings
"push": [
/*
{
"url": "http://127.0.0.1:5582" // notification destination, e.g. frontend push-server
}
*/
],

// mqtt client support (if ENABLE_MQTT set at cmake generation)
Expand Down Expand Up @@ -153,6 +155,27 @@
"middleware": "http://localhost/middleware.php"
}
},
{
/* A minimal example that "just works" on Debian.
The steps needed are:
1. Install influxdb: sudo apt install influxdb influxdb-client
2. Start the client by calling influx on the command line and
create db: CREATE DATABASE vzlogger
*/
"enabled": false, // disabled meters will be ignored
"allowskip": false, // errors when opening meter may be ignored if enabled

"protocol": "random",
"interval": 2,
"max": 40.0, // has to be double!
"min": -5.0, // has to be double!
"channel": {
"uuid": "25a53b28-75ec-4764-a8a6-68587722ddab",
// For details on the influxdb configuration see vzlogger.conf.InfluxDB
"api": "influxdb",
"host": "localhost:8086"
}
},
{
"enabled": false, // disabled meters will be ignored
"allowskip": false, // errors when opening meter may be ignored if enabled
Expand Down

0 comments on commit 268a929

Please sign in to comment.