aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-04-15 18:33:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-04-15 18:33:11 -0700
commitcf38e6bcd46d4504fbf65a7cc0c868e5fc964ab9 (patch)
tree41a623069c5d63f3d6a75165686429d0d529450c /debian/control
parent6d3b878765b9ef7a4b2c1f5dfd47309d4ab7c419 (diff)
downloadhaskell-tab-indent-cf38e6bcd46d4504fbf65a7cc0c868e5fc964ab9.tar.gz
packaging for athena's apt repodebian/0.2-1_athena1athena/stretch
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d157e39
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: haskell-tab-indent
+Section: lisp
+Priority: optional
+Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.1.5
+Homepage: https://spwhitton.name/tech/code/haskell-tab-indent/
+
+Package: elpa-haskell-tab-indent
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: tab-based indentation for haskell-mode