diff --git a/debian/control b/debian/control index b22e2a0..2d4a8b2 100644 --- a/debian/control +++ b/debian/control @@ -31,3 +31,13 @@ Enhances: emacs, git Description: Major mode for editing git commit message A mode for editing COMMIT_MSG file from git in Emacs. + +Package: elpa-magit-section +Architecture: all +Depends: ${misc:Depends}, ${elpa:Depends} +Enhances: emacs +Description: Collapsible sections like in Magit + This package implements the main user interface of Magit — the + collapsible sections that make up its buffers. This package used + to be distributed as part of Magit but now it can also be used by + other packages that have nothing to do with Magit or Git. diff --git a/debian/elpa-magit-section.elpa b/debian/elpa-magit-section.elpa new file mode 100644 index 0000000..4d0c3df --- /dev/null +++ b/debian/elpa-magit-section.elpa @@ -0,0 +1 @@ +lisp/magit-section.el