[Pkg-wmaker-commits] [wmhdplop] 30/40: debian/rules: Remove non-linux conditionals.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 17 11:10:13 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmhdplop.

commit 2a590cd41e0051401a507a270486135d62b26f76
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Oct 14 10:26:30 2014 -0500

    debian/rules: Remove non-linux conditionals.
---
 debian/rules | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index 44bfcbd..8aa1145 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,20 +1,11 @@
 #!/usr/bin/make -f
 
-DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
-
 %:
 	dh $@ --with autoreconf
 
-ifneq ($(DEB_HOST_ARCH_OS), linux)
-override_dh_auto_configure:
-	dh_auto_configure -- --disable-gkrellm
-endif
-
 override_dh_auto_build:
 	dh_auto_build -- CPPFLAGS="$(CPPFLAGS) $(CFLAGS)"
 
 override_dh_auto_install:
 	dh_auto_install -- DESTDIR=$(CURDIR)/debian/wmhdplop
-ifeq ($(DEB_HOST_ARCH_OS), linux)
 	cp gkhdplop.so $(CURDIR)/debian/gkrellm-hdplop/usr/lib/gkrellm2/plugins
-endif

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



More information about the Pkg-wmaker-commits mailing list