[tilestache] 10/12: Use pybuild build system.

Bas Couwenberg sebastic at xs4all.nl
Tue Dec 23 11:56:39 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository tilestache.

commit 68d4a6cd0b50911717cd5de40e2d6ce92fb2169a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Dec 21 17:56:30 2014 +0100

    Use pybuild build system.
---
 debian/changelog | 1 +
 debian/rules     | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4e08ee1..ab5b459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ tilestache (1.49.8-1) UNRELEASED; urgency=low
     - Fix Source and Comment field names
   * Expand extended description to include TileStache features.
   * Bump Standards-Version to 3.9.6, changes: Vcs-* URLs.
+  * Use pybuild build system.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 21 Dec 2014 17:01:13 +0100
 
diff --git a/debian/rules b/debian/rules
index b0b7a63..366b058 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,14 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export PYBUILD_NAME=TileStache
+
 PREFIX := $(CURDIR)/debian/tilestache/
 
 %:
 	dh $@ \
-		--with python2
+		--with python2 \
+		--buildsystem pybuild
 
 override_dh_auto_install:
 	dh_auto_install

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



More information about the Pkg-grass-devel mailing list