diff --git a/debian/changelog b/debian/changelog index f8b65fe97bda8dd8c4b5d9fa42be7e91e0b493da..91eae9094c6abe42a64954c42b9f9c06a1bbb211 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +systemd (241-7~deb10u1co2) apertis; urgency=medium + + * Don’t build against libdw, since 0.158 isn’t available in target. + + -- Andrej Shadura <andrewsh@debian.org> Thu, 12 Sep 2019 12:50:38 +0200 + systemd (241-7~deb10u1co1) apertis; urgency=medium * Merge from Debian. Remaining changes: diff --git a/debian/control b/debian/control index 44c6155713966be0bb187f1ccf6227b301e13cc2..03940deaba87a4befc2549c6eb4613f7f38fe92f 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Build-Depends: debhelper (>= 10.4~), libblkid-dev (>= 2.24), libmount-dev (>= 2.30), libseccomp-dev (>= 2.3.1) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64 ppc64el s390x], - libdw-dev (>= 0.158) <!stage1>, +# libdw-dev (>= 0.158) <!stage1>, libpolkit-gobject-1-dev <!stage1>, linux-base <!nocheck>, acl <!nocheck>, diff --git a/debian/rules b/debian/rules index 96ae11798dca171d915aa0f74a70ed61a888f0dd..29fb0c8b310ed3b7851aff07d92ff03dd9a01e2e 100755 --- a/debian/rules +++ b/debian/rules @@ -99,7 +99,7 @@ CONFFLAGS_deb += \ -Daudit=true \ -Dlibcryptsetup=true \ -Dcoredump=true \ - -Delfutils=true \ + -Delfutils=false \ -Dapparmor=true \ -Dlibidn=true \ -Dlibiptc=true \