Package: libgit-raw-perl / 0.87+ds-1

Metadata

Package Version Patches format
libgit-raw-perl 0.87+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove convenience libs | (download)

Makefile.PL | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 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.
remove m32 | (download)

Makefile.PL | 5 4 + 1 - 0 !
inc/MakeMaker.pm | 5 4 + 1 - 0 !
2 files changed, 8 insertions(+), 2 deletions(-)

 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.
libgit2 version tests | (download)

t/02-commit.t | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 fix failing test
 Patch out the expected libgit2 version from the test,