File: control

package info (click to toggle)
ledger 3.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,960 kB
  • sloc: cpp: 38,478; python: 4,230; perl: 1,309; sh: 477; lisp: 435; yacc: 103; makefile: 57
file content (52 lines) | stat: -rw-r--r-- 1,943 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: ledger
Section: utils
Priority: optional
Maintainer: David Bremner <bremner@debian.org>
Uploaders: Matt Palmer <mpalmer@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 12),
               dh-python,
               libboost-date-time-dev,
               libboost-filesystem-dev,
               libboost-iostreams-dev,
               libboost-python-dev,
               libboost-regex-dev,
               libboost-serialization-dev,
               libboost-test-dev,
               libexpat1-dev,
               libgmp3-dev,
               libmpfr-dev,
               libofx-dev,
               libpcre2-dev,
               libutfcpp-dev,
               man2html-base,
               python3-dev,
               texinfo,
               texlive,
               tzdata <!nocheck>
Standards-Version: 4.4.1
Homepage: http://ledger-cli.org
Vcs-Git: https://salsa.debian.org/debian/ledger.git
Vcs-Browser: https://salsa.debian.org/debian/ledger

Package: ledger
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: elpa-ledger, python3-ledger
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.

Package: python3-ledger
Architecture: any
Section: python
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: command-line double-entry accounting program (python3 extension)
 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 python3 module