d/control: add "Rules-Requires-Root: no".
d/control: add "Rules-Requires-Root: no" to support building as non-root after confirming this is a no-diff change with diffoscope. Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
parent
25f262bde6
commit
6fde9e853d
|
@ -42,9 +42,10 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium
|
||||||
2.10.2-1.
|
2.10.2-1.
|
||||||
* d/control:
|
* d/control:
|
||||||
- upgrade to use debhelper-compat(=11), drop d/compat.
|
- upgrade to use debhelper-compat(=11), drop d/compat.
|
||||||
- drop ancient version-req on dependency on apt
|
- drop ancient version-requirement on dependency on apt.
|
||||||
- don't recommend syslinux-utils twice, thanks lintian.
|
- don't recommend syslinux-utils twice, thanks lintian.
|
||||||
- bump standards version to 4.3.0, no changes needed.
|
- bump standards version to 4.3.0, no changes needed.
|
||||||
|
- add "Rules-Requires-Root: no" to support building as non-root.
|
||||||
* Add lintian override for missing-depends-on-sensible-utils as
|
* Add lintian override for missing-depends-on-sensible-utils as
|
||||||
sensible-editor is merely mentioned in the README.
|
sensible-editor is merely mentioned in the README.
|
||||||
* d/copyright: explicitly refer to /usr/share/common-licenses/GPL-2.
|
* d/copyright: explicitly refer to /usr/share/common-licenses/GPL-2.
|
||||||
|
|
|
@ -6,6 +6,7 @@ Uploaders: Raphaël Hertzog <hertzog@debian.org>, Santiago Garcia Mantinan <mant
|
||||||
Build-Depends: debhelper-compat (= 11)
|
Build-Depends: debhelper-compat (= 11)
|
||||||
Build-Depends-Indep: tofrodos
|
Build-Depends-Indep: tofrodos
|
||||||
Standards-Version: 4.3.0
|
Standards-Version: 4.3.0
|
||||||
|
Rules-Requires-Root: no
|
||||||
Vcs-Git: https://salsa.debian.org/images-team/debian-cd.git
|
Vcs-Git: https://salsa.debian.org/images-team/debian-cd.git
|
||||||
Vcs-Browser: https://salsa.debian.org/images-team/debian-cd
|
Vcs-Browser: https://salsa.debian.org/images-team/debian-cd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue