From 1d6d2de756a786abe78cdf6424931fe2f0b1b014 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 02 Apr 2019 05:01:32 -0400 Subject: 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 --- (limited to 'NEWS') diff --git a/NEWS b/NEWS index 06ed5b4..0b71451 100644 --- a/NEWS +++ b/NEWS @@ -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 ---------------------- -- cgit v0.9.1