Call for upgrade testing

2005-05-16 Thread Steve Langasek
Hi folks,

Well, with security support in place for sarge we hoped to be sending
this message out a week or so ago, but it took longer than expected to
sort out one particularly hairy bug that was known to affect upgrades.
Now that it's fixed in testing and we can accept upgrade reports without
trying to filter out the noise from that bug, the release team is happy
to issue this official call for upgrade testers for sarge.

As in releases past, we strongly recommend that you read the release
notes before upgrading, and in particular Chapter 4, Upgrades from
previous releases, since some aspects of the recommended upgrade path
have changed.  The preliminary release notes for sarge can be found at
http://www.debian.org/releases/sarge/releasenotes.


Andreas Barth has prepared an upgrade report template to help when
reporting problems with your upgrades.  If you do run into problems when
testing the upgrade path from woody to sarge, please download the
template at http://release.debian.org/upgrade-report.html, fill it
out, and email it to [EMAIL PROTECTED]  We also welcome reports of
successful upgrades, short notes to let us know things are working for
you, or tasteful fruit baskets.


We mentioned in the freeze announcement[1] that we needed volunteers to
help with processing upgrade reports -- taking them apart, identifying
the bugs that appear, and assigning them to the packages responsible so
that they can get fixed for sarge.  Our call for volunteers got us a
total of, uh... one person offering to help, so we could probably use
more. :)  If you are an experienced user who is good at figuring out who
to blame when things break, and you have some time you'd be willing to
spend helping make sarge the best Debian release ever, please contact
[EMAIL PROTECTED]  We'll be happy to put you to work.

Cheers,
-- 
Steve Langasek [EMAIL PROTECTED]
Debian Release Team

[1] http://lists.debian.org/debian-devel-announce/2005/05/msg1.html


signature.asc
Description: Digital signature


Ihre Anfrage zum Vertragsbrief - Kundendaten

2005-05-16 Thread T-Online Vertragsbrief
Sehr geehrte T-Online Kundin,
sehr geehrter T-Online Kunde,

dies ist eine automatisch erstellte eMail. Bitte haben Sie 
Verstaendnis dafuer, dass wir Ihre Anfrage auf diesem Wege 
nicht persoenlich beantworten koennen.

Falls Sie Kontakt zu einem, fuer Ihr Anliegen zustaendigen,
Ansprechpartner bei T-Online aufnehmen moechten, so finden 
Sie die entsprechenden Angaben unter: 
http://www.t-online.de/kontakt/

Mit freundlichen Gruessen

Ihr T-Online Team


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



Recevoir les messages concernant un bogue

2005-05-16 Thread Djoume SALVETTI
Bonsoir,

Y a-t-il un moyen de recevoir une copie de tous les futurs messages
concernant un bogue (sauf les messages envoyés à nnn-maintonly)?

J'ai déjà cherché dans la documentation du BTS sans succès.

Merci d'avance.
-- 
Djoumé SALVETTI


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



Re: Recevoir les messages concernant un bogue

2005-05-16 Thread Cyril Mougel
On Mon, 16 May 2005 23:15:41 +0200, Djoume SALVETTI [EMAIL PROTECTED] wrote :
 Bonsoir,

 Y a-t-il un moyen de recevoir une copie de tous les futurs messages
 concernant un bogue (sauf les messages envoyés à nnn-maintonly)?

 J'ai déjà cherché dans la documentation du BTS sans succès.

 Merci d'avance.
 -- 
 Djoumé SALVETTI



Tu pourras trouver a mon avis grace au PTS [1]. Une fois ton paquet
selectionner, tu pourras te mettre dans une liste d'envoi des mails du
BTS pour ce bug.

[1] http://packages.qa.debian.org/common/index.html

-- 
Cyril Mougel


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



Re: need help on #271678 (sizefo struct?)

2005-05-16 Thread Vincent Zweije
On Sun, May 15, 2005 at 07:44:25PM -0700, Russ Allbery wrote:

||  This is a woody vs. sarge difference.  On sarge, linux/x25.h says:
||
||  struct x25_address {
||  char x25_addr[16];
||  };
||
||  so the current code, with sizeof(struct x25_address) is correct and
||  changing it would actually break the code.  On woody, linux/x25.h says:
||
||  typedef struct {
||  charx25_addr[16];
||  } x25_address;
||
||  which means that sizeof(x25_address) is correct and the current code won't
||  compile (because nothing ever creates a struct x25_address, just an
||  anonymous struct that is typedef'd to x25_address).  This is an
||  incompatible change in the kernel headers, and there isn't any way for the
||  code to compile on both systems without some additional portability work.

If you happen to have a variable (or field or in fact any expression)
of that type (either type struct x25_address or type x25_address),
then you can take the size of the variable, instead of the size of the
type. So you can do:

memcpy(rt.address, sx25.sx25_addr, sizeof sx25.sx25_addr);

This will work with either definition of sx25_address.

(sizeof is an operator and doesn't need parentheses.  If the argument
is a type, then *that* needs parentheses though.  But I digress.)

Ciao. Vincent.
-- 
Vincent Zweije [EMAIL PROTECTED]| If you're flamed in a group you
http://www.xs4all.nl/~zweije/  | don't read, does anybody get burnt?
[Xhost should be taken out and shot] |-- Paul Tomblin on a.s.r.


signature.asc
Description: Digital signature


Re: unsubscribe

2005-05-16 Thread Bezecny Martin

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


Re: adduser: what is the difference between --disabled-password and--disabled-login

2005-05-16 Thread Frederik Dannemare
On Thursday 12 May 2005 20:18, Marc Haber wrote:
[ ... ]
 UsePam yes is generally a _big_ surprise for the local admin since
 it allows passwords to be used even if UsePasswordAuthentification
 no is set in sshd_config.
[ ... ]

I have exactly those set on a few hosts:
foohost:/var/log# egrep PasswordAuth|UsePAM /etc/ssh/sshd_config
PasswordAuthentication no
UsePAM yes

But from client hosts with no proper pubkey, I get :
$ ssh foohost
Permission denied (publickey).

From what you mention above, I should actually be prompted for a 
password, right? I only remember setting PasswordAuthentication no in 
sshd_config and I haven't touched any PAM stuff (ie. default Sarge 
settings).

Best regards,
-- 
Frederik Dannemare | http://sentinel.dk | http://linuxworlddomination.dk
http://qa.debian.org/developer.php?login=Frederik+Dannemare
http://www.ubuntulinux.org/wiki/FrederikDannemare
Key fingerprint = 30CF 7AD3 17D9 1A63 A730  ECA6 0D4C 2C97 9D9A 238E



Re: adduser: what is the difference between --disabled-password and--disabled-login

2005-05-16 Thread Frederik Dannemare
On Monday 16 May 2005 11:12, Frederik Dannemare wrote:
 On Thursday 12 May 2005 20:18, Marc Haber wrote:
 [ ... ]

  UsePam yes is generally a _big_ surprise for the local admin
  since it allows passwords to be used even if
  UsePasswordAuthentification no is set in sshd_config.

 [ ... ]

 I have exactly those set on a few hosts:
 foohost:/var/log# egrep PasswordAuth|UsePAM /etc/ssh/sshd_config
 PasswordAuthentication no
 UsePAM yes

 But from client hosts with no proper pubkey, I get :
 $ ssh foohost
 Permission denied (publickey).

 From what you mention above, I should actually be prompted for a
 password, right? I only remember setting PasswordAuthentication no
 in sshd_config and I haven't touched any PAM stuff (ie. default Sarge
 settings).

Btw, I have ChallengeResponseAuthentication no as well. I suspect this 
is why UsePAM yes is not a problem here (with respect to allowing 
passwords to be used).

-- 
Frederik Dannemare | http://sentinel.dk | http://linuxworlddomination.dk
http://qa.debian.org/developer.php?login=Frederik+Dannemare
http://www.ubuntulinux.org/wiki/FrederikDannemare
Key fingerprint = 30CF 7AD3 17D9 1A63 A730  ECA6 0D4C 2C97 9D9A 238E


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



Re: Marketing Laboral

2005-05-16 Thread Mariana
HOLA debian-devel!, INTERRUMPO TU TAREA PARA ALGO IMPORTANTE

ESTAS SON LAS RAZONES POR LAS QUE 
NO PODS DEJAR DE LEER ESTE TEXTO

Si vivs en Paraguay y
ests pensando en cambiar de trabajo,
ests buscando trabajo,
conocs a alguien que est buscando trabajo y lo quieres ayudar,
ests ahora estudiando y pronto tendrs que ubicarte en una posicin laboral

(SI NINGUNO DE ESTOS ES TU CASO, DEJ AQU ESTE TEXTO Y DISCULP LA MOLESTIA 
OCASIONADA, PERO SI EN ALGUNO COINCIDS DEJ TODO Y LEE COMO PODEMOS AYUDARTE)

LAS COSAS CAMBIARON Y BUSCAR TRABAJO YA NO ES IGUAL QUE ANTES

BUSCAR TRABAJO ES UN TRABAJO EN S MISMO
Desde hace un tiempo . (continuar leyendo haciendo clic aqu)
http://www.todosobreventas.com/texto_marketing.html






Re: Debian Woody - Sarge upgrade report

2005-05-16 Thread Jonathan McDowell
On Fri, May 06, 2005 at 04:21:13PM -0400, Roberto C. Sanchez wrote:
 Last night (when I should have been working a project for my advanced
 algorithms class) I decided it was time to upgrade my personal server
 from Woody to Sarge.  I am writing this email im the hopes that the
 release team and devs find it helpful and that other users who upgrade
 can make use of the information.
 
 In summary, here are the things that I saw:

 4. sslwrap upgrade completely choked over openssl
 
 In detail:
 
 4.  The upgrade to sslwrap tried to generate an ssl certificate.  For
 some reason (I suspect becuase I have created my own CA), openssl
 errored out, causing the sslwrap postinst to fail.  This caused me
 repreated problems as it would hang up the postinst of other packages.
 I finally copied /etc/ssl and /etc/sslwrap off to another location,
 purge both openssl and sslwrap, reinstall both, remove /etc/ssl and
  /etc/sslwrap, and replace them with my backup copies.  I am not sure
 why this happened, but I am pretty sure it is a bug.  I have not yet
 filed a bug since I am not sure if it should go against openssl or
 sslwrap.  Sugestions would be appreciated.

H. I run with my own CA signed cert and had no problems with a
Woody - Sarge upgrade of sslwrap on Friday. Can you send me your
/etc/sslwrap/debian_conf and the output of
grep sslwrap /etc/inetd.conf (assuming you're running it from inetd)?

J.

-- 
Revd. Jonathan McDowell, ULC | noodles is angry with him


signature.asc
Description: Digital signature


Re: need help on #271678 (sizefo struct?)

2005-05-16 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote:
 If you happen to have a variable (or field or in fact any expression)
 of that type (either type struct x25_address or type x25_address),
 then you can take the size of the variable, instead of the size of the
 type.

Yes thats a good point, hmm:


{
  struct x25_route_struct rt;
  struct sockaddr_x25 sx25;
...
  memset((char *) rt, 0, sizeof(struct x25_route_struct));
...
  /* x25_route_struct.address isn't type struct sockaddr_x25, Why? */
  memcpy(rt.address, sx25.sx25_addr, sizeof(struct x25_address));
...


The 2.6 headers include:

#struct x25_address {
#char x25_addr[16];
#};
#
#/*
# *  Linux X.25 Address structure, used for bind, and connect mostly.
# */
#struct sockaddr_x25 {
#sa_family_tsx25_family; /* Must be AF_X25 */
#struct x25_address sx25_addr;   /* X.121 Address */
#};

and the 2.4 headers:

#typedef struct {
#charx25_addr[16];
#} x25_address;

#struct sockaddr_x25 {
#sa_family_t sx25_family;/* Must be AF_X25 */
#x25_address sx25_addr;  /* X.121 Address */
#};

memcpy(rt.address, sx25.sx25_addr, sizeof sx25.sx25_addr);
 This will work with either definition of sx25_address.

thanks  for your  help, will do that (however i prefer the paranteses :)

Greetings
Bernd


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



Re: need help on #271678 (sizefo struct?)

2005-05-16 Thread Vincent Zweije
On Mon, May 16, 2005 at 12:06:37PM +0200, Bernd Eckenfels wrote:

||  In article [EMAIL PROTECTED] you wrote:

||  {
||struct x25_route_struct rt;
||struct sockaddr_x25 sx25;
||  ...
||memset((char *) rt, 0, sizeof(struct x25_route_struct));

  memset((char *) rt, 0, sizeof rt);

It's actually better, because the consistency of this code doesn't depend
on the actual type of rt.  Inform upstream.

||  ...
||/* x25_route_struct.address isn't type struct sockaddr_x25, Why? */
||memcpy(rt.address, sx25.sx25_addr, sizeof(struct x25_address));
||  ...

||  memcpy(rt.address, sx25.sx25_addr, sizeof sx25.sx25_addr);
||   This will work with either definition of sx25_address.
||
||  thanks  for your  help, will do that (however i prefer the paranteses :)

As you wish.  It's your package.

Ciao.Vincent.
-- 
Vincent Zweije [EMAIL PROTECTED]| If you're flamed in a group you
http://www.xs4all.nl/~zweije/  | don't read, does anybody get burnt?
[Xhost should be taken out and shot] |-- Paul Tomblin on a.s.r.


signature.asc
Description: Digital signature


Get latest version, cds and download under $99

2005-05-16 Thread Septimus
Do not have money , get software cds from here!
http://liztu.ipmflhitfs0pxji.turuntale.com

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


Re:60 Jahre Befreiung: Wer feiert mit?

2005-05-16 Thread Sophie Luc Briand
Merci de me supprimer de cette mail-liste

Le 15 mai 05 à 18:34, debian-devel@lists.debian.org a écrit :
http://www.unserforum.com/aff/include.php?path=content/ 
content.phpcontentid=149

http://www.unserforum.com/aff/include.php?path=content/ 
content.phpcontentid=54

http://www.unserforum.com/aff/include.php?path=content/ 
content.phpcontentid=55

http://www.unserforum.com/aff/include.php?path=content/ 
content.phpcontentid=56



Re: Debian Woody - Sarge upgrade report

2005-05-16 Thread Roberto C. Sanchez
Jonathan McDowell wrote:
 H. I run with my own CA signed cert and had no problems with a
 Woody - Sarge upgrade of sslwrap on Friday. Can you send me your
 /etc/sslwrap/debian_conf and the output of
 grep sslwrap /etc/inetd.conf (assuming you're running it from inetd)?
 
 J.
 

Did you want to see what they looked like before or after the upgrade?

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


signature.asc
Description: OpenPGP digital signature


Re: Debian Woody - Sarge upgrade report

2005-05-16 Thread Jonathan McDowell
On Mon, May 16, 2005 at 09:27:23AM -0400, Roberto C. Sanchez wrote:
 Jonathan McDowell wrote:
  H. I run with my own CA signed cert and had no problems with a
  Woody - Sarge upgrade of sslwrap on Friday. Can you send me your
  /etc/sslwrap/debian_conf and the output of
  grep sslwrap /etc/inetd.conf (assuming you're running it from inetd)?
 Did you want to see what they looked like before or after the upgrade?

Both, if possible. Whatever you've got easily would be a good start
though.

J.

-- 
Web [ I don't bite. Well, that's wrong. I do bite. ]
site: http:// [  ]   Made by
www.earth.li/~noodles/  [  ] HuggieTag 0.0.23


signature.asc
Description: Digital signature


Thanks for your email

2005-05-16 Thread bhewitt
Thank you for your comments!

Brian Hewitt
The Golf Channel


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



Re: Debian Woody - Sarge upgrade report

2005-05-16 Thread Roberto C. Sanchez
Quoting Jonathan McDowell [EMAIL PROTECTED]:
On Mon, May 16, 2005 at 09:27:23AM -0400, Roberto C. Sanchez wrote:
Jonathan McDowell wrote:
 H. I run with my own CA signed cert and had no problems with a
 Woody - Sarge upgrade of sslwrap on Friday. Can you send me your
 /etc/sslwrap/debian_conf and the output of
 grep sslwrap /etc/inetd.conf (assuming you're running it from inetd)?
Did you want to see what they looked like before or after the upgrade?
Both, if possible. Whatever you've got easily would be a good start
though.
J.
** BEGIN BEFORE **
# grep sslwrap inetd.conf
ssmtp   stream  tcp nowait  root/usr/sbin/tcpd  /usr/sbin/sslwrap  -cert
/etc/ssl/server_key_and_cert.pem -addr 127.0.0.1 -port 25
imaps   stream  tcp nowait  root/usr/sbin/tcpd  /usr/sbin/sslwrap  -cert
/etc/ssl/server_key_and_cert.pem -addr 127.0.0.1 -port 143
/etc/sslwrap/debian_config:
run_mode=inetd
used_addr=127.0.0.1
with_certificate=true
certfile=/etc/ssl/server_key_and_cert.pem
overwrite_corrupted_certfile=false
check_cert=true
ports=imaps, ssmtp
*** END BEFORE ***
** BEGIN AFTER **
# grep sslwrap inetd.conf
ssmtp   stream  tcp nowait  root/usr/sbin/tcpd  /usr/sbin/sslwrap  -cert
/etc/ssl/server_key_and_cert.pem -addr 127.0.0.1 -port 25
imaps   stream  tcp nowait  root/usr/sbin/tcpd  /usr/sbin/sslwrap  -cert
/etc/ssl/server_key_and_cert.pem -addr 127.0.0.1 -port 143
/etc/sslwrap/debian_config:
run_mode=inetd
used_addr=127.0.0.1
with_certificate=true
certfile=/etc/ssl/server_key_and_cert.pem
overwrite_corrupted_certfile=false
check_cert=true
ports=imaps, ssmtp
*** END AFTER ***
I no longer have sslwrap installed since postfix-tls now properly grabs port
465 without dying and cyrus21 supports imaps (though last night I switched
to courier, which also natively does imaps).  The problem, if you refer to my
original mail, is that something about the CA was confusing sslwrap, which
I believe tried to generate its own cert.
-Roberto
--
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: need help on #271678 (sizefo struct?)

2005-05-16 Thread Russ Allbery
Vincent Zweije [EMAIL PROTECTED] writes:

 If you happen to have a variable (or field or in fact any expression)
 of that type (either type struct x25_address or type x25_address),
 then you can take the size of the variable, instead of the size of the
 type. So you can do:

 memcpy(rt.address, sx25.sx25_addr, sizeof sx25.sx25_addr);

 This will work with either definition of sx25_address.

D'oh, yes, very good point.  That's the clearly better way of doing this;
I got too caught up in the wrong approach.

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


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



[Release Notes] Use Woody's or Sarge's aptitude for upgrades?

2005-05-16 Thread Frans Pop
Short version:
Should users first upgrade dpkg and aptitude before upgrading the rest of 
the system or can the upgrade safely be done using Woody's version of the 
package tools?

Long version:
The current version of the release notes tells users to (simplified):
1. apt-get install aptitude
2. change the /etc/apt/sources.list to point to stable
3. aptitude update
4. aptitude -f --with-recommends dist-upgrade

Step 1. is meant to install the Woody version of aptitude, but of course 
it will not if the sources.list already points to stable and the user 
has already done an 'apt-get update'.

There have of course been improvements in Sarges version of aptitude. Also 
I wonder if upgrading the packaging tools as part of the dist-upgrade 
could in itself be a source of problems.

Therefore the question if it would be better to change the procedure to:
1. change the /etc/apt/sources.list to point to stable
2. apt-get update
3. apt-get install aptitude dpkg
4. aptitude -f --with-recommends dist-upgrade
???

I have done an upgrade myself a while back using the second method [1] and 
noticed:
- 'apt-get install aptitude' does _not_ upgrade dpkg automatically;
  as it seemed to me better to have all package tools from the same
  version, I upgraded both aptitude and dpkg before continuing with the
  rest of the upgrade;
- in my test upgrading aptitude and dpkg also upgraded the following:
apt apt-utils aptitude debconf debconf-utils debhelper dpkg dpkg-dev 
libc6 libc6-dev libdbd-mysql-perl libdbi-perl libgcc1 libncurses5 
libncurses5-dev libpopt0 locales perl perl-base perl-modules whiptail 
zlib1g
  and installed:
debconf-i18n dselect gcc-3.3-base gettext intltool-debian
libdb1-compat libdb4.2 libgdbm3 liblocale-gettext-perl
libnet-daemon-perl libnewt0.51 libplrpc-perl libsigc++-1.2-5c102
libstdc++5 libtext-charwidth-perl libtext-iconv-perl
libtext-wrapi18n-perl linux-kernel-headers po-debconf slang1a-utf8
  I understand that for some arches (hppa) this may necessitate upgrading
  the kernel first.

Comments very, very welcome.

Cheers,
Frans Pop

[1] http://lists.debian.org/debian-release/2004/11/msg00105.html


pgpF555xdnwJg.pgp
Description: PGP signature


Re: [Release Notes] Use Woody's or Sarge's aptitude for upgrades?

2005-05-16 Thread Adrian Bunk
On Mon, May 16, 2005 at 05:58:24PM +0200, Frans Pop wrote:
 Short version:
 Should users first upgrade dpkg and aptitude before upgrading the rest of 
 the system or can the upgrade safely be done using Woody's version of the 
 package tools?
 
 Long version:
 The current version of the release notes tells users to (simplified):
 1. apt-get install aptitude
 2. change the /etc/apt/sources.list to point to stable
 3. aptitude update
 4. aptitude -f --with-recommends dist-upgrade
 
 Step 1. is meant to install the Woody version of aptitude, but of course 
 it will not if the sources.list already points to stable and the user 
 has already done an 'apt-get update'.
 
 There have of course been improvements in Sarges version of aptitude. Also 
 I wonder if upgrading the packaging tools as part of the dist-upgrade 
 could in itself be a source of problems.
 
 Therefore the question if it would be better to change the procedure to:
 1. change the /etc/apt/sources.list to point to stable
 2. apt-get update
 3. apt-get install aptitude dpkg
 4. aptitude -f --with-recommends dist-upgrade
 ???
 
 I have done an upgrade myself a while back using the second method [1] and 
 noticed:
 - 'apt-get install aptitude' does _not_ upgrade dpkg automatically;
   as it seemed to me better to have all package tools from the same
   version, I upgraded both aptitude and dpkg before continuing with the
   rest of the upgrade;
 - in my test upgrading aptitude and dpkg also upgraded the following:
 apt apt-utils aptitude debconf debconf-utils debhelper dpkg dpkg-dev 
 libc6 libc6-dev libdbd-mysql-perl libdbi-perl libgcc1 libncurses5 
 libncurses5-dev libpopt0 locales perl perl-base perl-modules whiptail 
 zlib1g
   and installed:
 debconf-i18n dselect gcc-3.3-base gettext intltool-debian
 libdb1-compat libdb4.2 libgdbm3 liblocale-gettext-perl
 libnet-daemon-perl libnewt0.51 libplrpc-perl libsigc++-1.2-5c102
 libstdc++5 libtext-charwidth-perl libtext-iconv-perl
 libtext-wrapi18n-perl linux-kernel-headers po-debconf slang1a-utf8
   I understand that for some arches (hppa) this may necessitate upgrading
   the kernel first.
 
 Comments very, very welcome.

--  snip  --

# apt-get install aptitude dpkg
...
The following packages will be REMOVED:
  cyrus-imapd wine 
...
[answer n]
# apt-get install aptitude dpkg cyrus-imapd wine
...
The following packages will be REMOVED:
  autoconf2.13 
...
[answer n]
# apt-get install aptitude dpkg cyrus-imapd wine autoconf2.13 
...
[nothing to be removed]

--  snip  --


OTOH, at least in the woody installation I tried this,
aptitude -f --with-recommends dist-upgrade works fine.


It seems aptitude in woody has a better Conflicts handling than apt in 
woody making the first step easier for users.


 Cheers,
 Frans Pop
 
 [1] http://lists.debian.org/debian-release/2004/11/msg00105.html

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: packages missing from sarge

2005-05-16 Thread Darren Salt
I demand that Steve Langasek may or may not have written...

 On Sat, May 14, 2005 at 05:44:33PM -0400, François-Denis Gonthier wrote:
 On May 7, 2005 09:03 pm, Joey Hess wrote:
 erlang
 Erlang and the related erlang-manpages and erlang-doc-html are being put
 up-to-date by me.  I have a package ready which should be uploaded by my
 sponsor in the coming week.
 I guess that means that the package that reverse depends on Erlang would
 also be allowed back on:

 No, this is a package that was not in woody, so it's going to be too late
 to get it (and its reverse-deps) into sarge.  The release team is not going
 to spend its time hand-holding packages that were nowhere near releasable
 at the time of freeze when there are still 50+ RC bugs that need to be
 fixed before we release.

gxine? Possibility of 0.4.4 in sarge? There are bugs other than the RC bug
(in the Debian BTS) which really should be fixed in unstable, preferably
(IMO) by uploading 0.4.4 - I suggest that you use the packaging in
URL:http://zap.tartarus.org/~ds/debian/ as a starting point.

Any changes which you don't think should go into sarge - tell me and I'll
(probably) tell you why it should :-)

(It's probably still safe to assume that the maintainer doesn't have enough
time to prepare and upload the package.)

-- 
| Darren Salt   | nr. Ashington, | linux (or ds) at
| sarge,| Northumberland | youmustbejoking
| RISC OS   | Toon Army  | demon co uk
|   Say NO to software patents

Be happy with the real pleasures in life.


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



Best Buy - Rolex Replicas

2005-05-16 Thread Lily
Replica Rolex Swiss Watches
http://coders.q67.net/rolex/vron/collided.html
Wishlist : Rolex or Cartier or Breitling

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


Re: [Release Notes] Use Woody's or Sarge's aptitude for upgrades?

2005-05-16 Thread Adeodato Simó
* Adrian Bunk [Mon, 16 May 2005 18:14:20 +0200]:
 On Mon, May 16, 2005 at 05:58:24PM +0200, Frans Pop wrote:

  The current version of the release notes tells users to (simplified):
  1. apt-get install aptitude
  2. change the /etc/apt/sources.list to point to stable
  3. aptitude update
  4. aptitude -f --with-recommends dist-upgrade

  Therefore the question if it would be better to change the procedure to:
  1. change the /etc/apt/sources.list to point to stable
  2. apt-get update
  3. apt-get install aptitude dpkg
  4. aptitude -f --with-recommends dist-upgrade

 OTOH, at least in the woody installation I tried this,
 aptitude -f --with-recommends dist-upgrade works fine.

 It seems aptitude in woody has a better Conflicts handling than apt in 
 woody making the first step easier for users.

  So, to make that clear, you're proposing the following:

1. apt-get install aptitude
2. change the /etc/apt/sources.list to point to stable
3. aptitude update
4. aptitude install aptitude dpkg
5. aptitude -f --with-recommends dist-upgrade

  Note that in (4), the command is aptitude, not apt-get.

  BTW, why change sources.list to point to 'stable' instead of
  'sarge'? Probably there'll be a reason I'll love to here, but all are
  disadvantages to me, e.g.:

  Step 1. is meant to install the Woody version of aptitude, but of course
  it will not if the sources.list already points to stable and the user
  has already done an 'apt-get update'.

  OTOH, if the original sources.list contains 'woody' and the
  instructions say to change it to 'sarge', the above does not happen,
  _plus_ the release notes work for upgrades to testing prior to
  release.

  Cheers,

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
One way to make your old car run better is to look up the price of a new model.


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



Re: [Release Notes] Use Woody's or Sarge's aptitude for upgrades?

2005-05-16 Thread Adrian Bunk
On Mon, May 16, 2005 at 07:44:37PM +0200, Adeodato Simó wrote:
 * Adrian Bunk [Mon, 16 May 2005 18:14:20 +0200]:
  On Mon, May 16, 2005 at 05:58:24PM +0200, Frans Pop wrote:
 
   The current version of the release notes tells users to (simplified):
   1. apt-get install aptitude
   2. change the /etc/apt/sources.list to point to stable
   3. aptitude update
   4. aptitude -f --with-recommends dist-upgrade
 
   Therefore the question if it would be better to change the procedure to:
   1. change the /etc/apt/sources.list to point to stable
   2. apt-get update
   3. apt-get install aptitude dpkg
   4. aptitude -f --with-recommends dist-upgrade
 
  OTOH, at least in the woody installation I tried this,
  aptitude -f --with-recommends dist-upgrade works fine.
 
  It seems aptitude in woody has a better Conflicts handling than apt in 
  woody making the first step easier for users.
 
   So, to make that clear, you're proposing the following:
...

I'm not proposing anything since I don't know enough about these issues 
for giving any recommendation.

All I said was that the way you proposed seems to be worse than the 
currently documented way (at least in my test cases).

   Note that in (4), the command is aptitude, not apt-get.

Does this make any difference?

   BTW, why change sources.list to point to 'stable' instead of
   'sarge'? Probably there'll be a reason I'll love to here, but all are
   disadvantages to me, e.g.:
...

I'd agree that stable is a bad choice since this will lead to people 
accidentially upgrading to etch (without reading the etch release notes 
telling them how to do it best).

   Cheers,
 Adeodato Simó

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: [Release Notes] Use Woody's or Sarge's aptitude for upgrades?

2005-05-16 Thread Kurt Roeckx
On Mon, May 16, 2005 at 07:44:37PM +0200, Adeodato Simó wrote:
 
 1. apt-get install aptitude
 2. change the /etc/apt/sources.list to point to stable
 3. aptitude update
 4. aptitude install aptitude dpkg
 5. aptitude -f --with-recommends dist-upgrade

0. change the /etc/apt/sources.list to point to woody ?


Kurt


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



removing ipfwadm

2005-05-16 Thread Adam McKenna
I am not sure whether the ipfwadm package should be removed.  Kernels up to
2.4 still have support for ipfwadm filtering rules, so theoretically people
could still be using it with current kernels.

cc'ing debian-devel.  If the consensus there is that the package should be
removed, I'll request its removal.

--Adam
-- 
Adam McKenna  [EMAIL PROTECTED]  [EMAIL PROTECTED]


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



Receive your medications overnight DISCREETLY

2005-05-16 Thread Linwood Russo
100 Assorted Life Fixers 
http://www.q67.net/ph/coupon/patbeile   


Hate recieving these msgs q67.netf.php

He would, wouldn't he? 


Re: removing ipfwadm

2005-05-16 Thread Adrian Bunk
On Mon, May 16, 2005 at 09:49:01AM -0700, Adam McKenna wrote:

 I am not sure whether the ipfwadm package should be removed.  Kernels up to
 2.4 still have support for ipfwadm filtering rules, so theoretically people
 could still be using it with current kernels.
 
 cc'ing debian-devel.  If the consensus there is that the package should be
 removed, I'll request its removal.

_All_ kernel versions in sarge support ipfwadm.

Not that I expect many people to use it, but I don't see a good reason 
for removing it.

 --Adam

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]



Bug#309371: ITP: python-pysqlite2 -- python interface to SQLite

2005-05-16 Thread Joel Rosdahl
Package: wnpp
Severity: wishlist

I intend to package PySQLite 2. It will happily coexist with the
current python-sqlite package, which has another API.

URL:

http://pysqlite.org

Description:

pysqlite a DB-API 2.0-compliant database interface for SQLite.

SQLite is a relational database management system contained in a
relatively small C library. It is a public domain project created
by D. Richard Hipp. Unlike the usual client-server paradigm, the
SQLite engine is not a standalone process with which the program
communicates, but is linked in and thus becomes an integral part
of the program. The library implements most of SQL-92 standard,
including transactions, triggers and most of complex queries.

pysqlite makes this powerful embedded SQL engine available to
Python programmers. It stays compatible with the Python database
API specification 2.0 as much as possible, but also exposes most
of SQLite's native API, so that it is for example possible to
create user-defined SQL functions and aggregates in Python.

If you need a relational database for your applications, or even
small tools or helper scripts, pysqlite is often a good fit. It's
easy to use, easy to deploy, and does not depend on any other
Python libraries or platform libraries, except SQLite. SQLite
itself is ported to most platforms you'd ever care about.

It's often a good alternative to MySQL, the Microsoft JET engine
or the MSDE, without having any of their license and deployment
issues.

License:

Copyright (c) 2004 Gerhard Häring

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.

Permission is granted to anyone to use this software for any
purpose, including commercial applications, and to alter it and
redistribute it freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you
   must not claim that you wrote the original software. If you
   use this software in a product, an acknowledgment in the
   product documentation would be appreciated but is not
   required.

2. Altered source versions must be plainly marked as such, and
   must not be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.

-- 
Joel Rosdahl [EMAIL PROTECTED]
Key BB845E97; fingerprint 9F4B D780 6EF4 5700 778D  8B22 0064 F9FF BB84 5E97



Message from repair@core.com

2005-05-16 Thread Repair
Thank you for contacting the CoreComm online Residential Customer 
Care Repair Department! We have received your message and a 
Customer Care Representative will be responding to you within the 
next 48-72 business hours.

In the meantime, please feel free to visit our repair 
troubleshooting site, for basic problem resolution:

http://www.core.com/repair

Thank you for choosing CoreComm.


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



Re: removing ipfwadm

2005-05-16 Thread Marco d'Itri
On May 16, Adam McKenna [EMAIL PROTECTED] wrote:

 I am not sure whether the ipfwadm package should be removed.  Kernels up to
 2.4 still have support for ipfwadm filtering rules, so theoretically people
 could still be using it with current kernels.
Wait until sarge has been released and then kill it.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: [Release Notes] Use Woody's or Sarge's aptitude for upgrades?

2005-05-16 Thread Adrian Bunk
On Mon, May 16, 2005 at 08:12:04PM +0200, Adrian Bunk wrote:
 On Mon, May 16, 2005 at 07:44:37PM +0200, Adeodato Simó wrote:
...
Note that in (4), the command is aptitude, not apt-get.
 
 Does this make any difference?
...

It does.

My fault, I confused (4) with (3).

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: RES: /usr/lib vs /usr/libexec

2005-05-16 Thread Anthony DeRobertis
On May 13, 2005, at 11:28, Humberto Massa Guimarães wrote:
You said it yourself. Even if your 256MB machine were typical (it's  
not), the less cache memory you use to cache dentries of /usr/lib,  
the better (more memory for your apps, or to cache other, more  
useful stuff).
If you suspect that separating /usr/lib into multiple directories  
will improve performance, please bring reasonable benchmarks, not  
speculation.


Re: packages missing from sarge

2005-05-16 Thread Anthony DeRobertis
On May 15, 2005, at 22:16, Steve Langasek wrote:
Still, the concerns about re-adding this software version (which  
has been
out of testing for months) via t-p-u remain.
Its hard to see it being any worse than freeswan, which has been  
abandoned for a while by its upstream. And if it turns out to be a  
problem, it could just be removed again, right?

racoon doesn't have all the features that freeswan and openswan have;  
not sure about isakmpd and pipsecd.

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


Re: need help on #271678 (sizefo struct?)

2005-05-16 Thread Ben Pfaff
[EMAIL PROTECTED] (Vincent Zweije) writes:

 On Mon, May 16, 2005 at 12:06:37PM +0200, Bernd Eckenfels wrote:

 ||  In article [EMAIL PROTECTED] you wrote:

 ||  {
 ||struct x25_route_struct rt;
 ||struct sockaddr_x25 sx25;
 ||  ...
 ||memset((char *) rt, 0, sizeof(struct x25_route_struct));

   memset((char *) rt, 0, sizeof rt);

The cast is unnecessary:
memset(rt, 0, sizeof rt);
-- 
A computer is a state machine.
 Threads are for people who cant [sic] program state machines.
--Alan Cox


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



Re: [Fwd: RFS: eaccelerator - PHP script cacher]

2005-05-16 Thread Jonathan Oxer
On Thu, 2005-05-12 at 12:07 -0400, Roberto C. Sanchez wrote:
 Quoting Florian Weimer [EMAIL PROTECTED]:
 
  * Roberto C. Sanchez:
 
  I forwarding this to d-d since after a couple of days I
  still have no response from anyone on d-m willing to sponsor
  this package.
 
  Please have a look at the following discussions:
 
  http://lists.debian.org/debian-legal/2004/11/msg00078.html
  http://lists.debian.org/debian-legal/2005/01/msg00130.html
 
 Thanks.  I was not aware.  Is there a problem with me providing the 
 eAccelerator
 packages?

Yes, it's a problem. This has been a long ongoing debate originally
among Turck-mmcache users (I'm the turck-mmcache maintainer) and now
among eAccelerator users / developers (I've also created eAccelerator
packages, but I haven't submitted them to the archive because the legal
situation needs to be resolved first).

In fact there are now two problems with eAccelerator. The first problem
which was carried over from Turck-mmcache was the GPL/PHP licence
linking problem, and now there is also possibly a copyright problem
because when the project was forked the new developers simply removed
all the Turcksoft copyrights and added their own.

 I am not distributing PHP at all, and I also have the eAccelerator
 source available with the binary.

Unfortunately that doesn't solve the problem because it would mean
distributing binaries that have been linked against PHP, which has a
GPL-incompatible licence.

One of the suggestions a long time ago was to replace the Turck-mmcache
package with a 'loader' package that grabbed the source tarball and
built it on the target machine, but I resisted that idea because it
would require the target machine to have all sorts of things installed
including a compiler, the C dev libs, the PHP source, and a bunch of
other things that wouldn't typically exist on a deployment server. It
would also be a rather jarring experience for the admin, with a package
install taking quite a few minutes and chewing up all the CPU time
rather than the fractions of a second required to install a binary
package. It would technically work and it would be legal, but it would
be a very ugly kludge.

 I really hope that this is worked out.

So do I. I've had a brief informal chat to Jeremy Malcolm of iLaw (who
also happens to be Linux Australia's legal counsel) about the situation
and I'll probably follow this up with him in a more formal way when I
get a chance. I'm happy to pay the $$$ to get formal legal advice on
this issue if it helps resolve things.

The primary issue to resolve is the ownership of the codebase so that it
can be re-licenced. At present the copyright of Turck-mmache resides
with Turcksoft, a Russian company that now seems to be out of business.
As a result there's no-one to re-licence the code to LGPL or similar,
which would then make binaries built against PHP legal to distribute.

Cheers   :-)

Jonathan Oxer
-- 
The Debian Universe: Installing, managing and using Debian GNU/Linux
http://www.debianuniverse.com/


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



Re: [Fwd: RFS: eaccelerator - PHP script cacher]

2005-05-16 Thread Roberto C. Sanchez
Jonathan Oxer wrote:
 On Thu, 2005-05-12 at 12:07 -0400, Roberto C. Sanchez wrote:
 
Quoting Florian Weimer [EMAIL PROTECTED]:


* Roberto C. Sanchez:


I forwarding this to d-d since after a couple of days I
still have no response from anyone on d-m willing to sponsor
this package.

Please have a look at the following discussions:

http://lists.debian.org/debian-legal/2004/11/msg00078.html
http://lists.debian.org/debian-legal/2005/01/msg00130.html

Thanks.  I was not aware.  Is there a problem with me providing the 
eAccelerator
packages?
 
 
 Yes, it's a problem. This has been a long ongoing debate originally
 among Turck-mmcache users (I'm the turck-mmcache maintainer) and now
 among eAccelerator users / developers (I've also created eAccelerator
 packages, but I haven't submitted them to the archive because the legal
 situation needs to be resolved first).
 
OK.  I have removed the packages so they are no longer available from
my website.
 In fact there are now two problems with eAccelerator. The first problem
 which was carried over from Turck-mmcache was the GPL/PHP licence
 linking problem, and now there is also possibly a copyright problem
 because when the project was forked the new developers simply removed
 all the Turcksoft copyrights and added their own.
 
This is lamentable.  It would be tragic if such an excelent piece of
free software were lost because of what amounts to carelessness.

 
I am not distributing PHP at all, and I also have the eAccelerator
source available with the binary.
 
 
 Unfortunately that doesn't solve the problem because it would mean
 distributing binaries that have been linked against PHP, which has a
 GPL-incompatible licence.
 
I see.

 One of the suggestions a long time ago was to replace the Turck-mmcache
 package with a 'loader' package that grabbed the source tarball and
 built it on the target machine, but I resisted that idea because it
 would require the target machine to have all sorts of things installed
 including a compiler, the C dev libs, the PHP source, and a bunch of
 other things that wouldn't typically exist on a deployment server. It
 would also be a rather jarring experience for the admin, with a package
 install taking quite a few minutes and chewing up all the CPU time
 rather than the fractions of a second required to install a binary
 package. It would technically work and it would be legal, but it would
 be a very ugly kludge.
 
I agree.  Personally, I like to keep my servers as light as possible.
Development tools add quite a bit to the foot print and open the door
to the possibility of rootkits that make use of a compiler.

 
I really hope that this is worked out.
 
 
 So do I. I've had a brief informal chat to Jeremy Malcolm of iLaw (who
 also happens to be Linux Australia's legal counsel) about the situation
 and I'll probably follow this up with him in a more formal way when I
 get a chance. I'm happy to pay the $$$ to get formal legal advice on
 this issue if it helps resolve things.
 
 The primary issue to resolve is the ownership of the codebase so that it
 can be re-licenced. At present the copyright of Turck-mmache resides
 with Turcksoft, a Russian company that now seems to be out of business.
 As a result there's no-one to re-licence the code to LGPL or similar,
 which would then make binaries built against PHP legal to distribute.
 
I hope that this happens soon.  :-)

 Cheers   :-)
 
 Jonathan Oxer

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


signature.asc
Description: OpenPGP digital signature


Re: RES: /usr/lib vs /usr/libexec

2005-05-16 Thread Thomas Bushnell BSG
Anthony DeRobertis [EMAIL PROTECTED] writes:

 On May 13, 2005, at 11:28, Humberto Massa Guimares wrote:

 You said it yourself. Even if your 256MB machine were typical (it's
 not), the less cache memory you use to cache dentries of /usr/lib,
 the better (more memory for your apps, or to cache other, more
 useful stuff).

 If you suspect that separating /usr/lib into multiple directories
 will improve performance, please bring reasonable benchmarks, not
 speculation.

I do believe you've missed the point.  Splitting /usr from / helps in
a teeny percentage of cases, and most of the cases where it helps
that have been mentioned here, it actually doesn't.  Yet, splitting
/usr/lib, which is grotesquely huge and hard to deal with, is treated
as an impossible thing, needing a great level of proof before it can
be considered.  This is very foolish.

We've been told that /usr is necessary so that the boot partition can
be small.  Of course, the boot loaders generally don't care, and for
the small minority of cases where they do, make a separate /boot
partition.

We've been told that /usr is necessary to allow network sharing.  Of
course, you can network share any directory, not just /usr.  If you
want executables to be shared, then share /bin.  It's not a problem.
I've done it.

We've been told that /usr is necessary because then you reduce the
chance that the system will be hosed from disk corruption.  Of course,
it might seem that the chance of hosage actually now doubles, because
if either of two filesystems die, your system is unusable.  It's also
been suggested that if /usr breaks and / doesn't you can helpfully
repair /usr.  Of course, you can still repair /: you should use a boot
CD, or a repair partition you've set up for that purpose.  This is far
better than setting up / as a double-duty repair partition and live
filesystem.  If you want reliability, this is a very bad way to get
it.

Now if you want /usr, go to it; but it's insane to say that /usr is a
great thing, supported by very weak arguments and nothing so much as
mindless inertia, while libexec is a foolish and pointless thing.

If you are against unnecessary things, then geez, you should be
getting rid of nearly every separate directory.  

Thomas



Re: RES: /usr/lib vs /usr/libexec

2005-05-16 Thread Russ Allbery
Thomas Bushnell BSG [EMAIL PROTECTED] writes:

 I do believe you've missed the point.  Splitting /usr from / helps in a
 teeny percentage of cases, and most of the cases where it helps that
 have been mentioned here, it actually doesn't.  Yet, splitting /usr/lib,
 which is grotesquely huge and hard to deal with, is treated as an
 impossible thing, needing a great level of proof before it can be
 considered.  This is very foolish.

The difference being that Debian has already split /usr from / and
therefore is only paying the marginal cost of maintaining it, whereas
Debian has not split /usr/lib from /usr/libexec and would have to pay the
(far larger) initial cost of moving everything around.

I think it's quite reasonable for that far larger initial cost to require
substantial justification, far more justification than is required for
preserving a property that Debian has already paid the cost to establish
and is just maintaining.

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


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



Re: [Release Notes] Use Woody's or Sarge's aptitude for upgrades?

2005-05-16 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote:
2. change the /etc/apt/sources.list to point to stable

I wish all documentation is using the distribution names not the symbolic
names. If you put stable in a file this will cause major trouble a few
years later. Beside it is unclear to the reader when you have written the
text and which stable you mean. (I think you mean sarge?)

Gruss
Bernd


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



Re: RES: /usr/lib vs /usr/libexec

2005-05-16 Thread Thomas Bushnell BSG
Russ Allbery [EMAIL PROTECTED] writes:

 The difference being that Debian has already split /usr from / and
 therefore is only paying the marginal cost of maintaining it, whereas
 Debian has not split /usr/lib from /usr/libexec and would have to pay the
 (far larger) initial cost of moving everything around.

It's a very easily spread cost.  Indeed, merely making it permissible
for maintainers to use libexec when upstream does would be a help.

You're not counting that there is a cost to each niggling little
idiosyncracy where Debian differs from upstream.  Most of the cost of
managing upgrades from upstream and the like is re-porting all those
little niggling bits.


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



Re: RES: /usr/lib vs /usr/libexec

2005-05-16 Thread Thomas Bushnell BSG
Anthony DeRobertis [EMAIL PROTECTED] writes:

 Thomas Bushnell BSG wrote:

 I do believe you've missed the point.  Splitting /usr from / helps in
 a teeny percentage of cases, and most of the cases where it helps
 that have been mentioned here, it actually doesn't.

 Well, I think it helps in the case of network mounting it; it is
 easier to mount a non-root FS than the root fs. Given this isn't a
 huge benefit, and isn't for a huge number of people either.

You can mount /bin from the network on top of a boot-time /bin.  It's
very easy.  mount foo:.../shared-bin /bin or whatever the syntax is
for your filesystem type.

 Well, I didn't ask for great levels of proof. I asked for /any/
 proof. The /usr split has already been done; it'd be more work to
 re-merge /usr and / than it would be to leave it the way it is. The
 same can't be said for libexec.

Actually, the Hurd has shown it's trivial.  ln -s / /usr is really
sufficient.  Then you can phase things out over time.

 Sharing the root fs is possible via special kernel support or via
 initrd. /bin I guess is doable alone, but would require some nice
 initrd hacking.

No hacking is necessary.  Sharing / is a bad idea, but sharing any
subdirectory is trivial.


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



Re: RES: /usr/lib vs /usr/libexec

2005-05-16 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote:
 I do believe you've missed the point.  Splitting /usr from / helps in
 a teeny percentage of cases, and most of the cases where it helps
 that have been mentioned here, it actually doesn't.  Yet, splitting
 /usr/lib, which is grotesquely huge and hard to deal with, is treated
 as an impossible thing, needing a great level of proof before it can
 be considered.  This is very foolish.

Thats why we need proof that it helps. Nobody  has provided any numbers,
here.

 If you are against unnecessary things, then geez, you should be
 getting rid of nearly every separate directory.  

You missed the point. It is not about getting rid of directories it is about
creating a new one. And nobody has yet shown numbers which provide good
reasons to introduce the new dir (with all the hard work required for the
transition)

Gruss
Bernd


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



Re: RES: /usr/lib vs /usr/libexec

2005-05-16 Thread Anthony DeRobertis
Thomas Bushnell BSG wrote:
I do believe you've missed the point.  Splitting /usr from / helps in
a teeny percentage of cases, and most of the cases where it helps
that have been mentioned here, it actually doesn't.
Well, I think it helps in the case of network mounting it; it is easier 
to mount a non-root FS than the root fs. Given this isn't a huge 
benefit, and isn't for a huge number of people either.

Personally, I don't have /usr on a different partition on any machine. 
No need for it.

Yet, splitting
/usr/lib, which is grotesquely huge and hard to deal with, is treated
as an impossible thing, needing a great level of proof before it can
be considered.  This is very foolish.
Well, I didn't ask for great levels of proof. I asked for /any/ proof. 
The /usr split has already been done; it'd be more work to re-merge /usr 
and / than it would be to leave it the way it is. The same can't be said 
for libexec.

We've been told that /usr is necessary to allow network sharing.  Of
course, you can network share any directory, not just /usr.  If you
want executables to be shared, then share /bin.  It's not a problem.
I've done it.
Sharing the root fs is possible via special kernel support or via 
initrd. /bin I guess is doable alone, but would require some nice initrd 
hacking.

We've been told that /usr is necessary because then you reduce the
chance that the system will be hosed from disk corruption.
This is, of course, BS; use a journaled file system for that. Either 
that, or make /home, /tmp, /var, etc. separate and then / will hardly 
ever be dirty, so it won't suffer corruption. You could even mount it ro.

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


Accepted centericq 4.20.0-4 (i386 source)

2005-05-16 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 07:14:33 +0200
Source: centericq
Binary: centericq-common centericq-utf8 centericq-fribidi centericq
Architecture: source i386
Version: 4.20.0-4
Distribution: unstable
Urgency: low
Maintainer: Julien LEMOINE [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 centericq  - A text-mode multi-protocol instant messenger client
 centericq-common - A text-mode multi-protocol instant messenger client (data 
files)
 centericq-fribidi - A text-mode multi-protocol instant messenger client 
(Hebrew)
 centericq-utf8 - A text-mode multi-protocol instant messenger client
Closes: 208670
Changes: 
 centericq (4.20.0-4) unstable; urgency=low
 .
   * Fix jabber login problem on amd64 (Applied patch from Daniel Parthey)
 (Closes: #208670)
Files: 
 ceb350fa94f01535042089b9e172263b 863 net optional centericq_4.20.0-4.dsc
 b646ae72af78c8b1c6677489b5b2c53a 119366 net optional centericq_4.20.0-4.diff.gz
 8848273758d02bdb92d8becfdfb6f317 335582 net optional 
centericq-common_4.20.0-4_i386.deb
 8fefdf698a1de0d54eefeaa78899d905 1349850 net optional 
centericq_4.20.0-4_i386.deb
 325f5022a31b192c7ea421539eda1c67 1349918 net optional 
centericq-utf8_4.20.0-4_i386.deb
 b3c298afa46697a716c1646ac21b078a 1350634 net optional 
centericq-fribidi_4.20.0-4_i386.deb

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

iD8DBQFCiDY/c29c8N2YKnURAjXZAJ9T4i9E2gWsqqiai8yGBU9vROjDNgCeMx8l
5QjdFAugtkmUvSv3wB/vWmY=
=wDc0
-END PGP SIGNATURE-


Accepted:
centericq-common_4.20.0-4_i386.deb
  to pool/main/c/centericq/centericq-common_4.20.0-4_i386.deb
centericq-fribidi_4.20.0-4_i386.deb
  to pool/main/c/centericq/centericq-fribidi_4.20.0-4_i386.deb
centericq-utf8_4.20.0-4_i386.deb
  to pool/main/c/centericq/centericq-utf8_4.20.0-4_i386.deb
centericq_4.20.0-4.diff.gz
  to pool/main/c/centericq/centericq_4.20.0-4.diff.gz
centericq_4.20.0-4.dsc
  to pool/main/c/centericq/centericq_4.20.0-4.dsc
centericq_4.20.0-4_i386.deb
  to pool/main/c/centericq/centericq_4.20.0-4_i386.deb


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



Accepted lletters 0.1.95-8 (i386 source)

2005-05-16 Thread Rudy Godoy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 02:02:36 -0500
Source: lletters
Binary: lletters
Architecture: source i386
Version: 0.1.95-8
Distribution: unstable
Urgency: low
Maintainer: Rudy Godoy [EMAIL PROTECTED]
Changed-By: Rudy Godoy [EMAIL PROTECTED]
Description: 
 lletters   - GTK letters-learning game for small children
Closes: 213163 258135 290603 290680
Changes: 
 lletters (0.1.95-8) unstable; urgency=low
 .
   * Commented missing image file definitions in llnrc-dist. Not used
 anymore. (Closes: #258135)
   * Added target to clean extra .gmo files in po/ dir
   * Switched to dh_installman instead dh_installmanpages
   * Applied patch to allow user installation of more images and sounds into
 a local directory using LLN_DIR environment variable. (Closes: #213163)
   * Changed binary location to /usr/games to accomplish game's policy.
   * Key repeat is no longer disabled by default when run (Closes: #290680)
   * Alpha software warning removed. (Closes: #290603)
   * Removed build dependency on libtool, automake, autoconf, now it uses
 updated ones from source directory.
Files: 
 85ea08d732d7797d9c32dc3d80696b03 611 games extra lletters_0.1.95-8.dsc
 db8adf32520daeb097e32e43d9a9e46a 420324 games extra lletters_0.1.95-8.diff.gz
 ff10d57fcf9a176b8f879bfe405a39b6 28542 games extra lletters_0.1.95-8_i386.deb

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

iD8DBQFCiEqhgY5NIXPNpFURAtuMAJ0UeRrBwCARRA2aHXkfBsX6f7eT8QCgwcAv
F74kFJy8+cOfFDjOvXQklWU=
=W4fd
-END PGP SIGNATURE-


Accepted:
lletters_0.1.95-8.diff.gz
  to pool/main/l/lletters/lletters_0.1.95-8.diff.gz
lletters_0.1.95-8.dsc
  to pool/main/l/lletters/lletters_0.1.95-8.dsc
lletters_0.1.95-8_i386.deb
  to pool/main/l/lletters/lletters_0.1.95-8_i386.deb


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



Accepted smstools 1.14.10-1 (i386 source)

2005-05-16 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 10:34:45 +0100
Source: smstools
Binary: smstools
Architecture: source i386
Version: 1.14.10-1
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 smstools   - SMS Server Tools for GSM modems
Closes: 169110 243225 255022 255026 255031
Changes: 
 smstools (1.14.10-1) unstable; urgency=low
 .
   * New upstream release
   * Spring clean minor issues from BTS
 + Closes: #255031: /var/spool/sms/checked not created
 + Closes: #243225: Slightly new and improved initscript
 + Closes: #169110: Package lacks initscript in /etc/init.d/
 + Closes: #255026: path to getsms/putsms wrong in log files
 + Closes: #255022: init script doesn't detach from terminal
Files: 
 10f53b94627a7e6b918b4b196a9728a7 615 comm optional smstools_1.14.10-1.dsc
 800e8167773a5f85140817486d19b05b 315571 comm optional 
smstools_1.14.10.orig.tar.gz
 2b7839e6adeeed810e5445c3c9ce00ca 5486 comm optional smstools_1.14.10-1.diff.gz
 06c0313255b7622b0eb51cc4fc915831 321400 comm optional 
smstools_1.14.10-1_i386.deb

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

iD8DBQFCiGmBoCzanz0IthIRApaTAKCT88j0yXgsH8Sfcc+mefG9dpxp6QCcD/S5
CNLmYDMGEj25HTpSaahcBOc=
=a2fZ
-END PGP SIGNATURE-


Accepted:
smstools_1.14.10-1.diff.gz
  to pool/main/s/smstools/smstools_1.14.10-1.diff.gz
smstools_1.14.10-1.dsc
  to pool/main/s/smstools/smstools_1.14.10-1.dsc
smstools_1.14.10-1_i386.deb
  to pool/main/s/smstools/smstools_1.14.10-1_i386.deb
smstools_1.14.10.orig.tar.gz
  to pool/main/s/smstools/smstools_1.14.10.orig.tar.gz


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



Accepted libccscript 2.5.7-2 (i386 source)

2005-05-16 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 10:52:42 +0100
Source: libccscript
Binary: libccscript-dev libccscript2-0.5-3
Architecture: source i386
Version: 2.5.7-2
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 libccscript-dev - GNU Common C++ framework for embedded scripting
 libccscript2-0.5-3 - GNU Common C++ framework for embedded scripting
Closes: 280402 284879
Changes: 
 libccscript (2.5.7-2) unstable; urgency=low
 .
   * Closes: #284879: FTBFS (amd64/gcc-4.0): 'char*
 ost::ScriptCommand::chkHasArgs(ost::Script::Line*,
 ost::ScriptImage*)' is protected
 + Apply patch from Adreas Jochens
   * Closes: #280402: FTBFS with g++-3.4: access errors
 + Apply patch from Daniel Schepler
Files: 
 e518bac7a42f90882c04215592381329 641 devel optional libccscript_2.5.7-2.dsc
 2e13a0bbe892bf5feb979e99947d2252 24214 devel optional 
libccscript_2.5.7-2.diff.gz
 5f2dbd7e046b3deeae97d68c99f0b141 104506 libdevel optional 
libccscript-dev_2.5.7-2_i386.deb
 1b1577ac2c4f2f6fe471bca5f926f778 106314 libs optional 
libccscript2-0.5-3_2.5.7-2_i386.deb

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

iD8DBQFCiHBDoCzanz0IthIRArLVAJ4yHn/0B/4mMZq7M2XRE+GEvdbPzgCcCALN
mGEOxyP8NWetZydkUr1Ccjo=
=E2ha
-END PGP SIGNATURE-


Accepted:
libccscript-dev_2.5.7-2_i386.deb
  to pool/main/libc/libccscript/libccscript-dev_2.5.7-2_i386.deb
libccscript2-0.5-3_2.5.7-2_i386.deb
  to pool/main/libc/libccscript/libccscript2-0.5-3_2.5.7-2_i386.deb
libccscript_2.5.7-2.diff.gz
  to pool/main/libc/libccscript/libccscript_2.5.7-2.diff.gz
libccscript_2.5.7-2.dsc
  to pool/main/libc/libccscript/libccscript_2.5.7-2.dsc


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



Accepted nant 0.84+0.85-rc3-3 (all source)

2005-05-16 Thread Dave Beckett
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 11:22:25 +0100
Source: nant
Binary: nant
Architecture: source all
Version: 0.84+0.85-rc3-3
Distribution: experimental
Urgency: low
Maintainer: Dave Beckett [EMAIL PROTECTED]
Changed-By: Dave Beckett [EMAIL PROTECTED]
Description: 
 nant   - .NET build tool similar to Ant
Changes: 
 nant (0.84+0.85-rc3-3) experimental; urgency=low
 .
   * Remove debian/resgen and update debian/dirs to new mono conventions
   * Depend on mono 1.1.6
Files: 
 c1f74a78510b4f803e0c27bd006224d7 712 devel optional nant_0.84+0.85-rc3-3.dsc
 64867347ec78a0e67f8e510fa5e14ac9 1965686 devel optional 
nant_0.84+0.85-rc3.orig.tar.gz
 8f4699cec97e492b17d74c514d44aa4a 2621 devel optional 
nant_0.84+0.85-rc3-3.diff.gz
 bed356a7c6b6d5a78522a058b8efda4b 1995686 devel optional 
nant_0.84+0.85-rc3-3_all.deb

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

iD8DBQFCiHYBQ+ySUE9xlVoRApnUAJ9kuV5d7dRtbaJXjbnH09uzvoNitQCgrnwh
FL9THIlL/gqp3+S6pO0V6Wo=
=C+kn
-END PGP SIGNATURE-


Accepted:
nant_0.84+0.85-rc3-3.diff.gz
  to pool/main/n/nant/nant_0.84+0.85-rc3-3.diff.gz
nant_0.84+0.85-rc3-3.dsc
  to pool/main/n/nant/nant_0.84+0.85-rc3-3.dsc
nant_0.84+0.85-rc3-3_all.deb
  to pool/main/n/nant/nant_0.84+0.85-rc3-3_all.deb
nant_0.84+0.85-rc3.orig.tar.gz
  to pool/main/n/nant/nant_0.84+0.85-rc3.orig.tar.gz


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



Accepted apt-cacher 0.9.1 (all source)

2005-05-16 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 12:29:12 +0200
Source: apt-cacher
Binary: apt-cacher
Architecture: source all
Version: 0.9.1
Distribution: unstable
Urgency: medium
Maintainer: Eduard Bloch [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 apt-cacher - caching system for Debian package and source files
Closes: 180544 203123 251468 251660 261273 267680 273776 274059 274975 277279 
278070 278799 282599 294617 299404 305175 305956 307151
Changes: 
 apt-cacher (0.9.1) unstable; urgency=medium
 .
   * upload to unstable with few changes
   * fixed NEWS.Debian (header differed from changelog) and updated notes
   * added precache-by-Priority feature to apt-precache.pl
 .
 apt-cacher (0.9) experimental; urgency=medium
 .
   * New main maintainer (Jonathan  me - Uploaders:)
   * new format, separates package contents and HTTP headers
 (closes: #274975). The new script apt-cacher-format-transition.pl converts
 the old cached files to the new version and moves the parts to the new
 locations
   * used syswrite/sysread where appropriate to minimise effects of Perl
 buffering in combination with Apache2 (avoids apt-get's long
 waiting for headers phase in most cases, still appears from time to
 time, but not soo often.
   * uses modification times of index files if configured, this should avoid
 desynchronisation of some files (closes: #180544). Used curl to get the
 HTTP head for that (wget was just too stupid with its timestamping
 abilities). By the way rewrote the fetcher code to use curl only, removing
 the wget depedency (closes: #277279)
   * rewrote large parts of unsafe code, worked around race conditions
 (closes:#251468), fixed some crap like inserting of status code into
 half-downloaded files (closes: #251660), really detached the fetcher
 thread from the reader when the file is initialy beeing downloaded, and
 made error code passing more reliable
   * removed another useless fork (thread-over-thread-over-thread, jeez...)
   * removed the CHLD handler that fscked up the return codes that I needed
 from close (became cruft anways since I dropped the unneccessary forking)
 It now also fails sanely on mirror failure conditions (closes:#203123)
   * allowing alternative URL scheme (with apt-cacher?/server/...) which does
 work with alternative http daemons and added alternative dependency on boa
 and httpd-cgi (closes: #282599, #273776)
   * applied patch from Peter Denison [EMAIL PROTECTED] for
 more flexible names of index files (closes: #267680)
   * IPv6  filtering patch by Darren Salt (closes: #294617, #278070)
   * added my patch to do basic URL filtering (closes: #307151)
   * README.Debian update to the new stuff, removed cruft in debian/debian-old
   * rewrote the import script, made it work more efficient and work around the
 epoch numbers in the file names from apt's cache (closes: #278799)
   * rewrote and simplified the cleanup script (closes: #299404), also added
 support for source files and bzip2 compression (closes: #261273, #305956).
 Also made it refresh the index files rather then relying on possibly
 outdated data (or missing data because of tiffani/apt-dupdate usage) and
 really lock them while reading to not kill the cached data because the
 file is beeing downloaded just while the cleanup process runs
   * changed install.pl to copy the ownership of new files/directories and only
 doing so when they are new, rather than resetting them to www-data, and on
 every package upgrade
   * added my apt-precache.pl script for people that may need this toy
 (closes: #305175). It still needs some refinement to control the
 expiration of the subscriptions.
   * added hooks for checksumming of forwarded packages
   * new feature: checksumming of data (downloaded and uploaded). Optionaly,
 see README.Debian for instructions to enable it (closes: #274059)
Files: 
 02e6cfaea9dc23139161ca77815f442e 597 net optional apt-cacher_0.9.1.dsc
 28f26902f3182ebe08571ee2449dc7e5 48967 net optional apt-cacher_0.9.1.tar.gz
 95fbfbee0eb562e22cb16a46f6bbba5a 37344 net optional apt-cacher_0.9.1_all.deb

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

iD8DBQFCiHpS4QZIHu3wCMURAgC8AJ0fEueLnSrjPnRyfrLFO05rUFeX7gCfckoh
XLpaUMFk43M3IFBVNs83ObU=
=dl5v
-END PGP SIGNATURE-


Accepted:
apt-cacher_0.9.1.dsc
  to pool/main/a/apt-cacher/apt-cacher_0.9.1.dsc
apt-cacher_0.9.1.tar.gz
  to pool/main/a/apt-cacher/apt-cacher_0.9.1.tar.gz
apt-cacher_0.9.1_all.deb
  to pool/main/a/apt-cacher/apt-cacher_0.9.1_all.deb


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



Accepted portmap 5-12 (i386 source)

2005-05-16 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 21:18:41 +1000
Source: portmap
Binary: portmap
Architecture: source i386
Version: 5-12
Distribution: unstable
Urgency: high
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 portmap- The RPC portmapper
Changes: 
 portmap (5-12) unstable; urgency=high
 .
   * Changed default of debconf question to correspond to the value
 in the config file.
Files: 
 f68ce15e65d41963706bb9b6526d0e74 575 net standard portmap_5-12.dsc
 d36a53b1c9fca4886baa9955f436718c 17710 net standard portmap_5-12.diff.gz
 fa78abe778cf4674234090f52905b2e8 27630 net standard portmap_5-12_i386.deb

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

iD8DBQFCiILLgY5NIXPNpFURAo0OAJ9b1S5iQ0vdruA1/XhXJe0ZWi3UbgCguVKY
yaOmrmtSnPwyNv+t54GLv5o=
=Mmed
-END PGP SIGNATURE-


Accepted:
portmap_5-12.diff.gz
  to pool/main/p/portmap/portmap_5-12.diff.gz
portmap_5-12.dsc
  to pool/main/p/portmap/portmap_5-12.dsc
portmap_5-12_i386.deb
  to pool/main/p/portmap/portmap_5-12_i386.deb


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



Accepted nant 0.84+0.85-rc3-4 (all source)

2005-05-16 Thread Dave Beckett
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 12:31:10 +0100
Source: nant
Binary: nant
Architecture: source all
Version: 0.84+0.85-rc3-4
Distribution: experimental
Urgency: low
Maintainer: Dave Beckett [EMAIL PROTECTED]
Changed-By: Dave Beckett [EMAIL PROTECTED]
Description: 
 nant   - .NET build tool similar to Ant
Changes: 
 nant (0.84+0.85-rc3-4) experimental; urgency=low
 .
   * Make /usr/bin/nant exec cli and NAnt.exe rather than use old cli-wrapper
   * Wrote a manual page for nant
Files: 
 f05d382c100a7b807abe9aec49500d45 712 devel optional nant_0.84+0.85-rc3-4.dsc
 d53580c828a94f06416a60943ea49217 3510 devel optional 
nant_0.84+0.85-rc3-4.diff.gz
 d8edb6c8c70fd2ba32f5d4c7832ddf0a 1996544 devel optional 
nant_0.84+0.85-rc3-4_all.deb

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

iD8DBQFCiIUmQ+ySUE9xlVoRAkScAJ9e8/yIsViWSUTMTMl7AwWrbaWKfwCcCwnZ
ojDdDZ11JDwkyGK+/P61I8o=
=pF61
-END PGP SIGNATURE-


Accepted:
nant_0.84+0.85-rc3-4.diff.gz
  to pool/main/n/nant/nant_0.84+0.85-rc3-4.diff.gz
nant_0.84+0.85-rc3-4.dsc
  to pool/main/n/nant/nant_0.84+0.85-rc3-4.dsc
nant_0.84+0.85-rc3-4_all.deb
  to pool/main/n/nant/nant_0.84+0.85-rc3-4_all.deb


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



Accepted kstreamripper 0.3.4-1 (i386 source)

2005-05-16 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 14 May 2005 18:22:57 +0200
Source: kstreamripper
Binary: kstreamripper
Architecture: source i386
Version: 0.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Michael Ablassmeier [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier [EMAIL PROTECTED]
Description: 
 kstreamripper - kde frontend for streamripper
Changes: 
 kstreamripper (0.3.4-1) unstable; urgency=low
 .
   * New upstream release
   * Build-Depend on scons (upstream uses new build system)
   * Small update for debian/copyright
Files: 
 120cc7459363d48058548df51c85ff8f 715 sound optional kstreamripper_0.3.4-1.dsc
 13044a703225ac568d015b3c13e4c4cd 136191 sound optional 
kstreamripper_0.3.4.orig.tar.gz
 97123c58855af32043a74f5e8b25d27f 2358 sound optional 
kstreamripper_0.3.4-1.diff.gz
 f071fe7cafea552eeea76efa8588c7c8 40484 sound optional 
kstreamripper_0.3.4-1_i386.deb

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

iD8DBQFCiIhtmHaJYZ7RAb8RAgyKAJ4seitHEgNq/t4QB8EewC8IvHHRiwCdFVet
BysdG6cvQjdD+pEsoMfz1Qg=
=D7X6
-END PGP SIGNATURE-


Accepted:
kstreamripper_0.3.4-1.diff.gz
  to pool/main/k/kstreamripper/kstreamripper_0.3.4-1.diff.gz
kstreamripper_0.3.4-1.dsc
  to pool/main/k/kstreamripper/kstreamripper_0.3.4-1.dsc
kstreamripper_0.3.4-1_i386.deb
  to pool/main/k/kstreamripper/kstreamripper_0.3.4-1_i386.deb
kstreamripper_0.3.4.orig.tar.gz
  to pool/main/k/kstreamripper/kstreamripper_0.3.4.orig.tar.gz


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



Accepted partman-partitioning 34 (powerpc source)

2005-05-16 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 13:12:27 +0100
Source: partman-partitioning
Binary: partman-partitioning
Architecture: source powerpc
Version: 34
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 partman-partitioning - Partitioning operations for partman (udeb)
Changes: 
 partman-partitioning (34) unstable; urgency=low
 .
   * Colin Watson
 - Factor out most of the hard work of resizing into
   /lib/partman/resize.sh, so that it can be used by autopartitioning
   methods.
   * Updated translations:
 - Danish (da.po) by Claus Hindsgaul
 - German (de.po) by Herbert Straub
 - Greek, Modern (1453-) (el.po) by Kostas Papadimas
 - Spanish (es.po) by Enrique Matias Sanchez
 - Gallegan (gl.po) by Jacobo Tarrio
 - Hebrew (he.po) by Lior Kaplan
 - Italian (it.po) by Stefano Canepa
 - Portuguese (pt.po) by Miguel Figueiredo
 - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
 - Romanian (ro.po) by Ovidiu Damian
 - Ukrainian (uk.po) by Eugeniy Meshcheryakov
 - Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 0b0b96a2c909b95c38a3a550c81e9cba 618 debian-installer optional 
partman-partitioning_34.dsc
 51ce4335b687759b120c8f48cd518ec8 59391 debian-installer optional 
partman-partitioning_34.tar.gz
 d3e5dfc4ca9f84fe84a3785778a46f6c 43930 debian-installer optional 
partman-partitioning_34_powerpc.udeb
package-type: udeb

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

iD8DBQFCiI6S9t0zAhD6TNERAiP3AKCJhYlvkKHNtTBFlvl5LFOnRiDyxwCdGfbn
7O8DIlI8rDLtKnkli+OGtxY=
=rFvq
-END PGP SIGNATURE-


Accepted:
partman-partitioning_34.dsc
  to pool/main/p/partman-partitioning/partman-partitioning_34.dsc
partman-partitioning_34.tar.gz
  to pool/main/p/partman-partitioning/partman-partitioning_34.tar.gz
partman-partitioning_34_powerpc.udeb
  to pool/main/p/partman-partitioning/partman-partitioning_34_powerpc.udeb


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



Accepted rhythmbox-applet 0.1.7-1 (i386 source)

2005-05-16 Thread Dan Korostelev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 13 May 2005 11:05:46 +0400
Source: rhythmbox-applet
Binary: rhythmbox-applet
Architecture: source i386
Version: 0.1.7-1
Distribution: unstable
Urgency: low
Maintainer: Dan Korostelev [EMAIL PROTECTED]
Changed-By: Dan Korostelev [EMAIL PROTECTED]
Description: 
 rhythmbox-applet - control applet for rhythmbox music player
Changes: 
 rhythmbox-applet (0.1.7-1) unstable; urgency=low
 .
   * New upstream release
   * Removed all patches. Fixed upstream.
Files: 
 5b311fa648903ed9efa3eb48a3e8f0a9 769 gnome optional 
rhythmbox-applet_0.1.7-1.dsc
 7283ee13320cf13aba1916fba3e5d054 151879 gnome optional 
rhythmbox-applet_0.1.7.orig.tar.gz
 dc950e8178038c75ec1c3785900f26ea 1873 gnome optional 
rhythmbox-applet_0.1.7-1.diff.gz
 d4b52fb2e33bf0a97061fa114d0bc5b8 38062 gnome optional 
rhythmbox-applet_0.1.7-1_i386.deb

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

iD8DBQFCiJpyQxo87aLX0pIRApPYAJ9rCwEBw9BHE3oPTx6jmyMIznHVoACdGesH
U5KvK6rSZbcC5ZRBMcXlp0o=
=0P6y
-END PGP SIGNATURE-


Accepted:
rhythmbox-applet_0.1.7-1.diff.gz
  to pool/main/r/rhythmbox-applet/rhythmbox-applet_0.1.7-1.diff.gz
rhythmbox-applet_0.1.7-1.dsc
  to pool/main/r/rhythmbox-applet/rhythmbox-applet_0.1.7-1.dsc
rhythmbox-applet_0.1.7-1_i386.deb
  to pool/main/r/rhythmbox-applet/rhythmbox-applet_0.1.7-1_i386.deb
rhythmbox-applet_0.1.7.orig.tar.gz
  to pool/main/r/rhythmbox-applet/rhythmbox-applet_0.1.7.orig.tar.gz


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



Accepted missingh 0.11.2 (i386 source all)

2005-05-16 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 06:13:10 -0500
Source: missingh
Binary: libhugs-missingh libghc6-missingh-dev missingh-doc
Architecture: source i386 all
Version: 0.11.2
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 libghc6-missingh-dev - Library of utility functions for Haskell, GHC6 package
 libhugs-missingh - Library of utility functions for Haskell, Hugs package
 missingh-doc - Documentation for Haskell utility library
Closes: 309319
Changes: 
 missingh (0.11.2) unstable; urgency=low
 .
   * Back out hide-package option in Makefile.  Closes: #309319.
Files: 
 960dd32d93ebcf88afb87ec92ba4b46c 721 devel optional missingh_0.11.2.dsc
 dd4a87b5b00a28cc37a4ecb7bd1006e5 320259 devel optional missingh_0.11.2.tar.gz
 c8f399db30257f025bd2a611ef7156a1 159314 devel optional 
libhugs-missingh_0.11.2_all.deb
 59c8a6a14148fc7a522be6fd91eb16b0 170244 doc optional 
missingh-doc_0.11.2_all.deb
 3ebf67936d3dc62b955be424a22c2426 1627316 devel optional 
libghc6-missingh-dev_0.11.2_i386.deb

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

iD8DBQFCiLoQ7B2mSKdID5ERAjRTAJ9WYEiAO4Wz8flL+rrUhyliSzHUywCePoMP
HDwF3GvkhA1K07P5XatsU8g=
=q4C8
-END PGP SIGNATURE-


Accepted:
libghc6-missingh-dev_0.11.2_i386.deb
  to pool/main/m/missingh/libghc6-missingh-dev_0.11.2_i386.deb
libhugs-missingh_0.11.2_all.deb
  to pool/main/m/missingh/libhugs-missingh_0.11.2_all.deb
missingh-doc_0.11.2_all.deb
  to pool/main/m/missingh/missingh-doc_0.11.2_all.deb
missingh_0.11.2.dsc
  to pool/main/m/missingh/missingh_0.11.2.dsc
missingh_0.11.2.tar.gz
  to pool/main/m/missingh/missingh_0.11.2.tar.gz


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



Accepted diogenes 0.9.16+0.9.17pre22-1 (all source)

2005-05-16 Thread Jeremy Laine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 16:25:39 +0200
Source: diogenes
Binary: libphp-diogenes diogenes
Architecture: source all
Version: 0.9.16+0.9.17pre22-1
Distribution: experimental
Urgency: low
Maintainer: Jeremy Laine [EMAIL PROTECTED]
Changed-By: Jeremy Laine [EMAIL PROTECTED]
Description: 
 diogenes   - web content management system
 libphp-diogenes - library for web site creation
Changes: 
 diogenes (0.9.16+0.9.17pre22-1) experimental; urgency=low
 .
   * New upstream release
   * Rework package dependencies
   - add Depends on php4-mysql for libphp-diogenes
   - change wv from Depends to Suggests for diogenes
   * Add error information when enable apache modules
   * Purge Smarty template cache during configure
Files: 
 19c5a15f3076ecb75350471ca607bb35 649 web optional 
diogenes_0.9.16+0.9.17pre22-1.dsc
 b1577f34ad419ef40956d4b2fcf17b4b 616980 web optional 
diogenes_0.9.16+0.9.17pre22.orig.tar.gz
 239c3948157ee4866722d98fa3d25bc3 16343 web optional 
diogenes_0.9.16+0.9.17pre22-1.diff.gz
 3524bbb20706e00cbc1234b3e9088be5 559544 web optional 
diogenes_0.9.16+0.9.17pre22-1_all.deb
 ebb803660025b298fcc5654dadb88b21 32840 web optional 
libphp-diogenes_0.9.16+0.9.17pre22-1_all.deb

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

iD8DBQFCiLmk4mJJZqJp2ScRAq7HAJ49XhjMewKEkKD9yiMEGjQggrXRAQCfdKfo
cLQs4FDjitPLI1Z+D+RMolg=
=HBJM
-END PGP SIGNATURE-


Accepted:
diogenes_0.9.16+0.9.17pre22-1.diff.gz
  to pool/main/d/diogenes/diogenes_0.9.16+0.9.17pre22-1.diff.gz
diogenes_0.9.16+0.9.17pre22-1.dsc
  to pool/main/d/diogenes/diogenes_0.9.16+0.9.17pre22-1.dsc
diogenes_0.9.16+0.9.17pre22-1_all.deb
  to pool/main/d/diogenes/diogenes_0.9.16+0.9.17pre22-1_all.deb
diogenes_0.9.16+0.9.17pre22.orig.tar.gz
  to pool/main/d/diogenes/diogenes_0.9.16+0.9.17pre22.orig.tar.gz
libphp-diogenes_0.9.16+0.9.17pre22-1_all.deb
  to pool/main/d/diogenes/libphp-diogenes_0.9.16+0.9.17pre22-1_all.deb


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



Accepted gnome-mud 0.10.7-1 (i386 source)

2005-05-16 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 14:59:31 +0200
Source: gnome-mud
Binary: gnome-mud
Architecture: source i386
Version: 0.10.7-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 gnome-mud  - The GNOME MUD client
Changes: 
 gnome-mud (0.10.7-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control.in: fix typo in Build-Depends (thanks, seb128).
Files: 
 f19c9e607f81281bfcc1897ebb54eca8 1584 gnome optional gnome-mud_0.10.7-1.dsc
 77d2501a94a2c713e907a8ac4bb84227 684775 gnome optional 
gnome-mud_0.10.7.orig.tar.gz
 5c7659d93b1068a44e7f8fd407605ab4 28022 gnome optional 
gnome-mud_0.10.7-1.diff.gz
 85218241b87aa6bf38309fb7d460c23f 378642 gnome optional 
gnome-mud_0.10.7-1_i386.deb

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

iD8DBQFCiLh7JYSUupF6Il4RAhwfAKC9ZQX4CS9PIOjr7UniHmMTZekhXACfZfyb
u5G36VHZ2gQUcBPpGHWoKgQ=
=vmmP
-END PGP SIGNATURE-


Accepted:
gnome-mud_0.10.7-1.diff.gz
  to pool/main/g/gnome-mud/gnome-mud_0.10.7-1.diff.gz
gnome-mud_0.10.7-1.dsc
  to pool/main/g/gnome-mud/gnome-mud_0.10.7-1.dsc
gnome-mud_0.10.7-1_i386.deb
  to pool/main/g/gnome-mud/gnome-mud_0.10.7-1_i386.deb
gnome-mud_0.10.7.orig.tar.gz
  to pool/main/g/gnome-mud/gnome-mud_0.10.7.orig.tar.gz


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



Accepted libgksuui1.0 1.0.4-2 (i386 source)

2005-05-16 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 15 May 2005 18:19:56 -0300
Source: libgksuui1.0
Binary: libgksuui1.0-dev libgksuui1.0-0
Architecture: source i386
Version: 1.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Gustavo Noronha Silva [EMAIL PROTECTED]
Changed-By: Gustavo Noronha Silva [EMAIL PROTECTED]
Description: 
 libgksuui1.0-0 - a graphical fronted to su library
 libgksuui1.0-dev - a graphical fronted to su library (development files)
Changes: 
 libgksuui1.0 (1.0.4-2) unstable; urgency=medium
 .
   * debian/patches/01_new_translations.diff, pos/*:
   - added to provide new and updated translations to gksu
   * debian/rules:
   - provide that the .gmo files are rebuilt at build time with
 the new pofiles
Files: 
 019b9c6121705fa42f12af8ddfd45b9e 1528 admin optional libgksuui1.0_1.0.4-2.dsc
 62ac972582a7d52c6a842fd8df8739e6 40849 admin optional 
libgksuui1.0_1.0.4-2.diff.gz
 397ba91f12ce9581ff65397d34a17607 22780 libs optional 
libgksuui1.0-0_1.0.4-2_i386.deb
 2cda63745f656284ecfb2e32b2b3ec6d 15868 libdevel optional 
libgksuui1.0-dev_1.0.4-2_i386.deb

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

iD8DBQFCiLtAt1anjIgqbEsRAjINAJ9Rd9763d5CMYKBIFdK+ofPzyRHiQCg6IJ0
UCI7S7OIZDrvW8tXLyKG5Lw=
=QysV
-END PGP SIGNATURE-


Accepted:
libgksuui1.0-0_1.0.4-2_i386.deb
  to pool/main/libg/libgksuui1.0/libgksuui1.0-0_1.0.4-2_i386.deb
libgksuui1.0-dev_1.0.4-2_i386.deb
  to pool/main/libg/libgksuui1.0/libgksuui1.0-dev_1.0.4-2_i386.deb
libgksuui1.0_1.0.4-2.diff.gz
  to pool/main/libg/libgksuui1.0/libgksuui1.0_1.0.4-2.diff.gz
libgksuui1.0_1.0.4-2.dsc
  to pool/main/libg/libgksuui1.0/libgksuui1.0_1.0.4-2.dsc


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



Accepted libgksu1.2 1.2.6-2 (i386 source)

2005-05-16 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 15 May 2005 18:08:41 -0300
Source: libgksu1.2
Binary: libgksu1.2-dev libgksu1.2-0
Architecture: source i386
Version: 1.2.6-2
Distribution: unstable
Urgency: medium
Maintainer: Gustavo Noronha Silva [EMAIL PROTECTED]
Changed-By: Gustavo Noronha Silva [EMAIL PROTECTED]
Description: 
 libgksu1.2-0 - library providing su and sudo functionality
 libgksu1.2-dev - library providing su and sudo functionality (development 
files)
Changes: 
 libgksu1.2 (1.2.6-2) unstable; urgency=medium
 .
   * debian/patches/01_new_translations.diff, pos/*:
   - added to provide new and updated translations to gksu
   * debian/rules:
   - provide that the .gmo files are rebuilt at build time with
 the new pofiles
Files: 
 3527a969bab71d41f79a6abe6ad7cdb8 1534 admin optional libgksu1.2_1.2.6-2.dsc
 4282e83f3383b55479c59a2a3a68c63a 42958 admin optional 
libgksu1.2_1.2.6-2.diff.gz
 4c7d91b69177eb12b371114e32ce5cbe 30536 libs optional 
libgksu1.2-0_1.2.6-2_i386.deb
 5b3bb265cd7ce6239abae7cecf263ee4 22838 libdevel optional 
libgksu1.2-dev_1.2.6-2_i386.deb

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

iD8DBQFCiLqvt1anjIgqbEsRAs/6AKCpm/HmBtePY4Cu+LlkDhwiaOJEhgCggNMe
PTowh9nPmWGNoxSTV6qPUlY=
=G/2y
-END PGP SIGNATURE-


Accepted:
libgksu1.2-0_1.2.6-2_i386.deb
  to pool/main/libg/libgksu1.2/libgksu1.2-0_1.2.6-2_i386.deb
libgksu1.2-dev_1.2.6-2_i386.deb
  to pool/main/libg/libgksu1.2/libgksu1.2-dev_1.2.6-2_i386.deb
libgksu1.2_1.2.6-2.diff.gz
  to pool/main/libg/libgksu1.2/libgksu1.2_1.2.6-2.diff.gz
libgksu1.2_1.2.6-2.dsc
  to pool/main/libg/libgksu1.2/libgksu1.2_1.2.6-2.dsc


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



Accepted gksu 1.2.5-2 (i386 source all)

2005-05-16 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 15 May 2005 17:39:40 -0300
Source: gksu
Binary: gksu gnome-sudo
Architecture: source i386 all
Version: 1.2.5-2
Distribution: unstable
Urgency: medium
Maintainer: Gustavo Noronha Silva [EMAIL PROTECTED]
Changed-By: Gustavo Noronha Silva [EMAIL PROTECTED]
Description: 
 gksu   - graphical frontend to su
 gnome-sudo - dumb package to provide smooth upgrade to gksu
Changes: 
 gksu (1.2.5-2) unstable; urgency=medium
 .
   * debian/patches/01_prompt_fix.diff:
   - make the yes/no dialog for grabing actually work (thanks to
 Gabor Kelemen [EMAIL PROTECTED] for noticing this problem)
   * debian/patches/02_new_translations.diff, pos/*:
   - added to provide new and updated translations to gksu
   * debian/rules:
   - provide that the .gmo files are rebuilt at build time with
 the new pofiles
   * debian/gksu.conffiles:
   - explicitely say /etc/gksu.conf is a conffile
Files: 
 0d94c3c030f363cbdb6e6d533054e8b4 1522 admin optional gksu_1.2.5-2.dsc
 2ee708dae518cabb1dc086485cdd6c17 62782 admin optional gksu_1.2.5-2.diff.gz
 534bcec683f1b7ad3f95cd514c090a3c 15090 gnome optional 
gnome-sudo_1.2.5-2_all.deb
 3cc874c1aa87a400046c68e59affc4ac 66052 admin optional gksu_1.2.5-2_i386.deb

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

iD8DBQFCiL1Kt1anjIgqbEsRAsjPAJ9Ag7QMqq+sL4mHp+uAg3xAR3s91gCggQyW
5WweUHmtXXApBAmxxxkhz6A=
=IThC
-END PGP SIGNATURE-


Accepted:
gksu_1.2.5-2.diff.gz
  to pool/main/g/gksu/gksu_1.2.5-2.diff.gz
gksu_1.2.5-2.dsc
  to pool/main/g/gksu/gksu_1.2.5-2.dsc
gksu_1.2.5-2_i386.deb
  to pool/main/g/gksu/gksu_1.2.5-2_i386.deb
gnome-sudo_1.2.5-2_all.deb
  to pool/main/g/gksu/gnome-sudo_1.2.5-2_all.deb


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



Accepted gnunet 0.6.6b-2 (i386 source)

2005-05-16 Thread Arnaud Kyheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  1 May 2005 12:31:50 +0200
Source: gnunet
Binary: gnunet gnunet-gtk
Architecture: source i386
Version: 0.6.6b-2
Distribution: unstable
Urgency: low
Maintainer: Arnaud Kyheng [EMAIL PROTECTED]
Changed-By: Arnaud Kyheng [EMAIL PROTECTED]
Description: 
 gnunet - Secure, trust-based peer-to-peer framework
 gnunet-gtk - GTK frontend to GNUnet
Closes: 305136 305138 306350
Changes: 
 gnunet (0.6.6b-2) unstable; urgency=low
 .
   * debian/docs: Added the file UPDATING.
   * debian/gnunet.postinst: Secured access to the data directory with 0700 
mask.
   * debian/control: Set libextractor required instead of recommended (Closes: 
#305138)
   * debian/README.Debian: Changed filename UPGRADING to UPDATING (Closes:
 #305136).
 .
   * debian/po/pt_BR.po: Added new Brazilian Portuguese translation, thanks to
 Rodrigo Tadeu Claro (Closes: #306350).
Files: 
 e765d4de374e2cc6cb0341754689318d 810 net optional gnunet_0.6.6b-2.dsc
 e1845e030857490b8ee73fb9390339dd 29724 net optional gnunet_0.6.6b-2.diff.gz
 4a2014348f15421bb64f43127e4f9410 529174 net optional gnunet_0.6.6b-2_i386.deb
 a05ec0e6d092d25bf1f20c428602055b 95518 net optional 
gnunet-gtk_0.6.6b-2_i386.deb

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

iD8DBQFCiLa+WWZyfXiLlL8RArbSAJsFMLGugSV+b8H+UyPcSXpay1ISSwCeKQVr
B2SSN8/By7qI2NhYNOyNYDQ=
=UsiR
-END PGP SIGNATURE-


Accepted:
gnunet-gtk_0.6.6b-2_i386.deb
  to pool/main/g/gnunet/gnunet-gtk_0.6.6b-2_i386.deb
gnunet_0.6.6b-2.diff.gz
  to pool/main/g/gnunet/gnunet_0.6.6b-2.diff.gz
gnunet_0.6.6b-2.dsc
  to pool/main/g/gnunet/gnunet_0.6.6b-2.dsc
gnunet_0.6.6b-2_i386.deb
  to pool/main/g/gnunet/gnunet_0.6.6b-2_i386.deb


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



Accepted libmpcdec 1.2-1 (i386 source)

2005-05-16 Thread Joe Wreschnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 07 May 2005 17:29:29 -0500
Source: libmpcdec
Binary: libmpcdec-dev libmpcdec3
Architecture: source i386
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Joe Wreschnig [EMAIL PROTECTED]
Changed-By: Joe Wreschnig [EMAIL PROTECTED]
Description: 
 libmpcdec-dev - Musepack (MPC) format library [development files]
 libmpcdec3 - Musepack (MPC) format library
Closes: 292105
Changes: 
 libmpcdec (1.2-1) unstable; urgency=low
 .
   * Initial upload. (Closes: #292105)
   * Upstream assures a stable API/ABI from now on (see
 http://www.musepack.net/forum/viewtopic.php?t=202)
Files: 
 f96a15dc50538e600e4d48784b60d5c8 581 - optional libmpcdec_1.2-1.dsc
 a57de0b5c5ff3a8ae22e02f34cfb06e7 430992 - optional libmpcdec_1.2.orig.tar.gz
 44cf383c64457f9c294609b775ee20a1 24039 - optional libmpcdec_1.2-1.diff.gz
 830e178f51633c8ee34cf5b5a31df9f2 109392 libdevel optional 
libmpcdec-dev_1.2-1_i386.deb
 e0294a03244eadc17a4ae000c6f58e37 24646 libs optional libmpcdec3_1.2-1_i386.deb

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

iD8DBQFCfVehTFkUq7Drx3cRAiAPAKCCDZpqe1082telSjphn3ClVVpeOwCeINdZ
HsiYX4YgbuPeRN59R3BHS18=
=Y4ip
-END PGP SIGNATURE-


Accepted:
libmpcdec-dev_1.2-1_i386.deb
  to pool/main/libm/libmpcdec/libmpcdec-dev_1.2-1_i386.deb
libmpcdec3_1.2-1_i386.deb
  to pool/main/libm/libmpcdec/libmpcdec3_1.2-1_i386.deb
libmpcdec_1.2-1.diff.gz
  to pool/main/libm/libmpcdec/libmpcdec_1.2-1.diff.gz
libmpcdec_1.2-1.dsc
  to pool/main/libm/libmpcdec/libmpcdec_1.2-1.dsc
libmpcdec_1.2.orig.tar.gz
  to pool/main/libm/libmpcdec/libmpcdec_1.2.orig.tar.gz


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



Accepted mountpy 0.3 (i386 source)

2005-05-16 Thread Radovan Garabík
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 30 Apr 2005 16:22:08 +0200
Source: mountpy
Binary: mountpy
Architecture: source i386
Version: 0.3
Distribution: unstable
Urgency: low
Maintainer: Radovan Garabík [EMAIL PROTECTED]
Changed-By: Radovan Garabík [EMAIL PROTECTED]
Description: 
 mountpy- script for quick mounting of removable devices
Changes: 
 mountpy (0.3) unstable; urgency=low
 .
   * debian package reworked
   * some small fixes
   * added umountpy shell script
Files: 
 741f1dd52756c0a817bc58e064c1b284 520 utils optional mountpy_0.3.dsc
 106ed31a996ac721e1e84ceba74ac1c8 7381 utils optional mountpy_0.3.tar.gz
 af84a6651ffe1451b0113a908ff14d7e 8986 utils optional mountpy_0.3_i386.deb

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

iD8DBQFCghcRUBQJxqD+WLgRApCoAJoCojkvZRGFuh9cj6Zc5x7hZPPeXgCfc1Wb
jFeAnXSj1DUJNSAGFxrVV8Y=
=oa3z
-END PGP SIGNATURE-


Accepted:
mountpy_0.3.dsc
  to pool/main/m/mountpy/mountpy_0.3.dsc
mountpy_0.3.tar.gz
  to pool/main/m/mountpy/mountpy_0.3.tar.gz
mountpy_0.3_i386.deb
  to pool/main/m/mountpy/mountpy_0.3_i386.deb


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



Accepted net6 0.9+20050508-1 (powerpc source)

2005-05-16 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  9 May 2005 14:48:23 +0200
Source: net6
Binary: libnet6-1.0-dev libnet6-1.0-0
Architecture: source powerpc
Version: 0.9+20050508-1
Distribution: unstable
Urgency: low
Maintainer: Philipp Kern [EMAIL PROTECTED]
Changed-By: Philipp Kern [EMAIL PROTECTED]
Description: 
 libnet6-1.0-0 - Network access framework for IPv4/IPv6
 libnet6-1.0-dev - Network access framework for IPv4/IPv6 - development files
Closes: 303811
Changes: 
 net6 (0.9+20050508-1) unstable; urgency=low
 .
   * Initial release (Closes: #303811)
Files: 
 57b7ea483cb113e76bcf78565ece3f3c 711 net optional net6_0.9+20050508-1.dsc
 769c4185ef992370ff7e07fdb39863fb 129840 net optional 
net6_0.9+20050508.orig.tar.gz
 9ebff4e43d1fb645ef52e5cfb6457494 2424 net optional net6_0.9+20050508-1.diff.gz
 c88416459fb105237940e21151c50115 103200 libdevel optional 
libnet6-1.0-dev_0.9+20050508-1_powerpc.deb
 c6f7c49ee60001dedbf04f0bed079b1a 62792 libs optional 
libnet6-1.0-0_0.9+20050508-1_powerpc.deb

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

iEYEARECAAYFAkJ/1IoACgkQ7Ro5M7LPzdhgiwCgzZibH+Mq3JeVU2BMs+taB1f0
ShkAn1GDKyNc3RMQ5DFMPhDljrDstiNb
=2lwg
-END PGP SIGNATURE-


Accepted:
libnet6-1.0-0_0.9+20050508-1_powerpc.deb
  to pool/main/n/net6/libnet6-1.0-0_0.9+20050508-1_powerpc.deb
libnet6-1.0-dev_0.9+20050508-1_powerpc.deb
  to pool/main/n/net6/libnet6-1.0-dev_0.9+20050508-1_powerpc.deb
net6_0.9+20050508-1.diff.gz
  to pool/main/n/net6/net6_0.9+20050508-1.diff.gz
net6_0.9+20050508-1.dsc
  to pool/main/n/net6/net6_0.9+20050508-1.dsc
net6_0.9+20050508.orig.tar.gz
  to pool/main/n/net6/net6_0.9+20050508.orig.tar.gz


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



Accepted xkbset 0.5-5 (i386 source)

2005-05-16 Thread Francois Gurin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  8 May 2005 22:10:30 -0400
Source: xkbset
Binary: xkbset
Architecture: source i386
Version: 0.5-5
Distribution: unstable
Urgency: low
Maintainer: Francois Gurin [EMAIL PROTECTED]
Changed-By: Francois Gurin [EMAIL PROTECTED]
Description: 
 xkbset - Small utility to change the AccessX settings of XKEYBOARD
Changes: 
 xkbset (0.5-5) unstable; urgency=low
 .
   * updated standards version
Files: 
 51965a312b5a3a71a97e994cb38d8035 572 x11 extra xkbset_0.5-5.dsc
 282c416a76a237fa84a7b513c9d7b2cf 13933 x11 extra xkbset_0.5.orig.tar.gz
 b2f8cd187463fb47d6cc2abb525a6e8b 3588 x11 extra xkbset_0.5-5.diff.gz
 7e20e4dec31783329a4770baaa572617 21818 x11 extra xkbset_0.5-5_i386.deb

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

iD8DBQFCfspOPT5zXYNGejQRAgELAJ9RE+HfkDsGGqv8MBUd0Rn86Aim+ACgvRBT
vO3Lz6KYMzlU2E0yLSxn0+c=
=MvgY
-END PGP SIGNATURE-


Accepted:
xkbset_0.5-5.diff.gz
  to pool/main/x/xkbset/xkbset_0.5-5.diff.gz
xkbset_0.5-5.dsc
  to pool/main/x/xkbset/xkbset_0.5-5.dsc
xkbset_0.5-5_i386.deb
  to pool/main/x/xkbset/xkbset_0.5-5_i386.deb
xkbset_0.5.orig.tar.gz
  to pool/main/x/xkbset/xkbset_0.5.orig.tar.gz


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



Accepted obby 0.0+20050510-1 (powerpc source)

2005-05-16 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 May 2005 10:09:32 +0200
Source: obby
Binary: libobby-1.0-0 libobby-1.0-dev
Architecture: source powerpc
Version: 0.0+20050510-1
Distribution: experimental
Urgency: low
Maintainer: Philipp Kern [EMAIL PROTECTED]
Changed-By: Philipp Kern [EMAIL PROTECTED]
Description: 
 libobby-1.0-0 - Synced document buffers
 libobby-1.0-dev - Synced document buffers - development files
Closes: 304652
Changes: 
 obby (0.0+20050510-1) experimental; urgency=low
 .
   * Initial release (Closes: #304652)
Files: 
 8fc8fea993e9c56d7a33795dee88c1e3 728 net optional obby_0.0+20050510-1.dsc
 122e73ddf1659ac1623e4be100b5992f 136355 net optional 
obby_0.0+20050510.orig.tar.gz
 61c268f2a2f36539fb4ea0832dc054fa 2384 net optional obby_0.0+20050510-1.diff.gz
 608265d40288d30ac33527c8d4fd3d6a 107498 libdevel optional 
libobby-1.0-dev_0.0+20050510-1_powerpc.deb
 55b7833d564d9ce96f737081769c14a7 68330 libs optional 
libobby-1.0-0_0.0+20050510-1_powerpc.deb

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

iEYEARECAAYFAkKApoUACgkQ7Ro5M7LPzdhYgQCg0lYqygWcOMDJRDuQbkJ0ksWX
ZUEAmwdR80wmQJ5wuchKJqRTxxSaT6tB
=ZE54
-END PGP SIGNATURE-


Accepted:
libobby-1.0-0_0.0+20050510-1_powerpc.deb
  to pool/main/o/obby/libobby-1.0-0_0.0+20050510-1_powerpc.deb
libobby-1.0-dev_0.0+20050510-1_powerpc.deb
  to pool/main/o/obby/libobby-1.0-dev_0.0+20050510-1_powerpc.deb
obby_0.0+20050510-1.diff.gz
  to pool/main/o/obby/obby_0.0+20050510-1.diff.gz
obby_0.0+20050510-1.dsc
  to pool/main/o/obby/obby_0.0+20050510-1.dsc
obby_0.0+20050510.orig.tar.gz
  to pool/main/o/obby/obby_0.0+20050510.orig.tar.gz


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



Accepted fil-plugins 0.0.1-1 (i386 source)

2005-05-16 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 25 Jan 2005 11:06:21 +0100
Source: fil-plugins
Binary: fil-plugins
Architecture: source i386
Version: 0.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Free Ekanayaka [EMAIL PROTECTED]
Changed-By: Free Ekanayaka [EMAIL PROTECTED]
Description: 
 fil-plugins - parametric equalizer LADSPA plugin
Closes: 276495
Changes: 
 fil-plugins (0.0.1-1) unstable; urgency=low
 .
   * First upload to Debian (closes: #276495)
Files: 
 4bafa286dd9bdda6ed8b61d1b054f343 583 sound optional fil-plugins_0.0.1-1.dsc
 d3546f2f1c0c6ca59f081eb2941e3925 18248 sound optional 
fil-plugins_0.0.1.orig.tar.gz
 c879366e6867e05d872245952898b9f2 2742 sound optional 
fil-plugins_0.0.1-1.diff.gz
 24be57c9de652aed2cf7b480ce20ee2c 7198 sound optional 
fil-plugins_0.0.1-1_i386.deb

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

iD8DBQFCf9iuh0XdeHWCwhoRAh78AJ9XmS2bjovSS9YEEy1ZL5Fdtl0rIACeJ8su
yMfjRl+1n2ptn94gCixPPL8=
=y8rn
-END PGP SIGNATURE-


Accepted:
fil-plugins_0.0.1-1.diff.gz
  to pool/main/f/fil-plugins/fil-plugins_0.0.1-1.diff.gz
fil-plugins_0.0.1-1.dsc
  to pool/main/f/fil-plugins/fil-plugins_0.0.1-1.dsc
fil-plugins_0.0.1-1_i386.deb
  to pool/main/f/fil-plugins/fil-plugins_0.0.1-1_i386.deb
fil-plugins_0.0.1.orig.tar.gz
  to pool/main/f/fil-plugins/fil-plugins_0.0.1.orig.tar.gz


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



Accepted vkeybd 1:0.1.17-1 (i386 source)

2005-05-16 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 10:50:48 +0200
Source: vkeybd
Binary: vkeybd
Architecture: source i386
Version: 1:0.1.17-1
Distribution: unstable
Urgency: low
Maintainer: Free Ekanayaka [EMAIL PROTECTED]
Changed-By: Free Ekanayaka [EMAIL PROTECTED]
Description: 
 vkeybd - Virtual Keyboard program
Closes: 193256 299396
Changes: 
 vkeybd (1:0.1.17-1) unstable; urgency=low
 .
   * Initial upload (closes: #193256)
 [ Note: this package belongs to source package awe in woody and it has
   been remove from sid in 2002. Beside vkeybd the awe source package in 
woody
   provides also packages holding kernel drivers for Sound Blaster AWE32. 
After
   these drivers have been included in the Linux kernel the upstream 
splitted
   the code and changed the versioning of vkeybd, thus I'm using epoch ]
   * Upload sposored by Marco Presi
   * Menu icon (closes: #299396)
Files: 
 29f3e5a70b1d965254ed2385d86153e0 636 sound optional vkeybd_0.1.17-1.dsc
 3be348329a5aac3cdc21f89458d9369a 32838 sound optional vkeybd_0.1.17.orig.tar.gz
 a900d2a499b1881802d854282ecbbdc1 7726 sound optional vkeybd_0.1.17-1.diff.gz
 94d5cde1efb9ded80d4fbecc47e91b15 28974 sound optional vkeybd_0.1.17-1_i386.deb

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

iD8DBQFCgKpTh0XdeHWCwhoRAha9AKCoN8CIMZvEbF9FUL7duIC2BZcx2gCfa64S
Y1Z4Kw9JDvg+s9oOHnFvscA=
=hcRm
-END PGP SIGNATURE-


Accepted:
vkeybd_0.1.17-1.diff.gz
  to pool/main/v/vkeybd/vkeybd_0.1.17-1.diff.gz
vkeybd_0.1.17-1.dsc
  to pool/main/v/vkeybd/vkeybd_0.1.17-1.dsc
vkeybd_0.1.17-1_i386.deb
  to pool/main/v/vkeybd/vkeybd_0.1.17-1_i386.deb
vkeybd_0.1.17.orig.tar.gz
  to pool/main/v/vkeybd/vkeybd_0.1.17.orig.tar.gz


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



Accepted xfce4-terminal 0.2.4-1 (i386 source)

2005-05-16 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 00:02:36 +0200
Source: xfce4-terminal
Binary: xfce4-terminal
Architecture: source i386
Version: 0.2.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-terminal - Xfce terminal emulator
Closes: 302999
Changes: 
 xfce4-terminal (0.2.4-1) experimental; urgency=low
 .
   * Initial Release (Closes: #302999).
Files: 
 18264b7dcd0d0c527cdffd0c9550e29e 945 x11 optional xfce4-terminal_0.2.4-1.dsc
 954727a2f5e54bd9ffcc3c69918efdef 1248992 x11 optional 
xfce4-terminal_0.2.4.orig.tar.gz
 4c35cf0c9d94d580c4855bd99f73199a 27529 x11 optional 
xfce4-terminal_0.2.4-1.diff.gz
 c71a4f9c9675ea3e22ef2a3a4b89c41a 737914 x11 optional 
xfce4-terminal_0.2.4-1_i386.deb

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

iD8DBQFCg8ZRC6DuA+rxm2ARAm+MAJ0RdVVYB2RYSTD8EG+MY8QtO6CeYQCeJ2Nx
ZxVFk+lUQnSbQEcGh5j6LVw=
=F6eT
-END PGP SIGNATURE-


Accepted:
xfce4-terminal_0.2.4-1.diff.gz
  to pool/main/x/xfce4-terminal/xfce4-terminal_0.2.4-1.diff.gz
xfce4-terminal_0.2.4-1.dsc
  to pool/main/x/xfce4-terminal/xfce4-terminal_0.2.4-1.dsc
xfce4-terminal_0.2.4-1_i386.deb
  to pool/main/x/xfce4-terminal/xfce4-terminal_0.2.4-1_i386.deb
xfce4-terminal_0.2.4.orig.tar.gz
  to pool/main/x/xfce4-terminal/xfce4-terminal_0.2.4.orig.tar.gz


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



Accepted liblingoteach 0.2.3-1 (i386 source)

2005-05-16 Thread Kęstutis Biliūnas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  9 May 2005 10:15:27 +0300
Source: liblingoteach
Binary: liblingoteach4-dev liblingoteach4
Architecture: source i386
Version: 0.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Kęstutis Biliūnas [EMAIL PROTECTED]
Changed-By: Kęstutis Biliūnas [EMAIL PROTECTED]
Description: 
 liblingoteach4 - runtime library for LingoTeach
 liblingoteach4-dev - runtime library (development files) for LingoTeach
Closes: 279552
Changes: 
 liblingoteach (0.2.3-1) unstable; urgency=low
 .
   * New maintainer (Closes: #279552).
   * New upstream release.
Files: 
 5477036b2ce15f5bdd5e91b9434a0377 655 libs optional liblingoteach_0.2.3-1.dsc
 e5e3cf77dbfbb3abaef4a91450868053 341557 libs optional 
liblingoteach_0.2.3.orig.tar.gz
 14c4510934f03145a1406cd2c78e4447 2415 libs optional 
liblingoteach_0.2.3-1.diff.gz
 3c588fd6c743a16ae426fccb8db6075b 19222 libdevel optional 
liblingoteach4-dev_0.2.3-1_i386.deb
 de1931bd1fdfa7d9957106ee567241b7 18186 libs optional 
liblingoteach4_0.2.3-1_i386.deb

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

iD8DBQFCgqcggY5NIXPNpFURAqyBAKDTz3PfHXx+f68AIkMO6DCdZDd2fQCfS7ha
hEYoDzkrvi4fpKYcXZb2eG8=
=uYV2
-END PGP SIGNATURE-


Accepted:
liblingoteach4-dev_0.2.3-1_i386.deb
  to pool/main/libl/liblingoteach/liblingoteach4-dev_0.2.3-1_i386.deb
liblingoteach4_0.2.3-1_i386.deb
  to pool/main/libl/liblingoteach/liblingoteach4_0.2.3-1_i386.deb
liblingoteach_0.2.3-1.diff.gz
  to pool/main/libl/liblingoteach/liblingoteach_0.2.3-1.diff.gz
liblingoteach_0.2.3-1.dsc
  to pool/main/libl/liblingoteach/liblingoteach_0.2.3-1.dsc
liblingoteach_0.2.3.orig.tar.gz
  to pool/main/libl/liblingoteach/liblingoteach_0.2.3.orig.tar.gz


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



Accepted libtut 0.0.20040326-1 (all source)

2005-05-16 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 May 2005 21:44:44 +0200
Source: libtut
Binary: libtut-dev
Architecture: source all
Version: 0.0.20040326-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 libtut-dev - elegant C++ unit test framework
Closes: 307774
Changes: 
 libtut (0.0.20040326-1) unstable; urgency=low
 .
   * Initial Release. (closes: Bug#307774)
Files: 
 14c119d73292d9e5d95020dcd852f258 595 libs optional libtut_0.0.20040326-1.dsc
 62b26d2788341f6b1966b41312c94b47 28610 libs optional 
libtut_0.0.20040326.orig.tar.gz
 876a1dfc755ae22a3bf698787d483010 2376 libs optional 
libtut_0.0.20040326-1.diff.gz
 b1d7bc8b73c39df34bd31918900b580a 16144 libdevel optional 
libtut-dev_0.0.20040326-1_all.deb

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

iEYEARECAAYFAkKCZqAACgkQIgvIgzMMSnVY1ACfT4KqbbUzXLyAWaQ5imVgSACC
ZBgAn2Pzat2wS+DyaxsKPthrU0disglo
=0fWQ
-END PGP SIGNATURE-


Accepted:
libtut-dev_0.0.20040326-1_all.deb
  to pool/main/libt/libtut/libtut-dev_0.0.20040326-1_all.deb
libtut_0.0.20040326-1.diff.gz
  to pool/main/libt/libtut/libtut_0.0.20040326-1.diff.gz
libtut_0.0.20040326-1.dsc
  to pool/main/libt/libtut/libtut_0.0.20040326-1.dsc
libtut_0.0.20040326.orig.tar.gz
  to pool/main/libt/libtut/libtut_0.0.20040326.orig.tar.gz


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



Accepted libtut 0.0.20040326-5 (all source)

2005-05-16 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 14 May 2005 01:17:43 +0200
Source: libtut
Binary: libtut-dev
Architecture: source all
Version: 0.0.20040326-5
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 libtut-dev - elegant C++ unit test framework
Changes: 
 libtut (0.0.20040326-5) unstable; urgency=low
 .
   * Fixed missing homepage link in README.docs.
Files: 
 92ab11e5d4776e2f840634ca9d985dec 610 libs optional libtut_0.0.20040326-5.dsc
 e276335e25bc9b87b4e209838d4096be 21387 libs optional 
libtut_0.0.20040326-5.diff.gz
 71a05d865c79d9d03d56158a8e2113fd 34296 libdevel optional 
libtut-dev_0.0.20040326-5_all.deb

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

iEYEARECAAYFAkKFNeEACgkQIgvIgzMMSnXcmwCZAWqmG0Fu1d3bILePNfIOZ8VX
i38AnAqmYwlMgqKce09IVbsChglcLtPu
=XFQ9
-END PGP SIGNATURE-


Accepted:
libtut-dev_0.0.20040326-5_all.deb
  to pool/main/libt/libtut/libtut-dev_0.0.20040326-5_all.deb
libtut_0.0.20040326-5.diff.gz
  to pool/main/libt/libtut/libtut_0.0.20040326-5.diff.gz
libtut_0.0.20040326-5.dsc
  to pool/main/libt/libtut/libtut_0.0.20040326-5.dsc


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



Accepted libtut 0.0.20040326-6 (all source)

2005-05-16 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 14 May 2005 20:04:33 +0200
Source: libtut
Binary: libtut-dev
Architecture: source all
Version: 0.0.20040326-6
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 libtut-dev - elegant C++ unit test framework
Changes: 
 libtut (0.0.20040326-6) unstable; urgency=low
 .
   * Removed suggestion for libtut-doc, which does not exist.
Files: 
 7adfd4f1e2c024e74dad107908f3aefb 610 libs optional libtut_0.0.20040326-6.dsc
 b71a2d7a2197d7db7e7613b281d2803c 21401 libs optional 
libtut_0.0.20040326-6.diff.gz
 1b22169f964a2540a2f71f9cf208560e 34336 libdevel optional 
libtut-dev_0.0.20040326-6_all.deb

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

iEYEARECAAYFAkKGPhUACgkQIgvIgzMMSnVmDwCg1JGmVb+BJesUKf99dMeLoTMV
jQAAoJnJIcosY1l2AjT6jMwRdPu39qTa
=XrZG
-END PGP SIGNATURE-


Accepted:
libtut-dev_0.0.20040326-6_all.deb
  to pool/main/libt/libtut/libtut-dev_0.0.20040326-6_all.deb
libtut_0.0.20040326-6.diff.gz
  to pool/main/libt/libtut/libtut_0.0.20040326-6.diff.gz
libtut_0.0.20040326-6.dsc
  to pool/main/libt/libtut/libtut_0.0.20040326-6.dsc


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



Accepted typo3-src 3.7.0-8 (all source)

2005-05-16 Thread Christian Leutloff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 May 2005 18:07:56 +0200
Source: typo3-src
Binary: typo3 typo3-src-3.7
Architecture: source all
Version: 3.7.0-8
Distribution: unstable
Urgency: low
Maintainer: Christian Leutloff [EMAIL PROTECTED]
Changed-By: Christian Leutloff [EMAIL PROTECTED]
Description: 
 typo3  - Powerful content management framework (Meta package)
 typo3-src-3.7 - Powerful content management framework (Core)
Changes: 
 typo3-src (3.7.0-8) unstable; urgency=low
 .
   * debian/control: depend on MySQL  4.0.18 to allow the usage of the
 versioning extension
Files: 
 bf73ac3d870c057f4d4d42e1f9138801 596 web optional typo3-src_3.7.0-8.dsc
 6bc49909b96cba7abf4f353efde6849b 10878257 web optional 
typo3-src_3.7.0.orig.tar.gz
 596f75ac615a933813157afc0a764e0b 14388 web optional typo3-src_3.7.0-8.diff.gz
 33783a841da76930b7088e7106e7712d 55400 web optional typo3_3.7.0-8_all.deb
 56b380c45f473fea0e2bc175d3c3c951 10972218 web optional 
typo3-src-3.7_3.7.0-8_all.deb

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

iD8DBQFCgi5uLVfh8xXlDWwRAgauAJ4ywzRoMvpL5TUwI5Sb8j7hUD+uSACdE9jq
gESTxlD00JKfkd6zOv+NooU=
=jzUr
-END PGP SIGNATURE-


Accepted:
typo3-src-3.7_3.7.0-8_all.deb
  to pool/main/t/typo3-src/typo3-src-3.7_3.7.0-8_all.deb
typo3-src_3.7.0-8.diff.gz
  to pool/main/t/typo3-src/typo3-src_3.7.0-8.diff.gz
typo3-src_3.7.0-8.dsc
  to pool/main/t/typo3-src/typo3-src_3.7.0-8.dsc
typo3-src_3.7.0.orig.tar.gz
  to pool/main/t/typo3-src/typo3-src_3.7.0.orig.tar.gz
typo3_3.7.0-8_all.deb
  to pool/main/t/typo3-src/typo3_3.7.0-8_all.deb


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



Accepted libtut 0.0.20040326-4 (all source)

2005-05-16 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 14 May 2005 01:05:24 +0200
Source: libtut
Binary: libtut-dev
Architecture: source all
Version: 0.0.20040326-4
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 libtut-dev - elegant C++ unit test framework
Changes: 
 libtut (0.0.20040326-4) unstable; urgency=low
 .
   * Added documentation (from webpage).
Files: 
 35102706fd58d445d5cc02b028695139 610 libs optional libtut_0.0.20040326-4.dsc
 f09afe613370d3fa53f9a999bfe9d87a 21363 libs optional 
libtut_0.0.20040326-4.diff.gz
 41c2fb692e0ef75f5bd5d8752054e4c5 34242 libdevel optional 
libtut-dev_0.0.20040326-4_all.deb

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

iEYEARECAAYFAkKFNKQACgkQIgvIgzMMSnUfSQCfbMkXAYeic4G+pFeYTaimPmQK
9E8An217A0PXRK4N843iGnMQlHNPqJvc
=XEq1
-END PGP SIGNATURE-


Accepted:
libtut-dev_0.0.20040326-4_all.deb
  to pool/main/libt/libtut/libtut-dev_0.0.20040326-4_all.deb
libtut_0.0.20040326-4.diff.gz
  to pool/main/libt/libtut/libtut_0.0.20040326-4.diff.gz
libtut_0.0.20040326-4.dsc
  to pool/main/libt/libtut/libtut_0.0.20040326-4.dsc


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



Accepted libtut 0.0.20040326-2 (all source)

2005-05-16 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 May 2005 22:30:00 +0200
Source: libtut
Binary: libtut-dev
Architecture: source all
Version: 0.0.20040326-2
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 libtut-dev - elegant C++ unit test framework
Changes: 
 libtut (0.0.20040326-2) unstable; urgency=low
 .
   * Fixed Makefiles in examples. (thanks to Petri Latvala for insisting
 I fix this, and subsequent testing.)
Files: 
 5df0bacbefa9afa4810cfd02668aa08e 609 libs optional libtut_0.0.20040326-2.dsc
 9a5bb7c93d87441293eb333e2410272f 3406 libs optional 
libtut_0.0.20040326-2.diff.gz
 814c4b3061a895ba8ffaadd7a96b5d7e 16474 libdevel optional 
libtut-dev_0.0.20040326-2_all.deb

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

iEYEARECAAYFAkKCb9MACgkQIgvIgzMMSnWgEQCgi5BfbmtCbsfJxmRYEOhAbq+S
INsAn20pkF9EuUsAKhjE9PZRB8kL7Ngv
=KRhY
-END PGP SIGNATURE-


Accepted:
libtut-dev_0.0.20040326-2_all.deb
  to pool/main/libt/libtut/libtut-dev_0.0.20040326-2_all.deb
libtut_0.0.20040326-2.diff.gz
  to pool/main/libt/libtut/libtut_0.0.20040326-2.diff.gz
libtut_0.0.20040326-2.dsc
  to pool/main/libt/libtut/libtut_0.0.20040326-2.dsc


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



Accepted z80asm 1.1-1 (i386 source)

2005-05-16 Thread Bas Wijnen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 12 May 2005 00:48:57 +0200
Source: z80asm
Binary: z80asm
Architecture: source i386
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Bas Wijnen [EMAIL PROTECTED]
Changed-By: Bas Wijnen [EMAIL PROTECTED]
Description: 
 z80asm - assembler for the Zilog Z80 microprocessor
Closes: 308310
Changes: 
 z80asm (1.1-1) unstable; urgency=low
 .
   * Initial Release.  (Closes: #308310)
Files: 
 27de139e28bdf91ce55b489123fa4f64 543 devel optional z80asm_1.1-1.dsc
 f2c5fbb8b4206624f6ea7b3059dff189 38617 devel optional z80asm_1.1.orig.tar.gz
 d162832df785b6b5b4fd86258ab78982 1381 devel optional z80asm_1.1-1.diff.gz
 625b36d2fa7d6e12966b77bc0c3f6f4c 21998 devel optional z80asm_1.1-1_i386.deb

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

iD8DBQFCgthmMDatjqUaT90RAq/lAKCwQvMfG5H38jdaDphNI7fOeq9xigCfRBm1
/jjdS6dphQDnGR6+5mIzkO4=
=Sez7
-END PGP SIGNATURE-


Accepted:
z80asm_1.1-1.diff.gz
  to pool/main/z/z80asm/z80asm_1.1-1.diff.gz
z80asm_1.1-1.dsc
  to pool/main/z/z80asm/z80asm_1.1-1.dsc
z80asm_1.1-1_i386.deb
  to pool/main/z/z80asm/z80asm_1.1-1_i386.deb
z80asm_1.1.orig.tar.gz
  to pool/main/z/z80asm/z80asm_1.1.orig.tar.gz


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



Accepted qtdmm 0.8.4-1 (i386 source)

2005-05-16 Thread Steffen Moeller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  8 May 2005 22:24:36 +0200
Source: qtdmm
Binary: qtdmm
Architecture: source i386
Version: 0.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Steffen Moeller [EMAIL PROTECTED]
Changed-By: Steffen Moeller [EMAIL PROTECTED]
Description: 
 qtdmm  - GUI for digital multimeter
Closes: 308797
Changes: 
 qtdmm (0.8.4-1) unstable; urgency=low
 .
   * Initial Release (closes: Bug#308797).
Files: 
 85e3afb91dba9aa09286d6c69865b6ef 630 science optional qtdmm_0.8.4-1.dsc
 356dd55d6a7c772c0ea1d844a8fd6686 182371 science optional 
qtdmm_0.8.4.orig.tar.gz
 3b6bcfcb5e282dd2f977a7d588ef1bd8 4204 science optional qtdmm_0.8.4-1.diff.gz
 d9489264853416c0b0a9f69734f88697 192036 science optional qtdmm_0.8.4-1_i386.deb

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

iD8DBQFCg3JgYDBbMcCf01oRAvAnAKCH+CGyCCRnPHtfyZWxPUs7eZNLNQCeP9BG
dg19WsDi+H2Z/VIBMYP7BVI=
=dQdK
-END PGP SIGNATURE-


Accepted:
qtdmm_0.8.4-1.diff.gz
  to pool/main/q/qtdmm/qtdmm_0.8.4-1.diff.gz
qtdmm_0.8.4-1.dsc
  to pool/main/q/qtdmm/qtdmm_0.8.4-1.dsc
qtdmm_0.8.4-1_i386.deb
  to pool/main/q/qtdmm/qtdmm_0.8.4-1_i386.deb
qtdmm_0.8.4.orig.tar.gz
  to pool/main/q/qtdmm/qtdmm_0.8.4.orig.tar.gz


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



Accepted monodevelop 0.6-1 (i386 source)

2005-05-16 Thread Mirco Bauer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 13:16:39 +0200
Source: monodevelop
Binary: monodevelop
Architecture: source i386
Version: 0.6-1
Distribution: experimental
Urgency: low
Maintainer: Mirco Bauer [EMAIL PROTECTED]
Changed-By: Mirco Bauer [EMAIL PROTECTED]
Description: 
 monodevelop - C#/Java/Nemerle/ILasm Development Environment
Closes: 258265 295692 297469 300528 307676
Changes: 
 monodevelop (0.6-1) experimental; urgency=low
 .
* New upstream release
 + Edit-Undo problems are solved (Closes: #258265)
 + Xlib: unexpected async reply problems solved (Closes: #297469)
 + Dialog's OK buttons didn't do anything solved (Closes: #300528)
 + Provides now own monodevelop.desktop (Closes: #307676)
* Mirco 'meebey' Bauer
 + fixed typo in description. (Closes: #295692)
 + /usr/share/dotnet to /usr/lib transition
 + added build-dep for cli-common.
 + removed build-dep for mono-utils.
 + added hack to get around update-mime-db in debian/rules
 + changed Maintainer to myself, this package is not in the scope of the
   Debian Mono Group.
Files: 
 9c98231974be3c5209bd868151fb7b12 1000 devel optional monodevelop_0.6-1.dsc
 0cf7524360913394ea7fa1bc434b7f0c 1949510 devel optional 
monodevelop_0.6.orig.tar.gz
 dce39f1fd5e26aa62007d623b23757d3 5505 devel optional monodevelop_0.6-1.diff.gz
 4c699a2e6c65542385cedd35cad27cde 1223348 devel optional 
monodevelop_0.6-1_i386.deb

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

iD8DBQFCiNLP4XrXtQkN2NURArj3AKDI5kY0GVnSg6WEaRcwfqPokjAGxgCaA0qa
8iZ9m8M2jglJzdOSAQ5l5nw=
=48gP
-END PGP SIGNATURE-


Accepted:
monodevelop_0.6-1.diff.gz
  to pool/main/m/monodevelop/monodevelop_0.6-1.diff.gz
monodevelop_0.6-1.dsc
  to pool/main/m/monodevelop/monodevelop_0.6-1.dsc
monodevelop_0.6-1_i386.deb
  to pool/main/m/monodevelop/monodevelop_0.6-1_i386.deb
monodevelop_0.6.orig.tar.gz
  to pool/main/m/monodevelop/monodevelop_0.6.orig.tar.gz


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



Accepted exo 0.3.0-1 (i386 source)

2005-05-16 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 19 Apr 2005 21:44:36 +0200
Source: exo
Binary: libexo0.3-dev libexo0.3-0
Architecture: source i386
Version: 0.3.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 libexo0.3-0 - Library with extensions for Xfce
 libexo0.3-dev - Development files for libexo0.3-0
Closes: 308368
Changes: 
 exo (0.3.0-1) experimental; urgency=low
 .
   * Initial Release (Closes: #308368).
Files: 
 ff9eca811069d577bb38890ff3db0243 862 libs optional exo_0.3.0-1.dsc
 078d50c378064823696995f38e759b08 541683 libs optional exo_0.3.0.orig.tar.gz
 23343a17bf2e18b7cb68f0500d92ec00 7530 libs optional exo_0.3.0-1.diff.gz
 2ccaebf3ca3e18864e7badd84da2fe8f 122746 libdevel optional 
libexo0.3-dev_0.3.0-1_i386.deb
 b48636d20f37251a90a041954a849280 68704 libs optional 
libexo0.3-0_0.3.0-1_i386.deb

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

iD8DBQFCg8W0C6DuA+rxm2ARAgAUAJ9f7FEFhogTQJvahclz01djIkoiJQCfVgxj
EbD7mkQsRUvk3LHr5QhS1u8=
=JJCj
-END PGP SIGNATURE-


Accepted:
exo_0.3.0-1.diff.gz
  to pool/main/e/exo/exo_0.3.0-1.diff.gz
exo_0.3.0-1.dsc
  to pool/main/e/exo/exo_0.3.0-1.dsc
exo_0.3.0.orig.tar.gz
  to pool/main/e/exo/exo_0.3.0.orig.tar.gz
libexo0.3-0_0.3.0-1_i386.deb
  to pool/main/e/exo/libexo0.3-0_0.3.0-1_i386.deb
libexo0.3-dev_0.3.0-1_i386.deb
  to pool/main/e/exo/libexo0.3-dev_0.3.0-1_i386.deb


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



Accepted postgresql-7.4 1:7.4.8-1 (i386 source all)

2005-05-16 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 12 May 2005 23:47:00 +0200
Source: postgresql-7.4
Binary: postgresql-plpython-7.4 postgresql-client-7.4 postgresql-7.4 
postgresql-contrib-7.4 libpq3 postgresql-doc-7.4 postgresql-plperl-7.4 
postgresql-server-dev-7.4 postgresql-pltcl-7.4
Architecture: source i386 all
Version: 1:7.4.8-1
Distribution: experimental
Urgency: low
Maintainer: Martin Pitt [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 libpq3 - PostgreSQL C client library
 postgresql-7.4 - object-relational SQL database, version 7.4 server
 postgresql-client-7.4 - front-end programs for PostgreSQL 7.4
 postgresql-contrib-7.4 - additional facilities for PostgreSQL
 postgresql-doc-7.4 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-7.4 - PL/Perl procedural language for PostgreSQL 7.4
 postgresql-plpython-7.4 - PL/Python procedural language for PostgreSQL 7.4
 postgresql-pltcl-7.4 - PL/TCL procedural language for PostgreSQL 7.4
 postgresql-server-dev-7.4 - development files for PostgreSQL 7.4 server-side 
programming
Changes: 
 postgresql-7.4 (1:7.4.8-1) experimental; urgency=low
 .
   * New upstream version.
   * Removed patch debian/patches/50_CAN-2005-0247.patch (contained in new
 upstream version).
   * Added postgresql-server-dev-7.4 package.
Files: 
 d4394f2d29dfd830c070fd698b324fc1 1018 misc optional postgresql-7.4_7.4.8-1.dsc
 50ee979019622f8852444cfd67b58e7e 9947820 misc optional 
postgresql-7.4_7.4.8.orig.tar.gz
 51f7f8a6806b11487228357b1e8fb70b 20524 misc optional 
postgresql-7.4_7.4.8-1.diff.gz
 29daa2acbd98e45d89de0f541f3d379c 5690 doc optional 
postgresql-doc-7.4_7.4.8-1_all.deb
 f2ffd78615aa9481532694975adba403 5194 libdevel optional 
postgresql-server-dev-7.4_7.4.8-1_all.deb
 42537586e60b89a7b52c72344979b999 2635772 misc optional 
postgresql-7.4_7.4.8-1_i386.deb
 9be47e0a0c9a0f67be080c3c132a353d 442898 misc optional 
postgresql-client-7.4_7.4.8-1_i386.deb
 ba50026c573da7b562a5732e90d87afa 57364 libs optional libpq3_7.4.8-1_i386.deb
 3c52524fd8ed9cb75d29c7734758af73 333572 misc optional 
postgresql-contrib-7.4_7.4.8-1_i386.deb
 60b2fc08685ee929a2c867f7b5d8c498 18498 misc optional 
postgresql-plperl-7.4_7.4.8-1_i386.deb
 fb6ad6f744815645dc0c023645e14fa6 20634 misc optional 
postgresql-plpython-7.4_7.4.8-1_i386.deb
 10ff5c44e4de357f170eeadce216c4f9 22542 misc optional 
postgresql-pltcl-7.4_7.4.8-1_i386.deb

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

iD8DBQFCg9vPDecnbV4Fd/IRArpcAKCu+y0AXfbdiM9pcgEjiD2aCaTU0QCff6ud
gQyhtEKKt3PXIi5AJr/A0sU=
=lKZi
-END PGP SIGNATURE-


Accepted:
libpq3_7.4.8-1_i386.deb
  to pool/main/p/postgresql-7.4/libpq3_7.4.8-1_i386.deb
postgresql-7.4_7.4.8-1.diff.gz
  to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8-1.diff.gz
postgresql-7.4_7.4.8-1.dsc
  to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8-1.dsc
postgresql-7.4_7.4.8-1_i386.deb
  to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8-1_i386.deb
postgresql-7.4_7.4.8.orig.tar.gz
  to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8.orig.tar.gz
postgresql-client-7.4_7.4.8-1_i386.deb
  to pool/main/p/postgresql-7.4/postgresql-client-7.4_7.4.8-1_i386.deb
postgresql-contrib-7.4_7.4.8-1_i386.deb
  to pool/main/p/postgresql-7.4/postgresql-contrib-7.4_7.4.8-1_i386.deb
postgresql-doc-7.4_7.4.8-1_all.deb
  to pool/main/p/postgresql-7.4/postgresql-doc-7.4_7.4.8-1_all.deb
postgresql-plperl-7.4_7.4.8-1_i386.deb
  to pool/main/p/postgresql-7.4/postgresql-plperl-7.4_7.4.8-1_i386.deb
postgresql-plpython-7.4_7.4.8-1_i386.deb
  to pool/main/p/postgresql-7.4/postgresql-plpython-7.4_7.4.8-1_i386.deb
postgresql-pltcl-7.4_7.4.8-1_i386.deb
  to pool/main/p/postgresql-7.4/postgresql-pltcl-7.4_7.4.8-1_i386.deb
postgresql-server-dev-7.4_7.4.8-1_all.deb
  to pool/main/p/postgresql-7.4/postgresql-server-dev-7.4_7.4.8-1_all.deb


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



Accepted typo3-dummy 3.7.0-9 (all source)

2005-05-16 Thread Christian Leutloff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 May 2005 17:16:41 +0200
Source: typo3-dummy
Binary: typo3-dummy
Architecture: source all
Version: 3.7.0-9
Distribution: unstable
Urgency: low
Maintainer: Christian Leutloff [EMAIL PROTECTED]
Changed-By: Christian Leutloff [EMAIL PROTECTED]
Description: 
 typo3-dummy - Empty TYPO3 site package for starting a new site from scratch
Changes: 
 typo3-dummy (3.7.0-9) unstable; urgency=low
 .
   * debian/control: add dependies for the used symbolic links
Files: 
 bf7b4f1edd1a0cdf0361b50b2073e23c 584 web optional typo3-dummy_3.7.0-9.dsc
 dcb52af6284f1fb5390f18f3605fd2ec 6421 web optional typo3-dummy_3.7.0-9.diff.gz
 c7073b03780f2f9bfbef5571d39e4c3e 246240 web optional 
typo3-dummy_3.7.0-9_all.deb

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

iD8DBQFCgjFyLVfh8xXlDWwRApdwAKCKX7gF3THbJrlz9jdd9h55tg1LOACgum/U
/BsZfbCDKaLHYGdNNbp1yTg=
=/gwi
-END PGP SIGNATURE-


Accepted:
typo3-dummy_3.7.0-9.diff.gz
  to pool/main/t/typo3-dummy/typo3-dummy_3.7.0-9.diff.gz
typo3-dummy_3.7.0-9.dsc
  to pool/main/t/typo3-dummy/typo3-dummy_3.7.0-9.dsc
typo3-dummy_3.7.0-9_all.deb
  to pool/main/t/typo3-dummy/typo3-dummy_3.7.0-9_all.deb


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



Accepted typo3-dummy 3.7.0-8 (all source)

2005-05-16 Thread Christian Leutloff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 17:24:17 +0200
Source: typo3-dummy
Binary: typo3-dummy
Architecture: source all
Version: 3.7.0-8
Distribution: unstable
Urgency: low
Maintainer: Christian Leutloff [EMAIL PROTECTED]
Changed-By: Christian Leutloff [EMAIL PROTECTED]
Description: 
 typo3-dummy - Empty TYPO3 site package for starting a new site from scratch
Changes: 
 typo3-dummy (3.7.0-8) unstable; urgency=low
 .
   * debian/append2localconf.php: semicolon disappeared 8-(
Files: 
 afceb2e1ecc446c31f059cc3ad8d3da0 584 web optional typo3-dummy_3.7.0-8.dsc
 981e4dd4c67104efd25ec1b7cbe060c7 240310 web optional 
typo3-dummy_3.7.0.orig.tar.gz
 5ffedbd24cdeac4248bda65de25301fc 6376 web optional typo3-dummy_3.7.0-8.diff.gz
 48b9545851db5e55b4fc74268754fba4 246168 web optional 
typo3-dummy_3.7.0-8_all.deb

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

iD8DBQFCe46FLVfh8xXlDWwRAtNxAJ0VXnJgo+XHN1LssnM/r4htOjdZNACfYfLD
WujS7mwoGXuK/G/ESufozTs=
=8OP3
-END PGP SIGNATURE-


Accepted:
typo3-dummy_3.7.0-8.diff.gz
  to pool/main/t/typo3-dummy/typo3-dummy_3.7.0-8.diff.gz
typo3-dummy_3.7.0-8.dsc
  to pool/main/t/typo3-dummy/typo3-dummy_3.7.0-8.dsc
typo3-dummy_3.7.0-8_all.deb
  to pool/main/t/typo3-dummy/typo3-dummy_3.7.0-8_all.deb
typo3-dummy_3.7.0.orig.tar.gz
  to pool/main/t/typo3-dummy/typo3-dummy_3.7.0.orig.tar.gz


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



Accepted mnemo 1.1-2.1 (all source)

2005-05-16 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 13:17:40 -0400
Source: mnemo
Binary: mnemo
Architecture: source all
Version: 1.1-2.1
Distribution: unstable
Urgency: high
Maintainer: Fabio Rafael da Rosa [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 mnemo  - Notes and Memo Application
Closes: 307180
Changes: 
 mnemo (1.1-2.1) unstable; urgency=HIGH
 .
   * NMU
   * Applied patch from Frank Lichtenheld to fix XSS hole. (CAN-2005-1320)
 Closes: #307180
Files: 
 16fe766b6705bd3a2e46d520a5d3d570 572 web optional mnemo_1.1-2.1.dsc
 31d005c2e9d47f1cc1d0172fc03375f9 4493 web optional mnemo_1.1-2.1.diff.gz
 ff69cd60c6d1a2bb2de44650e3211295 175348 web optional mnemo_1.1-2.1_all.deb

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

iD8DBQFCiNbv2tp5zXiKP0wRArtfAJ9EEa8BOqFebQXQXLZgey/kHXJYIACfaBqR
K71i6A/riPAnNSIrj55n1ZA=
=qca2
-END PGP SIGNATURE-


Accepted:
mnemo_1.1-2.1.diff.gz
  to pool/main/m/mnemo/mnemo_1.1-2.1.diff.gz
mnemo_1.1-2.1.dsc
  to pool/main/m/mnemo/mnemo_1.1-2.1.dsc
mnemo_1.1-2.1_all.deb
  to pool/main/m/mnemo/mnemo_1.1-2.1_all.deb


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



Accepted goffice 0.0.1-1 (i386 source all)

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

Format: 1.7
Date: Sat, 14 May 2005 09:11:44 +0200
Source: goffice
Binary: libgoffice-1-dev libgoffice-1 libgoffice-1-dbg libgoffice-1-common
Architecture: source all i386
Version: 0.0.1-1
Distribution: unstable
Urgency: low
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 libgoffice-1 - Document centric objects library - runtime files
 libgoffice-1-common - Document centric objects library - common files
 libgoffice-1-dbg - Document centric objects library - debugging files
 libgoffice-1-dev - Document centric objects library - runtime files
Changes: 
 goffice (0.0.1-1) unstable; urgency=low
 .
   * Initial upstream release as a separate library. Much of this code used
 to be a part of gnumeric; it is now becoming a library of its own upon
 which the development series of gnumeric now depends.
Files: 
 6061fe09d6680f41f4dcd191f5eef752 984 libs optional goffice_0.0.1-1.dsc
 29378d4f520828d8af03b2b0c193dd28 2052916 libs optional 
goffice_0.0.1.orig.tar.gz
 8b7bc40d7962aae8b842d261c9452726 4030 libs optional goffice_0.0.1-1.diff.gz
 3e51766a7588d6fced6216554920fc42 114042 libdevel optional 
libgoffice-1-dev_0.0.1-1_i386.deb
 20d0d7d5101e8a1d236cb4236efa4125 3353222 libdevel extra 
libgoffice-1-dbg_0.0.1-1_i386.deb
 575e8c1b23604ea4596e9908653875d3 473346 libs optional 
libgoffice-1_0.0.1-1_i386.deb
 ff5b9c1b585307f596eb3a0a30eb696d 749134 libs optional 
libgoffice-1-common_0.0.1-1_all.deb

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

iD8DBQFChabGA+HB2Re6Rc4RAkCUAJ0TPpOzGoXG2DrUxjvEi+JPbM3fAwCeL+PE
7MLh1hseVJLkVLnKRcuSrnE=
=85lE
-END PGP SIGNATURE-


Accepted:
goffice_0.0.1-1.diff.gz
  to pool/main/g/goffice/goffice_0.0.1-1.diff.gz
goffice_0.0.1-1.dsc
  to pool/main/g/goffice/goffice_0.0.1-1.dsc
goffice_0.0.1.orig.tar.gz
  to pool/main/g/goffice/goffice_0.0.1.orig.tar.gz
libgoffice-1-common_0.0.1-1_all.deb
  to pool/main/g/goffice/libgoffice-1-common_0.0.1-1_all.deb
libgoffice-1-dbg_0.0.1-1_i386.deb
  to pool/main/g/goffice/libgoffice-1-dbg_0.0.1-1_i386.deb
libgoffice-1-dev_0.0.1-1_i386.deb
  to pool/main/g/goffice/libgoffice-1-dev_0.0.1-1_i386.deb
libgoffice-1_0.0.1-1_i386.deb
  to pool/main/g/goffice/libgoffice-1_0.0.1-1_i386.deb


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



Accepted chewmail 1.0-1 (all source)

2005-05-16 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 May 2005 00:53:09 -0400
Source: chewmail
Binary: chewmail
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland [EMAIL PROTECTED]
Changed-By: Eric Dorland [EMAIL PROTECTED]
Description: 
 chewmail   - mail archiver for various mailbox formats
Changes: 
 chewmail (1.0-1) unstable; urgency=low
 .
   * Initial release.
Files: 
 932513cd594fd1b599c065c26b1c9d4c 558 mail optional chewmail_1.0-1.dsc
 22fde1c7522ad51756fe4c506d0f9f6f 10102 mail optional chewmail_1.0.orig.tar.gz
 c482ba6123952525b158cc45a9d213cb 788 mail optional chewmail_1.0-1.diff.gz
 7acd5fafb0661140069617cc13f4fd82 8014 mail optional chewmail_1.0-1_all.deb

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

iD8DBQFChYuHYemOzxbZcMYRAiuoAJ9N4tOwODKwt3stIq0+rwuAg8nt5wCfd48g
vzZigs6HuHPNKZr2NkYFsA8=
=UUPv
-END PGP SIGNATURE-


Accepted:
chewmail_1.0-1.diff.gz
  to pool/main/c/chewmail/chewmail_1.0-1.diff.gz
chewmail_1.0-1.dsc
  to pool/main/c/chewmail/chewmail_1.0-1.dsc
chewmail_1.0-1_all.deb
  to pool/main/c/chewmail/chewmail_1.0-1_all.deb
chewmail_1.0.orig.tar.gz
  to pool/main/c/chewmail/chewmail_1.0.orig.tar.gz


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



Accepted libdebtags-perl 0.1 (i386 source)

2005-05-16 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 13 May 2005 15:05:35 +0200
Source: libdebtags-perl
Binary: libdebtags-perl
Architecture: source i386
Version: 0.1
Distribution: experimental
Urgency: low
Maintainer: Enrico Zini [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 libdebtags-perl - Next generation Debian package categorization system (Perl 
module
Changes: 
 libdebtags-perl (0.1) experimental; urgency=low
 .
   * Initial Release.
Files: 
 f77f793df90555df479117ce28540c06 570 perl optional libdebtags-perl_0.1.dsc
 242f314bca044538107bc745637a08bb 3233 perl optional libdebtags-perl_0.1.tar.gz
 c0061a56a5cfdb123d1c127ee4b87f67 248540 perl optional 
libdebtags-perl_0.1_i386.deb

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

iD8DBQFChM2u9LSwzHl+v6sRAisjAJ9uP/2C9XZlftfy/EYaYteuuvuqUgCdGByx
HQdPxcycX+SaRyW7KJlLPlg=
=0Utc
-END PGP SIGNATURE-


Accepted:
libdebtags-perl_0.1.dsc
  to pool/main/libd/libdebtags-perl/libdebtags-perl_0.1.dsc
libdebtags-perl_0.1.tar.gz
  to pool/main/libd/libdebtags-perl/libdebtags-perl_0.1.tar.gz
libdebtags-perl_0.1_i386.deb
  to pool/main/libd/libdebtags-perl/libdebtags-perl_0.1_i386.deb


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



Accepted libtagcoll1 1.0-1 (i386 source)

2005-05-16 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Apr 2005 14:10:21 +0200
Source: libtagcoll1
Binary: libtagcoll1-dev libtagcoll1-pic
Architecture: source i386
Version: 1.0-1
Distribution: experimental
Urgency: low
Maintainer: Enrico Zini [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 libtagcoll1-dev - Functions used to manipulate tagged collections (development 
vers
 libtagcoll1-pic - Functions used to manipulate tagged collections (PIC library 
vers
Changes: 
 libtagcoll1 (1.0-1) experimental; urgency=low
 .
   * New upstream version
   * Package name changed not to break old applications
   * Conflict with libtagcoll-dev
Files: 
 a1713b7aa83170c8e59935d2597d4017 647 libdevel optional libtagcoll1_1.0-1.dsc
 b980ddc160e9712297d55e2591b53cd1 320360 libdevel optional 
libtagcoll1_1.0.orig.tar.gz
 3e55c3455b420b5b047ea3210508f1b6 20 libdevel optional libtagcoll1_1.0-1.diff.gz
 b552795f377fe79a3ad217ea249e8d4f 1037470 libdevel optional 
libtagcoll1-dev_1.0-1_i386.deb
 f3aab6399bfd1e4ac79372d2280d2dda 209972 libdevel optional 
libtagcoll1-pic_1.0-1_i386.deb

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

iD8DBQFChLlL9LSwzHl+v6sRAvopAJ4sdPmSFuVE5+9be9Q4ypLWFvr9hwCgi+M2
O1tJSm/c5mb6eOp96XCCqyI=
=sby5
-END PGP SIGNATURE-


Accepted:
libtagcoll1-dev_1.0-1_i386.deb
  to pool/main/libt/libtagcoll1/libtagcoll1-dev_1.0-1_i386.deb
libtagcoll1-pic_1.0-1_i386.deb
  to pool/main/libt/libtagcoll1/libtagcoll1-pic_1.0-1_i386.deb
libtagcoll1_1.0-1.diff.gz
  to pool/main/libt/libtagcoll1/libtagcoll1_1.0-1.diff.gz
libtagcoll1_1.0-1.dsc
  to pool/main/libt/libtagcoll1/libtagcoll1_1.0-1.dsc
libtagcoll1_1.0.orig.tar.gz
  to pool/main/libt/libtagcoll1/libtagcoll1_1.0.orig.tar.gz


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



Accepted libdebtags1 1.0 (i386 source)

2005-05-16 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Apr 2005 02:49:58 +0200
Source: libdebtags1
Binary: libdebtags1-pic python-debtags libdebtags1-dev
Architecture: source i386
Version: 1.0
Distribution: experimental
Urgency: low
Maintainer: Enrico Zini [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 libdebtags1-dev - Next generation Debian package categorization system 
(development
 libdebtags1-pic - Next generation Debian package categorization system (PIC 
library
 python-debtags - Next generation Debian package categorization system (Python 
modu
Changes: 
 libdebtags1 (1.0) experimental; urgency=low
 .
   * Ported to libtagcoll 1.0
   * Packaged as a -dev only library
Files: 
 2d05247f931183e8f7775fda2dfbefd9 663 libdevel optional libdebtags1_1.0.dsc
 ee8ba1b83eb8e6bd10d6a442cbf6b0bb 390218 libdevel optional 
libdebtags1_1.0.tar.gz
 23696453ee3e7ed75ed0b1d8a8ec0959 901194 libdevel optional 
libdebtags1-dev_1.0_i386.deb
 4c4074836075d24b6a73c0a06876bb03 306892 libdevel optional 
libdebtags1-pic_1.0_i386.deb
 be0d27a59345e6885edb50e7308dae56 287218 python optional 
python-debtags_1.0_i386.deb

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

iD8DBQFChLvo9LSwzHl+v6sRAsCAAKCMifzKrKmAgZ0VWcV9CRWop2xDagCdHGrZ
LphP72wW/E9fbrgZGsCZM7w=
=N8pj
-END PGP SIGNATURE-


Accepted:
libdebtags1-dev_1.0_i386.deb
  to pool/main/libd/libdebtags1/libdebtags1-dev_1.0_i386.deb
libdebtags1-pic_1.0_i386.deb
  to pool/main/libd/libdebtags1/libdebtags1-pic_1.0_i386.deb
libdebtags1_1.0.dsc
  to pool/main/libd/libdebtags1/libdebtags1_1.0.dsc
libdebtags1_1.0.tar.gz
  to pool/main/libd/libdebtags1/libdebtags1_1.0.tar.gz
python-debtags_1.0_i386.deb
  to pool/main/libd/libdebtags1/python-debtags_1.0_i386.deb


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



Accepted cogito 0.10+20050513-2 (i386 source)

2005-05-16 Thread Sebastian Kuzminsky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 13 May 2005 23:11:06 -0600
Source: cogito
Binary: cogito
Architecture: source i386
Version: 0.10+20050513-2
Distribution: unstable
Urgency: low
Maintainer: Sebastian Kuzminsky [EMAIL PROTECTED]
Changed-By: Sebastian Kuzminsky [EMAIL PROTECTED]
Description: 
 cogito - version control system
Closes: 304602
Changes: 
 cogito (0.10+20050513-2) unstable; urgency=low
 .
   * Compile against the included GPL SHA1 code lifted from Mozilla, instead of
 the (possibly) GPL-incompatible OpenSSL code
 .
 cogito (0.10+20050513-1) unstable; urgency=low
 .
   * Updated to Pasky's latest tree (fa6e9eb368e949e78c4e66217461cf624b52b0a2).
 .
 cogito (0.10+20050512-1) unstable; urgency=low
 .
   * Updated to Pasky's latest tree (d8dbbb78d8171be2f2fa7d35eeffd20eaf866bbf).
 This includes better docs, improved support for symlinks, more
 user-control over the commit process, and misc bugfixes.
   * Now depends on the RCS package, Vincent Danjean pointed out that cogito
 (cg-Xmergefile) calls RCS' merge.
 .
 cogito (0.10+20050511-1) unstable; urgency=low
 .
   * Updated to Pasky's latest tree (f7d4b2adfc6a29036e2a8abe5b742e57b64e50d7).
 This includes better documentation for the core git commands, available in
 /usr/share/doc/cogito in .txt and .html.  manpages are not yet available
 due to a bug in asciidoc, a patch to asciidoc has been submitted by David
 Greaves (the GIT manpage guy).  The description of the bug and the patch
 for it are here: http://marc.theaimsgroup.com/?l=gitm=111558757202243w=2
   * Updated list of copyrights.
   * Now needs asciidoc to build the documentation.
 .
 cogito (0.10-2) unstable; urgency=low
 .
   * Install the 'internal' scripts and shell library in /usr/share/cogito,
 instead of /usr/lib/cogito.  Thanks to Ben Finney and Peter Samuelson for
 cluing me in.
 .
 cogito (0.10-1) unstable; urgency=low
 .
   * Updated to Pasky's latest tree (cogito-0.10,
 4ed293bc0a5ffca9683e139cad499b69a4c4d569)
   * Don't need to patch the upstream Makefile now that $prefix is settable
 from debian/rules
 .
 cogito (0.9-1) unstable; urgency=low
 .
   * Updated to Pasky's latest tree (cogito-0.9,
 cc5517b4ea4134c296d4ce2b1d82700c44200c1e)
 .
 cogito (0.8+20050507-1) unstable; urgency=low
 .
   * Updated to Pasky's latest commit (084187ef46587089387d9ffb139279d0e7a18ae6)
   * new .orig.tgz to hide my blunder...
 .
 cogito (0.8+20050506-2) unstable; urgency=low
 .
   * Fixed an off-by-one whitespace error in this changelog, hopefully
 this will convince lintian it's not an NMU
   * Added the other copyright holders (thanks Anibal!)
 .
 cogito (0.8+20050506-1) unstable; urgency=low
 .
   * Updated to Pasky's latest tree (a61acea329ecb38ffd784abd896397911f16d670)
   * Handle patches to the upstream with dpatch
   * Closes ITP bug report #304602 (closes: #304602).
   * Don't need to make /usr/sbin
 .
 cogito (0.8-2) unstable; urgency=low
 .
   * Added proper Build-Depends
 .
 cogito (0.8-1) unstable; urgency=low
 .
   * Initial Release.
   * Fixed the Makefile install directory to $(DESTDIR)/usr/bin instead of
 $(DESTDIR)/$(HOME)/bin
Files: 
 23dba66bf4ed2f4a042b9236e524d4b2 629 devel optional cogito_0.10+20050513-2.dsc
 337f104f2223fa50c4f29b94c9eb1988 4984 devel optional 
cogito_0.10+20050513-2.diff.gz
 3d6a5fd5f50ba3f28d5b21e65ade6999 257258 devel optional 
cogito_0.10+20050513-2_i386.deb
 b452edb4b9b88e205488572931c49027 122726 devel optional 
cogito_0.10+20050513.orig.tar.gz

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

iD8DBQFChajygY5NIXPNpFURAsPGAKC9UTaNhIpx9DpUcfOVn06Sa3rAIQCgv6pn
fdwh8WzowgEHx5e4g/5Gwjs=
=NpAl
-END PGP SIGNATURE-


Accepted:
cogito_0.10+20050513-2.diff.gz
  to pool/main/c/cogito/cogito_0.10+20050513-2.diff.gz
cogito_0.10+20050513-2.dsc
  to pool/main/c/cogito/cogito_0.10+20050513-2.dsc
cogito_0.10+20050513-2_i386.deb
  to pool/main/c/cogito/cogito_0.10+20050513-2_i386.deb
cogito_0.10+20050513.orig.tar.gz
  to pool/main/c/cogito/cogito_0.10+20050513.orig.tar.gz


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



Accepted libotr 2.0.2-1 (powerpc source)

2005-05-16 Thread Thibaut VARENE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 18:53:59 +0200
Source: libotr
Binary: libotr1-bin libotr1 libotr1-dev
Architecture: source powerpc
Version: 2.0.2-1
Distribution: unstable
Urgency: high
Maintainer: Thibaut VARENE [EMAIL PROTECTED]
Changed-By: Thibaut VARENE [EMAIL PROTECTED]
Description: 
 libotr1- Off-the-Record Messaging library
 libotr1-bin - toolkit for Off-the-Record Messaging library
 libotr1-dev - Off-the-Record Messaging library development files
Changes: 
 libotr (2.0.2-1) unstable; urgency=high
 .
   * New upstream release
   * Fixes a potential security issue (buffer overflow in src/privkey.c)
Files: 
 1d0efa464bc4bf20ab5fa37c16a3d92f 641 libs optional libotr_2.0.2-1.dsc
 895598219517297fc7633456cd08e937 368896 libs optional libotr_2.0.2.orig.tar.gz
 9770a73a82541bee4c682e38dd7fe34b 2996 libs optional libotr_2.0.2-1.diff.gz
 c295141a0fc01ccf45e40059165def8d 37258 libs optional 
libotr1_2.0.2-1_powerpc.deb
 d34586224fb7987cf51d1e1ef4cb1374 39244 misc optional 
libotr1-bin_2.0.2-1_powerpc.deb
 99b15aedb9ce1108f122ffb4eabbcc65 35470 libdevel optional 
libotr1-dev_2.0.2-1_powerpc.deb

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

iD8DBQFCiNR0HjLD2rfS8GMRAiSiAKDH/+D8D/HlGxcLrnyMjqIrFCa+XQCgvxIb
6K0UoG5w/EiuKOc5/09CgTY=
=5kiK
-END PGP SIGNATURE-


Accepted:
libotr1-bin_2.0.2-1_powerpc.deb
  to pool/main/libo/libotr/libotr1-bin_2.0.2-1_powerpc.deb
libotr1-dev_2.0.2-1_powerpc.deb
  to pool/main/libo/libotr/libotr1-dev_2.0.2-1_powerpc.deb
libotr1_2.0.2-1_powerpc.deb
  to pool/main/libo/libotr/libotr1_2.0.2-1_powerpc.deb
libotr_2.0.2-1.diff.gz
  to pool/main/libo/libotr/libotr_2.0.2-1.diff.gz
libotr_2.0.2-1.dsc
  to pool/main/libo/libotr/libotr_2.0.2-1.dsc
libotr_2.0.2.orig.tar.gz
  to pool/main/libo/libotr/libotr_2.0.2.orig.tar.gz


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



Accepted nag 1.1-3.1 (all source)

2005-05-16 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 13:37:46 -0400
Source: nag
Binary: nag
Architecture: source all
Version: 1.1-3.1
Distribution: unstable
Urgency: high
Maintainer: Fabio Rafael da Rosa [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 nag- Multiuser Task List Manager
Closes: 307180
Changes: 
 nag (1.1-3.1) unstable; urgency=HIGH
 .
   * NMU
   * Applied patch from Frank Lichtenheld to fix XSS hole. (CAN-2005-1322)
 Closes: #307180
Files: 
 9d754f8942cd3430165ee4c34dfae570 564 web optional nag_1.1-3.1.dsc
 ba7812534bf6a907baf0da386189b34d 4599 web optional nag_1.1-3.1.diff.gz
 a18832bbe17407a71d9c2fb79ba025e4 182864 web optional nag_1.1-3.1_all.deb

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

iD8DBQFCiNsY2tp5zXiKP0wRAvXTAJ0Z/3ysOYu9ZFdrQaTpcOEplGh7QQCeNxfw
4diL6N8GKGnIFQOyy0riR1Q=
=WU+a
-END PGP SIGNATURE-


Accepted:
nag_1.1-3.1.diff.gz
  to pool/main/n/nag/nag_1.1-3.1.diff.gz
nag_1.1-3.1.dsc
  to pool/main/n/nag/nag_1.1-3.1.dsc
nag_1.1-3.1_all.deb
  to pool/main/n/nag/nag_1.1-3.1_all.deb


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



Accepted erlang 1:10.b.5-1 (i386 source all)

2005-05-16 Thread Francois-Denis Gonthier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 14 May 2005 17:47:38 -0400
Source: erlang
Binary: erlang-base erlang
Architecture: source all i386
Version: 1:10.b.5-1
Distribution: unstable
Urgency: low
Maintainer: Francois-Denis Gonthier [EMAIL PROTECTED]
Changed-By: Francois-Denis Gonthier [EMAIL PROTECTED]
Description: 
 erlang - A real-time, concurrent and distributed functional language
 erlang-base - Erlang base system (virtual machine)
Closes: 276800 282247 298076 299259 307725
Changes: 
 erlang (1:10.b.5-1) unstable; urgency=low
 .
   * Upload sponsored by Will Newton.
   * New Maintainer (Closes: #307725)
   * New upstream version (Closes: #298076)
   * Fix build on ARM (Closes: #299259)
   * A remaining rpath problem has been fixed by a change in
 make/configure.in.  I hope it won't break anything else.
   * Moved a few binary file from erlang to erlang-base.  Apparently they
 were binary executable files.
   * Acknowledge NMU (Closes: #276800, #282247)
Files: 
 3cc3401159606d4a9480c6bbf4a42c32 681 interpreters optional erlang_10.b.5-1.dsc
 c93a5e5355158880961c81a70a1c7766 9994773 interpreters optional 
erlang_10.b.5.orig.tar.gz
 e00849a1f8ddac475a5b57fa364b7a12 43201 interpreters optional 
erlang_10.b.5-1.diff.gz
 1905e3b366b84a48d8d84ca220008e98 1342720 interpreters optional 
erlang-base_10.b.5-1_i386.deb
 3cc9917e58f6737c931dbe09498e4a61 25910442 interpreters optional 
erlang_10.b.5-1_all.deb

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

iD8DBQFCiNAMlv9v5CRKz7cRAlowAKCE0FKWrFlwKGz3KAD+GbT5nD0wEwCfe5yO
MYia7150PasBLQ/3h+MYyyM=
=mjn8
-END PGP SIGNATURE-


Accepted:
erlang-base_10.b.5-1_i386.deb
  to pool/main/e/erlang/erlang-base_10.b.5-1_i386.deb
erlang_10.b.5-1.diff.gz
  to pool/main/e/erlang/erlang_10.b.5-1.diff.gz
erlang_10.b.5-1.dsc
  to pool/main/e/erlang/erlang_10.b.5-1.dsc
erlang_10.b.5-1_all.deb
  to pool/main/e/erlang/erlang_10.b.5-1_all.deb
erlang_10.b.5.orig.tar.gz
  to pool/main/e/erlang/erlang_10.b.5.orig.tar.gz


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



Accepted harden-doc 3.2.4 (all source)

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

Format: 1.7
Date: Sat, 14 May 2005 22:04:58 +0200
Source: harden-doc
Binary: harden-doc
Architecture: source all
Version: 3.2.4
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 harden-doc - Useful documentation to secure a Debian system
Changes: 
 harden-doc (3.2.4) unstable; urgency=low
 .
   * Update to latest CVS:
 - Fix revision tracking issues and typos found by Jens Seidel
 - French translation update by Frederic Bothamy
 - German translation update by Jens Seidel
 - Minor revision of Portuguese translation by Philipe Gaspar and
   fixes to build by Jens Seidel
Files: 
 9c95da742435f283b7094c29f8c67f3e 735 doc extra harden-doc_3.2.4.dsc
 2522564c9cdac687e3c5645472d3637e 1139606 doc extra harden-doc_3.2.4.tar.gz
 0feab02e91d07317d08077bf5205212f 7867798 doc extra harden-doc_3.2.4_all.deb

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

iQCVAwUBQoj1JftEPvakNq0lAQIjrwQAjt/46+IPgAQDdCDATanzO2Y84+IG2+oB
HAU1hXuxUQ7aDIIIpKcM6MjqPJUhIg0kJkC/z7PMt/TP0vQyG3LlKa8NztTjZqca
P8x0Ae9ITmHVLdwbd+mxXmEg+N0PaDVG19ehLhWz+tPdReHfwalA7kVgGhjwJFOF
Qmuo01muwBI=
=PhQu
-END PGP SIGNATURE-


Accepted:
harden-doc_3.2.4.dsc
  to pool/main/h/harden-doc/harden-doc_3.2.4.dsc
harden-doc_3.2.4.tar.gz
  to pool/main/h/harden-doc/harden-doc_3.2.4.tar.gz
harden-doc_3.2.4_all.deb
  to pool/main/h/harden-doc/harden-doc_3.2.4_all.deb


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



Accepted gwrapguile 1.3.4-13 (i386 source)

2005-05-16 Thread Andreas Rottmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  9 May 2005 22:01:09 +0200
Source: gwrapguile
Binary: libgwrapguile-dev libgwrapguile1
Architecture: source i386
Version: 1.3.4-13
Distribution: unstable
Urgency: high
Maintainer: Andreas Rottmann [EMAIL PROTECTED]
Changed-By: Andreas Rottmann [EMAIL PROTECTED]
Description: 
 libgwrapguile-dev - Development package for libgwrapguile1
 libgwrapguile1 - g-wrap: Tool for exporting C libraries into Scheme 
interpreters
Closes: 274478 308499
Changes: 
 gwrapguile (1.3.4-13) unstable; urgency=high
 .
   * New maintainer.
   * Move /usr/bin/g-wrap-config to libgwrapguile-dev and update its
 Replaces correspondingly; this closes: #308499 of RC severity, hence
 urgency high.
   * Also move info manual and autoconf macros to the -dev package.
   * Include manpage for g-wrap-config.
   * Make libgwrapguile-dev depend on guile, since g-wrap-config is a
 guile script.
   * g-wrap.m4: Fix underquoted definitions (closes: #274478).
   * Build-Depend on debhelper ( 4).
   * debian/rules: Use dh_installman instead of dh_installmanpages.
   * debian/info: Removed.
   * Bump policy version to 3.6.1 (no changes).
   * Fix malformed jgoerzen email address in changelog.
Files: 
 5c76e7c298d265485c4810a7edef149a 680 libs optional gwrapguile_1.3.4-13.dsc
 ca30618b51bf8e418457d1e2232d5b88 265346 libs optional 
gwrapguile_1.3.4-13.diff.gz
 89ec49bb89ffc18b826897bcf805dbc5 52812 libs optional 
libgwrapguile1_1.3.4-13_i386.deb
 1eb85a030ea5fee0c3c7d4f93deb680b 42622 libdevel optional 
libgwrapguile-dev_1.3.4-13_i386.deb

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

iD4DBQFCiJ6Z+S/PxQH9W2IRAnksAJ9hlStFkGeuwDcMavWiDU7+A+4SvwCYln2A
/tPQ3hbjQL6lm8D2CwLfyA==
=5K69
-END PGP SIGNATURE-


Accepted:
gwrapguile_1.3.4-13.diff.gz
  to pool/main/g/gwrapguile/gwrapguile_1.3.4-13.diff.gz
gwrapguile_1.3.4-13.dsc
  to pool/main/g/gwrapguile/gwrapguile_1.3.4-13.dsc
libgwrapguile-dev_1.3.4-13_i386.deb
  to pool/main/g/gwrapguile/libgwrapguile-dev_1.3.4-13_i386.deb
libgwrapguile1_1.3.4-13_i386.deb
  to pool/main/g/gwrapguile/libgwrapguile1_1.3.4-13_i386.deb


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



Accepted hurd 20050513-1 (hurd-i386 all source)

2005-05-16 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 15 May 2005 13:00:12 +0200
Source: hurd
Binary: hurd-dbg hurd-doc hurd-dev hurd
Architecture: all hurd-i386 source 
Version: 20050513-1
Distribution: unstable
Urgency: low
Maintainer: GNU Hurd Maintainers debian-hurd@lists.debian.org
Changed-By: Michael Banck [EMAIL PROTECTED]
Description: 
 hurd   - The GNU Hurd
 hurd-dbg   - The GNU Hurd (debugging files)
 hurd-dev   - The GNU Hurd (development files)
 hurd-doc   - The GNU Hurd manual
Changes: 
 hurd (20050513-1) unstable; urgency=low
 .
   * New snapshot from CVS.
 + Contains a POSIX semaphore implementation by Neal Walfield.
 + Contains more libpthread fixes for test suites by Neal Walfield.
   * debian/hurd.postinst: Handle /bin/fakeroot-hurd by alternatives.
Files: 
 06590aa1fe935360778b4a0c5be8c780 30849 base required hurd_20050513-1.diff.gz
 3e76820cc9e06a3e4263062ebffec400 2150752 base required 
hurd_20050513-1_hurd-i386.deb
 3fd47ffa46c305efce45d72f408f61e3 900812 libdevel standard 
hurd-dev_20050513-1_hurd-i386.deb
 409d23055f2a4860f013b4005b98773b 192400 doc optional 
hurd-doc_20050513-1_all.deb
 9d0fb448aef1569a15045c16ee26fe7e 842 base required hurd_20050513-1.dsc
 a5df44f6de0c8365a6e6688339258863 11029100 libdevel extra 
hurd-dbg_20050513-1_hurd-i386.deb
 dbd2afd0c63b7c336fedb68c916ac3e1 3015546 base required 
hurd_20050513.orig.tar.gz

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

iD8DBQFCiOvOmHaJYZ7RAb8RArBXAKC+jfgE4+ccc4q7KkrcAwR8BoZAsQCdEUhh
75y3uFcoLiQRCrZoXw8rEec=
=v/8u
-END PGP SIGNATURE-


Accepted:
hurd-dbg_20050513-1_hurd-i386.deb
  to pool/main/h/hurd/hurd-dbg_20050513-1_hurd-i386.deb
hurd-dev_20050513-1_hurd-i386.deb
  to pool/main/h/hurd/hurd-dev_20050513-1_hurd-i386.deb
hurd-doc_20050513-1_all.deb
  to pool/main/h/hurd/hurd-doc_20050513-1_all.deb
hurd_20050513-1.diff.gz
  to pool/main/h/hurd/hurd_20050513-1.diff.gz
hurd_20050513-1.dsc
  to pool/main/h/hurd/hurd_20050513-1.dsc
hurd_20050513-1_hurd-i386.deb
  to pool/main/h/hurd/hurd_20050513-1_hurd-i386.deb
hurd_20050513.orig.tar.gz
  to pool/main/h/hurd/hurd_20050513.orig.tar.gz


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



Accepted ccc 6.5.9.001-3 (alpha source)

2005-05-16 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 16:18:51 -0400
Source: ccc
Binary: ccc
Architecture: source alpha
Version: 6.5.9.001-3
Distribution: unstable
Urgency: low
Maintainer: Adam C. Powell, IV [EMAIL PROTECTED]
Changed-By: Adam C. Powell, IV [EMAIL PROTECTED]
Description: 
 ccc- Compaq C Compiler for Linux Alpha
Closes: 283636 305897
Changes: 
 ccc (6.5.9.001-3) unstable; urgency=low
 .
   * Updated download webpage in control and debconf templates (closes: 305897).
   * Applied Martin Quinson's patch for gettext templates (closes: #283636).
Files: 
 12c30ac06e534f3f1364fee4e5d778a4 501 contrib/devel extra ccc_6.5.9.001-3.dsc
 f47a795032fa4f7739c9939e719ed449 8056 contrib/devel extra 
ccc_6.5.9.001-3.tar.gz
 e13304010a4ad8739f2dd2d00679bb40 8370 contrib/devel extra 
ccc_6.5.9.001-3_alpha.deb

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

iD8DBQFCiQBXUm8B6FZO5LYRAp3rAJ9R0sWsilB5LkYy/H++ePhU+BkkDACfWGU2
3NNehEkMShEPUkm5AGz/IhU=
=16v9
-END PGP SIGNATURE-


Accepted:
ccc_6.5.9.001-3.dsc
  to pool/contrib/c/ccc/ccc_6.5.9.001-3.dsc
ccc_6.5.9.001-3.tar.gz
  to pool/contrib/c/ccc/ccc_6.5.9.001-3.tar.gz
ccc_6.5.9.001-3_alpha.deb
  to pool/contrib/c/ccc/ccc_6.5.9.001-3_alpha.deb


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



Accepted lsh-utils 2.0.1-4 (i386 source all)

2005-05-16 Thread Simon Law
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 May 2005 16:54:00 -0400
Source: lsh-utils
Binary: lsh-utils lsh-client lsh-utils-doc lsh-server
Architecture: source all i386
Version: 2.0.1-4
Distribution: unstable
Urgency: high
Maintainer: Simon Law [EMAIL PROTECTED]
Changed-By: Simon Law [EMAIL PROTECTED]
Description: 
 lsh-client - Secure Shell v2 (SSH2) protocol client
 lsh-server - Secure Shell v2 (SSH2) protocol server
 lsh-utils  - Secure Shell v2 (SSH2) protocol utilities
 lsh-utils-doc - Secure Shell v2 (SSH2) client / server / utilities 
documentation
Closes: 309365
Changes: 
 lsh-utils (2.0.1-4) unstable; urgency=high
 .
   * Trigger a rebuild, because the i386 package wasn't built properly.
 (Closes: Bug#309365)
Files: 
 48dd6fd07c47c7f172fac1e6a5b0f300 858 net extra lsh-utils_2.0.1-4.dsc
 0d5d4121e170a3d787e93b3c64d2d0ac 65415 net extra lsh-utils_2.0.1-4.diff.gz
 82caa808f3d18e510f290819c109f014 167028 doc extra lsh-utils-doc_2.0.1-4_all.deb
 a06f14d5b6c5539100ec5ae355fb0c48 746698 net extra lsh-utils_2.0.1-4_i386.deb
 29480ab42b77e9fc362cd6e8437adeeb 265782 net extra lsh-server_2.0.1-4_i386.deb
 8ef2005a17f21d6843d6d17e24519151 300050 net extra lsh-client_2.0.1-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQFCiQIILiz2e3eWpgsRAg5CAJwKJiY63PjlS/ZL+23BMRPZwv2n6gCgoUa3
7xDFqzFfVVh/vA6fJjycoL8=
=A21B
-END PGP SIGNATURE-


Accepted:
lsh-client_2.0.1-4_i386.deb
  to pool/main/l/lsh-utils/lsh-client_2.0.1-4_i386.deb
lsh-server_2.0.1-4_i386.deb
  to pool/main/l/lsh-utils/lsh-server_2.0.1-4_i386.deb
lsh-utils-doc_2.0.1-4_all.deb
  to pool/main/l/lsh-utils/lsh-utils-doc_2.0.1-4_all.deb
lsh-utils_2.0.1-4.diff.gz
  to pool/main/l/lsh-utils/lsh-utils_2.0.1-4.diff.gz
lsh-utils_2.0.1-4.dsc
  to pool/main/l/lsh-utils/lsh-utils_2.0.1-4.dsc
lsh-utils_2.0.1-4_i386.deb
  to pool/main/l/lsh-utils/lsh-utils_2.0.1-4_i386.deb


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



  1   2   >