This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository briquolo.
commit 84c464cd4ebd664369a6e482bc6e1b7061985dfc Author: Markus Koschany <[email protected]> Date: Sun Jun 25 20:55:05 2017 +0200 Move fonts-dejavu dependency from briquolo to briquolo-data. Closes: #861045 Thanks: Andreas Beckmann for the report. --- debian/control | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 01f07bd..29df245 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: briquolo Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Markus Koschany <[email protected]> +Uploaders: + Markus Koschany <[email protected]> Build-Depends: autotools-dev, debhelper (>= 10), @@ -19,7 +20,6 @@ Package: briquolo Architecture: any Depends: briquolo-data (>= ${source:Version}), - fonts-dejavu, ${misc:Depends}, ${shlibs:Depends} Description: fast paced 3d Breakout game @@ -33,7 +33,9 @@ Description: fast paced 3d Breakout game Package: briquolo-data Architecture: all -Depends: ${misc:Depends} +Depends: + fonts-dejavu, + ${misc:Depends} Description: data files for the fast paced 3d Breakout game Briquolo Briquolo is a Breakout like game which takes place on a colourful 3d playing field. It features 23 fancy levels with moving bricks, great explosions and -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/briquolo.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

