Skip to content

Fix FTBFS with current debhelper, etc.

Simon McVittie requested to merge smcv/xfonts-scalable-qa:qa into debian-unstable
  • d/control: Update Vcs-* for migration to salsa.debian.org

  • Use recommended debhelper compat level 13

    Compat levels 5 and 6 can no longer be built in bookworm.

    • d/rules: Replace deprecated dh_clean -k with dh_prep
    • d/rules: Replace deprecated dh_install --list-missing with dh_missing --list-missing

    According to diffoscope, the only change to the resulting binary package is that this compat level adds the upstream changelog.

    Closes: #965894

  • d/rules: Add missing build-arch, build-indep targets (Policy §4.9)

    This resolves the equivalent of #999177 for this package.

    diffoscope confirms that this does not alter the contents of the resulting binary package.

  • d/control: Declare that the build does not require (fake)root

    diffoscope confirms that this does not alter the contents of the resulting binary package.

  • Update changelog

Merge request reports

Loading