This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository spring.
commit bfa40e3235cfe0939f0434056eab8332741f71a4 Author: Markus Koschany <[email protected]> Date: Thu Oct 12 23:33:54 2017 +0200 Ensure that we build against system libraries of minizip. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index cb5bdf3..2f08dcd 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,8 @@ override_dh_auto_build: # Reproducible: these files get packed in .sdz (= .zip) files find cont/base -type f -exec touch --date='$(BUILD_DATE)' {} \; find cont/base -type f -exec chmod 0644 {} \; + # Ensure that we build against system libraries of minizip + $(RM) -r rts/lib/minizip tools/pr-downloader/src/lib/minizip dh_auto_build cd $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/test && make tests -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/spring.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

