RFS: harvestman web crawler - needs updation!

2006-08-08 Thread Kumar Appaiah
know, so that I can correct them as necessary. Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 signature.asc Description: Digital signature

Re: RFS: harvestman web crawler - needs updation!

2006-08-09 Thread Kumar Appaiah
Piotr Ozarowski gmail.com> writes: > * Standards-Version is outdated (check upgrading-checklist.txt file) Changed. > * debian/pycompat file is missing (`echo "2" > debian/pycompat`) Done. > * debhelper should be moved to Build-Depends Done. > * You've missed binary-arch rule in debian/rules

Re: RFS: harvestman web crawler - needs updation!

2006-08-10 Thread Kumar Appaiah
Piotr Ozarowski gmail.com> writes: > $ lintian --version > Lintian v1.23.22 > $ lintian ../harvestman_1.4.6-3.dsc > E: harvestman source: debian-rules-missing-required-target binary-arch I have added it. > These lines are not needed: > > find ./doc |xargs chmod 644 > find -name 'config.xml' |

Re: RFS: harvestman web crawler - needs updation!

2006-08-12 Thread Kumar Appaiah
Piotr Ozarowski gmail.com> writes: > > > dh_fixperms will do the job > > > > Removed. > > Hmm... I pasted one line too much - config.xml file is installed with > dh_installexamples and thus permissions are not changed, please change > them manually as you did before (I hope you're not mad at me

Re: RFS: harvestman web crawler - needs updation!

2006-08-12 Thread Kumar Appaiah
Kumar Appaiah ee.iitm.ac.in> writes: > Thanks a lot. And again, get it at: http://kumar.travisbsd.org/debpackages/harvestman_1.4.6-3.dsc Thanks! Kumar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: RFS: harvestman web crawler - needs updation!

2006-08-12 Thread Kumar Appaiah
Piotr Ozarowski gmail.com> writes: > Looks very good to me. As I said before, I'm not a DD so I can't > sponsor it. Debian developers, please chip in! > If you want, you can also add these 2 lines to long description: > . > Homepage: http://harvestman.freezope.org/ > ^- don't miss this extra

RFS: Harvestman web crawler - updated Python Version to current

2006-08-19 Thread Kumar Appaiah
ime: http://kumar.travisbsd.org/debpackages/harvestman_1.4.6-4.dsc Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 signature.asc Description: Digital signature

RFS: pkpgcounter

2007-07-28 Thread Kumar Appaiah
wondering if someone would be interested in packaging it. It is available at: http://mentors.debian.net/debian/pool/main/p/pkpgcounter/pkpgcounter_2.18-1.dsc It's lintian clean (I guess :-), but if you have suggestions for improving or correcting the package, please do tell me. Thanks! Kumar --

Re: RFS: pkpgcounter

2007-07-28 Thread Kumar Appaiah
On Sat, Jul 28, 2007 at 10:31:16PM +0200, Christoph Haas wrote: > Sponsored. Thanks a lot, Christoph! Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 signature.asc Description: Digital signature

Re: how to get python-numpy to testing

2007-12-29 Thread Kumar Appaiah
as well, and I have strong reason to believe it is because of swig behaviour change. It doesn't seem to look in /usr/include, for some reason, as you rightly point out. Therefore, I patch setup.py for the umfpack part to add it to `include_dirs', and it works now. Thanks! Kumar -- Kumar

matplitlib build problems

2008-09-17 Thread Kumar Appaiah
d powerpc. I'd appreciate it if someone could please help me understand this problem. Thanks in advance. Kumar -- Kumar Appaiah signature.asc Description: Digital signature

Re: matplitlib build problems

2008-09-18 Thread Kumar Appaiah
On Thu, Sep 18, 2008 at 9:42 AM, Cyril Brulebois wrote: > Kumar Appaiah <[EMAIL PROTECTED]> (18/09/2008): >> Now, this shouldn't really happen, since g++ is supposed to be present >> during the build, right? Also, note that the g++ package is being >> installed on a

Re: Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0

2008-10-08 Thread Kumar Appaiah
problems as O.C.) I was responsible for the upload of 0.98.1-1+lenny1.1 , and I'll see what the problem is, though it seems to work for me... Thanks. Kumar -- Kumar Appaiah signature.asc Description: Digital signature

Re: Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0

2008-10-08 Thread Kumar Appaiah
On Wed, Oct 08, 2008 at 08:33:28AM -0500, Kumar Appaiah wrote: > On Wed, Oct 08, 2008 at 01:46:49PM +0200, Eike Nicklas wrote: > > On Wed, 8 Oct 2008 12:08:46 +0200 Piotr Ożarowski wrote: > > > > > [oc-spam66, 2008-10-08 11:55] > > > >I went back to

Re: Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0

2008-10-08 Thread Kumar Appaiah
On Wed, Oct 08, 2008 at 08:39:15AM -0500, Kumar Appaiah wrote: > > I was responsible for the upload of 0.98.1-1+lenny1.1 , and I'll see > > what the problem is, though it seems to work for me... > > Confirmed. I have no idea what causes this, but I am sure I shouldn'

Changes in sys.platform affects some packages?

2008-10-08 Thread Kumar Appaiah
ther packages in both sid and Lenny, though I am not sure how many packages are sensitive to sys.platform during their build. Thanks. Kumar [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500383 [2]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499132 -- Kumar Appaiah signature.asc Descrip

Re: Changes in sys.platform affects some packages?

2008-10-08 Thread Kumar Appaiah
On Wed, Oct 08, 2008 at 06:18:08PM -0500, Kumar Appaiah wrote: > Dear Debian Python, > > I just discovered (the hard way) that the recent change in Python[1] to > display sys.platform on mips, mipsel, alpha, sparc, powerpc and hppa > as linux2-mips, linux2-mips, linux2-alph

Re: python-matplotlib_0.98.1-1+lenny3_i386.deb

2008-11-08 Thread Kumar Appaiah
se tell me if you are doing anything special in your .py file which causes some error in loading the EPS fonts? (not that I would still be able to help, but anyway...) Thanks. Kumar -- Kumar Appaiah signature.asc Description: Digital signature

Re: python-matplotlib_0.98.1-1+lenny3_i386.deb

2008-11-08 Thread Kumar Appaiah
your script (Yikes!). And, the error doesn't appear on the unstable version. So, it's time to do some bug-hunting! I'll get in touch with the matplotlib maintainers and see where the mistake could be, if I can't figure it out myself. Thanks. Kumar -- Kumar Appaiah -- To

Re: python-matplotlib_0.98.1-1+lenny3_i386.deb

2008-11-08 Thread Kumar Appaiah
27;t figure it out myself. For now, I suggest a workaround. Add this to the top of the code, you can add the following to force TeX use: rc('text', usetex=True) Please tell me if this helps. I shall probe further then. Thanks. Kumar -- Kumar Appaiah -- To UNSUBSCRIBE, email to

Re: python-matplotlib_0.98.1-1+lenny3_i386.deb

2008-11-08 Thread Kumar Appaiah
ss we have to hunt it. But I've drawn a blank, since I can't really spot the change which could have caused this. I can have a closer look later, unless someone else comes in before me. Thanks. Kumar -- Kumar Appaiah signature.asc Description: Digital signature

Re: numpy 1.2.1, switching to git?

2008-12-08 Thread Kumar Appaiah
unless someone else does it earlier. Kumar -- Kumar Appaiah -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: please test the numpy package

2009-01-25 Thread Kumar Appaiah
iPy examples, and they seemed to run all right. numpy.test() also seemed OK. I guess this can be uploaded to experimental with the new Sphinx documentation, as Piotr says. Thanks again. Kumar -- Kumar Appaiah signature.asc Description: Digital signature

Please take care of numpy

2009-07-28 Thread Kumar Appaiah
Dear Debian Python, Since I have not been very attentive to the changes required for python-numpy, I have removed my name from the uploaders. That, however, will not prevent me from helping out with it whenever possible, since it is team maintained. I have updated the SVN version to use the lates

Re: Please take care of numpy

2009-07-28 Thread Kumar Appaiah
On Tue, Jul 28, 2009 at 07:42:23PM +0200, Sandro Tosi wrote: > > Since I have not been very attentive to the changes required for > > python-numpy, I have removed my name from the uploaders. That, > > however, will not prevent me from helping out with it whenever > > possible, since it is team main

Re: new dh_python proposal

2009-08-04 Thread Kumar Appaiah
On Tue, Aug 04, 2009 at 12:00:09PM -0400, anatoly techtonik wrote: > Now about the proposal (from newcomer's point of view): > dh_python is a shell script -- I have a strong belief that Python > package automation scripts should be written in Python, there is no > need to learn bashes when you prog

Re: Getting stuck into apps-team and modules-team

2009-08-13 Thread Kumar Appaiah
On Thu, Aug 13, 2009 at 03:00:15PM +0100, Jonathan Wiltshire wrote: > I've looked at a few packages in the repositories for these teams, but I'm > reluctant to start making changes without making sure it's not going to > upset anybody :) If I am the sole maintainer/uploader, feel free to make chan

Endianness detection change on numpy

2009-08-30 Thread Kumar Appaiah
ethod to get around this problem, which I haven't been able to figure out. Thanks. Kumar [0]. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543538 [1]. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544291 -- Kumar Appaiah signature.asc Description: Digital signature

Re: Endianness detection change on numpy

2009-09-01 Thread Kumar Appaiah
On Mon, Aug 31, 2009 at 03:59:33PM -0400, Aaron M. Ucko wrote: > Kumar Appaiah writes: > > > The fix is simple: either their new npy_endian.h method is broken, > > since it does not attempt to find the endian.h present on all Debian > > machines, or I have not figured out

2.6 transition: packages with binary modules?

2009-10-11 Thread Kumar Appaiah
?) python-numpy to fix further bugs? If my assessment is incorrect, please do point out what I have misunderstood. Otherwise, please advise me on a suitable approach. Thanks! Kumar -- Kumar Appaiah -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubs

Python 2.6 transition update

2009-10-14 Thread Kumar Appaiah
rt.cgi?bug=547821#20 -- Kumar Appaiah -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Python 2.6 transition update

2009-10-20 Thread Kumar Appaiah
load. I think it's time we uploaded python 2.6 to main, and binNMU the important packages mentioned above and proceed to fix the remaining issues. So, Debian Python, could you please upload python2.6 to unstable? Thanks! Kumar -- Kumar Appaiah -- To UNSUBSCRIBE, email to debian-python

Re: Python 2.6 transition update

2009-10-20 Thread Kumar Appaiah
On Tue, Oct 20, 2009 at 09:31:30PM -0500, Kumar Appaiah wrote: > On Tue, Oct 20, 2009 at 10:01:05PM -0400, Yaroslav Halchenko wrote: > > Thanks for starting the roll. Imho numpy/scipy and then any other > > python- with binary modules and not absent rdepends should be indeed >

Python 2.6 in unstable

2009-11-08 Thread Kumar Appaiah
ython applications and modules, and handle bug reports and troubles with a lot of time to spare. I fear that delaying the upload to close to the freeze might not provide sufficient time for testing. Thanks. Kumar -- Kumar Appaiah signature.asc Description: Digital signature

Re: Python 2.6 in unstable

2009-11-13 Thread Kumar Appaiah
Dear Piotr, On Sat, Nov 14, 2009 at 01:29:56AM +0100, Piotr Ozarowski wrote: > [Kumar Appaiah, 2009-11-08] > > http://tiny.pl/hqwjz > > After rebuilding most packages that build depend on > python-all{,-dev,-dbg}[0], I reported few more bugs. Packages that > didn't FT

Re: Bug#556148: installs files into /usr/local for Python >= 2.6

2009-11-14 Thread Kumar Appaiah
t I may not be able to foreground this task > otherwise for a little as I have travel and a presentation coming up. I have sent a patch, which should work. I've tested it in my chroot, and it does seem to work; others can verify and let you know. Kumar -- Kumar Appaiah signature.asc Description: Digital signature

Re: Bug#556148: installs files into /usr/local for Python >= 2.6

2009-11-14 Thread Kumar Appaiah
l... > I will apply your patch and upload. Many thanks! Sounds perfect. Thanks! Kumar -- Kumar Appaiah signature.asc Description: Digital signature

Re: importer des modules au démarrage d'IDLE

2009-11-16 Thread Kumar Appaiah
Hi! This is an English list, so please frame your queries in English. But since I could translate your query, I'll try to answer below, please translate if needed. On Mon, Nov 16, 2009 at 05:43:09PM +0100, Frederic Baldit wrote: > je travaille sous lenny et gnome avec python 2.5.2 et IDLE, que > j

Re: Python 2.6 in unstable

2009-11-17 Thread Kumar Appaiah
On Sun, Nov 08, 2009 at 03:22:09PM -0600, Kumar Appaiah wrote: > With the last upload of python-central, only a few issues with > python-central remain, before python 2.6 can be uploaded to unstable, > as has been outlined by Piotr here: > > http://lists.debian.org/debian-python/2

Re: Request for review/sponsorship of python-lzma

2009-11-21 Thread Kumar Appaiah
Dear Richard, On Sat, Nov 21, 2009 at 08:26:00AM -0500, Richard Darst wrote: > I worked with kmap last night to get my package of python-lzma (in > DPMT svn) in shape. We think it's good, and he suggested I email here > for further review and possibly sponsorship (to experimental since it > depen

Re: Request for review/sponsorship of python-lzma

2009-11-23 Thread Kumar Appaiah
On Mon, Nov 23, 2009 at 07:43:59AM -0500, Richard Darst wrote: > I removed the extra non-DEP5 stuff at the top, and tried to tighten it > up to strictly match what it says. There were some quirks, such as > the required "Format-Specification" field not being present in any > examples... I think t

Re: Request for review/sponsorship of python-lzma

2009-11-23 Thread Kumar Appaiah
On Mon, Nov 23, 2009 at 07:52:19AM -0600, Kumar Appaiah wrote: > Other than that, I don't really think there's much to add; I'm just > hoping someone else might suggest what to do about the > ${python:Depends} expanding to python (>= 2.6) issue; if people can > sug

Re: RFC: Proposed updates to the Python Policy to reflect current practices

2009-12-09 Thread Kumar Appaiah
On Tue, Dec 08, 2009 at 09:24:05PM +0100, Loïc Minier wrote: > To resurrect the Python Policy as a document reflecting required and > recommended Python packaging practices, we prepared a set of patches. > We started in private to provide a complete set of changes and avoid > flames as much as

Re: PyGTK and Python 2.6

2009-12-16 Thread Kumar Appaiah
Dear David, (Others: please verify that all I've said below is correct). On Wed, Dec 16, 2009 at 10:56:22PM +, David D Lowe wrote: > Epidermis is programmed in Python 2.6. I was surprised to find that > Python 2.6 is not included in Debian unstable, but only in the > experimental repositories

Re: Would like a sponsor to upload the new version of python-foolscap

2010-01-29 Thread Kumar Appaiah
On Sat, Jan 30, 2010 at 12:15:43AM +1100, Ben Finney wrote: > I was under the impression that the ‘#debian-python’ channel was a > resource for use equally by anyone for discussion of maintaining Python > packages in Debian. When did it become an in-group-versus-out-group club > house, with credent

Re: Requesting review of python-ctypeslib

2010-02-03 Thread Kumar Appaiah
Dear Richard, On Tue, Feb 02, 2010 at 12:33:25PM -0500, Richard Darst wrote: > Hello, > > I would like to request a review of my new packages python-ctypeslib: > http://hcoop.net/~rkd/debian/python-ctypeslib_0.0.0+svn20100125-1.dsc > or via PMPT: > svn+ssh://svn.debian.org/svn/python-modules/

Re: Bug#524176: AM_PATH_PYTHON should honor python's idea about the site directory

2010-03-27 Thread Kumar Appaiah
Dear Jonathan, On Sat, Mar 27, 2010 at 10:57:01PM +, Jonathan Wiltshire wrote: > On Tue, Mar 23, 2010 at 11:34:42PM +0100, Matthias Klose wrote: > > it is fixed upstream in automake 1.11 (and in Debian), so you could > > use this version; I doubt that it will allow more binNMUs, as > > autocon

Re: Skip Python 2.6 and use 2.7 as default in Squeeze?

2010-04-19 Thread Kumar Appaiah
On Tue, Apr 20, 2010 at 02:42:37AM +0200, Cyril Brulebois wrote: > > Python 2.7 is faster than 2.6 (in my limited tests from a few > > percents to more than 7 times faster, the latter with a small > > CPU-intensive math program), it has a few cool new toys, for many > > years in the future it will

Re: Python versions for Ubuntu 10.10 (Maverick Meerkat)

2010-05-18 Thread Kumar Appaiah
On Tue, May 18, 2010 at 11:38:23AM -0400, Barry Warsaw wrote: > First, let me thank the DPL Stefano Zacchiroli for coming to UDS-M and > representing the Debian community. It was really great meeting and having a > chance to talk with him. He's encouraged me to apply for DD status and I > think I

goopy package

2005-08-18 Thread Kumar Appaiah
http://kumar.travisbsd.org/debpackages/ (I have uploaded all files I used to generate the deb package). Thanks a lot. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036

Packaging an application with multiple Python versions.

2006-02-07 Thread Kumar Appaiah
he program to function with performance improvement. Do I need to take this into account? Advice the user? Also, I do not think it would be correct to add them as "Conflicts", as both can peacefully coexist. Comments on this? Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel,

Re: Packaging an application with multiple Python versions.

2006-02-07 Thread Kumar Appaiah
On Tue, Feb 07, 2006 at 02:00:40PM +0100, Josselin Mouette wrote: > Le mardi 07 f?vrier 2006 ? 18:31 +0530, Kumar Appaiah a ?crit : > > 1.The install script provided in the package adds a symbolic link to > > the executable script present in > > /usr/lib/python2.x/sit

Re: Packaging an application with multiple Python versions.

2006-02-07 Thread Kumar Appaiah
On Tue, Feb 07, 2006 at 02:24:48PM +0100, Josselin Mouette wrote: > Le mardi 07 f?vrier 2006 ? 19:03 +0530, Kumar Appaiah a ?crit : > > > Maybe you can simply ship this symbolic link in the python-harvestman > > > package. > > > > Thanks for the suggestion, but ho

RFS: python-harvestman - a multithreaded web crawler

2006-02-11 Thread Kumar Appaiah
hanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 signature.asc Description: Digital signature

Updation of my packages to conform to the new Python policy

2006-06-16 Thread Kumar Appaiah
tiem to be converted, and it isn't that important either. So, if someone thinks it's worthwhile, please do an NMU. Thank you very much! Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 signature.asc Description: Digital signature