Package: python3
Version: 3.2.3-5
Severity: minor
Tags: patch

dh_python3 mentions debian/pydist-overrides in a warning whereas it should
mention debian/py3dist-overrides. Patch attached.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python3 depends on:
ii  python3-minimal  3.2.3-5
ii  python3.2        3.2.3-3

python3 recommends no packages.

Versions of packages python3 suggests:
ii  python3-doc  3.2.3-5
pn  python3-tk   <none>

-- no debconf information
=== modified file 'debpython/pydist.py'
--- debpython/pydist.py	2012-06-30 19:24:20 +0000
+++ debpython/pydist.py	2012-08-16 09:20:13 +0000
@@ -168,7 +168,7 @@
     pname = sensible_pname(name)
     log.warn('Cannot find installed package that provides %s. '
              'Using %s as package name. Please add "%s correct_package_name" '
-             'line to debian/pydist-overrides to override it if this is incorrect.',
+             'line to debian/py3dist-overrides to override it if this is incorrect.',
              name, pname, safe_name(name))
     return pname
 

Reply via email to