Skip to content

Commit f5d023f

Browse files
committed
Debian packaging
- Try and fix Python version in debian package
1 parent 35ad031 commit f5d023f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Section: python
33
Priority: optional
44
Maintainer: Jerry Lundström <lundstrom.jerry@gmail.com>
55
Build-Depends: debhelper (>= 8.0.0), python3 (>= 3.6), python3-maxminddb,
6-
python3-yaml, python-setuptools
6+
python3-yaml, python3-setuptools, dh-python
77
Standards-Version: 3.9.4
88
Homepage: https://www.dns-oarc.net/oarc/data/dsc
99
Vcs-Git: https://github.com/DNS-OARC/dsc-datatool.git
@@ -12,7 +12,7 @@ X-Python3-Version: >= 3.6
1212

1313
Package: dsc-datatool
1414
Architecture: all
15-
Depends: ${misc:Depends}, python3 (>= 3.6), python3-maxminddb, python3-yaml
15+
Depends: ${misc:Depends}, ${python3:Depends}
1616
Suggests: dsc
1717
Description: Export DSC data to other formats and/or databases
1818
Tool for converting, exporting, merging and transforming DSC data.

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
#export DH_VERBOSE=1
66

77
%:
8-
dh $@
8+
dh $@ --with python3 --buildsystem=pybuild

0 commit comments

Comments
 (0)