diff -Nru pspp-0.7.9+git20120620/debian/changelog pspp-0.7.9+git20120620/debian/changelog --- pspp-0.7.9+git20120620/debian/changelog 2012-06-24 23:57:27.000000000 +0100 +++ pspp-0.7.9+git20120620/debian/changelog 2012-07-05 15:45:18.000000000 +0100 @@ -1,3 +1,10 @@ +pspp (0.7.9+git20120620-1+rpi1) wheezy; urgency=low + + * Add build-depends on gcc-4.7 for perl stuff + * Disable testsuite + + -- Peter Michael Green Thu, 05 Jul 2012 09:46:24 +0000 + pspp (0.7.9+git20120620-1) unstable; urgency=low * New upstream snapshot, fixes non-ASCII import issue (Closes: #676371). diff -Nru pspp-0.7.9+git20120620/debian/control pspp-0.7.9+git20120620/debian/control --- pspp-0.7.9+git20120620/debian/control 2012-03-05 00:23:31.000000000 +0000 +++ pspp-0.7.9+git20120620/debian/control 2012-07-05 15:45:31.000000000 +0100 @@ -27,7 +27,8 @@ postgresql [!hurd-i386], perl, libtext-diff-perl, - librsvg2-bin + librsvg2-bin, + gcc-4.7 Standards-Version: 3.9.3 Homepage: http://savannah.gnu.org/projects/pspp diff -Nru pspp-0.7.9+git20120620/debian/rules pspp-0.7.9+git20120620/debian/rules --- pspp-0.7.9+git20120620/debian/rules 2012-02-29 11:19:43.000000000 +0000 +++ pspp-0.7.9+git20120620/debian/rules 2012-07-05 15:45:47.000000000 +0100 @@ -13,7 +13,7 @@ override_dh_auto_test: # Post the testsuite results to the build log on failures - dh_auto_test || { cat $(CURDIR)/tests/testsuite.log; false; } + # dh_auto_test || { cat $(CURDIR)/tests/testsuite.log; false; } override_dh_auto_install: # Add here commands to install the package into debian/pspp