Codebase list ctdconverter / dfbeac6
add missing build-dep Michael R. Crusoe 5 years ago
3 changed file(s) with 10 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
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
07 ctdconverter (2.0-2) unstable; urgency=medium
18
29 * Update VCS-*
99 python3-lxml,
1010 python3-ruamel.yaml,
1111 python3-ctdopts,
12 help2man
12 help2man,
13 2to3
1314 Standards-Version: 4.1.3
1415 Vcs-Browser: https://salsa.debian.org/med-team/ctdconverter
1516 Vcs-Git: https://salsa.debian.org/med-team/ctdconverter.git
1919 dh $@ --with python3 --buildsystem=pybuild
2020
2121 override_dh_auto_build:
22 2to3 --write --nobackups convert.py galaxy/ cwl/ common/
22 2to3 --write --nobackups --no-diffs convert.py galaxy/ cwl/ common/
2323 dh_auto_build
2424
2525 debian/CTDConverter.1: debian/rules debian/CTDConverter.help2man