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
|
actdiag (0.5.4+dfsg-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- Appends Files-Excluded section.
* debian/watch
- Changed 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:38:49 +0900
actdiag (0.5.3-5.1) unstable; urgency=medium
* Non-maintainer upload.
* Fixed pep8 (build-)depends (Closes: #818057).
-- Thomas Goirand <zigo@debian.org> Wed, 13 Apr 2016 17:23:05 +0000
actdiag (0.5.3-5) unstable; urgency=medium
* Fixes FTBFS: TypeError: coercing to Unicode: need string or buffer,
bool found (Closes: #798547)
- Adds debian/patches/compat-pep8-1.5.7_1.6.x.patch
* debian/watch
- Fixes debian-watch-file-unsupported-pypi-url
-- Kouhei Maeda <mkouhei@palmtb.net> Thu, 22 Oct 2015 11:56:16 +0900
actdiag (0.5.3-4) unstable; urgency=medium
* debian/watch
- Fixed uri scheme http:// to https://.
-- Kouhei Maeda <mkouhei@palmtb.net> Thu, 16 Oct 2014 21:55:08 +0900
actdiag (0.5.3-3) unstable; urgency=medium
* debian/patches
- Removed Fixed-failed-TestRstDirectives.patch.
-- Kouhei Maeda <mkouhei@palmtb.net> Wed, 15 Oct 2014 09:40:36 +0900
actdiag (0.5.3-2) unstable; urgency=medium
* debian/control
- Standards-Version: Bump version to 3.9.6.
* debian/copyright
- Rename src/actdiag/diagparser.py to src/actdiag/parser.py.
- Fixed space-in-std-shortname-in-dep5-copyright.
-- Kouhei Maeda <mkouhei@palmtb.net> Wed, 15 Oct 2014 08:20:48 +0900
actdiag (0.5.3-1) unstable; urgency=medium
* New upstream release
- Fixed FTBFS test_pep8.test_pep8 (Closes: #759894)
* Supported Python 3
- Appended python3-actdiag package
* debian/control
- Build-Depends
* Removed: quilt
* Appended: dh-python, python3-all, python3-setuptools, python3-pep8,
python3-nose, python3-blockdiag
- 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 update_egg-info.patch
-- Kouhei Maeda <mkouhei@palmtb.net> Mon, 01 Sep 2014 07:24:31 +0900
actdiag (0.5.1-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 python-docutils to Depends
- Append to Build-Depends
- quilt, fonts-ipafont-gothic | fonts-japanese-gothic
* debian/rules
- Append quilt option to dh command
* debian/docs
- Rename src/README.txt to README.rst
- Remove src/TODO.txt
* debian/copyright
- Change "Format" section to latest url
* debian/patches
- Rename update_egg-info to update_egg-info.patch
- update_egg-info.patch applied dep3 format
- Delete append_test_data
-- Kouhei Maeda <mkouhei@palmtb.net> Wed, 27 Nov 2013 10:53:02 +0900
actdiag (0.4.3-1) unstable; urgency=low
* New upstream release
* debian/control
- Update Standards-Version to 3.9.4
- Update Build-Depends pep8 to >= 1.3, append python-blockdiag
- Update Depends python-blockdiag to >= 1.2.4
* debian/patches/append_test_data
- Append necessary test data
-- Kouhei Maeda <mkouhei@palmtb.net> Tue, 11 Jun 2013 10:03:34 +0900
actdiag (0.3.3-1) unstable; urgency=low
* New upstream release
-- Kouhei Maeda <mkouhei@palmtb.net> Mon, 07 May 2012 00:22:20 +0900
actdiag (0.3.2-1) unstable; urgency=low
* New upstream release
* debian/control
- Update debhelper version
- Add python-unittest2, pep8, python-nose to Build-Depends field
- Update extended description of Description field
* debian/rules
- Add override_dh_auto_test with nosetests
* quilt header
- Add header of "update_egg-info"
-- Kouhei Maeda <mkouhei@palmtb.net> Sat, 14 Apr 2012 03:22:07 +0900
actdiag (0.3.0-1) unstable; urgency=low
* Initial release (Closes: #629323)
* Update egg-info
-- Kouhei Maeda <mkouhei@palmtb.net> Sat, 11 Feb 2012 23:18:49 +0900
|