diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ab324be4..af1fa650 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ leap-client (0.3.0) unstable; urgency=low * Remove versioned dependency on python-requests * Rename manpage for bitmask rename * Remove no longer existing NEWS file installation + * Disable running of tests on package build -- Micah Anderson <micah@debian.org> Thu, 15 Aug 2013 20:22:18 -0400 diff --git a/debian/rules b/debian/rules index a11f6632..dadb0eed 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ # # Uncomment this to turn on verbose mode. #DH_VERBOSE=1 +DEB_BUILD_OPTIONS=nocheck PYTHON2=$(shell pyversions -vr) |