Activity log for bug #1890561

Date Who What changed Old value New value Message
2020-08-06 09:08:58 Iain Lane bug added bug
2020-08-06 09:09:07 Iain Lane bug added subscriber Corey Bryant
2020-08-06 12:00:54 Chris MacNaughton summary Explicit dependency on python3-intervals isn't needed Explicit dependency on python3-infinity isn't needed
2020-08-06 12:01:03 Chris MacNaughton description When reviewing the package for source NEW, I noticed there's a dependency on python3-intervals. Usually python3 packages get these from requires.txt automatically (via ${python3:Depends}). I tried a test build with this dependency dropped [and DH_VERBOSE=1, to see the below] and it works correctly. D: dh_python3 fs:260: package python3-intervals details = {'requires.txt': {'debian/python3-intervals/usr/lib/python3/dist-packages/intervals-0.9.0.egg-info/requires.txt'}, 'egg-info': set(), 'nsp.txt': set(), 'shebangs': set(), 'public_vers': {Version('3')}, 'private_dirs': {}, 'compile': True, 'ext_vers': set(), 'ext_no_version': set()} D: dh_python3 depends:117: generating dependencies for package python3-intervals D: dh_python3 pydist:142: trying to find dependency for infinity>=0.1.3 (python=None) D: dh_python3 pydist:210: invoking dpkg -S *python3/*/[Ii][Nn][Ff][Ii][Nn][Ii][Tt][Yy]-?*\.egg-info D: dh_python3 depends:275: D={'python3-infinity', 'python3:any'}; R=[]; S=[]; E=[], B=[]; RT=[] On the next upload, please could you drop the python3-intervals dependency? When reviewing the package for source NEW, I noticed there's a dependency on python3-infinity. Usually python3 packages get these from requires.txt automatically (via ${python3:Depends}). I tried a test build with this dependency dropped [and DH_VERBOSE=1, to see the below] and it works correctly. D: dh_python3 fs:260: package python3-intervals details = {'requires.txt': {'debian/python3-intervals/usr/lib/python3/dist-packages/intervals-0.9.0.egg-info/requires.txt'}, 'egg-info': set(), 'nsp.txt': set(), 'shebangs': set(), 'public_vers': {Version('3')}, 'private_dirs': {}, 'compile': True, 'ext_vers': set(), 'ext_no_version': set()} D: dh_python3 depends:117: generating dependencies for package python3-intervals D: dh_python3 pydist:142: trying to find dependency for infinity>=0.1.3 (python=None) D: dh_python3 pydist:210: invoking dpkg -S *python3/*/[Ii][Nn][Ff][Ii][Nn][Ii][Tt][Yy]-?*\.egg-info D: dh_python3 depends:275: D={'python3-infinity', 'python3:any'}; R=[]; S=[]; E=[], B=[]; RT=[] On the next upload, please could you drop the python3-intervals dependency?
2020-08-06 12:05:56 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chris.macnaughton/ubuntu/+source/intervals/+git/intervals/+merge/388808
2020-08-06 12:11:26 Chris MacNaughton intervals (Ubuntu): assignee Chris MacNaughton (chris.macnaughton)
2020-08-06 12:11:30 Chris MacNaughton intervals (Ubuntu): status New In Progress
2020-08-10 16:59:58 Launchpad Janitor intervals (Ubuntu): status In Progress Fix Released