From 28fca03a49d99d0f8d2a04b436c28414080f7da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Tue, 14 Sep 2021 00:26:31 +0200 Subject: [PATCH] Switch to debhelper version 13 --- debian/control | 2 +- debian/rules | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index aaf509fee..cd29f3d24 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian CMake Team Uploaders: Lisandro Damián Nicanor Pérez Meyer , Felix Geyer -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), freebsd-glue [kfreebsd-any], libarchive-dev (>= 3.3.3), libcurl4-openssl-dev | libcurl-ssl-dev, diff --git a/debian/rules b/debian/rules index 8c4c8563b..eccb45f49 100755 --- a/debian/rules +++ b/debian/rules @@ -54,13 +54,9 @@ override_dh_auto_test: # The tests are still run in parallel as debhelper pass -jX as ARGS to ctest. dh_auto_test --buildsystem=cmake -- -j1 ARGS="-E CTestTestUpload --timeout 5000" -override_dh_auto_clean: - dh_auto_clean +execute_after_dh_auto_clean: rm -f $(BUILD_FLAGS_FILE) -override_dh_missing: - dh_missing --fail-missing - override_dh_installdocs-arch: # dh_installdocs --link-doc generates binNMU unsafe deps (Bug #747141) dh_installdocs @@ -73,5 +69,3 @@ override_dh_sphinxdoc: %: dh $@ --with=sphinxdoc --builddirectory=Build - -.PHONY: override_dh_auto_configure override_dh_auto_clean