vcswatch reports that
this package seems to have a new changelog entry (version
2.6-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 6e75e7239d75ebc7de506fc0eb2e711db17db0f7
Author: Debian Janitor <janitor@jelmer.uk>
Date: Fri Aug 27 19:54:57 2021 +0000
Update standards version to 4.5.1, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit 3e312d9a9423f3bb6679e5d29a464ad62ccf9e25
Merge: cc801cb fd71834
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Tue May 25 07:46:29 2021 +0000
Merge branch 'new-upstream/main' into 'master'
Merge new upstream version 2.6
See merge request jelmer/ledger2beancount!5
commit fd718341036c6efea6740c7afc55086db94da60c
Merge: cc801cb dcc3b58
Author: Debian Janitor <janitor@jelmer.uk>
Date: Thu Apr 15 10:27:14 2021 +0100
New upstream release.
commit dcc3b5821a7f54e08b689994e3d17ebd11227129
Merge: 979624a a073442
Author: Debian Janitor <janitor@jelmer.uk>
Date: Thu Apr 15 10:27:03 2021 +0100
Import upstream version 2.6
commit a073442f61efb9ab8b8f75b12e05d01dd0188715
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Apr 15 12:43:02 2021 +0800
changelog: timestamp 2.6 release
commit 23289de340c4aab1d273457e6eed8b0f369cb223
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Apr 14 13:43:02 2021 +0800
CI: use ubuntu-latest
ubuntu-latest is 20.04 now, so there's no need to specify the
version anymore.
commit ffb9cddfa47f10cb6434975822734d2bbbb4caae
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Apr 14 13:32:40 2021 +0800
docs: document pre- and post-processing examples
Fixes #249
commit f1d6850b406d4de120a73800b04f6d93b106f40c
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Apr 14 13:24:47 2021 +0800
docs: improve consistency regarding the word "metadata"
commit 52dd5d68bff804100eb66ed209591f1947b157b7
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Apr 14 12:20:07 2021 +0800
docs: add limitations chapter to PDF manual
commit 716f6d0da3dae820dbe1244b9cfd7558bd5b2177
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Apr 14 12:12:08 2021 +0800
Expand path name of `beancount_header` config variable
Fixes #250
commit 4eef0d0710aa04854726d32c8a2048f27c2598d5
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Apr 14 11:30:18 2021 +0800
docs: document handling of buckets
Fixes #219
commit 4cb2313f9994a5dd16a0c86529af3bbe20177ebe
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Apr 14 11:19:15 2021 +0800
docs: clarify handling of implicit conversions
commit db13076dca6aa0991a8d9415737283198ec5aae4
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Apr 14 11:14:02 2021 +0800
docs: update hledger section for sub-account balance assertions
commit b5e6daa279036f8a0fae375d9bd8857acd4206ff
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Tue Apr 13 17:50:33 2021 +0800
Set commodity for commodity-less balance assertion
Fixes #252
commit e91d552010a5a7d98dd85cc8ef7261c5dc77e89e
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Tue Apr 13 17:41:08 2021 +0800
Improve consistency regarding the word "sub-account"
commit 8c8e9cdd195b6c3f9c104527c52595197638c6b1
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Tue Apr 13 17:26:26 2021 +0800
Print warning if account in assertion has sub-accounts
Balance assertions in ledger and beancount have one major
difference: ledger takes the total of the specified account,
but beancount takes the total of that account *plus* all its
sub-accounts. Beancount's behaviour is the same as hledger's
=* syntax.
If we see an assertion for an account that has a sub-account
somewhere, print a warning (unless the assertion was =*).
Fixes #243
commit 115451c86a98049cf301170adf8a44eb00c287d5
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Mar 25 19:11:11 2021 +0800
Add support for the payee sub-directive of account declarations
Account declarations can contain a `payee` sub-directive, a regex
that is matched against the payee field, and which sets the account
name if it ends in :Unknown.
Fixes #248
commit aa49fd38d53a71b1da155eb2046ed240a8327da3
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Mar 25 18:12:59 2021 +0800
Add support for the alias sub-directive of account declarations
We already support the top-level `alias` directive, but `account`
declarations can also have an `alias` sub-directive.
commit 78c005412bccd8a2dba9b8d2b027bb7ff85fc0c3
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Feb 18 11:57:57 2021 +0800
Fix uninitialized value warning in hledger mode
Fixes #245
commit 06aa03a5218c5fced5e3a09ce13320088244e017
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Feb 17 18:55:17 2021 +0800
Add option to move posting-level tags to the transaction
Beancount doesn't have tags on the level of postings at the
moment. We store these as metadata instead (with the key
"tags"). However, this isn't optimal since these are not
proper tags. Therefore, add an option that moves posting-level
tags to the transaction itself.
There are pros and cons for both methods (documented in the
manual).
Fixes #241
commit e78674138f5bda4db8449075b9e0ccf0c00b2d12
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Feb 10 10:49:20 2021 +0800
docs: add Vinod Kurup to list of contributors
commit 5319a291081ff8a712e3c306dd68606009cd27e0
Author: Vinod Kurup <vinod@kurup.com>
Date: Tue Feb 9 21:16:41 2021 -0500
Fix typo in docker command
The `v` was missing its hyphen. The `:rw` suffix is not needed as that is the default, but it doesn't hurt to have it, so I left it in.
https://docs.docker.com/engine/reference/run/#volume-shared-filesystems
commit 80d80545dbfdb2eb5a7d7f93b37d89588dbe4501
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Dec 30 16:59:01 2020 +0800
Retain unconsummated payee/payer metadata
If we have metadata for both payee_tag *and* payer_tag in the
same transaction, don't lose the unused information but keep it
as metadata.
Fixes #242
commit e5b1b4a4bc20db502a20bced0eb4bf3629cc45e7
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Tue Dec 8 12:30:21 2020 +0800
Change example to avoid currency collision
commit 41f97765e15cb4efdade2bceda86dc6e12c2ff55
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Mon Dec 7 21:44:49 2020 +0800
docs: fix example
commit 170e3d0b59a31cb5243db207c4690c0922749cb7
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Fri Dec 4 14:05:20 2020 +0800
docs: add Docker
commit 6842ffd47d09978d6ed915d2bb16b8bf845f1a96
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Dec 3 17:33:32 2020 +0800
Fix cosmetic issue in comment
commit 57f0bece6891ef8668e08450d4e05047f7116433
Author: Dennis Lee <dennislwm@yahoo.com.au>
Date: Mon Nov 30 12:42:26 2020 +0800
Add Dockerfile
Create Docker image to run ledger2beancount.
Fixes #239
commit a639ed1b174322daa59c1a14e33bf5d4db187c95
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Sun Nov 29 13:57:29 2020 +0800
Use .yaml extension for pyspelling config
commit 4201dc9e23243eead0e5cd69599f2a25cda7d392
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Sun Nov 29 13:46:59 2020 +0800
tests: print warning if beancount is not installed
We need beancount to verify the generated files. Maybe this should
in fact be a fatal error instead of just a warning.
commit 60834fac32913dd831cdd49b7bbacba69ca5b389
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Sun Nov 29 12:26:45 2020 +0800
Fix .pyspelling.yml
commit 8615f863fcdaf80e12b219f4b251ede5ffda3377
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 16:05:49 2020 +0800
Specify en_GB spelling for pyspelling
commit f1b51b5845bf2285bec90512a1faa8f7289a5c0d
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 15:33:49 2020 +0800
Fix yamllint issues
The yamllint config file was incorrect, which meant that several
issues were not flagged properly.
commit f95faf54f3b21a6f098c393397eb823eb170dde4
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 15:21:44 2020 +0800
docs: add another payee_split example
commit 0e5bff2b94fa92f405fefe3b36d84ca36d3f1941
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 15:14:19 2020 +0800
docs: $XDG_CONFIG_HOME
We use $XDG_CONFIG_HOME, which is usually $HOME/.config
commit bb6410566ec16c548e60d4c91c371df334183609
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 15:09:57 2020 +0800
Support configuration file called `.ledger2beancount.yaml`
Dotfiles in the current directory are pretty common these days
to avoid polluting the directory, so let's add support for
.ledger2beancount.yaml.
commit 0cf2bfa12af6bd2c502e073fc48a3e807fa84acd
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 14:42:41 2020 +0800
docs: document release process
commit 6aba900d912f237637da028797fabbfeafa91f9d
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 14:20:31 2020 +0800
editorconfig: add .yaml
commit 9c213b690ad14046d0ce7160eff785513d2cb4ab
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 13:58:47 2020 +0800
Fix typo
commit 0e0b7ff3e5791723682834e3ac703efa3f78eaab
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 13:55:53 2020 +0800
CI: perform spell checking with codespell
commit 694d02ae00075eee6c34420f3fdd79336d573613
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 13:28:18 2020 +0800
Fix typo
commit 5e3209c169e2abf9a4ef5bef84c07a22501ee8d3
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 12:45:40 2020 +0800
Remove duplicate line
commit 7544fc2ebdad58f26abcc161210f3dcc673410ad
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Thu Nov 19 12:38:37 2020 +0800
CI: use pyspelling to check spelling
commit 944a7c104ed54f138f6d04ccb65a266231a1128d
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Nov 18 14:36:01 2020 +0800
docs: document UTF-8 issue on Windows systems
UTF-8 needs to be set explicitly on Windows systems (UTF-8 = code
page 65001).
Thanks to Alexander Baier for figuring this out!
Fixes #236
commit 27bf0366f139a186b5465ba50b062abd4e2641af
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Nov 18 14:28:42 2020 +0800
Ensure UTF-8 output and assume UTF-8 input
Daniele Nicolodi recently mentioned that there's a de-facto requirement
for beancount files to use UTF-8 encoding.
While we could support input in different encodings, it seems like a
good time to assume UTF-8.
Fixes #238
commit d5bb41e6fc3e9f86820e88b4216dc13d3a83192c
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Nov 18 14:15:07 2020 +0800
Add `narration_tag` config variable to set narration from metadata
Fixes #237
commit afef2973650d325fd9d54ca0c3be5d75f256268c
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Wed Nov 18 14:07:00 2020 +0800
docs: merge narration and payee sections
Merge the narration and payee sections and improve the introduction.
commit bde6b61682453d77fc5aa320f229daffc0443adf
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Tue Nov 17 21:38:16 2020 +0800
Split out payee code into a function
commit 3595453aef4c599ea8de89fa3cefefbd50e49c32
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Tue Nov 17 19:29:15 2020 +0800
Refactor is_meta_payee handling
Collect all pre-posting data (i.e. all metadata associated with the
whole transaction, but also comments that show up before postings)
so we need to call is_meta_payee() only once.
commit 6e4ec158a410deaf9816cb14bea03d62e2657e23
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Tue Nov 17 18:32:16 2020 +0800
Update debug function for tag change
commit 70366b9b127b95774b90d3176ae79c3aef71a573
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Tue Nov 17 18:23:02 2020 +0800
Remove duplicate code
Remove some duplicate code by handling the "apply tag" as part of
the regular metadata handling for the transaction header.
commit b1bbf694d9c40a19ac2bf5c7e7c263dd0e8f2780
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Tue Nov 17 17:53:37 2020 +0800
Refactor `apply` directive processing to use data structures
commit dbff538f91bb00b66ad1e6202c5eda0ce29be3ee
Author: Martin Michlmayr <tbm@cyrius.com>
Date: Mon Nov 9 19:35:04 2020 +0800
Round calculated total if needed for `price==cost` comparison
We compare the total price and total cost to see if we can drop the
price information. However, a total calculated from a per-unit lot
might have more precision than a given total. Therefore, if a
total was provided, we have to round the calculated total for the
comparison to work.
Fixes #234
commit cc801cb7b662549a4f71188c3e8d8801cd770895
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Nov 4 02:58:13 2020 +0000
releasing package ledger2beancount version 2.5-1
commit e0320b8852d425d8a2b7d55361268c1d775708ea
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Nov 4 02:57:40 2020 +0000
Bump debhelper from old 12 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
commit 5afa31be71c698366a7c9ff52a4376cb947ed6db
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Nov 4 02:56:58 2020 +0000
Drop dependency on libconfig-onion-perl.
commit acb8094c1dd58ef105a12cce3b99cf7bc04c0e34
Merge: ff259ff 979624a
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Nov 4 02:50:19 2020 +0000
New upstream release.
commit ff259ff779ee2f6167f9aeb741e6d26334e85417
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Thu Sep 3 18:11:57 2020 +0000
releasing package ledger2beancount version 2.4-1
commit 3af14967334621a8baa75bbb23a6c7cfc39688ff
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Thu Sep 3 18:11:48 2020 +0000
Drop patch disable-python, replace by 01_python3 migrating to Python 3.
commit e392531d8af1ed2c4087bc30d9294e6da0b9fbfe
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Thu Sep 3 18:03:12 2020 +0000
Drop patch disable-python.
commit 7b935dcd51c46e2a403e6e32c1caad4bddd9d6f2
Merge: 20a204c 83e5389
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sat Aug 29 22:21:27 2020 +0000
New upstream release.
commit 20a204c58da7ac50e9600ef9887475e6c50e7dea
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sat Jun 27 17:23:34 2020 +0000
releasing package ledger2beancount version 2.3-1
commit 380239bc954afd7afabd35a1dc82de8ab8273d6e
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sat Jun 27 17:06:00 2020 +0000
Drop unnecessary test dependencies.
commit 6aa0bde144b0c88b20ab34e106fc337b46850995
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sat Jun 27 17:05:19 2020 +0000
Add new dependencies on libenum-perl, liblist-moreutils-perl, libregexp-common-perl.
commit a9b15fc8c8c3a47111a1f6b30cf9953a163f47e4
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sat Jun 27 16:49:39 2020 +0000
Update Homepage to readthedocs site, and update debian/upstream/metadata to new upstream repository location.
commit de3aeab6620ccf1da30d39ca7ccaf8ae0812b9cb
Author: Debian Janitor <jelmer+janitor@jelmer.uk>
Date: Sat Jun 27 14:41:12 2020 +0000
Add missing dependency for test testsuite on libenum-perl.
commit 0c2221fb4f3ae223e757e713f2807a651f3c70b4
Author: Debian Janitor <jelmer+janitor@jelmer.uk>
Date: Sat Jun 27 14:37:28 2020 +0000
Add missing dependency for test testsuite on libregexp-common-perl.
commit 5f7ae2f41c6e84adde0e1ba844d654371656bf9e
Author: Debian Janitor <jelmer+janitor@jelmer.uk>
Date: Sat Jun 27 14:33:22 2020 +0000
Add missing dependency for test testsuite on liblist-moreutils-perl.
commit a52935863769ce349d56e4ce77f0b7816ab29d3a
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Jun 27 14:29:40 2020 +0000
Add missing build dependency on libenum-perl.
commit d75e61d33a95267402df071c2d8a1261b747ee37
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Jun 27 14:26:56 2020 +0000
Add missing build dependency on libregexp-common-perl.
commit 3f08b956b618c94b19399db4599b36d412db1888
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Jun 27 14:24:20 2020 +0000
Add missing build dependency on liblist-moreutils-perl.
commit 11147f697cd1e64847cdac1dab5f7c26225e4344
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Jun 27 14:21:52 2020 +0000
Refresh patches.
commit f9b6a82188414f3ea17d68a7169be5630696f6e4
Merge: 9008a56 5f5ebd5
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Jun 27 14:21:11 2020 +0000
New upstream release.
commit 9008a56b65638092ba8f3a8e04bc0aeee18596f5
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sat Jun 27 13:45:44 2020 +0000
Allow warnings on stderr.
commit f22396483a4fbbd77bd3637905307c400b098e0d
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Fri Jun 26 17:24:17 2020 +0000
release 2.2-1.
commit 7a46629dfbf1674de592692fc5c9b66f80b1ff03
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Thu Jun 4 02:36:54 2020 +0000
Set upstream metadata fields: Bug-Submit, Repository.
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
commit 6ba041721817736c7ca2d2097a9b5bb567ae3733
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat May 30 12:47:17 2020 +0000
Refresh patches.
commit 97d70834791471b39f711ef0ddc66cd58490a4e3
Merge: c239e0c 2e81dfd
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat May 30 12:46:41 2020 +0000
New upstream release.
commit c239e0c73a98fb2d1edca733130a13d9214ee3af
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Mon Apr 6 14:03:06 2020 +0000
releasing package ledger2beancount version 2.1-1
commit 2455c0cc4d7a6a7a37850b00823c4f98a728ab8b
Merge: 16c6385 090035f
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Mon Apr 6 12:04:39 2020 +0000
New upstream release.
commit 16c63859471242b21f61ac0e0980baedf8afdc9e
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sun Feb 23 01:57:34 2020 +0000
releasing package ledger2beancount version 2.0-1
commit 6a9436f8fbd1d07a57a31df6d86907ec754addae
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sun Feb 23 01:56:51 2020 +0000
Bump standards version to 4.5.0 (no changes).
commit 0dc9aa97effd9de54a76f8838f1581399302e7ae
Merge: 2ae0b42 08a053b
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sun Feb 23 01:56:31 2020 +0000
New upstream release.
commit 2ae0b425ab42f144828154092108ef18404e6df3
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 1 22:45:27 2020 +0000
releasing package ledger2beancount version 1.8-2
commit 854d1ff0a7547ee5417bceb5911a283f55228686
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 1 22:45:21 2020 +0000
Add missing dependency on texlive-latex-extra.
commit 6ea44fe19dd9034b318424bab5e6e32c3281cb33
Merge: 1c1508b 852428c
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 1 22:41:38 2020 +0000
Merge master.
commit 1c1508b8adc6c0d3667da1e778528b54fe50cb01
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 1 22:39:45 2020 +0000
Update standards version to 4.4.1, no changes needed.
Fixes lintian: out-of-date-standards-version
See https://lintian.debian.org/tags/out-of-date-standards-version.html for more details.
commit f66880b6850e246dc4747de93bc113e0581755e4
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 1 22:39:45 2020 +0000
Use dh $@ sequencer.
Fixes lintian: no-dh-sequencer
See https://lintian.debian.org/tags/no-dh-sequencer.html for more details.
commit 788fcea2dd10531d15ae05b50a3d7d9803c2fb9c
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 1 22:39:45 2020 +0000
Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
commit 65d9686d750c9b7f3aa5d2304fe61c2f0da1c518
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 1 22:39:45 2020 +0000
Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
commit 9392fff4b50f1b6e77fe4cbb5193065b08cabfb3
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 1 22:39:35 2020 +0000
Set Rules-Requires-Root.
commit 9aacc64843a357e4381622da71bc6c3ecc135197
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 1 22:39:03 2020 +0000
Add patch disable-python to disable Python directives in tests, since ledger in unstable no longer supports Python. Closes: #947904
commit 852428cf32b4c5a50f649a84a40cd4443b8053b6
Merge: b60c744 03c731d
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Thu Oct 24 01:04:16 2019 +0000
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian
See merge request jelmer/ledger2beancount!2
commit 03c731d9b432796bb8b3e0f4946a5222dcfc719a
Author: Debian Janitor <janitor@jelmer.uk>
Date: Tue Oct 22 00:55:30 2019 +0000
Update standards version to 4.4.1, no changes needed.
Fixes lintian: out-of-date-standards-version
See https://lintian.debian.org/tags/out-of-date-standards-version.html for more details.
commit b60c744b9a31eb4a35b7efbfefb52cbe4ec19bd9
Merge: 65d6040 3e82129
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Sat Oct 19 17:38:11 2019 +0000
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian
See merge request jelmer/ledger2beancount!1
commit 3e82129960295afcea8dd470a6f4dc89e4a087cc
Author: Debian Janitor <janitor@jelmer.uk>
Date: Wed Oct 9 00:36:41 2019 +0000
Remove obsolete fields Name, Contact from debian/upstream/metadata.
commit 3aeb4398af84030e8a5b06982cb0c3dcd7a58429
Author: Debian Janitor <janitor@jelmer.uk>
Date: Wed Oct 9 00:36:23 2019 +0000
Update standards version, no changes needed.
Fixes lintian: out-of-date-standards-version
See https://lintian.debian.org/tags/out-of-date-standards-version.html for more details.
commit 65d60407a76f2cd3adc5ed2160205e13ae0575ca
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Thu Jun 13 23:06:47 2019 +0000
releasing package ledger2beancount version 1.8-1
commit 5f3b4cea7a0f12635809cb112f8a102db03a9e1d
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Thu Jun 13 23:04:52 2019 +0000
Set upstream metadata fields: Contact.
commit 4e29f77e7abcec3ac3c89aa99de52c874cd1093e
Merge: 3642421 3b993e6
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Thu Jun 13 23:04:41 2019 +0000
New upstream release.