File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Section: python
33Priority: optional
44Maintainer: Jerry Lundström <lundstrom.jerry@gmail.com>
55Build-Depends: debhelper (>= 8.0.0), python3 (>= 3.6), python3-maxminddb,
6- python3-yaml, python -setuptools
6+ python3-yaml, python3 -setuptools, dh-python
77Standards-Version: 3.9.4
88Homepage: https://www.dns-oarc.net/oarc/data/dsc
99Vcs-Git: https://github.com/DNS-OARC/dsc-datatool.git
@@ -12,7 +12,7 @@ X-Python3-Version: >= 3.6
1212
1313Package: dsc-datatool
1414Architecture: all
15- Depends: ${misc:Depends}, python3 (>= 3.6), python3-maxminddb, python3-yaml
15+ Depends: ${misc:Depends}, ${ python3:Depends}
1616Suggests: dsc
1717Description: Export DSC data to other formats and/or databases
1818 Tool for converting, exporting, merging and transforming DSC data.
Original file line number Diff line number Diff line change 55# export DH_VERBOSE=1
66
77% :
8- dh $@
8+ dh $@ --with python3 --buildsystem=pybuild
You can’t perform that action at this time.
0 commit comments