Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
5
New upstream version 0.0~20180723-588fc9062
· 32ed4213
Bas Couwenberg
authored
Oct 02, 2018
32ed4213
Merge tag 'upstream/0.0_20180723-588fc9062'
· 30e27310
Bas Couwenberg
authored
Oct 02, 2018
Upstream version 0.0~20180723-588fc9062
30e27310
New upstream git snapshot.
· 15360e6c
Bas Couwenberg
authored
Oct 02, 2018
15360e6c
Rebuild with Mapnik 3.0.21.
· 31ce8638
Bas Couwenberg
authored
Oct 08, 2018
31ce8638
Set distribution to experimental.
· 87b250e0
Bas Couwenberg
authored
Oct 08, 2018
87b250e0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
87b250e0
python-mapnik (1:0.0~20180
411-fe47aa15e-4) UNRELEASED
; urgency=medium
python-mapnik (1:0.0~20180
723-588fc9062-1~exp1) experimental
; urgency=medium
* New upstream git snapshot.
* Bump Standards-Version to 4.2.1, no changes.
* Rebuild with Mapnik 3.0.21.
-- Bas Couwenberg <sebastic@debian.org>
Tue
,
2
8
Aug
2018 1
5:25
:5
3
+0200
-- Bas Couwenberg <sebastic@debian.org>
Mon
,
0
8
Oct
2018 1
7:40
:5
8
+0200
python-mapnik (1:0.0~20180411-fe47aa15e-3) unstable; urgency=medium
...
...
debian/control
View file @
87b250e0
...
...
@@ -6,7 +6,7 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
libboost-python-dev,
libmapnik-dev (>= 3.0.2
0
),
libmapnik-dev (>= 3.0.2
1
),
python-all-dev,
python-setuptools,
python-cairo,
...
...
src/mapnik_image.cpp
View file @
87b250e0
...
...
@@ -44,6 +44,7 @@
#include
<mapnik/cairo/cairo_context.hpp>
#include
<mapnik/cairo/cairo_image_util.hpp>
#if PY_MAJOR_VERSION >= 3
#define PYCAIRO_NO_IMPORT
#include
<py3cairo.h>
#else
#include
<pycairo.h>
...
...