summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-09-18 03:02:58 +0200
committerGuillem Jover <guillem@debian.org>2017-10-13 00:38:11 +0200
commitd917dd74cfb8c78f7a99a7e02d4098866f3f763d (patch)
tree5640cceaaf01a0e59939340123e624d3e7130d5b /debian
parente59a804d37e129042be326702d6af62fda493f49 (diff)
downloaddpkg-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/changelog3
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.