This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository love.
commit 5c1d3ad6e1e93acfaf36ef5e6ecaa678225f3906 Author: Alexandre Detiste <[email protected]> Date: Tue Jan 24 10:16:42 2017 +0100 drop dh_buildinfo ... ReproducibleBuilds got this merged in dpkg 1.18.11 and then improved ever since. src:dh-buildinfo still exist, but is in low-maintenance mode https://wiki.debian.org/ReproducibleBuilds/History#A.buildinfo_control_files --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 28b12bd..55c0165 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ love (0.10.2-1) UNRELEASED; urgency=medium * add licenses to d/copyright for ENet & Lua-ENet (MIT) * add a watch file * LuaJIT is now available on hurd-i386, use it. + * Drop requirement of dh-buildinfo, this is now a dpkg-dev builtin since 1.18.11 -- Alexandre Detiste <[email protected]> Sun, 18 Dec 2016 12:50:20 +0100 diff --git a/debian/control b/debian/control index 464b707..8842325 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Uploaders: Alexandre Detiste <[email protected]>, Build-Depends: debhelper (>= 10), - dh-buildinfo, libboost-dev, libflac++-dev, libflac-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/love.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

