From 8905fb19dbc6e88a4d59e20f6cc809361157e3c2 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 13 Apr 2016 14:39:33 +0000 Subject: [PATCH] debian/control: dependency change from libtool to libtool-bin It seems that nowadays the libtool executable is not included in the package named libtool, instead it is in the libtool-bin package. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fa7b7a1b1..f11312a55 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Thomas Hallgren Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 5), haskell-platform (>= 2011.2.0.1), libghc-haskeline-dev, libghc-mtl-dev, libghc-json-dev, autoconf, automake, libtool, python-dev, java-sdk +Build-Depends: debhelper (>= 5), haskell-platform (>= 2011.2.0.1), libghc-haskeline-dev, libghc-mtl-dev, libghc-json-dev, autoconf, automake, libtool-bin, python-dev, java-sdk Homepage: http://www.grammaticalframework.org/ Package: gf