summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7c10c03
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: debian-el
+Section: lisp
+Priority: optional
+Maintainer: David Bremner <bremner@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.1.3
+
+Package: elpa-debian
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: Emacs helpers specific to Debian users
+ This package contains:
+ .
+ apt-sources - major mode for editing Debian sources.list files;
+ apt-utils - interface to APT (Debian package management);
+ debian-bug - an Emacs command to submit a bug report;
+ deb-view - view contents of Debian package, similarly to tar-mode;
+ gnus-BTS - provides buttons for bug numbers seen in Gnus messages;
+ preseed - major mode for editing debian-installer preseed files.