Bug#660900: pandas: build the docs

2012-02-22 Thread Julian Taylor
Package: src:pandas Version: 0.7.0-1 Severity: wishlist ipython >= 0.11 is now available in unstable. Is it now possible to build the documentation? signature.asc Description: OpenPGP digital signature

Bug#661053: python-numpy-dbg: undefined symbol: Py_InitModule4_64

2012-02-23 Thread Julian Taylor
Package: python-numpy-dbg Version: 1:1.6.1-5 Severity: normal the debug version of numpy can't be imported in experimental: $ python-dbg -c "import numpy" Traceback (most recent call last): File "", line 1, in File "/usr/lib/pymodules/python2.7/numpy/__init__.py", line 136, in import ad

Bug#640940: bug is back

2012-05-12 Thread Julian Taylor
the issue is back in 1.6.2~rc1-1. it was "fixed" upstream for x11 but not for everything else distutil can check. If the other stuff is multiarched it will break again E.g. this fails in experimental where fftw3 is multiarched: from numpy.distutils.system_info import get_info get_info("fftw3", 2)

Bug#672618: scilab: fails to build with openjdk 7

2012-05-12 Thread Julian Taylor
Package: scilab Version: 5.3.3-8 Severity: normal scilab fails to build with openjdk-7 apparently this warning in openjdk-6 is an error in 7: [javac] * Copyright (C) 2011 - DIGITEO - Cl??ment DAVID [javac] ^ [javac] OS.java:4: warning: unmappable c

Bug#670586: iceweasel: Still segfaulting, Debian Squeeze via LTSP

2012-05-15 Thread Taylor Burke
Package: iceweasel Version: 3.5.16-15 Severity: normal -- Package-specific info: -- Extensions information Name: Default Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} Package: iceweasel Status: enabled -- Plugins information Name: Adobe Reader 9.5 Location: /us

Bug#673048: dh-linktree: hard to use, gotchas not documented in manpage

2012-05-15 Thread Julian Taylor
Package: dh-linktree Version: 0.2 Severity: normal every time I try to use dh_linktree (a tool that I very much missed up now, thanks for providing it) I struggle with how to use it correctly. It does not give very good error messages. My most common mistake is a trailing slash in the arguments, e

Bug#673050: dh-linktree: allow symlinking within a source package

2012-05-15 Thread Julian Taylor
Package: dh-linktree Version: 0.2 Severity: wishlist It would be nice if one were able to use dh_linktree to link paths within a source package and not only to external installed packages. Kind of what dh_python2 does for python packages (symlinks the usr/shared/pyshared/ tree into /usr/lib/python

Bug#673278: codemirror-js: keep upstream source layout

2012-05-17 Thread Julian Taylor
Package: codemirror-js Version: 2.23-1 Severity: wishlist it would be good if the package mirrors upstreams code layout. E.g. keep the javascript in a lib/ subfolder This would allow easy embedding in other packages with dh_linktree E.g. ipython and piwigo currently embedded codemirror with the s

Bug#673405: aghermann: uses deprecated g_thread_init

2012-05-18 Thread Julian Taylor
Package: aghermann Version: 0.5.90-1 Severity: wishlist aghermann uses the deprecated g_thread_init function in src/tools/edfhed-gtk.cc:116 src/main.cc:36 the use of this function is not necessary anymore and should be removed, see http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.

Bug#673434: dssp: ftbs with gcc-4.7

2012-05-18 Thread Julian Taylor
Package: dssp Version: 2.0.4-1 Severity: serious User: debian-...@lists.debian.org Usertags: ftbfs-gcc-4.7 Tags: patch dssp fails to build with gcc-4-7 in unstable: g++ -MD -c -o obj/utils.o src/utils.cpp -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -iquote

Bug#673405: (no subject)

2012-05-18 Thread Julian Taylor
tags 673405 + patch thanks the actual problem is that agherman relies on indirect linkage of libgthread-2.0 which is not available in ubuntu (which compiles with --as-needed). attached a patch that fixes that. But it might be wise to add a check if g_thread_init exists to be futureproof. Descripti

Bug#673638: python-traits: remove reference to pyshared in build

2012-05-20 Thread Julian Taylor
Package: python-traits Version: 4.1.0-1 Severity: minor python-traits uses pyshared in its build process: binary-predeb/python-traits:: find $(PYSHARED) -type f | xargs sed -i '/^#!/d' find $(PYSHARED) -type f | xargs chmod 644 The pyshared folder and the symlinking could be remo

Bug#668091: buggy patch

2012-05-20 Thread Julian Taylor
this part of the patch is buggy: * then reset repeats. We want the current time here, * so put that in the file first. */ - fprintf(logs[i].f, stamp); - fprintf(logs[i].f, MISC_LOGREPEAT, logs[i].repeats); + fpr

Bug#649401: Is git-review for Debian available ?

2012-02-29 Thread Monty Taylor
One of our devs packaged it for Ubuntu: https://lists.launchpad.net/openstack/msg07061.html and it's going to be in the upcoming ubuntu precise release: http://packages.ubuntu.com/precise/git-review I'm not aware of anyone uploading it to debian yet - but it shouldn't be hard to either install

Bug#661287: patches

2012-03-03 Thread Julian Taylor
exceptions. +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661286 +Bug: https://github.com/FrancescAlted/blosc/issues/3 +Author: Julian Taylor +--- a/tables/utilsExtension.pyx b/tables/utilsExtension.pyx +@@ -14,6 +14,7 @@ + + import sys + import warnings ++import platform + + try: +

Bug#661287: pytables testsuite failures on arm, armhf etc

2012-03-03 Thread Julian Taylor
On 03/03/2012 09:47 PM, Yaroslav Halchenko wrote: > Hi Antonio and Julian, > > Sorry for being silent/disconnected > > so -- what is the status -- should we meanwhile upload to see how things > are "going" across platforms? or should we may be adopt blosc > disabling patches from Julian first..

Bug#663007: libxdo-dev: header uses reserved c++ keyword

2012-03-07 Thread Julian Taylor
Package: libxdo-dev Version: 1:2.20110530.1-3 Severity: minor Forwarded: http://code.google.com/p/semicomplete/issues/detail?id=60 xdo.h includes the name "class" which is a reserved keyword in c++. This prevents including it in a C++ program: extern "C" { #include } g++ file.cpp In file include

Bug#663256: [Python-modules-team] Bug#663256: ipython: Binary package contains GIT files

2012-03-09 Thread Julian Taylor
On 03/09/2012 09:53 PM, Carlos Izquierdo wrote: > Package: ipython > Version: 0.12-1 > Severity: wishlist > > The following files can be found in current ipython's binary package but > shouldn't probably be there: > > /usr/lib/python2.6/dist-packages/IPython/.git_commit_info.ini > /usr/lib/pytho

Bug#658593: patch

2012-02-05 Thread Julian Taylor
tags 658593 + patch thanks attached a patch import_by_name now returns name, obj, parent instead of obj, name get_documenter uses that parent. I'm not too sure about hunk #3 though. Needs review. Index: pymvpa2-2.0.0/doc/sphinxext/autosummary/generate.py ==

Bug#658593: (no subject)

2012-02-05 Thread Julian Taylor
on a proper look the problematic file is just a copy of sphinx's file, so a better fix is probably to just remove the whole thing and use sphinx's version completely (or copy sphinx version into this package) signature.asc Description: OpenPGP digital signature

Bug#659403: nitime: uses feature removed from numpy 1.6

2012-02-10 Thread Julian Taylor
Package: nitime Version: 0.3.1-1 Severity: important the package python-nitime uses a function which was removed from numpy 1.6 which is planned to be uploaded to unstable in near future [0] In this case it np.intersect1d_nu used in ./nitime/utils.py:967 A complete listing of removed functions is

Bug#659405: statsmodels: uses feature removed from numpy 1.6

2012-02-10 Thread Julian Taylor
Package: src:statsmodels Version: 0.3.1-1 Severity: normal the package statsmodels uses a function which was removed from numpy 1.6 which is planned to be uploaded to unstable in near future [0] In this case it np.unique1d used in scikits/statsmodels/sandbox/regression/try_catdata.py It appears to

Bug#659409: veusz: uses feature removed from numpy 1.6

2012-02-10 Thread Julian Taylor
Package: veusz Version: 1.10-2 Severity: important the package unique1d uses a function which was removed from numpy 1.6 which is planned to be uploaded to unstable in near future [0] In this case it np.unique1d used in document/datasets.py This is fixed in 1.14-1 available in unstable: ChangeLog

Bug#664785: [Python-modules-team] Bug#664785: new patch

2012-04-20 Thread Julian Taylor
On 04/20/2012 07:34 PM, Varun Hiremath wrote: > Hi Julian, > > Could you please prepare an updated patch for 0.10.1? I'm not very > familiar with this python3 transition, so would you mind adding > yourself to Maintainers and taking "responsibility" for the changes? > You may push your changes to

Bug#642001: libblas.a

2012-04-20 Thread Julian Taylor
probably an atlas or numpy issue. libatlas-base-dev removes the /usr/lib/libblas.a alternative symlink, I don't know why. and numpy.distutils searches for _d.so and .a files when in debug mode. the shared one will always fail so it relies on static library to be there. I guess numpy's searching of

Bug#642001: reproduce instructions

2012-04-20 Thread Julian Taylor
simple way to reproduce the issue: libatlas-base-dev installed, debug: strace python-dbg -c 'from numpy.distutils.system_info import get_info; get_info("blas", 2)' 2>&1 | grep libblas open("/usr/lib/libblas.so.3gf", O_RDONLY) = 10 lstat("/usr/local/lib/libblas_d.so", 0x7ee66ad0) = -1 ENOENT (

Bug#668397: patch is nonsense

2012-04-30 Thread Julian Taylor
found 668397 1.7.2.3-1 found 668397 1.7.0+ds1-5+squeeze1 thanks the patch does nothing useful in terms of sanitation, the exploit still works fine. signature.asc Description: OpenPGP digital signature

Bug#663502: ogre-samples-data: installs plugins.cfg with hardcoded arch

2012-03-11 Thread Julian Taylor
Package: ogre-samples-data Version: 1.7.4-2 Severity: serious ogre-samples-data installs a /usr/share/OGRE-1.7.4/plugins.cfg with a hardcoded architecture. This causes the SampleBrowser browser to break on arches not equal to the main binary upload (amd64): Loading library /usr/lib/i386-linux-gnu/

Bug#663909: dh_python3: does not generate correct versioned python3 dependency

2012-03-14 Thread Julian Taylor
Package: python3 Version: 3.2.2-1 Severity: normal in packages setting X-Python3-Version: >= 3.2 in debian/control dh_python3 does not generate a dependency on python3 >= 3.2 or python3.2. the substvar gets filled with: python3:Depends=python3 (>= 3.1.3-13~) example package showing the problem: h

Bug#664155: fftw3: please convert to multiarch

2012-03-15 Thread Julian Taylor
Package: src:fftw3 Version: 3.3.1-1 Severity: wishlist Tags: patch It would be useful to have a multiarched fftw3. Attached a patch that archives that. It sets Multiarche: same for libfftw3-3 and libfftw3-mpi libfftw3-dev and -dbg can't be same currently as they install executables. libfftw3-mpi-d

Bug#664156: fftw3: fftw3-mpi not installable

2012-03-15 Thread Julian Taylor
Package: fftw3 Version: 3.3.1-1 Severity: important Tags: experimental libfftw3-mpi-3 conflicts with fftw3 making it uninstallable with libfftw3-3 which provides fftw3. Unfortunately libfftw3-mpi-3 needs symbols from libfftw3-3 so it does not work at all. Maybe for the same reason libfftw3-mpi-3 i

Bug#664531: fftw3: fftw3-mpi not linked correctly

2012-03-18 Thread Julian Taylor
Author: Julian Taylor Forwarded: f...@fftw.org Index: fftw3-3.3.1/mpi/Makefile.am === --- fftw3-3.3.1.orig/mpi/Makefile.am 2012-02-21 23:51:56.0 + +++ fftw3-3.3.1/mpi/Makefile.am 2012-03-18 17:15:12.498045049 + @@ -24,6

Bug#664672: python-numpy: testsuite failures in experimental

2012-03-19 Thread Julian Taylor
Package: python-numpy Version: 1:1.6.1-6 Severity: normal Tags: experimental the build logs in experimental show testsuite failures for python2 and python3: Running unit tests for numpy NumPy version 1.6.1 NumPy is installed in /build/buildd-python-numpy_1.6.1-6-i386-lYkcLV/python-numpy-1.6.1/deb

Bug#664785: python-scipy: testsuite failures in experimental

2012-03-20 Thread Julian Taylor
+ + -- Julian Taylor Tue, 20 Mar 2012 19:39:57 +0100 + python-scipy (0.9.0+dfsg1-1) unstable; urgency=low * New upstream release (Closes: #614407, #579041, #569008) diff -Nru python-scipy-0.9.0+dfsg1/debian/control python-scipy-0.9.0+dfsg1/debian/control --- python-scipy-0.9.0+dfsg1/debian/control

Bug#671239: gtest: examples don't build with ld --as-needed

2012-05-02 Thread Julian Taylor
line or -pthread should be used. see also: https://bugs.launchpad.net/ubuntu/+source/gtest/+bug/985837 Description: fix build with ld --as-needed libraries must be behind objects (including static libraries) Author: Julian Taylor --- a/tests/Makefile.am +++ b/tests/Makefile.am

Bug#671239: (no subject)

2012-05-02 Thread Julian Taylor
forwarded 671239 http://code.google.com/p/googletest/issues/detail?id=391 thanks please ignore the patch in the last mail, it does not apply to gtest. signature.asc Description: OpenPGP digital signature

Bug#668038: regression on triggers

2012-05-02 Thread Julian Taylor
the patch for the code execution probably contains a regression I can't judge how severe it is or provide a testcase: /usr/share/gajim/src/notify.py:323 command = gajim.config.get_per('notifications', str(advanced_notif_num), 'command') try: helpers.exec_command(obj.command, use_sh

Bug#563089: patch

2012-05-02 Thread Julian Taylor
tags 563089 + patch thx I'd also like this feature exposed in cowbuilder. here a patch that appears to do the job. --- cowdancer-0.69.orig/parameter.c 2012-03-14 22:36:17.0 +0100 +++ cowdancer-0.69/parameter.c 2012-05-02 21:59:26.0 +0200 @@ -299,6 +299,7 @@ {"pkgname-log

Bug#671363: ipython-qtconsole: Wrong dependency for ipython-qtconsole

2012-05-03 Thread Julian Taylor
unfortunatly to my knowledge you can't have such a depends: python3-pyqt4 | ( python3-pyside.qtcore, python3-pyside.qtgui, python3-pyside.qtsvg) but the way ipython checks for pyside could be changed to work better with an incomplete pyside but functional pyqt. I forwarded the issue: http://mail.

Bug#671614: silo-llnl: hardcoded qt version requirement does not match build depends

2012-05-05 Thread Julian Taylor
Package: silo-llnl Version: 4.8-11 Severity: normal silo hardcodes the required qt version to something between 4.4 and 4.7 in configure.ac and this is not represented in the build dependencies. This causes it to silently not build the qt parts in unstable with qt 4.8 (if those are packaged, I did

Bug#664776: no jdk found

2012-05-06 Thread Julian Taylor
probably related to it not finding the jdk on all arches besides amd64 and i386 also causing it to not get any liboctave dependency. signature.asc Description: OpenPGP digital signature

Bug#612683: regression from debian patch

2012-05-08 Thread Julian Taylor
tags 612683 + patch thanks this is a regression from applying the patch for https://bugzilla.gnome.org/show_bug.cgi?id=673529 attached a revised patch that fixes the issue for me. From 4a30be17b3adfd7b8383f5c23fae71e31933326b Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Tue, 17 Apr 2012 19:50:5

Bug#612683: (no subject)

2012-05-08 Thread Julian Taylor
tags 612683 - patch thanks sorry I did not read the report properly, this is a different issue than my patch addresses. signature.asc Description: OpenPGP digital signature

Bug#668038: more issues

2012-05-10 Thread Julian Taylor
On 05/02/2012 11:01 PM, Nico Golde wrote: > Hi, > > Interesting. Thanks for the report! I will have to check that. When I tested > the update the notifications in the form of popups telling me new messages > worked. > > Cheers > Nico Tyler Hicks found some more issues with the patches: the p

Bug#672427: zeromq: new upstream release 2.2.0

2012-05-10 Thread Julian Taylor
Package: zeromq Version: 2.1.11-1 Severity: wishlist zeromq 2.2.0 was released recently. It consists of mostly bug fixes. Its probably worth having that in wheezy. 0MQ version 2.2.0 (Stable), released on 2012/04/04 == Changes --- * Fixed issue

Bug#668126: ITP: python-odict -- Ordered dictionary in Python

2012-04-09 Thread Julian Taylor
On 04/09/2012 04:01 AM, TANIGUCHI Takaki wrote: > Package: wnpp > Owner: tak...@debian.org > Severity: wishlist > > * Package name: python-odict > Version : 1.4.4 > Upstream Author : BlueDynamics Alliance > * URL or Web page : http://pypi.python.org/pypi/odict > * License :

Bug#668126: ITP: python-odict -- Ordered dictionary in Python

2012-04-09 Thread Julian Taylor
On 04/09/2012 01:37 PM, TANIGUCHI Takaki wrote: >>>>>> On Mon, 09 Apr 2012 13:30:49 +0200 >>>>>> jtaylor.deb...@googlemail.com(Julian Taylor) said: > >> what is the advantage of this over the ordered dictionary which is >> builtin wheezy&

Bug#668566: ITA: tinyirc -- a tiny IRC client

2012-04-12 Thread Louis Taylor
Package: wnpp Severity: normal Hi, I intend to adopt this package, if that's okay. signature.asc Description: This is a digitally signed message part

Bug#645164: not fixed

2012-04-14 Thread Julian Taylor
found 1.0.2-2 thanks the issue was not fixed in 1.0.2-2 as no setuptools build dependency was added. changing from non-setuptools to setuptools based builds withing a debian revision should not be done. The change of the egg file to egg directory will cause upgrade failures of this type: https://b

Bug#645164: not fixed

2012-04-14 Thread Julian Taylor
On 04/14/2012 06:55 PM, Benj. Mako Hill wrote: > Thanks for the detailed feedback on the package! Apologies that I > forgot the build dep. > > >> changing from non-setuptools to setuptools based builds withing a debian >> revision should not be done. > > What? Where is this documented? to my kn

Bug#657496: manual is compressed

2012-04-15 Thread Julian Taylor
the manual is there in compressed form: ls -l /usr/share/doc/unison/unison-manual.txt.gz -rw-r--r-- 1 root root 71282 Apr 2 17:08 /usr/share/doc/unison/unison-manual.txt.gz but the doc-base file expects it uncompressed. signature.asc Description: OpenPGP digital signature

Bug#669272: [Python-modules-team] Bug#669272: provide python3 package

2012-04-18 Thread Julian Taylor
On 04/18/2012 06:40 PM, Yaroslav Halchenko wrote: > Package: python-matplotlib > Version: 1.1.1~rc1-1 > Severity: wishlist > > > Now that python3-numpy is in sid, it would be great to get python3-matplotlib > in since python3 is supported upstream AFAIK. > python3 is not supported by 1.1.1 Only

Bug#669290: easytag: crash when searching

2012-04-18 Thread Julian Taylor
by simply expanding the array to what seems the correct size. Description: fix out of bound array access The list has 15 columns Author: Julian Taylor Bug-Ubuntu: https://bugs.launchpad.net/bugs/907806 --- easytag-2.1.7.orig/src/misc.c +++ easytag-2.1.7/src/misc.c @@ -2462,16 +2462,18 @@ void

Bug#667810: debian-maintainers: Please add Julian Taylor as a Debian Maintainer

2012-04-06 Thread Julian Taylor
Package: debian-maintainers Severity: normal Dear Maintainer, Please add Julian Taylor to the Debian Maintainer keyring. Find the corresponding jetring changeset attached. Thanks a lot, Best Regards, Julian Taylor Comment: Add Julian Taylor as a Debian Maintainer Date: Fri, 06 Apr 2012 20:08

Bug#635936: meld: switch to dh_python2

2011-07-29 Thread Julian Taylor
Package: meld Version: 1.5.1-1 Severity: normal Tags: patch python-support is now officially deprecated in Debian: http://article.gmane.org/gmane.linux.debian.devel.python/6948 Attached is a patch which converts meld to use the recommended dh_python2. It is based on 1.5.1 in experimental. diff -

Bug#635936: (no subject)

2011-07-29 Thread Julian Taylor
I used these guidelines to create the patch: http://wiki.debian.org/Python/TransitionToDHPython2 signature.asc Description: OpenPGP digital signature

Bug#635976: libpaps.so underlinked

2011-07-29 Thread Julian Taylor
Package: paps Version: 0.6.8-5 Severity: normal Tags: patch Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3347031&group_id=153049&atid=786239 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch the library libpaps.so is underlinked which can cause proble

Bug#632090: fix not merged

2011-07-30 Thread Julian Taylor
reopen 632090 found 632090 0.8-1 thanks the fix was not merged in 0.8. Makefile.am and debian/rules is still wrongly using LDFLAGS for linking. The proper fix is still waiting in this pull request: https://github.com/moxie0/sslsniff/pull/1 see: https://github.com/moxie0/sslsniff/issues/2 signa

Bug#632090: fix not merged

2011-07-30 Thread Julian Taylor
On 07/30/2011 07:24 PM, Pierre Chifflier wrote: > On Sat, Jul 30, 2011 at 07:02:27PM +0200, Julian Taylor wrote: >> reopen 632090 >> found 632090 0.8-1 >> thanks >> >> the fix was not merged in 0.8. >> Makefile.am and debian/rules is still wrongly using LDFLA

Bug#636255: dh_python2: dependency guessing from egg bad for "package[feature]" require

2011-08-01 Thread Julian Taylor
Package: python Version: 2.6.7-2 Severity: normal the package name guessing from install_requires/requires.txt of dh_python2 does not work well for feature decorated requirements "package[feature]" e.g. foolscap optionally has secure connections when pyopenssl is installed. This can be required wi

Bug#636460: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: accerciser Version: 1.2.0-2 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal with

Bug#636461: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: connectomeviewer Version: 2.0.0-1 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal

Bug#636462: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: griffith Version: 0.6.2-1 Severity: normal Tags: patch User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to

Bug#636464: matplotlib: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: matplotlib Version: 1.0.1-3 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal with

Bug#636465: mayavi2: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: mayavi2 Version: 4.0.0-1 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal with the

Bug#636466: polybori: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: polybori Version: 0.5~rc1-2.1 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal wit

Bug#636467: pudb: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
] http://mail.scipy.org/pipermail/ipython-dev/2011-July/008041.html [1] http://ipython.org/ipython-doc/rel-0.11/whatsnew/version0.11.html Description: compatibilty with ipython 0.11 Embeded shells have a new api Author: Julian Taylor --- pudb-0.92.14.orig/pudb/shell.py +++ pudb-0.92.14

Bug#636468: pytango: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: pytango Version: 7.2.0-2 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal with the

Bug#636469: python-pyramid: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: python-pyramid Version: 1.1-1 Severity: normal Tags: patch User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated

Bug#636470: python-werkzeug: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: python-werkzeug Version: 0.6.2-1 Severity: normal Tags: patch User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be upda

Bug#636471: rabbitvcs: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: rabbitvcs Version: 0.13.1-2 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal with

Bug#636472: scikit-learn: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: scikit-learn Version: 0.8.1.dfsg-1 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to dea

Bug#636473: snimpy: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: snimpy Version: 0.5-1 Severity: normal Tags: patch User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal

Bug#636475: yade: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: yade Version: 0.60.3-2 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal with the n

Bug#636476: python-netaddr: provide ipython 0.11 compatibility

2011-08-03 Thread Julian Taylor
Package: python-netaddr Version: 0.7.5-3 Severity: normal Tags: patch User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updat

Bug#636460: (no subject)

2011-08-03 Thread Julian Taylor
accerciser seems to use the same ipython code as rabbitvcs, exaile (ubuntu) and parti-all (ubuntu). You might want to coordinate fixing this issue with their maintainers/upstreams. signature.asc Description: OpenPGP digital signature

Bug#636364: ipython: New upstream version

2011-08-03 Thread Julian Taylor
On 08/02/2011 07:56 PM, Jan Medlock wrote: > > Version 0.11 was released in July 2011. Of particular interest, it > adds Python 3 support. > IPython 0.11 is available in debian experimental: http://packages.qa.debian.org/i/ipython/news/20110802T204826Z.html Before it can migrate to unstable mos

Bug#636484: pyzmq: please provide python3 support

2011-08-03 Thread Julian Taylor
Package: pyzmq Version: 2.1.7-1 Severity: wishlist pyzmq supports python3 A package providing the python3 modules would be nice. It is e.g. a requirement for using all features of ipython's python3 port. -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT poli

Bug#636511: python-django: add suggest ipython and bpython

2011-08-03 Thread Julian Taylor
Package: python-django Version: 1.3-2 Severity: minor ../core/management/commands/shell.py uses ipython and bpython if they are available. So the package should suggest these packages to the user as per policy 7.2 -- System Information: Debian Release: squeeze/sid APT prefers natty-updates

Bug#636575: python-envisageplugins: add suggest for ipython

2011-08-04 Thread Julian Taylor
Package: python-envisageplugins Version: 3.2.0-2 Severity: minor one of the plugins in "enthought/plugins/ipython_shell" is a wrapper for an ipython shell. Without ipython it won't work. The package should thus suggest ipython to document the package relationship as per policy 7.2 -- System Inf

Bug#636465: (no subject)

2011-08-04 Thread Julian Taylor
upon closer inspection mayavi does not seem to use ipython. Only a minor documentation update is required. The bug can be closed, but some basic functionality tests with ipython 0.11 would be appreciated. Index: mayavi2-4.0.0/mayavi/tests/README.txt

Bug#636602: python-tornado: please package new upstream version tornado 2.0

2011-08-04 Thread Julian Taylor
Package: python-tornado Version: 1.0.1-1 Severity: wishlist tornado 2.0 is available since june. It would be great if it could get packaged. There are backward incompatible changes, please read: http://www.tornadoweb.org/documentation/releases/v2.0.0.html -- System Information: Debian Release:

Bug#636719: python-scrapy: provide ipython 0.11 compatibility

2011-08-05 Thread Julian Taylor
Package: python-scrapy Version: 0.12.0.2542-1 Severity: normal Tags: patch User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be

Bug#636724: python-scrapy: provide ipython 0.11 compatibility

2011-08-05 Thread Julian Taylor
Package: psychopy Version: 1.65.02.dfsg-1 Severity: normal User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to deal

Bug#636726: spyder: provide ipython 0.11 compatibility

2011-08-05 Thread Julian Taylor
Package: spyder Version: 2.0.12-1 Severity: normal Tags: patch User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to d

Bug#636736: sympy: provide ipython 0.11 compatibility

2011-08-05 Thread Julian Taylor
Package: sympy Version: 0.6.7-1.1 Severity: normal Tags: patch User: jtaylor.deb...@googlemail.com Usertags: ipython-0.11 IPython 0.11 has been released last week [0,1]. It is currently available in debian experimental. In order to upgrade IPython in unstable your package needs to be updated to d

Bug#636767: ITP: python-kombu -- AMQP Messaging Framework for Python

2011-08-05 Thread Monty Taylor
Package: wnpp Owner: Monty Taylor Severity: wishlist * Package name: python-kombu Version : 1.2.1 Upstream Author : Ask Solem * License : BSD Programming Lang: Python Description : AMQP Messaging Framework for Python Kombu is an AMQP messaging framework for

Bug#636909: xawtv: plugins not linked correctly: flt-disor.so: undefined symbol: tan

2011-08-06 Thread Julian Taylor
01 00:00:00 + +++ debian/patches/104_fix_plugin_links.dpatch 2011-08-06 21:22:06 + @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## Description: link plugins against libma and libjpeg +## Author: Julian Taylor +## Bug: https://bugs.launchpad.net/ubuntu/+source/xawtv/+bug/82191

Bug#609846: Custom DSDT Works

2011-08-06 Thread Taylor Brown
Regards, Taylor -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJOPf5VAAoJED72CDEetIMv4HQH/0ldbu6hGmExWP3t2/+LtSXF s2wx1lLQdzbNqmYpMlJidocgdPGARD6fl7CEMeRWWgEDc/x2d9ra6a1zF4XOTN6q lfi7EC

Bug#636726: another ipython fix necessary

2011-08-07 Thread Julian Taylor
the other patch was unfortunately incomplete. This needs to be applied too: --- spyder-2.0.12.orig/spyderlib/widgets/externalshell/startup.py 2011-08-07 13:43:40.350580359 +0200 +++ spyder-2.0.12/spyderlib/widgets/externalshell/startup.py2011-08-07 13:43:54.740580365 +0200 @@ -111,7 +

Bug#626964: (no subject)

2011-08-07 Thread Julian Taylor
reopen 626964 found 626964 0.15~rc1-4 retitle 626964 should link against libGL thanks the patch I provided was incomplete. David Martinez Marti updated it to also link with the needed libGL: https://mail.gna.org/public/soya-user/2011-06/msg00013.html I did not update the bug as I failed to notice

Bug#637149: file: switch to dh_python2

2011-08-08 Thread Julian Taylor
Package: file Version: 5.04-6 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch python-support is now officially deprecated in Debian: http://article.gmane.org/gmane.linux.debian.devel.python/6948 Attached is a patch which converts file

Bug#637154: pyxdg: switch to dh_python2

2011-08-08 Thread Julian Taylor
Package: pyxdg Version: 0.19-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch python-support is now officially deprecated in Debian: http://article.gmane.org/gmane.linux.debian.devel.python/6948 Attached is a patch which converts pyx

Bug#621067: (no subject)

2011-11-14 Thread Julian Taylor
I'd also appreciate this. e.g. ipython 0.12 which I'm currently packaging requires the aristo and rocket themes in addition to smoothness. signature.asc Description: OpenPGP digital signature

Bug#648988: keepass2: TypeLoadException on startup

2011-11-16 Thread Julian Taylor
On 11/16/2011 06:28 PM, Tom Parker wrote: > Package: keepass2 > Version: 2.16+dfsg-2 > Severity: important > > I try to start keepass and I get the following: > > palfrey@missfun:[~] keepass2 > Unhandled Exception: System.TypeLoadException: Could not load type > 'KeePass.Program' from assembly '

Bug#649219: python-decorator: please package python3 version

2011-11-18 Thread Julian Taylor
Package: python-decorator Version: 3.2.0-1ubuntu1 Severity: wishlist decorator supports python3. Please also provide a package for it. Thanks. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,

Bug#649401: ITP: git-review -- AMQP Messaging Framework for Python

2011-11-20 Thread Monty Taylor
Package: wnpp Owner: Monty Taylor Severity: wishlist * Package name: git-review Version : 1.6 Upstream Author : Monty Taylor * License : Apache-2 Programming Lang: Python Description : git command for submitting changes to gerrit git-review provides a git

Bug#654651: basemap: please use xz compression

2012-01-04 Thread Julian Taylor
/debian/changelog 2012-01-04 22:25:41.0 +0100 +++ basemap-1.0.2/debian/changelog 2012-01-04 22:28:20.0 +0100 @@ -1,3 +1,9 @@ +basemap (1.0.2-2) UNRELEASED; urgency=low + + * use xz compression + + -- Julian Taylor Wed, 04 Jan 2012 22:15:06 +0100 + basemap (1.0.2-1

Bug#655012: charybdis: ftbs with ld --as-needed

2012-01-07 Thread Julian Taylor
Package: charybdis Version: 3.3.0-7 Severity: wishlist User: debian-...@lists.debian.org Usertags: ld-as-needed Tags: patch charybdis fails to build with ld --as-needed. This is caused by wrong placement of -lsqlite3 on the commandline. Libraries must be placed behind the objects needing their sym

Bug#653650: ipython: Please depend on "python (>= 2.7) | python-argparse"

2012-01-08 Thread Julian Taylor
On 01/08/2012 01:00 PM, Jakub Wilk wrote: > > > The current Depends doesn't guarantee that ipython is usable with > non-default Python version anyway (e.g. you don't depend on python2.6, > you have little control over versions supported by your dependencies, > etc.). you get a helpful error mess

<    1   2   3   4   5   6   7   8   9   10   >