This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to tag debian/2.3.2.000platform-issues2-206d1f7+dfsg-1 in repository seqan2.
commit be622bdc1d5bd2562941f41bd08c584056973e3b Author: Michael R. Crusoe <[email protected]> Date: Thu Oct 26 01:16:11 2017 -0700 typo, -01 should have been -O1 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index bd8b9de..2a80176 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) ifneq (,$(filter mips mipsel kfreebsd% hurd%,$(DEB_BUILD_ARCH))) CXXFLAGS+=-O1 - CFLAGS+=-01 + CFLAGS+=-O1 else CXXFLAGS+=-O3 CFLAGS+=-O3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
