This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository spring.
commit 67c6ba2e3e9a54cf0a2f19b37be08027a4c4c302 Author: Markus Koschany <[email protected]> Date: Sat Oct 14 18:22:45 2017 +0200 Move fonts-freefont-otf dependency from spring to spring-common. Closes: #861042 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0a0e7af..6c64877 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,6 @@ Homepage: https://springrts.com Package: spring Architecture: amd64 i386 Depends: - fonts-freefont-otf, spring-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} @@ -58,6 +57,7 @@ Description: modern full-3D RTS game engine Package: spring-common Architecture: all Depends: + fonts-freefont-otf, ${misc:Depends} Description: modern full-3D RTS game engine (common files) Spring is a modern full-3D RTS (Real Time Strategy) game engine originally -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/spring.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

