Bas Couwenberg pushed to branch master at Debian GIS Project / cftime
Commits: e440050d by Bas Couwenberg at 2018-05-02T12:53:05+02:00 Export pybuild variables. - - - - - ce339846 by Bas Couwenberg at 2018-05-02T12:58:24+02:00 Add pytest build dependencies. - - - - - 8d9fb131 by Bas Couwenberg at 2018-05-02T13:05:23+02:00 Remove obsolete install files. - - - - - 464448bf by Bas Couwenberg at 2018-05-02T13:12:02+02:00 Add justification for new Python 2 package. - - - - - a6c28a87 by Bas Couwenberg at 2018-05-02T13:37:57+02:00 Set distribution to unstable. - - - - - 5 changed files: - debian/changelog - debian/control - − debian/python-cftime.install - − debian/python3-cftime.install - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -cftime (1.0.0~b1-1) UNRELEASED; urgency=medium +cftime (1.0.0~b1-1) unstable; urgency=medium * Initial release (Closes: #897400). + Python 2 version required for python-netcdf4. - -- Bas Couwenberg <[email protected]> Wed, 02 May 2018 07:31:35 +0200 + -- Bas Couwenberg <[email protected]> Wed, 02 May 2018 13:37:47 +0200 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -8,9 +8,11 @@ Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~), python-setuptools, python-numpy, + python-pytest, python3-all-dev, python3-setuptools, python3-numpy, + python3-pytest, cython, cython3, Standards-Version: 4.1.4 ===================================== debian/python-cftime.install deleted ===================================== --- a/debian/python-cftime.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/python2* ===================================== debian/python3-cftime.install deleted ===================================== --- a/debian/python3-cftime.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/python3* ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export PYBUILD_NAME=cftime +export PYBUILD_TEST_PYTEST=1 + %: dh $@ --with python2,python3 --buildsystem=pybuild --parallel View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/compare/3d4b52792fdce8df8b0fec03b325b3d9b5895ba4...a6c28a87eb3d8d40102bcccadef91b68204f183e --- View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/compare/3d4b52792fdce8df8b0fec03b325b3d9b5895ba4...a6c28a87eb3d8d40102bcccadef91b68204f183e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
