This is an automated email from the git hooks/post-receive script. evgeni pushed a commit to branch master in repository unshield.
commit 6773424cedcdaf74ca1566a2b545fe493bbf7c91 Author: Evgeni Golov <[email protected]> Date: Mon Dec 26 14:55:08 2016 +0100 don't link OpenSSL even if found --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index cbe925d..8ae343f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh $@ + +override_dh_auto_configure: + dh_auto_configure -- -DUSE_OUR_OWN_MD5=YES -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/unshield.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

