diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-05-13 20:57:46 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-06-14 21:38:11 +0200 |
commit | 1e6e66a018af7c49dcc526ff521f8cc6e15de597 (patch) | |
tree | 42059506be308905ae6a381f38966592c4b0d640 /debian/control | |
parent | e9a2f2013f8fe5da1fd15cae5cab33d9c0c0ea66 (diff) | |
download | golang-1e6e66a018af7c49dcc526ff521f8cc6e15de597.tar.gz |
golang-mode: use debian-pkg-add-load-path-item (Closes: #664802)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 35401cdf2..f4db47b0d 100644 --- a/debian/control +++ b/debian/control @@ -123,7 +123,7 @@ Description: Go programming language compiler - metapackage Package: golang-mode Architecture: all -Depends: ${misc:Depends}, emacs23 | emacsen +Depends: ${misc:Depends}, emacs23 | emacsen, emacsen-common (>= 1.4.14) Suggests: golang-go Description: Go programming language - mode for GNU Emacs This package provides a GNU Emacs major mode for editing code in |