Skip to content

Commit a368337

Browse files
committed
Stop using Rules-Requires-Root: no, which is the default in Trixie
Starting from Trixie, this d/control file stanza is unnecessary and e.g. lintian-brush automatically removes it. Stop propagating it in new Go packages now. For details see https://lists.debian.org/debian-devel/2024/12/msg00637.html
1 parent 9fbf9e3 commit a368337

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

check_depends_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Standards-Version: 4.7.0
2828
Vcs-Browser: https://salsa.debian.org/go-team/packages/terminews
2929
Vcs-Git: https://salsa.debian.org/go-team/packages/terminews.git
3030
Homepage: https://github.com/antavelos/terminews
31-
Rules-Requires-Root: no
3231
XS-Go-Import-Path: github.com/antavelos/terminews
3332
3433
Package: terminews

template.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ func writeDebianControl(dir, gopkg, debsrc, debLib, debProg string, pkgType pack
195195
fmt.Fprintf(f, "Priority: optional\n")
196196
fmt.Fprintf(f, "Maintainer: Debian Go Packaging Team <[email protected]>\n")
197197
fprintfControlField(f, "Uploaders", []string{getDebianName() + " <" + getDebianEmail() + ">"})
198-
fmt.Fprintf(f, "Rules-Requires-Root: no\n")
199198

200199
builddeps := append([]string{
201200
"debhelper-compat (= 13)",

0 commit comments

Comments
 (0)