summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2022-01-22 00:23:23 +0100
committerBalint Reczey <balint@balintreczey.hu>2022-01-22 21:53:25 +0100
commit27194eea96855a6c8a928bc7e8a38575d9d97d69 (patch)
tree35e297fb025466605a5ba51c405d846227c4df71
parent988e6e166714fab0eb3216446e92c0895d37c8cb (diff)
downloadshadow-27194eea96855a6c8a928bc7e8a38575d9d97d69.tar.gz
debian/rules: Drop obsolete variable setting
-rwxr-xr-xdebian/rules9
1 files changed, 0 insertions, 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 \