From: Sean Whitton Date: Wed, 23 Aug 2023 13:33:53 +0000 (+0100) Subject: Take emacs-el from the pgtk build too to fix arch:all-only build X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb0f5a76f7ba64cc08467c56634b22cf33a92474;p=emacs.git Take emacs-el from the pgtk build too to fix arch:all-only build --- diff --git a/debian/changelog b/debian/changelog index 2fdf480b03a..6b7f1673ae1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +emacs (1:29.1+1-4) unstable; urgency=medium + + * Take emacs-el from the pgtk build too to fix arch:all-only build. + + -- Sean Whitton Wed, 23 Aug 2023 14:33:41 +0100 + emacs (1:29.1+1-3) unstable; urgency=medium * Take emacs-bin-common binaries from the pgtk build (Closes: #1043060). diff --git a/debian/rules b/debian/rules index aa6bfba6ff5..33740fd3d7b 100755 --- a/debian/rules +++ b/debian/rules @@ -581,7 +581,7 @@ override_dh_auto_install: $(autogen_install_files) ifneq (,$(findstring emacs-el, $(shell dh_listpackages))) install -d $(pkgdir_el) $(pf); \ - (cd $(install_dir_gtk) && find -name "*.el" -o -name "*.el.gz" -print0 \ + (cd $(install_dir_pgtk) && find -name "*.el" -o -name "*.el.gz" -print0 \ | tar cpf - --null --files-from -) \ | (cd $(pkgdir_el) && tar xpf -) endif