Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package libgit2 The package is failing to build on some buildd i386/amd64 hosts because of a failing test. It has been reported that the same error can be fixed by setting the TMPDIR to a directory withing the build directory. The bug this fixes is 761539. ± debdiff ../build-area/libgit2_0.21.1-1.dsc ../build-area/libgit2_0.21.1-2.dsc diff -Nru libgit2-0.21.1/debian/changelog libgit2-0.21.1/debian/changelog --- libgit2-0.21.1/debian/changelog 2014-09-03 13:13:06.000000000 +1000 +++ libgit2-0.21.1/debian/changelog 2015-01-04 13:37:53.000000000 +1100 @@ -1,3 +1,9 @@ +libgit2 (0.21.1-2) UNRELEASED; urgency=medium + + * Fix buildd errors. (Closes: #761539) + + -- Russell Sim <russell....@gmail.com> Sun, 04 Jan 2015 13:13:57 +1100 + libgit2 (0.21.1-1) unstable; urgency=medium * New upstream release 0.21.1. diff -Nru libgit2-0.21.1/debian/rules libgit2-0.21.1/debian/rules --- libgit2-0.21.1/debian/rules 2014-09-03 13:13:06.000000000 +1000 +++ libgit2-0.21.1/debian/rules 2015-01-04 13:37:53.000000000 +1100 @@ -36,6 +36,12 @@ dh_auto_install --builddirectory=build-debian-release dh_auto_install --builddirectory=build-debian-devel +override_dh_auto_test: + mkdir -p build-debian-release/tmp + TMPDIR=$(PWD)/build-debian-release/tmp dh_auto_test --builddirectory=build-debian-release + mkdir -p build-debian-devel/tmp + TMPDIR=$(PWD)/build-debian-devel/tmp dh_auto_test --builddirectory=build-debian-devel + override_dh_strip: dh_strip --dbg-package=libgit2-dbg unblock libgit2/0.21.1-1 -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org