diff --git a/debian/changelog b/debian/changelog index e3f6631c..99d49b1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ llvm-toolchain-19 (1:19.1.0~++rc3-1~exp2) UNRELEASED; urgency=medium * Drop some of the unnecessary libllvm symlinks. * debian/orig-tar.sh: Don't include .git/.github metadata. * debian/rules. Call again dh_ocaml. Closes: #1078234. + * debian/rules: Don't create a stamp for the override_dh_auto_install target. -- Matthias Klose Fri, 30 Aug 2024 19:10:21 +0200 diff --git a/debian/rules b/debian/rules index 6c9c6113..71c67ac3 100755 --- a/debian/rules +++ b/debian/rules @@ -1395,8 +1395,6 @@ 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) -# FIXME: why a stamp for dh_override_install ? - touch $@ override_dh_makeshlibs: