Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #8501

Re: unwanted python-X-dbg

From Piotr Ożarowski <piotr@debian.org>
Newsgroups linux.debian.maint.python
Subject Re: unwanted python-X-dbg
Date 2016-05-08 10:30 +0200
Message-ID <rwsg9-3in-1@gated-at.bofh.it> (permalink)
References <rwrN7-2Jt-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Jeremy Sanders, 2016-05-08]
> Sorry - another question about pybuild. I'm defining
> 
> export PYBUILD_NAME=veusz

thanks to this ^ one...

> export PYBUILD_DESTDIR_python3=debian/veusz
> export PYBUILD_DESTDIR_python3-dbg=debian/veusz-dbg

you don't need these ^ two, that's the default

> Which seems to work with
> 	dh $@ --with python3 --buildsystem=pybuild
> 
> However, when rebuilding I get error messages about a
> debian/python3-veusz-dbg directory which seems to contain a second
> installation of the module:
> 
> dpkg-source: error: unwanted binary file: debian/python3-veusz-dbg/usr/lib/python3.5/dist-packages/veusz/icons/settings_stylesheet.png
> dpkg-source: error: unwanted binary file: debian/python3-veusz-dbg/usr/lib/python3.5/dist-packages/veusz/icons/settings_axislabel.png
> ...

do you have python3-veusz-dbg binary package?

dh_python3 will remove non .py/.so files from -dbg's packages
dist-packages directory by default, but this looks like dpkg-source not
knowing about python3-veusz-dbg to me
-- 
Piotr Ożarowski                         Debian GNU/Linux Developer
www.ozarowski.pl          www.griffith.cc           www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

unwanted python-X-dbg Jeremy Sanders <jeremy@jeremysanders.net> - 2016-05-08 10:00 +0200
  Re: unwanted python-X-dbg Piotr Ożarowski <piotr@debian.org> - 2016-05-08 10:30 +0200
    Re: unwanted python-X-dbg Jeremy Sanders <jeremy@jeremysanders.net> - 2016-05-08 14:30 +0200
      Re: unwanted python-X-dbg Piotr Ożarowski <piotr@debian.org> - 2016-05-08 15:30 +0200

csiph-web