Control: tags 837002 +patch A fix for the aweather FTBFS is attached.
cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
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)
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers