summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-06-09 13:20:30 -0300
committerDavid Bremner <david@tethera.net>2018-06-09 13:20:30 -0300
commit85336bc44d6036d12a50ee2ecfe222f1034fcbbf (patch)
treefe8a96cd14d4006b008ff5b5ad18916667c170e0 /debian/control
parent000eac718fffdd7308f42f358ef022960a857977 (diff)
initial (re)-debianization
From dh_make_elpa, with the old copyright file
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.