diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-06-19 20:05:47 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-06-19 20:05:47 +0200 |
commit | b92553d89b894cc12054904ea45f02a0238b66f3 (patch) | |
tree | bd78212ae64d51f93d8abef5cb4b84e89043044b | |
parent | 0db1b681229aa22275ee1a552b073b58e78c9d8c (diff) |
Update debian/rules clean to build twice successfully.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index a8a3a80..e2a6d3c 100755 --- a/debian/rules +++ b/debian/rules @@ -43,5 +43,5 @@ override_dh_strip: override_dh_auto_clean: dh_auto_clean rm -rf contrib/gnunet_janitor.py contrib/gnunet_pyexpect.py libltdl/ \ - src/integration-tests/gnunet_pyexpect.py + src/integration-tests/*.py |