cufflinks (2.2.1+git20190706.dc3b0cb+dfsg-1) unstable; urgency=medium . * New upstream version (latest commit) * Build with gcc-15 - Force -std=gnu11 when compiling the legacy locfit C code so that old-style "extern f();" declarations keep their pre-C23 meaning of "unspecified arguments" instead of "no arguments" - gcc15.patch: fix broken function signatures (prresp, compbandwid, wdexpand, compsda, widthsj, kdecri, ar_setfunction, extern INT fact[]) - cxxstandard.patch: force -std=gnu++17 instead of upstream's -std=c++03 (C++03 no longer works with GCC 16's libstdc++, Boost 1.90 and Eigen 5, while the compiler default C++23 breaks the bundled LEMON library which still uses std::allocator::construct/destroy) - byte.patch: use uint8_t instead of the bare 'byte' type (collides with std::byte under C++17) in gff.cpp, codons.cpp and gdna.cpp Closes: #1114084 * d/watch: - version=5 - Fetch latest Git commit * Do not Build-Depend libboost-system-dev + d/rules: exclude boost-system Closes: #1127186 * Build-Depends: - libboost-filesystem-dev - s/dh-python/dh-sequence-python3/ * Fix doc installation * Reformat the Last-Update date as ISO YYYY-MM-DD. * Remove redundant Priority: optional from source stanza. * Update standards version to 4.7.4, no changes needed. * Reflow Uploaders field (cme) * Drop 'Rules-Requires-Root: no' from d/control (routine-update) * debputy lint --auto-fix (routine-update) * Add autopkgtest cufflinks (2.2.1+dfsg.1-10) unstable; urgency=medium . * Team upload. * gcc14.patch: new: fix build failure with gcc14. (Closes: #1078141) * d/control: declare compliance to standards version 4.7.0. cufflinks (2.2.1+dfsg.1-9) unstable; urgency=medium . * Fix autoconf issue Closes: #998241 * Enable build using gcc-11 by forcing -std=c++14 * Remove redundant debian/gbp.conf * Standards-Version: 4.6.0 (routine-update) * cme fix dpkg-control cufflinks (2.2.1+dfsg.1-8) unstable; urgency=medium . [ Reiner Herrmann ] * fix FTBFS with GCC 10 Closes: #966191 . [ Andreas Tille ] * debhelper-compat 13 (routine-update) * Add salsa-ci file (routine-update) * Use secure URI in Homepage field. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright). cufflinks (2.2.1+dfsg.1-7) unstable; urgency=medium . * Team upload * Actually launch dh with --python3 cufflinks (2.2.1+dfsg.1-6) unstable; urgency=medium . * Team upload * cherry-pick Ubuntu patch from to use dh-python and correctly evaluate runtime dependencies cufflinks (2.2.1+dfsg.1-5) unstable; urgency=medium . [ Steffen Möller ] * Update metadata with ref to conda . [ Alexandre Mestiashvili ] * Introduce patch converting cuffmerge to python3, Thanks to Cheng H. Lee, Closes: #936351, #942930 * d/control: s/python/python3/g, bump Policy to 4.5.0 cufflinks (2.2.1+dfsg.1-4) unstable; urgency=medium . [ Valentin Marcon ] * Correct DOI . [ Alexandre Mestiashvili ] * Drop gffread binary, add gffread package to Recommends in d/control Closes: #934600 * Switch to debhelper-compat, bump Policy to 4.4.0, update Uploader's email address * Add README.Debian, explaining why gffread is removed from cufflinks cufflinks (2.2.1+dfsg.1-3) unstable; urgency=medium . * XS-Autobuild: yes * d/rules: no manual inforcement of compression which is default * debhelper 11 * Point Vcs fields to salsa.debian.org * Standards-Version: 4.2.1 cufflinks (2.2.1+dfsg.1-2) unstable; urgency=medium . [ Steffen Moeller ] * debian/upstream/metadata: - Added references to software catalogues. - yamllint cleanliness . [ Alexandre Mestiashvili ] * Add patch fixing FTBFS with upcoming boost1.65+, Closes: #880375 thanks to Dimitri John Ledkov * Bump Standards-Version to 4.1.1 cufflinks (2.2.1+dfsg.1-1) unstable; urgency=medium . [ Mattia Rizzolo ] * add a closes to the previous changelog entry . [ Alexandre Mestiashvili ] * Update d/watch * Update d/copyright, add Files-Excluded section, use https for copyrigth-format, add Upstream-Name * New upstream version 2.2.1+dfsg.1 * Update d/rules, use variables provided by /usr/share/dpkg/default.mk * Add patch fixing ftbfs with gcc-7, Closes: #871234 thanks to Jeff Epler * Update 0003-fix_includes_path.patch and 0001-fix_spelling.patch * Bump Standards-Version in d/control cufflinks (2.2.1-3) unstable; urgency=medium . * Use unversioned libboost. (Thanks for the hint to Gianfranco Costamagna) * Fix gcc-6.1 build issue caused by an unmaintained code copy of liblemon. Thanks for the hint to Graham Inggs Closes: #833493 cufflinks (2.2.1-2) unstable; urgency=medium . * Watch file pointing to Github * cme fix dpkg-control * Use libboost 1.60 Closes: #797280, #822121 * hardening=+all cufflinks (2.2.1-1) unstable; urgency=medium . * d/control: cme fix dpkg-control * Imported Upstream version 2.2.1 cufflinks (2.2.0-1) unstable; urgency=medium . [ James McCoy ] * Move debian/upstream to debian/upstream/metadata . [ Alexandre Mestiashvili ] * Imported Upstream version 2.2.0 * d/rules: - link to the serialization library "-lboost_serialization" - generate man pages automatically with help2man - separate rule for manpage for gffread as it doesn't return usage message when executed without arguments * d/control: - use canonical VCS-* fields - updated Standards-Version - Build-Depends: add help2man * d/patches/gffread_show_usage.patch: fix wrong USAGE indentation causing buffer overflow in gffread when using -h, --help and some other arguments * d/*.1: removed obsoleted manpages * d/copyright: updated Source, Copyright years cufflinks (2.1.1-4) unstable; urgency=low . * Force use boost_system, boost_thread when linking. Fixing FTBFS in ubuntu. * Enable parallel build. cufflinks (2.1.1-3) unstable; urgency=low . * Rebuild against boost1.54. cufflinks (2.1.1-2) unstable; urgency=low . * Fix failing to build from source against boost1.53. (Closes: #709252) cufflinks (2.1.1-1) unstable; urgency=low . [Carlos Borroto] * New upstream release. * Added libeigen3-dev to build-deps. * Modified fix_includes_path to properly include Eigen library. * Bumped libboost-dev requirement to >= 1.47.0 . [ Alexandre Mestiashvili ] * Imported debian/patches/0004-fix-m64-usage-and-lfs.patch, Closes: #675985 . [ Andreas Tille ] * Upstream release 2.1.1 (+ adapted patches) Closes: #687968 * debian/control: - Removed: DM-Upload-Allowed - Standards-Version: 3.9.4 - Debhelper 9 (also d/compat) requires d/p/format-security.patch for hardening via --format-security - normalised format cufflinks (1.3.0-2) unstable; urgency=low [ Charles Plessy ] * Normalised and summarised debian/copyright. [ Carlos Borroto ] * Added tophat to Enhances [ Andreas Tille ] * debian/upstream: Added references as specified in tasks file * debian/copyright: Added Upstream-Contact e-mail * debian/patches/gcc-4.7.patch: Fix gcc-4.7 build issue Closes: #672744 cufflinks (1.3.0-1) unstable; urgency=low [ Alexandre Mestiashvili ] * New upstream release * Fixed spelling error. * Updated source version [ Charles Plessy ] * Removed quilt patch management, and rely on dpkg-dev exclusively. cufflinks (1.2.1-1) unstable; urgency=low [ Alexandre Mestiashvili ] * New upstream release * added patch to fix bam.h location . * debian/rules invoke autoreconf * debian/rules added overrides for dh_auto_clean and dh_clean * added missing dependency - quilt .We use dh_quilt_patch, dh_quilt_unpatch helpers * debian/control added dependency python (>=2.6.6-3~) for source package * debian/control added dependency python (>=2.6.6-3~) for binary package [ Andreas Tille ] * Added myself to uploaders * Debhelper 8 (control+compat) * debian/watch: removed dh-make template from watch file * debian/rules: invoke autotools_dev [ Charles Plessy ] * Switch to non-free section because of the locfit license (debian/control). * Added myself to Uploaders (debian/control). * Compress binary package with xz (debian/rules). * Pre-depend on dpkg (>= 1.15.6) for xz compression (Ubuntu LTS). cufflinks (1.0.3-1) UNRELEASED; urgency=low [ Alex Mestiashvili ] * added docs * added missing dependency * libbam-dev provides necessary headers only from 0.1.16 version . Fixed in control file. [ Charles Plessy ] * Add debian/gbp.conf to show the package is managed with git-buildpackage. * Converted Debian copyright file to machine-readable format (DEP 5). * Reviewed copyright and license notices, and found that locfit is non-free… [ Alex Mestiashvili ] * Imported Upstream version 1.0.3 (bugfix) cufflinks (1.0.2-1) UNRELEASED; urgency=low * Initial release (Closes: #627799) gcc-16 (16.2.0-3) unstable; urgency=medium . * Update to git 20260918 from the gcc-16 branch. - Fix PR target/127306 (RISCV), PR target/127318 (RISCV), PR target/127153 (loongarch), PR target/126932 (RISCV), PR middle-end/127256, PR target/126463 (AArch64), PR target/126196 (RISCV), PR rtl-optimization/125683, PR debug/125421, PR target/127188 (RISCV), PR c++/125642, PR c++/127207, PR c++/123495, PR c++/126860, PR c++/124983, PR fortran/127128, PR libstdc++/124121, PR libstdc++/127220, PR libstdc++/127219, PR libstdc++/126949, PR libstdc++/127325, PR libstdc++/126800, PR target/122535 (PPC), PR tree-optimization/127390, PR tree-optimization/127377, PR tree-optimization/127262, PR tree-optimization/127130, PR tree-optimization/127049, PR tree-optimization/127000, PR tree-optimization/127000, PR tree-optimization/126760, PR tree-optimization/127391, PR tree-optimization/126658, PR ipa/126153, PR tree-optimization/126153, PR ipa/126153, PR libstdc++/127430. * Strip compiler executables for release builds. Closes: #1147241. * Bootstrap using gnat-14, to be able to remove GCC 15. * Add comment why libstdc++.so in the gcc_lib_dir needs to be copy of the library, not a symlink. * Apply PR target/120165 (m68k only), taken from the trunk. gcc-bpf (23) unstable; urgency=medium . * Build using gcc-16 16.2.0-3. * Build using binutils-bpf 2.47-6. gcc-sh-elf (8.5) unstable; urgency=medium . * Non-maintainer upload. * Build with gcc-16-source. Closes: #1144297. golang-github-futurfusion-openfga-sync (0.0~git20260917.ea6c912-1) unstable; urgency=medium . * Initial release (Closes: #1148329) golang-github-pierrec-lz4-v4 (4.1.30-1) unstable; urgency=medium . * Team upload. * debian/control: rename source/binary, XS-Go-Import-Path and vcs-tags. * debian/control:build-deps on dh-go instead of dh-golang to enable module-aware builds. * New upstream version 4.1.30 * debian/watch: switch to version 5 and pin on v4. * Drop legacy patches. * debian/rules: drop debhelper's buildsystem option as it's been specified in debian/control. * debian/gbp.conf: switch to DEP14. groonga-normalizer-mysql (1.3.0-2) unstable; urgency=medium . * debian/control - Bump compat version to 14. - Bump Standards-Version to 4.7.4. - Drop redundant Priority: optional and Rules-Requires-Root: no. * debian/copyright - Fix W: superfluous-file-pattern entry groonga-normalizer-mysql (1.3.0-1) unstable; urgency=medium . * New upstream version 1.3.0 * debian/watch - Update to d/watch 5 groonga-normalizer-mysql (1.2.9-1) unstable; urgency=medium . * New upstream version 1.2.9 groonga-normalizer-mysql (1.2.8-1) unstable; urgency=medium . * New upstream version 1.2.8 * debian/copyright Fix W: old-fsf-address-in-copyright-file groonga-normalizer-mysql (1.2.6-1) unstable; urgency=medium . * New upstream version 1.2.6 * debian/control - Bump Standards-Version to 4.7.2. No other changes are required. groonga-normalizer-mysql (1.2.5-1) unstable; urgency=medium . * New upstream version 1.2.5 groonga-normalizer-mysql (1.2.4-1) unstable; urgency=medium . * New upstream version 1.2.4 * debian/control - Switch to cmake because upstream drop Autotools support. groonga-normalizer-mysql (1.2.3-5) unstable; urgency=medium . * debian/control - Drop kfreebsd-*. - Bump Standards-Version to 4.7.0. No other changes are required. groonga-normalizer-mysql (1.2.3-4) unstable; urgency=medium . * debian/control - Add missing versioned dpkg-dev Build-Depends: for t64 transition groonga-normalizer-mysql (1.2.3-3) unstable; urgency=medium . * debian/control - Drop needless Depends: t64 groonga-normalizer-mysql (1.2.3-2) unstable; urgency=medium . * debian/control - Refresh Depends for libgroonga0t64 - Refresh Maintainer: field - Use superseded pkgconf groonga-normalizer-mysql (1.2.3-1) unstable; urgency=medium . * New upstream version 1.2.3 groonga-normalizer-mysql (1.2.2-1) unstable; urgency=medium . * New upstream version 1.2.2 * debian/watch - Update scan rule because upstream changes hosting * debian/upstream/signing-key.asc - Add missing signing key * debian/source/lintian-overrides - Drop needless override because signing key was added groonga-normalizer-mysql (1.2.1-2) unstable; urgency=medium . * debian/rules - Fix FTBFS(double build issue) (Closes: #1049514) * debian/control - Bump Standards-Version to 4.6.2. No other changes are required. groonga-normalizer-mysql (1.2.1-1) unstable; urgency=medium . [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable) . [ Kentaro Hayashi ] * New upstream version 1.2.1 groonga-normalizer-mysql (1.2.0-1) unstable; urgency=medium . * New upstream version 1.2.0 groonga-normalizer-mysql (1.1.9-2) unstable; urgency=medium . * debian/control - Relax restricted architecture list - Bump Standards-Version to 4.6.1 * debian/copyright - Update copyright year * debian/source/lintian-overrides - Suppress cryptographic warning groonga-normalizer-mysql (1.1.9-1) unstable; urgency=medium . * New upstream version 1.1.9 groonga-normalizer-mysql (1.1.8-1) unstable; urgency=medium . * New upstream version 1.1.8 groonga-normalizer-mysql (1.1.5-1) unstable; urgency=medium . * New upstream version 1.1.5 * Bump standard version to 4.6.0.1. No other changes are required. groonga-normalizer-mysql (1.1.4-4) unstable; urgency=medium . [ Debian Janitor ] * Set field Upstream-Name in debian/copyright. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. groonga-normalizer-mysql (1.1.4-3) unstable; urgency=medium . * debian/control - Bump old compat version to 13 - Enable Rules-Requires-Root: no groonga-normalizer-mysql (1.1.4-2) unstable; urgency=medium . * debian/control - Use debhelper-compat v12 - Bump standard version to 4.5.0 groonga-normalizer-mysql (1.1.4-1) unstable; urgency=medium . * New upstream version 1.1.4 * debian/watch - Bump debian/watch version * debian/control - Bump standard version to 4.4.0. No other changes are required. * debian/.gitlab-ci.yml - Add CI sample groonga-normalizer-mysql (1.1.3-2) unstable; urgency=medium . * debian/control - Fix wrong Vcs-fields. - Bump required Groonga version to 8.0.4. - Bump standard version to 4.2.0. No other changes are required. groonga-normalizer-mysql (1.1.3-1) unstable; urgency=medium . * New upstream release. groonga-normalizer-mysql (1.1.2-1) unstable; urgency=medium . * New upstream release. * debian/control - Bump standard version to 4.1.5. No other changes are required. groonga-normalizer-mysql (1.1.1-4) unstable; urgency=medium . * debian/control - Bump debhelper version to 11. - Bump standard version to 4.1.3. No other changes are required. - Remove needless autotools-dev since compatibility level 10. - Add Vcs-* fields * debian/compat - Bump compatibility level to 11. * debian/watch - Use https for the URI. * debian/copyright - Use https for the URI. - Fix copyright-with-old-dh-make-debian-copyright * debian/rules - Remove needless static library. groonga-normalizer-mysql (1.1.1-3) unstable; urgency=medium . * debian/tests/control - Add missing dependency to use dpkg-architecture correctly. Thanks to Charles Plessy. groonga-normalizer-mysql (1.1.1-2) unstable; urgency=medium . * debian/control - Accept linux-any and kfreebsd-any explicitly to exclude hurd-i386. * debian/tests/control - Install missing package which is required to execute tests. * debian/tests/register debian/tests/normalize - Detects installed plugin correctly. groonga-normalizer-mysql (1.1.1-1) unstable; urgency=medium . * Team upload. * New upstream release. * debian/control - Update to latest standard-version 3.9.8. groonga-normalizer-mysql (1.1.0-1) unstable; urgency=medium . * Team upload. * New upstream release. groonga-normalizer-mysql (1.0.6-1) unstable; urgency=low . * Team upload. * New upstream release. * debian/copyright - Follow machine readable copyright format * debian/rules - Remove needless '*.la'. - Remove extra license file. * Initial upload to Debian (Closes:#766710) hyprtoolkit (0.6.0-3) unstable; urgency=medium . * Reupload to unstable hyprtoolkit (0.6.0-2) experimental; urgency=medium . * Update libhyprtoolkit-dev to include hyprtoolkit.pc requires hyprtoolkit (0.6.0-1) experimental; urgency=medium . * New upstream version 0.6.0 * d/patches: refresh fix-opengl-linking patch * d/control: set min-required version for hyprutils to 0.14.2 * d/control: add abseil to Build-Depends * rename binary for SONAME bump * enable autopkgtest for upstreams tests * wrap and sort debian dir * migrate to dh-compat 14 node-pbkdf2 (3.1.6+~3.1.2-1) unstable; urgency=medium . * Team upload * Declare compliance with policy 4.7.4 * Drop "Rules-Requires-Root: no" * Drop "Priority: optional" * Apply multiarch hints from UDD * New upstream version 3.1.6+~3.1.2 node-sharp (0.35.4-2) unstable; urgency=medium . * patch: upstream fix big endian test suite node-sharp (0.35.4-1) unstable; urgency=medium . * New upstream version 0.35.4 * B-D libvips 8.18.3 * Fix deps, and test deps. * Run tests during build too. * Install js in /usr/share, and addon in /usr/lib. node-sharp (0.34.5-3) unstable; urgency=medium . * Skip Runtime detection tests (fails on our archs) node-sharp (0.34.5-2) unstable; urgency=medium . * Fix d/clean * Test avif with the right plugins node-sharp (0.34.5-1) unstable; urgency=medium . * Initial release. (Closes: #1139667) pycairo (1.29.1-1) unstable; urgency=medium . * New upstream version 1.29.1 * Switch to debhelper-compat 14 * d/watch: Use fancy GitHub template * Close old Ubuntu bugs: (LP: #959570, LP: #1722230, LP: #1898028) pyepr (1.3.1-1) unstable; urgency=medium . [ Bas Couwenberg ] * Bump Standards-Version to 4.7.4, no changes. . [ Antonio Valentino ] * New upstream release. * debian/patches: - Refresh all patches. * debian/control: - Update homepage URL. pyswitchbot (2.9.0-1) unstable; urgency=medium . * New upstream release. python-dmsh (0.2.19-4) unstable; urgency=medium . * Team Upload * Drop unused python3-setuptools build-dependency * Bump Standards-Version to 4.7.4, drop Priority: tag * Rewrite d/watch in v5 format, (there is not tag) * Add debian/salsa-ci.yml & test nocheck profile python-freezerclient (6.5.0-3) unstable; urgency=medium . * Add install-missing-files.patch. python-freezerclient (6.5.0-2) unstable; urgency=medium . * Uploading to unstable. python-freezerclient (6.5.0-1) experimental; urgency=medium . * New upstream release. python-freezerclient (6.4.0-1) experimental; urgency=medium . * New upstream release. * Add python3-osc-lib as build-depends. * Update salsa-ci.yml. python-futurist (3.5.0-1) unstable; urgency=medium . * New upstream release. * Cleans better. python-keystonemiddleware (13.0.1-2) unstable; urgency=medium . * Uploading to unstable. python-keystonemiddleware (13.0.1-1) experimental; urgency=medium . * New upstream release. python-keystonemiddleware (13.0.0-1) experimental; urgency=medium . * New upstream release. python-msgpack (1.2.1-1) unstable; urgency=medium . * New uptream release. * Remove patch applied upstream: - CVE-2026-57585-fix_Unpacker_crash_after_unpack_failure.patch python-oslo.db (18.1.1-1) unstable; urgency=medium . * New upstream release. * Uploading to unstable. python-oslo.db (18.1.0-1) experimental; urgency=medium . * New upstream release. python-oslo.serialization (5.11.0-2) unstable; urgency=medium . * Uploading to unstable. python-oslo.serialization (5.11.0-1) experimental; urgency=medium . * New upstream release. * Build-depends on python3-tz. python-quart-trio (0.13.0-1) unstable; urgency=medium . * New upstream release. * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13. * Drop "Priority: optional", default as of dpkg-dev 1.22.13. * Standards-Version: 4.7.4. python-tackerclient (2.6.0-3) unstable; urgency=medium . * Add install-missing-files.patch. python-tackerclient (2.6.0-2) unstable; urgency=medium . * Uploading to unstable. python-tackerclient (2.6.0-1) experimental; urgency=medium . * New upstream release. python-wrapt (2.3.0-1) unstable; urgency=medium . * New upstream release. * Refreshed patches. quart (0.23.1-1) unstable; urgency=medium . * Team upload. * New upstream release. * Standards-Version: 4.7.4. remind (06.03.04-1) unstable; urgency=medium . * New upstream version 06.03.04 rtrlib (0.8.0-8) unstable; urgency=medium . * Updating to standards version 4.7.4. * Updating to debhelper 14. * Tidying depends for debhelper 14. * Reformat copyright file. rust-clap-lex (1.1.1-1) unstable; urgency=medium . * Team upload. * Package clap_lex 1.1.1 from crates.io using debcargo 2.8.4 rust-dissimilar (1.0.11-1) unstable; urgency=medium . * Team upload. * Package dissimilar 1.0.11 from crates.io using debcargo 2.8.4 rust-granit-parser (1.3.0-1) unstable; urgency=medium . * Package granit-parser 1.3.0 from crates.io using debcargo 2.8.4