[minetest-v04x] 01/02: Remove dh_auto_build override. Use --parallel with main dh invocation.

Markus Koschany apo-guest at moszumanska.debian.org
Mon Jan 26 19:35:35 UTC 2015


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

apo-guest pushed a commit to branch master
in repository minetest-v04x.

commit 67514dd65ce89c6cf802df6688e1ddff2ae36291
Author: Markus Koschany <apo at gambaru.de>
Date:   Mon Jan 26 20:14:09 2015 +0100

    Remove dh_auto_build override. Use --parallel with main dh invocation.
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 601acf1..c87a29d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,9 +69,6 @@ override_dh_auto_configure:
 		-DCUSTOM_SHAREDIR=/usr/share/games/minetest \
 		-DCMAKE_INSTALL_PREFIX=/usr .
 
-override_dh_auto_build:
-	dh_auto_build --parallel
-
 override_dh_installchangelogs:
 	dh_installchangelogs debian/changelog.upstream
 
@@ -123,4 +120,4 @@ get-orig-source:
 	@echo "successfully created new tarball: ${wrkdir}/../minetest_${version}+repack.orig.tar.gz"
 
 %:
-	dh ${@} --with systemd
+	dh ${@} --parallel --with systemd

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



More information about the Pkg-games-commits mailing list