[adonthell-data] 41/60: Fix dh_auto_install target. Remove override for dh_auto_build

Markus Koschany apo at moszumanska.debian.org
Tue Jul 12 23:23:24 UTC 2016


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

apo pushed a commit to branch master
in repository adonthell-data.

commit 3fbcf22a46e3ba9250db10c11ef97909b7a56f3e
Author: Markus Koschany <apo at debian.org>
Date:   Tue Jul 12 20:30:01 2016 +0200

    Fix dh_auto_install target. Remove override for dh_auto_build
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index db19e20..c654dc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,14 +13,9 @@ override_dh_auto_configure:
 		--bindir=\$${prefix}/games \
 		--disable-pyc
 
-override_dh_auto_build:
-	dh_auto_build -- \
-		DESTDIR="$(CURDIR)/debian/adonthell-data"
-#	$(MAKE) wastesedge.desktop
-
 override_dh_auto_install:
 	dh_auto_install -- \
-		DESTDIR="$(CURDIR)/debian/adonthell-data" \
+		DESTDIR="$(CURDIR)/debian/adonthell-data"
 	mkdir -p $(CURDIR)/debian/adonthell-data/usr/share/applications
 	install -m 644 debian/adonthell.desktop $(CURDIR)/debian/adonthell-data/usr/share/applications/adonthell-data.desktop
 	# Remove empty directories

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



More information about the Pkg-games-commits mailing list