debian/0000775000000000000000000000000012316202641007165 5ustar debian/rules0000775000000000000000000000034212316202317010244 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-gps override_dh_auto_install: dh_auto_install --destdir=debian/tmp override_dh_auto_test: # Skip interactive tests debian/watch0000664000000000000000000000010612160546264010224 0ustar version=3 http://pileus.org/aweather/files/aweather-([\d.]+)\.tar\.gz debian/changelog0000664000000000000000000000313212316202636011042 0ustar aweather (0.8.1-1ubuntu1) trusty; urgency=medium * Use dh-autoreconf to get new libtool macros for ppc64el. * Disable -Werror to fix FTBFS during autoreconf. -- Logan Rosen Mon, 31 Mar 2014 02:02:05 -0400 aweather (0.8.1-1) unstable; urgency=low * New upstream release * Update version control URLs -- Andy Spencer Wed, 19 Jun 2013 08:05:43 +0000 aweather (0.8-1) unstable; urgency=low * New upstream release * Change website url * Switch to compat=9 for hardening -- Andy Spencer Mon, 28 Jan 2013 02:51:24 +0000 aweather (0.7-1) unstable; urgency=low * New upstream release -- Andy Spencer Wed, 15 Feb 2012 06:13:46 +0000 aweather (0.6.1-1) unstable; urgency=low * New upstream release -- Andy Spencer Fri, 25 Nov 2011 07:13:08 +0000 aweather (0.6-1) unstable; urgency=low * New upstream release * Update description to mention supported data sources (Closes: #648308) -- Andy Spencer Sat, 12 Nov 2011 03:41:24 +0000 aweather (0.5.2-1) unstable; urgency=low * New upstream release * Add new desktop icons -- Andy Spencer Mon, 12 Sep 2011 01:42:54 +0000 aweather (0.5.1-1) unstable; urgency=low * New upstream release - Fix the seg fault on startup (Closes: #638939) -- Andy Spencer Wed, 24 Aug 2011 17:14:41 +0000 aweather (0.5-1) unstable; urgency=low * Initial debian package (Closes: #604189) -- Andy Spencer Fri, 19 Aug 2011 05:19:10 -0000 debian/compat0000664000000000000000000000000212160546264010374 0ustar 9 debian/copyright0000664000000000000000000000202712160546264011132 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: AWeather Maintainer: Andy Spencer Source: http://pileus.org/aweather/files/ Files: * Copyright: 2009-2013, Andy Spencer License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/source/0000775000000000000000000000000011720674062010475 5ustar debian/source/format0000664000000000000000000000001411720674062011703 0ustar 3.0 (quilt) debian/aweather.lintian-overrides0000664000000000000000000000027112160546264014356 0ustar # False positives (see bug #695319) aweather: hardening-no-fortify-functions usr/bin/wsr88ddec aweather: hardening-no-fortify-functions usr/lib/*/aweather/*.so debian/aweather.install0000664000000000000000000000016612160546264012371 0ustar usr/bin usr/lib/*/aweather/*.so usr/share/applications usr/share/aweather usr/share/doc usr/share/icons usr/share/man debian/doc-base0000664000000000000000000000037411720674062010601 0ustar Document: aweather Title: AWeather Manual Author: Andy Spencer Abstract: This manual describes AWeather Section: Science/Geoscience Format: HTML Index: /usr/share/doc/aweather/aweather.html Files: /usr/share/doc/aweather/*.html debian/control0000664000000000000000000000242412316202354010573 0ustar Source: aweather Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Science Maintainers Uploaders: Andy Spencer Build-Depends: debhelper (>= 9), libbz2-dev, libcairo2-dev, libglib2.0-dev (>= 2.14), libgrits-dev (>= 0.8), libgtk2.0-dev (>= 2.16), librsl-dev (>= 1.41), libsoup2.4-dev (>= 2.26), mesa-common-dev, libglu1-mesa-dev, libgps-dev (>= 3.0), dh-autoreconf Standards-Version: 3.9.4 Section: science Homepage: http://pileus.org/aweather Vcs-Git: git://anonscm.debian.org/debian-science/packages/aweather.git Vcs-Browser: http://anonscm.debian.org/gitweb/?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 displays a pre-computed forecast. It is designed to be an easy-to-use program that integrates a variety of weather data in a simple unified interface. AWeather currently supports radar and weather alerts from the United State National Weather Service. debian/docs0000664000000000000000000000001411720674062010043 0ustar README TODO debian/patches/0000775000000000000000000000000012316202621010612 5ustar debian/patches/disable-Werror.patch0000664000000000000000000000050312316202621014512 0ustar --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Init and options AC_INIT([aweather], [0.8.1], [andy753421@gmail.com]) -AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign]) +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) #AM_SILENT_RULES([yes]) debian/patches/series0000664000000000000000000000002512316202600012021 0ustar disable-Werror.patch