From e2f85fd3101d16443bad5bb41a676f25a8c56af6 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 4 Jan 2012 22:52:21 +0200 Subject: [PATCH] debian: add libtool into build-deps It is used to bring config.* files into tree. Although it would be prefereable to get rid of all autogen stuff, it is needed only when building from GIT, but not from .orig.tar.gz --- debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 16d7b25d..b64afcff 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: skytools3 Section: database Priority: extra Maintainer: Dimitri Fontaine -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf (>= 2.65), automake, libevent-dev, python-all-dev, python-support, python-psycopg2, xmlto, asciidoc, libpq-dev, postgresql-server-dev-all +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf (>= 2.65), automake, libtool, libevent-dev, python-all-dev, python-support, python-psycopg2, xmlto, asciidoc, libpq-dev, postgresql-server-dev-all Standards-Version: 3.9.1 Homepage: http://wiki.postgresql.org/wiki/Skytools Vcs-Git: http://github.com/markokr/skytools.git diff --git a/debian/control.in b/debian/control.in index 896e2a51..4e7b2057 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: skytools3 Section: database Priority: extra Maintainer: Dimitri Fontaine -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf (>= 2.65), automake, libevent-dev, python-all-dev, python-support, python-psycopg2, xmlto, asciidoc, libpq-dev, postgresql-server-dev-all +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf (>= 2.65), automake, libtool, libevent-dev, python-all-dev, python-support, python-psycopg2, xmlto, asciidoc, libpq-dev, postgresql-server-dev-all Standards-Version: 3.9.1 Homepage: http://wiki.postgresql.org/wiki/Skytools Vcs-Git: http://github.com/markokr/skytools.git -- 2.39.5