[lmfit-py] 05/05: release

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Oct 31 09:09:58 UTC 2015


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

picca pushed a commit to branch master
in repository lmfit-py.

commit 9425d91ce57035f726cfa0e4094ff7e4ec7d0f6e
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Oct 31 10:09:16 2015 +0100

    release
---
 debian/changelog     | 6 +++---
 debian/control       | 2 +-
 debian/rules         | 4 ++--
 debian/tests/python2 | 5 +++--
 debian/tests/python3 | 4 ++--
 5 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71757d1..ff5ec5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-lmfit-py (0.9.1+dfsg-1) unstable; urgency=medium
+lmfit-py (0.9.2+dfsg-1) unstable; urgency=medium
 
-  * Imported Upstream version 0.9.1+dfsg
+  * Imported Upstream version 0.9.2+dfsg (Closes: #802085)
   * Use the pypi redirector
 
- -- Picca Frédéric-Emmanuel <picca at debian.org>  Tue, 06 Oct 2015 19:20:22 +0200
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Sat, 31 Oct 2015 08:20:22 +0100
 
 lmfit-py (0.8.3+dfsg.1-1~exp1) experimental; urgency=medium
 
diff --git a/debian/control b/debian/control
index 483f818..1354543 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Vcs-Git: git://anonscm.debian.org/debian-science/packages/lmfit-py.git
 Homepage: http://lmfit.github.io/lmfit-py/
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
-XS-Testsuite: autopkgtest
+Testsuite: autopkgtest
 
 Package: python-lmfit
 Architecture: all
diff --git a/debian/rules b/debian/rules
index eba03d9..b93571e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,8 @@ export PYBUILD_NAME=lmfit
 #export PYBUILD_TEST_NOSE=1
 
 # copy the tests to the build dir to be able to pass nose
-export PYBUILD_AFTER_BUILD=cp -r tests {build_dir}
-export PYBUILD_BEFORE_INSTALL=rm -fr {build_dir}/tests
+export PYBUILD_AFTER_BUILD=cp -r NIST_STRD {build_dir}
+export PYBUILD_BEFORE_INSTALL=rm -fr {build_dir}/NIST_STRD
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
diff --git a/debian/tests/python2 b/debian/tests/python2
index 611dd26..28d8e3e 100755
--- a/debian/tests/python2
+++ b/debian/tests/python2
@@ -1,7 +1,8 @@
 #!/bin/sh
 set -e -u
-cp -a tests/ "$ADTTMP"
-cd "$ADTTMP/tests/"
+
+cp -a  NIST_STRD/"$ADTTMP"
+cd "$ADTTMP/NIST_STRD"
 
 for python in $(pyversions -i); do
         PYTHONWARNINGS=d $python /usr/bin/nosetests -v 2>&1
diff --git a/debian/tests/python3 b/debian/tests/python3
index 5f9e74d..699919d 100755
--- a/debian/tests/python3
+++ b/debian/tests/python3
@@ -1,8 +1,8 @@
 #!/bin/sh
 set -e -u
 
-cp -a tests "$ADTTMP"
-cd "$ADTTMP/tests/"
+cp -a  NIST_STRD/"$ADTTMP"
+cd "$ADTTMP/NIST_STRD"
 
 for python in $(py3versions -i); do
         PYTHONWARNINGS=d $python /usr/bin/nosetests3 -v 2>&1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lmfit-py.git



More information about the debian-science-commits mailing list