Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package sass-elisp The NMU fixes upgrading from Jessie. Thanks. unblock sass-elisp/3.0.15-4.1 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Kernel: Linux 4.9.0-1-686-pae (SMP w/2 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Sean Whitton
diff -Nru sass-elisp-3.0.15/debian/changelog sass-elisp-3.0.15/debian/changelog
--- sass-elisp-3.0.15/debian/changelog 2014-01-31 08:33:43.000000000 -0700
+++ sass-elisp-3.0.15/debian/changelog 2017-03-04 08:55:25.000000000 -0700
@@ -1,3 +1,11 @@
+sass-elisp (3.0.15-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Patch sass-elisp.emacsen-install to ensure that haml-elisp is in the
+ load path during byte-compilation of sass-elisp (Closes: #856681).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 04 Mar 2017 08:55:25 -0700
+
sass-elisp (3.0.15-4) unstable; urgency=low
* auto-mode-alisp pattern should ends with "\\"
diff -Nru sass-elisp-3.0.15/debian/sass-elisp.emacsen-install sass-elisp-3.0.15/debian/sass-elisp.emacsen-install
--- sass-elisp-3.0.15/debian/sass-elisp.emacsen-install 2014-01-31 08:33:43.000000000 -0700
+++ sass-elisp-3.0.15/debian/sass-elisp.emacsen-install 2017-03-04 08:55:25.000000000 -0700
@@ -31,6 +31,7 @@
cd /usr/share/${FLAVOR}/site-lisp/sass-elisp
cat <<EOF > path.el
(setq load-path (cons "." load-path) byte-compile-warnings nil)
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/haml-elisp")
EOF
FLAVORTEST=`echo $FLAVOR | cut -c-6`
if [ ${FLAVORTEST} = xemacs ] ; then
Attachment:
signature.asc
Description: PGP signature