On Wed, 2023-06-07 at 13:22 +0200, Andreas Beckmann wrote: > git-el in bullseye is uninstallable in any sensible combination with > emacs/xemacs (it only installs fine in a minimal chroot w/o > --install-recommends). > The package was dropped from sid shortly after the bullseye release, > let's to the same in bullseye. > [...] > [ Changes ] > remove all packaging bits for git-el, add Breaks to ensure cleanup if > the package is still (partially) installed >
It looks like not all of the postinst was removed - was that intentional? It's presumably harmless, but now leads to a lintian warning, which is why I noticed. :-) +W: maintainer-script-lacks-debhelper-token debian/git-el.postinst --- git-2.30.2/debian/git-el.postinst 2021-03-10 02:40:56.000000000 +0100 +++ git-2.30.2/debian/git-el.postinst 2023-06-07 11:51:35.000000000 +0200 @@ -1,10 +1,3 @@ -#!/bin/sh -set -e - -#DEBHELPER# - -test "$1" = configure || exit 0 -/usr/lib/emacsen-common/emacs-package-install git # Clean up after 1:1.7.4.1-1 through 1:1.7.4.1-3. ! test -L /usr/share/git-core/emacs/emacs || Regards, Adam

