Your message dated Wed, 7 Jul 2010 14:17:38 +0200
with message-id <20100707121738.ga8...@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 ow...@bugs.debian.org
immediately.)
--
534897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534897
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 ---
Thanks for your bug report.
* Nick Ellery <nick.ell...@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 Wilk
signature.asc
Description: Digital signature
--- End Message ---