Source: libtool
Version: 2.4.6-10
Severity: important
Tags: patch

libtool Build-Depends on libltdl-dev, which is built from libtool. In
the absence of a libtool build, libtool cannot be built. This is a
problem to bootstrapping (cross and native). The attached patch
annotates the relevant dependency with <!nocheck> and thus breaks this
particular cycle. Please consider applying it.

Helmut
diff --minimal -Nru libtool-2.4.6/debian/changelog 
libtool-2.4.6/debian/changelog
--- libtool-2.4.6/debian/changelog      2019-02-18 16:53:43.000000000 +0100
+++ libtool-2.4.6/debian/changelog      2019-05-16 22:31:36.000000000 +0200
@@ -1,3 +1,10 @@
+libtool (2.4.6-10.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate Build-Depends: libltdl-dev with <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 16 May 2019 22:31:36 +0200
+
 libtool (2.4.6-10) unstable; urgency=medium
 
   * 0030-flang-support.patch: Support for Flang Fortran compiler 
diff --minimal -Nru libtool-2.4.6/debian/control libtool-2.4.6/debian/control
--- libtool-2.4.6/debian/control        2019-02-18 16:53:43.000000000 +0100
+++ libtool-2.4.6/debian/control        2019-05-16 22:31:36.000000000 +0200
@@ -9,7 +9,7 @@
   texinfo,
   zlib1g-dev,
   gnulib,
-  libltdl-dev
+  libltdl-dev <!nocheck>,
 Build-Conflicts: automake1.9, gcj-jdk
 Section: devel
 Priority: optional

Reply via email to