* debian/rules: Don't create a stamp for the override_dh_auto_install target.

This commit is contained in:
Matthias Klose 2024-08-30 19:31:20 +02:00
parent 1576800889
commit d82f387e92
2 changed files with 1 additions and 2 deletions

1
debian/changelog vendored
View File

@ -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 <doko@debian.org> Fri, 30 Aug 2024 19:10:21 +0200

2
debian/rules vendored
View File

@ -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: