[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#520656: marked as done (capisuite: python 2.6 compatibility and LOCALMODLIBS removal)



Your message dated Fri, 01 May 2009 15:17:05 +0000
with message-id <E1LzuU5-0002nS-8Q@ries.debian.org>
and subject line Bug#520656: fixed in capisuite 0.4.5-9
has caused the Debian Bug report #520656,
regarding capisuite: python 2.6 compatibility and LOCALMODLIBS removal
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.)


-- 
520656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520656
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: capisuite
Version: 0.4.5-8
Severity: normal
Tags: patch

This is just to inform you that a patch has been applied for python 2.6 
compatibility for ubuntu. The patch:
- tries to get the python from the correct directories
- contains a fix that disables the dependency on LOCALMODLIBS (removes 
  zlib1g-dev dependency)

http://launchpad.net/bugs/336344
http://launchpadlibrarian.net/23325206/capisuite_0.4.5-8ubuntu2_without_zlib.debdiff

Changelog:
 * Python 2.6 transition.
 * Added debian/patches/configure_get-correct-python-dirs.diff
 * Added debian/patches/configure_build-without-LOCALMODLIBS.diff

The attached stripped_patch.patch is a stripped patch file of the .debdiff file named 
above (without debian/changelog).

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- capisuite-0.4.5.orig/debian/patches/configure_get-correct-python-dirs.diff
+++ capisuite-0.4.5/debian/patches/configure_get-correct-python-dirs.diff
@@ -0,0 +1,13 @@
+--- configure~	2004-11-28 14:36:14.000000000 +0100
++++ configure	2009-03-02 22:44:11.000000000 +0100
+@@ -4896,8 +4896,8 @@
+ python_execprefix=`${PYTHON} -c "import sys; print sys.exec_prefix"`
+ python_libdir=`${PYTHON} -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,1)"`
+ python_configdir="${python_libdir}/config"
+-python_moduledir="${python_libdir}/site-packages"
+-python_moduleexecdir="${python_libdir}/site-packages"
++python_moduledir=$pythondir
++python_moduleexecdir=$pyexecdir
+ 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
--- capisuite-0.4.5.orig/debian/patches/configure_build-without-LOCALMODLIBS.diff
+++ capisuite-0.4.5/debian/patches/configure_build-without-LOCALMODLIBS.diff
@@ -0,0 +1,16 @@
+--- configure~	2009-03-02 23:51:46.000000000 +0100
++++ configure	2009-03-02 23:53:39.000000000 +0100
+@@ -4928,11 +4928,11 @@
+ _python_libs=`grep '^LIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
+ _python_libc=`grep '^LIBC=' $python_configdir/Makefile | sed 's/^.*=//'`
+ _python_libm=`grep '^LIBM=' $python_configdir/Makefile | sed 's/^.*=//'`
+-_python_liblocalmod=`grep '^LOCALMODLIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
++#_python_liblocalmod=`grep '^LOCALMODLIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
+ _python_libbasemod=`grep '^BASEMODLIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
+ 
+ pgac_tab="	" # tab character
+-python_libspec=`echo X"$_python_libs $_python_libc $_python_libm -lpython$python_version $_python_liblocalmod $_python_libbasemod" | sed -e 's/^X//' -e "s/[ $pgac_tab][ $pgac_tab]*/ /g"`
++python_libspec=`echo X"$_python_libs $_python_libc $_python_libm -lpython$python_version $_python_libbasemod" | sed -e 's/^X//' -e "s/[ $pgac_tab][ $pgac_tab]*/ /g"`
+ LIBS="$LIBS $python_libspec"
+ LDFLAGS="$LDFLAGS -L$python_configdir $python_linkforshared"
+ echo "$as_me:$LINENO: result: ${python_libspec}" >&5

--- End Message ---
--- Begin Message ---
Source: capisuite
Source-Version: 0.4.5-9

We believe that the bug you reported is fixed in the latest version of
capisuite, which is due to be installed in the Debian FTP archive:

capisuite_0.4.5-9.diff.gz
  to pool/main/c/capisuite/capisuite_0.4.5-9.diff.gz
capisuite_0.4.5-9.dsc
  to pool/main/c/capisuite/capisuite_0.4.5-9.dsc
capisuite_0.4.5-9_i386.deb
  to pool/main/c/capisuite/capisuite_0.4.5-9_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 520656@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese <bdefreese@debian.org> (supplier of updated capisuite package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 01 May 2009 10:42:21 -0400
Source: capisuite
Binary: capisuite
Architecture: source i386
Version: 0.4.5-9
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Barry deFreese <bdefreese@debian.org>
Description: 
 capisuite  - easy fax and voice box solution for ISDN/CAPI capable devices
Closes: 420275 519062 520656
Changes: 
 capisuite (0.4.5-9) unstable; urgency=low
 .
   * QA upload.
   * Move to quilt patch system.
     + Convert existing patches to quilt.
   * 030_sox_call.diff. Remove -w option from call to sox. (Closes: #519062).
     + Thanks to Michael Kaaden.
   * 040_python26.diff. Build with Python 2.6. (Closes: #520656).
     + Thanks to Savvas Radevic for the patch.
   * Change exim depends to exim4. (Closes: #420275).
   * Replace obsolete gs depends with ghostscript.
   * Bump debhelper build-dep and compat to 5.
   * Bump Standards Version to 3.8.1. (No changes needed).
Checksums-Sha1: 
 201ace92ce5dcb8c928c7ea2f6c1983e8fed0ee4 1135 capisuite_0.4.5-9.dsc
 fbff4ad1ef1cf7de30fedc4b9dfdf4ab8a514d11 33819 capisuite_0.4.5-9.diff.gz
 ecca27051701b96d5a131d321d21197bb9ef9a0f 1107662 capisuite_0.4.5-9_i386.deb
Checksums-Sha256: 
 b46d15507cafdbec39893e533458f039f919f303448539b0b0778c5969289145 1135 capisuite_0.4.5-9.dsc
 54c767374b70f58d7eabe13ce8fc11aaad2c3a001e28be5c0691a1884c35523d 33819 capisuite_0.4.5-9.diff.gz
 46c304af276a890689b524d88e2c7c9858054658c7c515f22153033c5fba9d59 1107662 capisuite_0.4.5-9_i386.deb
Files: 
 db97ffd5e5243eb10ba908405334d9d7 1135 comm extra capisuite_0.4.5-9.dsc
 9d98c8709de513bd6448c46e713c6eaa 33819 comm extra capisuite_0.4.5-9.diff.gz
 75330ba07c2dae80687523b458aa68e2 1107662 comm extra capisuite_0.4.5-9_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkn7D4oACgkQ5ItltUs5T34/CgCfebvjRHr6Cq9CkkMCBXkr8vIV
IWcAoLHyK/71lG1jTwFL5mN38xwoEaj7
=+a2n
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: