Package: libgit-raw-perl / 0.90+ds-1
Metadata
Package | Version | Patches format |
---|---|---|
libgit-raw-perl | 0.90+ds-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove convenience libs | (download) |
Makefile.PL |
3 2 + 1 - 0 ! |
this patch makes the upstream source use the locally delivered libraries instead of the convenience copies of compatible libs included in the upstream tarball. Since libgit has not declared a stable interface, upstream didn't bother to make the code fall back to the system versions of the libs and rejected the respective issue. Bug: https://github.com/jacquesg/p5-Git-Raw/issues/195 |
remove m32 | (download) |
Makefile.PL |
5 4 + 1 - 0 ! |
this patch removes the -m32 options that the build process adds to 64 bit non-arm builds. This option is not present in most of Debian's 32 bit arches and makes the build fail there, and it is not needed on Debian's 64 bit arches. Bug: https://github.com/jacquesg/p5-Git-Raw/issues/199 |
libgit2 version tests | (download) |
t/02-commit.t |
9 6 + 3 - 0 ! |
fix failing test Patch out the expected libgit2 version from the test, |
1