summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 688923a)
raw | patch | inline | side by side (parent: 688923a)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 2 May 2007 18:00:57 +0000 (20:00 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 2 May 2007 18:00:57 +0000 (20:00 +0200) |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/control b/debian/control
index bd737a3b7477c5639e965a33ac0ca060151021bb..3f7773ec56b3ed2bba7ee059724827410bb3b9a1 100644 (file)
--- a/debian/control
+++ b/debian/control
Section: utils
Priority: optional
Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap-dev, iptables-dev [!amd64 !ia64 !ppc64], nut-dev [!amd64 !ia64 !ppc64], libperl-dev
+Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap-dev, iptables-dev [!alpha !amd64 !ia64 !ppc64], nut-dev [!alpha !amd64 !ia64 !ppc64], libperl-dev
Build-Conflicts: libpthread-dev
Standards-Version: 3.7.2
diff --git a/debian/rules b/debian/rules
index c5f1ca9e46688a9a00ee80f9d7f1538022a8cab3..7cf5ebafdedb90e9dba8f9117a76e3084c3af03e 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# The static libraries iptc and upsclient cannot be used on 64bit systems
# (see bugs #358637 and #419684 for more details).
-ifneq (,$(findstring $(DEB_BUILD_ARCH),amd64 ia64 ppc64))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 ia64 ppc64))
confflags += --disable-iptables --disable-nut
endif