[pyspatialite] 01/01: Switch to pybuild buildsystem.

Bas Couwenberg sebastic at debian.org
Thu Jul 21 21:27:05 UTC 2016


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

sebastic pushed a commit to branch master
in repository pyspatialite.

commit 4a490920b0084c5b762e6ef369dd0caabadaba10
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun May 10 21:41:37 2015 +0200

    Switch to pybuild buildsystem.
---
 debian/changelog | 6 ++++++
 debian/control   | 2 ++
 debian/rules     | 3 +++
 3 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1618c8c..ef8ed04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyspatialite (3.0.1-12) UNRELEASED; urgency=medium
+
+  * Switch to pybuild buildsystem.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 21 Jul 2016 22:11:52 +0200
+
 pyspatialite (3.0.1-11) unstable; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
diff --git a/debian/control b/debian/control
index f641a89..7677fa5 100644
--- a/debian/control
+++ b/debian/control
@@ -27,4 +27,6 @@ Description: Python interface to Spatialite
  .
  It is almost fully compliant with the Python database API version 2.0 and also
  exposes the unique features of SQLite and spatialite.
+ .
+ This package contains the pyspatialite module for Python 2.
 
diff --git a/debian/rules b/debian/rules
index 8618395..4bc6f63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,12 @@
 # Enable hardening build flags
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
 
+export PYBUILD_NAME=pyspatialite
+
 %:
 	dh $@ \
 		--with python2 \
+		--buildsystem pybuild
 		--parallel
 
 override_dh_auto_install:

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



More information about the Pkg-grass-devel mailing list