Package: rsem / 1.3.3+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
rsem | 1.3.3+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
hardening | (download) |
Makefile |
8 4 + 4 - 0 ! |
accept the hardening flags |
use_debian_packaged_samtools.patch | (download) |
Makefile |
22 9 + 13 - 0 ! |
use debian packaged samtools |
2to3.patch | (download) |
pRSEM/Gene.py |
4 2 + 2 - 0 ! |
use 2to3 to port to python3 Bug-Debian: https://bugs.debian.org/938415 |
stdgnu++11.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
port codebase to gnu++11. Since boost 1.83, it is necessary to build rsem with C++ 2011 standard. This patch bumps the -std=gnu++98 passed by upstream Makefil to -std=gnu++11. It should become unnecessary once upstream bumped to C++ 2011 or later, or when the package will not depend on boost anymore, in case this is in upstream's agenda; there is a merge request open upstream to bump to -std=gnu++17 in the meantime. |