Your message dated Fri, 23 Feb 2007 17:05:45 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#412149: general: "usb:" stopped working in both gpsbabel
and jpilot
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
On Thu, Feb 22, 2007 at 07:26:35PM +0100, Andreas Metzler wrote:
> > (This problem was reported in bug #411652)
> > I think someone deserves a serious thwacking... they obviously didn't
> > even try to install the result of the NMU, filed no bug about it, etc.
> The bug is that a binNMU for bacu
Hi John,
On Thu, Feb 22, 2007 at 12:44:21PM -0600, John Goerzen wrote:
> On Thu, Feb 22, 2007 at 07:26:35PM +0100, Andreas Metzler wrote:
> > Hello,
> > A binNMU does not show up in the pts, since there are no source
> > changes.
> Hmm, I wonder if it would be possible for it to show up? Since t
On Sat, Feb 24, 2007 at 05:37:56PM +1100, Russell Coker wrote:
> On Friday 23 February 2007 19:58, [EMAIL PROTECTED] wrote:
> > perhaps you should consider goodbye-fedora.org too ;-)
>
> Converting from Fedora to Debian is not a challenge, merely run debootstrap
> from a root shell.
>
> Also Fed
On Thu, Feb 22, 2007 at 07:36:23PM -0600, John Goerzen wrote:
> On Fri, Feb 23, 2007 at 12:13:07AM +0100, Wouter Verhelst wrote:
> > > binNMUs though. Aren't buildds simply there to build the existing
> > > sources on other platforms? Surely some human was involved here?
> > wanna-build and buil
Russell Coker wrote:
> On Friday 23 February 2007 19:58, [EMAIL PROTECTED] wrote:
> > perhaps you should consider goodbye-fedora.org too ;-)
>
> Converting from Fedora to Debian is not a challenge, merely run
> debootstrap from a root shell.
Alternatively, install debtakeover:
http://freshmeat.ne
On Thu, Feb 22, 2007 at 07:36:23PM -0600, John Goerzen wrote:
> On Fri, Feb 23, 2007 at 12:13:07AM +0100, Wouter Verhelst wrote:
> > > binNMUs though. Aren't buildds simply there to build the existing
> > > sources on other platforms? Surely some human was involved here?
> > wanna-build and buil
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov <[EMAIL PROTECTED]>
* Package name: libssh2-perl
Version : 0.09
Upstream Author : David B. Robins <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/~dbrobins/Net-SSH2-0.09/
* License : Artistic
Programmi
On Sat, 2007-02-24 at 03:38 -0800, Steve Langasek wrote:
> On Thu, Feb 22, 2007 at 07:26:35PM +0100, Andreas Metzler wrote:
> > > (This problem was reported in bug #411652)
>
> > > I think someone deserves a serious thwacking... they obviously didn't
> > > even try to install the result of the NM
Package: wnpp
Severity: wishlist
Owner: Piotr Ozarowski <[EMAIL PROTECTED]>
* Package name: python-elixir
Version : 0.1.0
Upstream Author : Jonathan LaCour, Daniel Haus, Gaetan de Menten <[EMAIL
PROTECTED]>
* URL : http://elixir.ematia.de/
* License : MIT
Pro
Package: wnpp
Severity: wishlist
Owner: Romain Beauxis <[EMAIL PROTECTED]>
* Package name: transfermii
Version : 0.3.1
Upstream Author : Arnaud Ysmal <[EMAIL PROTECTED]>
* URL : http://www.stacktic.org/
* License : GPL
Programming Lang: C
Description :
Romain Beauxis <[EMAIL PROTECTED]> wrote:
> Description : mii transfer program
>
> transfermii allows you to transfer your miis from and to your wiimotes.
> I uses cwiid as a backend.
Please enhance the short description, making it clear that this
package is related to the wiimotes.
At fir
Package: wnpp
Severity: wishlist
Owner: Joop Stakenborg <[EMAIL PROTECTED]>
* Package name: fldigi
Version : 1.30
Upstream Author : Dave Freese <[EMAIL PROTECTED]>
* URL : http://www.w1hkj.com/Fldigi.html
* License : GPL
Programming Lang: C++
Description
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
wodim replaces cdrecord and the external applications like gnomebaker
and bonfire uses it correctly with the wodim patch, but those
applications needs also to uses 'readom' instead of 'readcd', if not,
you can't make a image of a DVD for example, with
Package: wnpp
Severity: wishlist
Owner: Miguel Gea Milvaques <[EMAIL PROTECTED]>
* Package name: fvs
Version : 0.1.1
Upstream Author : Jaap de Haan & Shivang Patel
* URL : http://fvs.sourceforge.net
* License : MPL
Programming Lang: C
Description : Finge
On Fri, Feb 23, 2007 at 10:54:06AM +0100, Frank B. Brokken wrote:
> Falk Hueffner filed a bug (Bug#412003) against the 2.10 release of the Yodl
> package. He detected that the latest version did not run correctly on the
> Alpha (see, e.g.,
> http://buildd.debian.org/fetch.cgi?pkg=yodl&arch=alpha&ve
Dear Steve Langasek, you wrote:
>
> ... I can point at the broken code:
>
> void gram_DEFINEMACRO()
> ...
> size_t nargs;
> ...
> if (parser_number_parlist(&parser, (int *)&nargs, true) == SUCCESS)
> ...
> if ((size_t)nargs > 9 + 26 + 26) /* 1-9, a-z, A-Z*/
>
> You
On Sun, Feb 25, 2007 at 12:26:00AM +0100, Frank B. Brokken wrote:
> The intention here is to use size_t in situations where the value is known
> to be non-negative.
Why don't you simply use "unsigned int" or (equivalently) just "unsigned"?
/* Steinar */
--
Homepage: http://www.sesse.net/
--
T
Frank B Brokken <[EMAIL PROTECTED]> writes:
> Well, first of all, thanks for your help. I'm sure it'll solve the
> problem for the time being. But I'm left with an uneasy feeling. On the
> one hand I know that what you write is true in principle. But on the
> other hand, I'm curious about what mig
On Sat, Feb 24, 2007 at 03:35:15PM -0800, Russ Allbery wrote:
> Writing a 32-bit value into the first half of a 64-bit variable (which is
> what happens when you pass a size_t * as an int * and then write to it)
> isn't guaranteed to get you anything useful regardless of how you
> initialize it bef
On Sun, Feb 25, 2007 at 12:26:00AM +0100, Frank B. Brokken wrote:
> Well, first of all, thanks for your help. I'm sure it'll solve the problem for
> the time being. But I'm left with an uneasy feeling. On the one hand I know
> that what you write is true in principle. But on the other hand, I'm cur
Hello,
This is my first message to this list, so be nice :)
Althought i have already seen some old discussion about packing the webmail
Roundcube (1) i have not found the package using the package search (2).
(1) http://www.roundcube.net
(2)
http://packages.debian.org/cgi-bin/search_packages.p
On Sat, 24 Feb 2007 23:27:26 -0200, Fernando M.M. wrote:
> Althought i have already seen some old discussion about packing the
> webmail Roundcube (1) i have not found the package using the
> package search (2).
[..]
> Is someone working on it?
Seems so:
http://bugs.debian.org/cgi-bin/bugreport.c
23 matches
Mail list logo