diff --git a/debian/changelog b/debian/changelog index bd188601d2c9d339a7b552beadbe4dda96a00c7f..7eb085c2dcd8a1b080f208b7e6d65068ebceadfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python3.10 (3.10.7-ok5) yangtze; urgency=medium + + * Rebuild for openkylin. + + -- sufang Fri, 28 Oct 2022 17:15:38 +0800 + python3.10 (3.10.7-ok4) yangtze; urgency=medium * Modify debian/control and debian/control.in. diff --git a/debian/control b/debian/control index fcaa56c270c0565b497403d1a8bda0a2d76c096f..868085b76f79d318ca6c6ece255dd4bfe4122b78 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,10 @@ Architecture: any Multi-Arch: allowed Priority: optional Depends: python3.10 (= ${binary:Version}), - python-pip-whl (>= 8.1.0-2), ${shlibs:Depends}, ${misc:Depends}, + python3-pip-whl, + python3-setuptools-whl, + python3.10-distutils, + ${shlibs:Depends}, ${misc:Depends}, Breaks: python3-pip (<< 1.5.6-4) Description: Interactive high-level object-oriented language (pyvenv binary, version 3.10) Python is a high-level, interactive, object-oriented language. Its 3.10 version @@ -182,7 +185,7 @@ Description: Testsuite for the Python standard library (v3.10) Package: idle-python3.10 Architecture: all -Depends: python3.10, python3-tk, +Depends: python3.10, python3-tk, python3.10-tk, ${misc:Depends}, libjs-mathjax, Enhances: python3.10 @@ -252,6 +255,10 @@ Depends: python3.10 (= ${binary:Version}), libpython3.10-testsuite, python3.10-venv (= ${binary:Version}), idle-python3.10, + python3.10-distutils, + python3.10-gdbm, + python3.10-lib2to3, + python3.10-tk, ca-certificates, ${shlibs:Depends}, ${misc:Depends} Recommends: python3.10-doc, python3.10-examples, diff --git a/debian/control.in b/debian/control.in index 5faebfbe27fbb1c8292696c6b5fd0ca2cbd82af1..38e5d3c271331792cb5133615589c0c4d16b3860 100644 --- a/debian/control.in +++ b/debian/control.in @@ -45,7 +45,10 @@ Architecture: any Multi-Arch: allowed Priority: @PRIO@ Depends: @PVER@ (= ${binary:Version}), - python-pip-whl (>= 8.1.0-2), ${shlibs:Depends}, ${misc:Depends}, + python3-pip-whl, + python3-setuptools-whl, + @PVER@-distutils, + ${shlibs:Depends}, ${misc:Depends}, Breaks: python3-pip (<< 1.5.6-4) Description: Interactive high-level object-oriented language (pyvenv binary, version @VER@) Python is a high-level, interactive, object-oriented language. Its @VER@ version @@ -182,7 +185,7 @@ Description: Testsuite for the Python standard library (v@VER@) Package: idle-@PVER@ Architecture: all -Depends: @PVER@, python3-tk, +Depends: @PVER@, python3-tk, @PVER@-tk, ${misc:Depends}, libjs-mathjax, Enhances: @PVER@ @@ -252,6 +255,10 @@ Depends: @PVER@ (= ${binary:Version}), lib@PVER@-testsuite, @PVER@-venv (= ${binary:Version}), idle-@PVER@, + @PVER@-distutils, + @PVER@-gdbm, + @PVER@-lib2to3, + @PVER@-tk, ca-certificates, ${shlibs:Depends}, ${misc:Depends} Recommends: @PVER@-doc, @PVER@-examples,