[SCM] A weather monitoring program branch, master, updated. upstream/0.6-28-g8d05d1b

Andy Spencer andy753421 at gmail.com
Wed Feb 15 06:45:58 UTC 2012


The following commit has been merged in the master branch:
commit 8d05d1bf335de9f603350daf4ac1f35039eb16d8
Author: Andy Spencer <andy753421 at gmail.com>
Date:   Wed Feb 15 06:26:17 2012 +0000

    Enable GPS plugin

diff --git a/debian/control b/debian/control
index a5d9e54..dc1ca28 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Andy Spencer <andy753421 at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), libbz2-dev, libcairo2-dev,
  libglib2.0-dev (>= 2.14), libgrits-dev (>= 0.6), libgtk2.0-dev (>= 2.16),
  librsl-dev (>= 1.41), libsoup2.4-dev (>= 2.26), mesa-common-dev,
- libglu1-mesa-dev
+ libglu1-mesa-dev, libgps-dev (>= 3.0)
 Standards-Version: 3.9.2
 Section: science
 Homepage: http://lug.rose-hulman.edu/proj/aweather
@@ -15,6 +15,7 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/aweather.git
 Package: aweather
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: gpsd (>= 3.0)
 Description: Advanced Weather Monitoring Program
  AWeather is an advanced weather program which is designed to be used by
  weather enthusiasts. AWeather is not a weather dockapp that simply
diff --git a/debian/rules b/debian/rules
index 562963e..06ed0b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-gps
+
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp
 

-- 
A weather monitoring program



More information about the debian-science-commits mailing list