summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2020-08-11 23:51:39 +0100
committerThomas Preud'homme <robotux@celest.fr>2020-08-12 00:31:58 +0100
commit7f8400cc6d186994fd35175c43e98d0aec367180 (patch)
treeff000f4db0bde9bd5194eab069a864a0dd476677 /debian/rules
parentae1eccf34b9e69db214a6c3ff6f47eea0ab9eb96 (diff)
Make use of execute_after and execute_before targets.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index d30315b..22113f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,14 +22,14 @@ override_dh_auto_configure:
target.path=/usr/bin "INSTALLS+=target" \
ultracopier.pro
-clean:
+execute_before_clean:
rm -f build
- dh clean --buildsystem=qmake
+
+execute_after_clean:
find -name \*.qm -delete
rm -f debian/detect_arch
-build:
- dh build --buildsystem=qmake
+execute_after_build:
touch build
%: