Skip to content
Commits on Source (4)
bedtools (2.27.1+dfsg-4) UNRELEASED; urgency=medium
* Disable the shuffle test on other 32-bit architectures.
* Restrict build to little-endian release architectures. Closes: #890117
* QA-build with Salsa.
-- Charles Plessy <plessy@debian.org> Wed, 13 Feb 2019 22:14:54 +0900
bedtools (2.27.1+dfsg-3) unstable; urgency=medium
* Team upload.
......
......@@ -14,7 +14,7 @@ Vcs-Git: https://salsa.debian.org/med-team/bedtools.git
Homepage: https://github.com/arq5x/bedtools2
Package: bedtools
Architecture: any
Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: filo
......
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
variables:
RELEASE: 'unstable'
......@@ -40,11 +40,11 @@ override_dh_fixperms-arch:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386))
ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386 armel armhf mipsel))
mv test/shuffle debian/
endif
dh_auto_test
ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386))
ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386 armel armhf mipsel))
mv debian/shuffle test/
endif
endif