Package: python3
Version: 3.2.3-6
Severity: important

If you pass private directory name that ends with a slash to dh_python3, it'll be ignored. Example:

$ apt-get source -qq xdot
dpkg-source: info: extracting xdot in xdot-0.4
dpkg-source: info: unpacking xdot_0.4.orig.tar.gz
dpkg-source: info: unpacking xdot_0.4-2.debian.tar.gz
dpkg-source: info: applying private-modules

$ cd xdot-0.4/

$ dpkg-buildpackage -b
[...]

$ dh_python3 -v /usr/share/xdot 2>&1 | grep -o '.private_dir.*'
'private_dirs': {'/usr/share/xdot': {'compile': True}}, 'ext': set()}

$ dh_python3 -v /usr/share/xdot/ 2>&1 | grep -o '.private_dir.*'
'private_dirs': {}, 'ext': set()}


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.7-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python3 depends on:
ii  python3-minimal  3.2.3-6
ii  python3.2        3.2.3-7

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to