From 27194eea96855a6c8a928bc7e8a38575d9d97d69 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Sat, 22 Jan 2022 00:23:23 +0100 Subject: [PATCH] debian/rules: Drop obsolete variable setting --- debian/rules | 9 --------- 1 file changed, 9 deletions(-) diff --git a/debian/rules b/debian/rules index 7c6c3104..ea56ab93 100755 --- a/debian/rules +++ b/debian/rules @@ -6,15 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk - -# TODO test if this can be dropped: -# Specify where dh_install will find the files that it needs to move: -DEB_DH_INSTALL_SOURCEDIR=debian/tmp -# Specify the destination of shadow's "make install" -# (This is only needed on The Hurd, where only one package is built. On -# the other arch, DEB_DESTDIR already points to debian/tmp) -DEB_DESTDIR=$(CURDIR)/debian/tmp - # Adds extra options when calling the configure script: DEB_CONFIGURE_EXTRA_FLAGS := --without-libcrack \ --mandir=/usr/share/man \