Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Stop building on any-i386
· e82fe902
Andreas Tille
authored
Apr 24, 2019
e82fe902
Upload to unstable
· e09b0892
Andreas Tille
authored
Apr 24, 2019
e09b0892
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e09b0892
htslib (1.9-11)
UNRELEASED
; urgency=medium
htslib (1.9-11)
unstable
; urgency=medium
* Install README at request of upstream
* Stop building on any-i386
Closes: #927353
-- Andreas Tille <tille@debian.org>
Thu, 21 Feb 2019 16:05:20
+0
1
00
-- Andreas Tille <tille@debian.org>
Wed, 24 Apr 2019 08:51:48
+0
2
00
htslib (1.9-10) unstable; urgency=medium
...
...
debian/control
View file @
e09b0892
...
...
@@ -19,7 +19,7 @@ Vcs-Git: https://salsa.debian.org/med-team/htslib.git
Homepage: https://github.com/samtools/htslib
Package: libhts2
Architecture: any
Architecture: any
-amd64 arm64 armel armhf mips mips64el mipsel ppc64el s390x alpha hppa ia64 m68k powerpc powerpcspe ppc64 riscv64 sh4 sparc64 x32
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
...
...
@@ -39,7 +39,7 @@ Description: C library for high-throughput sequencing data formats
new index and then for the old if the new index is absent.
Package: libhts-dev
Architecture: any
Architecture: any
-amd64 arm64 armel armhf mips mips64el mipsel ppc64el s390x alpha hppa ia64 m68k powerpc powerpcspe ppc64 riscv64 sh4 sparc64 x32
Multi-Arch: same
Section: libdevel
Depends: libhts2 (= ${binary:Version}),
...
...
@@ -99,7 +99,7 @@ Description: Test data for HTSlib
This package contains test files and scripts for the HTSlib.
Package: tabix
Architecture: any
Architecture: any
-amd64 arm64 armel armhf mips mips64el mipsel ppc64el s390x alpha hppa ia64 m68k powerpc powerpcspe ppc64 riscv64 sh4 sparc64 x32
Depends: ${misc:Depends},
${shlibs:Depends}
Description: generic indexer for TAB-delimited genome position files
...
...