summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaston Ramos <ramos.gaston@gmail.com>2014-01-30 06:22:21 -0300
committerGaston Ramos <ramos.gaston@gmail.com>2014-01-30 06:22:21 -0300
commit78ddfc1297ee3f3b8c0253babb2fe1f2dbcac300 (patch)
treeccdc6804d3098e5d2b023a552a8a162141e2456d
parent959ba6b48415b90d77c937d02a94756015667718 (diff)
added emacs24 as supported version
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 689808b..1a7c214 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Package: sass-elisp
Section: lisp
Architecture: all
Recommends: ruby-sass
-Depends: ${misc:Depends}, emacs23, haml-elisp (>= 1:3.0.15-5)
+Depends: ${misc:Depends}, emacs23 | emacs24, haml-elisp (>= 1:3.0.15-5)
Description: Emacs Lisp mode for the Sass markup language
This package provides the emacs-lisp for syntax-highlighting Sass
- mode for emacs23.
+ mode for emacs23 or emacs24.