summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2018-04-04 07:32:14 -0400
committerJames McCoy <jamessan@debian.org>2018-04-04 07:32:24 -0400
commit352229825d07ccf4c03874772e844160eb2fc407 (patch)
tree9ea50f3eeb93d3f74dfce15fdc3a421c86cdbffd /debian
parent954e9f110c0f894a29b23c11b701234d7ddd7c11 (diff)
Enable libsvn-java on ia64
ia64 graduated past Java 5 per src:java-common 0.63. 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 23e2090..12e98a5 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 !ia64],
+ default-jdk-headless (>= 2:1.6) [!hurd-i386 !hppa !sparc],
dh-apache2,
dh-python,
doxygen,
diff --git a/debian/rules b/debian/rules
index 86e1761..f9b5603 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 ia64
+DISABLE_JAVAHL_ARCHS = hurd-i386 hppa sparc
ifneq (,$(filter $(DEB_HOST_ARCH), $(DISABLE_JAVAHL_ARCHS)))
ENABLE_JAVAHL =
endif