summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-01-03 01:54:51 +0100
committerGuillem Jover <guillem@debian.org>2018-01-16 11:24:56 +0100
commit28fee8b445cd94bf7efd76f6c3fd0c62bdf94b6d (patch)
tree8a05444a461fc3c546e9503278535ca1202ef908 /debian
parentcfb7a0e98b05e41cdbe9f695fd9f625c7a119b81 (diff)
downloaddpkg-28fee8b445cd94bf7efd76f6c3fd0c62bdf94b6d.tar.gz
spec/R³: Rename DPKG_GAIN_ROOT_CMD to DEB_GAIN_ROOT_CMD
This variable should not be dpkg specific, as it is supposed to be set by any builder driving the package build, and not just dpkg itself. Introduce ephemereal backwards compatibility by mapping the old name to the new one, even thught there are no known users.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7883dacf9..bd41680a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,10 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
dpkg-gencontrol and dpkg-genchanges. Regression introduced in dpkg 1.18.5.
* Fix dpkg-gensymbols to print "error" instead of "warning" when these
are fatal. Closes: #881488
+ * Rename DPKG_GAIN_ROOT_CMD to DEB_GAIN_ROOT_CMD in the R³ support, as
+ the variable is expected to be set by any builder, not just dpkg. And
+ introduce ephemereal backwards compatibility even though there are no
+ known users.
* Architecture support:
- Add support for riscv64 CPU. Closes: #822914
Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org>