brian (2.10.1-2) unstable; urgency=medium . * Team upload. * Packaging update (routine-update) * debputy lint --auto-fix (routine-update) * Configure lrc by adding debian/lrc.conf * Replace deprecated pkg_resources with packaging also in .codemeta/create_codemeta.py Closes: #1083322 brian (2.10.1-1) unstable; urgency=medium . * Team upload. . [ Alexandre Detiste ] * New upstream release * d/patches/doc_repro: Removed patch applied upstream . [ Michael R. Crusoe ] * Refreshed patches * d/rules: also exclude test_clocks which imports from test_network . [ Étienne Mollier ] * d/rules: do not skip tests anymore. Appart from the "Fatal Python error: Aborted" issue, all tests now work and there are no fundamental reasons to skip them. . [ Andreas Tille ] * Resolve 'Fatal Python error' see: https://github.com/brian-team/brian2/issues/1777 * Fix for NumPy 2.4 Closes: #1131050 * d/watch: version=5 * Set upstream metadata fields: Documentation. * Update standards version to 4.7.4, no changes needed. brian (2.9.0-2) unstable; urgency=medium . * Team upload. * d/rules: Skip 4 tests on riscv64 that take too long. * Added patch to improve the reproducibility of the build by sorting the list of exported members during documenation generation. brian (2.9.0-1) unstable; urgency=medium . * Team upload. * New upstream version. Support NumPy 2.3+ (Closes: #1114696) * Standards-Version: 4.7.2 (routine-update) * d/patches: refreshed; removed rm-setuptools-dep.patch, it is no longer needed. * Fixed links to external docs to instead point to the packaged -docs. * d/control: add missing pytest plugins. * d/rules: respect Debian Policy 4.9.1 and use DEB_BUILD_OPTION_PARALLEL to set the level of pytest parallelism via PYTEST_XDIST_AUTO_NUM_WORKERS. * Exclude far fewer tests brian (2.8.0.4-1) unstable; urgency=medium . * New upstream version 2.8.0.4 * d/patches/*: refresh most patches. brian (2.8.0-1) unstable; urgency=medium . * Team Upload * New upstream version compatible with Py3.13 (Closes: #1091403) * Refresh patches * Use dh-sequence-python3 to trim d/rules a bit brian (2.7.1+ds-2) unstable; urgency=medium . * rm-setuptools-dep.patch: new: remove dependency on setuptools. The dependency on setuptools encoded in upstream pyproject.toml results in pulling python3-pkg-resources, which is going to be removed. (Closes: #1083322) * d/s/lintian-overrides: remove: issue fixed in lintian. * d/rules: fix cleanup of standalone307987. brian (2.7.1+ds-1) unstable; urgency=medium . * New upstream version 2.7.1+ds * d/copyright: exclude examples/multiprocessing/standalone307987/main. This binary file looks to have been included in the upstream release by error and should probably not be part of the package at all. * d/watch: declare repack suffix +ds. * fix-minor-version-check.patch: new: compensate +ds suffix. This is needed to pass a version check test, which fails due to the newly introduced suffix. * d/copyright: cpp_generator.py now contains Apache-2.0 code. * privacy.patch: refresh. * reproducible.patch: delete: applied upstream. * pyproject-packages.patch: delete: applied upstream. * demote-cython.patch: refresh. * loongarch64.patch: delete: applied upstream. * Update line offset of remaining patches. * d/rules: README.rst was renamed README.md upstream. * workaround-test-failure.patch: new: fix test failing since sympy 1.13. (Closes: #1078394) * d/control: declare compliance to standards version 4.7.0. * Rename d/docs to explicit d/python3-brian.docs. * d/s/lintian-overrides: flag a set of false positives. * d/rules: remove leftover standalone307987 directory. * d/{rules,python3-brian.docs}: install Rallpack README along docs. brian (2.5.4-4) unstable; urgency=medium . * gsl-compiler-arg.patch: remove: applied upstream. * loongarch64.patch: new: further gsl optimizations. Thanks to liuxiang (Closes: #1059428) * d/rules: adjust hook for final cleanup. This fixes latent lintian warnings in python-brian-doc after architecture independent builds. * pyproject-packages.patch: declare commit applied upstream. brian (2.5.4-3) unstable; urgency=medium . * d/control: suggest make and libgsl-dev. These packages can be necessary to run certain optimized GSL workloads. * demote-cython.patch: new: remove cython from deps. (Closes: #1057983) * d/control: python3-brian recommends cython3. While it is not part of the dependencies anymore, the package contributes greatly to brian performances, and some example workloads will not run without it. * d/python-brian-doc.lintian-overrides: remove mismatched override. brian (2.5.4-2) unstable; urgency=medium . * d/clean: also clean docs/ and egg info. (Closes: #1043920) * d/rules: make workaround for #739300 more robust. The initial shape of the workaround with sed and grep made it self-destruct on first pass, causing failure to build binary packages twice in a row. Isolating one character of the regex immunizes the recipe against itself. The check for existence of remaining files is also necessary so sed does not attempt to run on zero files. (Closes: #1049556) * d/rules: reinforce documentation cleanup. This also eases the Sphinx 7.1 and docutils 0.20 transition. (Closes: #1042608) brian (2.5.4-1) unstable; urgency=medium . * New upstream version 2.5.4 * privacy.patch: refresh. brian (2.5.3-1) unstable; urgency=medium . * New upstream version 2.5.3 * privacy.patch: refresh. * gsl-compiler-arg.patch: refresh. * python3.11.patch: remove: applied upstream. * numpy1.24.patch: remove: applied upstream. * d/control: add pyproject build dependencies. Upstream is shifting to pyproject to declare packaging of brian2. * pyproject-packages.patch: new patch. This is needed to pull recursively all brian2 submodules, otherwise one the top level directory is installed, plus a handful of components from brian2.synapses somehow pulled by some other mean. * reproducible.patch: declare forwarding not-needed. The nature of the change makes it specific to Debian build context. brian (2.5.1-3) unstable; urgency=medium . * numpy1.24.patch: fix autopkgtest failure with numpy 1.24. Closes: #1027193 brian (2.5.1-2) unstable; urgency=medium . * python3.11.patch: add; fix ftbfs with python3.11. (Closes: #1027936) * d/copyright: bump copyright year. * privacy.patch: mark forward not-needed. * sphinx.patch: mark forward not-needed. * d/control: declare compliance to standards version 4.6.2. brian (2.5.1-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.1 (routine-update) * Refresh privacy.patch * Add mathjax-local.patch: fix numerous privacy breaches in documentation. * d/rules: adjust to new location of pytest cache. * d/python-brian-doc.lintian-overrides: update sphinx related overrides. brian (2.5.0.3-1) unstable; urgency=medium . * New upstream version brian (2.5.0.2-1) unstable; urgency=medium . * Team upload. * New upstream version * Drop redundant uupdate from watch file * Remove sphinx_tabs extension which is not packaged brian (2.4.2-8) unstable; urgency=medium . [ Andreas Tille ] * Standards-Version: 4.6.0 * Apply multi-arch hints. + python3-brian-lib: Add Multi-Arch: same. + python-brian-doc: Add Multi-Arch: foreign. * Use secure URI in Homepage field. . [ Étienne Mollier ] * d/rules: test only against default python version; fixes build failures when several python versions are available. * Delete ignore_failing_test.patch: skipping these tests does not seem justified anymore; this also fixes running the test suite with pytest. * d/rules: use upstream's documented build time test. (Closes: #983411) * d/control: remove build time test dependency python3-nose. * Add fix-numpy-test.patch: compatibility with numpy 1.21. (Closes: #999522) * d/control: suggest unit test dependencies in python3-brian. * d/control,d/tests: replace superficial autodep8-python autopkgtest by autopkgtests based on brian2.test() with good coverage. * d/copyright: update debian/* copyright year. * d/python-brian-doc.lintian-overrides: fix spelling-in-override-comment. * privacy.patch: remove badges from the README.rst; fix some of the privacy breaches caught by lintian. * d/rules: move some cleanup code before the last stages of package building; fix lintian warning package-contains-vcs-control-file. brian (2.4.2-7) unstable; urgency=medium . [ Nilesh Patra ] * Team Upload. * Make build reproducible . [ Étienne Mollier ] * d/control: update uploader address * d/watch: fix broken url to github brian (2.4.2-6) unstable; urgency=medium . * Drop tuning on MIPS due to flaky builds: failed in unstable, although experimental build went through. brian (2.4.2-5) unstable; urgency=medium . * Fix detection of PA-RISC CPU on HP workstations. The fallback method looks to otherwise work as expected, with the behavior of previous experiments. * Hopefully fix detection of SuperH CPU; Build-Depends are not available, so there are not much ways to check yet. * Rewrapped machine uname filters to be more condensed and less surprising. * debian/patches/gsl-compiler-arg.patch forwarded upstream. brian (2.4.2-5~0exp0) experimental; urgency=medium . * Team upload. * Improve gsl-compiler-arg.patch to squeeze out performances on any end user machine, in an architecture aware way. brian (2.4.2-4) unstable; urgency=medium . * Add myself to uploaders. * Attempt to undo harm done by erroneous experimental upload to unstable. brian (2.4.2-4~0exp0) experimental; urgency=medium . * Team upload. * Improve gsl-compiler-arg.patch to squeeze out performances on any end user machine, in an architecture aware way. brian (2.4.2-3) unstable; urgency=medium . * Team upload. * Add gsl-compiler-arg.patch to select sensible default build arguments, as several CPU architectures may otherwise not work with upstream's defaults, which mainly target amd64 CPUs. Fixes FTBFS on a couple of architectures, including mipsel and riscv64. brian (2.4.2-2) unstable; urgency=medium . * Team Upload. * Fix import name (Fixes debci) * Add python3-setuptools to Depends brian (2.4.2-1) unstable; urgency=medium . * Team upload. * Take over package in Debian Med team maintenance * Delete debian/gbp.conf since repository now follows default * Standards-Version: 4.5.1 (routine-update) * debhelper-compat 13 (routine-update) * Secure URI in copyright format (routine-update) * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine- update) * Remove trailing whitespace in debian/changelog (routine-update) * Do not parse d/changelog (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Build-Depends: python3-pytest * Ignore test test_cpp_standalone, test_functions, test_monitor * Also ignore test_stateupdaters and test_numpy_codegen which is questionable * Remove unneeded debian/blends (information is in upstream metadata) brian (2.2.2.1-1) experimental; urgency=medium . * Team upload. * New upstream version providing Python3 support Closes: #936239, #876920 * Verified that import works Closes: #896426 * Point watch file to Github * debhelper-compat 9 * Point Vcs fields to salsa.debian.org * Standards-Version: 4.4.1 * Testsuite: autopkgtest-pkg-python * buildsystem=pybuild * Lintian-overrides for issues created by sphinx * hardening=+all * More verbose long descriptions brian (1.4.3-1) unstable; urgency=medium . * New upstream minor release - compatible with recent matplotlib (Closes: #811354) * debian/copyright - adjusted years and for BSD-3-clause brian (1.4.1-3) unstable; urgency=medium . * Deprecate python-support (Closes: #785971) * Fix timestamp for sphinx based on the changelog. Thanks Juan Picca for the report and the patch (Closes: #788393) * Moved debian/upstream to debian/upstream/metadata * Policy boost to 3.9.6 (no changes) * Tuned up debian/copyright brian (1.4.1-2) unstable; urgency=medium . * Forgotten upload to unstable * debian/control - policy boost to 3.9.5 - updated Vcs- fields given migration to anonscm.d.o and provided -b debian brian (1.4.1-1) experimental; urgency=low . * New upstream release - absorbed/addressed all non deb_* patches * debian/rules - set http_proxy to avoid undesired network accesses - prefixed with 'set -e' all 'for' loops to guarantee failure if any fails - set env variable BRIAN_SETUP_FAIL_ON_ERROR brian (1.4.0-1) experimental; urgency=low . * Fresh upstream release * debian/patches: - added up_examples_shebangs patch to address lintian warnings on executable non-scripts - refreshed build_extensions patch to build extensions (assuming now that numpy is present) - cherry-picked 0001-C-version-of-SpikeContainer-now-picklable.patch to resolve pickling of swig'ed objects * debian/control: - boosted policy to 3.9.3 (no further changes) - removed not needed XS-DM-Upload-Allowed * debian/copyright: - DEP5 v.1.0 compliant now - moved references into debian/upstream brian (1.3.1-1) unstable; urgency=low * Fresh upstream release * Boosted policy compliance to 3.9.2 (no changes) * Added up_skip_tests_with_paths patch to avoid test failures on custom test scripts with hardcoded paths brian (1.3.0-2) unstable; urgency=low * Restrict numpy versioned dependency only to -lib package. Thanks Jakub Wilk brian (1.3.0-1) unstable; urgency=low * Fresh upstream release * Suggest cherrypy and build-depend on dvipng brian (1.2.2~svn2469-1) unstable; urgency=low * Upstream pre-release snapshot * debian/copyright - fixed Maintainer and Source entries * debian/rules: - set both HOME and MPLCONFIGDIR to point to build/. Should resolve issues of building when $HOME is read-only (Closes: #612548) - assure Agg matplotlib backend to avoid possible complications during off-screen operations - un-disabled hears unittests (model-fitting remains disabled due to absent dependency -- playdoh) * debian/control: - graphviz (for graphs rendering) and texlive-latex-base, texlive-latex-extra (for equations rendering) into build-depends brian (1.2.2~svn2229-1) unstable; urgency=low * Initial release (Closes: #602246) godot (4.6.3+ds-1) unstable; urgency=medium . * New upstream version 4.6.3 (Closes: #1127464) * Drop patches applied upstream * Refresh output path patch for new upstream source godot (4.5.1+ds-1) unstable; urgency=medium . * New upstream version 4.5.1+ds * Sort and add new copyright excludes for repack * Necessary as upstream churns on vendored dependencies * Migrate to v5 d/watch format * Fix disabled debug symbols in Salsa CI with new sbuild backend. sbuild filters out most environment variables by default so we have to pass a custom additional configuration to allow certain variables through to disable debug symbol building. * Disable sowrap build option. By default Godot uses dlopen to load certain shared libraries, which makes it difficult for Debian's package building suite to determine required runtime libraries after build. * Update Vcs URLs in d/control to new location * Refresh patches * Drop ICU support data loading fix applied upstream * Rebase output path and wslay compiler flag patches * Refresh dependencies * The Bullet physics engine was dropped for 4.x in favor of a custom Godot physics engine. Jolt was swapped in for the default physics engine as of 4.5. * Wayland support brought in a few more dependencies * Use Debian libturbojpeg * SDL is now used * speechd has been supported for a while upstream but we never added it * Update to new build opt name to disable OpenXR. * Godot still does not build with Debian's OpenXR. * Drop wslay patch now that Debian fixed package. * Fixed in wslay 1.1.1-5. * Patch some keywords into desktop file * Patch broken screenshot link in Appstream metadata * Update copyright for new upstream version * Patch upstream copyright. Bring it in sync with Debian's copy. * Backport upstream test fix for ICU 78.1 godot (4.4.1+ds-1.1) unstable; urgency=medium . * Non-maintainer upload. * Depend on libfontconfig1. (Closes: #1129645) * Drop the no longer needed libatomic workaround. (Closes: #1130088) godot (4.4.1+ds-1) unstable; urgency=medium . * New major upstream version 4.4.1+ds (Closes: #1070845) * See Godot's blog posts for details of this major update: https://godotengine.org/releases/4.4/ * Stop namespacing binary packages based on major version * Editor binary is now simply named godot to avoid bumping every major version. * Rename headless builds to align with upstream * godot3-runner and godot3-server replaced with godot-template-debug and godot-template-release. * Sync copyright with upstream * Drop unused third-party libraries * Drop patches applied upstream * Refresh remaining patches for new upstream version * Backport upstream patch to fix ICU support data loading * Comment on why remaining dependencies can't be devendored * Disable engine update check * Enable debug symbols if noautodbgsym not in DEB_BUILD_OPTIONS * Revise patch to explicitly set executable output path * Add some maintainer notes about bumps and copyright * Disable unused default debug symbol build flag in Salsa CI * Fix lintian copyright issues * Add missing copyright for pitch shift * noted during review of 4.3 by ftpmaster * Enable blhc in Salsa CI again * Confirm conformance to latest Debian policy (4.7.2) * Drop unsupported architectures: armel, armhf, and i386 godot (3.6+ds-2) unstable; urgency=medium . [ Travis Wrightsman ] * Allow autopkgtest to fail on some architectures * Remove after_script workarounds after upstream fix godot (3.6+ds-1) unstable; urgency=medium . [ Travis Wrightsman ] * New upstream version 3.6+ds (Related: #1070845) * Add autopkgtests * Migrate metainfo and icon to modern freedesktop paths * Install godot3 man page * Unvendor as many dependencies as currently possible * Replace custom_build suffix with Debian version * Namespace everything to major version 3 * Namespace StartupWMClass to major version too * Add myself to d/copyright * Update VCS URL salsa.debian.org/games-team/godot3 . [ Otto Kekäläinen ] * Enable Salsa CI to improve quality assurance prior to upload * Add myself to copyright and uploader while sponsoring Travis' work godot (3.5.2-stable-2) unstable; urgency=medium . * Team upload. . * Adjusted d/rules scons call to try to get the build working on ppc64le. godot (3.5.2-stable-1) unstable; urgency=medium . * Team upload. . * Added d/gbp.conf to enforce use of pristine-tar. * New upstream version 3.5.2-stable. * Disable modules raycast and lightmapper_cpu on s390x (Closes: #1037985). godot (3.5.1-stable-2) unstable; urgency=medium . * Team upload. . * Adjusted build rules to link with libatomic on armel and riscv64. (Closes: #1019868) * Disabled building denoise module on platforms where OIDN fail to build. (Closes: #1031132) * Updated build dependencies based on feedback from lintian. * Adjusted d/copyright to list CC0 license for appstream metadata XML file. * Adjusted install rules to install both appstream metadata and XSD MIME rules. * Updated Standards-Version from 4.6.0 to 4.6.2. godot (3.5.1-stable-1) unstable; urgency=medium . [ Federico Ceratto ] * New upstream release (Closes: #1019931) * Set supported architectures (Closes: #978567) * Update third-party libraries in d/copyright . [ Dominik George ] * New upstream version + CVE-2021-26825/CVE-2021-26826 (Closes: #982593) * Bump Standards-Version (no changes needed) * Fixes to d/copyright + Fix invalid file patterns + Remove superfluous fiels (not in source tree anymore) godot (3.2.3-stable-1) unstable; urgency=medium . [ Federico Ceratto ] * New upstream release . [ Dominik George ] * New upstream release * Drop ca-certs path patch + Use system_certs_path build option instead * Bump Standards-Version + No changes needed * Install icon (Closes: #956684) * Add myself to Uploaders to trak package * Remove .scons_env.json after scons generation in dh_clean * Thanks to Teckids e.V. and credativ GmbH for sponsoring the work godot (3.2-stable-2) unstable; urgency=medium . * Team upload * Remove build-deps libgcc-8-dev, libstdc++-8-dev (Closes: #944168) * Clean .sconsign?.dblite because .sconsign5.dblite prevents the build (Closes: #954608) godot (3.2-stable-1) unstable; urgency=medium . * New upstream release godot (3.0.6-2) unstable; urgency=medium . * Switch to source format 3.0 (Closes: #914617) * Remove binary dependencies, thanks Jeremy Bicha (Closes: #914618) * Support 32-bit architectures (Closes: #914609, #914620, #914624) godot (3.0.6-1) unstable; urgency=medium . [ Federico Ceratto ] * Initial release (Closes: #793057) mongo-cxx-driver (4.4.0-1) unstable; urgency=medium . * New upstream release * Upload to unstable (rather than experimental) now that ABI is stable * d/patches/0002_fix_api_docs_generation.patch: dropped, included upstream mongo-cxx-driver (4.1.4-1) experimental; urgency=medium . * New upstream release * Bump dependency on libmongoc-dev * Update to debhelper compatibility 13 mongo-cxx-driver (4.0.0-1) experimental; urgency=medium . * New upstream release * Drop Kyle Kloberdanz as uploader * Bump dependency on libmongoc-dev * Drop MNMLSTC build profile and Boost dependency mongo-cxx-driver (3.11.0-1) experimental; urgency=medium . * New upstream release * d/rules: set -DENABLE_TESTS=OFF (since upstream CI is very thorough) * d/copyright: remove references to removed files mongo-cxx-driver (3.10.2-1) experimental; urgency=medium . * New upstream release * Bump dependency on libmongoc-dev * Update to Standards-Version 4.7.0 (no changes) mongo-cxx-driver (3.10.1-1) experimental; urgency=medium . * New upstream release mongo-cxx-driver (3.9.0-1) experimental; urgency=medium . * New upstream release mongo-cxx-driver (3.8.1-1) experimental; urgency=medium . * New upstream release mongo-cxx-driver (3.8.0-1) experimental; urgency=medium . * New upstream release * Bump dependency on libmongoc-dev mongo-cxx-driver (3.7.1-1) experimental; urgency=medium . * New upstream release * Update to Standards-Version 4.6.2 (no changes) mongo-cxx-driver (3.7.0-1) experimental; urgency=medium . * New upstream release * Bump dependency on libmongoc-dev * Update to Standards-Version 4.6.1 (no changes) mongo-cxx-driver (3.6.7-1) experimental; urgency=medium . * New upstream release * mongo-cxx-driver (3.6.6-1) experimental; urgency=medium . * New upstream release * Drop Samantha Ritter as uploader * Update to Standards-Version 4.6.0 (no changes) mongo-cxx-driver (3.6.5-1) experimental; urgency=medium . * New upstream release mongo-cxx-driver (3.6.3-1) unstable; urgency=medium . * New upstream release * Drop A. Jesse Jiryu Davis as uploader mongo-cxx-driver (3.6.2-1) experimental; urgency=medium . * New upstream release * Implement build profile: pkg.mongo-cxx-driver.mnmlstc + the build profile allows interested users to rebuild with the MNMLSTC/core C++17 polyfill instead of Boost + consult README.Debian for details * Update to Standards-Version 4.5.1 (no changes) mongo-cxx-driver (3.6.1-1) experimental; urgency=medium . * New upstream release mongo-cxx-driver (3.6.0-1) experimental; urgency=medium . * New upstream release * Bump dependency on libmongoc-dev * Update to Standards-Version 4.5.0 (no changes) mongo-cxx-driver (3.4.1-1) experimental; urgency=medium . * New upstream release * debian/copyright: + Fix license specification for src/bsoncxx/private/b64_ntop.hh * debian/control: + Update to Standards-Version 4.5.0 (no changes) + Remove A. Jesse Jiryu Davis from Uploaders . mongo-cxx-driver (3.4.0-1) experimental; urgency=low . * Initial release (Closes: #914573) paramiko (4.0.0-4) unstable; urgency=medium . * Team upload. * Fix error in FIPS mode with X25519 isSupported check (LP: #2072974) * Update lintian override for very-long-line-length-in-source-file python-invoke (3.0.3+ds-1) unstable; urgency=medium . * Team upload * New upstream release * Run upstream tests as autopkgtests as well * Rework import patch and forward it upstream * Update list of failing pty=True tests * Drop suggesting the non-existing python-invoke-doc package pyuvm (4.0.1-1.1) unstable; urgency=medium . * Non-maintainer upload. * Test only with the default Python version. r-cran-dimred (0.2.7-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.2 (routine-update) * Restrict to little-endian architectures (routine-update) r-cran-dimred (0.2.6-4) unstable; urgency=medium . * Team upload. * Fix typo in autopkgtest run script. r-cran-dimred (0.2.6-3) unstable; urgency=medium . * Team upload. * autopkgtests: ignore test_NMMR on riscv64 as well * Standards-Version: 4.6.2 (routine-update) * d/control: put unmmanaged build dependency (architecture-is-64-bit) last, so that dh-update-R doesn't ignore the R build dependencies. r-cran-dimred (0.2.6-2) unstable; urgency=medium . * Team upload. * d/control: stop building for 32-bit architectures as upstream doesn't support them. Closes: #1074529 r-cran-dimred (0.2.6-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.1 (routine-update) * Reorder sequence of d/control fields by cme (routine-update) r-cran-dimred (0.2.5-3) unstable; urgency=medium . * Team upload * Also ignore test_NNMF on s390x r-cran-dimred (0.2.5-2) unstable; urgency=medium . * Team Upload. * Ignore test_NMMR on a arm and ppc r-cran-dimred (0.2.5-1) unstable; urgency=medium . * New upstream version * Add Suggests from DESCRIPTION to Test-Depends * Exclude tests with missing dependencies r-cran-dimred (0.2.4-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.0 (routine-update) r-cran-dimred (0.2.3-2) unstable; urgency=medium . * Standards-Version: 4.5.0 (routine-update) * debhelper-compat 13 (routine-update) * Testsuite: autopkgtest-pkg-r (routine-update) * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * Trim trailing whitespace. * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Repository, Repository-Browse. r-cran-dimred (0.2.3-1) unstable; urgency=medium . * New upstream version * debhelper 12 * Standards-Version: 4.4.0 * Exclude sufficient amount of autopkgtest to let it pass r-cran-dimred (0.2.2-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.2.1 r-cran-dimred (0.1.0-2) unstable; urgency=medium . * debhelper 11 * Maintainer: Debian R Packages Maintainers * Point Vcs fields to salsa.debian.org * dh-update-R to update Build-Depends r-cran-dimred (0.1.0-1) unstable; urgency=medium . * Initial release (closes: #883054) r-cran-ei (1.3-3-4) unstable; urgency=medium . * Team upload. * Packaging update (routine-update) * Standards-Version: 4.7.3 (routine-update) * debhelper-compat 13 (routine-update) * Reflow Uploaders field (cme) * Remove Priority field (cme) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) r-cran-ei (1.3-3-3) unstable; urgency=medium . * Standards-Version: 4.5.0 (routine-update) * debhelper-compat 12 (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * Trim trailing whitespace. r-cran-ei (1.3-3-2) unstable; urgency=medium . * Rebuild for R 3.5 transition * Maintainer: Debian R Packages Maintainers * dh-update-R to update Build-Depends r-cran-ei (1.3-3-1) unstable; urgency=medium . * Initial release (closes: #893871) r-cran-emayili (0.9.3-2) unstable; urgency=medium . * Team upload. * Packaging update (routine-update) * Standards-Version: 4.7.3 (routine-update) * Reflow Uploaders field (cme) * Remove Priority field (cme) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) r-cran-emayili (0.9.3-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.2 (routine-update) r-cran-emayili (0.9.2-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-emayili (0.8.0-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.0 (routine-update) r-cran-emayili (0.7.18-1) unstable; urgency=medium . * New upstream version r-cran-emayili (0.7.17-1) unstable; urgency=medium . * New upstream version r-cran-emayili (0.7.15-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.2 (routine-update) * Reorder sequence of d/control fields by cme (routine-update) r-cran-emayili (0.7.13-1) unstable; urgency=medium . * New upstream version r-cran-emayili (0.7.11-1) unstable; urgency=medium . * New upstream version r-cran-emayili (0.7.10-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.1 (routine-update) r-cran-emayili (0.7.9-1) unstable; urgency=medium . * New upstream version * dh-update-R to update Build-Depends (routine-update) * Upstream has dropped tests r-cran-emayili (0.7.5-1) unstable; urgency=medium . * New upstream version * dh-update-R to update Build-Depends (routine-update) * Test-Depends: r-cran-jinjar, r-cran-memoise, r-cran-roxygen2 * Point Vcs fields to salsa.debian.org (routine-update) r-cran-emayili (0.7.0-2) unstable; urgency=medium . * Team Upload. * Add patch to fix FTBFS with r-cran-tidyr (Closes: #1006380) r-cran-emayili (0.7.0-1) unstable; urgency=medium . * New upstream version * dh-update-R to update Build-Depends (routine-update) r-cran-emayili (0.6.1-1) unstable; urgency=medium . * New upstream version * dh-update-R to update Build-Depends (routine-update) * Set upstream metadata fields: Repository, Repository-Browse. * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on r-cran-curl. * Build-Depends: r-cran-logger r-cran-emayili (0.4.17-1.1) unstable; urgency=medium . * Non-maintainer upload. * d/t/control: Add r-cran-here to Test-Depends r-cran-emayili (0.4.17-1) unstable; urgency=medium . * r-cran-here is accepted in unstable * New upstream version * dh-update-R to update Build-Depends (3) (routine-update) * Trim trailing whitespace. * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit. * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on r-cran-curl. r-cran-emayili (0.4.16-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.0 (routine-update) * Disable tests in need of not yet accepted r-cran-here r-cran-emayili (0.4.10-1) unstable; urgency=medium . * Initial release (closes: #988693) r-cran-r.devices (2.17.4+ds-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.4 (routine-update) * Set upstream metadata fields: Archive, Repository, Repository-Browse. r-cran-r.devices (2.17.3+ds-2) unstable; urgency=medium . * Team upload. * Packaging update (routine-update) * Standards-Version: 4.7.3 (routine-update) * Reflow Uploaders field (cme) * Remove Priority field (cme) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) r-cran-r.devices (2.17.3+ds-1) unstable; urgency=medium . * New upstream release. * debian/control - Bump Standards-Version to 4.7.2. - Drop redundant Rules-Requires-Root field. * debian/copyright - Update my copyright years. r-cran-r.devices (2.17.2+ds-1) unstable; urgency=medium . * New upstream release. * debian/changelog - Bump Standards-Version to 4.6.2. * debian/patches/reproducible-pdf.patch - Remove patch; applied upstream * debian/copyright - Update my copyright years. r-cran-r.devices (2.17.1+ds-1) unstable; urgency=medium . * New upstream relesae. * debian/gbp.conf - Remove "debian-branch" setting; unnecessary since we now use "master", which is the default value. * debian/control - Bump Standards-Version to 4.6.1. * debian/copyright - Update my copyright years. * debian/docs - Update filename for NEWS; now NEWS.md. * debian/patches/reproducible-pdf.patch - Stop suppressing PDF metadata in vignetted; applied upstream. - Drop timing info from vignette for reproducibiliy. * debian/rules - Export HOME; needed by dh_vignette. r-cran-r.devices (2.17.0+ds-3) unstable; urgency=medium . * debian/clean - Clean up generated vignette files. * debian/control - Add r-cran-r.rsp to Build-Depends. - Add texinfo to Build-Depends; needed for texi2dvi for generating vignette. - Add cm-super to Build-Depends; prevents "Font tcrm1000 at 600 not found" error while generating vignette. * debian/patches/reproducible-pdf.patch - New patch; suppress PDF info in vignette for reproducibility. * debian/rules - Stop generating vignette using pdflatex and pre-generated .tex file. It will be built using R.rsp, which is now in Debian. - Use dh_vignette to generate vignette. - Run dh_auto_install before dh_vignette so R.devices is available for generatating vignette. - Convert override_dh_auto_install target to execute_before_dh_auto_install. * debian/source/include-binaries - Remove file; no longer needed. * debian/vignettes/* - Remove files; no longer needed. r-cran-r.devices (2.17.0+ds-2) unstable; urgency=medium . * Source-only upload for migration to testing. * debian/{control,copyright} - Update my email address; now a Debian Developer. r-cran-r.devices (2.17.0+ds-1) unstable; urgency=medium . * Initial release (Closes: #996213). r-cran-rsdmx (1:0.6-5+dfsg-2) unstable; urgency=medium . * Team upload. * Packaging update (routine-update) * Standards-Version: 4.7.3 (routine-update) * Remove Priority field (cme) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) r-cran-rsdmx (1:0.6-5+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.2 (routine-update) * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. r-cran-rsdmx (1:0.6-4+dfsg-1) unstable; urgency=medium . * New upstream version 0.6-4+dfsg * Bump Standards-Version to 4.7.0 r-cran-rsdmx (1:0.6-3+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Mark test superficial instead of deaktivating it to not break dh-update-R which creates/updates debian/tests/control r-cran-rsdmx (1:0.6-2+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-rsdmx (1:0.6-1+dfsg-1) unstable; urgency=medium . * New upstream version 0.6-1+dfsg * Bump S-V to 4.6.2 r-cran-rsdmx (1:0.6+dfsg-1) unstable; urgency=medium . * New upstream version 0.6+dfsg * Build-Depends: remove r-cran-rcurl, add r-cran-{r6,httr} * Bump to debhelper 13 * Bump to S-V 4.5.1 r-cran-rsdmx (1:0.5-14+dfsg-2) unstable; urgency=medium . [ Debian Janitor ] * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Repository, Repository-Browse. r-cran-rsdmx (1:0.5-14+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.5.0 (routine-update) * debhelper-compat 12 (routine-update) * Remove trailing whitespace in debian/copyright (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) r-cran-rsdmx (1:0.5-13+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.2.1 r-cran-rsdmx (1:0.5-12+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-rsdmx (1:0.5-11+dfsg1-1) unstable; urgency=medium . * Team upload. * Rebuild for R 3.5 transition * Maintainer: Debian R Packages Maintainers * dh-update-R to update Build-Depends * Manually change r-cran-xml (>= 3.98.1.3) to (>= 3.98-1.3) since DESCRIPTION is using wrong version string * Remove autogenerated html doc containing compressed JS r-cran-rsdmx (1:0.5-11+dfsg-1) unstable; urgency=medium . * Team upload. * d/watch: do not mangle upstream version number * use epoch for version Closes: #867925 r-cran-rsdmx (0.5.11+dfsg-1) unstable; urgency=medium . * New upstream version 0.5.11+dfsg * Bump to debhelper compat level 11. * Update Vcs-* fields for move to salsa. * Bump Standards-Version to 4.1.3. r-cran-rsdmx (0.5.10+dfsg-1) unstable; urgency=medium . * New upstream version 0.5.10+dfsg * Use secure URL in d/watch. r-cran-rsdmx (0.5.9+dfsg-2) unstable; urgency=medium . * Rebuild for r-api-3.4 transition. * Add Testsuite: autopkgtest-pkg-r. * Bump to Standards-Version 4.1.1. r-cran-rsdmx (0.5.9+dfsg-1) unstable; urgency=medium . * New upstream version 0.5.9+dfsg. * d/control: bump Standards-Version to 4.0.1. r-cran-rsdmx (0.5.8+dfsg-1) unstable; urgency=medium . * New upstream version 0.5.8+dfsg. * d/watch: bump to format version 4. * d/control: use canonical URL for Vcs-Browser. r-cran-rsdmx (0.5.7+dfsg-2) unstable; urgency=medium . * d/p/versioned-dep-hyphen-issue.patch: new patch. Workaround for uninstallable versioned dependency on r-cran-xml. r-cran-rsdmx (0.5.7+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * cme fix dpkg-control * Switch from cdbs to dh-r * Canonical CRAN homepage * d/watch: - Drop remark about versionmangling - repacksuffix=+dfsg r-cran-rsdmx (0.5.6+dfsg-1) unstable; urgency=medium . * New upstream version 0.5.6+dfsg * Bump to debhelper compat level 10. r-cran-rsdmx (0.5.5+dfsg-1) unstable; urgency=medium . * Imported Upstream version 0.5.5+dfsg r-cran-rsdmx (0.5.4+dfsg-1) unstable; urgency=medium . * Imported Upstream version 0.5.4+dfsg * Bump Standards-Version to 3.9.8, no changes needed. * d/control: add missing ${misc:Depends}. r-cran-rsdmx (0.5.3+dfsg-1) unstable; urgency=medium . * Imported Upstream version 0.5.3+dfsg r-cran-rsdmx (0.5.1+dfsg-1) unstable; urgency=medium . * Imported Upstream version 0.5.1+dfsg * Bump Standards-Version to 3.9.7, no changes needed. * Use secure URLs for Vcs-*. r-cran-rsdmx (0.5.0+dfsg-1) unstable; urgency=medium . * Imported Upstream version 0.5.0+dfsg r-cran-rsdmx (0.4.7+dfsg-1) unstable; urgency=medium . * Imported Upstream version 0.4.7+dfsg r-cran-rsdmx (0.4.6+dfsg-1) unstable; urgency=medium . * Imported Upstream version 0.4.6+dfsg. r-cran-rsdmx (0.4.5+dfsg-1) unstable; urgency=medium . * Initial release. (Closes: #779152) r-cran-tm (0.7-18-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-tm (0.7-17-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.3 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) * dh-update-R to update Build-Depends (routine-update) r-cran-tm (0.7-16-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.1 (routine-update) r-cran-tm (0.7-15-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-tm (0.7-14-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-tm (0.7-13-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.0 (routine-update) r-cran-tm (0.7-11-1) unstable; urgency=medium . * Disable reprotest * New upstream version r-cran-tm (0.7-10-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.2 (routine-update) r-cran-tm (0.7-9-1) unstable; urgency=medium . * Team upload. * New upstream version 0.7-9 r-cran-tm (0.7-8-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.5.1 (routine-update) * debhelper-compat 13 (routine-update) * Testsuite: autopkgtest-pkg-r (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) r-cran-tm (0.7-7-2) unstable; urgency=medium . * Remove Daniel Pocock from Uploaders * Add Dylan Aïssi and Andreas Tille to Uploaders r-cran-tm (0.7-7-1) unstable; urgency=medium . * Team upload. * New upstream version * debhelper-compat 12 * Standards-Version: 4.4.1 r-cran-tm (0.7-6-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.3.0 r-cran-tm (0.7-5-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.1.5 r-cran-tm (0.7-4-1) unstable; urgency=medium . * Team upload. * New upstream version * Maintainer: Debian R Packages Maintainers * Point Vcs fields to salsa.debian.org * dh-update-R to update Build-Depends * Drop libboost-dev Build-Depends since there is r-cran-bh now r-cran-tm (0.7-3-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.1.3 * debhelper 11 r-cran-tm (0.7-2-1) unstable; urgency=medium . * Team upload. * New upstream version 0.7-2. * Add new r-cran-xml2 build-dependency. * Add missing r-cran-snowballc dependency for "vignette" test. * Add new "run-unit-test" test. r-cran-tm (0.7-1-1) unstable; urgency=medium . * Team upload. * New upstream version * Secure URI in watch file * Standards-Version: 4.1.1 * Convert packaging from cdbs to dh-r * debhelper 10 * Add autopkgtest based on vignette * Canonical homepage for CRAN packages * New Build-Depends: r-cran-rcpp, libboost-dev * DEP5 * Add debian/README.source to document binary data files r-cran-tm (0.6-2-3) unstable; urgency=medium . * Team upload * Fix Vcs fields * cme fix dpkg-control * Add missing dependencies Closes: #824082 r-cran-tm (0.6-2-2) unstable; urgency=medium . * Add more build dependencies. (Closes: #815373) r-cran-tm (0.6-2-1) unstable; urgency=medium . * Initial packaging (Closes: #660304) r-cran-tmvtnorm (1.7-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.3 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) r-cran-tmvtnorm (1.6-1) unstable; urgency=medium . * New upstream version r-cran-tmvtnorm (1.5-2) unstable; urgency=medium . * Disable reprotest * Fix clean target Closes: #1047549 * Standards-Version: 4.6.2 (routine-update) r-cran-tmvtnorm (1.5-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.0 (routine-update) * Reorder sequence of d/control fields by cme (routine-update) r-cran-tmvtnorm (1.4-10-4) unstable; urgency=medium . * Remove libgdal-dev from Build-Depends * Standards-Version: 4.5.0 (routine-update) * debhelper-compat 13 (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * Trim trailing whitespace. r-cran-tmvtnorm (1.4-10-3) unstable; urgency=medium . * Standards-Version: 4.1.5 r-cran-tmvtnorm (1.4-10-2) unstable; urgency=medium . * Rebuild for R 3.5 transition * Maintainer: Debian R Packages Maintainers * dh-update-R to update Build-Depends r-cran-tmvtnorm (1.4-10-1) unstable; urgency=medium . * Initial release (closes: #893857) rust-derive-more-1 (1.0.0-3) unstable; urgency=medium . * Team upload. * Package derive_more 1.0.0 from crates.io using debcargo 2.8.4+alpha.0 yosys (0.66-1) unstable; urgency=medium . * Team upload. . * New upstream version 0.66