diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-11 22:45:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-11 22:45:55 (EDT) |
commit | d113a57d4bdd21d179a0542019cba975fa50abc0 (patch) | |
tree | 3eb9b5e0c92c769bacd5652cf50361931319b88c | |
parent | 11db1e77523cf08c9ee528ca48d64a2ef122c315 (diff) |
Remove binary package metadata.
The config script generates this now.
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | config-busybox-dev.pkg/control | 4 | ||||
-rw-r--r-- | config-dev-common.pkg/control | 3 | ||||
-rw-r--r-- | config-dev-common.pkg/docs | 0 |
4 files changed, 3 insertions, 7 deletions
@@ -4,5 +4,8 @@ *~ Session.vim +# Generated files +*.pkg/ + # Work area tmp/ diff --git a/config-busybox-dev.pkg/control b/config-busybox-dev.pkg/control deleted file mode 100644 index 07259c4..0000000 --- a/config-busybox-dev.pkg/control +++ /dev/null @@ -1,4 +0,0 @@ -Architecture: all -Platform: all -Depends: config-dev-common (= ${Binary-Version}) -Description: "dev" platform configuration for busybox diff --git a/config-dev-common.pkg/control b/config-dev-common.pkg/control deleted file mode 100644 index b17c328..0000000 --- a/config-dev-common.pkg/control +++ /dev/null @@ -1,3 +0,0 @@ -Architecture: all -Platform: all -Description: "dev" platform configuration - common files diff --git a/config-dev-common.pkg/docs b/config-dev-common.pkg/docs deleted file mode 100644 index e69de29..0000000 --- a/config-dev-common.pkg/docs +++ /dev/null |