From 848cbb1b4b3d4b52f73181258089e1741e9c32b8 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 26 Dec 2010 13:31:28 +0100 Subject: [PATCH] Disable cryptsetup support Explicitly disable cryptsetup support to not accidentally pick up a libcryptsetup dependency in a tainted build environment, as the library is currently installed in /usr/lib. --- debian/changelog | 3 +++ debian/rules | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9d6152c4..e3fa471a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,9 @@ systemd (15-1) experimental; urgency=low * Use dh-autoreconf for updating the build system. * Revert upstream commit which uses fsck -l (needs a newer version of util-linux). + * Explicitly disable cryptsetup support to not accidentally pick up a + libcryptsetup dependency in a tainted build environment, as the library + is currently installed in /usr/lib. * Install lsb-base hook which redirects calls to SysV init scripts to systemctl: /etc/init.d/ → systemctl * Install a (auto)mount unit to mount /lib/init/rw early during boot. diff --git a/debian/rules b/debian/rules index 901691ad..092af349 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,8 @@ #export DEB_BUILD_OPTIONS="nostrip" override_dh_auto_configure: - dh_auto_configure -- --with-rootdir= --with-udevrulesdir=/lib/udev/rules.d --with-gtk + dh_auto_configure -- --with-rootdir= --with-udevrulesdir=/lib/udev/rules.d --with-gtk \ + --disable-libcryptsetup override_dh_install: rm debian/tmp/usr/share/doc/systemd/LICENSE -- 2.39.5