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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
beancount (2.3.5-2) unstable; urgency=medium
* Team upload.
* Apply upstream proposed patch fixing quotechar FTBFS (Closes: #1024207)
-- Blair Noctis <n@sail.ng> Fri, 18 Nov 2022 16:45:00 +0000
beancount (2.3.5-1) unstable; urgency=medium
* Team upload.
[ Blair Noctis ]
* New upstream version 2.3.5
[ Dr. Tobias Quathamer ]
* Update homepage
* Update Standards-Version to 4.6.1, no changes needed
* Update d/copyright
-- Dr. Tobias Quathamer <toddy@debian.org> Sat, 22 Oct 2022 17:45:28 +0200
beancount (2.3.3-1) unstable; urgency=medium
* Team upload.
* New upstream version 2.3.3
* Remove support for Emacs.
Upstream has moved those files to a separate project,
see https://github.com/beancount/beancount-mode
* Update Standards-Version to 4.5.1, no changes needed
-- Dr. Tobias Quathamer <toddy@debian.org> Wed, 18 Nov 2020 20:13:06 +0100
beancount (2.3.1-2) unstable; urgency=medium
[ Stefano Rivera ]
* Team upload.
* Patch: Support testing against multiple python3.x versions.
(Closes: #972328)
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
-- Stefano Rivera <stefanor@debian.org> Fri, 16 Oct 2020 10:36:42 -0700
beancount (2.3.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 2.3.1
- Update d/watch and d/copyright to new upstream URL
- Refresh patches
- New patch: Remove failing test for now
- Revert temporary fix for dh_elpa
* Add 'Recommends: fava' to beancount binary package
* Use debhelper-compat v13
* Update Standards-Version to 4.5.0, no changes needed
* Do not generate a manpage for the BUILD script
-- Dr. Tobias Quathamer <toddy@debian.org> Sun, 06 Sep 2020 21:58:06 +0200
beancount (2.2.3+hg20200223.0.3af921a-1) unstable; urgency=medium
* Team upload
* New upstream version 2.2.3+hg20200223.0.3af921a
- Work around a Python3.8 bug causing a segfault (Closes: #943608)
- Refresh patches
- Add patch to adjust beancount version
- Add new patch to disable three failing tests with Python 3.7
* Convert package version for dh_elpa, as '+hg2020...' is invalid
-- Dr. Tobias Quathamer <toddy@debian.org> Tue, 10 Mar 2020 21:46:39 +0100
beancount (2.2.3-2) unstable; urgency=medium
* Team upload
* d/p/0003: Work around a Python3.8 bug causing a segfault (Closes: #943608)
-- Pierre-Elliott Bécue <peb@debian.org> Wed, 25 Dec 2019 19:35:31 +0100
beancount (2.2.3-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.1.
* d/changelog: Remove trailing whitespaces.
[ Dr. Tobias Quathamer ]
* New upstream version 2.2.3
- Remove patch 'Ignore FileNotFoundError from self.tmpdir.cleanup()'
The patch has been applied upstream. Refresh remaining patches.
* Use d/watch version 4
-- Dr. Tobias Quathamer <toddy@debian.org> Thu, 24 Oct 2019 22:56:15 +0200
beancount (2.2.0-3) unstable; urgency=medium
[ Santiago Vila ]
* patches/0003: Ignore FileNotFoundError from self.tmpdir.cleanup().
Fixes a FTBFS problem which happens randomly (Closes: #923606)
-- Stefano Zacchiroli <zack@debian.org> Sun, 21 Apr 2019 17:00:36 +0200
beancount (2.2.0-2) unstable; urgency=medium
* rules: do not ship *.picklecache files with Python examples (fixes
build unreproducibility on armhf)
* manpages/whatis.txt: provide sensible whatis entries for manpages
(fixes lintian warnings)
-- Stefano Zacchiroli <zack@debian.org> Mon, 14 Jan 2019 10:01:37 +0100
beancount (2.2.0-1) unstable; urgency=medium
* New upstream release.
-- Stefano Zacchiroli <zack@debian.org> Tue, 08 Jan 2019 21:31:17 +0100
beancount (2.1.3+hg20181225-3) unstable; urgency=medium
* rules: do not ship __pycache__ dirs with Python examples
* control: bump Standards-Version, no changes needed
* compat: bump debhelper level to 12
-- Stefano Zacchiroli <zack@debian.org> Mon, 07 Jan 2019 13:45:11 +0100
beancount (2.1.3+hg20181225-2) unstable; urgency=medium
* rules: simplify manpage dir creation
* ship upstream examples
* ship upstream info about where to find online documentation
* copyright: release packaging files under GPL2 or later
* copyright: document missing copyright and license for
beancount/web/third_party/sorttable.js (Closes: #917960)
-- Stefano Zacchiroli <zack@debian.org> Tue, 01 Jan 2019 19:09:05 +0100
beancount (2.1.3+hg20181225-1) experimental; urgency=medium
[ Nicolas Dandrimont ]
* Initial release. (Closes: #799626)
* patches/0001: remove fonts.googleapis.com links from bean-web template
[ Stefano Zacchiroli ]
* Update to upstream version 2.1.3 + recent hg snapshot
* patches/0002: make test_version more lax to accept non git/hg versions
-- Stefano Zacchiroli <zack@debian.org> Wed, 26 Dec 2018 09:05:09 +0100
|