This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository higan.
commit cc895aebabf0c46dc1b395bee98715392ae29c06 Author: Tobias Hansen <[email protected]> Date: Tue Mar 15 00:55:11 2016 +0000 Do not override dh_auto_clean. --- debian/patches/find_cairo.patch | 2 +- debian/rules | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/debian/patches/find_cairo.patch b/debian/patches/find_cairo.patch index 15c8a7d..001a4c4 100644 --- a/debian/patches/find_cairo.patch +++ b/debian/patches/find_cairo.patch @@ -9,7 +9,7 @@ Author: Tobias Hansen <[email protected]> flags += -march=native else ifneq ($(filter $(platform),linux bsd),) - flags += -fopenmp -+ flags += -fopenmp $(pkg-config --cflags --libs cairo) ++ flags += -fopenmp -I/usr/include/cairo link += -fopenmp link += -Wl,-export-dynamic link += -lX11 -lXext -ldl diff --git a/debian/rules b/debian/rules index 76d3c47..24ff4c6 100755 --- a/debian/rules +++ b/debian/rules @@ -9,12 +9,6 @@ endif %: dh $@ --parallel --sourcedirectory=higan -# We have to clean manually because the Makefile does not support distclean, -# and does not remove compiled higan binary -override_dh_auto_clean: - $(MAKE) --directory=higan clean - rm -rf higan/obj higan/out - override_dh_auto_build: mkdir -p higan/obj higan/out dh_auto_build -- profile=balanced name=higan-balanced -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/higan.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

