[linux] 01/01: debian/control: Set Rules-Requires-Root to no
    debian-kernel at lists.debian.org 
    debian-kernel at lists.debian.org
       
    Mon Oct 30 23:18:55 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit c8b3153d0d6b2c4244445d34cafe48b1334ed63d
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Oct 30 21:57:03 2017 +0000
    debian/control: Set Rules-Requires-Root to no
    
    Tell dpkg and debhelper that we can install without (fake)root and
    then dpkg-deb should then override all ownership to root:root.
    
    Draft specification for this field:
    https://lists.debian.org/debian-devel/2017/10/msg00520.html
---
 debian/changelog                   | 6 ++++++
 debian/templates/control.source.in | 1 +
 2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0ed546f..ce1b057 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux (4.14~rc7-1~exp2) UNRELEASED; urgency=medium
+
+  * debian/control: Set Rules-Requires-Root to no
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Mon, 30 Oct 2017 21:56:34 +0000
+
 linux (4.14~rc7-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index d186aba..56531b5 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -63,6 +63,7 @@ Build-Depends-Indep:
  graphviz <!stage1 !nodoc>,
  python-sphinx <!stage1 !nodoc>,
  python-sphinx-rtd-theme <!stage1 !nodoc>,
+Rules-Requires-Root: no
 Vcs-Git: https://anonscm.debian.org/git/kernel/linux.git
 Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux.git
 Homepage: https://www.kernel.org/
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
    
    
More information about the Kernel-svn-changes
mailing list