[mapnik] 10/34: 2.2 -> 3.0

Jérémy Lal kapouer at moszumanska.debian.org
Fri Oct 24 22:45:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository mapnik.

commit 12c7f7e9996f3aa25ebccfa43f8febcfa939d705
Author: Jérémy Lal <kapouer at melix.org>
Date:   Fri Oct 24 11:14:43 2014 +0200

    2.2 -> 3.0
---
 debian/control                                        | 4 ++--
 debian/{libmapnik2.2.install => libmapnik3.0.install} | 0
 debian/rules                                          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 901c84a..af4eabe 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Homepage: http://www.mapnik.org/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/mapnik.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/mapnik.git
 
-Package: libmapnik2.2
+Package: libmapnik3.0
 Architecture: any
 Depends:
  ${shlibs:Depends}
@@ -93,7 +93,7 @@ Breaks: libmapnik2-dev (<< 2.2.0+ds1-1~)
 Replaces: libmapnik2-dev (<< 2.2.0+ds1-1~)
 Depends:
  ${misc:Depends}
- , libmapnik2.2 (= ${binary:Version})
+ , libmapnik3.0 (= ${binary:Version})
  , libc6-dev | libc-dev
  , libboost-filesystem-dev
  , libboost-system-dev
diff --git a/debian/libmapnik2.2.install b/debian/libmapnik3.0.install
similarity index 100%
rename from debian/libmapnik2.2.install
rename to debian/libmapnik3.0.install
diff --git a/debian/rules b/debian/rules
index 97b16e9..7b0f1d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ SCONS_FLAGS += SYSTEM_FONTS=/usr/share/fonts
 SCONS_FLAGS += XMLPARSER=libxml2
 SCONS_FLAGS += DEMO=False
 SCONS_FLAGS += CPP_TESTS=False
-SCONS_FLAGS += PREFIX=/usr LIB_DIR_NAME=/mapnik/2.2
+SCONS_FLAGS += PREFIX=/usr LIB_DIR_NAME=/mapnik/3.0
 SCONS_FLAGS += CUSTOM_CXXFLAGS="$(shell dpkg-buildflags --get CXXFLAGS) -g0"
 SCONS_FLAGS += CUSTOM_CFLAGS="$(shell dpkg-buildflags --get CFLAGS) -g0"
 SCONS_FLAGS += CUSTOM_LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS) -g0"
@@ -56,7 +56,7 @@ override_dh_install-arch:
 override_dh_install-indep:
 	# build Python API documentation
 	# and trick epydoc into loading the shlib too
-	LD_LIBRARY_PATH=$(CURDIR)/debian/libmapnik2.2/usr/lib/ epydoc --no-private \
+	LD_LIBRARY_PATH=$(CURDIR)/debian/libmapnik3.0/usr/lib/ epydoc --no-private \
 		--no-frames \
 		--no-sourcecode \
 		--name mapnik \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git



More information about the Pkg-grass-devel mailing list