From 0225d710f7364e36e900794e095dcf13765e75ef Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 27 Oct 2020 09:23:38 -0700 Subject: Add xref, project to list of builtin pkgs also packaged separately --- debian/changelog | 7 +++++++ dh-elpa.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ca2fabf..2ef9312 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dh-elpa (2.0.5) unstable; urgency=medium + + * Add xref and project to the list of built-in packages that we also + have packaged separately (Closes: #972995). + + -- Sean Whitton Tue, 27 Oct 2020 09:23:33 -0700 + dh-elpa (2.0.4) unstable; urgency=medium [ David Bremner ] diff --git a/dh-elpa.el b/dh-elpa.el index 3643452..f8d2814 100644 --- a/dh-elpa.el +++ b/dh-elpa.el @@ -184,7 +184,7 @@ These are packaged separately for two reasons: - it permits use of addons with older versions of Emacs, for which the dependency is not yet a built-in package." (let ((non-elpa (list 'emacs)) - (packaged-separately (list 'let-alist 'seq))) + (packaged-separately (list 'let-alist 'seq 'xref 'project))) (cl-remove-if (lambda (dep) (let ((pkg (car dep))) (or (memq pkg non-elpa) (and -- cgit v1.2.3