[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#939050: lintian: python3-depends-but-no-python3-helper ignores Build-Depends: dh-sequence-python3



Package: lintian
Version: 2.19.0
Severity: normal

Steps to reproduce:

* Get tap.py_2.5-2.dsc from the archive. It is currently Lintian-clean.
* Apply the patch below to replace "dh --with foo" with
  Build-Depends: dh-sequence-foo where possible, and build a new source
  package. I believe the patched package is still considered correct:
  ${python:Depends} and ${python3:Depends} get filled in correctly.

Expected result:

No new Lintian warnings (except complaining about the Standards-Version
being outdated for the new changelog date, if you ran dch)

Actual result:

E: tap.py source: python-depends-but-no-python-helper python-tap
E: tap.py source: python3-depends-but-no-python3-helper python3-tap tappy

Minimal patch to make the package that reproduces this:

----8<----
diff -Nru tap.py-2.5/debian/control tap.py-2.5/debian/control
--- tap.py-2.5/debian/control	2019-01-14 09:47:23.000000000 +0000
+++ tap.py-2.5/debian/control	2019-08-31 15:36:42.000000000 +0100
@@ -9,6 +9,8 @@
  debhelper-compat (= 12),
  dh-exec,
  dh-python,
+ dh-sequence-python2,
+ dh-sequence-python3,
  python-all,
  python-babel,
  python-docutils,
diff -Nru tap.py-2.5/debian/rules tap.py-2.5/debian/rules
--- tap.py-2.5/debian/rules	2019-01-14 09:47:23.000000000 +0000
+++ tap.py-2.5/debian/rules	2019-08-31 15:36:51.000000000 +0100
@@ -5,7 +5,7 @@

 # main packaging script based on dh7 syntax
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with sphinxdoc --buildsystem=pybuild


 override_dh_auto_build:
----8<----

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-debug'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-2-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lintian depends on:
ii  binutils                     2.32.51.20190821-2
ii  bzip2                        1.0.6-9.2
ii  diffstat                     1.62-1+b1
ii  dpkg                         1.19.7
ii  dpkg-dev                     1.19.7
ii  file                         1:5.37-5
ii  gettext                      0.19.8.1-9
ii  gpg                          2.2.17-3
ii  intltool-debian              0.35.0+20060710.5
ii  libapt-pkg-perl              0.1.36+b1
ii  libarchive-zip-perl          1.64-1
ii  libcapture-tiny-perl         0.48-1
ii  libcgi-pm-perl               4.44-1
ii  libclass-accessor-perl       0.51-1
ii  libclone-perl                0.41-1+b1
ii  libdpkg-perl                 1.19.7
ii  libemail-valid-perl          1.202-1
ii  libfile-basedir-perl         0.08-1
ii  libfile-find-rule-perl       0.34-1
ii  libio-async-loop-epoll-perl  0.20-1
ii  libio-async-perl             0.74-1
ii  libipc-run-perl              20180523.0-1
ii  liblist-compare-perl         0.53-1
ii  liblist-moreutils-perl       0.416-1+b4
ii  libmoo-perl                  2.003004-2
ii  libpath-tiny-perl            0.108-1
ii  libtext-levenshtein-perl     0.13-1
ii  libtimedate-perl             2.3000-2
ii  libtry-tiny-perl             0.30-1
ii  libtype-tiny-perl            1.004004-1
ii  liburi-perl                  1.76-1
ii  libxml-simple-perl           2.25-1
ii  libyaml-libyaml-perl         0.80+repack-1
ii  man-db                       2.8.7-3
ii  patchutils                   0.3.4-2+b1
ii  perl [libdigest-sha-perl]    5.28.1-6
ii  t1utils                      1.41-3
ii  xz-utils                     5.2.4-1+b1

Versions of packages lintian recommends:
ii  libperlio-gzip-perl  0.19-1+b5

Versions of packages lintian suggests:
ii  binutils-multiarch     2.32.51.20190821-2
ii  libhtml-parser-perl    3.72-3+b3
ii  libtext-template-perl  1.55-1

-- no debconf information


Reply to: