Rename aiy-board-keyring to mendel-keyring

Change-Id: I2c4d1ef4a0d83cf16beeaf9911d2686e83896b2e
diff --git a/Makefile b/Makefile
index 6b9760b..c1970d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
-aiy-board-keyring.gpg: cloud-key.gpg linux_signing_key.pub
+mendel-keyring.gpg: cloud-key.gpg linux_signing_key.pub
 	gpg --no-keyring --import-options import-export --import $^ > $@
 
-build: aiy-board-keyring.gpg
+build: mendel-keyring.gpg
 
 install: build
 	install -d $(DESTDIR)/etc/apt/trusted.gpg.d/
-	cp aiy-board-keyring.gpg $(DESTDIR)/etc/apt/trusted.gpg.d/
+	cp mendel-keyring.gpg $(DESTDIR)/etc/apt/trusted.gpg.d/
 
 clean:
-	rm -f aiy-board-keyring.gpg
+	rm -f mendel-keyring.gpg
 
 .PHONY: build install clean
diff --git a/debian/changelog b/debian/changelog
index 10603b9..e48dc29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-aiy-board-keyring (0.1) UNRELEASED; urgency=medium
+mendel-keyring (0.1) UNRELEASED; urgency=medium
 
   * Initial release.
 
diff --git a/debian/control b/debian/control
index 790ade8..87f90bc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
-Source: aiy-board-keyring
+Source: mendel-keyring
 Section: misc
 Priority: optional
 Maintainer: AIY Projects <support-aiyprojects@google.com>
 Build-Depends: debhelper, gnupg
 
-Package: aiy-board-keyring
+Package: mendel-keyring
 Section: misc
 Priority: optional
 Architecture: all
 Depends:
-Description: Public keys to verify packages for the AIY Board
\ No newline at end of file
+Description: Public keys to verify packages for the Mendel OS
diff --git a/debian/copyright b/debian/copyright
index 3b3c640..1ca95cc 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: aiy-board-keyring
-Source: https://aiyprojects.withgoogle.com
+Upstream-Name: mendel-keyring
+Source: https://aiyprojects.googlesource.com/mendel-keyring
 
 Files: *
 Copyright: Copyright 2018 Google, LLC <support-aiyprojects@google.com>