summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Bremner <bremner@unb.ca>2013-03-03 16:08:22 -0400
committerDavid Bremner <bremner@unb.ca>2013-03-03 16:08:22 -0400
commit2d2d6324cb7c37d2f218d9519ae5c0b29d424935 (patch)
tree23097c203a2d1563f99b3f9bb1b451e5fbc4a3e6 /debian/control
parent4810da9398809fc090c7f044d3545050a465d2bb (diff)
debian packaging from 3.0.0~20120421+7cc550f-1
Empty patches directory omitted.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..c7621f17
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: ledger
+Section: utils
+Priority: optional
+Maintainer: Matt Palmer <mpalmer@debian.org>
+Build-Depends: debhelper (>= 8), autotools-dev, libgmp3-dev, libpcre3-dev,
+ libexpat1-dev, libofx-dev, libmpfr-dev, libboost-regex-dev,
+ libboost-date-time-dev, libboost-filesystem-dev,
+ libboost-iostreams-dev, libboost-serialization-dev, texinfo, texlive
+Standards-Version: 3.9.3
+Homepage: http://newartisans.com/software/ledger.html
+
+Package: ledger
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: command-line double-entry accounting program
+ 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.