summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-02-06 07:11:42 -0400
committerDavid Bremner <david@tethera.net>2019-02-06 07:11:42 -0400
commit0bba66efcc8375875db9b33258cb1e7671af4682 (patch)
tree58795f25dfeb64784399313691f88c557f8c8e9a /debian/control
parent3ec8506e3daafb32ebf0de7d177759ea63e83092 (diff)
initial debianization, from dh-make-elpa
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c08fa75
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: ledger-mode
+Section: lisp
+Priority: optional
+Maintainer: David Bremner <bremner@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.1.5
+Testsuite: autopkgtest-pkg-elpa
+
+Package: elpa-ledger
+Architecture: all
+Depends: ${misc:Depends}, ${elpa:Depends}
+Conflicts: emacsen-common (<< 2.0.0)
+Breaks: ledger (<< 3.0.0~20140226+bedae81+dfsg1-2)
+Replaces: ledger (<< 3.0.0~20140226+bedae81+dfsg1-2)
+Suggests: ledger
+Enhances: ledger
+Description: command-line double-entry accounting program (emacs interface)
+ Ledger is a powerful and flexible double-entry accounting system run
+ entirely from the command line. Your accounts ledger is stored in one or
+ more plain-text files with a very simple and readable format, and ledger
+ does the hard work of balancing your books and reporting.
+ .
+ This package provides the emacs interface.
+
+Package: ledger-el
+Architecture: all
+Section: oldlibs
+Depends: ${misc:Depends}, elpa-ledger
+Description: command-line double-entry accounting program (emacs interface)
+ .
+ This is a transitional package, and can safely be removed.