From a4501a7fb46ba0a87303add92d06ea400e21fec5 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sun, 2 Aug 2009 12:09:08 -0600 Subject: [PATCH] remove use of autoreconf from rules --- debian/changelog | 2 +- debian/control | 2 +- debian/rules | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b9ce75d..d0168e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ ctsim (5.0.2-2) unstable; urgency=low - * Add build-depends + * Remove use of autoreconf from rules -- Kevin M. Rosenberg Sun, 02 Aug 2009 12:00:53 -0600 diff --git a/debian/control b/debian/control index 923d8eb..8009571 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ctsim Section: science Priority: extra Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 7.0.0), autoconf, wx2.8-headers, libfftw3-dev, libreadline5-dev, libgl1-mesa-dev, libglu1-mesa-dev, libwxgtk2.8-dev, ctn-dev, libpng12-dev, libglib2.0-dev, libgtk2.0-dev +Build-Depends: debhelper (>= 7.0.0), wx2.8-headers, libfftw3-dev, libreadline5-dev, libgl1-mesa-dev, libglu1-mesa-dev, libwxgtk2.8-dev, ctn-dev, libpng12-dev, libglib2.0-dev, libgtk2.0-dev Standards-Version: 3.8.2.0 Homepage: http://www.ctsim.org Vcs-Git: git://git.b9.com/ctsim.git diff --git a/debian/rules b/debian/rules index 6388bc8..d0c8a48 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,6 @@ desktop-dir := usr/share/applications configure: configure-stamp configure-stamp: dh_testdir - autoreconf touch configure.in && touch aclocal.m4 && touch configure ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn -with-x --without-lam touch configure-stamp -- 2.34.1