0ad (0.27.1-3) unstable; urgency=medium . * Avoid running flaky testsuite on i386. (Closes: #1116013) amanda (1:3.5.4-2.1) unstable; urgency=medium . * Non-maintainer upload. * Build with -std=gnu17 to workaround FTBFS with GCC 15. (Closes: #1096302) ancient (2.3.0-1) unstable; urgency=medium . * New upstream version. * Bump standards version to 4.7.2. * d/copyright: bump years. * d/control: Vcs move to debian from personal. bip (0.9.3-1.2) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with GCC 15. (Closes: #1096374) bip (0.9.3-1.1) unstable; urgency=medium . * Non-maintainer upload. * Install systemd units into /usr. (Closes: #1073686) bip (0.9.3-1) unstable; urgency=medium . [ Pierre-Louis Bonicoli ] * New upstream release * Update copyright file bip (0.9.2-1) unstable; urgency=medium . [ Pierre-Louis Bonicoli ] * New upstream release . [ Marc Dequènes (Duck) ] * Add Salsa CI config bip (0.9.1-1) unstable; urgency=medium . [ Pierre-Louis Bonicoli ] * New upstream release * postrm:purge: clean PIDIR (picked from #732444, thanks DNS ) . [ Debian Janitor ] * Trim trailing whitespace. * Set upstream metadata fields: Bug-Submit (from ./configure). * Drop transition for old debug package migration. * Update standards version to 4.5.1, no changes needed. * Remove constraints unnecessary since buster: + bip: Drop versioned constraint on lsb-base in Depends. + Remove 1 maintscript entries from 1 files. bip (0.9.0~rc4-1) unstable; urgency=medium . [ Marc Dequènes (Duck) ] * Updated VCS URLs (Alioth->Salsa). . [ Ondřej Nový ] * d/changelog: Remove trailing whitespaces . [ Marc Dequènes (Duck) ] * NUR: - add pkg-config to Build-Depends * Bump debhelper compat level to 13. * Bump Standards-Version to 4.5.0 (no changes needed). * Set Rules-Requires-Root to 'no'. * Use maintscript instead of manual dpkg-maintscript-helper calls. * Fix incorrect-path-for-interpreter lintian warning for bipgenconfig. bip (0.9.0~rc3-1) unstable; urgency=medium . [ Marc Dequènes (Duck) ] * New release candidate: + move conffile into /etc/bip/ * Switch to compat level 11. * Transition to automatic debug packages. * Use HTTPS in package metadata. * Package now conforms to Standards-Version 4.1.3. * Use modern way to disable service at install time. * Use dh_installinit --no-stop-on-upgrade instead of the deprecated --no-restart-on-upgrade. * Convert copyright file into machine-readable format. * Upgrade watch file to version 4 and fix catching RC releases. . [ Pierre-Louis Bonicoli ] * Migrate to OpenSSL1.1 bip (0.8.9-1.2) unstable; urgency=medium . * Non-maintainer upload. * Cherry-pick a few patches from upstream in order to get it built against OpenSSL 1.1 (Closes: #851093). * Remove Arnaud Cornet from Uploaders. Thank you for all your work (Closes: #876953). bip (0.8.9-1.1) unstable; urgency=medium . * Non-maintainer upload. . [ Pierre-Louis Bonicoli ] * Fix lintian duplicate-long-description * Fix lintian vcs-field-not-canonical . [ Jordi Mallach ] * Build-Depend on libssl1.0-dev, as bip does not build with OpenSSL 1.1 (closes: #828247). * Enable hardening options. bip (0.8.9-1) unstable; urgency=low . * New upstream release (Closes: #710614): - removed 'CVE-2012-0806.patch' included upstream. * Added missing build dependency on autoconf-archive. * Don't build with Werror (override upstream's default). * Use autoreconf et autotools files to update buildsys files. * Do not restart on upgrade anymore: let the admin check the config and break connections only when fully ready. * Updated upstream URL and watch file. * Added VCS information (Closes: #678290). * Created a debug package and bump the compat level to 9 (useful improvements for the symbols file). * Updated copyright file to record the current maintainer. * Bumped Standards-Version to 3.8.4.0 (no changes). * Added myself as uploader. * debian/dirs was meant for the pre-dbg package, renamed. * Reworked init script (exit codes, messages, leftover pidfile, cleanup). * Don't load '/etc/default/rcS' directly in init script, use '/lib/init/vars.sh' to ensure proper default values. bip (0.8.8-2) unstable; urgency=high * Fix CVE-2012-0806: buffer overflow. Thanks to Julien Tinnes for reporting it. bip (0.8.8-1) unstable; urgency=low * New upstream release. bip (0.8.7-1) unstable; urgency=low * New upstream release which fix DOS. * Drop armel.patch, now upstream. bip (0.8.6-2) unstable; urgency=low * New maintainer (with Nohar's blessing). * Add armel.patch: fix build errors on armel (Closes: #597262). bip (0.8.6-1) unstable; urgency=low * New upstream release (Closes: #595409). bip (0.8.5-1) unstable; urgency=low * New upstream release (Closes: #592063). * Bump standards version, no change needed. bip (0.8.4-1) unstable; urgency=low [ Pierre-Louis Bonicoli ] * New upstream release (Closes: #578929). * Switch to dpkg-source 3.0 (quilt) format * Fix watch format * Bump standards version, no change needed. * Remove Build-Depends quilt * simplify debian/rules moving some part of debian/rules to debian/{clean,dirs,install} * Switch to dpkg-source 3.0 (quilt) format [ Arnaud Cornet ] * Move debian/install to debian/bip.install * Delete /var/lib/bip on purge. bip (0.8.2-1squeeze3) testing-proposed-updates; urgency=low * add fix_DOS.patch, backported from 0.8.7. bip (0.8.2-1squeeze2) testing-proposed-updates; urgency=low * New maintainer (with Nohar's blessing). * Fix CVE-2010-3071: null pointer deference (remote DoS). (Closes: #595409) bip (0.8.2-1) unstable; urgency=low * New Upstream Version (Closes: #542291). * Fix debhelper 7 dependency version. * Add README.source * Bump standards-version, no change needed. bip (0.8.1-1) unstable; urgency=low * New Upstream Version (Closes: #534187). * Fix README.Debian: use the cleartext of the password to connect, the hash is in conf only. * Bump standards version, no change needed. * Switch to debhelper 7, remove cdbs build dep. * Add debian/bip.docs bip (0.6.1-1) unstable; urgency=low * New Upstream Version. * Change my mail address. bip (0.6.0-2) unstable; urgency=low * Cleanup sample conf file. * Indent init script. * Remove pidfile check from init script because start-stop-daemon does it already. * Add --no-start to dh_installinit, to avoid breaking upgrades (Closes: #427426). bip (0.6.0-1) unstable; urgency=low * Fix typo (Closes: 416074). * Fix some output of the init script (Closes: 416075). * Remove useless call to update-rc.d (Closes: 416073). * New upstream release (Closes: 412888, 390716). * Remove patches/bip_home_arg.diff and patches/ssl_cert_path.diff gone upstream. * Add a README.Debian (Closes: 418633). * Sanitize clean rule. * Fix watchfile to use .gz files. bip (0.5.3-4) unstable; urgency=high * Set proper permissions in postinst (Closes: #415855). bip (0.5.3-3) unstable; urgency=low * Add --enable-oidentd to configure. * Create /var/run/bip at daemon start time (Closes: #385791). * Update init script and depend on lsb-base (>= 3.0-6). bip (0.5.3-2) unstable; urgency=medium * Fix extremely lame bug in init script. bip (0.5.3-1) unstable; urgency=low * New upstream release. * Add a watchfile (Closes: #357851). * Add bip_home_arg.diff, allows to specify a home for bip on the command line. Allows much nicer init script. * ssl_cert_path.diff, allows to specify a directory for ssl certificate path Allows much nicer init script too. * Add ${misc:Depends}. * Bump standards version. * Compat is now 5. * Don't start/restart bip on install/upgrade. bip (0.5.2-1) unstable; urgency=low * New upstream release bip (0.5.1-1) unstable; urgency=low * New upstream release bip (0.5.0-1) unstable; urgency=low * Initial release. * Change to use the bip with GPL + OpenSSL exception licence, and link to OpenSSL bomberclone (0.11.9-7.2) unstable; urgency=medium . * Non-maintainer upload. * Build with -std=gnu17 to workaround FTBFS with GCC 15. (Closes: #1096385) bomberclone (0.11.9-7.1) unstable; urgency=medium . * Non-maintainer upload. * Disable Werror in debian/rules to avoid a FTBFS. (Closes: #853336) * Drop deprecated menu file. * Switch to compat level 11. * Declare compliance with Debian Policy 4.2.0. * d/control: Use priority optional. * Remove autotools-dev and dh-autoreconf from Build-Depends because of compat level 11. bomberclone (0.11.9-7) unstable; urgency=medium . * Fix FTBFS for gcc-6 (Closes: #811586) * Updated Standards-Version to 3.9.7 (no changes required) * d/control: Change Vcs-* links to https bomberclone (0.11.9-6) unstable; urgency=medium . * d/patches/06_gcc5.patch: fixing build for s390, powerpc, mips * d/rules: enabled autoreconf to fix arm64 build * d/patches/04_no-add-needed.diff: fixing condition error (MINGW32) bomberclone (0.11.9-5) unstable; urgency=medium . * New maintainer, mutually agreement (Closes: #790143) * Switch to dpkg-source 3.0 (quilt) format * Migrated from cdbs to dh9 * d/patches/*: added description for existing patches * d/control: extended bomberclone-data description * d/control: Standards-Version 3.9.6: no changes required * d/control: Added Vcs-* references * d/copyright: updated to DEP-5 machine readable copyright format * Added patch for gcc5 support (Closes: #777803) * d/bomberclone.desktop: added categories (Closes: #737833) bomberclone (0.11.9-4) unstable; urgency=low * Build-Depends: libpng-dev, libjpeg-dev. Closes: #669542. bomberclone (0.11.9-3) unstable; urgency=low * debian/patches/05_fix_gcc4.6_warning.diff: Added. Closes: #625311. Patch by peter green , thanks. bomberclone (0.11.9-2) unstable; urgency=low * debian/patches/04_no-add-needed.diff: Added. Closes: #553970. bomberclone (0.11.9-1) unstable; urgency=low * New upstream release. bomberclone (0.11.7-1) unstable; urgency=low * New maintainer. Closes: #316569. * New upstream release. Closes: #382082. That fixes CVE-2006-4005 and CVE-2006-4006. * debian/*: Repackaged with dh-make 0.41. * debian/source.lintian-overrides: Added. * debian/watch: Added. bomberclone (0.11.6.2-1) unstable; urgency=high * New upstream release + fixes serious network bugs (closes: #316232) * Applied patch by Tim Yamin to fix potential remote arbitrary code execution [src/menu.c, src/menulabels.c, CVE-2006-0460] * Fixed URLs in debian/copyright (closes: #354377) bomberclone (0.11.6-1) unstable; urgency=low * New upstream release bomberclone (0.11.5-1) unstable; urgency=low * New upstream release * added the icon, converted to XPM@32x32 (closes: #275633) bomberclone (0.11.3-1) unstable; urgency=low * New upstream release bomberclone (0.11.2-1) unstable; urgency=low * New upstream release * data lookup working again, removed configuration.c hacks bomberclone (0.10.1-1) unstable; urgency=low * New upstream release bomberclone (0.10.0-2) unstable; urgency=low * Re-added accidentaly removed dh_shlibdeps call, closes: #207282 bomberclone (0.10.0-1) unstable; urgency=low * Initial Release, closes: #206087 bootp (2.4.3-21.2) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with GCC 15. (Closes: #1096387) bootp (2.4.3-21.1) unstable; urgency=medium . * Non-maintainer upload. * Declare need for `Rules-Requires-Root` to avoid silent misbuilding. (Closes: #1104965) bootp (2.4.3-21) unstable; urgency=medium . * Fix FTBFS on 32-bit architectures. Closes: #1091374 Patch by Helge Deller bootp (2.4.3-20) unstable; urgency=medium . * Standards Version is 4.7.0 * Fix FTCBFS: Let dh_auto_build pass cross tools to make. Closes: #970319 Patch by Helmut Grohne bootp (2.4.3-19.1) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep}. (Closes: #999072) bootp (2.4.3-19) unstable; urgency=medium . * Source format is 3.0 (quilt) * Fix bootp: Conflicting declarations of insert_ip to cause undefined behaviour Add insert_ip-conflicting-declarations.patch Closes: #749613 bootp (2.4.3-18) unstable; urgency=low * Standards Version is 3.8.2 * DH compatibility level is 7 * Fix debian-rules-ignores-make-clean-error * Fix dh-clean-k-is-deprecated bootp (2.4.3-17) unstable; urgency=low * Acknowledge NMU. Closes: #416670. * Synchronise with ubuntu. * Fixed bootpd man page typos. Closes: #383118. Patch by A. Costa * Fixed the following lintian message: - bootp source: debian-rules-sets-DH_COMPAT line 7 bootp (2.4.3-16.1) unstable; urgency=low * Non-maintainer upload durin BSP. * Depend on update-inetd for postrm. * conditional call of update-inetd in postrm. (Closes: #416670) bootp (2.4.3-16) unstable; urgency=low * Set Standards-Version to 3.7.2. * Set DH_COMPAT to 5. * Fixed "diff-contains-substvars debian/substvars". bootp (2.4.3-15) unstable; urgency=low * Fixed "it says it does DHCPOFFER, but doesn't", closes: #282915. Patch thanks to Petr Olivka . * Set DH_COMPAT to 4. * Added watch file. bootp (2.4.3-13) unstable; urgency=low * New maintainer's email address. bootp (2.4.3-12) unstable; urgency=low * New maintainer. bootp (2.4.3-11) unstable; urgency=low * Removed build-stamp/install-stamp. * Included errnor.h/string.h in report.c (closes: #219123). * Use fd_set instead int for select. * Removed reference to netstd. bootp (2.4.3-10) unstable; urgency=low * Ensure that vendor area is at least 64 bytes long (closes: #189256). bootp (2.4.3-9) unstable; urgency=low * Documented ms tag in manual page. * Eliminated baroque padding in response packets (closes: #184300). bristol (0.60.11-5.1) unstable; urgency=medium . * Non-maintainer upload. * Build with -std=gnu17 to workaround FTBFS with GCC 15. (Closes: #1096395) bristol (0.60.11-5) unstable; urgency=medium . * Team upload . [ Miriam España Acebal ] * d/p/implicit-function-declaration.patch: Upstream's fix for avoiding implicit ints and implicit function declarations, to prevent build failures and fixing existing FTBFS on armfh (Closes: #1066243) bristol (0.60.11-4) unstable; urgency=medium . * Team upload . [ Ondřej Nový ] * d/copyright: Use https protocol in Format field * d/control: Set Vcs-* to salsa.debian.org * d/changelog: Remove trailing whitespaces * d/watch: Use https protocol * Use debhelper-compat instead of debian/compat . [ Felipe Sateler ] * Change maintainer address to debian-multimedia@lists.debian.org bristol (0.60.11-3.1) unstable; urgency=medium . * Non-maintainer upload. * Add patch from Logan Rosen for FTBFS with gcc 10. (Closes: #957055) bristol (0.60.11-3) unstable; urgency=medium . * Team upload. * debian/copyright: - Put my name in 'Files: debian/*' entry. * debian/patches: - 03-rm_alsa-iatomic.h.patch added. (Closes: #834180) Thanks Adrian Bunk and James Cowgill. bristol (0.60.11-2) unstable; urgency=low . * Upload to unstable. bristol (0.60.11-1) experimental; urgency=low . * New upstream release. * Bump debhelper requirements. * Refresh patches. * Bump Standards. bristol (0.60.10-3) unstable; urgency=low * Extend 02-disable_sse.patch to disable -march=core2 -msse -msse -mfpmath=sse when compiling libbristol too. bristol (0.60.10-2) unstable; urgency=low * Disable -msse -mfpmath (Closes: #674229) bristol (0.60.10-1) unstable; urgency=low * New upstream bugfix release. * Refresh 01-export_statements.patch. * Use dh-autoreconf. * Refresh debian/copyright. * Bump Standards. bristol (0.60.9-1) unstable; urgency=low * New upstream bugfix release. * Depends on libjack-dev only. * Refresh patches. bristol (0.60.8-3) unstable; urgency=low * debian/rules: - Enable parallel builds. - Get rid of unneeded *.la files (Closes: #621266). * debian/control: - Suggests jackd. - Bump Standards. * Rewrite debian/copyright as per DEP-5 rev.174. bristol (0.60.8-2) unstable; urgency=low * Upload to unstable. * Relax JACK's build-deps to let this build in sid. bristol (0.60.8-1) experimental; urgency=low * Update debian/gbp.conf. * Imported Upstream version 0.60.8 * Refresh patches. bristol (0.60.7-3) experimental; urgency=low * Don't force jackd2, jackd1 >= 1:0.118+svn4089-1~ is enough to provide jack-session support. bristol (0.60.7-2) experimental; urgency=low * First build with JACK session support. bristol (0.60.7-1) experimental; urgency=low * New upstream release. * debian/patches/01-export_statements: - Remove all unnecessary 'export' statements. * Drop 90-CVE_insecure_library_loading.patch patch, applied upstream. * Add NEWS.Debian to notify users about the default size of the voice table and document how to increase the VOICECOUNT limit at runtime. bristol (0.60.6-2) experimental; urgency=low * Add patch to prevent insecure library loading; Closes: #598285, CVE-2010-3351 * Add local-options file. bristol (0.60.6-1) experimental; urgency=low * New upstream release. * Remove DMUA field. * Add debian/gbp.conf. * Switch to 3.0 (quilt) format. * Add .gitignore file. * Remove empty debian/patches dir. * Update Standards-Version to 3.9.1. bristol (0.60.5-3) unstable; urgency=low * Drop all unnecessary 'export' statements. bristol (0.60.5-2) unstable; urgency=high * Add patch to solve security issue CVE-2010-3351: - Fix insecure library loading (Closes: #598285); bump urgency to high. * Add debian/gbp.conf file. * Bump Standards. bristol (0.60.5-1) unstable; urgency=low * Change my email address. * Imported Upstream version 0.60.5 * Update debian/copyright. bristol (0.60.4-1) unstable; urgency=low * New upstream release. * Add autotools-dev debhelper addon support. * debian/rules: Remove old lines used to update config.{guess,sub} files. * debian/patches/01-destdir.patch: Removed, applied upstream. bristol (0.60.3-1) unstable; urgency=low * New upstream release, Closes: #580728 too. * Remove 01-spelling_errors.patch, applied upstream. * debian/patches/01-destdir.patch: - Compress manpages before installing them. - Fix installation path of manpages. * Remove bristol.1 manpage, now provided by upstream. bristol (0.60.2-1) unstable; urgency=low * New upstream release. * Update debian/patches/01-spelling_errors.patch, all other patches have been applied upstream. bristol (0.60.0-4) unstable; urgency=low * Switch back to deb format 1.0, bug#578693 has been fixed. * Refresh and improvements, another attempt to fix FTBFS on hppa,sparc,s390. * Drop debian/patches/02-implicit_pointer_conversion.patch patch, applied upstream. * Patch to fix FTBFS on hurd-i386. bristol (0.60.0-3) unstable; urgency=low * debian/patches/04-fix_alsa_presence_check.patch: - Attempt to fix FTBFS on hppa, sparc and s390 architectures. bristol (0.60.0-2) unstable; urgency=low * Add patch to fix FTBFS on kfreebsd architectures (Closes: #578443). * Temporary switch to debian 3.0 (quilt) format to workaround bug#578693. bristol (0.60.0-1) unstable; urgency=low * New upstream release uploaded to unstable. * Add autotools support. * Refresh debian/patches/01-spelling_errors.patch patch. * debian/rules: Set JACK as default AUDIO and MIDI driver. * debian/patches/02-implicit_pointer_conversion.patch: - Forwarded to upstream. bristol (0.40.8-3) unstable; urgency=low * Fix mistake in debian/rules, really try to fix FTBFS on hurd,kfreebsd. bristol (0.40.8-2) unstable; urgency=low * Disable alsa on hurd,kfreebsd architectures. * Adjust debhelper,quilt build-dependencies to ease backporters' life. * Bump Standards. bristol (0.40.8-1) unstable; urgency=low * New upstream bugfix release. bristol (0.40.7-2) unstable; urgency=low * debian/patches/02-implicit_pointer_conversion.patch: Function 'bristolmalloc' implicitly converted to pointer, this was due to a missing function prototype (Closes: #563435). bristol (0.40.7-1) unstable; urgency=low * New upstream release. * Fix a little spelling error in the packages' description (Closes: #528546); thanks to Junichi Uekawa for reporting this. * Add Vcs-* tags. * Set DM-Upload-Allowed to yes. * Add Free Ekanayaka to Uploaders field. bristol (0.40.6-1) unstable; urgency=low * Adopting this (Closes: #546954). * Create new bristol-data runtime package, it will contain application's architecture-indipendent data files. * Drop all patches, now useless. * Switch to debhelper 7. * debian/copyright: Update according to DEP-5 spec. * debian/bristol.1: Fix little spelling mistake. * Replace patch system, from dpatch to quilt. * Add 01-spelling_errors.patch patch to fix spelling-error-in-binary. * debian/rules: dh_makeshlibs doesn't touch shlibs/symbols file, libraries under /usr/lib/bristol/ are private. bristol (0.9.1-13) unstable; urgency=low * Fixed X11 library dependencies (closes: #346627) bristol (0.9.1-11) unstable; urgency=medium * Fixed gcc-3.4 compilation * removed dynamic libraries, bristolenine and bristol are linked dynamically now (closes: #265621) (closes: #265052) bristol (0.9.1-10) unstable; urgency=low * added set -e to build script * copy built libraries to lib directory bristol (0.9.1-9) unstable; urgency=low * Moved to patch system * Added watch file * Added homepage to description and fixed spelling mistakes * Updated the README.Debian file bristol (0.9.1-8) unstable; urgency=low * startBristol (bristol) tries to connect to the ALSA MIDI sequencer by default * Fixed wrong upstream URL (closes: 248077) bristol (0.9.1-7) unstable; urgency=low * fixed setting saving in homedir bristol (0.9.1-6) unstable; urgency=low * added check for SND_LIB_MAJOR == 1 for new ALSA version (closes: #235024) bristol (0.9.1-5) unstable; urgency=low * enable start of bristol with bristol command (closes: #203174) * added upstream info (closes: #199966) bristol (0.9.1-4) unstable; urgency=low * fixed exit() without parameter in brightonMini.c bristol (0.9.1-3) unstable; urgency=low * changed format of help text to make it compile with all compilers bristol (0.9.1-2) unstable; urgency=low * added libmidibristol.so (closes: #199391) * fixed path to bristolengine bristol (0.9.1-1) unstable; urgency=low * Initial Release. cdcd (0.6.6-13.3) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with GCC 15. (Closes: #1096419) cdcd (0.6.6-13.2) unstable; urgency=medium . * Non-maintainer upload. * debian/control: Bump to use debhelper compat v13. * debian/control: Drop obsolete dependency install-info. (Closes: #1013465) * debian/control: Require libcdaudio-dev (>= 0.99.12p2-16~). * debian/rules: Simplify dh sequence usage and ensure usage of dh-autoreconf. * debian/cdcd.install: Replace manual invocation of install in d/rules. * debian/control: Drop manually-built dbg package with -dbgsym package. * debian/clean: Explicitly clean the configure script. * debian/copyright: Use machine-readable copyright format. * debian/patches/{0008...0014}.patch: Various C and autotools syntax fixes. (Closes: #1074870) * debian/cdcd.maintscript: Drop bash completion file that originally resides in /etc/. Now it is installed in /usr/share/bash-completion/completions/. cdcd (0.6.6-13.1) unstable; urgency=low * NMU * Add 07-no-curses.patch to fix FTBFS. Since curses isn't used anyway, don't test for or use it. (Closes: #646134). Thanks to Daniel T Chen for passing on this patch from Ubuntu. cdcd (0.6.6-13) unstable; urgency=low * New maintainer (Closes: #543835). * Standards-Version: 3.9.2 (no changes required). * debian/control: + Fix minor whitespace issue in description. + Drop Vcs-Browser and Vcs-Git fields, I don't use a repo. * Add debian/watch file. * Close "no sound with cdcd in sid", was a 2.6.32 issue (Closes: #568996). Also close "everything seems to work as expected, but no sound :(" which is pretty surely the same issue (Closes: #602752). Please reopen if this still happens with current kernels. * Fix "cdcd rndplay" segfault if no CD in inserted (Closes: #466920). Thanks Zak B. Elep for the patch. * Escape a hyphen in the manpage to silence lintian. cdcd (0.6.6-12) unstable; urgency=low * QA upload * Change build-dependency libreadline5-dev => libreadline-dev (closes: #553737) * patch 04-freedb-url: update address of freedb service (closes: #485524) * Migrate to source format 3.0 (quilt): - add debian/source/format - drop build-dependency on quilt - drop --with-quilt from debian/rules * cdcd: add dependency on dpkg (>= 1.15.4) | install-info to ease transition to trigerized install-info cdcd (0.6.6-11) unstable; urgency=low * Sorting and updating depends. * Removing vcs fields. * Orphaning package. cdcd (0.6.6-10) unstable; urgency=low * Minimizing rules file. * Wrapping build-depends. * Adding misc depends. cdcd (0.6.6-9) unstable; urgency=low * Updating vcs fields in control file. * Using patch-stamp rather than patch in rules file. * Replacing obsolete dh_clean -k with dh_prep. * Updating section of the debug package. * Using correct rfc-2822 date formats in changelog. * Updating package to standards version 3.8.2. * Updating year in copyright file. * Prefixing debhelper files with package name. * Using quilt rather than dpatch. * Updating rules to current state of the art. * Avoid including info dir files. cdcd (0.6.6-6) unstable; urgency=low * Bumped to new policy. * Using homepage field in control * Don't hide errors in clean target of rules. cdcd (0.6.6-5) unstable; urgency=low * Minor cleanups. cdcd (0.6.6-4) unstable; urgency=low * New email address. cdcd (0.6.6-3) unstable; urgency=low * Added bash completion from Martin Schulze (Closes: #366004). cdcd (0.6.6-2) unstable; urgency=low * Added patch to skip unplayable data tracks automagically (Closes: #308286). * Added patch to disable the CD information server selection by initial cdcd start; cdindex.org seems to be dead and CDDB is the only alternative (Closes: #306873). cdcd (0.6.6-1) unstable; urgency=low * New maintainer (Closes: #343257). * New upstream release (Closes: #252731). * Added patch to allow ejecting empty cd-tray (Closes: #319916). * Redone debian/ using new debhelper templates. * Using dpatch to manage patches. * Added watch file. cdcd (0.6.5-4) unstable; urgency=low * Patched doc/Makefile.in to avoid the inclusion of the files dir.gz and dir.old.gz in /usr/share/info due to an automake bug. Thanks to Andreas Metzler (Closes: #218475). * Updated Standards-Version to 3.6.1.0 cdcd (0.6.5-3) unstable; urgency=low * New maintainer (closes: #188044). * Updated upstream source address in copyright. * Updated Standards-Version to 3.5.9. * Used debhelper for build the package. cdcd (0.6.5-2) unstable; urgency=low * Update config.sub and config.guess (Closes: #188668). cdcd (0.6.5-1) unstable; urgency=low * Package new version (Closes: #186649). celery (5.5.3-2) unstable; urgency=medium . * Team upload. * Replace transitional python3-tz dependency with python3-pytz * Drop "Rules-Requires-Root: no": it is the new default * Bump Standards-Version to 4.7.2 . [ Bas Couwenberg ] * vendor python3-click-plugins dependency (Closes: #1108454) cgoban (1.9.14-20.1) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with GCC 15. (Closes: #1096428) cgoban (1.9.14-20) unstable; urgency=low . * Updated path to gnugo. * Changed build system to debhelper, closes: #943719. * Updated standards version. cgoban (1.9.14-19) unstable; urgency=low . * Fixed FTCBFS: ./configure thinks it cannot cross, closes: #943719. Thanks to Helmut Grohne. * Updated standards version, fixed minor Lintian complaints. cgoban (1.9.14-18) unstable; urgency=low . * Made build reproducible, closes: #827684, thanks to Chris Lamb. * Added new icon, thanks to Markus Koschany. * Updated standards version: + updated build system, + removed menu system integration, closes: #737846, + removed update-mime. cgoban (1.9.14-17) unstable; urgency=low * Fixed crash on maximization, closes: #387209. Thanks to Bill Allombert. * Updated build targets in debian/rules. * Recommending gnugo instead of suggesting it. * Renamed legacy changes patch to avoid Lintian warning. * Updated standards version. cgoban (1.9.14-16) unstable; urgency=low * Fixed (build-)dependencies. * Updated package to source format 3.0 (quilt). * Updated standards version. cgoban (1.9.14-14) unstable; urgency=low * Updated desktop file, closes: #455991. cgoban (1.9.14-13) unstable; urgency=low * Added desktop file and icon, closes: #455798. * Updated standards version. cgoban (1.9.14-12) unstable; urgency=low * Removed debug switch from make. * Fixed timestamps. * Fixed watch file. * Fixed clean target. * Updated standards version. cgoban (1.9.14-11) unstable; urgency=low * Applied workaround for autotools timestamp issue, see bug #362880. cgoban (1.9.14-10) unstable; urgency=low * Added debug switch to make in order to investigate timestamp problem when auto-building on ia64 and sparc, which is not reproducible with a manual build. cgoban (1.9.14-9) unstable; urgency=low * Acknowledging NMU, closes: #342251, #356150. * Fixed (?) autotools timestamp issue, closes: #362132. cgoban (1.9.14-8.1) unstable; urgency=high * Non-maintainer upload. * Fix the fixed patching of auto files in debian/rules (Closes: #342251). cgoban (1.9.14-8) unstable; urgency=low * Fixed patching of auto files in debian/rules, closes: #341966. cgoban (1.9.14-7) unstable; urgency=low * Updated build-dependencies according to xlibs-dev transition. * Updated standards version, fixed debian/rules, debian/copyright. * Added watch file. cgoban (1.9.14-6) unstable; urgency=low * Enhanced "Basicwin" label, fixed grab_cgoban script, closes: #257229. * Fixed POSIX compliance of debian/rules. * Fixed quotation in menu file. cgoban (1.9.14-5) unstable; urgency=low * Fixed disappearing windows, closes: #113342. Thanks to Chris Gray. * Fixed dashes in manual page. * Added DEBIAN/md5sums. cgoban (1.9.14-4) unstable; urgency=low * Improved timer: cgoban will (approximately) ignore time gaps >= 30 sec, in order to disregard laptop suspend times, closes: #179280. * Updated package description. cgoban (1.9.14-3) unstable; urgency=low * Changed default path of gnugo, thanks to Reinhard Tartler. * Updated defaults for serial devices. cgoban (1.9.14-2) unstable; urgency=low * Removed bugfix for #204313, because of segfault reports. #204313 occurs is woody only, probably an xfree bug. * Fixed compiler warning. cgoban (1.9.14-1) unstable; urgency=low * New maintainer. * New upstream release, closes: #195211. * Fixed font name, closes: #204313. * Updated package description and standards version. cgoban (1.9.12-3) unstable; urgency=low * New maintainer: Christian Lavoie. * Sponsored upload with new upstream release is being prepared. chibicc (1.0.23.1-1) unstable; urgency=medium . * New upstream version. * d/upstream/metadata: updated. * d/copyright: bump years. * d/control: - update homepage field. - uncommented Vcf fields. * Bump standard version to 4.7.2. ckb-next (0.6.2+dfsg-0.2) unstable; urgency=medium . * Non-maintainer upload. * Fix typo causing init systems' config not to be installed (Closes: #1107406). . [ Helmut Grohne ] * Let systemd.pc decide where to install units to. (Closes: #1054015) (this fix was uploaded by Chris Hofstaedtler in 0.6.0+dfsg-0.2 but it was not added to git and was lost in the following upload) ckermit (416~beta12-1.1) unstable; urgency=medium . * Non-maintainer upload. * Build with -std=gnu17 to workaround FTBFS with GCC 15. (Closes: #1096438) ckermit (416~beta12-1) unstable; urgency=medium . * New upstream release ckermit (414~beta11-3) unstable; urgency=medium . * Another attempt for time_t compatibility. ckermit (414~beta11-2) unstable; urgency=medium . * Use time_t for compatibility with 64-bit time_t on 32-bit archs. ckermit (414~beta11-1) unstable; urgency=medium . * New upstream release ckermit (408~beta11.20240207-1) unstable; urgency=medium . * New upstream release per upstream author ckermit (405~beta10-2) unstable; urgency=medium . * New maintainer. Thank you Sébastien for maintaining ckermit! * Document iksd procedures and correct default inetd entry. Closes: #1042938. ckermit (405~beta10-1) unstable; urgency=medium . * New upstream version 405~beta10 * d/rules: delete /u/s/doc/ckermit/COPYING.TXT, it’s back in this release ckermit (404~beta09-1) unstable; urgency=medium . * New upstream version 404~beta09 * d/copyright: reflect upstream changes * Update standards version to 4.6.2, no changes needed. * d/rules: COPYING.txt and ckermit.ini no longer installed, so no need to clean them * README.txt no longer included, so do not install it under /usr/share/doc * cflags.patch: new patch, sanitizes compilation flags ckermit (402~beta08-1) unstable; urgency=medium . * New upstream version 402~beta08 * NOTES.txt no longer exists upstream ckermit (400~beta06-1) unstable; urgency=medium . * New upstream version 400~beta06 (actually 10.0 Beta.06, but we track the so-called edit number) ckermit (400~beta05-1) unstable; urgency=medium . [ Sébastien Villemot ] * New upstream version 400~beta05 (actually 10.0 Beta.04, but we track the so-called edit number) * d/rules: handle -beta suffix in upstream version numbers * Update lintian overrides for new syntax * Update standards version to 4.6.1, no changes needed. . [ Debian Janitor ] * Trim trailing whitespace. * Use secure URI in Homepage field. ckermit (305~alpha07-1) unstable; urgency=medium . * New upstream version 305~alpha07 * d/copyright: reflect upstream changes * d/rules: do not distribute spurious /usr/bin/ckermit.ini ckermit (305~alpha06-1) unstable; urgency=medium . * New upstream version 305~alpha06 * Again fix lintian override for maintainer-script-needs-depends-on-update-inetd ckermit (305~alpha05-1) unstable; urgency=medium . * New upstream version 305~alpha05 * format-security.patch: drop patch, applied upstream * Fix lintian override for maintainer-script-needs-depends-on-update-inetd ckermit (305~alpha04-1) unstable; urgency=medium . * New upstream version 305~alpha04 * d/copyright: reflect upstream changes * openssl-1.1.patch: drop patch, no longer needed * Disable kerberos support. It no longer compiles with this new upstream version. The upstream author says that he does not have the resources to maintain it. * format-security.patch: new patch, fixes FTBFS with -Werror=format-security * Demote openbsd-inetd to Suggests. Most users probably don’t use iksd. * Bump S-V to 4.6.0 * Add Rules-Requires-Root: no * d/postinst: replace call to obsolete “which” by “command -v” * Add lintian override for maintainer-script-needs-depends-on-update-inetd ckermit (305~alpha02-1) unstable; urgency=medium . * New upstream version 305~alpha02 * Drop patches applied upstream: + make-errors-not-trapped.patch + multiarch-makefile.patch ckermit (305~alpha01-1) unstable; urgency=medium . * Reintroduce the package (Closes: #970461) * Add debian/gbp.conf, for DEP-14 branch layout * Update Homepage to point specifically to C-Kermit * Update debian/watch to track development releases * New upstream version 305~alpha01 (#809750) + compiles against glibc 2.28 (#915992) * d/copyright: + add missing copyright notices + fix license shortname + update copyright years * Drop patches applied upstream: + 020_fix_ptys.patch + 030_fix_dialmessage.patch + 040_fix_types.patch + 050-consider-OPENSSL_NO_SSL3.patch + ckermit-drop-the-version-for-openssl.patch * Refresh patches: multiarch-makefile.patch, ck_patch.patch * make-errors-not-trapped.patch: new patch (#905815) * openssl-1.1.patch: new patch (#847611) * d/control: + Bump to debhelper 13 + Bump to S-V 4.5.0 + Clean up (Build-)Depends list + Downgrade Priority to optional + Update Vcs-* fields for move to salsa * d/rules, d/install, d/docs, d/links, d/rules: + Do not try to install ckermit.ini under kermrc.full, since that file is no longer distributed by upstream + Adapt to renames/drops of *.txt files + Various simplifications (in particular for build flags) + Support DEB_BUILD_OPTIONS=parallel=N * Drop obsolete menu file * Add Brazilian Portuguese translation (#815513) Thanks to José Antônio de Figueiredo * iksd now uses /srv/ftp as default directory (same as proftpd) ckermit (302-5.3) unstable; urgency=medium . * Non-maintainer upload. * Add B-D: zlib1g-dev (Closes: #851007). ckermit (302-5.2) unstable; urgency=medium . * Non-maintainer upload. * Explicitly build with libssl1.0-dev (Closes: #828266). ckermit (302-5.1) unstable; urgency=medium . * Non-maintainer upload. * Do not use SSLv3 protocol functions (Closes: #804463). ckermit (302-5) unstable; urgency=low . * Fix FTBFS: botched modification of YunQiang Su's perfectly good patch. ckermit (302-4) unstable; urgency=low . * Fix FTBFS. Thanks to YunQiang Su for the patch (Closes: #713603). * Standards-Version: 3.9.5. * Add Vcs- fields. * Remove unused overrides. ckermit (302-3) unstable; urgency=low * Fix Hurd FTBFS: (Closes: #674444) + 020_fix_ptys.patch: define _XOPEN_SOURCE to 500. + rules: don't define HAVE_PTMX on hurd. Thanks to Svante Signell. ckermit (302-2) unstable; urgency=low * DES support is disabled as libdes425 has been removed. * Fix FTBFS on hurd-i386 (Closes: #671892) Thanks to Svante Signell. * New patch: 020_fix_ptys: pull in ptsname() prototype. Thanks to Mark Wooding (Closes: #660066). * New patch: 030_fix_dialmessage: fix \v(dialmessage) when dialsta is unset. Further thanks to Mark Wooding (Closes: #660276). * New patch: 040_fix_types: fix inconsistent type declarations that can cause a bus error on some platforms. Patch from Edward Berner, via upstream. * New patch: 900_ck_patch: set ck_patch as we have modified source. * Fix pending l10n issues. Debconf translations: + Dutch; (Thanks to Jeroen Schot). Closes: #660843 + Polish (Thanks to Michał Kułach). Closes: #670771 + and thanks to Christian Perrier for his usual sterling l10n work. * Add openssl to Build-Depends so openssl binary is available to makefile. * Add hardening flags. * Update Homepage: to new kermitproject.org site (Closes: #666516). Thanks to Anders Andersson. * Standards-Version: 3.9.3 (no changes). * Remove obsolete lintian overrides. ckermit (302-1) unstable; urgency=low * New upstream version. * 01_search-usr-lib-for-libk5crypto.patch: + Update to properly find multiarch library paths (Closes: #639747). Based on patch from Ubuntu, thanks to Daniel T Chen. + Add dep3 header. * debian/copyright: + Change Source: to point to new kermitproject.org site. + Update DEP5 Format: URL. ckermit (301-2) unstable; urgency=low * Fix FTBFS: + patch makefile with new patch 01_search-usr-lib-for-libk5crypto.patch. + kfreebsd: add -DSELECT. * Remove XS-Autobuild: yes, not needed now we are in main. ckermit (301-1) unstable; urgency=low * New upstream release (Closes: #633156). * Moved to main, ckermit is now DFSG-free!. * Updated copyright, kermit is now under a BSD-like license. * Being in main means we can finally enable crypto. This enables us to close a 10 year old bug! (Closes: #95135). + use make target linux+krb5+openssl. + add ssl-dev and libkrb5-dev to Build-Depends. * Removed socks support because: + libsocks4 doesn't support socks5, and is orphaned. + socks support causes problems with avahi. + you can get the same functionality with 'tsocks kermit'. * Removed all patches from debian/patches, all taken upstream. * Compile with -O1: -O2 is not supported and causes segfaults with iksd + kerberos. * debian/rules: use dh minimal rules file. * Bump debhelper build depends to (>= 7.0.50~) for dh override support. * Update PAM config, now just includes common-auth, common-account and common-session. * Propitiate lintian: + remove ./ from override paths. + add override unusual-interpreter #!/usr/bin/kermit. + add spelling override. 'IF WRITEABLE' is a valid kermit command, so we are stuck with that spelling. + drop leading 'a' from Description. + debian/watch: remove dh-make boilerplate. + Standards-Version: 3.9.2 (no changes). ckermit (211-15) unstable; urgency=low * Add Italian translation. Thanks to Luca Bruno. (Closes: #602240). * Standards-Version: 3.9.1 (no changes). ckermit (211-14) unstable; urgency=low * Switch to 3.0 (quilt) source format: + Add debian/source/format. + Remove quilt from debian/rules. + Remove quilt from Build-Depends. + Remove debian/README.source. * 060_speeling.patch: fix more spelling errors. * Add lintian overrides for spelling false-positives. * Update maintainer email address. * Remove DM-Upload-Allowed flag. * Debhelper compat level 7. * Standards-Version: 3.8.4 (no changes). ckermit (211-11) unstable; urgency=low * New Russian debconf translation (Closes: #511935) Thanks to Yuri Kozlov. ckermit (211-9) unstable; urgency=low * Fix iksd user information disclosure when PAM is used (Closes: #417247). * Update maintainer email address. * Bump ck_patch to 2. * Fix menu section. * Stop ignoring return code of 'make clean'. * Cut out unneeeded linkage: added "-Wl,-z,defs -Wl,--as-needed" to LNKFLAGS * Bump Standards-Version to 3.7.3 ckermit (211-8) unstable; urgency=low * Change netbase dependency to openbsd-inetd | inet-superserver. * Tweak debconf templates to keep lintian happy. * Bumped debconf compatability level to 5. * Tidied debian/rules. ckermit (211-7) unstable; urgency=low * New debconf translations: + German - thanks to Matthias Julius. (Closes: #408586). + Portuguese - thanks to Ricardo Silva (Closes: #413748). + Galician - thanks to Jacobo Tarrio (Closes: #413757). * debian/control: + Updated Standards-Version (no changes). + Added XS-Autobuild: yes. ckermit (211-5) unstable; urgency=low * New translations: + French - Thanks to Olivier Trichet (Closes: #260090) + Danish - Thanks to Morten Brix Pederson (Closes: #268368) + Japanese - Thanks to Hideki Yamane (Closes: #270927) ckermit (211-4) unstable; urgency=low * Temporarily removed crypto (kerberos and SSL) until the non-US/non-free issue is resolved, so we don't miss sarge. * debian/control: + Section: reverted to non-free/comm. + Build-Depends: removed kerberos and openssl. ckermit (211-3) unstable; urgency=low * Included minor changes upstream sneaked in without bumping the version number. As previous 211- versions haven't made it into debian, there should be no problems with the .orig.tar.gz changing. * debian/rules: clean target now deletes wermit, as upstream makefile no longer does. ckermit (211-2) unstable; urgency=low * Uploaded to non-US/non-free instead of non-free as crypto options now enabled. * Fixes for new lintian warnings: + iksd man page link moved to section 8. + Converted - in kermit man page to \- or \(hy as appropriate. ckermit (211-1) unstable; urgency=low * New Maintainer (Closes: #143649). * New upstream version (Closes: #58634). * Ack NMU (Closes: #54901). * Add -DTIMEH to KFLAGS, replacing NMU patch (Closes: #91281). * Sorted out docs dir (Closes: #229309). * errno problem should be fixed by this recompile (Closes: #222096, #228728). * Kerberos 4/5 support with MIT libs (Closes: #95135). * Support for Socks4 (libsocksd), openssl, pam, shadow passwds and IKSD. * Converted to po-debconf. * Added support for /etc/kermit/kermrc (Closes: #123336). * Attempt to remove /etc/kermit/ on purge in postrm. * debian/control: changed Section: to non-US/non-free clamsmtp (1.10-18.1) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with GCC 15. (Closes: #1096439) clamsmtp (1.10-18) unstable; urgency=medium . * Use mktemp in postist (Closes: #992454). * Use proper date for the length argument (Closes: #1074883). * Fix out-of-bounds access in read_raw(). * Pass correct length to strncat() in vmessage(). clamsmtp (1.10-17.3) unstable; urgency=medium . * Non-maintainer upload. * Convert to source format 3.0. (Closes: #1007559) clamsmtp (1.10-17.2) unstable; urgency=medium . * Non-maintainer upload. * Update Debconf translations: - ru from Lev Lamberov and Dmitriy Sidorov (Closes: #920889) - pt_BR from Paulo Henrique de Lima Santana (Closes: #1028010) clamsmtp (1.10-17.1) unstable; urgency=medium . * Non-maintainer upload. * Update Debconf translations: -nl from Frans Spiesschaert (Closes: #898865) -fr from Steve Petruzzello (Closes: #901305,#916623) -da from Joe Dalton (Closes: #923123) -it from Beatrice Torracca (Closes: #952794) -sv from Martin Bagge (Closes: #1011330) -es from Camaleón (Closes: #1026783) clamsmtp (1.10-17) unstable; urgency=medium . * Fix RuntimeDirectory entry in service file. (Closes: #894383) clamsmtp (1.10-16) unstable; urgency=medium . * Re-added After line to services file after somehow losing it. clamsmtp (1.10-15) unstable; urgency=medium . * Added patch to handle lines with leading dots correctly. Thanks to Christoph Pleger (Closes: #819061) * Bumped Standards-Version and debhelper compat level. * Enabled all hardening options * Removed default file * Added native service file. clamsmtp (1.10-14) unstable; urgency=medium . * Change order of some include files to make package compile again. (Closes: #866076) * Bumped Standards-Version to 4.0.0, no changes needed. * Changed checks in postrm to not look for command with full path. * Added dependency on lsb-base. clamsmtp (1.10-13) unstable; urgency=high . * Fixed order of includes to prevent the compiler from assuming wrong types. Thanks to Julien Cristau (Closes: #779501) clamsmtp (1.10-12) unstable; urgency=medium . * Use dh-autoreconf in build to support new architectures. Thanks to Chen Baozi (Closes: #753782) * Bumped Standards-Version to 3.9.5, no changes needed. * Corrected homepage information. (Closes: #739103) * Canonicalized VCS information. * Removed GNU_SOURCE definition from the single file that has it. (Closes: #703538) * Updated watch file to correct URL, too. clamsmtp (1.10-11) unstable; urgency=low . * Added Italian debconf translation (Closes: #691355) * Move to debhelper version 9 to get hardening flags clamsmtp (1.10-10) unstable; urgency=low * Added Danish debconf translation. (Closes: #671782) * Added LSB description to init script. clamsmtp (1.10-9) unstable; urgency=low * Status should report the correct package name. clamsmtp (1.10-8) unstable; urgency=low * Updated Dutch debconf translation (Closes: #658464) * Bumped Standards-Version to 3.9.3, no changes needed. * Added VCS information. * Added status option to init file. clamsmtp (1.10-7) unstable; urgency=low * Updated Portuguese debconf translation (Closes: #597351) * Bumped Standards-Version to 3.9.1, no changes needed. clamsmtp (1.10-6) unstable; urgency=low * Added Spanish debconf translation. (Closes: #576263) * Added description to init script. * Added Homepage: field. * Added source/format file. clamsmtp (1.10-5) unstable; urgency=low * Updated Vietnamese debconf translation. (Closes: #569652) * Bumped Standards-Version to 3.8.4, no changes needed. clamsmtp (1.10-4) unstable; urgency=low * Updated Catalan debconf translation. (Closes: #563837) * Updated Russian debconf translation. (Closes: #563351) clamsmtp (1.10-3) unstable; urgency=low * Updated Japanese debconf translation. (Closes: #557898, #559885) * Updated German debconf translation. (Closes: #558156) * Updated Czech debconf translation. (Closes: #558416, #560961) * Updated Portuguese debconf translation. (Closes: #559493) * Updated Russian debconf translation. (Closes: #559529) * Updated Galician debconf translation. (Closes: #557863) * Updated Swedish debconf translation. (Closes: #559935) * Updated French debconf translation. (Closes: #561449) * Removed bad wording from debconf template. (Closes: #557952) clamsmtp (1.10-2) unstable; urgency=low * Fixed some packaging files by applying Ubuntu patches done by Scott Kitterman . * Simplified postinst file a little bit. * Fixed clamsmtpd.conf to list valid options. Closes: #553091 * Moved to debhelper 7. * Bumped Standards-Version to 3.8.3, no changes needed. * Fixed some problems in the template file. * Moved from simple_patchsys to quilt and removed need for cdbs. clamsmtp (1.8-5.2) unstable; urgency=high * Non-maintainer upload during BSP. * Fix unconditional use of debconf in postrm (Closes: #416730). * Add Dutch debconf translation (Closes: #419727). * Add dependency on adduser as it is used in postinst. clamsmtp (1.8-5.1) unstable; urgency=low * Non-maintainer upload during BSP. * conditional include of /usr/share/debconf/confmodule (Closes: #416730) clamsmtp (1.8-5) unstable; urgency=low * debian/postinst: A few logic errors found and fixed. Moved checks to add clamav user to clamsmtp group outside scope of clamsmtp user/group test. Upon install or reinstall, only restart clamav-daemon if clamav user is added to the clamsmtp group. Truly Closes: #413968. * debian/postrm: Encapsulated invoke-rc.d calls to start and stop clamav-daemon in a sub-shell. If we cannot stop the service, we shouldn't try to start it. clamsmtp (1.8-4) unstable; urgency=high * Rollback of 1.8-3. A Pre-Depends apparently doesn't solve #412968. clamsmtp (1.8-3) unstable; urgency=high * debian/control: Moved dependency upon clamav-daemon to Pre-Depends, guaranteeing that the clamav user is in place before clamsmtp postinst script attempts to add it to the clamsmtp group. Closes: #413968 clamsmtp (1.8-2) unstable; urgency=low * All translation files converted to UTF-8 by Christian Perrier . * Debconf translations: - debian/po/de.po: German provided by Alwin Meschede and Helge Kreutzmann . Closes: #400520, #407817 - debian/po/gl.po: Galician provided by Jacobo Tarrio . Closes: #412243 - debian/po/ca.po: Catalan provided by Jorda Polo . Closes: #412300 clamsmtp (1.8-1) unstable; urgency=low * New upstream. * debian/po/pt.po: Portuguese translation of debconf templates provided by Miguel Figueiredo . Closes: #381566 clamsmtp (1.4.1-2) unstable; urgency=low * debian/po/vi.po: Vietnamese translation provided by Clytie Siddall . Closes: #310032 clamsmtp (1.4.1-1) unstable; urgency=low * debian/po/pt_BR.po: Andre Luis Lopes sent a fix to this template. Closes: #310879 clamsmtp (1.4.1-0) unstable; urgency=low * New upstream version. Fixes config bug when "Header" not present. * debian/po/pt_BR.po: Added. Thanks, Rodrigo Tadeu Claro . Closes: #303496 * debian/mime_header_checks, debian/README.Debian: Added mime_header_checks example. clamsmtp (1.4-0) unstable; urgency=low * New upstream version. * Removed file descriptor leak fix patch. Fixed upstream. * debian/clamsmtp.init: Removed bashim use of 'function' keyword. Closes: #303237 * debian/po/fr.po: Updated. Closes: #301987 * debian/po/ja.po: Updated. Closes: #301612 * debian/po/cs.po: Updated. * debian/README.Debian: Fixed a couple spelling errors. Fixed reference to clamsmtp user and group regarding /var/{spool,run}/clamsmtp directories. clamsmtp (1.3-1) unstable; urgency=high * debian/postinst: We need to re-start the clamav-daemon once adding clamav to the clamsmtp group. * debian/patches/300175-fileperms.patch: Patch submitted to change permissions on files generated through mkstemp() to be readable by the group. Thanks, Samuel Tardieu . * Closes: #300175 * debian/control: Changed "a vs. an" in long description to match "conventional" rules regarding articles preceding acronyms. Closes: #299969 clamsmtp (1.3-0) unstable; urgency=low * New upstream version. * debian/config, debian/postinst, debian/templates: Added a clamsmtp system user and group. Added clamav user to clamsmtp group. Added template for upgrades. * debian/clamsmtp.logcheck.ignore.server: Added logcheck ignore pattern file submitted by Rafael Jesus Alcantara Perez . Closes: #297476 * debian/README.Debian: Explained in more detail why I chose the default port configuration. * debian/rules, debian/patches/fd-leak.patch: Fixes file discriptor leak in common/spio.c. Thanks, Chris Mason. Closes: #297645 clamsmtp (1.2-4) unstable; urgency=low * debian/clamsmtp.init: Corrected reference to /etc/default/clamsmtp. Closes: #295672 * debian/control: Added versioned depends on dpkg. Closes: #295112 * debian/po/cs.po: Added Czech translation. Thanks, Miroslav Kure . Closes: #293614 clamsmtp (1.2-3) unstable; urgency=medium * debian/clamsmtp.init, debian/clamsmtp.default: Typo fix. Closes: #290433 clamsmtp (1.2-2) unstable; urgency=low * debian/clamsmtp.init: Fixed sed script; enclosed values with quotes. Thanks for the catch, Pablo Castellazzi . * debian/control: Cleaned up "Depends" field. Cleaned up the description. Removed conjunctives. Indicated ClamSMTP's transparent proxy ability. * debian/templates, debian/postinst, debian/clamsmtp.init: Moved fix directory permissions semantics to postinst script. * debian/config: only ask to fix directories if this is an upgrade by comparing package version numbers * debian/po/ja.po: Japanese po-debconf template translation (ja.po). Thanks, Hideki Yamane . Closes: #286042 * debian/po/fr.po: Florent Usseil updated translation. * debian/README.Debian: cleaned this up considerably * debian/NEWS: noted change to directory permissions change clamsmtp (1.2-1) unstable; urgency=low * New upstream version. * Added check to init to make sure we're not trying to change permissions on /var/run clamsmtp (1.1-2) unstable; urgency=low * debian/templates, debian/config, debian/po/templates.pot, debian/po/POTFILES.in: Added po-debconf templates to ask if fixperms function should be enabled in the init.d script and to ask if /var/spool/clamsmtp should be removed. * debian/clamsmtp.init: Optionally check the permissions of the spool and PID directories for clamsmtp. * debian/clamsmtp.default: Add DO_FIXPERMS option. * debian/postinst: Create /var/spool/clamsmtp and /var/run/clamsmtp if they don't exist. Use debconf answer to update DO_FIXPERMS in /etc/default/clamsmtp * debian/postrm: Purge /var/spool/clamsmtp only if specified in debconf. * Closes: #282734: ownership changed incorrectly on upgrade. clamsmtp (1.1-1) unstable; urgency=low * New Upstream Version * Fixed Lintian warnings and errors: - debian/postinst: Removed BASHism - debian/clamsmtp.init: Implemented "force-reload" - debian/clamsmtp.default: Removed hash-bang line clamsmtp (1.0-1) unstable; urgency=low * New Upstream Version * debian/NEWS: cleaned up format * debian/README.Debian: indicated that transparent proxy is an option, but not used by default. * debian/clamsmtpd.conf: Added PidFile directive * debian/clamsmtp.init: Removed PID file option from daemon arguments. Replaced --chuid with --group only. * Closes: #278078: clamsmtp stops accepting connections. Fixed in upstream version 0.9.5. clamsmtp (0.9-1) unstable; urgency=low * New Upstream Version * debian/postinst, debian/dirs: Added a /var/run/clamsmtp directory so clamsmtpd, which runs as clamav, can write it's PID file. Thanks, Dmitri V. Ivanov , for the heads-up. * debian/clamsmtp.init: clamsmtpd now switches to a user upon boot on its own. Forcing the group to switch as well (though not highly necessary). * debian/control: updated debhelper version (fixes linda error) * debian/README.Debian: Run-on-sentance! Die! Die! Die! clamsmtp (0.8-2) unstable; urgency=low * debian/control: Updated Standards-Version to 3.6.1 * debian/docs: NEWS and README contain no real information. URL for homepage found in debian/copyright * debian/clamsmtp.init: Small typo fix. Added CGROUP to --chuid option. * debian/watch: Added no-action watch file to satisfy the masses * debian/postinst: Change ownership of /var/spool/clamsmtp to clamav:clamav clamsmtp (0.8-1) unstable; urgency=low * New Upstream Version * debian/README.Debian: Explained better the configuration decisions I made for this package. * debian/NEWS: Notified users of the differences between the experimental and unstable packages. * debian/init.d -> debian/clamsmtp.init, debian/defaults -> debian/clamsmtp.default: Moved to expected files for dh_installinit. Removed much of the complexity of this defaults file because upstream added a config file, clamsmtpd.conf, to set most of these options. * debian/clamsmtpd.conf: New default configuration file for /etc * /var/lib/clamsmtp -> /var/spool/clamsmtp: conforming to the FHS. * debian/TODO, debian/.todo: devtodo generated TODO list clamsmtp (0.6.92-2) experimental; urgency=low * debian/README.Debian: Noted that this is pre-release software. * debian/init.d: Typo fixed in case statement. clfft (2.12.2-7) unstable; urgency=medium . * Team upload. * Fix autopkgtest to work with CMake 4 clfft (2.12.2-6) unstable; urgency=medium . * Team upload. * Bump CMake policy version (Closes: #1112789) clsync (0.4.5-2.2) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with GCC 15. (Closes: #1096443) clsync (0.4.5-2.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062079 clsync (0.4.5-2.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. clsync (0.4.5-2) unstable; urgency=medium . [ Dmitrii Okunev ] * Remove dependency on libcgroup-dev which is no longer functional - a stub using libcgroup2 might be usable, once it spins up - See bugs.debian.org/959022 for details . [ Barak A. Pearlmutter ] * Bump policy clsync (0.4.5-1) unstable; urgency=medium . [ Andrew Savchenko] * New upstream relese * Added --sync-on-quit support * Added $TMPDIR support * Multiple bug fixes . [Dmitrii Okunev] * Added systemd unit-file . [ Barak A. Pearlmutter ] * Depend on newer debhelper (>= 9.20160709) rather than dh-systemd. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update standards version to 4.5.0, no changes needed. * Merge upstream fix for symbols pthread_mutex_init_shared pthread_mutex_reltimedlock pthread_mutex_destroy_shared in libclsync.so.0.0.0 not found in any libraries. * Bump to debhelper 13. * Address lintian complaint about init.d file * Git ignore some debris * Tell dh_missing not to worry about the *.la file clsync (0.4.3-1) unstable; urgency=medium . [ Dmitry Yu Okunev ] * Fixed mode "simple": use absolute paths * Better error reporting on bad arguments/configuration. * Disabled "seccomp" features to make the package buildable on non-x86 platforms (closes: #844778) * Updated the manpage . [ Barak A. Pearlmutter ] * New Upstream Version * Bump policy version * Bump to debhelper 12 * Update uscan debian/watch file * add git-buildpackage configuration file * dependency per lintian tag skip-systemd-native-flag-missing-pre-depends * move library package to section: libs clsync (0.4.2-1) unstable; urgency=medium . * New upstream release * Bump standards version * Harden * Fix some typos clsync (0.4.1-1) unstable; urgency=medium . * New upstream release with a lot of fixes clsync (0.4-1) unstable; urgency=medium . [ Dmitry Yu Okunev ] * A lot of fixes . [ Barak A. Pearlmutter ] * Merge upstream, in particular debian/ tweaks * don't install compile-time stuff that shouldn't be * bump debian standards version, no changes necessary * update debian/watch file, mangle upstream -rc * update .gitignore * correct some spelling errors * man dash hyphen slash patch clsync (0.3-1) unstable; urgency=medium . [ Dmitry Yu Okunev ] * Added support of control socket . [ Barak A. Pearlmutter ] * New upstream version * Bump standards version * Remove -*- makefile -*- in debian/rules: defaults to GNUmakefile-mode * Must generate library: ./configure --enable-socket * Fold clsync-dev into libclsync-dev * Address lintian issues - Add appropriate per-binary-package sections - Remove extra LICENSE file - Rename lib package w/ .so suffix "0" - Expand and diversify package descriptions. * Add dependency of lib-dev package upon lib package * Print list of debian/tmp files not installed into any binary package * Install some stray uninstalled files - the actual clsync executable (!) - its man page - some *.h header files * Fold small (14k) clsync-doc package into clsync clsync (0.2.1-1) unstable; urgency=low . * New upstream version clsync (0.1-2) unstable; urgency=low . * Tweak debian/watch to ignore debian releases clsync (0.1-1) unstable; urgency=low . * Initial release (Closes: #718769 ) collectd (5.12.0-27) unstable; urgency=medium . * gcc 15 build fixes (Closes: #1096452) * [ed20653] Fix building with current libmongoc. Thanks to Roberto C. Sánchez, Niko Tyni (Closes: #1112629) * [1adc0d0] Use new CURLINFO_SIZE_(DOWN|UP)LOAD_T. * [0ce8fd6] Use __attribute__((unused)) instead of ATTRIBUTE_UNUSED. Thanks to Roberto C. Sanchez (Closes: #1112683) * [9b33e82] Also use new CURLINFO_SPEED_(UP|DOWN)LOAD_T colmap (3.10-2.1) unstable; urgency=medium . * Non-maintainer upload. * Backport upstream fix for FTBFS with GCC 15. (Closes: #1096453) colmap (3.10-2) unstable; urgency=medium . * d/README.source: updated. colmap (3.10-1) unstable; urgency=medium . * New upstream version. colmap (3.9.1-3) unstable; urgency=medium . * Bump standards version to 4.7.0. colmap (3.9.1-2) unstable; urgency=medium . * Undo paths for configure since it has been fixed, see #1060249. colmap (3.9.1-1) unstable; urgency=medium . * New upstream version. * d/control: add libsuitesparse-dev to build-depends. * d/rules: add include paths for configure. * d/patches/gh-pr-2338: added to fix FTBFS. colmap (3.8+git20231101+ds-2) unstable; urgency=medium . * d/control: add missing b-d libcgal-dev. (Closes: #1055256) colmap (3.8+git20231101+ds-1) unstable; urgency=medium . * New upstream version. (Closes: #1054556) * Bump standards version to 4.6.2. * d/colmap.install: updated. * d/clean: updated. * d/copyright: updated. colmap (3.8-1) unstable; urgency=medium . * New upstream version. * d/copyright: - bump years. - drop flann and graclus parts. * d/control: add libflann-dev and libsqlite3-dev to build-depends. colmap (3.7-3) unstable; urgency=medium . * d/control: add libmetis-dev to build-depends. (Closes: #1014074) colmap (3.7-2) unstable; urgency=medium . * Add patch that upstream recommends for GUI. colmap (3.7-1) unstable; urgency=medium . * New upstream version. * Bump standards version to 3.6.0. * d/control: update Vcs urls. * d/copyright: bump years. * Update maintainer address. * README.source: updated. colmap (3.6+really3.6+git20210519-2) unstable; urgency=medium . * Upload to unstable. * d/colmap.install: apply patch to fix FTBFS on hurd-i386. Thanks Pino Toscano. colmap (3.6+really3.6+git20210519-1) experimental; urgency=medium . * New upstream version. colmap (3.6+really3.6-1) unstable; urgency=medium . * New upstream version. (Closes: #957094) * d/rules: run tests. (Closes: #909198) * d/upstream/metadata: added. * d/control: added Rules-Requires-Root. * d/copyright: - update copyright years. - added Upstream-Contact. * Bump debhelper version to 13, drop d/compat. colmap (3.6+dev3+git20200516-1) unstable; urgency=medium . * New upstream version. * Update build dependency. (Closes: #960784) * Bump standards version to 4.5.0. * Add Vcs fields. colmap (3.6+dev2+git20191105-1) unstable; urgency=medium . * New upstream version. (Closes: #925655) * d/copyright: updated due to relicensing. * Bump standards version to 4.4.1. * d/control: drop libcolmap-dev package. colmap (3.6+dev2-2) unstable; urgency=medium . * Upload to unstable. * debian/rules: comment out DDISABLE_CPU_SSE for amd64. (Closes: #915809) colmap (3.6+dev2-1) experimental; urgency=medium . * New upstream version. colmap (3.6+dev1-1) experimental; urgency=medium . * New upstream version. colmap (3.5-1) unstable; urgency=medium . * New upstream version. * Bump standards version to 4.2.1 * Drop debian/colmap.desktop. * Add new libcolmap-dev binary package. colmap (3.4-2) unstable; urgency=medium . * Add desktop file. * Add debian/README.source. * Disable AVX/SSE. Thanks to Adrian Bunk for the patch. (Closes: #890106) colmap (3.4-1) unstable; urgency=medium . * Initial release. (Closes: #882326) colobot (0.2.2-2) unstable; urgency=medium . * Patches: - Mark the oggfiles install fixing patch as forwarded - Backport upstream patch to fix 'main' declaration to fix FTBFS w/ GCC-15 (Closes: #1096454) - Patch the oggenc calls to print the (hopefully constant) serial number used in encoding * Bump Standards-Version to 4.7.2 without changes needed conserver (8.2.7-3.1) unstable; urgency=medium . * Non-maintainer upload. * Backport upstream fix for FTBFS with GCC 15. (Closes: #1096461) * Build-Depends: libcrypt-dev (Closes: #1106986) conserver (8.2.7-3) unstable; urgency=medium . [ Bjørn Mork ] * Enable IPMI (Closes: #990298) . [ William Kirstaedter ] * Implement systemctl reload (Closes: #1068802) conserver (8.2.7-2) unstable; urgency=medium . * Make testsuite non-fatal, it does not work on IPv6-only buildds (Closes: #1019233) conserver (8.2.7-1) unstable; urgency=medium . * New upstream version 8.2.7 * Drop patches applied upstream conserver (8.2.6-3) unstable; urgency=medium . * Team upload. * Add an upstream patch to add high baud rates support (Closes: #990299) * Add an upstream patch to fix autoconf 2.70 support (Closes: #993381) conserver (8.2.6-2) unstable; urgency=medium . [ Debian Janitor ] * Trim trailing whitespace. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. . [ Helmut Grohne ] * Fix FTCBFS by calling dh_auto_configure (Closes: #977820) . [ Bernhard Schmidt ] * Remove unnecessary dh overrides * Do not enable and start conserver-server by default (Closes: #972583) * Enable GSSAPI (with patch from Fedora) (Closes: #826230) conserver (8.2.6-1) unstable; urgency=medium . * New upstream version 8.2.6 - fixes IPv4 CIDR ACLs (Closes: #972581) * Clarify license to be BSD-3-clause, move to main Current upstream (together with original upstream) has clarified the license to be BSD-3-clause, thus the package can be moved to main. - d/copyright: Rework to dep5 format - (Closes: #931365, #963103) * Order conserver-server.service after network.target * Install more upstream documentation files and all license information * Drop obsolete d/README.Debian and d/NEWS * Don't install obsolete autologin example to make the build reproducible * Bump to debhelper-compat (= 12) - Add Pre-Depends substvar on conserver-server * d/salsa-ci.yml: Run all jobs conserver (8.2.4-2) unstable; urgency=medium . * Adjust start-stop-daemon parameters for reload as well. Thanks to Henning Schild * systemd unit, use service wrapper for rotate * Move pidfile to /run/conserver/conserver.pid to allow unpriviledged writing * Drop pre-8.x.x upgrade code from 2005 * Replace "grep ... /etc/passwd" with getent * Always create conservr user (Closes: #532226) conserver (8.2.4-1) unstable; urgency=medium . Clean-Up with Jörgen's permission . [ Bernhard Schmidt ] * New upstream version 8.2.4 - drop OpenSSL 1.1 patches applied upstream - adjust documentation for renames and dropped conserver.html - copy config.sub and config.guess * Set maintainer address to pdo, put Jörgen into Uploaders * Add myself to uploaders * Set Vcs-* in d/control * Enable Salsa-CI for package * Switch to source format 3.0 (quilt) * Bump debhelper compat level to 11 * Add japanese translation (Closes: #690567) * Add turkish translation (Closes: #757487) * Make init.d stop action wait for all daemons to exit (Closes: #896184) * Use sharedscripts for logrotate (Closes: #886094) * Enable IPv6 . [ Salvatore Bonaccorso ] * debian/watch: watch github page for released versions (Closes: #922726) conserver (8.2.1-1.1) unstable; urgency=medium . * Non-maintainer upload. * cherry-pick a handfull patches from upstream for OpenSSL 1.1 compatibility (Closes: #851085). conserver (8.2.1-1) unstable; urgency=medium . * new upstream version * using libssl1.0 until upstream has fixed current problems (Closes: #828270) conserver (8.1.18-2.2) unstable; urgency=low . * Non-maintainer upload. * Fix "fails to upgrade from testing: Can't locate Tie/Hash/NamedCapture.pm in @INC": use numbered capture groups instead of named ones, which need Tie::Hash::NamedCapture which is in the perl package. (Closes: #691015) conserver (8.1.18-2.1) unstable; urgency=low . * Non-maintainer upload. * Fix "prompting due to modified conffiles which where not modified by the user": - don't install the conffile template below /etc but below /usr/share - copy it in .postinst if the file in /etc doesn't exist yet - read existing values in .config - fix replacement in .postinst - remove the correct file in .postrm (Closes: #657465) conserver (8.1.18-2) unstable; urgency=low * added lsb-init patch from Bernhard Schmidt (closes: #672468) * bumped Standards-Version to 3.9.3 conserver (8.1.18-1) unstable; urgency=low * new upstream version * updated default config files (closes: #603055) conserver (8.1.16-4) unstable; urgency=low * added italian translation from Vincenzo Campanella (closes: #600632) * added spanish translation from Camaleón (closes: #584457) * added danish translation from Joe Hansen (closes: #586237) * added $remote_fs to init script * watch file updated to new format * changed Standards-Version to 3.9.1 * Added homepage header conserver (8.1.16-1) unstable; urgency=low * New upstream release * added colon after each 'closes' in the changelog to silence 'possible-missing-colon-in-closes' complaints conserver (8.1.15-3) unstable; urgency=low * added update to french translation from Christian Perrier (closes: #408208) * updated many po-files from tar file by Christian Perrier * added update to czech translation from Jakub Kasparec (closes: #408731) * added update to russian translation from Yuri Kozlov (closes: #408751) * added update to german translation from Helge Kreutzmann (closes: #408859) * closing old bug, should have been closed in 8.1.14-1 (closes: #359235) * closing old bug, ssl is compiled in (closes: #396455) * closing old bug, amd64 is available (closes: #387254) conserver (8.1.15-2) unstable; urgency=low * added update to german transation from Helge Kreutzmann (closes #407845) * added update to czech transation from Jakub Kasparec (closes #356715) * added update to french transation from Christian Perrier (closes #405515) * added XS-Autobuild header in control file * updated to debian policy 3.7.2.2 conserver (8.1.15-1) unstable; urgency=low * New upstream release * bug in debian/rules, didn't udpate debian/po, patch from Christian Perrier (closes #405516) conserver (8.1.14-2) unstable; urgency=low * spelling error corrected, patch from Helge Kreutzmann (closes #402942) * updated german translation (closes #402944) conserver (8.1.14-1) unstable; urgency=low * new upstream release * encryption seems to work. (closes #359235) * updated Czech translation. (closes #356715) conserver (8.1.13-2) unstable; urgency=low * added French translation from Clément Stenac (closes: #352057) * added Czech translation from Igor Jasa (closes: #319402) conserver (8.1.13-1) unstable; urgency=low * New upstream release "This latest release includes what I believe is a fix for the 'conserver runs wild and eats up the CPU' issue that I've heard about." (closes: #339729) * updated Build-depends (closes: #342015) * removed :adm from init and added 'create' in logrotate (closes: #344207) * removed wrapper for console (closes: #344215) conserver (8.1.11-6) unstable; urgency=low * added source dependency for libpam0g-dev, conserver should now use PAM. conserver (8.1.11-5) unstable; urgency=low * now depends on ${misc:Depends} instead of debconf conserver (8.1.11-4) unstable; urgency=low * moved some debconf notes to {NEWS,README}.Debian Closes: #296521: debconf abuse should use NEWS.Debian conserver (8.1.11-3) unstable; urgency=low * added missing danish translation from Morten Brix Pedersen. conserver (8.1.11-2) unstable; urgency=low * new french translation from Clément Stenac (closes: #238774) * new dutch translation from Luk Claes * changed default logfile name to /var/log/conserver/&.log (closes: #287443) conserver (8.1.11-1) unstable; urgency=low * New upstream release * danish translation from Morten Brix Pedersen (closes: #268400) * dutch translation from Luk Claes (closes: #290769) * default log file name changed to &.log for easier logrotate. See the default conserver.cf. * group adm is now set for the daemon also in /etc/init.d/conserver-server conserver (8.1.1-2) unstable; urgency=low * Mistake with sparc-package, try again conserver (8.1.1-1) unstable; urgency=low * New upstream release * Added support for po-debconf (closes: #235173) * logrotate should now be quiet if conserver isn't running. (closes: #229662) * Added swedish translation sv.po conserver (8.0.9-1) unstable; urgency=low * New upstream release conserver (7.2.7-1.1) unstable; urgency=low * 1 day NMU * Add support for 64 bits --with-64bits (closes: #202219). * Autocamicaly update config.{guess|sub} conserver (7.2.7-1) unstable; urgency=low * New upstream release * Better client description. Closes #134141 * Added russian template for client. Closes #137625 * Bug in logrotate script. Closes #152464 * The new release also fixes the bug with case sensitive access checks reported by Peter Chubb It has also an updated manual for conserver.cf. Closes #186910, #186911 cpdb-backend-cups (2.0b5-1.1) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with GCC 15. (Closes: #1096466) cpdb-backend-cups (2.0b5-1) unstable; urgency=medium . * New upstream release. * debian/watch: tags are not named consistently, they might have a leading v or not * debian/control: bump standard to 4.7.0 (no changes) * debian/control: package now depends on libcpdb-backend-dev (Closes: #1064409) cpdb-backend-cups (1.1.1-1) unstable; urgency=medium . * Initial release (Closes: #911340) cramfsswap (1.4.5) unstable; urgency=medium . * Adopt package (Closes: #981049) * Updated Standards-Version to 4.7.2. * Added autopkgtest. crashmail (1.7-5) unstable; urgency=medium . * QA upload. * Build with -std=gnu17 to workaround FTBFS with GCC 15. (Closes: #1096476) crashmail (1.7-4) unstable; urgency=medium . * QA upload. * debian/gbp.conf: Set default packaging branch. * debian/control: Bump debhelper compat to v13. * Bump Standards-Version to 4.6.2. * d/control: Fix Vcs-* fields to use Salsa GitLab. * debian/README.source: Dropped, useless. * debian/rules: Drop old dbgsym migration. crashmail (1.7-3) unstable; urgency=medium . * QA Upload. * Fix FTCBFS (Thanks Helmut Grohne) (Closes: #978124) + cross.patch: Don't pass flags via CC. + Let dh_auto_build pass cross tools to make. crashmail (1.7-2) unstable; urgency=medium . * QA upload. * Set Maintainer to Debian QA Group. (Closes: #976832) (see #982204) crashmail (1.7-1.1) unstable; urgency=medium . * Non-maintainer upload. * Fix ftbfs with GCC-10. (Closes: #957107) crashmail (1.7-1) unstable; urgency=medium . * New upstream release. * Declare compliance with Debian Policy v4.1.5. * Add a debian/patches/03-MitigateErroneousFailure.patch file. * Add an 'override_dh_auto_test' stanza in the debian/rules file in order to run the upstream tests. * Set the 'Priority' from 'extra' back to 'optional' in debian/control. * Change DEB_BUILD_MAINT_OPTIONS in debian/rules from '-format' to '+all'. * Changes to debian/copyright: + Set the 'Format' URL to use the HTTPS protocol. + Update copyright information for the new upstream. crashmail (1.6-1) unstable; urgency=medium . * New upstream release. * Add a debian/TODO file. * Add 'doc/AreafixHelp.txt' to debian/crashmail.docs. * Update the debhelper compatibility level from '8' to '9'. * Correct the file path in the 'jamlib' stanza in debian/copyright. * Add 'doc/example.prefs' to debian/crashmail.docs. (Closes: #791488) * Change 'dh_strip' option in debian/rules to generate a dbgsym package. * Changes to debian/control: Declare compliance with Debian Policy v4.1.1. Remove the no longer needed 'crashmail-dbg' stanza. Set the Vcs-Git URL to use 'https' instead of 'git'. Set the Vcs-Browser URL to use 'https' instead of 'http'. Update the debhelper Build-Depends version to '>= 9.20151219'. * Replace 'debian/crashlistout.1' with the upstream version in the file debian/crashmail.manpages. crashmail (1.5-1) unstable; urgency=low . * New upstream release. - Multiple fixes for compile time build issues. - Update and reconcile the overall version of Crashmail II with its existing tools versioning. * Rewrite debian/copyright for machine-readable format. * Rewrite debian/rules for use for newer versions of debhelper. * Changes to debian/patches/: - Use 01-ExamplePrefs.patch to set expected Debian paths in example.prefs. - Rewrite 02-Makefile.patch to not strip binaries. * Changes to debian/control: - Update the Debhelper Build-Depends version to '>= 8'. - Add stanza for debugging symbols crashmail-dbg package. - Update Standards-Version to v3.9.5, no changes required. - Update home page and Vcs* entries for SourceForge project. - Remove Homepage entry in binary package stanza as it is not necessary. * Add debian/README.source file, detailing using quilt for source patching. * Update the Debhelper compatibility to '8' in debian/compat. * Add debian/crashlistout.1 for the missing man page. * Add file debian/watch for use by uscan. crashmail (0.71-5) unstable; urgency=low . * New Maintainer. (Closes: #693229) * Move installation of doc/AreafixHelp.txt to debian/install. * Set 'Packaged for Debian by' to jame@rocasa.us in debian/copyright. * Move installation of doc files from the old top level Makefile to the dh_installdocs command line by adding them to a debian/crashmail.docs file. * Add usage of the CPPFLAGS,CFLAGS,and LDFLAGS variables to necessary src/ directory Makefile.linux files. * Changes to debian/control: - Add 'dpkg-dev (>= 1.16.1~)' to Build-Depends. - Update Standards-Version to v3.9.4, no changes required. - Replace the Suggested non-free lha package with the unar package. * Changes to debian/rules: - Add build-arch and build-indep targets. - Update CPPFLAGS, CFLAGS, and LDFLAGS using dpkg-buildflags. - Moved installation of man pages from the old top level Makefile to the dh_installman command line. - Moved installation of example files from the old top level Makefile to a dh_installexamples command line. - Moved installation of executables from the old top level Makefile to a dh_install command line and a debian/crashmail.install file. - Move the make build & clean lines from the old top level Makefile to their corresponding debian/rules build and clean targets. - Move the bin directory lines from the old top level Makefile. crashmail (0.71-4) unstable; urgency=low * Fix build problems on kFreeBSD. (Closes: Bug#592481) crashmail (0.71-3) unstable; urgency=low * Fix errors on 64-bit architectures. (Closes: Bug#511223) crashmail (0.71-2) unstable; urgency=low * Added support for installing unstripped binaries. (Closes: Bug#436670) * Updated policy and debhelper usage. crashmail (0.71-1) unstable; urgency=low * New upstream release. crashmail (0.70-2) unstable; urgency=low * Added missing document "filter.txt" to the package. crashmail (0.70-1) unstable; urgency=low * New upstream release. * Updated copyright file to match current license terms. crashme (2.8.5-4) unstable; urgency=medium . * QA upload. * Fix FTBFS with GCC 15. (Closes: #1096477) crashme (2.8.5-3) experimental; urgency=medium . * QA upload. * debian/copyright: Update packaging copyright information. * debian/salsa-ci.yml: Add to provide CI tests for Salsa. * debian/tests/control: Create autopkgtest. creduce (2.11.0~20240909-2.1) unstable; urgency=medium . * Non-maintainer upload. * Build with -std=gnu17 to workaround FTBFS with GCC 15. (Closes: #1096479) creduce (2.11.0~20240909-2) unstable; urgency=medium . * Remove build dependency on frama-c, removed from testing. creduce (2.11.0~20240909-1) unstable; urgency=medium . * New upstream snapshot. * Build using LLVM 19. * Depend on the corresponding clang-format version. Closes: #1079856. * Bump standards version. creduce (2.11.0~20240312-1) unstable; urgency=medium . * Build using LLVM 18. creduce (2.11.0~20231125-2) unstable; urgency=medium . * Build using LLVM 17.0.6. creduce (2.11.0~20231125-1) unstable; urgency=medium . * New upstream snapshot, taken from master branch. * Update home page. Closes: #1050849. * Update watch file. creduce (2.11.0~20230819-2) unstable; urgency=medium . * Build using LLVM 17. creduce (2.11.0~20230819-1) unstable; urgency=medium . * New upstream snapshot, taken from master branch. * Build using LLVM 16. Closes: #1043127. * Build in a separate builddir. Closes: #1045055. * Bump standards version. creduce (2.10.0+20220116-1) unstable; urgency=medium . * New upstream snapshot, taken from the llvm-13 branch. creduce (2.10.0+20201029-3) unstable; urgency=medium . * Fix LLVM 9 build dependencies on armel, armhf. * Run the tests again, finally frama-c-base is available again. creduce (2.10.0+20201029-2) unstable; urgency=medium . * Build using LLVM 9 on armel, armhf. See #979495. * Bump debhelper and standards versions. * Fix man page (Michael R. Crusoe). Closes: #961004. creduce (2.10.0+20201029-1) unstable; urgency=medium . * New upstream snapshot, taken from the llvm-11 branch. * Bump debhelper version. creduce (2.10.0+20200116-1) unstable; urgency=medium . * New upstream snapshot. * Build using llvm-9. * Don't run the tests, frama-c-base removed in unstable. Closes: #945886. creduce (2.10.0-2) unstable; urgency=medium . * Bump standards version. creduce (2.10.0-1) experimental; urgency=medium . * C-Reduce 2.10.0 release. * Build using llvm-8. creduce (2.9.0-1) unstable; urgency=medium . * C-Reduce 2.9.0 release. * Link with libatomic when needed. creduce (2.9~20190428-1) experimental; urgency=medium . * Snapshot, taken from the llvm8 branch. creduce (2.9~20181211-1) unstable; urgency=medium . * Snapshot, taken from the llvm7 branch. creduce (2.9~20181016-1) unstable; urgency=medium . * Snapshot, taken from the llvm7 branch. creduce (2.8.0-1) unstable; urgency=medium . * C-Reduce 2.8.0 release. * Remove (build-) dependency on libsys-cpu-perl. creduce (2.8.0~20180422-1) unstable; urgency=medium . * New upstream snapshot. creduce (2.8.0~20180315-1) unstable; urgency=medium . * New upstream snapshot. * Update clang-format dependency to 6.0. creduce (2.8.0~20180311-1) unstable; urgency=medium . * New upstream snapshot. * Build using llvm-6.0. creduce (2.7.0-1) unstable; urgency=medium . * C-Reduce 2.7.0 release. creduce (2.7~20170317-1) unstable; urgency=medium . * Upstream snapshot, taken from master. * Build using llvm-4.0. creduce (2.6.0-1) unstable; urgency=medium . * C-Reduce 2.6.0 release. creduce (2.6~20160921-1) unstable; urgency=medium . * Upstream snapshot, taken from master. * Drop indent and astyle (build-)dependencies. * Build using llvm-3.9. creduce (2.5.0-1) unstable; urgency=medium . * C-Reduce 2.5.0 release. * Remove (build-)dependency on delta. creduce (2.5~20160312-1) unstable; urgency=medium . * Upstream snapshot, taken from master. creduce (2.4.0-12) experimental; urgency=medium . * Update to the llvm-svn-compatible branch. * Build using llvm-3.8. creduce (2.4.0-11) experimental; urgency=medium . * C-Reduce 2.4.0 release. * Update to the llvm-svn-compatible branch. * Build using llvm-3.8. * (Build-)depend on libterm-readkey-perl. creduce (2.4.0-1) unstable; urgency=medium . * C-Reduce 2.4.0 release. * Build using llvm-3.7. * (Build-)depend on libterm-readkey-perl. * Prepare to build using llvm-3.8 (from the llvm-svn-compatible branch). creduce (2.3.0-1) unstable; urgency=medium . * C-Reduce 2.3.0 release. * Build using llvm-3.6. creduce (2.2.1-1) unstable; urgency=medium . * C-Reduce 2.2.1 release. creduce (2.2~pre3-3) unstable; urgency=medium . * Bump dependency on clang-format-3.x. * Drop the unversioned build dependency on clang, and allow the tests to use a versioned clang-x.y binary. * Build-depend on frama-c-base. creduce (2.2~pre3-2) unstable; urgency=medium . * Build-depend on libedit-dev and zlib1g-dev, missing dependencies of llvm-3.5-dev. creduce (2.2~pre3-1) unstable; urgency=medium . * New upstream snapshot (llvm-svn-compatible 20140811). * Build using llvm-3.5-dev and libclang-3.5-dev. creduce (2.2~pre1-2) unstable; urgency=medium . * Build-depend on flex. creduce (2.2~pre1-1) unstable; urgency=medium . * New upstream snapshot (trunk 20140327). * Build using llvm-3.4. creduce (2.1.0-1) unstable; urgency=low . * New upstream version. creduce (2.0.1-3) unstable; urgency=low . * Fix a crash, taken from the trunk. creduce (2.0.1-2) experimental; urgency=low . * Fix a crash, taken from the trunk. creduce (2.0.1-1) experimental; urgency=low . * Initial release. Closes: #678645. * Add a build-using field, as long as clang doesn't provide a complete set of shared libraries. See #698247. daemonize (1.7.8-4.1) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with GCC 15. (Closes: #1096498) daemonize (1.7.8-4) unstable; urgency=medium . * Fix FTBFS issue by including the required library (Closes: #1066657) * d/control: - Bump Standards-Version to 4.7.0.0 daemonize (1.7.8-3) unstable; urgency=medium . * d/control: - Bump Standards-Version to 4.6.1.0 - Remove inactive maintainer daemonize (1.7.8-2) unstable; urgency=medium . * d/control: - Fix vcs-field-not-canonical issue - Bump debhelper-compat to 13 - Bump Standards-Version to 4.6.0.1 * d/watch: - Correct the uscan format daemonize (1.7.8-1) unstable; urgency=medium . [ Alvin Chen ] * New upstream release (Closes: #885156) - Fixed various compiler and cross-linking issues. . [ SZ Lin (林上智) ] * d/control: - Add uploader and update maintainer - Use debhelper-compat (= 12) in build-dependency to replace d/compat daemonize (1.7.7-1) unstable; urgency=medium . * New upstream release * debian/copyright - update upstream copyright years - extend packaging copyright years daemonize (1.7.6-2) unstable; urgency=medium . * debian/control - create a valid list of items in the long description - bump Standards-Version to 3.9.7 (no changes needed) - update VCS-* URLs (mainly for HTTPS support) * debian/copyright - link to the correct location of the source code - use the correct BSD license, BSD-3-Clause - use the correct public-domain license - clarify install-sh is using an old-style MIT license dc3dd (7.3.1-4) unstable; urgency=medium . * Team upload. * d/p/*: Add patch FTBFS-with-gcc-15.patch (Closes: #1096508). * d/copyright: Update copyright holders regarding Debian packaging. * d/watch: Convert watch file to version 5 format. * d/control: - Drop 'Rules-Requires-Root: no', it's the standard now. - Bump Standards-Version to 4.7.2. * Add missing "Team upload." to previous changelog entry. dd2 (0.2.2-5.1) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with GCC 15. (Closes: #1096512) dd2 (0.2.2-5) unstable; urgency=medium . * Team upload. * Switch to DebHelper 13 * Update Standards-Version to 4.7.2 dd2 (0.2.2-4) unstable; urgency=medium . * Team upload. * Make build reproducible by removing dodgindiamond2 from dh_fixperms ignore list. * Update Standards-Version to 4.4.0: - drop obsolete menu file - declare that d/rules requires root, because it runs chgrp * Update debhelper compat level to 12 - use debhelper-compat - drop dh-autoreconf build dependency - drop '--parallel' and '--with autoreconf' as they are default * Drop dh_auto_configure flags that are already default. * Point Vcs-* fields to salsa. * Switch URLs to https. dd2 (0.2.2-3) unstable; urgency=medium . * Team upload. * Add array-out-of-bounds.patch. Fix conflicting array sizes for variable "efx". Thanks to Michael Tautschnig for the report. (Closes: #748418) * Vcs-Browser: Use https. * Declare compliance with Debian Policy 3.9.6. * Update copyright years. * Resize dodgindiamond2.png to 128x128 pixel and install the image to the hicolor icon directory. dd2 (0.2.2-2) unstable; urgency=low . * Team upload. . [ Paul Wise ] * Drop use of dh_desktop since it no longer does anything. . [ Markus Koschany ] * Switch to package format 3.0 (quilt). * Bump compat level to 9 and require debhelper >=9 for automatic hardening build flags. * debian/control: - Update Standards-Version to 3.9.4, no changes needed. - Drop autoconf, automake and autotools-dev from Build-Depends. Instead use dh-autoreconf to reconfigure the whole build system during build time. - Use canonical Vcs-URI. - Drop quilt from Build-Depends because package format 3.0 uses quilt by default. * Update debian/copyright to copyright format 1.0. * dodgindiamond2.desktop: Update desktop file, add Keywords and Icon key. * Add longtitle and icon entry to menu file. * Add -e flag to maintainer scripts. Do not ignore possible errors. * debian/rules: - Simplify debian/rules by using dh sequencer. - Build with hardening=+all. * Add desktop and menu icons. * Add dep3 headers to all patches. dd2 (0.2.1-3) unstable; urgency=low * Orphaning package, setting maintainer to the Debian QA Group. dd2 (0.2.1-2) unstable; urgency=low * Fix documentation in README. (Closes: #364205) * Add keyboard controls to manual page. (Closes: #364207) * I ARE USING TEH AM_MAINTAINER_MODE!!1! http://sam.zoy.org/lectures/20050910-debian/img21.html dd2 (0.2.1-1) unstable; urgency=low * Initial release. (Closes: #357415) debian-multimedia (0.13) unstable; urgency=medium . [ Arnaud Ferraris ] * Remove libaperture-0-dev from devel task . [ Sebastian Ramacher ] * debian/control: Bump Standards-Version * Remove dependencies on gimp-gap (Closes: #1115633, #1115634) * Remove dependencies on libcoverart-dev (Closes: #1115635) * Remove dependencies on gwc (Closes: #1115636, #1115637) * Remove dependencies on smtube (Closes: #1115638, #1115639) * Task devel: remove libpostproc-dev; no longer included in ffmpeg 8.0 * Remove gecko-mediaplayer, long removed * Remove vdpau-va-driver, long removed * Update package dependencies to current status of the archive debusine (0.12.2) unstable; urgency=medium . * New release. Highlights: - Repositories are nearing general usability. The debian_pipeline can publish to suites. Indexes can be signed, using the update_suite subworkflow. - Improve the worker's resilience to server errors. - Work around sbuild's autopkgtest backend selection bug (#1110102). - Allow the worker to function in a non-default scope. - UI to edit workspace inheritance. * Add myself to uploaders. * Bump Standards-Version to 4.7.2, no changes needed. dnsdist (2.0.1-1) unstable; urgency=medium . * New upstream version 2.0.1, includes fix for CVE-2025-30187 Closes: #1115643 * Drop upstream-applied patch fastjet (3.4.0+dfsg-2) unstable; urgency=medium . * Team upload. [ Adrian Bunk ] * Backport upstream fix for FTBFS with GCC 15. Closes: #1096611. [ Santiago Vila ] * Allow source to be built after a successful build. Closes: #1044424. * Comment DH_VERBOSE setting, as it's more suitable for debugging. * Update standards-version. fastjet (3.4.0+dfsg-1) unstable; urgency=medium . * Use Debian packages siscone and drop code copy Closes: #999761 * Fix missing licenses fastjet (3.4.0-1) unstable; urgency=medium . [ Jelmer Vernooij ] * Trim trailing whitespace. . [ Andreas Tille ] * Fix DEP5 copyright * Add Files-Excluded * Fix VCS fields * Standards-Version: 4.6.0 (routine-update) * debhelper-compat 13 (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * Set field Upstream-Name in debian/copyright. * Apply multi-arch hints. + libfastjet-fortran-dev, libfastjetplugins-dev, libfastjettools-dev: Add Multi-Arch: same. + fastjet-doc: Add Multi-Arch: foreign. * watch file standard 4 (routine-update) * Remove Lifeng Sun from Uploaders list Closes: #925023 * Add myself to Uploaders list. Please note: I have no interest in this package at all but do not want to leave Uploaders empty * Do not exclude plugins any more Closes: #774858 * Enable dh_missing --fail-missing fastjet (3.0.6+dfsg-3) unstable; urgency=medium . * Team upload * Fix FTBFS of architecture-dependant builds. Closes: #827252 * Allow `make install` to run parallel fastjet (3.0.6+dfsg-2) unstable; urgency=medium . * Team upload. * add patch to gain reproducible build. Closes: #787865 * run wrap-and-sort -ast. * bump debhelper compat level to 9. * d/rules: remove useless variables. * remove root-macro-fastjet binary package. ROOT is being removed from Debian. * canonicalize Vcs-* fields. * bump Standards-Version to 3.9.8, no changes needed. * remove temporary doxygen files from the built package. fastjet (3.0.6+dfsg-1.1) unstable; urgency=medium . * Non-maintainer upload. * Rename package for GCC 5 transition. (Closes: #797989) fastjet (3.0.6+dfsg-1) unstable; urgency=medium . * New upstream release. * Bump Standards-Version to 3.9.4. * Remove obsolte DM-Upload-Allowed field. * Canonical VCS-* fields. * libfastjetplugins links against gfortran. (Closes: #728156) fastjet (3.0.3+dfsg-1) unstable; urgency=low . * Upload to sid. fastjet (3.0.3+dfsg-1~exp1) experimental; urgency=low . * New upstream release. * Remove patch missed-this-pointer.patch: applied by upstream. * debian/control: move doxygen-latex and graphviz from Build-Depends to Build-Depends-Indep. * libfastjetplugins: links against siscone libraries. * Update dependencies of binary packages. * debian/get-orig-source: support uscan --destdir option. (Closes: #676983) * debian/rules: change to tiny-style. fastjet (3.0.2+dfsg-2) unstable; urgency=low * Fix dependencies of libfastjet-fortran-dev. * Disable rpath flag in fastjet-config by default. fastjet (3.0.2+dfsg-1) unstable; urgency=low * Initial release (Closes: #636979) fontforge (1:20230101~dfsg-8) unstable; urgency=medium . * Team upload * Drop non-free multiple master font code (See: #665334) * Document Apache-2.0 license in fontforge/othersubrs.c fonts-arundina (0.3.2-3) unstable; urgency=medium . * Team upload * Properly team-maintain the package * Inherit install prefix from dh_auto_configure * Name the Bitstream Vera license * Add Apache-2 license for built Type 1 fonts foonathan-memory (0.7.4-3) unstable; urgency=medium . * Bump CMake policy version in autopkgtest gnome-mahjongg (1:49.0.1-1) unstable; urgency=medium . * New upstream release gnome-terminal (3.58.0-1) unstable; urgency=medium . * New upstream release * Remove 4 patches applied in new release golang-github-dave-jennifer (1.7.1-1) unstable; urgency=medium . * Team upload. * New upstream version 1.7.1 * Use dh-sequence-golang * Update debian/watch to v5 * Update Standards-Version to 4.7.2, no changes needed * Remove Rules-Requires-Root from d/control * Update d/copyright * Remove --with=golang from d/rules golang-github-fatih-structs (1.1.0-1) unstable; urgency=medium . * Team upload. [ Alexandre Viau ] * Point Vcs-* urls to salsa.debian.org. . [ Debian Janitor ] * Trim trailing whitespace. * Use secure copyright file specification URI. * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Change priority extra to priority optional. * Apply multi-arch hints. + golang-github-fatih-structs-dev: Add Multi-Arch: foreign. * Bump debhelper from old 12 to 13. * Set upstream metadata fields: Repository-Browse. . [ Andreas Tille ] * Watch file version 5 * Default Salsa CI * Standards-Version: 4.7.2 (routine-update) * Use tracker.debian.org’s team functionality in Debian Go Packaging Team and spell team name as per policy (routine-update) * Section: s/devel/golang/ (routine-update) * Remove trailing whitespace in debian/changelog (routine-update) * Set upstream metadata fields: Bug-Database. * New upstream version Set upstream metadata fields: Bug-Submit. golang-github-franela-goblin (0.0.1+git20211003.62.0a4f594-1) unstable; urgency=medium . * Team upload. [ Alexandre Viau ] * Point Vcs-* urls to salsa.debian.org. . [ Debian Janitor ] * Use secure copyright file specification URI. * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Change priority extra to priority optional. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. . [ Andreas Tille ] * Add watch file * Default Salsa CI * New upstream version * Standards-Version: 4.7.2 (routine-update) * debhelper-compat 13 (routine-update) * Use tracker.debian.org’s team functionality in Debian Go Packaging Team and spell team name as per policy (routine-update) * Section: s/devel/golang/ (routine-update) golang-github-gedex-inflector (0.0~git20170307.0.16278e9-2) unstable; urgency=medium . * Team upload. [ Alexandre Viau ] * Point Vcs-* urls to salsa.debian.org. . [ Debian Janitor ] * Use secure copyright file specification URI. * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Change priority extra to priority optional. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Apply multi-arch hints. + golang-github-gedex-inflector-dev: Add Multi-Arch: foreign. . [ Andreas Tille ] * Fix watch file * Default Salsa CI * Standards-Version: 4.7.2 (routine-update) * debhelper-compat 13 (routine-update) * Use tracker.debian.org’s team functionality in Debian Go Packaging Team and spell team name as per policy (routine-update) * Section: s/devel/golang/ (routine-update) gr-satellites (5.8.0-2) unstable; urgency=medium . * Upload to unstable * upstream version has varlen blocks fix (Closes: #1109934) . gr-satellites (5.8.0-1) experimental; urgency=medium . * New upstream release. * Upload to experimental for new gr-satellites-doc package and library package soname bumps. gr-satellites (5.8.0-1) experimental; urgency=medium . * New upstream release. * Upload to experimental for new gr-satellites-doc package and library package soname bumps. grdesktop (0.23+d040330-9) unstable; urgency=medium . * QA upload. * debian/patches/12_gcc-15.diff: New; fix FTBFS with GCC 15 (Closes: #1096776). * debian/patches/01_gettext.diff: Add DEP-3 headers. * debian/patches/03_desktop.diff: Likewise. * debian/patches/04_typos.diff: Likewise. * debian/patches/05_format-security.diff: Likewise. * debian/control (Rules-Requires-Root): Remove; redundant. (Standards-Version): Claim compliance with 4.7.2; no changes needed. * debian/FAQ.html: Delete; useless (and not installed anyway). * debian/watch: Upgrade to version 5. * debian/copyright: Replace FSF's address with the canonical URL. Update copyright years for Debian packaging. grdesktop (0.23+d040330-8) unstable; urgency=medium . * QA upload. . * Updated vcs in d/control to Salsa. * Added d/gbp.conf to enforce the use of pristine-tar. * Updated Standards-Version from 4.5.0 to 4.7.0. * Replaced obsolete pkg-config build depend with pkgconf. Thanks lintian. grdesktop (0.23+d040330-7) unstable; urgency=medium . * QA upload. * debian/patches/11_gcc-10.diff: New; fix FTBFS with GCC 10 (Closes: #957308). * debian/patches/series: Update. * debian/control (Build-Depends): Switch to debhelper-compat; bump compat level to 13. * debian/compat: Delete. grdesktop (0.23+d040330-6) unstable; urgency=medium . * QA upload. * debian/patches/08_gsettings-port.diff: Set default keymap; thanks Frank Doepper (Closes: #952636). * debian/control (Standards-Version): Bump to 4.5.0; no changes needed. grdesktop (0.23+d040330-5) unstable; urgency=medium . * QA upload. * debian/patches/08_gsettings-port.diff: Fix regression in handling of the RDP protocol setting (Closes: #945842). Thanks Thomas Hooge. grdesktop (0.23+d040330-4) unstable; urgency=medium . * QA upload. * debian/patches/08_gsettings-port.diff: Remove GConf migration code. * debian/patches/09_gtk3-port.diff: New, port to GTK 3. Incidentally, this fixes incorrect scrolling in the Resources tab (LP: #1024156). * debian/patches/10_glib-deprecations.diff: New, replace some deprecated GLib functions that trigger compiler warnings. * debian/patches/03_desktop.diff: Remove Encoding, add Keywords entry. Use absolute path for the icon. * debian/patches/04_typos.diff: Fix more typos. * debian/patches/06_no-libgnome.diff: Refresh. * debian/patches/01_gettext.diff: Add description. * debian/patches/05_format-security.diff: Likewise. * debian/patches/series: Update. * debian/compat: Bump to 12. * debian/control: Run wrap-and-sort -ast. (Maintainer): Set to the Debian QA Group; package is orphaned. (Rules-Requires-Root): Set to no. (Build-Depends): Replace libgtk2.0-dev with libgtk-3-dev. Bump debhelper requirement to match the compat level. (Depends): Remove ancient rdesktop version requirement. (Recommends): Remove gconf2. (Standards-Version): Claim compliance with 4.4.1 as of this release. * debian/rules: Enable hardening. Remove trailing whitespace. (override_dh_autoreconf): New; fixes building twice in a row. (override_dh_clean): Also delete doc/Makefile; upstream overrides the clean/distclean targets. * debian/menu: Delete. * debian/docs: Remove AUTHORS, README, NEWS and FAQ.html; not useful. * debian/links: Delete; AppStream cannot cope with symlinks. * debian/watch: Switch to version 4; use Savannah's mirror multiplexor. * debian/copyright: Rewrite as machine-readable. * debian/changelog: Remove empty line. grdesktop (0.23+d040330-3.1) unstable; urgency=medium . * Non-maintainer upload . [ Yavor Doganov ] * Add 06_no-libgnome.diff: - Avoid libgnome dependency (Closes: #868427) * Add 07_avoid-scrollkeeper.diff: - Stop using rarian (Closes: #885115) * Add 08_gsettings-port.diff: - Port from gconf to gsettings. Recommend gconf2 so that user settings can be converted (Closes: #886071) . [ Jeremy Bicha ] * Bump debhelper compat to 11 * Update dependencies grdesktop (0.23+d040330-3) unstable; urgency=low * debian/rules: Enabled buildflags. * debian/patches/05_format-security.diff: Closes: #646269. * debian/control: Fixed missing-build-dependency dpkg-dev (>= 1.16.1~). grdesktop (0.23+d040330-2) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * debian/control: Use Homepage field. Closes: #615351. * debian/patches/04_typos.diff: Added. Closes: #566015. grdesktop (0.23+d040330-1) unstable; urgency=low * New maintainer. Closes: 398120. * debian/copyright: Updated. * debian/menu: Fixed lintian warnings. * debian/patches/02_iter.diff: Added. Closes: #390123. * debian/rules: Removed use of tarball.mk, added use of autotools.mk. * debian/patches/03_desktop.diff: Added to fix lintian warnings. * debian/watch: Added. grdesktop (0.23-3) unstable; urgency=low * QA upload. (ACK NMU; Closes: #320464) * Set maintainer to QA Group; Orphaned: #398120 * Add gconf2 (>= 2.10.1-2) to Dependencies as the maintainer scripts call gconf-schemas. * Conforms with latest Standards Version 3.7.2 grdesktop (0.23-2) unstable; urgency=low * Create symblic link from grdesktop/icon.png to grdesktop.png. (Closes: #257427) * debian/control: depend on newer debconf version (needed by cdbs). * Debian-Patches: - rename all @GETTEXT_PACKAGE@.mo files to grdesktop.mo grdesktop (0.23-1) unstable; urgency=low * New upstream version. - remove invalid character in Makefile.am (Closes: #231737) - NULL pointer problem fixed by upstream. (Closes: #231309) * debian/control: remove docbook-to-man dependancy * debian/menu: make the menu file policy conform grdesktop (0.22-1) unstable; urgency=low * New upstream bugfix version. grdesktop (0.20-2) unstable; urgency=low * debian/control: depend on scrollkepper. (Closes: #228657) grdesktop (0.20-1) unstable; urgency=low * New upstream version. * Fixed in new upstream version: Closes: #219413 - grdesktop allow the user to select the rdp protcol - new upstream version contains most of the new rdesktop features. * Include FAQ from grdesktop homepage * Update package description * Switch to cdbs for package building grdesktop (0.19-3) unstable; urgency=low * Update standards version. grdesktop (0.19-2) unstable; urgency=low * debian/control: - update standards version - change my email address * debian/rules: move dh_compat to debian/compat grdesktop (0.19-1) unstable; urgency=low * New upstream version. grdesktop (0.18-2) unstable; urgency=low * Fix infinite loop problem on some archs. (Closes: #179484) grdesktop (0.18-1) unstable; urgency=low * New upstream version. (Closes: #176605) grdesktop (0.17-2) unstable; urgency=low * Change keymaps path to be compatible with rdesktop (Closes: #175171) * debian/docs: remove readme file grub-imageboot (0.6+nmu4) unstable; urgency=medium . * Non-maintainer upload. * Maintain package in Debian/ team * d/copyright: DEP5 * d/control: Remove Priority field haskell-ogma-cli (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-core (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-extra (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-language-c (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-language-copilot (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-language-csv (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-language-jsonspec (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-language-lustre (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-language-smv (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-language-xlsx (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-language-xmlspec (1.10.0-1) unstable; urgency=medium . * New upstream release haskell-ogma-spec (1.10.0-1) unstable; urgency=medium . * New upstream release intel-gmmlib (22.8.2+ds1-1) unstable; urgency=medium . * New upstream version 22.8.2+ds1 intel-media-driver (25.3.4+dfsg1-1) unstable; urgency=medium . * New upstream version 25.3.4+dfsg1 intel-media-driver-non-free (25.3.4+ds1-1) unstable; urgency=medium . * New upstream version 25.3.4+ds1 iwd (3.10-1) unstable; urgency=medium . [ upstream ] * new release . [ Jonas Smedegaard ] * update watch file: + use file format version 5 + add usage comment * unfuzz patch jq (1.8.1-4) unstable; urgency=medium . [ ChangZhuo Chen (陳昌倬) ] * d/control: Run wrap-and-sort. * d/watch: Upgrade to version 5. * d/salsa-ci.yml: Add Salsa CI config. . [ Alexandre Detiste ] * libjq1 is a library. kineticstools (0.6.1+git20220223.1326a4d+dfsg-7) unstable; urgency=medium . * Team upload. [ Alexandre Detiste ] * Drop python3-uritools backport(-ish) from build dependencies. * Drop obsolete "Rules-Requires-Root: no". * Update Standards-Version. [ Santiago Vila ] * Fix FTBFS with with nocheck build profile. Closes: #1103315. * Enable build profile job in Salsa CI. lacheck (1.26-17.2) unstable; urgency=medium . * Non-maintainer upload. * Fix building with GCC 15. (Closes: #1097147) * Use https:// URLs. lambda-term (3.3.2-2) unstable; urgency=medium . * Team upload * Do not recommend liblambda-term-ocaml-doc (Closes: #1115621) * Bump Standards-Version to 4.7.2 * Bump debian/watch version to 5 lft (3.93-1) unstable; urgency=medium . * New upstream version. libburn (1.5.6-1.2) unstable; urgency=medium . * Non-maintainer upload. * Fix FTBFS with gcc-15. (Closes: #1097168) libcaca (0.99.beta20-6) unstable; urgency=medium . * debian/control: Bump Standards-Version * debian/: - Disable slang backend due to libslang2 being GPL-licensed (Closes: #754546) - Generate Recommends for dependencies of plugins (Closes: #1085181) * debian/patches: Fix FTCBFS (Closes: #1017948) Thanks to Helmut Grohne libsidplayfp (2.15.1-1) unstable; urgency=medium . * New upstream release. * Remove now redundant Rules-Requires-Root value. libubootenv (0.3.5-0.2) unstable; urgency=medium . * Non-maintainer upload * Override CMAKE_POLICY_VERSION_MINIMUM (Closes: #1113209) marisa (0.3.1+git20250817-1) unstable; urgency=medium . * Upload to unstable. marisa (0.3.1+git20250817-1~exp2) experimental; urgency=medium . * debian/patches/0005-tests-Fix-double-value-comparison-error-on-i386.patch: Fix test errors on i386. marisa (0.3.1+git20250817-1~exp1) experimental; urgency=medium . * New upstream version 0.3.1+git20250817. * debian/control: Move package description to source package section. * debian/rules: Migrate to bindings/python3 and cmake. * debian/patches: Rework on all patches: - 0002-0005-Fix-wordsize-*.patch: Dropped, upstream has migrated away from autotools. + 0002-Do-not-build-legacy-python2-bindings.patch: Added. + 0001-Specify-python-module-version-for-litian4py-warning.patch: Updated. + 0003-CMakeLists.txt-Enforce-global-PIC.patch: Globally enable CMAKE_POSITION_INDEPENDENT_CODE flag. mdk-doc (1.3.0-3) unstable; urgency=medium . * Declare compliance with Policy 4.7.2 with no changes. * Add the year 2025 to my debian/* copyright notice. * Convert the watch file to version 5 of the format. microsocks (1.0.5-2) unstable; urgency=medium . * Declare compliance with Policy 4.7.2 with no changes. * Convert the watch file to version 5 of the format. * Run some more checks in Salsa CI. * Drop the version in the python3-test-tunnel dependency. mptp (0.2.5-2) unstable; urgency=medium . * Team Upload. * Bump Standards-Version to 4.7.2 (no changes needed) * Add patch to fix FTBFS with make shuffle (Closes: #1105502) * Drop myself from uploaders net-tools (2.10-2) unstable; urgency=medium . [ Helge Kreutzmann ] * Remove localized man pages and set proper transition rules to manpages-l10n. (Closes: #1108422) * Include missing man page ipmaddr.8. netsniff-ng (0.6.9-1.1) unstable; urgency=medium . * Non-maintainer upload. * Apply upstream fix to build with gcc-15 (Closes: #1097456) netsniff-ng (0.6.9-1) unstable; urgency=medium . * New upstream release: + Dropped upstream patch, merged upstream. netsniff-ng (0.6.8-4) unstable; urgency=medium . * Team upload, salsa.d.o debian namespace. * Recommends: add | time-daemon (Closes: #1001825) * Add upstream patch to fix makefile ordering (Closes: #1001825) * Replace obsolete Build-Depends: libncurses5-dev with libncurses-dev netsniff-ng (0.6.8-3) unstable; urgency=low . * debian/control: + Recommends ntpsec instead of ntp. + Updated to Standards-Version 4.6.0 * Simplified debian/watch file. netsniff-ng (0.6.8-2) unstable; urgency=medium . * debian/control: + Updated Uploaders as per MIA team request (Closes: #969983) netsniff-ng (0.6.8-1) unstable; urgency=medium . * Upload to unstable. * New upstream release: + Fix mausezahn build with GCC 10 (Closes: #957601) * debian/control: + Updated to Standards-Version 4.5.1 + Switched to debhelper-compat. + Added 'Rules-Requires-Root' field. * Added debian/upstream/metadata file. * debian/rules: + Do not call dh_dwz, which generates unneeded debug files. . [ Helmut Grohne ] * debian/rules: + Fix FTCBFS: Tell ./configure about the host architecture. (Closes: #914642) netsniff-ng (0.6.6-1) experimental; urgency=low . * New upstream release. * debian/control: + Updated to Standards-Version 4.3.0 * debian/upstream/signing-key.asc: + Make it really usable. * Added debian/gitlab-ci.yml. netsniff-ng (0.6.5-1) unstable; urgency=low . * New upstream release. * debian/watch: + Updated to use https mirror from upstream. + Use upstream PGP sign key. * debian/control: + Updated to Standards-Version 4.2.1 * debian/rules: + Remove empty directory. netsniff-ng (0.6.4-2) unstable; urgency=low . * debian/control: + Updated Vcs-* URLs. + Updated to Standards-Version 4.1.4 * debian/rules + Updated for new dh style. + Fixed Hardening. netsniff-ng (0.6.4-1) unstable; urgency=low . * New upstream release: + Fix FTBFS error (Closes: #886385) * debian/control: + Updated to Standards-Version 4.1.3 * Removed trailing whitespace from debian/changelog. * Update debian/compat to 11. netsniff-ng (0.6.3-1) unstable; urgency=medium . * New upstream release: + Fix FTBFS: error: 'GENL_ID_GENERATE' undeclared error (Closes: #867007) * debian/control: + Updated Standards-Version to 4.0.0 + Fixed Vcs-Git URL. * debian/watch: + Updated to version 4. netsniff-ng (0.6.2-1) unstable; urgency=low . * New upstream release. * debian/control: + Updated Standards-Version to 3.9.8 * debian/rules: + Removed empty dbg package. netsniff-ng (0.6.1-2) unstable; urgency=low . * debian/rules: + Unhide compiler flags. netsniff-ng (0.6.1-1) unstable; urgency=low . * New upstream release. * debian/control: + Updated Standards-Version to 3.9.7 + Fixed Vcs-* URLs. + Updated long description. netsniff-ng (0.6.0-1) unstable; urgency=low . * New upstream release. * debian/control: + Added Build-Depends on libnl-route-3-dev * debian/copyright: + Added missing *.zsh files copyright. netsniff-ng (0.5.9-3) unstable; urgency=low . * Use libsodium instead of libnacl. Thanks to Tomasz Buchert for patch. netsniff-ng (0.5.9-2) unstable; urgency=low . * debian/control: + Remove cmake from Build-Depends, as it's no longer used. + Fixed Vcs-Browser path. + Bumped debhelper dependency and debian/compat. * debian/rules: + Use verbose build to make compiler flags visible in buildd logs. netsniff-ng (0.5.9-1) unstable; urgency=low . * New upstream release: + Conditional operator does not typecheck (Closes: #750077) * debian/control: + Set arch:any (Closes: 749057) + Updated Standards-Version to 3.9.6 * debian/copyright: + Updated copyright and fixed wildcard match. netsniff-ng (0.5.8-2) unstable; urgency=low . * debian/control: + Replaced ashunt with astraceroute in long description. * Updated debian/watch file. netsniff-ng (0.5.8-1) unstable; urgency=low . * New upstream release: + Dropped all patches. Merged upstream. * Uploaded to unstable. * debian/control: + Updated short description (Closes: #741997) + Added mausezahn in long description. + Added Tobias Klauser as Uploaders. * debian/rules: + Fixed installation as per upstream changes. + Removed unused dh_installexamples netsniff-ng (0.5.8~rc5-2) experimental; urgency=low . * debian/control: + Updated Daniel Borkmann's email address (Closes: #741327) * debian/rules: + Do not add PREFIX in make. + Do not remove config.h file in clean target. netsniff-ng (0.5.8~rc5-1) experimental; urgency=low . * New upstream RC release: + Removed patches merged in upstream. + Updated manpage_fix patch. * debian/control: + Added VCS-* fields. + Enabled ia64 and mips archs as liburcu-dev supports them now. + Updated build-depends to libnl-3-dev (Closes: #688171) + Updated Standards-Version to 3.9.5 * debian/rules: + Fixed clean target. + Fixed hardening support. * debian/docs: + Documentation/ folder no longer exists. * Updated debian/watch file. netsniff-ng (0.5.7-1) unstable; urgency=low * New upstream release * debian/copyright: + License is GPL-2, not GPL-2+ * debian/control: + Added Build-Depends: libcli-dev, libnl-dev for trafgen, netsniff-ng binaries. + Updated maintainer email address. * debian/patches/cflags_notune.patch: + Added patch to fix CFLAGS from upstream. * debian/docs: + Removed THANKS, not provided by upstream now. * debian/rules: + Provides upstream changelogs. netsniff-ng (0.5.6-2) unstable; urgency=low * debian/control: + Set archs to: i386, amd64, powerpc and sparc only as dependencies are not available or missing on other than these archs. + Added Recommends: ntp. Thanks to Carlos Alberto Lopez Perez . + Build-Depends on libncurses5-dev for missing flowtop and ifpps binaries. * debian/copyright: + Removed duplicate copyright fields. + Added Debian packaging copyright section. * Added hardening support. netsniff-ng (0.5.6-1) unstable; urgency=low * New upstream release (Closes: #667609) * debian/patches: + 01_manpage_fix.diff: Removed, merge upstream. + nacl_path_fix: Added patch to fix Nacl header and library paths. + manpage_path.patch: Added patch to fix manpage installation path from upstream. * debian/rules: + Upstream moved to CMake. Changes related to it. + Added missing build targets. * debian/control: + Added Build-Deps needed for CMake build system and libs. + Updated Standards-Version to 3.9.3 + Updated long description. * debian/copyright: + Updated to copyright-format 1.0 + Updated copyright for some files. * debian/docs: + Updated as per upstream changes. netsniff-ng (0.5.5.0-3) unstable; urgency=low * debian/control: + Updated Standards-Version to 3.9.2 + Fixed short description synopsis * debian/copyright: + Updated for DEP-5 format specification * Added patch to fix spelling mistake in manpage netsniff-ng (0.5.5.0-2) unstable; urgency=low * Upload to unstable * debian/control: + Added armhf support, closes wishlist bug. Closes: #604540 + Excluded non-linux systems in architectures + Added Kartik as Uploader netsniff-ng (0.5.5.0-1) experimental; urgency=low * New upstream release * debian/control: + Updated to new standards version 3.9.1 + Updated description * debian/watch: + Updated URL to public directory of netsniff-ngs website * Switch to dpkg-source 3.0 (quilt) format netsniff-ng (0.5.4.2-1) unstable; urgency=low * Another minor upstream release with fixes within the ring traversal method (packet look-ahead on the receive ring) and some basic BPF filter check. * Changed installation path from /sbin into /usr/sbin * debian/control: + Updated to new standards version 3.8.4 + Added ${misc:Depends} in order to fix the 'debhelper-but-no-misc-depends' warning netsniff-ng (0.5.4.1-1) unstable; urgency=low * New (minor) upstream release with security fix in netsniff-ng.c: A memset with a 4 Byte length overhead on 32-Bit systems could run into a possible buffer overflow. Relevant sections have been fixed. * debian/control: + Changed architecture, because netsniff-ng is not written for non-linux archs as kfreebsd-* netsniff-ng (0.5.3.1-1) unstable; urgency=low * Initial release for Debian, closes ITP bug. Closes: #561528 nexus (4.4.3-9) unstable; urgency=medium . * Fix debian/not-installed for different architectures (and include the commit in the upload this time) nexus (4.4.3-8) unstable; urgency=medium . * Fix FTBFS with CMake 4 (Closes: #1113321). * Mark libnexus1 as Multi-Arch: same. * Switch to debhelper compat 13. * Fix FSF address in debian/copyright. * Drop unneeded linker flags. nim-hts (0.3.25+ds-3) unstable; urgency=medium . * Team Upload. * Backport upstream patch to build with newer nim compiler * d/patches: (Closes: #1112655) + Skip some failing tests + Add patch to fixup fai test * Update Build-test command as in hts nimble file * Drop myself from uploaders. nim-hts (0.3.25+ds-2) unstable; urgency=medium . * Team upload. * Drop libhts3 from Test-Depends nim-hts (0.3.25+ds-1) unstable; urgency=medium . * Team upload. * Fix watch file * New upstream version * Standards-Version: 4.7.0 (routine-update) * Tolerate incompatible pointer types to build smoothly Closes: #1081123 * Also tolerate incompatible pointer types in autopkgtest * Fix clean target Closes: #1049588, #1046095 nim-hts (0.3.19+ds-1) unstable; urgency=medium . * New upstream version nim-hts (0.3.18+ds-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.6.0 (routine-update) nim-hts (0.3.14+ds-2) unstable; urgency=medium . * d/p/fix-version-comparision.patch: Fix version comparison to parse and compare the right version nim-hts (0.3.14+ds-1) unstable; urgency=medium . * New upstream version nim-hts (0.3.13+ds-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.5.1 (routine-update) nim-hts (0.3.12+ds-4) unstable; urgency=medium . * Remove wrong path while running tests * Fix install location for example * Regenerate files during build nim-hts (0.3.12+ds-3) unstable; urgency=medium . * Add test dependency on build-essential nim-hts (0.3.12+ds-2) unstable; urgency=medium . * Team upload. * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine- update) * Add salsa-ci file (routine-update) nim-hts (0.3.12+ds-1) unstable; urgency=medium . * Initial release (Closes: #973510) node-tar-fs (3.0.9+~cs2.0.4-2) unstable; urgency=medium . * debian/watch version 5 * Apply fix for CVE-2025-59343 (Closes: #1116338) nvidia-texture-tools (2.0.8-1+dfsg-10) unstable; urgency=medium . * Adopt package by the Debian NVIDIA Maintainers and add myself to Uploaders. (Closes: #1111796) * Simplify the multiarch changes. * Add upstream metadata. * Add .symbols control file. * Make the packages Architecture: any. * Trim trailing whitespace. * Use secure copyright file specification URI. * Update watch file. ocaml-base64 (3.5.2-1) unstable; urgency=medium . * New upstream release * Bump debian/watch version to 5 ocaml-iomux (0.4-1) unstable; urgency=medium . * New upstream release * Bump debian/watch version to 5 ocaml-re (1.14.0-1) unstable; urgency=medium . * New upstream release * Bump debian/watch version to 5 ocaml-uucd (17.0.0-1) unstable; urgency=medium . * New upstream release * Bump debian/watch version to 5 ocaml-uucp (17.0.0-1) unstable; urgency=medium . * Team upload * New upstream release * Bump debian/watch version to 5 ocaml-uunf (17.0.0-1) unstable; urgency=medium . * Team upload * New upstream release * Bump debian/watch version to 5 ocaml-uuseg (17.0.0-1) unstable; urgency=medium . * New upstream release * Bump debian/watch version to 5 * Bump Standards-Version to 4.7.2 ocamlgraph (2.2.0-2) unstable; urgency=medium . * Team upload * Remove old unused CDBS fragment (Closes: #1115873) * Bump Standards-Version to 4.7.2 * Bump debian/watch version to 5 parprouted (0.70-6) unstable; urgency=medium . * QA upload. * Fix FTBFS with GCC 15. (Closes: #1097548) parprouted (0.70-5) experimental; urgency=medium . * QA upload. * debian/control: Bump Standards-Version to "4.7.2". * debian/copyright: Update packaging copyright information. * debian/upstream/metadata: Add upstream metadata information. * debian/watch: - Bump version to 4. - Replace regex by @TAGS@. - Use https. paryfor (0.1-9) unstable; urgency=medium . * Team Upload. * Add patch to bump minimum cmake version (Closes: #1113391) * Bump Standards-Version to 4.7.2 (no changes needed) * Drop myself from uploaders php-constant-time (3.1.3-1) unstable; urgency=medium . [ Tim Düsterhus ] * Add parameter type to `Base32::doEncode()`’s `$pad` parameter . [ Paragon Initiative Enterprises ] * Use ext-sodium (if available) to accelerate performance. * Don't fail on older phpunit * Replace qualifiers with imports . [ Václav Pelíšek ] * Trim padding characters from encoded string before calling sodium decode no padding . [ David Prévot ] * Drop patch not needed anymore * Remove Rules-Requires-Root * Update Standards-Version to 4.7.2 * Adapt phpunit call polenum (1.7-1) unstable; urgency=medium . * New upstream version 1.7 * Bump to Standards-Version 4.7.2 (No changes required). * Update d/copyright file. * Convert d/watch to version 5. * Fix GPL-3 licence not to include the postal address of FSF. pupnp (1:1.14.25-1) unstable; urgency=medium . * New upstream version 1.14.25 puppet-module-puppetlabs-rabbitmq (8.5.0-11) unstable; urgency=medium . * Make fix-list_users-provider.patch more robust. pycurl (7.45.7-1) unstable; urgency=medium . * Update to new upstream release 7.45.7 * Switch to pybuild & pyproject build pydoctor (25.4.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Remove broken filenamemangle rule from debian/watch. * Refresh drop-python-toml-from-essential-set.patch. * Depend on python3-pytest-subtests for the tests. * Run Python in development mode for the tests. * Backport upstream patch to fix build with Docutils 0.22. python-pytest-run-parallel (0.7.0-1) unstable; urgency=medium . * New upstream release. python-readme-renderer (44.0-2) unstable; urgency=medium . * Team upload. * Add a patch from PR #332 to make the tests pass with Docutils 0.22. python-svg.path (7.0-1) unstable; urgency=medium . * QA upload. * New upstream version 7.0 * d/control: Add Rules-Requires-Root on control to resolve lintian * d/copyright: Bump d/* copyright to resolve lintian python-svg.path (6.4b1-1~exp1) experimental; urgency=medium . * QA upload. * New upstream version 6.4b1 * d/control: Add pybuild-plugin-pyproject as dependency * d/patches: Remove patch that was applied on upstream * d/copyright: Add HPND License redet (8.26-2) unstable; urgency=medium . [ Andreas Tille ] * Maintain package in Salvage team Closes: #1110121 * Secure URI in Homepage * Secure URI in watch file * Migration to source format 3.0 (quilt) was done in 8.26-1.5 Closes: #1007642 * d/copyright: DEP5 + review * debhelper-compat=13 * d/rules: short dh * Install desktop file in favour of Debian menu file * Standards-Version: 4.7.2 (routine-update) * Remove trailing whitespace in debian/changelog (routine-update) * Remove trailing whitespace in debian/control (routine-update) * Trim trailing whitespace. . [ Emmanuel Arias ] * d/control: Add myself as Uploaders riemann-c-client (1.10.4-5) unstable; urgency=medium . * QA upload. * Fix building with GCC 15. (Closes: #1097791) ruby-bio (2.0.6-1) unstable; urgency=medium . * Team Upload. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/gbp.conf: remove trailing empty lines * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Nilesh Patra ] * New upstream version 2.0.6 * Change Recommends from blast2 => ncbi-blast+-legacy Closes: #1116111 * Bump Standards-Version to 4.7.2 (no changes needed) * Drop myself from uploaders rust-av-scenechange (0.14.1-2) unstable; urgency=medium . * Package av-scenechange 0.14.1 from crates.io using debcargo 2.7.10 * debian/patches: Correctly emit dh-cargo:deb-built-using=avsc-aarch64 rust-av-scenechange (0.14.1-1) unstable; urgency=medium . * Package av-scenechange 0.14.1 from crates.io using debcargo 2.7.10 rust-bacon (3.12.0-5) unstable; urgency=medium . * Team upload. * Package bacon 3.12.0 from crates.io using debcargo 2.7.10 * d/p/relax-deps.diff: Build with notify 8 rust-bitreader (0.3.11-1) unstable; urgency=medium . * Team upload. * Package bitreader 0.3.11 from crates.io using debcargo 2.7.10 rust-bitstream-io (4.6.0-1) unstable; urgency=medium . * Package bitstream-io 4.6.0 from crates.io using debcargo 2.7.10 rust-bitstream-io (4.5.0-1) unstable; urgency=medium . * Package bitstream-io 4.5.0 from crates.io using debcargo 2.7.10 rust-bitvec-helpers (4.0.0-1) unstable; urgency=medium . * Package bitvec_helpers 4.0.0 from crates.io using debcargo 2.7.10 rust-broot (1.50.0-1) unstable; urgency=medium . * Package broot 1.50.0 from crates.io using debcargo 2.7.10 * d/patches: - add-features.patch: do not add 'trash' to default features, the 'trash' feature was integrated to main code - drop relax-trash.patch: stop downgrading the trash dependency - refresh rust-broot (1.49.1-2) unstable; urgency=medium . * Package broot 1.49.1 from crates.io using debcargo 2.7.10 * Upload to unstable rust-broot (1.49.1-1) experimental; urgency=medium . * Package broot 1.49.1 from crates.io using debcargo 2.7.10 * d/patches: refresh rust-cfg-expr (0.17.2-1) unstable; urgency=medium . * Team upload * Package cfg-expr 0.17.2 from crates.io using debcargo 2.7.10 rust-crossbeam-deque (0.8.6-1) unstable; urgency=medium . * Team upload * Package crossbeam-deque 0.8.6 from crates.io using debcargo 2.7.10 rust-dateparser (0.2.1-1) unstable; urgency=medium . * Team upload * Package dateparser 0.2.1 from crates.io using debcargo 2.7.10 * Fix autopkgtest rust-dirty-tracker (0.3.0-5) unstable; urgency=medium . * Team upload. * Package dirty-tracker 0.3.0 from crates.io using debcargo 2.7.10 * Add patch bumping notify to 8 rust-dolby-vision (3.3.2-1) unstable; urgency=medium . * Package dolby_vision 3.3.2 from crates.io using debcargo 2.7.10 rust-env-logger (0.11.8-1) unstable; urgency=medium . * Team upload. * Package env_logger 0.11.8 from crates.io using debcargo 2.7.8 (Closes: #1111370) rust-gix-path (0.10.20-1) unstable; urgency=medium . * Package gix-path 0.10.20 from crates.io using debcargo 2.7.10 rust-glycin-utils (4.0.0-3) unstable; urgency=medium . * Team upload. * Package glycin-utils 4.0.0 from crates.io using debcargo 2.7.8 * Remove upper limit from nix dependency. * Stop patching thiserror dependency. rust-grcov (0.8.22-2) unstable; urgency=medium . * Team upload. * Package grcov 0.8.22 from crates.io using debcargo 2.7.8 * Bump zip to version 5 and update feature name for zlib backend. * Stop patching once_cell, smallvec, tempfile, uuid and rustc_version dependencies. * Disable "deflate-miniz" feature since rust-zip 5 doesn't support miniz. rust-i18n-config (0.4.8-1) unstable; urgency=medium . * Team upload * Package i18n-config 0.4.8 from crates.io using debcargo 2.7.10 rust-i18n-embed (0.16.0-2) unstable; urgency=medium . * Team upload. * Package i18n-embed 0.16.0 from crates.io using debcargo 2.7.10 * Stop patching notify rust-iana-time-zone (0.1.64-1) unstable; urgency=medium . * Team upload * Package iana-time-zone 0.1.64 from crates.io using debcargo 2.7.10 rust-image-webp (0.2.4-1) unstable; urgency=medium . * Team upload * Package image-webp 0.2.4 from crates.io using debcargo 2.7.10 rust-ivf (0.1.4-1) unstable; urgency=medium . * Package ivf 0.1.4 from crates.io using debcargo 2.7.10 rust-jiff (0.2.15-1) unstable; urgency=medium . * Team upload. * Package jiff 0.2.15 from crates.io using debcargo 2.7.8 * Update patches for new upstream. * Disable test which relies on a "US/Eastern" timezone that does not appear to exist in Debian. * Disable jiff-static dependency and associated features. rust-linemux (0.3.0-9) unstable; urgency=medium . * add patches cherry-picked upstream to use newer major version of crate notify; tighten (build-)dependencies for crate notify; closes: bug#1115960, thanks to Matthias Geiger * drop watch file: use upstream metadata instead * declare compliance with Debian Policy 4.7.2 rust-memmap2 (0.9.8-1) unstable; urgency=medium . * Team upload. * Package memmap2 0.9.8 from crates.io using debcargo 2.7.10 rust-nasm-rs (0.3.1-1) unstable; urgency=medium . * Package nasm-rs 0.3.1 from crates.io using debcargo 2.7.10 rust-nasm-rs (0.3.0-1) unstable; urgency=medium . * Package nasm-rs 0.3.0 from crates.io using debcargo 2.7.10 rust-notify (8.2.0-2) unstable; urgency=medium . * Team upload. * Upload to unstable rust-notify (8.2.0-1) experimental; urgency=medium . * Team upload. * Package notify 8.2.0 from crates.io using debcargo 2.7.10 * Stop overriding tests * d/debcargo.toml: stop marking tests as flaky * d/patches: refresh rust-notify (8.0.0-1) experimental; urgency=medium . * Team upload. * Package notify 8.0.0 from crates.io using debcargo 2.7.8 * Refresh patches, drop obsolete ones rust-notify-debouncer-full (0.5.0-2) unstable; urgency=medium . * Team upload. * Upload to unstable rust-notify-debouncer-full (0.5.0-1) experimental; urgency=medium . * Team upload. * Package notify-debouncer-full 0.5.0 from crates.io using debcargo 2.7.8 * Rebase patches rust-notify-debouncer-mini (0.7.0-2) unstable; urgency=medium . * Team upload. * Upload to unstable rust-notify-debouncer-mini (0.7.0-1) experimental; urgency=medium . * Team upload. * Package notify-debouncer-mini 0.7.0 from crates.io using debcargo 2.7.10 * d/patches: add remove-non-linux-deps.patch to decouple non-linux features removed from notify * d/copyright: refresh copyright years rust-parking-lot-core (0.9.11-1) unstable; urgency=medium . * Team upload. * Package parking_lot_core 0.9.11 from crates.io using debcargo 2.7.10 rust-pathfinder-simd (0.5.5-1) unstable; urgency=medium . * Team upload * Package pathfinder_simd 0.5.5 from crates.io using debcargo 2.7.10 rust-postgres (0.19.10-1) unstable; urgency=medium . * Team upload. * Package postgres 0.19.10 from crates.io using debcargo 2.7.8 * Disable support for jiff 0.1 to make way for upgrade to jiff 0.2 * Disable support for the cidr crate which is not in Debian. * Update disable-bench.diff for new upstream. rust-postgres-types (0.2.9-1) unstable; urgency=medium . * Team upload. * Package postgres-types 0.2.9 from crates.io using debcargo 2.7.8 * Disable jiff 0.1 support to prepare for update to jiff 0.2 * Remove newly added depdency/feature for cidr 0.3 as the cidr crate is not in debian. rust-rav1e (0.8.1-2) unstable; urgency=medium . * Package rav1e 0.8.1 from crates.io using debcargo 2.7.10 * debian/debcargo.toml: Mark more tests as flaky rust-rav1e (0.8.1-1) unstable; urgency=medium . * Package rav1e 0.8.1 from crates.io using debcargo 2.7.10 (Closes: #1115786) * SONAME bump: librav1e0.7 -> librav1e0.8 * debian/copyright: Update for new upstream version rust-swaysome (2.3.2-1) unstable; urgency=medium . * Team upload. * Package swaysome 2.3.2 from crates.io using debcargo 2.7.10 rust-swaysome (2.3.1-1) unstable; urgency=medium . * Team upload. * Package swaysome 2.3.1 from crates.io using debcargo 2.7.10 rust-system-deps (7.0.5-1) unstable; urgency=medium . * Team upload * Package system-deps 7.0.5 from crates.io using debcargo 2.7.10 rust-tokio-postgres (0.7.13-1) unstable; urgency=medium . * Team upload. * Package tokio-postgres 0.7.13 from crates.io using debcargo 2.7.8 * Update relax-deps.diff for new upstream. * Disable jiff 0.1 support in preperation for update to jiff 0.2 * Disable support for the cidr crate which is not in Debian. * Add patch to support both versions 0.8 and 0.9 of rand. rust-xterm-query (0.5.2-2) unstable; urgency=medium . * Team upload. * Package xterm-query 0.5.2 from crates.io using debcargo 2.7.10 * Relax crossterm test dependency to support versions >= 0.27, < 0.30 rust-zip (5.1.1-2) unstable; urgency=medium . * Team upload. * Package zip 5.1.1 from crates.io using debcargo 2.7.8 (Closes: #1113789) rust-zip (5.1.1-1) experimental; urgency=medium . * Team upload. * Package zip 5.1.1 from crates.io using debcargo 2.7.8 * Drop fix-feature-gates.patch, upstream has made an equivilent change. * Drop no-zlib-ng.patch, upstream no longer seems to support zlib-ng. * Update remaining patches for new upstream and current situation in Debian. * Rearrange patches for easier testing. * Disable zlib-rs support and switch default deflate to zlib, because zlib-rs is not in Debian. * Revert upstream switch from native liblzma to lzma-rust2 since lzma-rust2 is not in debian. * Disable ppmd support since ppmd-rust is not in Debian. rust-zstd (0.13.3-1) unstable; urgency=medium . * Team upload. * Package zstd 0.13.3 from crates.io using debcargo 2.7.10 rust-zstd-safe (7.2.4-1) unstable; urgency=medium . * Team upload. * Package zstd-safe 7.2.4 from crates.io using debcargo 2.7.10 (Closes: #1110486) * Sync removed features with zstd-sys rust-zstd-sys (2.0.16-1) unstable; urgency=medium . * Team upload. * Package zstd-sys 2.0.16+zstd.1.5.7 from crates.io using debcargo 2.7.10 * Remove more superfluous features scrappie (1.4.2-9) unstable; urgency=medium . * Team Upload. * Remove myself from uploaders * Bump Standards-Version to 4.7.2 (no changes needed) * Add patch to bump minimum cmake version (Closes: #1113489) scrappie (1.4.2-9~0exp0simde) experimental; urgency=medium . * Team upload. * Experimental rebuild with SIMDe 0.7.3~0git20230118123246.d1e75cd sidplayfp (2.15.1-1) unstable; urgency=medium . * New upstream release: - replaces AC_CHECK_FILE (closes: #1112636). * Remove now redundant Rules-Requires-Root value. spim (8.0+dfsg-8) unstable; urgency=high . * debian/control: bump standard to 4.7.2 (no changes) * debian/control: use dh13 * debian/rules: use --no-parallel * add gcc15.patch (Closes: #1097918) spim (8.0+dfsg-7) unstable; urgency=high . * acknowledge NMU * add implicit.patch (Closes: #1066723) * add multiarch-libc.patch (Closes: #911860) thanks a lot to Helmut Grohne for the patch * debian/control: move myself to Maintainer:, remove everybody else (nobody seems to be active anymore) * debian/control: move VCS URLs to salsa * debian/control: bump standard to 4.6.2 (no changes) * debian/watch: update version spim (8.0+dfsg-6.1) unstable; urgency=high . * Non-maintainer upload. * Add patch for flex 2.6 compatibility. (Closes: #860011) * Urgency high for RC bug fix. spim (8.0+dfsg-6) unstable; urgency=low . * acknowledge NMU * add patch from YunQiang Su to make it compile on mips/mipsel (Closes: #726282, #599954) * debian/control: add myself to uploaders * debian/control: bump standard to 3.9.4 (no changes) * debian/control: use dh 9 for hardening flags * debian/control: move VCS-field to alioth * debian/control: add dependency on xfonts-75dpi, xfonts-100dpi (Closes: #670949) * debian/copyright: remove reference to /usr/share/common-licenses/BSD the license text is already listed spim (8.0+dfsg-5.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: ../CPU/spim-utils.c:117:7: error: invalid use of void expression": add patch configure-multiarch from Ubuntu / Matthias Klose: - Fix configury with multiarch libc. LP: #756116. Additionally, add versioned build dependency on dpkg-dev. (Closes: #629693) spim (8.0+dfsg-5) unstable; urgency=low * Remove nonsensical recommends (thanks Piotr Engelking)(closes: #578484) * Add description to "hyphens" patch * Add VCS-* headers spim (8.0+dfsg-4) unstable; urgency=low * Fix debian/watch * Add get-orig-source target spim (8.0+dfsg-3) unstable; urgency=low * Change orig mangling scheme * Small cleanups (lintian-clean) * Patch manpages for hyphens * Extend long description spim (8.0+dfsg-2) unstable; urgency=low * Integration of changes by Mackenzie Morgan * Add .desktop and icons * Fresh upload to debian. Closes: #577087. spim (8.0+dfsg-1) unstable; urgency=low * New upstream release - New license (non-free to BSD) - Fixes bug with input reading - Clean up stack alignment - Fixes problems with new versions of flex * Remove cycle.ps from Documentation (no source available) * Now under a free license * Completely new packaging after removal from debian. * Changelog kept for historical reasons. spim (8.0+dfsg-4) unstable; urgency=low * Fix debian/watch * Add get-orig-source target spim (7.3-1) unstable; urgency=low * QA upload. * New upstream release - Fixes "hanging" when starting. (Closes: #369533) spim (7.2.1-1) unstable; urgency=low * QA upload. * New upstream release. * Package is orphaned (#354501); set maintainer to Debian QA Group. * Acknowledge NMU. Closes: #326097, #346936, #349389. * Add a build dependency on bison. * Change priority to extra in accordance with the override file. * Install upstream changelog. * Switch to debhelper 5. * spim/Makefile: Allow optimization flags to be overridden. * debian/rules: - Add support for DEB_BUILD_OPTIONS=noopt. - Use dh_install rather than (buggy) upstream Makefiles. * debian/watch: Add. * Conforms to Standards version 3.7.2. spim (7.1-1) unstable; urgency=low * New upstream version (Closes: Bug#271608) * Added Build-Depends on flex and debhelper (>= 4) * Created debian/compat (V4) * Updated Standards-Version to 3.6.2 * Fixed unquoted strings in spim.menu * Switched to dh_installman instead of dh_installmanpages spim (6.5-1) unstable; urgency=low * New upstream release (Closes: Bug#178264) * Added libxaw7-dev instead of libxaw-dev to build-depends. It already depended on xutils so there is no need to add it (Closes: Bug#102515) srt (1.5.4-2) unstable; urgency=medium . * [c549366] add d/patches/FTBFS_with_CMake_4.patch to fix exactly that (Closes: #1113542) * [e7cda77] d/control: Standards-Version: 4.7.2 (no changes required) * [5a89c50] d/control: drop now redundant Rules-Requires-Root: no super (3.30.3-2.1) unstable; urgency=medium . * Non-maintainer upload. * Build as C17 to fix FTBFS (K&R declarations) (Closes: #1097949) super (3.30.3-2) unstable; urgency=medium . * Add 18-Fix-FTBFS-automake.patch (closes: #997769). * Update debian/linitan-overrides for changes in lintian itself. * Update version of debian/watch file. * Standards-Version: 4.6.0. super (3.30.3-1) unstable; urgency=medium . * New upstream version. * Add 17-Fix-FTBFS-gcc10.patch (closes: #957850). * Build with debhelper v13. * Update lintian-overrides for renamed tag; add an override for an absurd warning about spelling in the override file itself. * Fix tabs in debian/copyright (lintian). * debian/control: + Build-Requires-Root: no; + Standards-Version: 4.5.0. super (3.30.1-1) unstable; urgency=low . * New upstream version. * Add 16-Fix-more-gcc-warnings.patch to fix a few more gcc warnings. * Bump debhelper's compat version to 11. * Enable all hardening flags. * Add lintian override for bogus spelling-error-in-manpage. * Switch VCS fields to salsa. * Switch debian/copyright to DEP-5 format. * Standards-Version: 4.1.4. super (3.30.0-7) unstable; urgency=medium . * Add 15-Fix-gcc-warnings.patch to fix `variable-set-but-unused' warnings. * Fix clang's warning in 08-Logfile-group.patch. * debian/rules, debian/control: + switch to debhelper v9 and tiny rules file; + compile with LFS support enabled (lintian); + add support for cross-compiling; + remove usage of hardening-includes package, the hardening options are now provided by dpkg-buildflags instead. * Remove debian/preinst script, used to handling migrations from ancient versions of the package. * Standards-Version: 3.9.5: + use /run/superstamps directly instead of the /var/run/ symlink. . super (3.30.0-6+deb7u1) wheezy-security; urgency=high . * Add 14-Fix-unchecked-setuid-call.patch to fix a flaw in `super -F' command which might open super for RLIMIT_NPROC style exploits on older 2.6 kernels (CVE-2014-0470). super (3.30.0-6) unstable; urgency=high * Add 12-Use-vsnprintf.patch to fix buffer overflow error occurring when logging via syslog is enabled (CVE-2011-2776). * Add 13-Potential-format-string-vulnerability.patch to fix a vulnerability that might occur if the user of file name or file name used in the tag contains a '%' character. * Rename & refresh other patches with gbp-pq import/export. * debian/control: + Add VCS fields; + Standards-Version: 3.9.2 (no changes). + Sort dependency fields with wrap and sort. super (3.30.0-5) unstable; urgency=low * 10_ftbfs_hurd.patch: fix FTBFS on GNU/Hurd. * 11_gcc_wformat.patch: fix warnings given by gcc when hardening options are turned on. super (3.30.0-4) unstable; urgency=low * Switch to the `3.0 (quilt) source format: + remove build-time depenency on quilt; + remove debian/README.source. * debian/rules: + drop patch/unpatch target; + use dpkg-buildflags for getting CFLAGS/LDFLAGS; + call dh_auto_{configure,build,clean} commands; + provide build-{arch,indep} targets. * 09_Makefile_srcdir.patch: new patch to use $(srcdir) where it's needed. * Enable hardening logic provided by the hardening-includes package; add the package to build-depends. * Standards-Version: 3.9.1. * Build with debhelper v8. super (3.30.0-3) unstable; urgency=low * 07_ftbfs_kfreebsd.patch: A patch from Cyril Brulebois to fix FTBFS on GNU/kFreeBSD (closes: #561787). * 08_logfile_group.patch: Create log files owned by the adm group and with proper access rights (closes: #112700). * Updated 05_manpages.patch to fix yet another warning from man. * Standards-Version: 3.8.3. * Bump debhelper to v7. * Remove linda overrides, use dh_lintian for installing lintian's overrides. * Remove /var/run/superstamps from the binary package. The directory will be created by super anyway, if it doesn't exist. * Add a home page link, a README.source file. * Write patches' descriptions. super (3.30.0-1) unstable; urgency=low * New upstream version. super (3.28.0-1) unstable; urgency=low * New upstream version. * Standards-Version: 3.7.3 (no changes). * Set debhelper compat version to 6. super (3.27.1-2) unstable; urgency=low * Upload to unstable. super (3.27.1-1) experimental; urgency=low * New upstream version. super (3.26.2-1) unstable; urgency=low * New upstream version. * Standards-Version: 3.7.2 (no changes needed). super (3.26.0-2) unstable; urgency=low * Upload to unstable. super (3.26.0-1) experimental; urgency=low * New upstream version. super (3.25.0-1) experimental; urgency=low * New upstream version. super (3.24.1-1) unstable; urgency=low * New upstream version. super (3.23.0-2) unstable; urgency=low * Fix FTBFS problem on hurd (closes:#256634). super (3.23.0-1) unstable; urgency=high * New upstream version: + fixed format string vulnerability (CAN-2004-0579) found by Max Vozeler . * Added debian/watch file. super (3.22.2-1) unstable; urgency=low * New upstream version. * Add lintian source override file for `cvsignore-file-in-source'. * Add linda override file. super (3.22.1-0) unstable; urgency=low * New upstream version. super (3.22.0-2) unstable; urgency=low * checks.c: if both uid and euid with diffrent values were specified in super.tab file, uid was overriden by euid. * super.c: when execve() fails, save errno value before reopening the log file. super (3.22.0-1) unstable; urgency=low * New upstream version. super (3.20.1-2) unstable; urgency=low * Update PAM configuration file. * Add dependency on libpam-runtime (>= 0.76-14). * Standards-Version: 3.6.1 (no changes). super (3.20.1-1) unstable; urgency=low * New upstream version. * Update download URL in copyright file. * Standards-Versions 3.5.10 (no changes). suricata (1:8.0.1-3) unstable; urgency=medium . * Add patch to decouple unit tests from CPU count. * Update upstream signing public key from OISF after expiration. suricata (1:8.0.1-2) unstable; urgency=medium . * Add correct version of Landlock patch. suricata (1:8.0.1-1) unstable; urgency=medium . [ Andreas Dolp ] * New upstream release. * Remove libhtp dependency as this is now built in Suricata. * Remove LUA as this is now built in Suricata. * Bump versioned Rust dependency to 1.75.0 or later. * Remove recommended package snort-rules-default. * Add libunwind-dev build dependency. * Refresh Debian patches. * Use systemd service Type=notify for systemd status notification. * Remove libnss compile option and dependency. * Remove libnspr compile option and dependency. * Remove enable-libhs compile option. * Add d/suricata.conffiles to remove sysv init conffiles. * Align rundir and unix command socket to upstream /var/run/suricata/. * Add configuration for landlock LSM security sandbox, but disabled by default. . [ Sascha Steinbiss ] * Remove sysv init support. * Adjust README.Debian to mention systemd drop-in approach to customize ExecStart parameters without having to clone the packaged unit file. * Remove unneeded ISC license text from d/copyright. * Add NEWS.Debian file documenting the change. suricata (1:8.0.0-1~exp5) experimental; urgency=medium . * Upload to experimental. suricata (1:8.0.0-1~exp4) experimental; urgency=medium . [ Andreas Dolp ] * Revert: Remove Python3 dependencies. suricata (1:8.0.0-1~exp2) experimental; urgency=medium . * Enable bpf support for mips64el. suricata (1:8.0.0-1~exp1) experimental; urgency=medium . [ Andreas Dolp ] * New upstream release. * Remove libhtp dependency as this is now built in Suricata. * Remove LUA as this is now built in Suricata. * Bump versioned Rust dependency to 1.75.0 or later. * Remove recommended package snort-rules-default. * Remove Python3 dependencies. * Add libunwind-dev build dependency. * Refresh Debian patches. * Use systemd service Type=notify for systemd status notification. * Remove libnss compile option and dependency. * Remove libnspr compile option and dependency. * Remove enable-libhs compile option. * Add d/suricata.conffiles to remove sysv init conffiles. * Align rundir and unix command socket to upstream /var/run/suricata/. * Run Suricata as user suricata. (Closes: #836929, #1109307) * Add configuration for landlock LSM security sandbox, but disabled by default. . [ Sascha Steinbiss ] * Remove sysv init support. * Adjust README.Debian to mention systemd drop-in approach to customize ExecStart parameters without having to clone the packaged unit file. * Remove unneeded ISC license text from d/copyright. * Add NEWS.Debian file documenting the change. util-linux (2.41.2-1) unstable; urgency=medium . * New upstream release. * Drop upstream-applied patches. * Release to unstable. . Includes from upstream: . [ Sam Fink ] * libblkid: Fix probe_ioctl_tp assigning BLKGETDISKSEQ as physical sector size (Closes: #1115590) util-linux (2.41.1-4) experimental; urgency=medium . * d/copyright: remove (old) FSF address * fdisk-udeb: remove old lintian overrides * Ignore lintian warning about dh-exec-script-without-dh-exec-features * util-linux.README.Debian: fstrim is enabled by default (Closes: #1115239) * Install isosize into upstream-determined /usr/bin (Closes: #1025819) * Install chmem into upstream-determined /usr/bin * Install addpart,delpart into util-linux-extra (Closes: #1115193) * Fix enosys bash completion using upstream patches (Closes: #1108317) * Move newgrp, sg from login to util-linux-extra (Closes: #1111747) * Install ll2_rename_user.3 into util-linux-locales * Move logger to util-linux * Drop Essential: yes from bsdutils x265 (4.1-3) unstable; urgency=medium . * debian/control: - Bump Standards-Version - Remove mips* handling * debian/patches: Fix FTBFS with cmake 4 (Closes: #1113635) xterm (402-1) unstable; urgency=medium . * New upstream release. - Add a null-pointer check in ScrnWriteText (Closes: #1110769). * Refresh Debian patches. * Update copy of XTerm FAQ to revision 1.432 (dated 2025/04/07). xterm (401-1) experimental; urgency=low . * New upstream release. xterm (399-1) experimental; urgency=low . * New upstream release. - Modify one of the missing-character checks to prefer Xft's check over the check for missing line-drawing characters (Closes: #1084794). - Revise a limit-check in selection to fix a regression in xterm 398 (Closes: #1105738). zoem (21-341-2) unstable; urgency=medium . * Team upload. [ Dylan Aïssi ] * debian/copyright: Convert to machine-readable format. [ Santiago Vila ] * Build with -std=gnu17 to workaround FTBFS with GCC-15. Closes: #1098203. * Allow source build after successful build. Closes: #1047304. * Update standards-version. zope.configuration (7.0-2) unstable; urgency=medium . * Team upload. * Patch-out python3-pkg-resources (Closes: #1084006) * Remove "Rules-Requires-Root: no" * Update Standards-Version to 4.7.2 zope.deferredimport (6.0-2) unstable; urgency=medium . * Team Upload * Drop "Rules-Requires-Root: no": it is the new default * Do not generate a dependency on python3-pkg-resources (Closes: #1084008) zope.event (6.0-2) unstable; urgency=medium . * Team Upload * Apply Multi-Arch: hint * Patch-out generation of python3-pkg-resources dependency (Closes: #1084011) zope.exceptions (6.0-2) unstable; urgency=medium . * Team upload. * Patch-out generation of python3-pkg-resources dependency (Closes: #1084012) zope.location (6.0-3) unstable; urgency=medium . * QA upload. * Remove dependency on python3-pkg-resources (Closes: #1084016) zope.security (8.1-1) unstable; urgency=medium . * New upstream release. * Pass "-o consider_namespace_packages=true" to pytest in autopkgtest.