Bug#917700: dimbl: FTBFS: build-dependency not installable: libtimbl4-dev
Steve Langasek
steve.langasek at canonical.com
Sun Jan 13 00:29:40 GMT 2019
Package: dimbl
Followup-For: Bug #917700
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu disco ubuntu-patch
Hello,
FWIW, no new upstream version is required in order to fix this build
failure, it's a trivial change to debian/control to drop the versioned -dev
package names leaving only the unversioned ones.
I've uploaded the attached patch to Ubuntu to fix the bug there. But since
there is a comment suggesting that this may not be worth maintaining in
Debian and should be removed, I have not uploaded an NMU.
--
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/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
diff -Nru dimbl-0.15/debian/control dimbl-0.15/debian/control
--- dimbl-0.15/debian/control 2018-01-24 13:15:46.000000000 +0100
+++ dimbl-0.15/debian/control 2019-01-13 01:27:06.000000000 +0100
@@ -7,8 +7,8 @@
Build-Depends: debhelper (>= 11~),
pkg-config,
libxml2-dev,
- libticcutils2-dev | libticcutils-dev,
- libtimbl4-dev | libtimbl-dev
+ libticcutils-dev,
+ libtimbl-dev
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/dimbl.git
Vcs-Git: https://salsa.debian.org/science-team/dimbl.git
More information about the debian-science-maintainers
mailing list