Skip to content
Snippets Groups Projects
Commit 5f31deaa authored by godog's avatar godog
Browse files

Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request !1
parents 9045c887 e48a861b
No related branches found
No related tags found
1 merge request!1Fix some issues reported by lintian
10
...@@ -2,13 +2,14 @@ Source: rsyslog-exporter ...@@ -2,13 +2,14 @@ Source: rsyslog-exporter
Section: admin Section: admin
Priority: optional Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org> Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>=9), golang-any, dh-golang, Build-Depends: debhelper-compat (= 12),
golang-any, dh-golang,
golang-github-prometheus-client-golang-dev golang-github-prometheus-client-golang-dev
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Package: rsyslog-exporter Package: rsyslog-exporter
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, rsyslog Depends: ${shlibs:Depends}, ${misc:Depends}, rsyslog
Built-Using: ${misc:Built-Using}
Description: Rsyslog Prometheus exporter. Description: Rsyslog Prometheus exporter.
Exports rsyslogd metrics to Prometheus. Exports rsyslogd metrics to Prometheus.
...@@ -10,4 +10,3 @@ export DH_GOLANG_EXCLUDES = vendor ...@@ -10,4 +10,3 @@ export DH_GOLANG_EXCLUDES = vendor
override_dh_install: override_dh_install:
rm -fr $(CURDIR)/debian/rsyslog-exporter/usr/share/gocode rm -fr $(CURDIR)/debian/rsyslog-exporter/usr/share/gocode
dh_install dh_install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment