From: kcr Date: Mon, 8 Jul 2013 05:33:47 +0000 (+0000) Subject: need automake as a build-dep, even though we don't use most of it X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Forigin%2Ftrunk;p=1ts-debian.git need automake as a build-dep, even though we don't use most of it git-svn-id: svn://svn.1ts.org/debian/trunk@517 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f --- diff --git a/zephyr/debian/changelog b/zephyr/debian/changelog index 23a71e8..b7a5177 100644 --- a/zephyr/debian/changelog +++ b/zephyr/debian/changelog @@ -1,3 +1,10 @@ +zephyr (3.0.2-2) unstable; urgency=low + + * Oops, you need to have automake installed if you want to use + autoreconf. Do so. Closes: #658192 + + -- Karl Ramm Tue, 31 Jan 2012 23:09:50 -0500 + zephyr (3.0.2-1) unstable; urgency=low * New upstream release. diff --git a/zephyr/debian/control b/zephyr/debian/control index f13d6ba..d96f4ad 100644 --- a/zephyr/debian/control +++ b/zephyr/debian/control @@ -3,9 +3,12 @@ Section: net Priority: optional Maintainer: Karl Ramm Uploaders: Sam Hartman -Build-Depends: debhelper (>= 7), libc-ares-dev, libkrb5-dev (>= 1.2.2-4), comerr-dev, ss-dev, - libreadline-dev | libreadline5-dev, libx11-dev, libxt-dev, x11proto-core-dev, libncurses5-dev, - bison, libhesiod-dev, autotools-dev, libtool, autoconf, lsb-release +Build-Depends: debhelper (>= 7), libc-ares-dev, libkrb5-dev (>= 1.2.2-4), + comerr-dev, ss-dev, libreadline-dev | libreadline5-dev, + libx11-dev, libxt-dev, x11proto-core-dev, libncurses5-dev, + bison, libhesiod-dev, autotools-dev, libtool, autoconf, + lsb-release, automake +Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 3.9.2 Vcs-Svn: svn://svn.1ts.org/debian/branches/zephyr-reloaded/zephyr