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`.