From e5225028af02f1ba42d733851fad51c2ee453d99 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 8 Dec 2022 23:58:42 +0100 Subject: [PATCH] touch the target to simplify multiple runs --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 184de30a..2b389879 100755 --- a/debian/rules +++ b/debian/rules @@ -902,6 +902,7 @@ endif cd openmp/runtime && doxygen doc/doxygen/config; cd -; \ cd openmp/runtime/doc/doxygen/generated/html/ && rm jquery.js && ln -s /usr/share/javascript/jquery/jquery.js; \ fi + touch $@ override_dh_auto_install: # Clean up temporary files to make sure the install works @@ -1082,6 +1083,7 @@ endif # Delete the target build directory to save some space on the build systems # All the files have been installed in $(CURDIR)/debian/tmp/ already rm -rf $(TARGET_BUILD) + touch $@ override_dh_makeshlibs: