+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 <spwhitton@spwhitton.name> 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).
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