diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 22:28:49 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 22:28:49 (EDT) |
commit | acb74462ec35190d9223b54bb6b6c450d0973de6 (patch) | |
tree | 3aaa8e15a028181c5aa6208012e67d8560dae767 | |
parent | 6dfb785ed095e7e68db20920fef9baed9189151a (diff) |
TODO: prokit and pro-archman must support ar archives
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,6 @@ Functional Changes * ob-installdocs: Handle non-directory non-regular files? * ob-applypatches: Track and skip applied patches in `.opkbuild/patches` file: - `ob-applypatches: Skipping applied patch "01_foo.patch"...` - * ob-buildopk: Build external archives with ar, not tar. * ob-unpacksource: Support xz upstream archive decompression. * ob-unpacksource: Maybe call separate decompressor utilities instead of using tar's seamless decompression. This enables support for xz with @@ -28,6 +27,8 @@ Functional Changes specific binary package's `control` file. This is needed for automatic shared library dependencies. * ob-buildopk, ob-genchanges, ob-gencontrol, opkbuild: s/src-/src:/ + * ob-buildopk: Build external archives with ar, not tar. prokit and + pro-archman must first be modified to unpack ar archives. * Split distribution packaging from upstream sources in source packages. - Non-native package: * `src:foo` is the distribution packaging, and it depends on |