Package: fakechroot Version: 2.19-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch
Dear Piotr, The fakechroot package currently build-depends on libjemalloc1, but in experimental the soname has been bumped to libjemalloc2. Looking at the actual test, there's no need to hard-code the specific libjemalloc1 soname as a build-dependency because it will auto-detect any available libjemalloc.so.*. So it's better, consistent with other sorts of build-dependencies, to use the unversioned libjemalloc-dev for this. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru fakechroot-2.19/debian/control fakechroot-2.19/debian/control --- fakechroot-2.19/debian/control 2016-11-20 09:23:16.000000000 -0800 +++ fakechroot-2.19/debian/control 2018-07-10 10:09:41.000000000 -0700 @@ -6,7 +6,7 @@ debhelper (>= 9.20141010), dh-autoreconf, dpkg-dev (>= 1.17.14), - libjemalloc1 <!nocheck> + libjemalloc-dev <!nocheck> Standards-Version: 3.9.8 Homepage: https://github.com/dex4er/fakechroot VCS-Git: https://anonscm.debian.org/git/collab-maint/fakechroot.git