This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch master in repository cyphesis-cpp.
commit a700f46b7692eb72ee4bce45a8049eef041616a7 Author: Olek Wojnar <[email protected]> Date: Fri Jul 15 18:04:49 2016 -0400 Temporarily remove broken architectures --- debian/changelog | 3 +++ debian/control | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b955e33..a67676f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ cyphesis-cpp (0.6.0-4) unstable; urgency=high - Update Vcs lines for secure URIs * Enable all hardening options * Update d/copyright + * Remove broken architectures + -- Non-linux architectures do not have proper socket.h support + -- Problem solved in major upstream update so removal is temporary -- Olek Wojnar <[email protected]> Mon, 04 Jul 2016 22:05:12 -0400 diff --git a/debian/control b/debian/control index 536867d..2702123 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: linux-any Provides: worldforge-server Depends: adduser, cyphesis-cpp-clients, @@ -43,7 +43,7 @@ Description: WorldForge game server world. Package: cyphesis-cpp-clients -Architecture: any +Architecture: linux-any 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

