Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Specify architectures that can build this package
· a2a81de6
Shayan Doust
authored
Nov 11, 2019
a2a81de6
Append to changelog
· 5f4974cf
Shayan Doust
authored
Nov 11, 2019
5f4974cf
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5f4974cf
...
...
@@ -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
...
...
debian/control
View file @
5f4974cf
...
...
@@ -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
...
...