tags 637704 +patch thanks This bug only affects sid and wheezy it does not affect squeeze.
The fix is just to remove the obsolete include, I have attached a patch that does that and also fixes debian/rules clean.
diff -ur gosmore-0.0.0.20100711/debian/rules gosmore-0.0.0.20100711.new//debian/rules --- gosmore-0.0.0.20100711/debian/rules 2011-10-05 06:50:04.000000000 +0000 +++ gosmore-0.0.0.20100711.new//debian/rules 2011-10-05 07:35:56.000000000 +0000 @@ -4,6 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk DESTDIR := $(CURDIR)/debian/gosmore DEB_MAKE_INSTALL_TARGET := DESTDIR=$(DESTDIR) prefix=/usr install +DEB_MAKE_CLEAN_TARGET := clean CFLAGS := -DRES_DIR='\"/usr/share/gosmore/\"' @@ -11,6 +12,11 @@ SVNREV := 22284 DATE := $(shell date +%Y%m%d) +#clean up stuff the upstream clean target misses +clean:: + rm -f default.pak bboxes.c bboxSplit.sh config.log config.status + rm -f density.html density.sh Makefile + get-orig-source: dh_testdir test -d ../tarballs/. || mkdir -p ../tarballs diff -ur gosmore-0.0.0.20100711/gosmore.cpp gosmore-0.0.0.20100711.new//gosmore.cpp --- gosmore-0.0.0.20100711/gosmore.cpp 2010-07-12 09:03:38.000000000 +0000 +++ gosmore-0.0.0.20100711.new//gosmore.cpp 2011-10-05 06:49:00.000000000 +0000 @@ -124,7 +124,6 @@ #include <gdk/gdkx.h> #include <gdk-pixbuf/gdk-pixbuf.h> #include <curl/curl.h> -#include <curl/types.h> #include <curl/easy.h> #endif #ifdef USE_GEOCLUE // Not used and never worked
_______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel