diff -Nru checkbox-0.14.10~ppa0.12.10/debian/changelog checkbox-0.14.10~ppa1.12.10/debian/changelog --- checkbox-0.14.10~ppa0.12.10/debian/changelog 2012-10-12 15:59:01.000000000 +0000 +++ checkbox-0.14.10~ppa1.12.10/debian/changelog 2012-10-12 18:30:43.000000000 +0000 @@ -1,14 +1,14 @@ -checkbox (0.14.10~ppa0.12.10) quantal; urgency=low +checkbox (0.14.10~ppa1.12.10) quantal; urgency=low * Personal PPA. - -- Marc Tardif Fri, 12 Oct 2012 15:59:01 +0000 + -- Marc Tardif Fri, 12 Oct 2012 18:30:43 +0000 -checkbox (0.14.10~ppa0.12.04) precise; urgency=low +checkbox (0.14.10~ppa1.12.04) precise; urgency=low * Personal PPA. - -- Marc Tardif Fri, 12 Oct 2012 15:58:52 +0000 + -- Marc Tardif Fri, 12 Oct 2012 18:30:28 +0000 checkbox (0.14.10) quantal; urgency=low diff -Nru checkbox-0.14.10~ppa0.12.10/setup.py checkbox-0.14.10~ppa1.12.10/setup.py --- checkbox-0.14.10~ppa0.12.10/setup.py 2012-10-12 15:59:00.000000000 +0000 +++ checkbox-0.14.10~ppa1.12.10/setup.py 2012-10-12 18:30:42.000000000 +0000 @@ -107,13 +107,13 @@ self.sources = extract_sources_from_data_files(data_files) def run(self): - super(checkbox_build, self).run() - errno = subprocess.call( "(cd qt/frontend; qmake-qt4; make)", shell=True) if errno: raise SystemExit(errno) + super(checkbox_build, self).run() + cc = new_compiler() for source in self.sources: executable = os.path.splitext(source)[0]