Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
disable assert on i386, to be removed once the new release is out
· 70a64c85
Gianfranco Costamagna
authored
Apr 18, 2018
70a64c85
Update changelog file
· 2109b2c6
Gianfranco Costamagna
authored
Apr 18, 2018
2109b2c6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2109b2c6
sambamba (0.6.7-2) unstable; urgency=medium
* Team upload.
* Disable assert on i386, this is a new assert, but the current
package is already broken on i386.
Upstream is working on a proper fix, in the meantime we can let
the package migrate without removing i386 or making things worse
for this architecture. Closes: #893664
See: https://github.com/biod/sambamba/issues/344 (and issue 300)
[ Steffen Möller ]
* Update upstream metadata file
[ Matthias Klumpp ]
* Fail on missing files
* Do not force disable of neon on armhf in rules file, already
handled by dh-dlang
[ Andreas Tille ]
* Fix typo in metadata file
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 18 Apr 2018 12:10:12 +0200
sambamba (0.6.7-1) unstable; urgency=medium
[ Steffen Moeller ]
...
...
debian/patches/disable-assert.patch
0 → 100644
View file @
2109b2c6
Description: Disable assert started failing on 0583f4940a81166d856b5537a920d12113c86530
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Bug-Debian: https://bugs.debian.org/893664
Last-Update: 2018-03-21
--- sambamba-0.6.7.orig/sambamba/markdup.d
+++ sambamba-0.6.7/sambamba/markdup.d
@@ -606,7 +606,7 @@
struct PairedEndsInfo {
}
}
-static assert(PairedEndsInfo.sizeof == 40);
+// static assert(PairedEndsInfo.sizeof == 40);
bool singleEndInfoComparator(S1, S2)(auto ref S1 s1, auto ref S2 s2) {
if (s1.library_id < s2.library_id) return true;
debian/patches/series
View file @
2109b2c6
01_add_meson.patch
disable-assert.patch