Package: graph-tool / 2.97+ds-1
Metadata
Package | Version | Patches format |
---|---|---|
graph-tool | 2.97+ds-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
upstream fix lintian spelling_error silence.patch | (download) |
src/graph/inference/uncertain/latent_mask.hh |
2 1 + 1 - 0 ! |
source typo Correct a spelling error reported by lintian; meant to silence lintian and eventually to be submitted to the upstream maintainer. |
upstream workaround int128 arch 32bits.patch | (download) |
src/graph/random.hh |
4 4 + 0 - 0 ! |
upstream: workaround: __int128__ ill-fallback on 32bit arch Workaround for a compile time issue due to a ill-fallback by PCG of the __int128__ type as supported by GCC on 64bit arch (see src/pcg-cpp/include/pcg_uint128.hpp). However this patch is useless since the building fails at link time due to architecture limitations on 32bit arch. Meant to be submitted for the record to the upstream maintainer. |
upstream fix autotools update.patch | (download) |
configure.ac |
4 2 + 2 - 0 ! |
autotools: update Correct a bug in configure.ac that originated from autoconf-archive material. Meant to be submitted to the upstream maintainer. |
upstream sanitise autotools git_data discard.patch | (download) |
configure.ac |
4 0 + 4 - 0 ! |
sanitise autotools: discard git material Remove the git material present in `configure.ac' and the source. This material is counter productive: (i) sourceballs contain no `.git' repository (as it makes sense) so that autoreconf(1) can not be run; (ii) some distributions (as Debian) and some users may use their own repository to package or install the software, so the git data are in fact specific to the used git rather than an upstream ``stamp''. As alternative a simple machinery based on passing an environment variable is suggested. Meant to be submitted to the upstream maintainer. |
debianization documentation.patch | (download) |
doc/conf.py |
20 10 + 10 - 0 ! |
debianization -- documentation Meant to address Debian Policy requirements for documentation. This is a Debian centric patch. |
debianization documentation adhoc.patch | (download) |
Makefile.am |
14 14 + 0 - 0 ! |
debianization -- documentation -- ad hoc Take into account the material in `debian/adhoc'. This is a Debian centric patch and must be removed as soon as upstream provides a fully working doc machinery. |