busybox (1:1.37.0-6) unstable; urgency=medium . * udeb config: remove wget applet (wget-udeb is used for this for many years) (Closes: #1107392) debian-edu-router (2.13.0) unstable; urgency=medium . * FINALIZE FOR DEBIAN 13: . [ Mike Gabriel ] * Finalize for inclusion in Debian 13: - conf/debian-edu/debian-edu-router-fai.conf: Default to trixie in config. - conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/NFSROOT: Adjust according to requirements in Debian 12 and Debian 13 FAI. - Comment-out development APT repo, hint towards FAI upstream repo (in case it's needed). - conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/NFSROOT: Move memtest86+ to DEBIAN_13-only installation block. We observed problems when creating bookworm based FAI installer images during grub.cfg creation. * Prepare for trying-out Debian 14 once it becomes available: - conf/debian-edu/debian-edu-router-fai.conf: Hint that forky is already a supported distro codename (in theory). - fai/config/class/DEBIAN_{14,forky}.var: Prepare for Debian 14. - conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/apt/sources.list.in: * Pre-release clean-ups: - fai/config/package_config/NTP_SERVER: Drop NTP_SERVER class, not needed (systemd-timesyncd is just fine). - fai/config/package_config/{FIREWALL,GATEWAY}: Move uif package into GATEWAY class (and drop FIREWALL package config). - fai/config/class/z20_debian-edu-router.profile: Drop classes FIREWALL, DNS_SERVER, NTP_SERVER. They have been replaced by GATEWAY class a long time ago. * lintian: Update several overrides to new release. . * LOCALIZATION: . [ Mike Gabriel ] * Typo fix: Correct the spelling of the word separate. * Run debconf-updatepo. (Closes: #1105914). * Run debconf-updatepo once again after all translation updates had been applied. * Update German translation. * Fix Portuguese translation. Apply the correct file version now. * fai/: Mark de_DE.UTF-8 as fully supported languaged in FAI installer. . [ Carles Pina i Estany ] * debian/po: Add po-debconf Catalan translation. (Closes: #1105963). . [ Camaleón ] * po/es: Update Spanish translations. (Closes: #1102662). * debian/po/es.po: Update Spanish translation. (Closes: #1104795). . [ Frans Spiesschaert ] * debian/po/nl.po: Update Dutch translation. (Closes: #1103907). . [ Américo Monteiro ] * debian/po/pt.po: Update Portuguese translation. (Closes: #1103447). . [ Serhii Horichenko ] * debian/po/uk.po: Add Ukrainian translation. * debian/po/ru.po: Add Russian translation. * po/ru: Add initial translation. * po/uk: Add initial translation. . * COPYRIGHT ATTRIBUTIONS: . [ Mike Gabriel ] * debian/copyright: + Update auto-generated copyright.in file. + Update copyright attributions. . * BUG FIXES: . [ Mike Gabriel ] * conf/systemd/squid_d-e-r-p.k-c.conf: Fix key name (ExecPreStart= -> ExecStartPre=). * debian/debian-edu-router-plugin.content-filter.postinst: Typo fix in variable name (filterlists_file -> filterlist_file). * README.md: For ISO image creation instruct to install debian-edu-router- fai with --no-install-recommends apt-get option. Otherwise, fai-server will pull in various network service (e.g. a DHCP server) which might cause unwanted problems on local networks. * debian/control: Move utilities for creating FAI installer ISO images to Depends: field, so that they even get installed if installing debian-edu-router-fai without recommended packages (see entry above). . * UPSTREAM DEVELOPMENT (REGRESSION FIX / REWRITE): . [ Mike Gabriel ] * Bring back e2guardian filterlist support (and various related fixes) if SSL bumping is enabled, support fluent switching between e2guardian and squid filterlists: - debian/debian-edu-router-plugin.content-filter.{config,templates}: Blacklists auto-refreshing is for squid and e2guardian. Mark it as such in comments. - debian-edu-router_refresh-blacklists.sh: Rename to debian-edu-router_refresh-blacklists_squid.sh. - bin/debian-edu-router_refresh-blacklists.sh: Re-add, but now as a wrapper script. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Re-add script (from commit fcf1c63e). - bin/*: Set LANG to 'C.UTF-8', not 'c'. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Update copyright header. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Various variable syntax hardenings. - bin/debian-edu-router_refresh-blacklists.sh: In addition to the debian- edu-router_refresh-blacklists_squid.sh now also wrap the debian-edu- router_refresh-blacklists_e2guardian.sh script. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Fix spelling error in variable name. - bin/debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: Align path naming scheme of WORK_DIR. - bin/debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: Align path naming schema of SELECTED_CATEGORIES_DIR. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Use LISTS_DIR pathname that can be recognized as e2guardian-specific. - Re-introduce data/templates/header_{blacklisted,whitelistd}_categories header templates (required for e2guardian filter config generation). - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Rename variable and cmdline option (REMOVE_BLACKLIST -> REMOVE_BLACKLISTS, --remove-blacklist -> --remove-blacklists). - bin/debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: Use more similar path names. - bin/debian-edu-router_refresh-blacklists_squid.sh: Use different path for squid ACL filterlists and Uni Toulouse derived URL blacklists and whitelists. - d-e-r-p.c-f: Make filterlists processor (e2guardian vs. squid) depend on whether SSL bumping is enabled (then: e2guardian) or disabled (then: squid). - debian/debian-edu-router-plugin.content-filter.postinst: Use previously defined variables (and harden some variable syntax). - debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: Add support for migrating data created by previous script versions. - data/blacklists-toulouse.{e2guardian,squid}: Ship different configuration sets for filterlists by Uni Toulouse (depending on whether used by e2guardian or squid). - debian/debian-edu-router-plugin.content-filter.postinst: Add support for switching between filterlist provides (squid vs. e2guardian). - conf/debian-edu-router-plugins/d-e-r-p.content-filter.sh: Add loginmenu option for removing filterlists. - bin/debian-edu-router_refresh-blacklists_squid.sh: During remove_blacklist_files() assure that also symlinks get removed/cleaned-up. - bin/debian-edu-router_refresh-blacklists_squid.sh: Only mark FILTERLISTS_PATH with work-in-progress if filterlists get updated/downloaded. - bin/debian-edu-router_refresh-blacklists_squid.sh: Ensure that CURRENT_SQUID_DIR exists / is empty only if filterlists get updated/downloaded. - bin/debian-edu-router_refresh-blacklists_squid.sh: Ensure filterlist directories exist, even if not populated (because all categories are commented out). - bin/debian-edu-router_refresh-blacklists_squid.sh: Silence script entirely if nothing happens (e.g. if in default UPDATE_FILTERLISTS mode and no filterlists have been downloaded so far). - bin/debian-edu-router_refresh-blacklists_squid.sh: Typo fix in variable name. - bin/debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: Notify about what filterlist mechanism is being cleaned up in REMOVE_FILTERLISTS mode. - bin/debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: Add support for skipping service restarts. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Also activate whitelists if any. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Drop log message 'Updating blacklists...'. This does not apply in REMOVE_FILTERLISTS mode. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Only download filterlists from Uni Toulouse if not in REMOVE_FILTERLISTS mode. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Curate (add/remove) filterlist includes via symlinks in /etc/debian-edu-router/e2guardian.d/lists/common/. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Catch grep non-zero exitcode (and ignore it). This can happen if all categories in a category list are all commented out. Without this, the script aborts silently on a fully commented-out category file. - bin/debian-edu-router_refresh-blacklists_squid.sh: Indentation fixup in generate_squid_acl_file() function. - debian/debian-edu-router-plugin.content-filter.prerm: Use 'debian-edu-router_refresh-blacklists --purge-filterlists' (the wrapper script + purge) instead of individual scripts and the '... --remove-filterlists' cmdline arg. - bin/debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: Add support for purging filterlists. - bin/debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: Rename variables (blacklists -> filterlists). - conf/debian-edu-router-plugins/d-e-r-p.content-filter.sh: Edit selected categories depending on which service (squid, e2guardian) is in charge of blacklisting/whitelisting. - bin/debian-edu-router_refresh-blacklists_squid.sh: Make the one-category-per-line categories files the primary source of truth and derive a shellinclude .sh file from it for sourcing. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Skip blacklisted/whitelisted categories (e2guardian) if not listed in default_selected_{blacklisted,whitelisted}_categories. - debian/debian-edu-router-plugin.content-filter.install: Install default_selected_{blacklisted,whitelisted}_categories to DATADIR (and not to LOCALSTATEDIR). - bin/debian-edu-router_{acl-watcher.sh,refresh-blacklists_e2guardian.sh}: Log exactly what service restarts happen when updating filterlists. - data/blacklists-toulouse.squid/selected_categories/ default_selected_blacklisted_categories: Warn about enabling too many filtering categories when using squid-based filtering. . [ Daniel Teichmann ] * Bring back e2guardian filterlist support (and various related fixes) if SSL bumping is enabled, support fluent switching between e2guardian and squid filterlists: - debian/d-e-r-p.c-f.postinst: Do not purge filterlists, but remove them, to save category selection files. (When switching between e2guardian and squid based filtering). - bin/debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: Keep LISTS_DIR and WORK_DIR in REMOVE_FILTERLISTS mode, only wipe them in PURGE_FILTERLISTS mode. - data/templates/header_{black, white}listed_categories: Update copyright header again. - bin/d-e-r_refresh-blacklists_squid.sh: Actually remove 26th Squid ACL snippet file ${SNIPPETS_PATH}/26_squid_acls.toulouse_d-e-r-p.c-f.conf if not in use. - bin/debian-edu-router_refresh-blacklists.sh: Add d-e-r common shell functions / variables. - bin/debian-edu-router_refresh-blacklists_e2guardian.sh: Only do notice_log, if its actually appropriate. - bin/debian-edu-router_refresh-blacklists_{e2guardian,squid}.sh: If script is not used, show this at least in a single notice_log line of output. - conf/debian-edu-router-plugins/d-e-r-p.content-filter.sh: Show the type of filterlists (e2guardian vs. squid) in the MANUALLY_REFRESH_BLISTS loginmenu item. - conf/debian-edu-router-plugins/d-e-r-p.content-filter.sh: Improve inline docs. Make it easier to recognize menu item names. - bin/debian-edu-router_refresh-blacklists*.sh: Move squid ACL watcher inhibitor and re-trigger code into bin/debian-edu-router_refresh- blacklists.sh wrapper script. - The squid ACL watcher re-trigger is also required when switching away from squid-based filterlists over to e2guardian-based filterlists. filelight (4:25.04.2-1) unstable; urgency=medium . [ Aurélien COUDERC ] * Point upstream source to invent git repo. * New upstream release (25.04.2). - Translation updates. * Backport upstream commits: - Don’t fail analysis on corrupted folder entries. * Add missing runtime dependency on qml6-module-org-kde-desktop. (Closes: #1107202) gnome-control-center (1:48.2-2) unstable; urgency=medium . * Team upload * Summarize upstream changes in previous changelog entry * Upload to unstable . gnome-control-center (1:48.2-1) experimental; urgency=medium . * New upstream bugfix release - Fix panel crashes that can occur if a type referenced by the UI resource was not registered yet (gnome-control-center!3126 upstream) - Fix a crash due to use-after-free in the notifications page by clearing a signal handler during object destruction (gnome-control-center#3455 upstream) - Use an EFF-supplied word list to generate random passwords (for example for System -> Remote Desktop) instead of /usr/share/dict, which in particular avoids generating passwords that contain offensive or easily-confused words (gnome-control-center#3445 upstream) - Log a warning instead of crashing or emitting a blank image if we cannot create a renderer while cropping a user's avatar (gnome-control-center#3402, #3405 upstream) - Wrap panel labels at 40 characters to ensure the list of panels leaves enough horizontal space for window content in locales where a panel has a long name, for example "Privacy and Security" translated to "Конфиденциальность и безопасность" in ru_RU (gnome-control-cetner#3400 upstream) - Use motion history to get smoother lines when testing a Wacom tablet (gnome-control-center!3140 upstream) - Match the leaf icon that GNOME Shell uses for the Power Saver mode, instead of having a different and worse-looking leaf icon (gnome-control-center#3446 upstream) - On multi-GPU desktop systems, describe non-Nvidia GPUs correctly even if we cannot switch to them via DRI_PRIME (gnome-control-center#3375 upstream, LP: #2037076) - In the applications panel, hide the empty "Required Permissions" section if there would be nothing shown there (gnome-control-center!3144 upstream) - In the application global shortcuts dialog, show the app name in bold, making it easier to see and more consistent with other pages (gnome-control-center!3058 upstream) - Apply rounded borders to illustrations such as mouse wheel scroll direction, hot corners and active screen edges (gnome-control-center!3085 upstream) - Translation updates gnome-control-center (1:48.2-1) experimental; urgency=medium . * New upstream bugfix release hunspell-ca (3.0.9+repack1-2) unstable; urgency=medium . * debian/tests: Add basic autopkgtest stuff. * debian/control: Bump Standards-Version. No changes required. * debian/hunspell-ca.lintian-overrides: Fix wrong-section... hunspell-ca (3.0.9+repack1-1) unstable; urgency=medium . * New upstream release. kate (4:25.04.2-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (25.04.1). - Add missing includes. - Fix size limit, that is an int in MB, no bool. - Fix type warnings. * New upstream release (25.04.2). - Check whether item is an object. (kde#505044) - S&R: Fix canceling search in current file. kdeconnect (25.04.2-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (25.04.2). - Change qtdbus-qt5 to qtdbus-qt6 in the sample commands logic to find the qdbus executable name. - Kcm: fix memory leak in devicesRemoved(). - Fix mpris sessions changed event handler. - Add plugin settings dep. - Make KF6DocTools optional. - Sendnotifications: Add missing qRegisterMetaType<>(). * Update build-deps and deps with the info from cmake. kio-extras (4:25.04.2-1) unstable; urgency=medium . [ Aurélien COUDERC ] * Point upstream source to invent git repo. * New upstream release (25.04.1). - Image thumbnailer: add image/tiff mime type. (kde#503223) - Imagethumbnail: Add MIME types for PSD, QOI, DDS. - CMake: Use find_package(Qt6::GuiPrivate) to fix build for qtbase dev. * New upstream release (25.04.2). - Translation updates. * Update build-deps and deps with the info from cmake. * Backport upstream commits: - Fix pubkey + keyboard-interactive authentication failure using the sftp:// protocol when the remote server is setup with 2FA. krdc (4:25.04.2-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (25.04.1). - RDP: ensure rdpview gets closed on session disconnect. (kde#503176) - RDP: Fix passing domain from saved bookmark. (kde#503174) - Find Qt6Gui before using Qt6Gui_VERSION. * New upstream release (25.04.2). - RdpView: avoid multiple startQuitting() calls on the same connection. (kde#504622) - Fix config names mismatched between Ui and kcfg. - Fix parsing of user-supplied host:port preferences for proxy and gateway. (kde#504282) krfb (4:25.04.2-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (25.04.1). - Fix incorrect cursor position under display scaling. (kde#466276) * New upstream release (25.04.2). - Translation fixes. kscreenlocker (6.3.5-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (6.3.5). * Relax inter-plasma versioned dependency constraint so we can upload only 6.3.5 packages that have actual code changes. * Backport upstream commits: - Sync password input between screens in multi-monitor setups. (kde#433563) - Correctly use PAM configuration for login timeout instead of hardcoded value. (kde#489898) - Fix hard freeze under wayland when triggering sleep inhibition in some situations like starting a video in firefox. (kde#501073) * Fix unwanted lockcreen messages due to missing PAM configurations to handle fingerprint sensors and smartcards. (Closes: #1089081) kwalletmanager (4:25.04.2-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (25.04.1). - Konfigurator: Use correct kwalletd DBus interface name. * New upstream release (25.04.2). - Translation fixes. kwin (4:6.3.5-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (6.3.5). - Renderloop: take subsurfaces into account for vrr scheduling. - Backends/drm: with "prefer color accuracy", don't allow direct scaonut with color ops. (kde#503742) - Effect/offscreeneffect: guard against allocating zero-size textures. (kde#485884) - Input: set the current surface correctly for tablet events. (kde#499576, kde#498386) - Backends/drm: guard updateCursorLayer for a nullptr pipeline. (kde#502951) - Core/colorpipeline: optimize out black point compensation. (kde#500019) - Revert "plugins/nightlight: Fix conversion between local time and utc time". - Plugins/nightlight: Fix conversion between local time and utc time. - Compositor: fix dimming constantly scheduling repaints. - Input: do not pass power button to lockscreen. - Effect: Allow AnimationEffect running while the screen is locked. - Outputconfigurationstore: disable autorotate when screen is off. - Autotests/x11keyread: fix race condition. - Autotests/x11keyread: re-format the code. - Core/colorspace: fix primaries for generic film. - Ci: Adjust to SUSE CI image changes. - Opengl/eglcontext: only delete the vao if the context is current. - Wayland: fix the rendering intent being ignored, and add a test for it. - Opengl/glshader: ensure no tone mapping gets applied with colorimetric rendering intents. - Wayland/colormanagement: use 203cd/m² reference luminance for Windows scRGB. - Kcms/xwayland: Fix highlighting on first radiobutton. - Plugins/minimizeall: fix unreachable activity check. - Disconnected signal in X11Window::associate(). - Break Workspace::outputRemoved connection when a layer shell window is destroyed. - Layershellv1window: close the window when the desired output gets removed. - Simplify xwayland surface association. - Fix a crash in RenderLoop::scheduleRepaint. - Xdgshellwindow: Keep window on output when opening under cursor. (kde#495987) - Xdgactivation: downgrade "cannot grant a token" warning to a debug message. (kde#500393) - Backends/drm: also clean up pending with legacy modesetting. - Backends/drm: set internal display brightness with HDR in applyQueuedChanges. - Backends/drm: set laptop display brightness to 100% with HDR. - Backends/drm: reduce minimum luminance for SDR. (kde#501247) - Avoid synchronizing keyboard modifiers if dnd source is null. (kde#502504) - Backends/drm: immediately force a modeset on bad link status. (kde#502542) - Xwayland: Only pass actual mime type offers to Wayland clients. - Xkb: Guard more methods against not having a keymap or state. - Plugins/eis: Guard against empty keymap. * Relax inter-plasma versioned dependency constraint so we can upload only 6.3.5 packages that have actual code changes. * Drop backported patch now part of the upstream release. * Backport upstream commits scheduled for 6.3.6: - Fix crash on Display disconnect. (kde#504516) - core/iccprofile: also estimate black point even if there's no luminance tag. - wayland/colormanagement: fix sending target luminance levels. - wayland/colormanagement: compare primaries with the protocol's resolution. - x11: Add an environment variable to disable _NET_WM_SYNC_REQUEST in X11Window. - Fixed several cases where using a color picker to pick a screen color could return a very subtly wrong result when using certain combinations of Night Light, ICC profiles, HDR, 10-bit color, or any other features that globally change all colors on the screen. (kde#491633) - Don't leak lcms tone curves. - When XWayland-using apps deliberately ask to open on a specific screen, the screen they open on now more reliably matches the one they wanted. - Fixed a case where junky graphical glitches could briefly be seen on the screen after logging in but before Plasma’s splash screen or desktop loads. (kde#504258) - outputconfigurationstore: disable adaptive sync by default since there are too many driver bugs with VRR to make it active by default. - backends/drm: Fix potential crash by adding missing null guard. - The Legacy X11 App Support settings now apply accurately no matter what keyboard layout you’re using. (kde#500032) - backends/drm: reduce severity of pageflip failure logging to avoid journal spam when playing fullscreen videos. (kde#505028) * Backport other upstream commits: - Dim the rest of the screen when there’s an active system / authentication prompt to ensure it gets user attention. - Fix framerate drops with night light on when changing brightness. (kde#495167) - Add support for the MouseKeys accessibility feature also on Wayland. (kde#478620) - Fix sticky keys not unlatching after mouse click. - Fix Severe input latency and limited refresh rate option on resolutions other than the native one on kwin wayland. (kde#504655) - Fix Firefox download popup drag not working. (kde#497031) * Point upstream source to invent git repo. libs3 (2.0-5) unstable; urgency=medium . [ Peter Michael Green ] * Add patch based on upstream pull request 115 to fix types passed to curl_easy_setopt (closes: #1107408). libslf4j-java (1.7.32-2) unstable; urgency=medium . * Fixed the hanging tests (#1060960) milou (4:6.3.5-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (6.3.5). * Relax inter-plasma versioned dependency constraint so we can upload only 6.3.5 packages that have actual code changes. * Backport upstream commits: - Make power/session actions appear first in krunner instead of related configuration pages. (kde#474981) - Fix keyboard navigation in krunner when mouse is hovering over the results. (kde#501350) mini-httpd (1.30-13) unstable; urgency=medium . * Adds chroot syscall exception to SystemCallFilter in the service. This allows operation in chroot mode when using the service. (Closes: #1105097) * Update copyright years for debian scripts. nautilus (48.2-3) unstable; urgency=medium . * Team upload * Release to unstable (freeze exception: #1107571) . nautilus (48.2-2) experimental; urgency=medium . * Team upload * Summarize upstream changes in previous changelog entry * d/p/debian/Revert-test-Disable-localsearch-tracker-tests.patch: Re-enable localsearch/tracker test-case, disabled by upstream in 48.2. This restores the test coverage that we had in 48.1. . nautilus (48.2-1) experimental; urgency=medium . * New upstream release - Fix a crash when an async query changes the visibility of the "Empty Trash…" banner (nautilus#3844 upstream) - Fix a crash which can occur when moving between non-local locations, or when double-clicking on a folder when using single-click navigation (nautilus#3817 upstream) - Speed up loading of SMB shares by not waiting for attributes to be ready before loading directories (nautilus#3834 upstream) - Don't list FLAC in audio files' Properties as both a container and a codec (nautilus#3839 upstream) - Disable localsearch (Tracker)-related build-time tests, which did not work in the upstream CI (see nautilus#3878 upstream) - Translation updates nautilus (48.2-1) experimental; urgency=medium . * New upstream release ncbi-entrez-direct (24.0.20250523+dfsg-1) unstable; urgency=medium . * New upstream release; as with 19.0.20230216(+dfsg), the nominal major version bump isn't as meaningful as it might appear. * debian/install: Install *.ini to /etc/ncbi. * debian/links: Symlink them into /usr/lib/ncbi-entrez-direct. * debian/man/{accn-at-a-time,align-columns,archive-{pmc,pubmed,taxonomy}, asn2ref,between-two-genes,cit2pmid,combine-uid-lists,csv2xml, custom-index,difference-uid-lists,disambiguate-nucleotides, download-{ncbi-data,pmc,pubmed,sequence},ds2pme,edict,efetch(.ncbi), efilter,einfo.ncbi,elink,epost,esample,esearch,esummary, exclude-uid-lists,expand-current,filter-columns,filter-stop-words, gene2range,gm2segs,intersect-uid-lists,join-into-groups-of,nquire, pm-prepare,pm-refresh,pma2apa,pma2pme,pmc2bioc,pmc2info,print-columns, rchive,ref2pmid,reorder-columns,snp2tbl,sort-{table,uniq-count(-rank)}, spdi2tbl,transmute,uniq-table,word-at-a-time,xml2fsa,xml2tbl,xtract}.1: Update fully. Across the board, substitute EDIRECT_LOCAL_ARCHIVE for EDIRECT_LOCAL_MASTER, update and symmetrize SEE ALSO, standardize on man1/-less .so directives, and generally copy-edit. * debian/man/{archive-{nihocc,nlmnlp,nmcds,pids},args2slice,bsmp2info, download-flatfile,ecollect,filter-{genbank,record},fsa2xml, gbf2{facds,fsa,info,tbl},gff-sort,gff2xml,jsonl2xml,just-top-hits, pair-at-a-time,pm-clean,pm-setup,print-missing-subranges, quote-grouped-elements,refseq-nm-cds,sort-by-length, systematic-mutations,xfetch,xfilter,xinfo,xlink,xsearch}.1: Document commands added upstream since version 20.4.20230911(+dfsg). * debian/man/{fetch-*,index-extras,phrase-search,stream-pubmed, theme-aliases}.1: Remove (commands replaced or retired upstream since version 20.4.20230911[+dfsg]). * debian/manpages: Rename back from manpages.disabled. * debian/rules: Move ecollect to ECOMMON_SCRIPTS and cit2pmid, pm-clean, pm-prepare, and pm-setup to XCOMMON_SCRIPTS, in all cases from AS_IS_SCRIPTS, so they know to look in /usr/lib/ncbi-entrez-direct as needed, at minimum for [ex]common.sh. ncbi-tools6 (6.1.20170106+dfsg2-6) unstable; urgency=medium . * Fix or work around build-order assumptions caught by make --shuffle=reverse. (Closes: #1105544.) - debian/rules: Explicitly invoke copy targets before compilation. - make/makeall.unx: Build *.glo directly; GCC's on board with it, and the current logic breaks when corresponding *.o files don't yet exist. - make/makenet.unx: Explicitly build all static libraries encompassed by nocopy or given as extra goals before any shared libraries. * debian/copyright: Substitute a URL for the FSF's postal address. (See #1080497.) * Standards-Version: 4.7.2 (routine-update) okular (4:25.04.2-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (25.04.1). - Fix build with Qt 6.10. - Delete old kconf update script. - Fax: Add a few bugprone-sizeof-expression exceptions. * New upstream release (25.04.2). - Fix detecting HTML in mobipocket document. - Fix opening password protected files on builds without kwallet. (kde#503852) * Update the list of installed files. plasma-browser-integration (6.3.4-2) unstable; urgency=medium . [ Aurélien COUDERC ] * Backport upstream commits: - Support for flatpak variants of Firefox and Chromium. - Add support for librewolf. (kde#476967) plasma-desktop (4:6.3.5-1) unstable; urgency=medium . [ Aurélien COUDERC ] * Demote oxygen theme to Suggests. * New upstream release (6.3.5). - Port Timer objects away from adjustable-duration intervals where needed. (kde#500717) - Applets/taskmanager: Don't undesirably rotate group dialog items. (kde#470410) - Avoid double-addition of x coordinate of ActivitySwitcher. (kde#502656, kde#502375) - Kcms/recentfiles: fix grid items responding to hover when disabled. (kde#502522) - Round AudioStream width which in turn rounds its position as well. (kde#500039) * Relax inter-plasma versioned dependency constraint so we can upload only 6.3.5 packages that have actual code changes. * Backport upstream commits scheduled for 6.3.6: - Fix desktop folder view's "Sort By" option reverting to "Unsorted" when adding files to the desktop via any method. (kde#482470) * Backport other upstream commits: - Fix regression preventing users from changing the display name of their keyboard layouts. (kde#500057) - Make power/session actions appear first in krunner instead of related configuration pages. (kde#474981) - Sync password input between screens in multi-monitor setups. (kde#433563) - Only show lock screen UI elements on the screen currently having the mouse pointer. (kde#409226, kde#465566) - Fix setting / resetting custom icons in the kicker launcher sometimes failing. - Clear login password when selecting a different user. (kde#502514) - Fix drag and drop in kicker launcher favorites launching app on mouse button release. (kde#501585) - Ensure already open dolphin is brought forward when clicking on the trash widget. (kde#499936) - Use the correct icon for the text-to-speech configuration page. (kde#503930) - Fix configuration of the folder view on desktop not working. (kde#454889) - Fix panel edit mode UI elements not displaying RTL languages properly. (kde#503272) - Fix resizing vertical panel length not showing handles. (kde#494452) - Fix empty categories in kickoff after applications are updated, installed, or removed until navigating away from it and then back again. (kde#504891) * Add missing preview for the Debian-themed SDDM theme. plasma-mobile (6.3.5-1) unstable; urgency=medium . * Team upload. . [ Aurélien COUDERC ] * New upstream release (6.3.5). - Wallpaperselector: Fix delegate dimensions and icon color. - Taskpanel: Fix rotate button showing with autorotate. plasma-vault (6.3.5-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (6.3.5). - Add missing include. * Relax inter-plasma versioned dependency constraint so we can upload only 6.3.5 packages that have actual code changes. plasma-workspace (4:6.3.5-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (6.3.5). - Notification: Escape lonely < and > symbols. (kde#502106) - Calendar: Move event indicator above main label. - Appelts/notifications: Fix Notifications positions. (kde#500192, kde#498599, kde#491217, kde#502160) - Applets/notifications: improve paddings again. - Multiscreen: fix an incorrect assert in screenInvariants. (kde#494616) * Relax inter-plasma versioned dependency constraint so we can upload only 6.3.5 packages that have actual code changes. * Drop backported patch now part of the upstream release. * Backport upstream commits scheduled for 6.3.6: - Fix entirely wrong colours when enabling "Tint all colours with accent colour". (kde#503394) - Remove pointless "mount" action for audio CDs and blank optical media. (kde#503999) - libnotificationmanager: fix critical notifications not showing when Do not disturb is active. - components/sessionprivate: fix a potential crash in SessionsModel. - Fix deleting downloaded files from the notifications. (kde#504385) - Fix cell height calculation during vertical resizing. - klipper: make "Add Actions" dialog only window-modal to avoid blocking plasmashell completely. (kde#501938) * Backport other upstream commits: - Fix lockscreen showing a placeholder instead of the real multimedia player name in some multi-player setups. - Fix Scroll Wheel issue in the All Applications section of the launcher. (kde#486481) - Fix implementation of the StatusNotifierItem spec to support context menu on left click in the system tray. - Never use scientific notation even for big numbers in notifications. (kde#422166) - Fix global menu sometimes showing menu items from non-active app. (kde#473714) - Fix issue in sorting users list to put the logged in user first. - Prevent trying to delete the logged in user and failing. (kde#495494) - Make selecting the C locale in regional options actually work. (kde#500432) - Fix duplicate optical devices in disks and devices applet. (kde#495140) - Disable pointless and surprising horizontal scrolling of notifications contents. - Warn users about full storage not just on / and /home. - Fix incorrect wallpaper preview when using screens with widely different aspect ratios. (kde#483097) - Fix OSD not properly displaying RTL languages. (kde#503255) - Fix Notifications widget added to the desktop not showing new notifications. (kde#503815) - Fix “Process Table” visualization for blank System Monitor sensor widgets to no longer incorrectly makes them think they’re in need of configuration the next time you restart Plasma or the system. (kde#504335) powerdevil (4:6.3.5-1) unstable; urgency=medium . [ Aurélien COUDERC ] * Fix list in package description. * New upstream release (6.3.5). - Daemon: Don't crash if using powerdevil 6.3 with kwin 6.2. (kde#501446) * Relax inter-plasma versioned dependency constraint so we can upload only 6.3.5 packages that have actual code changes. print-manager (6:6.3.5-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (6.3.5). - Kcm: When adding a printer/group, allow the ability to set as default. - Revert "kcm: don't assign undefined to component". * Relax inter-plasma versioned dependency constraint so we can upload only 6.3.5 packages that have actual code changes. * Point upstream source to invent git repo. python-covdefaults (2.3.0-3) unstable; urgency=medium . * Team upload. * Support Coverage 7.7.0 and above (closes: #1107410). python-rq (2.3.3-2) unstable; urgency=medium . * Team Upload * Upload to untable python-rq (2.3.3-1) experimental; urgency=medium . * Team upload. * [386cf01] New upstream version 2.3.3 * [ce52960] d/control: Switch Homepage pointing to the GH site * [c359efc] d/control: Drop useless B-D on setuptools * [414d5ed] d/u/metadata: Add URL to documentation * [ea29079] d/tests/*: Add some autopkg CI testing environment * [bb9e1ed] d/salsa-ci.yml: Add Salsa CI config * [342f99b] d/copyright: Update data * [14f46ef] d/README.source: Add information about source handling * [775d4b4] d/python3-rq.examples: Add seqencer to install examples rust-git-cinnabar (0.7.2-2) unstable; urgency=medium . * Team upload. * Package git-cinnabar 0.7.2 from crates.io using debcargo 2.7.8 * Apply patches from git upstream to fix compiler warnings with curl 8.14 (Closes: #1107412). rust-transmission-client (0.1.5-2) unstable; urgency=medium . * Team upload. * Package transmission-client 0.1.5 from crates.io using debcargo 2.7.8 * Cherry-pick compat-fix for recent transmission-daemon (Closes: #1106237) skanpage (25.04.2-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (25.04.1). - Reinsert id in export dialog. (kde#503277) * New upstream release (25.04.2). - Ensure correct url decoding when saving multiple images. (kde#503787) wine (10.0~repack-5) unstable; urgency=medium . * Build appropriately for vulkan 1.4 (closes: #1104898). wireshark (4.4.7-1) unstable; urgency=medium . * Upload to unstable (Closes: #1107515) . wireshark (4.4.7-0exp1) experimental; urgency=medium . * New upstream version - security fixes: * Dissection engine crash (CVE-2025-5601) * Target experimental due to the freeze wireshark (4.4.7-0exp1) experimental; urgency=medium . * New upstream version - security fixes: * Dissection engine crash (CVE-2025-5601) * Target experimental due to the freeze