[SCM] libkml branch, master, updated. upstream/1.3.0_r863-50-g521138c

Francesco Paolo Lovergine frankie at debian.org
Thu Oct 10 13:07:17 UTC 2013


The following commit has been merged in the master branch:
commit 7fce7fa6f2f89d049bae01b38e67580f71cff7f1
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed Mar 14 13:18:59 2012 +0100

    Moved to dh_python2

diff --git a/debian/changelog b/debian/changelog
index 7dbe8c0..7ea1833 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libkml (1.3.0~r863-4) unstable; urgency=low
+
+  * Added liburiparser-dev to libkml-dev.
+  * Moved to dh_python2 instead of python-central.
+  * Policy bumped to 3.9.3, no changes required.
+  * Debhelper level set to 9.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 14 Mar 2012 13:15:52 +0100
+
 libkml (1.3.0~r863-3) unstable; urgency=low
 
   * Added swig patch to remove a wrong swig version test.
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 265de85..f2c4430 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: science
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: cdbs, debhelper (>= 8), autotools-dev, libexpat1-dev, zlib1g-dev, default-jdk,
- python-dev, python-all-dev, liburiparser-dev (>= 0.7.1), chrpath,
- libcurl4-openssl-dev, swig, python-central
-XS-Python-Version: >= 2.5
-Standards-Version: 3.9.2
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 9), autotools-dev, libexpat1-dev, zlib1g-dev, default-jdk,
+ python-dev (>=  2.6.6-3~), python-all-dev (>= 2.6.6-3~), liburiparser-dev (>= 0.7.1), chrpath,
+ libcurl4-openssl-dev, swig
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/libkml/
 Vcs-Git: git://git.debian.org/git/pkg-grass/libkml.git
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/libkml.git
@@ -28,7 +28,7 @@ Description: A library to manipulate KML 2.2 OGC standard files
 Package: libkml-dev
 Architecture: any
 Section: libdevel
-Depends: libkml0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libkml0 (= ${binary:Version}), liburiparser-dev (>= 0.7.1), ${shlibs:Depends}, ${misc:Depends}
 Description: A library to manipulate KML 2.2 OGC standard files - development files
  This is a library for use with applications that want to parse,        
  generate and operate on KML, a geo-data XML variant. It is an          
diff --git a/debian/rules b/debian/rules
index 6393b29..5335b57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM = pycentral
 PY_VERSIONS = $(shell pyversions --requested debian/control)
 
 JAVA_HOME = /usr/lib/jvm/default-java
@@ -47,7 +46,7 @@ binary-install/python-kml:: install/python-kml
 	do \
 		chrpath --delete $(CURDIR)/debian/python-kml/usr/lib/$$version/*-packages/*.so ; \
 	done
-	dh_pycentral -ppython-kml
+	dh_python2 -ppython-kml
 
 binary-install/libkml-dev::
 	# removes autotools stuff

-- 
A library to manipulate KML 2.2 OGC standard files



More information about the Pkg-grass-devel mailing list