[pycoast] 01/02: Switch to pybuild

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Feb 21 12:37:37 UTC 2016


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

a_valentino-guest pushed a commit to branch master
in repository pycoast.

commit bdf29a40ea538ad5e348fbda62127f585017bea4
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Feb 21 12:07:40 2016 +0000

    Switch to pybuild
---
 debian/changelog |  1 +
 debian/rules     | 13 ++++++-------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 72a836a..5deabdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pycoast (0.5.2-2) UNRELEASED; urgency=medium
     - fixed download URL
   * debian/copyrifht
     - project URL updated
+  * Switch to pybuild 
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Tue, 23 Sep 2014 19:06:41 +0000
 
diff --git a/debian/rules b/debian/rules
index c371048..c6a408b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,21 +4,20 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PY2VERS = $(shell pyversions -r -v)
+
+export PYBUILD_NAME=pycoast
+#export PYBUILD_TEST_ARGS=test
 
 
 %:
-	dh $@ --with python2,sphinxdoc --buildsystem=python_distutils
+	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_auto_build:
-	dh_auto_build --buildsystem=python_distutils
+	dh_auto_build --buildsystem=pybuild
 	$(MAKE) -C docs html
 
 
 override_dh_auto_clean:
-	dh_auto_clean --buildsystem=python_distutils
+	dh_auto_clean --buildsystem=pybuild
 	$(MAKE) -C docs clean
-
-
-.PHONY: override_dh_auto_build, override_dh_autoclean

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



More information about the Pkg-grass-devel mailing list