This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository openarena.
commit 94dbb241eccbab2b579e7ceefdd889165804b0f3 Author: Simon McVittie <[email protected]> Date: Sun Oct 29 13:44:22 2017 +0000 d/control: Set Rules-Requires-Root: no since this package does not install any non-root-owned files --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index eeacc06..bac4a71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ openarena (0.8.8-20) UNRELEASED; urgency=medium /var/games/openarena-server/server.oa. * Remove now-unused lintian override for invoking update-rc.d in a maintainer script + * d/control: Set Rules-Requires-Root: no since this package does not + install any non-root-owned files -- Simon McVittie <[email protected]> Wed, 28 Jun 2017 11:14:29 +0100 diff --git a/debian/control b/debian/control index 98fae40..49e4289 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-games/openarena.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/openarena.git/ Homepage: http://openarena.ws/ +Rules-Requires-Root: no Package: openarena Architecture: any -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

