Re: [aspell-it] deb per la 0.60

2005-04-28 Thread Davide Viti
On Tue, 2005-04-26 at 23:07 +0200, Davide Prina wrote:

  Il problema e' che l'installazione dovrebbe copiare i files in
  /usr/lib/aspell-0.60/ anziche' in /usr/local/lib/aspell-0.60/.

 Poi penso che chi ha impacchettato il tutto ha seguito la strada che 
 avevo indicato ... e cos ha imparato a zoppicare ;-)

:)


 MySpell vuole che la prima riga contenga il numero di radici del 
 dizionario, mentre, da quello che dici, sembra che ASpell non le voglia 
 (forse perch rielabora le radici creandosi un proprio binario)
 

la prima riga si puo' filtrare facilmente


  2) I vari commenti che iniziano con / generano un'altra miriade di
  warning... un modo semplice per eliminare questi warning potrebbe essere
  la seguente:
 
 vero anche questo. Per i sorgenti  necessario includere il copyright + 
 licenza per far si che la GPL sia valida ...
 

filtrare i commenti a compile time credo che non infranga alcuna licenza

 Per i warning penso non facciano male, in pratica sembra scartare 
 quelle righe (che  quello che deve fare) ... poi tutto sembra funzionare
 

per mie esperienze passate warning = evil
Mi piacerebbe rendere il tutto piu' pulito eliminando tutti i warning

  3) a questo punto rimangono i warning seguenti:
  
  Warning: Removing inapplicable affix 'T' from word cento.
  Warning: Removing inapplicable affix 'q' from word cento.
  Warning: Removing inapplicable affix 'T' from word cinquanta.
  Warning: Removing inapplicable affix 'q' from word cinquanta.

  confesso che di affix e dintorni ne so poco o niente... ho notato pero'
  che tutte le linee che causano un warning contengono i doppi apici
  (''):
 
  sapete dirmi che significato hanno e se e' giusto che ci siano?
 
  giusto che ci siano, magari non sono tutte posizionate correttamente.
 Queste regole permettono di ottenere parole come l'ottocento L'ottocento 
 ... per il carattere incriminato  la T (la regola che da i problemi 
 che hai indicato).
 La regola  genera invece le migliaia e quella funziona senza problemi 
 ... almeno fin ora non ne ho trovati ;-)

ok, ho trovato il seguente link che spiega qualcosina sugli affix: 
http://lingucomponent.openoffice.org/affix.readme

provo a vedere se riesco a capirci qualcosa

ciao,
Davide


signature.asc
Description: This is a digitally signed message part


Re: Un bug dans la STL ?

2005-04-28 Thread Julien Gilles
Jrme Marant [EMAIL PROTECTED] writes:

 Pierre THIERRY [EMAIL PROTECTED] writes:

 Hello,

 je suis en train de me mettre  crire une bibliothques de classes en
 C++, qui me servira ensuite pour des logiciels de jeu (principalement du
 jeu de rle).

 Oula, C++ ... Pourquoi se crer des problmes inutilement ? ;-)


C makes it easy to shoot yourself in the foot. C++ makes it harder,
but when you do, it blows away your whole leg - B. Stroustrup

-- 
Julien Gilles.



rencontrer des DD à Grenoble au mois de mai

2005-04-28 Thread Alexandre Fayolle
Bonjour à tous,

Je vais être en déplacement professionel sur Grenoble courant mai, et j'ai
vu qu'il y a quelques développeurs qui habitent dans le coin. Si
certains sont intéressés, on pourrait se retrouver pour boire un coup ou
manger un morceau, signer des clés et discuter. 

En ce qui me concerne, je serai libre le lundi 9, le jeudi 12, le lundi
23 et le jeudi 26 mai. 

-- 
Alexandre Fayolle 


signature.asc
Description: Digital signature


DD sur Nancy ? (fut: rencontrer des DD à Grenoble au mois de mai)

2005-04-28 Thread Martin Quinson
Hello,

On Thu, Apr 28, 2005 at 09:53:02AM +0200, Alexandre Fayolle wrote:
 Bonjour à tous,
 
 Je vais être en déplacement professionel sur Grenoble courant mai, et j'ai
 vu qu'il y a quelques développeurs qui habitent dans le coin. Si
 certains sont intéressés, on pourrait se retrouver pour boire un coup ou
 manger un morceau, signer des clés et discuter. 
 
 En ce qui me concerne, je serai libre le lundi 9, le jeudi 12, le lundi
 23 et le jeudi 26 mai. 

Ah, damn it. J'étais à Grenoble jusqu'à il y a peu, mais c'est fini.

En parlant de ca, s'il y a des DD sur Nancy, je viens d'emenager.

Bye, Mt.


signature.asc
Description: Digital signature


Re: DD sur Nancy ? (fut: rencontrer des DD à Grenoble au mois de mai)

2005-04-28 Thread Julien BLACHE
Martin Quinson [EMAIL PROTECTED] wrote:

 Ah, damn it. J'étais à Grenoble jusqu'à il y a peu, mais c'est fini.

 En parlant de ca, s'il y a des DD sur Nancy, je viens d'emenager.

Je ne sais pas sur Nancy, mais du côté de Metz il y a un nid ;)

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Un bug dans la STL ?

2005-04-28 Thread Pierre THIERRY
Scribit Vera Mickael dies 27/04/2005 hora 19:29:
 Tu as dû faire une erreur de programmation.

Peut-être, mais même avec valgrind, impossible de comprendre où est mon
erreur. Je sais précisément où ça merde dans mon programme. Plus
précisément, ça merde au final dans la STL (à cause de moi ou d'un bug
en elle-même...), et je sais où est l'appel dans mon source (dans la
méthode clear() de la classe Dice).

Mais je ne vois pas quoi corriger.

Si je décommente l'instruction qui, avant de supprimer le pointeur du
conteneur, désalloue l'objet pointé, alors, avec un conteneur vector, on
a plus la taille qui passe de 1 à un nombre astronomique, mais à 104,
puis segfault...

Infructueusement,
Nowhere man
-- 
[EMAIL PROTECTED]
OpenPGP 0xD9D50D8A


signature.asc
Description: Digital signature


Re: DD sur Nancy ? (fut: rencontrer des DD à Grenoble au mois de mai)

2005-04-28 Thread Christian BAYLE
Il y a aussi un nid à Grenoble, à priori toutes les dates me
conviennent, reste à attendre la réponse des autres oiseaux...

Christian

Le jeudi 28 avril 2005 à 11:08 +0200, Julien BLACHE a écrit :
 Martin Quinson [EMAIL PROTECTED] wrote:
 
  Ah, damn it. J'étais à Grenoble jusqu'à il y a peu, mais c'est fini.
 
  En parlant de ca, s'il y a des DD sur Nancy, je viens d'emenager.
 
 Je ne sais pas sur Nancy, mais du côté de Metz il y a un nid ;)
 
 JB.
 
 -- 
  Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
  
  Public key available on http://www.jblache.org - KeyID: F5D6 5169 
  GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 
 



signature.asc
Description: Ceci est une partie de message	=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


Re: menu files in /usr/lib?

2005-04-28 Thread Andreas Tille
On Wed, 27 Apr 2005, martin f krafft wrote:
I was unable to find an answer online, so please allow me to ask
here: why are Debian menu files in /usr/lib? They are clear-text and
thus clearly architecture-independent.
Menu does allow to provide not only these text files but also executable
scripts or even binaries.
Kind regards
 Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: OT Building a Linux / Debian based dev team

2005-04-28 Thread Andreas Tille
On Wed, 27 Apr 2005 [EMAIL PROTECTED] wrote:
1) Creation of a new distro based on key specific features of various distros
available today
Alternatively you might consider to save time and join the Custom Debian
Distribution effort:
http://people.debian.org/~tille/cdd/
2) Creation of new Linux games or vastly improvement on the Linux games
available today
That's not really Debian related.
1) How / where do I find and recruit top notch Linux kernel, application and
game developers?
No idea.
2) How would we best go about soliciting open source developers to help us out
and what's the best way to manage these type of development processes ?
IMHO, the best idea is to concentrate on your main topic which might be
game development and have one (future) Debian developer in your company
who cares for the Custom Debian Distribution stuff INSIDE Debian.
Building a new Debian based distribution needs extra effort and often failed
in the long term (even if there are positive examples).
Kind regards
   Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Bug#306639: batik: FTBFS: JAVA_HOME_DIRS incorrect

2005-04-28 Thread Andreas Jochens
Hello Arnaud,

On 05-Apr-27 23:07, Arnaud Vandyck wrote:
 Thanks for your bug reports, but you have to know that you can't file
 FTBFS bugs reports about packages that are in contrib and relay on
 packages that are not in Debian to build!

 The non-free JDK's are not officially supported so the packages built
 with non-free jdk's are not meant to be built 'as is' (I mean without
 modification).

 I have no problem with wishlist bugs to ease the build of the package on
 every arches (which is not needed because these packages are arch: all!)
 but this is *not* serious bugs!

I tried to file only those bugs as 'serious' which can be reproduced on
i386. For bugs which are amd64 specific, I usually use 'wishlist' severity. 
Of course, I may have made a mistake in some cases. 

At least this particular bug occurs on all arches. It is not very nice 
to have to read, understand and manually change 'debian/rules' and 
maybe some other files to get a package built. In particular, this makes 
any kind of autobuilding impossible, which is a bad thing from a 
security point of view - and also inconvenient, of course. 

For the Java related packages, the {sun,ibm,blackdown}-j2sdk1.x packages
which can be created by make-jpkg from 'java-package' make it easy to 
set up an autobuilder, as long as all packages support this by setting
the correct JAVA_HOME directories and by specifying the correct 
Build-Depends.

Anyway, I will file those problems as 'wishlist' in the remaining cases.

Some other types of bugs like 

'Missing Build-Depends on 'junit' or 
'./debian_patch' not executable 

also appear on all arches including i386. I think those are 'serious' 
FTBFS bugs, even for packages in 'contrib'. What should be done with 
those?

 Any way, I leave all the bug you reported and will try to upload fixes
 as soon as possible.

Thank you for all the fixes to my reports which you already uploaded 
and for your work in general!

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Glenn Maynard
On Thu, Apr 28, 2005 at 03:09:37PM +1000, Pascal Hakim wrote:
  retained by an mbox but not exposed to the web don't seem all that
  objectionable, especially since the web archives don't munge email
  addresses.
 
 They might one day. It's possible to restrict http://lists.debian.org to
 stop or slow down people leeching across the web archives.

The day Debian maims its archives in such a way will be a sad day, indeed ...

  I suppose it'd be necessary for the exported mboxes to honor the
  No-External-Archive: yes and so forth, which might not be the case
  today (I've never gained access to them so I don't know).
 
 I actually have no idea whether we honour that already or not.

As Branden put it[1], Debian's mailing lists are its nervous system, and our
list archives our collective memory.  I'd hope that such a header as
No-External-Archive would never be honored (except perhaps to bounce
the message--the only acceptable way to not be archived is to not post).


[1] http://lists.debian.org/debian-legal/2002/03/msg00091.html

-- 
Glenn Maynard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Pascal Hakim
On Thu, 2005-04-28 at 03:03 -0400, Glenn Maynard wrote:
 On Thu, Apr 28, 2005 at 03:09:37PM +1000, Pascal Hakim wrote:
   retained by an mbox but not exposed to the web don't seem all that
   objectionable, especially since the web archives don't munge email
   addresses.
  
  They might one day. It's possible to restrict http://lists.debian.org to
  stop or slow down people leeching across the web archives.
 
 The day Debian maims its archives in such a way will be a sad day, indeed ...

Why?
 
   I suppose it'd be necessary for the exported mboxes to honor the
   No-External-Archive: yes and so forth, which might not be the case
   today (I've never gained access to them so I don't know).
  
  I actually have no idea whether we honour that already or not.
 
 As Branden put it[1], Debian's mailing lists are its nervous system, and our
 list archives our collective memory.  I'd hope that such a header as
 No-External-Archive would never be honored (except perhaps to bounce
 the message--the only acceptable way to not be archived is to not post).

Do you believe such an attitude is helpful when, for example, we ask
people to post on [EMAIL PROTECTED] with their D-I test results? I would
say that a number of the people who do post their results are not aware
of what they are getting themselves into.

Pasc



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#306737: ITP: q-lang -- Q equational programming language

2005-04-28 Thread Kari Pahula
Package: wnpp
Severity: wishlist
Owner: Kari Pahula [EMAIL PROTECTED]


* Package name: q-lang
  Version : 6.0
  Upstream Author : Albert Graef [EMAIL PROTECTED]
* URL : http://q-lang.sourceforge.net/
* License : GPL
  Description : Q equational programming language

Q stands for equational, so Q, in a nutshell, is a programming
language which lets you program by equations. You specify a system of
equations which the interpreter uses as rewrite rules to reduce
expressions to normal form.

The Q language supports a rich variety of built-in types, like
arbitrary precision integers, floating point numbers (double precision
64 bit), truth values, strings, lists and files. It also provides
primitives for exception handling and multithreaded execution. Q also
allows you to interface to external modules written in the C
programming language, which provides a means to access functions in C
libraries and employ C's higher processing speed for time-critical
tasks. Conversely, Q scripts can also be executed from C, which allows
Q to be used as an embedded language or term rewriting engine in C/C++
applications.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Pascal Hakim
On Thu, 2005-04-28 at 15:09 +1000, Pascal Hakim wrote:
 On Wed, 2005-04-27 at 23:55 -0500, Peter Samuelson wrote:
  [Pascal Hakim]
   The reason it hasn't been done so far is not related to any technical
   problem. There seems to be just as many people who do not want the
   mboxes to be available as people who do.
  
  Do these same people object to web archives of the lists?  I'm curious,
 
 Some do.

I've just read this again, after it was pointed out to me on IRC. That
was not quite what I meant to say. (A retraction! I should be a
politician!) I read in Peter's email what I wanted to read, rather than
what he had actually written. 

I do not believe there's anyone who does not want any web archives of
the lists; no one has seriously suggested that to me. On the other hand,
there are a number of people who want lists.debian.org to provide only
mangled web archives. Whether this includes mangled headers or email
addresses, or simply missing messages depends on the request.

Pasc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Martin Mewes
Hello,

[EMAIL PROTECTED] wrote :

 It would be really handy to have archives of the debian mailing lists
 available as mbox archives.

http://mbox.mewes.tv/ exists :-)


bis dahin/kind regards

Martin Mewes

-- 
FAQ fuer suse-linux@suse.com
- http://www.suse-faq.de.vu/
FAQ fuer debian-user-german@lists.debian.org
- http://www.de.debian.org/debian-user-german-FAQ/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Pascal Hakim
On Thu, 2005-04-28 at 10:26 +0200, Martin Mewes wrote:
 Hello,
 
 [EMAIL PROTECTED] wrote :
 
  It would be really handy to have archives of the debian mailing lists
  available as mbox archives.
 
 http://mbox.mewes.tv/ exists :-)
 

Heh. Nice work.

You might want to obscure those a little bit. You should probably munge
the Return-Path from those emails, and possibly the top Received:
header.

Cheers,

Pasc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Glenn Maynard
On Thu, Apr 28, 2005 at 05:28:46PM +1000, Pascal Hakim wrote:
 On Thu, 2005-04-28 at 03:03 -0400, Glenn Maynard wrote:
   They might one day. It's possible to restrict http://lists.debian.org to
   stop or slow down people leeching across the web archives.
  
  The day Debian maims its archives in such a way will be a sad day, indeed 
  ...
 
 Why?

I regularly find people's contact information via list archives; several
times, I've had to spend over an hour digging to find someone, because
every archive I could find the person on messed with the contact information.
I don't consider that an acceptable trade.

 Do you believe such an attitude is helpful when, for example, we ask
 people to post on [EMAIL PROTECTED] with their D-I test results? I would
 say that a number of the people who do post their results are not aware
 of what they are getting themselves into.

I post regularly on Debian lists, and have done so for several years on
multiple still-active email addresses, and with a default, completely untuned
SpamAssassin installation and no Bayes, I see only a few junk mails a day.
Sorry, but I'm just not particularly sympathetic to people who want to
inconvenience others and reduce the utility of Debian's list archives for
this purpose.

-- 
Glenn Maynard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#306639: batik: FTBFS: JAVA_HOME_DIRS incorrect

2005-04-28 Thread Steve Langasek
On Thu, Apr 28, 2005 at 08:55:01AM +0200, Andreas Jochens wrote:
 On 05-Apr-27 23:07, Arnaud Vandyck wrote:
  Thanks for your bug reports, but you have to know that you can't file
  FTBFS bugs reports about packages that are in contrib and relay on
  packages that are not in Debian to build!

  The non-free JDK's are not officially supported so the packages built
  with non-free jdk's are not meant to be built 'as is' (I mean without
  modification).

  I have no problem with wishlist bugs to ease the build of the package on
  every arches (which is not needed because these packages are arch: all!)
  but this is *not* serious bugs!

 I tried to file only those bugs as 'serious' which can be reproduced on
 i386. For bugs which are amd64 specific, I usually use 'wishlist' severity. 
 Of course, I may have made a mistake in some cases. 

 At least this particular bug occurs on all arches. It is not very nice 
 to have to read, understand and manually change 'debian/rules' and 
 maybe some other files to get a package built. In particular, this makes 
 any kind of autobuilding impossible, which is a bad thing from a 
 security point of view - and also inconvenient, of course. 

The definition of contrib is free but needs some stuff not in Debian.  For
any particular package, this stuff may or may not be something packaged in
Debian's non-free archive, but the net result is that contrib is not
completely autobuildable, and security support for contrib happens only
opportunistically.  As a result, I don't think it's a release-critical issue
to try to force all Java-based contrib packages into an autobuildable state;
it's nice if they autobuild, but Java is just one instance of non-Debian
stuff.  Make-jpkg is the currently favored method of making j2sdk
packages available, but none of the half-dozen mutually-incompatible j2sdk
packages (including those generated by make-jpkg) are actually distributed
by Debian, so I don't think it's fair to require that contrib java packages
be buildable with any particular j2sdk package.

By all means, please keep filing (and fixing) bugs so that we can get as
many contrib packages as possible autobuilding, but especially with the
freeze coming soon, I don't think this should be RC for sarge.

 Some other types of bugs like 

 'Missing Build-Depends on 'junit' or 
 './debian_patch' not executable 

 also appear on all arches including i386. I think those are 'serious' 
 FTBFS bugs, even for packages in 'contrib'. What should be done with 
 those?

I agree that those should be RC, since they are not about packages we don't
distribute.

Cheers,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Martin Mewes
Hi Pascal,

Pascal Hakim [EMAIL PROTECTED] wrote :
 On Thu, 2005-04-28 at 10:26 +0200, Martin Mewes wrote:
  http://mbox.mewes.tv/ exists :-)

 Heh. Nice work.

The first user feedback :-)

 You might want to obscure those a little bit. You should probably
 munge the Return-Path from those emails, and possibly the top
 Received: header.

Munging works are in queue. The Mbox-Project is working on this, right 
now I am only hosting the files.

bis dahin/kind regards

Martin Mewes

-- 
Richtiges Zitieren in Mailinglisten und Newsgroups
- http://www.afaik.de/usenet/faq/zitieren/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#306639: batik: FTBFS: JAVA_HOME_DIRS incorrect

2005-04-28 Thread Andreas Jochens
Hello Steve,

On 05-Apr-28 02:56, Steve Langasek wrote:
 by Debian, so I don't think it's fair to require that contrib java packages
 be buildable with any particular j2sdk package.
 
 By all means, please keep filing (and fixing) bugs so that we can get as
 many contrib packages as possible autobuilding, but especially with the
 freeze coming soon, I don't think this should be RC for sarge.

OK, I will file the remaining similar issues as 'wishlist' items.

  Some other types of bugs like 
 
  'Missing Build-Depends on 'junit' or 
  './debian_patch' not executable 
 
  also appear on all arches including i386. I think those are 'serious' 
  FTBFS bugs, even for packages in 'contrib'. What should be done with 
  those?
 
 I agree that those should be RC, since they are not about packages we don't
 distribute.

Thank you for clarifying this.

Regards
Andreas Jochens

P.S.: Thanks a lot for the upload of the 'libmysqlclient-lgpl' package 
with the amd64 fix!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#306639: batik: FTBFS: JAVA_HOME_DIRS incorrect

2005-04-28 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thu, 28 Apr 2005 08:55:01 +0200, 
Andreas Jochens [EMAIL PROTECTED] wrote: 

 Hello Arnaud,

Yo Andreas,

[...]

 At least this particular bug occurs on all arches. It is not very nice 
 to have to read, understand and manually change 'debian/rules' and 
 maybe some other files to get a package built. In particular, this makes 
 any kind of autobuilding impossible, which is a bad thing from a 
 security point of view - and also inconvenient, of course. 

I can understand but I still don't think it's that serious.

 For the Java related packages, the {sun,ibm,blackdown}-j2sdk1.x packages
 which can be created by make-jpkg from 'java-package' make it easy to 
 set up an autobuilder, as long as all packages support this by setting
 the correct JAVA_HOME directories and by specifying the correct 
 Build-Depends.

I must admit I'm more focused on moving java packages to main than
supporting non-free jdk's ;-)

 Anyway, I will file those problems as 'wishlist' in the remaining cases.

Many thanks.

 Some other types of bugs like 

 'Missing Build-Depends on 'junit' or 
 './debian_patch' not executable 

 also appear on all arches including i386. I think those are 'serious' 
 FTBFS bugs, even for packages in 'contrib'. What should be done with 
 those?

You are right, those are really serious! and should be corrected asap!
Also, I really appreciate you provide patches when you file bugs, please
continue to do so! :-D

 Any way, I leave all the bug you reported and will try to upload fixes
 as soon as possible.

 Thank you for all the fixes to my reports which you already uploaded 
 and for your work in general!

Thanks ;-)

- -- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcMQ04vzFZu62tMIRAi6hAJwLv5acbcIf5oVjThpuPUIspxWrlwCgt/Z7
uIDwtXbqbu9TTSvhfCu+tDo=
=0oV5
-END PGP SIGNATURE-



Demande d'assistance

2005-04-28 Thread mary afo














Mme. Kone Mary
AVENUE 12 RUE 14 11PLATEUX ABIDJANIVORY COASTWEST AFRICABonjour,Je vous prie d'emblée de m'excuser pour tous les désagréments qu'un tel courrier pourrait vous causer.Mais même si nous ne nous sommes jamais rencontrés,je crois fermement que sur la base du droitd'assistance humanitaire qu'une confiance véritable peut naître de notre communication et favoriser ainsi un véritable partenariat entre nous deux. Aussi c'est avec un réel plaisir que je vous contacte depuis ABIDJAN la capitale conomique de la COTE D'IVOIRE(AFRIQUE de l'Ouest) où je vis depuis quelque temps avec mes Deux enfants après le mort de mon mari.En fait je suis Madame Kone Mary e, l'épouse légitime de le Directeur vendeur de cacao en Cote d'Ivoire (AFRIQUE de l'Ouest) assassiné par les rebelles.Pendant l'exercice de son mandat,mon époux avait déposé une valise métallique auprès d'une compagnie de sécurité en Cote d'Ivoire contenant la somme de (quinze
 millionsde dollarsUSD) pour lui permettre de concevoir un projet d'investissement à la fin de son mandatici en Cote d'Ivoire. Malheureusement le sort en a décidé autrement. Quelques temps après sa mort, j'ai découvert dans le testament cette information et j'ai automatiquement pris contact avec la compagnie de sécurité pour revendiquer cet importantlegs en ma qualité d'épouselégitime et au regard desdispositions testamentaires.Aujourd'hui ma préoccupation majeure est de transférer cette somme hors d'ici. Vu que nous avons mes enfants et moi assez sérieusement soufferts des brimades et tracasseries de la part des adversaires politiques de mon mari.
C'est dans cette perspective que je vous contacte pourque vous m'aidier à retirer celegs de la compagnie de sécurité. Car, croyez-moi je compte sur vous pour m'aider dans cette tâche qui du reste est dénuée de tout risque.Face aux bouleversements politiques incessants et les hostilités en cette Côte d'Ivoire nous désirons sérieusement partir d'ici et vivre le reste de notre vie dans un pays plus paisible et politiquement plus stable et calme.C'est ce qui justifiece souhait,cette proposition etcette demande.
Je serai volontairement d'accord sur n'importe quel pourcentage approprié de l'argent que vous proposerez en tant que votre compensation pour votre aide quant à ce qui précède. Je voudrais savoir compter sur vos qualités humaines, vertueuses et professionnelles.Dès que vous manifesterez le désir de nous aider je vous délivrerai une attestation sur honneur pour garantir ma parole et mes engagements à votre égard.Recevez mes salutations les plus sincères Fraternellement,,QUE DIEU BENISSE NOTRE COLLABORATION MmeKone Mary


		 
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !Créez votre Yahoo! Mail 
 


Re: OT: macs?

2005-04-28 Thread Anthony DeRobertis
Jens Peter Secher wrote:
Shouldn't that be

  Windows is like a prostitute.  Sure it's got a nice make up,
   but you have all kinds of vira after spending some time with it.
No, it shouldn't be, or the Latin scholars will take revenge on you.
[sending to -curiosa where this belongs]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Graham Wilson
On Thu, Apr 28, 2005 at 12:45:17PM +0200, Martin Mewes wrote:
 Pascal Hakim [EMAIL PROTECTED] wrote :
  You might want to obscure those a little bit. You should probably
  munge the Return-Path from those emails, and possibly the top
  Received: header.
 
 Munging works are in queue. The Mbox-Project is working on this, right 
 now I am only hosting the files.

What are you talking about munging? Aren't all of the mbox files only
available as compressed tarballs?

-- 
gram


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Upgrade dependencies of a package

2005-04-28 Thread Shaun Jackman
Does apt-get have a command to upgrade all the dependencies of a
package? Currently I use 'apt-cache show package' and upgrade each of
the dependencies one by one, but it seems to me this is a job for
apt-get if ever there was one. If this requires a new command, perhaps
'apt-get upgrade package' or 'apt-get upgrade-dep package'.

Cheers,
Shaun



Re: Upgrade dependencies of a package

2005-04-28 Thread Russ Allbery
Shaun Jackman [EMAIL PROTECTED] writes:

 Does apt-get have a command to upgrade all the dependencies of a
 package? Currently I use 'apt-cache show package' and upgrade each of
 the dependencies one by one, but it seems to me this is a job for
 apt-get if ever there was one. If this requires a new command, perhaps
 'apt-get upgrade package' or 'apt-get upgrade-dep package'.

I may be misunderstanding your question, but in my experience, apt-get
install package will upgrade dependencies as needed.  I'm not sure if
this works in your situation, though, depending on what sort of pinning
you're dealing with, so if that isn't the right answer, more details would
be useful.

-- 
Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Upgrade dependencies of a package

2005-04-28 Thread Emilio Jesus Gallego Arias
El jue, 28-04-2005 a las 10:19 -0700, Shaun Jackman escribi:
 Does apt-get have a command to upgrade all the dependencies of a
 package? 

Run aptitude, search for the package, go to depends line and type + to
upgrade all dependencies, this works for me.

 Currently I use 'apt-cache show package' and upgrade each of
 the dependencies one by one, but it seems to me this is a job for
 apt-get if ever there was one. If this requires a new command, perhaps
 'apt-get upgrade package' or 'apt-get upgrade-dep package'.

Regards,

Emilio

 Cheers,
 Shaun
 



uscan vs. href without slash

2005-04-28 Thread Tobias Grimm
Hi!

I have a package here, where the href of the download link looks like this:

http://www.web.org/download/?path=amp;download=mypackage-1.2.3.tar.gz

I can't get uscan to make use of this. There's one line of code in uscan,
that sets the target filename to , why uscan can't download the file anmore:

$newfile_base =~ s/\?.*$//;


Is there any way to use uscan anyway? Should I file a bug for the devcscripts
package?

It would be nice, if uscan would support two regexp groups like this:

http://www.web.org/download/ .*(mypackage-(.*)\.tar\.gz)

...where $1 matches the filename and $2 the version

bye,

Tobias

PS: If anyone wants to try it, here's the upstream homepage I'm talking about:

http://tvmovie2vdr.vdr-developer.org/#Download


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#306254: axe: FTBFS: Failed to satisfy Build-Depends dependency for axe: libxaw-dev

2005-04-28 Thread Andreas Jochens
On 05-Apr-28 12:21, H. S. Teoh wrote:
 On Mon, Apr 25, 2005 at 11:42:50AM +0200, Andreas Jochens wrote:
  E: Package libxaw-dev has no installation candidate
  E: Failed to satisfy Build-Depends dependency for axe: libxaw-dev
  
  The new version 6.1.2-14 in 'sid' does not have this problem.
 [...]
 
 Yes, I have already fixed this problem in 6.1.2-14, but it is not
 getting into testing. This package is non-free, and unfortunately that
 means people aren't very inclined to build it on the various archs for
 me.
 
 Also, I don't think this bug should affect the RC bug count for sarge,
 since it *is* non-free after all. Is there any reason for severity:
 serious here, other than the fact that the fixed package hasn't made
 it into testing yet?

The bug is tagged 'sarge' which indicates that it does not affect sid.

I think it is an RC bug for sarge as long as the new version has not 
entered testing/sarge, which may or may not happen before the release.

Please correct me if I am wrong here.

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#306268: ITP: connect -- Establish socket connection using SOCKS4 or 5 and HTTP tunnel.

2005-04-28 Thread Christoph Berg
Re: Peter Samuelson in [EMAIL PROTECTED]
  * Package name: connect
Version : 1.93
 
 That's a terrible package name.  What will the GNUSTEP people do if
 they ever want to package something that manages SMB client mounts?

That's what upstream calls the program (actually connect.c), and
package names are first-come first-serve.

Nb, also have a look at 'corkscrew' (though it doesn't seem to support
SOCKS).

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#306852: ITP: droidbattles -- A programming game

2005-04-28 Thread Kari Pahula
Package: wnpp
Severity: wishlist
Owner: Kari Pahula [EMAIL PROTECTED]


* Package name: droidbattles
  Version : 1.0.6
  Upstream Author : Andreas Agorander [EMAIL PROTECTED]
* URL : http://www.bluefire.nu/droidbattles/
* License : GPL
  Description : A programming game

DroidBattles is a programming game. You design and program bots (in an
asm-like language) in order to make it better then anyone elses
bot. You then run the bots in a battle simulation, where they try to
kill each other.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#306268: ITP: connect -- Establish socket connection using SOCKS4 or 5 and HTTP tunnel.

2005-04-28 Thread Glenn Maynard
On Fri, Apr 29, 2005 at 12:33:06AM +0200, Christoph Berg wrote:
 Re: Peter Samuelson in [EMAIL PROTECTED]
   * Package name: connect
 Version : 1.93
  
  That's a terrible package name.  What will the GNUSTEP people do if
  they ever want to package something that manages SMB client mounts?
 
 That's what upstream calls the program (actually connect.c), and
 package names are first-come first-serve.

Peter's complaint is a legitimate and important one--it really is a terrible
package name--so please don't dismiss it.  Package names are a shared
namespace, and must be chosen intelligently.

-- 
Glenn Maynard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#306268: ITP: connect -- Establish socket connection using SOCKS4 or 5 and HTTP tunnel.

2005-04-28 Thread Steve Kowalik
On Thu, 28 Apr 2005 20:40:09 -0400, Glenn Maynard uttered
 Peter's complaint is a legitimate and important one--it really is a terrible
 package name--so please don't dismiss it.  Package names are a shared
 namespace, and must be chosen intelligently.
 
I concur. When I built this program locally, I called it
socks_connect, because I knew that I'd come across a binary in 6
months called 'connect', wonder what it was, and then bin it.

Cheers,
-- 
Steve
In the beginning was the word, and the word was content-type: text/plain


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Lex Hider
On 10:26 Thu 28 Apr , Martin Mewes wrote:
 Hello,
 
 [EMAIL PROTECTED] wrote :
 
  It would be really handy to have archives of the debian mailing lists
  available as mbox archives.
 
 http://mbox.mewes.tv/ exists :-)
Great! This is exactly the kind of thing I'm after. Probably the
month-by-month approach is most beneficial to me. I do think that it's a
pity that this doesn't exist for before Nov-2004 [not your fault Martin,
just making a general point].

If it is decided not to have mbox archives, I think it is important to
have this stated on a page somewhere on debian.org along with the reason
why. I hadn't thought of the spam issue, and just had assumed that
no-one thought it a useful thing to do.

So basically, the main reason debian doesn't do this is so it isn't used
by spammers to gather email addresses[?]

A few questions/thoughts:
* Is it really that more difficult to crawl through html archives than
 mboxes? I realize to crawl through a mbox is trivial, but I don't think
 that crawling through the html would be that more difficult and presumably
 spammers already have a certain degree of skill in doing this. It would
 also be pretty trivial to subscribe to a bunch of lists and get mail
 addresses that way.

* Interesting to note that some other open-source projects do have mbox
archives: gnome and ubuntu for example.
http://mail.gnome.org/archives/gnome-devel-list/
http://lists.ubuntu.com/archives/ubuntu-devel.mbox/
It would be interesting to know if they have difficulties associated with having
mbox archives.

* Having the current months mbox archive allows user to download, put
~/Mail or wherever and *then* subscribe to list. This means you don't
receiving Re:SomeSubject emails that you don't have the parent to.

* Having a lists entire ML as mbox archive is really handy to new
 contributor to list/project. E.G. Someone takes over as release
 manager. They could have a look at entire debian-release mails to get
 upto speed and to learn the necessary history. Of course you could
 check out the html archives, but we all now it's much quicker reading
 mail in your mailing app, and you can do a lot more powerful searches,
 etc.

 The above is just my 2 cents. I don't really understand the technical
 spam details, but I thought it would be handy for you all to know some
 ways that this feature would be a good thing.

 Lex.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Lex Hider
On 14:39 Fri 29 Apr , Lex Hider wrote:
 On 10:26 Thu 28 Apr , Martin Mewes wrote:
  Hello,
  
  [EMAIL PROTECTED] wrote :
  
   It would be really handy to have archives of the debian mailing lists
   available as mbox archives.
  
  http://mbox.mewes.tv/ exists :-)
 Great! This is exactly the kind of thing I'm after. Probably the
 month-by-month approach is most beneficial to me. I do think that it's a
 pity that this doesn't exist for before Nov-2004 [not your fault Martin,
 just making a general point].
Just realised that it's from 2002. D'oh!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Publicly available mbox archives of debian mailing lists + Bug#161440

2005-04-28 Thread Glenn Maynard
On Fri, Apr 29, 2005 at 02:39:25PM +1000, Lex Hider wrote:
 So basically, the main reason debian doesn't do this is so it isn't used
 by spammers to gather email addresses[?]

I would imagine the reason is more like not enough demand or nobody has
ever bothered.  Making mboxes available wouldn't make things any easier for
address harvesters.

(In practice I don't spend much time reading old threads, and it's more
convenient to read a couple messages by Googling for a Message-ID than to
download big mboxes.  I wouldn't use them very much.)

-- 
Glenn Maynard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted tuxracer 0.61-7 (all source)

2005-04-28 Thread Alexander Schmehl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 21 Apr 2005 17:14:30 +0200
Source: tuxracer
Binary: tuxracer tuxracer-data
Architecture: source all
Version: 0.61-7
Distribution: unstable
Urgency: low
Maintainer: Alexander Schmehl [EMAIL PROTECTED]
Changed-By: Alexander Schmehl [EMAIL PROTECTED]
Description: 
 tuxracer   - dummy transition package
 tuxracer-data - dummy transition package
Closes: 281596
Changes: 
 tuxracer (0.61-7) unstable; urgency=low
 .
   * bumped standards version to 3.6.1 (no changes
   * tuxracer is now a transistation package to ppracer, therefore
 - removed the game itself
 - made it a native package (including lintian override for the package
   revision)
 - set architecure to all
 - added a README.Debian
 - added a small script, telling people to use ppracer instead, pointing to
   the Readme
 - Closes: #281596
Files: 
 75ab10bf7698394636c0f13ce02c23ee 507 games optional tuxracer_0.61-7.dsc
 9f1043a11171ee03c46d78d80e5358c3 5320 games optional tuxracer_0.61-7.tar.gz
 534508cb7233466fcf5682e6ca5839ea 5648 games optional tuxracer_0.61-7_all.deb
 1472aaf8ba972829ab1926f16ad18ace 4420 games optional 
tuxracer-data_0.61-7_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcHdwYDBbMcCf01oRAlqjAKCpHRfAWnuplZLDF/PrbYJ39Y4LoACfYzxt
FScpIFda9F/LEl0OBBJ4YIw=
=YCHV
-END PGP SIGNATURE-


Accepted:
tuxracer-data_0.61-7_all.deb
  to pool/main/t/tuxracer/tuxracer-data_0.61-7_all.deb
tuxracer_0.61-7.dsc
  to pool/main/t/tuxracer/tuxracer_0.61-7.dsc
tuxracer_0.61-7.tar.gz
  to pool/main/t/tuxracer/tuxracer_0.61-7.tar.gz
tuxracer_0.61-7_all.deb
  to pool/main/t/tuxracer/tuxracer_0.61-7_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted tulip 2.0.2-1 (i386 source)

2005-04-28 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Apr 2005 00:56:20 +0200
Source: tulip
Binary: libtulip-qt-2.0-dev libtulip-2.0-dev libtulip-ogl-2.0 libtulip-2.0 
libtulip-qt-2.0 libtulip-ogl-2.0-dev tulip
Architecture: source i386
Version: 2.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson [EMAIL PROTECTED]
Changed-By: Yann Dirson [EMAIL PROTECTED]
Description: 
 libtulip-2.0 - Tulib graph library - core runtime
 libtulip-2.0-dev - Tulib graph library - core development files
 libtulip-ogl-2.0 - Tulib graph library - OpenGL runtime
 libtulip-ogl-2.0-dev - Tulib graph library - OpenGL development files
 libtulip-qt-2.0 - Tulib graph library - Qt/OpenGL gui runtime
 libtulip-qt-2.0-dev - Tulib graph library - Qt/OpenGL gui development files
 tulip  - A system dedicated to the visualization of huge graphs
Closes: 298930
Changes: 
 tulip (2.0.2-1) unstable; urgency=low
 .
   * New upstream release, shipping Vera instead of Luxi fonts (Closes:
 #298930).
   * Create symlinks to Vera and Vera Bold instead of duplicating those
 fonts.  Depend on ttf-bitstream-vera for this.
   * Added temporary build-dep on libglide3 to workaround mesag3 6.2.1-4
 bug.
   * Dropped now-unneeded patches 01_recent-freetype_buildfix.
   * Updated patch 50_xpath_hack, and accordingly 99_autotools.
   * Build-depend on newer libosmesa6-dev.
   * Adjusted debian/watch for new upstream site layout.
   * Fixed compilation of plugins/layout/SpringElectrical.cpp
 = debian/patches/01_springelectrical
Files: 
 0fab601600cbe88d88500528e444a257 802 graphics optional tulip_2.0.2-1.dsc
 e30ac2eee6ce64543540b5e0251a6a52 1766869 graphics optional 
tulip_2.0.2.orig.tar.gz
 d61539cafe8e02f5aaacc8c193e4d4e6 487879 graphics optional tulip_2.0.2-1.diff.gz
 7ed6f8a7d8c3f70a16d6e179e2b880b8 3243310 graphics optional 
tulip_2.0.2-1_i386.deb
 17edfda7a7c4dc3087438d7fa99e7e94 264170 libs optional 
libtulip-2.0_2.0.2-1_i386.deb
 c5ca6a1de297be07097f2c7b7724e222 48916 devel optional 
libtulip-2.0-dev_2.0.2-1_i386.deb
 7c54deebeb273bcd91c4e6e55bcab038 229294 libs optional 
libtulip-ogl-2.0_2.0.2-1_i386.deb
 97491aadb5a2aa063aa36ffcd6429f7e 23950 devel optional 
libtulip-ogl-2.0-dev_2.0.2-1_i386.deb
 9527142f0036b2243bdcd0b04bc4e5d1 199154 libs optional 
libtulip-qt-2.0_2.0.2-1_i386.deb
 7c88da53a737fea62275ea22b966ca3d 16294 devel optional 
libtulip-qt-2.0-dev_2.0.2-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcHdqV1uVslwzwbgRAmF+AJ9DLG2ZVoWktOI0kfUywDt8+N6AUgCgtARx
SkYzt8Y5a5uL6cZozlAn5UE=
=iVqp
-END PGP SIGNATURE-


Accepted:
libtulip-2.0-dev_2.0.2-1_i386.deb
  to pool/main/t/tulip/libtulip-2.0-dev_2.0.2-1_i386.deb
libtulip-2.0_2.0.2-1_i386.deb
  to pool/main/t/tulip/libtulip-2.0_2.0.2-1_i386.deb
libtulip-ogl-2.0-dev_2.0.2-1_i386.deb
  to pool/main/t/tulip/libtulip-ogl-2.0-dev_2.0.2-1_i386.deb
libtulip-ogl-2.0_2.0.2-1_i386.deb
  to pool/main/t/tulip/libtulip-ogl-2.0_2.0.2-1_i386.deb
libtulip-qt-2.0-dev_2.0.2-1_i386.deb
  to pool/main/t/tulip/libtulip-qt-2.0-dev_2.0.2-1_i386.deb
libtulip-qt-2.0_2.0.2-1_i386.deb
  to pool/main/t/tulip/libtulip-qt-2.0_2.0.2-1_i386.deb
tulip_2.0.2-1.diff.gz
  to pool/main/t/tulip/tulip_2.0.2-1.diff.gz
tulip_2.0.2-1.dsc
  to pool/main/t/tulip/tulip_2.0.2-1.dsc
tulip_2.0.2-1_i386.deb
  to pool/main/t/tulip/tulip_2.0.2-1_i386.deb
tulip_2.0.2.orig.tar.gz
  to pool/main/t/tulip/tulip_2.0.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted toshset 1.64-3 (i386 source)

2005-04-28 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 16:21:42 +1000
Source: toshset
Binary: toshset
Architecture: source i386
Version: 1.64-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 toshset- Access much of the Toshiba laptop hardware interface
Changes: 
 toshset (1.64-3) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 2ec3bcdd1dd4ad206dedbdf8110c310e 663 utils optional toshset_1.64-3.dsc
 d99c2698b342da6f89102aefb4ec9e6c 6099 utils optional toshset_1.64-3.diff.gz
 641792d48e3f6d2a9eb8a3902e1878f0 51120 utils optional toshset_1.64-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcIaHIblXXKfZFgIRAg7YAJsGJvHypeX5krvSElQ2hN1x7xem7ACePGXN
Y8Ro1pvGFhSWUPO5ISSGMOI=
=hRCA
-END PGP SIGNATURE-


Accepted:
toshset_1.64-3.diff.gz
  to pool/main/t/toshset/toshset_1.64-3.diff.gz
toshset_1.64-3.dsc
  to pool/main/t/toshset/toshset_1.64-3.dsc
toshset_1.64-3_i386.deb
  to pool/main/t/toshset/toshset_1.64-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libaqbanking 1.0.9-2 (i386 source all)

2005-04-28 Thread Thomas Viehmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 09:27:14 +0200
Source: libaqbanking
Binary: libaqbanking-data libaqbanking0-dev 
libaqbanking-plugins-libgwenhywfar17 libaqbanking-doc libaqbanking0
Architecture: source i386 all
Version: 1.0.9-2
Distribution: unstable
Urgency: low
Maintainer: Micha Lenk [EMAIL PROTECTED]
Changed-By: Thomas Viehmann [EMAIL PROTECTED]
Description: 
 libaqbanking-data - configuration files for libaqbanking
 libaqbanking-doc - library for online banking applications
 libaqbanking-plugins-libgwenhywfar17 - library for online banking applications 
plugins to libgwenhywfar
 libaqbanking0 - library for online banking applications
 libaqbanking0-dev - library for online banking applications
Changes: 
 libaqbanking (1.0.9-2) unstable; urgency=low
 .
   * When will Thomas learn to adjust the build-dependency on libgwenhywfar
 in the -1 releases?
Files: 
 d6a02365218169649a9333623288495c 877 libs optional libaqbanking_1.0.9-2.dsc
 a1e5225261747dac53738a3562929cc4 3220 libs optional 
libaqbanking_1.0.9-2.diff.gz
 59456fa0246fb171524d0245a20ca4ab 66274 libdevel optional 
libaqbanking0-dev_1.0.9-2_all.deb
 8188b51f0edfe3f7d49f4f0b32ec27a4 224160 doc optional 
libaqbanking-doc_1.0.9-2_all.deb
 26b28b9743b065e7df0c6b318d3c5d6c 1961046 libs optional 
libaqbanking-data_1.0.9-2_all.deb
 68dbddd15d6bf3e98c104319f7fe382e 181684 libs optional 
libaqbanking0_1.0.9-2_i386.deb
 4f985ee7989cea1f9b29862973392bf0 48204 libs optional 
libaqbanking-plugins-libgwenhywfar17_1.0.9-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: GnuPG key at http://thomas.viehmann.net/

iD8DBQFCcJHdriZpaaIa1PkRAtgMAKD7et+9CDsxYmx8J8fx7E+itEMF8gCePLtw
wDO5OvxwfuN1TiGTG4khbuw=
=cJpG
-END PGP SIGNATURE-


Accepted:
libaqbanking-data_1.0.9-2_all.deb
  to pool/main/liba/libaqbanking/libaqbanking-data_1.0.9-2_all.deb
libaqbanking-doc_1.0.9-2_all.deb
  to pool/main/liba/libaqbanking/libaqbanking-doc_1.0.9-2_all.deb
libaqbanking-plugins-libgwenhywfar17_1.0.9-2_i386.deb
  to 
pool/main/liba/libaqbanking/libaqbanking-plugins-libgwenhywfar17_1.0.9-2_i386.deb
libaqbanking0-dev_1.0.9-2_all.deb
  to pool/main/liba/libaqbanking/libaqbanking0-dev_1.0.9-2_all.deb
libaqbanking0_1.0.9-2_i386.deb
  to pool/main/liba/libaqbanking/libaqbanking0_1.0.9-2_i386.deb
libaqbanking_1.0.9-2.diff.gz
  to pool/main/liba/libaqbanking/libaqbanking_1.0.9-2.diff.gz
libaqbanking_1.0.9-2.dsc
  to pool/main/liba/libaqbanking/libaqbanking_1.0.9-2.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lvm2 2.01.04-4 (i386 source)

2005-04-28 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 09:58:00 +0200
Source: lvm2
Binary: clvm lvm2-udeb lvm2
Architecture: source i386
Version: 2.01.04-4
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team [EMAIL PROTECTED]
Changed-By: Bastian Blank [EMAIL PROTECTED]
Description: 
 clvm   - Cluster LVM Daemon for lvm2
 lvm2   - The Linux Logical Volume Manager
 lvm2-udeb  - The Linux Logical Volume Manager (udeb)
Closes: 298762
Changes: 
 lvm2 (2.01.04-4) unstable; urgency=low
 .
   * Don't longer use cdbs.
   * Remove cruft.
   * Workaround missing O_NOATIME on amd64. (closes: #298762)
Files: 
 b15dd9cc34fb43069a8c9ab66e4b0ecf 774 admin optional lvm2_2.01.04-4.dsc
 709e75ec1ebbc8bde8d17c3b70126caf 11655 admin optional lvm2_2.01.04-4.diff.gz
 313779d2b220a55bf10e1b386ef5a9c3 268006 admin optional lvm2_2.01.04-4_i386.deb
 6a9a4b5f82953c0ee2726d3c3c00025c 196192 debian-installer optional 
lvm2-udeb_2.01.04-4_i386.udeb
 24d944c1e77ca13b8d952083d4c93e44 159144 admin extra clvm_2.01.04-4_i386.deb
package-type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iEYEARECAAYFAkJwmHEACgkQLkAIIn9ODhGb8gCeNbReUm6Gvz9JLqRNogbsi6Rw
55gAn0KV/EIIA/f44oAJBt7nyom0FHXj
=eIXy
-END PGP SIGNATURE-


Accepted:
clvm_2.01.04-4_i386.deb
  to pool/main/l/lvm2/clvm_2.01.04-4_i386.deb
lvm2-udeb_2.01.04-4_i386.udeb
  to pool/main/l/lvm2/lvm2-udeb_2.01.04-4_i386.udeb
lvm2_2.01.04-4.diff.gz
  to pool/main/l/lvm2/lvm2_2.01.04-4.diff.gz
lvm2_2.01.04-4.dsc
  to pool/main/l/lvm2/lvm2_2.01.04-4.dsc
lvm2_2.01.04-4_i386.deb
  to pool/main/l/lvm2/lvm2_2.01.04-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cfengine2 2.1.14-1 (i386 source all)

2005-04-28 Thread Morten Werner Olsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 08:59:27 +0200
Source: cfengine2
Binary: cfengine2-doc cfengine2
Architecture: source i386 all
Version: 2.1.14-1
Distribution: unstable
Urgency: high
Maintainer: [EMAIL PROTECTED]
Changed-By: Morten Werner Olsen [EMAIL PROTECTED]
Description: 
 cfengine2  - Tool for configuring and maintaining network machines
 cfengine2-doc - HTML and Info documentation for cfengine2
Closes: 286691 290575 301956 302318 302363 304487 304917
Changes: 
 cfengine2 (2.1.14-1) unstable; urgency=high
 .
   * New upstream release. Closes: #304487
  * Added SIGCHLD signal handling in popen.c. Closes: #302363
  * EmailMaxLines works again. Closes: #301956
  * Fixes cfagent error with EndLoop without ForEachLineIn when
ForEachLineIn exits. Closes: #302318
   * Added debian/NEWS.Debian with information about extra encryption stage
 added in C5 protocol which makes 2.1.14 cfagent clients unable to talk
 to older servers.
   * Now possible to specify arguments to cfservd (thanks to Fabien SEISEN
 for patch). Closes: #286691
   * Translations:
  * Catalan (thanks to Miguel Gea Milvaques). Closes: #290575.
  * Czech (thanks to Martin Sin). Closes: #304917
Files: 
 07130586db62713d8d0dc984217589eb 813 admin optional cfengine2_2.1.14-1.dsc
 bc60a13b6890275ba6b17a07c257cac5 3513765 admin optional 
cfengine2_2.1.14.orig.tar.gz
 5ea7b6b663ec39d02fa57721d6995711 32006 admin optional 
cfengine2_2.1.14-1.diff.gz
 2c75ce4d4c510dcb0735b21cbabf9b01 510550 doc extra 
cfengine2-doc_2.1.14-1_all.deb
 f78eca1136dce6cf2684f6bfa518f8f3 649916 admin optional 
cfengine2_2.1.14-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcJkVcByyo9pgKCIRAka9AJ4xwuHc88sl38bU7tt4IdZtdia1dwCdGqoI
HbWTAkGKGQAEuViXhIelA3w=
=xgZl
-END PGP SIGNATURE-


Accepted:
cfengine2-doc_2.1.14-1_all.deb
  to pool/main/c/cfengine2/cfengine2-doc_2.1.14-1_all.deb
cfengine2_2.1.14-1.diff.gz
  to pool/main/c/cfengine2/cfengine2_2.1.14-1.diff.gz
cfengine2_2.1.14-1.dsc
  to pool/main/c/cfengine2/cfengine2_2.1.14-1.dsc
cfengine2_2.1.14-1_i386.deb
  to pool/main/c/cfengine2/cfengine2_2.1.14-1_i386.deb
cfengine2_2.1.14.orig.tar.gz
  to pool/main/c/cfengine2/cfengine2_2.1.14.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdu 3.0-13 (i386 source)

2005-04-28 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 09:54:24 +0200
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-13
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Closes: 306704
Changes: 
 xdu (3.0-13) unstable; urgency=low
 .
   * Correct some typo in the man page (thanks to A Costa [EMAIL PROTECTED])
 (closes: #306704)
Files: 
 f9843a470b07c12bfbc8e22d175cbb94 579 utils optional xdu_3.0-13.dsc
 ab98bf6b1df117315d5973037b8d69e0 4853 utils optional xdu_3.0-13.diff.gz
 f9126a78e9e48ccdf92abf337de9e3ac 15434 utils optional xdu_3.0-13_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcJlwsOGY15BXtdMRAtYdAJ92jWD17KGzGTtHLkUE5eRmX/yl7ACfR/v2
9l9D6R+uYBKgiE82X6W8jn4=
=Mo+1
-END PGP SIGNATURE-


Accepted:
xdu_3.0-13.diff.gz
  to pool/main/x/xdu/xdu_3.0-13.diff.gz
xdu_3.0-13.dsc
  to pool/main/x/xdu/xdu_3.0-13.dsc
xdu_3.0-13_i386.deb
  to pool/main/x/xdu/xdu_3.0-13_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted basilisk2 0.9.20050428-1 (powerpc source)

2005-04-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 10:11:53 +0200
Source: basilisk2
Binary: basilisk2
Architecture: source powerpc
Version: 0.9.20050428-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 basilisk2  - 68k Macintosh emulator
Changes: 
 basilisk2 (0.9.20050428-1) unstable; urgency=low
 .
   * New snapshot from upstream CVS.
Files: 
 9a5d3ad68869c0128d682cc0509d3b25 830 contrib/otherosfs optional 
basilisk2_0.9.20050428-1.dsc
 abd5b0748227b78ef9cf25f2616ed608 883878 contrib/otherosfs optional 
basilisk2_0.9.20050428.orig.tar.gz
 0e10ad6bbb3bc1e6ef5b5f7657518e04 475968 contrib/otherosfs optional 
basilisk2_0.9.20050428-1.diff.gz
 611adf310b084b27c5831c5508396bb2 371664 contrib/otherosfs optional 
basilisk2_0.9.20050428-1_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcJ6kn7DbMsAkQLgRAma3AKCH2+pZJK42FqmiNOu+Np8DSeXgqQCdEDoH
oaM4bPRxl0nSCShwLPRoiOc=
=h4ZG
-END PGP SIGNATURE-


Accepted:
basilisk2_0.9.20050428-1.diff.gz
  to pool/contrib/b/basilisk2/basilisk2_0.9.20050428-1.diff.gz
basilisk2_0.9.20050428-1.dsc
  to pool/contrib/b/basilisk2/basilisk2_0.9.20050428-1.dsc
basilisk2_0.9.20050428-1_powerpc.deb
  to pool/contrib/b/basilisk2/basilisk2_0.9.20050428-1_powerpc.deb
basilisk2_0.9.20050428.orig.tar.gz
  to pool/contrib/b/basilisk2/basilisk2_0.9.20050428.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted pnet 0.6.12-4 (i386 source)

2005-04-28 Thread Andrew Mitchell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Apr 2005 20:29:13 +1200
Source: pnet
Binary: pnet-interpreter pnet-dev pnet pnet-compiler pnet-ctools
Architecture: source i386
Version: 0.6.12-4
Distribution: unstable
Urgency: low
Maintainer: Andrew Mitchell [EMAIL PROTECTED]
Changed-By: Andrew Mitchell [EMAIL PROTECTED]
Description: 
 pnet   - DotGNU C# compiler, runtime, (dis)assembler
 pnet-compiler - DotGNU Portable.NET C# compiler  tools
 pnet-ctools - Development tools for compiling C to IL bytecode
 pnet-dev   - Development package for DotGNU Portable.NET
 pnet-interpreter - DotGNU C# compiler, runtime, (dis)assembler
Changes: 
 pnet (0.6.12-4) unstable; urgency=low
 .
   * Add alternatives strong-name-tool, resource-file-generator,
 assembly-linker, c-sharp-compiler to pnet-compiler.
Files: 
 23214e6d8eab5c62add6f14c8ea8ce83 668 devel optional pnet_0.6.12-4.dsc
 d6d67d4fab220e0315bfe7c1168c8afc 2086471 devel optional pnet_0.6.12-4.diff.gz
 5add6cb29d8e1c43927c4680e726ddaf 81118 devel optional pnet_0.6.12-4_i386.deb
 ab99613f43dd0fa2405169bebc5d9119 4328534 devel optional 
pnet-compiler_0.6.12-4_i386.deb
 7ad3335f369fa1d8956e9778fb3de0a1 490840 devel optional 
pnet-interpreter_0.6.12-4_i386.deb
 ff8539b2bcc413919b70ebd1cc30a320 138202 devel optional 
pnet-ctools_0.6.12-4_i386.deb
 ac650a4327357a2f0e705cb52ddb7e1d 1045500 devel optional 
pnet-dev_0.6.12-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcKOp3cp5nGFDTdYRAhWMAKCXX1DZdKmEVK0ZqvZKmZmFF2l2VACglVNJ
XjB5JWmJ7MhyWppk68aEYfg=
=SD9Z
-END PGP SIGNATURE-


Accepted:
pnet-compiler_0.6.12-4_i386.deb
  to pool/main/p/pnet/pnet-compiler_0.6.12-4_i386.deb
pnet-ctools_0.6.12-4_i386.deb
  to pool/main/p/pnet/pnet-ctools_0.6.12-4_i386.deb
pnet-dev_0.6.12-4_i386.deb
  to pool/main/p/pnet/pnet-dev_0.6.12-4_i386.deb
pnet-interpreter_0.6.12-4_i386.deb
  to pool/main/p/pnet/pnet-interpreter_0.6.12-4_i386.deb
pnet_0.6.12-4.diff.gz
  to pool/main/p/pnet/pnet_0.6.12-4.diff.gz
pnet_0.6.12-4.dsc
  to pool/main/p/pnet/pnet_0.6.12-4.dsc
pnet_0.6.12-4_i386.deb
  to pool/main/p/pnet/pnet_0.6.12-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libcgi-formbuilder-perl 3.02-2 (all source)

2005-04-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 10:23:27 +0200
Source: libcgi-formbuilder-perl
Binary: libcgi-formbuilder-perl
Architecture: source all
Version: 3.02-2
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 libcgi-formbuilder-perl - Easily generate and process stateful forms
Changes: 
 libcgi-formbuilder-perl (3.02-2) unstable; urgency=medium
 .
   * Add upstream patch fixing wrong values shown in static mode.
   * Set urgency=medium as this is a small bugfix and targeted at sarge.
   * Suggest libsession-perl (for multipage applications).
   * Build-depend on (officially Debian-released) templating helper
 modules and libsession-perl, to run most possible regression tests.
Files: 
 273294b80da6eb21e29bd26669bcf604 793 perl optional 
libcgi-formbuilder-perl_3.02-2.dsc
 1f32fc8f4fafe09b12d11d6b26242faf 3015 perl optional 
libcgi-formbuilder-perl_3.02-2.diff.gz
 b57399cfa32a35a13a1e195d5f998568 158618 perl optional 
libcgi-formbuilder-perl_3.02-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcKNLn7DbMsAkQLgRAgs6AJsF8GWr/Yx9VuklRUyMAgVhMxpKngCdFg+z
pshJ2JusUTDaPm3p1FOnz1E=
=XwbY
-END PGP SIGNATURE-


Accepted:
libcgi-formbuilder-perl_3.02-2.diff.gz
  to 
pool/main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.02-2.diff.gz
libcgi-formbuilder-perl_3.02-2.dsc
  to pool/main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.02-2.dsc
libcgi-formbuilder-perl_3.02-2_all.deb
  to 
pool/main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.02-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lvm2 2.01.04-5 (i386 source)

2005-04-28 Thread Andres Salomon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 05:20:08 -0400
Source: lvm2
Binary: clvm lvm2-udeb lvm2
Architecture: source i386
Version: 2.01.04-5
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team [EMAIL PROTECTED]
Changed-By: Andres Salomon [EMAIL PROTECTED]
Description: 
 clvm   - Cluster LVM Daemon for lvm2
 lvm2   - The Linux Logical Volume Manager
 lvm2-udeb  - The Linux Logical Volume Manager (udeb)
Changes: 
 lvm2 (2.01.04-5) unstable; urgency=low
 .
   * Revert -4's rather widespread changes, except for the amd64 fix.
Files: 
 61941a2aed98919438eff4188afa6680 805 admin optional lvm2_2.01.04-5.dsc
 2c66b61f761d41127b7e3f188a816991 17325 admin optional lvm2_2.01.04-5.diff.gz
 b61e1f4932eb278ddf20eb74fc48caab 269660 admin optional lvm2_2.01.04-5_i386.deb
 205f0b8145c052055c9d50f0bc48d6e8 196184 debian-installer optional 
lvm2-udeb_2.01.04-5_i386.udeb
 d387e48f8945ca8aa3e4f975d6399ef9 159554 admin extra clvm_2.01.04-5_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcK7Z78o9R9NraMQRAt05AJ4rTq/WXigtzWbrYpfbUFGh/+OfhACfaXow
EJucLjK6J6iihmmi1DfKQEc=
=nj1P
-END PGP SIGNATURE-


Accepted:
clvm_2.01.04-5_i386.deb
  to pool/main/l/lvm2/clvm_2.01.04-5_i386.deb
lvm2-udeb_2.01.04-5_i386.udeb
  to pool/main/l/lvm2/lvm2-udeb_2.01.04-5_i386.udeb
lvm2_2.01.04-5.diff.gz
  to pool/main/l/lvm2/lvm2_2.01.04-5.diff.gz
lvm2_2.01.04-5.dsc
  to pool/main/l/lvm2/lvm2_2.01.04-5.dsc
lvm2_2.01.04-5_i386.deb
  to pool/main/l/lvm2/lvm2_2.01.04-5_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xblast-tnt 2.10.2-2 (i386 source)

2005-04-28 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Apr 2005 23:44:16 +0200
Source: xblast-tnt
Binary: xblast-tnt-mini xblast-tnt
Architecture: source i386
Version: 2.10.2-2
Distribution: unstable
Urgency: high
Maintainer: Gerfried Fuchs [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 xblast-tnt - multiplayer blast-the-others game inspired by Dynablaster
 xblast-tnt-mini - multiplayer blast-the-others game inspired by Dynablaster
Closes: 306337
Changes: 
 xblast-tnt (2.10.2-2) unstable; urgency=high
 .
   * Fix for rename player segfault from upstream CVS applied (closes: #306337)
Files: 
 6cd8c5c52b9f1a7358f468837c41e751 590 games optional xblast-tnt_2.10.2-2.dsc
 bde448c8969658da544ca86a94bec9f7 4143 games optional 
xblast-tnt_2.10.2-2.diff.gz
 f2d122b8eca03b3c04f879774e87a275 233626 games optional 
xblast-tnt_2.10.2-2_i386.deb
 2c7874f0f2eb8630005a3430df4ff08b 234210 games optional 
xblast-tnt-mini_2.10.2-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iEYEARECAAYFAkJwsnQACgkQELuA/Ba9d8YETACfeOsIBCFAiO7KiMHvKV6oI97D
L/AAoOBgdOtok0Sv9OkH1adhl1c2kS72
=p2Hy
-END PGP SIGNATURE-


Accepted:
xblast-tnt-mini_2.10.2-2_i386.deb
  to pool/main/x/xblast-tnt/xblast-tnt-mini_2.10.2-2_i386.deb
xblast-tnt_2.10.2-2.diff.gz
  to pool/main/x/xblast-tnt/xblast-tnt_2.10.2-2.diff.gz
xblast-tnt_2.10.2-2.dsc
  to pool/main/x/xblast-tnt/xblast-tnt_2.10.2-2.dsc
xblast-tnt_2.10.2-2_i386.deb
  to pool/main/x/xblast-tnt/xblast-tnt_2.10.2-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted k3d 0.4.5.0-4 (i386 source all)

2005-04-28 Thread David Martnez Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 12:05:58 +0200
Source: k3d
Binary: k3d-doc k3d-dev k3d
Architecture: source i386 all
Version: 0.4.5.0-4
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno [EMAIL PROTECTED]
Changed-By: David Martínez Moreno [EMAIL PROTECTED]
Description: 
 k3d- 3D modeling and animation system
 k3d-dev- 3D modeling and animation system - Development files
 k3d-doc- 3D modeling and animation system - Documentation
Changes: 
 k3d (0.4.5.0-4) unstable; urgency=low
 .
   * Damn. I did not remember why I had automake1.6 in Build-Depends...missing,
 install-sh, and all that scripting stuff is symlinked to the original
 files included in automake1.6. For less headaches, I will include it in
 the Build-Depends for now.
Files: 
 373ba641567d2f9c70d539f4ad421898 760 graphics optional k3d_0.4.5.0-4.dsc
 0c0138f2e38b06769849c6e076a075a0 10349 graphics optional k3d_0.4.5.0-4.diff.gz
 4f8c636a2cd276aa0cab2e267881073a 420606 graphics optional 
k3d-doc_0.4.5.0-4_all.deb
 993784df71e7f20810179211ace18218 10494404 graphics optional 
k3d_0.4.5.0-4_i386.deb
 a000ec97886f2b7ead28f0455e013a5e 1175350 graphics optional 
k3d-dev_0.4.5.0-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcL3IWs/EhA1iABsRAkpJAKCd7axE5Yc5GfKHmfJvStVdEQzk/ACgrH9u
EdogGRahlhGHmjPTiJM1a+k=
=MvYJ
-END PGP SIGNATURE-


Accepted:
k3d-dev_0.4.5.0-4_i386.deb
  to pool/main/k/k3d/k3d-dev_0.4.5.0-4_i386.deb
k3d-doc_0.4.5.0-4_all.deb
  to pool/main/k/k3d/k3d-doc_0.4.5.0-4_all.deb
k3d_0.4.5.0-4.diff.gz
  to pool/main/k/k3d/k3d_0.4.5.0-4.diff.gz
k3d_0.4.5.0-4.dsc
  to pool/main/k/k3d/k3d_0.4.5.0-4.dsc
k3d_0.4.5.0-4_i386.deb
  to pool/main/k/k3d/k3d_0.4.5.0-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gtkpbbuttons 0.6.7-1 (powerpc source)

2005-04-28 Thread Frank Lichtenheld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 12:42:26 +0200
Source: gtkpbbuttons
Binary: gtkpbbuttons gtkpbbuttons-gnome
Architecture: source powerpc
Version: 0.6.7-1
Distribution: experimental
Urgency: low
Maintainer: Frank Lichtenheld [EMAIL PROTECTED]
Changed-By: Frank Lichtenheld [EMAIL PROTECTED]
Description: 
 gtkpbbuttons - GTK client for pbbuttonsd
 gtkpbbuttons-gnome - GTK client for pbbuttonsd -- with session managment 
support
Closes: 290369
Changes: 
 gtkpbbuttons (0.6.7-1) experimental; urgency=low
 .
   * New upstream version
 - should fix problems with transparency (Closes: #290369)
Files: 
 8ab03135684da745e332bf09837496bf 764 x11 optional gtkpbbuttons_0.6.7-1.dsc
 0f5855694f00f677c091559e4f9e99b7 812771 x11 optional 
gtkpbbuttons_0.6.7.orig.tar.gz
 c29d8657d4fbecfa6ec9c1e1ba298c99 5255 x11 optional gtkpbbuttons_0.6.7-1.diff.gz
 5beb7ffcc56711622b7afc97a19ef83d 716806 x11 optional 
gtkpbbuttons_0.6.7-1_powerpc.deb
 6f395c38f4804ff9cd4f264c7f88894c 716870 gnome extra 
gtkpbbuttons-gnome_0.6.7-1_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcL4fQbn06FtxPfARAp0lAJ9b2XgrNr1vPe8wi9Iv6uVGeiKxmwCff2hA
5If7vaxVTnC7/jVzpkLnvuM=
=aPuZ
-END PGP SIGNATURE-


Accepted:
gtkpbbuttons-gnome_0.6.7-1_powerpc.deb
  to pool/main/g/gtkpbbuttons/gtkpbbuttons-gnome_0.6.7-1_powerpc.deb
gtkpbbuttons_0.6.7-1.diff.gz
  to pool/main/g/gtkpbbuttons/gtkpbbuttons_0.6.7-1.diff.gz
gtkpbbuttons_0.6.7-1.dsc
  to pool/main/g/gtkpbbuttons/gtkpbbuttons_0.6.7-1.dsc
gtkpbbuttons_0.6.7-1_powerpc.deb
  to pool/main/g/gtkpbbuttons/gtkpbbuttons_0.6.7-1_powerpc.deb
gtkpbbuttons_0.6.7.orig.tar.gz
  to pool/main/g/gtkpbbuttons/gtkpbbuttons_0.6.7.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted weathermap4rrd 1.1.1g-2 (all source)

2005-04-28 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 13:15:01 +0200
Source: weathermap4rrd
Binary: weathermap4rrd
Architecture: source all
Version: 1.1.1g-2
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou [EMAIL PROTECTED]
Changed-By: Julien Danjou [EMAIL PROTECTED]
Description: 
 weathermap4rrd - script that generates picture network links utilization
Changes: 
 weathermap4rrd (1.1.1g-2) unstable; urgency=low
 .
   * Change priority to `extra'
Files: 
 c500b29394109d81302388e0dd86a32e 604 net extra weathermap4rrd_1.1.1g-2.dsc
 c3f429f7832eecfcfacc1ed822a951d8 2073 net extra weathermap4rrd_1.1.1g-2.diff.gz
 b0d873f76783513d308cd2c91e1326da 8808 net extra weathermap4rrd_1.1.1g-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcMXppGK1HsL+5c0RAgOpAKC0HeWrftCVw0ZsrD5yhIozDOHjUQCgx7PX
9LdmkJgbdMJaYp75yER5mwM=
=/mlB
-END PGP SIGNATURE-


Accepted:
weathermap4rrd_1.1.1g-2.diff.gz
  to pool/main/w/weathermap4rrd/weathermap4rrd_1.1.1g-2.diff.gz
weathermap4rrd_1.1.1g-2.dsc
  to pool/main/w/weathermap4rrd/weathermap4rrd_1.1.1g-2.dsc
weathermap4rrd_1.1.1g-2_all.deb
  to pool/main/w/weathermap4rrd/weathermap4rrd_1.1.1g-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lftp 3.1.3-1 (i386 source)

2005-04-28 Thread Nol Kthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 18:11:59 +0200
Source: lftp
Binary: lftp
Architecture: source i386
Version: 3.1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 lftp   - Sophisticated command-line FTP/HTTP client programs
Closes: 305160
Changes: 
 lftp (3.1.3-1) unstable; urgency=medium
 .
   * new upstream from 2005-04-15
   * disabled ssl support because of license problem. See:
 http://bugs.debian.org/305160
 http://www.mail-archive.com/lftp%40uniyar.ac.ru/msg02012.html
 http://www.openssl.org/support/faq.html#LEGAL2
 http://www.gnome.org/~markmc/openssl-and-the-gpl.html
 If the author add the needed exception to allow to link
 against openssl it will be enabled again.
 Better a lftp without ssl than no lftp in sarge.
 (closes: Bug#305160)
Files: 
 8312cfef4e1b21ea083ee658d395dd95 598 net optional lftp_3.1.3-1.dsc
 ad35c121c456be9f0796f84075dda9f2 1675312 net optional lftp_3.1.3.orig.tar.gz
 375d01328a87cea02031b74af05db49c 9837 net optional lftp_3.1.3-1.diff.gz
 236c5045f57c985874754e718c0472ca 532044 net optional lftp_3.1.3-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcNPd9/DnDzB9Vu0RAv9lAJwJgcaaeR5GtKk7hxG6nm2zWZ0oQwCfXlaH
ae5fNZo4mQ/YT8avI8TqfCc=
=P1ny
-END PGP SIGNATURE-


Accepted:
lftp_3.1.3-1.diff.gz
  to pool/main/l/lftp/lftp_3.1.3-1.diff.gz
lftp_3.1.3-1.dsc
  to pool/main/l/lftp/lftp_3.1.3-1.dsc
lftp_3.1.3-1_i386.deb
  to pool/main/l/lftp/lftp_3.1.3-1_i386.deb
lftp_3.1.3.orig.tar.gz
  to pool/main/l/lftp/lftp_3.1.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted criticalmass 1:0.9.11-1 (i386 source all)

2005-04-28 Thread Daniel Burrows
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 08:01:00 -0400
Source: criticalmass
Binary: criticalmass criticalmass-data
Architecture: source i386 all
Version: 1:0.9.11-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows [EMAIL PROTECTED]
Changed-By: Daniel Burrows [EMAIL PROTECTED]
Description: 
 criticalmass - Shoot-em-up a la galaxian
 criticalmass-data - Shoot-em-up a la galaxian (data files)
Changes: 
 criticalmass (1:0.9.11-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 242da523e751eed13969d47340d70b54 740 games optional criticalmass_0.9.11-1.dsc
 13f71c720995263ffab4460b4fdb7e20 2512472 games optional 
criticalmass_0.9.11.orig.tar.gz
 913e1574c4004bc2034de7b7376007cb 59091 games optional 
criticalmass_0.9.11-1.diff.gz
 287898fb8d2d472e08c689e584d47950 2140842 games optional 
criticalmass-data_0.9.11-1_all.deb
 7658ba636c359b24b01686f5edb978d6 177550 games optional 
criticalmass_0.9.11-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcNJ3ch6xsM7kSXgRAosAAKClCQDLJ9GUp+NjiHsLfJ5W7ezJpgCeIRT9
gyI9HZ9xLRfcX7+TNUroDG8=
=XhBF
-END PGP SIGNATURE-


Accepted:
criticalmass-data_0.9.11-1_all.deb
  to pool/main/c/criticalmass/criticalmass-data_0.9.11-1_all.deb
criticalmass_0.9.11-1.diff.gz
  to pool/main/c/criticalmass/criticalmass_0.9.11-1.diff.gz
criticalmass_0.9.11-1.dsc
  to pool/main/c/criticalmass/criticalmass_0.9.11-1.dsc
criticalmass_0.9.11-1_i386.deb
  to pool/main/c/criticalmass/criticalmass_0.9.11-1_i386.deb
criticalmass_0.9.11.orig.tar.gz
  to pool/main/c/criticalmass/criticalmass_0.9.11.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted toshutils 2.0.1-9 (i386 source)

2005-04-28 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 22:57:36 +1000
Source: toshutils
Binary: toshutils
Architecture: source i386
Version: 2.0.1-9
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 toshutils  - Toshiba laptop utilities
Changes: 
 toshutils (2.0.1-9) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 5cdd159e4a0cb3329b27a196c429a2fd 621 utils extra toshutils_2.0.1-9.dsc
 75570c7dfd295ae70aeb47d06136d74d 4458 utils extra toshutils_2.0.1-9.diff.gz
 3f34992a3f4918cecb69e49817490504 114276 utils extra toshutils_2.0.1-9_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcN9bIblXXKfZFgIRAjQrAKClEn3qnYvNu+V8U2aWM3XIBwaCRgCgrGI/
OJ4VdBBrA2c4/07741kM60c=
=zZJ8
-END PGP SIGNATURE-


Accepted:
toshutils_2.0.1-9.diff.gz
  to pool/main/t/toshutils/toshutils_2.0.1-9.diff.gz
toshutils_2.0.1-9.dsc
  to pool/main/t/toshutils/toshutils_2.0.1-9.dsc
toshutils_2.0.1-9_i386.deb
  to pool/main/t/toshutils/toshutils_2.0.1-9_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ted 2.17-1 (i386 source all)

2005-04-28 Thread Chris Waters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 02:55:10 -0700
Source: ted
Binary: ted ted-common
Architecture: source i386 all
Version: 2.17-1
Distribution: unstable
Urgency: low
Maintainer: Chris Waters [EMAIL PROTECTED]
Changed-By: Chris Waters [EMAIL PROTECTED]
Description: 
 ted- graphical RTF (Rich Text Format) editor, stable lesstif version
 ted-common - common files used by ted and ted-gtk
Closes: 293131
Changes: 
 ted (2.17-1) unstable; urgency=low
 .
   * New upstream release (closes: #293131).
   * After lengthy attempts to get ted-gtk to build, I have given up.  It
 was massively buggy to start with, so I am removing it once again from
 the package.  When/if upstream ever gives it proper support, I will
 consider reinstating it.
   * My patch to appFrame/appFont.c (from 2.16-1) was incorporated
 upstream.
   * Added stddef.h to appFrame/appInspector.c to pick up the offsetof
 macro (not sure why this wasn't already there).
Files: 
 bf66ea29501837c2120d8b0165ac5cb1 781 editors optional ted_2.17-1.dsc
 8adc2ab0a67954b2b5068c9be243c82d 3000864 editors optional ted_2.17.orig.tar.gz
 d2fb72f7116c29370055513048400f23 7177 editors optional ted_2.17-1.diff.gz
 84bcf3e2a081de4881d1c2b25d7bc6ff 1524864 editors optional 
ted-common_2.17-1_all.deb
 e3c1f6ac9b3d840bc585fd52f685b83a 712526 editors optional ted_2.17-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iQCVAwUBQm4ToDZs0/7rwRsBAQIQUwP/RPqbfzOOWYbH6oxTySgY7K8ZrtnDhrg6
nWgTEQ4QNqcP6P/PxDPQjPsTaddcqNEnxs8hULj6aRIwWxzZR02GOK9eitLHLnyw
f9ro06KjsvXg6nyx+wSe4ElbA7dILTUich1hjRFbtMzGuhng69yNz6tIal4+E7CN
nFqRT87mfrg=
=gRgu
-END PGP SIGNATURE-


Accepted:
ted-common_2.17-1_all.deb
  to pool/main/t/ted/ted-common_2.17-1_all.deb
ted_2.17-1.diff.gz
  to pool/main/t/ted/ted_2.17-1.diff.gz
ted_2.17-1.dsc
  to pool/main/t/ted/ted_2.17-1.dsc
ted_2.17-1_i386.deb
  to pool/main/t/ted/ted_2.17-1_i386.deb
ted_2.17.orig.tar.gz
  to pool/main/t/ted/ted_2.17.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted elog 2.5.8+r1637-1 (i386 source)

2005-04-28 Thread Recai Okta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Apr 2005 09:40:12 +0300
Source: elog
Binary: elog
Architecture: source i386
Version: 2.5.8+r1637-1
Distribution: unstable
Urgency: low
Maintainer: Recai Oktaş [EMAIL PROTECTED]
Changed-By: Recai Oktaş [EMAIL PROTECTED]
Description: 
 elog   - Logbook system to manage notes through a Web interface
Changes: 
 elog (2.5.8+r1637-1) unstable; urgency=low
 .
   * New upstream release with the latest changes from CVS (r1.637).
 See CVS logs for changes:
http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c
   * Add a few contributed scripts and documents:
 + Script for thumbnails creation.
 + Document which explains the steps for securing Elog using SSL
   and Apache.
   * Minor changes in description.  This needs a proof-read.
   * Move example files in debian to debian/examples subdirectory.
   * debian/postinst: Fix welcome message.
Files: 
 04feac7f696c6dfa030bb4a1276ea9b9 567 web optional elog_2.5.8+r1637-1.dsc
 f35de3a954819041683a02f1c9545758 549092 web optional 
elog_2.5.8+r1637.orig.tar.gz
 472dd239fb0c99d7e5f1201fbcca5f9a 14781 web optional elog_2.5.8+r1637-1.diff.gz
 da0f0975bd23c20284fcbe564534a34c 532642 web optional 
elog_2.5.8+r1637-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcOFeAJWfo5xHjUkRAukFAJ4mznzSVj3ritpTc9xCJCbUBkN7hgCgl9AO
ki/hxrKl3dH8wkY8S37Lx7A=
=buiz
-END PGP SIGNATURE-


Accepted:
elog_2.5.8+r1637-1.diff.gz
  to pool/main/e/elog/elog_2.5.8+r1637-1.diff.gz
elog_2.5.8+r1637-1.dsc
  to pool/main/e/elog/elog_2.5.8+r1637-1.dsc
elog_2.5.8+r1637-1_i386.deb
  to pool/main/e/elog/elog_2.5.8+r1637-1_i386.deb
elog_2.5.8+r1637.orig.tar.gz
  to pool/main/e/elog/elog_2.5.8+r1637.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ctypes 0.9.6-1 (i386 source all)

2005-04-28 Thread Ganesan Rajagopal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 18:54:21 +0530
Source: ctypes
Binary: python2.4-ctypes python-ctypes python2.3-ctypes
Architecture: source all i386
Version: 0.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Ganesan Rajagopal [EMAIL PROTECTED]
Changed-By: Ganesan Rajagopal [EMAIL PROTECTED]
Description: 
 python-ctypes - Python package to create and manipulate C data types
 python2.3-ctypes - Python package to create and manipulate C data types
 python2.4-ctypes - Python package to create and manipulate C data types
Closes: 304684
Changes: 
 ctypes (0.9.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Change setup.py to fix build on hppa systems (Closes: #304684).
Files: 
 067b0b6983d2644353f93579408cc46d 701 python optional ctypes_0.9.6-1.dsc
 9f6bfdb21f7016da2518020beb326da0 510038 python optional 
ctypes_0.9.6.orig.tar.gz
 d33b860ab1720fb1cf83e2af878e4e5f 3013 python optional ctypes_0.9.6-1.diff.gz
 7dce3bb47b8bf8906febcccdaa207043 39892 python optional 
python-ctypes_0.9.6-1_all.deb
 51cd1e8886fbafa3eb1fd0692f48752b 82392 python optional 
python2.4-ctypes_0.9.6-1_i386.deb
 c785c181f6dd8c202f0d6b855cee5274 82386 python optional 
python2.3-ctypes_0.9.6-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcOkWFeACul2MEuoRAhKuAJ9l/G5a7d+oK4kBhB8TtX+eDtYv9wCgo2ts
rXU9otiyqZ7h/TSnyGwxoDA=
=ANkf
-END PGP SIGNATURE-


Accepted:
ctypes_0.9.6-1.diff.gz
  to pool/main/c/ctypes/ctypes_0.9.6-1.diff.gz
ctypes_0.9.6-1.dsc
  to pool/main/c/ctypes/ctypes_0.9.6-1.dsc
ctypes_0.9.6.orig.tar.gz
  to pool/main/c/ctypes/ctypes_0.9.6.orig.tar.gz
python-ctypes_0.9.6-1_all.deb
  to pool/main/c/ctypes/python-ctypes_0.9.6-1_all.deb
python2.3-ctypes_0.9.6-1_i386.deb
  to pool/main/c/ctypes/python2.3-ctypes_0.9.6-1_i386.deb
python2.4-ctypes_0.9.6-1_i386.deb
  to pool/main/c/ctypes/python2.4-ctypes_0.9.6-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lineak-defaultplugin 1:0.8.3-2 (i386 source)

2005-04-28 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 11:23:31 +0200
Source: lineak-defaultplugin
Binary: lineak-defaultplugin
Architecture: source i386
Version: 1:0.8.3-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 lineak-defaultplugin - LinEAK default plugin
Changes: 
 lineak-defaultplugin (1:0.8.3-2) unstable; urgency=low
 .
   * Relitoolized to support GNU/kFreeBSD.
Files: 
 05993730e1fb086bf7c2f1afbea04d3b 659 x11 optional 
lineak-defaultplugin_0.8.3-2.dsc
 bfdd80c010b3906c58656a04e2dc548b 6520 x11 optional 
lineak-defaultplugin_0.8.3-2.diff.gz
 c63afe9bf3adbb17beb26209695589b6 53678 x11 optional 
lineak-defaultplugin_0.8.3-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcKxRw3ao2vG823MRAvLnAJ4wE6/Q6hH5Hz3SO0qVacbW8NRQEwCdGK3R
P0CxkhXXS/p9mWv7ke0OZ3c=
=rFX4
-END PGP SIGNATURE-


Accepted:
lineak-defaultplugin_0.8.3-2.diff.gz
  to pool/main/l/lineak-defaultplugin/lineak-defaultplugin_0.8.3-2.diff.gz
lineak-defaultplugin_0.8.3-2.dsc
  to pool/main/l/lineak-defaultplugin/lineak-defaultplugin_0.8.3-2.dsc
lineak-defaultplugin_0.8.3-2_i386.deb
  to pool/main/l/lineak-defaultplugin/lineak-defaultplugin_0.8.3-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lineak-xosdplugin 1:0.8.3-2 (i386 source)

2005-04-28 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 12:01:31 +0200
Source: lineak-xosdplugin
Binary: lineak-xosdplugin
Architecture: source i386
Version: 1:0.8.3-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 lineak-xosdplugin - LinEAK On-Screen Display plugin
Changes: 
 lineak-xosdplugin (1:0.8.3-2) unstable; urgency=low
 .
   * Relitoolized to support GNU/kFreeBSD.
Files: 
 4af0ce57158e8d6189eefa4c46fd19d8 685 - optional lineak-xosdplugin_0.8.3-2.dsc
 f89b0c401c3f4de7f472e3b7c67ac78f 6484 - optional 
lineak-xosdplugin_0.8.3-2.diff.gz
 4f39842ca6fe52c4e7e915ee2301d81e 15994 x11 optional 
lineak-xosdplugin_0.8.3-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcN35w3ao2vG823MRArzyAJoC1+y+mTS00HGytFj3vNLwioDKEwCfbwEm
5oESgEb+ai0w35r5r+RFNPY=
=YxiV
-END PGP SIGNATURE-


Accepted:
lineak-xosdplugin_0.8.3-2.diff.gz
  to pool/main/l/lineak-xosdplugin/lineak-xosdplugin_0.8.3-2.diff.gz
lineak-xosdplugin_0.8.3-2.dsc
  to pool/main/l/lineak-xosdplugin/lineak-xosdplugin_0.8.3-2.dsc
lineak-xosdplugin_0.8.3-2_i386.deb
  to pool/main/l/lineak-xosdplugin/lineak-xosdplugin_0.8.3-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lineak-kdeplugins 2:0.8.3-2 (i386 source)

2005-04-28 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 16:27:25 +0200
Source: lineak-kdeplugins
Binary: lineak-kdeplugins
Architecture: source i386
Version: 2:0.8.3-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 lineak-kdeplugins - LinEAK KDE plugins
Changes: 
 lineak-kdeplugins (2:0.8.3-2) unstable; urgency=low
 .
   * Relitoolized to support GNU/kFreeBSD.
Files: 
 f02e33395511dbac6b8e45bb875ec1d5 662 - optional lineak-kdeplugins_0.8.3-2.dsc
 c50176aa4c530f47e5c667fe2eaca5f0 16031 - optional 
lineak-kdeplugins_0.8.3-2.diff.gz
 3a4d9ee01310644e907b419ea16e3020 67536 x11 optional 
lineak-kdeplugins_0.8.3-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcPWfw3ao2vG823MRApWhAJ0XDjiUhvSSpJ+x75k4iOpMs4RO/ACdHK1N
SYrFwLljBNuTNdzo+ULwPeU=
=tnfh
-END PGP SIGNATURE-


Accepted:
lineak-kdeplugins_0.8.3-2.diff.gz
  to pool/main/l/lineak-kdeplugins/lineak-kdeplugins_0.8.3-2.diff.gz
lineak-kdeplugins_0.8.3-2.dsc
  to pool/main/l/lineak-kdeplugins/lineak-kdeplugins_0.8.3-2.dsc
lineak-kdeplugins_0.8.3-2_i386.deb
  to pool/main/l/lineak-kdeplugins/lineak-kdeplugins_0.8.3-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted elinks 0.10.4-3 (i386 source)

2005-04-28 Thread Peter Gervai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Apr 2005 02:38:31 +0200
Source: elinks
Binary: elinks
Architecture: source i386
Version: 0.10.4-3
Distribution: unstable
Urgency: low
Maintainer: Peter Gervai [EMAIL PROTECTED]
Changed-By: Peter Gervai [EMAIL PROTECTED]
Description: 
 elinks - advanced text-mode WWW browser
Closes: 304803 306246
Changes: 
 elinks (0.10.4-3) unstable; urgency=low
 .
   * _Really_ add the missing build-dep (Closes: #304803, #306246)
Files: 
 f5b87c599d751a629b24dc582084d8ee 873 web optional elinks_0.10.4-3.dsc
 d3417a72ac9fb4282742ab7d30ddaa5c 20707 web optional elinks_0.10.4-3.diff.gz
 b15a7675c67c5671d2d50014ce196b48 1319714 web optional elinks_0.10.4-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Use finger [EMAIL PROTECTED] or ask a key server

iD8DBQFCcPlmpxQ7cGWSgT0RAl/DAKDHXIFYLIqzOK/qOqDAGjf947fTEgCgjKX1
ym00A0767QyQFZfZJlS+2Po=
=8noJ
-END PGP SIGNATURE-


Accepted:
elinks_0.10.4-3.diff.gz
  to pool/main/e/elinks/elinks_0.10.4-3.diff.gz
elinks_0.10.4-3.dsc
  to pool/main/e/elinks/elinks_0.10.4-3.dsc
elinks_0.10.4-3_i386.deb
  to pool/main/e/elinks/elinks_0.10.4-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted nvu 0.99+1.0pre-1 (i386 source all)

2005-04-28 Thread Riccardo Setti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  16 Apr 2005 20:32:50 +0100
Source: nvu
Binary: nvu nvu-dev
Architecture: source i386 all
Version: 0.99+1.0pre-1
Distribution: unstable
Urgency: low
Maintainer: Riccardo Setti [EMAIL PROTECTED]
Changed-By: Riccardo Setti [EMAIL PROTECTED]
Description: 
 nvu- Complete Web Authoring System
 nvu-dev- developers files for nvu
Closes: 303716 304383 304522 304912
Changes: 
 nvu (0.99+1.0pre-1) unstable; urgency=low
 .
   * Added section conflicts in nvu-dev. (closes: #304912)
   * forgot a /nvu/ in rules. (nvu.desktop)
   * new upstream  (closes: #304522)
 .
 nvu (1.0pre-1) unstable; urgency=low
 .
   * New upstream.
 .
 nvu (0.90-1) unstable; urgency=low
 .
   * New upstream.
   * applied patch from Jani Monoses.
   * applied patch for compile nvu on amd64 thanks to
 Andreas Jochens and the_nihilant. (closes: #303716)
   * now i use (and not only provide) nvu.desktop (closes: #304383)
Files: 
 5ea69888ae711aa50e5e21bc4af90c97 748 web optional nvu_0.99+1.0pre-1.dsc
 ec8c2536364bb12697ad88d230dc1561 29777595 web optional 
nvu_0.99+1.0pre.orig.tar.gz
 55d60bc873bfe33e00950024c2894841 7028 web optional nvu_0.99+1.0pre-1.diff.gz
 01040a5bafbb4b29807c62f3de2446e0 2727604 devel optional 
nvu-dev_0.99+1.0pre-1_all.deb
 dcbf83c0c29dcbe2bfd10dbc375cabf9 9084082 web optional 
nvu_0.99+1.0pre-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCb8xWgpRPaOotLEERAs/eAJ9YEeVGe7DqmWaMwcL4tN8TgWc0EQCgq64A
ZrFN69jQ5GMCimHK/ajsMQM=
=bXFb
-END PGP SIGNATURE-


Accepted:
nvu-dev_0.99+1.0pre-1_all.deb
  to pool/main/n/nvu/nvu-dev_0.99+1.0pre-1_all.deb
nvu_0.99+1.0pre-1.diff.gz
  to pool/main/n/nvu/nvu_0.99+1.0pre-1.diff.gz
nvu_0.99+1.0pre-1.dsc
  to pool/main/n/nvu/nvu_0.99+1.0pre-1.dsc
nvu_0.99+1.0pre-1_i386.deb
  to pool/main/n/nvu/nvu_0.99+1.0pre-1_i386.deb
nvu_0.99+1.0pre.orig.tar.gz
  to pool/main/n/nvu/nvu_0.99+1.0pre.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mikmod 3.2.1-2 (i386 source)

2005-04-28 Thread Ingo Saitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 18:52:14 +0200
Source: mikmod
Binary: mikmod
Architecture: source i386
Version: 3.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Ingo Saitz [EMAIL PROTECTED]
Changed-By: Ingo Saitz [EMAIL PROTECTED]
Description: 
 mikmod - Portable tracked music player
Closes: 305445
Changes: 
 mikmod (3.2.1-2) unstable; urgency=low
 .
   * Fix playmode documentation in the manpage. The default: output of
 mikmod -h does depend on your actual mikmod configuration, and is correct
 for an unconfigured mikmod. (Closes: #305445)
   * Fix manpage to use HYPHEN-MINUS (\-) instead of HYPHEN (-), which
 would be rendered differently on unicode terminals.
Files: 
 af817e5d4f35d9f536b3c9816581a0be 581 sound optional mikmod_3.2.1-2.dsc
 5ac9afaf12e3068d2c7d1e1edd8a70db 6844 sound optional mikmod_3.2.1-2.diff.gz
 46102ed16c86454775b5035a34ac2e55 55610 sound optional mikmod_3.2.1-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcRYs4XrXtQkN2NURAq1nAJ4q4LtbYeNJ+Wq/Ll2GhzfmsUwVYgCeMRIo
ucCcnOdQGVbtgjr1FU3g6Z4=
=SK2H
-END PGP SIGNATURE-


Accepted:
mikmod_3.2.1-2.diff.gz
  to pool/main/m/mikmod/mikmod_3.2.1-2.diff.gz
mikmod_3.2.1-2.dsc
  to pool/main/m/mikmod/mikmod_3.2.1-2.dsc
mikmod_3.2.1-2_i386.deb
  to pool/main/m/mikmod/mikmod_3.2.1-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gnome-swallow 1.2-1.1 (i386 source)

2005-04-28 Thread Lars Wirzenius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 18:34:00 +0300
Source: gnome-swallow
Binary: gnome-swallow-applet
Architecture: source i386
Version: 1.2-1.1
Distribution: unstable
Urgency: high
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Lars Wirzenius [EMAIL PROTECTED]
Description: 
 gnome-swallow-applet - meta-applet to embed any application in the GNOME panel
Closes: 306150
Changes: 
 gnome-swallow (1.2-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Rebuilt to get rid of linc dependency, since linc is no longer in
 unstable. Closes: #306150 (release critical bug, therefore a high
 severity).
Files: 
 56e4dc9e547c19dd25d4e21c588abec6 538 gnome optional gnome-swallow_1.2-1.1.dsc
 977428c3ec2963499c822e6a1a208746 90096 gnome optional 
gnome-swallow_1.2-1.1.tar.gz
 d4a0a0872cacde9a3692b79977dff0f4 12948 gnome optional 
gnome-swallow-applet_1.2-1.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcRoqBrcmpeBELXQRAk+IAJ92CR1DsxmgB1JdF+/3rpsnMP0AvACgnsbH
hUDNRrZEpBObm6YHT+eku/k=
=vNt8
-END PGP SIGNATURE-


Accepted:
gnome-swallow-applet_1.2-1.1_i386.deb
  to pool/main/g/gnome-swallow/gnome-swallow-applet_1.2-1.1_i386.deb
gnome-swallow_1.2-1.1.dsc
  to pool/main/g/gnome-swallow/gnome-swallow_1.2-1.1.dsc
gnome-swallow_1.2-1.1.tar.gz
  to pool/main/g/gnome-swallow/gnome-swallow_1.2-1.1.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted zope-testcase 0.9.6-4 (all source)

2005-04-28 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 18:49:33 +0200
Source: zope-testcase
Binary: zope-testcase
Architecture: source all
Version: 0.9.6-4
Distribution: unstable
Urgency: low
Maintainer: Debian Zope team [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 zope-testcase - unit testing framework and test case for Zope
Changes: 
 zope-testcase (0.9.6-4) unstable; urgency=low
 .
   * Fixed bug in profile module removal code.
Files: 
 5ed0750c8887ce1a6d6a64e19ef5acee 768 web optional zope-testcase_0.9.6-4.dsc
 245769b892d6534d5d00060c3495ba0b 18468 web optional 
zope-testcase_0.9.6-4.diff.gz
 e75a0752f52553e7507b10b32b357c12 104802 web optional 
zope-testcase_0.9.6-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iEYEARECAAYFAkJxGY4ACgkQIgvIgzMMSnWKVwCfS/2bdImlsjr1wdWYPuWZwW4U
RIcAnRX0NyAr71y5z2eKIZGykF3mL/2H
=JRbR
-END PGP SIGNATURE-


Accepted:
zope-testcase_0.9.6-4.diff.gz
  to pool/main/z/zope-testcase/zope-testcase_0.9.6-4.diff.gz
zope-testcase_0.9.6-4.dsc
  to pool/main/z/zope-testcase/zope-testcase_0.9.6-4.dsc
zope-testcase_0.9.6-4_all.deb
  to pool/main/z/zope-testcase/zope-testcase_0.9.6-4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libpam-mount 0.9.22-7 (i386 source)

2005-04-28 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 17:59:44 +0200
Source: libpam-mount
Binary: libpam-mount
Architecture: source i386
Version: 0.9.22-7
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam [EMAIL PROTECTED]
Changed-By: Bastian Kleineidam [EMAIL PROTECTED]
Description: 
 libpam-mount - a PAM module that can mount volumes for a user session
Closes: 306594
Changes: 
 libpam-mount (0.9.22-7) unstable; urgency=low
 .
   * added better error reporting when calling pmvarrun
   * on losetup call pipe password to stdin (Closes: #306594)
   * fix example pam_mount.conf line in README.Debian for local loopback
 encrypted volume
Files: 
 d96fccae59c32cc6947c6e7a8e112b74 669 admin extra libpam-mount_0.9.22-7.dsc
 74d07656ab338900ffb38971cb070513 54740 admin extra 
libpam-mount_0.9.22-7.diff.gz
 114fb9a9af6fd2e656309e26c77acab5 103602 admin extra 
libpam-mount_0.9.22-7_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcSzSeBwlBDLsbz4RAhEEAJ9D6dF7DzIAk+APyJjXYLuG/jKXGQCgz5Br
wRtbh7BiLm7nyI3aJodtif4=
=X2M9
-END PGP SIGNATURE-


Accepted:
libpam-mount_0.9.22-7.diff.gz
  to pool/main/libp/libpam-mount/libpam-mount_0.9.22-7.diff.gz
libpam-mount_0.9.22-7.dsc
  to pool/main/libp/libpam-mount/libpam-mount_0.9.22-7.dsc
libpam-mount_0.9.22-7_i386.deb
  to pool/main/libp/libpam-mount/libpam-mount_0.9.22-7_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ion3-mod-ionflux 20050428-1 (i386 source)

2005-04-28 Thread Rene van Bevern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 15:19:35 +0200
Source: ion3-mod-ionflux
Binary: ion3-mod-ionflux
Architecture: source i386
Version: 20050428-1
Distribution: unstable
Urgency: low
Maintainer: Rene van Bevern [EMAIL PROTECTED]
Changed-By: Rene van Bevern [EMAIL PROTECTED]
Description: 
 ion3-mod-ionflux - remote control for the ion3 window manager
Changes: 
 ion3-mod-ionflux (20050428-1) unstable; urgency=low
 .
   * new snapshot
   * changed subsection to x11
   * manpage addition: returning values
 .
   * Upload sponsored by Norbert Tretkowski [EMAIL PROTECTED]
Files: 
 ab71deabb2920a0c46357826374850df 685 x11 extra ion3-mod-ionflux_20050428-1.dsc
 d89fe317f2fcb4249e3caaee66e75732 13614 x11 extra 
ion3-mod-ionflux_20050428.orig.tar.gz
 2eaf546059aca1e1218989029c107947 3737 x11 extra 
ion3-mod-ionflux_20050428-1.diff.gz
 184e930fb7fb6ac0892a4daee09a1e87 10474 x11 extra 
ion3-mod-ionflux_20050428-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcSwRr/RnCw96jQERAlt5AJ9Qs3Ma9vn61WYp3gtPc9GCX41miQCfWwQR
yd3Y3FvdIYI/83KS53wm9pQ=
=MKT6
-END PGP SIGNATURE-


Accepted:
ion3-mod-ionflux_20050428-1.diff.gz
  to pool/main/i/ion3-mod-ionflux/ion3-mod-ionflux_20050428-1.diff.gz
ion3-mod-ionflux_20050428-1.dsc
  to pool/main/i/ion3-mod-ionflux/ion3-mod-ionflux_20050428-1.dsc
ion3-mod-ionflux_20050428-1_i386.deb
  to pool/main/i/ion3-mod-ionflux/ion3-mod-ionflux_20050428-1_i386.deb
ion3-mod-ionflux_20050428.orig.tar.gz
  to pool/main/i/ion3-mod-ionflux/ion3-mod-ionflux_20050428.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gforge 3.1-31 (all source)

2005-04-28 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 20:09:34 +0200
Source: gforge
Binary: gforge-lists-mailman gforge-db-postgresql sourceforge 
gforge-mta-postfix gforge-sourceforge-transition gforge-shell-ldap gforge 
gforge-common gforge-web-apache gforge-mta-exim gforge-cvs gforge-ftp-proftpd 
gforge-mta-exim4 gforge-dns-bind9 gforge-ldap-openldap
Architecture: source all
Version: 3.1-31
Distribution: unstable
Urgency: low
Maintainer: Roland Mas [EMAIL PROTECTED]
Changed-By: Roland Mas [EMAIL PROTECTED]
Description: 
 gforge - Collaborative development tool - meta-package
 gforge-common - Collaborative development tool - shared files
 gforge-cvs - Collaborative development tool - CVS management
 gforge-db-postgresql - Collaborative development tool - database (using 
PostgreSQL)
 gforge-dns-bind9 - Collaborative development tool - DNS management (using 
Bind9)
 gforge-ftp-proftpd - Collaborative development tool - FTP management (using 
ProFTPd)
 gforge-ldap-openldap - Collaborative development tool - LDAP directory (using 
OpenLDAP)
 gforge-lists-mailman - Collaborative development tool - mailing-lists (using 
Mailman)
 gforge-mta-exim - Collaborative development tool - mail tools (using Exim)
 gforge-mta-exim4 - Collaborative development tool - mail tools (using Exim 4)
 gforge-mta-postfix - Collaborative development tool - mail tools (using 
Postfix)
 gforge-shell-ldap - Collaborative development tool - shell accounts (using 
LDAP)
 gforge-sourceforge-transition - Sourceforge to Gforge data transition
 gforge-web-apache - Collaborative development tool - web part (using Apache)
 sourceforge - Empty package to help with Sourceforge to Gforge transition
Closes: 306316
Changes: 
 gforge (3.1-31) unstable; urgency=low
 .
   * Fixed database creation when PostgreSQL doesn't run in the 'C' locale
 (closes: #306316).  Thanks for the hint!
Files: 
 50531e0fa907e241e884802321f0bda0 856 devel optional gforge_3.1-31.dsc
 eddd9c4ee3b81d34aabfd1f4c1bc3ab4 286354 devel optional gforge_3.1-31.diff.gz
 3277b72fafb03afb3f812408d7b4b87c 56218 devel optional gforge_3.1-31_all.deb
 9fab90ad18815969ae5988ef646472b0 92520 devel optional 
gforge-common_3.1-31_all.deb
 c3338c24eb49a295605e402956f91721 1104214 devel optional 
gforge-web-apache_3.1-31_all.deb
 14006c6ba1b164b0e118731068d87a63 146272 devel optional 
gforge-db-postgresql_3.1-31_all.deb
 b746d53b066a7914cbc3b5b8ea91ba60 64858 devel optional 
gforge-mta-exim4_3.1-31_all.deb
 80f95d6f1c1a75544f33be1a7beab5a1 64372 devel optional 
gforge-mta-exim_3.1-31_all.deb
 6ec38e4380c1f080a47224913e752c90 64476 devel optional 
gforge-mta-postfix_3.1-31_all.deb
 84aaa8a50c17d50a17938688f9a76b9b 60780 devel optional 
gforge-shell-ldap_3.1-31_all.deb
 786b1491ade80ccf58cbdf2bb024f3a6 98138 devel optional gforge-cvs_3.1-31_all.deb
 8c3418406a506c171b4388ff05300b70 59612 devel optional 
gforge-ftp-proftpd_3.1-31_all.deb
 3a69e6ed1198b2a866cbe20f2dcad7cd 70210 devel optional 
gforge-ldap-openldap_3.1-31_all.deb
 03e5c19a81564e8bb8766673315ffc5b 72324 devel optional 
gforge-dns-bind9_3.1-31_all.deb
 3fb1ff36297a1bfda5c8b5cadc978f77 57884 devel optional 
gforge-lists-mailman_3.1-31_all.deb
 1027137a96d4a91139f99ce2db5f898d 58944 devel optional 
gforge-sourceforge-transition_3.1-31_all.deb
 594b19c9881341d649c1d464e9a45590 55670 devel extra sourceforge_3.1-31_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcSptDqdWtRRIQ/URAtIfAJ9h0tkLJqXC78XzZKyQL1Ohd2boVwCfW9tv
TJnvOAue5hqo/xql60nn+NA=
=tgWF
-END PGP SIGNATURE-


Accepted:
gforge-common_3.1-31_all.deb
  to pool/main/g/gforge/gforge-common_3.1-31_all.deb
gforge-cvs_3.1-31_all.deb
  to pool/main/g/gforge/gforge-cvs_3.1-31_all.deb
gforge-db-postgresql_3.1-31_all.deb
  to pool/main/g/gforge/gforge-db-postgresql_3.1-31_all.deb
gforge-dns-bind9_3.1-31_all.deb
  to pool/main/g/gforge/gforge-dns-bind9_3.1-31_all.deb
gforge-ftp-proftpd_3.1-31_all.deb
  to pool/main/g/gforge/gforge-ftp-proftpd_3.1-31_all.deb
gforge-ldap-openldap_3.1-31_all.deb
  to pool/main/g/gforge/gforge-ldap-openldap_3.1-31_all.deb
gforge-lists-mailman_3.1-31_all.deb
  to pool/main/g/gforge/gforge-lists-mailman_3.1-31_all.deb
gforge-mta-exim4_3.1-31_all.deb
  to pool/main/g/gforge/gforge-mta-exim4_3.1-31_all.deb
gforge-mta-exim_3.1-31_all.deb
  to pool/main/g/gforge/gforge-mta-exim_3.1-31_all.deb
gforge-mta-postfix_3.1-31_all.deb
  to pool/main/g/gforge/gforge-mta-postfix_3.1-31_all.deb
gforge-shell-ldap_3.1-31_all.deb
  to pool/main/g/gforge/gforge-shell-ldap_3.1-31_all.deb
gforge-sourceforge-transition_3.1-31_all.deb
  to pool/main/g/gforge/gforge-sourceforge-transition_3.1-31_all.deb
gforge-web-apache_3.1-31_all.deb
  to pool/main/g/gforge/gforge-web-apache_3.1-31_all.deb
gforge_3.1-31.diff.gz
  to pool/main/g/gforge/gforge_3.1-31.diff.gz
gforge_3.1-31.dsc
  to pool/main/g/gforge/gforge_3.1-31.dsc
gforge_3.1-31_all.deb
  to pool/main/g/gforge/gforge_3.1-31_all.deb

Accepted kinoplus 0.3.5-1 (i386 source)

2005-04-28 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 20:57:01 +0200
Source: kinoplus
Binary: kinoplus
Architecture: source i386
Version: 0.3.5-1
Distribution: unstable
Urgency: low
Maintainer: Roland Mas [EMAIL PROTECTED]
Changed-By: Roland Mas [EMAIL PROTECTED]
Description: 
 kinoplus   - effect plug-ins for kino
Changes: 
 kinoplus (0.3.5-1) unstable; urgency=low
 .
   * New upstream release, merging in the Michael Schmitz's fix (see log
 entry for 0.3.3-4).
Files: 
 10c3cdff701076ddda100fcfedb6c88d 634 graphics extra kinoplus_0.3.5-1.dsc
 1a9d8b1ecbdc357ea14556b026543808 350406 graphics extra 
kinoplus_0.3.5.orig.tar.gz
 9de85272fc449f3d8cc1650c2760e751 3481 graphics extra kinoplus_0.3.5-1.diff.gz
 efc3751bc9f52f77cb9c04b5fc469c06 84904 graphics extra kinoplus_0.3.5-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcTMsDqdWtRRIQ/URAmtIAJ9J5v2GiQxmId4zx48TiRTE1X9JWgCfW0RB
XeM/an+8rBW7YAWO3pnI94Y=
=5Ib4
-END PGP SIGNATURE-


Accepted:
kinoplus_0.3.5-1.diff.gz
  to pool/main/k/kinoplus/kinoplus_0.3.5-1.diff.gz
kinoplus_0.3.5-1.dsc
  to pool/main/k/kinoplus/kinoplus_0.3.5-1.dsc
kinoplus_0.3.5-1_i386.deb
  to pool/main/k/kinoplus/kinoplus_0.3.5-1_i386.deb
kinoplus_0.3.5.orig.tar.gz
  to pool/main/k/kinoplus/kinoplus_0.3.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted texmacs 1:1.0.5-2 (i386 source all)

2005-04-28 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 20:36:47 +0200
Source: texmacs
Binary: texmacs-common texmacs
Architecture: source i386 all
Version: 1:1.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Ralf Treinen [EMAIL PROTECTED]
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 texmacs- WYSIWYG emacs-ish mathematical text editor, using tex fonts
 texmacs-common - WYSIWYG emacs-ish mathematical text editor, using tex fonts
Changes: 
 texmacs (1:1.0.5-2) unstable; urgency=low
 .
   * Removed patch 09_config_hppa64: Fixed by upstream.
   * New patch 13_config_hppa64: Fix pattern for architecture string.
Files: 
 9d6761b52f3a2803dddebb433f461d84 766 editors optional texmacs_1.0.5-2.dsc
 7cebacd82ebdc264ad5232cb3c8c657a 24859 editors optional texmacs_1.0.5-2.diff.gz
 fd6b55c3308294af07f5cc4696f65379 2348276 editors optional 
texmacs-common_1.0.5-2_all.deb
 c78395c06239203b37b4664fee9d87a5 1132678 editors optional 
texmacs_1.0.5-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcS8/tzWmSeC6BMERAgJoAJ0cb716OoKoS0E1JLFummlvNp0tlACgzXBe
m3WyaZtEzunxzW7ZMHdefvM=
=PPZg
-END PGP SIGNATURE-


Accepted:
texmacs-common_1.0.5-2_all.deb
  to pool/main/t/texmacs/texmacs-common_1.0.5-2_all.deb
texmacs_1.0.5-2.diff.gz
  to pool/main/t/texmacs/texmacs_1.0.5-2.diff.gz
texmacs_1.0.5-2.dsc
  to pool/main/t/texmacs/texmacs_1.0.5-2.dsc
texmacs_1.0.5-2_i386.deb
  to pool/main/t/texmacs/texmacs_1.0.5-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted jamin 0.95.0-1 (powerpc source)

2005-04-28 Thread Robert Jordens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 21:09:29 +0200
Source: jamin
Binary: jamin
Architecture: source powerpc
Version: 0.95.0-1
Distribution: unstable
Urgency: low
Maintainer: Robert Jordens [EMAIL PROTECTED]
Changed-By: Robert Jordens [EMAIL PROTECTED]
Description: 
 jamin  - Audio mastering from a mixed down multitrack source with JACK
Changes: 
 jamin (0.95.0-1) unstable; urgency=low
 .
   * new upstream release
Files: 
 fca5dab61a5857a7bca665a90c2a2ae2 776 sound optional jamin_0.95.0-1.dsc
 032f2a4a578a8938f76282112d56c8d6 1007290 sound optional 
jamin_0.95.0.orig.tar.gz
 6fd00688e756c525cee930fb08658f76 201603 sound optional jamin_0.95.0-1.diff.gz
 a73a9c00bf1f075634ccb72cb511e327 605016 sound optional 
jamin_0.95.0-1_powerpc.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcTghHSjkv+Av7xERAoltAJ9uWVnfh7+ZCziobL9gVbrdDWTrAgCfdGji
9N0+615epXy1aqZ7Qv9jYFc=
=+3+a
-END PGP SIGNATURE-


Accepted:
jamin_0.95.0-1.diff.gz
  to pool/main/j/jamin/jamin_0.95.0-1.diff.gz
jamin_0.95.0-1.dsc
  to pool/main/j/jamin/jamin_0.95.0-1.dsc
jamin_0.95.0-1_powerpc.deb
  to pool/main/j/jamin/jamin_0.95.0-1_powerpc.deb
jamin_0.95.0.orig.tar.gz
  to pool/main/j/jamin/jamin_0.95.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted svnmailer 0.9.9-2 (all source)

2005-04-28 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 20:57:54 +0200
Source: svnmailer
Binary: svnmailer
Architecture: source all
Version: 0.9.9-2
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou [EMAIL PROTECTED]
Changed-By: Julien Danjou [EMAIL PROTECTED]
Description: 
 svnmailer  - an extensible subversion commit notification tool
Closes: 306828
Changes: 
 svnmailer (0.9.9-2) unstable; urgency=low
 .
   * Add python-dev to Build-Deps (Closes: #306828)
Files: 
 41f7f2e77466627141bf8c06268bbe79 643 admin optional svnmailer_0.9.9-2.dsc
 5d56526fb08fddbb624ff9558193ae99 5462 admin optional svnmailer_0.9.9-2.diff.gz
 996e0ca08174139eb0643573f7dd18f1 277234 admin optional 
svnmailer_0.9.9-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcTKLpGK1HsL+5c0RAuyiAJwKjsQAjt0B1pVKdaSChQGiEMtmgQCg3pZ3
a4uWUgdZ+VlGkfrTYjwsRg8=
=LsyC
-END PGP SIGNATURE-


Accepted:
svnmailer_0.9.9-2.diff.gz
  to pool/main/s/svnmailer/svnmailer_0.9.9-2.diff.gz
svnmailer_0.9.9-2.dsc
  to pool/main/s/svnmailer/svnmailer_0.9.9-2.dsc
svnmailer_0.9.9-2_all.deb
  to pool/main/s/svnmailer/svnmailer_0.9.9-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kdissert 0.9.0-1 (i386 source)

2005-04-28 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 21:26:17 +0200
Source: kdissert
Binary: kdissert
Architecture: source i386
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 kdissert   - mindmapping tool
Closes: 303976 303977 304414 306033 306441
Changes: 
 kdissert (0.9.0-1) unstable; urgency=low
 .
   * New upstream release (closes: #306033, #306441)
   * Disabled documentation note about current online version of documentation,
 which does not exist (closes: #303976)
   * Added suggestions for packages required to process kdissert's export
 formats (closes: #303977)
   * Added explanation of mindmap to long description (closes: #304414)
Files: 
 ac04108bc22bf9c249b021f61fafd792 646 kde optional kdissert_0.9.0-1.dsc
 f992c690a083ffc6f9e619e4bf0b240d 520067 kde optional kdissert_0.9.0.orig.tar.gz
 fc1dc18728e57b58953523be41cec0ff 3546 kde optional kdissert_0.9.0-1.diff.gz
 00085ff07c8e67945e214abd8eec0669 693394 kde optional kdissert_0.9.0-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcURLTTx8oVVPtMYRAnPXAJ9craWaVnHnaYq5OxeeIc3uXZnwpgCgljVs
1oQlqHFlUro5T3Sxy/s8/nw=
=Jlaj
-END PGP SIGNATURE-


Accepted:
kdissert_0.9.0-1.diff.gz
  to pool/main/k/kdissert/kdissert_0.9.0-1.diff.gz
kdissert_0.9.0-1.dsc
  to pool/main/k/kdissert/kdissert_0.9.0-1.dsc
kdissert_0.9.0-1_i386.deb
  to pool/main/k/kdissert/kdissert_0.9.0-1_i386.deb
kdissert_0.9.0.orig.tar.gz
  to pool/main/k/kdissert/kdissert_0.9.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wsola 4.8-1 (i386 source all)

2005-04-28 Thread Matt Flax
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 00:08:24 +1000
Source: wsola
Binary: wsola-dev wsola
Architecture: source i386 all
Version: 4.8-1
Distribution: unstable
Urgency: low
Maintainer: Matt Flax [EMAIL PROTECTED]
Changed-By: Matt Flax [EMAIL PROTECTED]
Description: 
 wsola  - allows one to speed/slow audio without altering its pitch
 wsola-dev  - header files for the embedded WSOLA algorithm
Closes: 304581
Changes: 
 wsola (4.8-1) unstable; urgency=low
 .
   * New upstream version and altered the description (Closes: 304581)
Files: 
 c5e166387e522cbdb185a186b8e1c5e4 632 sound optional wsola_4.8-1.dsc
 e9c30f88e6be77b674102e1b836ad770 99320 sound optional wsola_4.8.orig.tar.gz
 6d839a39c968c35544911ea505058074 2566 sound optional wsola_4.8-1.diff.gz
 aa26bb22e0f0841a13ca0b81baf79388 20856 sound optional wsola_4.8-1_i386.deb
 2f50d6ac7147fd1d204e409036f88bf8 54660 devel optional wsola-dev_4.8-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcPJwxszRMwUB+IIRApOVAJwJY/+p7l92SZZmhMcs3GGeo5lCdwCdHV5R
VPxkejdxKL5YtIYh1y9t6hY=
=YEvL
-END PGP SIGNATURE-


Accepted:
wsola-dev_4.8-1_all.deb
  to pool/main/w/wsola/wsola-dev_4.8-1_all.deb
wsola_4.8-1.diff.gz
  to pool/main/w/wsola/wsola_4.8-1.diff.gz
wsola_4.8-1.dsc
  to pool/main/w/wsola/wsola_4.8-1.dsc
wsola_4.8-1_i386.deb
  to pool/main/w/wsola/wsola_4.8-1_i386.deb
wsola_4.8.orig.tar.gz
  to pool/main/w/wsola/wsola_4.8.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mffm-fftw 1.5-1 (i386 source)

2005-04-28 Thread Matt Flax
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 23:53:19 +1000
Source: mffm-fftw
Binary: mffm-fftw1 mffm-fftw-dev
Architecture: source i386
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Matt Flax [EMAIL PROTECTED]
Changed-By: Matt Flax [EMAIL PROTECTED]
Description: 
 mffm-fftw-dev - A C++ wrapper for the fftw.org C library (version 3)
 mffm-fftw1 - A C++ wrapper for the fftw.org C library (version 3)
Changes: 
 mffm-fftw (1.5-1) unstable; urgency=low
 .
   * New upstream version
Files: 
 93c418d8ee9896fde38cffd14cb7cf2a 608 - optional mffm-fftw_1.5-1.dsc
 4cbf5c2bab6b5368a4e6f6a48ed07788 237458 - optional mffm-fftw_1.5.orig.tar.gz
 b4bea4320eb40f54c14673d08b5b1e62 3396 - optional mffm-fftw_1.5-1.diff.gz
 7367b0ccbacb2c89efd6bf6d1dbab15a 209276 devel optional 
mffm-fftw-dev_1.5-1_i386.deb
 eaaeccd59e91547dbd8999e655456bba 13468 libs optional mffm-fftw1_1.5-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcOzGxszRMwUB+IIRAjJlAJ0WLcdstpEDBfcqbRDBrZk6vGKbdwCfXrDS
z80KLzaNw42/x/ChPyrNDOw=
=03jS
-END PGP SIGNATURE-


Accepted:
mffm-fftw-dev_1.5-1_i386.deb
  to pool/main/m/mffm-fftw/mffm-fftw-dev_1.5-1_i386.deb
mffm-fftw1_1.5-1_i386.deb
  to pool/main/m/mffm-fftw/mffm-fftw1_1.5-1_i386.deb
mffm-fftw_1.5-1.diff.gz
  to pool/main/m/mffm-fftw/mffm-fftw_1.5-1.diff.gz
mffm-fftw_1.5-1.dsc
  to pool/main/m/mffm-fftw/mffm-fftw_1.5-1.dsc
mffm-fftw_1.5.orig.tar.gz
  to pool/main/m/mffm-fftw/mffm-fftw_1.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mffm-timecode 1.5-1 (all source)

2005-04-28 Thread Matt Flax
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 23:33:54 +1000
Source: mffm-timecode
Binary: mffm-timecode-dev
Architecture: source all
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Matt Flax [EMAIL PROTECTED]
Changed-By: Matt Flax [EMAIL PROTECTED]
Description: 
 mffm-timecode-dev - c++ hierarchy which controls and describes time code
Changes: 
 mffm-timecode (1.5-1) unstable; urgency=low
 .
   * New upstream version supporting SMIL time code
Files: 
 5c9edb64e63095e96ebddb6d93ddf640 583 - optional mffm-timecode_1.5-1.dsc
 213adf1a951c90895f9780865fe6b94d 101082 - optional 
mffm-timecode_1.5.orig.tar.gz
 c9cd19154c7a5a5843c84706ecf9624d 20 - optional mffm-timecode_1.5-1.diff.gz
 1d40eed74a6e529e0c24d7f590f58a6a 66236 libdevel optional 
mffm-timecode-dev_1.5-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcOgSxszRMwUB+IIRAkv+AJ9Zk/Ru5KiC3suSgTovnf+tGrFK2QCgvqeV
m7Qf+LmxhOPrhKxpnPefYBg=
=k3CG
-END PGP SIGNATURE-


Accepted:
mffm-timecode-dev_1.5-1_all.deb
  to pool/main/m/mffm-timecode/mffm-timecode-dev_1.5-1_all.deb
mffm-timecode_1.5-1.diff.gz
  to pool/main/m/mffm-timecode/mffm-timecode_1.5-1.diff.gz
mffm-timecode_1.5-1.dsc
  to pool/main/m/mffm-timecode/mffm-timecode_1.5-1.dsc
mffm-timecode_1.5.orig.tar.gz
  to pool/main/m/mffm-timecode/mffm-timecode_1.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libjfreereport-java 0.8.3c-4 (all source)

2005-04-28 Thread Christian Bayle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 22:50:59 +0200
Source: libjfreereport-java
Binary: libjfreereport-java-doc libjfreereport-java
Architecture: source all
Version: 0.8.3c-4
Distribution: unstable
Urgency: high
Maintainer: Christian Bayle [EMAIL PROTECTED]
Changed-By: Christian Bayle [EMAIL PROTECTED]
Description: 
 libjfreereport-java - report library for java
 libjfreereport-java-doc - report library for java documentation
Closes: 306754
Changes: 
 libjfreereport-java (0.8.3c-4) unstable; urgency=high
 .
   * Transition to liblog4j1.2-java (Closes: #306754)
Files: 
 588b5481bdcea8ffd972ca9f134204fb 768 contrib/libs optional 
libjfreereport-java_0.8.3c-4.dsc
 1455120f27c20ee050d4b4c1874c0077 3233 contrib/libs optional 
libjfreereport-java_0.8.3c-4.diff.gz
 f1b817a86f3cab41e1e547ba77920b9b 953982 contrib/libs optional 
libjfreereport-java_0.8.3c-4_all.deb
 b2e09352928c46261b89eb6835616169 1440054 contrib/doc optional 
libjfreereport-java-doc_0.8.3c-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcU4oTx4JB6685x8RAlU4AKCe+LNDjH8GUNim7ttWca/inIbPMwCbBjRn
JhzfyWA6l7cBD6hee4kZuQs=
=oqwP
-END PGP SIGNATURE-


Accepted:
libjfreereport-java-doc_0.8.3c-4_all.deb
  to 
pool/contrib/libj/libjfreereport-java/libjfreereport-java-doc_0.8.3c-4_all.deb
libjfreereport-java_0.8.3c-4.diff.gz
  to pool/contrib/libj/libjfreereport-java/libjfreereport-java_0.8.3c-4.diff.gz
libjfreereport-java_0.8.3c-4.dsc
  to pool/contrib/libj/libjfreereport-java/libjfreereport-java_0.8.3c-4.dsc
libjfreereport-java_0.8.3c-4_all.deb
  to pool/contrib/libj/libjfreereport-java/libjfreereport-java_0.8.3c-4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libjcommon-java 0.8.3-4 (all source)

2005-04-28 Thread Christian Bayle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 22:14:20 +0200
Source: libjcommon-java
Binary: libjcommon-java
Architecture: source all
Version: 0.8.3-4
Distribution: unstable
Urgency: low
Maintainer: Christian Bayle [EMAIL PROTECTED]
Changed-By: Christian Bayle [EMAIL PROTECTED]
Description: 
 libjcommon-java - General Purpose library for Java
Closes: 306636
Changes: 
 libjcommon-java (0.8.3-4) unstable; urgency=low
 .
   * Fixed FTBFS: ./debian_patch: Permission denied (Closes: #306636)
Files: 
 36bec8f99961092f269b07ffd2d8bfa8 622 contrib/libs optional 
libjcommon-java_0.8.3-4.dsc
 4ad2587db53198fc17e4deb709d748bb 3046 contrib/libs optional 
libjcommon-java_0.8.3-4.diff.gz
 cabc6bd190d6f7c4532e5d16be85c7e8 357778 contrib/libs optional 
libjcommon-java_0.8.3-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcUTITx4JB6685x8RAvo6AJ983kxfB9KzmaAR48aiXMc7ZHfWRgCePI7D
aToIQZZpflM8qfyBMXiUAz8=
=lG2R
-END PGP SIGNATURE-


Accepted:
libjcommon-java_0.8.3-4.diff.gz
  to pool/contrib/libj/libjcommon-java/libjcommon-java_0.8.3-4.diff.gz
libjcommon-java_0.8.3-4.dsc
  to pool/contrib/libj/libjcommon-java/libjcommon-java_0.8.3-4.dsc
libjcommon-java_0.8.3-4_all.deb
  to pool/contrib/libj/libjcommon-java/libjcommon-java_0.8.3-4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libjakarta-poi-java 1.10.0-4 (all source)

2005-04-28 Thread Christian Bayle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 21:59:48 +0200
Source: libjakarta-poi-java
Binary: libjakarta-poi-java libjakarta-poi-java-doc
Architecture: source all
Version: 1.10.0-4
Distribution: unstable
Urgency: high
Maintainer: Christian Bayle [EMAIL PROTECTED]
Changed-By: Christian Bayle [EMAIL PROTECTED]
Description: 
 libjakarta-poi-java - Poor Obfuscation Implementation
 libjakarta-poi-java-doc - Poor Obfuscation Implementation Documentation
Closes: 306750
Changes: 
 libjakarta-poi-java (1.10.0-4) unstable; urgency=high
 .
   * Fixed FTBFS: Missing Build-Depends on 'ant' (Closes: #306750)
Files: 
 ab31f065d525e3ee7e9b247f45556fc4 690 contrib/libs optional 
libjakarta-poi-java_1.10.0-4.dsc
 a98d98be4d748f87dba08db5d9744b6d 3643 contrib/libs optional 
libjakarta-poi-java_1.10.0-4.diff.gz
 a8cd1e52eaedee2bef7be9713d98bdd2 795648 contrib/libs optional 
libjakarta-poi-java_1.10.0-4_all.deb
 f65eccb4dfb31f56e4d8679e83a0e5ea 3820560 contrib/doc optional 
libjakarta-poi-java-doc_1.10.0-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcUICTx4JB6685x8RAruIAJ4pa4nEpPh7BdRAabKGtokXgDB34QCfVF7g
cgvOBW/GbpsNx2PBnN09uno=
=uu1C
-END PGP SIGNATURE-


Accepted:
libjakarta-poi-java-doc_1.10.0-4_all.deb
  to 
pool/contrib/libj/libjakarta-poi-java/libjakarta-poi-java-doc_1.10.0-4_all.deb
libjakarta-poi-java_1.10.0-4.diff.gz
  to pool/contrib/libj/libjakarta-poi-java/libjakarta-poi-java_1.10.0-4.diff.gz
libjakarta-poi-java_1.10.0-4.dsc
  to pool/contrib/libj/libjakarta-poi-java/libjakarta-poi-java_1.10.0-4.dsc
libjakarta-poi-java_1.10.0-4_all.deb
  to pool/contrib/libj/libjakarta-poi-java/libjakarta-poi-java_1.10.0-4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libpixie-java 20030705-4 (all source)

2005-04-28 Thread Christian Bayle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 22:07:56 +0200
Source: libpixie-java
Binary: libpixie-java
Architecture: source all
Version: 20030705-4
Distribution: unstable
Urgency: high
Maintainer: Christian Bayle [EMAIL PROTECTED]
Changed-By: Christian Bayle [EMAIL PROTECTED]
Description: 
 libpixie-java - Java Vector Format Viewer Library
Closes: 306749
Changes: 
 libpixie-java (20030705-4) unstable; urgency=high
 .
   * Fixed FTBFS: ./debian_patch: Permission denied (Closes: #306749)
Files: 
 e8f6eef5709701d6687f33628628c3a6 633 contrib/libs optional 
libpixie-java_20030705-4.dsc
 ee3c2aab264e82ad0aa5dfb14ddb4cc5 2817 contrib/libs optional 
libpixie-java_20030705-4.diff.gz
 e967f0888ced03fdb3d2b0bf70f04c57 307386 contrib/libs optional 
libpixie-java_20030705-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcUNCTx4JB6685x8RAhySAKCQRde4v2CV4Nkbmz+z3+Es9DX3cgCfXBlh
NCF8qEx3HZIgds0JJ6yIJq4=
=Eo8H
-END PGP SIGNATURE-


Accepted:
libpixie-java_20030705-4.diff.gz
  to pool/contrib/libp/libpixie-java/libpixie-java_20030705-4.diff.gz
libpixie-java_20030705-4.dsc
  to pool/contrib/libp/libpixie-java/libpixie-java_20030705-4.dsc
libpixie-java_20030705-4_all.deb
  to pool/contrib/libp/libpixie-java/libpixie-java_20030705-4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted statcvs 20030713-4 (all source)

2005-04-28 Thread Christian Bayle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 22:20:22 +0200
Source: statcvs
Binary: statcvs
Architecture: source all
Version: 20030713-4
Distribution: unstable
Urgency: high
Maintainer: Christian Bayle [EMAIL PROTECTED]
Changed-By: Christian Bayle [EMAIL PROTECTED]
Description: 
 statcvs- CVS Repository statistic analysis tool, written in Java
Closes: 306617
Changes: 
 statcvs (20030713-4) unstable; urgency=high
 .
   * Fixed FTBFS: Missing Build-Depends on 'junit, libjdom-java'
   (Closes: #306617)
Files: 
 68927ffcddcd0b8082fe73bb44638758 622 contrib/devel optional 
statcvs_20030713-4.dsc
 7c481449f33e77c7886ad2adc3c85dd2 5353 contrib/devel optional 
statcvs_20030713-4.diff.gz
 319f57ebe5b7a330018a9acdbd0344ad 766696 contrib/devel optional 
statcvs_20030713-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcUYaTx4JB6685x8RAk4wAJ0ZpXTc/Bs81gQXXZdl0yWG7fc76wCfWe1m
mNiS7oDeXjS+YO5aqufd7p4=
=myPC
-END PGP SIGNATURE-


Accepted:
statcvs_20030713-4.diff.gz
  to pool/contrib/s/statcvs/statcvs_20030713-4.diff.gz
statcvs_20030713-4.dsc
  to pool/contrib/s/statcvs/statcvs_20030713-4.dsc
statcvs_20030713-4_all.deb
  to pool/contrib/s/statcvs/statcvs_20030713-4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted manpages-fr 1.58.1-3 (all source)

2005-04-28 Thread Denis Barbier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 22:46:08 +0200
Source: manpages-fr
Binary: manpages-fr
Architecture: source all
Version: 1.58.1-3
Distribution: unstable
Urgency: low
Maintainer: Denis Barbier [EMAIL PROTECTED]
Changed-By: Denis Barbier [EMAIL PROTECTED]
Description: 
 manpages-fr - French version of the manual pages
Closes: 306437
Changes: 
 manpages-fr (1.58.1-3) unstable; urgency=low
 .
   * man2/stat.2: Proofread.  Closes: #306437  Thanks Olivier Guilyardi.
Files: 
 5b5dadcdbc445f1867933e5766d97769 586 doc optional manpages-fr_1.58.1-3.dsc
 dcd893f7d64873ccd95018bdbf13e126 180156 doc optional 
manpages-fr_1.58.1-3.diff.gz
 b5e260e2355ce2762f88cee5d603be6d 1852788 doc optional 
manpages-fr_1.58.1-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcVDi8Ri1lR4WGvsRAlB3AJ9FvdodsGQBgwR5RfRgcFUdy1JvsACeOEWc
NE95E6FSIOW6a7kST6OTFDo=
=+g/6
-END PGP SIGNATURE-


Accepted:
manpages-fr_1.58.1-3.diff.gz
  to pool/main/m/manpages-fr/manpages-fr_1.58.1-3.diff.gz
manpages-fr_1.58.1-3.dsc
  to pool/main/m/manpages-fr/manpages-fr_1.58.1-3.dsc
manpages-fr_1.58.1-3_all.deb
  to pool/main/m/manpages-fr/manpages-fr_1.58.1-3_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mozilla-locale-pl 1:1.7.6-1 (all source)

2005-04-28 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 00:02:17 +0200
Source: mozilla-locale-pl
Binary: mozilla-locale-pl
Architecture: source all
Version: 1:1.7.6-1
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda [EMAIL PROTECTED]
Changed-By: Robert Luberda [EMAIL PROTECTED]
Description: 
 mozilla-locale-pl - Mozilla Polish Language/Region Package
Changes: 
 mozilla-locale-pl (1:1.7.6-1) unstable; urgency=low
 .
   * New upstream version.
   * Added new patch (PL_release_link) to update `about:' version link
 for mozilla 1.7.7
   * Updated debian/watch file.
   * Updated download URL in debian/copyright.
Files: 
 4679c23a275cef31cc9d6cc3f45ad446 662 web optional mozilla-locale-pl_1.7.6-1.dsc
 65c64a6917a5128b64c002fb3ce9024f 571414 web optional 
mozilla-locale-pl_1.7.6.orig.tar.gz
 67102b9698308b872ec0b3fe23291def 14164 web optional 
mozilla-locale-pl_1.7.6-1.diff.gz
 48e34a6b6f3ab393ac3dd3ef5bc1b561 627190 web optional 
mozilla-locale-pl_1.7.6-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcV78Thh1cJ0wnDsRAgoGAJ926ZWmj5JwfK1MFBEUW8tnrqaYZQCeJEXl
c2UWGk5Yhll65dcnp6evJ8o=
=qFog
-END PGP SIGNATURE-


Accepted:
mozilla-locale-pl_1.7.6-1.diff.gz
  to pool/main/m/mozilla-locale-pl/mozilla-locale-pl_1.7.6-1.diff.gz
mozilla-locale-pl_1.7.6-1.dsc
  to pool/main/m/mozilla-locale-pl/mozilla-locale-pl_1.7.6-1.dsc
mozilla-locale-pl_1.7.6-1_all.deb
  to pool/main/m/mozilla-locale-pl/mozilla-locale-pl_1.7.6-1_all.deb
mozilla-locale-pl_1.7.6.orig.tar.gz
  to pool/main/m/mozilla-locale-pl/mozilla-locale-pl_1.7.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted k3d 0.4.5.0-5 (i386 source all)

2005-04-28 Thread David Martnez Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 18:38:10 +0200
Source: k3d
Binary: k3d-doc k3d-dev k3d
Architecture: source i386 all
Version: 0.4.5.0-5
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno [EMAIL PROTECTED]
Changed-By: David Martínez Moreno [EMAIL PROTECTED]
Description: 
 k3d- 3D modeling and animation system
 k3d-dev- 3D modeling and animation system - Development files
 k3d-doc- 3D modeling and animation system - Documentation
Changes: 
 k3d (0.4.5.0-5) unstable; urgency=low
 .
   * RGH, *patching* configure.ac broke again the build process! Fixed
 (I hope).
   * Removed more cruft of shaderpreprocessor/ from configure.
Files: 
 d45845fa114bbd66a10d1d37a2bbac78 759 graphics optional k3d_0.4.5.0-5.dsc
 2b82b59ac459ab06dcbeeb71b8f611ba 6646 graphics optional k3d_0.4.5.0-5.diff.gz
 6f59ab1dd805ab2401a8c1363299640e 420698 graphics optional 
k3d-doc_0.4.5.0-5_all.deb
 1959f4ec1766a8b32bbcc8704434eb73 10494476 graphics optional 
k3d_0.4.5.0-5_i386.deb
 f02f006b580b5b88d8b00f12d478ec0a 1175720 graphics optional 
k3d-dev_0.4.5.0-5_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcWvQWs/EhA1iABsRAu+eAKCnATg30CzbcAIUAjpYm0W4+E2YOACfbt0o
q8SB8E1Y7yI+7WQ9mNPBQM8=
=d4t7
-END PGP SIGNATURE-


Accepted:
k3d-dev_0.4.5.0-5_i386.deb
  to pool/main/k/k3d/k3d-dev_0.4.5.0-5_i386.deb
k3d-doc_0.4.5.0-5_all.deb
  to pool/main/k/k3d/k3d-doc_0.4.5.0-5_all.deb
k3d_0.4.5.0-5.diff.gz
  to pool/main/k/k3d/k3d_0.4.5.0-5.diff.gz
k3d_0.4.5.0-5.dsc
  to pool/main/k/k3d/k3d_0.4.5.0-5.dsc
k3d_0.4.5.0-5_i386.deb
  to pool/main/k/k3d/k3d_0.4.5.0-5_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gnome-think 0.1.4-2 (i386 source)

2005-04-28 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 09:24:14 +1000
Source: gnome-think
Binary: gnome-think
Architecture: source i386
Version: 0.1.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 gnome-think - Hierarchical organizer and outliner
Closes: 84229 140559 170216
Changes: 
 gnome-think (0.1.4-2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * debian/control: changed Section: to gnome
   * Incorporates previous NMUs (closes: #170216, #84229, #140559)
   * debian/copyright: removed dh_make boilerplatedness
   * debian/menu: quoted the unquoted
Files: 
 a8c7698251cd06aca058026e69a0672c 601 gnome optional gnome-think_0.1.4-2.dsc
 2adf2829f81a3a135b5579e88631dbb2 4166 gnome optional 
gnome-think_0.1.4-2.diff.gz
 388943b8de5466d24793ad9a7ed917f6 24734 gnome optional 
gnome-think_0.1.4-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcXJWIblXXKfZFgIRAmWmAJ9m9X+7WH2qdc+Dhid6E75E9r+RkQCgozhw
lSuYk12tLX2B5yZtEm675U8=
=H3l0
-END PGP SIGNATURE-


Accepted:
gnome-think_0.1.4-2.diff.gz
  to pool/main/g/gnome-think/gnome-think_0.1.4-2.diff.gz
gnome-think_0.1.4-2.dsc
  to pool/main/g/gnome-think/gnome-think_0.1.4-2.dsc
gnome-think_0.1.4-2_i386.deb
  to pool/main/g/gnome-think/gnome-think_0.1.4-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted confluence 0.10.5-1 (i386 source)

2005-04-28 Thread Wesley J. Landaker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 17:24:52 -0600
Source: confluence
Binary: confluence
Architecture: source i386
Version: 0.10.5-1
Distribution: unstable
Urgency: low
Maintainer: Wesley J. Landaker [EMAIL PROTECTED]
Changed-By: Wesley J. Landaker [EMAIL PROTECTED]
Description: 
 confluence - language for synchronous reactive hardware system design
Closes: 306777
Changes: 
 confluence (0.10.5-1) unstable; urgency=low
 .
   * New upstream release
   * Updated watch file
   * Fixed confluence.vim install location (closes: #306777)
Files: 
 018e609474ba0e59bed5335977e243e3 616 electronics optional 
confluence_0.10.5-1.dsc
 152c28d8567e7423af5cc0a16686fddc 119956 electronics optional 
confluence_0.10.5.orig.tar.gz
 b0d75291ee26818f03d5b5b51a535e3e 3189 electronics optional 
confluence_0.10.5-1.diff.gz
 f47f872f971d167860deef6c1b668efb 417708 electronics optional 
confluence_0.10.5-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcXIl8KmKTEzW49IRAvV0AJ9tbqwDdZ5svVvzdXGyInX9qno4sQCfSwSI
viDyPWP4onGJt1BLQEfqmnI=
=GFA0
-END PGP SIGNATURE-


Accepted:
confluence_0.10.5-1.diff.gz
  to pool/main/c/confluence/confluence_0.10.5-1.diff.gz
confluence_0.10.5-1.dsc
  to pool/main/c/confluence/confluence_0.10.5-1.dsc
confluence_0.10.5-1_i386.deb
  to pool/main/c/confluence/confluence_0.10.5-1_i386.deb
confluence_0.10.5.orig.tar.gz
  to pool/main/c/confluence/confluence_0.10.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mozilla-stumbleupon 1.99.95-1 (all source)

2005-04-28 Thread Alan Woodland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Apr 2005 00:19:19 +
Source: mozilla-stumbleupon
Binary: mozilla-stumbleupon
Architecture: source all
Version: 1.99.95-1
Distribution: unstable
Urgency: medium
Maintainer: Alan Woodland [EMAIL PROTECTED]
Changed-By: Alan Woodland [EMAIL PROTECTED]
Description: 
 mozilla-stumbleupon - Mozilla addon for sharing interesting websites
Changes: 
 mozilla-stumbleupon (1.99.95-1) unstable; urgency=medium
 .
   * New upstream release
   * Fixes conflicts with other extensions
Files: 
 9c417281f59b854cef54fcf0735797ee 642 web optional 
mozilla-stumbleupon_1.99.95-1.dsc
 b68b3a71b2fb79d182934cafbba9c977 83678 web optional 
mozilla-stumbleupon_1.99.95.orig.tar.gz
 25aeb7e61dfb8b553e76c6bcbd284132 36961 web optional 
mozilla-stumbleupon_1.99.95-1.diff.gz
 cb7a8d7f0cee3d1ed5ced73909578efe 147654 web optional 
mozilla-stumbleupon_1.99.95-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcXwD1Ng1YWbyRSERAsKaAKCJFh1XIdhpsI5ifL73kqb6kaQX0ACbBNeS
q8ojSW/aDD9XClThbgvM9Jw=
=37SS
-END PGP SIGNATURE-


Accepted:
mozilla-stumbleupon_1.99.95-1.diff.gz
  to pool/main/m/mozilla-stumbleupon/mozilla-stumbleupon_1.99.95-1.diff.gz
mozilla-stumbleupon_1.99.95-1.dsc
  to pool/main/m/mozilla-stumbleupon/mozilla-stumbleupon_1.99.95-1.dsc
mozilla-stumbleupon_1.99.95-1_all.deb
  to pool/main/m/mozilla-stumbleupon/mozilla-stumbleupon_1.99.95-1_all.deb
mozilla-stumbleupon_1.99.95.orig.tar.gz
  to pool/main/m/mozilla-stumbleupon/mozilla-stumbleupon_1.99.95.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted quagga 0.98.3-5 (i386 source all)

2005-04-28 Thread Christian Hammers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 02:31:03 +0200
Source: quagga
Binary: quagga quagga-doc
Architecture: source i386 all
Version: 0.98.3-5
Distribution: unstable
Urgency: high
Maintainer: Christian Hammers [EMAIL PROTECTED]
Changed-By: Christian Hammers [EMAIL PROTECTED]
Description: 
 quagga - unoff. successor of the Zebra BGP/OSPF/RIP routing daemon
 quagga-doc - documentation files for quagga
Closes: 306840
Changes: 
 quagga (0.98.3-5) unstable; urgency=high
 .
   * The patch which tried to remove the OpenSSL dependency, which is
 not only unneccessary but also a violation of the licence and thus RC,
 stopped working a while ago, since autoreconf is no longer run before
 building the binaries. So now ./configure is patched directly (thanks
 to Faidon Liambotis for reporting). Closes: #306840
   * Raised Debhelper compatibility level from 3 to 4. Nothing changed.
   * Added build-dep to texinfo (= 4.7) to ease work for www.backports.org.
Files: 
 28bd3296599e4e85b59a1d69e25b3f50 722 net optional quagga_0.98.3-5.dsc
 e2d7402204f17a75c92168c2d97e4035 29452 net optional quagga_0.98.3-5.diff.gz
 9d03a1a254c819d596129e5c45ae835c 482672 net optional 
quagga-doc_0.98.3-5_all.deb
 e26129891044dd88718a7837fc37c726 1228452 net optional quagga_0.98.3-5_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iEYEARECAAYFAkJxibkACgkQkR9K5oahGOY5DQCeJjuIBpgS9XVfgHnLi+jQhiny
GDsAoKXP0C+CC9g7NKYCWPUk/i+02CCE
=plc8
-END PGP SIGNATURE-


Accepted:
quagga-doc_0.98.3-5_all.deb
  to pool/main/q/quagga/quagga-doc_0.98.3-5_all.deb
quagga_0.98.3-5.diff.gz
  to pool/main/q/quagga/quagga_0.98.3-5.diff.gz
quagga_0.98.3-5.dsc
  to pool/main/q/quagga/quagga_0.98.3-5.dsc
quagga_0.98.3-5_i386.deb
  to pool/main/q/quagga/quagga_0.98.3-5_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted rcmdr 1.0-1-1 (all source)

2005-04-28 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 20:24:45 -0500
Source: rcmdr
Binary: r-cran-rcmdr
Architecture: source all
Version: 1.0-1-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-rcmdr - GNU R platform-independent basic-statistics GUI
Changes: 
 rcmdr (1.0-1-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 0188fa31a71db53436cdfd68578e49a6 598 math optional rcmdr_1.0-1-1.dsc
 b4415d3c383c5a0fb7e62dae892e075e 579230 math optional rcmdr_1.0-1.orig.tar.gz
 ca50f0c18afbc4868586b293a04d 3074 math optional rcmdr_1.0-1-1.diff.gz
 3cfe6677af1aba13785dc342d1eed68f 648280 math optional 
r-cran-rcmdr_1.0-1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCcY+zCZSR95Gw07cRAvAaAJ0aBYB59IX8Ko4PVX7BJnWGYTrMqgCeLzBY
GKqIhxJtLsuLBniq0zh99Tk=
=tmFL
-END PGP SIGNATURE-


Accepted:
r-cran-rcmdr_1.0-1-1_all.deb
  to pool/main/r/rcmdr/r-cran-rcmdr_1.0-1-1_all.deb
rcmdr_1.0-1-1.diff.gz
  to pool/main/r/rcmdr/rcmdr_1.0-1-1.diff.gz
rcmdr_1.0-1-1.dsc
  to pool/main/r/rcmdr/rcmdr_1.0-1-1.dsc
rcmdr_1.0-1.orig.tar.gz
  to pool/main/r/rcmdr/rcmdr_1.0-1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libgnomedb 1.2.1-3 (i386 source all)

2005-04-28 Thread Gustavo R. Montesino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 16 Apr 2005 16:14:50 -0300
Source: libgnomedb
Binary: libgnomedb2-4-dbg libgnomedb2-common libgnomedb2-dev libgnomedb2-doc 
libgnomedb2-4
Architecture: source all i386
Version: 1.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Gustavo R. Montesino [EMAIL PROTECTED]
Description: 
 libgnomedb2-4 - Database UI widget library for GNOME2
 libgnomedb2-4-dbg - Database UI widget library for GNOME2 and debugging symbols
 libgnomedb2-common - Database UI widget library for GNOME2 -- common files
 libgnomedb2-dev - Database UI widget library for GNOME2 -- development files
 libgnomedb2-doc - Database UI widget library for GNOME2 -- documentation files
Closes: 304131 304959
Changes: 
 libgnomedb (1.2.1-3) unstable; urgency=medium
 .
   * debian/rules:
 - install some libgnomedb2-doc files in the right place (closes: #304131)
 - Don't install gconf schemas in /etc; instead, put them in /usr/share
   and call dh_gconf (closes: #304959)
   * debian/control.in
 - Build-depends on higher version of debhelper.
Files: 
 62ecb7e22cd1dd9397921a20e2ca217d 1852 libs optional libgnomedb_1.2.1-3.dsc
 89869dff8c59764b034a0f4b05ead5cc 30225 libs optional libgnomedb_1.2.1-3.diff.gz
 ed320edd57817c8850b4164b42b35e43 89696 doc optional 
libgnomedb2-doc_1.2.1-3_all.deb
 3a9305647939de93c8b670be74f6b9a1 109402 libs optional 
libgnomedb2-4_1.2.1-3_i386.deb
 18436dd6d0b4ec36e9d7dad8b3bfc196 162596 misc optional 
libgnomedb2-common_1.2.1-3_i386.deb
 b1b4a0535a64448d7e464b13f3bf5595 99164 libdevel optional 
libgnomedb2-dev_1.2.1-3_i386.deb
 0bdcc5f8e993abe1ad3b2772d2bd0756 2895108 libdevel extra 
libgnomedb2-4-dbg_1.2.1-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcY7qJYSUupF6Il4RAmjsAKD1dZ4Bwc3H6kLo2njYEaTU1hFjAgCg8Cge
ZE2bajX/R68nJo22vYNC5b0=
=kIzB
-END PGP SIGNATURE-


Accepted:
libgnomedb2-4-dbg_1.2.1-3_i386.deb
  to pool/main/libg/libgnomedb/libgnomedb2-4-dbg_1.2.1-3_i386.deb
libgnomedb2-4_1.2.1-3_i386.deb
  to pool/main/libg/libgnomedb/libgnomedb2-4_1.2.1-3_i386.deb
libgnomedb2-common_1.2.1-3_i386.deb
  to pool/main/libg/libgnomedb/libgnomedb2-common_1.2.1-3_i386.deb
libgnomedb2-dev_1.2.1-3_i386.deb
  to pool/main/libg/libgnomedb/libgnomedb2-dev_1.2.1-3_i386.deb
libgnomedb2-doc_1.2.1-3_all.deb
  to pool/main/libg/libgnomedb/libgnomedb2-doc_1.2.1-3_all.deb
libgnomedb_1.2.1-3.diff.gz
  to pool/main/libg/libgnomedb/libgnomedb_1.2.1-3.diff.gz
libgnomedb_1.2.1-3.dsc
  to pool/main/libg/libgnomedb/libgnomedb_1.2.1-3.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gnome-doc-utils 0.1.3-3 (all source)

2005-04-28 Thread Fernanda Giroleti Weiden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 12:45:14 -0300
Source: gnome-doc-utils
Binary: gnome-doc-utils
Architecture: source all
Version: 0.1.3-3
Distribution: unstable
Urgency: low
Maintainer: Fernanda Giroleti Weiden [EMAIL PROTECTED]
Changed-By: Fernanda Giroleti Weiden [EMAIL PROTECTED]
Description: 
 gnome-doc-utils - a collection of documentation utilities for the Gnome project
Closes: 306107
Changes: 
 gnome-doc-utils (0.1.3-3) unstable; urgency=low
 .
   * pkg-config added to build-depends (Closes: #306107).
Files: 
 0e9d60ac1e59d511c29fbcf498a5395b 754 gnome optional gnome-doc-utils_0.1.3-3.dsc
 8437fb5b9c54d207ab87ec483aa216ad 3429 gnome optional 
gnome-doc-utils_0.1.3-3.diff.gz
 576332c3dc817776b92aa76b746caf7c 128866 gnome optional 
gnome-doc-utils_0.1.3-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcZtS78o9R9NraMQRAqTmAKCg+HNo/5er0ZdpoqAa+LDUE5WsrQCcDQfi
TcdOjCi8S3lNp00AEIAc5hs=
=bQor
-END PGP SIGNATURE-


Accepted:
gnome-doc-utils_0.1.3-3.diff.gz
  to pool/main/g/gnome-doc-utils/gnome-doc-utils_0.1.3-3.diff.gz
gnome-doc-utils_0.1.3-3.dsc
  to pool/main/g/gnome-doc-utils/gnome-doc-utils_0.1.3-3.dsc
gnome-doc-utils_0.1.3-3_all.deb
  to pool/main/g/gnome-doc-utils/gnome-doc-utils_0.1.3-3_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gnome-utils 2.10.1-2 (i386 source)

2005-04-28 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 04:36:25 +0200
Source: gnome-utils
Binary: gnome-utils
Architecture: source i386
Version: 2.10.1-2
Distribution: experimental
Urgency: low
Maintainer: Joe Drew [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 gnome-utils - GNOME desktop utilities
Changes: 
 gnome-utils (2.10.1-2) experimental; urgency=low
 .
   * Rebuild on a GNOME 2.10-only chroot.
Files: 
 4145fbc3b0a3877e822e88ced4546c99 1910 gnome optional gnome-utils_2.10.1-2.dsc
 489a94b0d9be67aac76282d48b7c7640 18564 gnome optional 
gnome-utils_2.10.1-2.diff.gz
 711bc024124fac4cf3729e31a8704a92 1808172 gnome optional 
gnome-utils_2.10.1-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcaBWJYSUupF6Il4RAjOVAKDjl/nfyDAdysaVNt2LHccrJKXpnACg3Ebt
VpQ6x9bAGWxw7oBbIONZ60w=
=qZQx
-END PGP SIGNATURE-


Accepted:
gnome-utils_2.10.1-2.diff.gz
  to pool/main/g/gnome-utils/gnome-utils_2.10.1-2.diff.gz
gnome-utils_2.10.1-2.dsc
  to pool/main/g/gnome-utils/gnome-utils_2.10.1-2.dsc
gnome-utils_2.10.1-2_i386.deb
  to pool/main/g/gnome-utils/gnome-utils_2.10.1-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted rbscrobbler 0.0.9pre3-2 (i386 source)

2005-04-28 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 00:04:23 -0400
Source: rbscrobbler
Binary: rbscrobbler
Architecture: source i386
Version: 0.0.9pre3-2
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 rbscrobbler - send rhythmbox track information to audioscrobbler
Closes: 306827
Changes: 
 rbscrobbler (0.0.9pre3-2) unstable; urgency=low
 .
   * Fix missing build deps. Closes: #306827
Files: 
 cb2f5905c331c22bd811438337ecefe1 664 sound optional rbscrobbler_0.0.9pre3-2.dsc
 4c69443ce4b36b0b7b4ae44252f9e5d9 2464 sound optional 
rbscrobbler_0.0.9pre3-2.diff.gz
 84ebaffcc7f754afe360fc656d32875d 29012 sound optional 
rbscrobbler_0.0.9pre3-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcbP02tp5zXiKP0wRAs/TAJ4xA2XaMsThuyAWQx8KJylr9fAhMQCgvcLG
qY1Yp4q28kjARgC2Dr9gOF8=
=N4vO
-END PGP SIGNATURE-


Accepted:
rbscrobbler_0.0.9pre3-2.diff.gz
  to pool/main/r/rbscrobbler/rbscrobbler_0.0.9pre3-2.diff.gz
rbscrobbler_0.0.9pre3-2.dsc
  to pool/main/r/rbscrobbler/rbscrobbler_0.0.9pre3-2.dsc
rbscrobbler_0.0.9pre3-2_i386.deb
  to pool/main/r/rbscrobbler/rbscrobbler_0.0.9pre3-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libxklavier 2.0-0.1 (i386 source)

2005-04-28 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 05:39:11 +0200
Source: libxklavier
Binary: libxklavier10 libxklavier-dev
Architecture: source i386
Version: 2.0-0.1
Distribution: experimental
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 libxklavier-dev - Development files for libxklavier0
 libxklavier10 - X Keyboard Extension high-level API
Changes: 
 libxklavier (2.0-0.1) experimental; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release.
   * debian/rules: update doc directory.
Files: 
 64130edb6e4b224c67ce063d6aa5bad0 723 libs optional libxklavier_2.0-0.1.dsc
 9257653ee3d194d9c8d669e969fe4332 435898 libs optional 
libxklavier_2.0.orig.tar.gz
 11c4578f8af2efe18373be5f52a88994 11199 libs optional 
libxklavier_2.0-0.1.diff.gz
 df464059bb3c6e61ab7997fcd7d01e89 110770 libs optional 
libxklavier10_2.0-0.1_i386.deb
 c9751a75b880e650ded6719021f06f54 73614 libdevel optional 
libxklavier-dev_2.0-0.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCccAZJYSUupF6Il4RAvxqAKCJ68YcbGMlT8nHMn+eSQmIUudQxACgj7nh
93cl/a4Z2iNNo+RPnv5Oi4o=
=urcr
-END PGP SIGNATURE-


Accepted:
libxklavier-dev_2.0-0.1_i386.deb
  to pool/main/libx/libxklavier/libxklavier-dev_2.0-0.1_i386.deb
libxklavier10_2.0-0.1_i386.deb
  to pool/main/libx/libxklavier/libxklavier10_2.0-0.1_i386.deb
libxklavier_2.0-0.1.diff.gz
  to pool/main/libx/libxklavier/libxklavier_2.0-0.1.diff.gz
libxklavier_2.0-0.1.dsc
  to pool/main/libx/libxklavier/libxklavier_2.0-0.1.dsc
libxklavier_2.0.orig.tar.gz
  to pool/main/libx/libxklavier/libxklavier_2.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gail 1.8.4-1 (i386 source all)

2005-04-28 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 06:51:39 +0200
Source: gail
Binary: libgail-doc libgail-dbg libgail-dev libgail-common libgail17
Architecture: source i386 all
Version: 1.8.4-1
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 libgail-common - GNOME Accessibility Implementation Library -- common modules
 libgail-dbg - Gail libraries and debugging symbols
 libgail-dev - GNOME Accessibility Implementation Library -- development files
 libgail-doc - documentation files of the Gail library
 libgail17  - GNOME Accessibility Implementation Library -- the shared librarie
Changes: 
 gail (1.8.4-1) unstable; urgency=medium
 .
   * New upstream bugfix and translations update release.
   * [debian/patches/000_relibtoolise.patch] Updated.
Files: 
 58f9a68214257ae5869b596267b9ef89 1626 libs optional gail_1.8.4-1.dsc
 894035fbfe5df6f2277e5256e9f628a2 796490 libs optional gail_1.8.4.orig.tar.gz
 b22980d34176e5cb93831d8b5701630a 34625 libs optional gail_1.8.4-1.diff.gz
 e703ad0226c52cc10aa27057bedd1ba6 78560 doc optional libgail-doc_1.8.4-1_all.deb
 aba90db95a825ae70d03d0c0099ee057 164526 libs optional 
libgail17_1.8.4-1_i386.deb
 0394a5f3faa9d946a1eda96d0a93d8f8 219406 libs optional 
libgail-common_1.8.4-1_i386.deb
 170b63d865d2b4c5d155641e554a10dc 79600 libdevel optional 
libgail-dev_1.8.4-1_i386.deb
 80921f53298f69af3e2b3bd05ef44ec6 240656 libdevel extra 
libgail-dbg_1.8.4-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCcb9QA+HB2Re6Rc4RApdaAJ99nVwCCTLiq+3KYM6wJQCJsbwW2ACgx1fA
0m/NGIrehHoC7LULpqhUsjs=
=RHag
-END PGP SIGNATURE-


Accepted:
gail_1.8.4-1.diff.gz
  to pool/main/g/gail/gail_1.8.4-1.diff.gz
gail_1.8.4-1.dsc
  to pool/main/g/gail/gail_1.8.4-1.dsc
gail_1.8.4.orig.tar.gz
  to pool/main/g/gail/gail_1.8.4.orig.tar.gz
libgail-common_1.8.4-1_i386.deb
  to pool/main/g/gail/libgail-common_1.8.4-1_i386.deb
libgail-dbg_1.8.4-1_i386.deb
  to pool/main/g/gail/libgail-dbg_1.8.4-1_i386.deb
libgail-dev_1.8.4-1_i386.deb
  to pool/main/g/gail/libgail-dev_1.8.4-1_i386.deb
libgail-doc_1.8.4-1_all.deb
  to pool/main/g/gail/libgail-doc_1.8.4-1_all.deb
libgail17_1.8.4-1_i386.deb
  to pool/main/g/gail/libgail17_1.8.4-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted egg 4.0.6+0.20041122cvs-8 (i386 source)

2005-04-28 Thread ISHIKAWA Mutsumi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 14:03:43 +0900
Source: egg
Binary: egg
Architecture: source i386
Version: 4.0.6+0.20041122cvs-8
Distribution: unstable
Urgency: low
Maintainer: ISHIKAWA Mutsumi [EMAIL PROTECTED]
Changed-By: ISHIKAWA Mutsumi [EMAIL PROTECTED]
Description: 
 egg- Tamago Ver. 4 -- EGG Input Method Architecture for Emacsen
Changes: 
 egg (4.0.6+0.20041122cvs-8) unstable; urgency=low
 .
   * add missing dependency
 Pre-Depends: make
Files: 
 4805dfcd3f4b6b6ab3fad3565c13041d 592 utils extra egg_4.0.6+0.20041122cvs-8.dsc
 e7f1fbd96bc610bb121a33b161c1f33e 16611 utils extra 
egg_4.0.6+0.20041122cvs-8.diff.gz
 2a2289a275a77004af33fa2625fb4280 162974 utils extra 
egg_4.0.6+0.20041122cvs-8_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iEYEARECAAYFAkJxwxYACgkQfi8w7uypT6ggjwCeIoFpsMQdSwodzyO4aUUH2KZ5
2IsAoKks/SjaUUS5wcU+w+1JrL0MMto4
=R5Yc
-END PGP SIGNATURE-


Accepted:
egg_4.0.6+0.20041122cvs-8.diff.gz
  to pool/main/e/egg/egg_4.0.6+0.20041122cvs-8.diff.gz
egg_4.0.6+0.20041122cvs-8.dsc
  to pool/main/e/egg/egg_4.0.6+0.20041122cvs-8.dsc
egg_4.0.6+0.20041122cvs-8_i386.deb
  to pool/main/e/egg/egg_4.0.6+0.20041122cvs-8_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]