diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index a75e265..43896d7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,3 @@ #!/usr/bin/make -f %: - dh $@ - -# Replace the recipe above with this when the cowbuilder image is upgraded. -#dh $@ --buildsystem=none -# Also, remove the overrides below. - -override_dh_auto_build: - -override_dh_auto_test: + dh $@ --buildsystem=none |