[higan] 08/34: Update debian/rules for source directory.
Tobias Hansen
thansen at moszumanska.debian.org
Sun Jun 26 10:44:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository higan.
commit efd6863673eb1379b074b4059059e24f81699095
Author: Tobias Hansen <thansen at localhost.localdomain>
Date: Tue Mar 15 00:42:57 2016 +0000
Update debian/rules for source directory.
---
debian/rules | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index 82da540..76d3c47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,21 +12,21 @@ endif
# We have to clean manually because the Makefile does not support distclean,
# and does not remove compiled higan binary
override_dh_auto_clean:
- $(MAKE) clean
- rm -rf obj out
+ $(MAKE) --directory=higan clean
+ rm -rf higan/obj higan/out
override_dh_auto_build:
- mkdir -p obj out
+ mkdir -p higan/obj higan/out
dh_auto_build -- profile=balanced name=higan-balanced
# Allow for building higan only once when testing stuff with the build option testbuild.
ifeq (,$(findstring testbuild,$(DEB_BUILD_OPTIONS)))
- $(MAKE) clean
+ $(MAKE) --directory=higan clean
dh_auto_build -- profile=accuracy name=higan-accuracy
- $(MAKE) clean
+ $(MAKE) --directory=higan clean
dh_auto_build -- profile=performance name=higan-performance
else
- cp out/higan-balanced out/higan-accuracy
- cp out/higan-balanced out/higan-performance
+ cp higan/out/higan-balanced higan/out/higan-accuracy
+ cp higan/out/higan-balanced higan/out/higan-performance
endif
override_dh_auto_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/higan.git
More information about the Pkg-games-commits
mailing list