[DebianGIS-dev] [SCM] mapnik branch, master, updated. ac62402140210fc80f564a5cdcbaa50242fbf947
David Paleino
d.paleino at gmail.com
Fri Nov 6 16:30:31 UTC 2009
The following commit has been merged in the master branch:
commit ac62402140210fc80f564a5cdcbaa50242fbf947
Author: David Paleino <d.paleino at gmail.com>
Date: Mon Nov 2 19:55:44 2009 +0100
debian/patches/01-fix_deprecated_includes.patch added
diff --git a/debian/changelog b/debian/changelog
index 5c70676..717f686 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,9 @@ mapnik (0.6.1-2) UNRELEASED; urgency=low
- added quilt Build-Dependency
* debian/watch updated to use new url
* debian/rules: added quilt infrastructure
+ * debian/patches/01-fix_deprecated_includes.patch added
- -- David Paleino <d.paleino at gmail.com> Mon, 02 Nov 2009 19:51:03 +0100
+ -- David Paleino <d.paleino at gmail.com> Mon, 02 Nov 2009 19:55:25 +0100
mapnik (0.6.1-1) unstable; urgency=low
diff --git a/debian/patches/01-fix_deprecated_includes.patch b/debian/patches/01-fix_deprecated_includes.patch
new file mode 100644
index 0000000..03eaf4a
--- /dev/null
+++ b/debian/patches/01-fix_deprecated_includes.patch
@@ -0,0 +1,19 @@
+From: David Paleino <d.paleino at gmail.com>
+Subject: fix deprecated include
+Forwarded: no
+
+---
+ include/mapnik/feature.hpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- mapnik.orig/include/mapnik/feature.hpp
++++ mapnik/include/mapnik/feature.hpp
+@@ -29,7 +29,7 @@
+ #include <mapnik/geometry.hpp>
+ #include <mapnik/raster.hpp>
+ // boost
+-#include <boost/property_map.hpp>
++#include <boost/property_map/property_map.hpp>
+ #include <boost/utility.hpp>
+ #include <boost/shared_ptr.hpp>
+ // stl
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e296e02
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_deprecated_includes.patch
--
C++/Python toolkit for developing GIS applications
More information about the Pkg-grass-devel
mailing list