This is an automated email from the git hooks/post-receive script. jsonic-guest pushed a commit to branch master in repository pentobi.
commit 43263ed709943d0660b63f1c4b949fd6eec81f70 Author: Juhani Numminen <[email protected]> Date: Tue Oct 31 13:58:26 2017 +0200 Add Rules-Requires-Root: no. Rules-Requires-Root is a specification for reducing build overhead. https://lists.debian.org/debian-devel/2017/10/msg00520.html The binary packages pentobi and pentobi-kde-thumbnailer should not be affected, which was confirmed using dpkg-deb --contents. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ebdc67a..6fbd54a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pentobi (14.0-1) unstable; urgency=medium * New upstream release. * Bump Standards-Version to 4.1.1, no changes needed. + * Add Rules-Requires-Root: no. -- Juhani Numminen <[email protected]> Fri, 27 Oct 2017 22:19:22 +0300 diff --git a/debian/control b/debian/control index 19e9187..7dae8ad 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: cmake, libqt5svg5-dev, qttools5-dev, qttools5-dev-tools +Rules-Requires-Root: no Standards-Version: 4.1.1 Homepage: https://pentobi.sourceforge.io Vcs-Git: https://anonscm.debian.org/git/pkg-games/pentobi.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pentobi.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

