Skip to content
Commits on Source (2)
......@@ -5,6 +5,7 @@ simka (1.5.1-2) UNRELEASED; urgency=medium
* Update metadata with ref to conda
[ Shayan Doust ]
* Specify architectures that can build this package
* More verbose output and slight change to simkamin.install
-- Shayan Doust <hello@shayandoust.me> Mon, 11 Nov 2019 22:38:21 +0000
......
......@@ -18,7 +18,16 @@ Vcs-Git: https://salsa.debian.org/med-team/simka.git
Homepage: https://github.com/GATB/simka
Package: simka
Architecture: any
Architecture: amd64
arm64
i386
ppc64el
s390x
hppa
ia64
ppc6i4
riscv64
sparc64
Depends: ${shlibs:Depends},
${misc:Depends},
libgatbcore2
......