summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2016-10-05 22:35:30 -0300
committerDavid Bremner <bremner@debian.org>2016-10-06 08:49:19 -0300
commit8eee5e394ed73bb6199f9d5ca5a6e62740debe1c (patch)
tree6a2dd7453afa97d5ed35ce7822f7da8b147260b1 /debian/control
parent5b8c586b794e258aaec779dd5fe3f0eb862abad9 (diff)
debian: convert to dh-elpa
This needs the ledger-pkg.el defined in the previous commit
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 13 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 42fcf468..27a38e90 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 8), cmake, libgmp3-dev, libpcre3-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
+ dh-strip-nondeterminism, dh-elpa
Standards-Version: 3.9.6
Homepage: http://ledger-cli.org
Vcs-Git: git://anonscm.debian.org/git/collab-maint/ledger.git
@@ -24,9 +24,9 @@ Description: command-line double-entry accounting program
more plain-text files with a very simple and readable format, and ledger
does the hard work of balancing your books and reporting.
-Package: ledger-el
+Package: elpa-ledger
Architecture: all
-Depends: ${misc:Depends}, emacsen-common
+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)
@@ -40,6 +40,16 @@ Description: command-line double-entry accounting program (emacs interface)
.
This package provides the emacs interface.
+Package: ledger-el
+Architecture: all
+Priority: extra
+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.
+
+
Package: python-ledger
Architecture: any
Section: python