diff -Nru xdotool-2.20100701.2961/debian/changelog xdotool-2.20100701.2961/debian/changelog --- xdotool-2.20100701.2961/debian/changelog 2010-09-23 22:51:51.000000000 +0100 +++ xdotool-2.20100701.2961/debian/changelog 2012-10-03 12:44:22.000000000 +0100 @@ -1,3 +1,10 @@ +xdotool (1:2.20100701.2961-3+rpi1) wheezy-staging; urgency=low + + * Force build with ruby 1.8 + * Disable testsuite + + -- Peter Michael Green Wed, 03 Oct 2012 11:28:44 +0000 + xdotool (1:2.20100701.2961-3) unstable; urgency=low * remove build-dependency on lsof by using upstream's new diff -Nru xdotool-2.20100701.2961/debian/control xdotool-2.20100701.2961/debian/control --- xdotool-2.20100701.2961/debian/control 2010-09-23 22:52:01.000000000 +0100 +++ xdotool-2.20100701.2961/debian/control 2012-10-03 12:28:14.000000000 +0100 @@ -16,8 +16,9 @@ openbox, xfonts-base, procps, - ruby, + ruby1.8, doxygen +Build-conflicts: ruby1.9.1 Standards-Version: 3.9.1 Homepage: http://www.semicomplete.com/blog/projects/xdotool/ Vcs-Git: git://lair.fifthhorseman.net/~dkg/xdotool diff -Nru xdotool-2.20100701.2961/debian/rules xdotool-2.20100701.2961/debian/rules --- xdotool-2.20100701.2961/debian/rules 2010-09-23 20:07:30.000000000 +0100 +++ xdotool-2.20100701.2961/debian/rules 2012-10-03 12:45:44.000000000 +0100 @@ -18,3 +18,6 @@ override_dh_compress: dh_compress -X.js + +override_dh_auto_test: + echo testsuite disabled