[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package capisuite - 0.4.5-8ubuntu3 --- capisuite (0.4.5-8ubuntu3) jaunty; urgency=low * debian/rules: Apply patches before ./configure (LP: #336344) -- Savvas Radevic vice...@gmail.com Sat, 21 Mar 2009 19:47:45 +0100 ** Changed in: capisuite (Ubuntu)

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-25 Thread Savvas Radevic
I've set it back to Confirmed, as the patch wasn't actually used! The last patch above does the trick. :) ** Changed in: capisuite (Ubuntu) Status: Fix Released = Confirmed -- python2.6-dev should perhaps depend on zlib-dev https://bugs.launchpad.net/bugs/336344 You received this bug

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-25 Thread Daniel Holbach
Added (LP: #336344) to debian/changelog. Uploaded. Sitting in the archive admin queue. ** Changed in: capisuite (Ubuntu) Status: Confirmed = Fix Committed -- python2.6-dev should perhaps depend on zlib-dev https://bugs.launchpad.net/bugs/336344 You received this bug notification because

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-21 Thread Alessio Treglia
Updated the Maintainer and uploaded, thanks for your work. Please, submit the debdiff to Debian BTS. ** Changed in: capisuite (Ubuntu) Importance: Undecided = Medium ** Changed in: capisuite (Ubuntu) Status: Confirmed = In Progress ** Changed in: capisuite (Ubuntu) Assignee:

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-21 Thread Launchpad Bug Tracker
This bug was fixed in the package capisuite - 0.4.5-8ubuntu2 --- capisuite (0.4.5-8ubuntu2) jaunty; urgency=low [ Savvas Radevic ] * Python 2.6 transition. * Added debian/patches/configure_get-correct-python-dirs.diff * Added

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-21 Thread Savvas Radevic
I forgot to apply the patches *before* ./configure in debian/rules, I've sent the patch to Alessio to approve it. Sorry everyone! ** Attachment added: capisuite_0.4.5-8ubuntu3.debdiff http://launchpadlibrarian.net/24194341/capisuite_0.4.5-8ubuntu3.debdiff -- python2.6-dev should perhaps

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-09 Thread Savvas Radevic
I've tested the one without zlib with simple commands and it seems to work: https://edge.launchpad.net/%7Emedigeek/+archive/ppa/+files/capisuite_0.4.5-8ubuntu2~ppajaunty4_amd64.deb $ cat /etc/default/capisuite # run_capisuite_daemon: # set 'y' to activate the boot/shutdown script #

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-02 Thread Savvas Radevic
PPA build that matches the patch posted above: http://launchpadlibrarian.net/23320337/buildlog_ubuntu-jaunty-lpia.capisuite_0.4.5-8ubuntu2~ppajaunty3_FULLYBUILT.txt.gz ** Changed in: capisuite (Ubuntu) Status: New = Confirmed -- python2.6-dev should perhaps depend on zlib-dev

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-02 Thread Savvas Radevic
I've attached a patch for python 2.6 transition. It includes zlib1g-dev. Do you believe the program does not depend on zlib at all? I will try and remove the dependency, but my programming knowledge is limited. ** Attachment added: capisuite_0.4.5-8ubuntu2_with_zlib.debdiff

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-02 Thread Savvas Radevic
This patch is without zlib (and without LOCALMODLIBS). PPA build: http://launchpadlibrarian.net/23324661/buildlog_ubuntu-jaunty-lpia.capisuite_0.4.5-8ubuntu2~ppajaunty4_FULLYBUILT.txt.gz ** Attachment added: capisuite_0.4.5-8ubuntu2_without_zlib.debdiff

[Bug 336344] Re: python2.6-dev should perhaps depend on zlib-dev

2009-03-01 Thread Matthias Klose
I did see a similiar case with some package. IMO it is wrong for an extension to link with MODLIBS or LOCALMODLIBS. These are the libraries needed to build the extension modules in the python core. capisuite should be fixed instead not to link with MODLIBS. ** Changed in: capisuite (Ubuntu)