Lintian cleanups

Change-Id: I539f8615bbf2e2515772fa44e0e4e480073e4f68
diff --git a/debian/control b/debian/control
index 59f513a..7ab3a68 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,15 @@
 Source: imx-board-wlan
 Maintainer: Coral <coral-support@google.com>
-Build-Depends: debhelper
+Build-Depends: debhelper (>=10)
 Section: net
 Priority: optional
+Standards-Version: 3.9.8
 
 Package: imx-board-wlan
 Section: net
 Priority: optional
 Architecture: all
-Depends:
-Description: Additional configuration for Enterprise Board wireless networking
+Depends: ${misc:Depends}, python
+Description: Additional configuration for Coral Edge TPU Board wireless networking
+ Service descriptions and NetworkManager configuration
+ for WiFi on the Edge TPU Board.
diff --git a/debian/copyright b/debian/copyright
index c8c6f65..ee79297 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: imx-board-wlan
-Source: https://aiyprojects.googlesource.com/imx-board-wlan
+Source: https://coral.googlesource.com/imx-board-wlan
 
 Files: *
 Copyright: Copyright 2018 Google, LLC <coral-support@google.com>
diff --git a/etc/runonce.d/10-set-mac-addresses b/etc/runonce.d/10-set-mac-addresses
index a48e9ef..83b2c39 100755
--- a/etc/runonce.d/10-set-mac-addresses
+++ b/etc/runonce.d/10-set-mac-addresses
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.7
+#!/usr/bin/python
 
 '''This script generates the wifi and bluetooth MAC addresses assigned to a
 board, given the MAC address of it's primary ethernet interface. It's primary