goxkcdpwgen (0.0~git20231122.e51aa57-4) unstable; urgency=medium . * debian/control: build-deps on dh-go instead of dh-golang to enable module-aware builds. * debian/rules: drop metadata check in Go binary. (Now handles by lintian) * debian/rules: use static manpage instead. goxkcdpwgen (0.0~git20231122.e51aa57-4~exp1) experimental; urgency=medium . * debian/rules: printing Go build metadata. * debian/control: build-deps on dh-golang (>= 1.66~) that switch to module-aware builds phcpack (2.4.94+dfsg-2) unstable; urgency=medium . * debian/control - Add minimum version for dh-octave dependency to ensure that dh_octave_substvars is available. * debian/patches/hardening.patch - Update to add some files that were missing build flags. - Also use ADAFLAGS instead of CPPFLAGS/CXXFLAGS where appropriate. * debian/rules - Use dh_octave_substvars instead of deprecated dh_octave_substvar (Closes: #1148065). - Pass GPRCONFIGFLAGS to gprbuild so we use a consistent compiler for the C code for reproducibility. - Build phclib first so we can use it for both phc and phcpy. phcpack (2.4.94+dfsg-1) unstable; urgency=medium . * New upstream release. * debian/control - Bump Standards-Version to 4.7.4. * debian/copyright - Add license info for new CUDA source file. - Update upstream copyright years. * debian/patches/no-phcpy-chdir.patch - Mark as Forwarded: not-needed. phcpack (2.4.93+dfsg-1) unstable; urgency=medium . * New upstream release. phcpack (2.4.92+dfsg-2) unstable; urgency=medium . * debian/control - Remove redundant Rules-Requires-Root field. - Remove Priority field since "optional" is now the default. - Bump Standards-Version to 4.7.3. - Add dh-octave to Build-Depends. This is redundant since we're already depending on dh-sequence-octave, but it's harmless and silences a false positive Lintian error (missing-build-dependency-for-dh_-command). * debian/copyright - Update my copyright years. - Update years for documentation license information and include PHCpy directory. * debian/rules - Set PYBUILD_SYSTEM since pybuild cannot detect the build system. - Stop injecting "-std=gnu++14" build flag; issue fixed upstream. phcpack (2.4.92+dfsg-1) unstable; urgency=medium . * New upstream release. phcpack (2.4.91+dfsg-1) unstable; urgency=medium . * New upstream release. * debian/patches/hardening.patch - Refresh for new upstream release. * debian/patches/is-zero.patch - Remove patch; applied upstream. phcpack (2.4.90+dfsg-5) unstable; urgency=medium . * debian/rules - Don't run dh_octave_check in architecture-dependent only builds. phcpack (2.4.90+dfsg-4) unstable; urgency=medium . * debian/rules - Move installation of Octave package before dh_auto_install since dh_octave_check is now run immediately afterward. phcpack (2.4.90+dfsg-3) unstable; urgency=medium . * debian/control - Move dh-sequence-octave from Build-Depends-Indep to Build-Depends to avoid "add_command_options is not supported" error. - Drop versioned dependency on dh-octave. It was redundant since dh-sequence-octave has been provided by dh-octave since version 1.2.0. * debian/copyright - Refer to URL instead of old physical address for Free Software Foundation in GPL-2 text. * debian/patches/is-zero.patch - New patch; rename iszero -> is_zero to avoid conflicting with new C23 macro (Closes: #1114643). phcpack (2.4.90+dfsg-2) unstable; urgency=medium . * debian/control - Add python3-setuptools to Build-Depends-Arch (Closes: #1080698). - Bump Standards-Version to 4.7.2. * debian/copyright - Update my copyright years phcpack (2.4.90+dfsg-1) unstable; urgency=medium . * New upstream release. * debian/patches/hardening.patch - Refresh for new upstream release. phcpack (2.4.89+dfsg-1) unstable; urgency=medium . * New upstream release. * debian/clean - Update name of shared library to clean. * debian/control - Remove jdupes from Build-Depends. - Remove Testsuite field; autodep8 test wasn't doing anything. * debian/copyright - Update my copyright years. * debian/patches/find-shared-library.patch - New patch; find shared library since pybuild renames it. * debian/patches/hardening.patch - Update patch for new Python build. * debian/patches/no-phcpy-chdir.patch - New patch; don't change to system site directory when loading phcpy. This was preventing us from building the docs. * debian/patches/use-imgmath.patch - Update path to Sphinx config file. * debian/rules - Update build of Python module for new version. - Use gprclean during "dh clean". - Stop using jdupes; no longer necessary. * debian/python3-phcpy.docs - Update location of Python module docs * debian/python3-phcpy.examples - Update location of Python module examples. * debian/tests/control - Replace phcpy test; now a Test-Command running phcpy.version.main(). * debian/tests/phcpy-test.py - Remove autopkgtest file. phcpack (2.4.88+dfsg-1) unstable; urgency=medium . * New upstream release. phcpack (2.4.87+dfsg-1) unstable; urgency=medium . * New upstream release. * debian/copyright - Update my copyright years. * debian/patches - Refresh for new upstream release. * debian/rules - Specify UNIX Makefile (upstream now defaults to using the Windows one). - Drop -o option to gprbuild; we were using it to set the binary name to "phc" instead of "phctop", but "phc" is now the default. - Backup "phc" binary before calling gprclean before Python build; otherwise it will be deleted. phcpack (2.4.86+dfsg-5) unstable; urgency=medium . * debian/watch - Switch from GitHub releases to tags page for uscan download. phcpack (2.4.86+dfsg-4) unstable; urgency=medium . * debian/control - Add Testsuite field for autopkgtest-pkg-pybuild. This way, we'll at least have a superficial test to make sure that the Python module imports correctly even though the comprehensive test is marked as flaky. * debian/tests/control - Mark PHCpy test as flaky. phcpack (2.4.86+dfsg-3) unstable; urgency=medium . [ Nicolas Boulenguez ] * Trivial changes for dh-ada-library/8.2 . [ Doug Torrance ] * debian/control - Bump Standards-Version to 4.6.2. * debian/rules - Skip dh_dwz to avoid build failure (Closes: #1027120). phcpack (2.4.86+dfsg-2) unstable; urgency=medium . * debian/control - Add dh-sequence-octave in Build-Depends-Indep to simplify d/rules. - Add minimum version for dh-octave in Build-Depends-Indep. * debian/rules - Drop "--with octave"; no longer needed now that dh-sequence-octave is a build dependency. - Stop moving octave files from d/phcpack to d/tmp since dh_octave now installs them there in the first place (Closes: #1013619). - Split most of override_dh_clean recipe into execute_after_dh_auto_clean; they were previously in execute_after_dh_auto_clean-arch/indep and should be run before dh_clean. Otherwise, we end up with *.debhelper.log files after the build, causing lintian errors. * debian/salsa-ci.yml - Ignore -fstack-protector-strong flag when running blhc as part of Salsa continuous integration. * debian/source/lintian-overrides - Add brackets around filename to match current Lintian output. phcpack (2.4.86+dfsg-1) unstable; urgency=medium . * New upstream release. . [ Nicolas Boulenguez ] * debian/rules - disable stackprotectorstrong via hardening flags settings . [ Doug Torrance ] * debian/patches - Remove patches applied upstream. + avoid-gcc-bug.patch + escape-backslash.patch + import-polynomials.patch + manpage.patch + no-intersphinx.patch - Refresh remaining patches for new upstream release. phcpack (2.4.85+dfsg-6) unstable; urgency=medium . [ Doug Torrance ] * debian/control - Bump Standards-Version to 4.6.1. * debian/copyright - Convert leading tabs to spaces in Files-Excluded. * debian/gbp.conf - Update debian-branch to debian/latest; recommended by DEP-14. * debian/rules - Also include /usr/share/dpkg/buildopts.mk; required by debian_packaging-11.mk (Closes: #1011364). - Remove -fstack-protector-strong from ADAFLAGS; fixes build with gnat-11. * debian/tests/control - Add allow-stderr restriction for PHClab test; workaround for an Octave bug. . [ Nicolas Boulenguez ] * debian/control - remove dh-python dependency, dh-sequence-python3 is an alias * debian/rules - improve creation and removal of inst subdirectory - merge recipes for phclab - use unversioned ada/debian_packaging.mk from gnat (>= 11) - clean both -arch and -indep objects - search nodoc in DEB_BUILD_PROFILES, not _OPTIONS phcpack (2.4.85+dfsg-5) unstable; urgency=medium . [ Debian Janitor ] * debian/control - Use secure URI in Homepage field. * debian/copyright - Use spaces rather than tabs to start continuation lines. * debian/upstream/metadata - Set upstream metadata fields: Bug-Submit, Repository, Repository-Browse. . [ Doug Torrance ] * debian/control - Add support for "nopython" and "nodoc" build profiles. * debian/copyright - Update my copyright years. * debian/rules - Don't build PHCpy when "nopython" is in DEB_BUILD_PROFILES. * debian/tests/phcpy-test.py - Adjust random seed again; the seed introduced in 2.4.85+dfsg-3 resulted in solve_rps10() failing on armhf. phcpack (2.4.85+dfsg-4) unstable; urgency=medium . * debian/rules - Use /bin/sh for calling "command" shell builtin; should fix builds in kFreeBSD and Hurd. phcpack (2.4.85+dfsg-3) unstable; urgency=medium . * debian/control - Split build dependencies needed only for architecture dependent (resp., independent) packages to Build-Depends-Arch (resp., Build-Depends-Indep). - Add dh-sequence-* build dependencies for python3 and sphinxdoc. - Set Multi-Arch to "foreign" for phcpack-doc. * debian/rules - Several updates to facilitate the Build-Depends-Arch/Indep split: + Customize dh options based on whether dh_octave/pybuild are present. + Only set build flags when gnatgcc is present. + Don't let dh_auto_clean fail when dh_octave isn't present. * debian/tests/phcpy-test.py - Tweak random seed; otherwise solve_rps10() fails on i386, presumably due to 80-bit floating point precision. phcpack (2.4.85+dfsg-2) unstable; urgency=medium . * Source-only upload for transition to testing. * debian/* - Update my email address; now a Debian Developer. * debian/control - Update Maintainer to Debian Math Team. - Bump Standards-Version to 4.6.0. - Update Vcs-* URL's (science-team -> math-team). * debian/patches/avoid-gcc-bug.patch - New patch; void internal compiler errors with GCC 11. * debian/patches/escape-backslash.patch - Escape backslash in documentation config. Otherwise we get a "'unicodeescape' codec can't decode bytes" error with newer versions of Python. * debian/rules - Drop back to C++14 to prevent FTBFS. * debian/source/lintian-overrides - Update source-is-missing override; line length info is no longer included. phcpack (2.4.85+dfsg-1) unstable; urgency=low . * Initial release (Closes: #820848). phpunit (13.3.4+ds-1) unstable; urgency=medium . [ Sebastian Bergmann ] * Update dependencies * Honour --display-phpunit-deprecations and --display-phpunit-notices in compact output and count PHPUnit issues in its summary line * Prepare release python-aiohttp (3.14.3-1) unstable; urgency=medium . * Team upload. * New upstream release. - Fix CVE-2026-59881 (closes: #1143160). - Fix CVE-2026-69243, CVE-2026-69244 (closes: #1143597). python-aiohttp (3.14.1-5) unstable; urgency=medium . * Team upload. * No longer depend on deprecated python3-async-timeout. python-coverage (7.16.1+dfsg1-1) unstable; urgency=medium . * The “Jocelyn Bell Burnell” release. * New upstream version. Closes: #1131193. Thanks to Santiago Ruano Rincón for the report. Highlights since previous release: * Support Python version 3.9 – 3.16. Closes: bug#1068298, bug#1131832. Thanks to Matthias Klose for the reports. * Support configuration file `.coveragec.toml`. * Reports now show separate coverage totals for statements and branches. * Big speed improvement for `coverage combine`. * Add configuration options `[run] core`, `[run] patch`. * Add command-line options `--save-signal`, `--debug=core`. * debian/*.lintian-overrides: * Remove special handling for obsolete Lintian checks. * debian/salsa-ci.yaml: * Add pipeline definition for Salsa Continuous Integration. * debian/control: * Remove superfluous declaration of “Priority: optional”. * Remove superfluous declaration of “Rules-Requires-Root: no”. * Declare conformance to “Standards-Version: 4.7.4”. * Mark dependencies that are needed only for documentation. Closes: bug#1145345. Thanks to Alexandre Detiste for the report. * Declare Debhelper compatibility level 14. * Specify DebHelper sequence steps with specific “Build-Depends”. * Specify package test suite with “Testsuite” field. * Add documentation build dependency ‘python3-sphinxcontrib-linklint’. * Add documentation build dependency ‘python3-sphinxext-rediraffe’. * debian/rules: * Build using upstream's PEP 518 (“pyproject”) build specification. * debian/upstream/metadata: * Update URLs for upstream project. * debian/patches/*.patch: * Refresh patches for new upstream version. python-pytest-cases (3.10.1-5) unstable; urgency=medium . * Team Upload * Patch-out usage of pkg_resources (Closes: #1147803) * Add debian/salsa-ci.yml * Set upstream metadata fields: Bug-Submit. ymuse (0.22-3) unstable; urgency=medium . * d/control: Remove B-D dh-sequence-golang. ymuse (0.22-2) unstable; urgency=medium . [ Martin Dosch ] * Run wrap-and-sort -ast on debian/. * d/control: - Build-dep on dh-go for modern go packaging. - Increase debian-compat to version 14. - Add missing ${misc:Static-Built-Using} to Static-Built-Using on ymuse. - Remove redundant Priority: optional from source stanza. - Update standards version to 4.7.4, no changes needed. - Removed Rules-Requires-Root * Add d/upstream/metadata. * Update watch file format version to 5. * Use GitHub template in watch file. * Set upstream metadata fields: Bug-Submit, Repository. . [ Marcos Talau ] * debian/salsa-ci.yml: Add to provide CI tests for Salsa ymuse (0.22-2~exp1) experimental; urgency=medium . [ Martin Dosch ] * d/control: Add build dependency dh-golang (>= 1.66~). * Run wrap-and-sort -ast on debian/. * Add missing ${misc:Static-Built-Using} to Static-Built-Using on ymuse. * Remove redundant Priority: optional from source stanza. * Update standards version to 4.7.4, no changes needed. * Add d/upstream/metadata. * Update watch file format version to 5. * Removed Rules-Requires-Root * Use GitHub template in watch file instead of explicit Source/Matching-Pattern. * Set upstream metadata fields: Bug-Submit, Repository. * Change branch to debian/experimental. . [ Marcos Talau ] * debian/salsa-ci.yml: Add to provide CI tests for Salsa