This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository bzflag.
commit 6313dfb0a30099f038b195e91d0baf8f21988178 Author: Markus Koschany <[email protected]> Date: Sun Dec 4 02:19:06 2016 +0100 Fix Lintian error and depend on lsb-base (>= 3.0-6) for bzflag-server. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 772bc28..784e36c 100644 --- a/debian/control +++ b/debian/control @@ -89,7 +89,7 @@ Description: 3D first person tank battle game -- data Package: bzflag-server Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, lsb-base (>= 3.0-6) Enhances: bzflag-client Description: 3D first person tank battle game -- server bzfs is the server for BZFlag, and it must be running to play. It can be run -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bzflag.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

