summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2016-11-14 00:35:51 +0100
committerGuillem Jover <guillem@debian.org>2016-11-16 03:19:39 +0100
commitda73ac074ed8b5e9aa20684b9da5c8e64469adb1 (patch)
treef8c9e4a3424f0a993e5574196e6ae0a6d4238b1d /debian
parent30a7b88b63cd540d80133ddd70669079550bac2d (diff)
downloaddpkg-da73ac074ed8b5e9aa20684b9da5c8e64469adb1.tar.gz
dpkg-genbuildinfo: On source builds add source to the Architecture field
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b0098fd35..d404747c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ dpkg (1.18.15) UNRELEASED; urgency=medium
- Do not enable PIE when linking static programs. glibc-based systems
do not support this combination and produce very bogus output.
Proposed by Szabolcs Nagy <nsz@port70.net>. Closes: #843714
+ * On source builds add 'source' to the Architecture field in the
+ .buildinfo file in dpkg-genbuildinfo.
* Perl modules:
- Validate architecture arguments in Dpkg::Deps deps_parse().
Prompted by Johannes Schauer <josch@debian.org>.