account-utils (1.2.0-1) unstable; urgency=medium . * Update upstream source from tag 'upstream/1.2.0' * Bump Standards-version to 4.7.4, no changes autolog (0.42.2-3) unstable; urgency=medium . * Team upload. * Accept any cron-daemon implementation as dependency * Bump Standards-Version to 4.7.4, drop Priority: tag ben (1.17) unstable; urgency=medium . * Transition scripts: - change layout of generated repo - prettier output in main Makefile - simplify rebuild logic (remove update phase) - add support for selective --no-arch-all * Take provides into account in dep graph computation * Bump Standards-Version to 4.7.4 ben (1.16) unstable; urgency=medium . * Migration scripts: - use yq instead of a Python script to preprocess excuses.yaml * Monitor: - fix typo in call to check_media_dir * Remove Priority from debian/control biosig (3.9.5-1) unstable; urgency=medium . * Team upload. . [ Andreas Tille ] * New upstream version Closes: #1112133, #1122863, #1130889 * d/watch: version=5 * New upstream version * Fix clean target * Remove Priority field to comply with Debian Policy 4.7.3 (routine- update) * Standards-Version: 4.7.4 (routine-update) * debputy lint --auto-fix (routine-update) * use pybuild . [ Santiago Vila ] * Build-Depends: python3-venv, python3-build Closes: #1124146 biosig (3.9.0-1) unstable; urgency=medium . * Team upload. * New upstream version 3.9.0 * d/copyright: update upstream copyright year. * d/control: declare compliance to standards version 4.7.2. * d/control: build depends on python3-numpy-dev. biosig (2.6.1-1) unstable; urgency=medium . * Team upload. * New upstream version 2.6.1 (Closes: #1074847, #1076868). * d/copyright: update upstream copyright year. * d/control: declare compliance to standards version 4.7.0. * d/control: remove python3-biosig M-A: same. dh-python generates calls to py3compile in maintscripts, which produces architecture unsafe artifacts upon python3-biosig on end users' systems; this is flagged by lintian. biosig (2.6.0-1) unstable; urgency=medium . * Team upload. * New upstream version * No need to preserve config.h any more biosig (2.5.2-2) unstable; urgency=medium . * Team upload. * Fix clean target Closes: #1043666 biosig (2.5.2-1) unstable; urgency=medium . * Team upload. * New upstream version * Cope with missing config.status which is called in clean target biosig (2.5.0-1) unstable; urgency=medium . * Team upload. * New upstream version (all patches applied upstream) * Fix watch file * Standards-Version: 4.6.2 (routine-update) biosig (2.4.0-2) unstable; urgency=medium . * Team upload. * Add arch.patch: fix baseline violation and ftbfs. (Closes: #1012416) * Standards-Version: 4.6.1 (routine-update) biosig (2.4.0-1) unstable; urgency=medium . * Team upload. * New upstream version * Make sure package builds with dcmtk 3.6.7 Closes: #1010545 biosig (2.3.3-1) unstable; urgency=medium . [ Alois Schlögl ] * libbiosig: - improved support for the following data formats: EDF+ : relax requirement that reserved field must start with "EDF+" ABF2 : check scaling - seems good ATF : support multi-channel traces, segments will be concatanated (and not considered different channels) AXG : extend support to some real-world data sets . * biosig4matlab - add Machine-Learning-Optimal-Detection (MOD) method (Zhang et al. 2020,2021) including demo script - rotary-decoder added (used in Zhang et al. 2020) biosig4matlab/t250_ArtifactPreProcessingQualityControl/rotary_decoder.m - sopen (gdf): add support for timezone information - fix issue eeglab#93 (encoding of EDF+ annotations) . [ Andreas Tille ] * Standards-Version: 4.6.0 (routine-update) biosig (2.1.2-4) unstable; urgency=medium . * libbiosig: cherry pick some patches from upstream - fix EDF-to-GDF conversion for certain files - fix JSON export when SampleRate is undefined (e.g. Infinity) biosig (2.1.2-3) unstable; urgency=medium . [ Alois Schlögl ] * octave-biosig: - bug fix: EDF+ event import (eeglab issue #93) - GDF files: support reading and writing of timezone information biosig (2.1.2-2) unstable; urgency=medium . * Team upload. * debian/tests/control: - Rename command1 to octave-ext-prints-usage - Fix test failure with allow-stderr - Try to avoid octave's X11 warnings * Update merge request information in debian/patches * debian/watch: version=4 biosig (2.1.2-1) unstable; urgency=medium . * Team upload. . [ Alois Schlögl ] * update to upstream version 2.1.2 * build biosig4python for all supported python versions * add biosig2gdf (which is required and useful for loadgdf{py,r}) . [ Juhani Numminen ] * debian/rules: - Replace explicit dh_numpy3 and dh_octave* by "dh --with" - Don't run the configure step twice and remove commented code - Build python packages by executing pybuild commands - Permissions fixing is now done by a patch * Create d/octave-biosig.install to replace installation code in d/rules * Create d/clean to replace cleaning code in d/rules * Document non-installed files in d/not-installed and let dh_missing fail if unknown files appear * New patches: - submake.patch: avoid "warning: jobserver unavailable" - cppflags_ldflags.patch: apply LDFLAGS and CPPFLAGS - delete_extra_dpkg_buildflags.patch: eliminate a potential source of packager confusion - disable_python_rule.patch: only use debian/rules to build python extension - clean_biosig2gdf.patch: add biosig2gdf executable to cleaned files - install_permissions.patch: give non-exec permissions to a *.pc file - install_strip.patch: do not strip debug symbols from the shared library * Use autopkgtest-pkg-python to check that the python module exists * Add superficial autopkgtest: octave --eval mexSLOAD * debian/control: - Add ${devlibs:Depends} to libbiosig-dev Depends - Fix typo in homepage - Standards-Version: 4.5.1 * Trim trailing whitespace in debian/changelog biosig (2.1.0-1) unstable; urgency=medium . * Adapt Vcs fields on Salsa to new source package name * Build-Depends: python3-setuptools * Closes: #972684, #973435 * adapt config.status file biosig (2.0.6-1) unstable; urgency=medium . [ Alois Schlögl ] * Fix Build-Depends * Fix Homepage * Fix watch file * add "Biosig for Octave and Matlab" and rename debian source package from "biosig4c++" to "biosig" * "Biosig for Octave and Matlab" is added to octave-biosig package * push SONAMEVERSION (provides libbiosig3 instead of libbiosig2) * fix configure for tinyxml * update to new upstream (v2.0.6, commit b605b38417630f4a5ee2fa7dcc886164041295da + some more changes) . [ Andreas Tille ] * debhelper-compat 13 (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * Add Alois Schlögl to Uploaders * Fix installation of manpages * Reviewed debian/copyright bisect-ppx (2.8.3+dfsg-5) unstable; urgency=medium . * Team upload * Adapt to Cmdliner 2.0.0 (Closes: #1131638) * Switch debian/watch to version 5 * Bump Standards-Version to 4.7.3 * Remove Priority and Rules-Requires-Root from debian/control c4core (0.2.11-2) unstable; urgency=medium . * debian/patches: - Add patch to allow coinstall (Closes: #1133806) - Set proper soversion (Closes: #1134117) * debian/libc4core0.symbols: add symbols changetrack (4.7-11) unstable; urgency=medium . * QA upload. * Tweak Recommends: to accept any cron-daemon implementation * Disable useless Salsa CI jobs * Rename files under debian/ for debhelper 14/15 compatibility * Use dh-cruft to register & purge volatile files django-rq (4.1-1) unstable; urgency=medium . * [ca3f87c] d/watch: Use the Github template syntax * [1604087] New upstream version 4.1 * [d99502e] d/control: Drop field Priority: optional * [26a1a94] d/control: Update Standards-Version to 4.7.4 No further changes needed. * [ea67b41] d/control: Drop Suggests on python3-sentry-sdk * [5de02e7] autopkgtest: Drop test config django-rq (3.2.2-1) unstable; urgency=medium . * [1a2f861] New upstream version 3.2.2 * [53c5402] d/copyright: Update year data django-rq (3.2.1-1) unstable; urgency=medium . * [8d5d7a1] New upstream version 3.2.1 django-rq (3.1-1) unstable; urgency=medium . * [69e0de5] d/watch: Convert to version 5 * [b4735b0] New upstream version 3.1 * [5f24a4e] d/control: Remove Rules-Requires-Root The setting of Rules-Requires-Root: no is now default. * [6664b69] d/control: Update B-D to use hatchling backend * [21e92c0] d/control: Small update of package description * [636af1b] d/control: Addings some Suggests to bin package * [45e87ab] d/rules: Drop inclusion of pkg-info.mk django-rq (3.0.1-2) unstable; urgency=medium . * [2ce35d3] d/control: Bump dep on python3-rq to >= 2 (Closes: #1104613) django-rq (3.0.1-1) unstable; urgency=medium . * [9e7ea24] New upstream version 3.0.1 * [8f24d78] d/control: Update Standards-Version to 4.7.2 No further changes needed. * [b9dbae9] d/copyright: Update year data django-rq (3.0-1) unstable; urgency=medium . * [96d1d9d] d/watch: Watch more flexible on available versions * [13c19ac] New upstream version 3.0 * [050af17] d/rules: Drop obsolete setting PYBUILD_SYSTEM=distutils We use already dh-sequence-python3 as a build dependency and no distutils stuff is used at all. * [493bdab] d/rules: Drop --with option from default target Also obdolete by using dh-sequence-python3. django-rq (2.10.2-1) unstable; urgency=medium . * [46ea52f] New upstream version 2.10.2 * [0367cb3] d/control: Update Standards-Version to 4.7.0 * [3f68dc6] d/copyright: Update year data django-rq (2.10.1-1) unstable; urgency=medium . * [d23df32] New upstream version 2.10.1 django-rq (2.9.0-1) unstable; urgency=medium . * [4c87dbe] d/gbp.conf: Drop doubled setting for debian-branch * [e8ed8cc] d/watch: Set compression type to gz * [eb0922a] New upstream version 2.9.0 django-rq (2.8.1-2) unstable; urgency=medium . * Upload to unstable django-rq (2.8.1-1) experimental; urgency=medium . * [ebb8bf3] New upstream version 2.8.1 django-rq (2.8.0-1) experimental; urgency=medium . * [4d5f24c] d/gbp.conf: Add files to filter out * [082b034] d/README.source: Basic information about source handling * [7901560] New upstream version 2.8.0 django-rq (2.7.0-1) unstable; urgency=medium . * [eda593f] New upstream version 2.7.0 * [e64669f] d/control: Update Standards-Version to 4.6.2 No further changes needed. * [0d5fc39] d/copyright: Update year data * [b19f216] d/control: Use dh-sequence-python3 instead of dh-python django-rq (2.6.0-1) unstable; urgency=medium . * [6023f43] New upstream version 2.6.0 * [d1b9a97] d/control: Update Standards-Version to 4.6.0 No further changes needed. * [e7900eb] Lintian: Drop not needed override django-rq (2.5.1-1) unstable; urgency=medium . * [2f0db05] New upstream version 2.5.1 django-rq (2.5.0-1) unstable; urgency=medium . * [57ff99e] New upstream version 2.5.0 * [4cdc86e] d/control: Update Standards-Version to 4.6.0 No further changes needed. * [cb7028b] d/watch: Correct package name in filenamemangle django-rq (2.4.1-1~exp1) experimental; urgency=medium . * [0ee0499] New upstream version 2.4.1 * [3870e1b] First and basic Debianization (Closes: #990085) emacs-breadcrumb (1.0.1+git20260110.1.1d9dd90-1) unstable; urgency=medium . * Initial release. fatsort (1.6.5.640-2) unstable; urgency=medium . * Move help2man to B-D-A. * Fix cross build issues (Closes: #928460). * Update Standards-Version. * Fix lintian old-fsf-address-in-copyright-file warning. * Update copyright years. * Bump debian/watch to version 5. * Remove the last component from upstream version. flightgear-data (1:2024.1.5+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream release 2024.1.5 * Update Standards-Version to 4.7.4 fontmatrix (0.11.0+ds-1) unstable; urgency=medium . * Re-introduce, new upstream. * d/rules: refreshed. * d/control: - updated libfreetype6-dev, libfontconfig1-dev, qt5 to qt6. - update section to fonts. (Closes: #1086738) * d/watch: update to version 5. fontmatrix (0.9.100+ds-2) unstable; urgency=medium . * Bump standards version to 4.7.0. * d/copyright: bump years. * d/control: update build-depends. fontmatrix (0.9.100+ds-1) unstable; urgency=medium . * New upstream version. (Closes: #579314) * d/upstream/metadata: added. * d/copyright: - update copyright years. - added Upstream-Contact. * source/lintian-overrides: fix typo. * d/changelog: drop trailing whitespace. * d/rules: drop trailing whitespace. * Bump standards version to 4.5.1. * d/watch: updated. * d/control: - added Rules-Requires-Root. - drop duplicate Build-Depends libqt5webkit5-dev. * Bump debhelper version to 13, drop d/compat. fontmatrix (0.9.99-2) unstable; urgency=medium . [ Helmut Grohne ] * Team upload. * Fix FTCBFS: Let dh_auto_configure pass cross flags to cmake. (Closes: #951739) . [ Gürkan Myczko ] * Thanks Helmut Grohne for the patch. fontmatrix (0.9.99-1) unstable; urgency=medium . * Add debian/missing-sources. (Closes: #744698) * Fix version. fontmatrix (0.6.1+git20190730-3) unstable; urgency=medium . * Also install help files, update manual page. (Closes: #602823) * Fix Vcs fields. fontmatrix (0.6.1+git20190730-2) unstable; urgency=medium . * Add Vcs fields. * Bump standards version to 4.5.0. * d/README.source. (Closes: #787350) * d/control: drop Oleksandr Moskalenko. (Closes: #820140) * Upstream fixed FTBFS. (Closes: #607148) fontmatrix (0.6.1+git20190730-1) unstable; urgency=medium . * New upstream version, reintroduce package. * Bump standards version to 4.4.1. * Bump debhelper version to 11. * debian/control: - update my name. - update Homepage field. * debian/patches: dropped. * debian/menu: dropped. * debian/copyright: rewritten. fontmatrix (0.6.0+svn20110930-1.1) unstable; urgency=low * Non-maintainer upload. * Fix type mismatch between qreal and double on ARM EABI (closes: #644250). fontmatrix (0.6.0+svn20110930-1) unstable; urgency=low * Upstream svn snapshot (Closes: #554407, #628304). * debian/control: - Updated Standards-Version to 3.9.2. - Added build-depends on libqt4-opengl-dev and libqtwebkit-dev to prevent a ftbfs. fontmatrix (0.6.0+svn20100107-2) unstable; urgency=low * debian/patches/fminfodisplay.cpp: Created a new patch to fix FTBFS on armel as Michael's patch was incomplete (Closes: #563972). fontmatrix (0.6.0+svn20100107-1) unstable; urgency=low * Upstream svn snapshot. * debian/source/format: Switched to dpkg-source 3.0 (quilt) format. * debian/control: Updated Standards-Version to 3.8.3. * debian/patches/01_fminfodisplay.cpp.patch: fixes FTBFS on arm. Thanks to Michael Casadevall . fontmatrix (0.6.0-1) unstable; urgency=low * Upstream release. * debian/fontmatrix.1: Removed the file to use the upstrem manpage (Closes: #521211). * debian/rules: modified the dh_installman rule for the upstream manpage. * debian/control: - Updated Standards-Version to 3.8.2. - Added build-depends on libpuzzle-dev. fontmatrix (0.2svn-1) unstable; urgency=low * Initial release (Closes: #454629). fortran-assert (3.1.0-11) unstable; urgency=medium . * Build-dep on gfortran fortran-assert (3.1.0-10) unstable; urgency=medium . * Changes for dh-fortran 0.72 fortran-assert (3.1.0-8) unstable; urgency=medium . * Build and provide both flang, gfortran libs and mod files fuse3 (3.18.2-2) unstable; urgency=medium . * Remove adduser dependency (closes: #1128249). * Remove unnecessary dependency version constraints. * Do not suggest fuse package. gnumed-server (22.34-2) unstable; urgency=medium . * Team Upload * Drop "Rules-Requires-Root: no": it is the default now * Accept any cron-deamon implementation as valid Depends: * Bump Standards-Version to 4.7.4, no change needed * Rename files under debian/ for debhelper 14/15 compatibility * Use dh-cruft to register & purge volatile files golang-github-charmbracelet-colorprofile (0.4.3-1) unstable; urgency=medium . * New upstream version 0.4.3 * Remove Priority: optional from d/control * Update Standards-Version to 4.7.4 golang-github-charmbracelet-glamour (1.0.0-1) unstable; urgency=medium . * Team upload. * New upstream version 1.0.0 - Update d/watch to only look for v1 tags - Refresh patch - Update patch to fix FTBFS (Closes: #1134282) * Remove Priority: optional from d/control * Remove Rules-Requires-Root from d/control * Update Standards-Version to 4.7.4 golang-github-crewjam-rfc5424 (0.1.0-1) unstable; urgency=medium . * Initial release (Closes: #1128299) golang-github-gin-gonic-gin (1.8.1-4) unstable; urgency=medium . * Team upload . [ Chris Lamb ] * Make reproducible (Closes: #1122376) . [ Simon Josefsson ] * Standards-Version: 4.7.4 * Drop Priority: optional * Use Section: golang * Run wrap-and-sort -akb * Use compat 13 and dh-sequence-golang * Bump debian/* copyright years * Add d/u/metadata * Use watch v5 golang-github-gsterjov-go-libsecret (0.0~git20161001.a6f4afe-1) unstable; urgency=medium . * Initial release (Closes: #1128769) guile-git (0.11.1-1) unstable; urgency=medium . * New upstream release. * debian/copyright: Update for 0.11.1. * debian/control: Update Homepage. * debian/watch: Switch to format 5, update upstream source. * debian/patches: Drop patches applied in 0.11.1. * debian/control: Update Standards Version to 4.7.4. ifuse (1.2.1-1) unstable; urgency=medium . * New upstream version 1.2.1 - Fix data corruption (closes: #1134822) * d/copyright updated integrit (4.1-8) unstable; urgency=medium . * QA upload. * Add missing rules in d/rules (Closes: #1111918) * Recommends any cron implementation * Drop "Rules-Requires-Root: no": it is the default now * Bump Standards-Version to 4.7.4, drop Priority: tag * Rewrite d/watch in v5 format (WIP) * Add debian/salsa-ci.yml integrit (4.1-7) unstable; urgency=medium . * QA upload. * Generate Built-Using for glibc due to static linking (Closes: #1106801) integrit (4.1-6) unstable; urgency=medium . * QA upload. * Remove most of the custom packaging code with debhelper classic. Left a few things as they were (like the custom mode and the manual strip) as I did not have time to understand them fully. Leaving them at the status quo was better than unintentionally breaking something that I did not understand. * Make the package build without requiring fakeroot. integrit (4.1-5) 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 3.6.1.0 to 4.7.0. * Use wrap-and-sort -at for debian control files * Added updated Homepage link to d/control. * Added d/watch file pointing to new home. integrit (4.1-4) unstable; urgency=medium . * QA upload. * Build with default libc. integrit (4.1-3) unstable; urgency=medium . * QA upload. * Convert to 3.0 source format. (Closes: #1007327) integrit (4.1-2) unstable; urgency=medium . * QA upload. * Set maintainer to Debian QA Group . (see: #907097) integrit (4.1-1.1) unstable; urgency=medium . * Non-maintainer upload. * Apply change from Andreas Henriksson to add a Built-Using field. (Closes: #847577) * Apply changes from Chris Lamb and Valerie R Young to make the build reproducible. (Closes: #776973, #846891) integrit (4.1-1) unstable; urgency=low * new upstream release. * debian/rules: no longer build and install integrit program from 3.05. * debian/diff/doc-html.diff: rename to 0001-doc-Makefile.in-properly-build-and-clean-html-doc.diff; adapt. * debian/rules: apply patches from debian/diff/ with -p1. * debian/diff/0002-allow-tTdD-in-config-rule-checksets-as-documented.diff: new; allow tTdD in config rule checksets as documented (closes: #436360). integrit (4.0-1) unstable; urgency=low * new upstream release (closes: #381414). * debian/integrit.cron.daily: minor. * diff/doc-html.diff: adapt. * debian/implicit: update to revision 1.11. * integrit-3.05/: new; include sources of previous version in diff to help migration to new database format. * debian/rules: additionally build integrit program from version 3.05, and install as /usr/sbin/integrit3. * debian/integrit.NEWS.Debian: note on migration to new database format. integrit (3.02.00-9) unstable; urgency=low * debian/control: Build-Depends: dietlibc-dev (>> 0.24-5) (closes: #232200). * debian/implicit: update to revision 1.8. integrit (3.02.00-8) unstable; urgency=low * debian/rules: don't run dpkg-shlibdeps, integrit programs are linked statically even with glibc (fixes build failure on m68k). integrit (3.02.00-7) unstable; urgency=low * debian/implicit: update to revision 1.5. * debian/rules: adapt. * debian/integrit.docs: remove debian/README.Debian, now installed implicitly. * debian/README.Debian: rename to debian/integrit.README.Debian. * debian/integrit.NEWS.Debian: new: cron job no longer replaces known.cdb (closes: #226706). integrit (3.02.00-6) unstable; urgency=low * debian/control: no longer Build-Depends: debhelper; Build-Depends: dietlibc-dev (>> 0.24-0), now also on s390; Standards-Version: 3.6.1.0. * debian/integrit.docs: add README.Debian. * debian/integrit.examples: don't use wildcard. * debian/rules: stop using debhelper, use implicit rules. * debian/implicit: new; implicit rules. * debian/integrit.conffiles: new. * debian/compat, debian/integrit.dirs: remove; obsolete. integrit (3.02.00-5) unstable; urgency=low * debian/integrit.debian.conf: change EMAIL_SUBJ to show the hostname (closes: #201837). * debian/control: Build-Depends: dietlibc-dev (>> 0.23-0) [alpha arm hppa i386 ia64 mips mipsel powerpc sparc]; Standards-Version: 3.6.0. * debian/rules: re-enable compiling against dietlibc on hppa, sparc. integrit (3.02.00-4) unstable; urgency=low * debian/etc/*.conf: new; valid configuration file examples. * debian/rules: don't use dietlibc on hppa, sparc for now (build failure due to dietlibc problem); install debian/etc/ as /usr/share/doc/integrit/etc/. * debian/README.Debian: adapt; document usage of configuration templates in /usr/share/doc/integrit/etc/ (closes: #175656). * debian/integrit.cron.daily: show correct exit code from each integrit run, remember failure; automatically create initial known databases if they don't exist (e.g. on the first run). * debian/control: remove Depends: gcc-3.2 [hppa sparc], gcc-3.3 works fine. integrit (3.02.00-3) unstable; urgency=low * debian/diff/gnupg-md5.diff: new: taken from gnupg_1.2.2-1; fixes build failure on big endian. * debian/control: gcc-3.2 [hppa sparc]. * debian/rules: use gcc-3.2 on hppa, sparc; work around build failure with dietlibc and gcc-3.3 (either of them must be fixed; closes: #194567). integrit (3.02.00-2) unstable; urgency=low * new maintainer (closes: #193148). * build programs statically with the diet libc on architectures with diet libc available, and with glib on others. * example cron job is disabled by default; cron job no more updates the current database by default, and doesn't rotate known.cdb. It's the admin's responsibility to provide and update known.cdb (closes: #157238). * drop debconf support (closes: #162230, #187515). * configuration files are installed with mode 0600 by default (closes: #155128). * provide documentation in html format (closes: #171902). kf6-ksvg (6.23.0-2) unstable; urgency=medium . [ Aurélien COUDERC ] * Add missing -dev package dependency on libkf6config-dev. * Backport upstream commit: SvgItem: Initialise DPR when setting other SVGs. [48195a8f] koko (26.04.0-1) unstable; urgency=medium . * Team upload. . [ Marco Mattiolo ] * New upstream release (26.04.0). * Bump Standards-Version to 4.7.4, no change required. * Update build-deps and deps with the info from cmake. * d/control: add libkf6crash-dev build-dep. * d/control: drop libkf6guiaddons-dev build-dep. * d/qmldeps.overrides: drop org.kde.koko.image QML module. * d/qmldeps.overrides: add org.kde.photos.thumbnails QML module. . [ Aurélien COUDERC ] * Refresh copyright information. kookbook (0.3.0-1) unstable; urgency=medium . * Team upload. . [ Aurélien COUDERC ] * Use new Extras team email address. * Switch to debian/watch format version 5. * Add/update Sune Vuorela’s key in upstream keyring. * New upstream release (0.3.0). * Bump Standards-Version to 4.7.4, no change required. * Refresh copyright information. lambda-term (3.4.0-1) unstable; urgency=medium . * Team upload * New upstream release libpicohttpparser (1.2-1) unstable; urgency=medium . * Initial release. (Closes: #1132124) * The upstream software is intended to be embedded as source. This package builds a shared library with soversion 1. See README.source for details. * The tests are changed to test the installed library with autopkgtest libqofonoext (1.0.34-2) unstable; urgency=medium . * Team upload. * Source-only upload, no changes. libqofonoext (1.0.34-1) experimental; urgency=medium . * Team upload. * New upstream release. * Upstream build system switched to CMake; add cmake and extra-cmake-modules build-deps. * Add 0001-add-qt6-suffix-in-pkgconf-file.patch to fix cmake bug in generated pkgconf file. * Build additional Qt6 packages: libqofonoext-qt6-1, libqofonoext-qt6-dev, and qml6-module-qofonoext. * Update d/copyright for QMake -> CMake changes. libunity (7.1.4+19.04.20190319-7) unstable; urgency=medium . * Team upload . [ Tomasz Jeruzalski ] * Make "filtering" setter of class "Filter" public (LP: #2141346) . [ Jeremy Bícha ] * Install GObject Introspection typelibs to multiarch directory (Closes: #1133797, #1118514) * Additionally remove Multi-Arch: same from gir package * Misc package updates (Closes: #1123683, #1117096, #1118888) * Remove unused Vcs-Bzr field lomiri-action-api (1.2.1-2) unstable; urgency=medium . [ Thorsten Alteholz ] * Enable Salsa CI using default template * lintian complains about files not being compressed * update VCS-link lomiri-ui-extras (0.8.1-1) unstable; urgency=medium . [ Guido Berhoerster ] * New upstream release. * debian/copyright: + Update copyright attributions. . [ Mike Gabriel ] * debian/control: + Bump Standards-Version: to 4.7.4. + Drop global Priority: field. + Add to B-D: qt6-shadertools-dev. + Revert "debian/control: Comment-out qml6-module-lomiri-components in D: of qml6-module-lomiri-components-extras until it has landed in Debian." * debian/README.source: + Add explanation about the Debian and UBports collaboration on packaging. * debian/sources/lintian-overrides: + Override debian-rules-contains-unnecessary-get-orig-source-target. It is actively used by the Debian UBports Packaging Team. * debian/copyright: + Update copyright attribution for debian/. * debian/rules: + Stop including /usr/share/dpkg/buildflags.mk. Not required these days, it seems. + Simplify DH overrides (drop '..' and multiple '--buildsystem=cmake', instead add it globally.). * debian/qml*.lintian-overrides: + Ignore image-file-in-usr-lib lintian paranoia. . [ Thorsten Alteholz ] * Use salsa-ci.yml instead of .gitlab-ci.yml lomiri-ui-extras (0.8.0~git20250922.edaf9ad-1) experimental; urgency=medium . * New upstream release preview / Git snapshot. lomiri-ui-extras (0.8.0~git20250805.b00c9c1-1) experimental; urgency=medium . * Upload to experimental. . * New upstream release preview / Git snapshot. * debian/copyright: + Update copyright attributions. + Update auto-generated copyright.in file. * debian/{rules,watch}: + Obtain upstream Git snapshot instead of release tarballs. * debian/control: + Add to B-D: qt6-shadertools-dev. + Add more Multi-Arch: {same,foreign} declarations. Thanks, Multi-Arch Hinter. * debian/qml*.lintian-overrides: + Ignore image-file-in-usr-lib lintian paranoia. monsterz (0.7.1-14) unstable; urgency=medium . * Team upload. * Rename files under debian/ for debhelper 14/15 compatibility * Add debian/salsa-ci.yml * Bump Standards-Version to 4.7.4, drop Priority: tag * Register & purge /var/games/monsterz with dh-cruft * Rewrite d/watch in v5 format * lintian-brush: homepage-field-uses-insecure-uri morph-browser (1.99.4+dfsg-2) unstable; urgency=medium . [ Jeremy Bícha ] * Opt into Salsa CI . [ Mike Gabriel ] * debian/control: + Assure that qml6-module-lomiri-components-extras (>= 0.8.0) gets installed with morph-browser-qt6. morph-browser (1.99.4+dfsg-1) unstable; urgency=medium . * New upstream release. * debian/: + Dual build Morph Browser against Qt 5 and Qt 6. * debian/README.source: + Add file and explain about Debian / UBports packaging cooperation. * debian/patches/README: + Add file and explain about our patch naming scheme. * debian/patches: + Trivially rebase 1001_namespace-fixes-for-webapp.patch. + Drop 2001_skip-Ubuntu-compat-QML.patch. Ubuntu.Compat code dropped by upstream. + Drop 0001_fix-is-not-supported-css-selector.patch. Not sanctioned by upstream. * debian/control: + Bump Standards-Version: to 4.7.4. No changes needed. + In B-D: field, switch from obsolete pkg-config to pkgconf. + Drop Priority: field from global header. + Assure that qml6-module-lomiri-content is installed when using morph- browser-qt6. * debian/morph-browser-apparmor.manifest: + Update policy_version. Not relevant for Debian package, might be used later. * debian/copyright: + Update auto-generated copyright.in file. + Update copyright attributions. * lintian: + Override package-contains-empty-directory lintian complaints. + Override debian-rules-contains-unnecessary-get-orig-source-target complaint. morph-browser (1.2.0~git20250813.1ca2aa7+dfsg-1~exp1) experimental; urgency=medium . * Upload to experimental. . * New upstream release preview / Git snapshot. * debian/: + Build Morph Browser against Qt5 and Qt6 and provide two builds. * debian/patches: + Drop /0001_fix-is-not-supported-css-selector.patch. Not accepted upstream, problem solved on the GitLab side. + Rebase 2001_skip-Ubuntu-compat-QML.patch. * debian/{rules,watch}: + Adjust to building an upstream Git snapshot. * debian/copyright: + Update Files-Excluded:. Don't include UBports' debian/ folder. + Update auto-generated copyright.in file. + Update copyright attributions. + Update FSF mailing address. * debian/: + Ship apparmor configuration. * debian/control: + Bump Standards-Version: to 4.7.2. No changes needed. + In B-D, switch from pkg-config to pkgconf. Thanks, lintian. + Assure that morph-browser-qt6 has qml6-module-lomiri-content (>= 2.2.0~). * lintian: Adjust no-manual-page overrides. mssql-django (1.7.1-1) unstable; urgency=medium . * [a720460] New upstream version 1.7.1 neard (0.20-1) unstable; urgency=medium . * New upstream release. Update to 0.20. (Closes: #1131625) * Reintroduce package to unstable (Closes: #937125) neard (0.16-0.1) unstable; urgency=medium . * Non-maintainer upload. * New upstream release. Update to 0.16. neard (0.15-0.1) unstable; urgency=medium . * Non-maintainer upload, with maintainer permission. * New upstream release. Update to 0.15. (Closes: #760703) * Switch debian/copyright to the machine readable format. * Add a debian/watch file. * Bump Standards-Version to 3.9.8. * Fixup neard.pc file to correct pkglibdir variable. * Use autotools-dev dh sequence to update config.* scripts. * Wrap and sort debian/control fields. * Add systemd to Build-Depends, needed for systemd.pc. * Add dh-python to Build-Depends. * Add lsb-base to neard Depends. neard (0.11-1) unstable; urgency=low . * New upstream release. Update to 0.11. neard (0.10+git20130415-1) unstable; urgency=low . * New upstream snapshot: - SNEP unit test fragments list handling fixed (Closes: #705386) - LLCP validation server - WiFi handover fixes and unit testing - nfctool snap len usage fixed neard (0.10+git20130325-1) unstable; urgency=low . * Added libnl dev dependencies to neard-dev * Added source/format file . neard (0.10+git20130322-1) unstable; urgency=low . * Enabled --disable-silent-rules from configure * Fetched proper hardening flags * Fixed package description as it should not start with "neard" * Support cross build * Added Standards-Version * Fixed lintian warnings and errors * Added Vcs-Browser, Vcs-Git and Homepage * Fixed grammar mistakes (Daniel Stone) * Removed copyright trailing whitespaces * Added pkg-config and libnl-genl-3-dev build depencies * Added dbus to the neard Depends list * Added a debian.init file * Initial release (Closes: #702330) neard (0.10+git20130322-1) unstable; urgency=low . * Enabled --disable-silent-rules from configure * Fetched proper hardening flags * Fixed package description as it should not start with "neard" * Support cross build * Added Standards-Version * Fixed lintian warnings and errors * Added Vcs-Browser, Vcs-Git and Homepage * Fixed grammar mistakes (Daniel Stone) * Removed copyright trailing whitespaces * Added pkg-config and libnl-genl-3-dev build depencies * Added dbus to the neard Depends list * Added a debian.init file neovim-lualine (0.0.6+git20260412-1) unstable; urgency=medium . * New upstream release * d/control: Bump S-V to 4.7.4; no changes needed * d/control: Opt into dh-compat 14 netkit-rwho (0.17-17) unstable; urgency=medium . * QA upload. . * Add systemd .service (Closes: #1039284) * Switch to debhelper 13 * Register & purge /var/spool/rwho/ with dh-cruft * Bump Standards-Version to 4.7.4, drop Priority: tag * Add debian/salsa-ci.yml netkit-rwho (0.17-16) 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.2.1 to 4.7.0. * Use wrap-and-sort -at for debian control files. * Trim trailing whitespace. * Dropped obsolete lsb-base as it is replaced with essential sysvinit-utils for the init.d script functions. netkit-rwho (0.17-15) unstable; urgency=medium . * Orphan package. Set maintainer to QA. netkit-rwho (0.17-14) unstable; urgency=medium . [ Christoph Biedl ] * Move build system to cmake. (Closes: #912130) * Mayor cleanup in debian/ * Moved to debhelper compat 10 . [ Alberto Gonzalez Iniesta ] * Bumped Standards-Version to 4.2.1. No changes. netkit-rwho (0.17-13) unstable; urgency=low . * Switch to dpkg-source 3.0 (quilt) format Moved previous upstream changes to debian/patches. * Patched rwhod.c to fix rwhod not showing on all interfaces. Patch from Ian Donaldson for Fedora. (Closes: #707253, #255194) * Switch to dh. * Bumped Standards-Version to 3.9.4. netkit-rwho (0.17-12) unstable; urgency=low * The Petter & Peter release. * debian/rules & debian/control clean up & updating * Moved to debhelper compat 7 * Added dependency on $syslog to init.d script (Closes: #541484) * Added "status" target on init.d script (Closes: #528846) netkit-rwho (0.17-9) unstable; urgency=low * Condition the call to userdel in postrm. (Closes: #417021) * Added support for specifying rwhod options in /etc/default/rwhod. (Closes: #406093) * Moved to debhelper compatibility 4. Created debian/compat. * Bumped Standards-Version to 3.7.2.2 * init.d script: Added LSB section * Corrected man page on -u option. (Closes: #337730) * Fixed -? option handling and added -h with the same behaviour. (Closes: #337732) netkit-rwho (0.17-8) unstable; urgency=high * Security: Check for the packet size to fix denial of service [rwhod/rwhod.c, CAN-2004-1180]. Set urgency to high due to this. Thanks Martin 'Joey' Schulze for the patch. * Changed maintainer email address. netkit-rwho (0.17-7) unstable; urgency=low * New Maintainer. (Closes: #249713) * Added versioned Build-Depends on debhelper. * Bumped Standards-Version to 3.6.1, no change. nip4 (9.1.1-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version to 4.7.4 . node-dompurify (3.4.1+dfsg-1) unstable; urgency=medium . * Team upload * New upstream version 3.4.1+dfsg (Closes: #1134892, CVE-2026-41238 CVE-2026-41239 CVE-2026-41240) * Drop rollup patch node-evp-bytestokey (1.0.3-12) unstable; urgency=medium . * Multi-Arch: foreign * Bump standard no changes node-polite-json (5.0.0-1) unstable; urgency=medium . * Team upload * Declare compliance with policy 4.7.4 * New upstream version 5.0.0 * Build with tshy nvbandwidth (0.9+ds-2) unstable; urgency=medium . * d/control: add nvidia-cuda-toolkit to build-depends. (Closes: #1134792) nvbandwidth (0.9+ds-1) unstable; urgency=medium . * Initial release. (Closes: #1125959) ocaml-base-quickcheck (0.17.1-1) unstable; urgency=medium . * Initial release (Closes: #1133394) ocaml-cohttp (6.2.1-3) unstable; urgency=medium . * Enable tests that need base_quickcheck * Bump Standards-Version to 4.7.4 ocaml-splittable-random (0.17.0-2) unstable; urgency=medium . * Add explicit dependency to ppx-assert in binary packages ocaml-splittable-random (0.17.0-1) unstable; urgency=medium . * Initial release (Closes: #1132953) openseachest (26.03.1+ds-1) unstable; urgency=medium . * New upstream version. * d/watch: update to version 5. * Bump to standards version 4.7.4. * d/control: drop Rules-Requires-Root. openvpn (2.7.3-1) unstable; urgency=medium . * New upstream version 2.7.3 - in combination with ``--management-query-passwords``, setups using ``--auth-user-pass file`` or inline ``auth-user-pass`` would no longer use the configured passwords and prompt on the management interface instead (OpenVPN GUI would then provide an empty user/password prompt) os-autoinst (5.1777039154.e2faf810-1) unstable; urgency=medium . * Update to new upstream version 5.1777039154.e2faf810. papersway (3.000-1) unstable; urgency=medium . * New upstream release. php-symfony-polyfill (1.37.0-1) unstable; urgency=medium . [ Nicolas Grekas ] * Update changelog for v1.37 . [ PhilDaiguille ] * [RFC] Add grapheme_strrev function php 8.6 . [ Christian Flothmann ] * do not register the locale_is_right_to_left() function without the intl extension . [ David Prévot ] * Update php-symfony-polyfill-php86 description * Exclude currently failing testGraphemeStrrevInvalidUtf8 ppx-bench (0.17.1-1) unstable; urgency=medium . * Initial release (Closes: #1132847) ppx-sexp-message (0.17.0-1) unstable; urgency=medium . * Initial release (Closes: #1132755) ppx-sexp-value (0.17.0-1) unstable; urgency=medium . * Initial release (Closes: #1132751) ppxlib (0.38.0-1) unstable; urgency=medium . * New upstream release * Bump Standards-Version to 4.7.3 * Remove Priority from debian/control pt2-clone (1.87+ds-1) unstable; urgency=medium . * New upstream version. * d/copyright: bump year. * Bump standards version to 4.7.4. puzzle15 (1.0.4+dfsg-1) unstable; urgency=medium . * Initial release. (Closes: #1134928) python-django-tasks-rq (0.12.0-2) unstable; urgency=medium . * Set Python Team as maintainer python-django-tasks-rq (0.12.0-1) unstable; urgency=medium . * Initial release. (Closes: #1130805) python-pylibdmtx (0.1.11-1) unstable; urgency=low . * New upstream version 0.1.11 * Use uscan version 5 GitHub template. * Drop field Priority: optional. * Bump Standards-Version to 4.7.4. * Drop Rules-Requires-Root. * Update year in d/copyright. * Simplify d/rules by using execute_ targets instead of overrides. * Switch Testsuite to autopkgtest-pkg-pybuild. python-rq (2.8-2) unstable; urgency=medium . * Team Upload * [e1ff67f] autopkgtest: Correct syntax to not run tests on riscv64 python-rq (2.8-1) unstable; urgency=medium . * Team Upload * [40bcbdd] New upstream version 2.8 * [09bb92b] autopkgtest: Don't run tests on riscv python-rq (2.7-1) unstable; urgency=medium . * Team Upload * [9592612] d/watch: Use the Github template syntax * [196a0d1] New upstream version 2.7 * [e8b0b39] d/salsa-ci.yml: More adjusting of CI config * [add86fd] d/rules: Clean out .mypy_cache while dh_clean * [afdd1fd] autopkgtest: Ignore tests failing in 3.14 (Closes: #1125119) * [adc88e6] d/control: Drop field Priority: optional * [0705732] d/control: Update Standards-Version to 4.7.4 No further changes needed. * [230375d] d/copyright: Update year data * [d5adbe0] d/rules: Fix potential execute permissions in lib pkg * [46221c0] d/python3-rq.lintian-overrides: Remove override sequencer python-rq (2.6.1-1) unstable; urgency=medium . * Team Upload * [d7fe724] New upstream version 2.6.1 python-rq (2.6-1) unstable; urgency=medium . * [74cf1ee] New upstream version 2.6 python-rq (2.5-1) unstable; urgency=medium . * Team Upload * [5752252] d/watch: Convert to version 5 * [03c0651] New upstream version 2.5 * [9743f57] d/control: Remove Rules-Requires-Root The setting of Rules-Requires-Root: no is now default. * [ef4828f] d/u/metadata: Adding info about Security-Contact 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 python-rq (2.3.2-1) unstable; urgency=medium . * Team upload. * [a7ad58f] d/watch: Switch to git mode on GitHub * [5eacfa1] New upstream version 2.3.2 * [30fa057] d/control: Sort B-D alphabetical * [73628f3] d/control: Bump Standards-Version to 4.7.2 * [6017475] d/rules: Remove export off PYBUILD_SYSTEM variable python-rq (1.16.2-1) unstable; urgency=medium . * New upstream version 1.16.2 python-rq (1.16.1-1) unstable; urgency=medium . * New upstream version 1.16.1 * Add pybuild-plugin-pyproject to Build-Depends. * Update copyright dates. python-rq (1.16.0-1) unstable; urgency=medium . * New upstream version 1.16.0 * Use pyproject plugin for package build. * Add python3-hatchling on Build-Depends. * Update maintainer man pages rq.1 and rqworker.1. python-rq (1.15.1-1) unstable; urgency=medium . * Team upload. * New upstream version 1.15.1. python-rq (1.15-1) unstable; urgency=medium . * Team upload * New upstream version 1.15 * d/rules: Disable tests explicitly python-rq (1.14.1-1) experimental; urgency=medium . * Team upload * d/gbp.conf: Add some more defaults * New upstream version 1.14.1 * d/control: Running wrap-and-sort -ast * d/{control,rules}: Use dh-sequence-* helper python-rq (1.13.0-1) unstable; urgency=medium . * New upstream version 1.13.0 python-rq (1.12.0-1) unstable; urgency=medium . * New upstream version 1.12.0 * Bump to Standards-Version 4.6.2 (no changes required). * Update d/copyright. python-rq (1.11.1-1) unstable; urgency=medium . * New upstream version 1.11.1 python-rq (1.11.0-1) unstable; urgency=medium . * New upstream version 1.11.0 * Adjust Lintian overrides. * Update copyright date. * Bump to Standards-Version 4.6.1 (no changes required). * Adjust manual pages for current and future releases. python-rq (1.10.1-1) unstable; urgency=medium . * New upstream version 1.10.1 * Update rq.1 manual page. python-rq (1.10.0-1) unstable; urgency=medium . * New upstream version 1.10.0 * Bump to Standards-Version 4.6.0 (no changes required). * Update and improve manual pages. python-rq (1.9.0-1) unstable; urgency=medium . * New upstream version 1.9.0 * Fix date typo in d/copyright. python-rq (1.7.0-1) unstable; urgency=medium . * New upstream release * Rearrange licence texts and update year in d/copyright. * Bump to Standards-Version 4.5.1 (no changes required). python-rq (1.5.2-1) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. . [ Marcos Fouces ] * New upstream release 1.5.2 * Fix capitalization error in Lintian error comment. * Update uploader email to @debian.org python-rq (1.4.0-1) unstable; urgency=medium . * Team upload. . [ Marcos Fouces ] * New upstream release. * Bump to debhelper-compat level 13. * Add upstream metadata. . [ Scott Talbert ] * Add gbp.conf python-rq (1.2.2-1) unstable; urgency=medium . * New upstream release. python-rq (1.1.0-2) unstable; urgency=medium . * Fix copyright file (as requested by FTP Masters). * Bump to Standards-Version 4.5.0 (no changes required). . python-rq (1.1.0-1) unstable; urgency=medium . * Initial release (Closes: #944432). python-sievelib (1.5.0-1) unstable; urgency=low . * New upstream version 1.5.0 * Use uscan version 5 GitHub template. * Refresh patches. * Drop field Priority: optional. * Bump Standards-Version to 4.7.4. python-sphinx-scrapy (0.8.3-1) unstable; urgency=medium . * New upstream version. quickemu (4.9.9-3) unstable; urgency=medium . * Drop Depends on qemu-utils quickemu (4.9.9-2) unstable; urgency=medium . * Drop Depends on qemu-system-x86 (Closes: #1134879) quickemu (4.9.9-1) unstable; urgency=medium . * New upstream version 4.9.9 * Bump Standards-Version to 4.7.4, remove Priority field * Update Vcs-* fields to reflect move to debian/ namespace (Closes: #1131192) * Remove version patch which has been applied upstream recon-ng (5.1.2-2) unstable; urgency=medium . * Team upload. * Add upstream patch to allow removal of python3-zombie-imp recon-ng (5.1.2-1.2) unstable; urgency=medium . * Non-maintainer upload * Add dependency on python3-zombie-imp (Closes: #1061836) recon-ng (5.1.2-1.1) unstable; urgency=medium . * Non-maintainer upload (diff provided in a MR on Salsa) * remove need for python3-unicodecsv (Closes: #1058972) recon-ng (5.1.2-1) unstable; urgency=medium . * New upstream version 5.1.2 * Bump to Standards-Version 4.6.0 (no changes required). * Write manpage for recon-web binary. recon-ng (5.1.1-3) unstable; urgency=medium . * Update uploader email to @debian.org. * Bump to debhelper-compat level 13. * Bump to Standards-Version 4.5.1 (no changes required). * Rearrange d/copyright content and update year. recon-ng (5.1.1-2) unstable; urgency=medium . * Update some commands in autopkgtest file. (Closes:#953234) recon-ng (5.1.1-1) unstable; urgency=medium . * Team upload . [ Samuel Henrique ] * Add salsa-ci.yml * Configure git-buildpackage for Debian . [ Marcos Fouces ] * New upstream version 5.1.1 * Refresh patches for new upstream version. * Update Lintian override. * Bump to Standards-Version 4.5.0 (no changes required). * Add Rules-Requires-Root field in d/control. * Add new dependencies required by recon-web: ~ python3-flasgger ~ python3-redis ~ python3-rq ~ python3-flask-restful recon-ng (5.0.1-1) unstable; urgency=medium . * New upstream release. * Refresh patches for new upstream release. * Add python3-mechanize into dependency list as it is available in Debian. * Bump Standards-Version to 4.4.0 (no changes required). recon-ng (5.0.0-1) unstable; urgency=medium . * Team upload * Upstream is now hosted in github * New upstream version 5.0.0 (Closes: #931022) * debian/control: update dependencies * Switch to Python3 * Update installation for new usptream release * Remove useless lintian-overrides * Update debian/copyright * Update manpages * Remove helper-script recon-rpc: has been removed by upstream * Disable check-version and send analytics by default * Update autopkgtest for new interface * Add python3-mechanize in Recommends, not Depends: it's not required and it's not available in Debian for now. recon-ng (4.9.6-1) unstable; urgency=medium . * New upstream version 4.9.6 * d/control - Bump debhelper compatibility level to 12 - Switch Build-Depends from debhelper to debhelper-compat * d/compat - Dropped. It is obsoleted by debhelper-compat recon-ng (4.9.5-1) unstable; urgency=medium . * New upstream version 4.9.5 * Bump Standards-Version to 4.3.0 (no changes required). recon-ng (4.9.4-1) unstable; urgency=medium . * Team upload. * New upstream version 4.9.4 * Remove embedded copy of normalize.css (Closes: #898789) * Remove embedded copy of skeleton.css * Install recon-web script * Bump Standards-Version to 4.2.1 (no change) * Fix the patch 01_use_libjs-query_package.patch * Add 02_dont_use_google_fonts.patch * Add lintian-overrides recon-ng (4.9.3-1) unstable; urgency=medium . * Team upload. . [ Raphaël Hertzog ] * Add autopkgtests grabbed from Kali's git repository (contributed by root-boy of the Kali team). * Update team maintainer address to Debian Security Tools * Update Vcs-Git and Vcs-Browser for the move to salsa.debian.org * Bump Standards-Version to 4.1.4 . [ Marcos Fouces ] * New upstream version 4.9.3. * Bump to standards-revision 4.1.3 (no changes required). * Bump to dh compat 11. * Update copyright years. recon-ng (4.9.2-1) unstable; urgency=medium . * New upstream version 4.9.2 * Update copyright years * Fix copyright issues on request by ftpmasters * Update uploader field * Bump Standards-Version to 4.0.1 * Use functions from libjs-jquery package ruby-redis-cluster-client (0.16.1-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.4, no changes needed. ruby-test-prof (1.6.1+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.4, no changes needed. * Mark as Multi-Arch: foreign. * Add a minimal DEP-3 header to remove-assets-from-gemspec.patch. ruby-unparser (0.9.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.4, no changes needed. ruby-view-component (4.8.0-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version to 4.7.4, no changes needed. * Use override_dh_installchangelogs in rules to install CHANGELOG.md. rust-actix-web-httpauth (0.8.2+dfsg-1) unstable; urgency=medium . * Package actix-web-httpauth 0.8.2 from crates.io using debcargo 2.8.2 rust-codemap (0.1.3-1) unstable; urgency=medium . * Package codemap 0.1.3 from crates.io using debcargo 2.8.2 rust-digest-auth (0.3.1-1) unstable; urgency=medium . * Package digest_auth 0.3.1 from crates.io using debcargo 2.8.2 rust-http-range (0.1.5+dfsg-1) unstable; urgency=medium . * Package http-range 0.1.5 from crates.io using debcargo 2.8.2 rust-irc (1.1.0+dfsg-1) unstable; urgency=medium . * Package irc 1.1.0 from crates.io using debcargo 2.8.2 * Update toml dependency to 0.9 rust-lasso (0.7.3+dfsg-1) unstable; urgency=medium . * Package lasso 0.7.3 from crates.io using debcargo 2.8.2 rust-rav1e (0.8.1-10) unstable; urgency=medium . * Team upload. * Package rav1e 0.8.1 from crates.io using debcargo 2.8.2 * Relax dependency on toml. rust-rbw (1.15.0-1) unstable; urgency=medium . * Package rbw 1.15.0 from crates.io using debcargo 2.8.2 (Closes: #1130611) * Add hand-written man page for rbw(1) * Drop help2man from Build-Depends * Install shell completions for bash, zsh, and fish * d/patches: - Carry forward daemonize-to-daemonix patch - Add relax-clap-complete-nushell, relax-open, rand-0.10, and relax-terminal-size patches - Drop tokio-tungstenite-0.28, rustix-1, and relax-deps patches rust-v-escape-base (0.1.0-1) unstable; urgency=medium . * Package v_escape-base 0.1.0 from crates.io using debcargo 2.8.2 sigviewer (0.6.4-3) unstable; urgency=medium . * Team upload. * Fix watch file * Standards-Version: 4.6.1 (routine-update) sigviewer (0.6.4-2) unstable; urgency=medium . [ Steffen Moeller ] * Team upload. * Fix watchfile to detect new versions on github (routine-update) . [ Andreas Tille ] * Versioned Build-Depends: libxdf-dev (0.99.6+dfsg-3~) (see bug #977953) * Standards-Version: 4.6.0 (routine-update) sigviewer (0.6.4-1) unstable; urgency=medium . * Team upload. . [ Andreas Tille ] * New upstream version Closes: #964688 * Remove debian/gbp.conf since repository was migrated to default layout * Remove outdated debian/blends * Take over package into Debian Med team maintenance * Standards-Version: 4.5.0 (routine-update) * debhelper-compat 13 (routine-update) * Secure URI in copyright format (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * No tab in license text (routine-update) * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. . [ Helmut Grohne ] * Fix FTCBFS: Let dh_auto_configure pass cross flags to qmake. Closes: #922571 sigviewer (0.6.2-2) unstable; urgency=medium . * Team upload. * Add patches by Alois Schloegl to re-introduce expert/import of gdf-based event file format sigviewer (0.6.2-1) unstable; urgency=medium . * Team upload. * New upstream version Closes: #860083 * Project moved to Github * debhelper 9 * Point Vcs fields to salsa.debian.org * Standards-Version: 4.3.0 * Build-Depends: libxdf-dev * Versioned Build-Depends: libbiosig-dev (>= 1.9.3) * Build-Depends: s/libqt4-dev/qtbase5-dev/ Closes: #875191 * hardening=+all sigviewer (0.5.1+svn556-5) unstable; urgency=medium . * debian/patches - finally picking up suggested patch to fix FTBFS (0001-Make-it-work-in-C-11.patch) Thank you Adrian Bunk (Closes: #812028) sigviewer (0.5.1+svn556-4) unstable; urgency=medium . * debian/patches - reincarnate deb_link_against_cholmod to avoid FTBFS on ubuntus sigviewer (0.5.1+svn556-3) unstable; urgency=medium . * debian/patches - Replaced up_biosig_1.3.3 with another, more generic, patch from Alois (up_biosig_1.6.1) * debian/control - boosted policy to 3.9.5 (no changes) sigviewer (0.5.1+svn556-1) unstable; urgency=low * Initial release (Closes: #585535) * Fresh upstream release * [dc19268] Updated URL to the supported formats * [90053f2] Removed build-dependency on libgdf (temporarily disabled upstream) * [982244c] Boosted policy compliance to 3.9.2 (no changes) * [1ee3ce0] Updated debian/copyright: years, dep5@174 compliance simgear (1:2024.1.5+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version 2024.1.5+dfsg - Refresh patches * Update Standards-Version to 4.7.4 * Update d/copyright spacebar (1:6.6.4-1) unstable; urgency=medium . [ Marco Mattiolo ] * New upstream release (6.6.4). * Bump Standards-Version to 4.7.4, no change required. * d/control: drop kirigami2-dev build-dep that is no more relevant with Plasma6. stimfit (0.16.11-2) unstable; urgency=medium . * Packaging tidy and dh improvements * Fix several UI issues with trace display and dialog behaviour * Generate sip.h during build for PyQt5 compatibility (Closes: #1060744) * Bump debhelper to version 13 * Convert Debian rules to use dh-sequencer stimfit (0.16.7-1) unstable; urgency=medium . * Add build dependency on python3-setuptools (Closes: #1100323) * Drop menu entry in favour of desktop file stimfit (0.16.6-1) unstable; urgency=medium . * Install icons into appropriate locations * Drop build dependency on sip stimfit (0.16.5-1) unstable; urgency=low . * Update to latest NumPy C API * Fix debian building and packaging (Closes: #1068032) stimfit (0.16.0-1.2) unstable; urgency=medium . * Non-maintainer upload. * Update to wxwidgets3.2. (Closes: #1019791) stimfit (0.16.0-1.1) unstable; urgency=medium . * Non-maintainer upload. * Build-depend on python3-dev instead of python3-all-dev (Closes: #948020) * Patch: Avoid a deprecation warning breaking autoconf with Python 3.10. stimfit (0.16.0-1) unstable; urgency=low . * Upgrade to Python 3 (Closes: #938572) stimfit (0.15.8-1) unstable; urgency=low . * Address wx-gtk2 / wxpython-gtk3 incompatibility issue on bionic (LP: #1778433) stimfit (0.15.6-1) unstable; urgency=low . * Adress shared library renaming error during debian packaging. (Closes: #896407) stimfit (0.15.5-1) unstable; urgency=low . * Adds native intan CLP & tdms file reading * Upgrade libbiosiglite to 1.9.1 stimfit (0.15.4-1) unstable; urgency=low . * Fix building with gcc-6 on armhf (Closes: #847526) * Add channel scrolling * Upgrade libbiosiglite to 1.8.4 stimfit (0.15.3-1) unstable; urgency=low . * Fix building with gcc-6 (Closes: #811904) * Improve latency cursor Python interface stimfit (0.15.2-1) unstable; urgency=low . * Fix RNG in tests with >= C++11 (Closes: #811904) * Use builtin biosig library stimfit (0.14.11-1) unstable; urgency=low . * Improve usability of stfio_plot.Timeseries * Debian build fixes bug #804592 stimfit (0.14.10-1) experimental; urgency=low . * Improve batch file conversion usability * Fix Debian dependencies stimfit (0.14.9-1) experimental; urgency=low . * Fix several bugs during abf2 (pClamp10) file reading * Fix several issues during event detection stimfit (0.14.5-2) experimental; urgency=low . * Fix several bugs during event detection * Fix several bugs during file reading (abf, axograph and hdf5) * Alternatively use wx 2.8 instead of wx 3.0 for Debian packages stimfit (0.13.19-1) unstable; urgency=low . * Update to use wxWidgets 3.0 (Closes: #757289) stimfit (0.13.18-1) unstable; urgency=low . * Support hdf5 1.8.13 new packaging layout (Closes: #756699) * Support dpkg-buildflags with --enable-module * Improved information/error messages stimfit (0.13.15-1) unstable; urgency=low . * Fix half duration limits bug * Use neo's StimfitIO implementation * Address some lintian warnings stimfit (0.13.13-1) unstable; urgency=low . * Import/Export from/to python-neo * Fix potential buffer overflows * Fix some bugs in Python code * Use libhdf5-dev instead of libhdf5-serial-dev dependency (Closes: #735157) * Use dh-autoreconf to fix FTBFS on ppc64el (Closes: #735231) * Distinguish only between Windows and non-Windows builds (implicitly posix) (Closes: #728094) stimfit (0.13.6-1) unstable; urgency=low . * Export stfio recordings to pandas * Improved support for accessing date and time of recordings . stimfit (0.13.5-1) unstable; urgency=low . * New upstream release - Don't write test results to disk - Fall back to gcc/Unix for unknown platforms/compilers in axodefn.h (Closes: #728094) * Improved batch analysis * Multi-channel concatenation * Less disruptive warnings and error messages stimfit (0.13.2-1) unstable; urgency=low . * New upstream release - Disambiguate template type in boost's reset (Closes: #720825) * Faster plotting * Add support for inner and outer rise time computations * Add option 'align to half-amplitude' when computing averages * Fix some potential buffer overflows * Improve biosig integration * Improve deconvolution-based event detection * Improve fit initialization for some functions stimfit (0.12.1-1) experimental; urgency=low . * Use biosig as additional file reading backend stimfit (0.10.18-1.1) unstable; urgency=low * Non-maintainer upload. * Use dh_python2 to set proper dependencies for python-stfio. Note: this only happens for Python 2.7, building for all versions needs maintainer work and isn't suitable for NMU. Closes: #631983 stimfit (0.10.18-1) unstable; urgency=low * Updated copyright notice for numpy.i stimfit (0.10.17-1oneiric1) oneiric; urgency=low * Do not redirect Python stdio to separate Window (Closes: #639672) * From previous unreleased version: provide gtest source files (Closes: #631825) stimfit (0.10.17-1natty1) natty; urgency=low * Do not redirect Python stdio to separate Window (Closes: #639672) * From previous unreleased version: provide gtest source files (Closes: #631825) stimfit (0.10.17-1maverick1) maverick; urgency=low * Do not redirect Python stdio to separate Window (Closes: #639672) * From previous unreleased version: provide gtest source files (Closes: #631825) stimfit (0.10.17-1lucid2) lucid; urgency=low * Added source package stimfit (0.10.17-1lucid1) lucid; urgency=low * Do not redirect Python stdio to separate Window (Closes: #639672) * From previous unreleased version: provide gtest source files (Closes: #631825) stimfit (0.10.17-1) UNRELEASED; urgency=low * Do not redirect Python stdio to separate Window (Closes: #639672) * From previous unreleased version: provide gtest source files (Closes: #631825) stimfit (0.10.16-1ubuntu3) natty; urgency=low * Provide gtest source files (Closes: #631825) * File series conversion implemented by Jose Guzman stimfit (0.10.16-1ubuntu2) maverick; urgency=low * Provide gtest source files (Closes: #631825) * File series conversion implemented by Jose Guzman stimfit (0.10.16-1ubuntu1) lucid; urgency=low * Provide gtest source files (Closes: #631825) * File series conversion implemented by Jose Guzman stimfit (0.10.16-1) UNRELEASED; urgency=low * Provide gtest source files (Closes: #631825) * File series conversion implemented by Jose Guzman stimfit (0.10.15-0ubuntu3) lucid; urgency=low * Igor file export stimfit (0.10.15-0ubuntu2) maverick; urgency=low * Igor file export stimfit (0.10.15-0ubuntu1) natty; urgency=low * Igor file export stimfit (0.10.14-0ubuntu1) lucid; urgency=low * Use unified menu on GTK to resolve problems with Unity and gnome-global-menu applet * Started support for viewing all channels stimfit (0.10.13-1ubuntu5) natty; urgency=low * Added scaling support to levmar * Fixed a bug in HEKA file reading library * Reversioned because of source change stimfit (0.10.13-1ubuntu4) maverick; urgency=low * Added scaling support to levmar * Fixed a bug in HEKA file reading library * Reversioned because of source change stimfit (0.10.13-1ubuntu3) natty; urgency=low * Added scaling support to levmar * Fixed a bug in HEKA file reading library stimfit (0.10.13-1ubuntu2) maverick; urgency=low * Added scaling support to levmar * Fixed a bug in HEKA file reading library stimfit (0.10.13-1ubuntu1) lucid; urgency=low * Added scaling support to levmar * Fixed a bug in HEKA file reading library stimfit (0.10.13-1) unstable; urgency=low * Added scaling support to levmar * Fixed a bug in HEKA file reading library stimfit (0.10.9-1) unstable; urgency=low * Moved Python files from dist-packages to private directory (/usr/lib/stimfit) to comply with debian packaging rules. * Minimal unit testing during build. * Initial Debian release (Closes: #612375) * Upload sponsored by Yaroslav Halchenko texlive-base (2026.20260328-4) unstable; urgency=medium . * Declare Filemove texlive-luatex -> texlive-latex-base-doc (Closes: #1134856) texlive-base (2026.20260328-3) unstable; urgency=medium . * Add License statement regarding Adobe Type1 fonts to: texlive-base texlive-fonts-recommended texlive-pictures * Add Lintian overrides: - license-problem-font-adobe-copyrighted-fragment - opentype-font-prohibits-installable-embedding texlive-base (2026.20260328-2) experimental; urgency=medium . * Tighten version dependencies. * Bump Standards version. texlive-base (2026.20260328-1) experimental; urgency=medium . * New upstream snapshot for TL 2026; refresh / disable patches. * We are back on Debian Salsa. texlive-bin (2026.20260303.78225+ds-3) unstable; urgency=medium . * Add missing Replaces field for dvidvi transition (Closes: #1134925). texlive-bin (2026.20260303.78225+ds-2) unstable; urgency=medium . * Remove obsolete lintian overrides. * Remove / Disable obsolete patches. * Patch from Norbert Preining to fix build failures with gcc-16 (Closes: #1133647). * SALSA_CI_DISABLE_USCAN: 1 * Lintian: W: groff-message troff::nnn: warning: cannot select font 'C' W: Fix section of dvidvi. texlive-bin (2026.20260303.78225+ds-1) experimental; urgency=medium . * TL 2026, refresh patches / disable obsolete patches. - Can be built using GCC 15, remove "-std=gnu17" compiler flag. (Closes: #1114515) * Post release patch "dvipdfmx mishandling certain \special{PSfile=...} filenames". * We are back on Debian salsa; add debian/salsa-ci.yml. * Lintian override: E: texlive-binaries: embedded-library libjpeg ...add debian/TODO. * Start providing the dvidvi program. - This solves the RFA issue (Closes: #1006644) - TL is built using standard (hardening) flags (Closes: #1119401) texlive-extra (2026.20260328-5) unstable; urgency=medium . * Declare Filemove texlive-xetex -> texlive-latex-extra-doc (Closes: #1134858) texlive-extra (2026.20260328-4) unstable; urgency=medium . * Add License statement regarding Adobe Type1 fonts to: texlive-fonts-extra texlive-formats-extra texlive-games texlive-latex-extra texlive-music texlive-science. (Closes: #1116222). * Add Lintian overrides: - license-problem-font-adobe-copyrighted-fragment - opentype-font-prohibits-installable-embedding texlive-extra (2026.20260328-3) experimental; urgency=medium . * Filemove tl-xetex -> tl-latex-extra texlive-extra (2026.20260328-2) experimental; urgency=medium . * xdvipsk.1 manual page is provided by tl-binaries (Closes: #1132798). * Tighten version dependencies. * Bump Standards version. texlive-extra (2026.20260328-1) experimental; urgency=medium . * Next upstream snapshot for TL 2026. - New version of latexminted is compatible to Python 3.14 (Closes: #1129920). * We are back on Debian Salsa. * Fix for chordbox.sty (Closes: #1130442). texlive-lang (2026.20260328-3) unstable; urgency=medium . * Add License statement regarding Adobe Type1 fonts to: texlive-lang-arabic, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-european, texlive-lang-french, texlive-lang-greek, texlive-lang-japanese, texlive-lang-korean, texlive-lang-other, texlive-lang-polish (Closes: #717636) * Add Lintian overrides: - license-problem-font-adobe-copyrighted-fragment - opentype-font-prohibits-installable-embedding texlive-lang (2026.20260328-2) experimental; urgency=medium . * Tighten version dependencies. * Bump Standards version. texlive-lang (2026.20260328-1) experimental; urgency=medium . * New upstream snapshot for TL 2026. * We are back on Debian Salsa. utop (2.17.0-1) unstable; urgency=medium . * Team upload * New upstream release vor (0.5.8-2) unstable; urgency=medium . * Team upload. . [ Debian Janitor ] * debian/control: Add Vcs-Browser field * Bump debhelper from old 12 to 13. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. . [ Andreas Tille ] * Standards-Version: 4.7.4 (Removed Priority field) * d/watch: version=5 * Build-Depends: s/pkg-config/pkgconf/ * d/copyright: Review xbill (2.1-11) unstable; urgency=medium . * Team upload. * Bump Standards-Version to 4.7.4, drop Priority: tag * Rename files undes debian for debhelper 14/15 compatibility * Drop ancient transition code from postrm * Register & purge /var/games/xbill.scores with dh-cruft * Rewrite d/watch in v5 format * Add salsa-ci.yml . [ Niels Thykier ] * Migrate to `debputy` to avoid unnecessary build-depends on `fakeroot` REMOVED: dvidvi 1.0-10.2