[Pkg-cli-apps-commits] [tangerine] 01/02: Ignore tangglue moduleref if not linux

Chow Loong Jin hyperair at debian.org
Sun Dec 29 14:26:44 UTC 2013


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

hyperair pushed a commit to branch master
in repository tangerine.

commit 3656279c6028672f5972c960db2fcb39e7d98a25
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Dec 29 21:46:31 2013 +0800

    Ignore tangglue moduleref if not linux
    
    This fixes build failures on when inotify is not present (non-Linux
    architectures)
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 16bd873..f9c9033 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,11 @@ override_dh_clistrip:
 # disable dh_makeshlibs (problems with /usr/lib/tangerine/*.so*)
 override_dh_makeshlibs:
 
+ifneq ($(shell dpkg-architecture -ilinux-any && echo linux),linux)
+override_dh_clideps:
+	dh_clideps -itangglue
+endif
+
 # delete sample.conf (handled by dh_installexamples)
 override_dh_auto_install:
 	dh_auto_install -- DESTDIR="$(CURDIR)/debian/tangerine"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/tangerine.git



More information about the Pkg-cli-apps-commits mailing list