diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..0000000000000000000000000000000000000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index c0cbec71855ced3c98572486cfe9ffe1b0af9b06..04dfc1ed3acbfa381335d36c52d438186e429806 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: apache-exporter
 Section: admin
 Priority: optional
 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
 
 Package: apache-exporter
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Built-Using: ${misc:Built-Using}
 Description: Apache2 Prometheus exporter.
  Exports Prometheus metrics from an Apache2 instance.
-
diff --git a/debian/copyright b/debian/copyright
index 75c06b1fd64222ea536154d2c7248c9203764f13..ff980ad24c59a70f34ce506f5d12e91cf5416933 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: apache_exporter
 Source: <https://github.com/Lusitaniae/apache_exporter>
 
-Files: debian/*
-Copyright: 2017 Autistici/Inventati <info@autistici.org>
-License: MIT
-
 Files: *
 Copyright: 2015 neezgee
 License: MIT
 
+Files: debian/*
+Copyright: 2017 Autistici/Inventati <info@autistici.org>
+License: MIT
+
 License: MIT
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
@@ -28,4 +28,3 @@ License: MIT
  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
  SOFTWARE.
-
diff --git a/debian/rules b/debian/rules
index feec36ef1033b58d2f03ed43d9147290e1dcd229..03837e0b03c2463b2fb908d8f55e09c4c92d6b3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,3 @@ export DH_GOLANG_EXCLUDES = vendor
 override_dh_install:
 	rm -fr $(CURDIR)/debian/apache-exporter/usr/share/gocode
 	dh_install
-