From eba7fe9f49a5156991ec0924ab86848fb681f03a Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 14 Apr 2021 13:02:07 +0200 Subject: [pkg] lintian happy --- debian/rules | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 16242b4..91cc654 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,4 @@ #!/usr/bin/make -f -# See debhelper(7) (uncomment to enable) -# output every command that modifies files on the build system. export DH_VERBOSE = 1 export VERBOSE = 1 @@ -32,11 +30,9 @@ endif # package maintainers to append LDFLAGS #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - %: dh $@ - override_dh_auto_build: make build @@ -50,12 +46,5 @@ override_dh_install: strip $(CURDIR)/debian/${APPNAME}/usr/bin/${APPNAME} dh_install -# dh_make generated override targets -# This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - override_dh_dwz: echo "skipping dh_dwz" - - -- cgit v1.2.3