diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2011-12-09 01:39:21 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2011-12-09 01:39:21 +0000 |
commit | 4d012a53ea9440062faf6b2059a2a67b7102dd75 (patch) | |
tree | 5f15ecb77c382a196d6028585bbd893ba9e11613 /debian/rules | |
parent | 7bc8fe632f29a875659f223ad1e9aa035c56f46c (diff) |
some fixes to the debian packaging contributed by Alex M
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index b760bee..c97fc7c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 %: - dh $@ + dh $@ + +override_dh_auto_test: ; |