diff -u git-1.7.10.4/debian/changelog git-1.7.10.4/debian/changelog --- git-1.7.10.4/debian/changelog +++ git-1.7.10.4/debian/changelog @@ -1,3 +1,9 @@ +git (1:1.7.10.4-1+rpi11) wheezy-staging; urgency=low + + * Disable testsuite + + -- root Wed, 08 Aug 2012 20:46:08 +0000 + git (1:1.7.10.4-1) unstable; urgency=low * new upstream point release (thx Jonathan Nieder). diff -u git-1.7.10.4/debian/rules git-1.7.10.4/debian/rules --- git-1.7.10.4/debian/rules +++ git-1.7.10.4/debian/rules @@ -24,9 +24,9 @@ ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) STRIP =: strip endif -ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) +#ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) TEST = -endif +#endif TMP =$(shell pwd)/tmp GIT =$(shell pwd)/debian/git