Package: python3-astroml
Version: 0.2.2-3
Severity: serious
Tags: patch
Justification: Policy 3.5

Python3-astroml is using the python substitution variable for interpreter
depends (easy typo).  See the attached debdiff.  As missing depends are a
policy shall violation, this is a serious bug.  Trivial fix is attached.

Please let me know if you do not want me to NMU.

Scott K
diff -Nru astroml-addons-0.2.2/debian/changelog astroml-addons-0.2.2/debian/changelog
--- astroml-addons-0.2.2/debian/changelog	2016-05-09 16:20:06.000000000 -0400
+++ astroml-addons-0.2.2/debian/changelog	2017-07-05 00:07:55.000000000 -0400
@@ -1,3 +1,11 @@
+astroml-addons (0.2.2-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Correct substitution variable for python3 binary so correct python3
+    interpreter depends are provided
+
+ -- Scott Kitterman <sc...@kitterman.com>  Wed, 05 Jul 2017 00:07:11 -0400
+
 astroml-addons (0.2.2-3) unstable; urgency=low
 
   * Create Python 3 package
diff -Nru astroml-addons-0.2.2/debian/control astroml-addons-0.2.2/debian/control
--- astroml-addons-0.2.2/debian/control	2016-05-09 16:17:07.000000000 -0400
+++ astroml-addons-0.2.2/debian/control	2017-07-05 00:08:11.000000000 -0400
@@ -36,7 +36,7 @@
 
 Package: python3-astroml-addons
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python3-astroml
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-astroml
 Description: Python 3 Machine Learning library for astronomy (performance addons)
  AstroML is a Python module for machine learning and data mining built on
  numpy, scipy, scikit-learn, and matplotlib. It contains a growing library of

Reply via email to