diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-08 21:56:41 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-08 21:56:41 +0100 |
commit | c02637f2623dd96290ef471a65a8d0c3e5effb99 (patch) | |
tree | b4d5462c3c63aa9efc39331ca299010321917041 /debian/rules | |
parent | a808ddd82a0a866f00a087e66f8cffae68ce124a (diff) |
Migrate to debhelper 10
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1649d46..a9f32a7 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export verbose=1 %: - dh $@ --with autotools-dev --parallel + dh $@ override_dh_clean: rm -f $(CURDIR)/libcult/build/system/configuration-dynamic.make |