gcc 4.0 / g++ / amd 64

2005-04-23 Thread Alexandre Pineau

Bonjour,

J'ai installé gcc 4.0 (experimental) pour essayer de compiler un paquet (Ire) 
avec cette 
version du compilateur. Je n'ai pas encore installé g++4.0.

Je compile le paquet avec la commande  :
 env 'CC=gcc-4.0' dpkg-buildpackage -rfakeroot ( machine utilisé sempron 32 
bits), CC 
permettant de spécifier la version de gc à utiliser.

De là découle deux questions :
1 - le programme comprend des portions en c++, gcc est-il capable de les 
compiler ou 
fait-il implicitement appel à g++, et si oui comment lui spécifier la version à 
utiliser.
2- Une erreur de compilation m'a été reportée avec gcc-4.0 sur une archi amd64. 
Or la 
compilation de Ire sur ma machine avec gcc 4.0 se déroule sans problème. Les 
erreurs
de syntaxe remontées par gcc peuvent-elles etre différentes sur plusieurs 
architectures?
Si oui, comment procéder pour effectuer les tests?

Pourriez vous me conseiller de la doc sur ces points?

Je vous remercie.

Alexandre



Re: gcc 4.0 / g++ / amd 64

2005-04-23 Thread Ludovic Rousseau
Le Saturday 23 April 2005 à 17:29:18, Alexandre Pineau a écrit:
   Bonjour,

Salut,

 J'ai installé gcc 4.0 (experimental) pour essayer de compiler un
 paquet (Ire) avec cette version du compilateur. Je n'ai pas encore
 installé g++4.0.
 
 Je compile le paquet avec la commande  : env 'CC=gcc-4.0'
 dpkg-buildpackage -rfakeroot ( machine utilisé sempron 32 bits), CC
 permettant de spécifier la version de gc à utiliser.

Je ne pense pas qu'utiliser CC=gcc-4.0 change quelque chose.
Le fichier makefile.lin redéfinit explicitement (ligne 57)
CC= gcc

Pour preuve j'ai utilisé
  CC=pouet dpkg-buildpackage -rfakeroot
et c'est toujours gcc qui est utilisé.

Il faut que tu modifies makefile.lin pour utiliser gcc-4.0

 De là découle deux questions :

 1 - le programme comprend des portions en c++, gcc est-il capable de
 les compiler ou fait-il implicitement appel à g++, et si oui comment
 lui spécifier la version à utiliser.

Le meme makefile.lin contient :
%.o: %.cpp
$(CC) -c $(CFLAGS) $ -o $@

Donc c'est bien le même compilateur définit par CC qui est utilisé pour
compiler les ficher *.cpp. Mais gcc doit simplement appeler g++

 2- Une erreur de compilation m'a été reportée avec gcc-4.0 sur une
 archi amd64. Or la compilation de Ire sur ma machine avec gcc 4.0 se
 déroule sans problème. Les erreurs de syntaxe remontées par gcc
 peuvent-elles etre différentes sur plusieurs architectures?  Si oui,
 comment procéder pour effectuer les tests?

Utiliser une machine AMD64 du projet ? Par exemple pergolesi [1]. Ces
machines servent justement à ça.

À+

[1] http://db.debian.org/machines.cgi?host=pergolesi

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --


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



Re: Minimizing ld dependencies with --as-needed

2005-04-23 Thread Tollef Fog Heen
* Ralf Wildenhues 

| * Tollef Fog Heen wrote on Wed, Apr 13, 2005 at 09:45:03PM CEST:
|  * Ralf Wildenhues 
|  
|  | I would be much happier if someone with time would just help to put
|  | this into libtool properly as an option (and possible adjust pkg-config,
|  | FWIW).  I'm pretty sure it would minimize the combined amount of work,
|  | with increased benefit.
|  
|  pkg-config has the necessary patches now, but the support is disabled
|  by default in Debian.  It'll be enabled post-sarge.
| 
| I think that is not enough.  Unless libtool supports this properly, you
| will end up having weird, seemingly unrelated bug reports with things
| that broke by this change. 

Why?

| It won't work at all unless Debian Libtool keeps its
| link_all_deplibs=no patch, which is unfortunate.

pkg-config is used outside of a libtool context too.

[...]

| We started some discussions on this issue[1], but no final conclusion
| nor patch has been proposed.  It would be much nicer to solve the
| problem cleanly in libtool.

You can't solve the whole problem in libtool.  I was merely saying
that pkg-config upstream and in Debian now has the necessary patches,
but they will stay disabled until sarge releases; I wasn't talking
about libtool at all.

| To put it another way: Please don't blame libtool for failures caused by
| using --as-needed behind its back.

--as-needed is more or less just a way to hide errors and should
really be renamed to --print-unneeded or something similar where it
would generate warnings for unused libraries.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Re: Policy for devfs support

2005-04-23 Thread Marco d'Itri
On Apr 23, Russell Coker [EMAIL PROTECTED] wrote:

 Every package has certain expectations about device node names.  Since devfs 
 is now considered as a bad idea the naming scheme should be as well.
No, it should not.
Almost every package supports it and there is no reason to remove the
support.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Steve Langasek
On Sat, Apr 23, 2005 at 07:55:52AM +0200, Andreas Jochens wrote:
 Steve Langasek wrote:
  Andreas Jochens wrote:
  It will only be necessary to describe the current situation 
  in the official release documents and include pointers 
  to the separate amd64 archive, which will be provided 
  by the amd64 porting team anyway.

  Have you discussed this with the security team, and have they agreed to
  provide stable security support for amd64 in sync with the other
  architectures?  Or have they agreed to coordinate with someone on the amd64
  team for security support?  I don't think we can consider it an official
  stable port without this key feature.

 This is still an open issue, yes.

 Security support for amd64 sarge will be one of the main topics for the
 amd64 porters irc meeting today. An autobuilder has been prepared
 which will build amd64 security updates for sarge as soon as the sources 
 become available. However, as far as I know, this has not yet been
 officially coordinated with the security team and I do not know the 
 position of the security team on this. But I am confident that a
 solution can be found for this issue. The amd64 is certainly willing
 to do the necessary work.

 Besides security support, do you have any other concerns which should 
 be addressed to make a sarge release for the amd64 architecture 
 possible? 

Well, the other big ones would be the installer, being synced up on sources,
and the ability to do point releases.  It seems the first two are addressed,
and the third seems to be more or less the same question as that of security
support -- whether the people involved are willing to coordinate with an
externally-hosted repo when doing updates.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#305985: ITP: pystatgrab -- python bindings for a libstatgrab library

2005-04-23 Thread Bartosz Fenski aka fEnIo
Package: wnpp
Severity: wishlist
Owner: Bartosz Fenski aka fEnIo [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: pystatgrab
  Version : 0.3
  Upstream Author : [EMAIL PROTECTED]
* URL : http://www.i-scream.org/pystatgrab/
* License : GPL
  Description : python bindings for a libstatgrab library

pystatgrab contains python bindings for libstatgrab library.   
  
libstatgrab is a library which provides an easy to use interface   
for accessing system statistics. Available statistics include CPU, 
Load, Memory, Swap, Disk I/O, and Network I/O.  

- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

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

iD8DBQFCajoLhQui3hP+/EARAqnZAJsE2OpNe9FMjEycrsoOQbTxFwvTnQCeIULy
8hVAMrOpAiyJpFKXx7XEH44=
=y21F
-END PGP SIGNATURE-


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Adrian Bunk
On Sat, Apr 23, 2005 at 12:26:45AM -0700, Steve Langasek wrote:
 
 Well, the other big ones would be the installer, being synced up on sources,
 and the ability to do point releases.  It seems the first two are addressed,
 and the third seems to be more or less the same question as that of security
 support -- whether the people involved are willing to coordinate with an
 externally-hosted repo when doing updates.

A silly question to you as release manager:

What exactly are the technical reasons why amd64 can't simply be shipped 
as 12th architecture with sarge?

This wouldn't require any extra work.

 Steve Langasek

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Henrique de Moraes Holschuh
On Sat, 23 Apr 2005, Adrian Bunk wrote:
 A silly question to you as release manager:

Silly indeed. Use the list archives.  You cannot miss the monstruous threads
about it.

 What exactly are the technical reasons why amd64 can't simply be shipped 
 as 12th architecture with sarge?

Mirror space.  Instead of replying and beating a dead, burried, and already
decomposed horse, just go read the archives.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Adrian Bunk
On Sat, Apr 23, 2005 at 11:40:03AM -0300, Henrique de Moraes Holschuh wrote:
 On Sat, 23 Apr 2005, Adrian Bunk wrote:
  A silly question to you as release manager:
 
 Silly indeed. Use the list archives.  You cannot miss the monstruous threads
 about it.

I didn't miss the threads, but much of it looked mostly like the amd64 
developers using non-friendly words because the ftp admins didn't 
respond to them.

  What exactly are the technical reasons why amd64 can't simply be shipped 
  as 12th architecture with sarge?
 
 Mirror space.  Instead of replying and beating a dead, burried, and already
 decomposed horse, just go read the archives.

I might have missed this email in the huge threads, but could you point 
me to an email explaining why increasing the archive space by less than 
10% exacly hits a hard limit in mirror space?

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Henrique de Moraes Holschuh
On Sat, 23 Apr 2005, Adrian Bunk wrote:
 I might have missed this email in the huge threads, but could you point 
 me to an email explaining why increasing the archive space by less than 
 10% exacly hits a hard limit in mirror space?

No, I cannot.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Andreas Jochens
Hello Steve,

thank you for your reply to my status report.

Steve Langasek wrote:
 Andreas Jochens wrote:
 It will only be necessary to describe the current situation 
 in the official release documents and include pointers 
 to the separate amd64 archive, which will be provided 
 by the amd64 porting team anyway.
 
 Have you discussed this with the security team, and have they agreed to
 provide stable security support for amd64 in sync with the other
 architectures?  Or have they agreed to coordinate with someone on the amd64
 team for security support?  I don't think we can consider it an official
 stable port without this key feature.

This is still an open issue, yes.

Security support for amd64 sarge will be one of the main topics for the
amd64 porters irc meeting today. An autobuilder has been prepared
which will build amd64 security updates for sarge as soon as the sources 
become available. However, as far as I know, this has not yet been
officially coordinated with the security team and I do not know the 
position of the security team on this. But I am confident that a
solution can be found for this issue. The amd64 is certainly willing
to do the necessary work.

Besides security support, do you have any other concerns which should 
be addressed to make a sarge release for the amd64 architecture 
possible? 

Regards
Andreas Jochens


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



Bug#306028: ITP: gdpc -- program for visualising molecular dynamic simulations

2005-04-23 Thread Nelson A. de Oliveira
Package: wnpp
Severity: wishlist
Owner: Nelson A. de Oliveira [EMAIL PROTECTED]


* Package name: gdpc
  Version : 2.2.4
  Upstream Author : Jonas Frantz [EMAIL PROTECTED]
* URL : http://koti.welho.com/jfrantz/software/gdpc.html
* License : GNU GPL
  Description : program for visualising molecular dynamic simulations

gdpc is a program for visualising output data from molecular dynamics 
simulations. It is a very versatile program and could easily be used for other 
purposes. gdpc reads xyz input as well as custom formats and can output 
pictures of each frame.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-mm1-biolinux1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Steve Langasek
On Sat, Apr 23, 2005 at 04:24:28PM +0200, Adrian Bunk wrote:
 On Sat, Apr 23, 2005 at 12:26:45AM -0700, Steve Langasek wrote:

  Well, the other big ones would be the installer, being synced up on sources,
  and the ability to do point releases.  It seems the first two are addressed,
  and the third seems to be more or less the same question as that of security
  support -- whether the people involved are willing to coordinate with an
  externally-hosted repo when doing updates.

 A silly question to you as release manager:

 What exactly are the technical reasons why amd64 can't simply be shipped 
 as 12th architecture with sarge?

We are already running into size constraints (on an ongoing basis) with our
mirrors due to the size of the archive.  Some of our mirrors have had to
choose between distributing Debian and distributing other stuff -- some pick
one, some pick the other, but in either case it's bad for the users.  The
ftpmasters believe it is not in our interest to exacerbate this situation by
adding another arch before a sensible per-arch partial mirroring solution is
in place.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Adrian Bunk
On Sat, Apr 23, 2005 at 01:20:42PM -0700, Steve Langasek wrote:
 On Sat, Apr 23, 2005 at 04:24:28PM +0200, Adrian Bunk wrote:
 
  A silly question to you as release manager:
 
  What exactly are the technical reasons why amd64 can't simply be shipped 
  as 12th architecture with sarge?
 
 We are already running into size constraints (on an ongoing basis) with our
 mirrors due to the size of the archive.  Some of our mirrors have had to
 choose between distributing Debian and distributing other stuff -- some pick
 one, some pick the other, but in either case it's bad for the users.  The
 ftpmasters believe it is not in our interest to exacerbate this situation by
 adding another arch before a sensible per-arch partial mirroring solution is
 in place.


What are the technical problems with such a solution?

To be honest, I still do not understand why such an overly complicated 
solution like in your SCC proposal was required.

Why can't a mirror who has a problem with the size of the Debian archive 
use a tool like debmirror to create the subset it needs?

And if this was a problem for some mirrors, Debian could itself create a 
few such subsets and offer them for mirrors from a different location.

Where is the technical problem behind the whole mirror issue that can't 
be reasonable solved within a pretty short amount of time?


Perhaps I'm dumb, but as far as I understand it, there's no release 
management reason against shipping amd64 with sarge, and it would both 
be good for the reputation of Debian and prevent the required extra work 
of maintaining amd64 for sarge externally if amd64 was included in 
sarge.

That's why I'm trying to understand the technical problems behind 
solving the mirror issue - and have failed to understand them.


 Steve Langasek


cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
Henrique de Moraes Holschuh  [EMAIL PROTECTED] wrote:
On Sat, 23 Apr 2005, Adrian Bunk wrote:
 A silly question to you as release manager:

Silly indeed. Use the list archives.  You cannot miss the monstruous threads
about it.

 What exactly are the technical reasons why amd64 can't simply be shipped 
 as 12th architecture with sarge?

Mirror space.  Instead of replying and beating a dead, burried, and already
decomposed horse, just go read the archives.

Well, there's several mirrors like ftp.nl.debian.org and ftp.debian.nl
that now mirror _both_ official debian and debian-amd64. Which means
the source is mirrored twice already. On those mirrors, including
amd64 would mean less mirror space, not more.

Because of the popularity of amd64/em64t I expect a lot of mirrors
to follow suit, anyway. So in the end it doesn't really matter
if sarge includes amd64 or not - the mirrors will carry it regardless.
It would be simpler though to include amd64 with sarge.

Mike.


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote:
 We are already running into size constraints (on an ongoing basis) with our
 mirrors

We dont need to have all architectures on all mirrors. And for the
less-often used architectures we event dont need to care, since one or two
mirrors can easyly hold a stable archive and serve it.

Greetings
Bernd


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Josselin Mouette
Le samedi 23 avril 2005 à 13:20 -0700, Steve Langasek a écrit :
 We are already running into size constraints (on an ongoing basis) with our
 mirrors due to the size of the archive.

Given that - if I believe the security team [1] - we are not able to
provide security updates for arm, even in woody, is there any point in
including it in sarge when we could include an architecture with working
autobuilders just in place?

[1] http://lists.debian.org/debian-x/2005/04/msg00183.html
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Steve Langasek
On Sun, Apr 24, 2005 at 12:12:42AM +0200, Josselin Mouette wrote:
 Le samedi 23 avril 2005 à 13:20 -0700, Steve Langasek a écrit :
  We are already running into size constraints (on an ongoing basis) with our
  mirrors due to the size of the archive.

 Given that - if I believe the security team [1] - we are not able to
 provide security updates for arm, even in woody, is there any point in
 including it in sarge when we could include an architecture with working
 autobuilders just in place?

If we dropped arm, it would be to drop arm, not to trade it for something --
it's way too late to be talking about adding amd64 to the main archive for
sarge.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Josselin Mouette
Le samedi 23 avril 2005 à 15:18 -0700, Steve Langasek a écrit :
 If we dropped arm, it would be to drop arm, not to trade it for something --
 it's way too late to be talking about adding amd64 to the main archive for
 sarge.

Why? If the amd64 archive already uses the same sources as the main
archive, and if the security team agrees to support it, it's just a
matter of moving it in.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Andreas Barth
* Josselin Mouette ([EMAIL PROTECTED]) [050424 00:15]:
 Le samedi 23 avril 2005 à 13:20 -0700, Steve Langasek a écrit :
  We are already running into size constraints (on an ongoing basis) with our
  mirrors due to the size of the archive.

 Given that - if I believe the security team [1] - we are not able to
 provide security updates for arm, even in woody, is there any point in
 including it in sarge when we could include an architecture with working
 autobuilders just in place?

Beyond the fact that it is too late to add another architecture for
sarge, removing arm from sarge does not make the mirror pulses much
smaller - and AFAIK the size of the mirror pulses is the main problem.


Cheers,
Andi
-- 
   http://home.arcor.de/andreas-barth/
   PGP 1024/89FB5CE5  DC F1 85 6D A6 45 9C 0F  3B BE F1 D0 C5 D1 D9 0C


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Adrian Bunk
On Sun, Apr 24, 2005 at 12:12:42AM +0200, Josselin Mouette wrote:
 Le samedi 23 avril 2005 à 13:20 -0700, Steve Langasek a écrit :
  We are already running into size constraints (on an ongoing basis) with our
  mirrors due to the size of the archive.
 
 Given that - if I believe the security team [1] - we are not able to
 provide security updates for arm, even in woody, is there any point in
 including it in sarge when we could include an architecture with working
 autobuilders just in place?
 
 [1] http://lists.debian.org/debian-x/2005/04/msg00183.html

Could anyone explain the story behind this?

Why exactly is there no longer an ARM autobuilder?

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Adrian Bunk
On Sun, Apr 24, 2005 at 12:24:44AM +0200, Andreas Barth wrote:
 * Josselin Mouette ([EMAIL PROTECTED]) [050424 00:15]:
  Le samedi 23 avril 2005 à 13:20 -0700, Steve Langasek a écrit :
   We are already running into size constraints (on an ongoing basis) with 
   our
   mirrors due to the size of the archive.
 
  Given that - if I believe the security team [1] - we are not able to
  provide security updates for arm, even in woody, is there any point in
  including it in sarge when we could include an architecture with working
  autobuilders just in place?
 
 Beyond the fact that it is too late to add another architecture for
 sarge, removing arm from sarge does not make the mirror pulses much

AFAIK, a freeze date for sarge isn't even announed. Is there any planned 
date, or will there be a freeze starts tommorow surprise a few weeks 
or months from now?

 smaller - and AFAIK the size of the mirror pulses is the main problem.

You signed the announcement that the Debian archive would have to be 
splitted, but even you don't know what exactly the problem is you 
support the solution for???

 Cheers,
 Andi

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Andreas Barth
* Adrian Bunk ([EMAIL PROTECTED]) [050424 00:30]:
 On Sun, Apr 24, 2005 at 12:12:42AM +0200, Josselin Mouette wrote:
  Le samedi 23 avril 2005 à 13:20 -0700, Steve Langasek a écrit :
   We are already running into size constraints (on an ongoing basis) with 
   our
   mirrors due to the size of the archive.
  
  Given that - if I believe the security team [1] - we are not able to
  provide security updates for arm, even in woody, is there any point in
  including it in sarge when we could include an architecture with working
  autobuilders just in place?
  
  [1] http://lists.debian.org/debian-x/2005/04/msg00183.html

 Could anyone explain the story behind this?
 
 Why exactly is there no longer an ARM autobuilder?

Because the previous autobuilders had hardware crashes (as in don't
boot anymore). We have already new autobuilders up and running, and
hopefully stable-security is added soon.


Cheers,
Andi
-- 
   http://home.arcor.de/andreas-barth/
   PGP 1024/89FB5CE5  DC F1 85 6D A6 45 9C 0F  3B BE F1 D0 C5 D1 D9 0C


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Darren Salt
I demand that Bernd Eckenfels may or may not have written...

 In article [EMAIL PROTECTED] you wrote:
 We are already running into size constraints (on an ongoing basis) with
 our mirrors

 We dont need to have all architectures on all mirrors. And for the
 less-often used architectures we event dont need to care, since one or two
 mirrors can easyly hold a stable archive and serve it.

Two or three, with sufficient geographical separation?

-- 
| Darren Salt   | nr. Ashington, | linux (or ds) at
| sarge,| Northumberland | youmustbejoking
| RISC OS   | Toon Army  | demon co uk
|   We've got Shearer, you haven't

Quantised Revision of Murphy's Law: Everything goes wrong all at once.


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



Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Branden J. Moore
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, 23 Apr 2005, Steve Langasek wrote:
On Sat, Apr 23, 2005 at 04:24:28PM +0200, Adrian Bunk wrote:
On Sat, Apr 23, 2005 at 12:26:45AM -0700, Steve Langasek wrote:

A silly question to you as release manager:

What exactly are the technical reasons why amd64 can't simply be shipped
as 12th architecture with sarge?
We are already running into size constraints (on an ongoing basis) with our
mirrors due to the size of the archive.  Some of our mirrors have had to
choose between distributing Debian and distributing other stuff -- some pick
one, some pick the other, but in either case it's bad for the users.  The
ftpmasters believe it is not in our interest to exacerbate this situation by
adding another arch before a sensible per-arch partial mirroring solution is
in place.
Speaking as a second-level mirror maintainer, I can vouch that the size of 
the Debian archive is not all *that* large, as compared to other 
distributions.  These are the numbers from a dh -h on the mirror I admin:

Debian: 111GB
Debian-cd:   51GB
Fedora: 152GB
Gentoo: 112GB
Mandrake:   240GB
RedHat:  71GB
While others mirrors may very well be suffering from space constraints 
(where are these messages coming from?  [EMAIL PROTECTED] doesn't appear 
to be active at all), they do have the ability to use proper --exclude 
lines in rsync to avoid mirroring the debs from the archs that they don't 
want.  I know it's not the best solution, as their Packages.gz file 
becomes bad, but it works.

I'd mirror the AMD64 right now, but I'd have to take portions of my mirror 
down to reallocate space to a new logical volume.  If AMD64 were to go 
into the main mirror, I know I've got the space for it already allocated.

Just my $0.02
- --
  Branden J. Moore
  [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (Darwin)
Comment: For info see http://quantumlab.net/pine_privacy_guard/
iD8DBQFCas+e0HulGszUTxERAriBAKCK1eLbgd8a0GOorbJSEb8JoBTtFACgxX/X
qT5VasHlL1ZFSRYeFoq9JB0=
=LJkb
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Status of 'sarge' for the amd64 architecture

2005-04-23 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
Steve Langasek  [EMAIL PROTECTED] wrote:
On Sun, Apr 24, 2005 at 12:12:42AM +0200, Josselin Mouette wrote:
 Le samedi 23 avril 2005 à 13:20 -0700, Steve Langasek a écrit :
  We are already running into size constraints (on an ongoing basis) with our
  mirrors due to the size of the archive.

 Given that - if I believe the security team [1] - we are not able to
 provide security updates for arm, even in woody, is there any point in
 including it in sarge when we could include an architecture with working
 autobuilders just in place?

If we dropped arm, it would be to drop arm, not to trade it for something --
it's way too late to be talking about adding amd64 to the main archive for
sarge.

True, we don't want to miss the release date of September 2004.
Oh, wait ...

Mike.
-- 
One suspects that Chaucer would feel right at home on Usenet
-- The Jargon File, flame.


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



Re: More about GFDL

2005-04-23 Thread Brian May
 Maciej == Maciej Dems [EMAIL PROTECTED] writes:

Maciej I have a simple question concerning the GFDL discussion.
Maciej Does the GFDL documentation which currently does not
Maciej contain any invariant section have to go to non-free as
Maciej well?

It might be better to ask this question on debian-legal.
-- 
Brian May [EMAIL PROTECTED]


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



Bug#305753: general: 38 packages still use Origin: debian

2005-04-23 Thread Dan Jacobson
Agney mass bug filling is the worst way to do this. try to send a wishlist for
Agney lintian and linda. So on the next time that these packages use them the
Agney mantainers will be alerted about this.

Naw, on 220098: 39 packages unnecessarily still use Bugs:
debbugs://bugs.debian.org I was told to do it, and it worked out OK.

I would also wishlist it to lintian and linda.

Thijs Perhaps you can state in your bugreport why it is needed to fix this. 
What
Thijs problems does that field cause?

I think they just need to delete a line somewhere.
I assume Origin isn't necessary for these packages to say anymore.
Anyway, just sticks out, looks funny, feels bad...


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



Re: More about GFDL

2005-04-23 Thread Cesar Martinez Izquierdo
El Viernes 22 Abril 2005 14:57, Henrique de Moraes Holschuh escribió:
 On Fri, 22 Apr 2005, Maciej Dems wrote:
  I have a simple question concerning the GFDL discussion.

 For which the simple answer is:
 Read http://people.debian.org/~srivasta/Position_Statement.xhtml

I have the same question around for some months.
I have read the link above but I didn't find any reply.
Any extra clue?

  César



Re: More about GFDL

2005-04-23 Thread Adeodato Simó
* Cesar Martinez Izquierdo [Sun, 24 Apr 2005 04:15:28 +0300]:
 El Viernes 22 Abril 2005 14:57, Henrique de Moraes Holschuh escribió:
  On Fri, 22 Apr 2005, Maciej Dems wrote:
   I have a simple question concerning the GFDL discussion.

  For which the simple answer is:
  Read http://people.debian.org/~srivasta/Position_Statement.xhtml

 I have the same question around for some months.
 I have read the link above but I didn't find any reply.
 Any extra clue?

  Well, from the above document:

The problems with the GFDL fall into three major categories, which
are treated in detail below. 

  - The DRM Restriction
  - Transparent And Opaque Copies
  - Invariant Sections

  As the original question was:

 Does the GFDL documentation which currently does not contain any invariant
 section have to go to non-free as well?

  , the remaining issues seem pretty easy to deduce.

  HTH,

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
Listening to: The Decemberists - Clementine
 
Military justice is to justice what military music is to music.
-- Groucho Marx


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



Re: More about GFDL

2005-04-23 Thread Glenn Maynard
On Sun, Apr 24, 2005 at 04:15:28AM +0300, Cesar Martinez Izquierdo wrote:
 El Viernes 22 Abril 2005 14:57, Henrique de Moraes Holschuh escribió:
  On Fri, 22 Apr 2005, Maciej Dems wrote:
   I have a simple question concerning the GFDL discussion.
 
  For which the simple answer is:
  Read http://people.debian.org/~srivasta/Position_Statement.xhtml
 
 I have the same question around for some months.
 I have read the link above but I didn't find any reply.
 Any extra clue?

Those of us on d-legal have no idea what your question is; please restate
it.  :)

-- 
Glenn Maynard


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



Processed: closing 305753

2005-04-23 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 305753
Bug#305753: general: 38 packages still use Origin: debian
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Dan Jacobson [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Accepted rageircd 2.0.0-1 (i386 source)

2005-04-23 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 06:31:44 +
Source: rageircd
Binary: rageircd
Architecture: source i386
Version: 2.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Marc Haber [EMAIL PROTECTED]
Changed-By: Marc Haber [EMAIL PROTECTED]
Description: 
 rageircd   - A versatile and flexible IRC Server daemon
Changes: 
 rageircd (2.0.0-1) experimental; urgency=low
 .
   * new upstream release
   * adapt package description to new upstream release, remove beta
 warnings.
   * remove dpatch from debian/control.in. This dependency is now
 generated by cdbs
Files: 
 ecf9eafcbd54773442d138ce61c67b75 647 net extra rageircd_2.0.0-1.dsc
 71f7a51545f458da40d56dca9d383c2f 622520 net extra rageircd_2.0.0.orig.tar.gz
 c4230e826afcbd3384fbc74a12ee6921 5043 net extra rageircd_2.0.0-1.diff.gz
 49844943fcf10e0a3d09f263a26e5281 544084 net extra rageircd_2.0.0-1_i386.deb

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

iEYEARECAAYFAkJp7REACgkQgZalRGu6PITjbgCfRzbKvNHzfRqkpeTGzrukUBdq
KE4AnAoTz+6wV5TGrk30VaDrDsQ8dHvT
=OfFU
-END PGP SIGNATURE-


Accepted:
rageircd_2.0.0-1.diff.gz
  to pool/main/r/rageircd/rageircd_2.0.0-1.diff.gz
rageircd_2.0.0-1.dsc
  to pool/main/r/rageircd/rageircd_2.0.0-1.dsc
rageircd_2.0.0-1_i386.deb
  to pool/main/r/rageircd/rageircd_2.0.0-1_i386.deb
rageircd_2.0.0.orig.tar.gz
  to pool/main/r/rageircd/rageircd_2.0.0.orig.tar.gz


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



Accepted ratpoison 1.3.0-6 (i386 source)

2005-04-23 Thread Jonathan Walther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 00:15:52 -0700
Source: ratpoison
Binary: ratpoison
Architecture: source i386
Version: 1.3.0-6
Distribution: unstable
Urgency: low
Maintainer: Jonathan Walther [EMAIL PROTECTED]
Changed-By: Jonathan Walther [EMAIL PROTECTED]
Description: 
 ratpoison  - Simple window manager with no fat library dependencies
Closes: 305955
Changes: 
 ratpoison (1.3.0-6) unstable; urgency=low
 .
   * Applied Mike O'Connor's fix for tmpwm race.  Closes: #305955
Files: 
 6861d7842037a071ae489eed2b150b20 825 x11 extra ratpoison_1.3.0-6.dsc
 b744b3830f87a50d8109fbf926589e19 24731 x11 extra ratpoison_1.3.0-6.diff.gz
 82d677620fc16de8def8f3aa48efcbbb 116366 x11 extra ratpoison_1.3.0-6_i386.deb

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

iQCVAwUBQmn2jcK9HT/YfGeBAQK/CwQAl18CJ2KsqKGZVtxLTFxHMVPAluk1vO1I
+Krlh2g1ZU7tUCRCMeyzriAU3cgSb3U/MG6ujr/wr3J0a4mC8VM39EP4C/rl+mU/
c9HHNkL2v6TS59kxnHNeGxPcWMF1f7kYlQ+brQOK9LINl4mBJxzMnNBSivGsT7tD
Q/VQuBU4mPw=
=4Hq8
-END PGP SIGNATURE-


Accepted:
ratpoison_1.3.0-6.diff.gz
  to pool/main/r/ratpoison/ratpoison_1.3.0-6.diff.gz
ratpoison_1.3.0-6.dsc
  to pool/main/r/ratpoison/ratpoison_1.3.0-6.dsc
ratpoison_1.3.0-6_i386.deb
  to pool/main/r/ratpoison/ratpoison_1.3.0-6_i386.deb


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



Accepted aoetools 3-1 (i386 source)

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

Format: 1.7
Date: Sat, 23 Apr 2005 03:47:02 +0200
Source: aoetools
Binary: aoetools
Architecture: source i386
Version: 3-1
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno [EMAIL PROTECTED]
Changed-By: David Martínez Moreno [EMAIL PROTECTED]
Description: 
 aoetools   - tools to assist in using ATA over Ethernet
Changes: 
 aoetools (3-1) unstable; urgency=low
 .
   * First package release.
Files: 
 022eb18fac32dfb3ef496d82eb14adf8 561 admin optional aoetools_3-1.dsc
 ae52cd4ba7e527b0ae1c659847fa6d07 17401 admin optional aoetools_3.orig.tar.gz
 b1510c16f07f099d730ade56e6ff9876 1717 admin optional aoetools_3-1.diff.gz
 5309de08bed1571bcf578d1b77e52c26 15306 admin optional aoetools_3-1_i386.deb

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

iD8DBQFCaarWWs/EhA1iABsRAogmAJ4tPB4TfKr70+c1dH6EEd/KJmo5nACZARDV
BehpKsPxGbLk5Q1ttsIpNOY=
=VrUE
-END PGP SIGNATURE-


Accepted:
aoetools_3-1.diff.gz
  to pool/main/a/aoetools/aoetools_3-1.diff.gz
aoetools_3-1.dsc
  to pool/main/a/aoetools/aoetools_3-1.dsc
aoetools_3-1_i386.deb
  to pool/main/a/aoetools/aoetools_3-1_i386.deb
aoetools_3.orig.tar.gz
  to pool/main/a/aoetools/aoetools_3.orig.tar.gz


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



Accepted cl-photo 0.4-1 (all source)

2005-04-23 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 22 Apr 2005 23:47:38 -0600
Source: cl-photo
Binary: cl-photo
Architecture: source all
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg [EMAIL PROTECTED]
Changed-By: Kevin M. Rosenberg [EMAIL PROTECTED]
Description: 
 cl-photo   - photographic calculator in Common Lisp
Changes: 
 cl-photo (0.4-1) unstable; urgency=low
 .
   * New upstream
Files: 
 583d67db8599cc903f65c92dd008e6d8 567 devel optional cl-photo_0.4-1.dsc
 33490a550824ff796e096b1dc815eb19 7277 devel optional cl-photo_0.4.orig.tar.gz
 7ccf89f1d74b4e4f5edb8bfde2bcfd60 2197 devel optional cl-photo_0.4-1.diff.gz
 d21f4ab944f55f647500b08f2b0b812c 8996 devel optional cl-photo_0.4-1_all.deb

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

iD8DBQFCagMyES7N8sSjgj4RAmRVAJ0c+JDeERC2SCH+MpkoPD0MQMAtcQCfW/8s
XhEdPNVEZ7xU59n6v/M3biU=
=RA7R
-END PGP SIGNATURE-


Accepted:
cl-photo_0.4-1.diff.gz
  to pool/main/c/cl-photo/cl-photo_0.4-1.diff.gz
cl-photo_0.4-1.dsc
  to pool/main/c/cl-photo/cl-photo_0.4-1.dsc
cl-photo_0.4-1_all.deb
  to pool/main/c/cl-photo/cl-photo_0.4-1_all.deb
cl-photo_0.4.orig.tar.gz
  to pool/main/c/cl-photo/cl-photo_0.4.orig.tar.gz


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



Accepted dhttpd 1.02a-14 (i386 source)

2005-04-23 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 11:36:44 +0200
Source: dhttpd
Binary: dhttpd
Architecture: source i386
Version: 1.02a-14
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 dhttpd - minimal secure webserver without cgi-bin support
Closes: 293234
Changes: 
 dhttpd (1.02a-14) unstable; urgency=low
 .
   * Applied patch from Jari Aalto [EMAIL PROTECTED] that allow user
 defined root directories, closes: #293234.
   * Made /etc/default/dhttpd a conffile.
Files: 
 f13b39bd45f43796e58aa22956e6a2dd 555 web optional dhttpd_1.02a-14.dsc
 b9b563e54533ae2fd8d55632715c0279 13555 web optional dhttpd_1.02a-14.diff.gz
 881437f467b50af113cb759a390fbef6 27358 web optional dhttpd_1.02a-14_i386.deb

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

iD8DBQFCahfRGKGxzw/lPdkRArVcAJ9LrdNgMLjMrABj/QgzDiReDwGw4wCgnGvo
/VhFnf6k3WsBdikNWiWhxNs=
=/JUy
-END PGP SIGNATURE-


Accepted:
dhttpd_1.02a-14.diff.gz
  to pool/main/d/dhttpd/dhttpd_1.02a-14.diff.gz
dhttpd_1.02a-14.dsc
  to pool/main/d/dhttpd/dhttpd_1.02a-14.dsc
dhttpd_1.02a-14_i386.deb
  to pool/main/d/dhttpd/dhttpd_1.02a-14_i386.deb


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



Accepted imgseek 0.8.5-1 (i386 source)

2005-04-23 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 11:55:14 +0200
Source: imgseek
Binary: imgseek
Architecture: source i386
Version: 0.8.5-1
Distribution: unstable
Urgency: high
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 imgseek- Image viewer and manager with content based query
Changes: 
 imgseek (0.8.5-1) unstable; urgency=high
 .
   * New upstream release.
   * Urgency high cause we still don't have previous changes in sarge.
Files: 
 86c3f48e58568733b5ab798e8a1bb2fc 616 graphics optional imgseek_0.8.5-1.dsc
 e963c60f035bf5c83d02c1e77cd51f55 513802 graphics optional 
imgseek_0.8.5.orig.tar.gz
 a750c090fac7cdde8e34eadf0968673a 6594 graphics optional imgseek_0.8.5-1.diff.gz
 b2774509fb5d4bd85dd200caf4e9f000 293262 graphics optional 
imgseek_0.8.5-1_i386.deb

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

iD8DBQFCah7EhQui3hP+/EARAhcNAJ4mdHodDBsNw3BHoeyJ++RUrjzFfwCfUj7a
n59TNTg7ECOOkMuobZbASnc=
=zFlo
-END PGP SIGNATURE-


Accepted:
imgseek_0.8.5-1.diff.gz
  to pool/main/i/imgseek/imgseek_0.8.5-1.diff.gz
imgseek_0.8.5-1.dsc
  to pool/main/i/imgseek/imgseek_0.8.5-1.dsc
imgseek_0.8.5-1_i386.deb
  to pool/main/i/imgseek/imgseek_0.8.5-1_i386.deb
imgseek_0.8.5.orig.tar.gz
  to pool/main/i/imgseek/imgseek_0.8.5.orig.tar.gz


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



Accepted libcdaudio 0.99.9-2.1 (i386 source)

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

Format: 1.7
Date: Fri, 22 Apr 2005 10:22:51 +0200
Source: libcdaudio
Binary: libcdaudio0-dev libcdaudio0
Architecture: source i386
Version: 0.99.9-2.1
Distribution: unstable
Urgency: high
Maintainer: Tomas Guemes [EMAIL PROTECTED]
Changed-By: Bastian Kleineidam [EMAIL PROTECTED]
Description: 
 libcdaudio0 - library for controlling a CD-ROM when playing audio CDs
 libcdaudio0-dev - developers' libraries for libcdaudio
Closes: 304799
Changes: 
 libcdaudio (0.99.9-2.1) unstable; urgency=high
 .
   * Non maintainer upload (NMU)
   * Apply patch to fix CAN-2005-0706 (Closes: #304799)
 This is a security fix, thus urgency high.
Files: 
 f4a538c135aababc1ff01c2d5596344c 593 libs optional libcdaudio_0.99.9-2.1.dsc
 b43687e8e02074d3830436f01c93a12e 18014 libs optional 
libcdaudio_0.99.9-2.1.diff.gz
 233d9fa434e69611fa74b7ac6032d49f 40140 libdevel optional 
libcdaudio0-dev_0.99.9-2.1_i386.deb
 10368a8c539d6c62efb070bd9e3d2abb 41712 libs optional 
libcdaudio0_0.99.9-2.1_i386.deb

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

iD8DBQFCaL3LeBwlBDLsbz4RAqbkAJ0SX2YqAWyPiiMWDf40eNuRpyhMxgCfQFsT
P+MeDu2SyaxoD1ML3HDkir8=
=7a8f
-END PGP SIGNATURE-


Accepted:
libcdaudio0-dev_0.99.9-2.1_i386.deb
  to pool/main/libc/libcdaudio/libcdaudio0-dev_0.99.9-2.1_i386.deb
libcdaudio0_0.99.9-2.1_i386.deb
  to pool/main/libc/libcdaudio/libcdaudio0_0.99.9-2.1_i386.deb
libcdaudio_0.99.9-2.1.diff.gz
  to pool/main/libc/libcdaudio/libcdaudio_0.99.9-2.1.diff.gz
libcdaudio_0.99.9-2.1.dsc
  to pool/main/libc/libcdaudio/libcdaudio_0.99.9-2.1.dsc


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



Accepted gnustep-back 0.9.5-1 (i386 source)

2005-04-23 Thread Eric Heintzmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  9 Apr 2005 22:58:10 +0200
Source: gnustep-back
Binary: gnustep-back
Architecture: source i386
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Eric Heintzmann [EMAIL PROTECTED]
Description: 
 gnustep-back - The GNUstep GUI Backend
Closes: 291356
Changes: 
 gnustep-back (0.9.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Adam Fedor inserted a email address to forward reports to (closes: 
#291356).
   * Now Build-Depends on pkg-config.
   * Overrides inappropriate linda warnings.
Files: 
 bc85a7498c63da359707f584e57484e4 897 devel optional gnustep-back_0.9.5-1.dsc
 3c958e8f9f63e630027962155cdb759a 817278 devel optional 
gnustep-back_0.9.5.orig.tar.gz
 875afe22756da9ffc804b6e205a808dd 7670 devel optional 
gnustep-back_0.9.5-1.diff.gz
 270500d94014f92cd65222139a17093c 277252 libs optional 
gnustep-back_0.9.5-1_i386.deb

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

iD8DBQFCajf/B9xWPR9BuQcRAr5NAKCNb8WaAaAY+XrvWgvpjHNzHjsspgCfVqA4
LAc4rDwrtvDjBHrhWTY1ZeU=
=tvky
-END PGP SIGNATURE-


Accepted:
gnustep-back_0.9.5-1.diff.gz
  to pool/main/g/gnustep-back/gnustep-back_0.9.5-1.diff.gz
gnustep-back_0.9.5-1.dsc
  to pool/main/g/gnustep-back/gnustep-back_0.9.5-1.dsc
gnustep-back_0.9.5-1_i386.deb
  to pool/main/g/gnustep-back/gnustep-back_0.9.5-1_i386.deb
gnustep-back_0.9.5.orig.tar.gz
  to pool/main/g/gnustep-back/gnustep-back_0.9.5.orig.tar.gz


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



Accepted cl-photo 0.5-1 (all source)

2005-04-23 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 06:10:04 -0600
Source: cl-photo
Binary: cl-photo
Architecture: source all
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg [EMAIL PROTECTED]
Changed-By: Kevin M. Rosenberg [EMAIL PROTECTED]
Description: 
 cl-photo   - photographic calculator in Common Lisp
Changes: 
 cl-photo (0.5-1) unstable; urgency=low
 .
   * New upstream
Files: 
 4eadec0cbc88cf4fccf3da0d03c827d7 567 devel optional cl-photo_0.5-1.dsc
 8f70cd7fba1cf174b6d5f41f10f8f560 7547 devel optional cl-photo_0.5.orig.tar.gz
 2ceb55fd97f308f64ab51aa934597ccc 2217 devel optional cl-photo_0.5-1.diff.gz
 9a0801c0f4d8cec3c12064b7e3c5e858 9276 devel optional cl-photo_0.5-1_all.deb

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

iD8DBQFCajtwES7N8sSjgj4RAk8rAJ46JiQ2wuTbcr1dpvQNPIFiJ4kTWwCeKQku
XTpgSryOTZMs4YYz62p8UMo=
=ohkL
-END PGP SIGNATURE-


Accepted:
cl-photo_0.5-1.diff.gz
  to pool/main/c/cl-photo/cl-photo_0.5-1.diff.gz
cl-photo_0.5-1.dsc
  to pool/main/c/cl-photo/cl-photo_0.5-1.dsc
cl-photo_0.5-1_all.deb
  to pool/main/c/cl-photo/cl-photo_0.5-1_all.deb
cl-photo_0.5.orig.tar.gz
  to pool/main/c/cl-photo/cl-photo_0.5.orig.tar.gz


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



Accepted horde2 2.2.8-1 (all source)

2005-04-23 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 11:45:15 +0200
Source: horde2
Binary: horde2
Architecture: source all
Version: 2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 horde2 - horde web application suite
Closes: 305436
Changes: 
 horde2 (2.2.8-1) unstable; urgency=low
 .
   * New upstream release.
   * This version fix the security problem as described by CAN-2005-0961.
   * Moved away test.php, closes: #305436.
   * No capital letters on the package description.
   * Upstream changelog renamed.
Files: 
 44f881e4a54e28d40eee129363773de1 563 web optional horde2_2.2.8-1.dsc
 89961af4e4488a908147d7b3a0dc3b44 683005 web optional horde2_2.2.8.orig.tar.gz
 74e6fbf56991d1eb32772784fc71de4c 36760 web optional horde2_2.2.8-1.diff.gz
 2ac775b66fc68d6671b8c53156639e22 514842 web optional horde2_2.2.8-1_all.deb

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

iD8DBQFCakfMGKGxzw/lPdkRAm+MAJ96Lk0ALyCrO0gz/4TMtrGx5JBFqQCeJIsz
2oHtkFKFzG0GVLTVXt+sUwk=
=pshg
-END PGP SIGNATURE-


Accepted:
horde2_2.2.8-1.diff.gz
  to pool/main/h/horde2/horde2_2.2.8-1.diff.gz
horde2_2.2.8-1.dsc
  to pool/main/h/horde2/horde2_2.2.8-1.dsc
horde2_2.2.8-1_all.deb
  to pool/main/h/horde2/horde2_2.2.8-1_all.deb
horde2_2.2.8.orig.tar.gz
  to pool/main/h/horde2/horde2_2.2.8.orig.tar.gz


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



Accepted zynaddsubfx 2.2.0-1 (i386 source)

2005-04-23 Thread Eduardo Marcel Macan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 08:18:08 -0300
Source: zynaddsubfx
Binary: zynaddsubfx
Architecture: source i386
Version: 2.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Eduardo Marcel Macan [EMAIL PROTECTED]
Changed-By: Eduardo Marcel Macan [EMAIL PROTECTED]
Description: 
 zynaddsubfx - Realtime software synthesizer for Linux
Changes: 
 zynaddsubfx (2.2.0-1) unstable; urgency=low
 .
   * New upstream release
   * Fixed XMLWrapper so that saved paramters are loaded properly
Files: 
 c5372c91edd6eabb688b83d753316eaa 738 sound extra zynaddsubfx_2.2.0-1.dsc
 7171b5bbeda509647f3f5d6ad7bff739 962314 sound extra 
zynaddsubfx_2.2.0.orig.tar.gz
 1c677ef352e8ffd9c520fd705f2943c9 6076 sound extra zynaddsubfx_2.2.0-1.diff.gz
 ca985c5d85daeed873b9f0f42a78041d 967380 sound extra 
zynaddsubfx_2.2.0-1_i386.deb

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

iD8DBQFCajSFoUSye+uc2tURAnHUAJ9ldRBAHYTASINzFE8xzsk6o2E9DACbBrDy
KPYDk5lSRKQNn9JwFIZ9wsM=
=VF4J
-END PGP SIGNATURE-


Accepted:
zynaddsubfx_2.2.0-1.diff.gz
  to pool/main/z/zynaddsubfx/zynaddsubfx_2.2.0-1.diff.gz
zynaddsubfx_2.2.0-1.dsc
  to pool/main/z/zynaddsubfx/zynaddsubfx_2.2.0-1.dsc
zynaddsubfx_2.2.0-1_i386.deb
  to pool/main/z/zynaddsubfx/zynaddsubfx_2.2.0-1_i386.deb
zynaddsubfx_2.2.0.orig.tar.gz
  to pool/main/z/zynaddsubfx/zynaddsubfx_2.2.0.orig.tar.gz


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



Accepted sn 0.3.8-4 (i386 source)

2005-04-23 Thread Chris Niekel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 20 Apr 2005 21:11:02 +0200
Source: sn
Binary: sn
Architecture: source i386
Version: 0.3.8-4
Distribution: unstable
Urgency: low
Maintainer: Chris Niekel [EMAIL PROTECTED]
Changed-By: Chris Niekel [EMAIL PROTECTED]
Description: 
 sn - Small NNTP server for leaf sites
Closes: 298321
Changes: 
 sn (0.3.8-4) unstable; urgency=low
 .
   * Add Czech translation, thanks to Miroslav Kure (Closes: #298321)
   * Allow year-based expire in cron.daily, since snexpire allows it.
 Thanks to Derrick Karpo.
Files: 
 d2342950d40d827c5136c679cc48a263 553 news optional sn_0.3.8-4.dsc
 c27d95ab420e308cca62f1fd2d93a014 32175 news optional sn_0.3.8-4.diff.gz
 39fe09f843096b8f6d7c21da9463181f 171636 news optional sn_0.3.8-4_i386.deb

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

iD8DBQFCalDBlByGkm8iLx8RAtSOAJkBcyM4F7h9vZsHXRQXKj4cPHuCWwCeOB4q
/l//HUXkRFtZ+OBDTmVAdMk=
=Hg9v
-END PGP SIGNATURE-


Accepted:
sn_0.3.8-4.diff.gz
  to pool/main/s/sn/sn_0.3.8-4.diff.gz
sn_0.3.8-4.dsc
  to pool/main/s/sn/sn_0.3.8-4.dsc
sn_0.3.8-4_i386.deb
  to pool/main/s/sn/sn_0.3.8-4_i386.deb


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



Accepted zec 0.8.0-1 (all source)

2005-04-23 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 10:14:16 -0400
Source: zec
Binary: zec
Architecture: source all
Version: 0.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 zec- Z-Shell Empire client
Changes: 
 zec (0.8.0-1) unstable; urgency=medium
 .
   * New upstream release.
Files: 
 f6bc7a86a20b1133570540d836e63508 523 games optional zec_0.8.0-1.dsc
 fc44741f4c526eea4e67d339d48745ee 60319 games optional zec_0.8.0.orig.tar.gz
 ec9b7be76f538adf56e930e7e7d4ec94 3724 games optional zec_0.8.0-1.diff.gz
 1d0cbfa18e8b80dcf39e84dbd3c5c0ae 10620 games optional zec_0.8.0-1_all.deb

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

iD8DBQFCalou5m0u66uWM3ARAuczAJ4skNDHPRxWlrddh8ygK7teGl7EYQCggmX+
7UgPx33Uw6/7M/AWL2wuaYg=
=3X4I
-END PGP SIGNATURE-


Accepted:
zec_0.8.0-1.diff.gz
  to pool/main/z/zec/zec_0.8.0-1.diff.gz
zec_0.8.0-1.dsc
  to pool/main/z/zec/zec_0.8.0-1.dsc
zec_0.8.0-1_all.deb
  to pool/main/z/zec/zec_0.8.0-1_all.deb
zec_0.8.0.orig.tar.gz
  to pool/main/z/zec/zec_0.8.0.orig.tar.gz


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



Accepted libosip2 2.2.0+2.2.1pre4-1 (i386 source)

2005-04-23 Thread ARAKI Yasuhiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 22 Apr 2005 15:33:12 +0900
Source: libosip2
Binary: libosip2-3 libosip2-dev
Architecture: source i386
Version: 2.2.0+2.2.1pre4-1
Distribution: unstable
Urgency: low
Maintainer: Anand Kumria [EMAIL PROTECTED]
Changed-By: ARAKI Yasuhiro [EMAIL PROTECTED]
Description: 
 libosip2-3 - Session Initiation Protocol (SIP) library
 libosip2-dev - development files for the SIP library
Changes: 
 libosip2 (2.2.0+2.2.1pre4-1) unstable; urgency=low
 .
   * New upstream release
   * fix osip_body_clone doesn't NULL terminate the copied body.
 Reported by Mikael Magnusson. (Close: #305729)
   * Maintainer change: Anand Kumria [EMAIL PROTECTED] to ARAKI Yasuhiro
 [EMAIL PROTECTED].
Files: 
 3a54d2847feea9d7190cc2191b212d85 707 comm optional 
libosip2_2.2.0+2.2.1pre4-1.dsc
 a6ba0b17dde61bf0b856286f8f80a6c0 641548 comm optional 
libosip2_2.2.0+2.2.1pre4.orig.tar.gz
 16b78da83fd27656681d500ba55a1a89 5175 comm optional 
libosip2_2.2.0+2.2.1pre4-1.diff.gz
 6575e6ee6eb887a9d240ff36497840a7 137872 libdevel optional 
libosip2-dev_2.2.0+2.2.1pre4-1_i386.deb
 d11d9811051abbf2ba934ceaf1da1cde 86100 libs optional 
libosip2-3_2.2.0+2.2.1pre4-1_i386.deb

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

iD8DBQFCaJtHNOYipi+po4wRAqfkAJ0UaUVBf0P6XeAaDIk7lCys/MU3JgCgiAxr
I/lqZn3Xa1zMneQgisOEsXQ=
=iF5n
-END PGP SIGNATURE-


Accepted:
libosip2-3_2.2.0+2.2.1pre4-1_i386.deb
  to pool/main/libo/libosip2/libosip2-3_2.2.0+2.2.1pre4-1_i386.deb
libosip2-dev_2.2.0+2.2.1pre4-1_i386.deb
  to pool/main/libo/libosip2/libosip2-dev_2.2.0+2.2.1pre4-1_i386.deb
libosip2_2.2.0+2.2.1pre4-1.diff.gz
  to pool/main/libo/libosip2/libosip2_2.2.0+2.2.1pre4-1.diff.gz
libosip2_2.2.0+2.2.1pre4-1.dsc
  to pool/main/libo/libosip2/libosip2_2.2.0+2.2.1pre4-1.dsc
libosip2_2.2.0+2.2.1pre4.orig.tar.gz
  to pool/main/libo/libosip2/libosip2_2.2.0+2.2.1pre4.orig.tar.gz


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



Accepted scsiadd 1.95-2 (i386 source)

2005-04-23 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 16:36:32 +0200
Source: scsiadd
Binary: scsiadd
Architecture: source i386
Version: 1.95-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 scsiadd- add or remove SCSI devices by rescanning the bus
Changes: 
 scsiadd (1.95-2) unstable; urgency=low
 .
   * Orphanage upload.
Files: 
 f4436270fbc0df1276d81974ba6b49c1 564 admin optional scsiadd_1.95-2.dsc
 97f22917d31985da2ae895420ebe5ea0 2344 admin optional scsiadd_1.95-2.diff.gz
 7b2fa38721b050231393de3afbbd0859 8560 admin optional scsiadd_1.95-2_i386.deb

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

iD8DBQFCal3zhQui3hP+/EARAobQAKDd68T1cGKxmnq7jQ4Ei+XVxU9MBACfaPh+
uZgfx3bFhq03kgTeH/sTK60=
=qpid
-END PGP SIGNATURE-


Accepted:
scsiadd_1.95-2.diff.gz
  to pool/main/s/scsiadd/scsiadd_1.95-2.diff.gz
scsiadd_1.95-2.dsc
  to pool/main/s/scsiadd/scsiadd_1.95-2.dsc
scsiadd_1.95-2_i386.deb
  to pool/main/s/scsiadd/scsiadd_1.95-2_i386.deb


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



Accepted bluefish 1.0-1 (i386 source)

2005-04-23 Thread evo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 17:05:18 +0200
Source: bluefish
Binary: bluefish
Architecture: source i386
Version: 1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Davide Puricelli (evo) [EMAIL PROTECTED]
Changed-By: Davide Puricelli (evo) [EMAIL PROTECTED]
Description: 
 bluefish   - advanced Gtk+ HTML editor
Closes: 291222
Changes: 
 bluefish (1.0-1) unstable; urgency=medium
 .
   * Acknowledge NMU, thanks Leo; closes: #291222.
   * Updated debian/ files, thanks Daniel Leidert.
Files: 
 62c614836e9aefb0a11fc426560cbbc2 785 web optional bluefish_1.0-1.dsc
 3ebe11e32d3b6b64ef13fe9277554947 15124 web optional bluefish_1.0-1.diff.gz
 a33bd887fd9c86fff7a6a0e035233532 1381328 web optional bluefish_1.0-1_i386.deb

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

iD8DBQFCamc2NHp9kxdgFe0RAs3HAKCz15M7W+26KpQpfq9FLLu/ZR/NgQCgszss
/e5z2mmr/pc2OUHCpmkmc1c=
=dGBn
-END PGP SIGNATURE-


Accepted:
bluefish_1.0-1.diff.gz
  to pool/main/b/bluefish/bluefish_1.0-1.diff.gz
bluefish_1.0-1.dsc
  to pool/main/b/bluefish/bluefish_1.0-1.dsc
bluefish_1.0-1_i386.deb
  to pool/main/b/bluefish/bluefish_1.0-1_i386.deb


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



Accepted fakeroot 1.2.10 (sparc source)

2005-04-23 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 10:52:07 -0400
Source: fakeroot
Binary: fakeroot
Architecture: source sparc
Version: 1.2.10
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 fakeroot   - Gives a fake root environment
Closes: 299633
Changes: 
 fakeroot (1.2.10) unstable; urgency=low
 .
   * Have fakeroot-tcp be a higher-priority alternative on the Hurd.
 closes: #299633.
Files: 
 24348ca91a9dc228651b97e7e7be8dbc 552 utils optional fakeroot_1.2.10.dsc
 cf18e2fc54f406324623a570fc4e6c20 1134216 utils optional fakeroot_1.2.10.tar.gz
 67adafb317f54fb7239b586d19ff8a5f 96668 utils optional fakeroot_1.2.10_sparc.deb

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

iD8DBQFCamWs5m0u66uWM3ARAl4tAJwKRY+xDPqJCYo1ao8cZ6qGlTFeIACeKTl2
z2qW4OCx+2TxbJ4BWOBBizs=
=/RtO
-END PGP SIGNATURE-


Accepted:
fakeroot_1.2.10.dsc
  to pool/main/f/fakeroot/fakeroot_1.2.10.dsc
fakeroot_1.2.10.tar.gz
  to pool/main/f/fakeroot/fakeroot_1.2.10.tar.gz
fakeroot_1.2.10_sparc.deb
  to pool/main/f/fakeroot/fakeroot_1.2.10_sparc.deb


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



Accepted pspresent 1.2-1 (i386 source)

2005-04-23 Thread Jamie Wilkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 01:17:32 +1000
Source: pspresent
Binary: pspresent
Architecture: source i386
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson [EMAIL PROTECTED]
Changed-By: Jamie Wilkinson [EMAIL PROTECTED]
Description: 
 pspresent  - fullscreen PostScript presentation tool
Closes: 290436
Changes: 
 pspresent (1.2-1) unstable; urgency=low
 .
   * New upstream release.  (Closes: #290436)
Files: 
 bc34cf6430e815d4b2111bb49571ce5f 572 x11 optional pspresent_1.2-1.dsc
 1ad4ccbdda78a795473990295f99414d 14346 x11 optional pspresent_1.2.orig.tar.gz
 d8783c98b7223da4027aabb3040cfbad 6128 x11 optional pspresent_1.2-1.diff.gz
 a6b452178053183578b6b15331439df4 12282 x11 optional pspresent_1.2-1_i386.deb

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

iD8DBQFCamoa5u9oNyz9HDgRAnCKAKDHEtBoPTtxoYkHiEbD2DMoDOZAVACfYX3R
0Iu60jGNL0xVhUb+fqfp/Jg=
=sMZ4
-END PGP SIGNATURE-


Accepted:
pspresent_1.2-1.diff.gz
  to pool/main/p/pspresent/pspresent_1.2-1.diff.gz
pspresent_1.2-1.dsc
  to pool/main/p/pspresent/pspresent_1.2-1.dsc
pspresent_1.2-1_i386.deb
  to pool/main/p/pspresent/pspresent_1.2-1_i386.deb
pspresent_1.2.orig.tar.gz
  to pool/main/p/pspresent/pspresent_1.2.orig.tar.gz


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



Accepted randomize-lines 0.2.4 (i386 source)

2005-04-23 Thread Arthur de Jong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 17:00:00 +0200
Source: randomize-lines
Binary: randomize-lines
Architecture: source i386
Version: 0.2.4
Distribution: unstable
Urgency: low
Maintainer: Arthur de Jong [EMAIL PROTECTED]
Changed-By: Arthur de Jong [EMAIL PROTECTED]
Description: 
 randomize-lines - randomize lines of input text
Closes: 305782
Changes: 
 randomize-lines (0.2.4) unstable; urgency=low
 .
   * add checks for correct reading and writing of lines (closes: #305782)
Files: 
 1c0dc51a1f86c8f2771252fc391f5f95 517 utils optional randomize-lines_0.2.4.dsc
 0a6ab3bd06db0232324a02d602bf7142 119006 utils optional 
randomize-lines_0.2.4.tar.gz
 e023d487031f23baf3d71fe319bcb28b 13754 utils optional 
randomize-lines_0.2.4_i386.deb

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

iD8DBQFCanHiVYan35+NCKcRApiqAJ9ZJES674asqol82IFuC7I/b5kyZQCdELn4
CVvrYkDyonePlDEJ7cGidzI=
=STzo
-END PGP SIGNATURE-


Accepted:
randomize-lines_0.2.4.dsc
  to pool/main/r/randomize-lines/randomize-lines_0.2.4.dsc
randomize-lines_0.2.4.tar.gz
  to pool/main/r/randomize-lines/randomize-lines_0.2.4.tar.gz
randomize-lines_0.2.4_i386.deb
  to pool/main/r/randomize-lines/randomize-lines_0.2.4_i386.deb


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



Accepted zsh30 3.0.8-12 (all source)

2005-04-23 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 11:29:47 -0400
Source: zsh30
Binary: zsh30-doc zsh30-static zsh30
Architecture: source all
Version: 3.0.8-12
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 zsh30  - A shell with lots of features
 zsh30-doc  - zsh beta documentation - info/HTML format
 zsh30-static - A shell with lots of features
Changes: 
 zsh30 (3.0.8-12) unstable; urgency=low
 .
   * Bump to Standards-Version 3.6.1.
   * Stop using debhelper.
Files: 
 333ced17b4b3bf2b77f2d2a58e7b4230 604 shells optional zsh30_3.0.8-12.dsc
 29a9f8552164dbc7d33e0cc8303834f0 170229 shells optional zsh30_3.0.8-12.diff.gz
 65db21ea6d84c22a7efdf56e24f7bca1 83736 doc optional zsh30-doc_3.0.8-12_all.deb

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

iD8DBQFCanNt5m0u66uWM3ARAoLgAJ9MTo7P0T9AiZQZusrihchZHhA0ZwCfTBr9
rZ9N3JvubTe2dVAdoQP40UQ=
=SIqe
-END PGP SIGNATURE-


Accepted:
zsh30-doc_3.0.8-12_all.deb
  to pool/main/z/zsh30/zsh30-doc_3.0.8-12_all.deb
zsh30_3.0.8-12.diff.gz
  to pool/main/z/zsh30/zsh30_3.0.8-12.diff.gz
zsh30_3.0.8-12.dsc
  to pool/main/z/zsh30/zsh30_3.0.8-12.dsc


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



Accepted bogofilter 0.94.5-1 (sparc source)

2005-04-23 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 12:33:37 -0400
Source: bogofilter
Binary: bogofilter
Architecture: source sparc
Version: 0.94.5-1
Distribution: unstable
Urgency: medium
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 bogofilter - a fast Bayesian spam filter
Changes: 
 bogofilter (0.94.5-1) unstable; urgency=medium
 .
   * New upstream current release.
   * Drop db4.3-util to Suggests.
Files: 
 76f8ca7be64ebcd944b47725dadd6ce5 596 mail optional bogofilter_0.94.5-1.dsc
 e10890d028e81b3da36023dadb8a4189 842007 mail optional 
bogofilter_0.94.5.orig.tar.gz
 5533a7ea7d9fec6f73fd0ee735bdb2c7 9475 mail optional bogofilter_0.94.5-1.diff.gz
 45eb6d55188ddefddbd8b77c5b48a082 382366 mail optional 
bogofilter_0.94.5-1_sparc.deb

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

iD8DBQFCanp85m0u66uWM3ARAoDLAKDGw7lIvbzXsA8ZyaKTdgQvKKm5dgCbBHvu
wNAMCFYMyaomyzszSbomkAM=
=hXXU
-END PGP SIGNATURE-


Accepted:
bogofilter_0.94.5-1.diff.gz
  to pool/main/b/bogofilter/bogofilter_0.94.5-1.diff.gz
bogofilter_0.94.5-1.dsc
  to pool/main/b/bogofilter/bogofilter_0.94.5-1.dsc
bogofilter_0.94.5-1_sparc.deb
  to pool/main/b/bogofilter/bogofilter_0.94.5-1_sparc.deb
bogofilter_0.94.5.orig.tar.gz
  to pool/main/b/bogofilter/bogofilter_0.94.5.orig.tar.gz


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



Accepted gail 1.8.3-1 (i386 source all)

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

Format: 1.7
Date: Sat, 23 Apr 2005 18:27:26 +0200
Source: gail
Binary: libgail-doc libgail-dbg libgail-dev libgail-common libgail17
Architecture: source i386 all
Version: 1.8.3-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.3-1) unstable; urgency=medium
 .
   * New upstream bugfix and translations update release.
   * [debian/patches/000_relibtoolise.patch] Updated.
Files: 
 7b6cdcc8c07ae20a6c5508754d543665 1626 libs optional gail_1.8.3-1.dsc
 a418350618f1048a08713f7a5055d3aa 792473 libs optional gail_1.8.3.orig.tar.gz
 4d3dd29e4e58681c47b8be9b13691f95 31246 libs optional gail_1.8.3-1.diff.gz
 c5751704f76c54e4cd430e29ba6983ed 78058 doc optional libgail-doc_1.8.3-1_all.deb
 d4cc44833b352ba83e0cda754cd52b80 162384 libs optional 
libgail17_1.8.3-1_i386.deb
 aac34f21b3d5213f36da0656f41399c2 218714 libs optional 
libgail-common_1.8.3-1_i386.deb
 6689ec7b4449db72368eb1ff4fe5be71 79104 libdevel optional 
libgail-dev_1.8.3-1_i386.deb
 166366b074662eda0f2687acc88aca7d 240168 libdevel extra 
libgail-dbg_1.8.3-1_i386.deb

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

iD8DBQFCanqVA+HB2Re6Rc4RAp+NAJ9ZIH6PzkQxAsBTDPFRsU1IVky50ACfXjcs
CITTUvS13+sJdV4K8ZtCszg=
=C6cj
-END PGP SIGNATURE-


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


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



Accepted flyspray 0.9.7-2 (all source)

2005-04-23 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Apr 2005 08:38:27 +0200
Source: flyspray
Binary: flyspray
Architecture: source all
Version: 0.9.7-2
Distribution: unstable
Urgency: high
Maintainer: Pierre Habouzit [EMAIL PROTECTED]
Changed-By: Pierre Habouzit [EMAIL PROTECTED]
Description: 
 flyspray   - lightweight Bug Tracking System (BTS) in PHP
Closes: 297704 298399 299640 300608
Changes: 
 flyspray (0.9.7-2) unstable; urgency=high
 .
   * Let the user know how to perform database upgrade when mysql is down.
 (closes: #297704, #299640, #300608)
 Urgency set to high (does not hurt for an Arch: all package) because that
 is really annoying.
   * Drop a note about the hostname in the README.Debian (closes: #298399).
Files: 
 57fd7573d7d95d13d437a7d20d4b6072 599 web optional flyspray_0.9.7-2.dsc
 f87f47abe3579e30ceadf6f47729aa55 17651 web optional flyspray_0.9.7-2.diff.gz
 36f8b2e5fc12b433e4ad8ee9ffc17364 342882 web optional flyspray_0.9.7-2_all.deb

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

iD8DBQFCao4JI49lBuo6JyYRAp98AJ9qrBD06nRToztG0pIZrJPdyV3wnQCeOIAK
4cCddabDlcKPytoaCc6rGdc=
=B+30
-END PGP SIGNATURE-


Accepted:
flyspray_0.9.7-2.diff.gz
  to pool/main/f/flyspray/flyspray_0.9.7-2.diff.gz
flyspray_0.9.7-2.dsc
  to pool/main/f/flyspray/flyspray_0.9.7-2.dsc
flyspray_0.9.7-2_all.deb
  to pool/main/f/flyspray/flyspray_0.9.7-2_all.deb


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



Accepted auctex 11.55-2 (all source)

2005-04-23 Thread Davide G. M. Salvetti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 19:47:40 +0200
Source: auctex
Binary: auctex
Architecture: source all
Version: 11.55-2
Distribution: unstable
Urgency: low
Maintainer: Davide G. M. Salvetti [EMAIL PROTECTED]
Changed-By: Davide G. M. Salvetti [EMAIL PROTECTED]
Description: 
 auctex - An integrated environment for writing TeX/LaTeX documents
Closes: 293139 302915 302916
Changes: 
 auctex (11.55-2) unstable; urgency=low
 .
   * bug.presubj, bug.script: New files; thanks to Frank Küster.
 (Closes: #293139)
   * install (do_install): Add a directory separator at the end of
 --with-auto-dir; thanks to Reuben Thomas.  (Closes: #302916)
   * rules (binary-indep): Handle bug.presubj and bug.script.
   * rules (binary-indep): Remove tex-site.el, which is not needed;
 thanks to Reuben Thomas.  (Closes: #302915)
Files: 
 7f287073fad4442c02cb15b6bebbf96e 651 tex optional auctex_11.55-2.dsc
 52adb7c782054534e4e15b4f39566d30 25248 tex optional auctex_11.55-2.diff.gz
 c8f647b0af83662ccc4a02702971f154 645268 tex optional auctex_11.55-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: http://www.linux.it/~salve/dgms.gpg

iD8DBQFCao0xISswbJOWhl0RAt0bAKCfPr6q2thls0+s2KafZiHbp4rodgCgpWmA
LKOp0QSPlERNsvkRBeoVo18=
=WYsV
-END PGP SIGNATURE-


Accepted:
auctex_11.55-2.diff.gz
  to pool/main/a/auctex/auctex_11.55-2.diff.gz
auctex_11.55-2.dsc
  to pool/main/a/auctex/auctex_11.55-2.dsc
auctex_11.55-2_all.deb
  to pool/main/a/auctex/auctex_11.55-2_all.deb


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



Accepted dict-jargon 4.4.4-6 (all source)

2005-04-23 Thread Robert D. Hilliard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 22 Apr 2005 12:06:09 -0400
Source: dict-jargon
Binary: dict-jargon
Architecture: source all
Version: 4.4.4-6
Distribution: unstable
Urgency: high
Maintainer: Robert D. Hilliard [EMAIL PROTECTED]
Changed-By: Robert D. Hilliard [EMAIL PROTECTED]
Description: 
 dict-jargon - Jargon File 4.4.4
Closes: 274689 296957 302578
Changes: 
 dict-jargon (4.4.4-6) unstable; urgency=high
 .
   * Release Team - This upload fixes three FTBFS bugs, although only one was
 given an RC severity by the submitter, and makes no other changes.
 .
   * Apparently xmlto calls w3m or lynx to convert html to text, but I can't
 find the call.  (I don't know why neither one is a Build-Depend.)  If w3m
 is installed, it is called, but creates an error.  Since I can't locate
 the error, I have listed w3m as Build-Conflicts-Indep.  This solves part
 of Bug #302578, the rest of this bug is fixed by the followng paragraph.
 .
   * Place single quotes around the version number in a test in jargon.xsl, as
 suggested by Mike Hommey [EMAIL PROTECTED].  Closes: #296957, 302578
 .
   * Although it isn't well documented, the output of
 /usr/share/konwert/filters/iso1-ascii varies depending on the locale of
 the system.  In some cases this output may contain 8-bit characters, which
 makes the patches in the rules file fail.  To overcome this I have
 inserted LC_ALL=C before the konwert calls, so the output should be the
 same on any build machine.  Closes: #274689
 .
   * For reasons that aren't clear to me, html2text in sid procuces an
 apologia that is radically different and formatted much uglier than the
 same version in sarge.  I have included the formatted version of this file
 from previous releases, and commented out the rules line that produces
 this file.
Files: 
 2b9f3473ba90aaa6f1c972cc8a9a3924 677 text optional dict-jargon_4.4.4-6.dsc
 7668d532b2022489f4301c6fcf542660 58873 text optional 
dict-jargon_4.4.4-6.diff.gz
 4fcb821cb3362445c6e42123607c9200 684490 text optional 
dict-jargon_4.4.4-6_all.deb

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

iD8DBQFCalJrn+Nh6TkNZVkRAqLUAJ4uHNVUvLaEE9YoF8bb36ZGBMSojQCgqeDl
X4xiVWNSh4VtaIYayv5RFuQ=
=GyoX
-END PGP SIGNATURE-


Accepted:
dict-jargon_4.4.4-6.diff.gz
  to pool/main/d/dict-jargon/dict-jargon_4.4.4-6.diff.gz
dict-jargon_4.4.4-6.dsc
  to pool/main/d/dict-jargon/dict-jargon_4.4.4-6.dsc
dict-jargon_4.4.4-6_all.deb
  to pool/main/d/dict-jargon/dict-jargon_4.4.4-6_all.deb


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



Accepted pdumpfs 1.3-1 (all source)

2005-04-23 Thread Takuo KITAME
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 03:41:16 +0900
Source: pdumpfs
Binary: pdumpfs
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Takuo KITAME [EMAIL PROTECTED]
Description: 
 pdumpfs- a daily backup system similar to Plan9's dumpfs
Closes: 278293
Changes: 
 pdumpfs (1.3-1) unstable; urgency=low
 .
   * New upstream release (closes: #278293)
Files: 
 1cfccc046422441846c176b0d0cfd722 568 admin optional pdumpfs_1.3-1.dsc
 c1bb6514b3136854ca265913fd3765c9 68210 admin optional pdumpfs_1.3.orig.tar.gz
 a272a85a39fb2bfef87a58e1e87841df 10261 admin optional pdumpfs_1.3-1.diff.gz
 e587288803b1fabccca793c876331bd6 20250 admin optional pdumpfs_1.3-1_all.deb

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

iD8DBQFCapb5U+WZW1FVMwoRAoPbAJ9c7k+m0YZ/mtCOwfkcCcsdbeXfkACeIlLJ
tOdUnhsQmo6JCGgErX9at8I=
=P8rD
-END PGP SIGNATURE-


Accepted:
pdumpfs_1.3-1.diff.gz
  to pool/main/p/pdumpfs/pdumpfs_1.3-1.diff.gz
pdumpfs_1.3-1.dsc
  to pool/main/p/pdumpfs/pdumpfs_1.3-1.dsc
pdumpfs_1.3-1_all.deb
  to pool/main/p/pdumpfs/pdumpfs_1.3-1_all.deb
pdumpfs_1.3.orig.tar.gz
  to pool/main/p/pdumpfs/pdumpfs_1.3.orig.tar.gz


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



Accepted crm114 20050415-2 (i386 source)

2005-04-23 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 20:44:43 +0200
Source: crm114
Binary: crm114
Architecture: source i386
Version: 20050415-2
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal [EMAIL PROTECTED]
Changed-By: Milan Zamazal [EMAIL PROTECTED]
Description: 
 crm114 - The Controllable Regex Mutilator and Spam Filter
Changes: 
 crm114 (20050415-2) unstable; urgency=low
 .
   * Install most important directly usable sample files into
 /usr/share/crm114/.
Files: 
 9411908f3996f725b7aa232abf8e7eba 584 mail optional crm114_20050415-2.dsc
 f5a8687f1bc4f64334e36ecf9b8800f5 5630 mail optional crm114_20050415-2.diff.gz
 be704a8efeb83a8e15d720135f3978db 259876 mail optional 
crm114_20050415-2_i386.deb

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

iD8DBQFCapn9kSkk/j3Cm0ERAjwKAJ9WJrCzitZ8wlZc85UCZWFugbPKmQCgvnUO
4HfQPuzrFuZ+sQD67sPq5Cw=
=kn+L
-END PGP SIGNATURE-


Accepted:
crm114_20050415-2.diff.gz
  to pool/main/c/crm114/crm114_20050415-2.diff.gz
crm114_20050415-2.dsc
  to pool/main/c/crm114/crm114_20050415-2.dsc
crm114_20050415-2_i386.deb
  to pool/main/c/crm114/crm114_20050415-2_i386.deb


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



Accepted rpy 0.4.1-4 (i386 source all)

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

Format: 1.7
Date: Sat, 23 Apr 2005 14:25:55 -0500
Source: rpy
Binary: python2.4-rpy python2.2-rpy python-rpy python-rpy-doc python2.3-rpy
Architecture: source all i386
Version: 0.4.1-4
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 python-rpy - Python interface to the GNU R language and environment
 python-rpy-doc - Python interface to the GNU R language (documentation package)
 python2.2-rpy - Python interface to the GNU R language and environment
 python2.3-rpy - Python interface to the GNU R language and environment
 python2.4-rpy - Python interface to the GNU R language and environment
Closes: 288442
Changes: 
 rpy (0.4.1-4) unstable; urgency=low
 .
   * src/rpymodules.c: Apply one-line patch from Andreas Jochens to compile
 under gcc 4.0; patch has long been in upstream CVS (Closes: #288442)
   * Rebuilt under R 2.1.0
Files: 
 dcf1e30be5ece87759fba77f6844b719 805 python optional rpy_0.4.1-4.dsc
 37534dc64b46d446eaecce9267a3d517 89151 python optional rpy_0.4.1-4.diff.gz
 199a7eb3deca8cddeaf2513893b2d23c 3880 python optional 
python-rpy_0.4.1-4_all.deb
 206084abc5bd88406c4cbb5ed91ff9d3 176690 doc optional 
python-rpy-doc_0.4.1-4_all.deb
 f8788651fafc53ce8893141022690990 20920 python optional 
python2.2-rpy_0.4.1-4_i386.deb
 ca6f55f71a3aa4544a3a102aba9ee9b3 20918 python optional 
python2.3-rpy_0.4.1-4_i386.deb
 2a092647f169412d15d65c874fb43ce1 20918 python optional 
python2.4-rpy_0.4.1-4_i386.deb

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

iD8DBQFCaqoRCZSR95Gw07cRAiGEAJ92UyEFGXYyHeDxdQj2Nuca+GsC2wCbB81w
1WjNwDUWOrS46JmPPtt2EHc=
=MzJM
-END PGP SIGNATURE-


Accepted:
python-rpy-doc_0.4.1-4_all.deb
  to pool/main/r/rpy/python-rpy-doc_0.4.1-4_all.deb
python-rpy_0.4.1-4_all.deb
  to pool/main/r/rpy/python-rpy_0.4.1-4_all.deb
python2.2-rpy_0.4.1-4_i386.deb
  to pool/main/r/rpy/python2.2-rpy_0.4.1-4_i386.deb
python2.3-rpy_0.4.1-4_i386.deb
  to pool/main/r/rpy/python2.3-rpy_0.4.1-4_i386.deb
python2.4-rpy_0.4.1-4_i386.deb
  to pool/main/r/rpy/python2.4-rpy_0.4.1-4_i386.deb
rpy_0.4.1-4.diff.gz
  to pool/main/r/rpy/rpy_0.4.1-4.diff.gz
rpy_0.4.1-4.dsc
  to pool/main/r/rpy/rpy_0.4.1-4.dsc


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



Accepted clusterssh 2.20-1 (all source)

2005-04-23 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 16:00:03 -0700
Source: clusterssh
Binary: clusterssh
Architecture: source all
Version: 2.20-1
Distribution: unstable
Urgency: low
Maintainer: tony mancill [EMAIL PROTECTED]
Changed-By: tony mancill [EMAIL PROTECTED]
Description: 
 clusterssh - administer multiple ssh or rsh shells simultaneously
Changes: 
 clusterssh (2.20-1) unstable; urgency=low
 .
   * New upstream release
   * removed dependency on perl-suid (script is no longer suid)
Files: 
 61ff7a99a2be09ea1bc936ea6df56a96 576 admin optional clusterssh_2.20-1.dsc
 8ffb2661b19f4703f9428b4fe6a068fe 25537 admin optional 
clusterssh_2.20.orig.tar.gz
 57534c8ebaff358b4519b5be03fb172f 6046 admin optional clusterssh_2.20-1.diff.gz
 1bacd16d299e08cfdcd571509200 33668 admin optional clusterssh_2.20-1_all.deb

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

iD8DBQFCatjopdwBkPlyvgMRAueAAJ4sfKQw4qsx/tlO7nJh6+9DNwH4XgCdFXK8
y82CQm6C3lN9WCvSLPLTz3E=
=hzHp
-END PGP SIGNATURE-


Accepted:
clusterssh_2.20-1.diff.gz
  to pool/main/c/clusterssh/clusterssh_2.20-1.diff.gz
clusterssh_2.20-1.dsc
  to pool/main/c/clusterssh/clusterssh_2.20-1.dsc
clusterssh_2.20-1_all.deb
  to pool/main/c/clusterssh/clusterssh_2.20-1_all.deb
clusterssh_2.20.orig.tar.gz
  to pool/main/c/clusterssh/clusterssh_2.20.orig.tar.gz


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



Accepted mysql-query-browser 1.1.6-2 (i386 source all)

2005-04-23 Thread Adam Majer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 18:14:05 -0500
Source: mysql-query-browser
Binary: mysql-query-browser mysql-query-browser-common
Architecture: source i386 all
Version: 1.1.6-2
Distribution: unstable
Urgency: low
Maintainer: Adam Majer [EMAIL PROTECTED]
Changed-By: Adam Majer [EMAIL PROTECTED]
Description: 
 mysql-query-browser - Official GUI tool to query MySQL database
 mysql-query-browser-common - Architecture independent files for MySQL Query 
Browser
Closes: 305999
Changes: 
 mysql-query-browser (1.1.6-2) unstable; urgency=low
 .
   * Updated to use libgtkhtml3.6 instead of 3.0 (closes: #305999)
Files: 
 702f970333675b36a76d4b2df7d989ce 789 misc optional 
mysql-query-browser_1.1.6-2.dsc
 67f13eed92d7ca0ab35715d51a84ca53 9015 misc optional 
mysql-query-browser_1.1.6-2.diff.gz
 04d4a1fcd0d99915b6dce64dff2fd3f1 664730 misc optional 
mysql-query-browser_1.1.6-2_i386.deb
 8975eea4f31b567b68a97a23a1745a6a 654062 misc optional 
mysql-query-browser-common_1.1.6-2_all.deb

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

iD8DBQFCauOJ73/bNdaAYUURAuvEAJ4iR9MEXplwWfrkQ/eKzgmqbgwTHQCaAlu/
iBxMQqXrCzwjoWpsGl7bTSM=
=OOCt
-END PGP SIGNATURE-


Accepted:
mysql-query-browser-common_1.1.6-2_all.deb
  to pool/main/m/mysql-query-browser/mysql-query-browser-common_1.1.6-2_all.deb
mysql-query-browser_1.1.6-2.diff.gz
  to pool/main/m/mysql-query-browser/mysql-query-browser_1.1.6-2.diff.gz
mysql-query-browser_1.1.6-2.dsc
  to pool/main/m/mysql-query-browser/mysql-query-browser_1.1.6-2.dsc
mysql-query-browser_1.1.6-2_i386.deb
  to pool/main/m/mysql-query-browser/mysql-query-browser_1.1.6-2_i386.deb


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



Accepted kdenetwork 4:3.3.2-3 (i386 source all)

2005-04-23 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 04:51:30 +0200
Source: kdenetwork
Binary: knewsticker kwifimanager dcoprss ksirc kdenetwork-filesharing kppp kpf 
krfb librss1-dev librss1 krdc ktalkd kdenetwork kdict kopete lisa kget
Architecture: source i386 all
Version: 4:3.3.2-3
Distribution: unstable
Urgency: high
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Description: 
 dcoprss- KDE RSS utilities
 kdenetwork - KDE Network metapackage
 kdenetwork-filesharing - KDE Network Filesharing Configuration
 kdict  - KDE Dictionary Client
 kget   - KDE Download Manager
 knewsticker - KDE news ticker
 kopete - Instant messenger program
 kpf- KDE public fileserver
 kppp   - KDE dialer and frontend to pppd
 krdc   - KDE Remote Desktop Client
 krfb   - KDE Remote Screen Server
 ksirc  - KDE IRC client
 ktalkd - KDE talk daemon
 kwifimanager - KDE Wireless Lan Manager
 librss1- KDE RSS library
 librss1-dev - KDE RSS library [development]
 lisa   - LAN Information Server
Closes: 294331 305942
Changes: 
 kdenetwork (4:3.3.2-3) unstable; urgency=high
 .
   * Urgency high because we fix a recently discovered FTBFS that prevents the
 previous medium-urgency upload to migrate to testing. Only debian/control
 is changed in this upload.
 .
   +++ Changes by Adeodato Simó:
 .
   * xmms-dev has recently moved from depending on xlibs-dev to specifying the
 exact list of development libraries needed (see Bug#302059), which makes
 kdenetwork fail to build from source now, Add libxtst-dev to Build-Depends.
 (Closes: #305942)
 .
   * Make ksirc recommend libio-socket-ssl-perl, so that SSL connections work.
 Mention this in the package description. (Closes: #294331)
Files: 
 159472eff9bf99baf97774fc7981e252 1174 kde optional kdenetwork_3.3.2-3.dsc
 ba2df99fdf74c0e0fe672fa25c79b971 225197 kde optional kdenetwork_3.3.2-3.diff.gz
 21ca0411023ee89e8a6fce61b2b9cb3b 76774 net optional dcoprss_3.3.2-3_i386.deb
 1ae2da9eb6cdb00ef6bc0ebce0b1d176 632610 net optional 
kdenetwork-filesharing_3.3.2-3_i386.deb
 20e7672918b333cfaddc277752a5c4ea 263428 net optional kdict_3.3.2-3_i386.deb
 18e9c0874d060ffbece62968c40f29f4 468238 net optional kget_3.3.2-3_i386.deb
 494331a76941bcca415e9a5e2435d3ff 454950 kde optional 
knewsticker_3.3.2-3_i386.deb
 397a7b01560b16861d9a53b243840429 3816860 kde optional kopete_3.3.2-3_i386.deb
 623b8e9ba35708e07e17570ca27eccb9 188634 net optional kpf_3.3.2-3_i386.deb
 6f541b39adabc9da20eaf451007de034 671826 net optional kppp_3.3.2-3_i386.deb
 d4304c0cc1dc6edd2f8a7cddc804659a 497512 net optional krdc_3.3.2-3_i386.deb
 27b424cc0300689c37b60a2f37db6fc9 1194350 net optional krfb_3.3.2-3_i386.deb
 78112697d855b0b01503a2f33276d0a1 724470 net optional ksirc_3.3.2-3_i386.deb
 2afbc0a7cc05a0db35707021189a43ac 137880 net extra ktalkd_3.3.2-3_i386.deb
 5a3a2ea52aa0e3dc47a98cb8b81c3163 189168 net optional 
kwifimanager_3.3.2-3_i386.deb
 08f681856d8e3e66ba19e84a534ff3db 51920 libs optional librss1_3.3.2-3_i386.deb
 469223383f0eb7f4d000c6402978d844 29958 libdevel optional 
librss1-dev_3.3.2-3_i386.deb
 23af266c8c1bd714be5ce60ef92bc4a0 166304 net optional lisa_3.3.2-3_i386.deb
 621183afaa6fa73c465763eb9e72fe95 20052 kde optional kdenetwork_3.3.2-3_all.deb

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

iD8DBQFCap0vHkQIZYcutOURAjJpAJ4xpz6iWyXJP0FuXHtPbRQvcLbUdACfW+nu
L1v5ujDCZdRWGH/Sn1tZI3Y=
=IyFM
-END PGP SIGNATURE-


Accepted:
dcoprss_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/dcoprss_3.3.2-3_i386.deb
kdenetwork-filesharing_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-filesharing_3.3.2-3_i386.deb
kdenetwork_3.3.2-3.diff.gz
  to pool/main/k/kdenetwork/kdenetwork_3.3.2-3.diff.gz
kdenetwork_3.3.2-3.dsc
  to pool/main/k/kdenetwork/kdenetwork_3.3.2-3.dsc
kdenetwork_3.3.2-3_all.deb
  to pool/main/k/kdenetwork/kdenetwork_3.3.2-3_all.deb
kdict_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/kdict_3.3.2-3_i386.deb
kget_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/kget_3.3.2-3_i386.deb
knewsticker_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/knewsticker_3.3.2-3_i386.deb
kopete_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/kopete_3.3.2-3_i386.deb
kpf_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/kpf_3.3.2-3_i386.deb
kppp_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/kppp_3.3.2-3_i386.deb
krdc_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/krdc_3.3.2-3_i386.deb
krfb_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/krfb_3.3.2-3_i386.deb
ksirc_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/ksirc_3.3.2-3_i386.deb
ktalkd_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/ktalkd_3.3.2-3_i386.deb
kwifimanager_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/kwifimanager_3.3.2-3_i386.deb
librss1-dev_3.3.2-3_i386.deb
  to pool/main/k/kdenetwork/librss1-dev_3.3.2-3_i386.deb
librss1_3.3.2-3_i386.deb
  to 

Accepted djvulibre 3.5.14-4 (i386 source)

2005-04-23 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 20:47:56 +0100
Source: djvulibre
Binary: djvulibre-bin djvuserve libdjvulibre1 libdjvulibre-dev djview 
djvulibre-plugin
Architecture: source i386
Version: 3.5.14-4
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter [EMAIL PROTECTED]
Changed-By: Barak A. Pearlmutter [EMAIL PROTECTED]
Description: 
 djview - Viewer for the DjVu image format
 djvulibre-bin - Utilities for the DjVu image format
 djvulibre-plugin - Browser plugin for the DjVu image format
 djvuserve  - CGI program for unbundling DjVu files on the fly
 libdjvulibre-dev - Development files for the DjVu image format
 libdjvulibre1 - Runtime support for the DjVu image format
Closes: 164391 305790
Changes: 
 djvulibre (3.5.14-4) unstable; urgency=low
 .
   * generate -dev package again, like pre 3.5.9-5 (closes: #305790)
   * strip down decriptions a little (closes: #164391)
Files: 
 6663d69ece26308f0c3ef2ccaba83336 788 web optional djvulibre_3.5.14-4.dsc
 d798736fc32bf95195b5b518bc9fe140 108520 web optional djvulibre_3.5.14-4.diff.gz
 46bf77a07ddb8826910d38fa5082019e 264406 devel optional 
libdjvulibre-dev_3.5.14-4_i386.deb
 ea6d5f77759c5cd13a77c3299c17fcdd 796272 libs optional 
libdjvulibre1_3.5.14-4_i386.deb
 347c91eabf23a6f5d1f7982c046b8aeb 453812 graphics optional 
djview_3.5.14-4_i386.deb
 53311592ee783269960116f859cecf68 27650 web optional djvuserve_3.5.14-4_i386.deb
 bc4fc85acce7b1fb86f15bc06a639c4e 345578 graphics optional 
djvulibre-bin_3.5.14-4_i386.deb
 b4cea941cba4abb035c30404684982f0 23630 web optional 
djvulibre-plugin_3.5.14-4_i386.deb

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

iD8DBQFCatz8Lz4Gnv7CP7IRAkkAAJ92SNMnvUUiOQY5JOcKvEKHxC1DMQCgxwEI
jYQl396oahQBZRoN88+o3SQ=
=E9iu
-END PGP SIGNATURE-


Accepted:
djview_3.5.14-4_i386.deb
  to pool/main/d/djvulibre/djview_3.5.14-4_i386.deb
djvulibre-bin_3.5.14-4_i386.deb
  to pool/main/d/djvulibre/djvulibre-bin_3.5.14-4_i386.deb
djvulibre-plugin_3.5.14-4_i386.deb
  to pool/main/d/djvulibre/djvulibre-plugin_3.5.14-4_i386.deb
djvulibre_3.5.14-4.diff.gz
  to pool/main/d/djvulibre/djvulibre_3.5.14-4.diff.gz
djvulibre_3.5.14-4.dsc
  to pool/main/d/djvulibre/djvulibre_3.5.14-4.dsc
djvuserve_3.5.14-4_i386.deb
  to pool/main/d/djvulibre/djvuserve_3.5.14-4_i386.deb
libdjvulibre-dev_3.5.14-4_i386.deb
  to pool/main/d/djvulibre/libdjvulibre-dev_3.5.14-4_i386.deb
libdjvulibre1_3.5.14-4_i386.deb
  to pool/main/d/djvulibre/libdjvulibre1_3.5.14-4_i386.deb


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



Accepted sarg 2.0.6-1 (sparc source)

2005-04-23 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 01:52:18 +0200
Source: sarg
Binary: sarg
Architecture: source sparc
Version: 2.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano [EMAIL PROTECTED]
Changed-By: Luigi Gangitano [EMAIL PROTECTED]
Description: 
 sarg   - squid analysis report generator
Changes: 
 sarg (2.0.6-1) unstable; urgency=low
 .
   * New upstream release
 .
   * languages/French
 - removed sarg-french.patch that have been superceeded upstream
Files: 
 a6f52e394c75c7565484dfd93a912e54 578 web optional sarg_2.0.6-1.dsc
 215b4d003bbddb6e3c75def09b4d25ce 344865 web optional sarg_2.0.6.orig.tar.gz
 57295191ae0633bd130b7c6af71080db 36346 web optional sarg_2.0.6-1.diff.gz
 8a094a79bf19e88102fe359d2287080a 22 web optional sarg_2.0.6-1_sparc.deb

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

iD8DBQFCauHP8ZumGJJMDCYRAsJcAJ9bqTenT2cUsOD9zlLf+sfOGRT42QCfQpAC
oxHYRD8EenAkalpFlghQ3F8=
=2PWD
-END PGP SIGNATURE-


Accepted:
sarg_2.0.6-1.diff.gz
  to pool/main/s/sarg/sarg_2.0.6-1.diff.gz
sarg_2.0.6-1.dsc
  to pool/main/s/sarg/sarg_2.0.6-1.dsc
sarg_2.0.6-1_sparc.deb
  to pool/main/s/sarg/sarg_2.0.6-1_sparc.deb
sarg_2.0.6.orig.tar.gz
  to pool/main/s/sarg/sarg_2.0.6.orig.tar.gz


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



Accepted mew-beta 4.0.65-7 (i386 source all)

2005-04-23 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 23:53:59 +0900
Source: mew-beta
Binary: mew-beta mew-beta-bin
Architecture: source all i386
Version: 4.0.65-7
Distribution: unstable
Urgency: medium
Maintainer: Tatsuya Kinoshita [EMAIL PROTECTED]
Changed-By: Tatsuya Kinoshita [EMAIL PROTECTED]
Description: 
 mew-beta   - mail reader supporting PGP/MIME for Emacs (development version)
 mew-beta-bin - external commands for Mew (development version)
Changes: 
 mew-beta (4.0.65-7) unstable; urgency=medium
 .
   * debian/mewstunnel: New file, wrapper script for using stunnel4 or stunnel.
   * debian/mewstunnel.1: New file, manpage for mewstunnel.
   * debian/rules: Install mewstunnel and mewstunnel.1.
   * debian/emacsen-startup.in: Set the mew-prog-ssl variable to mewstunnel,
 set the mew-ssl-cert-directory variable to /etc/ssl/certs, and set
 the mew-ssl-verify-level variable to 2.
   * debian/README.Debian.in: Revise for mew-ssl.
   * debian/emacsen-install.in: Recompile w3m-el for mew-w3m.
   * debian/control: Revise description.
   * debian/copyright: Updated.
Files: 
 38cdfdb57e05d97791dfe627423625bf 614 mail extra mew-beta_4.0.65-7.dsc
 3108bdd03f0bceb8ae79646200c98370 40965 mail extra mew-beta_4.0.65-7.diff.gz
 db08681eb0edc1eb0fe22f1c8835da2b 734238 mail extra mew-beta_4.0.65-7_all.deb
 f00e5aa740b444b6ca9c1e88720e87b7 45526 mail extra 
mew-beta-bin_4.0.65-7_i386.deb

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

iD8DBQFCauKP7qLvonfc4IMRAlohAJoC8tnnYzeRH6OvDWTyy0s3jevQ7wCfUKMv
fvl09VxwpYCCNPlpvOhhimQ=
=EeOA
-END PGP SIGNATURE-


Accepted:
mew-beta-bin_4.0.65-7_i386.deb
  to pool/main/m/mew-beta/mew-beta-bin_4.0.65-7_i386.deb
mew-beta_4.0.65-7.diff.gz
  to pool/main/m/mew-beta/mew-beta_4.0.65-7.diff.gz
mew-beta_4.0.65-7.dsc
  to pool/main/m/mew-beta/mew-beta_4.0.65-7.dsc
mew-beta_4.0.65-7_all.deb
  to pool/main/m/mew-beta/mew-beta_4.0.65-7_all.deb


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



Accepted fortunes-es 1.24 (all source)

2005-04-23 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 01:52:04 +0200
Source: fortunes-es
Binary: fortunes-es-off fortunes-es
Architecture: source all
Version: 1.24
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 fortunes-es - Spanish fortune database
 fortunes-es-off - Spanish fortune cookies (Offensive section)
Changes: 
 fortunes-es (1.24) unstable; urgency=low
 .
   * Added feminist fortunes provided by Miriam Ruiz to the -off package
Files: 
 3a67439db183a37eee2305792483db08 669 games optional fortunes-es_1.24.dsc
 e1ffe5ec7aa99caad6dcc950a18e3344 378497 games optional fortunes-es_1.24.tar.gz
 ded062a9863f45a6ec4fed23e22c82e3 368382 games optional fortunes-es_1.24_all.deb
 c73bfadbd466b61ae83e8636d64ac697 40252 games optional 
fortunes-es-off_1.24_all.deb

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

iQCVAwUBQmrf5vtEPvakNq0lAQIp+wP/RHzbOo//5xJ/FRJIW9l5H+FkJX1n39i2
MCUNHRG4Y9RBSpfbl517qvNsgQhTMS+HDdG4Z1DPSZsmK8VdP5gXlQ+AakkjJdco
vJkiD1THKdA8HKoT/bWNntYp11nC0VMIz4IL15obkMfJ+DNDDAs7sGgCxl+R86mx
/fHjUkWVGmQ=
=L/tn
-END PGP SIGNATURE-


Accepted:
fortunes-es-off_1.24_all.deb
  to pool/main/f/fortunes-es/fortunes-es-off_1.24_all.deb
fortunes-es_1.24.dsc
  to pool/main/f/fortunes-es/fortunes-es_1.24.dsc
fortunes-es_1.24.tar.gz
  to pool/main/f/fortunes-es/fortunes-es_1.24.tar.gz
fortunes-es_1.24_all.deb
  to pool/main/f/fortunes-es/fortunes-es_1.24_all.deb


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



Accepted oinkmaster 1.2-1 (all source)

2005-04-23 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 02:04:11 +0200
Source: oinkmaster
Binary: oinkmaster
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 oinkmaster - Snort rules manager
Closes: 276609 305048
Changes: 
 oinkmaster (1.2-1) unstable; urgency=low
 .
   * New upstream release
- The configuration file now provides proper URLs to download either the
Snort Community Rules or registered Snort rules (Closes: #305048)
   * Package Provides: snort-rules (CloseS: #276609)
Files: 
 76dbb5522e1d078aabe9c7884a2c951c 701 admin optional oinkmaster_1.2-1.dsc
 23dc212f3a5a93ab32253edb379cb724 75512 admin optional 
oinkmaster_1.2.orig.tar.gz
 f90abaf08f59262955a2d3e8fab4392a 6033 admin optional oinkmaster_1.2-1.diff.gz
 56025b5ddbd68bdd13884bc0792e6a4b 86946 admin optional oinkmaster_1.2-1_all.deb

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

iQCVAwUBQmrjeftEPvakNq0lAQIg9wP/Z/ipehujH9T431k8lRGUjXtexBhptlqU
DHSFdXSoe/UD3yQdbIgklbefuHFQB4nZuaP249vSEBMlYD26i5mCwuo6FG/MaIKO
U8gHWgjCmjf6VudxFbPToPhCWHReMA0rWRl6Su1Iors49hGUtyCcAGhfrvMmfPKG
l3XDtKPmWFw=
=Wnia
-END PGP SIGNATURE-


Accepted:
oinkmaster_1.2-1.diff.gz
  to pool/main/o/oinkmaster/oinkmaster_1.2-1.diff.gz
oinkmaster_1.2-1.dsc
  to pool/main/o/oinkmaster/oinkmaster_1.2-1.dsc
oinkmaster_1.2-1_all.deb
  to pool/main/o/oinkmaster/oinkmaster_1.2-1_all.deb
oinkmaster_1.2.orig.tar.gz
  to pool/main/o/oinkmaster/oinkmaster_1.2.orig.tar.gz


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



Accepted mysql-dfsg-4.1 4.1.11-2 (i386 source all)

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

Format: 1.7
Date: Sat, 16 Apr 2005 15:55:00 +0200
Source: mysql-dfsg-4.1
Binary: libmysqlclient14-dev mysql-common-4.1 libmysqlclient14 mysql-server-4.1 
mysql-client-4.1
Architecture: source i386 all
Version: 4.1.11-2
Distribution: unstable
Urgency: low
Maintainer: Christian Hammers [EMAIL PROTECTED]
Changed-By: Christian Hammers [EMAIL PROTECTED]
Description: 
 libmysqlclient14 - mysql database client library
 libmysqlclient14-dev - mysql database development files
 mysql-client-4.1 - mysql database client binaries
 mysql-common-4.1 - mysql database common files (e.g. /etc/mysql/my.cnf)
 mysql-server-4.1 - mysql database server binaries
Closes: 301741 304897
Changes: 
 mysql-dfsg-4.1 (4.1.11-2) unstable; urgency=low
 .
   * Sean Finney:
 - don't freak out if we can't remove /etc/mysql during purge.
 - debian/rules clean works again.
   * Christian Hammers:
 - Fixed typo in README.Debian (thanks to Joerg Rieger). Closes: #304897
 - Completely removed the passwordless test user as it was not only
   insecure but also lead to irritations as MySQL checks first the
   permissions of this user and then those of a password having one.
   See bug report from Hilko Bengen for details. Closes: #301741
Files: 
 be7a56a96e31893802038fc198eb49eb 1014 misc optional mysql-dfsg-4.1_4.1.11-2.dsc
 b6d201254357db0f7956e48a0c65a0f8 159088 misc optional 
mysql-dfsg-4.1_4.1.11-2.diff.gz
 79bef1f028fd6459293068cbcf84a066 34452 misc optional 
mysql-common-4.1_4.1.11-2_all.deb
 e053264d3f37b642d10eca64a1cd0a5e 1415596 libs optional 
libmysqlclient14_4.1.11-2_i386.deb
 517f159743594e5aab85ff2940f16424 5640552 libdevel optional 
libmysqlclient14-dev_4.1.11-2_i386.deb
 f11948ea1d8bbddb89eefe2e4b56953a 828298 misc optional 
mysql-client-4.1_4.1.11-2_i386.deb
 aad81a658fb1af218a233762c94c5f2f 14552268 misc optional 
mysql-server-4.1_4.1.11-2_i386.deb

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

iEYEARECAAYFAkJqtPIACgkQkR9K5oahGObv1gCfbzseTNw2qvSLZizLZrpjCRhF
2h4AnikTilG3AU4Qz3hUX6RNDZjUxvPY
=XzSU
-END PGP SIGNATURE-


Accepted:
libmysqlclient14-dev_4.1.11-2_i386.deb
  to pool/main/m/mysql-dfsg-4.1/libmysqlclient14-dev_4.1.11-2_i386.deb
libmysqlclient14_4.1.11-2_i386.deb
  to pool/main/m/mysql-dfsg-4.1/libmysqlclient14_4.1.11-2_i386.deb
mysql-client-4.1_4.1.11-2_i386.deb
  to pool/main/m/mysql-dfsg-4.1/mysql-client-4.1_4.1.11-2_i386.deb
mysql-common-4.1_4.1.11-2_all.deb
  to pool/main/m/mysql-dfsg-4.1/mysql-common-4.1_4.1.11-2_all.deb
mysql-dfsg-4.1_4.1.11-2.diff.gz
  to pool/main/m/mysql-dfsg-4.1/mysql-dfsg-4.1_4.1.11-2.diff.gz
mysql-dfsg-4.1_4.1.11-2.dsc
  to pool/main/m/mysql-dfsg-4.1/mysql-dfsg-4.1_4.1.11-2.dsc
mysql-server-4.1_4.1.11-2_i386.deb
  to pool/main/m/mysql-dfsg-4.1/mysql-server-4.1_4.1.11-2_i386.deb


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



Accepted apt-build 0.12.0 (i386 source)

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

Format: 1.7
Date: Sat, 23 Apr 2005 23:27:00 +0200
Source: apt-build
Binary: apt-build
Architecture: source i386
Version: 0.12.0
Distribution: experimental
Urgency: low
Maintainer: Julien Danjou [EMAIL PROTECTED]
Changed-By: Julien Danjou [EMAIL PROTECTED]
Description: 
 apt-build  - frontend to apt to build, optimize and install packages
Changes: 
 apt-build (0.12.0) experimental; urgency=low
 .
   * Now use libapt-pkg-perl in a better way and drop many apt-get calls
Files: 
 4f75b9db01bc6034fc6b71ef4c06e37a 498 devel optional apt-build_0.12.0.dsc
 edf6f32a19e68bf0aa94a5401932295a 29168 devel optional apt-build_0.12.0.tar.gz
 1c9979308428f56befab5d02c6ef3bf7 29520 devel optional apt-build_0.12.0_i386.deb

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

iD8DBQFCar97pGK1HsL+5c0RAmYeAJ94wSDDJW7+oSjuw9pCUJCQSMUGRACdEqmI
y4m1klD4qXyJqcEd4LIFuvg=
=orsD
-END PGP SIGNATURE-


Accepted:
apt-build_0.12.0.dsc
  to pool/main/a/apt-build/apt-build_0.12.0.dsc
apt-build_0.12.0.tar.gz
  to pool/main/a/apt-build/apt-build_0.12.0.tar.gz
apt-build_0.12.0_i386.deb
  to pool/main/a/apt-build/apt-build_0.12.0_i386.deb


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



Accepted tor 0.0.9.9-1 (i386 source)

2005-04-23 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 23:58:47 +0200
Source: tor
Binary: tor
Architecture: source i386
Version: 0.0.9.9-1
Distribution: unstable
Urgency: low
Maintainer: Peter Palfrader [EMAIL PROTECTED]
Changed-By: Peter Palfrader [EMAIL PROTECTED]
Description: 
 tor- anonymizing overlay network for TCP
Changes: 
 tor (0.0.9.9-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 6c37aac2795cd7c77f790bbef2834544 625 comm optional tor_0.0.9.9-1.dsc
 a9979fc4d20d7e3734d7b8a51e60a7d5 574809 comm optional tor_0.0.9.9.orig.tar.gz
 673672a771abd46459a2a455b223be62 12125 comm optional tor_0.0.9.9-1.diff.gz
 8db8eaa584e5c0ec53a2780bc553cbdf 771488 comm optional tor_0.0.9.9-1_i386.deb

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

iD8DBQFCasdYz/ccs6+kS90RAroJAJsEv9G4nxw2ziVGIQ3dwp5N0AG56QCcCNbI
v7QVqpbJF3BC46LcCvlQzDQ=
=vsZD
-END PGP SIGNATURE-


Accepted:
tor_0.0.9.9-1.diff.gz
  to pool/main/t/tor/tor_0.0.9.9-1.diff.gz
tor_0.0.9.9-1.dsc
  to pool/main/t/tor/tor_0.0.9.9-1.dsc
tor_0.0.9.9-1_i386.deb
  to pool/main/t/tor/tor_0.0.9.9-1_i386.deb
tor_0.0.9.9.orig.tar.gz
  to pool/main/t/tor/tor_0.0.9.9.orig.tar.gz


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



Accepted apt-build 0.12.1 (i386 source)

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

Format: 1.7
Date: Sat, 23 Apr 2005 23:55:05 +0200
Source: apt-build
Binary: apt-build
Architecture: source i386
Version: 0.12.1
Distribution: experimental
Urgency: low
Maintainer: Julien Danjou [EMAIL PROTECTED]
Changed-By: Julien Danjou [EMAIL PROTECTED]
Description: 
 apt-build  - frontend to apt to build, optimize and install packages
Changes: 
 apt-build (0.12.1) experimental; urgency=low
 .
   * Fix some variable name change if package already built
   * Fix output print
Files: 
 87db8d4599682ac0d49531a47d64a4e6 498 devel optional apt-build_0.12.1.dsc
 3dbe053d8bab76737a8679e632814122 29204 devel optional apt-build_0.12.1.tar.gz
 adead789541f73c3dad0fe091f4cefa2 29566 devel optional apt-build_0.12.1_i386.deb

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

iD8DBQFCasSFpGK1HsL+5c0RAkwNAKCUqsLVHJXAABqKB66TZ9ovkQMvkACfSF/A
czOh82t8QfLuuTRabF4Uovg=
=ymbr
-END PGP SIGNATURE-


Accepted:
apt-build_0.12.1.dsc
  to pool/main/a/apt-build/apt-build_0.12.1.dsc
apt-build_0.12.1.tar.gz
  to pool/main/a/apt-build/apt-build_0.12.1.tar.gz
apt-build_0.12.1_i386.deb
  to pool/main/a/apt-build/apt-build_0.12.1_i386.deb


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



Accepted pyblosxom 1.2-2 (all source)

2005-04-23 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 04:22:44 +0200
Source: pyblosxom
Binary: pyblosxom
Architecture: source all
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen [EMAIL PROTECTED]
Changed-By: Tollef Fog Heen [EMAIL PROTECTED]
Description: 
 pyblosxom  - simple weblog (blog) written in Python
Closes: 305896
Changes: 
 pyblosxom (1.2-2) unstable; urgency=low
 .
   * Make sure we don't ship files owned by uid 502 (closes: #305896)
Files: 
 934df829ca45c6de21a58858fbf47168 625 web optional pyblosxom_1.2-2.dsc
 4fb45f54f3f572373af4fecc22d5b0fb 5051 web optional pyblosxom_1.2-2.diff.gz
 c8fd6c9d3f212193b07a2c3eff97d967 91936 web optional pyblosxom_1.2-2_all.deb

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

iD8DBQFCawP2QSseMYF6mWoRAji+AKDkWkK01bUtMyL8VVw5rR8Gao3YWQCfcUDx
epZYjfCFWAbz4D0dHEq57+g=
=FXeX
-END PGP SIGNATURE-


Accepted:
pyblosxom_1.2-2.diff.gz
  to pool/main/p/pyblosxom/pyblosxom_1.2-2.diff.gz
pyblosxom_1.2-2.dsc
  to pool/main/p/pyblosxom/pyblosxom_1.2-2.dsc
pyblosxom_1.2-2_all.deb
  to pool/main/p/pyblosxom/pyblosxom_1.2-2_all.deb


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



Accepted pmacct 0.8.4-1 (i386 source)

2005-04-23 Thread Jamie Wilkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 12:43:26 +1000
Source: pmacct
Binary: pmacct
Architecture: source i386
Version: 0.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson [EMAIL PROTECTED]
Changed-By: Jamie Wilkinson [EMAIL PROTECTED]
Description: 
 pmacct - promiscuous mode traffic accountant
Changes: 
 pmacct (0.8.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Added UPGRADE to docs.
Files: 
 b779423b4fbfdc669d5248497c56eb92 618 net optional pmacct_0.8.4-1.dsc
 3b147f46b7be8e64be5390a8f8aba315 235702 net optional pmacct_0.8.4.orig.tar.gz
 f4fb958e0c2fa56895315659a76e282a 33688 net optional pmacct_0.8.4-1.diff.gz
 c8511e8020ee74307ba72492eb57f387 195042 net optional pmacct_0.8.4-1_i386.deb

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

iD8DBQFCawis5u9oNyz9HDgRAoe1AJsGnEirJKPrzbECD93u6oKqEfUWEgCbBKKO
f2HMC0lElDMPOkkQL+ZA8EY=
=1NVQ
-END PGP SIGNATURE-


Accepted:
pmacct_0.8.4-1.diff.gz
  to pool/main/p/pmacct/pmacct_0.8.4-1.diff.gz
pmacct_0.8.4-1.dsc
  to pool/main/p/pmacct/pmacct_0.8.4-1.dsc
pmacct_0.8.4-1_i386.deb
  to pool/main/p/pmacct/pmacct_0.8.4-1_i386.deb
pmacct_0.8.4.orig.tar.gz
  to pool/main/p/pmacct/pmacct_0.8.4.orig.tar.gz


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



Accepted osiris 4.1.5-1 (i386 source)

2005-04-23 Thread Jamie Wilkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 12:09:14 +1000
Source: osiris
Binary: osirismd osiris osirisd
Architecture: source i386
Version: 4.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson [EMAIL PROTECTED]
Changed-By: Jamie Wilkinson [EMAIL PROTECTED]
Description: 
 osiris - network-wide system integrity monitor control interface
 osirisd- network-wide system integrity monitor scanning agent
 osirismd   - network-wide system integrity monitor central management daemon
Closes: 250446 278152 283328
Changes: 
 osiris (4.1.5-1) unstable; urgency=low
 .
   * New upstream release.
 .
 osiris (4.1.4-1) unstable; urgency=low
 .
   * New upstream release.
 .
 osiris (4.1.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
 osiris (4.1.2-1) unstable; urgency=low
 .
   * New upstream release.
 .
 osiris (4.1.1-1) unstable; urgency=low
 .
   * New upstream release.
 .
 osiris (4.1.0-1) unstable; urgency=low
 .
   * New upstream release.
 .
 osiris (4.0.8-1) unstable; urgency=low
 .
   * New upstream release.
 .
 osiris (4.0.7-1) unstable; urgency=low
 .
   * New upstream release.
 .
 osiris (4.0.6-1) unstable; urgency=low
 .
   * New upstream release.
 + upstream documentation removed, so no longer installed.
   * Install the default configs.  Thanks to TANAKA Atushi for bringing
 the problem to my attention.  (Closes: #283328, #278152)
 .
 osiris (4.0.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Added watch file.
 .
 osiris (4.0.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
 osiris (4.0.1-1) unstable; urgency=low
 .
   * Initial package build.  (Closes: #250446)
Files: 
 f85c09e56f68dd2672d751df5f0ce9ab 589 admin optional osiris_4.1.5-1.dsc
 12f28beb5b20421e0b94b0ceda434448 1886363 admin optional 
osiris_4.1.5.orig.tar.gz
 863a0929fb01b1569b63db63ad3c5aec 52992 admin optional osiris_4.1.5-1.diff.gz
 745c6cf5ec6e6bdc0f6a546716f3b468 397846 admin optional osiris_4.1.5-1_i386.deb
 1921bc3205ca059263f8b035ec4aa2b5 60470 admin optional osirisd_4.1.5-1_i386.deb
 ced58c0934c97e7acd6b55a06e29fb20 409568 admin optional 
osirismd_4.1.5-1_i386.deb

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

iD8DBQFCawTw5u9oNyz9HDgRAj9VAJ9Mg6GG3mBErqjbWivu+tLCwJk0DACfSYV9
BNY2UxNHFWCrBNuNCUVVhPg=
=RbPe
-END PGP SIGNATURE-


Accepted:
osiris_4.1.5-1.diff.gz
  to pool/main/o/osiris/osiris_4.1.5-1.diff.gz
osiris_4.1.5-1.dsc
  to pool/main/o/osiris/osiris_4.1.5-1.dsc
osiris_4.1.5-1_i386.deb
  to pool/main/o/osiris/osiris_4.1.5-1_i386.deb
osiris_4.1.5.orig.tar.gz
  to pool/main/o/osiris/osiris_4.1.5.orig.tar.gz
osirisd_4.1.5-1_i386.deb
  to pool/main/o/osiris/osirisd_4.1.5-1_i386.deb
osirismd_4.1.5-1_i386.deb
  to pool/main/o/osiris/osirismd_4.1.5-1_i386.deb


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



Accepted mew 1:3.3+0.20040715-6 (i386 source all)

2005-04-23 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 23:53:59 +0900
Source: mew
Binary: mew mew-bin
Architecture: source all i386
Version: 1:3.3+0.20040715-6
Distribution: unstable
Urgency: medium
Maintainer: Tatsuya Kinoshita [EMAIL PROTECTED]
Changed-By: Tatsuya Kinoshita [EMAIL PROTECTED]
Description: 
 mew- mail reader supporting PGP/MIME for Emacs
 mew-bin- external commands for Mew
Changes: 
 mew (1:3.3+0.20040715-6) unstable; urgency=medium
 .
   * debian/mewstunnel: New file, wrapper script for using stunnel4 or stunnel.
   * debian/mewstunnel.1: New file, manpage for mewstunnel.
   * debian/rules: Install mewstunnel and mewstunnel.1.
   * debian/emacsen-startup.in: Set the mew-prog-ssl variable to mewstunnel,
 set the mew-ssl-cert-directory variable to /etc/ssl/certs, and set
 the mew-ssl-verify-level variable to 2.
   * debian/README.Debian.in: Revise for mew-ssl.
   * debian/emacsen-install.in: Recompile w3m-el for mew-w3m.
   * debian/control: Revise description.
   * debian/copyright: Updated.
Files: 
 dac9470591b91bf8dbd18621c9786529 615 mail optional mew_3.3+0.20040715-6.dsc
 b70a250405596e29ba2e569169592b88 34585 mail optional 
mew_3.3+0.20040715-6.diff.gz
 cd9397d6ce6b3e93a75c7deab1dc614e 691662 mail optional 
mew_3.3+0.20040715-6_all.deb
 68599ba1d9835fc856e474334fa3b483 44214 mail optional 
mew-bin_3.3+0.20040715-6_i386.deb

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

iD8DBQFCawNohgeQPb3wqtARApJyAJ96xLvbdG90tXRPA18YbdPbNeO+7wCfYkac
9nfygCteO288/RF0Kircw88=
=qU9+
-END PGP SIGNATURE-


Accepted:
mew-bin_3.3+0.20040715-6_i386.deb
  to pool/main/m/mew/mew-bin_3.3+0.20040715-6_i386.deb
mew_3.3+0.20040715-6.diff.gz
  to pool/main/m/mew/mew_3.3+0.20040715-6.diff.gz
mew_3.3+0.20040715-6.dsc
  to pool/main/m/mew/mew_3.3+0.20040715-6.dsc
mew_3.3+0.20040715-6_all.deb
  to pool/main/m/mew/mew_3.3+0.20040715-6_all.deb


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



Accepted manpages-ja 0.5.0.0.20050415-1 (all source)

2005-04-23 Thread Keita Maehara
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 11:30:23 +0900
Source: manpages-ja
Binary: manpages-ja manpages-ja-dev
Architecture: source all
Version: 0.5.0.0.20050415-1
Distribution: unstable
Urgency: low
Maintainer: Keita Maehara [EMAIL PROTECTED]
Changed-By: Keita Maehara [EMAIL PROTECTED]
Description: 
 manpages-ja - Japanese version of the manual pages (for users)
 manpages-ja-dev - Japanese version of the manual pages (for developers)
Changes: 
 manpages-ja (0.5.0.0.20050415-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 2d4238d3cc5454c826e36f093deb0d41 636 doc optional 
manpages-ja_0.5.0.0.20050415-1.dsc
 4e58c2d0b555c497788b260393d46d66 3164689 doc optional 
manpages-ja_0.5.0.0.20050415.orig.tar.gz
 2f731429b1a5b02dcbc71403be3d5a5b 78328 doc optional 
manpages-ja_0.5.0.0.20050415-1.diff.gz
 2529be210e028ab67f31a2bf6aa9fc8c 2930296 doc optional 
manpages-ja_0.5.0.0.20050415-1_all.deb
 446ea39e67e37bb8c5484537ba7ffb5a 1440656 doc optional 
manpages-ja-dev_0.5.0.0.20050415-1_all.deb

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

iD8DBQFCawi+JxItQqZ0o1kRAgScAJ9t4RHQm1nMwLrpfofExDM7z/yPigCcCblL
4SEDyF5v4Ds47lYBJaLvk/Q=
=HNLN
-END PGP SIGNATURE-


Accepted:
manpages-ja-dev_0.5.0.0.20050415-1_all.deb
  to pool/main/m/manpages-ja/manpages-ja-dev_0.5.0.0.20050415-1_all.deb
manpages-ja_0.5.0.0.20050415-1.diff.gz
  to pool/main/m/manpages-ja/manpages-ja_0.5.0.0.20050415-1.diff.gz
manpages-ja_0.5.0.0.20050415-1.dsc
  to pool/main/m/manpages-ja/manpages-ja_0.5.0.0.20050415-1.dsc
manpages-ja_0.5.0.0.20050415-1_all.deb
  to pool/main/m/manpages-ja/manpages-ja_0.5.0.0.20050415-1_all.deb
manpages-ja_0.5.0.0.20050415.orig.tar.gz
  to pool/main/m/manpages-ja/manpages-ja_0.5.0.0.20050415.orig.tar.gz


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



Accepted discover1-data 1.2005.04.23 (all source)

2005-04-23 Thread Joshua Kwan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 20:36:07 -0700
Source: discover1-data
Binary: discover1-data discover1-data-udeb
Architecture: source all
Version: 1.2005.04.23
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joshua Kwan [EMAIL PROTECTED]
Description: 
 discover1-data - hardware lists for libdiscover1
 discover1-data-udeb - hardware lists for libdiscover1 (short list) (udeb)
Closes: 274039 283399 299824 302785
Changes: 
 discover1-data (1.2005.04.23) unstable; urgency=medium
 .
   * Petter Reinholdtsen
 - PCI entry 11864c00 uses kernel module sk98lin, at least for
   kernel 2.6.8-1-386. (Closes: #302785)
 - List a few likely broadcom ethernet devices as such.
 - Try to load the correct X driver for ATI Radeon 9600,
   PCI ID 10024172. (Closes: #274039)
 - Updated several unknown devices based on kernel 2.4.27-1-686
   module info.
 - Set 'usb' device type on several devices with 'USB' and
   'Controller' in the name.
 - PCI entries 10de01c3, 10de0066, 10de00d6, 10de0086, 10de008c,
   10de00e6, 10de00df, 10de0056, 10de0057, 10de0037 and 10de0038
   uses ethernet module forcedeth. (Closes: #299824 #305336)
 - PCI entry 10025835 is a video card using XFree86 module radeon.
   (Closes: #283399)
 - Updated pci.lst using hw-db-merge.pl to include the latest IDs
   and names from URL:http://pciids.sourceforge.net/pci.ids.gz.
   * Joshua Kwan
 - Add ipw2200 for 8086:4220, 8086:4223 (special module  no module.)
 - Add snd-intel8x0m for 8086:24c6 (ditto)
   * Gaudenz Steinlin
 - Add ata_piix for 8086:2653
Files: 
 83fe56a9ab8166ae0616077eac6ee772 1434 libs optional 
discover1-data_1.2005.04.23.dsc
 2d9b9b926cef298b07a3bcf8035e790a 118014 libs optional 
discover1-data_1.2005.04.23.tar.gz
 9ca34e99eb64de7c2139ef93a156b446 103620 libs optional 
discover1-data_1.2005.04.23_all.deb
 d561a322b767fe8792a469a2cf2499a7 17194 debian-installer extra 
discover1-data-udeb_1.2005.04.23_all.udeb
package-type: udeb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: http://triplehelix.org/~joshk/pubkey_gpg.asc

iQIVAwUBQmsUaaOILr94RG8mAQK2ORAA7R6T3xamA5f8GiUgRwJRSC+rpuJ7XUKb
5wxiOyYVpX1SqP274hStQpCXd7FugpibE4/AHieMfBpnKhaDacg6LeeSUlOsLXCK
DKqAYLWudL4gnAQ4nPaAWeYVi38p31oigPplk0/0mAFKvxn6X0NKmaXOey+LSUxr
Sol1Fz8C1J6sn/aFTNdKz/BCqaKR9CO2mMo/lw0HRF7zJuJG3sPfR/RMNu6BUmW6
F3VzmVRtPELPfU0VkE6ROe3KydU+wekjLt62t2EDwQkja58BeCSutORj1UBHDuCL
umobces2eoMV8ppvRoF+3HCZWcmfH65gQeQ4iShKFKaW+MyAJ8F2zC6lsjYDy+32
6R2KPRk4czreOCp2PXkr8Wmveq5eT0UzzY/UnlbUHBuIN48W5QWH2BMXeCdRhZgp
xbrG11BmyKwu8bAbN78jaJlRzjFaXUHXyMMAMkpQXVjgUOfkUU5bF3ma6/vNBbgZ
e3Zsnq8ZFwox4uwoH97zwv1xTFu4A0rDB/uwCEmCsexkVugB3sEk1H9x7jicnlAV
zIXTT1QVp2t2lv74Q5liY4JadaqPhuXUwgoU0LdJu4HTHUBOC0/RK0r78lkvBAx+
rFhBN+ZyqxjDsOSaLoLu4a/H5ClI+se6Zqir1NzZas4SyiBth4p+8cp//kMTGwax
zwhI+KpjZnM=
=xN8h
-END PGP SIGNATURE-


Accepted:
discover1-data-udeb_1.2005.04.23_all.udeb
  to pool/main/d/discover1-data/discover1-data-udeb_1.2005.04.23_all.udeb
discover1-data_1.2005.04.23.dsc
  to pool/main/d/discover1-data/discover1-data_1.2005.04.23.dsc
discover1-data_1.2005.04.23.tar.gz
  to pool/main/d/discover1-data/discover1-data_1.2005.04.23.tar.gz
discover1-data_1.2005.04.23_all.deb
  to pool/main/d/discover1-data/discover1-data_1.2005.04.23_all.deb


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