This is an automated email from the git hooks/post-receive script. fabian pushed a commit to branch master in repository yquake2.
commit 44ace69fd6f80ab8c522b81373b9d3fa0c5504d9 Author: Fabian Greffrath <[email protected]> Date: Tue Sep 29 10:02:28 2015 +0200 Add "Recommends: quake2" to the yamagi-quake2 package and "Recommends: quake2-server | yamagi-quake2" to yamagi-quake2-core The latter alternative Recommends is to prevent installing the quake2-server package when the client package is already (going to be) installed --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 794423d..0f83c68 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: yamagi-quake2-core (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Recommends: quake2 Provides: quake2-engine Description: enhanced version of id Software's Quake II - client This is the Yamagi Quake II Client, an enhanced Version of id Software's @@ -41,6 +42,7 @@ Architecture: any-amd64 any-i386 Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: quake2-server | yamagi-quake2 Provides: quake2-engine-server Breaks: yamagi-quake2 (<< 5.11) Replaces: yamagi-quake2 (<< 5.11) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/yquake2.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

