[python-geopandas] 01/03: Set source package name correctly. Enable tests

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Dec 18 08:09:54 UTC 2014


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

johanvdw-guest pushed a commit to branch master
in repository python-geopandas.

commit f56291e7bd896f9eb2b7a63a28443aecba9300a5
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Thu Dec 18 07:44:30 2014 +0100

    Set source package name correctly. Enable tests
---
 debian/changelog | 4 ++--
 debian/control   | 4 +++-
 debian/rules     | 1 +
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1680518..8d7804e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-geopandas (0.1.1-1) UNRELEASED; urgency=medium
+python-geopandas (0.1.1-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #773394)
 
- -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Wed, 17 Dec 2014 23:16:38 +0100
+ -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Wed, 17 Dec 2014 23:36:22 +0100
diff --git a/debian/control b/debian/control
index 0ff4360..f1846ff 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: geopandas
+Source: python-geopandas
 Section: python
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
@@ -8,6 +8,8 @@ Build-Depends: debhelper (>= 9),
                python-all,
                python3-all,
                python-sphinx, 
+               python-nose,
+               python3-nose,
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/geopandas.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/geopandas.git
diff --git a/debian/rules b/debian/rules
index ff6b24f..675efd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=geopandas
+export PYBUILD_TEST_NOSE=1
 
 %:
 	dh  $@ --with python2,python3,sphinxdoc --buildsystem pybuild

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



More information about the Pkg-grass-devel mailing list