commit 18e7df535b85bc130965ebbc88d55979c21b7b2e parent c987791ae5d2e70ecb2ffa356682bafc02e92ad8 Author: Florian Dold <florian@dold.me> Date: Wed, 4 Oct 2023 21:13:47 +0200 debian: simplify Diffstat:
| M | debian/rules | | | 9 | ++------- |
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules @@ -4,25 +4,20 @@ include /usr/share/dpkg/default.mk SHELL := sh -e -DEV = -FULLVER = $(DEB_VERSION_UPSTREAM)$(DEV) - %: dh ${@} clean: true -# Override the build step, because we current need to do it manually -# outside the regular Debian package build. +# Override the build step, as everything is +# done on "make install", which is invoked by dh_auto_install override_dh_auto_build: true override_dh_auto_test: true override_dh_auto_configure: true -override_dh_auto_install: - dh_install mydest/* / # Override this step because it's very slow and likely # unnecessary for us.