Andreas Tille pushed to branch master at Debian Med / sambamba
Commits: e47f6ec0 by Andreas Tille at 2020-08-03T13:40:40+02:00 routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - cfc884c5 by Andreas Tille at 2020-08-03T13:40:40+02:00 routine-update: Remove trailing whitespace in debian/changelog - - - - - b6d6408e by Andreas Tille at 2020-08-03T13:40:40+02:00 routine-update: Add salsa-ci file - - - - - ea75b6e6 by Andreas Tille at 2020-08-03T13:40:43+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html - - - - - 5 changed files: - debian/changelog - debian/control - debian/rules - + debian/salsa-ci.yml - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,16 @@ +sambamba (0.7.1-5) UNRELEASED; urgency=medium + + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine- + update) + * Remove trailing whitespace in debian/changelog (routine-update) + * Add salsa-ci file (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit. + + -- Andreas Tille <[email protected]> Mon, 03 Aug 2020 13:40:40 +0200 + sambamba (0.7.1-4) unstable; urgency=medium - * d/control: + * d/control: - versioned dependency on htslib-dev to request non-stripped libhts.a - Standards-Version: 4.5.0 - debhelper-compat 13 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-dlang, - libbiod-dev (>= 0.2.3), + libbiod-dev, libhts-dev (>= 1.10.2-4), meson (>= 0.48), pkg-config, ===================================== debian/rules ===================================== @@ -19,4 +19,6 @@ override_dh_auto_clean: rm -f test.log override_dh_auto_test: - # tests seem broken +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + echo "FIXME: Build time tests needs fixing" +endif ===================================== 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 ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,5 @@ +Bug-Database: https://github.com/lomereiter/sambamba/issues +Bug-Submit: https://github.com/lomereiter/sambamba/issues/new Reference: Author: > Artem Tarasov and Albert J. Vilella and Edwin Cuppen and Isaac View it on GitLab: https://salsa.debian.org/med-team/sambamba/-/compare/6f49f96f109b566d192f91b0b81d683dae553135...ea75b6e690dd811c0335a7f9881cce91abeda1d2 -- View it on GitLab: https://salsa.debian.org/med-team/sambamba/-/compare/6f49f96f109b566d192f91b0b81d683dae553135...ea75b6e690dd811c0335a7f9881cce91abeda1d2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
