caffe (1.0.0+git20180821.99bd997-2) unstable; urgency=medium . * Ignore precision issue on mips* machines which may lack an FPU. (Closes: #915108) caffe (1.0.0+git20180821.99bd997-1) unstable; urgency=medium . [ Mo Zhou ] * New upstream version 1.0.0+git20180821.99bd997 * libcaffe.so Depends on OpenBLAS or Atlas or MKL. (Closes: #898941) * Package caffe-cpu doesn't need to Depend on libopenblas-base or alike. * Bump Standards-Version to 4.2.0 (no change). . [ Dimitri John Ledkov ] * Fix finding the right boost-python. (1.0.0-8ubuntu1) (Closes: #914067) caffe (1.0.0-8) unstable; urgency=medium . * Fix FTBFS on Arch=all due to installing a file that is not built. (Closes: #899133) * Add upstream unittest to autopkgtest control file. caffe (1.0.0-7) unstable; urgency=medium . * Install upstream unittests as a part of the tools package. * Build-Depend on python3-distutils (See: #894203) * Strip unneeded --parallel option from rules, because compat=11 . * Bump X-Python-Version to 3.5 . * Bump Standards-Version to 4.1.4 (no change). * Update watch file to version=4 . caffe (1.0.0-6) unstable; urgency=medium . * Bump debhelper compat to 11. * Bump Standards-Version to 4.1.3 (no change). * Vcs-* fields point to Salsa. * Don't hardcode python3.5 in the patch. * Fix insecure-copyright-format-uri. caffe (1.0.0-5) unstable; urgency=medium . * Apply updates from upstream master branch. - Remove merged patch cmake-change-static-lib-name.patch. * Bump Standards-Version to 4.1.2 (no change). * Update description of caffe-doc. caffe (1.0.0-4) unstable; urgency=medium . * Update my name in control and copyright. * Bump Standards-Version to 4.1.1 . No change needed. * Use dh_missing --list-missing instead of dh_install --list-missing . * Remove the dirty hacks in the doc build. * Add several libjs* dependencies for the doc package. * Don't build binaries in indep-only build mode. caffe (1.0.0-3) unstable; urgency=medium . * Upload to unstable. * Set Multi-Arch of the dev package to same. * Bump Standards Version to 4.0.0 (No change needed). caffe (1.0.0-2) experimental; urgency=medium . * Rename static library libproto.a -> libcaffeproto.a and add it back to the -dev package. (Closes: #862528) caffe (1.0.0-1) experimental; urgency=medium . * New upstream release. The first upstream stable release. The version number is imported as 1.0.0 instead of 1.0 (upstream) for correct dpkg version comparison. * Patchset update: - Remove merged patch make-using-gnuinstalldirs . - Remove merged patch fix-more-float-comparison-precision-issue . - Drop patch post_rc5_upstream_updates.patch . * Rules: update CAFFE_SOVER and get-orig-source accordingly. * Control: + Add missing dependency: python3-pydotplus . + Update package description: upstream lab renamed from BVLC to BAIR. caffe (1.0.0~rc5-1) experimental; urgency=medium . * New upstream RC release. * Update CAFFE_SOVER and get-orig-source target in rules. * Update patches: - Remove cmake-avoid-argument-missing, cmake-bump-soversion-to-rc4.patch . - Refresh the other patches. - Cherry-pick upstream updates to rc5: post_rc5_upstream_updates.patch . caffe (1.0.0~rc4-1) unstable; urgency=medium . * New upstream release. * Update URL for get-orig-source target in rules. * Bump debhelper compat to 10. * Patch: add cmake-bump-soversion-to-rc4.patch to fix upstream soversion. * Rules: CAFFE_SOVER is `1.0.0-rc4` now. * Get rid of symbols control files to avoid endless FTBFS bugs caused by symbols change of C++ shared library. * Add the missing pytest target in override_dh_auto_test-arch. * Update LD_LIBRARY_PATH for dh_auto_test. * Rules: patch refman.tex before compiling to avoid pdflatex error. * Rules: remove all __pycache__ directories on clean. * Refresh lintian overrides. caffe (1.0.0~rc3+20161127-g24d2f67-5) unstable; urgency=medium . * Add patch: cmake-link-correct-python-lib.patch to fix FTBFS. (Closes: #850989). caffe (1.0.0~rc3+20161127-g24d2f67-4) unstable; urgency=medium . * Avoid autopkgtest failure by fixing stderr redirection. caffe (1.0.0~rc3+20161127-g24d2f67-3) unstable; urgency=medium . * Refresh symbols control from buildd's log. * Temporarily remove unused symbols file for kfreebsd-{amd64,i386}. * Mark caffe-doc as "Multi-Arch: foreign". * Redirect all autopkgtest scripts' stderr to stdout in order to make CI happy. Test scripts are considered failed as long as they produced output to stderr. caffe (1.0.0~rc3+20161127-g24d2f67-2) unstable; urgency=medium . * Install docker directory to caffe-doc package. * Refresh symbols control files for amd64 and i386. * Upload to unstable. caffe (1.0.0~rc3+20161127-g24d2f67-1) experimental; urgency=medium . * Import upstream snapshot. * Add patch: fix-more-float-comparison-precision-issue2 to fix more float point number comparision issue. * Refresh symbols control files. caffe (1.0.0~rc3+20160930-ga7f950b-3) experimental; urgency=medium . * Refresh symbols control file for i386 and ppc64el. * Move OpenBLAS and Atlas to Dependency of caffe-cpu, both prior to Generic BLAS (libblas3). That means users are forced to use one of optimized BLAS packages as long as available. * Update README.Debian . caffe (1.0.0~rc3+20160930-ga7f950b-2) experimental; urgency=medium . * Update autopkgtest scripts. * Refresh symbols control file for the following architectures: + amd64 (default), i386, ppc64el, kfreebsd-{amd64,i386}. * Add python3-protobuf to B-D, which is available since protobuf_3.0.0-8 . * Add description for several patches. caffe (1.0.0~rc3+20160930-ga7f950b-1) experimental; urgency=medium . * Import upstream snapshot (a7f950baafd7657732a40286e6db89f2c3baef63). * Fix changelog of the previous revision: - Fix typo: comtrol -> control . - Explain why git and libboost-dev are added as B-D. * Add patch fix-more-float-comparison-precision-issue, which fixes the float comparison precision problem in some of the unit tests. * Update manpage with new command line options added. * Update bash completion script according to command line option changes. * Refresh symbols control file. * Update description for caffe-doc. * Override a false-positive lintian warning. * Override dh_install with --list-missing. caffe (1.0.0~rc3+20160715-g42cd785-1) experimental; urgency=medium . * Import upstream snapshot (42cd785e4b5ed824a9b2a02a19aa534042b64325). * Suggest OpenBLAS/Atlas library for metapackage caffe-cpu. * Update manpage d/man/caffe.1 . * Comment out "-pedantic" from rules to reduce the size of build log. * Drop cherry-picked patches, already included in this new snapshot: - dont-set-map-size-1TB-in-db-lmdb - print-to-stderr-for-example-LMDB-code - update-MNIST-example-to-use-new-DB-classes * Remove patch fix-spelling-error, which was merged by upstream. * Refresh patch cmake-fix-python-module-installdir. * Refresh symbols comtrol file. * Override dh_fixperms to remove executable bit from several python scripts. * Add git and libboost-dev to B-D. * Add patch: cmake-avoid-argument-missing . caffe (1.0.0~rc3-4) experimental; urgency=medium . * Cherry-pick upstream fixes for map size issue. - dont-set-map-size-1TB-in-db-lmdb - print-to-stderr-for-example-LMDB-code - update-MNIST-example-to-use-new-DB-classes * Update symbols control file, diverge symbols control file for ppc64el. * Synchronize packaging with src:caffe-contrib (= 1.0.0~rc3-2). caffe (1.0.0~rc3-3) experimental; urgency=medium . * Remove octave related packages and corresponding builds, because upstream support for octave is limited. * Fix typo in package descriptions, update descriptions. * Update rules. * Add symbols control file for libcaffe.so . * Update README.Debian . caffe (1.0.0~rc3-2) experimental; urgency=low . * d/control - Rename binary package caffe-cpu to caffe-tools-cpu. - Create metapackage "caffe-cpu". - Update package descriptions. - Add B-D: liboctave-dev, octave-pkg-dev. - Bump python-caffe-cpu to python3-caffe-cpu. - Suggest caffe-doc for libcaffe-cpu-dev. * d/rules - Compile octave binary, however octave package is temporarily commented out bacause it's WIP. - Include defs.make from package 'octave-pkg-dev' for Octave related variables. - Bump from python2 build to python3 build. - change the compiling target order of override_dh_auto_build-arch. * d/man - Refresh manpage debian/man/caffe.1 , generated by txt2man with template file debian/man/caffe.txt - Remove unnecessary man pages. * d/patch - Update patches due to python2->python3 transition. - Update forward status in patch headers. - Add new patch cmake-octave-fix-library, which fixes python3 library name for mkoctfile. * d/tests - Add python3 interface B-D runtime-dependencies for testsuite. - Add test suite: python3caffetestsuite . - Update testsuite: simple . * Add install control files for octave-caffe-cpu. * Update debian/clean. * Update bash completion script for caffe. * Remove d/TODO. * Upload to experimental. The -1 version is an accident. caffe (1.0.0~rc3-1) experimental; urgency=low . * Initial release. (Closes: #788539) ccdproc (1.3.0-4) unstable; urgency=low . * Remove Python 2 package * Push Standards-Version to 4.2.1. No changes needed. ccdproc (1.3.0-3) unstable; urgency=medium . * Push Standards-Version to 4.2.0. Remove X-Python fields * Adjust tests for newer numpy and astropy versions. Closes: #902455 ccdproc (1.3.0-2) unstable; urgency=medium . [ Gianfranco Costamagna ] * Drop catchlog dependency (Closes: #894701) . [ Ole Streicher ] * Update VCS fields to use salsa.d.o * Push Standards-Version to 4.1.3. Use https everywhere * Push Compat to 11 ccdproc (1.3.0-1) unstable; urgency=medium . * Allow (and ignore) .postX suffixes in version number * New upstream version 1.3.0 * Rediff patches * Push Standards-Version to 4.1.1. Use https in all URLs ccdproc (1.2.0-3) unstable; urgency=medium . * Skip failing tests with newer numpy/astropy versions ccdproc (1.2.0-2) unstable; urgency=medium . * Push Standards-Version to 4.0.0. No changes required. * Provide astropy-2 compatibility (Closes: #868119) ccdproc (1.2.0-1) unstable; urgency=low . * New upstream version 1.2.0 * New dependencies python-skimage, python3-skimage * Rediff patches ccdproc (1.1.0-2) unstable; urgency=medium . * Fixed numpy dev test failure. Closes: #848812 ccdproc (1.1.0-1) unstable; urgency=low . * Imported Upstream version 1.1.0 ccdproc (1.0.1-2) unstable; urgency=low . * Fix test dependencies ccdproc (1.0.1-1) unstable; urgency=low . * Add d/u/metadata with ASCL-Id and repository * New upstream version ccdproc (0.3.3-3) unstable; urgency=medium . * Use ConfigParser module instead of the one embedded in distutils.config. Closes: #825627 * Update Standards-Version to 3.9.8. Use https for Vcs URLs ccdproc (0.3.3-2) unstable; urgency=low . * Add build and CI time tests * Bump standard version to 3.9.7. No changes needed. * Fix non-integer indexes for future numpy versions. Closes: #813667 ccdproc (0.3.3-1) unstable; urgency=low . * Initial release. (Closes: #803038) gammapy (0.9-1) unstable; urgency=low . * New upstream version 0.9. Rediff patch * Add pytest.mark.remote_data gammapy (0.8-2) unstable; urgency=low . * Fix CI test dependencies and Recommends gammapy (0.8-1) unstable; urgency=low . * New upstream version 0.8. Rediff patches * Drop Install-the-scripts-only-for-the-Python-3-version.patch: not needed * Add build time and CI tests * Push Standards-Version to 4.2.1. No changes needed. gammapy (0.7-1) unstable; urgency=low . * Initial release. (Closes: #795369) ganeti (2.16.0-3) unstable; urgency=medium . * Specify IP_PATH at configure time. Makes build consistent across usrmerged and non-usrmerged systems. Thanks to Andreas Henriksson! (Closes: #915652) ganeti-2.15 (2.15.2-13) unstable; urgency=medium . * Specify IP_PATH at configure time. Makes build consistent across usrmerged and non-usrmerged systems. Thanks to Andreas Henriksson! (Closes: #915843) invesalius (3.1.99992-2) unstable; urgency=medium . * Patch to remove python2 prints Closes: #908722 invesalius (3.1.99992-1) unstable; urgency=medium . * New upstream version Closes: #908456 invesalius (3.1.99991-1) unstable; urgency=medium . [ Thiago Franco de Moraes ] * New upstream version Closes: #901562 . [ Andreas Tille ] * debhelper 11 * Standards-Version: 4.2.0 * Delete ancient X-Python-Version field * Cleanup d/rules from unneeded targets invesalius (3.1.1-3) unstable; urgency=medium . * Further changes concerning #779655 invesalius (3.1.1-2) unstable; urgency=medium . [ Andreas Tille ] * Depends: s/python-imaging/python-pil/ Closes: #866434 * Standards-Version: 4.1.0 . [ Gert Wollny * Avoid division by zero in progress display Closes: #779655 invesalius (3.1.1-1) unstable; urgency=low . [ Thiago Franco de Moraes ] * New upstream version . [ Andreas Tille ] * Moved packaging from SVN to Git * Standards-Version: 4.0.0 (no changes needed) * debhelper 10 invesalius (3.0.1-1) unstable; urgency=low . [ Thiago Franco de Moraes ] * Version 3.0.1 * Support to VTK6 . [ Andreas Tille ] * cme fix dpkg-control * hardening=+bindnow invesalius (3.0-2) unstable; urgency=medium . * Remove explicit python-vtk dependency and go with implicite one provides by python-casmoothing Clothes: #808505 * Remove debian/menu * Add missing DEP3 header invesalius (3.0-1) unstable; urgency=low . [ Thiago Franco de Moraes ] * Version 3.0 invesalius (3.0~b5-4) unstable; urgency=low . [ Thiago Franco de Moraes and Olly Betts ] * Support to wxPython 3.0 invesalius (3.0~b5-3) unstable; urgency=low . [ Thiago Franco de Moraes ] * Added copyright info about invesalius\gui\widgets\platebtn.py Closes: #746708 . [ Andreas Tille ] * Fix Vcs URLs using `cme fix dpkg-control` invesalius (3.0~b5-2) unstable; urgency=low . * Added debhelper to Build-Depends. Closes: #747004 invesalius (3.0~b5-1) unstable; urgency=low . * Added undo and redo to the edition tool * Added new type of visualizations (MIP, MIDA and contour based visualizations) invesalius (3.0~b4-3) unstable; urgency=low . [ Thiago Franco de Moraes ] * debian/control: Added python-psutil as dependency (it was missing). . [ Andreas Tille ] * debian/control: `cme fix dpkg-control` to normalise control field and thus make it more easy to read * debian/rules: use xz compression invesalius (3.0~b4-2) unstable; urgency=low . * debian/control: Removed libvtk and libgdcm as dependency, relying only in python-vtk and python-gdcm. Closes: #708259 * debian/control: Converted the package to dh_python2. Removed python-support from Build-Depends-Indep. Dropped XB-Python-Version. Added X-Python-Version. debian/pyversion: Removed to convert the package to dh_python2. Closes: #708258 * debian/control: Setting wxPython 2.8.12 as minimun wxPython version. It was necessary due to errors in InVesalius with previous versions of wxPython. Closes: #708260 invesalius (3.0~b4-1) unstable; urgency=low . * Initial release (Closes: #584920) ndcube (1.0.1-2) unstable; urgency=medium . * Fix CI tests * Update Standards-Version to 4.2.1 * Use a minimal upstream signing key * Remove useless data directory ndcube (1.0.1-1) unstable; urgency=medium . * Initial release. (Closes: #895013) paleomix (1.2.13.3-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.2.1 * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target * Do not use tox to run full test suite in autopkgtest since it relies on full source dir pysal (1.14.4-3) unstable; urgency=medium . * Team upload. * Bump Standards-Version to 4.2.0, no changes. * Update watch file to use releases instead of tags. * Update watch file to limit matches to archive path. pysal (1.14.4-2) unstable; urgency=medium . * Team upload. * Drop autopkgtest to test installability. * Add lintian override for testsuite-autopkgtest-missing. pysal (1.14.4-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update copyright-format URL to use HTTPS. * Update Vcs-* URLs for Salsa. * Bump Standards-Version to 4.1.5, no changes. * Drop ancient X-Python-Version field. * Strip trailing whitespace from control & rules files. * Use filter instead of findstring to prevent partial matches. * Drop test_examples.patch, applied upstream. * Add overrides for package-contains-documentation-outside-usr-share-doc. * Add lintian override for python-module-in-wrong-location. pysal (1.14.3-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop TabError.patch, applied upstream. * Bump Standards-Version to 4.1.1, no changes. * Add patch to fix UnicodeDecodeError in test_examples. pysal (1.14.2-2) unstable; urgency=medium . * Team upload. * Add patch to fix inconsistent use of tabs and spaces in indentation. (closes: #876700) pysal (1.14.2-1) unstable; urgency=medium . * Team upload. * New upstream release. * Bump Standards-Version to 4.1.0, no changes. * Drop patches, applied upstream. pysal (1.13.0-5) unstable; urgency=medium . * Team upload. * Skip test_Headbanging_Median_Rate{,_tabular} tests, fail with Python 3.6. (closes: #867549) * Bump Standards-Version to 4.0.0, no changes. * Add autopkgtest to test installability. pysal (1.13.0-4) unstable; urgency=medium . * Team upload. * Ignore test failures on i386, package not normally built there. (closes: #860694) pysal (1.13.0-3) unstable; urgency=medium . * Team upload. * Add upstream patch to fix FTBFS with NumPy 1.12. (closes: #848783) * Don't ignore test failures, numpy compatibility has been fixed. pysal (1.13.0-2) unstable; urgency=medium . * Team upload. * Ignore test failures to not fail the entire build. (closes: #848783) pysal (1.13.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Move python{,3}-pandas from Recommends to Depends. pysal (1.12.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Add recommended dependencies. * Drop patches applied upstream. pysal (1.11.2-3) unstable; urgency=medium . * Team upload. * Remove unneeded conditional in reproducible-build-and-output.patch. * Add patch to fix TabErrors. pysal (1.11.2-2) unstable; urgency=medium . * Team upload. * Add patch by Chris Lamb for reproducible builds. (closes: #832997) pysal (1.11.2-1) unstable; urgency=medium . * Team upload. . [ Johan Van de Wauw ] * Initial upload (closes: #788576) python-geopandas (0.4.0-3) unstable; urgency=medium . * Team upload. * Bump Standards-Version to 4.2.0, no changes. * Update watch file to use releases instead of tags. * Update watch file to limit matches to archive path. python-geopandas (0.4.0-2) unstable; urgency=medium . * Team upload. * Drop autopkgtest to test installability. * Add lintian override for testsuite-autopkgtest-missing. * Add override for package-contains-documentation-outside-usr-share-doc. python-geopandas (0.4.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Add python3-sphinx to build dependencies. * Bump Standards-Version to 4.1.5, no changes. * Update copyright-format URL to use HTTPS. * Update Vcs-* URLs for Salsa. * Strip trailing whitespace from control file. * Update build dependencies for doc build. * Add patch to disable gallery, requires unpackaged dependencies. * Ignore test failures on all architectures. python-geopandas (0.3.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop patches, included upstream. * Remove obsolete TRAVIS env var from test commands. * Use pytest instead of nosetest to not fail all tests. python-geopandas (0.2.1-4) unstable; urgency=medium . * Team upload. * Add patch to remove usage of assert_isinstance from pandas. (closes: #868964) * Bump Standards-Version to 4.0.0, no changes. * Add autopkgtest to test installability. python-geopandas (0.2.1-3) unstable; urgency=medium . * Team upload. * Ignore test failures on i386, package not normally built there. (closes: #860621) python-geopandas (0.2.1-2) unstable; urgency=medium . * Team upload. * Skip test that fails on Travis, fails on Debian too. (closes: #849934) python-geopandas (0.2.1-1) unstable; urgency=medium . * Team upload. * New upstream release. * Add PySAL to build dependencies & Recommends. python-geopandas (0.2-2) unstable; urgency=medium . * Team upload. * Add build dependency on python-sphinx-rtd-theme. (closes: #828132) python-geopandas (0.2-1) unstable; urgency=medium . * Team upload. * New upstream release. * Override dh_python{2,3} to call dh_numpy{,3} too. * Update watch file to handle more tag conventions in filenamemangle. * Add python{,3}-{descartes,geopy,matplotlib,psycopg2,rtree} to Recommends. * Add additional build dependencies: cython{,3}, ipython{,3} & python{,3}-{geopy,mock,psycopg2,pytest-cov,rtree,six,sqlalchemy}. * Install examples in documentation package. * Update copyright file, changes: - Update copyright years for Geopandas developers - Add license & copyright for versioneer.py & nybb_16a.zip * Bump Standards-Version to 3.9.8, no changes. * Drop patches, applied upstream. * Use nosetests instead of pytest. * Don't install naturalearth_cities.README.html, privacy breach issues. python-geopandas (0.1.1-3) unstable; urgency=medium . * Team upload. * Update Vcs-Git URL to use HTTPS. * Bump Standards-Version to 3.9.7, no changes. * Add dependencies on imported modules (pandas, shapely, fiona, etc). (closes: #814938) * Enable parallel builds. python-geopandas (0.1.1-2) unstable; urgency=medium . * Team upload. * Fix Vcs-* URLs, rename repo from geopandas to python-geopandas. * Add patch to increase tolerance to fix plotting test failure. (closes: #792589) * Update Vcs-Browser URL to use HTTPS. * Add upstream metadata. python-geopandas (0.1.1-1) unstable; urgency=medium . * Initial release (Closes: #773394) rambo-k (1.21+dfsg-2) unstable; urgency=medium . * debhelper 11 * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.5 * Remove ancient X-Python-Version field * Build-Depends: dh-python * d/rules: do not parse d/changelog rambo-k (1.21+dfsg-1) unstable; urgency=low . * Initial release (Closes: #844996) sunpy (0.9.5-1) unstable; urgency=low . * New upstream version 0.9.5. Rediff patches sunpy (0.9.4-2) unstable; urgency=low . * Remove Python 2 package sunpy (0.9.4-1) unstable; urgency=low . * New upstream version 0.9.4. Rediff patches sunpy (0.9.3-1) unstable; urgency=medium . * New upstream version 0.9.3 * Push Standards-Versionto 4.2.1. No changes required * Use PYBUILD_TEST_ARGS for tests * Remove obsolete $HOME * Don't use SunPyTest class: prevents from testing sunpy (0.9.2-5) unstable; urgency=medium . * Recommend python-drms, and depend the tests on it sunpy (0.9.2-4) unstable; urgency=medium . * Skip more tests that timeout on MIPS familily sunpy (0.9.2-3) unstable; urgency=low . * Disable another occasionally failing test on mipsel sunpy (0.9.2-2) unstable; urgency=medium . * Mark known test failures as xfail (being discussed with upstream) sunpy (0.9.2-1) unstable; urgency=medium . * New upstream version 0.9.2. Closes: #897467 * Rediff patches * Push Standards-Version to 4.2.0. No changes needed. sunpy (0.8.3-1) unstable; urgency=low . * Update VCS fields to use salsa.d.o * New upstream version 0.8.3. Rediff patches * Push Standards-Version to 4.1.3. No changes needed. * Remove outdated and unused --doctest-rst option from setup.cfg sunpy (0.8.2-1) unstable; urgency=low . * Remove signing key * New upstream version 0.8.2 * Push Standards-Version to 4.1.1. Change d/watch URL to https sunpy (0.8.1-2) unstable; urgency=low . * Update test dependencies to fix CI tests sunpy (0.8.1-1) unstable; urgency=low . * Replace signing key by Nabil Freij * Drop patch applied upstream * Switch to https in d/copyright format URL * Update build dependencies * Remove obsolete wcsaxes package Recommends * Make Python 3 package arch:any again * New upstream version 0.8.1 * Push standards-version to 4.1.0. No changes needed. * Mark known test failures as xfail. * Remove outdated entries from d/copyright sunpy (0.7.9-1) unstable; urgency=medium . * New upstream version 0.7.9. Closes: #868053 * Rediff patches sunpy (0.7.8-2) unstable; urgency=low . * Make Python 3 package arch:all. Closes: #867605 sunpy (0.7.8-1) unstable; urgency=medium . * New upstream version 0.7.8 * Push Standards-Version to 4.0.0. No changes sunpy (0.7.4-2) unstable; urgency=medium . * Fix numpy 1.12 integer index problems appearing in tests sunpy (0.7.4-1) unstable; urgency=medium . * Propagate CI test exit code * New upstream version 0.7.4 sunpy (0.7.3-2) unstable; urgency=low . * Use "python -m pytest" for tests. Closes: #835251 sunpy (0.7.3-1) unstable; urgency=low . * Imported Upstream version 0.7.3 sunpy (0.7.2-1) unstable; urgency=low . * New upstream version sunpy (0.7-2) unstable; urgency=low . * Correct quotes for CI test commands sunpy (0.7-1) unstable; urgency=low . * New upstream version * Add Python 3 package sunpy (0.6.4-1) unstable; urgency=low . * New upstream version * Update standard to 3.9.8; no changes needed sunpy (0.6.3-2) unstable; urgency=medium . * Disable the wrong testing of an online test sunpy (0.6.3-1) unstable; urgency=low . * New upstream version * Update standard to 3.9.7; no changes needed sunpy (0.6.1-2) unstable; urgency=low . * Add upstream/metadata * Add CI tests sunpy (0.6.1-1) unstable; urgency=low . * Initial release. (Closes: #807739) vistrails (2.2.4-1) unstable; urgency=medium . * New upstream release * Standards-Version: 3.9.8 * DH_COMPAT=10 * Change dependency: ipython-qtconsole -> jupyter-qtconsole * Build-Depend on dh-python * Update copyright owners; make copyright machine readable. Closes: #840525, #796994 * Now depend on python-usagestats vistrails (2.2-2) unstable; urgency=medium . * Standards-Version: 3.9.8 * Drop dependency on ipython-qtconsole for the ipython5 transition vistrails (2.2-1) unstable; urgency=medium . * New upstream release. * Switch to python-vtk6. * Added depends on ipython-qtconsole, python-sklearn * Standards-Version: 3.9.6. vistrails (2.1.1-1) unstable; urgency=medium . * New upstream release. Closes: #728986. * Standards-Version: 3.9.5 * Now at DH_COMPAT=9 * Now use dh-python not python-support * Patches needed to prevent auto-installing packages, fix paths for files. vistrails (2.0.alpha~1-3) unstable; urgency=low * Make vistrails Architecture: all. Closes: #654910. * Add build-dep on python-support. Closes: 652288. vistrails (2.0.alpha~1-2) unstable; urgency=low * Add runtime dependency on python-qt4-gl. Closes: #644355 vistrails (2.0.alpha~1-1) unstable; urgency=low * Initial release. (Closes: #644096) REMOVED: python-websockets 6.0-0.1 REMOVED: node-rollup-plugin-alias 1.3.1-2 REMOVED: kamoso 18.04.0-3 REMOVED: python-uvicorn 0.3.21-1 REMOVED: python-pylxd 2.0.0~b1-2