summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..059935f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: emacs-tablist
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: RĂ©mi Vanicat <vanicat@debian.org>
+Build-Depends: debhelper (>=9), dh-elpa
+Standards-Version: 3.9.7
+Homepage: https://github.com/politza/tablist
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/emacs-tablist.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/emacs-tablist.git
+
+Package: elpa-tablist
+Architecture: all
+Depends: ${misc:Depends}, emacsen-common (>= 2.0.8), emacs
+Description: tablist adds maks and filters to tabulated-list-mode
+ It also kind of puts a dired face on tabulated list buffers.
+ .
+ It can be used by deriving from tablist-mode and some features by
+ using tablist-minor-mode inside a tabulated-list-mode buffer.