summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-10-29 13:38:03 +0100
committerGard Spreemann <gspr@nonempty.org>2019-10-29 13:38:03 +0100
commit009d8b986d8e568e6f1146ca08db11279dbfb20c (patch)
tree8528c1a61da8f9959813c76a8da0e7fe1127b1cd
parent3837b13163a2ac0b7f16b1fdb8a8ddbb4239927f (diff)
Explicit architecture list as we are dropping mipsel support.
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 604cf18e..1b15ffe3 100644
--- a/debian/control
+++ b/debian/control
@@ -98,7 +98,7 @@ Description: Documentation for the GUDHI library
Package: python3-gudhi
Section: python
-Architecture: any
+Architecture: amd64 arm64 i386 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 x32
Depends: python3-matplotlib,
python3-tk,
${misc:Depends},
@@ -118,7 +118,7 @@ Description: Python 3 interface to the GUDHI library
Package: gudhui
Section: math
-Architecture: any
+Architecture: amd64 arm64 i386 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 x32
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GUI for some of the functionality of the GUDHI library
The GUDHI library is a generic open source C++ library for
@@ -135,7 +135,7 @@ Description: GUI for some of the functionality of the GUDHI library
Package: gudhi-utils
Section: math
-Architecture: any
+Architecture: amd64 arm64 i386 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 x32
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Utilities from the GUDHI library
The GUDHI library is a generic open source C++ library for