Hi, Thanks to Christian for forwarding this. python-newt uses a depends line that generates:
amckinstry@debian:~/deb-packages/newt/newt-0.52.14/debian$ cat python-newt.substvars python:Versions=2.6, 2.7 python:Provides=python2.6-newt, python2.7-newt python:Depends=python2.7 | python2.6, python (>= 2.6), python (<< 2.8), python (>= 2.6.6-7~) shlibs:Depends=libc6 (>= 2.1.3), libc6 (>= 2.3.6-6~), libnewt0.52, libpython2.6 (>= 2.6), libpython2.7 (>= 2.7), libslang2 (>= 2.0.7-1) misc:Depends= The ${python:Depends} is fine, but ${shlibs:Depends} generates dependencies on libpython that are superfluous, as well as the necessary libslang, libnewt dependencies. I _could_ drop the ${shlibs:Depends} and replace it with just 'libnewt0.52', (the libc and libslang dependencies will be pulled in from it), but I suspect it would be best to somehow tell debhelper that I don't need libpython*. Any ideas? please CC: me in any response as I'm not currently subscribed to debian-python regards Alastair McKinstry -------- Original Message -------- Subject: (forw) Re: Future of python2.6 in Debian (python-newt) Date: Sun, 8 Jan 2012 08:00:05 +0100 From: Christian PERRIER <bubu...@debian.org> To: mckins...@debian.org Hi Alastair, In case you hadn't noticed.... ----- Forwarded message from Axel Beckert <a...@debian.org> ----- Date: Sun, 8 Jan 2012 03:20:01 +0100 From: Axel Beckert <a...@debian.org> To: Matthias Klose <d...@debian.org> Cc: debian-python@lists.debian.org, Debian Release <debian-rele...@lists.debian.org> Subject: Re: Future of python2.6 in Debian Organization: The Debian Project X-Mailing-List: <debian-rele...@lists.debian.org> archive/latest/50451 X-CRM114-Status: Good ( pR: 999.99 ) Hi, JFYI: Matthias Klose wrote: > see > http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=python2.6-removal;users=debian-python@lists.debian.org, > the only blocker is packaging of zope2.13. feedback from the zope2 packagers > is > outstanding. There's one issue which is not listed there but into which I ran into on i386 recently: python-newt depends on libpython-2.6 since very recently only and only on some architectures. Noticed it, because it wants to pull in python2.6 again. See also http://packages.debian.org/sid/python-newt Regards, Axel -- ,''`. | Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `- | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120108022001.gc27...@sym.noone.org ** CRM114 Whitelisted by: From: Axel Beckert <a...@debian.org> ** ----- End forwarded message ----- --