diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 21:14:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 21:14:24 +0000 |
commit | 07466342792795cb9e5e0e6d20c3b14211752493 (patch) | |
tree | b29b9bb711ddba9e72c58c99530ee72e36568280 | |
parent | Readding source package section for reprepro compatibility. (diff) | |
download | util-linux-07466342792795cb9e5e0e6d20c3b14211752493.tar.xz util-linux-07466342792795cb9e5e0e6d20c3b14211752493.zip |
Building without showing build host information.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/debian/control b/debian/control index a282608..a6c23c8 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: dh-package-notes, flex, gettext, - iproute2, libaudit-dev [linux-any] <!stage1>, libcap-ng-dev [linux-any] <!stage1>, libcrypt-dev <!stage1>, @@ -26,7 +25,6 @@ Build-Depends: pkgconf, po-debconf, po4a, - procps, socat <!stage1 !nocheck>, systemd [linux-any] <!stage1>, systemd-dev [linux-any] <!stage1>, diff --git a/debian/rules b/debian/rules index 9724ec1..b917c09 100755 --- a/debian/rules +++ b/debian/rules @@ -75,8 +75,6 @@ override_dh_autoreconf: AM_OPTS=--copy LT_OPTS=--copy dh_autoreconf ./autogen.sh override_dh_auto_configure: - ss -xp - sysctl kernel.modules_disabled dh_auto_configure -- $(CONFOPTS) override_dh_auto_install: |