[redeclipse] 19/23: Call make directly to avoid (local) install target

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 00:47:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch next
in repository redeclipse.

commit 23334e0ff0d905e647a16b94a52c2c02101011ff
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 3 19:09:35 2015 +0200

    Call make directly to avoid (local) install target
---
 debian/clean | 2 --
 debian/rules | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 68a7c82..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/redeclipse_native
-bin/redeclipse_server_native
diff --git a/debian/rules b/debian/rules
index f2b5874..fb3ff00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_clean:
 	$(MAKE) -C src clean-client clean-server
 
 override_dh_auto_build:
-	dh_auto_build -- \
+	make -C src/ \
 		CPPFLAGS="$(CPPFLAGS)" \
 		CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
 		CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)" \
@@ -21,9 +21,9 @@ override_dh_strip:
 	dh_strip -predeclipse-server --dbg-package=redeclipse-server-dbg
 
 override_dh_auto_install:
-	dh_auto_install -- \
+	make -C src/ \
 		CXXFLAGS="$(CXXFLAGS)" \
-		ICON="" \
+		DESTDIR=../debian/tmp \
 		prefix=/usr games=/games gamesbin=/games \
 		system-install-client system-install-server \
 		system-install-common system-install-docs system-install-menus

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list