add missing build-dep
Michael R. Crusoe
5 years ago
|
0 |
ctdconverter (2.0-3) UNRELEASED; urgency=medium
|
|
1 |
|
|
2 |
* Add missing build-dep on 2to3
|
|
3 |
* Quiet 2to3 conversion
|
|
4 |
|
|
5 |
-- Michael R. Crusoe <michael.crusoe@gmail.com> Thu, 22 Feb 2018 02:08:21 -0800
|
|
6 |
|
0 | 7 |
ctdconverter (2.0-2) unstable; urgency=medium
|
1 | 8 |
|
2 | 9 |
* Update VCS-*
|
9 | 9 |
python3-lxml,
|
10 | 10 |
python3-ruamel.yaml,
|
11 | 11 |
python3-ctdopts,
|
12 | |
help2man
|
|
12 |
help2man,
|
|
13 |
2to3
|
13 | 14 |
Standards-Version: 4.1.3
|
14 | 15 |
Vcs-Browser: https://salsa.debian.org/med-team/ctdconverter
|
15 | 16 |
Vcs-Git: https://salsa.debian.org/med-team/ctdconverter.git
|
19 | 19 |
dh $@ --with python3 --buildsystem=pybuild
|
20 | 20 |
|
21 | 21 |
override_dh_auto_build:
|
22 | |
2to3 --write --nobackups convert.py galaxy/ cwl/ common/
|
|
22 |
2to3 --write --nobackups --no-diffs convert.py galaxy/ cwl/ common/
|
23 | 23 |
dh_auto_build
|
24 | 24 |
|
25 | 25 |
debian/CTDConverter.1: debian/rules debian/CTDConverter.help2man
|