Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
18 changes: 18 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
collectd (5.9.2-1) unstable; urgency=medium

* Non-maintainer upload.
* debian/rules:
- Fix "GCC 8.3/4 Tool Chain Issue": removes build with -Wno-error=format-truncation as a temporary
workaround for the build failure with gcc-8 caused by a compiler warning.
- Fix "GCC 9.X Tool Chain Issues": add test for GCC 9 and build with -Wno-error=address-of-packed-member -Wno-stringop-truncation
- Align with Debian Updates: @bzed https://salsa.debian.org/debian/pkg-collectd
* debian/patches:
- Remove liblvm2app_depreciation_warning.patch i2c_detection.patch ; upstream
* debian/control
- Add re-enable varnish plugin ; upstream
- Remove lvm (deprecated); upstream
- Update to phython3 (consistent with Debian updates @bzed https://salsa.debian.org/debian/pkg-collectd
- Add libqpid-proton11-dev, libmosquitto-dev (modules) (consistent with Debian updates)

-- zebity spring <[email protected]> Sun, 22 Sep 2019 21:55:00 +1000

collectd (5.8.1-1) unstable; urgency=medium

* New upstream release.
Expand Down
8 changes: 4 additions & 4 deletions debian/collectd-core.templates
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _Description: Layout of RRD files has changed
This step requires both the perl and the rrdtool packages to be installed,
which is currently not the case. You need to perform the migration manually.
.
See /usr/share/doc/collectd-core/NEWS.Debian.gz for details.
See /usr/share/doc/collectd-core/NEWS.gz for details.

Template: collectd/auto-migrate-3-4
Type: boolean
Expand All @@ -22,7 +22,7 @@ _Description: Automatically try to migrate your RRD files?
/var/lib/collectd/ is made in /var/backups/. This script is still
experimental, though. Do not expect it to work in all cases.
.
See /usr/share/doc/collectd-core/NEWS.Debian.gz for details.
See /usr/share/doc/collectd-core/NEWS.gz for details.

Template: collectd/migration-4-5
Type: note
Expand All @@ -34,7 +34,7 @@ _Description: Layout of RRD files has changed in version 5.0
This step requires both the perl and the rrdtool packages to be installed,
which is currently not the case. You need to perform the migration manually.
.
See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at
See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at
<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details.

Template: collectd/auto-migrate-4-5
Expand All @@ -49,7 +49,7 @@ _Description: Automatically try to migrate your RRD files?
/var/lib/collectd/ is made in /var/backups/. This script is still
experimental, though. Do not expect it to work in all cases.
.
See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at
See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at
<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details.

Template: collectd/postrm_purge_data
Expand Down
15 changes: 9 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: collectd
Section: utils
Priority: optional
Maintainer: Sebastian Harl <[email protected]>
Uploaders: Marc Fournier <[email protected]>
Uploaders: Marc Fournier <[email protected]>, Bernd Zeimetz <[email protected]>
Build-Depends: debhelper (>= 9.20160709~), dpkg-dev (>= 1.14.10), po-debconf, dh-strip-nondeterminism, dh-autoreconf,
bison, flex, autotools-dev, libltdl-dev, pkg-config,
default-libmysqlclient-dev,
Expand All @@ -28,7 +28,7 @@ Build-Depends: debhelper (>= 9.20160709~), dpkg-dev (>= 1.14.10), po-debconf, dh
libkvm-dev [kfreebsd-any],
libldap2-dev,
liblua5.3-dev,
liblvm2-dev [linux-any],
# liblvm2-dev [linux-any],
libmemcached-dev,
libmicrohttpd-dev,
libmodbus-dev,
Expand All @@ -55,7 +55,7 @@ Build-Depends: debhelper (>= 9.20160709~), dpkg-dev (>= 1.14.10), po-debconf, dh
libtokyotyrant-dev [linux-any],
libudev-dev [linux-any],
libupsclient-dev | libupsclient1-dev,
# libvarnishapi-dev,
libvarnishapi-dev,
libvirt-dev (>= 0.4.0-6) [linux-any],
libxen-dev [amd64 arm64 armhf i386],
libxml2-dev,
Expand All @@ -65,9 +65,11 @@ Build-Depends: debhelper (>= 9.20160709~), dpkg-dev (>= 1.14.10), po-debconf, dh
protobuf-c-compiler,
protobuf-compiler (>= 3.0.0),
protobuf-compiler-grpc [amd64 arm64 armel armhf i386 ppc64el powerpc],
python-dev,
riemann-c-client
Build-Conflicts: libpthread-dev, libhal-dev
python3-dev,
riemann-c-client,
libqpid-proton11-dev,
libmosquitto-dev
Build-Conflicts: libpthread-dev, libhal-dev, python-dev
Standards-Version: 4.2.1
Homepage: https://collectd.org/
Vcs-Git: https://github.com/collectd/pkg-debian.git
Expand Down Expand Up @@ -107,6 +109,7 @@ Description: statistics collection and monitoring daemon (core system)
package.
.
* AMQP output plugin: amqp
* AMQP 1.0 output plugin: amqp1
* Apache and lighttpd statistics provided by mod_status: apache
* APC UPS's charge, load, input/output/battery voltage, etc.: apcups
* Ascent server statistics: ascent
Expand Down
45 changes: 0 additions & 45 deletions debian/patches/i2c_detection.patch

This file was deleted.

18 changes: 0 additions & 18 deletions debian/patches/liblvm2app_depreciation_warning.patch

This file was deleted.

2 changes: 0 additions & 2 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ rrd_filter_path.patch
collection_conf_path.patch
myplugin_includes.patch
nagios-debian-paths.patch
i2c_detection.patch
liblvm2app_depreciation_warning.patch
6 changes: 3 additions & 3 deletions debian/po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ msgstr ""
#. Type: boolean
#. Description
#: ../collectd-core.templates:1001 ../collectd-core.templates:2001
msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz for details."
msgid "See /usr/share/doc/collectd-core/NEWS.gz for details."
msgstr ""
"Pro více informací se podívejte na /usr/share/doc/collectd-core/NEWS.Debian.gz."
"Pro více informací se podívejte na /usr/share/doc/collectd-core/NEWS.gz."

#. Type: boolean
#. Description
Expand Down Expand Up @@ -104,7 +104,7 @@ msgstr ""
#. Description
#: ../collectd-core.templates:3001 ../collectd-core.templates:4001
msgid ""
"See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
"See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
msgstr ""
"Pro více informací se podívejte do souboru /usr/share/doc/collectd-core/NEWS."
Expand Down
8 changes: 4 additions & 4 deletions debian/po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ msgstr ""
#. Type: boolean
#. Description
#: ../collectd-core.templates:1001 ../collectd-core.templates:2001
msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz for details."
msgstr "Se /usr/share/doc/collectd-core/NEWS.Debian.gz for detaljer."
msgid "See /usr/share/doc/collectd-core/NEWS.gz for details."
msgstr "Se /usr/share/doc/collectd-core/NEWS.gz for detaljer."

#. Type: boolean
#. Description
Expand Down Expand Up @@ -104,10 +104,10 @@ msgstr ""
#. Description
#: ../collectd-core.templates:3001 ../collectd-core.templates:4001
msgid ""
"See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
"See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
msgstr ""
"Se /usr/share/doc/collectd-core/NEWS.Debian.gz og wikien for collectd på "
"Se /usr/share/doc/collectd-core/NEWS.gz og wikien for collectd på "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for detaljer."

#. Type: boolean
Expand Down
8 changes: 4 additions & 4 deletions debian/po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ msgstr ""
#. Type: boolean
#. Description
#: ../collectd-core.templates:1001 ../collectd-core.templates:2001
msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz for details."
msgstr "Siehe »/usr/share/doc/collectd-core/NEWS.Debian.gz« für Details."
msgid "See /usr/share/doc/collectd-core/NEWS.gz for details."
msgstr "Siehe »/usr/share/doc/collectd-core/NEWS.gz« für Details."

#. Type: boolean
#. Description
Expand Down Expand Up @@ -108,10 +108,10 @@ msgstr ""
#. Description
#: ../collectd-core.templates:3001 ../collectd-core.templates:4001
msgid ""
"See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
"See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
msgstr ""
"Siehe »/usr/share/doc/collectd-core/NEWS.Debian.gz« und das collectd Wiki "
"Siehe »/usr/share/doc/collectd-core/NEWS.gz« und das collectd Wiki "
"unter <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> "
"für Details."

Expand Down
8 changes: 4 additions & 4 deletions debian/po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ msgstr ""
#. Type: boolean
#. Description
#: ../collectd-core.templates:1001 ../collectd-core.templates:2001
msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz for details."
msgid "See /usr/share/doc/collectd-core/NEWS.gz for details."
msgstr ""
"Vea el archivo «/usr/share/doc/collectd-core/NEWS.Debian.gz» para más detalles."
"Vea el archivo «/usr/share/doc/collectd-core/NEWS.gz» para más detalles."

#. Type: boolean
#. Description
Expand Down Expand Up @@ -135,10 +135,10 @@ msgstr ""
#. Description
#: ../collectd-core.templates:3001 ../collectd-core.templates:4001
msgid ""
"See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
"See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
msgstr ""
"Para más detalles consulte «/usr/share/doc/collectd-core/NEWS.Debian.gz» y la "
"Para más detalles consulte «/usr/share/doc/collectd-core/NEWS.gz» y la "
"página wiki de collectd en "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>."

Expand Down
8 changes: 4 additions & 4 deletions debian/po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ msgstr ""
#. Type: boolean
#. Description
#: ../collectd-core.templates:1001 ../collectd-core.templates:2001
msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz for details."
msgid "See /usr/share/doc/collectd-core/NEWS.gz for details."
msgstr ""
"Veuillez lire le fichier « /usr/share/doc/collectd-core/NEWS.Debian.gz » pour "
"Veuillez lire le fichier « /usr/share/doc/collectd-core/NEWS.gz » pour "
"plus d'informations."

#. Type: boolean
Expand Down Expand Up @@ -113,10 +113,10 @@ msgstr ""
#. Description
#: ../collectd-core.templates:3001 ../collectd-core.templates:4001
msgid ""
"See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
"See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
msgstr ""
"Voir /usr/share/doc/collectd-core/NEWS.Debian.gz et le wiki de collectd "
"Voir /usr/share/doc/collectd-core/NEWS.gz et le wiki de collectd "
"(<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>) pour plus de "
"détails."

Expand Down
8 changes: 4 additions & 4 deletions debian/po/gl.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ msgstr ""
#. Type: boolean
#. Description
#: ../collectd-core.templates:1001 ../collectd-core.templates:2001
msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz for details."
msgstr "Consulte /usr/share/doc/collectd-core/NEWS.Debian.gz para máis detalles."
msgid "See /usr/share/doc/collectd-core/NEWS.gz for details."
msgstr "Consulte /usr/share/doc/collectd-core/NEWS.gz para máis detalles."

#. Type: boolean
#. Description
Expand Down Expand Up @@ -107,10 +107,10 @@ msgstr ""
#. Description
#: ../collectd-core.templates:3001 ../collectd-core.templates:4001
msgid ""
"See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
"See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
msgstr ""
"Consulte o ficheiro /usr/share/doc/collectd-core/NEWS.Debian.gz e a wiki de "
"Consulte o ficheiro /usr/share/doc/collectd-core/NEWS.gz e a wiki de "
"collectd en <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> "
"para obter máis detalles."

Expand Down
8 changes: 4 additions & 4 deletions debian/po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ msgstr ""
#. Type: boolean
#. Description
#: ../collectd-core.templates:1001 ../collectd-core.templates:2001
msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz for details."
msgstr "Per i dettagli vedere /usr/share/doc/collectd-core/NEWS.Debian.gz."
msgid "See /usr/share/doc/collectd-core/NEWS.gz for details."
msgstr "Per i dettagli vedere /usr/share/doc/collectd-core/NEWS.gz."

#. Type: boolean
#. Description
Expand Down Expand Up @@ -108,10 +108,10 @@ msgstr ""
#. Description
#: ../collectd-core.templates:3001 ../collectd-core.templates:4001
msgid ""
"See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
"See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
msgstr ""
"Per i dettagli vedere /usr/share/doc/collectd-core/NEWS.Debian.gz e il wiki di "
"Per i dettagli vedere /usr/share/doc/collectd-core/NEWS.gz e il wiki di "
"collectd all'indirizzo "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>."

Expand Down
8 changes: 4 additions & 4 deletions debian/po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ msgstr ""
#. Type: boolean
#. Description
#: ../collectd-core.templates:1001 ../collectd-core.templates:2001
msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz for details."
msgid "See /usr/share/doc/collectd-core/NEWS.gz for details."
msgstr ""
"詳細については /usr/share/doc/collectd-core/NEWS.Debian.gz を参照してください。"
"詳細については /usr/share/doc/collectd-core/NEWS.gz を参照してください。"

#. Type: boolean
#. Description
Expand Down Expand Up @@ -104,10 +104,10 @@ msgstr ""
#. Description
#: ../collectd-core.templates:3001 ../collectd-core.templates:4001
msgid ""
"See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
"See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
msgstr ""
"詳細については /usr/share/doc/collectd-core/NEWS.Debian.gz 及び collectd wiki "
"詳細については /usr/share/doc/collectd-core/NEWS.gz 及び collectd wiki "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> を見てください。"

#. Type: boolean
Expand Down
8 changes: 4 additions & 4 deletions debian/po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ msgstr ""
#. Type: boolean
#. Description
#: ../collectd-core.templates:1001 ../collectd-core.templates:2001
msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz for details."
msgstr "Zie /usr/share/doc/collectd-core/NEWS.Debian.gz voor meer informatie."
msgid "See /usr/share/doc/collectd-core/NEWS.gz for details."
msgstr "Zie /usr/share/doc/collectd-core/NEWS.gz voor meer informatie."

#. Type: boolean
#. Description
Expand Down Expand Up @@ -108,10 +108,10 @@ msgstr ""
#. Description
#: ../collectd-core.templates:3001 ../collectd-core.templates:4001
msgid ""
"See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
"See /usr/share/doc/collectd-core/NEWS.gz and the collectd wiki at "
"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
msgstr ""
"Zie /usr/share/doc/collectd-core/NEWS.Debian.gz en de wikipagina van "
"Zie /usr/share/doc/collectd-core/NEWS.gz en de wikipagina van "
"collectd, <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>, "
"voor meer informatie."

Expand Down
Loading