diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-12-07 10:08:03 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-12-07 10:51:36 +0100 |
commit | d7db6e2ae93697517209e82e67bdedefdaa9f84c (patch) | |
tree | 5b94ccf9ae1c23b1f0b7f271dd00032252c96e4c | |
parent | 18dee1c666932f315e6d48388d1118c7a54b5fa5 (diff) |
Avoid using nikola when running dh_auto_clean
When running sbuild, dh_auto_clean is executed on the host; where nikola
is very unlikely be present.
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2d33f6a..4eb4a01 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,5 @@ %: dh $@ + +override_dh_auto_clean: |