RFS: python-harvestman

2006-02-15 Thread Kumar Appaiah
Dear Mentors, I'd like you to see HarvestMan (http://harvestman.freezope.org) (ITP bug #352012). I have made some updates to the package over the last week. Description: HarvestMan can be used to download files from websites, according to a number of user-specified rules. The latest version of Ha

Re: Depending on both runtime and dev packages?

2006-02-15 Thread skaller
On Wed, 2006-02-15 at 23:42 +0100, Davide Puricelli wrote: > Can someone suggest me a better idea to resolve the problem? Felix has the same issue (also a compiler). Debian is built for non-programmer end users using apps built with C. When targeting programmers, or dealing with non C code, you

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Steve Langasek
On Thu, Feb 16, 2006 at 12:08:21AM +0100, Miriam Ruiz wrote: > > The pyc files are generated in the postinst, you won't see them in dpkg > > -L/-c output. > So, if you upgrade to a newer version of python, it won't work, as the > compiled files would not be regenerated. is that it? I guess I unde

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Joe Wreschnig
On Thu, 2006-02-16 at 00:08 +0100, Miriam Ruiz wrote: > Joe Wreschnig wrote: > > > The pyc files are generated in the postinst, you won't see them in dpkg > > -L/-c output. > > So, if you upgrade to a newer version of python, it won't work, as the > compiled files would not be regenerated. is tha

Re: libcpufreq and the small libsysfs transition

2006-02-15 Thread Steve Langasek
On Wed, Feb 15, 2006 at 07:47:11PM +0100, Mattia Dongili wrote: > On Sun, Feb 12, 2006 at 02:19:08PM -0800, Steve Langasek wrote: > > On Sun, Feb 12, 2006 at 07:06:00PM +0100, Mattia Dongili wrote: > > > I need a quick suggestion how to handle libcpufreq{0,-dev} within the > > > libsysfs transitio

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Miriam Ruiz
Joe Wreschnig wrote: > The pyc files are generated in the postinst, you won't see them in dpkg > -L/-c output. So, if you upgrade to a newer version of python, it won't work, as the compiled files would not be regenerated. is that it? I guess I understand why it cannot be run with python2.4 then

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Joe Wreschnig
On Wed, 2006-02-15 at 23:21 +0100, Miriam Ruiz wrote: > --- Joe Wreschnig <[EMAIL PROTECTED]> escribió: > > > > Why can't it be used with python 2.4? > > > > The modules are byte-compiled for Python 2.3, and should be recompiled > > when Debian ships Python 2.4 as the default. There's no way to

Depending on both runtime and dev packages?

2006-02-15 Thread Davide Puricelli
Hi, I'm building a package (a Scheme-to-C compiler) and I split it into three different debs: libfoo0 (runtime libs), libfoo-dev (.a and .la files and includes) and foo-bin (compiler and other tools). The depends are a big problem: foo-bin needs to depend on libfoo0 (otherwise the compiler won't ru

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Miriam Ruiz
--- Joe Wreschnig <[EMAIL PROTECTED]> escribió: > > Why can't it be used with python 2.4? > > The modules are byte-compiled for Python 2.3, and should be recompiled > when Debian ships Python 2.4 as the default. There's no way to > automatically do that yet, so instead dh_python sets it up so t

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Joe Wreschnig
On Wed, 2006-02-15 at 22:38 +0100, Miriam Ruiz wrote: > --- Miriam Ruiz <[EMAIL PROTECTED]> escribió: > > > > > --- Joe Wreschnig <[EMAIL PROTECTED]> escribió: > > > > > Some issues: > > > > > > Your debian/control should not depend directly on "python", but use > > > "${python:Depends}" and

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Miriam Ruiz
Done, new packages are (again) at: http://baby.yi.org/packages/pykaraoke/ Thanks :) Miry __ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com -- To UNSUBSCRI

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Miriam Ruiz
--- Miriam Ruiz <[EMAIL PROTECTED]> escribió: > > --- Joe Wreschnig <[EMAIL PROTECTED]> escribió: > > > Some issues: > > > > Your debian/control should not depend directly on "python", but use > > "${python:Depends}" and call dh_python in its binary-indep target. You > > also need to Build-D

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Joe Wreschnig
On Wed, 2006-02-15 at 22:16 +0100, Miriam Ruiz wrote: > --- Joe Wreschnig <[EMAIL PROTECTED]> escribió: > > > Some issues: > > > > Your debian/control should not depend directly on "python", but use > > "${python:Depends}" and call dh_python in its binary-indep target. You > > also need to Build

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Miriam Ruiz
--- Joe Wreschnig <[EMAIL PROTECTED]> escribió: > Some issues: > > Your debian/control should not depend directly on "python", but use > "${python:Depends}" and call dh_python in its binary-indep target. You > also need to Build-Depend on Python. I did that in one of my packages, which I co-ma

Re: looking for a sponsor

2006-02-15 Thread Roger Leigh
john aikins <[EMAIL PROTECTED]> writes: [nothing] It's customary to provide details of what you would like sponsoring, plus pointers to the sources. Regards, Roger -- Roger Leigh Printing on GNU/Linux? http://gutenprint.sourceforge.net/ Debian GNU/Linux

Re: RFC/RFS: PyKaraoke

2006-02-15 Thread Joe Wreschnig
On Wed, 2006-02-15 at 20:41 +0100, Miriam Ruiz wrote: > PyKaraoke is a free karaoke player. You can use this program to play your > collection of CDG, MIDI and MPEG karaoke songs. > > This package includes the command-line programs to play CDG files, MIDI/KAR > files and MPEG files. > ... > My

looking for a sponsor

2006-02-15 Thread john aikins
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RFC/RFS: PyKaraoke

2006-02-15 Thread Miriam Ruiz
PyKaraoke is a free karaoke player. You can use this program to play your collection of CDG, MIDI and MPEG karaoke songs. This package includes the command-line programs to play CDG files, MIDI/KAR files and MPEG files. Features: * CDG (MP3+G, OGG+G) playback - Play standard CDG karaoke

Re: libcpufreq and the small libsysfs transition

2006-02-15 Thread Mattia Dongili
On Sun, Feb 12, 2006 at 02:19:08PM -0800, Steve Langasek wrote: > On Sun, Feb 12, 2006 at 07:06:00PM +0100, Mattia Dongili wrote: > > > I need a quick suggestion how to handle libcpufreq{0,-dev} within the > > libsysfs transition. > > Facts: > > - current cpufrequtils is compatible with both libsy

debian/templates and Select/Choices:

2006-02-15 Thread Michelle Konzack
Hello *, Since my packages are working fine, I have a problem with an generated list in "Choices:". I have a directory with plugins /usr/lib/tddyndns and I want to put the files into the "Choices:" list and I have done: [ '/var/lib/dpkg/info/tddyndns.templates' ]