camitk (5.0.2-3) unstable; urgency=medium . * Fix FTBFS during build all and build any camitk (5.0.2-2) unstable; urgency=medium . * Add missing Copyright entry Closes: #1005885 camitk (5.0.2-1) unstable; urgency=medium . [ Andreas Tille ] * New upstream version * Standards-Version: 4.6.0 (routine-update) * debhelper-compat 13 (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * (Build-)Depends libinsighttoolkit5-dev * Bump package version number and version numbers in Breaks fields * Build-Depends: libgdcm-tools * Adapt lintian-overrides to soversion . [ Jose Luis Rivero ] * Fix compilation by removing ixx files Closes: #997120 . [ Emmanuel Promayon ] * Update d/r and fix test error to improve multiarch support * Update autopkgtest for new upstream version * Disable unnecessary generation of dot graph for apidoc * Add d/not-installed for not packaged binaries * Update metadata to add upstream repo information camitk (4.1.2-4) unstable; urgency=medium . * Adapt (Build-)Depends of libgdcm to new names Closes: #949349 * debhelper-compat 12 (routine-update) * Standards-Version: 4.4.1 (routine-update) * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine- update) * Rely on pre-initialized dpkg-architecture variables. camitk (4.1.2-3) unstable; urgency=medium . [ Andreas Beckmann ] * libcamitk-dev: Add Breaks against several vtk6 packages to force switching from libvtk6-dev to libvtk7-dev. (Closes: #926430) . [ Andreas Tille ] * Standards-Version: 4.3.0 camitk (4.1.2-2) unstable; urgency=medium . * VTK7 compatibility. Closes: #909120 * Avoid double delete (patch from Bernhard Übelacker) * update d/control: multiarch, debphelper and compat camitk (4.1.2-1) unstable; urgency=medium . * New upstream version 4.1.2 * control, rules, and autopkgtest updated for new release * watch checks tag on upstream gilab * fixed mispelling detected by lintian * fixed config test and lib core dependencies camitk (4.0.4-2) unstable; urgency=medium . * Updated email address * wizard tests gained verbosity * Start Xvfb server first + update test dependencies camitk (4.0.4-1) unstable; urgency=medium . [ Emmanuel Promayon ] * New upstream version 4.0.4 * libdevel needs most of the build depends (needed for ci) . [ Andreas Tille ] * debhelper 10 (drop --parallel from d/rules) * d/watch: version=4 * hardening=+all camitk (4.0.3-1) unstable; urgency=medium . * Imported Upstream version 4.0.3 * Removed SONAME number in the dev package name * Create a new camitk-config package for the camitk-config binary, and have set appropriate Breaks+Replaces. Closes: #836990 * Improved autopkgtest test scripts * Fix debug-file-with-no-debug-symbols (CXX flags were overridden) camitk (4.0.0~beta-2) unstable; urgency=medium . * Team upload. * Add missing Breaks/Replaces to the -dev packages. Closes: #823025 * Re-enable parallel build. Now that slow architectures are not a problem anymore this should be safe to do. Closes: #747421 camitk (4.0.0~beta-1) unstable; urgency=low . [ Emmanuel Promayon ] * New upstream beta release. Thanks to Gianfranco Costamagna for the help. * New upstream beta release now depends on Qt5 Closes: #816805 * New upstream beta check for SOURCE_DATE_EPOCH Closes: #794740 * Run test only for architecture Any. Thanks to Andreas Tille for the help. Closes: #817163 * Removed Nicolas Saubat from maintainer list. Many thanks to Nicolas for his work on CamiTK during the last 4 years. . [ Andreas Tille ] * Moved packaging from SVN to Git . [ Gianfranco Costamagna ] * New upstream beta release (Closes: #798167) * Bump soname. * Fix packaging by following new libraries and removed libraries in rules file. * Remove all patches, upstream. * Switch to vtk6, itk4 and qt5 * Bump std-version to 3.9.8 * Update copyright file. . [ Mattia Rizzolo ] * Remove trailing whitespaces from all over debian/. * debian/rules: + Remove useless override in dh_builddeb: xz is the default now. + Semplify dpkg-parsechangelog invocation using -S instead of sed(1). camitk (3.4.0-2) unstable; urgency=low . * Fix cmake missing path to ITKConfig (patch force-path-to-itkconfig) Closes: #787753 * Increase test timeout for slower arch * fix timestamps_in_documentation_generated_by_doxygen (improve building reproducibility, patch remove-doxygen-timestamp) camitk (3.4.0-1) unstable; urgency=medium . * New upstream release. camitk (3.3.2-2) unstable; urgency=medium . * Fix autopkgtest for 3.3.2 Closes: #758130 camitk (3.3.2-1) unstable; urgency=low . * New upstream release. * Patches: - avoid console redirection (config-console-redirection.diff) - missing manpages, desktop and icon (applications-man-pixmap-desktop.diff) - remove non-dfsg compliant flash video player * Added some package tests * Added some debian/tests files for autopkgtest * New dicom components now directly based on gdcm camitk (3.2.2-2) unstable; urgency=medium . * debian/control: - cme fix dpkg-control - canonical Vcs fields * debian/rules: s/CMAKE_BUILD_TYPE:STRING=RelWithDebInfo/CMAKE_BUILD_TYPE:STRING=None/ Closes: #711515 camitk (3.2.2-1) unstable; urgency=low . * New upstream release. - Patches removed (merged in upstream) * Removed QCustomPlot (licence was not compatible, FTBS on armel and armhf) * camitk-imp description is now "workbench" (flagship was not really nice) * Remove uneeded dependencies (see #714935) * Updated pixmaps and desktop installation * Disable parallel build (that generates a "out of memory" error on some plateforms when compiling itk filters) * Updated dev dependencies camitk (3.2.1-1) unstable; urgency=low . [ Emmanuel Promayon ] * New upstream release. - Update STL obsolete code. Closes: #701250 * New package for camitk actionstatemachine * Updated debian/watch (web site change) * Updated debian/copyright due to new source organization in upstream * Updated debian/control due to new source organization in upstream * Patches: - desktop file (camitk-imp-categories.diff) - clean version id (remove-svn-revision.diff) - force dlopen path to load unfound library (load-private-lib-if-needed.diff) - use install path to share directory, needed when data are not installed (wizard-copy-proper-findcamitk.diff) * XPM icon . [ Andreas Tille ] * debian/rules: - get-orig-source: create download dir if needed - Use xz compression camitk (3.0.7-1) unstable; urgency=low . [ Emmanuel Promayon ] * New upstream release. Fix extension inner dependencies. - Remove non-free tetgen from source. Closes: #689951 - Adding -fPIC to fix FTBFS on armhf and mipsel. Closes: #690830 * Fix typo in d/control. Closes: #689021 Remove patch applied upstream: - sonamefix.patch * Separate package libqtpropertybrowser3 * Updated debian/watch submitted by Bart Martens . [ Mathieu Malaterre ] * Remove DMUA (deprecated) * Bump Std-Vers to 3.9.4, no changes needed * Remove myself from Uploaders camitk (3.0.2-1) unstable; urgency=low * Initial release (Closes: #682109) fsspec (2022.01.0-1) unstable; urgency=medium . * d/gbp.conf: Set debian/master as default branch. * d/tests: Add autopkgtest. * Run wrap-and-sort. * New upstream version (Closes: #983883). * d/control: Bump Standards-Version to 4.6.0.1. No changes needed. * d/control: Add Build-Depends on python3-pytest, python3-numpy and python3-aiohttp. They are used in tests. * d/rules: Run tests in build time. - Ignore tests that need http connections. - Copy tests from source to the build directory. The tests folders are ignored by dh_auto_build. * d/control: Add Rules-Requires-Root: no. * d/control: Clarify the long description of python-fsspec-doc that this package contains the documentation. * d/control: Update Vcs-* links to be according to the new repository name. * d/copyright: Add upstream contact information. * d/control: Build with pybuild's pyproject plugin. Add pybuild-plugin-pyproject as Build Depends. * Update the upstream homepage. Update it in d/control, d/copyright and d/watch. * d/tests: use the upstream testsuite as autopkgtest. * d/control: Update source package Build-Depends and binary package Recommends. - Remove python3-certifi from Build-Depends. It is not used. - Add python3-pytest-vcr as Build-Depends, it is needed for tests. - Add python3-dask, python3-distributed, python3-requests, python3-dropbox, python3-pygit2, python3-paramiko, python3-fusepy, python3-libarchive-c, git as Recommends. This is to extend the features of the package. * d/copyright: Update debian/* files copyright year. * d/source/lintian-overrides: Override missing-build-dependency-for-dh-addon to avoid a wrong lintian error until #1003668 be closed. gazebo (11.10.1+dfsg-2) unstable; urgency=medium . [ Jochen Sprickerhof ] * Use dh-sequences . [ Jose Luis Rivero ] * Update patch for camitk 5.x gazebo (11.10.1+dfsg-1) unstable; urgency=medium . * New upstream version 11.10.1+dfsg * Rediff patches * Valid lintian exception for plugin RPATH * Remove gitlab-ci.yml file gazebo (11.9.1+dfsg-8) unstable; urgency=medium . * Move to unstable gazebo (11.9.1+dfsg-7) experimental; urgency=medium . * New dart 6.12.x needs convull-3d gazebo (11.9.1+dfsg-6) unstable; urgency=medium . * Move to unstable gazebo (11.9.1+dfsg-5) experimental; urgency=medium . * Need fixed common3 gazebo (11.9.1+dfsg-4) experimental; urgency=medium . * Replace common and fuel-tools with versioned packages gazebo (11.9.1+dfsg-3) experimental; urgency=medium . * Move ignition-transport, ignition-msgs and sdformat to new versioned packages to facilitate transition from Gazebo11 to Ignition and updates for Ignition libraries in unstable. gazebo (11.9.1+dfsg-2) unstable; urgency=medium . * Fix previous upload: use package names in unstable since new versioned -dev packages for ignition and sdformat are in experimental. gazebo (11.9.1+dfsg-1) unstable; urgency=medium . * New upstream version 11.9.1+dfsg * Move ignition-transport, ignition-msgs and sdformat to new versioned packages * Remove old transition gazebo9 packages * Rediff patches * Update copyright * Update standards to 4.6.0 gazebo (11.8.0+dfsg-1) unstable; urgency=medium . * Install setup.* since there is a bash file in latest * New upstream version 11.8.0+dfsg * Update gtest patch gazebo (11.5.1+dfsg-3) experimental; urgency=medium . * Remove previous patch, not working * Call default dh_auto_build in build-indep to get examples and worlds installed for gazebo-common gazebo (11.5.1+dfsg-2) experimental; urgency=medium . * Include patch to make gazebo_test_fixture in ALL cmake target gazebo (11.5.1+dfsg-1) experimental; urgency=medium . * Update debian/gitlab-ci.yml file * Bump compat to 13 and standards to 4.5.1 * Exclude windows bat script and github actions code * Refresh patches to the new version * Remove patch merged upstream * New upstream version 11.5.1+dfsg gazebo (11.1.0+dfsg-6) unstable; urgency=medium . * Team upload. * Mark test superficial gazebo (11.1.0+dfsg-5) unstable; urgency=medium . * Team upload. * libgazebo-dev Depends on Protobuf API version (Closes: #985660) gazebo (11.1.0+dfsg-4) unstable; urgency=medium . * Team upload. * Add patch for Boost 1.74 (Closes: #975268) gazebo (11.1.0+dfsg-3) unstable; urgency=medium . * No static plugins anymore to install gazebo (11.1.0+dfsg-2) unstable; urgency=medium . * Fix qtpropertybrowser patch gazebo (11.1.0+dfsg-1) unstable; urgency=medium . * New upstream version 11.1.0 (Closes: #971128) gazebo (11.0.0+dfsg1-4) unstable; urgency=high . * Team upload. * debian/control: Update package dependency for DejaVu fonts. (Closes: #962570) gazebo (11.0.0+dfsg1-3) unstable; urgency=medium . * Team upload. * Update build dependency (Closes: #961561) gazebo (11.0.0+dfsg1-2) unstable; urgency=medium . * Team upload. * Add missing dependency gazebo (11.0.0+dfsg1-1) unstable; urgency=medium . * Team upload. * Switch d/watch to github * Use system tinyobjloader (Closes: #958332) * New upstream version 11.0.0+dfsg1 gazebo (11.0.0+dfsg-3) unstable; urgency=medium . * Team upload. * Add MA hints * Update dependencies gazebo (11.0.0+dfsg-2) unstable; urgency=medium . * Team upload. * Upload to unstable. gazebo (11.0.0+dfsg-1) experimental; urgency=medium . * Team upload. * Update d/watch * Update d/copyright Files-Excluded * New upstream version 11.0.0+dfsg * Rebase patches * Update copyright * Rename packages * Update packaging gazebo (9.12.0+dfsg-1) unstable; urgency=medium . * Use robot-unhinted fonts (Closes: #922946) * Include static plugins in plugin package * Migrate to debhelper-compat 12 and latest Standards * New upstream version 9.12.0 * Remove patch for pkg-config merged upstream gazebo (9.6.0-2) unstable; urgency=medium . * Add explicit boost dependency and remove obsolete signals * Add patch to pkg-config to use Libs.private and make lintian happy * Update boost dependencies for libgazebo9-dev too gazebo (9.6.0-1) unstable; urgency=medium . * New upstream version 9.6.0 * Remove patches merged upstream * Patch to avoid extra -l in pkgconfig provided flags. Closes: #918128. Thanks to Bas Couwenberg. gazebo (9.4.1+dfsg-1) unstable; urgency=medium . * Update standards * New upstream version 9.4.1+dfsg gazebo (9.0.0+dfsg5-5) unstable; urgency=medium . * Team upload. [ Jose Luis Rivero ] * Missing the inclusion of static libs (such as test-fixture) in the -dev package . [ Jochen Sprickerhof ] * Update watch file * Add patch for protobuf 3.6 (Closes: #908854) * Remove MA tag according to hinter gazebo (9.0.0+dfsg5-4.2) unstable; urgency=low . * Non-maintainer upload. * Remove the seemingly unnecessary build dependency on clang-format-4.0. (Closes: #893408) * Update the build dependency from ruby-ronn to ronn. (Closes: #903078) gazebo (9.0.0+dfsg5-4.1) unstable; urgency=medium . * Non-maintainer upload. * debian/patches: Fix build with ffmpeg 4.0. Thanks to James Cowgill for the patch. (Closes: #888365) gazebo (9.0.0+dfsg5-4) unstable; urgency=medium . * libqtpropertybrowser-dev is not an optional dependency. Remove arch conditionals (Closes: #891646) gazebo (9.0.0+dfsg5-3) unstable; urgency=medium . * Filter optional dependencies from those arches that does not support build-dep packages gazebo (9.0.0+dfsg5-2) unstable; urgency=medium . * Upload to unsatble * Change graphviz by libgraphviz-dev to fix optional support * Added ignition-fuelt-tools as dependency to enable optional support gazebo (9.0.0+dfsg5-1) experimental; urgency=medium . * Added patch to use roboto system fonts * Added patch to use system qtpropertybrowser * Missing pieces in the copyright file * Remove duplicate dependency on simbody * Do not restrict desktops where gazebo is shown * Fix lintian errors related to copyright * Change to salsa. Break/Replace gazebo7 version * Remove gazebo.menu (https://www.debian.org/doc/debian-policy/#version-4-0-1) * Remove all the SSE logic from rules file * Update TODO file with info about the ode packaging exception * Simplify and improve the README file: move licenses to its own section and use wildcards for listing files when possible * Missing font dependencies * Remove embedded libraries present in code * Added clang-format * Update the way of getting sources * Imported Upstream version 9.0.0+dfsg (Closes: #887931, #874898, #874898) * Use system ccd * Fix watch file * Remove fonts copyright * New upstream version 9.0.0+dfsg5 gazebo (7.8.1+dfsg-4) unstable; urgency=medium . * Team upload. . [ Iain Lane ] * Take patch from Fedora to fix FTBFS when running moc. Update it a bit for current gazebo. (Closes: #882591) gazebo (7.8.1+dfsg-3) unstable; urgency=medium . * Team upload. * Move dependency according to links file. * Add patch for Q_MOC_RUN (Closes: #882591) gazebo (7.8.1+dfsg-2) unstable; urgency=medium . * Team upload. * strlen patch taken from upstream (Closes: #876562) * Fix fonts dependencies (Closes: #878595, #857393, #857393) gazebo (7.8.1+dfsg-1) unstable; urgency=medium . * Remove merged patches * Imported Upstream version 7.8.1 * Update standards to 4.0.0 gazebo (7.5.0+dfsg-1) unstable; urgency=medium . * Imported Upstream version 7.5.0 * Don't need webkit anymore gazebo (7.3.1+dfsg-3) unstable; urgency=medium . * Fix use gtest system patch (Closes: #844896) gazebo (7.3.1+dfsg-2) unstable; urgency=medium . [ Gianfranco Costamagna ] * d/p/fix-boost1.62.patch: cherry-pick upstream commit to fix a boost1.62 build failure due to a missing include (Closes: #843243). gazebo (7.3.1+dfsg-1) unstable; urgency=medium . * Imported Upstream version 7.3.1 gazebo (7.3.0+dfsg-6) unstable; urgency=medium . * Fix supported arches in libgazebo7-dev package. Thanks to Graham Inggs (Closes: #837121) gazebo (7.3.0+dfsg-5) unstable; urgency=medium . * Use the current list of successfull builds of kido (amd64 arm64 i386 ppc64el alpha mipsel) to fix architectures in control file. Thank to Jeremy Bicha. (Closes: #837121) gazebo (7.3.0+dfsg-4) unstable; urgency=medium . * Team upload. . [ Peter Michael Green ] * [e3cbcc2] Restrict (build-)dependency on libkido-dev to architectures where that package is actually available (amd64, arm64, i386, ppc64el and alpha). (Closes: #837121) . [ Anton Gladky ] * [bafb23a] Remove myself from uploaders. gazebo (7.3.0+dfsg-3) unstable; urgency=medium . [ Jochen Sprickerhof ] * Add libcurl-dev as an alternative to simplify apts resolution . [ Jose Luis Rivero ] * Include patch to fix tinyxml constant removal (Closes: #835427) gazebo (7.3.0+dfsg-2) unstable; urgency=medium . * Patch to fix linking with gcc6 (Closes: #831176) gazebo (7.3.0+dfsg-1) unstable; urgency=medium . * Explicitly use of external tinyxml copy * Imported Upstream version 7.3.0 gazebo (7.0.0+dfsg-2) unstable; urgency=medium . * [9916e19] Fix Breaks/Replaces dependecies. (Closes: #817189) * [e6f3533] Remove dbg-package. * [8549abf] Apply cme fix dpkg. gazebo (7.0.0+dfsg-1) unstable; urgency=medium . * Need sdformat4 in gazebo7 (Closes: #813001) * Add libqtwebkit dependency * Imported Upstream version 7.0.0 * Migrate all package metadata to gazebo7 * Remove patch. Circular dependencies problem is fixed upstream gazebo (6.5.0+dfsg-2) unstable; urgency=medium . [ Jose Luis Rivero ] * [7a3cc42] Remove player as dependency. (Closes: #802032) . [ Anton Gladky ] * [6f51db4] Replace deprecated FFmpeg API. (Closes: #803816) * [7c0b8f1] Apply cme fix dpkg-control. * [37f9b28] Add myself to uploaders. gazebo (6.5.0+dfsg-1) unstable; urgency=medium . * Added filter to gdp.conf * Imported Upstream version 6.5.0 * Migrate patch to use FindGtest from PCL lib * Removed patches merged upstream and update the reamining ones. * Change all gazebo5 package references to gazebo6 * Added patch to use system gtest * Added patch to fix ciruclar linking problem in gz gazebo (5.0.1+dfsg-2.1) unstable; urgency=medium . * Non-maintainer upload. * debian/patches/0010-bullet-2.83.patch: Apply upstream patch to fix build against bullet 2.83. (Closes: #792992) gazebo (5.0.1+dfsg-2) unstable; urgency=medium . * [208ddf2] Disable robot-player-dev support (see #787007) (Closes: #787007) gazebo (5.0.1+dfsg-1) unstable; urgency=medium . * Team upload. * Upload into unstable gazebo (5.0.1+dfsg-1~exp3) experimental; urgency=medium . * [337a3cc] Fix problems with upgrade paths (Closes: #781651, #782104, #782105) gazebo (5.0.1+dfsg-1~exp2) experimental; urgency=medium . * [99f894c] Backport from upstream a patch to solve GAZEBO_MODEL_PATH bug gazebo (5.0.1+dfsg-1~exp1) experimental; urgency=medium . * [eacde0a] Fix patch to remove baemuk license * [cb7f2a6] Added the Ronn2Man license * [74d51bd] Remove old baemuk license * [3ad9ccc] Include missing license files * [59db7c2] Update ann files copyright * [5ee8de5] Added maiden copyright * [03f23fd] Update Dejavu font copyright. Include license * [da384e9] Include rtshader files license * [a28256d] Update OSRF copyright to 2015 * [2c7763e] Remove wrong included license * [969bf4c] Remove maiden.ttf font. Not in use * [65d716c] Remove duplicate robot-player-dev * [a6c50d6] Fix all lintian warnings in copyright file * [f2a16d5] Added libgazebo5-dev transitional package * [4b24607] Imported Upstream version 5.0.1. (Closes: #766748) * [556803f] Update install files to the new version * [3231500] Rename -dev file to libgazebo5-dev * [b6b788a] Update control file to gazebo5 * [922909e] Update all references to gazebo3 to gazebo5 * [cb4df5e] Remove patches that are now in upstream code gazebo (3.0.0+dfsg-3) unstable; urgency=medium . * Team upload. * [84c0ad8] Simplify d/rules. Fix install-command. (Closes: #766303) gazebo (3.0.0+dfsg-2) unstable; urgency=medium . * Enable simbody support * Enable player support * Enable gdal support * Update standard version to 3.9.6 * Added copyright for fcl (thanks to Thorsten Alteholz) * Modify skyx copyright to be LGPLv2+ * Missing command to get DEB_HOST_ARCH in rules file * Fix font file linking (Closes: #766303) gazebo (3.0.0+dfsg-1) unstable; urgency=medium . * Initial release. (Closes: #705440) node-jsonld (4.0.1-1) unstable; urgency=medium . [ upstream ] * new release(s) . [ Yadd ] * declare compliance with Debian Policy 4.6.0 * use debhelper compatibility level 13 (not 12) * stop depend on nodejs . [ Nilesh ] * use NodeJS module core-js v3; tighten build-depdency on node-core-js . [ Jonas Smedegaard ] * stop depend on node-xmldom, no longer used upstream * drop patch cherry-picked upstream now applied * update and unfuzz patches * tighten (build-)dependency on node-rdf-canonize * stop build-depend on nodejs, not explicitly used during build; have autopkgtest depend on nodejs * update copyright info: + use Reference field (not License-Reference); tighten lintian overrides + update coverage * simplify source helper script copyright-check node-jsonld (3.2.0-1) unstable; urgency=medium . [ upstream ] * new release(s) . [ Jonas Smedegaard ] * modernize source script copyright-check * copyright: update coverage * declare compliance with Debian Policy 4.5.1 * replace patch 2005 with upstream merge-request 361 * add patch 1002 to drop obsolete object.fromentries shim * unfuzz patches * (build-)depend on node-canonixalize node-lru-cache node-jsonld (1.6.2-6) unstable; urgency=medium . * re-release targeted unstable node-jsonld (1.6.2-5) experimental; urgency=medium . * stop build-depend on node-babel-plugin-transform-object-rest-spread node-babel-plugin-transform-runtime; really really closes: bug#960101, thanks (again) to Pirate Praveen * revive patch 2005 * update patch 2003 to favor /usr/share paths, and drop deep path into core-js symlinks from babel-runtime node-jsonld (1.6.2-4) experimental; urgency=medium . * use babel7 presets; drop patches 2001 2005; unfuzz patch 2003; build-depend on node-babel7 node-babel-plugin-transform-runtime node-babel-plugin-transform-object-rest-spread (not node-babel-cli node-babel-preset-env node-babel-plugin-transform-object-rest-spread node-babel-plugin-transform-runtime); tighten build-dependency on node-babel-loader closes: bug#960101, thanks to Pirate Praveen node-jsonld (1.6.2-3) unstable; urgency=medium . [ Nilesh ] * fix core-js paths * remove duplicate entries * set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse * use debhelper compatibility level 12 (not 9); build-depend on debhelper-compat (not debhelper) . [ Jonas Smedegaard ] * fix: tighten build-dependency on node-core-js * extend module paths to include /usr/share/nodejs and suspicious node-babel-runtime subpath; closes: bug#952375 * add DEP-5 patch header for patch 2004 * use execute_before_dh_auto_clean (not override_dh_auto_clean) node-jsonld (1.6.2-2) unstable; urgency=medium . * Drop patch 2002, and tighten to depend on recent webpack. Closes: Bug#933592. Thanks to Pirate Praveen. * Unfuzz patch 2003. * Mark autopkgtest as superficial. * Install nodejs code under /usr/share (not /usr/lib). node-jsonld (1.6.2-1) unstable; urgency=medium . [ upstream ] * New release(s). . [ Jonas Smedegaard ] * Declare compliance with Debian Policy 4.4.0. * Unfuzz patches. node-jsonld (1.5.3-1) unstable; urgency=medium . [ upstream ] * New release(s). . [ Jonas Smedegaard ] * Update watch file: + Simplify regular expressions. + Rewrite usage comment. * Update patch 2002 to revive loading webpack itself. * Unfuzz patches. * Tighten to (build-)depend versioned on node-rdf-canonize. node-jsonld (1.4.0-4) unstable; urgency=medium . * Update copyright info: Fix source URLs. * Fix depend (not only build-depend) on node-semver. * Mark libjs-jsonld as Multi-Arch: foreign. node-jsonld (1.4.0-3) unstable; urgency=medium . * Fix build-depend on node-rdf-canonize. Closes: Bug#919237. Thanks to Santiago Vila. * Unfuzz patch 2002. node-jsonld (1.4.0-2) unstable; urgency=medium . * Add patch 1001 to fix odd whitespace breaking Webpack 3. * Fix and limit patch 2001 to downgrade to use Babel 6 (not avoid Babel altogether). * Transpile with Babel to support Nodejs 6. Build-depend on node-babel-cli node-babel-preset-env node-semver. (Build-)depend on (not very) recent nodejs. * Add patch 2002 to downgrade to use Webpack 3. * Add patch 2003 to have webpack use system shared modules. * Provide binary package libjs-jsonld. Build-depend on node-babel-loader node-babel-plugin-transform-object-rest-spread node-babel-plugin-transform-runtime node-core-js node-webpack-merge webpack. * Provide zlib and brotli pre-compressed files. Build-depend on brotli pigz. * Update TODOs. node-jsonld (1.4.0-1) unstable; urgency=low . * Initial release. Closes: Bug#919024. pandas (1.3.5+dfsg-3) unstable; urgency=medium . * Tests: be compatible with new fsspec. (Closes: #1006170) * Re-enable numba tests. * Fix pyversions call. * Enable Salsa CI. * Update Lintian overrides. python-h5netcdf (0.14.1-1) unstable; urgency=medium . * Team upload. * New upstream release. * debian patch prevent_upstream_version_corruption.patch prevents setup.py from corrupting its own version file with reference to the local git repo. See Bug#1006851, https://github.com/h5netcdf/h5netcdf/issues/156 * Build-Depends: pybuild-plugin-pyproject * clean detritus left after build-time tests REMOVED: libphp-adodb 5.20.19-1 REMOVED: phppgadmin 7.13.0+dfsg-2 REMOVED: xserver-xorg-video-qxl 0.1.5+git20200331-2