From a7cedd86d6cc6d2c6623cd6c76ab2969f7b4dedc Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Wed, 26 Jun 2019 12:03:52 -0700 Subject: [PATCH] Update README with depends --- README | 7 ------- README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index ec53c5a..0000000 --- a/README +++ /dev/null @@ -1,7 +0,0 @@ -Run the "update" script to automatically generate new dependency lists. -The result will be based on the published seed lists, filtered by: - -- The Packages files (nonexistent packages will be skipped) - -- debootstrap (packages not yet added to debootstrap will not be added - to ubuntu-base) diff --git a/README.md b/README.md new file mode 100644 index 0000000..b587153 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Run the `update` script to automatically generate new dependency lists. +The result will be based on the published seed lists, filtered by: + + * The Packages files (nonexistent packages will be skipped) + * debootstrap (packages not yet added to debootstrap will not be added + to ubuntu-base) + +Dependencies are `debootstrap` and `germinate`.