diff -Nru python-fluids-0.1.72/debian/changelog python-fluids-0.1.72/debian/changelog --- python-fluids-0.1.72/debian/changelog 2018-04-17 00:33:35.000000000 +0000 +++ python-fluids-0.1.72/debian/changelog 2018-08-18 19:20:45.000000000 +0000 @@ -1,3 +1,15 @@ +python-fluids (0.1.72-2) unstable; urgency=medium + + * [1215102] Make python-fluids-doc Multi-Arch: foreign + * [eb610fd] Correct Vcs-* fields + * [62570cd] Updated to Standards-Version 4.2.0, no change required + * [29e96a7] Correct debian/watch + * [3e90d05] Add missing scipy dependency + * [cd776a2] Add lintian override for + package-contains-documentation-outside-usr-share-doc + + -- Kurt Kremitzki Sat, 18 Aug 2018 14:20:45 -0500 + python-fluids (0.1.72-1) unstable; urgency=low * Initial release. (Closes: #894672) diff -Nru python-fluids-0.1.72/debian/control python-fluids-0.1.72/debian/control --- python-fluids-0.1.72/debian/control 2018-04-17 00:33:35.000000000 +0000 +++ python-fluids-0.1.72/debian/control 2018-08-18 19:20:45.000000000 +0000 @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Debian Science Maintainers -Uploaders: Kurt Kremitzki +Uploaders: Kurt Kremitzki Build-Depends: debhelper (>= 11~), pandoc, dh-python, @@ -29,10 +29,10 @@ python3-scipy, python3-sphinx, sphinx-common -Standards-Version: 4.1.4 +Standards-Version: 4.2.0 Homepage: https://github.com/CalebBell/fluids -Vcs-Browser: https://salsa.debian.org/debian-science/python-fluids -Vcs-Git: https://salsa.debian.org/debian-science/python-fluids.git +Vcs-Browser: https://salsa.debian.org/science-team/python-fluids +Vcs-Git: https://salsa.debian.org/science-team/python-fluids.git Package: python-fluids Architecture: all @@ -42,6 +42,7 @@ python-matplotlib, python-pandas, python-pint, + python-scipy, python-sympy Suggests: python-fluids-doc Provides: ${python:Provides} @@ -62,6 +63,7 @@ python3-matplotlib, python3-pandas, python3-pint, + python3-scipy, python3-sympy Suggests: python-fluids-doc Provides: ${python3:Provides} @@ -78,6 +80,7 @@ Package: python-fluids-doc Architecture: all +Multi-Arch: foreign Section: doc Depends: libjs-mathjax, ${sphinxdoc:Depends}, ${misc:Depends} Description: Python fluid dynamics and engineering design library documentation diff -Nru python-fluids-0.1.72/debian/python3-fluids.lintian-overrides python-fluids-0.1.72/debian/python3-fluids.lintian-overrides --- python-fluids-0.1.72/debian/python3-fluids.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ python-fluids-0.1.72/debian/python3-fluids.lintian-overrides 2018-08-18 19:20:45.000000000 +0000 @@ -0,0 +1,3 @@ +# This file describes the contents or purpose of the directory it is in. +# /usr/lib/python*/dist-packages/fluids/nrlmsise00/README +package-contains-documentation-outside-usr-share-doc diff -Nru python-fluids-0.1.72/debian/python-fluids.lintian-overrides python-fluids-0.1.72/debian/python-fluids.lintian-overrides --- python-fluids-0.1.72/debian/python-fluids.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ python-fluids-0.1.72/debian/python-fluids.lintian-overrides 2018-08-18 19:20:45.000000000 +0000 @@ -0,0 +1,3 @@ +# This file describes the contents or purpose of the directory it is in. +# /usr/lib/python*/dist-packages/fluids/nrlmsise00/README +package-contains-documentation-outside-usr-share-doc diff -Nru python-fluids-0.1.72/debian/watch python-fluids-0.1.72/debian/watch --- python-fluids-0.1.72/debian/watch 2018-04-17 00:33:35.000000000 +0000 +++ python-fluids-0.1.72/debian/watch 2018-08-18 19:20:45.000000000 +0000 @@ -1,3 +1,2 @@ version=3 -opts="uversionmangle=s/rc/~rc/g,filenamemangle=s/.*\/(.*)/fluids-$1/" \ - https://github.com/calebbell/fluids/tags .*archive/([\d\.a-z]+)\.tar\.gz +https://github.com/CalebBell/fluids/tags .*/([\d\.]+)\.tar\.gz