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 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
|
seqdiag (2.0.0+dfsg-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Bumps Standards-Version to 4.5.1.
- Build-Depends
* Bumps debhelper-compat to 13.
- Deletes debian/compat
* debian/patches
- [add] update-egg-info.patch
- [delete] 0001-Remove-failing-test_pep8.py.patch
- [delete] 0002-fix-py37-async-issue.patch
* debian/watch
- Fixes debian-watch-uses-insecure-uri.
- Bumps version to 4.
- Fixes dversionmangles.
- Appends repacksuffix.
* debian/copyright
- Adds Files-Excluded.
- Removes
* Files: bootstrap.py paragraph.
* Lices: Zope-2.1
-- Kouhei Maeda <mkouhei@palmtb.net> Mon, 01 Feb 2021 18:36:17 +0900
seqdiag (0.9.5+dfsg-1.4) unstable; urgency=medium
* Re-upload source-only.
-- Thomas Goirand <zigo@debian.org> Wed, 19 Feb 2020 09:51:50 +0100
seqdiag (0.9.5+dfsg-1.3) unstable; urgency=medium
* Switch to python3-pep8 instead of just pep8 (Closes: #949934).
-- Thomas Goirand <zigo@debian.org> Thu, 06 Feb 2020 11:07:02 +0100
seqdiag (0.9.5+dfsg-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Removed Python 2 support (Closes: #938466).
-- Thomas Goirand <zigo@debian.org> Sat, 19 Oct 2019 02:28:25 +0200
seqdiag (0.9.5+dfsg-1.1) unstable; urgency=medium
* Non-maintainer upload.
[ Michal Arbet ]
* Add 0002-fix-py37-async-issue.patch. (Closes: #903637)
-- Michal Arbet <michal.arbet@ultimum.io> Mon, 16 Jul 2018 09:57:18 +0100
seqdiag (0.9.5+dfsg-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- Appends Files-Excluded section.
* debian/watch
- Changes to use dversionmangle instead of uversionmangle.
* debian/control
- Standards-Version: Bump version to 3.9.8.
- Build-Depends:
* Changes fonts-vlgothic instead of fonts-ipafont-gothic.
* Updates dependencies.
- Depends:
* Updates dependencies.
-- Kouhei Maeda <mkouhei@palmtb.net> Tue, 11 Oct 2016 13:33:58 +0900
seqdiag (0.9.3-5) unstable; urgency=medium
* Fixes debian-watch-file-unsupported-pypi-url
-- Kouhei Maeda <mkouhei@palmtb.net> Fri, 23 Oct 2015 06:53:17 +0900
seqdiag (0.9.3-4.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove failing test_pep8.py. It is removed upstream too. (Closes: #796481)
-- Stein Magnus Jodal <stein.magnus@jodal.no> Tue, 08 Sep 2015 14:20:15 +0200
seqdiag (0.9.3-4) unstable; urgency=medium
* debian/watch
- Fixed uri scheme http:// to https://.
-- Kouhei Maeda <mkouhei@palmtb.net> Thu, 16 Oct 2014 21:53:31 +0900
seqdiag (0.9.3-3) unstable; urgency=medium
* debian/patches
- Removed Fixed-failed-TestRstDirectives.patch.
-- Kouhei Maeda <mkouhei@palmtb.net> Wed, 15 Oct 2014 09:37:03 +0900
seqdiag (0.9.3-2) unstable; urgency=medium
* debian/control
- Standards-Version: Bump version to 3.9.6.
* debian/copyright
- Fixed space-in-std-shortname-in-dep5-copyright.
- Rename src/seqdiag/diagparser.py to src/seqdiag/parser.py.
* debian/patches
- Added Fixed-failed-TestRstDirectives.patch.
-- Kouhei Maeda <mkouhei@palmtb.net> Wed, 15 Oct 2014 09:30:30 +0900
seqdiag (0.9.3-1) unstable; urgency=medium
* New upstream release
- Fixed FTBFS test failed (Closes: #759903)
* Supported Python 3
- Appended python3-seqdiag package
* debian/control
- Build-Depends
* Removed quilt.
* Appended: dh-python, python-reportlab, python3-all,
python3-setuptools, python3-pep8, python3-nose, python3-blockdiag,
python3-reportlab
- Standards-Version: Bump version to 3.9.5.
* debian/rules
- Applied pybuild.
- Appended targets:
* override_dh_python, override_dh_python3, convert_manpage_actdiag3
* debian/patches
- Removed append_test_data.
-- Kouhei Maeda <mkouhei@palmtb.net> Mon, 01 Sep 2014 11:44:35 +0900
seqdiag (0.9.0-1) unstable; urgency=low
* New upstream release
* debian/control
- Update dependency python-blockdiag version to >= 1.3.1
- Change dependenry python-imaging to python-pil
- Append to Build-Depends:
- quilt, fonts-ipafont-gothic | fonts-japanese-gothic
* debian/rules
- Append quilt option to dh command
* debian/copyright
- Change "Format" section to latest url
* debian/docs
- Remove src/TODO.txt
-- Kouhei Maeda <mkouhei@palmtb.net> Wed, 27 Nov 2013 10:47:59 +0900
seqdiag (0.8.2-1) unstable; urgency=low
* New upstream release
* debian/control
- Append Build-Depends:
pep8 to >= 1.3, python-nose, python-unittest2, python-blockdiag
- Update Standards-Version to 3.9.4
* debian/rules: Add override_dh_auto_test with nosetests
* debian/patches/append_test_data
- Append necessary test data
-- Kouhei Maeda <mkouhei@palmtb.net> Tue, 11 Jun 2013 09:29:07 +0900
seqdiag (0.7.3-1) unstable; urgency=low
* New upstream release
-- Kouhei Maeda <mkouhei@palmtb.net> Sat, 14 Apr 2012 11:42:05 +0900
seqdiag (0.7.2-1) unstable; urgency=low
* Initial release (Closes: #627510)
* Update egg-info
-- Kouhei Maeda <mkouhei@palmtb.net> Sat, 11 Feb 2012 23:13:50 +0900
|