remove use of autoreconf from rules
authorKevin Rosenberg <kevin@rosenberg.net>
Sun, 2 Aug 2009 18:09:08 +0000 (12:09 -0600)
committerKevin Rosenberg <kevin@rosenberg.net>
Sun, 2 Aug 2009 18:09:08 +0000 (12:09 -0600)
debian/changelog
debian/control
debian/rules

index b9ce75db2cc1bdbc4fa73bdb8d7ef7c81536073d..d0168e6ad9c1beba5cf3990f5301649acbe277a5 100644 (file)
@@ -1,6 +1,6 @@
 ctsim (5.0.2-2) unstable; urgency=low
 
-  * Add build-depends
+  * Remove use of autoreconf from rules
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 02 Aug 2009 12:00:53 -0600
 
index 923d8eb9202de8d6bfd9f34a263ff3019bb55396..80095717da2da809aa20398da9055e64fb1186be 100644 (file)
@@ -2,7 +2,7 @@ Source: ctsim
 Section: science
 Priority: extra
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-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
index 6388bc8f95e0039e265701b96a1672fb698a0867..d0c8a48d5e6d142eb2aeba98d3acd7291c8e7310 100755 (executable)
@@ -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