diff --git a/debian/changelog b/debian/changelog
index 3d9aeac6a055ffc344ff20d81b263c844001517b..c9506a21cfd6ddedd5bf2fe4b2f23e78d41b7727 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ riseup-vpn (0.19.2-2) unstable; urgency=medium
   * Priority: extra was deprecated, changed to optional
   * Add missing ${shlibs:Depends} to resolve missing dep on libc
   * Change dependency on python2|python3 to ${python:Depends}
+  * Add lintian overrides for NMU issues
+  * Add dh_python build-depends and dh_python2 call to debian/rules
 
  -- Micah Anderson <micah@riseup.net>  Tue, 03 Sep 2019 09:51:00 -0400
 
diff --git a/debian/control b/debian/control
index 15f6fc46fb3de0a2d344b23f332170584ec2ce42..f9f0ea045af35f5fefaaedfeaca116cd4be1dec6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: LEAP Encryption Access Project <debian@leap.se>
 Build-Depends: debhelper (>= 10.0.0), dh-golang, golang-go (>> 2:1.9),
-    golang-golang-x-text-dev (>= 0.3.0-2),
+    golang-golang-x-text-dev (>= 0.3.0-2), dh-python, python2,
     libgtk-3-dev, libappindicator3-dev, pkg-config
 Standards-Version: 3.9.8
 Uploaders: Micah Anderson <micah@debian.org>
@@ -14,7 +14,7 @@ Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends},
     openvpn, libgtk-3-0, libappindicator3-1,
     policykit-1-gnome | polkit-1-auth-agent,
-    python2 | python3,
+    ${python:Depends}
 Enhances: openvpn
 Description: Easy, fast, and secure VPN service from Riseup.
  This package is a custom build of the new Bitmask VPN client, preconfigured
diff --git a/debian/rules b/debian/rules
index 0d220e1ee55efa93be1cab2242f9e458bba6419d..0453b4139d8d9d2cf76349163e569e2aeeb72423 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DH_GOLANG_EXCLUDES = vendor
 VERSION = debian-$(shell git describe --tags --always)
 
 %:
-	dh $@ --with golang --buildsystem golang
+	dh $@ --with golang,python2 --buildsystem golang
 
 override_dh_auto_test: