Lintian cleanups

Change-Id: I32f8f614004064c43044078be11eeea74af570f1
diff --git a/debian/changelog b/debian/changelog
index a61c2ce..29bc833 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vitalsd (1-1) mendel-chef; urgency=low
+
+  * Lintian cleanups
+
+ -- Coral <coral-support@google.com>  Thu, 04 Apr 2019 17:15:00 -0800
+
 vitalsd (1-0) mendel-chef; urgency=low
 
   * Initial release
diff --git a/debian/control b/debian/control
index 3c32532..ef4a90d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,13 @@
 Source: vitalsd
 Section: python
 Maintainer: Coral <coral-support@google.com>
-Build-Depends: debhelper,
+Build-Depends: debhelper (>=10),
                dh-python,
                python3-all-dev,
                python3-setuptools
 Priority: optional
-Vcs-Git: https://aiyprojects.googlesource.com/vitalsd
+Vcs-Git: https://coral.googlesource.com/vitalsd
+Standards-Version: 3.9.8
 
 Package: vitalsd
 Section: misc
@@ -15,9 +16,11 @@
 Depends: ${python3:Depends},
          ${misc:Depends},
          python3-serial
-Description: A vital statistics monitor that outputs to serial consoles for embedded systems
- vitalsd is a very simple tool that samples vital system statistics (CPU load,
- free/total memory, temperatures, etc.) and outputs them periodically to a serial
- port. It's designed to be used on embedded systems with physical serial ports
- that can crash in unexpected ways that leave the system in a non-triageable
- state.
+Description: Monitor for vital statistics
+ vitalsd is a very simple tool that samples vital
+ system statistics (CPU load, free/total memory,
+ temperatures, etc.) and outputs them periodically
+ to a serial port. It's designed to be used on
+ embedded systems with physical serial ports
+ that can crash in unexpected ways that leave the
+ system in a non-triageable state.
diff --git a/debian/copyright b/debian/copyright
index c2bd8bd..218ae47 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: vitalsd
-Source: https://aiyprojects.googlesource.com/vitalsd
+Source: https://coral.googlesource.com/vitalsd
 
 Files: *
 Copyright: Copyright 2018 Google, LLC <coral-support@google.com>
diff --git a/setup.py b/setup.py
index 4077085..ab73f95 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
     description='A vital statistics monitor that outputs to serial consoles for embedded systems',
     long_description=long_description,
     long_description_content_type='text/markdown',
-    url='https://aiyprojects.googlesource.com/vitalsd.git',
+    url='https://coral.googlesource.com/vitalsd.git',
     author='Mendel Linux Software Team',
     author_email='coral-support@google.com',
     license='Apache 2',