[med-svn] [Git][med-team/bedtools][master] 4 commits: QA-build with Salsa.

Charles Plessy gitlab at salsa.debian.org
Wed Feb 13 13:22:43 GMT 2019


Charles Plessy pushed to branch master at Debian Med / bedtools


Commits:
22403e2c by Charles Plessy at 2019-02-13T12:56:41Z
QA-build with Salsa.

- - - - -
72faeba5 by Charles Plessy at 2019-02-13T13:13:43Z
Disable the shuffle test on other 32-bit architectures.

- - - - -
25d45b7a by Charles Plessy at 2019-02-13T13:15:46Z
Restrict build to little-endian release architectures.

Closes: #890117

- - - - -
a65041e2 by Charles Plessy at 2019-02-13T13:17:31Z
Provisional changelog.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/gitlab-ci.yml
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+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 at debian.org>  Wed, 13 Feb 2019 22:14:54 +0900
+
 bedtools (2.27.1+dfsg-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -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


=====================================
debian/gitlab-ci.yml
=====================================
@@ -0,0 +1,6 @@
+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'


=====================================
debian/rules
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/med-team/bedtools/compare/0b484628f8280219628cb313a41eee638f41ea79...a65041e21cbef6ef47ac9f0cc359885b98bbbe5e

-- 
View it on GitLab: https://salsa.debian.org/med-team/bedtools/compare/0b484628f8280219628cb313a41eee638f41ea79...a65041e21cbef6ef47ac9f0cc359885b98bbbe5e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190213/1299ffa1/attachment-0001.html>


More information about the debian-med-commit mailing list