summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2019-12-12 02:14:53 +0000
committerDimitri John Ledkov <xnox@ubuntu.com>2019-12-12 02:41:09 +0000
commit11cd401c9c6dde7bec0c5bb5e1127dfab6c05bda (patch)
tree5cea15b29d4e0226b711a0fbe78926eedba214b4 /debian/control
parentbc999bc7986cdc036c3150f2cae83532f5f2e465 (diff)
Finish dh'ification
* Finish dh'ification * Drop python-ledger module, in preparation for python3 transition. Closes: #945840
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 17 insertions, 17 deletions
diff --git a/debian/control b/debian/control
index 9eb3b064..c58ba6a6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,13 @@ Section: utils
Priority: optional
Maintainer: David Bremner <bremner@debian.org>
Uploaders: Matt Palmer <mpalmer@debian.org>
-Build-Depends: debhelper (>= 8), cmake, libgmp3-dev, libpcre3-dev,
+Build-Depends: debhelper-compat (= 12), cmake, 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,
- libboost-test-dev, man2html-base, python, texinfo, texlive,
- libutfcpp-dev, libboost-python-dev, dh-python,
- dh-strip-nondeterminism
-Standards-Version: 3.9.6
+ libboost-test-dev, man2html-base, python, python3-dev, texinfo, texlive,
+ libutfcpp-dev, libboost-python-dev, dh-python
+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
@@ -18,21 +17,22 @@ Vcs-Browser: https://salsa.debian.org/debian/ledger
Package: ledger
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: elpa-ledger, python-ledger
+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: python-ledger
-Architecture: any
-Section: python
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Description: command-line double-entry accounting program (python 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 python module
+#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