Dear maintainer,
I've prepared an NMU for aweather (versioned as 0.8.1-1.1). The diff is attached to this message. Regards. -- WBR, wRAR
diff -Nru aweather-0.8.1/debian/changelog aweather-0.8.1/debian/changelog --- aweather-0.8.1/debian/changelog 2013-06-20 15:34:44.000000000 +0600 +++ aweather-0.8.1/debian/changelog 2016-12-21 21:21:35.000000000 +0500 @@ -1,3 +1,12 @@ +aweather (0.8.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS by disabling --std=gnu99, patch by Adrian Bunk (Closes: + #837002). + * Add B-D: automake1.11 to be able to regenerate Makefile.in. + + -- Andrey Rahmatullin <w...@debian.org> Wed, 21 Dec 2016 21:21:35 +0500 + aweather (0.8.1-1) unstable; urgency=low * New upstream release diff -Nru aweather-0.8.1/debian/control aweather-0.8.1/debian/control --- aweather-0.8.1/debian/control 2013-06-20 15:38:56.000000000 +0600 +++ aweather-0.8.1/debian/control 2016-12-21 21:21:35.000000000 +0500 @@ -2,7 +2,7 @@ Priority: extra Maintainer: Debian Science Maintainers <debian-science-maintain...@lists.alioth.debian.org> Uploaders: Andy Spencer <andy753...@gmail.com> -Build-Depends: debhelper (>= 9), libbz2-dev, libcairo2-dev, +Build-Depends: debhelper (>= 9), automake1.11, 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) diff -Nru aweather-0.8.1/debian/patches/plugins-c99.patch aweather-0.8.1/debian/patches/plugins-c99.patch --- aweather-0.8.1/debian/patches/plugins-c99.patch 1970-01-01 05:00:00.000000000 +0500 +++ aweather-0.8.1/debian/patches/plugins-c99.patch 2016-12-21 21:21:35.000000000 +0500 @@ -0,0 +1,16 @@ +## Description: add some description +## Origin/Author: add some origin or author +## Bug: bug URL +Description: Don't force C99 in src/plugins/Makefile.am + This makes timespec available for gps.h +Author: Adrian Bunk <b...@stusta.de> +Bug-Debian: https://bugs.debian.org/837002 + +--- aweather-0.8.1.orig/src/plugins/Makefile.am ++++ aweather-0.8.1/src/plugins/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS = -Wall --std=gnu99 $(GRITS_CFLAGS) ++AM_CFLAGS = -Wall $(GRITS_CFLAGS) + AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/lib + AM_LDFLAGS = -shared -module -avoid-version + LIBS = $(GRITS_LIBS) diff -Nru aweather-0.8.1/debian/patches/series aweather-0.8.1/debian/patches/series --- aweather-0.8.1/debian/patches/series 1970-01-01 05:00:00.000000000 +0500 +++ aweather-0.8.1/debian/patches/series 2016-12-21 21:21:35.000000000 +0500 @@ -0,0 +1 @@ +plugins-c99.patch
signature.asc
Description: PGP signature