Control: tags 849693 + patch Control: tags 849693 + pending Dear maintainer,
I've prepared an NMU for haml-elisp (versioned as 1:3.1.0-3.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -- Sean Whitton
diff -Nru haml-elisp-3.1.0/debian/changelog haml-elisp-3.1.0/debian/changelog --- haml-elisp-3.1.0/debian/changelog 2014-07-17 07:57:40.000000000 -0700 +++ haml-elisp-3.1.0/debian/changelog 2017-01-07 12:55:28.000000000 -0700 @@ -1,3 +1,12 @@ +haml-elisp (1:3.1.0-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Patch d/haml-elisp.emacsen-install to support emacs25 (Closes: #849693). + Thanks Rob Browning for the fix. + * Add missing d/haml-elisp.emacsen-compat. + + -- Sean Whitton <[email protected]> Sat, 07 Jan 2017 12:55:19 -0700 + haml-elisp (1:3.1.0-3) unstable; urgency=medium * Fix dependencies, replace emacs23 by emacs, emacs23 will be removed diff -Nru haml-elisp-3.1.0/debian/haml-elisp.emacsen-compat haml-elisp-3.1.0/debian/haml-elisp.emacsen-compat --- haml-elisp-3.1.0/debian/haml-elisp.emacsen-compat 1969-12-31 17:00:00.000000000 -0700 +++ haml-elisp-3.1.0/debian/haml-elisp.emacsen-compat 2017-01-07 12:55:28.000000000 -0700 @@ -0,0 +1 @@ +0 diff -Nru haml-elisp-3.1.0/debian/haml-elisp.emacsen-install haml-elisp-3.1.0/debian/haml-elisp.emacsen-install --- haml-elisp-3.1.0/debian/haml-elisp.emacsen-install 2014-07-17 07:57:40.000000000 -0700 +++ haml-elisp-3.1.0/debian/haml-elisp.emacsen-install 2017-01-07 12:55:28.000000000 -0700 @@ -1,10 +1,10 @@ #!/bin/sh set -e SRC_FILE="haml-mode.el" -# Right now only emacs23 and emacs24 are supported. If the future +# Right now only emacs23, emacs24 and emacs25 are supported. If the future # brings support for other emacsen, we can keep this same logic - just # update this regex -SUPPORTED_EMACSEN="^emacs2[34]$" +SUPPORTED_EMACSEN="^emacs2[345]$" FLAVOR="$1" if echo $FLAVOR | egrep -vq $SUPPORTED_EMACSEN; then
signature.asc
Description: PGP signature

