diff options
author | Guillem Jover <guillem@debian.org> | 2017-09-18 03:02:58 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-10-13 00:38:11 +0200 |
commit | d917dd74cfb8c78f7a99a7e02d4098866f3f763d (patch) | |
tree | 5640cceaaf01a0e59939340123e624d3e7130d5b /debian | |
parent | e59a804d37e129042be326702d6af62fda493f49 (diff) | |
download | dpkg-d917dd74cfb8c78f7a99a7e02d4098866f3f763d.tar.gz |
dpkg-buildflags: Add support for new future feature area
This new area includes an lfs feature, to be used instead of the
getconf(1) interfaces which cannot support cross-building.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fa941b3ed..79657a1b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,9 @@ dpkg (1.19.0) UNRELEASED; urgency=medium file, and will also be used to initialize the new source:Synopsis and source:Extended-Description substvars that will be available when generating the DEBIAN/control and .changes files. Closes: #555743 + * Add new “future” feature area in dpkg-buildflags: + - Add new «lfs» feature, to be used instead of the getconf(1) interface + which cannot support cross-building. * Perl modules: - Switch from Dpkg::Util to List::Util, now that the module in the new required Perl contains the needed functions. |