[tilelite] 07/09: Switch to pybuild buildsystem.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jun 5 11:35:18 UTC 2015


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

sebastic pushed a commit to branch master
in repository tilelite.

commit 16d9abf51b0979914268fc2da1a1755721a39db9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 5 12:53:18 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 521b626..06df510 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ tilelite (0.1.5-3) UNRELEASED; urgency=medium
   * Update Homepage URL for move to GitHub.
     (closes: #757898)
   * Use packaged jQuery & OpenLayers.
+  * Switch to pybuild buildsystem.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 05 Jun 2015 12:16:43 +0200
 
diff --git a/debian/control b/debian/control
index 9defc4b..60ab7d6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Uploaders: David Paleino <dapal at debian.org>,
 Section: web
 Priority: extra
 Build-Depends: debhelper (>= 9),
+               dh-python,
                python (>= 2.6.6-3~)
 Standards-Version: 3.9.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/tilelite.git
diff --git a/debian/rules b/debian/rules
index ecbd226..da765df 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=tilelite
+
 TLDIR=$(CURDIR)/debian/tilelite
 
 %:
 	dh $@ \
-		--with python2
+		--with python2 \
+		--buildsystem pybuild
 
 override_dh_auto_install:
 	dh_auto_install
@@ -17,3 +20,4 @@ override_dh_auto_install:
 override_dh_fixperms:
 	dh_fixperms
 	chmod a-x $(CURDIR)/debian/tilelite/usr/share/doc/tilelite/examples/tiles_app.py
+

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



More information about the Pkg-grass-devel mailing list