aiohttp-sse (2.2.0-4) unstable; urgency=medium . * Fix build with python 3.14. (Fixes: #1122394) * Add myself to Uploaders. asf-search (11.0.0-1) unstable; urgency=medium . * New upstream release. autopkgtest (5.53) unstable; urgency=medium . [ Ural Tunaboyu ] * adt_testbed: always attempt to detect release . [ Paride Legovini ] * Save artifacts in a per-test directory (Closes: #903696) * tests: fix mock apt-cache in test_apt_source_single_line_package_list * tests: move test_tree_build_needed_success under DebTestsVirtFS * a-virt-lxd: replace --vm with detection of the image type * a-buildvm-ubuntu-cloud: do not add a foreign architecture * runner/autopkgtest: drop unnecessary testbed reset/cleanup * setup-testbed: include wireless interfaces in search for default iface * d/control: bump Standards-Version to 4.7.0, no changes needed * d/control: drop redundant Rules-Requires-Root: no . [ Johannes Schauer Marin Rodrigues ] * virt/autopkgtest-virt-unshare: ignore /etc/skel from outside the chroot when creating user's home directories inside the chroot with --prefix . [ Chad Smith ] * fix(setup-testbed): avoid deprecated cloud-config apt_preserve_sources_list bcron (0.11-24) unstable; urgency=medium . * updated debian/watch, since the service http://untroubled.org/ is down binutils (2.45.50.20251209-1) unstable; urgency=medium . * New upstream snapshot. - Fix PR ld/33702. Closes: #1122125. * Update libgprofng symbols file. binutils-mingw-w64 (13) unstable; urgency=medium . * Upload to unstable. * Install symlinks from ld to ld.bfd, in a manner consistent with binutils. binutils-mingw-w64 (13~exp1) experimental; urgency=medium . [ Konstantin Demin ] * Handle version numbers with epochs. * Extract spelling fix processing to a separate script. * Filter duplicates in all architecture-dependant packages, not just those with .install files. * Rename binutils-mingw-w64-ucrt64 to binutils-mingw-w64-x86-64-ucrt and ship binutils-mingw-w64-i686-ucrt targeting 32-bit x86 with UCRT. * Ship common files in binutils-mingw-w64-base. * Force serial configuration. * Enable JSON payload validation. borgbackup (1.4.3-1) unstable; urgency=medium . * New upstream release. borgbackup (1.4.2-2) unstable; urgency=medium . * Import the pypi tarball as quilt patch, fixing ftbfs borgbackup (1.4.2-1) unstable; urgency=medium . * Merge changes of 1.4.1-3~exp1 after trixie release * New upstream release 1.4.2 collectl (4.3.20.1-2) unstable; urgency=medium . * New maintainer (Closes: 1111492) * Update copyright * d/docs dropped * add sysvinit script collectl (4.3.20.1-1) unstable; urgency=medium . * QA upload. * New upstream version * Homepage migrated to Github Closes: #1106575 * Maintain in Debian team on Salsa * Do not explicitly Build-Depends quilt * d/README.source: Removed since redundant * Unify removal of docs that are not needed * Provide systemd service file from upstream Closes: #1039153, #1112178 * d/copyright: Remove old FSF address * Do not Depends lsb-base * Standards-Version: 4.7.2 (routine-update) * Build-Depends: debhelper-compat (= 13) * d/dirs: Removed * Fix permissions * d/watch: version=5 * Fix Homepage declaration * Verify that postinst works properly in this version Closes: #728760 * Secure URI in copyright format (routine-update) * Remove trailing whitespace in debian/changelog (routine-update) * Add upstream metadata collectl (4.3.6-2) unstable; urgency=medium . * Orphaning the collectl package collectl (4.3.1-1) unstable; urgency=medium . * New upstream release 4.3.1 * do NOT divide disk wait times by inteval when using -sD * specify dpkg-source 3.0 (quilt) format collectl (4.3.0-1) unstable; urgency=medium . * New upstream release 4.3.0 * very minor, disabled -sL as I forgot to when I disabled -sl * Fixed disk summary stats bug which caused them to mostly be reported as 0s * InfinBand OPA V4 now reads 64 but counters from /sys * very minor bug fix to uninitialized variable for working with SUSE collectl (4.0.5-1) unstable; urgency=medium . * New upstream release 4.0.5 * rawdskfilt has been enhanced to allow a preceding + which will cause the following string to be appended to the default filter * needed to initialized anonH for numa stats [thanks andy] * added 'hed' to known ethernet devices, used by HP Helion collectl (4.0.4-1) unstable; urgency=medium . * New upstream release 3.7.4 * new switch: --dskremap * added AnonHuge memory to verbose mem stats * added en as new ethernet device collectl (4.0.0-2) unstable; urgency=medium . * Add Replaces and Breaks collectl-utils dependenices to ensure proper upgrade. (Closes #785038) collectl (4.0.0-1) unstable; urgency=medium . * rare, but if selecting processes by parent pid or command name, it's possible when a new pid is seen that it's already exited by the time we try to read /proc/pid/stat, and it will return an undef value * finally cleaned up code to read speeds from /sys to use internal cat() to avoid misc 'Invalid Arg' errors. also fixed cat() to return null when nothing read. * added mlx5 as a new type of IB device name [thanks fred] * get lustre version a different way because format changed [thanks Jeff] also note that native lustre support in collectl is going away in summer of 2015! * lexpr was incorrectly reporting sys/user cpu details in the wrong place and as a result showed up before the timestamp in some cases * colmux has now been moved to the collectl package, release notes to be continued here going forward * COLMUX: -oT -test wasn't including time column in help output whereas -od and -oD did * COLMUX: new switch: -retaddr tells collectl to connect back to this address rather than the one colmux chooses by default which is default interface's addr * COLMUX: change in way return address is determined because RHEL 7 changed the format of the ifconfig output, changing Bcast to broadcast and dropping addr: collectl (3.7.4-1) unstable; urgency=medium . * New upstream release 3.7.4 * typo in $netFilt (should have been $netFiltIgnore) preventing any network from being included in totals when *-netfilt specified, but also made me rethink the way summaries are calculalted (see next item) * 2 more network types were discovered to be causing double counting in summaries, specifically vibr and vnets. since the exceptions occur at a far greater rate it was decided that rather than have a default list of those network types to exclude from the summaries, it makes far more sense to have a list with those that SHOULD be included as well as a mechanism for handling new summary types. This led to a reinterpretation of *-netfilt. see the man page and Network.html for more details * removed references to XC, which is no longer supported * use abs to generate path to exe, simpler and cleaner [thanks Jeff] * extended the way formatit is loaded and changed the order that collectl.conf is discovered, noting it should only effect people actually modifying code or moving things to non*standard locations. it IS now documented in Startup and Initialization. [thanks again, Jeff] * set max lines to read for diskstats to 20000 for those with real large disk counts where 10000 wasn't enough [thanks jean*marc] * very rare, but if doing timing and no hires present, $microInterval gets set to zero and the division by the interval blows up * finally remembered to remove -G and --group which were replaced by --tworaw * clarified description of -s defaults in manpage as well as adding a pointer to the online documentation on file naming [thanks rob] * added additional error message for when files match selection string but none contain *date-time.raw [thanks rob] * add support for newer kernel CPU stats: guest, guest_nice * now that 2.4 kernels no longer supported, make sure CPU stats contain at least softirq field * change headers with % to PCT and remove space, also remove whitespace in interrupt detail output for type and devices columns [thanks rob] * new switch --ALL, selects summary and detail data for all subsystems [thanks rob] * new switch --full, selects --verbose, always includes RECORD separator and includes which subsystem data is being reported with each interval in the RECORD header to make parsing easier for rob [thanks rob] * if you DON'T collect tcp data but want to play it back, variables weren't initialized to 0 and you get uninit variable warnings * if disk name ends with a digit (can only happen when manually changing disk filtering in either collectl.conf or with *-rawdskfilt, don't include in disk summary stats [thanks guy] * discovered a place where some numa counters go backwards! This MUST be a kernel bug but inserted code to mitigate and warn if it happens [thanks rob] * removed a line of code incorrectly initializing $HCAPosts[] because that is now a doubly indexed array [thanks Jeff] * discovered tap devices don't set default network speeds correctly and can cause 'bogus' messages so use default max * make 'Intrpt' header mixed case for CPU details, not all upper * new 3rd option for --top, allows one to display the top-n processes sorted by any column vertically, similar to playback mode, which in some cases can be very handy * if only 1 tcp subtype selected with --tcpfilt, was printing column header of ERR and I've no idea why. Changed it to TCP. * I didn't like --tcpfilt I by itself forcing --verbose so changed it to just being in the *-tcpfilt string will force it and updated man page as well since *-tcpfilt wasn't even documented in it * As warned I'm in the process of direct support for lustre and you should contact Peter Piela at TeraScala to get a copy of his lustre plugin. Therefore *sl is being removed as a default. To get collectl's native lustre support in daemon mode, you must add it to *s. Native support will be completely removed around the summer of 2015. collectl (3.7.3-1) unstable; urgency=low . * Support for infiniband extended counters also allows multiple copies to run * Removed myrinet and quadrics support. Also dropped nvidia and sexpr as promised * New switch --cpufilt, allows display a subset of CPUs for machines with high cpu counts collectl (3.6.9-1) unstable; urgency=low . * typo in network plot header loop resulted in infinite loop * remove $int/secs from numa hit rate calc AND add more precision to its output [thanks stig] collectl (3.6.8-1) unstable; urgency=low . * new flag $exportComm must be set in gexpr/ganglia so that they won't generate an error if run without -f or -A [thanks tom] * new switch: --intfilt allows filtering of interrupts * always log messages of type F/E to syslog in daemon mode even if -m is not set [thanks again, tom] * wasn't dealing correctly with missing whitespace after network name in /proc/dev/net in initRecord() [thanks andy] * updated init.d script for suse per the maintainer's instructions [thanks tom] * extra spaces were being printed in plot mode for tpc stats * added entry to envrules.std to deal with intel Phi Co-Processor * debian init.d script now does 'exit 1' if status reports 'not running' * rawnetignore switch wasn't working correctly * found/fixed some subtle problems with --procanalyze as well as some cleanup * need to ignore first sample after initializing summary arrays * need to init summary hashes for thrutime and accumT because get uninit var in print routine is only a single process entry * found a typo in procAnalyze() to a $usecs which wasn't being used! * added error check to make sure --procanalyze with -P requires -s * added a little more debugging output for -d128 * discovered dynamic disk/network detail names for interactive mode were not being reported correctly. sounds a lot worse than it is because this is typically not done very often nor are disks/networks very dynamic except in large, virtualized environments such as clouds * add to list of devices to exlude from network summary data: tap, dp and nl, which are associated with openstack cinder. remember you can always add more to that list with --netfilt * $lastHour was never referenced and dayInit() called every time a log was created so fix logic to update $lastHour correctly AND call initDay() one time and do it before newLog() called. * closed a couple of file handles that were left open and reportedly causing some defunct processes with -sx. [thanks brian] * fixed bug in lustre stats recording [thanks roland] * clarified --showsubopts text about disk and network filters in that they apply to both summary and detail data output * fixed problem with --import and --stats * --statsopt a didn't work because when changed some internal logic missed changing a test of $timestampFlag to $timestampCounter[$rawPFlag] and so now $timestampCount can be removed entirely * clear $firstpass after 1st pass during playback * make sure filename initialized before calling loadConfig so if there is an error logsys() doesn't get an undefined var warning * to be safe, remove any quotes on net/dsk filters in case included by mistake in DaemonCommands string * tightened up tests to see if daemonized collectl already running * if no hiRes::Time, fudge the value of $microInterval based on -i [thanks Domi] * new --procOpt k, removes known shells from process listing with -sZ, currently set to /bin.sh, /usr/bin/perl, /usr/bin/python and python collectl (3.6.7-1) unstable; urgency=low . * set network speed for vnets to '??' so they'll use $DefNetSpeed for bogus checks since the kernel hardcodes then to 10 which makes no sense * code to print brief totals for -st wasn't include in a conditional so you'd always get extra columns of output when *st was NOT included * needed to initialize numaMem->{lock} for cases where user selects -sM and no data collected * added randomize and align switches to graphite module and align switch only to gexpr.ph since gexpr uses current times in messages * added escape switch to graphite to allow one to change the dots in hostname * change to suse startup script to look in /usr/sbin instead of /usr/bin * added debug mask of 16 to lexpr to help test x= switch * can now use commas OR colons with lexpr,x= though commas preferred and colons may go away * added disk qlen, wait, svctime and util to lexpr * it was pointed out that in getExec() I'm initializing $oneline instead of $oneLine * for debian init script, reverse logic for running start-stop-deamon with *test so it will work with buxybox too * new switch: --cpuopts z (the only option) which suppresses lines of idle activity from detailed stats * when purging imported detail plot data, only do so if file had changed * when playing back multiple files, do NOT try to process a new file that has not yet seen the end of the current interval ($timestampCound==1) * fix SuSE init.d script collectl (3.6.5-1) unstable; urgency=low . * was not updating new major/minor numbers for a disk when they changed so got stuck in a loop which kept disk maj/min changed every interval * new -r option to purge older .log files, def=12 months * fixed DaemonCommands to preserver order so you can override anything by adding on the right side of it * new 'align' switch added to lexpr so default is NOT to align to whole min * for -sE do not convert negative temperatures [thanks kevin] * add error handling to 'print' in logmsg * vmstat needs to set $sameColsFlag to make header pagination work with -p * new graphite switch f, use fqdn for host [thanks Bryant] * when lexpr called with x= it needs to set summary data flag in case nothing else is being reported, otherwise timestamps print after the data instead of before * lexpr typos: $tcpError, $udpError and $icmpError should not be singular * timestamp wasn't being updated for -sD because it was specified in $dskdetFormat * explicitly close logs before opening new ones in the hope that the occasionally corrputed file problems with gunzip will go away * tcp 'last' variables weren't correctly initialized and so was printing bad data on first line of output * modified lexpr, gexpr and graphite such that when i= is used, to align sending on whole minute boundaries which is particularly useful with rrd * merged snmp and tcp stats under -st and changed export routines to show summary error counts for *st. removed snmp.ph from kit. summaries (based on *-tcpfilt) as does brief format * correctly deal with dynamic disks/networks instead of pulling names from header, get them from raw file when discovered * simplify code that deals with changed disks, now that more cleanly handled * replace runtime calls to 'die' with calls to syslog * readS was still left in INSTALL! [thanks gavin] * added system boot time to header * new values for procopts s/S to show process start times * graphite.ph now prints loadavgs to 2 decimal places [thanks brandon] * extended lexpr,x= functionality to also call an init routine * initFormat now returns entire header! * if nothing returned from an import module on a printVerbose or printPlot call for detail data do not call printText() since it will screw up colmux and plot detail file with empty lines * new --rawdskignore AND --rawnetignore because sometimes easier to specify a pattern of things to ignore * removed restriction for running as root to get network speeds via ethtool by looking in /sys/devices now * slight change to way the disk queue depth is being calculated to provide better accuracy [thanks ken] * new --dskopts f reports disk details with some fractional values * always calculate disk details even when only doing -sd since a plugin might want to get at them * new graphite switch b, will cause output to be prefaced by a specified string [thanks justin] * slight change to s= functionality for lexpr, gexpr and graphite: no arguments will disable all but imported data, allowing you do log *s data to files sending over socket * need to give other routines (specifically --import) access to the lexpr interval by declaring it with 'our' * had to change the way lexpr/gexpr/graphite do min/max/avg since they were using a positional index to track intermediate values when clearly a hash is required for cases where not all intervals contain same elements * -P and --plotflag had different effects on $headerRepeat because prior to calling getopts I was peeking ahead for an ARG of *P and not including --plo [thanks devilized] * gexpr module has wrong units for network packets and with 'g' modes had to multiply kb counts by 1024 to convert to bytes, which is the units for these that ganglia uses [thanks, trevor] * clean up handling of missing ipmitool and root access [thanks trevor] * finally remembered to remove readS from the kit [thanks joseba] * when filtering a process by the fill path with 'f', never include collectl itself * documented utime in manpage * if -i0 set $DefNetSpeed to 0 so we don't throw any 'bogus' network speed messages * new switches, --rawdiskfilt and --rawnetfilt, allow one to filter disks/nets at time of data collection so they never appear in raw file * added call to IntervalEnd() (if it exists) for --import * add option timeout to --address when connecting back to explicit address * moved code that deal with fractional intervals and !HiRes closer to other interval processing * added 'strict' to snmp module as well as 'help' option: snmp,h * fixed problems with --import * if --import is used to generate detail data with -f and -P not specified, collectl throws an error trying to close the detail log which clearly hasn't been created * when using interval other than the defaul AND -s-all, blank lines are printed for standard intervals which don't have imported data. this applied to brief, verbose AND detail data * added some more systems to envrules: Proliant SL230/SL250 Gen 8 and SE1170s collectl (3.6.3-1) unstable; urgency=low * New upstream release 3.6.3 * finally remembered to remove readS from the kit * when filtering a process by the fill path with 'f', never include collec itself * documented utime in manpage * if -i0 set $DefNetSpeed to 0 so we don't throw any 'bogus' network speed messages * new switches, --rawdiskfilt and --rawnetfilt, allow one to filter disks/nets at time of data collection so they never appear in raw file * added call to IntervalEnd() (if it exists) for --import * add option timeout to --address when connecting back to explicit address * moved code that deal with fractional intervals and !HiRes closer to othe interval processing * added 'strict' to snmp module as well as 'help' option: snmp,h * fixed problems with --import * if --import is used to generate detail data with -f and -P not specifi collectl throws an error trying to close the detail log which clearly hasn't been created * when using interval other than the defaul AND -s-all, blank lines are printed for standard intervals which don't have imported data. this applied to brief, verbose AND detail data * added some more systems to envrules: Proliant SL230 /SL250 Gen 8 and SE1 * fixed serious bug introduced a number of versions ago, which during playback of multiple files and specifying date/time caused collectl to continue reading first timestamp in each file and generating 'uninit variable' errors. not harmful, but inefficient and ugly! * added exit codes of 0/1 to all the exit points * moved help text for --stats from basic to extended * found $file=~/rawp/ near line 1440 clearing $1, $2 and $3 and so $prefix $fileDate and $fileTime were not getting set correctly * clarified 'No files processed' message to be a little more explicit * broaden where collectl looks for lustre modules and also fixed a typo of $lustops to $lustOpts * procAnalize incorrectly totaling fault totals instead if interval values * optimize new pid processing with --procfilt * add new pids to pidSkip{} as appropriate * undef pidSkip{} whenever pids wrap * added hello.ph and graphite.ph to INSTALL * was incorrectly setting DiskFilterFlag to 1 all the time, even when not overridden in collectl.conf. while not a bug, it does cause a slight increase in overhead collectl (3.6.1-1) unstable; urgency=low * New upstream release 3.6.1 * removed --ssh switch, making detecting the parent going away the default behavior * added switch --nohup which will allows collectl to continue running if parent exits, which is more consistent with how *-nohup itself works * in logmsg ONLY write to STDERR when attached to a terminal * serious problem when using --tworaw and a flush interval < that for the process data occurs because newer versions of zlib will fail if you try to flush to a file that has not been updated. since I don't know which version of zlib this started happening in and feel this is a relatively rare case, we're just rejecting this combination regardless of zlib version. I do have an email out to the zlib author and if I ever get to the bottom of this will be ble to relax this restriction. * use getimeofday() for timestamps in logmsg() * enhanced timing parameters when -i0 used. if specified user 2nd/3rd parameter as ratio to first making it possibily to measure loads of different rations other than 1:6:30. * discovered --import was missing from man pages and so added it * when playing back a file, set $verboseFlag if user specified --verbose but NEVER clear it * experimental import: snmp, see http://collectl.sourceforge.net/Snmp.html for details * printf in record() blows up if formatting chars in command string! [thanks mike] * added accumulated time as a --top sort option * changed formatting of accumulated time in process output to simply be hh:mm:ss or mm::ss.ss when less than an hour to be more in line with top * new swithes, --stats and --sumstats report stats in brief mode, the latter only summary data * during playback need to check $numProcessed before reporting none were processed * stats reporting logic wasn't processing 1st file, checking for $numProcessed>1 * removed -oA and replaced/extended functionality with --stats/--statopts * wasn't allowing --procopts playing back process data unless -sZ which was silly * subtle problem found: illegal 'last' in pidNew() because file disappeared between initial -e and trying to open it a few usecs later! can't exit a sub via last so changed to return(0) * our friends at OFED slightly changed the output of perfquery again [thanks frederic] collectl (3.6.0-1) unstable; urgency=low * New upstream release 3.6.0 * New subsystem: -sM. memory detail now shows numa info * Bunch of new/updated switches: --dskopts, --netopts, --xopts, --extract * Enhanced disk/network output filtering, allowing for exclusion of instance names * Added new sections to documentation * Finally dropped support for 2.4 kernels collectl (3.5.1-1) unstable; urgency=low * Initial Release (Closes: #535233) colplot (5.2.0-5) unstable; urgency=medium . * QA upload. * Add Homepage * Maintain in Debian team on Salsa * d/watch: version=5 * Standards-Version: 4.7.2 (routine-update) * Secure URI in copyright format (routine-update) * Remove trailing whitespace in debian/changelog (routine-update) * Use versioned copyright format URI. * Real depends: s/gnuplot/gnuplot-nox | gnuplot/ colplot (5.2.0-4) unstable; urgency=medium . * QA upload. * Recover NMUs. colplot (5.2.0-3) unstable; urgency=medium . * Fix Maintainer field to properly Orphan colplot colplot (5.2.0-2) unstable; urgency=medium . * Orphaning colplot colplot (5.2.0-1.3) unstable; urgency=medium . * Non-maintainer upload. * Convert to source format 3.0. (Closes: #1007451) colplot (5.2.0-1.2) unstable; urgency=medium . * Non-maintainer upload. * Update Brazilian Portuguese translation. (Closes: #1025725) * Update Swedish translation. (Closes: #994685 * debian/compat: deleted. * debian/copyright: update the copyright of the translators. * debian/control - Bump Standards-Version 4.6.2. - Change from Build-Depends to Build-Depends. - New format to debhelper-compat and updated level to 13. colplot (5.2.0-1.1) unstable; urgency=medium . * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. colplot (5.2.0-1) unstable; urgency=medium . * New upstream 5.2.0 * added new plot: diskwait to show read/write wait times * Non-maintainer upload. * Update Dutch translation (Closes: #821448) * Add Danish translation (Closes: #830644) * Update German translation (Closes: #842308) * Update Italian translation (Closes: #846930) * Update Portuguese translation (Closes: #858654) * Update Russian translation (Closes: #883991) * Add the copyright of the translators to debian/copyright colplot (5.0.1-4) unstable; urgency=low . * Update the Japanese translation (Closes: #817866) colplot (5.0.1-3) unstable; urgency=medium . * Only manage apache|lighttpd conf files based on the users selection (Closes: #814627) * Update the French translation (Closes: #814828) colplot (5.0.1-2) unstable; urgency=medium . * Proplery automate colplot site creation colplot (5.0.1-1) unstable; urgency=medium . * Initial Release, colplot replaces the collectl-utils package (Closes: #785755) cross-toolchain-base (78) unstable; urgency=medium . * Build using glibc 2.42-4. * Build using linux 6.17.10. Closes: #1115572. * Bump standards version. cross-toolchain-base-ports (75) unstable; urgency=medium . * Build using glibc 2.42-4. * Build using linux 6.17.10. Closes: #1115573. * Bump standards version. d-itg (2.8.1-r1023-7) unstable; urgency=medium . * QA upload. * Fix Homepage * d/watch: Version=5 * Maintain in Debian team on Salsa * d/copyright: DEP5 * Standards-Version: 4.7.2 (routine-update) * Do not use "we" in description * d/rules: Hardening options dbus-fast (3.1.2-2) unstable; urgency=medium . * Replace Build-Depends on dbus with dbus-daemon, as recommended for packages using dbus-run-session. (Closes: #1122558) dh-php (5.19) unstable; urgency=medium . * Fix an error when min_ver would be never empty dipy (1.11.0-3) unstable; urgency=medium . * Team upload. * Add patch for compatibility with Cython 3.1 to fix FTBFS (Closes: #1120208). django-auditlog (3.4.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Clean up build directory after running tests, to avoid installing superfluous files. * Simplify a debhelper override. * Run autopkgtests on all supported Python versions. dolfin (2019.2.0~legacy20240219.1c52e83-26) unstable; urgency=medium . * update skipped tests in debian/tests - ppc64el failing C++ MPI tests demo_waveguide_mpi demo_singular-poisson_mpi. Closes: #1121957 - loong64: python unit tests test_compute_entity_collisions_2d test_meshes_on_diagonal test_meshes_with_boundary_edge_overlap_2d test_volume_2d_six_meshes dpdk (25.11-2) unstable; urgency=medium . * librte-net-zxdh26/librte-common-zsda26: also install on loong64 * Upload to unstable dpdk (25.11-1) experimental; urgency=medium . [ Christian Ehrhardt ] * New upstream release candidate 25.11 For a full list of changes in 25.11 see https://doc.dpdk.org/guides/rel_notes/release_25_11.html - d/watch: move to 25.11 LTS - d/control: Bump lib package names to 25.11 ABI (=26) - d/*.symbols: rename and update to match the ABI change to 26 - drop d/p/doc-install-guides-and-api-docs-to-different-directory.patch [upstream now] - d/control: add new PMDs - librte-common-zsda26 - librte-net-hinic3-26 - librte-net-nbl26 - librte-net-rnp26 - librte-net-xsc26 - d/control: add profiling lib librte-pmu - d/control: fix descriptions to not use numbered lib names - d/control: add new dma drivers - librte-dma-hisi-acc26 - librte-dma-hisi-pciep26 - d/*.symbols: update due to new major version - d/control, d/*.symbols: drop no more available libraries - librte-dma-hisilicon - librte-net-igc - librte-common-idpf (net-idpf stays) - librte-common-iavf26 (net-iavf stays) - d/*.symbols: add symbols for new libs - d/control: add arch to new libs building on ppc64el - d/librte-net-idpf26.symbols: mark avx related symbols as amd64 only - d/control: add arch to new libs building on riscv64 . [ Luca Boccassi ] * Drop fix-test-failure-on-ppc64.patch, merged upstream dualword-rt (0.4.0-1) unstable; urgency=medium . * New upstream release. * Added timeout message evolution (3.56.2-8) unstable; urgency=medium . * Mark Build-Depends: libunity-dev as Linux only * Remove unnecessary Priority: optional field evolution-data-server (3.56.2-7) unstable; urgency=medium . * Add lintian override for library-not-linked-against-libc which was triggered after enabling LTO * Replace Build-Depends: dbus with dbus-daemon (Closes: #1122567) fetchmail (6.6.2-1) unstable; urgency=medium . * New upstream release. flufl.lock (9.0.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13. * Standards-Version: 4.7.2. frei0r (2.5.1-1) unstable; urgency=medium . * New upstream version 2.5.1 * Update copyright information + Update license for flitch0r and rgbsplit0r + Update d/copyright dates + Re-generate d/copyright_hints * Drop obsolete Rules-Requires-Root stanza. glabels (3.4.1-6) unstable; urgency=medium . * Ack NMU * Add compatibility for newer libxml2 (Closes: #1121499) go-sendxmpp (0.15.3-1) unstable; urgency=medium . * New upstream version 0.15.3 * d/control: build-dep on go-xmpp >= v0.3.1. golang-github-cenkalti-backoff-v4 (4.3.0-3) unstable; urgency=medium . * Drop newgateway CI golang-github-cenkalti-backoff-v4 (4.3.0-2) unstable; urgency=medium . * Transition for golang-github-cenkalti-backoff. Closes: #1121424. Thread: https://lists.debian.org/debian-go/2025/12/msg00016.html golang-github-jhoonb-archivex (0.0+20170409-3) unstable; urgency=medium . * QA upload. . [ Andreas Tille ] * Set Vcs fields * Add watch file * Standards-Version: 4.7.2 (routine-update) * debhelper-compat 13 (routine-update) * Section: s/devel/golang/ (routine-update) . [ Chris Lamb ] * Make the build reproducible Closes: #1121797 golang-github-mattn-go-xmpp (0.3.1-1) unstable; urgency=medium . * New upstream version 0.3.1 * d/patches: Remove obsolete patch. golang-github-maxmind-geoipupdate (6.1.0-3) unstable; urgency=medium . * Team upload. * Use watch v5 * Drop Rules-Requires-Root: no * Standards-Version: 4.7.2 * Patch to use cenkalti/backoff/v4 namespace * Add debian/* copyright * Improve Description: golang-github-r3labs-sse (2.10.0-4) unstable; urgency=medium . [ Simon Josefsson ] * Team upload. * Run self tests but ignore failures * Use golang-github-cenkalti-backoff-v4-dev * Standards-Version: 4.7.2 * Drop Rules-Requires-Root: no * Use watch v5 * Add debian/* copyright . [ Nicolas Peugnet ] * Disable tests as they are flaky * Drop unused patch golang-github-tmc-scp (0.0+git20170824.f7b4864-1) unstable; urgency=medium . * Team upload. * QA upload. * Add Vcs fields * Add watch file * No new upstream, just fit version numbering properly * Standards-Version: 4.7.2 (routine-update) * debhelper-compat 13 (routine-update) * Section: s/devel/golang/ (routine-update) golang-github-xenolf-lego (4.9.1-4) unstable; urgency=medium . * Team upload. * Use B-D/D on golang-github-cenkalti-backoff-v4-dev golang-github-zorkian-go-datadog-api (2.30.0-3) unstable; urgency=medium . * Team upload. * Patch to use cenkalti/backoff/v4 namespace golang-github-zorkian-go-datadog-api (2.30.0-2) unstable; urgency=medium . * Team upload. * Use B-D/D on golang-github-cenkalti-backoff-v4-dev golang-opentelemetry-otel (1.31.0-6) unstable; urgency=medium . * Team upload. * Use B-D/D on golang-github-cenkalti-backoff-v4-dev graphs (1.8.6-1) unstable; urgency=medium . * New upstream release * d/rules: Log all compiler invocations in detail, no need to overrule blhc. huggingface-hub (1.2.2-2) unstable; urgency=medium . * Skip one more autopkgtest case for s390x to unblock migration. huggingface-hub (1.2.2-1) unstable; urgency=medium . * New upstream version 1.2.2 * Add myself to uploaders (as GSoC Mentor). * Add python3-typer as runtime dependency. * Add python3-pytest-asyncio to autopkgtest dependencies. * Comment a couple of autopkgtest cases. * Update lintian overrides for no-manual-page. huggingface-hub (0.31.1-2) unstable; urgency=medium . * [GSoC Mentor] source-only re-upload for testing migration. . [ Kentaro Hayashi ] * Use d/watch 5 huggingface-hub (0.31.1-1) unstable; urgency=medium . * update to 0.31.1 huggingface-hub (0.29.3-1) experimental; urgency=medium . * Initial release. (Closes: #1101005) id3lib3.8.3 (3.8.3-19) unstable; urgency=medium . * QA upload. * Fix clean target. Closes: #1046909. * d/libid3-3.8.3v5.lintian-overrides: Drop unused override. * d/copyright: Use secure URI for the Format field. * d/control: Fix Vcs fields. * d/control: Drop "Priority: optional" (default). * d/control: Update standards-version. * Add debian/salsa-ci.yml. interegular (0.3.3-3) unstable; urgency=medium . * Add myself to uploaders (as GSoC Mentor). * Skip slow tests during autopkgtest for riscv64 architecture. interegular (0.3.3-2) unstable; urgency=medium . * [GSoC Mentor] Upload to unstable for testing migration. interegular (0.3.3-1) unstable; urgency=medium . * Initial release. junit2html (31.0.5-1) unstable; urgency=medium . * New upstream release 31.0.5. * d/control: Add pybuild-plugin-pyproject as a build dependency. * d/gbp.conf: Do not search for upstream VCS tags. laszip (3.5.0+really3.5.0-1) unstable; urgency=medium . * New upstream version 3.5.0+really3.5.0 - This brings the Debian version back in line with upstream's versioning scheme, which confusingly uses two different version numbers for the same release. * Refresh patches (no functional changes) * Add .symbols files for ABI tracking * Wrap and sort Debian package files * Bump Standards-Version to 4.7.2 * Migrate debian/watch to version 5 format libdbd-pg-perl (3.18.0-4) unstable; urgency=medium . * Add patch from upstream Git repo for C23/GCC15 compliance. * Drop C23/GCC15 workaround (build with -std=gnu17) from debian/rules. libdvdnav (7.0.0-2) unstable; urgency=medium . * debian/rules: Fix arch-dep build libdvdnav (7.0.0-1) unstable; urgency=medium . [ Balint Reczey ] * Remove myself from Uploaders . [ Sebastian Ramacher ] * New upstream version 7.0.0 * debian/control: - Add myself to uploaders - Remove unnecessary pkgconf dependency - Add pkgconf to Build-Depends - Bump Standards-Version - Drop RRR: no * debian/copyright: Update for 7.0.0 * debian/: - Convert build to meson - Remove unused lintian override * debian/libdvdnav4.symbols: Add new symbols libdvdread (7.0.1-1) unstable; urgency=medium . * New upstream version 7.0.1 * debian/control: - Add myself to Uploaders - Remove unnecessary pkgconf dependency - Bump Standards-Version * debian/: - Switch to meson - debian/: Remove obsolete lintian override * debian/copyright: Update for libdvdread 7.0.1 * debian/libdvdread8t64.symbols: Add new symbols libffi (3.5.2-3) unstable; urgency=medium . * Stop building with --disable-exec-static-tramp. Closes: #1108097. libmad (0.15.1b-12) unstable; urgency=medium . [ Daniel Schürmann ] * Disable architecture specific optimisations on ARM, * Add missing detection for aarch64 . [ Andreas Tille ] * Permit failure of blhc in Salsa CI . [ Sebastian Ramacher ] * Orphan package Thanks Kurt for maintaining libmad in the past. Without a member of the Multimedia Team in Uploaders the package is effectively orphaned. libtool (2.5.4-9) unstable; urgency=medium . [ Gioele Barabucci ] * d/rules fix for FTCBFS not producing debs on binary-arch. Closes: #1122141 . [ Alastair McKinstry ] * Add d/salsa-ci.yml for CI/CD pipeline libtool (2.5.4-8) unstable; urgency=medium . [ Cyril Brulebois ] * Fix sanitation of libtool vs. libtoolize; the former is shipped in libtool-bin (arch:any, so binary-arch target), the latter in libtool (arch:all, so binary-indep target). * Use a single sed call (no pipefail in dash). * Make sure failures are noticed inside for loops. * Unhardcode upstream version from sanitation loops. . [ Gioele Barabucci ] * d/rules: Use standard `dh` sequence to d/rules (Closes: #1122012, #1122013) . [ Alastair McKinstry ] * Close previously fixed bugs. Closes: #286341, #733935 libzypp (17.37.18-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.37.18' * Backport patch to fix build with RPM 6 (Closes: #1120826) * d/rules: skip RpmPkgSigCheck_test, not compatible with RPM 6 * d/copyright: update paths for new source layout libzypp (17.37.17-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.37.17' libzypp (17.37.16-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.37.16' * Build depend on squid for tests * Build with package-notes ELF stamping * Drop version restrictions satisfied since at least oldoldstable libzypp (17.36.7-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.36.7' * d/copyright: use GPL URL instead of old FSF postal address libzypp (17.36.6-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.36.6' libzypp (17.36.5-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.36.5' * d/control: bump Standards-Version to 4.7.2, no changes libzypp (17.36.4-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.36.4' * Skip failing unit test (Closes: #1099245) libzypp (17.36.2-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.36.2' libzypp (17.36.1-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.36.1' libzypp (17.36.0-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.36.0' libzypp (17.35.19-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.19' libzypp (17.35.18-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.18' * Adjust cmake files installation paths libzypp (17.35.16-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.16' libzypp (17.35.15-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.15' * Drop last patch, merged upstream libzypp (17.35.14-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.14' libzypp (17.35.13-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.13' * Drop out-of-tree patch and use dh-exec to rename cmake files * Drop lines for removed files from d/copyright libzypp (17.35.12-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.12' libzypp (17.35.11-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.11' libzypp (17.35.10-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.10' libzypp (17.35.9-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.9' libzypp (17.35.8-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.8' libzypp (17.35.7-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.7' libzypp (17.35.4-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.4' libzypp (17.35.3-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.3' libzypp (17.35.2-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.2' libzypp (17.35.1-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.1' libzypp (17.35.0-2) unstable; urgency=medium . * Source-only upload. libzypp (17.35.0-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.35.0' * Drop protobuf dependencies, no longer used * Rename libzypp package for soname bump libzypp (17.34.1-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.34.1' libzypp (17.34.0-1) unstable; urgency=medium . * Upload to unstable . libzypp (17.34.0-1~exp) experimental; urgency=medium . * Update upstream source from tag 'upstream/17.34.0' * Rename libzypp package for SONAME bump libzypp (17.34.0-1~exp) experimental; urgency=medium . * Update upstream source from tag 'upstream/17.34.0' * Rename libzypp package for SONAME bump libzypp (17.33.3-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.33.3' libzypp (17.33.1-1) unstable; urgency=medium . * Upload to unstable . libzypp (17.33.1-1~exp) experimental; urgency=medium . * Update upstream source from tag 'upstream/17.33.1' * Recommend libproxy1v5, it is now dlopen'ed when needed * Rename libzypp package for new SONAME version libzypp (17.33.1-1~exp) experimental; urgency=medium . * Update upstream source from tag 'upstream/17.33.1' * Recommend libproxy1v5, it is now dlopen'ed when needed * Rename libzypp package for new SONAME version libzypp (17.32.6-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.32.6' libzypp (17.32.5-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.32.5' * Bump Standards-Version to 4.7.0, no changes libzypp (17.32.3-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.32.3' * Add support for nodoc profile * Use nodoc profile on Salsa libzypp (17.32.2-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.32.2' libzypp (17.32.1-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.32.1' libzypp (17.32.0-1) unstable; urgency=medium . * Upload to unstable. . libzypp (17.32.0-1~exp1) experimental; urgency=medium . * Update upstream source from tag 'upstream/17.32.0' * Rename libzyp1722 -> libzypp1732 for new soname version libzypp (17.32.0-1~exp1) experimental; urgency=medium . * Update upstream source from tag 'upstream/17.32.0' * Rename libzyp1722 -> libzypp1732 for new soname version libzypp (17.31.31-1.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. libzypp (17.31.31-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.31.31' * Build depend on pkgconf instead of pkg-config libzypp (17.31.29-1.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. libzypp (17.31.29-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.31.29' libzypp (17.31.28-1) unstable; urgency=medium . * Move package to pkg-rpm-team * Update upstream source from tag 'upstream/17.31.28' * Bump copyright year ranges in d/copyright libzypp (17.31.27-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.31.27' (Closes: #1058996) * Add build dependency on vsftpd libzypp (17.31.25-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.31.25' libzypp (17.31.23-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.31.23' libzypp (17.31.22-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/17.31.22' * Drop 1010_gpgme-pkg_search_module.diff and RpmHeader-include.patch, merged upstream libzypp (17.31.21-2) unstable; urgency=medium . * Merge tag '17.31.21' into debian/sid * Switch to git-buildpackage workflow * Switch to debhelper * Disable flaky tests (Closes: #1053289) * Fix build without 'all' packages * Override Lintian error about documentation libzypp (17.31.21-1) unstable; urgency=medium . * Mark libzypp-common as MA: foreign * d/copyright: use common stanzas for same license and wildcards * d/copyright: update upstream-contact to project mailing list * New upstream release 17.31.21 libzypp (17.31.20-1) unstable; urgency=medium . * New upstream release 17.31.20 libzypp (17.31.17-1) unstable; urgency=medium . * New upstream release 17.31.17-1 libzypp (17.31.16-1) unstable; urgency=medium . * New upstream release 17.31.16 * Install new static libs in -dev package libzypp (17.31.15-1) unstable; urgency=medium . * New upstream release 17.31.15 * Drop 1003_various-typo-fixes.patch, fixed or obsolete * Drop 0001-Add-missing-includes-for-GCC-11-bsc-1181874.patch, applied upstream * Drop 0001-Fix-building-with-GCC-12.x-release.patch, applied upstream * Refresh patches for new upstream release 17.31.15 * Bump Standards-Version to 4.6.2, no changes * Add new build dependency on protobuf * Install new header files * Install new zypp-rpm binary * Bump dependency on libsolv to 0.7.24 * Add myself as uploader libzypp (17.25.7-2.4) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS due to missing #include. (Closes: #1028680) libzypp (17.25.7-2.3) unstable; urgency=low . * Non-maintainer upload. * 1010_gpgme-pkg_search_module.diff: Fix FTBFS against libgpgme-dev >= 1.18.0-2 by using pkg_search_module(). Closes: #1024577 libzypp (17.25.7-2.2) unstable; urgency=medium . * Non-maintainer upload. * Add upstream fix for FTBFS with gcc 12. (Closes: #1016279) libzypp (17.25.7-2.1) unstable; urgency=medium . * Non-maintainer upload. * Add upstream fix for FTBFS with gcc 11. (Closes: #984214) libzypp (17.25.7-2) unstable; urgency=medium . * debian/watch: + Fix Github watch URL. libzypp (17.25.7-1) unstable; urgency=medium . * New upstream release. * debian/control: + Update versioned B-D: libsolv-dev (>= 0.7.17). libzypp (17.25.6-1) unstable; urgency=medium . * New upstream release. * debian/control: + Fix D (in bin:pkg libzypp-dev): libsolv0-dev -> libsolv-dev. (Also fix minimal version required). + Fix S (in libzypp-doc): libzypp1702 -> libzypp1722. * debian/patches: + Trivial rebase of all patches. libzypp (17.25.5-2) unstable; urgency=medium . * Upload to unstable. . * debian/patches: + Update 1003_various-typo-fixes.patch. More typo fixes. + Add patch header to 1004_fix-fastcgi-includes.patch. libzypp (17.25.5-1) experimental; urgency=medium . * Upload to experimental. . * New upstream release. - Fix FTBFS in MediaSetAccess_test. (Closes: #977228). - CVE-2019-18900: Fix cookies file permissions. (Closes: #953362). * debian/*: + SONAME change (1702 -> 1722). * debian/patches: + Add 1004_fix-fastcgi-includes.patch. Fix include paths for fastcgi headers. + Trivial rebase of patches 1002 and 1003. * debian/control: + Bump Standards-Version: to 4.5.1. No changes needed. + Add Rules-Requires-Root: field and set it to 'no'. + Various adaptations in B-D field. (Closes: #960619). * debian/copyright: + Update auto-generated copyright.in file. + Update copyright attributions. * debian/watch: + Switch to format version 4. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Thanks, lintian-brush. libzypp (17.7.0-1.2) unstable; urgency=medium . * Non-maintainer upload. * Fix previous broken upload. libzypp (17.7.0-1.1) unstable; urgency=medium . * Non-maintainer upload. * Work around broken libsolv detection (closes: #949196). * Fix build with Boost 1.71. * Treat libxml as a C++ library. libzypp (17.7.0-1) unstable; urgency=medium . * New upstream release. libzypp (17.6.3-1) unstable; urgency=medium . * New upstream release. * debian/control: + Bump Standards-Version: to 4.2.1. No changes needed. * debian/rules: + Drop repacking of orig tarball. Use the Github exported tarball directly. * debian/copyright: + Update auto-generated copyright.in file. + Update copyright attributions. libzypp (17.6.1-1) unstable; urgency=medium . * New upstream release. * debian/rules: + Create orig tarball in ../ rather than in ./. * debian/patches: + Rebase 1003_various-typo-fixes.patch. * debian/copyright: + Update auto-generated copyright.in template file. + Update copyright attributions. libzypp (17.3.1-2) unstable; urgency=medium . * debian/control: Add all dev:pkgs from B-D under D of libzypp-dev. libzypp (17.3.1-1) unstable; urgency=medium . * New upstream release (after a long time...). - Fixes CVE-2017-7435, CVE-2017-7436, CVE-2017-9269. (Closes: #899065). - SONAME version bump by upstream. (Closes: #797865) - FTBFS of previous / old-in-Debian version likely solved. (Closes: #841769). * debian/patches: + Drop 1003-Add-support-for-openssl-1.1.patch. Fixed upstream. + Rebase 1002_cmake-module-path-fix.patch. + Add 1003_various-typo-fixes.patch. Fix some typo flaws in output messages. * debian/control: + SONAME bump, rename bin:pkg. Use SONAME based bin:pkg names in the first place. (Closes: #797869). + Add B-D asciidoctor. + Add B-D: libgpgme-dev. + Update B-D: librpm-dev (>= 4.4). + Add B-D: libcurl4-openssl-dev (>= 7.19.4). + Update B-D: libsolv0-dev (>= 0.6.27). + Add B-Ds: libpopt-dev and dejagnu. + Drop Thomas Bechthold from Uploader: field again. (Closes: #892674). Thanks for previous contributions. + Fix LONG_DESCRIPTION (libzypp-common). Remove duplicated paragraph. (Closes: #861995). + Set Priority: from extra to optional. + Bump Standards-Version: to 4.1.4. + Add S (libzypp1702): libzypp-doc. (Closes: #849899). + Update Vcs-*: fields. Packaging Git has been migrated to salsa.debian.org. + Add B:/R: for older libzypp bin:pkg versions. + Add B (libzypp(1702): zypper (<< 1.14). We very possibly break zypper (<< 1.14). * debian/{control,rules}: + Enable all hardening flags. + Drop manually crafted dbg:package. * debian/{control,compat}: Bump to DH compat version level 10. * debian/rules: + Drop chmod on nofify-message. Not shipped anymore. + Provide a writeable home to gnupg. Needed for some unit tests. + Stop parsing dpkg-parsechangelog's output. * debian/libzypp-bin.install: + No files in /usr/lib/zypp anymore. * lintian: + Drop binary-without-manpage man page override (bin:pkg libzypp-bin). The non-documented binaries have been removed by upstream. * debian/copyright: + Update auto-generated copyright.in file. + Update copyright attributions. + Use secure URI for copyright format reference. libzypp (16.4.3-1) unstable; urgency=medium . * New upstream version. * Drop 2001_fix-repo2solv-call-on-Debian.patch . No longer needed. * Add 1003-Add-support-for-openssl-1.1.patch for newer openssl versions. * Add myself as a uploader. * Bump Standards to 3.9.8. No changes needed. libzypp (15.3.0-1) unstable; urgency=medium . * New upstream version. - Fix Downloader_test to use noarch data (works on all archs). Fix FTBFS on several architectures. (Closes: #778320). * debian/patches: + Drop 1001_configurable-include-dir.patch, 1003_fix-typos-in-output-messages.patch, 1004_enable-tests-on-Debian.patch, 2002_enable-autodoc.patch, 2003_enable-translations.patch. Similar patches (with configure option at build time) have been applied upstream. + Update 1002_cmake-module-path-fix.patch, 2001_fix-repo2solv-call-on-Debian.patch. Make sure patches apply cleanly against latest upstream code. * debian/copyright{,.in}: + Update copyright information for new upstream release. + Update script-generated copyright file template. * debian/control: + Bump Standards: to 3.9.6. No changes needed. + B-D -> versioned B-D: libsolv-dev -> libsolv0-dev (>= 0.6.10). + Add B-Ds: libboost-dev, libboost-program-options-dev, libboost-test-dev, libboost-thread-dev; drop B-Ds: libboost-all-dev, dejagnu, libgettextpo-dev, zsync. (Closes: #775675). * debian/rules: + Enable -DDEBIAN=1 build logic (tests, translations, docs). libzypp (14.29.1-2) unstable; urgency=medium . * debian/libzypp-config.postinst: + Fix package installation failure if /etc/zypp/locks is not present. * debian/patches: + Fix /1002_cmake-module-path-fix.patch. Install cmake configs to /usr/lib//Zypp/ZyppConfig.cmake (instead of LibZypp/LibZyppConfig.cmake). libzypp (14.29.1-1) unstable; urgency=medium . * Initial release. (Closes: #761988). linux (6.17.11-1) unstable; urgency=medium . * New upstream stable update: https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.17.11 - can: kvaser_usb: leaf: Fix potential infinite loop in command parsers - can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBs - can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header - can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing data - Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interface - Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOP - Bluetooth: hci_sock: Prevent race in socket write iter and sock bind - Bluetooth: hci_core: lookup hci_conn on RX path on protocol side - Bluetooth: SMP: Fix not generating mackey and ltk when repairing - veth: reduce XDP no_direct return section to fix race - [arm64,armhf] drm/bridge: sii902x: Fix HDMI detection with DRM_BRIDGE_ATTACH_NO_CONNECTOR - [amd64] platform/x86: intel: punit_ipc: fix memory corruption - net: aquantia: Add missing descriptor cache invalidation on ATL2 - drm/xe: Fix conversion from clock ticks to milliseconds - net/mlx5e: Fix validation logic in rate limiting - team: Move team device type change at the end of team_port_add - net: sxgbe: fix potential NULL dereference in sxgbe_rx() - xsk: avoid overwriting skb fields for multi-buffer traffic - xsk: avoid data corruption on cq descriptor number (Closes: #1118437) - drm/amdgpu: fix cyan_skillfish2 gpu info fw handling - dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappings - net: wwan: mhi: Keep modem name match with Foxconn T99W640 - eth: fbnic: Fix counter roll-over issue - net: atlantic: fix fragment overflow handling in RX path - net: mctp: unconditionally set skb->dev on dst output - [arm64,armhf] net: fec: cancel perout_timer when PEROUT is disabled - [arm64,armhf] net: fec: do not update PEROUT if it is enabled - [arm64,armhf] net: fec: do not allow enabling PPS and PEROUT simultaneously - [arm64,armhf] net: fec: do not register PPS event for PEROUT - iio: st_lsm6dsx: Fixed calibrated timestamp calculation - [arm64] mailbox: mtk-cmdq: Refine DMA address handling for the command buffer - mailbox: pcc: don't zero error register - spi: spi-cadence-quadspi: Remove duplicate pm_runtime_put_autosuspend() call - spi: spi-cadence-quadspi: Enable pm runtime earlier to avoid imbalance - fs/namespace: fix reference leak in grab_requested_mnt_ns - afs: Fix delayed allocation of a cell's anonymous key - ovl: fail ovl_lock_rename_workdir() if either target is unhashed - [arm64] spi: spi-nxp-fspi: Add OCT-DTR mode support - [arm64] spi: nxp-fspi: Propagate fwnode in ACPI case as well - afs: Fix uninit var in afs_alloc_anon_key() - timekeeping: Fix error code in tk_aux_sysfs_init() - Revert "drm/amd/display: Move setup_stream_attribute" - [amd64] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()" - iio: buffer-dma: support getting the DMA channel - iio: buffer-dmaengine: enable .get_dma_dev() - iio: buffer: support getting dma channel from the buffer - iio: humditiy: hdc3020: fix units for temperature and humidity measurement - iio: humditiy: hdc3020: fix units for thresholds and hysteresis - iio: pressure: bmp280: correct meas_time_us calculation - iio:common:ssp_sensors: Fix an error handling path ssp_probe() - iio: adc: stm32-dfsdm: fix st,adc-alt-channel property handling - iio: accel: bmc150: Fix irq assumption regression (Closes: #1106411) - virtio-net: avoid unnecessary checksum calculation on guest RX - vhost: rewind next_avail_head while discarding descriptors - tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs - ALSA: hda/cirrus fix cs420x MacPro 6,1 inverted jack detection - ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230 - [arm64] dts: imx8qm-mek: fix mux-controller select/enable-gpios polarity - atm/fore200e: Fix possible data race in fore200e_open() - Bluetooth: btusb: mediatek: Avoid btusb_mtk_claim_iso_intf() NULL deref - can: sja1000: fix max irq loop handling - [armhf] can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling - ceph: fix crash in process_v2_sparse_read() for encrypted directories - dm-verity: fix unreliable memory allocation - drivers/usb/dwc3: fix PCI parent check - drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup - smb: client: fix memory leak in cifs_construct_tcon() - [amd64] thunderbolt: Add support for Intel Wildcat Lake - [arm64] slimbus: ngd: Fix reference count leak in qcom_slim_ngd_notify_slaves - nvmem: layouts: fix nvmem_layout_bus_uevent - r8169: fix RTL8127 hang on suspend/shutdown - io_uring/net: ensure vectored buffer node import is tied to notification - firmware: stratix10-svc: fix bug in saving controller data - iommufd/driver: Fix counter initialization for counted_by annotation - mm/huge_memory: fix NULL pointer deference when splitting folio - mm/memfd: fix information leak in hugetlb folios - mmc: sdhci-of-dwcmshc: Promote the th1520 reset handling to ip level - mptcp: clear scheduled subflows on retransmit - mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_fastclose(). - serial: 8250: Fix 8250_rsa symbol loop - [arm64,armhf] serial: amba-pl011: prefer dma_mapping_error() over explicit address checking - [arm64,riscv64] usb: cdns3: Fix double resource release in cdns3_pci_probe - usb: gadget: f_eem: Fix memory leak in eem_unwrap - usb: storage: Fix memory leak in USB bulk transport - USB: storage: Remove subclass and protocol overrides from Novatek quirk - usb: storage: sddr55: Reject out-of-bound new_pba - usb: typec: ucsi: psy: Set max current to zero when disconnected - usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer - [amd64,arm64] usb: dwc3: pci: add support for the Intel Nova Lake -S - [amd64,arm64] usb: dwc3: pci: Sort out the Intel device IDs - [amd64,arm64] usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths - xhci: fix stale flag preventig URBs after link state error is cleared - xhci: dbgtty: Fix data corruption when transmitting data form DbC to host - xhci: dbgtty: fix device unregister - USB: serial: ftdi_sio: add support for u-blox EVK-M101 - USB: serial: option: add support for Rolling RW101R-GL - [amd64] drm/i915/psr: Reject async flips when selective fetch is enabled - drm/xe/guc: Fix stack_depot usage - drm/amdgpu: attach tlb fence to the PTs update - drm/amd/amdgpu: reserve vm invalidation engine for uni_mes - drm/amd/display: Check NULL before accessing - drm/amd/display: Don't change brightness for disabled connectors - drm/amd/display: Increase EDID read retries - [armhf] net: dsa: microchip: common: Fix checks on irq_find_mapping() - [armhf] net: dsa: microchip: ptp: Fix checks on irq_find_mapping() - [armhf] net: dsa: microchip: Don't free uninitialized ksz_irq - [armhf] net: dsa: microchip: Free previously initialized ports on init failures - [armhf] net: dsa: microchip: Fix symetry in ksz_ptp_msg_irq_{setup/free}() - libceph: fix potential use-after-free in have_mon_and_osd_map() - libceph: prevent potential out-of-bounds writes in handle_auth_session_key() - libceph: replace BUG_ON with bounds check for map->max_osd - mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type() - usb: udc: Add trace event for usb_gadget_set_state - usb: gadget: udc: fix use-after-free in usb_gadget_state_work - Revert "ACPI: Suppress misleading SPCR console message when SPCR table is absent" - spi: cadence-quadspi: Fix cqspi_probe() error handling for runtime pm linux (6.17.10-1) unstable; urgency=medium . * New upstream stable update: https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.17.10 - [arm64] KVM: arm64: Check the untrusted offset in FF-A memory share - timers: Fix NULL function pointer race in timer_shutdown_sync() - [amd64] HID: amd_sfh: Stop sensor before starting - HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155 (Closes: #1114557) - [arm64] dts: rockchip: fix PCIe 3.3V regulator voltage on orangepi-5 - [arm64] reset: imx8mp-audiomix: Fix bad mask values - [amd64] KVM: SVM: Fix redundant updates of LBR MSR intercepts - vfat: fix missing sb_min_blocksize() return value checks - fs: Fix uninitialized 'offp' in statmount_string() - mtdchar: fix integer overflow in read/write ioctls - xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super - isofs: check the return value of sb_min_blocksize() in isofs_fill_super - shmem: fix tmpfs reconfiguration (remount) when noswap is set - exfat: check return value of sb_min_blocksize in exfat_read_boot_sector - mptcp: Disallow MPTCP subflows from sockmap - [s390x] mm: Fix __ptep_rdp() inline assembly - mptcp: Fix proto fallback detection with BPF - ACPI: APEI: EINJ: Fix EINJV2 initialization and injection - ata: libata-scsi: Fix system suspend for a security locked drive - selinux: rename task_security_struct to cred_security_struct - selinux: move avdcache to per-task security struct - smb: client: introduce close_cached_dir_locked() - wifi: rtw89: hw_scan: Don't let the operating channel be last - ata: libata-scsi: Add missing scsi_device_put() in ata_scsi_dev_rescan() - be2net: pass wrb_params in case of OS2BMC - io_uring/cmd_net: fix wrong argument types for skb_queue_splice() - [armhf] net: dsa: microchip: lan937x: Fix RGMII delay tuning - Revert "drm/tegra: dsi: Clear enable register if powered by bootloader" - Input: cros_ec_keyb - fix an invalid memory access - Input: goodix - add support for ACPI ID GDIX1003 - Input: pegasus-notetaker - fix potential out-of-bounds access - mm/mempool: fix poisoning order>0 pages with HIGHMEM - nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::boot - nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl() - nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl() - PM: sleep: core: Fix runtime PM enabling in device_resume_early() - sched_ext: Fix scx_enable() crash on helper kthread creation failure - scsi: sg: Do not sleep in atomic context - scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show() - dt-bindings: pinctrl: toshiba,visconti: Fix number of items in groups - [amd64] platform/x86: alienware-wmi-wmax: Fix "Alienware m16 R1 AMD" quirk order - [amd64] platform/x86: alienware-wmi-wmax: Add support for the whole "M" family - [amd64] platform/x86: alienware-wmi-wmax: Add support for the whole "X" family - [amd64] platform/x86: alienware-wmi-wmax: Add support for the whole "G" family - [amd64] platform/x86: alienware-wmi-wmax: Add AWCC support to Alienware 16 Aurora - mptcp: fix race condition in mptcp_schedule_work() - mptcp: fix a race in mptcp_pm_del_add_timer() - mptcp: fix ack generation for fallback msk - mptcp: fix duplicate reset on fastclose - mptcp: fix premature close in case of fallback - mptcp: avoid unneeded subflow-level drops - mptcp: decouple mptcp fastclose from tcp close - mptcp: do not fallback when OoO is present - [arm64,armhf] drm/tegra: dc: Fix reference leak in tegra_dc_couple() - drm/radeon: delete radeon_fence_process in is_signaled, no deadlock - drm/plane: Fix create_in_format_blob() return value - drm/amd: Skip power ungate during suspend for VPE - drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabled - drm/amd/display: Increase DPCD read retries - drm/amd/display: Move sleep into each retry for retrieve_link_cap() - drm/amd/display: Fix pbn to kbps Conversion - drm/amd/display: Clear the CUR_ENABLE register on DCN20 on DPP5 - mm/truncate: unmap large folio on split failure - [arm64] pinctrl: mediatek: mt8196: align register base names to dt-bindings ones - xfrm: drop SA reference in xfrm_state_update if dir doesn't match - xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added - xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the state - xfrm: set err and extack on failure to create pcpu SA - [arm64] clk: sunxi-ng: Mark A523 bus-r-cpucfg clock as critical - [arm64] clk: sunxi-ng: sun55i-a523-r-ccu: Mark bus-r-dma as critical - [arm64] clk: sunxi-ng: sun55i-a523-ccu: Lower audio0 pll minimum rate - xfrm: Check inner packet family directly from skb_dst - xfrm: Determine inner GSO type from packet inner protocol - xfrm: Prevent locally generated packets from direct output in tunnel mode - [amd64] pinctrl: cirrus: Fix fwnode leak in cs42l43_pin_probe() - net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower() - mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats() - [amd64,armhf] drm/tegra: Add call to put_pid() - net: mlxsw: linecards: fix missing error check in mlxsw_linecard_devlink_info_get() - net: openvswitch: remove never-working support for setting nsh fields - veth: more robust handing of race to avoid txq getting stuck - nvmet-auth: update sc_c in target host hash calculation - nvme-multipath: fix lockdep WARN due to partition scan work - [amd64] drm/i915/xe3lpd: Load DMC for Xe3_LPD version 30.02 - [s390x] ctcm: Fix double-kfree - [amd64] platform/x86/intel/speed_select_if: Convert PCIBIOS_* return codes to errnos - [amd64] platform/x86: intel-uncore-freq: fix all header kernel-doc warnings - net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() - drm/pcids: Split PTL pciids group to make wcl subplatform - [amd64] drm/i915/display: Add definition for wcl as subplatform - [amd64] drm/i915/xe3: Restrict PTL intel_encoder_is_c10phy() to only PHY A - drm/xe/kunit: Fix forcewake assertion in mocs test - drm/xe/irq: Handle msix vector0 interrupt - [amd64,arm64] idpf: fix possible vport_config NULL pointer deref in remove - ice: fix PTP cleanup on driver removal in error path - devlink: rate: Unset parent pointer in devl_rate_nodes_destroy - net/mlx5: Clean up only new IRQ glue on request_irq() failure - af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_generic(). - gpio: cdev: make sure the cdev fd is still active before emitting events - net: phylink: add missing supported link modes for the fixed-link - tick/sched: Fix bogus condition in report_idle_softirq() - cifs: fix memory leak in smb3_fs_context_parse_param error path - perf: Fix 0 count issue of cpu-clock - vsock: Ignore signal/timeout on connect() if already established - timekeeping: Fix resource leak in tk_aux_sysfs_init() error paths - ALSA: hda/realtek: Add quirk for Lenovo Yoga 7 2-in-1 14AKP10 - sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc() - bcma: don't register devices disabled in OF - sched_ext: defer queue_balance_callback() until after ops.dispatch - [arm64] drm/msm: Fix pgtable prealloc error path - [amd64] ASoC: rt721: fix prepare clock stop failed - cifs: fix typo in enable_gcm_256 module parameter - scsi: core: Fix a regression triggered by scsi_host_busy() - ALSA: hda/realtek: Fix mute led for HP Victus 15-fa1xxx (MB 8C2D) - [amd64] perf/x86/intel/uncore: Add uncore PMU support for Wildcat Lake - [amd64] x86/microcode/AMD: Limit Entrysign signature checking to known generations - smb: client: handle lack of IPC in dfs_cache_refresh() - net: tls: Change async resync helpers argument - blk-crypto: use BLK_STS_INVAL for alignment errors - net: tls: Cancel RX async resync request on rcd_delta overflow - [amd64] x86/CPU/AMD: Extend Zen6 model range - drm/xe: Prevent BIT() overflow when handling invalid prefetch region - ALSA: usb-audio: fix uac2 clock source at terminal parser - scsi: ufs: ufs-qcom: Fix UFS OCP issue during UFS power down (PC=3) - tracing/tools: Fix incorrcet short option in usage text for --threads - btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new name - drm/amdgpu: fix gpu page fault after hibernation on PF passthrough - smb: client: fix incomplete backport in cfids_invalidation_worker() - [amd64] drm/i915/psr: Check drm_dp_dpcd_read return value on PSR dpcd init - [amd64] drm/i915/dp_mst: Disable Panel Replay - drm/amdgpu/jpeg: Move parse_cs to amdgpu_jpeg.c - drm/amdgpu/jpeg: Add parse_cs for JPEG5_0_1 - xfs: Replace strncpy with memcpy - xfs: fix out of bounds memory read error in symlink repair - mptcp: fix address removal logic in mptcp_pm_nl_rm_addr - drm/amd/display: Insert dccg log for easy debug - drm/amd/display: Prevent Gating DTBCLK before It Is Properly Latched - tty/vt: fix up incorrect backport to stable releases - [amd64] Revert "drm/i915/dp: Reject HBR3 when sink doesn't support TPS4" - [amd64] drm/i915/dp: Add device specific quirk to limit eDP rate to HBR2 - sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loads - sched_ext: fix flag check for deferred callbacks - Revert "gpio: swnode: don't use the swnode's name as the key for GPIO lookup" lombok (1.18.42-1) unstable; urgency=medium . * Team upload. * New upstream release (Closes: #1108575). - d/p: refresh patches. * d/control: update Standards-Version to 4.7.2, no changes. * d/rules: use DEB_VERSION_UPSTREAM to set the version in lombok.pom. lunar-date (3.2.0-1) unstable; urgency=medium . * New upstream version 3.2.0 * d/control: - delete Rules-Requires-Root: no, useless - Build-Depends add gi-docgen * d/liblunar-date-doc.install: use usr/share/doc/lunar-date/* * d/liblunar-date-3.0-1.symbols: update for new upstream 3.2.0 magma (2.9.0+ds-3) unstable; urgency=medium . * Team upload. . [ Mo Zhou ] * [CUDA] Set GPU targets as "sm_50 sm_60 sm_70 sm_75 sm_80 sm_86 sm_90". . [ Cordell Bloor ] * [ROCm] Use rocm-target-arch to select and document AMD GPU targets * [ROCm] Update my email address and copyright information * [ROCm] Add d/p/cmake4-compat.patch to fix FTBFS with CMake 4.0 * [ROCm] Add d/p/no-rocm-core-tarball.patch to fix FTBFS with hipblas 2.0 * [CUDA] Add d/p/undef-min-and-max.patch to fix FTBFS with CUDA 12.4.5.8 (Closes: #1120236) mediawiki (1:1.43.6+dfsg-2) unstable; urgency=medium . * Update autopkgtest for new restrictions in apache2 sandboxing mediawiki (1:1.43.6+dfsg-1) unstable; urgency=medium . * New upstream version 1.43.6, fixing CVE-2025-67475, CVE-2025-67477, CVE-2025-67478, CVE-2025-67479, CVE-2025-67480, CVE-2025-67481, CVE-2025-67482, CVE-2025-67483, CVE-2025-67484. This version is not affected by CVE-2025-67476. * Update copyright file for changes in vendor/. memtailor (1.1-1) unstable; urgency=medium . * New upstream release. * debian/control - Remove redundant Rules-Requires-Root field. * debian/gbp.conf - Set pristine-tar to True. * debian/rules - Stop passing GTEST_PATH to configure; no longer necessary. * debian/watch - Update to use tarball on GitHub releases page. meson (1.10.0-1) unstable; urgency=medium . * New upstream release. meson (1.10.0~rc2-1) experimental; urgency=medium . * New upstream release. meson (1.10.0~rc1-1) experimental; urgency=medium . * New upstream release. nauty (2.9.1-1) unstable; urgency=medium . * Upload to unstable for libnauty-2.8.9 -> libnauty-2.9.1 transition. * debian/patches/file-offset-bits.patch - Properly update for new release to fix build on armhf. Previously, we set _FILE_OFFSET_BITS in configure.ac, but this gets overwritten in nauty-h.in, so we set it there instead. nauty (2.9.1-1~exp1) experimental; urgency=medium . * New upstream release. * Rename libnauty-2.8.9 binary package to libnauty-2.9.1. * Upload to experimental ahead of soversion transition. * Major overhaul to the Debian packaging. Previously, much was done in an extensive set of "autotoolization" patches that were difficult to maintain. These patches have been removed and much of their functionality (renaming binaries, generating manpages, etc.) is now handled by debhelper. * debian/clean - Add gtools (not cleaned up by "make clean"). * debian/control - Add libcliquer-dev to Depends for libnauty-dev. * debian/copyright - Remove Files-Excluded; no harm in keeping these auto-generated files, and also eases maintainability. - Update my copyright years. * debian/libnauty-2.9.1.symbols - Use Base version for all symbols. - Add new symbols for 2.9.1. * debian/libnauty-dev.install - Update filenames of installed libraries (e.g., libnautyA0 is now libnautyA). - Install headers to /usr/include/nauty (previously, this was handled using the autotoolization patches. * debian/libnauty-dev.links - New file; create symlink from libnauty.pc -> nauty.pc for backward compatibility. * debian/patches - Remove autotoolization patches. + debianization-prefix.patch + debianization.patch + upstream-C2help2man.patch + upstream-autotoolization.patch - Remove patches for issues that were fixed upstream. + build-flags.patch + fall-off.patch + format.patch + noreturn.patch - Refresh remaining patches for the new upstream release and modify as necessary the ones that depended on the autotoolization patches. Many of these patches were borrowed from Fedora -- thanks to Jerry James for doing the hard work! * debian/patches/ldflags.patch - New patch; add missing LDFLAGS when building dreadnaut tests. * debian/patches/shared.patch - New patch from Fedora; link binaries with shared libraries (which we used to do in the autotoolization patches). * debian/rules - Add .libs to LD_LIBRARY_PATHS so the tests can find the shared libraries. - Append CPPFLAGS to CC since upstream doesn't honor them. - Pass --enable-generic to configure to avoid "-march=native" flag during build. - New execute_after_dh_install-arch target; prepend nauty- to gtools (previously this was done in the autotoolization patches). - New execute_before_dh_installman-arch target; generate manpages using help2man (previously this was done in the autotoolization patches). - Update filename for dh_installchangelogs. * debian/source/options - New file; ignore changes to some files made during build. * debian/watch - Remove repack-related options. nibabel (5.3.3-1) unstable; urgency=medium . * New upstream version 5.3.3 * pr1383.patch: delete: applied upstream. * d/control: python3-fuse → fuse3. (Closes: #1122522) * d/s/lintian-overrides: delete: unused. octavia (17.0.0-3) unstable; urgency=medium . * Allow backport of openstack-pkg-tools 139~. octavia (17.0.0-2) unstable; urgency=medium . * Add SYSTEMD_ALIAS=amphora-agent.service, and remove amphora-agent.service. Build-depends on openstack-pkg-tools >= 139 to do so. odil (0.13.0-2) unstable; urgency=medium . * Team upload. * Fix build for all supported Python3 versions (Closes: #1119800). openstack-pkg-tools (139) unstable; urgency=medium . * Make it possible to add Alias= in .service files, needed so that octavia-agent can have Alias=amphora-agent.service. openstack-pkg-tools (138) unstable; urgency=medium . * Do if [ -z "${CA_FILE}" ] ; then instead of -n. pd-flext (0.6.4-1) unstable; urgency=medium . * New upstream version 0.6.4 + Drop patches applied upstream + Refresh remaining patches * Update copyright information + Bump dates in d/copyright + Re-generate d/copyright_hints pdns (5.0.2-1) unstable; urgency=medium . * New upstream version 5.0.2 * Remove obsolete workaround for OpenSSL detection bug #1078413 pg-hint-plan-18 (1.8.0-3) unstable; urgency=medium . * Fix Vcs-Git branch. pgreplay (1.5.0-1) unstable; urgency=medium . * New upstream version 1.5.0. php-defaults (98) unstable; urgency=medium . * Add more alternatives to cron php-tijsverkoyen-css-to-inline-styles (2.4.0-1) unstable; urgency=medium . [ Nicolas Grekas ] * Allow Symfony 8 . [ Punyapal Shah ] * Replace deprecated SplObjectStorage::contains() with offsetExists() for PHP 8.5 . [ David Prévot ] * Revert "Force system dependencies loading" phpunit (12.5.3-1) unstable; urgency=medium . [ Sebastian Bergmann ] * Improve message * Prepare release phpunit (12.5.2-1) unstable; urgency=medium . [ Sebastian Bergmann ] * Implement AllowMockObjectsWithoutExpectations attribute * Update dependencies * Prepare release . [ David Prévot ] * Update exclusions for phpab pmacct (1.7.8-4) unstable; urgency=medium . * QA upload. * Fix clean target. Closes: #1048639. * d/control: Switch from pkg-config to pkgconf. * d/control: Drop "Priority: optional" (default). * d/control: Update standards-version. * d/watch: Switch to format version 5. * d/docs: Drop COPYING and INSTALL. * Add debian/source/lintian-overrides. * Add debian/salsa-ci.yml. portmidi (2:2.0.8-1) unstable; urgency=medium . * New upstream version 2.0.8 + Refresh patches postgresql-18 (18.1-2) unstable; urgency=medium . * Fix build with LLVM 21. pqiv (2.13.3-1) unstable; urgency=medium . * New upstream release * Adds ffmpeg 8 compatibility (Closes: #1115057) * Bump debhelper standard to 13 prometheus-alertmanager (0.28.1+ds-3) unstable; urgency=medium . * Team upload. * Use golang-github-cenkalti-backoff-v4-dev * Drop Rules-Requires-Root: no prometheus-sql-exporter (0.9-1) unstable; urgency=medium . [ Bradford D. Boyle ] * New upstream version. . [ Christoph Berg ] * Use golang-github-cenkalti-backoff-v4-dev. (Closes: #1122586) (Keep golang-github-cenkalti-backoff-dev for backports.) puppet-module-octavia (27.0.0-2) unstable; urgency=medium . * Add types folder in puppet-module-octavia.install. pyecotrend-ista (3.5.0-1) unstable; urgency=medium . * New upstream release. pygame (2.6.1-3) unstable; urgency=medium . * Team upload. * Update reference counts in tests for Python 3.14 (closes: #1121999). * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13. pykdumpfile (0.5.5.1-3) unstable; urgency=medium . * Bump for reupload pykdumpfile (0.5.5.1-1) experimental; urgency=medium . * Initial release. (Closes: #1109076) python-blacken-docs (1.20.0-1) unstable; urgency=medium . * Team upload * [d5f0a8d] d/watch: Convert to version 5 * [56e95b0] New upstream version 1.20.0 * [c78598c] d/control: Remove Rules-Requires-Root * [3563552] d/control: Move python3-setuptools in Build-Depends python-django-pgtrigger (4.17.0-1) unstable; urgency=medium . * Team upload. * New upstream release: - Fix build with mkdocstrings-python-handlers >= 2 (closes: #1122461). * Update path to local Python documentation. * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13. * Standards-Version: 4.7.2. python-laszip (0.2.4+ds-1) unstable; urgency=medium . * Exclude vendored copy of laszip * Migrate debian/watch to version 5 format * New upstream version 0.2.4+ds * Delete obsolete patch for GCC-13 * Wrap and sort Debian package files * Bump Standards-Version to 4.7.2 * Build against laszip system library python-libtmux (0.50.0-4) unstable; urgency=medium . [ Sébastien Delafond ] * tests: blacklist another of test flaky on s390 python-markdown (3.10-2) unstable; urgency=medium . * Fix build with mkdocstrings-python-handlers 2.0 (closes: #1122466). python-opentelemetry (1.39.1-1) unstable; urgency=medium . * [034faf6] Rebuid patch queue from patch-queue branch Fixed typo in metadata: Use-local-intersphinx-resources-where-possible.patch * [167467b] d/control: Mark more bin packages Multi-Arch: foreign * [9bf17bd] New upstream version 1.39.1 * [1338fcc] autopkgtest: Ignore async testing in sdk package * [265d981] autopkgtest: Ignore test05-python3-opentelemetry-exporter-otlp-proto-common python-pyinstrument (5.1.1+ds-2) unstable; urgency=medium . * [e26edab] d/control: Remove nocheck from python3-myst-parser (Closes: #1122314) * [93630c0] d/salsa-ci.yml: Add dedicated Salsa CI config * [5b45c68] autopkgtest: Ignore failing tests due two Python versions qbs (3.1.2-1) unstable; urgency=medium . * Team upload. * New upstream release. r-cran-bindr (0.1.3-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.2 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) r-cran-brms (2.23.0-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.2 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) * dh-update-R to update Build-Depends (routine-update) r-cran-caic4 (1.1-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.2 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) * dh-update-R to update Build-Depends (routine-update) r-cran-cftime (1.7.2-1) unstable; urgency=medium . * New upstream version * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) Set upstream metadata fields: Repository, Repository-Browse. railcontrol (24+dfsg1-6) unstable; urgency=medium . * Upload to unstable * Highlighted peculiarities of Debian's railcontrol.service even more in README.Debian railcontrol (24+dfsg1-5) experimental; urgency=medium . * Removed obsolete dependency on desktop-base * Delete state directory /var/lib/railcontrol when the package is purged * Create system user and group _railcontrol in maintainer scripts to comply with the Debian policy. It was Debian-railcontrol before. Maintainer scripts do not do any renaming magic as this would only affect users of experimental! railcontrol (24+dfsg1-4) experimental; urgency=medium . * Integrated with systemd + Added NEWS.Debian + Updated README.Debian accordingly + Added dependency on package adduser to binary package + Added maintainer scripts + Updated debian/rules to install systemd service in deactiveted state by default * Removed obsolete section 'Clock is not shown' from README.Debian railcontrol (24+dfsg1-3) experimental; urgency=medium . * Upload to experimental including the 'Counter' feature preview + Added 0001-Clean-up-code.patch and 0002-Object-counter-added.patch reform-tools (1.82-3) unstable; urgency=medium . * Stop installing /usr/share/xdg-terminal-exec/sway-xdg-terminals.list (Closes: #1120109) rust-gstreamer-allocators-sys (0.24.4-1) unstable; urgency=medium . * Team upload * Package gstreamer-allocators-sys 0.24.4 from crates.io using debcargo 2.7.11 rust-gstreamer-base-sys (0.24.4-1) unstable; urgency=medium . * Team upload * Package gstreamer-base-sys 0.24.4 from crates.io using debcargo 2.7.11 rust-indieweb (0.6.0-1) unstable; urgency=medium . [ upstream ] * new release(s) . [ Jonas Smedegaard ] * update watch file: + use file format 5 + track release tags (not git commits) * bump project versions in virtual packages and autopkgtests * update and unfuzz patches * install example code as such * relax (build-)dependencies for crate microformats rust-pangocairo-sys (0.21.5-1) unstable; urgency=medium . * Team upload * Package pangocairo-sys 0.21.5 from crates.io using debcargo 2.7.11 rust-sequoia-keystore (0.7.1-1) unstable; urgency=medium . * Package sequoia-keystore 0.7.1 from crates.io using debcargo 2.7.8 - refresh patch. s4cmd (2.1.0+ds-4) unstable; urgency=medium . * Remove build-dep on python3-tz. Thanks to Alexandre Detiste for noticing. Closes: #1122061 slic3r-prusa (2.9.4+dfsg-2) unstable; urgency=medium . * [0a079ff] Fix up autopkgtests errors in check-gui - Drop needs-root stuff and replace it with a dependency on locales-all - Set NO_AT_BRIDGE=1 to silence AT-SPI warning messages - Depend on librsvg2-common to fix pixbuf loading warnings - Use a longer timeout to wait for PrusaSlicer to launch Thanks to Simon McVittie (Closes: #1118139) symfony (7.4.2+dfsg-2) unstable; urgency=medium . * Drop another test currently failing on debci symfony (7.4.2+dfsg-1) unstable; urgency=medium . [ Fabien Potencier ] * Update VERSION for 7.4.2 . [ Hugo Alliaume ] * [Notifier][Mercure] Add support for Mercure 0.7 tftp-hpa (5.3+20251209-1) unstable; urgency=medium . * New upstream snapshot. (Closes: #1122091) tzdata (2025c-1) unstable; urgency=medium . * New upstream version 2025c * Update French debconf translation. Thanks to Baptiste Jammet (Closes: #1118004) * Drop No-leap-second-on-2025-12-31.patch (merged upstream) * Update Swedish debconf translation. Thanks to Martin Bagge (Closes: #1122575) * debian/control: drop Rules-Requires-Root field, now obsolete * debian/watch: update to version 5 * Add autopkgtest test case for 2025c release ukui-control-center (3.22.1.29-2) unstable; urgency=medium . * Add libcrypt-dev to build-depends. (Closes: #1107009) * Update watch file to version 5. ukui-interface (1.0.1-3) unstable; urgency=medium . * Add libcrypt-dev to Build-Depends. (Closes: #1106948) * Add Multi-Arch: same to libukui-common0, libukui-gsettings0, libukui-network0, libukui-print0, libukui-usersettings0. * Update d/watch to version 5. v4l2loopback (0.15.3-1) unstable; urgency=medium . * New upstream version 0.15.3 * Update upstream homepage/repository xdg-terminal-exec (0.14.0-1) unstable; urgency=medium . * New upstream release * Remove unnecessary Priority: optional field * Install sway-xdg-terminals.list and add Breaks/Replaces against older reform-tools yt-dlp (2025.12.08-1) unstable; urgency=medium . * New upstream version 2025.12.08. * d/NEWS: Update wording, thanks _jwilk! * d/control: Add version constraint to hatchling.