Source: dh-elpa Version: 2.2.0 tags: patch Hello, as said before, recognize *ubuntu* and *build* for rebuilds as valid suffixes, patch below thanks!
G. ----- Messaggio inoltrato ----- Da: Sean Whitton <[email protected]> A: Gianfranco Costamagna <[email protected]>; "[email protected]" <[email protected]>; [email protected] <[email protected]> Inviato: giovedì 9 luglio 2026 alle ore 15:48:06 CEST Oggetto: Re: Bug#1032202: New buttercup_eval directive Gianfranco Costamagna [09/Jul 10:34am GMT] wrote: > 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 That patch looks fine, but please post it as a new bug :) -- Sean Whitton
signature.asc
Description: PGP signature

