This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository megaglest.
commit 336cef80c2888ba475fb6c68f7c544b116bfe9c7 Author: Markus Koschany <[email protected]> Date: Fri Nov 13 20:26:41 2015 +0100 Add Breaks and Replaces against versions before 3.11.0+dfsg-1. because now the glest.ini file is provided by src:megaglest. This fixes a dpkg failure when upgrading from Jessie to Stretch. Thanks: Andreas Beckmann for the report. Closes: #804942 --- debian/control | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/control b/debian/control index eecd5f1..ee62abd 100644 --- a/debian/control +++ b/debian/control @@ -46,6 +46,10 @@ Depends: fonts-wqy-zenhei, ${misc:Depends}, ${shlibs:Depends} +Breaks: + megaglest-data (<< 3.11.0+dfsg-1) +Replaces: + megaglest-data (<< 3.11.0+dfsg-1) Description: 3D multi-player real time strategy game MegaGlest is a free 3D real-time customizable strategy game which takes place in a context which could be compared to that of the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

