Your message dated Wed, 7 Jul 2010 14:17:38 +0200
with message-id <20100707121738.GA8152@jwilk.net>
and subject line Re: Bug#534897: capisuite: specify ${python_libdir}/dist-packages in 040_python26.diff
has caused the Debian Bug report #534897,
regarding capisuite: specify ${python_libdir}/dist-packages in 040_python26.diff
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)
--
534897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534897
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: capisuite: specify ${python_libdir}/dist-packages in 040_python26.diff
- From: Nick Ellery <nick.ellery@ubuntu.com>
- Date: Sat, 27 Jun 2009 18:01:53 -0700
- Message-id: <4A46C101.60902@ubuntu.com>
Package: capisuite Hi, In debian/patches/040_python26.diff, dist-packages should be directly specified rather than used $pythondir and $pyexecdir, as shown in the patch below. --- capisuite-0.4.5/debian/patches/040_python26.diff +++ capisuite-0.4.5/debian/patches/040_python26.diff @@ -8,8 +8,8 @@ python_configdir="${python_libdir}/config" -python_moduledir="${python_libdir}/site-packages" -python_moduleexecdir="${python_libdir}/site-packages" -+python_moduledir=$pythondir -+python_moduleexecdir=$pyexecdir ++python_moduledir="${python_libdir}/dist-packages" ++python_moduleexecdir="{python_libdir}/dist-packages" python_includespec="-I${python_prefix}/include/python${python_version}" python_linkforshared=`${PYTHON} -c "import distutils.sysconfig; print distutils.sysconfig.get_config_var('LINKFORSHARED')"` if test "$python_prefix" != "$python_execprefix"; then -- Nick Ellery Ubuntu MOTU Developer GPG Key: 6AFACAF4
--- End Message ---
--- Begin Message ---
- To: 534897-done@bugs.debian.org
- Subject: Re: Bug#534897: capisuite: specify ${python_libdir}/dist-packages in 040_python26.diff
- From: Jakub Wilk <jwilk@debian.org>
- Date: Wed, 7 Jul 2010 14:17:38 +0200
- Message-id: <20100707121738.GA8152@jwilk.net>
- Mail-followup-to: 534897-done@bugs.debian.org
- In-reply-to: <4A46C101.60902@ubuntu.com>
- References: <4A46C101.60902@ubuntu.com>
Thanks for your bug report. * Nick Ellery <nick.ellery@ubuntu.com>, 2009-06-27, 18:01:In debian/patches/040_python26.diff, dist-packages should be directly specified rather than used $pythondir and $pyexecdir, as shown in the patch below.No. How is harcoding "dist-packages" better than hardcoding "site-packages"? Besides, python-support does the right thing.-- Jakub WilkAttachment: signature.asc
Description: Digital signature
--- End Message ---