Set Rules-Requires-Root to no
This commit is contained in:
parent
e3ffe64123
commit
906f9d360d
|
|
@ -6,6 +6,7 @@ ostree (2017.13-1) UNRELEASED; urgency=medium
|
||||||
* d/control: Require dh-exec 0.23~, for build-profile support.
|
* d/control: Require dh-exec 0.23~, for build-profile support.
|
||||||
Strictly speaking we might only need 0.15, but I'm not going to
|
Strictly speaking we might only need 0.15, but I'm not going to
|
||||||
test versions older than the jessie backport.
|
test versions older than the jessie backport.
|
||||||
|
* Set Rules-Requires-Root to no
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Fri, 27 Oct 2017 14:43:58 +0100
|
-- Simon McVittie <smcv@debian.org> Fri, 27 Oct 2017 14:43:58 +0100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ Build-Depends:
|
||||||
zlib1g-dev,
|
zlib1g-dev,
|
||||||
Build-Depends-Indep:
|
Build-Depends-Indep:
|
||||||
libglib2.0-doc,
|
libglib2.0-doc,
|
||||||
|
Rules-Requires-Root: no
|
||||||
Standards-Version: 4.1.0
|
Standards-Version: 4.1.0
|
||||||
Homepage: https://github.com/ostreedev/ostree/
|
Homepage: https://github.com/ostreedev/ostree/
|
||||||
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ostree.git
|
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ostree.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue