[med-svn] [Git][med-team/nim-hts][master] 3 commits: routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
Andreas Tille
gitlab at salsa.debian.org
Mon Nov 2 08:11:45 GMT 2020
Andreas Tille pushed to branch master at Debian Med / nim-hts
Commits:
d23b2bcd by Andreas Tille at 2020-11-02T09:09:35+01:00
routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
08abbe56 by Andreas Tille at 2020-11-02T09:09:35+01:00
routine-update: Add salsa-ci file
- - - - -
4362b6bf by Andreas Tille at 2020-11-02T09:11:27+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- + debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+nim-hts (0.3.12+ds-2) unstable; urgency=medium
+
+ * Team upload.
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
+ update)
+ * Add salsa-ci file (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Mon, 02 Nov 2020 09:09:37 +0100
+
nim-hts (0.3.12+ds-1) unstable; urgency=medium
* Initial release (Closes: #973510)
=====================================
debian/rules
=====================================
@@ -6,6 +6,7 @@ DEB_BUILD_OPTIONS += nodoc
dh $@
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Regenerate repacked files
cat tests/sa.sam | samtools view -Sb - > tests/sa.bam
samtools index tests/sa.bam tests/sa.bam.bai
@@ -15,6 +16,7 @@ override_dh_auto_test:
bcftools index tests/test.bcf
nim c --nimcache:$(CURDIR)/tests/nimcache tests/all.nim
tests/all
+endif
override_dh_auto_clean:
dh_auto_clean
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+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
View it on GitLab: https://salsa.debian.org/med-team/nim-hts/-/compare/b9ee8befbc0278d90f318e5fc80925e1e1816995...4362b6bf11eaae73cc1174abad46b412dd925089
--
View it on GitLab: https://salsa.debian.org/med-team/nim-hts/-/compare/b9ee8befbc0278d90f318e5fc80925e1e1816995...4362b6bf11eaae73cc1174abad46b412dd925089
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/20201102/9a05a6ab/attachment-0001.html>
More information about the debian-med-commit
mailing list