Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Set architecture to amd64 since the code is not really portable
· 71ad0509
Andreas Tille
authored
Dec 06, 2018
71ad0509
Upload to unstable
· be43d11c
Andreas Tille
authored
Dec 06, 2018
be43d11c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
be43d11c
spoa (1.1.3-4) unstable; urgency=medium
* Set architecture to amd64 since the code is not really portable
Closes: #913574
-- Andreas Tille <tille@debian.org> Thu, 06 Dec 2018 11:35:45 +0100
spoa (1.1.3-3) unstable; urgency=medium
* Do not build with -march
...
...
debian/control
View file @
be43d11c
...
...
@@ -16,7 +16,7 @@ Vcs-Git: https://salsa.debian.org/med-team/spoa.git
Homepage: https://github.com/rvaser/spoa
Package: spoa
Architecture: a
ny
Architecture: a
md64
Depends: ${shlibs:Depends},
${misc:Depends}
Description: SIMD partial order alignment tool
...
...
@@ -28,7 +28,7 @@ Description: SIMD partial order alignment tool
(overlap).
Package: libspoa1.1.3
Architecture: a
ny
Architecture: a
md64
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
...
...
@@ -43,7 +43,7 @@ Description: SIMD partial order alignment library
This package contains the shared library.
Package: libspoa-dev
Architecture: a
ny
Architecture: a
md64
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
...
...