Skip to content
Snippets Groups Projects
Commit 50d9e0b9 authored by godog's avatar godog
Browse files

Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request ai3/thirdparty/apache-exporter!1
parents 3b9e9bb1 6e076ca6
No related branches found
No related tags found
No related merge requests found
10
...@@ -2,12 +2,12 @@ Source: apache-exporter ...@@ -2,12 +2,12 @@ Source: apache-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-go, dh-golang Build-Depends: debhelper-compat (= 12), golang-go, dh-golang
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Package: apache-exporter Package: apache-exporter
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: Apache2 Prometheus exporter. Description: Apache2 Prometheus exporter.
Exports Prometheus metrics from an Apache2 instance. Exports Prometheus metrics from an Apache2 instance.
...@@ -2,14 +2,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ ...@@ -2,14 +2,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: apache_exporter Upstream-Name: apache_exporter
Source: <https://github.com/Lusitaniae/apache_exporter> Source: <https://github.com/Lusitaniae/apache_exporter>
Files: debian/*
Copyright: 2017 Autistici/Inventati <info@autistici.org>
License: MIT
Files: * Files: *
Copyright: 2015 neezgee Copyright: 2015 neezgee
License: MIT License: MIT
Files: debian/*
Copyright: 2017 Autistici/Inventati <info@autistici.org>
License: MIT
License: MIT License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
...@@ -28,4 +28,3 @@ License: MIT ...@@ -28,4 +28,3 @@ License: MIT
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
...@@ -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/apache-exporter/usr/share/gocode rm -fr $(CURDIR)/debian/apache-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