This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository lgogdownloader.
commit 5a77fa86968b29ac131b847e66e7c97bfab8c7bf Author: Stephen Kitt <[email protected]> Date: Tue Nov 7 23:05:08 2017 +0100 Enable building without fakeroot --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index d1c79db..bf7a2b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ lgogdownloader (3.3-1) UNRELEASED; urgency=medium * Clean up whitespace in debian/rules. * Update debian/copyright. * Standards-Version 4.1.1, no further change required. + * Enable building without fakeroot. -- Stephen Kitt <[email protected]> Tue, 07 Nov 2017 20:25:45 +0100 diff --git a/debian/control b/debian/control index 2ecb6c7..c9cb564 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: cmake, libtinyxml2-dev, pkg-config Standards-Version: 4.1.1 +Rules-Requires-Root: no Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/lgogdownloader.git Vcs-Git: https://anonscm.debian.org/git/pkg-games/lgogdownloader.git Homepage: https://sites.google.com/site/gogdownloader/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lgogdownloader.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

