axc (0.3.7-1.1) unstable; urgency=medium . * Non-maintainer upload. * Use pkg-config to locate libgcrypt. Closes: #1070903 axc (0.3.7-1) unstable; urgency=medium . * New upstream version 0.3.7 * d/patches: cleanup patches that are upstreamed axc (0.3.6-2) unstable; urgency=medium . * Fix FTCBFS: Consistently use the host architecture compiler. (Closes: #994671) axc (0.3.6-1) unstable; urgency=medium . * New upstream version 0.3.6 * d/patches: remove upstreamed patches axc (0.3.5-2) unstable; urgency=medium . * d/patches: add 001_makefile-fix-ftcbfs.patch (Closes: #993455) axc (0.3.5-1) unstable; urgency=medium . * New upstream version 0.3.5 * d/patches: remove upstreamed patches axc (0.3.4-1) unstable; urgency=medium . * New upstream version 0.3.4 * d/salsa-ci.yml: disable aptly * d/patches: remove 001_fix_makefile.patch that has been upstreamed * d/patches: 001_makefile_fixtest-race.patch fixes a potential FTBFS (Closes: #983975) * Perform the sofile linking using upstream build infrastructure * Cleanup on d/rules: leftovers from unused patches * d/control: bump Standard-Version (no changes needed) axc (0.3.3-1) unstable; urgency=medium . [ Henry-Nicolas Tourneur ] * Initial release. Closes: #926343 . [ Federico Ceratto ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. binutils (2.42.50.20240710-1) unstable; urgency=medium . * New upstream snapshot, taken from the trunk. cairocffi (1.7.1-2) unstable; urgency=medium . * Replace retired package uploader. (Closes: #1075908) * debian/control: Bump Standards-Version to 4.7.0. cairocffi (1.7.1-1) unstable; urgency=medium . * Team upload. * New upstream release. * debian/python.org_objects.inv: Download the new version. * debian/patches/: Bump embedded version string. * debian/rules: Fix mapping file download name. cbmc (6.0.1-2) unstable; urgency=low . * Fix portability problems cbmc (6.0.1-1) unstable; urgency=low . * New upstream release * Updated Standards version to 4.7.0 (no changes required) clazy (1.12-2) unstable; urgency=medium . * Consolidate in debian/rules the configuration of the tests to exclude, ensuring it can be used also in the 'run-tests' autopkgtest: - create a new TESTS_EXCLUDED variable, adding only the test names to it, - when running the tests during the build: pass --exclude to run_tests with a comma-separated version of $TESTS_EXCLUDED, only in case there are tests to exclude - add $TESTS_EXCLUDED to the shell configuration shipped by clazy-tests - switch the script of the 'run-tests' autopkgtest to use bash, so it is possible to use e.g. arrays - when running the 'run-tests' autopkgtest: pass --exclude to run_tests with a comma-separated version of $TESTS_EXCLUDED, only in case there are tests to exclude * Improve the way the linking with atomic is done on architectures that need that (i.e. currently armel): - generalize the addition of link flags in the tests using an environment variable; patch debian-tests-extra-libs.diff - create a new TESTS_EXTRA_LIBS variable in debian/rules, setting it to "-latomic" where needed - when running the tests during the build: export $TESTS_EXTRA_LIBS as $DEBIAN_EXTRA_LIBS - add $TESTS_EXTRA_LIBS to the shell configuration shipped by clazy-tests - when running the 'run-tests' autopkgtest: export $TESTS_EXTRA_LIBS as $DEBIAN_EXTRA_LIBS - drop patch debian-tests-link-atomic.diff, no more needed now clazy (1.12-1) unstable; urgency=medium . * New upstream release: - supports up to LLVM 18 (Closes: #1051858) * Update standards version to 4.7.0, no changes needed. * Clean the generated files of the test suite run. (Closes: #1044015) * Update the patches: - upstream_tests-fix-clang-version-regexp.patch: drop, backported from upstream - upstream_tests-add-j-jobs-option-for-run_tests.py.patch: drop, backported from upstream - upstream_Build-fixes-for-LLVM-Clang-15.0.0.patch: drop, backported from upstream - debian-tests-link-atomic.diff: refresh/update - select-clangpp.diff: refresh - disable-reserve-candidates-flaky.patch: drop, no more needed * Update the build dependencies according to the upstream build system: - bump cmake to 3.8 - bump clang & LLVM to 11.0 * Add more dependencies as test build dependency, and for the 'run-tests' autopkgtest, needed by the new upstream release: - libqt5networkauth5-dev, libqt5svg5-dev, qtmultimedia5-dev - qt6-base-dev, qt6-declarative-dev, qt6-multimedia-dev, qt6-networkauth-dev, qt6-scxml-dev, qt6-svg-dev * Update the license file to drop from the installed documentation. * The rebuild will make it usable with GCC 13. (Closes: #1043011) clazy (1.11-4) unstable; urgency=medium . * Team upload. * Remove the second reserve-candidates test. clazy (1.11-3) unstable; urgency=medium . * Export $DEB_HOST_ARCH in the 'run-tests' autopkgtest: this way, the local changes to run_tests.py can enable the linking to atomic on armel, where it is needed; this fixed the autopkgtest on that architecture. clazy (1.11-2) unstable; urgency=medium . * Backport upstream commit f5c95d3cb453ca16980db268556f23ca3cd38122 to fix the detection of the clang version when running the tests; patch upstream_tests-fix-clang-version-regexp.patch. * Update standards version to 4.6.1, no changes needed. * Limit the parallel jobs for the tests ran during the build using $DEB_BUILD_OPTIONS: - backport upstream commit ab8993c9e10e09cb24210f76bb5e67f01bb37a9e to add -j/--jobs to the run_tests.py script; patch upstream_tests-add-j-jobs-option-for-run_tests.py.patch - pass --jobs to run_tests.py with the number of parallel jobs specified in $DEB_BUILD_OPTIONS, defaulting to 1 * Set the number of parallel jobs in the 'run-tests' autopkgtest to 1 for now. * Remove inactive Uploaders. * Backport upstream commit 20fca52da739ebefa47e35f6b338bb99a0da3cfe to support LLVM/Clang 15.0.0; patch upstream_Build-fixes-for-LLVM-Clang-15.0.0.patch. clazy (1.11-1) unstable; urgency=medium . * New upstream release. * Drop -std=gnu++14 from the CXXFLAGS, as it should build fine now. * Update the patches: - select-clangpp.diff: refresh clazy (1.10-2) unstable; urgency=medium . * Fix -DREADLINK_CMD:FILEPATH to be /bin/readlink, like the actual file path provided by coreutils. * Bump Standards-Version to 4.6.0, no changes required. * Add -std=gnu++14 to the CXXFLAGS to build with C++14, as it seems it fails to build with C++17 (default of GCC 11). clazy (1.10-1) unstable; urgency=medium . * New upstream release. * Update the patches: - debian-tests-link-atomic.diff: refresh - select-clangpp.diff: refresh * Update the build dependencies according to the upstream build system: - bump clang & LLVM to 8.0 * Pass -DREADLINK_CMD:FILEPATH=/usr/bin/readlink to cmake to force the path of readlink(1), so it does not change depending on usrmerge. clazy (1.9-3) unstable; urgency=medium . * Exclude the qt6-header-fixes check on armel & armhf also when running the run-tests autopkgtest. clazy (1.9-2) unstable; urgency=medium . * Exclude the qt6-header-fixes check on armel & armhf, as on these architectures there are the OpenGL ES headers that interfere with the test. clazy (1.9-1) unstable; urgency=medium . * New upstream release. * Update the patches: - upstream_qt6-deprecated-api-fixes-Remove-unrelated-warnings-f.patch: drop, backported from upstream - upstream_qt6-qlatin1stringchar-to-u-Only-run-tests-with-clang.patch: drop, backported from upstream clazy (1.8-2) unstable; urgency=medium . * Add the libclang-cpp-dev build dependency to link against the shared libclang-cpp; hopefully this avoids problems when the LLVM version changes (due to the static linking). clazy (1.8-1) unstable; urgency=medium . * New upstream release. * Update the patches: - upstream_inefficient-qlist-Disable-flaky-test-on-arm-32bit.patch: drop, backported from upstream - upstream_updated-for-compatibility-with-LLVM-10.patch: drop, backported from upstream - upstream_deleted-redundant-qualifier.patch: drop, backported from upstream - upstream_updated-for-compatibility-with-LLVM-10-clazy-standal.patch: drop, backported from upstream - debian-tests-link-atomic.diff: refresh - select-clangpp.diff: refresh * Bump Standards-Version to 4.5.1, no changes required. * Update the build dependencies according to the upstream build system: - bump clang & LLVM to 7.0 * Backport upstream commit 04d38721ba951a9cafd276d584880d3f72c7794a, and commit c1dc65494574227646e1dd36675a5bd906660647 to fix two test cases; patches upstream_qt6-deprecated-api-fixes-Remove-unrelated-warnings-f.patch and upstream_qt6-qlatin1stringchar-to-u-Only-run-tests-with-clang.patch. clazy (1.7-5) unstable; urgency=medium . * Upload to unstable. * Backport upstream commits 30d6a2b64f5a05722fdc5d8e3754dbf13425cd62, 86796d87c9118cec4795d77349e3e607df35c3b8, and 25aa102cc49def9573ffbed88155589cd60a2e8f to fix compatibility with LLVM >= 10; patches upstream_updated-for-compatibility-with-LLVM-10.patch, upstream_deleted-redundant-qualifier.patch, and upstream_updated-for-compatibility-with-LLVM-10-clazy-standal.patch. clazy (1.7-4) experimental; urgency=medium . * Add a new package clazy-tests, mostly for autopkgtest purposes: - use --destdir=debian/clazy to install everything directly in clazy - make clazy-tests depend on the exact clazy version - make clazy-tests depend on the package (clang-tools-N) that provides the default version of clang-apply-replacements * Ship a shell file /usr/share/clazy/debian-$(DPKG_ARCHITECTURE).sh in clazy-tests with the paths of clang and clang-apply-replacements. * Adapt the run-tests autopkgtest to clazy-tests: (Closes: #952464, #971589) - replace the clang, and clang-tools dependencies with clazy-tests - source the shell configuration file provided by clazy-tests - export the right environment variables for clang, and clang-apply-replacements, so the upstream test script can use them * Bump the debhelper compatibility to 13: - switch the debhelper-compat build dependency to 13 * Minimize the upstream GPG signing key. * Set field Upstream-Contact in debian/copyright. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Update references to the upstream Git repository. clazy (1.7-3) unstable; urgency=medium . * Backport upstream commit dbde38f1a67c2968c951629a5f5629c9847078bd to skip the inefficient-qlist test on any 32bit architecture; patch upstream_inefficient-qlist-Disable-flaky-test-on-arm-32bit.patch (Closes: #964137) - stop manually excluding it in rules clazy (1.7-2) unstable; urgency=medium . * Exclude the inefficient-qlist check again, unfortunately on all the 32bit architectures: https://bugs.kde.org/423728. clazy (1.7-1) unstable; urgency=medium . [ Pino Toscano ] * New upstream release. * Update the patches: - select-clangpp.diff: refresh * Update lintian overrides. * Add Rules-Requires-Root: no. * Bump Standards-Version to 4.5.0, no changes required. * Run again the inefficient-qlist check on i386, as it was fixed upstream. * Change the python3 build dependency to python3:any, as Python is needed only as build tool. * Update copyright. . [ Alexander Volkov ] * Don't install needless build dependencies when nocheck profile is enabled. clazy (1.6-2) unstable; urgency=medium . * Update copyright. * Bump the debhelper compatibility to 12: - switch the debhelper build dependency to debhelper-compat 12 - remove debian/compat * Exclude the inefficient-qlist check on i386, as it currectly does not match the baseline (although it correctly detects the issue). clazy (1.6-1) unstable; urgency=medium . [ Lisandro Damián Nicanor Pérez Meyer ] * Switch python2 to python3 as build requirement. (Closes: #936308) . [ Pino Toscano ] * New upstream release. * Update the patches: - debian-tests-link-atomic.diff: refresh - select-clangpp.diff: refresh * Update the build dependencies according to the upstream build system: - bump cmake to 3.7 - bump clang, libclang-dev, and llvm-dev to 5.0 - add clang-tools * Add the configuration for the CI on salsa. * Update the dependencies for the 'run-tests' autopkgtest: - replace python2 with python3 (see #936308) - add clang-tools * Bump Standards-Version to 4.4.1, no changes required. * Get the real clang++ compiler bypassing ccache. * Make sure to link with atomic (on architectures that need it) even if the compiler links in as-needed mode by default. (Closes: #939687) * Disable ccache when running the test suite, as clazy is documented to not work with it. clazy (1.5-1) unstable; urgency=medium . * New upstream release. * Update the patches: - upstream_Fix-clazy-list-not-listing-the-correct-doc-directory.patch: drop, backported from upstream - upstream_docs-add-empty-line-between-encoding-and-head1-NAME.patch: drop, backported from upstream - upstream_Fix-installation-of-clazy-wrapper-scripts.patch: drop, backported from upstream - upstream_inefficient-qlist-Use-64-as-the-limit-instead-of-siz.patch: drop, backported from upstream - debian-tests-link-atomic.diff: refresh - select-clangpp.diff: update to the new upstream version, and simplify * Update copyright. * Add qtdeclarative5-dev as build dependency, and as dependency for the 'run-tests' autopkgtest, as it is needed by the test suite. * Update lintian overrides. + Bump Standards-Version to 4.3.0, no changes required. clazy (1.4-4) unstable; urgency=medium . [ Lisandro Damián Nicanor Pérez Meyer ] * Fix typo in debian/rules. . [ Pino Toscano ] * Ensure that clazy uses, and requires the same Clang used at build time: (Closes: #915390) - add a way to enforce a specific clang++ executable; patch select-clangpp.diff - specify the clang++ executable of the default Clang version - depend on the clang package providing the selected clang++ executable clazy (1.4-3) unstable; urgency=medium . * Backport upstream commit 9713a15f65424f06e45c78fc1bf1c2d2b27f4e36 to use 64 as the limit in inefficient-qlist (fixing the test suite on 32bit Linux architectures); patch upstream_inefficient-qlist-Use-64-as-the-limit-instead-of-siz.patch. * Make sure to link with atomic on armel, both when building, and when linking the tests. clazy (1.4-2) unstable; urgency=medium . * Backport upstream commit 8ad500134416b960b3c28146e7245b7403f4c851 to properly install the clazy wrapper script as executable; patch upstream_Fix-installation-of-clazy-wrapper-scripts.patch. * Fix the execution of the test suite: - make the clazy wrapper script executable in the build directory, so it can be run - add the top-level build directory to $PATH, so that the clazy script is found * Fix Vcs-Git field to its non-redirecting version. * 'run-tests' autopkgtest: query clang/clang++ for their basic facts (like include/library paths, etc), so it is easier to debug test failures. clazy (1.4-1) unstable; urgency=medium . [ Scarlett Clark ] [ Pino Toscano ] * Initial release (Closes: #886883) debconf (1.5.87) unstable; urgency=medium . * dpkg-preconfigure: Change directory to /, to avoid problems if the current working directory does not exist (closes: #1043465). * Apply X-Style: black. dia (0.98+git20240528-1) unstable; urgency=medium . * New upstream snapshot * Remove patches applied upstream and refresh use-local-dbman.patch * Fix lintian-overrides rule for library-not-linked-against-libc on all architectures * Add patch to keep using gdk_pixbuf_new_from_xpm_data() * Add patch to fix build with Poppler 24.06. Thanks to Andreas Hasenack! Closes: #1074385 * Bump Standards-Version to 4.7.0: no change needed * Add patch to display correct application icon with Gnome Shell dosbox-x (2024.07.01+dfsg-1) unstable; urgency=medium . * New upstream release. * Update debian/copyright for the new release. * Standards-Version 4.7.0, no change required. dovecot-antispam (2.0+20171229-1.1) unstable; urgency=medium . * Non-maintainer upload. * Convert to source format 3.0. Closes: #1007291 drgn (0.0.27-1) unstable; urgency=medium . * New upstream version 0.0.27 elixir-earmark-parser (1.4.40-1) unstable; urgency=medium . * New upstream release. fcitx-rime (0.3.2+git20230425-3) unstable; urgency=medium . * Team upload. * Rebuild against librime 1.11.2. fcitx5-rime (5.1.8-2) unstable; urgency=medium . * Force rebuild against librime 1.11.2. foreign (0.8.87-1) unstable; urgency=medium . * New upstream release . * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version freeradius (3.2.5+dfsg-2) unstable; urgency=medium . * Fix parallel builds * Fix python3 autopkgtest * freeradius-utils: add perl modules needed for radsecret, run radsecret in autopkgtest instead of radlast (which needs wtmp) * d/freeradius.service: Use MemoryMax= instead of MemoryLimit= (Closes: #1072253) freeradius (3.2.5+dfsg-1) unstable; urgency=medium . * New upstream version 3.2.5+dfsg This release adds a few hardening mitigations for the BlastRADIUS protocol vulnerability (CVE-2024-3596). - add new radsecret binary - add new rlm_dpsk and rlm_eap_teap modules * d/watch: Limit to 3.2 series ftpwatch (1.24+nmu1) unstable; urgency=medium . * Non-maintainer upload * Convert to source format 3.0 (closes: #1007640) glib2.0 (2.80.4-1) unstable; urgency=medium . * New upstream release gnumach (2:1.8+git20240406-5) unstable; urgency=medium . * patches/git-gcc-14: Fix build with gcc 14 (Closes: Bug#1075030) golang-github-safchain-ethtool (0.4.1-1) unstable; urgency=medium . * New upstream release. * Add patch to not fail test when no interfaces are detected. golang-github-safchain-ethtool (0.4.0-1) unstable; urgency=medium . * New upstream release. * Update copyright date for debian/ directory. * Re-enable tests. gpp (2.28-2) unstable; urgency=medium . * New maintainer. (Closes: #812622) * d/control: Add suggests for doc-base. * d/doc-base: Add file. * d/control: - Bump Standards-Version to 4.7.0. - Apply "wrap-and-sort -abst". * d/copyright: - Fix important problems such as missing files and licenses. (Closes: #1074022) - Update year for myself and for upstream author. * Add d/gpp.lintian-overrides (see commentary for more detail). gsettings-desktop-schemas (47~alpha-1) unstable; urgency=medium . * New upstream release * Cherry-pick patch to switch default font from Cantarell to Inter gtk+2.0 (2.24.33-5) unstable; urgency=high . [ Jeremy Bícha ] * SECURITY UPDATE: CVE-2024-6655 Stop looking for modules in cwd - Cherry-picked patch from GTK 3.24.43 . [ Simon McVittie ] * d/control, d/tests: Prefer to depend on pkgconf instead of pkg-config * Update Lintian overrides * d/control: Drop alternative dependency on obsolete libgdk-pixbuf2.0-dev * d/control: Drop unused build-dependency on quilt ibus-rime (1.5.0-6) unstable; urgency=medium . * Team upload. * Force rebuild against librime 1.11.2. * debian/control: Bump Standards-Version to 4.7.0. * debian/control: Replace package name pkg-config => pkgconf. ibus-zhuyin (0.1.0-6) unstable; urgency=medium . * Team upload. * debian/control: Fix package maintainer name. * debian/patches/*.patch: Use "Applied-Upstream" field to correctly reflect that the patches are taken from upstream. icom (20120228-6) unstable; urgency=medium . * Team upload. * Address FTBFS w/GCC-14 due to [-Wint-conversion] (Closes: #1075081) * Set Rules-Requires-Root: binary-targets in debian/control ipykernel (6.29.5-1) unstable; urgency=medium . * Team upload. * New upstream release. lacheck (1.26-17.1) unstable; urgency=medium . [ Andreas Beckmann ] * Non-maintainer upload. * Fix building with -Werror=implicit-function-declaration. * Add Build-Depends: flex. . [ Davide G. M. Salvetti ] * Repository migrated from Alioth to Salsa. libatomic-queue (1.4-2) unstable; urgency=medium . * d/*.symbols: mark several compiler specific symbols as optional. (Closes: #1015472, #1075145) * d/rules: always run LTO builds. * d/control: add myself to uploaders. * d/control: declare compliance to standards version 4.7.0. libjogl2-java (2.5.0+dfsg-3) unstable; urgency=medium . * Really building on mips64el * Exporting LC_ALL=C.UTF-8 in d/rules libjogl2-java (2.5.0+dfsg-2) unstable; urgency=medium . * Building against g++-14 by deactivating clang_FTBFS patch (Closes: #1075174) * Raising Standards version to 4.7.0 (no change) * Patching the build system to build on mips64el liblouisxml (2.4.0-14) unstable; urgency=medium . * patches/gcc-14: Fix build with gcc 14. Closes: #1075181 libpqxx (7.9.1-2) unstable; urgency=medium . * Upload to unstable after transition ACK. libpqxx (7.9.1-1) experimental; urgency=medium . [ Maarten van Geijn ] * New upstream version 7.9.1 * Further version increases (fix) * Enable documentation * Since t64 is common now, remove the special package name * Fix lintian errors * Solve build error * Add doxygen build dependency again (was missed in previous commit. * Remove t64 Provides * Try to persuade the autobuilder to skip the documentation for the binary packages. libqtdbusmock (0.9.1-2) unstable; urgency=medium . * debian/watch: + Update file for recent GitLab changes of the tags overview page. librespeed-cli (1.0.10-3) unstable; urgency=medium . [ Nilesh Patra ] * Set proper version string in d/rules libretro-core-info (1.19.0-1) unstable; urgency=medium . * New upstream release * Add myself to Uploaders * Bump Standards-Version to 4.7.0 librime (1.11.2+dfsg1-1) unstable; urgency=medium . * New upstream release. * Refresh plugin versions: + lua: 20240519 * debian/librime1t64.shlibs: Bump minimum version to 1.11.2. libsis-jhdf5-java (19.04.1+dfsg-5) unstable; urgency=medium . * Building with gcc14 (Closes: #1075203) * Raising Standards version to 4.7.0 (no change) libtfbs-perl (0.7.1+ds-4) unstable; urgency=medium . * Team upload. * d/control: declare compliance to standards version 4.7.0. * Rename gcc-14.patch to dpkg-1.22.6.patch. The issue addressed by gcc-14.patch originally resulted from a change in dpkg 1.22.6 in options passed to gcc. * gcc-14.patch: new: fix build failure with gcc 14. Build failures were caused by functions implicitly declared as returning an integer type. (Closes: #1075213) lightproof (1.6-5) unstable; urgency=medium . * oops, remove temporyr cross-check call to python3.11 from rules again lightproof (1.6-4) unstable; urgency=medium . * use ConfigParser instead of SafeConfigParser to fix build with python 3.12 (closes: #1074665) linux (6.9.8-1) unstable; urgency=medium . * New upstream stable update: https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.8 - usb: typec: ucsi: Never send a lone connector change ack - usb: typec: ucsi: Ack also failed Get Error commands - [arm64] pinctrl: renesas: rzg2l: Use spin_{lock,unlock}_irq{save,restore} - Input: ili210x - fix ili251x_read_touch_data() return value - pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER - [arm64,armhf] pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins - [arm64,armhf] pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins - [arm64,armhf] pinctrl: rockchip: use dedicated pinctrl type for RK3328 - [arm64,armhf] pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set - [mips*] pci: lantiq: restore reset gpio polarity - [x86] ASoC: cs42l43: Increase default type detect time and button delay - [arm64] ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk - [arm64] ASoC: mediatek: mt8183-da7219-max98357: Fix kcontrol name collision - workqueue: Increase worker desc's length to 32 - [arm64] ASoC: q6apm-lpass-dai: close graph on prepare errors - bpf: Add missed var_off setting in set_sext32_default_val() - bpf: Add missed var_off setting in coerce_subreg_to_size_sx() - [s390x] pci: Add missing virt_to_phys() for directed DIBV - [s390x] virtio_ccw: Fix config change notifications - bpf: Fix remap of arena. - ASoC: amd: acp: add a null check for chip_pdev structure - ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() - ASoC: amd: acp: move chip->flag variable assignment - ASoC: fsl-asoc-card: set priv->pdev before using it - net: dsa: microchip: fix initial port flush problem - openvswitch: get related ct labels from its master if it is not confirmed - bonding: fix incorrect software timestamping report - ionic: fix kernel panic due to multi-buffer handling - mlxsw: pci: Fix driver initialization with Spectrum-4 - mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems - bpf: Fix the corner case with may_goto and jump to the 1st insn. - bpf: Fix overrunning reservations in ringbuf - vxlan: Pull inner IP header in vxlan_xmit_one(). - ibmvnic: Free any outstanding tx skbs during scrq reset - net: phy: micrel: add Microchip KSZ 9477 to the device table - net: dsa: microchip: use collision based back pressure mode - ice: Rebuild TC queues on VSI queue reconfiguration - bpf: Fix may_goto with negative offset. - xdp: Remove WARN() from __xdp_reg_mem_model() - btrfs: use NOFS context when getting inodes during logging and log replay - Fix race for duplicate reqsk on identical SYN - ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages - net: dsa: microchip: fix wrong register write when masking interrupt - [powerpc*] restore some missing spu syscalls - ionic: use dev_consume_skb_any outside of napi - tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO - ALSA: seq: Fix missing MSB in MIDI2 SPP conversion - netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers - af_unix: Stop recv(MSG_PEEK) at consumed OOB skb. - af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head. - af_unix: Don't stop recv() at consumed ex-OOB skb. - af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head. - net: mana: Fix possible double free in error handling path - bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro() - bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro() - drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep - drm/xe: Fix potential integer overflow in page size calculation - vduse: validate block features only with block devices - vduse: Temporarily fail if control queue feature requested - [x86] fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup - drm/xe: Add a NULL check in xe_ttm_stolen_mgr_init - drm/amd/display: correct hostvm flag - mtd: partitions: redboot: Added conversion of operands to a larger type - wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() - drm/amd/display: Skip pipe if the pipe idx not set properly - bpf: Add a check for struct bpf_fib_lookup size - bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode - drm/xe/xe_devcoredump: Check NULL before assignments - RDMA/restrack: Fix potential invalid address access - net/iucv: Avoid explicit cpumask var allocation on stack - net/dpaa2: Avoid explicit cpumask var allocation on stack - wifi: rtw89: download firmware with five times retry - crypto: ecdh - explicitly zeroize private_key - ALSA: emux: improve patch ioctl data validation - media: dvbdev: Initialize sbuf - irqchip/loongson: Select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP for IRQ_LOONGARCH_CPU - iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID - soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message - gfs2: Fix NULL pointer dereference in gfs2_log_flush - evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509 - drm/radeon/radeon_display: Decrease the size of allocated memory - drm/xe: Check pat.ops before dumping PAT settings - nvmet: do not return 'reserved' for empty TSAS values - nvme: fixup comment for nvme RDMA Provider Type - nvmet: make 'tsas' attribute idempotent for RDMA - drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA - gpio: davinci: Validate the obtained number of IRQs - arm64: Clear the initial ID map correctly before remapping - nfsd: initialise nfsd_info.mutex early. - [riscv64] fix vector insn load/store width mask - drm/amdgpu: Fix pci state save during mode-1 reset - [riscv64] stacktrace: convert arch_stack_walk() to noinstr - [amd64] iommu/amd: Introduce per device DTE update function - [amd64] iommu/amd: Invalidate cache before removing device from domain list - [amd64] iommu/amd: Fix GT feature enablement again - gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) - gpiolib: cdev: Ignore reconfiguration without direction - randomize_kstack: Remove non-functional per-arch entropy filtering - [x86] stop playing stack games in profile_pc() - Revert "MIPS: pci: lantiq: restore reset gpio polarity" - pinctrl: qcom: spmi-gpio: drop broken pm8008 support - ocfs2: fix DIO failure due to insufficient transaction credits - nfs: drop the incorrect assertion in nfs_swap_rw() - kasan: fix bad call to unpoison_slab_object - mm: fix incorrect vbq reference in purge_fragmented_block - mm/memory: don't require head page for do_set_pmd() - Revert "mmc: moxart-mmc: Use sg_miter for PIO" - mmc: sdhci-pci-o2micro: Convert PCIBIOS_* return codes to errnos - mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard - mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos - mmc: sdhci: Do not invert write-protect twice - mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() - iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask - SUNRPC: Fix backchannel reply, again - counter: ti-eqep: enable clock at probe - kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates - kbuild: Fix build target deb-pkg: ln: failed to create hard link - kbuild: rpm-pkg: fix build error with CONFIG_MODULES=n - i2c: testunit: don't erase registers after STOP - i2c: testunit: discard write requests while old command is running - ata: libata-core: Fix null pointer dereference on error - ata,scsi: libata-core: Do not leak memory for ata_port struct members - iio: humidity: hdc3020: fix hysteresis representation - iio: adc: ad7266: Fix variable checking bug - iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF - net: usb: ax88179_178a: improve link status logs - usb: gadget: printer: SS+ support - usb: gadget: printer: fix races against disable - usb: musb: da8xx: fix a resource leak in probe() - usb: atm: cxacru: fix endpoint checking in cxacru_bind() - usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock - usb: gadget: aspeed_udc: fix device address configuration - usb: typec: ucsi: glink: fix child node release in probe function - Revert "usb: gadget: u_ether: Re-attach netif device to mirror detachment" - Revert "usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach" - usb: ucsi: stm32: fix command completion handling - usb: dwc3: core: Workaround for CSR read timeout - Revert "serial: core: only stop transmit when HW fifo is empty" - tty: serial: 8250: Fix port count mismatch with the device - serial: 8250_omap: Implementation of Errata i2310 - serial: imx: set receiver level before starting uart - serial: core: introduce uart_port_tx_limited_flags() - serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() - ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook 645/665 G11. - tty: mxser: Remove __counted_by from mxser_board.ports[] - tty: mcf: MCF54418 has 10 UARTS - net: can: j1939: Initialize unused data in j1939_send_one() - net: can: j1939: recover socket queue on CAN bus error during BAM transmission - net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new - PCI/MSI: Fix UAF in msi_capability_init - nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[] - cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missing - irqchip/loongson-eiointc: Use early_cpu_to_node() instead of cpu_to_node() - cpu: Fix broken cmdline "nosmp" and "maxcpus=0" - cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked() - irqchip/loongson-liointc: Set different ISRs for different cores - kbuild: Install dtb files as 0644 in Makefile.dtbinst - btrfs: zoned: fix initial free space detection - csky, hexagon: fix broken sys_sync_file_range - drm/drm_file: Fix pid refcounting race (CVE-2024-39486) - drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes - drm/fbdev-dma: Only set smem_start is enable per module option - drm/amdgpu: avoid using null object of framebuffer - [x86] drm/i915/gt: Fix potential UAF by revoke of fence registers - drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes - drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present - drm/amdgpu/atomfirmware: fix parsing of vram_info - io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI - batman-adv: Don't accept TT entries for out-of-spec VIDs - can: mcp251xfd: fix infinite loop when xmit fails - ata: ahci: Clean up sysfs file on error - ata: libata-core: Add ATA_HORKAGE_NOLPM for all Crucial BX SSD1 models - ata: libata-core: Fix double free on error - ftruncate: pass a signed offset - syscalls: fix compat_sys_io_pgetevents_time64 usage - syscalls: fix sys_fanotify_mark prototype - bcachefs: Fix sb_field_downgrade validation - bcachefs: Fix sb-downgrade validation - bcachefs: Fix bch2_sb_downgrade_update() - bcachefs: Fix setting of downgrade recovery passes/errors - bcachefs: btree_gc can now handle unknown btrees - Revert "net: sfp: enhance quirk for Fibrestore 2.5G copper SFP module" - mm/page_alloc: Separate THP PCP into movable and non-movable categories - [arm64] dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s - [arm64] dts: rockchip: Rename LED related pinctrl nodes on rk3308-rock-pi-s - [arm64] dts: rockchip: set correct pwm0 pinctrl on rk3588-tiger - [arm64] dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch on rk3399-gru - [arm64] Revert "arm64: dts: rockchip: remove redundant cd-gpios from rk3588 sdmmc nodes" - [arm64] dts: rockchip: make poweroff(8) work on Radxa ROCK 5A - cxl/region: Convert cxl_pmem_region_alloc to scope-based resource management - cxl/mem: Fix no cxl_nvd during pmem region auto-assembling - [arm64] dts: rockchip: fix PMIC interrupt pin on ROCK Pi E - reset: gpio: Fix missing gpiolib dependency for GPIO reset controller - [arm64] dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4B - [arm64] dts: rockchip: Add sound-dai-cells for RK3368 - cxl/region: Move cxl_dpa_to_region() work to the region driver - cxl/region: Avoid null pointer dereference in region lookup - cxl/region: check interleave capability - netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid - netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait - serial: imx: only set receiver level if it is zero - serial: 8250_omap: Fix Errata i2310 with RX FIFO level check - tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() . [ Salvatore Bonaccorso ] * [rt] Drop "pinctrl: renesas: rzg2l: Use spin_{lock,unlock}_irq{save,restore}" (applied upstream) * d/rules.real: Revert workaround to explicitly remove executable bits from dtb files (implemented upstream) mig (1.8+git20231217-2) unstable; urgency=medium . * rules: Fix taking target compilation flags. * patches/implicit-declaration: Fix build with gcc-14 (Closes: Bug#1075272) muon-meson (0.2.0-2) unstable; urgency=medium . * d/rules: disable qa=canary (Closes: #1074639) * d/watch: add meson-docs component. Needed to build the meson-reference.3 man page, will be shipped with the new upstream release nordugrid-arc (6.20.1-1) unstable; urgency=medium . * 6.20.1 Release openrct2 (0.4.12+ds-1) unstable; urgency=medium . * New upstream release - Rebase patches as needed * Update minimum required version of openrct2-objects in d/control openrct2-objects (1.4.6+dfsg-1) unstable; urgency=medium . * New upstream release openvpn (2.6.11-1) unstable; urgency=medium . * New upstream version 2.6.11 (Closes: #1074488) - CVE-2024-28882 client can circumvent management client-kill - CVE-2024-5594 malicious peer can DoS or send garbage to logs * d/openvpn@.service: Add CAP_SETPCAP required for openvpn-dco-dkms (Closes: #1074504) * drop d/patches/systemd.patch, applied upstream partman-basicfilesystems (166) unstable; urgency=medium . * Team upload . [ Luca Boccassi ] * Note that /tmp is a tmpfs by default in partition choice. . [ Updated translations ] * Catalan (ca.po) by d * German (de.po) by Holger Wansing * Spanish (es.po) by gallegonovato * Hebrew (he.po) by Yaron Shahrabani * Hindi (hi.po) by Scrambled777 * Georgian (ka.po) by Temuri Doghonadze * Macedonian (mk.po) by Kristijan Fremen Velkovski * Marathi (mr.po) by omwani * Norwegian Bokmal (nb.po) by Petter Reinholdtsen * Dutch (nl.po) by Frans Spiesschaert * Punjabi (Gurmukhi) (pa.po) by Aman Alam * Polish (pl.po) by Matthaiks * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes * Swedish (sv.po) by bittin1ddc447d824349b2 * Ukrainian (uk.po) by Hotripak poldi (0.4.2+git20161115.553060d-1.4) unstable; urgency=medium . * Non-maintainer upload. * Delete outdated local copy of libgcrypt.m4 which relies on libgcrypt-config. (Closes: #1071951) poldi (0.4.2+git20161115.553060d-1.3) unstable; urgency=medium . * Non-maintainer upload. * Install into /usr (DEP17 M2) (Closes: #1060357) poldi (0.4.2+git20161115.553060d-1.2) unstable; urgency=medium . * Non-maintainer upload. * Delete m4/gpg-error.m4 and m4/ksba.m4 to get the latest versions instead. (Closes: #1022287) poldi (0.4.2+git20161115.553060d-1) unstable; urgency=medium . * New upstream. * debian/README.Debian: Update. * debian/pam-configs/poldi: Remove. * debian/postinst: Remove pam-auth-update. * debian/prerm: Remove. * debian/libpam-poldi.install: Don't install pam-configs. * debian/patches/01-auth-timeout.diff: Rename and refresh. poldi (0.4.2+git20161107.16912be-1) unstable; urgency=medium . * New upstream (with fixed configure). * debian/control (Build-Depends): Change libgcrypt11-dev to libgcrypt20-dev. Remove libusb-dev (Closes: #810454). (Standards-Version): Conforms to 3.9.8. (Recommends): gnupg2 is changed to gnupg. (Multi-Arch): Add "same" for libpam-poldi package. * debian/rules: Fix for Multi-Arch. Add --libexecdir (Closes: #811094). * debian/pam-configs/poldi: New (Closes: #811096). Thanks to Andrew Gallagher . * debian/libpam-poldi.install, debian/prerm: New. * debian/libpam-poldi.info: New. * debian/postinst: Add pam-auth-update. * debian/libpam-poldi.manpages, debian/poldi-ctrl.1: Remove. * debian/patches/04-fix-config.diff: New. * debian/copyright: Update. * debian/compat: 10. poldi (0.4.2+git20151221.338f78b-1) unstable; urgency=low . * debian/copyright: Updated (Closes: #716658). * New upstream with document fixed (Closes: #790892). poldi (0.4.2+git20151216.49a1cab-1) unstable; urgency=low . * New upstream with most Debian patches merged. * Let it build on hppa (Closes: #799719). * debian/control (Standard-Version): Bump to 3.9.6. poldi (0.4.1-3) unstable; urgency=low . * debian/control (Maintainer): New maintainer (Closes: #708833). (Build-Depends): Require debhelper >= 9 and autotools-dev. (Standard-Version): Bump to 3.9.4. [libpam-poldi] (Depends): Replace to scdaemon (was: gpgsm). (Recommends): Replace to gnupg2 (was: gnupg). * debian/postrm: New (Closes: #656459). Thanks to Andreas Beckmann. * debian/compat: Require 9. * debian/watch: New. Thanks to Bart Martens. * debian/NEWS: Remove (as it's 0.3 -> 0.4, from etch to lenny). * debian/source/format: New. * debian/patches/01-debian-specific-0.4.1.diff: New. * debian/patches/02-ldflags-0.4.1.diff: New. * debian/patches/03-fix-auth-localdb.diff: New. * debian/rules: Re-write to use debhelper. * Incorporate NMU. poldi (0.4.1-2.1) unstable; urgency=low * NMU * Add -lgpg-error when linking tests, to fix FTBFS. Closes: #556068. * Lintian-inspired cleanups: + Update debhelper compat level from 4 to 8 + Add simple initial build-arch and build-indep rules + Update Standards-Version + Move from dh_clean -k to dh_prep + Add versioned debhelper dep on version 8+ + Add depends on dpkg (>= 1.15.4) | install-info + Remove .../info/dir.gz poldi (0.4.1-2) unstable; urgency=low * Install a global scdaemon config file, scdaemon bails out if it does not find it. * Document that situation in README.Debian * logrotate for the logfile * ensure logfile is created with secure permissions poldi (0.4.1-1) unstable; urgency=low * New upstream version (closes: #502562) - Handle missing reader gracefully (closes: #428053) * New comaintainer * Add Homepage field to debian/control * Bump up Standards-Version to 3.8.2 * Make poldi much more silent when not in debug mode * Tweak some prompts * Shut up scdaemon when not in verbose mode * Timeout (3s hardcoded) when waiting for a smartcard * Allow PIN with any character (not only digits) * Reasonable default configuration file poldi (0.3.0-4.1) unstable; urgency=low * Non-maintainer upload. * 0-day alpha porter NMU. * Don't call vsyslog with a NULL ap argument; this is abuse of the C standard, and syslog() does what's wanted here anyway. Closes: #353532. poldi (0.3.0-4) unstable; urgency=low * tries to load libpcsclite.so instead of libpcsclite.so.1 (Closes: #368146) poldi (0.3.0-3) unstable; urgency=low * pin as option hack * quiet option * README.Debian about that * Explain activating the pam module, closes: #365046 * Bumping policy, no change poldi (0.3.0-2) unstable; urgency=low * Upload to unstable. Should closes: #327516. poldi (0.3.0-1) experimental; urgency=low * New upstream release poldi (0.2-cvs2-6) experimental; urgency=low * Hope I can finally closes: #314764 * Bumped standards version (no change) poldi (0.2-cvs2-5) experimental; urgency=low * Closes: #314764: FTBFS in experimental: Not using -fPIC to build shared lib. poldi (0.2-cvs2-4) experimental; urgency=low * Closes: #311176: [FTBFS] missing dependency? Same bug as last time. Guess I was interrupted last time I worked on this and forgot about it. Sigh. poldi (0.2-cvs2-3) experimental; urgency=low * Adding more missing Build-Deps (Closes: #309741), hopefully I got all by now. And I should upload the package when I do fixes :-) poldi (0.2-cvs2-2) experimental; urgency=low * Adding some missing Build-Deps (Closes: #309166) poldi (0.2-cvs2-1) experimental; urgency=low * Initial Release. * read pin from login data (debian-specifiy patch) pyinotify (0.9.6-3) unstable; urgency=medium . * Team upload. * Trim trailing whitespace. * Bump debhelper from old 12 to 13. * Add pyasyncore to Depends for support in Python >= 3.12. (Closes: #1075811, #1040102, #1075939) python-ldappool (3.0.0-4) unstable; urgency=medium . * Add python3-six as build-depends (Closes: #1073361). r-bioc-hilbertvis (1.60.0-2) unstable; urgency=medium . * Team upload. * Added patch to fix format security warning. Closes: #1071342 r-bioc-hilbertvis (1.60.0-1) unstable; urgency=medium . * New upstream version r-bioc-hilbertvis (1.58.0-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.2 (routine-update) * Switch from debian/tests/control to debian/tests/autopkgtest-pkg-r.conf * Reduce piuparts noise in transitions (routine-update) r-bioc-hilbertvis (1.56.0-1) unstable; urgency=medium . * New upstream version r-bioc-hilbertvis (1.54.0-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.1 (routine-update) * dh-update-R to update Build-Depends (routine-update) r-bioc-hilbertvis (1.52.0-1) unstable; urgency=medium . * Team Upload. * New upstream version 1.52.0 * Disable reprotest r-bioc-hilbertvis (1.50.0-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.6.0 (routine-update) * Refer to specific version of license GPL-3. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). r-bioc-hilbertvis (1.48.0-1) unstable; urgency=medium . * Team upload. * New upstream version * debhelper-compat 13 (routine-update) r-bioc-hilbertvis (1.46.0-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.5.0 (routine-update) * Testsuite: autopkgtest-pkg-r (routine-update) * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) r-bioc-hilbertvis (1.44.0-1) unstable; urgency=medium . * Team upload. * New upstream version * Fixed debian/watch for BioConductor * debhelper-compat 12 * Standards-Version: 4.4.1 r-bioc-hilbertvis (1.42.0-1) unstable; urgency=medium . * New upstream version * debhelper 12 * Standards-Version: 4.3.0 r-bioc-hilbertvis (1.40.0-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.2.1 * Remove trailing whitespace in debian/changelog r-bioc-hilbertvis (1.38.0-2) unstable; urgency=medium . * Fix Maintainer and Vcs-fields r-bioc-hilbertvis (1.38.0-1) unstable; urgency=medium . [ Steffen Moeller ] * debian/upstream/metadata: - Added references to registries. - yamllint cleanliness . [ Andreas Tille ] * Remove redundant information from debian/upstream/metadata * New upstream version * dh-update-R to update Build-Depends * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.4 * debhelper 11 r-bioc-hilbertvis (1.36.0-1) unstable; urgency=medium . * New upstream version * Secure URI in watch file * Standards-Version: 4.1.1 r-bioc-hilbertvis (1.34.0-1) unstable; urgency=medium . * New upstream version * Moved packaging from SVN to Git * debhelper 10 * Standards-Version: 4.1.0 (no changes needed) r-bioc-hilbertvis (1.32.0-1) unstable; urgency=medium . * New upstream version * Convert to dh-r * Generic BioConductor homepage * Section: gnu-r r-bioc-hilbertvis (1.30.0-1) unstable; urgency=medium . * New upstream version r-bioc-hilbertvis (1.28.0-2) unstable; urgency=medium . * Fix autopkgtest * cme fix dpkg-control r-bioc-hilbertvis (1.28.0-1) unstable; urgency=medium . * New upstream version r-bioc-hilbertvis (1.26.0-1) unstable; urgency=medium . * New upstream version r-bioc-hilbertvis (1.24.0-1) unstable; urgency=medium . * New upstream version * cme fix dpkg-control * add autopkgtest based on vignettes * Some DEP5 fixes r-bioc-hilbertvis (1.22.0-1) unstable; urgency=medium . * New upstream version * Moved debian/upstream to debian/upstream/metadata * cme fix dpkg-control r-bioc-hilbertvis (1.18.0-1) unstable; urgency=low . * Team upload. * New upstream release. * Normalised debian/control with cme. * Use Debhelper 9. * Normalised VCS URLs following Lintians standard. * Conforms to Policy 3.9.4. r-bioc-hilbertvis (1.14.0-1) unstable; urgency=low [ Charles Plessy ] * Track stable version (debian/watch). * Corrected VCS URLs (debian/control). [ Andreas Tille ] * New upstream version * debian/watch: Make sure source will be really downloaded r-bioc-hilbertvis (1.13.1-1) unstable; urgency=low * New upstream version * debian/control: - Standards-Version: 3.9.3 (no changes needed) - Build-Depends: r-base-dev (>= 2.14.2~20120222) * Debhelper 8 (control+compat) * debian/rules: - Remove R:Depends substitution variable which is now included in /usr/share/R/debian/r-cran.mk - Code is trivial enough to remove licensing comment * debian/copyright: Rewritten to match DEP5 and verified using cme fix dpkg-copyright * debian/upstream: Used citation("HilbertVis") to get citation information * mv debian/README.Debian debian/README.test because it is about testing (and install via debian/docs) r-bioc-hilbertvis (1.9.0-1) unstable; urgency=low * New upstream version * debian/copyright: Fix download location * Added watch file * Debhelper 7 * debian/control: - Standards-Version: 3.9.1 (no changes needed) - Depends: ${R:Depends} * debian/rules: - Create substvars file - Fix cut-n-pasto in header information * Source format 3.0 (quilt) * Added README.Debian how this package can be tested r-bioc-hilbertvis (1.5.0-2) unstable; urgency=low * Fixing missing dependency on lattice. (Closes: #557031) r-bioc-hilbertvis (1.5.0-1) unstable; urgency=low * Initial release (Closes: #555921). r-cran-argparse (2.2.3+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.0 (routine-update) * dh-update-R to update Build-Depends (routine-update) r-cran-ggeffects (1.7.0+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.0 (routine-update) r-cran-nloptr (2.1.1-1) unstable; urgency=medium . * New upstream release . * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version * debian/control: Switch to virtual debhelper-compat (= 13) r-cran-ragg (1.3.2-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.0 (routine-update) r-cran-rsqlite (2.3.7-2) unstable; urgency=medium . * Team upload. * d/test/run-unit-test: Don't set LC_ALL. Closes: #1072632 r-cran-sparsem (1.84-1) unstable; urgency=medium . * New upstream release . * debian/control: Set Build-Depends: to current R version r-cran-xml (3.99-0.17-1) unstable; urgency=medium . * New upstream release . * debian/control: Set (Build-)Depends: to current R version * debian/control: Set Standards-Version: to current version retroarch (1.19.1+dfsg-1) unstable; urgency=medium . * New upstream release * Update to new desktop filename (org.libretro.RetroArch.desktop) * Don't build without optimisation (Closes: #1069607) robustbase (0.99-3-1) unstable; urgency=medium . * New upstream release . * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version ruby3.3 (3.3.4-2) unstable; urgency=medium . * d/libruby3.3.symbols: fix FTBFS in armel and loong64 (Closes: #1074300). ruby3.3 (3.3.4-1) unstable; urgency=medium . * New upstream release. * d/copyright: update Files-Excluded. * d/libruby3.3.symbols: update for new version. rust-nix (0.27.1-4) unstable; urgency=medium . * Team upload. * Package nix 0.27.1 from crates.io using debcargo 2.6.1 * Relax memoffset dependency. sash (3.8-5.1) unstable; urgency=medium . * Non-maintainer upload. * Move sash to /usr/bin/. (Closes: #1073672) * Remove the debconfiscation about the sashroot account, which has not been created anymore since sash 3.7-8 released in 2008. (Closes: #913933, #1050110, #903861) setuptools (68.1.2-4) unstable; urgency=medium . * python3-setuptools: Drop dependency on python3-distutils. Closes: #1056198, #1076036. setuptools (68.1.2-3) unstable; urgency=medium . * python3-setuptools: Drop dependency on python3-distutils. shadow (1:4.15.3-2) unstable; urgency=medium . [ Pino Toscano ] * d/rules: actually enable Linux-only options on Linux This enables --enable-logind and --with-audit. . [ Chris Hofstaedtler ] * Stop installing groupmems(8) (Closes: #1004472, LP: #2039541) * login.defs: remove obsolete/confusing comments * login.defs: resync comments with upstream * login.defs: remove incomplete list of unused vars * login.defs: remove obscure, defaulted vars * login.defs: remove vars ignored by su(1) * login.defs: remove CONSOLE_GROUPS, ignored with PAM * login.defs: remove CONSOLE, ignored with PAM shadow (1:4.15.3-1) unstable; urgency=medium . * New upstream version 4.15.3 * tests: follow upstream subdir fix * Fix setup of test libsubid-04_nss * Drop login.postinst, obsoleted by #1074121 * Bump Standards-Version to 4.7.0 slim (1.3.6-5.4) unstable; urgency=medium . * Non-maintainer upload. * Install systemd unit into /usr (DEP17 M2) (Closes: #1073603) socklog (2.1.0+repack-5.1) unstable; urgency=medium . * Non-maintainer upload. . [ Timo Röhling ] * Replace dh-sysusers with dh-sequence-installsysusers. (Closes: #1071149) spaghetti (1.7.6-1) unstable; urgency=medium . [ Josenilson Ferreira da Silva ] * New upstream version 1.7.6 * debian/control: - Added tag in sphinx docs dependencies - Added Build:depends python3-pytest-mpl - Added test Build-depens and removed unnecessary Build-depends - Removed Build: depends 'black' * debian/patches: Fixed file path for tests * debian/rules: Tests enabled . [ Michael R. Crusoe ] * Team upload. * d/control: build-dep on setuptools-scm to fix wrong "0.0.0" version spaghetti (1.7.4-3) unstable; urgency=medium . * debian/rules: Disabled due to implementation errors * debian/tests: Due to implementation errors. spaghetti (1.7.4-2) unstable; urgency=medium . * Source-only upload to allow testing migration spaghetti (1.7.4-1) unstable; urgency=medium . * New upstream version 1.7.4 * debian/control: Bumped Standards-Version 4.6.2 * debian/copyright: removed files under public-domain License spaghetti (1.7.2-1) unstable; urgency=medium . * New upstream version 1.7.2 * debian/control: add build-depends - pybuild-plugin-pyproject - python3-versioneer * debain/copyright: update copyright year * debian/tests/control: update test autopkgtest * debian/watch: change to check for new versions spaghetti (1.6.6-1) unstable; urgency=medium . * Initial release. (Closes: #1021096) sra-sdk (3.0.3+dfsg-8) unstable; urgency=medium . * Team upload. * Removing B-D on markdown or discount for building the doc * Building with python3-setuptools instead of removed python3-distutils svt-av1 (2.1.0+dfsg-2) unstable; urgency=medium . * Upload to unstable svt-av1 (2.1.0+dfsg-1) experimental; urgency=medium . * New upstream version 2.1.0+dfsg * Fix debian/watch * Standards-Version: 4.7.0 (no changes needed) svt-av1 (2.0.0+dfsg-1) experimental; urgency=medium . * New upstream version 2.0.0+dfsg * Bump SONAME to libsvtav1enc2 (Closes: #1059068) * Update debian/copyright svtools (0.6-6) unstable; urgency=medium . * QA upload. . * Added d/gbp.conf to describe branch layout. * Updated vcs in d/control to Salsa. * Updated d/gbp.conf to enforce the use of pristine-tar. * Updated Standards-Version from 4.5.0 to 4.7.0. * Use wrap-and-sort -at for debian control files. * Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Applied suggested improved package description (Closes: #680611). swayimg (2.3-1) unstable; urgency=medium . * New upstream release tinc (1.0.36-2.1) unstable; urgency=medium . * Non-maintainer upload. * Install systemd units into /usr (DEP17 M2) (Closes: #1073767) tklib (0.8-1) unstable; urgency=medium . * New upstream release. * Refresh patches. tools-namespace-clojure (1.3.0-3) unstable; urgency=medium . * Team upload. * add missing classpaths (Closes: #1076115) * fix ftbfs due to missing debian version for clojure * d/control: fix Vcs-* URLs * d/control: bump Standards-Version, no changes needed * d/tests: drop runtime package deps from control * run wrap-and-sort -bastk tools-namespace-clojure (1.3.0-2) unstable; urgency=medium . * Team upload. * modernise build. (Closes: #1073107) * d/tests: add autopkgtests. tools-namespace-clojure (1.3.0-1) experimental; urgency=medium . * Team upload. . [ Louis-Philippe Véronneau ] * d/control: Migrate to the Clojure Team. . [ Rob Browning ] * Add initial debian/gbp.conf. * Update debian/watch to use mode=git and refs/tags. * Update to upstream version 1.3.0. * Choose clojure N.x (e.g. 1.x) in debian/maven.rules. * debian/control: wrap-and-sort. * debian/control: build-depend on default-jdk-headless, not default-jdk. * Update debian/gbp.conf for master -> debian/main. uncertainties (3.2.2-1) unstable; urgency=medium . * Team upload. * New upstream release. wireless-regdb (2024.07.04-1) unstable; urgency=medium . * New upstream version: - Update regulatory rules for Mongolia (MN) on 6GHz - Update regulatory rules for Saudi Arabia (SA) on 6GHz - Update regulatory rules for South Africa (ZA) on 6GHz - Update regulatory info for Thailand (TH) on 6GHz - Update regulatory info for Malaysia (MY) for 2022 - Update regulatory info for Morocco (MA) on 6GHz - Update regulatory info for Chile (CL) on 6GHz - Update regulatory info for Mexico (MX) on 6GHz - Update regulatory info for Iceland (IS) on 6GHz - Update regulatory info for Mauritius(MU) on 6GHz - Update regulatory info for Argentina (AR) on 6GHz - Update regulatory info for United Arab Emirates (AE) on 6GHz - Update regulatory info for Colombia (CO) on 6GHz - Update regulatory info for Costa Rica (CR) for 2021 - Update regulatory info for Dominican Republic (DO) on 6GHz - Update regulatory info for Liechtenstein (LI) on 6GHz - Update regulatory info for Jordan (JO) for 2022 - Update regulatory info for Kenya (KE) for 2022 - Update regulatory info for Macao (MO) for 2024 - update regulatory database based on preceding changes wlogout (1.2.2-1) unstable; urgency=medium . * New upstream release * Update patch xtel (3.3.0-29) unstable; urgency=medium . * patches/teleinfo: Fix snprintf call. * patches/gcc-14: Fix build with gcc 14 (Closes: Bug#1075687) xvkbd (4.1-3) unstable; urgency=medium . * patches/clean: Fix cleaning (Closes: Bug#1047071, Bug#1049602) * patches/gcc-14: Fix building with gcc 14 (Closes: Bug#1075690)