Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
Usertags: pu

Let's fix the missing numpy dependencies in stretch, too.
#896329, #896237

This is a rebuild of the package from sid with all metadata changes.


Andreas
diff -Nru python-pyorick-1.4/debian/changelog 
python-pyorick-1.4/debian/changelog
--- python-pyorick-1.4/debian/changelog 2015-05-19 14:22:22.000000000 +0200
+++ python-pyorick-1.4/debian/changelog 2018-07-07 21:07:45.000000000 +0200
@@ -1,3 +1,20 @@
+python-pyorick (1.4-2~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+
+ -- Andreas Beckmann <a...@debian.org>  Sat, 07 Jul 2018 21:07:45 +0200
+
+python-pyorick (1.4-2) unstable; urgency=low
+
+  * Bug fix: "pyorick fails to import", thanks to Helmut Grohne (Closes:
+    #896329, #896237).
+  * Check against policy 4.1.4 (change priority from extra to optional,
+    use https for Format field of copyright file).
+  * Update VCS* fields to salsa.
+
+ -- Thibaut Paumard <thib...@debian.org>  Wed, 09 May 2018 13:59:37 +0200
+
 python-pyorick (1.4-1) unstable; urgency=low
 
   * Initial revision (Closes: 785604)
diff -Nru python-pyorick-1.4/debian/control python-pyorick-1.4/debian/control
--- python-pyorick-1.4/debian/control   2015-05-19 15:55:09.000000000 +0200
+++ python-pyorick-1.4/debian/control   2018-05-09 13:57:28.000000000 +0200
@@ -1,6 +1,6 @@
 Source: python-pyorick
 Section: python
-Priority: extra
+Priority: optional
 Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
 Uploaders: Thibaut Paumard <thib...@debian.org>
 Build-Depends: debhelper (>= 9~), dh-python, python-all (>= 2.6.6-3~),
@@ -8,14 +8,15 @@
               python-numpy, python3-numpy, yorick (>=2.2.04+dfsg-2~)
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-pyorick.git
-Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-pyorick.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/science-team/python-pyorick
+Vcs-Git: https://salsa.debian.org/science-team/python-pyorick.git
 Homepage: https://github.com/dhmunro/pyorick/
 
 Package: python-pyorick
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, yorick (>=2.2.04+dfsg-2~)
+Depends: ${python:Depends}, ${misc:Depends}, yorick (>=2.2.04+dfsg-2~),
+        python-numpy
 Suggests: python3-pyorick
 Description: Python 2 module to execute Yorick code
  The pyorick package starts Yorick as a subprocess and provides an
@@ -36,7 +37,8 @@
 
 Package: python3-pyorick
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, yorick (>=2.2.04+dfsg-2~)
+Depends: ${python3:Depends}, ${misc:Depends}, yorick (>=2.2.04+dfsg-2~),
+        python3-numpy
 Suggests: python-pyorick
 Description: Python 3 module to execute Yorick code
  The pyorick package starts Yorick as a subprocess and provides an
diff -Nru python-pyorick-1.4/debian/copyright 
python-pyorick-1.4/debian/copyright
--- python-pyorick-1.4/debian/copyright 2015-05-19 15:14:19.000000000 +0200
+++ python-pyorick-1.4/debian/copyright 2018-05-09 13:51:01.000000000 +0200
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: pyorick
 Upstream-Contact: David Munro <dhmu...@users.sourceforge.net>
 Source: https://pypi.python.org/pypi/pyorick/

Reply via email to