diff options
author | Julian Andres Klode <jak@debian.org> | 2017-04-23 22:26:21 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-04-24 18:44:34 +0200 |
commit | 5a97eaeb839470a7d08a8e21a5529e6b4a2a7e25 (patch) | |
tree | b3c72c6b0ec01c40e14860a5bd6ddfc886c6dc65 | |
parent | b4f32b13055287d2ac46a08255db475af195b5f7 (diff) |
debian/rules: Actually invoke dh_clean in override_dh_clean
Regression from commit f5e9be1da89725f9bf1915bdf86fdc4a77edf917
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d6921eafc..5f990c72e 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,7 @@ export CTEST_OUTPUT_ON_FAILURE=1 override_dh_clean: cp COPYING debian/copyright + dh_clean override_dh_install-indep: dh_install --list-missing |