This bug was fixed in the package dh-python - 4.20201102ubuntu5

---------------
dh-python (4.20201102ubuntu5) impish; urgency=medium

  * Add support for 2-digit python minor versions (3.10). Parse sonames and
    generate dependencies, correctly. (LP: #1946971)

 -- Graham Inggs <[email protected]>  Wed, 13 Oct 2021 12:26:39 +0000

** Changed in: dh-python (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/1946971

Title:
  dh-python: generates incorrect dependencies when python3.10 is
  supported

Status in dh-python package in Ubuntu:
  Fix Released

Bug description:
  Test case:

  1. Build a python3 package that builds extensions for all supported
  python3 versions, i.e. Build-Depends: python3-all-dev

  2. Check the generated versioned dependencies on python3

  using python3-astlib as an example,

  $ grep Depends debian/python3-astlib/DEBIAN/control
  Depends: ... python3 (<< 3.10), python3 (>= 3.1~), ...

  Expected output:

  $ grep Depends debian/python3-astlib/DEBIAN/control
  Depends: ... python3 (<< 3.11), python3 (>= 3.9~), ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-python/+bug/1946971/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to