diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-11-18 17:42:39 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-11-18 17:43:23 +0100 |
commit | 4bfad7f69a49cf7cf5abe9864ddfbe1a79bd54fb (patch) | |
tree | 191bc56b690811f60f7e6612d1339ebe0099870d /ubuntu/_base/tdebindings | |
parent | 096e163b680861784102352fb1883d967f114433 (diff) | |
download | tde-packaging-4bfad7f69a49cf7cf5abe9864ddfbe1a79bd54fb.tar.gz tde-packaging-4bfad7f69a49cf7cf5abe9864ddfbe1a79bd54fb.zip |
DEB tdebindings: Disable build with Java on mips.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4b7471734323c7cb5bdc129857c94041418c81b5)
Diffstat (limited to 'ubuntu/_base/tdebindings')
-rw-r--r-- | ubuntu/_base/tdebindings/debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/_base/tdebindings/debian/control b/ubuntu/_base/tdebindings/debian/control index a8db43a33..48179749d 100644 --- a/ubuntu/_base/tdebindings/debian/control +++ b/ubuntu/_base/tdebindings/debian/control @@ -1,7 +1,7 @@ Source: tdebindings-trinity Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7.0.50~), python-dev (>= 2.3.5-11), python-support (>= 0.5) | python-dev (>= 2.6.6-3~), quilt, gawk, - default-jdk [amd64 i386 armel armhf arm64 mips mipsel ia64 powerpc ppc64el s390 sparc], + default-jdk [amd64 i386 armel armhf arm64 mipsel ia64 powerpc ppc64el s390 sparc], tdelibs14-trinity-dev, libtqt3-compat-headers (>= 3:3.3.5), ruby, ruby-dev, flex, bison, automake, autoconf, libtool, libltdl-dev @@ -66,7 +66,7 @@ Description: DCOP bindings for Java [Trinity] This package is part of the official TDE bindings module. Package: libdcop3-jni-trinity -Architecture: amd64 i386 armel armhf arm64 mips mipsel ia64 powerpc ppc64el s390 sparc +Architecture: amd64 i386 armel armhf arm64 mipsel ia64 powerpc ppc64el s390 sparc Section: libs Replaces: libdcop3-jni-kde3 (<< 4:14.0.0~), libdcop3-jni-trinity (<< 4:14.0.0~) Breaks: libdcop3-jni-kde3 (<< 4:14.0.0~), libdcop3-jni-trinity (<< 4:14.0.0~) @@ -80,7 +80,7 @@ Description: DCOP bindings for Java ( Native libraries ) [Trinity] This package is part of the official TDE bindings module. Package: libdcop3-java-trinity-dev -Architecture: amd64 i386 armel armhf arm64 mips mipsel ia64 powerpc ppc64el s390 sparc +Architecture: amd64 i386 armel armhf arm64 mipsel ia64 powerpc ppc64el s390 sparc Section: libdevel Replaces: libdcop3-java-kde3-dev (<< 4:14.0.0~), libdcop3-java-trinity-dev (<< 4:14.0.0~) Breaks: libdcop3-java-kde3-dev (<< 4:14.0.0~), libdcop3-java-trinity-dev (<< 4:14.0.0~) @@ -111,7 +111,7 @@ Description: Java bindings for Qt [Trinity] This package is part of the official TDE bindings module. Package: libqt3-jni-trinity -Architecture: amd64 i386 armel armhf arm64 mips mipsel ia64 powerpc ppc64el s390 sparc +Architecture: amd64 i386 armel armhf arm64 mipsel ia64 powerpc ppc64el s390 sparc Section: libs Replaces: libqt3-jni-kde3 (<< 4:14.0.0~), libqt3-jni-trinity (<< 4:14.0.0~) Breaks: libqt3-jni-kde3 (<< 4:14.0.0~), libqt3-jni-trinity (<< 4:14.0.0~) @@ -140,7 +140,7 @@ Description: tdelibs bindings for Java [Trinity] This package is part of the official TDE bindings module. Package: libtrinity-jni-trinity -Architecture: amd64 i386 armel armhf arm64 mips mipsel ia64 powerpc ppc64el s390 sparc +Architecture: amd64 i386 armel armhf arm64 mipsel ia64 powerpc ppc64el s390 sparc Section: libs Replaces: libtrinity-jni-kde3 (<< 4:14.0.0~), libtrinity-jni-trinity (<< 4:14.0.0~) Breaks: libtrinity-jni-kde3 (<< 4:14.0.0~), libtrinity-jni-trinity (<< 4:14.0.0~) |