From: Kevin Rosenberg Date: Sun, 2 Aug 2009 18:09:08 +0000 (-0600) Subject: remove use of autoreconf from rules X-Git-Tag: debian-5.0.2-2~1 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=a4501a7fb46ba0a87303add92d06ea400e21fec5 remove use of autoreconf from rules --- 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