summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-10-28 12:56:42 +0200
committerGuillem Jover <guillem@debian.org>2018-01-16 11:26:38 +0100
commit585db35d2356193e679dff3eb73d99e65c575f7b (patch)
treefce7e9d4aa517f5685fef81d4b20a9afbd4fa312 /debian
parent566a4b61b6c3359c3d4cffa05519ecbc967b292c (diff)
downloaddpkg-585db35d2356193e679dff3eb73d99e65c575f7b.tar.gz
dpkg-buildpackage: Add new --rules-requires-root
This new option makes it possible to force falling back to the legacy behavior of assuming that debian/rules files require root.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0a1789908..fcfcf6aff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
* Specify that DEB_GAIN_ROOT_CMD in R³ should preserve the environment.
Proposed by Josh Triplett <josh@joshtriplett.org>.
* Specify new DEB_RULES_REQUIRES_ROOT variable for R³ support.
+ * Add new --rules-requires-root option to dpkg-buildpackage.
* Architecture support:
- Add support for riscv64 CPU. Closes: #822914
Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org>