This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository cyphesis-cpp.
commit 196b79d776525907ee4ae9bce7bdf6064b398081 Author: Olek Wojnar <[email protected]> Date: Tue Jul 5 01:26:47 2016 -0400 Remove broken architectures Missing dependencies in hurd and kfreebsd. Removing those architectures to avoid wasting buildd time. Will restore when the problem is fixed. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 536867d..86973d4 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-games/cyphesis-cpp.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/cyphesis-cpp.git Package: cyphesis-cpp -Architecture: any +Architecture: amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el s390x alpha hppa m68k mips64el powerpcspe ppc64 sh4 sparc64 x32 Provides: worldforge-server Depends: adduser, cyphesis-cpp-clients, @@ -43,7 +43,7 @@ Description: WorldForge game server world. Package: cyphesis-cpp-clients -Architecture: any +Architecture: amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el s390x alpha hppa m68k mips64el powerpcspe ppc64 sh4 sparc64 x32 Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: cyphesis-cpp Description: WorldForge game server - clients to control the server -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/cyphesis-cpp.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

