Skip to content

Commit 0cbf0f0

Browse files
authored
Merge pull request #280 from ottok/no-rules-requires-root
Stop using `Rules-Requires-Root: no`, which is the default in Trixie
2 parents 00bbbe9 + a368337 commit 0cbf0f0

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)