mendel-minimal: Renames aiy-board-tweaks into mendel-minimal

This is to make the package name clear that it performs Mendel-specific work,
and not board-specific work.

Change-Id: Iab193617614301fb3737b635063c30adfdcde36e
diff --git a/debian/changelog b/debian/changelog
index 8fcd246..ccabd10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-aiy-board-tweaks (1-1) mendel-beaker; urgency=medium
+mendel-minimal (1-1) mendel-beaker; urgency=medium
 
   * Cut for beaker release and normalization of version.
   * Add in a MAC address generation and storage script.
@@ -6,7 +6,7 @@
 
  -- AIY Projects <support-aiyprojects@google.com>  Wed, 16 Jan 2019 12:00:00 -0800
 
-aiy-board-tweaks (0.1) animal; urgency=medium
+mendel-minimal (0.1) animal; urgency=medium
 
   * Initial release.
 
diff --git a/debian/control b/debian/control
index c79e65e..b888240 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
-Source: aiy-board-tweaks
+Source: mendel-minimal
 Maintainer: AIY Projects <support-aiyprojects@google.com>
 Build-Depends: debhelper
 Section: misc
 Priority: optional
 
-Package: aiy-board-tweaks
+Package: mendel-minimal
 Section: misc
 Priority: optional
 Architecture: all
 Depends: e2fsprogs(>=1.43), adduser, sudo, openssh-server, locales, avahi-daemon,
   bluez, network-manager, passwd, python2.7, runonce, ${misc:Depends}
-Description: Performs initial system setup work
- This package contains the initial "run once" systemd service that performs
+Description: Defines the files and packages for a minimal Mendel install
+ This package contains the initial "run once" scripts that perform
  initial startup work such as resizing the root filesystem to match the emmc
  size, adding in known users, enabling services that users will likely want by
  default, and other housekeeping behaviors (such as forcing a regeneration of
@@ -19,4 +19,4 @@
  .
  This package actually contains the runonce scripts that do the above. Like the
  runonce package, removing this one should have little effect on a running
- system.
+ system that has executed those scripts already.
diff --git a/debian/copyright b/debian/copyright
index 4f1032c..2a4f49b 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-tweaks
-Source: https://aiyprojects.googlesource.com/aiy-board-tweaks
+Upstream-Name: mendel-minimal
+Source: https://aiyprojects.googlesource.com/mendel-minimal
 
 Files: *
 Copyright: Copyright 2018 Google, LLC <support-aiyprojects@google.com>
diff --git a/debian/aiy-board-tweaks.install b/debian/mendel-minimal.install
similarity index 100%
rename from debian/aiy-board-tweaks.install
rename to debian/mendel-minimal.install
diff --git a/debian/aiy-board-tweaks.udev b/debian/mendel-minimal.udev
similarity index 100%
rename from debian/aiy-board-tweaks.udev
rename to debian/mendel-minimal.udev
diff --git a/etc/runonce.d/01-generate-hostname b/etc/runonce.d/01-generate-hostname
index 796de26..b752cd4 100755
--- a/etc/runonce.d/01-generate-hostname
+++ b/etc/runonce.d/01-generate-hostname
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-ADJECTIVES_FILE=/usr/share/aiy-board-tweaks/adjectives.txt
-NOUNS_FILE=/usr/share/aiy-board-tweaks/nouns.txt
+ADJECTIVES_FILE=/usr/share/mendel-minimal/adjectives.txt
+NOUNS_FILE=/usr/share/mendel-minimal/nouns.txt
 
 random_word()
 {
diff --git a/usr/share/aiy-board-tweaks/adjectives.txt b/usr/share/mendel-minimal/adjectives.txt
similarity index 100%
rename from usr/share/aiy-board-tweaks/adjectives.txt
rename to usr/share/mendel-minimal/adjectives.txt
diff --git a/usr/share/aiy-board-tweaks/nouns.txt b/usr/share/mendel-minimal/nouns.txt
similarity index 100%
rename from usr/share/aiy-board-tweaks/nouns.txt
rename to usr/share/mendel-minimal/nouns.txt