[SCM] grits branch, master, updated. upstream/0.5-12-g5a2ff0f
Andy Spencer
andy753421 at gmail.com
Sun Jul 31 00:39:54 UTC 2011
The following commit has been merged in the master branch:
commit 60b2575cab5924c811e23412dfc1fb624eadb5b2
Author: Andy Spencer <andy753421 at gmail.com>
Date: Sat Jul 30 21:29:40 2011 +0000
Add autoreconf for build-fixes patch
diff --git a/debian/control b/debian/control
index b64b670..41cdb2f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libgrits
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Andy Spencer <andy753421 at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), libglib2.0-dev (>= 2.14), libcairo2-dev, libgtk2.0-dev (>= 2.16), libsoup2.4-dev (>= 2.26), mesa-common-dev, libglu1-mesa-dev
+Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf,
+ libglib2.0-dev (>= 2.14), libgtk2.0-dev (>= 2.16), libcairo2-dev,
+ libsoup2.4-dev (>= 2.26), mesa-common-dev, libglu1-mesa-dev
Standards-Version: 3.9.2
Section: science
Homepage: http://lug.rose-hulman.edu/proj/aweather/grits
diff --git a/debian/rules b/debian/rules
index 50d65d5..7a4b52e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_test:
# Skip interactive tests
--
A Virtual Globe library
More information about the Pkg-grass-devel
mailing list