make: Add a simple makefile to make distribution easier

Also clean up a few other mdt usages.

Change-Id: I5afb08bcbbd17283d262fd0c50d154a03b42cc79
diff --git a/.gitignore b/.gitignore
index 92010a3..d56a6b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 __pycache__
-mdt.egg-info
+mendel_development_tool.egg-info
 build
 dist
 
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..3e823a6
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+all: deb wheel
+
+deb:
+	dpkg-buildpackage -tc --no-sign
+
+wheel:
+	python3 setup.py sdist bdist_wheel
+
+upload: wheel
+	python3 -m twine upload dist/*
+
+clean:
+	rm -rf debian/mdt/ dist/ build/ mdt.egg-info/ __pycache__/
+
+.PHONY: all deb wheel upload-wheel upload-deb clean
diff --git a/debian/changelog b/debian/changelog
index 18f9634..162392d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mdt (1.0-1) stable; urgency=medium
+mendel-development-tool (1.0-1) stable; urgency=medium
 
   * Reworked how mDNS discoveries are done.
   * Make the shell command respect requested IP addresses.
@@ -12,7 +12,7 @@
 
  -- June Tate-Gans <jtgans@google.org>  Tue, 26 Mar 2019 14:42:22 -0700
 
-mdt (0.0.1-1) stable; urgency=low
+mendel-development-tool (0.0.1-1) stable; urgency=low
 
   June Tate-Gans
   * Initial release
diff --git a/debian/control b/debian/control
index 01c72a6..c8be70c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@
                python3-all-dev,
                python3-setuptools
 Priority: optional
-Vcs-Git: https://aiyprojects.googlesource.com/mdt
+Vcs-Git: https://coral.googlesource.com/mdt
 
 Package: mendel-development-tool
 Section: misc
diff --git a/debian/copyright b/debian/copyright
index 7f36421..2b1998c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: mdt
+Upstream-Name: mendel-development-tool
 Source: https://coral.googlesource.com/mdt
 
 Files: *