acpica-unix (20200925-1.2) unstable; urgency=medium . * Non-maintainer upload. * Upload to unstable. (Closes: #982495, #982494) acpica-unix (20200925-1.1) experimental; urgency=medium . * Non-maintainer upload. * Fix FTBFS on mips64el by telling the build system about it. Bug: #982495 * Maybe also fix FTBFS on armhf, due to aligned access in AcpiUtReadUint64. Bug: #982494 acpica-unix (20200925-1) unstable; urgency=medium . * Upgrade to 20200925 upstream * Upgrade to 20200717 upstream (not released) * Refresh patches and test results as needed * Big-endian (aka s390x) support has been completely revamped; if upstream accepts the new version, this can go away; the result is that all of the older big-endian patches have been replaced. acpica-unix (20200528-1) unstable; urgency=medium . * Upgrade to 20200528 upstream * Refresh patches and test results as needed * Remove acpinames utility since upstream removed it as no longer needed * Update Standards-Version to 4.5.0 acpica-unix (20200430-1) unstable; urgency=medium . * Upgrade to 20200430 upstream * Refresh patches as needed * Add in dbtest.patch that fixes s390 build. Closes: #958491 * Tested and verified builds work properly with GCC 10. Closes: #956980 acpica-unix (20200326-1) unstable; urgency=medium . * Upgrade to 20200326 upstream * Refresh patches as needed acpica-unix (20200214-2) unstable; urgency=medium . * Add patch for FACP defaults * Add patches to accommodate future use of -fno-common by default * Add patches to work better with GCC being stricter about the use of strings and expecting null terminators * Add patch to properly allow a PCC Register() type * Closes: #886753 -- bumping debhelper compat to 10 did not fix the FTCBFS, so apply the patch provided so that strip is not done during make install (thanks, Helmut!) acpica-unix (20200214-1) unstable; urgency=medium . * Upgrade to 20200214 upstream * Refresh patches as needed acpica-unix (20191018-1) unstable; urgency=medium . * Upgrade to 20191018 upstream * Refresh patches as needed * Broke out some patches that tend to be more fragile than others acpica-unix (20190703-1) unstable; urgency=medium . * Upgrade to 20190703 upstream * Refresh patches as needed * Update to latest Standards version * Closes: #933154 -- adopt the package from retired maintainer * Closes: #841238 -- the turbostat command has been moved to the linux-cpupower package; please install that package to get that command installed * Closes: #909340 -- the postinst scripts were fixed some time ago but this bug was not closed at that time, so close it now amazon-ecr-credential-helper (0.5.0-1) unstable; urgency=medium . * New upstream release. * Update minimum Go dependency to 1.12. appstream (0.14.1-1) unstable; urgency=medium . * New upstream version: 0.14.1 * Update .symbols file * Drop all patches: Applied upstream * Override Lintian warning about bad metainfo files in the testsuite - Those are bad on purpose, for testing AppStream itself. btfs (2.24-1) unstable; urgency=medium . * New upstream release * Update copyright years courier-authlib (0.71.1-1) unstable; urgency=medium . * Minor upstream update 0.71.1. * Fix FTCBFS by extending patch 0009. Closes: #929979. * Bump Standards-Version to 4.5.1: no changes required. * Bump compat version: replace d/compat with debhelper-compat, use dh_missing for --fail-missing, use d/not-installed. * Drop unnecessary B-D on dh-autoreconf and pkg-kde-tools, drop the corresponding flags in d/rules. autoreconf is no longer necessary and the symbolshelper no longer used. * Adjust postrm scripts to avoid a deprecation warning on the --force argument of dpkg-statoverride. * Rename to d/courier-authdaemon.tmpfiles to avoid a deprecation warning. courier-unicode (2.1.2-2) unstable; urgency=medium . * Drop build dependency on pkg-kde-tools. * Bump S-V to 4.5.1, drop d/compat and use debhelper-compat instead, use debian/not-installed and dh_missing to simplify the dh_install invocation and allowing to eliminate the override. * Update d/watch to use version 4 and take a third digint into account. ctsim (6.0.2-5) unstable; urgency=medium . * Team upload. * Switch from the legally problematic libreadline to the libedit. Note this might affect the handling of ~/.inputrc with ctsimtext. Closes: #979091 devscripts (2.21.1) unstable; urgency=medium . [ Mattia Rizzolo ] * setup.py: + Produce a __init__.py at build time, containing the Devscripts version. * uscan: + Set the umask while running `svn export`, so as to produce a reproducible tarball with mode=svn. * tests: + Undefine some variables that might affect the tests. + Run again all tests on hurd, glibc 2.31-6 fixed sem_open(). + test_debrepro, test_uscan_ftp, test_uscan_svn: skip the tests on kfreebsd, as support for the required sem_open() is lacking. + test_uscan_mangle: do not call helperWatch multiple times in a test, to prevent leftover background processes. + test_debchange: skip Ubuntu tests when there is no known development release, like right after an Ubuntu release. Closes: #958912 * d/control: + Remove Pierre-Elliott Bécue from Uploaders; thank you for all your past contributions! * d/lintian-overrides: + Update to match the newer lintian output. * d/copyright: + Fix some issues spotted by lintian. . [ Xavier Guimard ] * salsa: + Fix bash completion. * uscan: + Dicrease checksum message from warning to verbose. + Fix verbosity when USCAN_VERBOSE=yes . [ Baptiste Beauplat ] * namechck: + Remove some dead URLs. MR: !215 . [ Michel Le Bihan ] * debchange: + Warn when DEBEMAIL and EMAIL are not set. Closes: #977809 . [ Johannes Schauer ] * debbisect (MR: !214): + Fix installation path of the internal scripts. + Use os.path.lexist instead of os.path.exist when checking symlinks. + Set the PATH environment variable to a sensible default if it's not set. + Automatically retry a download aborted by snapshot.d.o after 10 seconds. + Instead of appending, seek to the correct position in the output file. * debrebuild (MR: !212): + Unconditionally set Acquire::http::Dl-Limit "1000" and Acquire::Retries "5" to hopefully not get blocked by snapshot.debian.org. + Downgrades are avoided by using the last stable release. Closes: #955307 + There is now proper --help output and a man page. Closes: #955049 + Using the --timestamp option one can either manually provide the necessary timestamps separated by commas or use metasnap.debian.net by supplying the value "metasnap". + Add the --builder option to select the rebuilder backend. The default is "none" which just prints instructions. Currently, possible values are sbuild, dpkg, mmdebstrap and sbuild+unshare. Closes: #955123 - Add the --buildresults option where the build results will be stored. - Compare the checksums from the input buildinfo with the built artifacts. - The sbuild+unshare as well as the mmdebstrap builders allow debrebuild to operate without any setup. Closes: #958750 - All builders (except the "none" builder) do download the source package automatically. Closes: #961861 - All builders now support binNMUs. Closes: #961862 . [ Andrej Shadura ] * origtargz: + Add pristine-lfs support. due (2.3.0-2) unstable; urgency=medium . * Source only upload for migration to testing due (2.3.0-1) unstable; urgency=medium . * New upstream release * README.md now installs to /usr/share/doc/due. * Removed leading / from etc in due.install. * New email for maintainer after Nvidia acquired Cumulus. evince (3.38.2-1) unstable; urgency=medium . * Team upload * New upstream stable release (Closes: #982938) - Fix regression with presentations on a scaled X11 display - Unescape URIs to display them in tooltips - Make Esc cancel any annotation in progress - If a search match is not in the page, iterate to the next - Take device scale into account for link previews - Don't trust X11 or Wayland DPI values - Don't use compatibility canonicalization when copying to clipboard - Translation updates * d/watch: Only watch for stable-branch releases * Use upstream/3.38.x branch for upstream source. The first 3.39.x versions have already been released. * Drop patch that was applied upstream ezquake (3.2.3-1) unstable; urgency=medium . * New upstream release. - Limits cl_rollangle to 5 in competitive rulesets. ezquake (3.2.2-3) unstable; urgency=medium . * Remove MP3 support from the package description (closes: #981727). fonts-cascadia-code (2102.03-1) unstable; urgency=medium . * New upstream version 2102.03 * Import statmake-0.3.0 to debian/embedded. * Import cattr 1.2.0 to debian/embedded. * Import vttmisc 2d06155 to debian/embedded. * Remove the embedded vttlib. * Add the newly introduced Build-Deps. * Update installation path. freedict (2021.01.05-2) unstable; urgency=medium . * rules: Decrease --max-parallel to 1 (Closes: #982730) gallery-dl (1.16.5-1) unstable; urgency=medium . * New upstream version 1.16.5. git (1:2.30.1-1) unstable; urgency=low . * new upstream point release (see RelNotes/2.30.1.txt). git (1:2.30.0+next.20201227-1) experimental; urgency=low . * merge branch debian-sid. * new snapshot, taken from upstream commit d98b1dd5. * install dashed commands to /usr/libexec instead of /usr/lib (thx Chris Lamb for suggesting it through lintian). * remove compatibility code and NEWS.Debian entries that supported upgrades from versions before 1.7.9.5 (the version in Ubuntu 12.04, which reached the end of extended security maintenance in April, 2019). gmic (2.9.4-4) unstable; urgency=medium . * [131e7db] Build libgmic with clang on mipsel. * [9da7be7] Use CMAKE_*_COMPILER. * [d313501] Wrap cmake variable as string for MATCHES * [5fbf837] CMAKE_C_COMPILER is a full path gmic (2.9.4-3) unstable; urgency=medium . * [c74ea06] Try again. Building in a clean source directory failed again on mipsel. gmic (2.9.4-2) unstable; urgency=medium . * [3d778a0] Build with -O0 on mipsel. gcc/g++ is eating RAM again :( gmic (2.9.4-1) unstable; urgency=medium . * [800fc82] New upstream version 2.9.4 Closes: #949211 * [bd7cd77] opencv4 supported from upstream gnome-desktop3 (3.38.4-1) unstable; urgency=medium . * New upstream release gnome-disk-utility (3.38.2-1) unstable; urgency=medium . * New upstream release gnome-shell-extension-multi-monitors (23-1) unstable; urgency=low . [ Debian Janitor ] * Trim trailing whitespace. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. . [ Jonathan Carter ] * New upstream release * Update copyright years golang-github-revel-revel (1.0.0-2) unstable; urgency=medium . * Team Upload * Skip TestGetCustom which requires network access (Closes: #977542) golang-github-xo-terminfo (0.0~git20210125.ca9a967-1) unstable; urgency=medium . * Team upload. * New upstream version 0.0~git20210125.ca9a967 * debian/control: Change Section from devel to golang growlight (1.2.31-1) unstable; urgency=medium . * Sigh, real fix for autopkgtests (and, in general, the case where growlight-readline has no controlling terminal) (Closes: 982786). growlight (1.2.30-1) unstable; urgency=medium . * New upstream version, fixes brown-bag segfault on failure to initialize UI, as for instance when TERM is undefined (Closes: 982786). growlight (1.2.28-1) unstable; urgency=medium . [ Nick Black ] * New upstream version, dep on notcurses 2.1.8+ for better readline integration in growlight-readline. gsequencer (3.7.38-1) unstable; urgency=medium . * New upstream version 3.7.38 gunicorn (20.1.0-1) unstable; urgency=medium . * New upstream release. - Refresh patches. * Bump Standards-Version to 4.5.1. * Move to debhelper-compat level 13. ipmctl (02.00.00.3852+ds-1) unstable; urgency=medium . * New upstream release. iwd (1.12-1) unstable; urgency=medium . [ upstream ] * new release . [ Jonas Smedegaard ] * copyright: update coverage lebiniou (3.54.1-1) unstable; urgency=low . * New upstream release 3.54.1. * debian/control: Build-Depends: Remove uglifyjs, cleancss. * debian/rules: Add override_dh_auto_configure. lebiniou (3.54.0-1) unstable; urgency=low . * New upstream release 3.54.0. * debian/control: Depends: Update lebiniou-data (>= 3.54.1). * debian/control: Build-Depends: Add uglifyjs, cleancss. * debian/lebiniou.lintian-overrides: Updated. * debian/source/lintian-overrides: Updated. * debian/lebiniou.examples: Removed. * debian/tests/control: Bump lebiniou-data minimal version. lepton-eda (1.9.13-4) unstable; urgency=medium . * patch from upstream to fix test suite issues with guile 3.0.5 and later, closes: #982726 libattean-perl (0.030-2) unstable; urgency=medium . * fix break older libatteanx-serializer-rdfa-perl; closes: bug#982801, thanks to Adrian Bunk libattean-perl (0.030-1) unstable; urgency=medium . [ upstream ] * new release libattean-perl (0.029-1) unstable; urgency=medium . [ upstream ] * new release(s) . [ Jonas Smedegaard ] * copyright: update coverage * relax to (build-)depend unversioned on libiri-perl libmoo-perl librole-tiny-perl libtest-modern-perl: Needed version satisfied in all actively maintained branches of Debian libatteanx-serializer-rdfa-perl (0.110-1) unstable; urgency=medium . [ upstream ] * new release . [ Jonas Smedegaard ] * drop patch 1001 adopted upstream * copyright: update coverage libatteanx-serializer-rdfa-perl (0.100-2) unstable; urgency=medium . [ Debian Janitor ] * build-depend on debhelper-compat (not debhelper) * set upstream metadata fields: Bug-Database Bug-Submit Repository Repository-Browse . [ Jonas Smedegaard ] * use debhelper compatibility level 13 (not 9) * declare compliance with Debian Policy 4.5.1 * relax to build-depend unversioned on libattean-perl librdf-rdfa-generator-perl: needed version satisfied in all supported releases of Debian * add patch to fix declare file_extensions needed by recent Attean; closes: bug#982722, thanks to Lucas Nussbaum * copyright: + update coverage + drop duplicate source URL libcmis (0.5.2-3) unstable; urgency=medium . * depend on libcmis-dev (closes: #982859) libdist-zilla-plugin-requiresexternal-perl (1.009-2) unstable; urgency=medium . * Team upload. * Bump versioned build dependency on libtest-output-perl to >= 1.033. Cf. #982485 * debian/rules: run dh_auto_test with --no-parallel to avoid confusing warnings in output. * Declare compliance with Debian Policy 4.5.1. libebml (1.4.2-1) unstable; urgency=medium . * Team upload * New upstream release - Fix heap buffer overflows (CVE-2021-3405) (Closes: #982597) librelp (1.10.0-1) unstable; urgency=medium . * New upstream version 1.10.0 * Set upstream metadata fields: Bug-Submit, Bug-Database, Repository, Repository-Browse * Bump Standards-Version to 4.5.1 * Update Homepage URL lighttpd (1.4.59-1) unstable; urgency=medium . [ Glenn Strauss ] * New upstream version 1.4.59 * [patch] fix 101 upgrade failure with Content-Length * [patch] mod_auth: close HTTP/2 connection after bad password * add mod_ajp13 live-build (1:20210216) unstable; urgency=medium . [ Raphaël Hertzog ] * Add symlinks to support kali releases . [ Roland Clobus ] * Reproducible fix for glibc . [ Ryan Finnie ] * binary_syslinux: Do not modify grub theme.txt if grub/splash.png exists * Restore_package_cache: Handle existing but empty packages directory . [ Roland Clobus ] * The local LIVE_BUILD wins over the system live-build for the list of udeb inclusions. Only copy when the distribution is known * The local LIVE_BUILD wins over the system live-build for the list of udeb exclusions * lilo is not available any more in Bullseye (and newer), see #973850 * Adding symlink for udeb data for bullseye . [ Luca Boccassi ] * Fix build on architecture without syslinux (Closes: #982746) * autopkgtest: restrict to amd64 and i386 for now . [ Roland Clobus ] * mkfs.msdos needs at most 32 bits for the -i argument. Use the hexadecimal version of SOURCE_DATE_EPOCH, limited to the lower 32 bits live-build (1:20210122) unstable; urgency=medium . [ Raphaël Hertzog ] * Get rid of extraneous whitespace showing up in syslinux menu * Standardize on having the GUI installation first in boot menus * config: obsolete --net-root-path * Drop the epoch in /usr/share/live/build/VERSION * Fix version computing when LIVE_BUILD is set * binary_syslinux: rely on $LIVE_BUILD_VERSION instead of lb --version * Add updated directives to enable cryptsetup support in initrd * frontend: do no try to look for sub-commands in the PATH * Synchronize syslinux menu structure with the grub-pc one * Make librsvg2-bin dependency unconditional for syslinux * Do not overwrite splash.png if the user has provided it * Tell APT to retry downloads a few times before giving up * Use bullseye as default release in preparation of the next stable release * Use truncate --no-create --size=0 to truncate files * Document our autopkgtest tests as needing internet access * Update renamed lintian tag names in lintian overrides. * Don't fail if one of the package lists expands to an empty list * Fix a small info message * autopkgtest: get rid of deprecated needs-recommends feature . [ David Hewitt ] * binary_syslinux: Accommodate LB_INITRAMFS not live-boot . [ Lyndon Brown ] * Lots of cleanup and refactoring. * remove redundant files (Closes: #952834, #952835) * source: fix wrong action value for script execution (Closes: #952837) * archives: fix removal of chroot/root/packages.chroot package list (Closes: #952838) * archives: fix incorrect usage string (Closes: #952839) * archives: add 'pass' param validation check (Closes: #952841) * archives: fix deb-src entry exclusion (Closes: #952842) * fix indentation (Closes: #952857) * installer: de-dup daily DI url (Closes: #952860) * don't unnecessarily convert exit codes to strings (Closes: #952861) * source: fix mistaken append instead of overwrite (Closes: #952862) * memtest: better handle obsolete LB_MEMTEST value (Closes: #952866) * bootloaders: fix ignoring LB_DEBIAN_INSTALLER_GUI in menu creation (Closes: #952890) * chroot_dpkg: start-stop-daemon simplification (Closes: #952891) * add missing shebangs to temp generated shell code files (Closes: #952863) * help/usage: fix incorrect program command (Closes: #952884) * config: rename --architectures to --architecture (Closes: #952892) * echo: fix problem with error printing (Closes: #952878) * echo: ensure output goes to stdout/stderr (Closes: #952879) * cursor: purge unused cursor functions (Closes: #952880) * binary_iso: fix wrong echo helper (Closes: #952881) * binarie_onie: fix missing use of echo helpers (Closes: #952882) * binary_onie: fix lack of newline on error (Closes: #952883) * installer: robustify udeb inclusion * installer: filter derived udebs from parent list * installer: download udebs directly from correct mirror (Closes: #952914) * firmware: avoid building unnecessary lists * firmware: construct file location once and reuse * firmware: fix possible duplication in firmware package lists (inefficiency) (Closes: #952906) * firmware: delete pointlessly cached (large) file after use (Closes: #952907) * firmware: de-dup firmware list parsing (Closes: #952908) * firmware: reorder firmware list construction * firmware: avoid potentially duplicate work (Closes: #952909) * firmware: save the compressed contents file to disk instead of decompressed (Closes: #952910) * firmware: enable caching for archive content file with firmware lists (Closes: #952911) * fix inadequate chroot_archives validation * fix consistency in binary execution and existance checking (Closes: #952927) * archives: tidy deb-src exclusion (Closes: #952928) * installer: use boolean for clarity (Closes: #952930) * top level cmd "auto redirect" handling (Closes: #952919) * help/usage: remove pointless vars (Closes: #952859) * archives: always include enabled/disabled deb-src apt entries (Closes: #952929) * copyright: add missing "The Debian Live team" entry * remove obsolete loop-aes-utils related losetup hack * debootstrap: use --force-check-gpg * hide mountpoints from nautilus * source: properly fix _apt permissions warning (Closes: #953957) * fix -h|--help component script man page redirection * strip progress-linux distro hacks * grub-pc: fix broken boot capability (Closes: #956131) * Fix permissions & ownership of copied /etc/resolv.conf (Closes: #857740) * manpage: document that multiple archive areas should be space separated * manpages: document space separation for --keyring-packages * manpages: document that --linux-flavours is space separated * manpages: fix typo (Closes: #926238) * config: stop writing 'default: ' lines to config files (Closes: #904614) * config: obsolete unused --isohybrid-options option * config: obsolete unused --net-cow-* options * config: obsolete --net-root-* options (except one) * rename LB_ARCHITECTURES to LB_ARCHITECTURE * rename LB_BOOTSTRAP_QEMU_ARCHITECTURES to LB_BOOTSTRAP_QEMU_ARCHITECTURE * rename binary_loopback_cfg to binary_grub_cfg * bootloaders: reorganise installer menu entries * grub2: fix using wrong directory in certain cases (Closes: #952843) * binary: fix missing use of chroot_dpkg in binary stage (Closes: #776532) * bootstrap: drop obsolete check for `--no-check-gpg` support in debootstrap (Closes: #952847) * binary_rootfs: fix deletion of excludes file from wrong location in squashfs after use (Closes: #952849) * binary_rootfs: fix chmod of squashfs image only being applied when using chroot (Closes: #952850) * binary: fix missing handling of disk info for netboot case (Closes: #952846) * simplify --debian-installer choices (Closes: #952864) * archives: fix mount local repo comments (Closes: #952873) * fix capitalisation of some output messages (Closes: #952875) * help/usage: avoid unnecessary use of echo helpers (Closes: #952877) * chroot: fix redundant usage line (Closes: #952885) * binary_disk: refactor (Closes: #952865) * help/usage: fix overly complex script description handling (Closes: #952887) * fix missing use of echo helpers (Closes: #952876) * archives: deduplicate apt sourcelist file construction (Closes: #952889) * aliases: simplify excessively complex In_list function (Closes: #952915) * cache: clarify and simplify package cache save/restore (Closes: #952916) * source: add output of config readme file to source image (Closes: #952921) * defaults: ensure global caching param overrides specific caching params if disabled (Closes: #952923) * simplify STAGE checks - use In_List (Closes: #952917) * config: rename the config set/check functions for clarity (Closes: #952920) * chroot: improve directory creation/destruction efficiency (Closes: #952924) * source: downloaded pkgs to a clean directory rather than chroot root (Closes: #952931) * source: target downloads with corresponding version (Closes: #952932) * strip useless multi-arch separate directory stuff * locks: tidy lock acquisition (Closes: #952918) * grub1/grub2/loopback: fix missing delimiter in menu kernel parameter lists (Closes: #775143) * syslinux: remove replacement of unused label in menu configs * syslinux: fix shortcut caret appearing in menu entries * syslinux: changed 'build' to 'built' in splash * bootloaders: add install with speech synthesis menu entries * syslinux: expand list of install options * syslinux: add install menu entries only if including installer * syslinux: add memtest menu entry only if including memtest * syslinux: use more dynamic memtest menu config file . [ Luca Boccassi ] * Fix Lintian Warnings about changelog: day-of-week, trailing whitespace * Bump Standards-Version to 4.5.0, no changes. * Add autopkgtest: default image build * autopkgtest: build kali image * autopkgtest: disable updates/security repositories, not available for Bullseye . [ johnraff ] * Replace 'which' with 'command -v' to test for the existance of an executable This is considered to be more robust. . [ Steven Shiau ] * Add grub EFI support for armhf arch. . [ adrian15 ] * grub-efi: fix partial broken boot capability (Closes: #924053) . [ Ryan Finnie ] * Add initial ppc64el support * Enable arm64 for binary_grub_cfg * architectures.sh: armhf/armel can be built on arm64 * grub-efi: Show fwsetup, do not show incompatible memtest even if enabled * Bugfix: Fix grub.cfg pc/ENABLE_MEMTEST check . [ Victor Gavro ] * chroot_apt: fixed adding Pin-Priority (broken in da1fab11) . [ Roland Clobus ] * Some changes towards reproducible builds of live images and various bugfixes discovered while working on this. * A second invocation of 'lb config' will result in an identical settings file * Delay resolving the timestamp for the ISO volume to the moment the ISO-image is created * Preserve timestamps * Add new manpage to the list of translatable files * Ensure that SOURCE_DATE_EPOCH is always set in all sub scripts. When SOURCE_DATE_EPOCH was already set before 'lb config', also enable UTC timestamps. * SOURCE_DATE_EPOCH is always set * Use SOURCE_DATE_EPOCH for 'now' in the boot splash image * Use SOURCE_DATE_EPOCH for 'now' in .disk/info * Use SOURCE_DATE_EPOCH for the partition-id of /efi.img * Use SOURCE_DATE_EPOCH for the partition-id of /boot/grub/efi.img * Set timestamp embedded in EFI files * Set timestamp in embedded files of the installer * Apply SOURCE_DATE_EPOCH to newly generated files and create a log * Bugfix: do not create /dev/lock and /dev/lock-frontend . [ Marcel Partap ] * For 32bit UEFI secure boot, the package name is grub-efi-ia32-signed * binary_rootfs stage: give custom MKSQUASHFS_OPTIONS precedence * binary_rootfs stage: disable mksquashfs progress bar only in quiet mode * binary_rootfs stage: slightly lower mksquashfs nice levels (19 -> 17) . [ Thore Sommer ] * Add option to change compression algorithm and level for squashfs. * Option for using systemd-nspawn instead of chroot for hooks. (Closes: #965953) * Added the option to include files before and after package installation (Closes: #927128) . [ Matthijs Kooijman ] * binary_iso: Execute mkdir binary/.disk before writing to it . [ Unit 193 ] * Add 'unstable' as a valid distribution and link to sid. . [ Jan Kot ] * bootstrap_debootstrap: change debootstrap path to /usr/sbin/debootstrap * packages.sh: check for /etc/debian_version existance rather than dpkg-query aviability * exit.sh: fix selinux mountpoint . [ Steev Klimaszewski ] * Add arm64 udeb include files lyskom-elisp-client (0.48+git.20200923.ec349ff4-1) unstable; urgency=medium . * New upstream release 0.48+git.20200923.ec349ff4 * Bump to Standards-Version 4.5.1 with no changes * Update server_list.patch to apply to new version mdocml (1.14.5-1) unstable; urgency=medium . [Bdale Garbee] * merge proposed NMU content with work on new upstream version . [Michael Stapelberg] * New upstream version 1.14.5 * cherry-pick assertion fix from discuss@mandoc.bsd.lv mailing list . [Francisco Vilmar Cardoso Ruviaro] * Add debian/patches/fix-ftbfs-with-gcc-10.patch, thanks to Ivo De Decker . (Closes: #957527) * Update debian/rules to fix FTCBFS. mgcv (1.8-34-1) unstable; urgency=medium . * New upstream release . * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version * debian/control: Switch to virtual debhelper-compat (= 11) * debian/compat: Removed mpd (0.22.6-1) unstable; urgency=medium . * New upstream version 0.22.6 * Update d/copyright mutt (2.0.5-3) unstable; urgency=medium . * debian/patches: + upstream/980924-updated-german-translation.patch: refreshed German translation (Closes: 980924). mutt (2.0.5-2) unstable; urgency=medium . * debian/mutt.mime: + removed mutt as viewer for message/rfc822, changed that to application/mbox (Closes: 627134). + removed quotes in the mime entry, as it is unsafe (Closes: 982680). node-chai (4.2.0+ds+~4.2.14-3) unstable; urgency=medium . * Team upload * Remove link between chai and libjs-chai (Closes: #982914) * Declare compliance with policy 4.5.1 * Add ctype=nodejs to component(s) node-chai (4.2.0+ds+~4.2.14-2) unstable; urgency=medium . * Team upload * Stop using node-uglifyjs-webpack-plugin during build partman-base (215) unstable; urgency=medium . * Team upload . [ Updated translations ] * Hindi (hi.po) by KushagraKarira * Punjabi (Gurmukhi) (pa.po) by Aman Alam * Tamil (ta.po) by Vasudevan Tirumurti * Telugu (te.po) by Praveen Illa * Ukrainian (uk.po) by Anton Gladky * Traditional Chinese (zh_TW.po) by louies0623 partman-basicfilesystems (154) unstable; urgency=medium . * Team upload . [ Updated translations ] * Hindi (hi.po) by KushagraKarira * Tamil (ta.po) by Vasudevan Tirumurti * Ukrainian (uk.po) by Anton Gladky * Traditional Chinese (zh_TW.po) by louies0623 partman-btrfs (54) unstable; urgency=medium . * Team upload . [ Updated translations ] * Catalan (ca.po) by d * Latvian (lv.po) by Tranzistors * Punjabi (Gurmukhi) (pa.po) by Aman Alam * Romanian (ro.po) by Aurelian Ciocîltan * Tamil (ta.po) by Vasudevan Tirumurti pcsc-lite (1.9.1-1) unstable; urgency=low . [ Debian Janitor ] * Apply multi-arch hints. + libpcsclite-dev: Add Multi-Arch: same. . [ Ludovic Rousseau ] * new upstream release php-symfony-polyfill (1.22.1-1) unstable; urgency=medium . [ Nicolas Grekas ] * Always accept null values on PHP 8 . [ David Prévot ] * gbp.conf: Fix upstream-vcs-tag pkgsel (0.71) unstable; urgency=medium . * Team upload . [ Updated translations ] * Hindi (hi.po) by KushagraKarira * Kabyle (kab.po) by Selyan Sliman Amiri * Romanian (ro.po) by Sergiu * Tamil (ta.po) by Vasudevan Tirumurti * Thai (th.po) by Theppitak Karoonboonyanan * Traditional Chinese (zh_TW.po) by louies0623 pmacct (1.7.6-2) unstable; urgency=medium . * QA upload. * [6349554] Update Vcs-* URLs so people know where the sources are * [808e1ac] Remove build dependency on obsolete dh-systemd. Thanks to Adrian Bunk (Closes: #958597) pmacct (1.7.6-1) unstable; urgency=medium . * [ebf2e47] New upstream version 1.7.6 * [f63cfc2] add libnuma-dev as build-dependency prosody (0.11.8-1) unstable; urgency=medium . * New upstream version 0.11.8 python-fire (0.4.0-1) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. . [ Mo Zhou ] * New upstream version 0.4.0 python-packaging (20.9-2) unstable; urgency=medium . * Use sysconfig.get_platform instead of distutils.util.get_platform. Closes: #982921. repeatmasker-recon (1.08-6) unstable; urgency=medium . * Fix FTCBFS by not hardcoding make in d/rules (Closes: #982912) * Drop help2man from build-deps * Add myself to uploaders * Add d/salsa-ci.yml * Bump watch version to 4 * Migrate to secure https URLs * Declare compliance with policy 4.5.1 reposurgeon (4.24-1) unstable; urgency=medium . * New upstream version 4.24 * debian/control: Add new build-dependency on golang-github-xo-terminfo-dev * debian/rules: Generate surgeon/help-index.go before dh_auto_configure rescue (1.82) unstable; urgency=medium . * Team upload . [ Updated translations ] * Catalan (ca.po) by d * Hindi (hi.po) by KushagraKarira * Kabyle (kab.po) by Selyan Sliman Amiri * Punjabi (Gurmukhi) (pa.po) by Aman Alam * Tamil (ta.po) by Vasudevan Tirumurti runit (2.1.2-40) unstable; urgency=medium . * Ack previous NMU, thanks Boyuan Yang for the upload * Getty-run: default to agetty, only suggests fgetty (Closes: #981248) * invoke-run: don't stop sysv script if is a symlink + many thanks to Devuan testers s6 (2.10.0.2-1) unstable; urgency=medium . * New upstream release v2.10.0.2 skalibs (2.10.0.2-1) unstable; urgency=medium . * New upstream release v2.10.0.2 skkdic (20210106-2) unstable; urgency=medium . * New patch 010_assoc.patch to fix incorrect words in SKK-JISYO.assoc * Adjust the license text of CC-BY-SA-3.0 in debian/copyright srm-ifce (1.24.5-1) unstable; urgency=medium . * New upstream release (1.24.5) tar (1.34+dfsg-1) unstable; urgency=medium . * New upstream version tar (1.33+dfsg-1) unstable; urgency=medium . * New upstream version * Removed unsafe escaping from mailcap-entry; closes: #982614 * Fixed trailing whitespaces in debian/{changelog,control,rules} tar-doc (1.34-1) unstable; urgency=medium . * new upstream version tar-doc (1.33-1) unstable; urgency=medium . * new upstream version * Fixed trailing whitespaces in debian/{changelog,control,rules} tilix (1.9.4-2) unstable; urgency=medium . * Add fix-build-with-gdc-10.patch - This should fix the FTBFS issues on armel and armhf tilix (1.9.4-1) unstable; urgency=medium . * New upstream release: 1.9.4 * Drop all patches except for move-vte-config-warning.patch: All other patches were applied upstream * Simplify d/rules, drop configure override * Add new build dependencies on libsecret-1-dev and appstream tor (0.4.5.6-1) unstable; urgency=medium . * New upstream version. typedload (2.6-1) unstable; urgency=low . * New upstream release * Include docs/ directory * Point to new homepage uap-core (1:0.12.0-1) unstable; urgency=medium . * New upstream release udisks2 (2.9.2-1) unstable; urgency=medium . * New upstream version 2.9.2 * Bump Build-Depends on libblockdev-dev to (>= 2.25) as per configure.ac * Update debian/copyright * Bump debhelper-compat to 13 ujson (4.0.2-1) unstable; urgency=medium . [ Debian Janitor ] * Apply multi-arch hints. + python3-ujson: Add Multi-Arch: same. . [ Mo Zhou ] * New upstream version 4.0.2 w3m-el (1.4.632+0.20181112-9) unstable; urgency=medium . * Skip byte-compilation when Emacs 28 or later xabacus (8.3.4-1) unstable; urgency=medium . * New upstream release * Update copyright years xaos (4.2.1-2) unstable; urgency=medium . * Team upload. * Fix Debian bug 665636, typos in tutorial. Thanks to Chrysn for the report and Kovács Zoltán for the patch. (Closes: #665636) xapian-omega (1.4.18-2) unstable; urgency=medium . * debian/rules: Rewrite to use dh. Diffoscope shows the only change in the binary packages is some different PNG timestamps (ironically due to dh_strip_nondeterminism getting run by dh - in a test with this suppressed the binary packages were identical). * debian/compat,debian/control.in: Update to debhelper compat level 12. The only change to the binary package is that the DWARF debug information is now optimised. * debian/patches/fix-dummy-if.patch: Drop workaround patch which isn't required since upstream 1.4.15. xorg-server (2:1.20.10-3) unstable; urgency=medium . [ Julien Cristau ] * Drop workaround for mips* FTBFS added in 2:1.20.10-1, shouldn't be necessary anymore with the change in 2:1.20.10-2. . [ Sven Joachim ] * Recommend default-logind | logind rather than libpam-systemd in xserver-xorg-core (Closes: #923198). * Use mktemp rather than tempfile in xserver-xorg-legacy.postinst (Closes: #979751). * Use dpkg-vendor to get the vendor name, drop lsb-release from Build-Depends. . [ Vagrant Cascadian ] * Avoid embedding the running kernel version (Closes: #976898).