This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository libcereal.
commit aa6a0e4c25e6d948b5f30b01c255cc266b0817a2 Author: Michael R. Crusoe <[email protected]> Date: Sun Jan 31 00:59:59 2016 -0800 update per buildd --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ce88b3f..38b1516 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libcereal (1.1.2-2) UNRELEASED; urgency=medium + + * Only build for *-amd64, sparc64 until upstream fixes their code. + (Closes: # 813280, #813281, #813282) + + -- Michael R. Crusoe <[email protected]> Sun, 31 Jan 2016 00:19:40 -0800 + libcereal (1.1.2-1) unstable; urgency=low * Initial release (Closes: #800335) diff --git a/debian/control b/debian/control index f755913..bedcbda 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Vcs-Git: https://anonscm.debian.org/debian-med/libcereal.git Homepage: http://uscilab.github.io/cereal/ Package: libcereal-dev -Architecture: any +Architecture: any-amd64 any-arm64 armel armhf any-ppc64el any-s390x any-alpha any-hppa any-m68k any-mips64el any-ppc64 any-sh4 any-sparc64 Depends: ${misc:Depends} Description: C++11 library for serialization cereal is a header-only C++11 serialization library. cereal takes arbitrary diff --git a/debian/rules b/debian/rules index b140f6e..0d49c6f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ %: dh $@ --parallel +override_dh_auto_configure: + dh_auto_configure -- -DSKIP_PORTABILITY_TEST=on + override_dh_auto_build: dh_auto_build -- all doc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libcereal.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
