summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-11 05:45:24 +0200
committerGuillem Jover <guillem@debian.org>2014-10-12 06:08:01 +0200
commite16a76d241f0c69e96bcfdc96b360cc7c82a9f48 (patch)
tree628f7686a795261fb6f3593ef806cadd00286ffd /debian
parentb91283794a8ef658968cf555ca3b9a274ace46cd (diff)
downloaddpkg-e16a76d241f0c69e96bcfdc96b360cc7c82a9f48.tar.gz
dpkg-buildpackage: Add support for host and target long flags
These are passed through to dpkg-architecture if specified. This restores the ability to specify the target architecture when building cross-compilers. Regression introduced in commit f29ed62d0c340869752c61d55a2df74159c31625. Reported-by: Helmut Grohne <helmut@subdivi.de>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3097e590b..ceb6d7be0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,11 @@ dpkg (1.17.17) UNRELEASED; urgency=low
* Normalize dpkg-architecture command-line parsing, so that «--option=value»
«--option value», «-ovalue» and «-o value» will all be accepted.
* Add long option names for all dpkg-architecture short options.
+ * Add support for --host-arch, --host-type, --target-arch and --target-type
+ long options in dpkg-buildpackage. These will get passed through to
+ dpkg-architecture. This restores the ability to specify the target
+ architecture when building cross-compilers. Regression introduced in
+ dpkg 1.17.14. Reported by Helmut Grohne <helmut@subdivi.de>.
[ Updated programs translations ]
* German (Sven Joachim).