astroid (3.3.7-1) unstable; urgency=medium . * Team upload. * New upstream release. baresip (1.1.0-3) unstable; urgency=medium . * remove directfb support (Closes: #1083044) beancount (3.0.0-1) unstable; urgency=medium . * Team upload. * Upload to unstable. * debian/patches/backport/: + 0004-lexer_test.py-Cherry-pick-from-trunk-for-Python3.13-.patch: Cherry-pick upstream latest version of lexer_test.py for Python 3.13 compatibility. * debian/rules: Re-enable test_lex_indent. * debian/rules: Also strip the executable bits of installed .py files. beancount (3.0.0-1~exp1) experimental; urgency=medium . * Team upload. * New upstream version 3.0.0. (Closes: #1082361, #1086121) * debian/rules: Remove instructions on removed files: - sheets_upload.py - setup_test.py * debian/rules: Simplify instruction on pytest. * debian/rules: Skip some failing tests, need to look into them later. * debian/rules: Skip some help2man generation, need to look into them later. * debian/patches/: Drop patches no longer applicable. - 0001-Remove-fonts.googleapis.com-links: Dropped, no longer applicable. - Drop all backported patches. - backport/0004-Remove-cgi-module.patch: Drop usage of cgi module (Closes: #1084528) * debian/: Apply wrap-and-sort -abst. * debian/control: Move package description to source package section. * debian/control: Add new build-deps: + pybuild-plugin-pyproject, python3-mesonpy, python3-regex. + pkgconf. - python3-chardet. * debian/control: Manually add python3 dependencies due to automated dependency detection not processing optional plugin dependencies. beancount (2.3.6-2) unstable; urgency=medium . * Team upload. * Remove Build-Depends on python3-oauth2client. Beancount 2.3.6-1 introduced a dependency on python3-oauth2client which has unfortunately been deprecated for 7 years now. Currently, beancount has been removed from testing due to two RC bugs in python3-oauth2client. The current use seems to be solely upload-to-sheets (calling sheets_upload.py). Note that in the recently-released beancount 3, this binary has been moved in another package. Thanks to Adrien Nader (Closes: #1076444) * Update Standards-Version to 4.7.0, no changes needed beancount (2.3.6-1) unstable; urgency=high . * Team upload. * New upstream release. + Fix compatibility with python3.12. (Closes: #1055684) * debian/control: + Add new build-dependency to python3-oauth2client. + Add new build-test-dependency python3-pdfminer. + Mark python3-pytest and python3-pdfminer as . + Replace dh-python with dh-sequence-python3. + Bump Standards-Version to 4.6.2. * debian/rules: + Do not override dh_missing. + Remove now useless "--with python3" parameter. + Use "execute_after_dh_*" targets when possible. + Rename base beancount directory in dh_auto_test to avoid importing the wrong beancount library during test. * debian/patches/: - Drop old patch on quotechar, upstream has an alternative fix. - Drop old patch on testimport.py, merged upstream. + debian/patches/backport/: Backport trunk commits till 2023-11-19. beancount (2.3.5-3) unstable; urgency=medium . * Team upload. * debian/rules: Do not disable pie in hardening to avoid FTBFS with LTO. Now we enable all default hardening flags and do not explicitly disable any hardening feature. (Closes: #1015359) beancount (2.3.5-2) unstable; urgency=medium . * Team upload. * Apply upstream proposed patch fixing quotechar FTBFS (Closes: #1024207) beancount (2.3.5-1) unstable; urgency=medium . * Team upload. . [ Blair Noctis ] * New upstream version 2.3.5 . [ Dr. Tobias Quathamer ] * Update homepage * Update Standards-Version to 4.6.1, no changes needed * Update d/copyright beancount (2.3.3-1) unstable; urgency=medium . * Team upload. * New upstream version 2.3.3 * Remove support for Emacs. Upstream has moved those files to a separate project, see https://github.com/beancount/beancount-mode * Update Standards-Version to 4.5.1, no changes needed beancount (2.3.1-2) unstable; urgency=medium . [ Stefano Rivera ] * Team upload. * Patch: Support testing against multiple python3.x versions. (Closes: #972328) . [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. beancount (2.3.1-1) unstable; urgency=medium . * Team upload. * New upstream version 2.3.1 - Update d/watch and d/copyright to new upstream URL - Refresh patches - New patch: Remove failing test for now - Revert temporary fix for dh_elpa * Add 'Recommends: fava' to beancount binary package * Use debhelper-compat v13 * Update Standards-Version to 4.5.0, no changes needed * Do not generate a manpage for the BUILD script beancount (2.2.3+hg20200223.0.3af921a-1) unstable; urgency=medium . * Team upload * New upstream version 2.2.3+hg20200223.0.3af921a - Work around a Python3.8 bug causing a segfault (Closes: #943608) - Refresh patches - Add patch to adjust beancount version - Add new patch to disable three failing tests with Python 3.7 * Convert package version for dh_elpa, as '+hg2020...' is invalid beancount (2.2.3-1) unstable; urgency=medium . * Team upload. . [ Ondřej Nový ] * Use debhelper-compat instead of debian/compat. * Bump Standards-Version to 4.4.1. * d/changelog: Remove trailing whitespaces. . [ Dr. Tobias Quathamer ] * New upstream version 2.2.3 - Remove patch 'Ignore FileNotFoundError from self.tmpdir.cleanup()' The patch has been applied upstream. Refresh remaining patches. * Use d/watch version 4 beancount (2.2.0-3) unstable; urgency=medium . [ Santiago Vila ] * patches/0003: Ignore FileNotFoundError from self.tmpdir.cleanup(). Fixes a FTBFS problem which happens randomly (Closes: #923606) beancount (2.2.0-2) unstable; urgency=medium . * rules: do not ship *.picklecache files with Python examples (fixes build unreproducibility on armhf) * manpages/whatis.txt: provide sensible whatis entries for manpages (fixes lintian warnings) beancount (2.2.0-1) unstable; urgency=medium . * New upstream release. beancount (2.1.3+hg20181225-3) unstable; urgency=medium . * rules: do not ship __pycache__ dirs with Python examples * control: bump Standards-Version, no changes needed * compat: bump debhelper level to 12 beancount (2.1.3+hg20181225-2) unstable; urgency=medium . * rules: simplify manpage dir creation * ship upstream examples * ship upstream info about where to find online documentation * copyright: release packaging files under GPL2 or later * copyright: document missing copyright and license for beancount/web/third_party/sorttable.js (Closes: #917960) beancount (2.1.3+hg20181225-1) experimental; urgency=medium . [ Nicolas Dandrimont ] * Initial release. (Closes: #799626) * patches/0001: remove fonts.googleapis.com links from bean-web template . [ Stefano Zacchiroli ] * Update to upstream version 2.1.3 + recent hg snapshot * patches/0002: make test_version more lax to accept non git/hg versions binutils-sh-elf (3) unstable; urgency=medium . * Team upload. * Allow discarding qualifiers. (Closes: #1089199) blends (0.7.9) unstable; urgency=medium . * Drop intersphinx from sphinxdoc configuration Closes: #1090094 blends (0.7.8) unstable; urgency=medium . [ Andreas Tille ] * Fix Python3.12 string syntax warnings * Rules-Requires-Root: no * Build-Depends: texlive-lang-french * Remove remainings of test suite . [ James Valleroy ] * Add FreedomBox to debian-blends-tasks Closes: #834239 bootp (2.4.3-19.1) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep}. (Closes: #999072) bootp (2.4.3-19) unstable; urgency=medium . * Source format is 3.0 (quilt) * Fix bootp: Conflicting declarations of insert_ip to cause undefined behaviour Add insert_ip-conflicting-declarations.patch Closes: #749613 bootp (2.4.3-18) unstable; urgency=low * Standards Version is 3.8.2 * DH compatibility level is 7 * Fix debian-rules-ignores-make-clean-error * Fix dh-clean-k-is-deprecated bootp (2.4.3-17) unstable; urgency=low * Acknowledge NMU. Closes: #416670. * Synchronise with ubuntu. * Fixed bootpd man page typos. Closes: #383118. Patch by A. Costa * Fixed the following lintian message: - bootp source: debian-rules-sets-DH_COMPAT line 7 bootp (2.4.3-16.1) unstable; urgency=low * Non-maintainer upload durin BSP. * Depend on update-inetd for postrm. * conditional call of update-inetd in postrm. (Closes: #416670) bootp (2.4.3-16) unstable; urgency=low * Set Standards-Version to 3.7.2. * Set DH_COMPAT to 5. * Fixed "diff-contains-substvars debian/substvars". bootp (2.4.3-15) unstable; urgency=low * Fixed "it says it does DHCPOFFER, but doesn't", closes: #282915. Patch thanks to Petr Olivka . * Set DH_COMPAT to 4. * Added watch file. bootp (2.4.3-13) unstable; urgency=low * New maintainer's email address. bootp (2.4.3-12) unstable; urgency=low * New maintainer. bootp (2.4.3-11) unstable; urgency=low * Removed build-stamp/install-stamp. * Included errnor.h/string.h in report.c (closes: #219123). * Use fd_set instead int for select. * Removed reference to netstd. bootp (2.4.3-10) unstable; urgency=low * Ensure that vendor area is at least 64 bytes long (closes: #189256). bootp (2.4.3-9) unstable; urgency=low * Documented ms tag in manual page. * Eliminated baroque padding in response packets (closes: #184300). containerd (1.7.24~ds1-4) unstable; urgency=medium . * Revert "Integration tests not stable enough for armel, s390", but mark that autopkgtest as flaky for further observation containerd (1.7.24~ds1-3) unstable; urgency=medium . * Also include pkg/nri, and add missing dependencies containerd (1.7.24~ds1-2) unstable; urgency=medium . * install pkg/cri, req. for nerdctl * autopkgtest: disable Integration tests for armel, s390, not stable enough containerd (1.7.24~ds1-1) unstable; urgency=medium . [ Reinhard Tartler ] * New upstream release: 1.7.24 * Install NOTICE file for license compliance * normalize patches with gbp-pq * Add some commentary to the integration tests * debian/watch: reset repacksuffix to ds1 * debian/gbp.conf: add upstream-vcs-branch * drop patches applied upstream * Fixup patch to adjust paths where Debian installs CNI binaries * remove 'flaky' marker from autopkgtests coq-deriving (0.2.1-1) unstable; urgency=medium . * New upstream release. coq-elpi (2.3.0-1) unstable; urgency=medium . * New upstream release. * Bump standards-version to 4.7.0. coq-extructures (0.5.0-1) unstable; urgency=medium . * New upstream release. * Bump standards-version to 4.7.0. coq-hierarchy-builder (1.8.0-1) unstable; urgency=medium . * New upstream release. * Bump standards-version to 4.7.0. coq-quickchick (2.0.5-1) unstable; urgency=medium . * New upstream release. coqeal (2.0.3-1) unstable; urgency=medium . * New upstream release. * Bump standards-version to 4.7.0. csound-plugins (1.0.2~dfsg1-4) unstable; urgency=medium . * Compat with HDF5 1.14. (Closes: #1078984) Thanks to Pierre Gruet & Gilles Filippini * Update copyright information + Bump copyright dates + Updated licensecheck target + Re-generate d/copyright_hints * Apply 'wrap-and-sort -ast' * Bump standards version to 4.7.0 data-xml-clojure (0.2.0~alpha6-4) unstable; urgency=medium . * Team upload. * Add debian/maven.rules to set clojure to 1.x. debsig-verify (0.31) unstable; urgency=medium . * Code internals: - Use DS_LEV_INFO instead of a hardcoded value. - Swap order of ds_debug_level in boolean comparisons. - Change ds_printf() to return early on too low debug level. * Packaging: - Drop gnupg and gnupg-agent as alternatives to gpg and gpg-agent. * Test suite: - Generalize SOP support to include rsop, gosop and pgpainless-cli. - Adapt to new sq CLI 0.40.0 API. devscripts (2.24.8) unstable; urgency=medium . [ Guillem Jover ] * debsign: Ensure future GnuPG interop by forcing OpenPGP compliant behavior. Closes: #1070197. . [ Gioele Barabucci ] * wrap-and-sort: Sort build-system packages first. Closes: #1049943. * test/test_wrap-and-sort: - Allow testing parameters. - Test that build systems are listed first. dh-r (20241218) unstable; urgency=medium . [ Andreas Tille ] * Keep r-base-dev if specified in d/t/control * Do not ignore *.r (lower case 'r') files in tests * Add architecture-is-64-bit, architecture-is-little-endian to restrict binary packages to 64bit and little endian * Replace apt-cache by rmadison Closes: #1089197 * Standards-Version: 4.7.0 . [ Alexandru Mahmoud ] * Update repo detection for new Bioconductor Repository field django-python3-ldap (0.15.8-1) unstable; urgency=medium . * Team Upload * Fix d/watch for new PyPi archive naming policy * New upstream version 0.15.8 docopt.cpp (0.6.3-5) unstable; urgency=medium . [ Christoph Hueffelmann ] * Bump minimum required cmake version to 3.11 to fix autopkgtests. Closes: #1087864. eccodes (2.39.1-1) unstable; urgency=medium . * libeccodes-dev recommends libeccodes-tools * New upstream release * Drop use of dh-buildinfo. Closes: #1089911 elinks (0.17.1.1-2) unstable; urgency=medium . * d/rules: disable unicode combining characters (Closes: #1089693) elpa-subed (1.2.22-1) unstable; urgency=medium . * New upstream version 1.2.22 * Add d/salsa-ci.yml with default template * Use default gz compression in d/gbp.conf to be consistent with upstream elpi (2.0.5-1) unstable; urgency=medium . * New upstream release. * Bump standards-version to 4.7.0. emacs-libvterm (0.0.2+git20241218.99c1f5e-1) unstable; urgency=medium . * Sync to latest upstream snapshot (99c1f5e) * Refresh patches emacs-libvterm (0.0.2+git20241212.09d0192-1) unstable; urgency=medium . * Sync to latest upstream snapshot (09d0192) exo (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * Upload to unstable exo (4.19.2-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.1. . [ Unit 193 ] * New upstream version 4.19.2. exo (4.19.0-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.0. * d/libexo-2-0.symbols: - Add new symbols. . [ Unit 193 ] * d/control: Replace intltool with gettext. * Update Standards-Version to 4.7.0. fakeroot (1.36.2-1) unstable; urgency=medium . * New upstream version. - patch from Sertonix to fix cross compilation with musl libc. - patch from Sebastian von Ohr to treat empty file type as S_IFREG in mknod wrapper. closes: #908060. fakeroot (1.36.1-1) unstable; urgency=medium . * New upstream version. - faked.1: patch from Bjarni Ingi Gislason to clean up warnings. closes: #1090782, #1090848 - additional man page fixes. closes: #1027914. - initialize the fake_msg structs in send_get_stat and send_get_stat64. closes: #983272. feathernotes (1.3.0-1) unstable; urgency=medium . * Import debian version 1.3.0-1~exp1 from experimental. * debian/control: drop Qt versioning in descriptions. * debian/control: depends on qt6-translations-l10n. * Clean up of group membership after 2nd calls. * debian/copyright: update. * debian/control: drop build-depends on libx11-dev. feathernotes (1.3.0-1~exp1) experimental; urgency=medium . * New upstream release. * Add DONG XU as an uploader. fjaraskupan (2.3.2-1) unstable; urgency=medium . * New upstream release. flask-paginate (2024.4.12-3) unstable; urgency=medium . * Team upload. * Port to Sphinx 8.0 (closes: #1090098). freeradius (3.2.6+dfsg-2) unstable; urgency=medium . * Sourceful upload to sync the version in salsa with the version in the archive, looks like I accidentally uploaded an interim build. * Drop patches applied upstream gallery-dl (1.28.2-1) unstable; urgency=medium . * New upstream version 1.28.2. garcon (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * Upload to unstable garcon (4.19.3-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.2. * Bump Standards-Version to 4.7.0. . [ Unit 193 ] * New upstream version 4.19.3. * d/control: - Refresh introspection packaging. - Drop libgarcon-1-0-dev transitional package. - Update B-D, pkg-config → pkgconf. garcon (4.19.1-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.1. garcon (4.19.0-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.0. * d/control: Replace intltool with gettext. gcc-or1k-elf (1.0.8) unstable; urgency=medium . * rules: simplify emulation of dh_auto_configure. * Remove autogen from Build-Dependencies. Closes: #1076252. geojson-pydantic (1.2.0-1) unstable; urgency=medium . * New upstream release. golang-github-caarlos0-env (11.3.1-1) unstable; urgency=medium . * New upstream version 11.3.1 * Apply `wrap-and-sort -vast` and add myself as co-uploader * Modernize Debian packaging for easier maintenance * Update buildtime and runtime dependencies to match latest version golang-github-minio-minio-go-v7 (7.0.82-1) unstable; urgency=medium . * New upstream release - Update patch for replacing use of goccy/go-jason with encoding/json golang-github-muesli-gitcha (0.3.0-1) unstable; urgency=medium . * New upstream version 0.3.0 * Add myself as co-uploader * Modernize Debian packaging for easier maintenance golang-github-sylabs-sif (2.20.2-1) unstable; urgency=medium . * Team Upload. * New upstream version 2.20.2 grads (3:2.2.1-9) unstable; urgency=medium . [ Giles Filippini ] * Add -DH5_USE_110_API to CFLAGS to fix FTBFS against HDF5-1.14 Closes: #1087772 . [ Alastair McKinstry ] * Re-enable libsx support, pkg back available in testing grandorgue (3.15.3-2) unstable; urgency=medium . * Improve dependency constraints for building the icon. Restore Build-Depends on imagemagick, and add Build-Conflicts against graphicsmagick-imagemagick-compat (since the latter can be picked by the autobuilders, but fails at converting the SVG into an icon). (Closes: #1088875) grandorgue (3.15.3-1) unstable; urgency=medium . * New upstream version 3.15.3 grantleetheme (24.12.0-2) unstable; urgency=medium . [ Patrick Franz ] * Upload to unstable. grantleetheme (24.12.0-1) experimental; urgency=medium . [ Patrick Franz ] * Add/update Heiko Becker in upstream signing keys. * New upstream release (24.12.0). * Update build-deps and deps with the info from cmake. grantleetheme (24.08.2-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.2). grantleetheme (24.08.0-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.0). * Update build-deps and deps with the info from cmake and new binary packages. * Bump Standards-Version to 4.7.0 (no changes needed). * Do not rely on dpkg_late_eval any more to set the ABI-version for the virtual package. grantleetheme (24.05.2-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.05.2). * Update build-deps and deps with the info from cmake. * Create new packages. * Update d/copyright. gyoto (2.0.2-5) unstable; urgency=medium . * Work around MPI_Init raising SIGFPE in OpenMPI 5. New patch openmpi5. * Add --oversubscribe to mpirun.openmpi call in autopkg tests. gyoto (2.0.2-4) unstable; urgency=medium . * Bug fix: "/usr/include/boost/mpi/config.hpp:22:10: fatal error: mpi.h: No such file or directory", thanks to Stefano Rivera (Closes: #1080222). New patch python-cxx. * Call unittest explicitly. New patch unittest. gyoto (2.0.2-3) unstable; urgency=medium . * Bug fix: "gyoto FTBFS when MPICH is the default implementation because it lacks mpic++.mpich" (Closes: #1077267). * Fix autopkgtest MPI tests to work with MPICH. gyoto (2.0.2-2) unstable; urgency=medium . [ Colin Watson ] * Remove undefined operator<< declaration for PolishDoughnut (closes: #1066788). . [ Thibaut Paumard ] * Acknowledge NMU. * Change dependencies from pkg-config to pkgconf. gyoto (2.0.2-1.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1064093 gyoto (2.0.2-1.1~exp2) experimental; urgency=medium . * Add missing exec bit on debian/libgyoto9t64.links lost via diff+patch round-trip gyoto (2.0.2-1.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. gyoto (2.0.2-1) unstable; urgency=medium . * New upstream release - remove patch python-tests * Try mk-video for each available Python gyoto (2.0.1-1) unstable; urgency=medium . * Acknowledge NMU (thanks Doug) * New upstream release introducing new ABI - Remove configure flags for flint3, now autodetected upstream - Remove patches gcc1, python_tests, autoreconf2.70, startrace, Unit__str__, numpy_array, getargspec and flint3, applied (or better fixed) upstream - Add patch python-tests * Add libeigen3-dev to Build-Depends * Check against policy 4.6.2 * Bug fix: "SyntaxWarning during package installation", thanks to Andreas Beckmann (Closes: #1040285). gyoto (1.4.4-8.1) unstable; urgency=medium . * Non-maintainer upload. * debian/control - Drop libflint-arb-dev from Build-Depends. * debian/patches/flint3 - New patch; add support for building against FLINT 3 (Closes: #1059137). * debian/rules - Add configure options for building against FLINT 3 gyoto (1.4.4-8) unstable; urgency=low . * Bug fix: "FTBFS in unstable on arm64, mipsel and s390x", thanks to Graham Inggs (Closes: #1017050). * Bug fix: replace "_fromnumpy" by ".fromnumpy" in several places. The fact that "_fromnumpy" used to work was probably a Swig bug. * In Python plug-in, use getfullargspec instead of deprecated getargspec when it exists. gyoto (1.4.4-7) unstable; urgency=low . * Bug fix: "StarTrace::tmin_ is not initialised", thanks to Paul Gevers (Closes: #994784). Reverted affected test gyoto-mpi to let gyoto spawn the additional processes again. gyoto (1.4.4-6) unstable; urgency=low . * Bug fix: "ftbfs with GCC-11", thanks to Matthias Klose (Closes: #984164). gyoto (1.4.4-5) unstable; urgency=high . * Change gyoto-mpi test to let openmpi launch the process instead of having gyoto spawn them. This should work around #994784. gyoto (1.4.4-4) unstable; urgency=medium . * Bug fix: "ftbfs with autoconf 2.70", thanks to Matthias Klose and Étienne Mollier (Closes: #978831). * Bump standards version * Update watch file * Replace ADTTMP by AUTOPKGTEST_TMP in Debian tests * Remove '--dbgsym-migration' from rules file (migration is complete) * Install ygyoto_idx.h gyoto (1.4.4-3) unstable; urgency=high . * Avoid FTBFS on mips64el due to bug in libflint-arb2 gyoto (1.4.4-2) unstable; urgency=high . * Bug fix: "gyoto FTBFS on armel, armhf, mipsel and mips64el", thanks to peter green (Closes: #953151). Skip FlaredDiskSynchrotron in Python test suite to avoid triggering a minor bug that is not fixable without breaking the ABI. gyoto (1.4.4-1) unstable; urgency=low . * New upstream release * Rename variable ADTTMP to AUTOPKGTEST_TMP in test suite. gyoto (1.4.3-2) unstable; urgency=low . * Bug fix: "gyoto build depends on the removed swig3.0", thanks to Adrian Bunk (Closes: #952598). gyoto (1.4.3-1) unstable; urgency=low . * New upstream release gyoto (1.4.1-1) unstable; urgency=low . * New upstream release * Bump standards version to 4.4.1, no changes needed * Recommend packages needed to write videos. Add corresponding test case. gyoto (1.3.6-1) unstable; urgency=medium . * New upstream release * Bug fix: "Python2 removal in sid/bullseye", thanks to Matthias Klose (Closes: #936682). gyoto (1.3.5-1) unstable; urgency=low . * New upstream release * Bump standards version to 4.4.0, no changes needed gyoto (1.3.1-1) unstable; urgency=medium . * Bug fix: "both packages ship /usr/share/doc/gyoto/README.md", thanks to Andreas Beckmann (Closes: #919792). * Bug fix: "autopkgtest failure on i386", thanks to Graham Inggs (Closes: #919983). gyoto (1.3.0-1) unstable; urgency=low . * New upstream release * Update debhleper compatibility to level 12 * Move most documentation in the gyoto-doc package to /usr/share/doc/gyoto/ * Build-depend on libflint-arb-dev and libflint-dev * Migrate to automatic dbgsym debug packages * Comply with policy 4.3.0 gyoto (1.2.0-4) unstable; urgency=low . * Prepare for Boost >= 1.64. New patch boost1.64. gyoto (1.2.0-3) unstable; urgency=low . * Bug fix: "requires rebuild against GCC 7 and symbols/shlibs bump", thanks to jcowgill@debian.org; (Closes: #871283). gyoto (1.2.0-2) unstable; urgency=low . * Fix autopkgtest suite. gyoto (1.2.0-1) unstable; urgency=low . * Reupload to unstable gyoto (1.2.0-1~exp1) experimental; urgency=medium . * New upstream release. gyoto (1.1.3-1) unstable; urgency=high . * New upstream release gyoto (1.1.2-1) unstable; urgency=low . * New upstream release * Fix autopkgtest suite gyoto (1.1.1-4) unstable; urgency=high . * Merge changes from experimental: + build the lorene plug-in; + instead of patching Gyoto to wprk around #844495, patch Boost.multiprecision at build time wxhen we recognize the buggy implementation; + look harder for this bug in the test suite. gyoto (1.1.1-3+lorene4) experimental; urgency=medium . * Instead of patching Gyoto, patch the buggy Boost.multiprecision at build time. gyoto (1.1.1-3+lorene3) experimental; urgency=high . * Rebuild with new lorene. * Activate #844495 workaround on all architectures. * Look even harder for #844495. gyoto (1.1.1-3+lorene2) experimental; urgency=medium . * Tweak test suite to look harder for Boost.multiprecision locking bug (#844495). gyoto (1.1.1-3+lorene1) experimental; urgency=low . * Compile the LORENE plug-in. gyoto (1.1.1-3) unstable; urgency=medium . * Bug fix: "FTBFS with boost1.62" (Closes: #844490). gyoto (1.1.1-2) unstable; urgency=low . * The gyoto meta-package depends on the corresponding version of each actual gyoto package. * The libgyoto5 package depends on the same version of gyoto-bin and on mpi-default-bin. * Fix the python auopkgtests by unsetting GYOTO_PLUGINS. * Fix dependencies of gyoto-dbg. gyoto (1.1.1-1) unstable; urgency=low . * New upstream release. * Add Dependencies and Recommends as appropriate for libgyoto5-dev. * Ship plug-ins/null as example for libgyoto5-dev. * Make sure the right MPI implementation is used and patch gyoto.pc to actually give useful information about MPICXX and CXX. gyoto (1.1.0-3) unstable; urgency=low . * Bug fix: "arch-dependent file in "Multi-Arch: same" package", thanks to Jakub Wilk (Closes: #839810). gyoto (1.1.0-2) unstable; urgency=low . * Add Multi-Arch field for each binary package * Reactivate test suite on kfreebsd gyoto (1.1.0-1) experimental; urgency=low . * New upstream release * Rename the gyoto package to gyoto-bin and add a new gyoto meta-package package that intalls everything a Gyoto user would expect. * Move examples from gyoto-bin to libgyoto5 package. * Include the Python plug-ins for Gyoto in the respective python*-gyoto packages. gyoto (1.0.2-3) unstable; urgency=low . * Bug fix: "building on kfreebsd", thanks to Jon Boden (Closes: #829029). * Checked against Policy 3.9.8. gyoto (1.0.2-2) unstable; urgency=low . * Bug fix: "FTBFS: gyoto.C: Error initializing libgyoto", thanks to Mattia Rizzolo (Closes: #813725). * Bug fix: "please make the build reproducible", thanks to Chris Lamb (Closes: #797518). * Bump Standards-Version to 3.9.7. No change required. gyoto (1.0.2-1) unstable; urgency=low . * New upstream release * Bug fix: "ftbfs with GCC-5", thanks to Matthias Klose (Closes: #777893). gyoto (1.0.1-3) unstable; urgency=low . * Bug fix: "FTBFS on 32-bit systems (assumes size_t is unsigned long)", thanks to Aaron M. Ucko (Closes: #787725). * Switch to dh-autoreconf since we patch configure.ac. gyoto (1.0.1-2) unstable; urgency=low . * Fix debian/copyright to reflect the doxy2swig.py author to use license BSD-3-clause instead of BSD-2-clause. gyoto (0.2.3-1) unstable; urgency=medium . * New upstream release * Move to debian-astro team gyoto (0.2.2-1) unstable; urgency=medium . * Bug fix: "Please build-depends on libcfitsio-dev instead of libcfitsio3-dev", thanks to Aurelien Jarno (Closes: #761709). * Check against Policy 3.9.6 gyoto (0.2.1-2) unstable; urgency=medium . * Remove obsolete lintian overrides * Bug fix: "libgyoto2 and libgyoto1: error when trying to install together", thanks to Ralf Treinen (Closes: #760444). gyoto (0.2.1-1) unstable; urgency=low . * New upstream release * Bump SONAME * Add manual to gyoto-doc * Check against standards version 3.9.5 * Bug fix: "use autotools-dev to update config.{sub, guess} and manually patch libtool for ppc64el", thanks to Logan Rosen (Closes: #748518). gyoto (0.1.0-2) unstable; urgency=low . * Bug fix: "fails to upgrade from 'testing' - trying to overwrite /usr/include/Gyoto/Gyoto.h", thanks to Andreas Beckmann (Closes: #718629). gyoto (0.1.0-1) unstable; urgency=low . * New upstream release gyoto (0.0.3-5) unstable; urgency=low * skip test suite on mips as lucatelli fails on it (but it runs fine on other boxes). (Closes: 681452) gyoto (0.0.3-4) unstable; urgency=low * gyoto-dbg must not depend on gyoto on kfreebsd-*, else it is uninstallable on these archs. gyoto (0.0.3-3) unstable; urgency=low * debian/control Architectures fields should not be folded: previous upload led to missing binary packages for some archs. gyoto (0.0.3-2) unstable; urgency=low * Bug fix: "FTBFS on kfreebsd-i386 and kfreebsd-amd64 (test suite)", (Closes: #679923). The previous "fix" did not work at all. The library and the Yorick interface work fine, but not the stand-alone application. Disable the "gyoto" binary package and the test suite on kfreebsd-*. gyoto (0.0.3-1+exp1) experimental; urgency=low * Bug fix: "FTBFS on kfreebsd-i386 and kfreebsd-amd64 (test suite)" (Closes: #679923). * Tentative bug fix: "don't rely on yorick to pass the fortified build flags" using patch fix_679923_kfreebsd_FTBFS (Closes: #680242). gyoto (0.0.3-1) unstable; urgency=low * Initial release (Closes: #640809) hdf5 (1.14.5+repack-1) unstable; urgency=medium . * New major upstream release * Fixed CVE-2024-33877 CVE-2024-33876 CVE-2024-33875 CVE-2024-33874 CVE-2024-33873 CVE-2024-32624 CVE-2024-32623 CVE-2024-32622 CVE-2024-32621 CVE-2024-32620 CVE-2024-32619 CVE-2024-32618 CVE-2024-32617 CVE-2024-32616 CVE-2024-32615 CVE-2024-32614 CVE-2024-32613 CVE-2024-32612 CVE-2024-32611 CVE-2024-32610 CVE-2024-32609 CVE-2024-32607 CVE-2024-32606 CVE-2024-32605 CVE-2024-29166 CVE-2024-29165 CVE-2024-29164 CVE-2024-29163 CVE-2024-29162 CVE-2024-29161 CVE-2024-29160 CVE-2024-29159 CVE-2024-29158 CVE-2024-29157 (closes: #1070861) * Fix CVE-2018-11202 CVE-2018-11206 CVE-2018-13867 CVE-2018-13867 CVE-2018-13869 CVE-2018-13870 CVE-2018-14031 CVE-2018-14033 CVE-2018-14460 CVE-2018-16438 CVE-2018-17432 CVE-2018-17435 CVE-2018-17439 CVE-2019-8396 CVE-2020-10810 CVE-2020-10810 CVE-2021-37501 CVE-2021-45830 CVE-2021-45833 CVE-2021-46242 CVE-2021-46244 * Update d/copyright * Rename and update symbols files * Refresh patches * Drop patches: - relax-version-check.patch: now useless - fix-unaligned-accesses.patch: source code was refactored and this patch doesn't apply anymore * New patches: - float128.patch: backported from upstream to fix an FTBFS on i386 - cheat-fortranlib_test.patch: temporry patch to workaround an issue in the fortranlib test for 32 bit architectures * Bump default API version from 1.8 to 1.14 * htdf5-tools: install new tools: h5delete, h5format_convert, h5fuse h5watch * Docs: no more html folder hdf5 (1.14.5+repack-1~exp6) experimental; urgency=medium . * Build-Depends: libopenmpi-dev: explicitly exclude all 32bit archs instead of relying on an an alternative with architecture-is-32-bit (closes: #1087988) hdf5 (1.14.5+repack-1~exp5) experimental; urgency=medium . * Update symbols files hdf5 (1.14.5+repack-1~exp4) experimental; urgency=medium . * New temporary patch cheat-fortranlib_test.patch to workaround an issue in the fortranlib test for 32 bit architectures * Update symbols files hdf5 (1.14.5+repack-1~exp3) experimental; urgency=medium . * New patch float128.patch backported from upstream to fix an FTBFS on i386 * Update symbols files hdf5 (1.14.5+repack-1~exp2) experimental; urgency=medium . * Update symbols files hdf5 (1.14.5+repack-1~exp1) experimental; urgency=medium . * New upstream release * Refresh patches * Drop patch fix-h5attribute-operator=.patch (fixed upstream) * Update symbols files hdf5 (1.14.4.3+repack-1~exp3) experimental; urgency=medium . * New patch fix-h5attribute-operator=.patch backported from upstream to fix FTBFS of a few reverse dependencies (thanks to Pierre Gruet) hdf5 (1.14.4.3+repack-1~exp2) experimental; urgency=medium . * New upstream release * Fixed CVE-2024-33877 CVE-2024-33876 CVE-2024-33875 CVE-2024-33874 CVE-2024-33873 CVE-2024-32624 CVE-2024-32623 CVE-2024-32622 CVE-2024-32621 CVE-2024-32620 CVE-2024-32619 CVE-2024-32618 CVE-2024-32617 CVE-2024-32616 CVE-2024-32615 CVE-2024-32614 CVE-2024-32613 CVE-2024-32612 CVE-2024-32611 CVE-2024-32610 CVE-2024-32609 CVE-2024-32607 CVE-2024-32606 CVE-2024-32605 CVE-2024-29166 CVE-2024-29165 CVE-2024-29164 CVE-2024-29163 CVE-2024-29162 CVE-2024-29161 CVE-2024-29160 CVE-2024-29159 CVE-2024-29158 CVE-2024-29157 (closes: #1070861) * h5fuse.sh renamed as h5fuse * Docs: no more html folder * d/copyright: acknowledge new HDF5Examples/COPYING file * d/rules: fix libversion for patch level * Update symbols files hdf5 (1.14.4.3+repack-1~exp1) experimental; urgency=medium . * New upstream release * h5fuse.sh renamed as h5fuse * Docs: no more html folder * d/copyright: acknowledge new HDF5Examples/COPYING file * d/rules: fix libversion for patch level * Update symbols files hdf5 (1.14.3+repack1-1~exp3) experimental; urgency=medium . * Drop OpenMPI support for 32 bit archs (closes: #1068320) * Bump default API version from 1.8 to 1.14 * debian/rules: fix binary packages exclusion via DH_OPTIONS when flavors are disabled hdf5 (1.14.3+repack1-1~exp2) experimental; urgency=medium . [ Samuel Thibault ] * control, rules: Add support for hurd-amd64. . [ Andreas Beckmann ] * libhdf5-mpich-dev: bump libmpich-dev dependency to (>= 3.3-3~) (Closes: #992068) . [ Gilles Filippini] * Repack upstream source to drop embedded jar files * Build against default JDK for all arches (closes: #1025232) * java-test-TestH5Arw_array-overflow.patch: fix an array overflow in java test TestH5Arw * java_use-system-jars.patch: use system provided jar files instead of the embedded ones * Build-Depends: junit4, libslf4j-java * Enable support for read-only S3 virtual file driver (Closes: #972537) * Add configure flag --enable-hltools * Remove rpath link flag from h5cc et al commands * Rewrite maintainer scripts without process substitution so that they can work into a chroot with no /proc (Closes: #973261) * Fix symbols files for loong64 (closes: #1054106; thanks to Dandan Zhang) * Update symbols files again hdf5 (1.14.3+repack-1~exp1) experimental; urgency=medium . * New upstream release * Tools git2h5 and h52gif are deprecated * Fix CVE-2018-11202 CVE-2018-11206 CVE-2018-13867 CVE-2018-13867 CVE-2018-13869 CVE-2018-13870 CVE-2018-14031 CVE-2018-14033 CVE-2018-14460 CVE-2018-16438 CVE-2018-17432 CVE-2018-17435 CVE-2018-17439 CVE-2019-8396 CVE-2020-10810 CVE-2020-10810 CVE-2021-37501 CVE-2021-45830 CVE-2021-45833 CVE-2021-46242 CVE-2021-46244 . * d/control: remove useless Breaks/Replaces * Refreseh patches * Drop patch fix-unaligned-accesses.patch: source code was refactored and this patch doesn't apply anymore * Drop patch relax-version-check.patch now useless * Update symbols files * htdf5-tools: install new tools: h5delete, h5format_convert, h5fuse.sh h5watch hdf5 (1.12.2+repack-1~exp1) UNRELEASED; urgency=medium . * New upstream release * Drop patches junit.patch and exampledir.patch (fixed upstream) * Refresh other patches . * d/control: fix Multi-Arch fields for libhdf5-doc and libhdf5-mpi-dev * Drop useless hunk from flavor-configure-option.patch hdf5 (1.12.0+repack-1~exp2) experimental; urgency=medium . * Default plugindir per flavor * Advertise them in pkg-config files (variable PluginDir) hdf5 (1.12.0+repack-1~exp1) experimental; urgency=medium . * New major upstream release * Update d/copyright * Refresh patches * New patches: - junit.patch: prevent junit.sh script from installing stuff under ${prefix} - exampledir.patch: fix Makefile.am files for example dirs so they honor DESTDIR * Rename and update symbols files . * d/control: This package is not team maintained anymore icingadb (1.2.1-1) unstable; urgency=medium . * New upstream release. * Bump Standards-Version to 4.7.0, no changes. * Update copyright file. ipip (1.1.12) unstable; urgency=medium . * update README file, and deliver to /usr/share/doc, closes: #17803 kdiagram (3.0.1-3) unstable; urgency=medium . * Team upload. * Upload to unstable. kdiagram (3.0.1-2) experimental; urgency=medium . * Team upload. . [ Rebecca N. Palmer ] * Build (but do not run) tests in nocheck. (Closes: #1086765) * Update Homepage. kdiagram (3.0.1-1) experimental; urgency=medium . * Team upload. * New upstream release (3.0.1). * Add upstream signing key of Jonathan Riddell. * Make uscan use the OpenPGP signature when downloading the tarball. * Update build-deps and deps with the info from cmake. * New libraries libKChart6 and libKGantt6. * Bump Standards-Version to 4.7.0 (no changes needed). * Update d/copyright. kio-gdrive (24.12.0-2) unstable; urgency=medium . * Team upload. * Upload to unstable (Closes: #1088980). kio-gdrive (24.12.0-1) experimental; urgency=medium . * Team upload. . [ Patrick Franz ] * New upstream release (24.12.0). * Update build-deps and deps with the info from cmake. kio-gdrive (24.08.0-1~exp1) experimental; urgency=medium . * New upstream release. kio-gdrive (24.05.2-1~exp1) experimental; urgency=medium . * New upstream release: 24.05.2. * Migrate to Qt6 and KDE Frameworks6. * Switch to new dh-sequence-kf6. * Override dh_auto_configure and force Qt6 build to work around #1076569. * Add new build-dep: libkgapi-dev. kio-gdrive (23.08.5-1) unstable; urgency=medium . * New upstream release (at this time 24.02.2 is actually the newest upstream release; however, we haven't yet transitioned to KF6 and Plasma 6, so it's not yet possible to use it). * Add libkf5purpose-dev to build-deps, because this "Enables the Share menu plugin." * Migrate from obsolete B-D pkg-config to pkgconf. * Declare Standards-Version: 4.7.0 (no changes required). kio-gdrive (23.04.3-1) unstable; urgency=medium . * New upstream release. kio-gdrive (23.04.2-1) unstable; urgency=medium . * New upstream release. * Synchronise Build-Depends with upstream CMakeLists.txt: - The minimum required version of Qt is now 5.15.2. - The minimum required version of KDE Frameworks is now 5.96.0. * Update copyright, add new copyright holders as well as new LGPL-2.1+ section. * Update my copyright years. * Declare Standards-Version: 4.6.2 (no changes required). kio-gdrive (22.12.3-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (22.12.3). * Update build-deps and deps with the info from cmake. kio-gdrive (22.12.2-1) unstable; urgency=medium . * New upstream release. kio-gdrive (22.12.1-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (22.12.1). * Bump Standards-Version to 4.6.2, no change required. * Add/update Albert Astals Cid’s master key in upstream signing keys. kio-gdrive (22.12.0-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (22.11.90). * Update build-deps and deps with the info from cmake. * New upstream release (22.12.0). kio-gdrive (22.08.3-1) unstable; urgency=medium . * New upstream release. * Declare Standards-Version: 4.6.1 (no changes required). kio-gdrive (22.08.1-1) unstable; urgency=medium . * New upstream release. * Drop Norbert Preining from Uploaders on his request. * Update my copyright years. kio-gdrive (22.04.3-1) unstable; urgency=medium . * New upstream release. * Synchronise Build-Depends with upstream CMakelists.txt: - Minimum supported cmake is now 3.16. - Minimum supported Qt is now 5.15.0. kio-gdrive (22.04.2-1) unstable; urgency=medium . * New upstream release. kio-gdrive (22.04.1-1) unstable; urgency=medium . * New upstream release. kio-gdrive (22.04.0-1) unstable; urgency=medium . * New upstream release (22.04.0). kio-gdrive (21.12.3-1) unstable; urgency=medium . [ Nicholas D Steeves ] * New upstream release (21.12.2). * Declare Standards-Version: 4.6.0 (no changes required). . [ Aurélien COUDERC ] * New upstream release (21.12.3). * Added myself to the uploaders. kio-gdrive (21.08.2-1) unstable; urgency=medium . * New upstream release (21.08.2). kio-gdrive (21.08.0-1) unstable; urgency=medium . [ Norbert Preining ] * New upstream release (21.08.0). kio-gdrive (21.04.0-2) experimental; urgency=medium . * Team upload. * Rebuild against 21.04 KDE PIM libs. kio-gdrive (21.04.0-1) experimental; urgency=medium . [ Norbert Preining ] * Update upstream signing key. * New upstream release (21.04.0). * Add myself to uploaders. kio-gdrive (20.12.2-1) unstable; urgency=medium . * New upstream release. * Update my email address and copyright years. kio-gdrive (20.12.1-1) unstable; urgency=medium . * Team upload. . [ Nicholas D Steeves ] * New upstream release 20.12.1. * Add copyright entry for David Barchiesi that is missing in the 20.12.0-1 release. * Indent copyright holders for debian/* to make this section more readable to humans. * Activate DEB_BUILD_MAINT_OPTIONS=hardening=+all. * Add stanza for gdrive_udsentry.h and gdrivepropertiesplugin.* that is missing in the 20.12.0-1 release. See the Comment field for this stanza in copyright for more information. . [ Aurélien COUDERC ] * Point Source in debian/copyright to the upstream git repo. * Refresh upstream metadata. * Update project homepage. kio-gdrive (20.12.0-1) unstable; urgency=medium . * Team upload. . [ Nicholas D Steeves ] * New upstream release. * Adjust watch file to use the new release service. * Replace existing signing-key.asc with the copy used by kaccounts-providers. * Synchronise Build-Depends with upstream CMakelists.txt: - Minimum supported Frameworks is now 5.71.0. * Declare Standards-Version: 4.5.1. (no changes required) . [ Pino Toscano ] * New upstream release. * Remove unused dversionmangle in watch file. * Update references to the upstream Git repository. * Set field Upstream-Contact in debian/copyright. * Remove obsolete field Contact from debian/upstream/metadata (already present in machine-readable debian/copyright). * Update Vcs-* fields. * Add license text for CC0-1.0 in copyright. kio-gdrive (1.3.0-2) unstable; urgency=medium . * Team upload. * Fix missing epoch in the version of the libkaccounts-dev build dependency. kio-gdrive (1.3.0-1) unstable; urgency=medium . * Team upload. . [ Nicholas D Steeves ] * New upstream release. (Closes: #948207) * Add copyright info for desktop/org.kde.kio-gdrive.appdata.xml. * Update my copyright years. * Synchronise Build-Depends with upstream CMakeLists.txt: - Minimum supported Frameworks are now 5.48.0. - Minimum supported KAccounts is now 20.03.80. * rules: Drop 'DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed', because it is now activated by default. . [ Pino Toscano ] * Bump the debhelper compatibility to 13: - switch the debhelper build dependency to debhelper-compat 13 - remove debian/compat * Add Rules-Requires-Root: no. * Bump Standards-Version to 4.5.0, no changes required. * Update Vcs-* fields. kio-gdrive (1.2.7-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update the patches: - kio-gdrive-1.2.6_translations.patch: drop, backported from upstream * Bump Standards-Version to 4.4.1, no changes required. * Add the configuration for the CI on salsa. kio-gdrive (1.2.5+fixedtarball-2) unstable; urgency=medium . * Add kio-gdrive-1.2.6_translations.patch. Upstream's v1.2.6 release is v1.2.5 plus this patch. ISO language codes for the enhanced translations are "zh-CN", "zh-TW", and "id". kio-gdrive (1.2.5+fixedtarball-1) unstable; urgency=medium . * Restore missing translations. (Closes: #915496) - Previous release was accidentally built from git tag rather than from upstream tarball. This release uses the correct orig tarball. * Add dversionmangle to watch file. * Declare Standards-Version: 4.3.0. (No additional changes needed) kio-gdrive (1.2.5-1) unstable; urgency=medium . * New upstream version. * Drop patches that were merged into this upstream release: - 0001-appstream-don-t-use-hyphen-in-the-component-id.patch - 0002-Add-screenshot-to-gdrive.appdata.xml.patch * debian/copyright: Update Elvis Angelaccio's email address to reflect updates that were made upstream. kio-gdrive (1.2.4-2) unstable; urgency=medium . * Import upstream patch to fix appstream validation warning. - 0001-appstream-don-t-use-hyphen-in-the-component-id.patch * Import upstream patch to add screenshot to gdrive.appdata.xml. - 0002-Add-screenshot-to-gdrive.appdata.xml.patch * Install upstream's README.md, because it documents known issues and provides a link kio-gdrive's TODO task tracker. * Declare Standards-Version: 4.2.1. (No additional changes needed) kio-gdrive (1.2.4-1) unstable; urgency=medium . [ Nicholas D Steeves ] * New upstream version. kio-gdrive (1.2.3-1) unstable; urgency=medium . [ Nicholas D Steeves ] * New upstream version. This release includes a full-text copy of the GPL-3+ used by cmake/modules/FindIntltool.cmake (Closes: #895706) . [ Pino Toscano ] * Remove debian/gbp.conf, as the packaging repository does not use git buildpackage. * Replace the transitional build dependencies: - kio-dev -> libkf5kio-dev * Link in as-needed mode. * Update Vcs-* fields. kio-gdrive (1.2.2-1) unstable; urgency=medium . * Import Neon packaging version 1.2.1-0neon. (Closes: #884337) * New upstream version. * Update copyright. Thanks to Sandro Knauß for the review. * debian/copyright: Use secure URL for Source. * Declare compat level 11. * debian/control: - Update maintainer and uploader fields. - Drop Ubuntu(and derivatives)-specific XSBC-Original-Maintainer. - Switch to debhelper 11. - Update upstream homepage URL. - Add missing Build-Depends to fix FTBS (libkf5doctools-dev, appstream, libkf5notifications-dev, and intltool). - Update Build-Depends from CMakeLists.txt. - Drop libqt5webengine5 from Depends. - Promote kaccounts-integration from Recommends to Depends, because the package does not appear to function without it. - Bump pkg-kde-tools dep to the probable 1st version --with kf5. * Drop empty kio-gdrive.install. * Add gbp.conf. * Drop kio-gdrive.lintian-overrides because it is an unused-override. * Update Vcs links to use salsa, and use canonical Vcs names. * debian/rules: - Remove extra whitespace. - Switch from including debian-qt-kde.mk to --with kf5 sequence * Update watch file to use https and qt-kde-team preferred format. * Add DEP 12 upstream metadata. * Declare Standards-Version: 4.1.4. * Drop qt5keychain-dev from Build-Deps. * Add README.source and drop comments from debian/control. koko (24.08.3-1) unstable; urgency=medium . [ Aurélien COUDERC ] * Change maintainer to the Qt/KDE Team. * Update Vcs-* URLs to the new location in the Qt/KDE team’s GitLab group. * Drop workarounds for reproducibility when changing the build path now that reproducible builds are done in a constant location. * Reexport upstream signing keys without extra signatures. . [ Marco Mattiolo ] * New upstream release * Update d/rules for building on KF6 instead of KF5 * Drop patches that have been merged upstream * Update d/control after upstream changes (Closes: #1079661) * Update d/koko.install after upstream changes * Update libkokocommon0.0.1.symbols after upstream changes * Update d/copyright after upstream changes * Standards-version 4.7.0 (no changes needed) * Copy files from other source folder, no repack needed koko (23.08.5+ds.1-2) unstable; urgency=medium . [ James Addison ] * Fix build reproducibility for timestamps in zip (Closes: #1066088) . [ Marco Mattiolo ] * Update d/control for build-deps after time64 transition (Closes: #1068074) * Fix build reproducibility for cmake_rpath_contains_build_path koko (23.08.5+ds.1-1) unstable; urgency=medium . * New upstream release * Update d/copyright after upstream changes * Add test into d/rules to ensure repack has been done right * Add deps into d/control that are needed for non-Plasma environments koko (23.08.3+ds.1-2) unstable; urgency=medium . * Include debian/* paragraph into d/copyright koko (23.08.3+ds.1-1) unstable; urgency=medium . * Initial release. Closes: #1023392 kontactinterface (24.12.0-2) unstable; urgency=medium . [ Patrick Franz ] * Upload to unstable. kontactinterface (24.12.0-1) experimental; urgency=medium . [ Patrick Franz ] * Add/update Heiko Becker in upstream signing keys. * New upstream release (24.12.0). * Update build-deps and deps with the info from cmake. kontactinterface (24.08.2-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.2). kontactinterface (24.08.0-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.0). * Update build-deps and deps with the info from cmake and new binary packages. * Bump Standards-Version to 4.7.0 (no changes needed). * Do not rely on dpkg_late_eval any more to set the ABI-version for the virtual package. kontactinterface (24.05.2-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.05.2). * Update build-deps and deps with the info from cmake. * Create new packages. * Update d/copyright. kopeninghours (24.12.0-2) unstable; urgency=medium . * Release to unstable. kopeninghours (24.12.0-1) experimental; urgency=medium . [ Sandro Knauß ] * New upstream release (24.12.0). * Use dh_qmldeps to detect QML dependencies. * Add mutli-arch hints. kopeninghours (24.08.2-1) experimental; urgency=medium . [ Sandro Knauß ] * New upstream release (24.08.2). * Ship qml package in dev packge. * Add Multi-Arch hints. kopeninghours (24.08.1-1) experimental; urgency=medium . [ Pino Toscano ] * Set "import_name" in debian/tests/autopkgtest-pkg-python.conf so that autodep8 knows which Python module import. . [ Sandro Knauß ] * Bump Standards-Version to 4.7.0 (No changes needed). * New upstream release (24.08.1). * Built with Qt/KF6. * Remove QML dependencies from qml package. * Use virtual package, as the library is not garanteed to be ABI stable. * Update copyright information. * Add lintian-override for usage of virtual package. ksmtp (24.12.0-2) unstable; urgency=medium . [ Patrick Franz ] * Upload to unstable. ksmtp (24.12.0-1) experimental; urgency=medium . [ Patrick Franz ] * Add/update Heiko Becker in upstream signing keys. * New upstream release (24.12.0). * Update build-deps and deps with the info from cmake. ksmtp (24.08.2-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.2). ksmtp (24.08.0-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.0). * Update build-deps and deps with the info from cmake and new binary packages. * Do not rely on dpkg_late_eval any more to set the ABI-version for the virtual package. ksmtp (24.05.2-2) experimental; urgency=medium . [ Patrick Franz ] * Rename data and dev packages to make it more consistent with other KDE PIM libraries. lammps (20240207+dfsg-2) unstable; urgency=medium . * [e5b45dd] Fix autopkgtests * [019570b] d/control: set Standards-Version to 4.7.0 lammps (20240207+dfsg-1.2) unstable; urgency=medium . * Non-maintainer upload. * Add build-depend on python3-setuptools. Closes: #1080623 * Rebuild for pnetcdf6 , openmpi5 transitions. Closes: #1086007 * Set oversubscribe as an OpenMPI env variable in d/rules rather than parameter to mpirun so mpich works. Closes: #1076465 lammps (20240207+dfsg-1.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062514 lammps (20240207+dfsg-1.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. lammps (20240207+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream feature release. * remove lib/{latte,mscg,smd} from debian/copyright exclusion list (no longer included in upstream source) * Standards-Version: 4.6.2 lammps (20231121+dfsg-4.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. lammps (20231121+dfsg-4) unstable; urgency=medium . * Team upload. * python3-lammps Depends: liblammps-dev not liblammps0 since loads liblammps.so using CDLL (ctypes dlopen) lammps (20231121+dfsg-3) unstable; urgency=medium . * Team upload. * libpnetcdf-dev is supported only on 64-bit systems [amd64 arm64 mips64el ppc64el riscv64 s390x ia64 ppc64 sparc64] For loong64 support see Bug#1058578. lammps (20231121+dfsg-2) unstable; urgency=medium . * Team upload. * move python3-sphinx to general Build-Depends to allow dh --with sphinxdoc to work in arch builds. lammps (20231121+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream Feature Release 21 Nov 2023. - html docs provides in upstream tarball, no need to rebuild * create debian/watch monitoring the list of releases in machine-readable format at https://download.lammps.org/tars/releases/ (linked as "older versions" from https://www.lammps.org/download.html) * drop debian patch 10_enable_spglib.patch: spglib support is now managed by cmake * update debian patch 20_set_potentials_path.patch to keep reading env variable LAMMPS_POTENTIALS as used in upstream code for custom potential data sets. Use the default debian location /usr/share/lammps/potentials if LAMMPS_POTENTIALS is not defined. * use pybuild to build python module after library. Closes: #1054792. - Build-Depends: pybuild-plugin-pyproject - test using example demo.py (build time and debian/tests runtime) - drop debian/python3-lammps.install * install benchmarks in lammps-examples (/usr/share/lammps/bench) - update debian patch do-not-install-potentials.patch to keep cmake from installing bench files in order to enable arch-indep builds (dh_install installs them from the source dir) * update debian/copyright - src/USER* dirs renamed - lib/message/cslib no longer used * remove generated python files. Closes: #1048351. * update docs in lammps-doc - rebuild HTML docs using sphinx. Closes: #988849. - dh --with sphinxdoc and Build-Depends: libjs-sphinxdoc - neverthless skip dh_sphinxdoc since sphinx and dh_sphinx are broken for lammps docs. See Bug#1059621 - Build-Depends-Indep: python3-venc not virtualvenv, python3-sphinxcontrib.jquery - move existing upstream html to html.org. Closes: #1049827. - update debian patch 30_build_docs.patch - skip sphinxfortran (not available for debian) - use local mathjax. Build-Depends: libjs-mathjax (config=TeX-AMS-MML_HTMLorMML not MML_CHTML) - provide Manual.pdf in lammps-doc - register html and PDF docs with doc-base - override lintian warning source-is-missing [doc/html/*.html] Source is in doc/src. - override dh_compress to not compress pdf files * update build config options: use PKG_* instead of PKG_USER_* Activate DIELECTRIC. Closes: #1050795. * Build-Depends: libpnetcdf-dev (as well as libnetcdf-dev) Lammps supports parallel NETCDF, though not parallel HDF5 (H5MD) lammps (20220106.git7586adbb6a+ds1-2) unstable; urgency=medium . * [a623229] Switch off GPU lammps (20220106.git7586adbb6a+ds1-1) unstable; urgency=medium . * [b442ad0] New upstream version 20220106.git7586adbb6a+ds1 * [97b22c7] Update patches * [b1930ce] Minor fixes * [4a8cbcc] Apply cme fix dpkg lammps (20210122~gita77bb+ds1-4) unstable; urgency=medium . * [97c5ecd] Fix compilation lammps (20210122~gita77bb+ds1-3) unstable; urgency=medium . * [de1b3b8] Add tex-gyre to B-D. (Closes: #997418) * [3ba7eec] Bump debhelper from old 12 to 13. * [067811c] Update renamed lintian tag names in lintian overrides. * [40a4e10] Update standards version to 4.6.0, no changes needed. lammps (20210122~gita77bb+ds1-2) unstable; urgency=medium . * [0d859c3] Compile against vtk9 * [c332a91] Ignore quilt dir * [71bc0f1] Ignore debian/files lammps (20210122~gita77bb+ds1-1) unstable; urgency=medium . * [0fdcea2] Add gitlab-ci.yml * [27f8ce0] Update get_orig script * [237ce88] Update gitlab-ci.yml * [673a7c7] New upstream version 0~20210122.gita77bb3073 * [a64d2c8] Refresh patches * [97c9689] Update d-files * [72d1d2f] Add sphinxdoc lammps (20200303+dfsg1-3) unstable; urgency=medium . * [4476c93] Drop downloading mathjax from internet. (Closes: #960745) lammps (20200303+dfsg1-2) unstable; urgency=medium . * [e847bc5] Add git to build-depends * [d98d86a] Set Standards-Version to 4.5.0 * [f86ac75] Minor update of d/copyright * [d5b40da] Remove use of githubredir lammps (20200303+dfsg1-1) unstable; urgency=medium . * [527333e] Update copyright file * [1fe839a] Update download-scrupt * [a0650a6] Refresh patches * [68b28bc] Update d/copyright * [712c691] Do not use sphinxdoc * [bffc1f8] Add lintian-overrides, which seem to be false positive * [e698d38] New upstream version 20200303+dfsg1 lammps (20191120+dfsg1-2) unstable; urgency=medium . * [986614f] Remove PKG_MEAM and PKG_REAX options * [b6ac058] Minor fixes in d/copyright and d/patches * [67a37ea] Use secure URI in Homepage field. * [46d7c3a] Enable PKG_KIM lammps (20191120+dfsg1-1) unstable; urgency=medium . * Team upload. * New upstream patch release 20 November 2019. * rename debian patches build_docs_direct.patch as build_docs.patch: use system sphinx to build docs. Build-Depends: virtualenv. lammps (20190919+dfsg2-2) unstable; urgency=medium . * Team upload. * mark liblammps0 as Multi-Arch: same lammps (20190919+dfsg2-1) unstable; urgency=medium . * Team upload. * New upstream patch release 19 Sep 2019. Closes: #925729. * move Files-Excluded to Source stanza of debian/copyright. Enables mk-origtargz to removed unwanted files in upstream tarball - drop examples/log.* (no longer present in upstream tarball) - do not exclude doc/utils/sphinx-config from orig tarball. Needed to build docs with `make html`. sphinx-config/_themes/lammps_theme uses MIT licence. * Standards-Version: 4.4.1 * debhelper compatibility level 12: debhelper-compat (= 12) * Build-Depends: python3-all-dev. Closes: #936814. * Build-Depends: libvtk7-dev, libhdf5-mpi-dev * Build-Depends: libvtk7-qt-dev. Causes USER-VTK to build against Qt5 (via vtkGUISupportQt). * Debian patch build_docs_direct.patch eliminates virtualenv, enabling `make html` to build docs directly. Uses python3 only. * provide shared library in liblammps-dev, liblammps0 * provide python module in python3-lammps (with examples) - Debian patch python_lib_soname.patch points the LAMMPS library used in lammps.py at soversion .so.0 instead of .so. Allows the python module to depend only on liblammps0, otherwise liblammps-dev would also have to be installed. * provide sample scripts and benchmarks in lammps-examples - install in /usr/share/lammps to link to potentials. Closes: #924189. * emacs mode installed by lammps-data * mark -doc, -data, -examples as Multi-Arch: foreign * disable dh_dwz on liblammps.so.0 (elf_update failed) * Debian patch fix_man.patch fixes section and space delimiter in lammps.1. lammps (0~20181211.gitad1b1897d+dfsg1-2) unstable; urgency=medium . * Team upload. * Build-Depends: gfortran Closes: #923466 lammps (0~20181211.gitad1b1897d+dfsg1-1) unstable; urgency=medium . * [63546ae] Fix typo in d/copyright * [863405f] Update install-file * [b47a528] Update patches * [7466010] New upstream version 0~20181211.gitad1b1897d+dfsg1 lammps (0~20180822.gitb47e49223+dfsg1-2) unstable; urgency=medium . * [803c676] Disable REAX because it causes segfault on mips* * [88f9fca] Update Standards-Version to 4.2.1 lammps (0~20180822.gitb47e49223+dfsg1-1) unstable; urgency=medium . [ Anton Gladky ] * [ceb6296] Update patches * [ffd7251] Add lammps-data binary * [31838f8] Switch to cmake build system * [50340be] Update d/copyright * [86e8141] New upstream version 0~20180822.gitb47e49223+dfsg1 * [d3bd62d] Update address of FSF * [9a1d41f] Update autopkgtests * [24aefb7] Add NEWS-file . [ Andrius Merkys ] * [d4bfbf3] Link against libsymspg-dev. (Closes: #901060) lammps (0~20180510.gitaa1d815fe-4) unstable; urgency=medium . * [3958d4e] Disable mpi-unit-test on armhf and armel lammps (0~20180510.gitaa1d815fe-3) unstable; urgency=medium . * [1f3a539] Disable mpi-unit-test on i386 lammps (0~20180510.gitaa1d815fe-2) unstable; urgency=medium . * [dfd9a8b] Fix FTBFS on most platforms. (Closes: #896860) lammps (0~20180510.gitaa1d815fe-1) unstable; urgency=medium . [ Adrian Bunk ] * [6692458] Fix FTBFS with TeX Live 2018 . [ Anton Gladky ] * [88573f8] New upstream version 0~20180510.gitaa1d815fe * [452d2b9] Set compat-level 11 * [859ce26] Set Standards-Version to 4.1.4 * [569ae1d] Add htmldoc to build-depends * [b1acdc8], [a8f70a1] Refresh patch * [cc843f9] Update paths in d/rules and in doc-base * [189066e] Remove deprecated autopkgtest field in d/control lammps (0~20161109.git9806da6-7) unstable; urgency=medium . * [ca7dc38] Better fix for the bug, fixed in previous upload. (Thanks, Graham) lammps (0~20161109.git9806da6-6) unstable; urgency=medium . * [7dbb0cf] Do not fail on mpi-errors. lammps (0~20161109.git9806da6-5) unstable; urgency=medium . * [cbbbe25] Disable test on mips64el (unstable). lammps (0~20161109.git9806da6-4) unstable; urgency=medium . * [0c12ebd] Add mips64el to disable_auto_test_archs_mpi in d/rules. lammps (0~20161109.git9806da6-3) unstable; urgency=medium . [ Graham Inggs ] * [f1a60b8] Replace deprecated OMPI_MCA_orte_rsh_agent with OMPI_MCA_plm_rsh_agent * [89af794] Allow stderr output in the autopkgtests * [64c465d] Allow --oversubscribe for autopkgtests lammps (0~20161109.git9806da6-2) unstable; urgency=medium . * [c90dbc8] Respect build-indep. lammps (0~20161109.git9806da6-1) unstable; urgency=medium . * [7c868a1] Update get-script to clean it from VCS and other support-files. * [7328d32] New upstream version 0~20161109.git9806da6 * [1c61fdb] Refresh patch. * [f13ed88] Generate docs during build. * [0bf08ca] Apply cme fix dpkg. lammps (0~20151117.gite3c4db7-3) unstable; urgency=medium . * [579bfa9] Respect --parallel option. (Closes: #805533) * [24992fd] Remove duplicates in doc. * [acdfe10] Minor fix in d/copyright. lammps (0~20151117.gite3c4db7-2) unstable; urgency=medium . * [ce58358] Update get_orig script. * [7fe6df7] Remove embedded js-scripts. lammps (0~20151117.gite3c4db7-1) unstable; urgency=medium . * [879c7b4] Add libeigen3-dev to BD. * [50e6397] Apply cme fix dpkg-control. * [14e7d41] Update patch. * [a00dbfc] Imported Upstream version 0~20151117.gite3c4db7 * [8f8aa65] Update d/copyright. lammps (0~20150313.gitfa668e1-1) unstable; urgency=medium . * Upload into unstable. lammps (0~20150313.gitfa668e1-1~exp1) experimental; urgency=medium . * [aad2273] Imported Upstream version 0~20150313.gitfa668e1 * [820b5c5] Refresh patches. Remove applied by upstream. * [b303847] Update d/copyright. * [5dc10e0] Minor fix in d/rules. * [b833c3c] Set Standards-Version: 3.9.6. No changes. * [0e947fe] Enable C++11. lammps (0~20140523.gite5e877d-1) unstable; urgency=medium . * [4c132dc] Grab source from GitHub page. * [7811c49] Move mpi-default-bin to Depends. * [4bd2ecb] Imported Upstream version 0~20140523.gite5e877d * [7f4e9a8] Remove colloid autopkgtest. lammps (0~20140415.git42bb280-2) unstable; urgency=medium . * [eff3471] Update/fix autopkgtest. lammps (0~20140415.git42bb280-1) unstable; urgency=medium . * [f2930e3] Imported Upstream version 0~20140415.git42bb280 * [b05b302] Remove patch, applied by upstream. * [12f95b6] Fix autotest. * [cca8000] Replace deprecated MPI-flag in debian/rules. lammps (0~20140212.git32a5cd0-4) unstable; urgency=medium . * [db83dbb] Fix autotest (MPI error). lammps (0~20140212.git32a5cd0-3) unstable; urgency=medium . * [842e614] Fix autotest. lammps (0~20140212.git32a5cd0-2) unstable; urgency=medium . * [9fad448] Fix FTBFS on arch-only builds. lammps (0~20140212.git32a5cd0-1) unstable; urgency=medium . * [5127b33] Imported Upstream version 0~20140212.git32a5cd0 * [9c47579] Refresh patch. * [b21f32c] Set Standards-Version: 3.9.5. No changes. * [249a3f2] Set canonical VCS-fields. * [85cb066] Add autotests. * [bf2b96e] Remove executable bit in examples. lammps (0~20131119.git7162cf0-1) unstable; urgency=low . * [e65b919] Imported Upstream version 0~20131119.git7162cf0 * [f7bddd4] Fix some problems, introduced by upstream recently. * [3616dfc] Use wrap-and-sort script. * [7e92030] Ignore quilt dir lammps (0~20130503.gitd2adfba-1) unstable; urgency=low . * [4a7ac95] Imported Upstream version 0~20130503.gitd2adfba * [2f578c3] Minor description update. * [fdb3192] Use parallel build. * [afade40] Add doc-base file. lammps (0~20130201.gitdf9c707-1~exp1) experimental; urgency=low . * [acf02f1] Imported Upstream version 0~20130201.gitdf9c707 * [9477729] Add -fopenmp option to compilation flags. * [a422953] Use Standards-Version: 3.9.4. No changes. * [3b9caec] Remove obsolete DM-Upload-Allowed flag. * [84d264e] Remove parallel option due to high RAM-consumption. lammps (0~20121116.git9eeec79-1~exp1) experimental; urgency=low . * [8b791e7] Update git_orig-script. Use more effective xz-compression. * [c4ee715] Imported Upstream version 0~20121116.git9eeec79 * [e9300f9] Update patch. lammps (0~20120615.gite442279-1) unstable; urgency=low * [de9ec1f] Imported Upstream version 0~20120615.gite442279 * [864de63] Remove patch, applied by upstream. lammps (0~20120426.git67de404-1) unstable; urgency=low * [cf6ee1b] Disable mpirun-test on some platforms, where it crashes. * [b4a9875] Imported Upstream version 0~20120426.git67de404 * [8abc62b] Enable additional modules before compiling. (Closes: #670547) lammps (0~20120305.git5d7feb1-1) unstable; urgency=low * [23cace5] Imported Upstream version 0~20120305.git5d7feb1 * [c2d8e83] Enable auto-test. lammps (0~20120228.git268a14f-1) unstable; urgency=low * Initial Release. (Closes: #610622). ledger2beancount (2.7-1) unstable; urgency=low . [ Debian Janitor ] * Update standards version to 4.5.1, no changes needed. * New upstream release. . [ Jelmer Vernooij ] * Update standards version to 4.6.2, no changes needed. ledger2beancount (2.5-1) unstable; urgency=medium . * New upstream release. + Drop dependency on libconfig-onion-perl. * Bump debhelper from old 12 to 13. ledger2beancount (2.4-1) unstable; urgency=medium . * New upstream release. * Drop patch disable-python, replace by 01_python3 migrating to Python 3. ledger2beancount (2.3-1) unstable; urgency=medium . [ Debian Janitor ] * New upstream release. . [ Jelmer Vernooij ] * Update Homepage to readthedocs site, and update debian/upstream/metadata to new upstream repository location. * Add new dependencies on libenum-perl, liblist-moreutils-perl, libregexp-common-perl. ledger2beancount (2.2-1) unstable; urgency=medium . [ Debian Janitor ] * New upstream release. . [ Jelmer Vernooij ] * Set upstream metadata fields: Bug-Submit, Repository. ledger2beancount (2.1-1) unstable; urgency=medium . * New upstream release. ledger2beancount (2.0-1) unstable; urgency=medium . * New upstream release. * Bump standards version to 4.5.0 (no changes). ledger2beancount (1.8-2) unstable; urgency=medium . [ Jelmer Vernooij ] * Add missing build-dependency on texlive-latex-extra. * Add patch disable-python to disable Python directives in tests, since ledger in unstable no longer supports Python. Closes: #947904 * Set Rules-Requires-Root. . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Repository, Repository- Browse. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Use dh $@ sequencer. * Update standards version to 4.4.1, no changes needed. ledger2beancount (1.8-1) unstable; urgency=medium . * New upstream release. * Drop unnecessary dependency on libcarp-assert-perl. * Set upstream metadata fields: Contact. ledger2beancount (1.7-1) unstable; urgency=medium . * New upstream release. + Add new dependency on libstring-interpolate-perl. + Add build dependency on scdoc, pandoc. * Install man pages and PDF version of manual. ledger2beancount (1.6-1) unstable; urgency=medium . * Initial release. (Closes: #927070) libalien-wxwidgets-perl (0.69+dfsg-8) unstable; urgency=medium . * Team upload. * Add dependency on libgtk-webview3.2-dev via ${samewx:Depends}. libalien-wxwidgets-perl (0.69+dfsg-7) unstable; urgency=medium . * Team upload. * Build-Depends on libwxgtk-webview3.2-dev to enable webview (Closes: #1090888). * Declare compliance with Debian Policy 4.7.0. libcpan-perl-releases-perl (5.20241220-1) unstable; urgency=medium . * Import upstream version 5.20241220. libibatis-java (2.3.4.726-7) unstable; urgency=medium . * Team upload. * Fix Vcs fields * Standards-Version: 4.7.0 (routine-update) * debhelper-compat 13 (routine-update) * Drop useless get-orig-source target (routine-update) * Rules-Requires-Root: no (routine-update) * Trim trailing whitespace. * Use secure URI in Homepage field. * watch file standard 4 (routine-update) * Secure URL in watch file libkdepim (4:24.12.0-2) unstable; urgency=medium . [ Patrick Franz ] * Upload to unstable. libkdepim (4:24.12.0-1) experimental; urgency=medium . [ Patrick Franz ] * Add/update Heiko Becker in upstream signing keys. * New upstream release (24.12.0). * Update build-deps and deps with the info from cmake. libkdepim (4:24.08.2-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.2). libkdepim (4:24.08.0-2) experimental; urgency=medium . [ Patrick Franz ] * Add missing Breaks+Replaces for libkdepim-dev against libkf5libkdepim-dev (Closes: #1078147). libkdepim (4:24.08.0-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.0). * Update build-deps and deps with the info from cmake and new binary packages. * Bump Standards-Version to 4.7.0 (no changes needed). * Remove redundant parts from d/rules. * Do not rely on dpkg_late_eval any more to set the ABI-version for the virtual package. libkdepim (4:24.05.2-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.05.2). * Update build-deps and deps with the info from cmake and new binary packages. * Create new packages. * Update d/copyright. libkgapi (24.12.0-2) unstable; urgency=medium . [ Patrick Franz ] * Upload to unstable. libkgapi (24.12.0-1) experimental; urgency=medium . [ Patrick Franz ] * Add/update Heiko Becker in upstream signing keys. * New upstream release (24.12.0). * Update build-deps and deps with the info from cmake. libkgapi (24.08.2-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.2). libkgapi (24.08.0-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.08.0). * Update build-deps and deps with the info from cmake and new binary packages. * Bump Standards-Version to 4.7.0 (no changes needed). * Do not rely on dpkg_late_eval any more to set the ABI-version for the virtual package. libkgapi (24.05.2-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (24.05.2). * Remove redundant patches. * Update build-deps and deps with the info from cmake and new binary packages. * Update d/copyright. libkgapi5 (22.12.3-3) unstable; urgency=medium . * Upload to unstable. libkgapi5 (22.12.3-2) experimental; urgency=medium . [ Patrick Franz ] * Change source package name to libkgapi5 as we need both a Qt 5 and Qt 6 version going forward. * Backport commit to disable building the SASL plugin as it is not co- installable with libkgapi 24.02. * Update d/copyright. libkomparediff2 (4:24.12.0-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (24.12.0). * Update build-deps and deps with the info from cmake. * Fix 'acc' autopkgtest: - fix location of library headers - set -std=c++17, needed when using Qt 6 * Release to unstable. libkomparediff2 (4:24.08.2-1) experimental; urgency=medium . [ Aurélien COUDERC ] * New upstream release (24.08.2). * Update build-deps and deps with the info from cmake. * Package new libkomparediff2-6 library package following upstream soname bump. * Split architecture-independent data files into a separate package to ease future transitions. * Bump Standards-Version to 4.7.0, no change required. * Review copyright information. libksane (24.12.0-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (24.12.0). * Update build-deps and deps with the info from cmake. * Release to unstable. libksane (24.08.2-1) experimental; urgency=medium . [ Jesse Rhodes ] * New upstream release (24.05.2). * Update build-deps with info from cmake. * Specify building with QT6. * Update package names for KF6. * Update list of installed files from build system. * Remove unneeded dh_acc file. * Generate new libksanewidgets6-6.symbols. * Use dh-sequence-kf6. * Update Standards-Version to 4.7.0 (no changes needed). * Add Breaks/Replaces for libkf5sane-data. * Refresh copyright info. . [ Aurélien COUDERC ] * New upstream release (24.08.2). libmediainfo (24.12+dfsg-1) unstable; urgency=medium . * [b9e9edd] New upstream version 24.12+dfsg libmodule-corelist-perl (5.20241220-1) unstable; urgency=medium . * New upstream version 5.20241220 libmsoffice-word-surgeon-perl (2.09-1) unstable; urgency=medium . * New upstream version 2.09 libpdl-ccs-perl (1.23.28-1) unstable; urgency=medium . * Team upload. * New upstream release. libpdl-ccs-perl (1.23.27-1) unstable; urgency=medium . * Team upload. * New upstream release. libreoffice (4:24.8.4-1) unstable; urgency=medium . * New upstream release . * debian/rules: - enable tl langpack libreoffice-dictionaries (1:24.8.4-1) unstable; urgency=medium . * New upstream version 24.8.4 librg-utils-perl (1.0.43-9) unstable; urgency=medium . * Fix clean target Closes: #1045341, #1049488 * Standards-Version: 4.7.0 (routine-update) libschedule-cron-perl (1.05-2) unstable; urgency=medium . * Add test dependencies on tzdata and tzdata-legacy for t/dst_back.t. Thanks to Lucas Nussbaum for the bug report. (Closes: #1091076) * Update years of packaging copyright. * Declare compliance with Debian Policy 4.7.0. libsyntax-keyword-assert-perl (0.16-1) unstable; urgency=medium . * Import upstream version 0.16. * Update test and runtime dependencies. * Update Build-Depends for cross builds. libwx-perl (1:0.9932-9) unstable; urgency=medium . * Team upload. * Upgrade libalien-wxwidgets-perl dependencies to >= 0.69+dfsg-8~, which supports webview. * Declare compliance with Debian Policy 4.7.0. libxfce4ui (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * update override syntax to silence warning * add/update lintian override for false positive * Upload to unstable libxfce4ui (4.19.7-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.6. * Bump Standards-Version to 4.7.0. . [ Unit 193 ] * New upstream version 4.19.7. * d/control: - Refresh introspection packaging. - Update B-D, pkg-config → pkgconf. libxfce4ui (4.19.5-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.5. * d/libxfce4ui-2-0.symbols: Add new symbols. libxfce4ui (4.19.3-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.3. libxfce4ui (4.19.2-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.2. * d/control: - Replace intltool with gettext. - Build-Depend on libgudev-1.0-dev. libxfce4util (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * d/rules: use DEB_BUILD_MAINT_OPTIONS instead of DEB_BUILD_OPTIONS * Upload to unstable libxfce4util (4.19.5-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.4. - Refresh d/patches/xubuntu_desktop-x-ubuntu-gettext.patch * Bump Standards-Version to 4.7.0. . [ Unit 193 ] * New upstream version 4.19.5. * d/control: - Refresh introspection packaging. - Drop deprecated breaks/replaces. libxfce4util (4.19.3-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.3. libxfce4util (4.19.2-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.2. * d/libxfce4util7.symbols: Add new symbols. * d/libxfce4util-dev.docs: Drop, TODO file removed upstream. * d/control: Replace intltool with gettext. libxfce4windowing (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * Upload to unstable libxfce4windowing (4.19.10-1) experimental; urgency=medium . [ Mateusz Łukasik ] * New upstream version 4.19.9. - Update symbols. * d/control: Bump xfce4-dev-tools B-D to 4.19.4 . [ Unit 193 ] * New upstream version 4.19.10. * d/control: - Add associated breaks due to symbol changes. - Correct xfce4-dev-tools B-D to 4.19.3. libxfce4windowing (4.19.4-1) experimental; urgency=medium . * New upstream version 4.19.4. - Update symbols. * d/control: - Add gir annotations. - B-D on libdisplay-info-dev, libxrandr-dev, wayland-protocols. * d/copyright: Bump years. * d/rules: Explicitly enable wayland and x11 backends. * Update Standards-Version to 4.7.0. libxfce4windowing (4.19.3-1) experimental; urgency=medium . * New upstream version 4.19.3. * d/control: Lower xfce4-dev-tools B-D to 4.18.1. * d/libxfce4windowing-0-0.symbols: Update symbols for new release. libxfce4windowing (4.19.2-1) experimental; urgency=medium . * Initial upload. libxs-parse-sublike-perl (0.32-1) unstable; urgency=medium . * Import upstream version 0.32. * Refresh 32-bit-strlen-warning.patch (offset). libyaml-tiny-perl (1.76-1) unstable; urgency=medium . * Team upload. * Import upstream version 1.76. * Declare compliance with Debian Policy 4.7.0. liggghts (3.8.0+repack1-12) unstable; urgency=medium . * [c2406e8] Remove unsupported mpirun parameters liggghts (3.8.0+repack1-11) unstable; urgency=medium . * [678093a] d/control: set Standards-Version to 4.7.0 * [e5c1e59] Remove deprecated mpirun parameter. (Closes: #1076233) * [4e789b6] Make the package reproducible. (Closes: #1006979) liggghts (3.8.0+repack1-10) unstable; urgency=medium . * [7ef3764] d/control: set Standards-Version to 4.6.2 * [d71f41f] Update watch file format version to 4. * [38e52a2] Use secure URI in Homepage field. * [fbafb15] Fix FTBFS with VTK_9.3.0. (Closds: #1072823) liggghts (3.8.0+repack1-9.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062745 liggghts (3.8.0+repack1-9.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. liggghts (3.8.0+repack1-9) unstable; urgency=medium . * [67ea6b6] Fix FTBFS with GCC-11. (Closes: #984217) liggghts (3.8.0+repack1-8) unstable; urgency=medium . * [5aa8084] Update .gitlab-ci.yml * [ba569b0] Switch to vtk9 * [d5b17fb] Bump debhelper from old 12 to 13. + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now does this. * [a5fd6a3] Avoid explicitly specifying -Wl,--as-needed linker flag. * [3621eaf] Set Standards-Version 4.6.0 liggghts (3.8.0+repack1-7) unstable; urgency=medium . [ Anton Gladky ] * [984ea96] Let reprotest fail * [67f38aa] Add Rules-Requires-Root: no . [ Helmut Grohne ] * [b510414] Support DEB_BUILD_OPTIONS=nocheck. (Closes: #943310) * [fd665f2] Do not use not use MPI_C_COMPILER or MPI_CXX_COMPILER (Closes: #943313) liggghts (3.8.0+repack1-6) unstable; urgency=medium . * [db8d4d8] Trim trailing whitespace. * [e5d9a66] Bump debhelper from old 11 to 12. * [1ce0a3d] Set debhelper-compat version in Build-Depends. * [249f192] Update standards version to 4.5.0, no changes needed. * [379ddc7] Fix manpage. (Closes: #963449) * [bbccc13] Add debian/.gitlab-ci.yml liggghts (3.8.0+repack1-5) unstable; urgency=medium . * Team upload. * Drop unused libpython-dev dependency (Closes: #936944). liggghts (3.8.0+repack1-4) unstable; urgency=medium . * [b42dedf] Update CMakeListst. (Closes: 917500) liggghts (3.8.0+repack1-3) unstable; urgency=medium . * [5cb8750] Set LC_ALL=C in d/rules. (Closes: #917500) liggghts (3.8.0+repack1-2) unstable; urgency=medium . * [8bc3eb8] Remove qt4-framework from deps. (Closes: #875028) * [5ae1881] Update standards-version to 4.3.0 liggghts (3.8.0+repack1-1) unstable; urgency=medium . * [77bb37d] Update patches * [9c9888d] Apply cme fix dpkg * [2a69e72] Add allow-run-as-root option * [a0fb4a3] Remove unneeded fields in d/control and d/rules * [211b0af] Use packaged version of the js-libs * [4ecc15e] Fix typo in d/changelog * [b9e4366] Update d/watch * [15fd630] New upstream version 3.8.0+repack1 liggghts (3.7.0+repack1-1.1) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS on 32bit archs with gcc 8 by building with -g1. * Fix FTBFS on mips/mipsel by building with -g0. (Closes: #866097) * Add more architectures to disable_auto_test_archs_*. liggghts (3.7.0+repack1-1) unstable; urgency=medium . * [56c1d27] Drop windows-files from the source. * [a769922] Filter some js-files from the source. * [e042cd2] New upstream version 3.7.0+repack1 * [d14defe] Refresh patches, remove uneeded ones. * [8812f5f] Set maximal hardening level. liggghts (3.5.0+repack1-10) unstable; urgency=medium . * [e2a6253] Better fix for the bug, fixed in previous upload. Thanks, Graham liggghts (3.5.0+repack1-9) unstable; urgency=medium . * [a879ac6] Do not fail on mpi-errors. (Closes: #851726) liggghts (3.5.0+repack1-8) unstable; urgency=medium . * [2219bae] Fix variable name in d/rules. liggghts (3.5.0+repack1-7) unstable; urgency=medium . * [6079250] Disable test on mips64el (unstable). liggghts (3.5.0+repack1-6) unstable; urgency=medium . * [96fa01f] Add mips64el to disable_auto_test_archs_mpi in d/rules. liggghts (3.5.0+repack1-5) unstable; urgency=medium . [ Graham Inggs ] * [fe1b4d7] Replace OMPI_MCA_orte_rsh_agent by OMPI_MCA_plm_rsh_agent for autopkgtests too * [5037eeb] Allow --oversubscribe for autopkgtests liggghts (3.5.0+repack1-4) unstable; urgency=medium . [ Graham Inggs ] * Restrictions: allow-stderr on the tests, for compatibility with current openmpi. * Update autopkgtests with examples from 3.5.0. . [ Anton Gladky ] * Use --parallel build again liggghts (3.5.0+repack1-2) unstable; urgency=medium . * [8031b0e] Do not use parallel build. Fails on some platforms. * [6a2a7ed] Fix autotests. liggghts (3.5.0+repack1-1) unstable; urgency=medium . * [784df99] New upstream version 3.5.0+repack1 * [4101537] Refresh patches. liggghts (3.4.0+repack1-2) unstable; urgency=medium . * [ead3d70] Disable mpi-test on powerpc. * [6492a8e] Apply cme fix dpkg. liggghts (3.4.0+repack1-1) unstable; urgency=medium . * [6a5c2a8] Imported Upstream version 3.4.0+repack1 * [157da23] Refresh patches. * [9a184e0] Apply cme fix dpkg. * [ea651a2] Update d/copyright. liggghts (3.3.1+repack1-1) unstable; urgency=medium . * [3697863] Imported Upstream version 3.3.1+repack1 * [662e977] Refresh patches. * [df1a7e8] Remove dbg-file. liggghts (3.2.0+repack1-3) unstable; urgency=medium . * [62739c0] Add support for VTK6.2. (Closes: #793605) liggghts (3.2.0+repack1-2) unstable; urgency=medium . * [7db5a48] Update d/watch. * [ba29637] Update d/copyright. * [b81a33d] Refresh patches. * [9d49744] Imported Upstream version 3.2.0+repack1 liggghts (3.2.0+repack1-1) unstable; urgency=medium . * [6ac272b] Use cme fix dpkg-control. liggghts (3.1.0+repack1-1) unstable; urgency=medium . * [6ac272b] Use cme fix dpkg-control. liggghts (3.1.0+repack1-1~exp1) experimental; urgency=medium . * [4d4603b] Add some more files to exclude in d/copyright. * [39f1279] Imported Upstream version 3.1.0+repack1 * [ea63dab] Update patches. * [a0b9219] Enable C++11 for build. * [c74e08e] Remove README.source. liggghts (3.0.3+repack-2) unstable; urgency=medium . * [57ea03a] Specify components for VTK. (Closes: #765106). * [a8da87d] Set Standards-Version: 3.9.6. No changes. liggghts (3.0.3+repack-1) unstable; urgency=medium . * [d604745] Remove xdmf from BD. * [43935b3] Imported Upstream version 3.0.3+repack liggghts (3.0.2+repack-1) unstable; urgency=medium . * [ae36cd8] Add Files-Excluded to copyright-file. * [b745737] Exclude LAMMPS-examples. * [61a906b] Imported Upstream version 3.0.2+repack * [2566925] Set minimal vtk6 version to 6.1.0+dfsg-7. * [fb1a0c1] Add libxdmf-dev to BD. * [268930b] Remove .gitignore from examples. liggghts (3.0.1+repack-2) unstable; urgency=medium . * [84cab80] Fix autopkgtest. (Closes: #747339) liggghts (3.0.1+repack-1) unstable; urgency=medium . * [f333916] Imported Upstream version 3.0.1+repack * [ce0d980] Build against VTK6 instead of VTK5. * [f8e3515] Add autotest. * [833caea] Set Standards-Version: 3.9.5. No changes. liggghts (3.0.0+repack-1) unstable; urgency=medium . * [96c3d6e] Imported Upstream version 3.0.0+repack * [8bc06d5] Remove lib/ and src/USER-MISC. (Closes: #742026) liggghts (3.0.0-1) unstable; urgency=medium . * [76193e3] Imported Upstream version 3.0.0 liggghts (2.3.8-1) unstable; urgency=low . * [c18713f] Imported Upstream version 2.3.8 * [8433776] Use wrap-and-sort. liggghts (2.3.6-1) unstable; urgency=low . * [e358878] Add debian/watch. * [28595e2] Imported Upstream version 2.3.6 * [a43057c] Ignore quilt dir liggghts (2.3.2-1) unstable; urgency=low . * [adf4c2b] Imported Upstream version 2.3.2 * [8fe04ee] Use cmake for building. * [e34c201] Split the package into libliggghts2, liggghts-doc, liggghts2-dbg. liggghts (1.5.3-1) unstable; urgency=low * [fb49bd6] Imported Upstream version 1.5.3 * [cbfc470] Fix FTBFS due to gcc-4.7 (missing header). liggghts (1.5.2-3) unstable; urgency=low * [b5f1247] Fix wrong defined archs for auto_tests. liggghts (1.5.2-2) unstable; urgency=low * [e5a0fb3] Disable mpirun-test on some platforms, where it crashes. liggghts (1.5.2-1) unstable; urgency=low * [5b3ec1c] Imported Upstream version 1.5.2 * [cfb6bac] Do not start mpirun-autotests on mips* archs. liggghts (1.5.1-5) unstable; urgency=low * [d7df2ea] Fix typo in archs. liggghts (1.5.1-4) unstable; urgency=low * [0915b9e] Disable auto-test on arm and armhf, the test hangs. liggghts (1.5.1-3) unstable; urgency=low * [10595af] Do not break package building, if the autotest failed. liggghts (1.5.1-2) unstable; urgency=low * [65d77e5] Update copyright-format file due to DEP-5 release. * [8fc58b6] Add auto-tests. * [0955950] Use Standards-Version: 3.9.3. No changes. * [43fb8bf] Use compilation flags proposed by build environment instead of hardcoded. * [6ed3623] Fix FTBFS "format not a string literal and no format arg". * [9d602d4] Enable JPEG. Seems FFTW hurts the productivity. * [df4535f] Use dh compat 9. liggghts (1.5.1-1) unstable; urgency=low * [7e46270] Imported Upstream version 1.5.1 * [b2f3ee0] Use --parallel option for faster builds. * [bdc9cba] Add name of interpretator into headers of some executable example scripts. liggghts (1.5-1) unstable; urgency=low * [9529b4b] Install a manpage. * [8d5c6d1] Imported Upstream version 1.5 liggghts (1.4.6-1) unstable; urgency=low * Initial import. (Closes: #647235) mathcomp-multinomials (2.3.0-1) unstable; urgency=medium . * New upstream release. mathcomp-real-closed (2.0.2-1) unstable; urgency=medium . * New upstream release. * Bump standards-version to 4.7.0. matlab-mode (6.3-1) unstable; urgency=medium . * d/watch: now follow released tarballs at elpa.gnu.org * New upstream version 6.3 * d/control, d/copyright: switch to homepage at GNU ELPA * d/copyright: reflect upstream changes * Drop examples, they are not in the tarball mpd (0.23.16-1) unstable; urgency=medium . * New upstream version 0.23.16 * Bump copyright years mpich (4.2.1-4) unstable; urgency=medium . * Add more autopkgtests for pkg-config, mpif77 * Add links for mpi-c.pc mpi-fort.pc. Closes: #1088919 * Tests need to depend on pkg-config. Closes: #1089694 mpich (4.2.1-3) experimental; urgency=medium . * Merge changes from 4.2.0-14. * Do not allow alternatives to B-D: gfortran. The build system does not check for flang. mpich (4.2.1-2) unstable; urgency=medium . * Add more autopkgtests for pkg-config, mpif77 * Add links for mpi-c.pc mpi-fort.pc. Closes: #1088919 mpich (4.2.1-2) experimental; urgency=medium . * Team upload. * Merge changes from 4.2.0-6. * Enable all hardening flags. * Use the symbols file for all architectures. mpich (4.2.1-1) experimental; urgency=medium . * New upstream release * pmix now only supports 64-bit archs; build with pmix on 64-bit only * Standards-Version: 4.7.0; no changes required * Update links; minor version now 12.4.1 * libmpl.so, libopa.so now point to libmpich.so * Drop patch merged upstream nabu (2024.2.1-1) unstable; urgency=medium . * New upstream release, fixing: "Debci errors with latest pocl", thanks to Andreas Tille (Closes: #1090719). nabu (2024.2.0-2) unstable; urgency=medium . * Update Build-Depends with marker. nabu (2024.2.0-1) unstable; urgency=medium . * New upstream release. * Add versioned build-depends on tomoscan to fix: "FTBFS: E ModuleNotFoundError: No module named 'tomoscan.series'", thanks to Santiago Vila (Closes: #1090107). nabu (2024.2.0~rc4-1) unstable; urgency=medium . * New upstream release. netcdf-parallel (1:4.9.0-6) unstable; urgency=medium . * Add support for loong64. Closes: #1058587 * More support for reproducible-builds. Thanks to Vagrant Cascadian. Closes: #972930 * libnetcdf-mpi-dev depends on libblosc-dev. Closes: #1019055 * Drop obsolete Pre-Depends in d/control, ditto some shlibs:Depends networking-baremetal (6.4.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090440). networking-bgpvpn (21.0.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090441). networking-generic-switch (7.4.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090442). networking-l2gw (1:20.0.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090443). networking-sfc (19.0.0-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090444). neutron-dynamic-routing (2:25.0.0-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090445). neutron-taas (12.0.0+git.2024.10.07.749ac4557c-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090447). neutron-tempest-plugin (2.9.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090446). neutron-vpnaas (2:25.0.0-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090448). node-fortawesome-fontawesome-free (6.7.2+ds1-1) unstable; urgency=medium . * Declare compliance with policy 4.7.0 * New upstream version 6.7.2+ds1 node-gulp-sass (6.0.0-1) unstable; urgency=medium . * New upstream release * d/control: - Update Standards-Version to 4.7.0 (no changes needed) - Update my email address * Update years in d/copyright node-webpack (5.97.1+dfsg1+~cs11.18.27-1) unstable; urgency=medium . * Team upload * New upstream version 5.97.1+dfsg1+~cs11.18.27 nova (2:30.0.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090451). octavia-dashboard (14.0.0-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090452). octavia-tempest-plugin (2.8.0-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090454). openfst (1.7.9-6) unstable; urgency=medium . * Add patch to change std::unique_ptr assignment to .reset() for GCC 14 openfst (1.7.9-5) unstable; urgency=low . * debian/rules: Set --max-parallel=2 in override_dh_auto_test to avoid excessive memory usage resulting in FTBFS (LP: #1984137). Apply patch from Nick Rosbrook (Closes: #1017468) * debian/control: Bump S-V to 4.6.1 openfst (1.7.9-4) unstable; urgency=medium . [ Debian Janitor ] * Remove constraints unnecessary since buster: + libfst22: Drop versioned constraint on libfst-tools in Breaks. . [ Tino Didriksen ] * debian/rules: + Disable tests on mips64el and mipsel. openfst (1.7.9-3) unstable; urgency=medium . [ Tino Didriksen ] * Added patch to explicitly link against -latomic (Fixes build failures on armel and mipsel). openfst (1.7.9-2) unstable; urgency=medium . * Upload to unstable: + No longer depends on Python (Closes: #893842, #937201) openfst (1.7.9-1) experimental; urgency=low . [ Kartik Mistry ] * Updated to new upstream release 1.7.9 (Closes: #967187) * Migrate project under debian-science project. * Added Salsa CI support (debian/gitlab-ci.yml) * debian/control: + Updated Maintainer field. + Bumped to dh 13. + Updated Standards-Version to 4.6.0 + Added Rules-Requires-Root field. * Updated debian/copyright. * Removed unused files: + debian/source/lintian-overrides + debian/addons/man/fstrandmod.1 . [ Tino Didriksen ] * debian/control: + Updated package names for soname bump: libfst8 -> libfst22 + Forbid multiple versions of the library, and forcibly replace previous libfst8. * Add C++17 and SSE patches, where the SSE patch is only for i386/amd64. openfst (1.6.3-2) unstable; urgency=medium . * Disable compilation optimizations for the test suite on kfreebsd-i386 architecture. The test suite compilation requires a lot of memory and fails on some architectures with normal -O2 optimization. openfst (1.6.3-1) unstable; urgency=medium . [ Giulio Paci ] * New upstream release 1.6.3. * Rename libfst4* packages into libfst8* according to SONAME change. The plugin path is updated accordingly. * Set DEB_COPYRIGHT_CHECK_IGNORE_REGEX in debian/rules. This prevents most binary files to be checked for license changes. * Bump Standards-Version to 4.0.0. No changes needed. * Add libfst8-plugins-base.lintian-overrides and source/lintian-overrides. * Add libfstcompact and libfstconst entries to libfst8.lintian-overrides. * Update copyright. * Update copyright_hints. . [ Jakub Wilk ] * Fix typo in a debian/rules comment. . [ Giulio Paci ] openfst (1.5.3+r3-2) unstable; urgency=medium . * Limit parallelism using different limits for build and check. * Limit parallelism everywhere. A check to apply the limit only on buildds is removed. openfst (1.5.3+r3-1) unstable; urgency=medium . * New upstream release 1.5.3+r3. * Drop 1005_kaldi_patch.patch and 1010_fix_typo.patch. They have been accepted upstream with minor changes. * Drop copyright section about 1005_kaldi_patch.patch. * Disable compilation optimizations for the test suite on mips, mipsel and hurd-i386 architectures. The test suite compilation requires a lot of memory and fails on some architectures with normal -O2 optimization. * Add -mxgot compilation flag for the test suite on mips and mipsel architectures. Without this flag the compilation fails with "relocation truncated to fit" error. * Rename libfst3* packages into libfst4* according to SONAME change. The plugin path is updated accordingly. * Apply minor stylistic changes in rules. The syntax of ifneq checks changes from (x,y) to "x" "y". * Drop unused entries in libfst4.lintian-overrides. * Migrate to unstable. openfst (1.5.2-1) experimental; urgency=medium . [ Giulio Paci ] * New upstream release 1.5.2. + Refresh patches. * Limit parallelism on buildds in order not to run out of RAM. * Drop 1001_spelling_errors_fix.patch, 1002_add_with_libfstdir_argument_to_configure.patch, 1003_complete_soname_update.patch. They were accepted upstream. * Drop 2001_put_libfst_extension_libraries_in_usr_lib.patch. No more needed. * Add 1005_kaldi_patch.patch and 1010_fix_typo.patch. * Drop unresolved-symbols.diff. Modified patch has been accepted upstream. * Remove autotools files from copyright. * Fix typos in README.Debian, fstlinear.1 and fstloglinearapply.1. * Update Vcs-* fields. * Update copyright. * Update copyright_hints. * Update packages names according to SONAME change. * Add README.source. * Add zlib1g-dev dependency. * Do not require specific automake version. * Do not create -dbg package. Rely on automatic dbgsym packages instead, as described in https://lists.debian.org/5675E791.6060705@thykier.net * Bump Standards-Version to 3.9.8. No changes needed. * Update manpages. * Update openfstbc. * Add libfst-tools.maintscript to remove openfstbc configuration file. * Add libfst-tools.bash-completion to install openfstbc as appropriate. * Add compress, linear-fsts and mpdt extensions. * Update fst plugin path according to SONAME change. . [ Jakub Wilk ] * Rewrite watch file. Upstream releases multiple revisions of the sources using the same tarball name. The revision number is encoded in plain text, so the new watch file uses pagemangle option to keep track of it. openfst (1.3.3-1) experimental; urgency=low . * New upstream release 1.3.3 (Closes: #677932). + Refresh patches. * Add 1002_add_with_libfstdir_argument_to_configure.patch. * Add 1003_complete_soname_update.patch. * Add 1004_set_tmpdir_default_to_TMPDIR.patch. * Fix possible temporary-file race conditions in tests. * Fix openfstbc file. * Update man pages. * Add python build dependency. * Rename libfst0* packages to libfst1*. * Move debian/libfst0* files to debian/libfst1*. + Refresh debian/libfst1* files. * Move plugins from /usr/lib/fst/ to /usr/lib/fst/1/. + Update README.Debian. * Fix copyright license information for some files. * Update Vcs-Git in control.in. * Bump Standards-Version to 3.9.4. openfst (1.3.2-1) experimental; urgency=low . * New upstream release (Closes: #675129). + Refresh patches. * Bump standards version to 3.9.3. * Update watch file. * Update copyright file. * Convert the package to CDBS (Closes: #676376). * Add man pages. * Add bash auto-completion. * Add hardening flags. * Add README.Debian file. * Fix spelling errors in binaries. [1001_spelling_errors_fix.patch] * Install libraries in /usr/lib. [2001_put_libfst_extension_libraries_in_usr_lib.patch] * Add lintian overrides for hardening-no-fortify-functions. * Enable all available extensions. * Bump compat version to 9. * Set maintainer to Giulio Paci (Closes: #664163). * Add Build-depends on autotools-dev, devscripts, automake1.11 (replaces automake1.9), cdbs (>= 0.4.85~), debhelper (>= 9~), dh-buildinfo, dpkg-dev (>= 1.16.1~) * Remove Build-Conflicts on autoconf2.13, automake1.4. * Add libfst0-dbg binary package. * Add libfst0-plugins-base package. * Add git repository in collab-maint. * Enable test suite execution in rules. * Modify libfst-dev and libfst-tools descriptions. openfst (1.2-1) experimental; urgency=low * New upstream release. * Bump standards version to 3.9.1 (no changes needed). * libfstmain has been renamed to libfstscript: add Breaks. * Use dh_makeshlibs -V. * Update debian/clean. * Link libfst* libraries with all the libraries they use symbols from. [unresolved-symbols.diff] * Use LDFLAGS=-Wl,--as-needed. * Install AUTHORS, README and NEWS files. openfst (1.1-1) experimental; urgency=low * Initial release (closes: #579398). oslo-sphinx (4.18.0-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090455). pbseqlib (5.3.5+dfsg-9) unstable; urgency=medium . * Team upload. . [ Nilesh Patra ] * Potential fix for gcc-14 * Get Aptly . [ Andreas Tille ] * Standards-Version: 4.7.0 (routine-update) petsc (3.22.2+dfsg1-1) unstable; urgency=medium . * New upstream release pg-repack (1.5.2-1) unstable; urgency=medium . * New upstream version 1.5.2. pgauditlogtofile (1.6.4-1) unstable; urgency=medium . * New upstream version 1.6.4. postgres-decoderbufs (3.0.6-1) unstable; urgency=medium . * New upstream version 3.0.6. publicsuffix (20241206.1516-0.1) unstable; urgency=medium . * Non-maintainer upload. * new upstream version (cf. #1077255) px (3.6.5-0.1) unstable; urgency=medium . * Non-maintainer upload. * Remove dependency on python3-pkg-resources (Closes: #1083567) * Remove dependency on python3-six (Closes: #1070181) * New upstream release (3.6.5) . [ Josue Ortaga ] * New upstream release (3.6.2) pydeconz (119-1) unstable; urgency=medium . * New upstream release. pypck (0.8.1-2) unstable; urgency=medium . * Source-only upload to allow package to migrate to testing. pypck (0.8.1-1) unstable; urgency=medium . * Initial release. (Closes: #1090996) python-aiohttp-security (0.4.0-6) unstable; urgency=medium . * Team upload. * Port to Sphinx 8.0 (closes: #1090129). python-autopage (0.4.0-4) unstable; urgency=medium . * Switch to pybuild, use pytest (Closes: #1090464). python-bashate (2.1.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090465). python-calmjs (3.4.2-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090471). python-calmjs.parse (1.2.5-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090470). python-calmjs.types (1.0.1-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090469). python-cliff (4.7.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090474). python-cotyledon (1.7.3-3) unstable; urgency=medium . [ Ondřej Nový ] * Bump Standards-Version to 4.4.1. . [ Thomas Goirand ] * Switch to pybuild (Closes: #1090476). python-crontab (3.2.0-1) unstable; urgency=medium . * Team Upload * Fix d/watch for new archive naming policy * Use dh-sequence-python3 * New upstream version 3.2.0 (Closes: #1078637) python-csscompressor (0.9.5-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090478). python-daemonize (2.5.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090481). python-debtcollector (3.0.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090485). python-dib-utils (0.0.11-4) unstable; urgency=medium . [ Ondřej Nový ] * Use debhelper-compat instead of debian/compat. * Bump Standards-Version to 4.4.1. . [ Thomas Goirand ] * Switch to pybuild (Closes: #1090486). python-django-appconf (1.0.6-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090488). python-django-formtools (2.4.1-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090490). python-django-pyscss (2.0.3-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090491). python-dracclient (3.1.0-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090493). python-editor (1.0.3-9) unstable; urgency=medium . * Switch to pybuild (Closes: #1090495). python-escript (5.6-10) unstable; urgency=medium . * Team upload. * Use T1 encoding to fix LaTeX errors. Closes: #1088894. * Fix build on i386 and mip64el. Closes: #1041457. Thanks to Adrian Bunk. * debian/rules: Fix several typos. * debian/control: Filter with "expand", so that at least we can get rid of tabs, and drop trailing spaces. * debian/control: Drop unused libnetcdf-dev build dependency. Closes: #1050794. Thanks to Bas Couwenberg. * debian/control: Add missing build-dependency on python3-setuptools. Closes: #1080744. Thanks to Stefano Rivera. * Fix changelog entries for 5.6-6 and 5.6-8. python-etcd3 (0.12.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090497). python-extras (1.0.0-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090500). python-gabbi (3.0.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090505). python-geojson (3.2.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop python3.13.patch, applied upstream. * Add patch to not prematurely fail with newer Python versions. python-git-os-job (1.0.1-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090507). python-haproxyadmin (0.2.4-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090510). python-hdf5plugin (4.0.1-4) unstable; urgency=medium . * Team upload. . [ Picca Frédéric-Emmanuel ] * Update standards version to 4.6.2, no changes needed. . [ Santiago Ruano Rincón ] * Fix d/watch python-icmplib (2.1.1-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090512). python-infinity (1.5-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090513). python-iptables (1.0.1-3) unstable; urgency=medium . * Team upload. * Port to Sphinx 8.0 (closes: #1090146). python-json-patch (1.32-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090516). python-jsonpath-rw (1.4.0-7) unstable; urgency=medium . * Switch to pybuild (Closes: #1090520). python-jsonpath-rw-ext (1.2.2-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090518). python-ldappool (3.0.0-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090525). python-logutils (0.3.5-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090524). python-marathon (0.13.0-7) unstable; urgency=medium . * Switch to pybuild (Closes: #1090527). python-mbstrdecoder (1.1.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090530). python-mido (1.3.3-0.1) unstable; urgency=medium . * Non-maintainer upload. * New upstream version 1.3.3 (Closes: #1058591) * Remove Python2 vs Python3 hybridized build * Switch to pybuild-plugin-pyproject python-monasca-statsd (2.7.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090535). python-monotonic (1.6-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090537). python-morph (0.1.3-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090538). python-msoffcrypto-tool (5.0.0-2.1) unstable; urgency=medium . * Non-maintainer upload. * Fix debian/watch for new PyPi policy python-mujson (1.4-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090539). python-neutron-lib (3.15.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090540). python-openstackdocstheme (3.2.0-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090547). python-os-client-config (2.1.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090550). python-os-collect-config (13.1.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090552). python-os-faults (0.2.7-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090551). python-os-refresh-config (13.1.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090553). python-os-resource-classes (1.1.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090555). python-os-service-types (1.7.0-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090557). python-os-vif (3.7.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090559). python-os-win (5.9.0-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090560). python-oslo.versionedobjects (3.4.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090582). python-oslotest (1:5.0.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090584). python-pager (3.3-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090587). python-plugwise (1.6.4-1) unstable; urgency=medium . * New upstream release. python-pyasyncore (1.0.2-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090591). python-pycadf (3.1.1-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090593). python-pydotplus (2.0.2-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090592). python-pyds9 (1.8.1-7) unstable; urgency=medium . * Team upload * Do not generate a runtime dependency on python3-six python-pyghmi (1.5.70-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090594). python-pyhcl (0.4.4-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090596). * Add override_dh_auto_configure. python-pylxd (2.2.10-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090597). python-pyperform (1.86-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090598). python-questplus (2023.1-3) unstable; urgency=medium . * Team upload * Allow more rounding errors in the tests with scipy 1.14 (Closes: #1079788) python-questplus (2023.1-3~exp2) experimental; urgency=medium . * Team upload * Allow more rounding errors in the tests with scipy 1.14 python-questplus (2023.1-3~exp1) experimental; urgency=medium . * Team upload * No-change test rebuild with scipy 1.14 python-questplus (2023.1-2) unstable; urgency=medium . * Team upload. . [ Andreas Tille ] * Drop versioneer from d/copyright for next upload . [ Étienne Mollier ] * d/control: move to autopkgtest-pkg-pybuild. * d/tests/: remove now unneeded manual autopkgtest. * d/rules: skip test_thurstone_scaling on i386. python-questplus (2023.1-1) unstable; urgency=medium . * New upstream version (makes numpy patch unnecessary) Closes: #1074664 * Standards-Version: 4.7.0 (routine-update) * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) * Build-Depends: pybuild-plugin-pyproject python-questplus (2019.4-6) unstable; urgency=medium . * Team Upload. * Add patch to fix FTBFS with numpy (Closes: #1027202) * Bump Standards-Version to 4.6.2 (no changes needed) * Run autopkgtests for all supported versions python-questplus (2019.4-5) unstable; urgency=medium . * Fix watch file * Standards-Version: 4.6.1 (routine-update) python-questplus (2019.4-4) unstable; urgency=medium . * Fix watchfile to detect new versions on github * Standards-Version: 4.6.0 (routine-update) * debhelper-compat 13 (routine-update) python-questplus (2019.4-3) unstable; urgency=medium . [ Sao I Kuan ] * Team upload * Add test script for autopkgtest * Add Testsuite: autopkgtest-pkg-python . [ Andreas Tille ] * Rules-Requires-Root: no (routine-update) python-questplus (2019.4-2) unstable; urgency=medium . * Add salsa-ci file (routine-update) * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. python-questplus (2019.4-1) unstable; urgency=medium . * Initial release (Closes: #950984) python-rapidjson (1.4-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090601). * Add override_dh_auto_configure. * Add missing ${shlibs:Depends} in d/control. python-rcssmin (1:1.1.2-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090602). python-rcssmin (1:1.1.2-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090602). python-renault-api (0.2.8-1) unstable; urgency=medium . * New upstream release. python-reno (4.1.0-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090603). python-requestsexceptions (1.4.0-5) unstable; urgency=medium . [ Ondřej Nový ] * Use debhelper-compat instead of debian/compat. * Bump Standards-Version to 4.4.1. . [ Thomas Goirand ] * Switch to pybuild (Closes: #1090607). python-restructuredtext-lint (1.3.2-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090606). python-rfc3986 (2.0.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090608). python-rtslib-fb (2.1.76-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090609). python-seamicroclient (0.4.0+2016.05.20.git.40ee44c664-7) unstable; urgency=medium . * Switch to pybuild (Closes: #1090612). python-searchlightclient (2.1.1-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090613). python-semantic-version (2.10.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090614). python-socketio (5.11.2-1.1) unstable; urgency=medium . * Non-maintainer upload. * Drop old extraenous python3-mock build dependency * Fix d/watch for new PyPi archive naming policy the newer version 5.11.4 will now be detected. python-stestr (4.1.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090619). python-sushy-cli (0.4.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090621). python-termstyle (0.1.10-7) unstable; urgency=medium . * Switch to pybuild (Closes: #1090627). python-tosca-parser (2.11.0-3) unstable; urgency=medium . * Switch to pybuild (Closes: #1090628). python-wcmatch (10.0-1) unstable; urgency=medium . * Team upload. * New upstream version 10.0 * Bump Standards-Version to 4.7.0, no changes needed. python-wsaccel (0.6.3-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090634). python-wsme (0.12.1-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090635). python-xstatic-angular-bootstrap (2.5.0.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090637). python-xstatic-angular-cookies (1.2.24.1-7) unstable; urgency=medium . * Switch to pybuild (Closes: #1090638). python-xstatic-angular-ui-router (0.3.1.2-5) unstable; urgency=medium . * Switch to pybuild (Closes: #1090644). python-xstatic-angular-vis (4.16.0.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090647). python-xstatic-bootstrap-scss (3.4.1.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090649). python-xstatic-magic-search (0.2.5.1-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090669). python-xstatic-moment (2.8.4.2-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090672). python-xstatic-qunit (1.14.0.2-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090675). python-xstatic-roboto-fontface (0.5.0.0-6) unstable; urgency=medium . * Switch to pybuild (Closes: #1090676). python-xvfbwrapper (0.2.9-7) unstable; urgency=medium . * Switch to pybuild (Closes: #1090682). python-yappi (1.6.10-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090683). python-yaql (2.0.0-4) unstable; urgency=medium . * Switch to pybuild (Closes: #1090684). pyupgrade (3.19.1-1) unstable; urgency=medium . * Team upload. * New upstream release. pyvicare (2.39.1-1) unstable; urgency=medium . * New upstream release. qt6-webengine (6.7.2+dfsg-9) unstable; urgency=medium . [ Patrick Franz ] * Remove comment in d/rules to fix CMake-arguments (Closes: #1087829). rally (4.1.0-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090689). rancid (3.13-4) unstable; urgency=medium . * Update debian/copyright with support by lrc. * Get rid of alpha stage warning and "Really continue?" debconf question. * Update to Standards-Version 4.7.0 (no changes). ray (2.3.1-9) unstable; urgency=medium . [ Helmut Grohne ] * Fix FTCBFS: Compute mpi compile flags using pkgconf. (Closes: #1085491) . [ Andreas Tille ] * Standards-Version: 4.7.0 (routine-update) ray (2.3.1-8) unstable; urgency=medium . * Team upload. * Packaging update * Standards-Version: 4.6.2 (routine-update) * debhelper-compat 13 (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * Use secure URI in Homepage field. * Fix spacing typo in debian/rules * Apply multi-arch hints. + ray-doc: Add Multi-Arch: foreign. * watch file standard 4 (routine-update) * d/rules: Clean REFIX directory and RayPlatform/README (Closes: #1047580) ray (2.3.1-7) unstable; urgency=medium . * Use 2to3 to port to Python3 Closes: #945704 * debhelper-compat 12 * Standards-Version: 4.4.1 * Remove trailing whitespace in debian/copyright * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g * Use secure URI in debian/watch. * Remove obsolete fields Name from debian/upstream/metadata. * Fix day-of-week for changelog entries 2.1.0-1. ray (2.3.1-6) unstable; urgency=medium . * Team upload . [ Nadiya Sitdykova ] * Get rid of ssh dependency * Allow mpi run without ssh dependency . [ Graham Inggs ] * Allow node oversubscription in autopkgtest * Switch to debhelper 11 * Use HTTPS for copyright format * Update Vcs-* URIs for move to salsa.debian.org * Remove trailing whitespace from d/changelog, d/control and d/rules * Bump Standards-Version to 4.1.4, no further changes ray (2.3.1-5) unstable; urgency=medium . * Team upload. . [ Nadiya Sitdykova ] * Add autopkgtest test-suite * Add missing ssh dependency . [ Andreas Tille ] * debhelper 10 * Standards-Version: 4.0.0 (no changes needed) ray (2.3.1-4) unstable; urgency=medium . * Team upload. * Enforce stable sort order for linking to make build reproducible. * Fix hardening by using CPPFLAGS etc. ray (2.3.1-3) unstable; urgency=medium . [ Sascha Steinbiss ] * Team upload. * Fix FTBFS with GCC6. Closes: #811633 . [ Andreas Tille ] * cme fix dpkg-control * Better hardening ray (2.3.1-2) unstable; urgency=medium . * Team upload. * Fix FTBFS on s390x. Link against pthread. ray (2.3.1-1) unstable; urgency=medium . * New upstream version * cme fix dpkg-control (including shortened synopsis) * d/copyright: - make sure all files are included in copyright statement and chose more strict license (GPL-3) for the missing files - add separate section for debian/* ray (2.3.0-2) unstable; urgency=medium . * Fix Build issue on mips, mipsel and s390x (thanks for the patch to Aurelien Jarno ) Closes: #739184 * Added myself as Uploader ray (2.3.0-1) unstable; urgency=low . [ Sébastien Boisvert ] * New upstream version (previous patches removed since applied upstream) . [ Andreas Tille ] * debian/control: - Priority should be optional - enhanced description - normalised d/control via `cme fix dpkg-control` * debian/watch: More precise regexp to fit also historic versions * debian/upstream: publication information * debian/Ray.1: Enhanced formatting * debian/patches/hardening.patch: Propagate hardening options ray (2.1.0-1) unstable; urgency=low . * Initial Debian release, Closes: #692238 rdiff-backup (2.2.6-2) unstable; urgency=medium . [ Sébastien Villemot ] * Properly clean obsolete bash completion conffile on upgrade (Closes: #988164) . [ Henrique F. Simoes ] * Extract version test as new test suite * Mark smoke test as superficial (Closes: #974526) * Run upstream unit and system tests with autopkgtest * Run upstream filesystem-dependent tests . [ Otto Kekäläinen ] * Extend gbp.conf and write a README.source.md about package maintenance * Misc general Debian package maintenance as this package is likely to stay at this version for a long time until upstream releases 3.0 reapr (1.0.18+dfsg-7) unstable; urgency=medium . [ Michael R. Crusoe ] * Team upload. * d/watch: https is now an option for the Sanger FTP site. . [ Andreas Tille ] * Fix clean target Closes: #1045461 * Standards-Version: 4.7.0 (routine-update) redfishtool (1.1.5-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090690). rocketcea (1.2.1-2) unstable; urgency=medium . * patch docs/conf.py to fix build failure, closes: #1090167 ruby-chef-config (16.12.3-3) unstable; urgency=medium . * Team upload . [ Debian Janitor ] * Remove constraints unnecessary since buster * Update standards version to 4.6.1, no changes needed. . [ Antonio Terceiro ] * Backport upstream patch to fix tests against Ruby 3.3 ruby-minitest-stub-const (0.6-2) unstable; urgency=medium . * Bump Standards-Version to 4.7.0 (no changes needed) * Use Minitest spelling instead of deprecated MiniTest ruby-peek-pg (1.3.0-3) unstable; urgency=medium . * Team upload. . [ Utkarsh Gupta ] * Add salsa-ci.yml . [ Debian Janitor ] * Use secure copyright file specification URI. * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update standards version to 4.5.0, no changes needed. * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. * Update standards version to 4.6.1, no changes needed. . [ Lucas Kanashiro ] * Declare compliance with Debian Policy 4.7.0 * Runtime depends on ${ruby:Depends} instead of ruby interpreter rust-gdk-pixbuf-sys (0.20.7-1) unstable; urgency=medium . * Package gdk-pixbuf-sys 0.20.7 from crates.io using debcargo 2.7.5 rust-pulldown-cmark-escape (0.10.1-1) unstable; urgency=medium . * Team upload. * Package pulldown-cmark-escape 0.10.1 from crates.io using debcargo 2.7.5 rust-sailfish-compiler (0.9.0-1) unstable; urgency=medium . * Package sailfish-compiler 0.9.0 from crates.io using debcargo 2.7.5 scotch (7.0.6-1) unstable; urgency=medium . * New upstream release scotch (7.0.6~pre3-1exp1) experimental; urgency=medium . * New upstream preview signon-ui (0.17+git20231016.eef943f-3) unstable; urgency=medium . * Team upload. . * debian/patches: + Add 1001_switch-from-unity8-on-mir-to-lomiri-on-wayland.patch. Switch from Unity8 / Ubuntu Online Accounts to Lomiri and Lomiri Online Accounts. slurm-wlm (24.11.0-1.1) unstable; urgency=medium . * Non-maintainer upload. * Upload as source-only to allow migration to testing, and to unblock the mpich and hdf5 migrations. Closes: #1090730. slurm-wlm (24.11.0-1) unstable; urgency=medium . * New upstream release * Bump SONAME to 42 and update symbols * Remove useless Replaces/Breaks libslurm41 * Refresh patches * Add sackd.default (Closes: #1087927) * Update copyright * Fix so perms to allow rootless builds (Closes: #1089437) slurm-wlm-contrib (24.11.0-1) unstable; urgency=medium . * New upstream release slurm-wlm-contrib (24.05.4-1) unstable; urgency=medium . * New upstream release slurm-wlm-contrib (24.05.2-1) unstable; urgency=medium . * New upstream release slurm-wlm-contrib (24.05.1-2) unstable; urgency=medium . * Source only upload for testing slurm-wlm-contrib (24.05.1-1) unstable; urgency=medium . * New upstream release slurm-wlm-contrib (23.11.7-2) unstable; urgency=medium . * Fix basic plugins version dependency (Closes: #1072209) kudos for Gianfranco Costamagna slurm-wlm-contrib (23.11.7-1) unstable; urgency=medium . * New upstream release slurm-wlm-contrib (23.11.6-1) unstable; urgency=medium . * New upstream release slurm-wlm-contrib (23.11.4-1) unstable; urgency=medium . * New upstream release slurm-wlm-contrib (23.11.3-1) unstable; urgency=medium . * New upstream major release slurm-wlm-contrib (23.02.6-1) unstable; urgency=medium . * New upstream release fixes CVE-2023-41914 slurm-wlm-contrib (23.02.5-1) unstable; urgency=medium . * New upstream release 23.02.5 slurm-wlm-contrib (23.02.3-2.1) unstable; urgency=medium . * Binary uoload for contrib slurm-wlm-contrib (23.02.3-2) unstable; urgency=medium . * Align version with the free release slurm-wlm-contrib (23.02.3-1) unstable; urgency=medium . * New upstream version 23.02.3 (Closes: #1036682) * Bump debhelper compatibility level to 13 slurm-wlm-contrib (22.05.8-4) unstable; urgency=medium . * Align version with the free release slurm-wlm-contrib (22.05.8-3) unstable; urgency=medium . * Source only upload for testing slurm-wlm-contrib (22.05.8-2) unstable; urgency=medium . * New upstream release * Add nvml plugin to slurm-wlm specutils (1.19.0-3) unstable; urgency=medium . * Use the `SpectralCoord` in some test cases ssreflect (2.3.0-1) unstable; urgency=medium . * New upstream release. * Bump standards-version to 4.7.0. tar (1.35+dfsg-3.1) unstable; urgency=medium . * Non-maintainer upload. * Fix deletion from archives, Closes: #748244 telemetry-tempest-plugin (2.3.0-2) unstable; urgency=medium . * Switch to pybuild (Closes: #1090698). textual (1.0.0-1) unstable; urgency=medium . * New upstream release * debian/control - add pytest-xdist to b-d, needed by tests thunar (4.20.0-1) unstable; urgency=medium . * add source lintian overrides for false positives * New upstream version 4.20.0 * Upload to unstable thunar (4.19.3-1) experimental; urgency=medium . * Team upload. . [ Unit 193 ] * New upstream version 4.19.3. . [ Yves-Alexis Perez ] * d/control: add provides for gir addon thunar (4.19.2-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.2. * d/control: Bump B-D exo to 4.19.0 * d/libthunarx-3-0.symbols: Add new symbols. . [ Unit 193 ] * Update Standards-Version to 4.7.0. thunar-volman (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * d/lintian-overrides dropped, unused * Upload to unstable tools-analyzer-clojure (1.1.1-2) unstable; urgency=medium . * Team upload. * Add debian/maven.rules to set clojure to 1.x. tools-reader-clojure (1.3.6-2) unstable; urgency=medium . * Team upload. * Add debian/maven.rules to set clojure to 1.x. trac-customfieldadmin (0.4.0+svn18456-2) unstable; urgency=medium . * Bump debhelper-compat to 13, adapt debian/clean to new layout trac-customfieldadmin (0.4.0+svn18456-1) unstable; urgency=medium . * New upstream version, compatible with Trac 1.6 and Python 3 . [ Ondřej Nový 2019-07-20 ] * Use debhelper-compat instead of debian/compat. * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. trac-customfieldadmin (0.2.13+r16679-1) unstable; urgency=medium . * New upstream release * Bump standards version, no change * Moved package repo to salsa trac-customfieldadmin (0.2.12+r15671-1) unstable; urgency=medium . * New upstream release * Add debian/clean (Closes: #671149) * Bump standards version, no change * Moved packaging to Git * Machine-readable debian/copyright trac-customfieldadmin (0.2.6+r10460-1) unstable; urgency=low * New upstream version (Closes: #653735). Works with Trac 0.12. * Fixed lintians. [Jakub Wilk ] * Replace deprecated > operator with >=. trac-customfieldadmin (0.2.2+r6485-1) unstable; urgency=low * First Debian package (Closes: #504320). trac-wysiwyg (0.12.0.7+svn18546-2) unstable; urgency=medium . * Source-only upload trac-wysiwyg (0.12.0.7+svn18546-1) unstable; urgency=medium . * New upstream version, compatible with Trac 1.6 and Python 3 . [ Ondřej Nový 2018-03-12 ] * d/copyright: Use https protocol in Format field * Convert git repository from git-dpm to gbp layout * Use debhelper-compat instead of debian/compat. * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. trac-wysiwyg (0.12.0.7-1) unstable; urgency=medium . * New upstream version * Bump standards version and dh compat level * Move package to PAPT, and git repo to salsa.debian.org trac-wysiwyg (0.12.0.5+r16089-1) unstable; urgency=medium . [ Piotr Ożarowski ] * Remove PAPT from Maintainer field to complete migration to collab-maint . [ W. Martin Borgert ] * New upstream version trac-wysiwyg (0.12.0.5+r15671-1) unstable; urgency=low . * New upstream version * Bump standards version, no change * Moved packaging to Git * Machine-readable debian/copyright trac-wysiwyg (0.12.0.3+r10725-1) unstable; urgency=low * New upstream version (Closes: #653730). Works with Trac 0.12. * Fixed lintians. [Jakub Wilk ] * Replace deprecated > operator with >=. trac-wysiwyg (0.2+svn5931-1) unstable; urgency=low * First Debian package (Closes: #505717). tryton-modules-analytic-budget (7.0.0-3) unstable; urgency=medium . * Add missing Depends: tryton-modules-account-budget. tryton-modules-analytic-budget (7.0.0-2) unstable; urgency=medium . * Rebuild for source-only upload to unstable. tryton-modules-analytic-budget (7.0.0-1) unstable; urgency=medium . * Initial release (Closes: #1086410) tryton-modules-document-incoming-invoice (7.0.0-3) unstable; urgency=medium . * Add missing Depends tryton-modules-document-incoming. tryton-modules-document-incoming-invoice (7.0.0-2) unstable; urgency=medium . * Rebuild for source-only upload to unstable. tryton-modules-document-incoming-invoice (7.0.0-1) unstable; urgency=medium . * Initial release (Closes: #1086397) vdirsyncer (0.19.3-2) unstable; urgency=medium . * Team upload. * Fix _Component.__delitem__ with adjacent identical keys (closes: #1088043). webkit2gtk (2.46.5-1) unstable; urgency=medium . * New upstream release. wpewebkit (2.46.5-1) unstable; urgency=medium . * New upstream release. xfce4 (4.20) unstable; urgency=medium . * d/control: update dependencies for Xfce 4.20 xfce4-appfinder (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * Upload to unstable xfce4-appfinder (4.19.2-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.2. * d/control: Switch from intltool to gettext. * Update Standards-Version to 4.7.0. xfce4-appfinder (4.19.1-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.1. xfce4-appfinder (4.19.0-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.0. * Update Standards-Version to 4.6.2. xfce4-dev-tools (4.20.0-2) unstable; urgency=medium . * (really) Upload to unstable xfce4-dev-tools (4.20.0-1) experimental; urgency=medium . * New upstream version 4.20.0 * d/control: add dependency on python3 for xdt-gen-visibility * Upload to unstable xfce4-dev-tools (4.19.3-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.3. * d/control: Set B-D and recommend meson. xfce4-dev-tools (4.19.1-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.1. * Update Standards-Version to 4.7.0. xfce4-dev-tools (4.19.0-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.0. * d/control: Add B-D on xsltproc. * Update Standards-Version to 4.6.2. xfce4-goodies (4.20.0) unstable; urgency=medium . * d/control: add back xfce4-notes-plugin to Depends * d/control: raise debhelper-compat b-d to 13 xfce4-panel (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * Upload to unstable xfce4-panel (4.19.7-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.6 - Disabled 01_support-non-multiarch-modules.patch for now. * d/control: + Bump B-D version libxfce4windowing-0-dev to 4.19.6. * Update Standards-Version to 4.7.0. . [ Unit 193 ] * New upstream version 4.19.7. - Refresh patch. * d/control: - Refresh introspection packaging. - Add B-D on libxext-dev. xfce4-panel (4.19.3-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.3. xfce4-panel (4.19.2-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.2. xfce4-panel (4.19.1-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.1. - Drop patch which no longer applies, refresh remaining. * d/control: Update Build-Depends for new version. + gettext, libgtk-layer-shell-dev, libwayland-dev, libxfce4windowing-0-dev. + Add 4.19 version constraint on xfce4-dev-tools. - intltool. * d/libxfce4panel-2.0-4.symbols: Add new symbol. xfce4-power-manager (4.20.0-1) unstable; urgency=medium . * d/rules: disable network-manager support (Closes: #1078973) * New upstream version 4.20.0 * Upload to unstable xfce4-power-manager (4.19.3-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.3. xfce4-power-manager (4.19.2-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.2. . [ Unit 193 ] * d/control: - B-D on libwayland-dev. - Update B-D, pkg-config → pkgconf. * Update Standards-Version to 4.7.0. xfce4-power-manager (4.19.1-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.1. * d/control: - Replace intltool with gettext. - Bump version constraint on xfce4-dev-tools and libxfce4util-dev. * d/source/options: Drop, no longer needed. xfce4-pulseaudio-plugin (0.4.9-1) unstable; urgency=medium . * New upstream version 0.4.9 * d/control: add build-dep on libxfce4windowing-0-dev 4.19 * d/gbp.conf added xfce4-session (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * drop unused override * Upload to unstable xfce4-session (4.19.2-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.2. * d/control: B-D on libgtk-layer-shell-dev and libxfce4windowing-0-dev. * d/alternatives, d/prerm, d/postinst: - Move from manual scripts to dh_installalternatives. * Update Standards-Version to 4.7.0. xfce4-session (4.19.1-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.1. - Drop patches which no longer apply. * d/control: - Replace intltool with gettext. - Bump version constraint on xfce4-dev-tools and libxfce4util-dev. * d/docs: Drop BUGS and TODO, removed upstream. xfce4-settings (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * Upload to unstable xfce4-settings (4.19.2-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.1 * Refresh patches. * Add to install new files. . [ Unit 193 ] * New upstream version 4.19.2. * d/control: - Replace intltool with gettext. * d/control: - B-D on libgtk-layer-shell-dev, libwayland-dev, libxml2-utils. - Bump version constraint on libxfce4ui-2-dev. * d/rules: Delete '*.la' files. * Update Standards-Version to 4.7.0. xfconf (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * Upload to unstable xfconf (4.19.5-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.4. * Install xfconfd.service to xfconf. * Update Standards-Version to 4.7.0. . [ Unit 193 ] * New upstream version 4.19.5. * d/control: - Refresh introspection packaging. - Replace depends, pkg-config → pkgconf. xfconf (4.19.2-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.2. xfconf (4.19.1-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.1. xfconf (4.19.0-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.0. * d/control, d/rules, d/xfconf-gsettings-backend.install: - Enable and install the GSettings backend into xfconf-gsettings-backend. * d/55xfconf, d/control, d/xfconf-gsettings-backend.install: - Set the xfconf backend as default if installed. * d/control: - Replace intltool with gettext. - Bump version constraint on xfce4-dev-tools to 4.19. - Have xfconf suggest xfconf-gsettings-backend. * d/libxfconf-0-dev.docs: Drop, TODO file removed upstream. xfdesktop4 (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * Upload to unstable xfdesktop4 (4.19.7-1) experimental; urgency=medium . * Team upload. . [ Mateusz Łukasik ] * New upstream version 4.19.6. * d/control: - Bump B-D version libxfce4windowing-0-dev to 4.19.8. - Bump B-D version libxfconf-0-dev to 4.19.3 * d/docs: Drop TODO file. . [ Unit 193 ] * New upstream version 4.19.7. * d/control: Add B-D on libyaml-dev. xfdesktop4 (4.19.3-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.3. * Update Standards-Version to 4.7.0. xfdesktop4 (4.19.2-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.2. xfdesktop4 (4.19.1-1) experimental; urgency=medium . * Team upload. * New upstream version 4.19.1. * d/control: Update Build-Depends for new version. + gettext, libgtk-layer-shell-dev, libxfce4windowing-0-dev. + Add 4.19 version constraint on xfce4-dev-tools. - intltool, libwnck-3-dev. xfsprogs (6.12.0-1) unstable; urgency=low . * New upstream release xfwm4 (4.20.0-1) unstable; urgency=medium . * New upstream version 4.20.0 * Upload to unstable xmountains (2.11-3) unstable; urgency=medium . * Really disable -fcf-protection (Closes: #1088654) xmountains (2.11-2) unstable; urgency=medium . * Disable -fcf-protection, FTBFS on !x86 archs (Closes: #1088654) xmountains (2.11-1) unstable; urgency=medium . * New upstream release: + Fixes FTBFS with gcc 14 (Closes: #1075674) * Removed debian/xmountains.desktop, merged upstream. * Updated Standards-Version to 4.7.0 * Updated debian/patches/blhc_flags.patch for new CFLAGS entry. * Updated debian/watch. xmountains (2.10-2) unstable; urgency=medium . [ Debian Janitor ] * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on dpkg-dev. . [ Kartik Mistry ] * debian/control: + Updated Standards-Version to 4.6.0 + Wrap-up long description. * Added patch to add missing CFLAGS/LDFLAGS. xmountains (2.10-1) unstable; urgency=low . * New upstream release: + Dropped gcc10 FTBFS patch, merged upstream. * Fixed debian/watch file. * Removed debian/*.man, merged upstream. * Removed debian/menu file. * debian/control: + Updated Standards-Version to 4.5.1 xmountains (2.9-7) unstable; urgency=low . * Added debian/gitlab-ci.yml. * debian/control: + Switched to debhelper-compat. + Updated Standards-Version to 4.5.0 + Added 'Rules-Requires-Root' field. * Added debian/upstream/metadata file. * Added patch to fix FTBFS with gcc10 from upstream (Closes: #957988) xmountains (2.9-6) unstable; urgency=low . * debian/control: + Fixed Vcs-Git URL. + Updated Homepage. + Updated Standards-Version to 4.2.1 xmountains (2.9-5) unstable; urgency=low . * debian/rules: + Use dh. * debian/control: + Build-Dep: Removed cdbs, updated debhelper >= 11. + Updated Standards-Version to 4.1.3. + Updated Vcs-* URLs. * Set debian/compat to 11. * debian/copyright: + Updated upstream URL. + Use https. * Added desktop file (Closes: #738071) xmountains (2.9-4) unstable; urgency=low . * debian/control: + Updated Standards-Version to 3.9.8 + Fixed Vcs-* URLs. + Removed dependency on hardening-wrapper. * debian/rules: + Added dpkg-buildflags support. * Fixed debian/copyright. xmountains (2.9-3) unstable; urgency=low . * debian/control: + Updated Standards-Version to 3.9.4 + Added VCS-* URLs. * debian/copyright: + Moved to copyright-format 1.0 * Added hardening support. xmountains (2.9-2) unstable; urgency=low * Upload to unstable xmountains (2.9-1) experimental; urgency=low * New upstream release * debian/control: + Updated Standards-Version to 3.9.1 (no changes needed) xmountains (2.8-2) unstable; urgency=low * debian/control: + Updated Standards-Version to 3.8.4 (no changes needed) + Bumped debhelper dependency to 7 * debian/source/format: + Added for source format 3.0 (quilt) xmountains (2.8-1) unstable; urgency=low * New upstream release: + All debian/patches merged with upstream * debian/control: + Updated Standards-Version to 3.8.3 xmountains (2.7-7) unstable; urgency=low [Kartik Mistry] * debian/control: + Updated Standards-Version to 3.7.3 + Updated VCS headers * debian/install: + xmountains will now install in /usr/games * debian/menu: + Updated xmountains binary file location xmountains (2.7-6) unstable; urgency=low [Kartik Mistry] * debian/copyright: + Updated upstream author email address + Moved copyright out of license section * Added debian/watch file * debian/control: + Moved Homepage to control field xmountains (2.7-5) unstable; urgency=low [Kartik Mistry] * Added dpatch support * Fixed goofup in previous upload which didn't include previous upstream changes, patches now in dpatch format * This bug is already fixed, but it was there in 2.7-4 (Closes: #427847) xmountains (2.7-4) unstable; urgency=low [ Kartik Mistry ] * New maintainer (Closes: #427396) * Fixed build-dependency on xlibs-data (Closes: #419017) * Updated to Standards-Version 3.7.2 * Updated debhelper compability to 5 * debian/copyright: updated according to standard copyright file, removed copyright.header file * debian/rules: removed copyright creation from copyright.header * debian/control: minor changes in descriptions, added ${misc:Depends} * debian/menu: fixed according to standard menu format * debian/changelog: removed useless lines from end [ Torsten Werner ] * Add myself to Uploaders. * Add XS-Vcs-* headers. * Add homepage to description. xmountains (2.7-3.1) unstable; urgency=low * Non-maintainer upload to do xlibs-dev transition. * debian/control: Replaced build-depends on xlibs-dev. (Closes: #346772) xmountains (2.7-3) unstable; urgency=low * Add the French translation of the man page. * First release with new maintener. Closes: #307364 xmountains (2.7-2) unstable; urgency=low * fixed lintian errors: binary goes to /usr/bin and menu entries need quoting (Thanks to Sergio Talens Oliag) xmountains (2.7-1) experimental; urgency=low * new upstream version xmountains (2.6-8) unstable; urgency=low * delete Makefile during 'make clean' * converted to cdbs xmountains (2.6-7) unstable; urgency=low * adopted package, closes: #202349 * copied vroot.h from xscreensaver package, closes: #217686 xmountains (2.6-6) unstable; urgency=low * orphaned; set maintainer to packages@qa.debian.org xringd (1.20-28) unstable; urgency=medium . * Team upload. . [ наб ] * debian/xringd.service: add (Closes: #1039426) * Standards-Version: 4.7.0 (routine-update) * debhelper-compat 13 (routine-update) * d/control: Priority: extra -> optional * Start installing /usr/share/xringd/xringd.conf again (Closes: #858468, Fixes: 1.20-26) * Vcs-Git: https://salsa.debian.org/debian/xringd.git * Maintainer: Package Salvaging Team (stevenk@ MIA, so this is a soft-orphan) * d/copyright: DEP-5 * d/rules: hardening . [ Takuma Yamada ] * [INTL:ja] Japanese debconf templates translation update (Closes: #815531) . [ Martin Bagge / brother ] * Swedish strings for xringd debconf (Closes: #993891) . [ Atila KOÇ ] * [INTL:tr] turkish translation of debconf messages (Closes: #1037558) yorick-full (2.2.04+dfsg1+full) unstable; urgency=low . * Split the yorick-full pseudo package out of the yorick source package. (Closes: #918796)