[med-svn] [Git][med-team/sambamba][master] Rounded everything up for cowbuilder
Steffen Möller
gitlab at salsa.debian.org
Sun Jul 5 01:07:48 BST 2020
Steffen Möller pushed to branch master at Debian Med / sambamba
Commits:
6f49f96f by Steffen Moeller at 2020-07-05T02:07:56+02:00
Rounded everything up for cowbuilder
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+sambamba (0.7.1-4) unstable; urgency=medium
+
+ * d/control:
+ - versioned dependency on htslib-dev to request non-stripped libhts.a
+ - Standards-Version: 4.5.0
+ - debhelper-compat 13
+ - Rules-Requires-Root: no
+ - Completed dependencies for cowbuilder
+ * d/rules: better clean
+
+ -- Steffen Moeller <moeller at debian.org> Sun, 05 Jul 2020 01:53:01 +0200
+
sambamba (0.7.1-3) unstable; urgency=medium
* Fixed build failure (Closes: # 948919)
=====================================
debian/control
=====================================
@@ -3,20 +3,27 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-dlang,
libbiod-dev (>= 0.2.3),
- libhts-dev,
- liblz4-dev,
+ libhts-dev (>= 1.10.2-4),
meson (>= 0.48),
pkg-config,
- python,
- shunit2,
- zlib1g-dev
-Standards-Version: 4.4.1
+ python3,
+ shunit2 <!nocheck>,
+ zlib1g-dev,
+# used by libhts and explicitly referenced in build instruction
+ liblz4-dev,
+ libcurl-dev,
+ libssl-dev,
+ libbz2-dev,
+ libdeflate-dev,
+ liblzma-dev
+Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/sambamba
Vcs-Git: https://salsa.debian.org/med-team/sambamba.git
Homepage: https://github.com/lomereiter/sambamba
+Rules-Requires-Root: no
Package: sambamba
Architecture: any
=====================================
debian/rules
=====================================
@@ -16,6 +16,7 @@ override_dh_missing:
override_dh_auto_clean:
dh_auto_clean
rm -rf $(CURDIR)/output/
+ rm -f test.log
override_dh_auto_test:
# tests seem broken
View it on GitLab: https://salsa.debian.org/med-team/sambamba/-/commit/6f49f96f109b566d192f91b0b81d683dae553135
--
View it on GitLab: https://salsa.debian.org/med-team/sambamba/-/commit/6f49f96f109b566d192f91b0b81d683dae553135
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/20200705/44bcee7e/attachment-0001.html>
More information about the debian-med-commit
mailing list