Hello Sean, ping :) Btw how do you feel about also this: diff -pruN 2.1.9/dh-elpa.el 2.1.9ubuntu2/dh-elpa.el --- 2.1.9/dh-elpa.el 2025-03-14 06:53:25.000000000 +0000 +++ 2.1.9ubuntu2/dh-elpa.el 2025-03-14 10:40:55.000000000 +0000 @@ -157,6 +157,8 @@ upstream source to include a proper Pack etsuch a case." (when version (let* ((version (replace-regexp-in-string "~bpo.*$" "" version)) + (version (replace-regexp-in-string "ubuntu.*$" "" version)) + (version (replace-regexp-in-string "build.*$" "" version)) (version (replace-regexp-in-string "~" "-" version))) version)))
+dh-elpa (2.0.8ubuntu1) impish; urgency=medium + + * Replace buildN and ubuntuN version suffixes with the empty string; + emacs version-to-list doesn't recognize these. + + -- Matthias Klose <[email protected]> Fri, 08 Oct 2021 11:58:25 +0200 thanks for caring G.

