This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pyresample.
commit e041f89f1fd6341d2c8e90b996140eea85381567 Author: Antonio Valentino <[email protected]> Date: Sun Oct 30 08:16:35 2016 +0000 Do not apply override_dh_python2 to the python-pyresample-test package --- debian/changelog | 10 ++++++++-- debian/rules | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index b81f409..412086d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,9 +4,15 @@ pyresample (1.2.6-1) unstable; urgency=medium * debian/patches - drop 0003-fix-tests-for-mips.patch: applied upstream * Fix automatic testing with autopkgtest (closes: #840286) - Now python*-pyresample package depend on python-pyresample-test + - install test data file in python-pyresample-test + - drop sources from python-pyresample-test: already installed + by other packages + * debian/control + - now python*-pyresample packages depend on python-pyresample-test + * debian/rules + - no longer override_dh_python2 for python-pyorbital-test - -- Antonio Valentino <[email protected]> Sun, 30 Oct 2016 02:00:53 +0000 + -- Antonio Valentino <[email protected]> Sun, 30 Oct 2016 08:15:20 +0000 pyresample (1.2.5-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 271c1d5..8fab2f5 100755 --- a/debian/rules +++ b/debian/rules @@ -32,8 +32,8 @@ override_dh_installchangelogs: override_dh_python2: - dh_python2 -ppython-pyresample -ppython-pyresample-test - dh_numpy -ppython-pyresample -ppython-pyresample-test + dh_python2 -ppython-pyresample + dh_numpy -ppython-pyresample override_dh_python3: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

