diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-18 06:58:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-18 06:58:51 +0000 |
commit | 9016fc3c7ca5ba922f039c1b67fcf70f7384155a (patch) | |
tree | d37fe0f7713de231b54726176944f66e7ca09630 /buildtools/debian-package-skeleton.py | |
parent | 5d31c2426db16c0746699979c6cf632c17b0805d (diff) |
debuild et al are picky about format of email addresses.
For some reason debuild now cares about "make test" failing (which it
always has on package builds, because of MySQL setup requirements, but
debuild used to ignore that), so tweak rules to skip the test suite.
svn path=/branches/tk377/; revision=5040
Diffstat (limited to 'buildtools/debian-package-skeleton.py')
-rw-r--r-- | buildtools/debian-package-skeleton.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/debian-package-skeleton.py b/buildtools/debian-package-skeleton.py index 19c64b8a..6eff5946 100644 --- a/buildtools/debian-package-skeleton.py +++ b/buildtools/debian-package-skeleton.py @@ -519,6 +519,9 @@ export DH_VERBOSE=1 override_dh_auto_configure: dh_auto_configure -- --disable-target-installation + +override_dh_auto_test: + @true ''') os.makedirs('debian/source') |