diff options
author | Mark Wells <mark@freeside.biz> | 2016-12-21 15:09:31 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-12-21 15:09:31 -0800 |
commit | c9f46ecbe418226cdc9649598120611e1d729c72 (patch) | |
tree | d250e84c93399b81bb8a09f0612d3114a37ad18d /debian/rules | |
parent | eb9a65c5268111c149c787246d0dc7dc89b121ea (diff) |
0.06, add with_recurringInd flag
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2d33f6a..88ecce1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +override_dh_auto_test: + %: dh $@ |