summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-10-27 09:23:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-10-27 09:23:38 -0700
commit0225d710f7364e36e900794e095dcf13765e75ef (patch)
treed45a82dbc3a0a6bd93ba5a011b4000bb0b508cb8
parente70705e6aa7db3e314ddab9b462a60b29eaf0b14 (diff)
Add xref, project to list of builtin pkgs also packaged separatelydebian/2.0.5archive/debian/2.0.5
-rw-r--r--debian/changelog7
-rw-r--r--dh-elpa.el2
2 files changed, 8 insertions, 1 deletions
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 <spwhitton@spwhitton.name> 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