diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 05:01:32 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 05:01:32 (EDT) |
commit | 1d6d2de756a786abe78cdf6424931fe2f0b1b014 (patch) | |
tree | 798e599ed8c5767caa9000d4942a2423b66f23e5 | |
parent | c856188beb3615ba61ce75743d1a36d0349536ff (diff) |
NEWS: Document binary substvars fix
This fixed:
[...]
ob-gencontrol: Generating control files for package "opkg-dbg"...
/usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-dbg__SHLIB_DEPENDS=: not found
ob-gencontrol: Generating control files for package "opkg-gpg"...
/usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-gpg__SHLIB_DEPENDS=libassuan.0, libc.6, libgpg-error.0, libgpgme.11,: not found
ob-gencontrol: Warning: Unknown substitution variable "Shlib-Depends"
ob-gencontrol: Generating control files for package "opkg"...
ob-gencontrol: Generating control files for package "opkg-common"...
/usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-common__SHLIB_DEPENDS=: not found
ob-gencontrol: Generating control files for package "opkg-doc"...
/usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-doc__SHLIB_DEPENDS=: not found
[...]
ob-genchanges: Generating "opkg_0.2.4-1_amd64-linux-glibc_dev.changes"...
/usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-common__SHLIB_DEPENDS=: not found
/usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-dbg__SHLIB_DEPENDS=: not found
/usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-doc__SHLIB_DEPENDS=: not found
/usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-gpg__SHLIB_DEPENDS=libassuan.0, libc.6, libgpg-error.0, libgpgme.11,: not found
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ Bug fixes and minor changes: output formatting of the ls command at build time. * configure no longer checks for make. This was needed for mksysconf, which was removed in version 4.0.0. + * Substitution variables are now correctly set for binary packages + with non-alphanumeric characters in their names. opkbuild version 4.0.0 ---------------------- |