~ubuntu-branches/ubuntu/precise/cctools/precise

« back to all changes in this revision

Viewing changes to debian/patches/run_tests_on_buildd

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-05-11 10:32:23 UTC
  • Revision ID: james.westby@ubuntu.com-20110511103223-08j06mkghtlaq9hg
Tags: 3.3.2-4
* More FTBFS fixes for kFreeBSD: The netstat API is different from Linux
  platforms. Upstream's tests for a Linux platform actually test for a GNU
  libc, hence "LINUX" is enforced as operating system configure setting to
  keep the patch minimal.
* Add a dependency on Python to coop-computing-tools. Some tools are
  implemented in Python. Found by lintian.
* Remove jquery library copy that is included by the latest doxygen.
  Replaced with symlink and package dependency on libjs-jquery.
* Add DEP-3 compliant headers to all patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Michael Hanke <mih@debian.org>
 
2
Subject: Allow tests to run as root
 
3
 
 
4
Packages get built by root, and chirp refused to start as root without
 
5
additional argueing.
 
6
 
1
7
--- a/chirp/test/TR_001_chirp_benchmark.sh
2
8
+++ b/chirp/test/TR_001_chirp_benchmark.sh
3
9
@@ -9,7 +9,11 @@