Skip to content

Commit a2141b6

Browse files
committed
examples/*/*/debian/control*: Add Rules-Requires-Root: no
For the CDBS examples, this change needs dh-buildinfo (>= 0.11+nmu2), which is present in unstable, in order to actually work. Backports to Stretch/Artful or older should remove this and add fakeroot to debian/tests/control if needed.
1 parent 10d977e commit a2141b6

18 files changed

Lines changed: 18 additions & 0 deletions

File tree

examples/cdbs/debathena-bin-example-1.0/debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-bin-example
22
Section: config
33
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: cdbs,
67
debhelper,
78
dh-buildinfo,

examples/cdbs/debathena-bin-example-1.0/debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-bin-example
22
Section: config
33
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: @cdbs@
67
Standards-Version: 4.1.0
78

examples/cdbs/debathena-bin-example-1.1/debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-bin-example
22
Section: config
33
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: cdbs,
67
debhelper,
78
dh-buildinfo,

examples/cdbs/debathena-bin-example-1.1/debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-bin-example
22
Section: config
33
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: @cdbs@
67
Standards-Version: 4.1.0
78

examples/cdbs/debathena-conffile-example-1.0/debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-conffile-example
22
Section: config
33
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: cdbs,
67
debhelper,
78
dh-buildinfo,

examples/cdbs/debathena-conffile-example-1.0/debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-conffile-example
22
Section: config
33
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: @cdbs@
67
Standards-Version: 4.1.0
78

examples/cdbs/debathena-conffile-example-1.1/debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-conffile-example
22
Section: config
33
Priority: optional
44
Maintainer: Jonathan Reed <jdreed@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: cdbs,
67
debhelper,
78
dh-buildinfo,

examples/cdbs/debathena-conffile-example-1.1/debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-conffile-example
22
Section: config
33
Priority: optional
44
Maintainer: Jonathan Reed <jdreed@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: @cdbs@
67
Standards-Version: 4.1.0
78

examples/cdbs/debathena-cron-example-1.0/debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-cron-example
22
Section: config
33
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: cdbs,
67
debhelper,
78
dh-buildinfo,

examples/cdbs/debathena-cron-example-1.0/debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Source: debathena-cron-example
22
Section: config
33
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
5+
Rules-Requires-Root: no
56
Build-Depends: @cdbs@
67
Standards-Version: 4.1.0
78

0 commit comments

Comments
 (0)