summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-12-13 13:56:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-12-13 13:56:56 -0700
commit1e5a297a3c8e3d4acb0419e60b044e90b21ec863 (patch)
tree3411234e6ba6a9cc47ea5c5995399c79c48ce279 /debian/control
parent7ae84dc3257637af7334101456dafe1759c6b68a (diff)
initial Debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..80d9431
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: emacs-noflet
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 9), dh-elpa (>= 0.0.17)
+Standards-Version: 3.9.6
+Homepage: https://github.com/nicferrier/emacs-noflet
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/emacs-noflet.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/emacs-noflet.git/
+
+Package: elpa-noflet
+Architecture: all
+Depends: ${misc:Depends}, emacs, dash-el (>= 1.5.0)
+Built-Using: ${misc:Built-Using}
+Recommends: emacs (>= 46.0)
+Enhances: emacs, emacs24
+Description: Emacs Lisp noflet macro for dynamic, local advice
+ This package provides the Emacs Lisp macro noflet, Nic Ferrier's
+ overriding flet, for fleting functions for the purpose of decorating
+ them. It is a replacement for the deprecated flet macro.
+