summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2018-03-02 19:31:10 -0500
committerJames McCoy <jamessan@debian.org>2018-03-02 19:31:10 -0500
commit20184db15924450ad16aa3da916828137eecada2 (patch)
tree07c3be7eae830e3f7dbb0687b6a54c48a9296cfb /debian
parent4526e7e2b46a2aebb028ea314b770990e67b3a40 (diff)
Disable libsvn-java on ia64
Signed-off-by: James McCoy <jamessan@debian.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 12e98a5..23e2090 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: apache2-dev (>= 2.4.16),
bash-completion,
chrpath,
debhelper (>= 11),
- default-jdk-headless (>= 2:1.6) [!hurd-i386 !hppa !sparc],
+ default-jdk-headless (>= 2:1.6) [!hurd-i386 !hppa !sparc !ia64],
dh-apache2,
dh-python,
doxygen,
diff --git a/debian/rules b/debian/rules
index f9b5603..86e1761 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ include /usr/share/dpkg/default.mk
# with DISABLE_JAVAHL_ARCHS.
ENABLE_JAVAHL = yes
-DISABLE_JAVAHL_ARCHS = hurd-i386 hppa sparc
+DISABLE_JAVAHL_ARCHS = hurd-i386 hppa sparc ia64
ifneq (,$(filter $(DEB_HOST_ARCH), $(DISABLE_JAVAHL_ARCHS)))
ENABLE_JAVAHL =
endif