Re: GPL and linking

2005-05-07 Thread Batist Paklons
[Note: IALNAP (I am lawyer, not a programmer), arguing solely in
Belgian/European context, and english is not my native language.]

On 07/05/05, Michael K. Edwards [EMAIL PROTECTED] wrote:
 Again, that's not how it works.  In the presence of a valid license
 contract, one is entitled to contract-law standards of the
 reasonableness of one's attempts to cure a breach when notified.  The
 automatic termination clause is probably unenforceable in most
 jurisdictions; I think (IANAL) few would even read it as authority to
 terminate on inadvertent (non-material) breach, let alone on the
 licensor's idea of breach if the licensee's (reasonable) construction
 makes it not a breach.

Automatic termination clauses are quite common, and generally held
valid. It is often only what constitutes a breach that can lead to
such termination that is disputed in court. In my opinion that is one
of the few GPL license terms that is quite sound, only the grounds on
which that termination happens seem extremely flakey to me.

As to the whole derivative work discussion, my opinion is that a judge
would rather easily decide something isn't a derived work. The linux
kernel, e.g., wouldn't need those notes of Linus to allow use of the
API and so on, on the simple reason that the kernel is designed to do
just that. In Europe at least one has an automatic license to do
everything that is necessary to run a program for the purpose it is
intended to, unless explicitly otherwise agreed to. I believe for the
GPL to rule this out, it has to draft a clause that says: you cannot
link to this program in such and such a way, unless it is also GPL'ed.
In general exceptions to a rule have to be very precise, lest they
become the rule and the rule the exception.

I am reasoning from a legal background, and I believe that is also wat
a judge would do. It is my general opinion, following Michael, that
large portions of the FSF FAQ are simply wrong. I have written some
more elaborate papers on that topic, albeit discussing intellectual
property in more general terms, focussed on Open Source. See
http://m9923416.kuleuven.be for that (unfortunately, the most
interesting one is written in dutch, and I do not have time to
translate).

Kind Regards
Batist



debian.org email forwarding

2005-05-07 Thread martin f krafft
I am trying to switch to procmail on master, which involves putting
a proper ~/.procmailrc in place and nothing else.

However, a major problem arises due to spam. My last rule forwards
remaining mails to my normal email address, using the standard mail
forwarding syntax:

  :0
  ! [EMAIL PROTECTED]

Any message forwarded will then be sent with [EMAIL PROTECTED]
overriding the original envelope sender.

The best way to deal with this is to set

  SENDMAIL=/usr/sbin/sendmail -f $SENDER

in the .procmailrc file, and the db.debian.or email forwarding page
[0] seems to suggest at the bottom, that $SENDER is in fact passed
in the environment.

This does not seem to be the case. By the time that procmail is
invoked, the environment is pretty much cleared of most everything,
so I cannot get at the original sender address anymore, at least not
with trivial/robust means.

Is this a problem in the mail configuration of exim? If yes, it
would be great to get this fixed. If no, then the db.debian.org page
[0] should be updated. Or am I just overlooking a trivial detail?

0. http://db.debian.org/forward.html

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
life is what happens to you while you're busy making other plans.
-- john lennon


signature.asc
Description: Digital signature


Re: debian.org email forwarding

2005-05-07 Thread Santiago Vila
On Sat, 7 May 2005, martin f krafft wrote:

 I am trying to switch to procmail on master, which involves putting
 a proper ~/.procmailrc in place and nothing else.
 
 However, a major problem arises due to spam. My last rule forwards
 remaining mails to my normal email address, using the standard mail
 forwarding syntax:
 
   :0
   ! [EMAIL PROTECTED]
 
 Any message forwarded will then be sent with [EMAIL PROTECTED]
 overriding the original envelope sender.
 
 The best way to deal with this is to set
 
   SENDMAIL=/usr/sbin/sendmail -f $SENDER
 
 in the .procmailrc file, and the db.debian.or email forwarding page
 [0] seems to suggest at the bottom, that $SENDER is in fact passed
 in the environment.
 
 This does not seem to be the case. By the time that procmail is
 invoked, the environment is pretty much cleared of most everything,
 so I cannot get at the original sender address anymore, at least not
 with trivial/robust means.
 
 Is this a problem in the mail configuration of exim? If yes, it
 would be great to get this fixed. If no, then the db.debian.org page
 [0] should be updated. Or am I just overlooking a trivial detail?
 
 0. http://db.debian.org/forward.html

Why are you so much worried about the envelope sender, when it is
usually forged? You are not trying to bounce messages that you didn't
want to receive back to the sender, are you? (that would be bounce-spam).

I'm more worried about ! [EMAIL PROTECTED] rewriting the message body,
so I usually do something like formail -R Sender: X-Master-Sender:
in master and then formail -I Sender: -R X-Master-Sender: Sender: on
the machine where I actually receive the message.


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



Re: debian.org email forwarding

2005-05-07 Thread martin f krafft
also sprach Santiago Vila [EMAIL PROTECTED] [2005.05.07.1403 +0200]:
 Why are you so much worried about the envelope sender, when it is
 usually forged? You are not trying to bounce messages that you
 didn't want to receive back to the sender, are you? (that would be
 bounce-spam).

Well, sure. The point is that right now, my server rejects a lot of
spam, so the bounces end up in my regular mailbox. I am effectively
boune-spamming myself. So I'd rather have the bounce generated by
master go elsewhere.

 I'm more worried about ! [EMAIL PROTECTED] rewriting the message body,

You mean the payload? It rewrites the 822 header, but not the
message body.

 so I usually do something like formail -R Sender: X-Master-Sender:
 in master and then formail -I Sender: -R X-Master-Sender: Sender: on
 the machine where I actually receive the message.

okay, that's also an interesting solution, but it won't solve my
problem: if the final recipient server rejects the message which
procmail forwarded, I get the bounce.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
sobald man über niveau spricht
 ist man längst darüber hinweg.
  -- thomas krafft


signature.asc
Description: Digital signature


problem creating pbuilder environment

2005-05-07 Thread Andreas Fester
Hi,
I am trying to create a pbuilder environment. Since the default
server ftp.nara.wide.ad.jp is *really* slow, I used the command
# pbuilder create --mirror http://ftp.de.debian.org/debian
However, this ends with an unmet dependency message:
...
The following packages have unmet dependencies:
  passwd: Depends: debconf (= 0.5.00) but it is not installed
E: Unmet dependencies. Try using -f.
 - Aborting with an error
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - cleaning the build env
- removing directory /var/cache/pbuilder/build//9136 and its 
subdirectories

I tried both pbuilder from testing (0.123) and from unstable
(0.127), both with the same result.
If it's of any use, the complete log of the pbuilder run is
available at http://littletux.homelinux.org/debian/pbuilder.log
Any hints?
Thanks  best Regards,
Andreas
--
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://littletux.homelinux.org
ICQ: 326674288
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: debian.org email forwarding

2005-05-07 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
martin f krafft  [EMAIL PROTECTED] wrote:
also sprach Santiago Vila [EMAIL PROTECTED] [2005.05.07.1403 +0200]:
 Why are you so much worried about the envelope sender, when it is
 usually forged? You are not trying to bounce messages that you
 didn't want to receive back to the sender, are you? (that would be
 bounce-spam).

Well, sure. The point is that right now, my server rejects a lot of
spam, so the bounces end up in my regular mailbox. I am effectively
boune-spamming myself. So I'd rather have the bounce generated by
master go elsewhere.

Since the sender-address of most spam/viruses is forged, you're
very likely sending the bounce to an unrelated victim. That's not
a nice thing to do.

Why not configure your mailserver to just /dev/null spam/viruses
that originate from your debian.org address.

You could put this in your .procmailrc:

:0
|/usr/sbin/sendmail -oi -f'' [EMAIL PROTECTED]

.. then mail will be forwarded with the empty envelope-sender,
which means no bounces will be generated.

Mike.


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



Re: debian.org email forwarding

2005-05-07 Thread Santiago Vila
On Sat, 7 May 2005, martin f krafft wrote:

 also sprach Santiago Vila [EMAIL PROTECTED] [2005.05.07.1403 +0200]:
  Why are you so much worried about the envelope sender, when it is
  usually forged? You are not trying to bounce messages that you
  didn't want to receive back to the sender, are you? (that would be
  bounce-spam).
 
 Well, sure. The point is that right now, my server rejects a lot of
 spam, so the bounces end up in my regular mailbox. I am effectively
 boune-spamming myself. So I'd rather have the bounce generated by
 master go elsewhere.

You should really accept messages from master before trying to reject
spam, i.e. use some kind of whitelist for master. If that's not possible,
don't forward email to such address.

What we would really need is some procedure in master to reduce the
level of spam we have to receive, in a way what it is either rejected
at SMTP time (using cbl.abuseat.org, for example), or simple vanished
because of lack of RFC 2821 compliance (greylisting).

I still hope that the Debian project (i.e. all of us) realize some day
about how stupid is to accept each and every message when we could
easily get rid of a large portion of spam with virtually no harm to
anybody.

  I'm more worried about ! [EMAIL PROTECTED] rewriting the message body,
 
 You mean the payload? It rewrites the 822 header, but not the
 message body.

Oops, yes, I meant message content, not message body.

  so I usually do something like formail -R Sender: X-Master-Sender:
  in master and then formail -I Sender: -R X-Master-Sender: Sender: on
  the machine where I actually receive the message.
 
 okay, that's also an interesting solution, but it won't solve my
 problem: if the final recipient server rejects the message which
 procmail forwarded, I get the bounce.

Don't forward your email to a server that might bounce it back to
master, then, that would be really rude.


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



Re: debian.org email forwarding

2005-05-07 Thread martin f krafft
also sprach Santiago Vila [EMAIL PROTECTED] [2005.05.07.1506 +0200]:
 You should really accept messages from master before trying to
 reject spam, i.e. use some kind of whitelist for master. If that's
 not possible, don't forward email to such address.

The stuff my mail server rejects is 100% spam. master is whitelisted
for most checks. The only checks that reject mail from master are
those generated automatically with a Sober or whatever virus in the
attachment, and among those only the ones that had such a huge hit
that my virus scanners couldn't cope anymore, so I extracted
a typical line from the Base64 string and use postfix's body_checks
now.

I don't think I will change this, because master does relay those
(still) at an unacceptable rate, so I need to protect my virus
scanners.

The solution, as you pointed out, is to tighten the policy of
master's SMTP acceptance.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
i've not lost my mind. it's backed up on tape somewhere.


signature.asc
Description: Digital signature


Re: debian.org email forwarding

2005-05-07 Thread martin f krafft
also sprach Miquel van Smoorenburg [EMAIL PROTECTED] [2005.05.07.1451 +0200]:
 Why not configure your mailserver to just /dev/null spam/viruses
 that originate from your debian.org address.
 
 You could put this in your .procmailrc:
 
 :0
 |/usr/sbin/sendmail -oi -f'' [EMAIL PROTECTED]
 
 .. then mail will be forwarded with the empty envelope-sender,
 which means no bounces will be generated.

This would trash all envelope data, but it's essentially no worse
than what happens now. Thanks for the tip.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
there's someone in my head but it's not me.
-- pink floyd, the dark side of the moon, 1972


signature.asc
Description: Digital signature


Re: debian.org email forwarding

2005-05-07 Thread martin f krafft
  :0
  |/usr/sbin/sendmail -oi -f'' [EMAIL PROTECTED]

procmail: Executing /usr/sbin/sendmail,-f'',[EMAIL PROTECTED]
exim: '' - bad address: malformed address: ' may not follow '

It seems to work without quotes though.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
this week dragged past me so slowly;
 the days fell on their knees...
-- david bowie


signature.asc
Description: Digital signature


Re: problem creating pbuilder environment

2005-05-07 Thread Sebastian Kuzminsky
Andreas Fester [EMAIL PROTECTED] wrote:
] # pbuilder create --mirror http://ftp.de.debian.org/debian


I had the same error when making a pbuilder Sid environment, but Sarge
works for me.  Add --distribution sarge to that command line.




--
Sebastian


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



Re: problem creating pbuilder environment

2005-05-07 Thread Anibal Monsalve Salazar
On Sat, May 07, 2005 at 02:49:56PM +0200, Andreas Fester wrote:
Hi,

I am trying to create a pbuilder environment. Since the default
server ftp.nara.wide.ad.jp is *really* slow, I used the command

# pbuilder create --mirror http://ftp.de.debian.org/debian

However, this ends with an unmet dependency message:

...
The following packages have unmet dependencies:
  passwd: Depends: debconf (= 0.5.00) but it is not installed
E: Unmet dependencies. Try using -f.
 - Aborting with an error
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - cleaning the build env
- removing directory /var/cache/pbuilder/build//9136 and its 
subdirectories

I tried both pbuilder from testing (0.123) and from unstable
(0.127), both with the same result.
If it's of any use, the complete log of the pbuilder run is
available at http://littletux.homelinux.org/debian/pbuilder.log

I had the same problem a few hours ago.

Any hints?

In /etc/pbuilderrc I put:

DISTRIBUTION=sarge

and run 'pbuilder create --distribution sarge'.

I couldn't get pbuilder to use sid.

Thanks  best Regards,

   Andreas

-- 
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://littletux.homelinux.org
ICQ: 326674288

Mit freundlichen Grüßen,

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `'  http://debian.org/
  `-   http://v7w.com/anibal


signature.asc
Description: Digital signature


Re: debian.org email forwarding

2005-05-07 Thread Santiago Vila
On Sat, 7 May 2005, martin f krafft wrote:

 also sprach Santiago Vila [EMAIL PROTECTED] [2005.05.07.1506 +0200]:
  You should really accept messages from master before trying to
  reject spam, i.e. use some kind of whitelist for master. If that's
  not possible, don't forward email to such address.
 
 The stuff my mail server rejects is 100% spam. master is whitelisted
 for most checks. The only checks that reject mail from master are
 those generated automatically with a Sober or whatever virus in the
 attachment, and among those only the ones that had such a huge hit
 that my virus scanners couldn't cope anymore, so I extracted
 a typical line from the Base64 string and use postfix's body_checks
 now.

Why bother to forward those messages to your mail server at all?
The same base64 string you are using in postfix's body_checks
will surely serve in your .procmailrc in master.

Thanks to base64, I never forward any windows virus to myself, they
are kept in my ~/mail directory. See my ~/pmrc/executables in master
for generic anti windows-executable recipes.


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



Re: problem creating pbuilder environment

2005-05-07 Thread Daniel Leidert
Am Samstag, den 07.05.2005, 14:49 +0200 schrieb Andreas Fester:
 Hi,
 
 I am trying to create a pbuilder environment. Since the default
 server ftp.nara.wide.ad.jp is *really* slow, I used the command
 
 # pbuilder create --mirror http://ftp.de.debian.org/debian
 
 However, this ends with an unmet dependency message:
 
 ...
 The following packages have unmet dependencies:
passwd: Depends: debconf (= 0.5.00) but it is not installed
 E: Unmet dependencies. Try using -f.
   - Aborting with an error
   - unmounting dev/pts filesystem
   - unmounting proc filesystem
   - cleaning the build env
  - removing directory /var/cache/pbuilder/build//9136 and its 
 subdirectories

I guess, this is a problem with debootstrap, which misses to install a
few packages. The dependency on debconf seems to a new one. I ran
pbuilder update some minutes ago and it told me, that debconf will be
installed as a _new_ package. You can do the following. Create a sarge
environment. In sarge, there is currently no passwd-dependency on
debconf. Then change in /etc/pbuilderrc to DISTRIBUTION=sid and update
your image with 'pbuilder update'. Maybe you need to run it as

pbuilder update --override-config --configfile /etc/pbuilderrc

to make pbuilder recognize the changes in the
config-file /etc/pbuilderrc or ~/.pbuilderrc.

 Any hints?

HTH and Regards, Daniel


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



Re: problem creating pbuilder environment

2005-05-07 Thread Goswin von Brederlow
Daniel Leidert [EMAIL PROTECTED] writes:

 Am Samstag, den 07.05.2005, 14:49 +0200 schrieb Andreas Fester:
 Hi,
 
 I am trying to create a pbuilder environment. Since the default
 server ftp.nara.wide.ad.jp is *really* slow, I used the command
 
 # pbuilder create --mirror http://ftp.de.debian.org/debian
 
 However, this ends with an unmet dependency message:
 
 ...
 The following packages have unmet dependencies:
passwd: Depends: debconf (= 0.5.00) but it is not installed
 E: Unmet dependencies. Try using -f.
   - Aborting with an error
   - unmounting dev/pts filesystem
   - unmounting proc filesystem
   - cleaning the build env
  - removing directory /var/cache/pbuilder/build//9136 and its 
 subdirectories

 I guess, this is a problem with debootstrap, which misses to install a
 few packages. The dependency on debconf seems to a new one. I ran

Can't someone change pbuilder to use cdebootstrap? This static package
list in debootstrap is insane.

MfG
Goswin


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



Re: problem creating pbuilder environment

2005-05-07 Thread Andreas Fester
Thanks for all the answers :-)
Creating a sarge environment works well ...
Best Regards,
Andreas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: debian.org email forwarding

2005-05-07 Thread martin f krafft
also sprach Santiago Vila [EMAIL PROTECTED] [2005.05.07.1555 +0200]:
 Why bother to forward those messages to your mail server at all?
 The same base64 string you are using in postfix's body_checks will
 surely serve in your .procmailrc in master.

Because master is not the only machine that forwards to my main mail
server, so the choice is between maintaining the list on X servers,
or one central list.

But you are right, I should probably just drop them at the server,
not reject them.

I wonder why I even reject them at all. It's not like bounce spam
is something I am not familiar with. Weird. Must have been
a momentary lapse of reason.

 Thanks to base64, I never forward any windows virus to myself, they
 are kept in my ~/mail directory. See my ~/pmrc/executables in master
 for generic anti windows-executable recipes.

Nice. I will gladly check those out.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
why do they sterilise the needle for lethal injections?


signature.asc
Description: Digital signature


Bug#308047: ITP: gobby -- A collaborative editor

2005-05-07 Thread Philipp Kern
Package: wnpp
Severity: wishlist
Owner: Philipp Kern [EMAIL PROTECTED]

* Package name: gobby
  Version : 0.1.0 (currently 0.0+20050506)
  Upstream Author : 0x539 dev group [EMAIL PROTECTED]
* URL : http://darcs.0x539.de/gobby/
* License : GPL
  Description : A collaborative editor

Gobby is a free collaborative editor based on libobby, a library which
provides synced document buffers. It supports multiple documents in one
session and a multi-user chat. It is portable to both Windows and
Unix-like platforms.

It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely
into the GNOME desktop environment.

An own website for this project is not yet available. The repository is
browsable on http://darcs.0x539.de/cgi-bin/darcs.cgi/gobby.

This application depends on net6, for which an ITP is filed as #303811,
and libobby, with #304652 as its ITP.


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



Dualing banjos

2005-05-07 Thread Brad and Billie Fick



do you know how I can get the sheet music to this? 
If so I would greatly appreciate it. Thank you


Re: debian sarge is 3.2 or 4 ?

2005-05-07 Thread Andrea Mennucc


Jaldhar H. Vyas wrote:
 On Fri, 6 May 2005, Marc Haber wrote:
 
 
Their fault for releasing a book about unreleased software which is
bound to be outdated the day that sarge will actually release.
 
 
 Uh-uh and when will that day be?  And don't give me any of that when it
 is ready nonsense.  The release version number was ready a long time ago.
 The problem isn't a concern for quality, it is people like you and Andrea
 who don't follow process, 

me, I do my part of the work in Debian

and nobody ever contacted me regarding the choice of the number

a.

who don't contribute when the actual decisions
 are being made,

on the opposite, I am happy to contribute : I always vote,
for example

a.


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



Re: debian sarge is 3.2 or 4 ?

2005-05-07 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andrea Mennucc [EMAIL PROTECTED] writes:

 Jaldhar H. Vyas wrote:
 On Fri, 6 May 2005, Marc Haber wrote:
 
 
Their fault for releasing a book about unreleased software which is
bound to be outdated the day that sarge will actually release.
 
 
 Uh-uh and when will that day be?  And don't give me any of that when it
 is ready nonsense.  The release version number was ready a long time ago.
 The problem isn't a concern for quality, it is people like you and Andrea
 who don't follow process, 

 me, I do my part of the work in Debian and nobody ever contacted me
 regarding the choice of the number

No-one contacted me, either.  But that's OK, since it wasn't my
choice.  I really couldn't care less what the number was, in any case.

FWIW, I've noticed that 3.1 is already used in quite a lot of
documentation and on websites with articles relating to Debian.  It
was announced quite some time ago, and so it would be rather
inconsiderate [gross understatement] to change it at this late stage.

Have you considered the huge impact of changing the version number?
It's to no-one's advantage to do this.


Regards,
Roger

- -- 
Roger Leigh
Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
Debian GNU/Linuxhttp://www.debian.org/
GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFCfQ8sVcFcaSW/uEgRAnVKAJ9w0BGmEqX1G09ki0wYhUlomeWIewCgpkLR
/DXbURBIm2niQSIYeDp1cEI=
=R/6k
-END PGP SIGNATURE-


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



Re: Upcoming removals

2005-05-07 Thread Bruno Barrera C.
On Tue, 2005-05-03 at 14:54 +0100, Martin Michlmayr wrote:
 I intend to ask for removal of the following packages in the next few
 days unless someone is willing to step up as maintainer.  All of these
 packages have been orphaned for over 60 days and have never been part
 of a stable release; none of them have any reverse (build-)dependencies.
 
 
 #259581: O: bbconf -- A Blackbox configuration utility
 Reported by: Martin Michlmayr [EMAIL PROTECTED]; 291 days old.

As Maintainer of blackbox and bbkeys, I'm interested to know what is 
going on with this package.

Like I said, I don't want to maintain bbconf, but the blackbox and
bbkeys upstream is alive again, and they incorporated into its
description that bbconf should work with that programs.

So, I recently sent an email to the bbconf upstream to know if they're
going to keep working on it. Therefore, I think that we should wait a
bit to know his answers and then I will reply.
-- 
Bruno Barrera C.
I'm a soldier, not a monster. Even though if I sometimes work for monsters.


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


[no subject]

2005-05-07 Thread Asociacion Cooperativa Linux Solutions
I would like to know a goo solution for Proxy, Antivirus and antispan.
I need too block messenger and yahoo message app.




 Alfonso J. Santana
 Asociacion Cooperativa Linux Solutions, RL.
 Caracas - Venezuela
 URL://www.linuxsolutions.com.ve
 Email: [EMAIL PROTECTED] 
 Email2: [EMAIL PROTECTED]
 Telefonos: (0212) 8617129 Cel: (0414)-1515461




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



RFS: I'm looking for a sponsor for xlogmaster (an orphaned kackage).

2005-05-07 Thread Patryk Cisek
Hello all.

I've ITAd it (see #192676) and looking for a sponsor. I have fixed some 
warnings and bugs that lintian reported. 
The errors were:

E: xlogmaster binary:E: xlogmaster binary:  
file-in-etc-not-marked-as-conffile /etc/xlogmaster/entries/README
E: xlogmaster binary: 
file-in-etc-not-marked-as-conffile /etc/xlogmaster/scripts/README

I've fixed them by moving their installation to postinst script. A'd like 
someone experienced to look at this and say if this is elegant enough. :)
The source package (.dsc diff and .orig.tar.gz) and binary (.deb 
with .changes)  are at:

http://poczta.prezu.one.pl/xlogmaster/

--
Regards.

-- 

Pozdrawiam.


pgp55hVoXzGh6.pgp
Description: PGP signature


Re: debian sarge is 3.2 or 4 ?

2005-05-07 Thread Joey Hess
Marc Haber wrote:
 The actual decisions are made in the background without even trying to
 talk to the body of developers. For example, the exim 4 maintainers
 were not even contacted by whoever made the decision to move the
 default MTA property from exim to exim4. We just found our package
 to be at important priority some day.

Start of thread on this mailing list, default MTA for sarge (also the
first hit on google for that):

Message-ID: [EMAIL PROTECTED]

Your participation on that same thread:

http://lists.debian.org/debian-devel/2003/07/msg01187.html
http://lists.debian.org/debian-devel/2003/07/msg01261.html
http://lists.debian.org/debian-devel/2003/07/msg01194.html

Massage in thread prior to that, CCed to [EMAIL PROTECTED]:

Message-ID: [EMAIL PROTECTED]

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#308101: ITP: gstreamer0.8-pitfdll -- DLL/QTX loader plugin for GStreamer

2005-05-07 Thread Dan Korostelev
Package: wnpp
Severity: wishlist
Owner: Dan Korostelev [EMAIL PROTECTED]

* Package name: gstreamer0.8-pitfdll
  Version : 0.8.1
  Upstream Author : Ronald Bultje [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/pitfdll/
* License : GPL
  Description : DLL/QTX loader plugin for GStreamer

 Pitfdll is a GStreamer plugin that allows the use of binary files,
 such as Quicktime QTX or Directshow/DMO DLL files, for use as a playback
 codec in GStreamer-based media applications, such as Totem. With this
 plugin, people can playback proprietary file formats for which no free
 software implementation exists yet.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



packages missing from sarge

2005-05-07 Thread Joey Hess
The release team has been fairly agressive for many months now about
removing RC buggy packages from sarge. I'm glad of this policy since we
now have a maneagable number of RC bugs. However, there's the
possibility this means some packages that are important to many people
have been dropped and there may still be time to fix it before sarge is
released.

So here is a list (from update-excuses) of all 491 packages that is
being held out of sarge[1]. If you've already done all you can on the RC
bugs on packages in sarge, take a look over it and if you spot anything
important or generally worth fixing, point it out, or just work on it.
Remember that due to the freeze you'll need to ask on debian-release to
get any fixed packages accepted back into sarge.

For example, lftp is a big item on this list but already (mostly) dealt
with; doom-wad-shareware is a good example of a package that was removed
due to an easily fixable problem (nmu in progress); bb is a good example
of a package that seems fit to re-enter sarge but hasn't yet due to the
freeze (RA now reviewing); boot-floppies is a good example of a package
we really don't want in sarge.

abuse-frabs
abuse-lib
abuse-sdl
abuse-sfx
adonthell
adonthell-data
amavis-ng
amule
aoetools
approx
apt-proxy
apt-rpm
argouml
aspectj-anttasks
aspseek
asterisk-chan-misdn
asterisk-spandsp-plugins
autorespond
avalon-excalibur
avifile
babel
baghira
bandersnatch
barrendero
battfink
bayonne
bb
bbconf
blam
blootbot
bookview
boot-floppies
boot-icons
boson-base
boson-data
boson-music
cabot
cce
ccs
cegui-mk2
charva
chdrv
childsplay
childsplay-plugins
cl-photo
cman
cman-kernel
coco-cs
configlet
convertfs
coq-doc
crystalspace
crystalspace-data
cursel
cxx
cycle
daapd
darcs-buildpackage
dbmail
debbuggtk
debget
debpartial-mirror
dhcp-dns
directory-administrator
divine
dlm-kernel
doctorj
doodle
doom-wad-shareware
doomlegacy
doomlegacy-data
doxymacs
dresden-ocl
drip
drpython
dvr
ec-fonts-mftraced
eclipse
eclipse-nls-sdk
eglade
ejabberd
elastic
erlang
eroaster
evolution-data-server1.2
ext2resize
f-spot
falconseye
fcalendar
fence
fenris
filler
fmultivar
forrest
fportfolio
freebsd-sendpr
freewrl
fyre
gabber2
gal2.4
gambas
gamin
gcc-m68hc1x
gcc-snapshot
gcjwebplugin
gecko-sharp
gerris
gfs
gfs-kernel
ggz-client-libs
ggz-docs
ggz-gnome-client
ggz-grubby
ggz-gtk-client
ggz-gtk-games
ggz-kde-client
ggz-kde-games
ggz-server
ggz-txt-client
ggz-utils
gkdial
gkrelldnet
glob2
gnat-gps
gnbd
gnbd-kernel
gnome-art
gnome-chess
gnome-pim
gnu-smalltalk
gnue-appserver
gnumach
gnumach1
gnuradio
gnuradio-examples
gnurobbo
gnutls10
gnutls7
goldedplus
golem
gonzui
gpsim-led
gr-audio-alsa
gr-usrp
gr-wxgui
graph-includes
grub2
grubconf
grunch
gsnes9x
gtk-sharp
gtkhtml3.6
gtksourceview-sharp
gutenbrowser
gwydion-dylan
gwydion-dylan-sgml
gxine
haskell-http
horgand
howl
ibm-jdk1.1-installer
icheck
icukrell
id-utils
iddev
ifrit
ikvm
imapsync
imgtex
inform
innovation3d
innovation3d-plugins
interchange
ion3-mod-ionflux
ipac-ng
ipmenu
irssi-plugin-icq
irssi-snapshot
jabberoo
jakarta-log4j
jetty
jmeter
jmp
jpilot-mail
jswat
jswat2
kannel
kernel-image-2.4.25-amiga
kernel-image-2.4.25-atari
kernel-image-2.4.25-bvme6000
kernel-image-2.4.25-mvme147
kernel-image-2.4.25-mvme16x
kernel-image-2.4.26-amiga
kernel-image-2.4.26-atari
kernel-image-2.4.26-bvme6000
kernel-image-2.4.26-mvme147
kernel-image-2.4.26-mvme16x
kernel-image-2.4.26-q40
kernel-image-2.4.27-hppa
kernel-image-2.6.10-alpha
kernel-image-2.6.10-amd64
kernel-image-2.6.10-hppa
kernel-image-2.6.10-i386
kernel-image-2.6.10-ia64
kernel-image-2.6.10-s390
kernel-image-2.6.10-sparc
kernel-image-2.6.11-amd64
kernel-image-2.6.11-i386
kernel-image-2.6.11-ia64
kernel-image-2.6.11-s390
kernel-image-2.6.9-amd64
kernel-image-sparc-2.4
kernel-latest-2.6-s390
kernel-patch-2.4.19-arm
kernel-patch-2.6.10-hppa
kernel-patch-acl
kernel-patch-exec-shield
kernel-patch-nfs-swap
kernel-patch-powerpc-2.6.10
kernel-patch-powerpc-2.6.11
kernel-patch-scanlogic
kernel-patch-uml
kernel-source-2.4.24
kernel-source-2.4.25
kernel-source-2.4.26
kernel-source-2.6.10
kernel-source-2.6.11
kimberlite
kstart
ktrack
kurush
l2tpd
langband
langband-data
lasso
ldmud
lftp
libaqbanking
libaqhbci
libcddb
libcgi
libchipcard2
libflash
libgcrypt
libgd-perl
libgdiplus
libgef-java
libggz
libgig
libgwenhywfar
libi18n-java
liblingoteach
libmail-cclient-perl
libnsuml-java
libopengl-dylan
libpam-ccreds
libpng-dylan
libroxen-floatingcode
libsafe
libsdl-erlang
libsem
libspoon-perl
libspork-perl
libstatgrab
libsvn-notify-perl
libtext-wikiformat-perl
libvpopmail-perl
libxmerl-erlang
licq-plugin-jonsgtk
lids-2.4
lingoteach-lesson
lingoteach-sound
lingoteach-ui
linphone
linux-kernel-di-hppa
linux-kernel-di-m68k-2.6
linux-wlan-ng
linuxsms
lmbench
localechooser
ltp
magma
magma-plugins
mailscanner
manderlbot
mcs
mdbtools
mercury
micro-inetd
micro-proxy
mig
minit
mldonkey
mmix
mnemo2
mod-mono
modxslt
mol-modules
mol-modules-2.6.10
mol-modules-2.6.11
mono
monodevelop
monodoc
mooix
mozilla-locale-it
mozilla-locale-lt

Re: GPL and linking

2005-05-07 Thread Michael K. Edwards
On 5/7/05, Batist Paklons [EMAIL PROTECTED] wrote:
 [Note: IALNAP (I am lawyer, not a programmer), arguing solely in
 Belgian/European context, and english is not my native language.]

It's really cool to have an actual lawyer weigh in, even if TINLAIAJ.  :-)

 On 07/05/05, Michael K. Edwards [EMAIL PROTECTED] wrote:
  Again, that's not how it works.  In the presence of a valid license
  contract, one is entitled to contract-law standards of the
  reasonableness of one's attempts to cure a breach when notified.  The
  automatic termination clause is probably unenforceable in most
  jurisdictions; I think (IANAL) few would even read it as authority to
  terminate on inadvertent (non-material) breach, let alone on the
  licensor's idea of breach if the licensee's (reasonable) construction
  makes it not a breach.
 
 Automatic termination clauses are quite common, and generally held
 valid. It is often only what constitutes a breach that can lead to
 such termination that is disputed in court. In my opinion that is one
 of the few GPL license terms that is quite sound, only the grounds on
 which that termination happens seem extremely flakey to me.

You're quite right; I didn't really mean unenforceable, I meant
ineffective as a means of circumventing a court's authority to
interpret the contract and set standards of breach and remedy.  As in
the MySQL case, where the judge decided that the definitional issue
was a matter of fair dispute, and thus MySQL could not meet the
standard of likely to prevail on the facts; and even if MySQL's
interpretation was upheld the breach might well have been cured
(leaving the contract intact) by Progress's conduct subsequent to
notice of breach; and even if it weren't cured, MySQL could show
neither the prospect of irreparable harm nor that the balance of harms
favored it, given the conduct pledged by Progress.  Hence the already
pledged conduct would constitute sufficient remedy pending a full
trial of fact, even though the only remedy specified in the GPL is
termination.

What I really should have written is that automatic termination
clauses only affect the date from which the license is deemed to have
been terminated in the event that a court determines material breach,
but don't give the offeror or drafter any additional authority to
interpret whether a breach has occurred.  From this perspective, an
automatic termination clause isn't so much a way of strengthening the
licensor's authority to terminate as it is a declaration that the
licensee waives any waivable statutory provisions about notice of
termination in the event of breach.  It might also affect whether a
court-ordered remedy at the conclusion of a full trial includes
license termination (i. e., an injunction against continued exercise
of rights granted by the license) or merely damages for any conduct to
date that fell outside the license.

This is in contrast to in the sole judgment of the licensor
language, which as I understand it can only take effect upon notice in
most jurisdictions, and amounts to termination at will plus a
covenant not to terminate without a reasonable belief that one of the
termination conditions has been met.  Such language (which is not
present in the GPL) places the burden upon the licensee to
demonstrate, in the event of notice of termination, that the licensor
did not have a reasonable basis for belief that there was reason to
terminate.

Is that how it works in your jurisdiction, more or less?

 As to the whole derivative work discussion, my opinion is that a judge
 would rather easily decide something isn't a derived work. The linux
 kernel, e.g., wouldn't need those notes of Linus to allow use of the
 API and so on, on the simple reason that the kernel is designed to do
 just that. In Europe at least one has an automatic license to do
 everything that is necessary to run a program for the purpose it is
 intended to, unless explicitly otherwise agreed to. I believe for the
 GPL to rule this out, it has to draft a clause that says: you cannot
 link to this program in such and such a way, unless it is also GPL'ed.
 In general exceptions to a rule have to be very precise, lest they
 become the rule and the rule the exception.

Woohoo.  Yes, that's how I understand it under US law as well
(IANALIAJ), with a couple of asterisks about estoppel and laches.

 I am reasoning from a legal background, and I believe that is also wat
 a judge would do. It is my general opinion, following Michael, that
 large portions of the FSF FAQ are simply wrong. I have written some
 more elaborate papers on that topic, albeit discussing intellectual
 property in more general terms, focussed on Open Source. See
 http://m9923416.kuleuven.be for that (unfortunately, the most
 interesting one is written in dutch, and I do not have time to
 translate).

I suppose that if I profess to be able to read legalese, I ought to be
able to tackle Dutch, with a little help from Google and/or Babelfish.
 :-)

 Kind 

debian package of cogito-0.9 available

2005-05-07 Thread Sebastian Kuzminsky
Hi folks, I'm a wanna-be new maintainer.  With the helpful guidance
of Anibal, I've been working on a Debian package of Cogito.  Cogito is
Pasky's distributed revision control system on top of Linus Torvalds'
GIT directory tracker.


I know there's an ITP for Cogito (#304602), I've tried to contact the
people involved but I have not heard back from them yet.  I hope I'm
not stepping on anyone's toes here!


I think the package is ready for a wider audience.  I just updated it
to the just-released upstream version 0.9, it's available here:

http://highlab.com/~seb/debian


It's lintian  linda clean, _except_ for missing manpages.  There are
no manpages in the upstream, I'll be working to write them over the next
week or two and I'll offer them to the upstream maintainer.


What do you think?




--
Sebastian


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



Accepted doxygen 1.4.2-3 (i386 source all)

2005-05-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 22:50:22 +0200
Source: doxygen
Binary: doxygen-doc doxygen doxygen-gui
Architecture: source all i386
Version: 1.4.2-3
Distribution: unstable
Urgency: high
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 doxygen- Documentation system for C, C++ and IDL
 doxygen-doc - Documentation for doxygen
 doxygen-gui - GUI configuration tool for doxygen
Closes: 307447
Changes: 
 doxygen (1.4.2-3) unstable; urgency=high
 .
   * Warn, if empty prototype is found, instead of segfaulting.
 Closes: #307447.
   * src/docparser.cpp: Fix another segfault (backport from CVS).
Files: 
 2fa09779b67486cf7fc6b2623f15cb6f 741 devel optional doxygen_1.4.2-3.dsc
 8dd852dd26f978dc24b187b9ca7162a3 16481 devel optional doxygen_1.4.2-3.diff.gz
 dd6ad261af5497bd2fbb32c224413482 1349072 devel optional 
doxygen_1.4.2-3_i386.deb
 2cb8eae8144d2f19aca2b3a42371bd7b 105976 devel optional 
doxygen-gui_1.4.2-3_i386.deb
 6b55bb36194069e81ac61c74deaf942e 1099718 doc optional 
doxygen-doc_1.4.2-3_all.deb

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

iD8DBQFCfGLQStlRaw+TLJwRAsQyAKCV70bIvmlAdQlqQDFDRYFOCi8yDwCeJ/6P
5173vJPDNZZhGvOPl9esfBE=
=yBFd
-END PGP SIGNATURE-


Accepted:
doxygen-doc_1.4.2-3_all.deb
  to pool/main/d/doxygen/doxygen-doc_1.4.2-3_all.deb
doxygen-gui_1.4.2-3_i386.deb
  to pool/main/d/doxygen/doxygen-gui_1.4.2-3_i386.deb
doxygen_1.4.2-3.diff.gz
  to pool/main/d/doxygen/doxygen_1.4.2-3.diff.gz
doxygen_1.4.2-3.dsc
  to pool/main/d/doxygen/doxygen_1.4.2-3.dsc
doxygen_1.4.2-3_i386.deb
  to pool/main/d/doxygen/doxygen_1.4.2-3_i386.deb


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



Accepted approx 1.14 (powerpc source)

2005-05-07 Thread Eric Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  5 May 2005 10:43:36 -0400
Source: approx
Binary: approx
Architecture: source powerpc
Version: 1.14
Distribution: unstable
Urgency: low
Maintainer: Eric Cooper [EMAIL PROTECTED]
Changed-By: Eric Cooper [EMAIL PROTECTED]
Description: 
 approx - caching proxy server for Debian archive files
Closes: 306898
Changes: 
 approx (1.14) unstable; urgency=low
 .
   * added --foreground option to approx (closes: #306898)
Files: 
 1fd4590239a462d59e2e7576d5bb2553 719 admin optional approx_1.14.dsc
 8d17ee08f7a6080ff685df16d65ce8b3 15278 admin optional approx_1.14.tar.gz
 5f37c634619e6850b0c49d7c2fd2 480620 admin optional approx_1.14_powerpc.deb

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

iD8DBQFCfG8f2WTeT3CRQaQRArp/AJ4ziQCxVFfb4UBxaRZRexHyhdaZGACeLSML
2i3TMBH2Cz3QvqC8HYfE75Q=
=YVa5
-END PGP SIGNATURE-


Accepted:
approx_1.14.dsc
  to pool/main/a/approx/approx_1.14.dsc
approx_1.14.tar.gz
  to pool/main/a/approx/approx_1.14.tar.gz
approx_1.14_powerpc.deb
  to pool/main/a/approx/approx_1.14_powerpc.deb


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



Accepted kernel-package 8.135 (all source)

2005-05-07 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 03:02:25 -0500
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 8.135
Distribution: unstable
Urgency: medium
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 307587 307713
Changes: 
 kernel-package (8.135) unstable; urgency=medium
 .
   * Bug fix: kernel-package incompatible with experimental dpkg, thanks
 to Thomas Luzat. The problem is that dpkg-architecture
 -qDEB_HOST_GNU_SYSTEM output haschanged for Linux, resulting in
 kernel-package failing to figure out the system time. So, added
 DEB_HOST_ARCH_OS, which is only supported in the dpkg in experimental
 so far. This ain't ever gonna get into Sarge, but   shall be in
 Etch. Try to cope with the dpkg released with Sarge, as   well as the
 future dpkg that shall be in Etch. Discussed with RM, and this was
 deemed wrthy of pushing into Sarge   (Closes: #307587).
   * Bug fix: kernel-package: [INTL:es] make-kpkg update, thanks to Ruben
 Porras(Closes: #307713).
Files: 
 01917c2041a4ef00a130a06f6ae6ce46 483 misc optional kernel-package_8.135.dsc
 e9856852612371c9df35654a3f7db5d5 509476 misc optional 
kernel-package_8.135.tar.gz
 4f8880b3d526e6d2a1a30d2a04f8a131 357242 misc optional 
kernel-package_8.135_all.deb

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

iD8DBQFCfHdxIbrau78kQkwRAtsTAJ9oAF/eJXF8xTlzimBJi77YG+gPrwCg9vDY
Mvq8jkMhZBZx+D7hTJHTUlI=
=zO9J
-END PGP SIGNATURE-


Accepted:
kernel-package_8.135.dsc
  to pool/main/k/kernel-package/kernel-package_8.135.dsc
kernel-package_8.135.tar.gz
  to pool/main/k/kernel-package/kernel-package_8.135.tar.gz
kernel-package_8.135_all.deb
  to pool/main/k/kernel-package/kernel-package_8.135_all.deb


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



Accepted pdksh 5.2.14-19 (i386 source)

2005-05-07 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 10:53:52 +0200
Source: pdksh
Binary: pdksh
Architecture: source i386
Version: 5.2.14-19
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda [EMAIL PROTECTED]
Changed-By: Robert Luberda [EMAIL PROTECTED]
Description: 
 pdksh  - A public domain version of the Korn shell
Closes: 307323
Changes: 
 pdksh (5.2.14-19) unstable; urgency=low
 .
   * postinst,postrm: use add-shell and remove-shell commands to maintain 
/bin/pdksh
 in /etc/shells.
   * Declare dependency on passwd (= 1:4.0.3-10) as described in README.shells
 from the passwd package.
   * c_ulimit.c: enclose all uses of RLIMIT_LOCKS with appropriate #ifdefs
 (closes: #307323).
Files: 
 5f0381a053896fb67507536dc0aaca8d 561 shells optional pdksh_5.2.14-19.dsc
 fa3913976bc9100600a5915ceb2ec1d4 28257 shells optional pdksh_5.2.14-19.diff.gz
 7be6e9238d38ebf6817f478ffe70b38f 257906 shells optional 
pdksh_5.2.14-19_i386.deb

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

iD4DBQFCfIKsThh1cJ0wnDsRAvzvAJ9BqJhrt2LoHrUKILmfpdsmoOny0gCYpOpD
2XP4aRTNl3wQ5VfzuEfSNw==
=1sGw
-END PGP SIGNATURE-


Accepted:
pdksh_5.2.14-19.diff.gz
  to pool/main/p/pdksh/pdksh_5.2.14-19.diff.gz
pdksh_5.2.14-19.dsc
  to pool/main/p/pdksh/pdksh_5.2.14-19.dsc
pdksh_5.2.14-19_i386.deb
  to pool/main/p/pdksh/pdksh_5.2.14-19_i386.deb


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



Accepted dwww 1.9.21 (i386 source)

2005-05-07 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 22:49:24 +0200
Source: dwww
Binary: dwww realpath
Architecture: source i386
Version: 1.9.21
Distribution: unstable
Urgency: medium
Maintainer: Robert Luberda [EMAIL PROTECTED]
Changed-By: Robert Luberda [EMAIL PROTECTED]
Description: 
 dwww   - Read all on-line documentation with a WWW browser
 realpath   - Return the canonicalized absolute pathname
Changes: 
 dwww (1.9.21) unstable; urgency=medium
 .
   * dwww-find: surround the search argument passed to man or dpkg with
 quotation marks.
   * dwww-find: add h2 header on the reg. docs search results page
 to make it look like other pages.
   * Utils.pm: remove some unnecessary spaces.
Files: 
 e927fc95318f2d7aa95efa765630a8d0 508 doc optional dwww_1.9.21.dsc
 2a415b4e48bc6d34a958ba8423ce366b 102523 doc optional dwww_1.9.21.tar.gz
 20a1fb0a1a967959f57d2f186367812a 100056 doc optional dwww_1.9.21_i386.deb
 c5c3358754b77881ebcf07fab61b0519 22556 utils optional realpath_1.9.21_i386.deb

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

iD8DBQFCe+9+Thh1cJ0wnDsRAqk3AJ9GQ5W5ychqnwsZZ9FeYS2V2xYZbwCfb++L
1o+V0gwbB+84WpfIUheRRgc=
=fqVX
-END PGP SIGNATURE-


Accepted:
dwww_1.9.21.dsc
  to pool/main/d/dwww/dwww_1.9.21.dsc
dwww_1.9.21.tar.gz
  to pool/main/d/dwww/dwww_1.9.21.tar.gz
dwww_1.9.21_i386.deb
  to pool/main/d/dwww/dwww_1.9.21_i386.deb
realpath_1.9.21_i386.deb
  to pool/main/d/dwww/realpath_1.9.21_i386.deb


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



Accepted nis 3.13-3 (powerpc i386 source)

2005-05-07 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  1 May 2005 13:58:08 +0100
Source: nis
Binary: nis
Architecture: source i386 powerpc
Version: 3.13-3
Distribution: unstable
Urgency: low
Maintainer: Miquel van Smoorenburg [EMAIL PROTECTED]
Changed-By: Mark Brown [EMAIL PROTECTED]
Desription: 
 nis- Clients and daemons for the Network Information Services (NIS)
Closes: 306925
Changes: 
 nis (3.13-3) unstable; urgency=low
 .
   * Add patch from Alexander Achenbach [EMAIL PROTECTED] preserving errno 
over
 SIGCHLD hanlders in ypserv programs other than ypserv since that already
 does so (closes: #306925).
Files: 
 10aa95f598d0a997af13658db84b54eb 680 net extra nis_3.13-3.dsc
 61dfa062b2c315d73205251218f7d2c4 33521 net extra nis_3.13-3.diff.gz
 93576961ef70fa72621edf2b5509c211 240006 net extra nis_3.13-3_i386.deb
 776328c9e77718f43465da44ac5688b6 255542 net extra nis_3.13-3_powerpc.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCdNeHJ2Vo11xhU60RArlbAJ0VpuvF4H01pPLzJVeSO+K6Y2MYAQCgyf+G
F5EiL0xB4vv0iDnz4lo+imA=
=XY74
-END PGP SIGNATURE-


Accepted:
nis_3.13-3.diff.gz
  to pool/main/n/nis/nis_3.13-3.diff.gz
nis_3.13-3.dsc
  to pool/main/n/nis/nis_3.13-3.dsc
nis_3.13-3_i386.deb
  to pool/main/n/nis/nis_3.13-3_i386.deb
nis_3.13-3_powerpc.deb
  to pool/main/n/nis/nis_3.13-3_powerpc.deb


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



Accepted sbcl 1:0.9.0.19-1 (i386 source all)

2005-05-07 Thread Peter Van Eynde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 07:15:31 +0200
Source: sbcl
Binary: sbcl sbcl-common
Architecture: source i386 all
Version: 1:0.9.0.19-1
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde [EMAIL PROTECTED]
Changed-By: Peter Van Eynde [EMAIL PROTECTED]
Description: 
 sbcl   - A development environment for Common Lisp
 sbcl-common - Architecture independent files for SBCL
Closes: 302355 306711
Changes: 
 sbcl (1:0.9.0.19-1) unstable; urgency=low
 .
   * Upstream bugfix for 0.9.0.0 release.
   * Now build with all build-time checks disabled! But rebuild sbcl
 with itself, thus testing the newly build sbcl
 Closes: #306711, #302355
   * Now loads /etc/sbcl.rc also. Found by Fare'.
Files: 
 efdfdc004134c92c40ecdc6b7af7c364 673 devel optional sbcl_0.9.0.19-1.dsc
 d9a715e9f074b4ca5e243f192eafdc85 3080770 devel optional 
sbcl_0.9.0.19.orig.tar.gz
 982d04086a2ac3f72ef1638bb27cd353 33704 devel optional sbcl_0.9.0.19-1.diff.gz
 a1c2488409e23b9810cee2d12bc94817 3307124 devel optional 
sbcl-common_0.9.0.19-1_all.deb
 74fd28c6caf8aacec1096826e369ce8e 8009996 devel optional 
sbcl_0.9.0.19-1_i386.deb

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

iD8DBQFCfHeD11ldN0tyliURAtiHAJ4l54gQwEaCqlllsvEPB7QmXrrKmQCfWAkX
PNKNhnvimEU1wh5xB55vZcE=
=ChaY
-END PGP SIGNATURE-


Accepted:
sbcl-common_0.9.0.19-1_all.deb
  to pool/main/s/sbcl/sbcl-common_0.9.0.19-1_all.deb
sbcl_0.9.0.19-1.diff.gz
  to pool/main/s/sbcl/sbcl_0.9.0.19-1.diff.gz
sbcl_0.9.0.19-1.dsc
  to pool/main/s/sbcl/sbcl_0.9.0.19-1.dsc
sbcl_0.9.0.19-1_i386.deb
  to pool/main/s/sbcl/sbcl_0.9.0.19-1_i386.deb
sbcl_0.9.0.19.orig.tar.gz
  to pool/main/s/sbcl/sbcl_0.9.0.19.orig.tar.gz


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



Accepted nbd 1:2.7.4-1 (powerpc source)

2005-05-07 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 11:37:20 +0200
Source: nbd
Binary: nbd-client nbd-server
Architecture: source powerpc
Version: 1:2.7.4-1
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst [EMAIL PROTECTED]
Changed-By: Wouter Verhelst [EMAIL PROTECTED]
Description: 
 nbd-client - the Network Block Device client
 nbd-server - the Network Block Device server
Changes: 
 nbd (1:2.7.4-1) unstable; urgency=low
 .
   * New upstream release. Contains patches from Roy Keene to make it all work
 a tad bit more reliable (thanks, Roy!)
Files: 
 2c1f76c8db445a49ea3b05c06afb8241 570 admin optional nbd_2.7.4-1.dsc
 841999f8d7ae0d6a903a6285ff68a49e 131430 admin optional nbd_2.7.4.orig.tar.gz
 9e0a568f01d3682a48eabc6ca291272d 33246 admin optional nbd_2.7.4-1.diff.gz
 3712f459bde64588b6d0310f29c6a010 31620 admin optional 
nbd-server_2.7.4-1_powerpc.deb
 feac8e67ffc44ef20dfe73006cf75e67 27412 admin optional 
nbd-client_2.7.4-1_powerpc.deb

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

iD8DBQFCfI0NPfwsYq950p4RAu+zAKCOF39V5zjr5+6RxqCsELwnYGROIwCcDIC8
nQ5QXSXX5GKKrXgMzVQ73p4=
=EHef
-END PGP SIGNATURE-


Accepted:
nbd-client_2.7.4-1_powerpc.deb
  to pool/main/n/nbd/nbd-client_2.7.4-1_powerpc.deb
nbd-server_2.7.4-1_powerpc.deb
  to pool/main/n/nbd/nbd-server_2.7.4-1_powerpc.deb
nbd_2.7.4-1.diff.gz
  to pool/main/n/nbd/nbd_2.7.4-1.diff.gz
nbd_2.7.4-1.dsc
  to pool/main/n/nbd/nbd_2.7.4-1.dsc
nbd_2.7.4.orig.tar.gz
  to pool/main/n/nbd/nbd_2.7.4.orig.tar.gz


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



Accepted syck 0.42-9 (powerpc source)

2005-05-07 Thread Robert Jordens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 00:51:00 +0200
Source: syck
Binary: php4-syck python-syck python2.3-syck libsyck0-dev
Architecture: source powerpc
Version: 0.42-9
Distribution: unstable
Urgency: high
Maintainer: Robert Jordens [EMAIL PROTECTED]
Changed-By: Robert Jordens [EMAIL PROTECTED]
Description: 
 libsyck0-dev - YAML parser kit -- development files
 php4-syck  - YAML parser kit -- PHP4 bindings
 python-syck - YAML parser kit -- python bindings (default package)
 python2.3-syck - YAML parser kit -- Python 2.3 bindings
Closes: 253665
Changes: 
 syck (0.42-9) unstable; urgency=high
 .
   * apply patch from dann frazier [EMAIL PROTECTED], which closes: 
Bug#253665;
 syck_0.42-3(ia64/unstable): FTBFS: test failures;
 fixes integer return pointer truncation on 64bit architectures;
 this is clearly wrong on all architectures and maybe even dangerous:
 high urgency
Files: 
 b454399f0d443970da713364e82309f7 684 devel optional syck_0.42-9.dsc
 0050d59d013052497b4e58c9c319e828 85006 devel optional syck_0.42-9.diff.gz
 0b7010cbd5865e338d0614f5352e9aae 62166 libdevel optional 
libsyck0-dev_0.42-9_powerpc.deb
 c5d11c560a792fd5ca6eba981a6ff392 43372 python optional 
python2.3-syck_0.42-9_powerpc.deb
 1d7a047eae177ac7b1870f3f5fa00aa4 7068 python optional 
python-syck_0.42-9_powerpc.deb
 6f2cc5c408206692a972d12900cbc06e 33144 web optional 
php4-syck_0.42-9_powerpc.deb

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

iD8DBQFCfJagHSjkv+Av7xERArycAJ9+CMu5ssvvbLPlqQoYDEMe+EsYxwCcDGcX
gvI4NNngqYdwmthb0J8q/3Y=
=L66S
-END PGP SIGNATURE-


Accepted:
libsyck0-dev_0.42-9_powerpc.deb
  to pool/main/s/syck/libsyck0-dev_0.42-9_powerpc.deb
php4-syck_0.42-9_powerpc.deb
  to pool/main/s/syck/php4-syck_0.42-9_powerpc.deb
python-syck_0.42-9_powerpc.deb
  to pool/main/s/syck/python-syck_0.42-9_powerpc.deb
python2.3-syck_0.42-9_powerpc.deb
  to pool/main/s/syck/python2.3-syck_0.42-9_powerpc.deb
syck_0.42-9.diff.gz
  to pool/main/s/syck/syck_0.42-9.diff.gz
syck_0.42-9.dsc
  to pool/main/s/syck/syck_0.42-9.dsc


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



Accepted ruby1.8 1.8.2-6 (i386 source all)

2005-05-07 Thread akira yamada
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 17:26:44 +0900
Source: ruby1.8
Binary: libtcltk-ruby1.8 libruby1.8-dbg rdoc1.8 libgdbm-ruby1.8 ruby1.8-dev 
ruby1.8-elisp ruby1.8-examples libdbm-ruby1.8 irb1.8 ruby1.8 
libreadline-ruby1.8 libopenssl-ruby1.8 libruby1.8 ri1.8
Architecture: source i386 all
Version: 1.8.2-6
Distribution: unstable
Urgency: high
Maintainer: akira yamada [EMAIL PROTECTED]
Changed-By: akira yamada [EMAIL PROTECTED]
Description: 
 irb1.8 - Interactive Ruby (for Ruby 1.8)
 libdbm-ruby1.8 - DBM interface for Ruby 1.8
 libgdbm-ruby1.8 - GDBM interface for Ruby 1.8
 libopenssl-ruby1.8 - OpenSSL interface for Ruby 1.8
 libreadline-ruby1.8 - Readline interface for Ruby 1.8
 libruby1.8 - Libraries necessary to run Ruby 1.8
 libruby1.8-dbg - Debugging libraries for Ruby 1.8
 libtcltk-ruby1.8 - Tcl/Tk interface for Ruby 1.8
 rdoc1.8- Generate documentation from Ruby source files (for Ruby 1.8)
 ri1.8  - Ruby Interactive reference (for Ruby 1.8)
 ruby1.8- Interpreter of object-oriented scripting language Ruby 1.8
 ruby1.8-dev - Header files for compiling extension modules for the Ruby 1.8
 ruby1.8-elisp - ruby-mode for Emacsen
 ruby1.8-examples - Examples for Ruby 1.8
Closes: 307990
Changes: 
 ruby1.8 (1.8.2-6) unstable; urgency=high
 .
   * akira yamada [EMAIL PROTECTED]
   - added debian/patches/105_cvs_updates.patch:
   - (urgency high) zlib causes SEGV (GC related bug)  [ruby-core:04712]
 (closes: #307990)
   - (urgency high) illegal regexp may cause SEGV  [ruby-core:04751]
   - (urgency high) tcltklib may cause SEGV
   - fixed memory leak by tcltklib
Files: 
 1d8044e385c664e5617eaa1693b1d409 1012 interpreters optional ruby1.8_1.8.2-6.dsc
 32484340eb2e0f5fccffa9e82055c83f 41 interpreters optional 
ruby1.8_1.8.2-6.diff.gz
 a2bb6fcbcee61c82a8d0c64e00b9f41e 152526 interpreters optional 
ruby1.8_1.8.2-6_i386.deb
 8e1a4cf8c1c0de00046c3343bf377fdb 1351196 libs optional 
libruby1.8_1.8.2-6_i386.deb
 f8169f241404499ba8afb015227b975f 759532 libdevel extra 
libruby1.8-dbg_1.8.2-6_i386.deb
 ed62a2a97b546a2dbc481b709ec18997 623772 devel optional 
ruby1.8-dev_1.8.2-6_i386.deb
 d1d9164763bf7589b9e45a3fa70f4519 135940 interpreters optional 
libdbm-ruby1.8_1.8.2-6_i386.deb
 1b3b54084ca77b6d985e75d78a379d81 137118 interpreters optional 
libgdbm-ruby1.8_1.8.2-6_i386.deb
 cf653ef7cb28715bc33f6ab2304886a4 132842 interpreters optional 
libreadline-ruby1.8_1.8.2-6_i386.deb
 c3a52ac02e51f16f5efdb4f7b87faad5 1440998 interpreters optional 
libtcltk-ruby1.8_1.8.2-6_i386.deb
 53e5cc496092e2da244626c550c01af2 225798 interpreters optional 
libopenssl-ruby1.8_1.8.2-6_i386.deb
 e8c2b2e6f98235a47cc33baa53481df6 217536 interpreters optional 
ruby1.8-examples_1.8.2-6_all.deb
 eb95019b3f13d77d2c2cedee2a723a51 143586 interpreters optional 
ruby1.8-elisp_1.8.2-6_all.deb
 c94e6953542bc9e7ef3426d85acda847 706270 interpreters optional 
ri1.8_1.8.2-6_all.deb
 b020e0a89ff7ff0a9ca56dc603dc7f10 235330 doc optional rdoc1.8_1.8.2-6_all.deb
 dac8a8cf9610b829a02f0f8b56341a56 170292 interpreters optional 
irb1.8_1.8.2-6_all.deb

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

iD8DBQFCfJA3XzkxpuIT8aARAip5AJ0b3sNqBGTAjo+aHTlO0yVpzDow4ACeJauz
cSZPLC3O2xpOZz0px7bP/kc=
=SJeN
-END PGP SIGNATURE-


Accepted:
irb1.8_1.8.2-6_all.deb
  to pool/main/r/ruby1.8/irb1.8_1.8.2-6_all.deb
libdbm-ruby1.8_1.8.2-6_i386.deb
  to pool/main/r/ruby1.8/libdbm-ruby1.8_1.8.2-6_i386.deb
libgdbm-ruby1.8_1.8.2-6_i386.deb
  to pool/main/r/ruby1.8/libgdbm-ruby1.8_1.8.2-6_i386.deb
libopenssl-ruby1.8_1.8.2-6_i386.deb
  to pool/main/r/ruby1.8/libopenssl-ruby1.8_1.8.2-6_i386.deb
libreadline-ruby1.8_1.8.2-6_i386.deb
  to pool/main/r/ruby1.8/libreadline-ruby1.8_1.8.2-6_i386.deb
libruby1.8-dbg_1.8.2-6_i386.deb
  to pool/main/r/ruby1.8/libruby1.8-dbg_1.8.2-6_i386.deb
libruby1.8_1.8.2-6_i386.deb
  to pool/main/r/ruby1.8/libruby1.8_1.8.2-6_i386.deb
libtcltk-ruby1.8_1.8.2-6_i386.deb
  to pool/main/r/ruby1.8/libtcltk-ruby1.8_1.8.2-6_i386.deb
rdoc1.8_1.8.2-6_all.deb
  to pool/main/r/ruby1.8/rdoc1.8_1.8.2-6_all.deb
ri1.8_1.8.2-6_all.deb
  to pool/main/r/ruby1.8/ri1.8_1.8.2-6_all.deb
ruby1.8-dev_1.8.2-6_i386.deb
  to pool/main/r/ruby1.8/ruby1.8-dev_1.8.2-6_i386.deb
ruby1.8-elisp_1.8.2-6_all.deb
  to pool/main/r/ruby1.8/ruby1.8-elisp_1.8.2-6_all.deb
ruby1.8-examples_1.8.2-6_all.deb
  to pool/main/r/ruby1.8/ruby1.8-examples_1.8.2-6_all.deb
ruby1.8_1.8.2-6.diff.gz
  to pool/main/r/ruby1.8/ruby1.8_1.8.2-6.diff.gz
ruby1.8_1.8.2-6.dsc
  to pool/main/r/ruby1.8/ruby1.8_1.8.2-6.dsc
ruby1.8_1.8.2-6_i386.deb
  to pool/main/r/ruby1.8/ruby1.8_1.8.2-6_i386.deb


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



Accepted roxen3 3.3.63-7 (sparc source all)

2005-05-07 Thread Turbo Fredriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 19:57:01 +0200
Source: roxen3
Binary: roxen3 roxen3-doc
Architecture: source all sparc
Version: 3.3.63-7
Distribution: unstable
Urgency: low
Maintainer: Turbo Fredriksson [EMAIL PROTECTED]
Changed-By: Turbo Fredriksson [EMAIL PROTECTED]
Description: 
 roxen3 - The Roxen Challenger Webserver
 roxen3-doc - Roxen 3.3 documentation
Closes: 232232 250135 287431 304311
Changes: 
 roxen3 (3.3.63-7) unstable; urgency=low
 .
   * Make sure the roxen mysql diff in doc/roxen3 is named correctly according
 to documentation.
   * Support build on woody:
 - Make sure the templates is woody compatible (no leading underscore before
   the Description fields).
 - Don't depend on pike | pike7. Only pike7.2 (and it's modules).
 - Lower dependency on debhelper (from 4.1.16 to 4.0.2).
   * Remove redundant patch of env.d/mysql.pike (to change MySQL port). This is
 better done via the environment variable(s) at startup.
   * Slight change to the configuration/config_filesystem.pike file to correctly
 create/restore the documentation database.
   * Load the documentation database to the MySQL database at roxen3-doc 
installation
 so we don't have to restart roxen to get documentation. Required a postinst
 for the roxen3-doc package.
   * Slight rearrangement of what files is in what patch.
   * Provide 'httpd-cgi'
 Closes: #304311
   * Merge in NMU fixes:
 - Provde dutch po-debconf translation - patch by cobaco.
   Closes: #232232
 - Provide catalan po-debconf translation - patch by Aleix Badia i Bosch.
   Closes: #250135
 - Provide Czech po-debconf translation - patch by Miroslav Kure.
   Closes: #287431
 - Provide Danish po-debconf translation thanks to Claus Hindsgaul.
Files: 
 7f28a8ace8779a07742b0d89c8216728 621 web optional roxen3_3.3.63-7.dsc
 e1eb3d681fa35352f9514fa434c93da4 23831951 web optional 
roxen3_3.3.63.orig.tar.gz
 9051ca41831372710b643797cb98904f 65063 web optional roxen3_3.3.63-7.diff.gz
 0109453924f1c7533f8a5b04e9397916 3531250 doc optional 
roxen3-doc_3.3.63-7_all.deb
 5466b23141fee9a5f7a3cb2c236a4701 6909838 web optional roxen3_3.3.63-7_sparc.deb

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

iD8DBQFCfH9KmlWzPKccHgARAun1AJ9vBaDGB+8fDhBStA4k9HvM3TO+wACcCnV9
0NE3YIFzWWjMTiSmfcARaWA=
=m/dE
-END PGP SIGNATURE-


Accepted:
roxen3-doc_3.3.63-7_all.deb
  to pool/main/r/roxen3/roxen3-doc_3.3.63-7_all.deb
roxen3_3.3.63-7.diff.gz
  to pool/main/r/roxen3/roxen3_3.3.63-7.diff.gz
roxen3_3.3.63-7.dsc
  to pool/main/r/roxen3/roxen3_3.3.63-7.dsc
roxen3_3.3.63-7_sparc.deb
  to pool/main/r/roxen3/roxen3_3.3.63-7_sparc.deb


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



Accepted evince 0.3.0-1 (i386 source)

2005-05-07 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 12:55:06 +0200
Source: evince
Binary: evince
Architecture: source i386
Version: 0.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 evince - Document (postscript, pdf) viewer
Changes: 
 evince (0.3.0-1) unstable; urgency=low
 .
   * New upstream version:
 - Continous mode.
 - Dual page mode.
 - Control + Scroll does zooming.
 - Shift + Scroll scrolls horizontally.
 - Zoom control in the toolbar.
Files: 
 1302fa875a2fbe21587fac8e0ca3d387 1648 gnome optional evince_0.3.0-1.dsc
 c1f533f137c4c82e4edafab9661a2134 819654 gnome optional evince_0.3.0.orig.tar.gz
 0d632b3b5125b39304c14037ad9689e3 3849 gnome optional evince_0.3.0-1.diff.gz
 06eddb743b61b01e0239e8d9d3a0e99e 312338 gnome optional evince_0.3.0-1_i386.deb

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

iD8DBQFCfKFtQxo87aLX0pIRAkBoAJ98Ot6t3rEAxhtvtUevJjsK9zVJ9ACglCfM
A1kvNKlysCVkUZ6605Avkb8=
=rhYu
-END PGP SIGNATURE-


Accepted:
evince_0.3.0-1.diff.gz
  to pool/main/e/evince/evince_0.3.0-1.diff.gz
evince_0.3.0-1.dsc
  to pool/main/e/evince/evince_0.3.0-1.dsc
evince_0.3.0-1_i386.deb
  to pool/main/e/evince/evince_0.3.0-1_i386.deb
evince_0.3.0.orig.tar.gz
  to pool/main/e/evince/evince_0.3.0.orig.tar.gz


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



Accepted libgnomedb 1.2.1-4 (i386 source all)

2005-05-07 Thread Gustavo R. Montesino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 06:52:12 -0300
Source: libgnomedb
Binary: libgnomedb2-4-dbg libgnomedb2-common libgnomedb2-dev libgnomedb2-doc 
libgnomedb2-4
Architecture: source all i386
Version: 1.2.1-4
Distribution: unstable
Urgency: high
Maintainer: Gustavo R. Montesino [EMAIL PROTECTED]
Changed-By: Gustavo R. Montesino [EMAIL PROTECTED]
Description: 
 libgnomedb2-4 - Database UI widget library for GNOME2
 libgnomedb2-4-dbg - Database UI widget library for GNOME2 and debugging symbols
 libgnomedb2-common - Database UI widget library for GNOME2 -- common files
 libgnomedb2-dev - Database UI widget library for GNOME2 -- development files
 libgnomedb2-doc - Database UI widget library for GNOME2 -- documentation files
Closes: 304959
Changes: 
 libgnomedb (1.2.1-4) unstable; urgency=high
 .
   * debian/rules: Really put the schemas in the right place (closes: #304959).
Files: 
 4ed655feb482a16eb67afae89a948be6 1852 libs optional libgnomedb_1.2.1-4.dsc
 bdd1d81bd0c01b1122cb615be7b84654 31282 libs optional libgnomedb_1.2.1-4.diff.gz
 b0da913e2f984fe2b6090c667a088c48 92104 doc optional 
libgnomedb2-doc_1.2.1-4_all.deb
 b7f71dc91455b397f24e61a9b130483d 109478 libs optional 
libgnomedb2-4_1.2.1-4_i386.deb
 26cc43f0ae89bccea90c78543bc963a4 166508 misc optional 
libgnomedb2-common_1.2.1-4_i386.deb
 ceac37f9912a54171840420b425a1fe1 99198 libdevel optional 
libgnomedb2-dev_1.2.1-4_i386.deb
 3fc10c5a1d384219173b8bd1a7823a9b 2896130 libdevel extra 
libgnomedb2-4-dbg_1.2.1-4_i386.deb

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

iD8DBQFCfL15rSla4ddfhTMRAosPAJ91jLerrjhB4sZmUcjMX9H0siKGiwCfTn5l
PH8tccdL2p5gugCGUzfbiPI=
=pj39
-END PGP SIGNATURE-


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


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



Accepted gnome-applets 2.10.1-2 (powerpc all source)

2005-05-07 Thread =?utf-8?b?TWFyYyBEZXF1w6huZXMgKER1Y2sp?=
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  5 May 2005 13:51:55 +0200
Source: gnome-applets
Binary: gnome-applets-data gnome-applets-dbg gnome-applets gnome-applets-dev
Architecture: source powerpc all
Version: 2.10.1-2
Distribution: experimental
Urgency: low
Maintainer: Marc Dequènes (Duck) [EMAIL PROTECTED]
Changed-By: Marc Dequènes (Duck) [EMAIL PROTECTED]
Description: 
 gnome-applets - Various applets for GNOME 2 panel - binary files
 gnome-applets-data - Various applets for GNOME 2 panel - data files
 gnome-applets-dbg - Various applets for GNOME 2 panel - binary files with 
debugging s
 gnome-applets-dev - Various applets for GNOME 2 panel - development files
Closes: 306871
Changes: 
 gnome-applets (2.10.1-2) experimental; urgency=low
 .
   * Get rid of buggy mc-install-default-macros ; made a .entries file to
 be loaded with gconftool-2 as replacement.
   * Added necessary Conflicts/Replaces/Provices for trashapplet to ease
 migration from Sarge (trashapplet is now included into applets)
 (Closes: #306871).
Files: 
 a4c57a684668fae1311569ef7d9ba7fe 2322 gnome optional gnome-applets_2.10.1-2.dsc
 3a4135008a06d7b86cb1ea19e47a6203 19565 gnome optional 
gnome-applets_2.10.1-2.diff.gz
 bfcbd97f7c44a8c607b6a4ec12b6d207 6574684 gnome optional 
gnome-applets-data_2.10.1-2_all.deb
 efedac2a2a97a9445b21016e3675912f 407966 gnome optional 
gnome-applets_2.10.1-2_powerpc.deb
 41a2a7f102375f071a23d05e525f6b04 7578450 gnome optional 
gnome-applets-dbg_2.10.1-2_powerpc.deb
 c63e2f31f213e8e5a56e1a903286eee8 89912 gnome optional 
gnome-applets-dev_2.10.1-2_powerpc.deb

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

iD8DBQFCfMDDgTd+SodosdIRAhQ4AJ48KaDHxrBYPtm7v+LC1XlbhKnaEACfTDD+
9NRfFNFS1Wn/lHUU1qD7Z7I=
=wS8p
-END PGP SIGNATURE-


Accepted:
gnome-applets-data_2.10.1-2_all.deb
  to pool/main/g/gnome-applets/gnome-applets-data_2.10.1-2_all.deb
gnome-applets-dbg_2.10.1-2_powerpc.deb
  to pool/main/g/gnome-applets/gnome-applets-dbg_2.10.1-2_powerpc.deb
gnome-applets-dev_2.10.1-2_powerpc.deb
  to pool/main/g/gnome-applets/gnome-applets-dev_2.10.1-2_powerpc.deb
gnome-applets_2.10.1-2.diff.gz
  to pool/main/g/gnome-applets/gnome-applets_2.10.1-2.diff.gz
gnome-applets_2.10.1-2.dsc
  to pool/main/g/gnome-applets/gnome-applets_2.10.1-2.dsc
gnome-applets_2.10.1-2_powerpc.deb
  to pool/main/g/gnome-applets/gnome-applets_2.10.1-2_powerpc.deb


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



Accepted bbkeys 0.9.0-2 (i386 source)

2005-05-07 Thread Bruno Barrera C.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  4 May 2005 09:42:42 -0400
Source: bbkeys
Binary: bbkeys
Architecture: source i386
Version: 0.9.0-2
Distribution: unstable
Urgency: high
Maintainer: Bruno Barrera C. [EMAIL PROTECTED]
Changed-By: Bruno Barrera C. [EMAIL PROTECTED]
Description: 
 bbkeys - A key-grabber for any NETWM/EMWH-compliant window manager
Closes: 307504
Changes: 
 bbkeys (0.9.0-2) unstable; urgency=high
 .
   * Missing build-dependency on pkg-config.
 (closes: #307504)
Files: 
 54cad0d998d05d8553d139383305e6e1 582 x11 optional bbkeys_0.9.0-2.dsc
 9b3aed275eb1d90f03c9c5d578f22d5b 3433 x11 optional bbkeys_0.9.0-2.diff.gz
 178fd2b86dd5502d9e1c1b9765a08a85 149486 x11 optional bbkeys_0.9.0-2_i386.deb

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

iD8DBQFCeNIcf+2upy2F5boRAre7AKDBJRlNuVBzrUkQDGhmbl1FaW4u9gCgnWoz
9UzzbL5vrI0FMPyETWZ2ato=
=BimP
-END PGP SIGNATURE-


Accepted:
bbkeys_0.9.0-2.diff.gz
  to pool/main/b/bbkeys/bbkeys_0.9.0-2.diff.gz
bbkeys_0.9.0-2.dsc
  to pool/main/b/bbkeys/bbkeys_0.9.0-2.dsc
bbkeys_0.9.0-2_i386.deb
  to pool/main/b/bbkeys/bbkeys_0.9.0-2_i386.deb


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



Accepted ledit 1.11-5 (all source)

2005-05-07 Thread Sven Luther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 16:24:19 +0200
Source: ledit
Binary: ledit
Architecture: source all
Version: 1.11-5
Distribution: unstable
Urgency: low
Maintainer: Sven Luther [EMAIL PROTECTED]
Changed-By: Sven Luther [EMAIL PROTECTED]
Description: 
 ledit  - line editor for interactive programs
Closes: 269270
Changes: 
 ledit (1.11-5) unstable; urgency=low
 .
   * Stop shipping the man page in manl. (Closes: #269270)
Files: 
 892719f3bcb4fe50ff4b854a1da88d7c 579 editors optional ledit_1.11-5.dsc
 1a36a2e80b3e4bd89e5868b586d249aa 3855 editors optional ledit_1.11-5.diff.gz
 0a17caadbbaf188c3f66ff44790de3d7 28082 editors optional ledit_1.11-5_all.deb

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

iD8DBQFCfNEA2WTeT3CRQaQRAr0CAJwMf34LSRCGeaBoHkjanIUCW6vqjwCgpRMn
O1Q0sfZQWbLtg0fDuwFvBsY=
=Xr+3
-END PGP SIGNATURE-


Accepted:
ledit_1.11-5.diff.gz
  to pool/main/l/ledit/ledit_1.11-5.diff.gz
ledit_1.11-5.dsc
  to pool/main/l/ledit/ledit_1.11-5.dsc
ledit_1.11-5_all.deb
  to pool/main/l/ledit/ledit_1.11-5_all.deb


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



Accepted phpmyadmin 4:2.6.2-3 (all source)

2005-05-07 Thread Piotr Roszatycki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 14:49:49 +0200
Source: phpmyadmin
Binary: phpmyadmin
Architecture: source all
Version: 4:2.6.2-3
Distribution: unstable
Urgency: high
Maintainer: Piotr Roszatycki [EMAIL PROTECTED]
Changed-By: Piotr Roszatycki [EMAIL PROTECTED]
Description: 
 phpmyadmin - set of PHP-scripts to administrate MySQL over the WWW
Closes: 307901
Changes: 
 phpmyadmin (4:2.6.2-3) unstable; urgency=high
 .
   * Fix apache2.conf only for 4:2.6.2-1 release. Closes: #307901 (critical),
 #307275 (critical), #304786 (critical).
   * Clean up old 'Include /etc/phpmyadmin/apache.conf' from httpd.conf in safe
 way.
   * Removed old code which modified httpd.conf if 'Include /etc/apache/conf.d'
 was missing.
   * Note for release manager: cleaning up config.inc.php doesn't change the
 application logic. The autoloading of the PHP extensions is already
 implemented in the upstream's code.
Files: 
 c83db93421cebdcc89fb4c50550d5a69 592 web extra phpmyadmin_2.6.2-3.dsc
 7de04feefd0776d3afc3e9ad3d71d89e 27954 web extra phpmyadmin_2.6.2-3.diff.gz
 20d611062eec50a684d29c846e58426f 2787564 web extra phpmyadmin_2.6.2-3_all.deb

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

iD8DBQFCfNcMhMHHe8CxClsRAmKDAKCrvZswLRH0ypRnwkCy9k4Qci5vGwCgv+b4
qyvMuY16bsYw33/RoTKgpGo=
=zxWM
-END PGP SIGNATURE-


Accepted:
phpmyadmin_2.6.2-3.diff.gz
  to pool/main/p/phpmyadmin/phpmyadmin_2.6.2-3.diff.gz
phpmyadmin_2.6.2-3.dsc
  to pool/main/p/phpmyadmin/phpmyadmin_2.6.2-3.dsc
phpmyadmin_2.6.2-3_all.deb
  to pool/main/p/phpmyadmin/phpmyadmin_2.6.2-3_all.deb


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



Accepted x86info 1.13-3 (i386 source)

2005-05-07 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 15:39:20 +0100
Source: x86info
Binary: x86info
Architecture: source i386
Version: 1.13-3
Distribution: unstable
Urgency: low
Maintainer: Mark Brown [EMAIL PROTECTED]
Changed-By: Mark Brown [EMAIL PROTECTED]
Description: 
 x86info- Display diagnostic information about i386 compatible CPUs
Closes: 307684
Changes: 
 x86info (1.13-3) unstable; urgency=low
 .
   * Build on amd64 too (closes: #307684).
   * Use GCC 3.4 on amd64 since that is required in order to build i386
 assembler (the default is GCC 3.3).
Files: 
 06ee970cee6d3ec08b5c14c7a9aca56e 603 admin extra x86info_1.13-3.dsc
 659d84d672cb2697099753ae15a4ab00 6274 admin extra x86info_1.13-3.diff.gz
 6e958f2f052a4ccb2928de8ecbf251bc 34754 admin extra x86info_1.13-3_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCfNR+J2Vo11xhU60RAh3SAJ0ZLk3pRW1qSwjnlNEapVFagE4MZwCeL9Ay
EQZcLELUaPYTw6Gk9gUpRGU=
=rOhh
-END PGP SIGNATURE-


Accepted:
x86info_1.13-3.diff.gz
  to pool/main/x/x86info/x86info_1.13-3.diff.gz
x86info_1.13-3.dsc
  to pool/main/x/x86info/x86info_1.13-3.dsc
x86info_1.13-3_i386.deb
  to pool/main/x/x86info/x86info_1.13-3_i386.deb


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



Accepted evince 0.3.0-2 (i386 source)

2005-05-07 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 14:40:25 +0200
Source: evince
Binary: evince
Architecture: source i386
Version: 0.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 evince - Document (postscript, pdf) viewer
Closes: 308021
Changes: 
 evince (0.3.0-2) unstable; urgency=low
 .
   * debian/control.in:
 - updated the Build-Depends and the description.
   * debian/rules:
 - build with djvu and dvi options (Closes: #308021).
   * debian/watch:
 - updated.
Files: 
 2f7be980b311870ffe6b8f1802784a16 1683 gnome optional evince_0.3.0-2.dsc
 71ca4e413fb9c0bff0ac0ea3c57f0a09 3973 gnome optional evince_0.3.0-2.diff.gz
 cc98d1d34aa539c3bac27478eba84eb3 399370 gnome optional evince_0.3.0-2_i386.deb

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

iD8DBQFCfNliQxo87aLX0pIRAlMCAJ4vdyy/vEz5uSjkV0fCw6axP0M/iQCgmmRk
X/6P0Z30jOBrgu26VYZkqzA=
=+slg
-END PGP SIGNATURE-


Accepted:
evince_0.3.0-2.diff.gz
  to pool/main/e/evince/evince_0.3.0-2.diff.gz
evince_0.3.0-2.dsc
  to pool/main/e/evince/evince_0.3.0-2.dsc
evince_0.3.0-2_i386.deb
  to pool/main/e/evince/evince_0.3.0-2_i386.deb


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



Accepted devtodo 0.1.18-2 (i386 source)

2005-05-07 Thread Arthur Korn
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.7
Date: Sat,  7 May 2005 13:10:59 +0200
Source: devtodo
Binary: devtodo
Architecture: source i386
Version: 0.1.18-2
Distribution: unstable
Urgency: low
Maintainer: Arthur Korn [EMAIL PROTECTED]
Changed-By: Arthur Korn [EMAIL PROTECTED]
Description: 
 devtodo- hierarchical, prioritised todo list manager
Closes: 287773 307226
Changes: 
 devtodo (0.1.18-2) unstable; urgency=low
 .
   * devtodo.1: removed duplicated --comment doc
   * copyright: fixed upstream email address, closes: #287773
   * TodoDB.cc(752): swap calls to erase() and t-db-setDirty(), so the latter
 is actually called on an existing object. Thanks a lot to Wesley J.
 Landaker and the other folks from [EMAIL PROTECTED] for tracking this
 down. closes: #307226
Files: 
 def250ee17f22dc5bdcf7c4a861a6e86 619 utils optional devtodo_0.1.18-2.dsc
 5ceb8868a8f78d0a383a774bce4d2f8d 148177 utils optional devtodo_0.1.18-2.diff.gz
 c1a97037df532488bdcc243c28cf2c7f 169892 utils optional 
devtodo_0.1.18-2_i386.deb

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

iD8DBQFCfN3XNgpsykSg/LgRAyjeAKDOljTEBHwobqrqIBM814YHz9QUswCfd8ZA
9+Xl5h8sWHSTidC+pYnzCYg=
=iHrS
-END PGP SIGNATURE-


Accepted:
devtodo_0.1.18-2.diff.gz
  to pool/main/d/devtodo/devtodo_0.1.18-2.diff.gz
devtodo_0.1.18-2.dsc
  to pool/main/d/devtodo/devtodo_0.1.18-2.dsc
devtodo_0.1.18-2_i386.deb
  to pool/main/d/devtodo/devtodo_0.1.18-2_i386.deb


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



Accepted gnome-system-tools 1.2.0-1 (i386 source)

2005-05-07 Thread Jose Carlos Garcia Sogo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 17:42:10 +0200
Source: gnome-system-tools
Binary: gnome-system-tools
Architecture: source i386
Version: 1.2.0-1
Distribution: experimental
Urgency: low
Maintainer: Jose Carlos Garcia Sogo [EMAIL PROTECTED]
Changed-By: Jose Carlos Garcia Sogo [EMAIL PROTECTED]
Description: 
 gnome-system-tools - Cross-platform configuration utilities for GNOME
Closes: 290370 291881 300593
Changes: 
 gnome-system-tools (1.2.0-1) experimental; urgency=low
 .
   * Marq Dequènes (Duck):
 + New upstream release (Closes: #300593).
 + Removed the following patches now obsolete :
- 05_sarge.dpatch
- 10_relibtoolize.dpatch
 + Suggests 'wvdial' useful for networking tool (Closes: #291881).
 + Suggests 'ntp-simple' instead of 'ntp' (Closes: #290370).
 + Converted to CDBS (could not resist the temptation ;-).
 + Rewrote 'debian/copyright'.
 + Removed 'ximian-setup-tools' transitional package.
 + Fixed 'debian/menu'.
- unquoted-string-in-menu-item
- menu-icon-not-in-xpm-format
- s/runlevel/services/
 + Removed unnecessary call to ldconfig in maintainer scripts (CDBS
   parameter in 'debian/rules').
 + Activated 'services' and 'disks' tools to test them in experimental
   and see if they can now be trusted (like 'boot' tool was enabled in
   2.8).
   * Jose Carlos:
 + Add watch file for this package.
Files: 
 5418033207095addfe18bddbdea71d3f 1850 gnome extra 
gnome-system-tools_1.2.0-1.dsc
 0abf0b720da3b55d8d988d8353c11bd2 2407726 gnome extra 
gnome-system-tools_1.2.0.orig.tar.gz
 2c96199abe02d828b4a976a903178255 16820 gnome extra 
gnome-system-tools_1.2.0-1.diff.gz
 a32ecc2445d6602376d29c8d3be8be5d 1874890 gnome extra 
gnome-system-tools_1.2.0-1_i386.deb

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

iD8DBQFCfORUS+BYJZB4jhERAgvvAJ9wx6gMvwnL0bGNYxKiABbGh6gYKQCgpWX9
SPBRIeSUKd3fdyUwUpHz5e0=
=g4O1
-END PGP SIGNATURE-


Accepted:
gnome-system-tools_1.2.0-1.diff.gz
  to pool/main/g/gnome-system-tools/gnome-system-tools_1.2.0-1.diff.gz
gnome-system-tools_1.2.0-1.dsc
  to pool/main/g/gnome-system-tools/gnome-system-tools_1.2.0-1.dsc
gnome-system-tools_1.2.0-1_i386.deb
  to pool/main/g/gnome-system-tools/gnome-system-tools_1.2.0-1_i386.deb
gnome-system-tools_1.2.0.orig.tar.gz
  to pool/main/g/gnome-system-tools/gnome-system-tools_1.2.0.orig.tar.gz


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



Accepted adjtimex 1.20-5 (i386 source)

2005-05-07 Thread James R. Van Zandt
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sat,  7 May 2005 11:58:47 -0400
Source: adjtimex
Binary: adjtimex
Architecture: source i386
Version: 1.20-5
Distribution: unstable
Urgency: low
Maintainer: James R. Van Zandt [EMAIL PROTECTED]
Changed-By: James R. Van Zandt [EMAIL PROTECTED]
Description: 
 adjtimex   - Utility to display or set the kernel time variables
Closes: 307600
Changes: 
 adjtimex (1.20-5) unstable; urgency=low
 .
   * debian/po/vi.po: Vietnamese translation for debconf template, courtesy
 of Clytie Siddall [EMAIL PROTECTED] (closes:Bug#307600)
Files: 
 31760088ef6ae1dbec3847a2e8abb709 672 admin optional adjtimex_1.20-5.dsc
 8ad5dc4cdbc2ef2db177a61c09d70d57 38668 admin optional adjtimex_1.20-5.diff.gz
 75b0de63f5d2fd4a171977aae7246e74 48064 admin optional adjtimex_1.20-5_i386.deb

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

iQCVAwUBQnzl9THnPxTimJZtAQEMGAP/Qwj+h6Wm7m/ke4z5IXFC4XoOnLVQOazR
2NLrKx/GHK4puLMMvC6gnXtkLtc+id/b8w5WaI7hPj3ZUPzZWrVQQ2G16psqXa0W
7lvp/jZWB6onpvGCuNQD8gwgHSe2MLMzaT7iNeFcr/iNd6HH6vqtPMoZNiTcHmzp
IYthmjfsFxw=
=eicS
-END PGP SIGNATURE-


Accepted:
adjtimex_1.20-5.diff.gz
  to pool/main/a/adjtimex/adjtimex_1.20-5.diff.gz
adjtimex_1.20-5.dsc
  to pool/main/a/adjtimex/adjtimex_1.20-5.dsc
adjtimex_1.20-5_i386.deb
  to pool/main/a/adjtimex/adjtimex_1.20-5_i386.deb


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



Accepted cvsgraph 1.5.1-1 (powerpc i386 source)

2005-05-07 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 12 Apr 2005 22:03:17 +0100
Source: cvsgraph
Binary: cvsgraph
Architecture: source i386 powerpc
Version: 1.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Mark Brown [EMAIL PROTECTED]
Changed-By: Mark Brown [EMAIL PROTECTED]
Desription: 
 cvsgraph   - Create a tree of revisions/branches from a CVS/RCS file
Closes: 304165
Changes: 
 cvsgraph (1.5.1-1) unstable; urgency=low
 .
   * New upstream release (closes: #304165).
Files: 
 479b39f866557b02006557a5bed99b79 632 devel optional cvsgraph_1.5.1-1.dsc
 2f01dc06685581ac03bac38e08bf3b29 104506 devel optional 
cvsgraph_1.5.1.orig.tar.gz
 c8bb351b0a7ba36eaefaa5d16a906101 4569 devel optional cvsgraph_1.5.1-1.diff.gz
 929df8aa5f1ff97bd88120a0e611ce3e 75102 devel optional cvsgraph_1.5.1-1_i386.deb
 7d808d6b729acc0991138dc9b0ae1307 79794 devel optional 
cvsgraph_1.5.1-1_powerpc.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCXD6tJ2Vo11xhU60RAnZqAKDmR2q7WyfndJDAX2oC1j0FoQYluACgkyvW
57tnLyclm7ii/h2Vq9jd1Z0=
=NM2i
-END PGP SIGNATURE-


Accepted:
cvsgraph_1.5.1-1.diff.gz
  to pool/main/c/cvsgraph/cvsgraph_1.5.1-1.diff.gz
cvsgraph_1.5.1-1.dsc
  to pool/main/c/cvsgraph/cvsgraph_1.5.1-1.dsc
cvsgraph_1.5.1-1_i386.deb
  to pool/main/c/cvsgraph/cvsgraph_1.5.1-1_i386.deb
cvsgraph_1.5.1-1_powerpc.deb
  to pool/main/c/cvsgraph/cvsgraph_1.5.1-1_powerpc.deb
cvsgraph_1.5.1.orig.tar.gz
  to pool/main/c/cvsgraph/cvsgraph_1.5.1.orig.tar.gz


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



Accepted libsaxon-java 1:6.5.3-4 (all source)

2005-05-07 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 17:51:37 +0200
Source: libsaxon-java
Binary: libsaxon-java-doc libsaxon-java
Architecture: source all
Version: 1:6.5.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 libsaxon-java - The Saxon XSLT Processor
 libsaxon-java-doc - The Saxon XSLT Processor's documentation and javadoc
Changes: 
 libsaxon-java (1:6.5.3-4) unstable; urgency=low
 .
   * Reverted conflicts, provides, replaces lib-saxon-java for the Woody to
 Sarge smooth transition
Files: 
 fcbacf13ea46d9db53a190f109a6203b 788 contrib/libs optional 
libsaxon-java_6.5.3-4.dsc
 0dfaadbd771109612878d7ad591571d3 6035 contrib/libs optional 
libsaxon-java_6.5.3-4.diff.gz
 1f43c2bdc59c2c439fa4b1b6d6018907 544432 contrib/libs optional 
libsaxon-java_6.5.3-4_all.deb
 7fa3dbe4756325259840d88c6ae790a3 1127036 contrib/doc optional 
libsaxon-java-doc_6.5.3-4_all.deb

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

iD8DBQFCfOk04vzFZu62tMIRAoiWAKC/2QY1a3R+ChIGGc2aYlsB+ecG3wCgijYQ
AsBHvCZvIrdT2FShUNBXTug=
=hLpy
-END PGP SIGNATURE-


Accepted:
libsaxon-java-doc_6.5.3-4_all.deb
  to pool/contrib/libs/libsaxon-java/libsaxon-java-doc_6.5.3-4_all.deb
libsaxon-java_6.5.3-4.diff.gz
  to pool/contrib/libs/libsaxon-java/libsaxon-java_6.5.3-4.diff.gz
libsaxon-java_6.5.3-4.dsc
  to pool/contrib/libs/libsaxon-java/libsaxon-java_6.5.3-4.dsc
libsaxon-java_6.5.3-4_all.deb
  to pool/contrib/libs/libsaxon-java/libsaxon-java_6.5.3-4_all.deb


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



Accepted gclcvs 2.7.0-42 (i386 source all)

2005-05-07 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 16:09:43 +
Source: gclcvs
Binary: gclcvs gclcvs-doc
Architecture: source i386 all
Version: 2.7.0-42
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire [EMAIL PROTECTED]
Changed-By: Camm Maguire [EMAIL PROTECTED]
Description: 
 gclcvs - GNU Common Lisp compiler, CVS snapshot
 gclcvs-doc - Documentation for GNU Common Lisp, CVS snapshot
Changes: 
 gclcvs (2.7.0-42) unstable; urgency=low
 .
   * libreadline5 support for Debian
   * Push function 'accept  into lisp, use select for 'listen on socket
 streams
   * Add daemon capabilities to server sockets, document socket and
 accept
   * Some gcl-tk fixes
   * gcltk demo cleanups
   * Probe-file, open_stream, and the like fail on directories
   * Fix symlink resolution to absolute paths, Thanks Magnus Henoch
   * Place prototypes for defcfun in header files
   * libreadline5 for Debian
   * Darwin cleanups
   * static function pointer for array-dimension for ia64
   * si::*link-hash-table* to replace stored bfd hash tables (using
 malloced memory)
   * Unique init-names for compiler::link and the like
   * remove _o from init-names
   * Update ensure-directories-exist to new probe-file behavior
Files: 
 e8e5611b38197abc88f43804b9c99774 628 interpreters optional gclcvs_2.7.0-42.dsc
 9a727251e48addc5112113a20d6328b1 10131482 interpreters optional 
gclcvs_2.7.0-42.tar.gz
 db759cb6793416683e9044831c136ee0 3203248 doc optional 
gclcvs-doc_2.7.0-42_all.deb
 b513b4b83e395c5dec8b086d07a1d142 29343834 interpreters optional 
gclcvs_2.7.0-42_i386.deb

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

iD8DBQFCfPKrczG1wFfwRdwRAhaYAJ9yRz1mQDyb1rJ1fg39MEKcGqP3PQCfYGk/
j1hvQK1qMlVX7nywi4CRTqQ=
=GjgP
-END PGP SIGNATURE-


Accepted:
gclcvs-doc_2.7.0-42_all.deb
  to pool/main/g/gclcvs/gclcvs-doc_2.7.0-42_all.deb
gclcvs_2.7.0-42.dsc
  to pool/main/g/gclcvs/gclcvs_2.7.0-42.dsc
gclcvs_2.7.0-42.tar.gz
  to pool/main/g/gclcvs/gclcvs_2.7.0-42.tar.gz
gclcvs_2.7.0-42_i386.deb
  to pool/main/g/gclcvs/gclcvs_2.7.0-42_i386.deb


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



Accepted remctl 1.8-1 (i386 source)

2005-05-07 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Fri,  6 May 2005 08:52:37 -0700
Source: remctl
Binary: remctl
Architecture: source i386
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Russ Allbery [EMAIL PROTECTED]
Changed-By: Russ Allbery [EMAIL PROTECTED]
Description: 
 remctl - remote Kerberos-authenticated command execution
Changes: 
 remctl (1.8-1) unstable; urgency=low
 .
   * New upstream release.
 - Support include and continuation lines in configuration files.
 - Default configuration file location is now /etc/remctl/remctl.conf.
 - Reduce the syslog noise unless -v is used.
 - Remove the misleading export clause from the license.
   * Add postinst and prerm to add a commented-out invocation of remctld to
 inetd.conf.
   * Install a sample remctl.conf in /etc/remctl that includes all
 fragments in /etc/remctl/conf.d.  Create /etc/remctl/conf.d and
 /etc/remctl/acl for the use of the local administrator.
Files: 
 7f234f8bc9c564c8dc1853ffccf48234 842 net optional remctl_1.8-1.dsc
 4a2d445b25029b839c3f9787576724d5 81814 net optional remctl_1.8.orig.tar.gz
 4480441031c9124eae00360c29921f2b 3959 net optional remctl_1.8-1.diff.gz
 c1a19916cde6fe7c29f1e040a79dd6a9 56576 net optional remctl_1.8-1_i386.deb

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

iQEVAwUBQn0Exrf2jhx5fmQdAQFdPwf9GsC81TjSfzfDsrbC38+l3gbDKiERzaJS
WeMH+sY1cEmCwf3w7Wqp0hSMuh5s5+Az74zlL3+mY/dQQCTnpvzPSMwFg/cUs+j0
M/c6ptL8p9W0eLRObY3suKh439lH9MZZrLs9dqluOcU0jHLpsaqabakNkf7TQmcW
ESPEwfu859vI+CT247egC3zeuQL/wqhWpCCDHlfvmgknfmv+BJZJ/YkqF2joGKBx
mUWxy9ZSUJ5E6ct/gVsEDvGP34LqHYX7C0SNHLw+pPP2ZHf2yvNI/t0np7Iunu8y
3FdtLli5FbZPX0Yee2luzohyO2j6KicMNbXoWTBFotO4TdUGmeuU8A==
=exBE
-END PGP SIGNATURE-


Accepted:
remctl_1.8-1.diff.gz
  to pool/main/r/remctl/remctl_1.8-1.diff.gz
remctl_1.8-1.dsc
  to pool/main/r/remctl/remctl_1.8-1.dsc
remctl_1.8-1_i386.deb
  to pool/main/r/remctl/remctl_1.8-1_i386.deb
remctl_1.8.orig.tar.gz
  to pool/main/r/remctl/remctl_1.8.orig.tar.gz


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



Accepted rbldnsd 0.995 (i386 source)

2005-05-07 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 23:57:32 +0400
Source: rbldnsd
Binary: rbldnsd
Architecture: source i386
Version: 0.995
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila [EMAIL PROTECTED]
Changed-By: Michael Tokarev [EMAIL PROTECTED]
Description: 
 rbldnsd- small nameserver daemon designed for DNSBLs
Changes: 
 rbldnsd (0.995) unstable; urgency=low
 .
   * released 0.995
 .
   * ensure we do not return more than 255 answers (which can happen when
 EDNS0 size extensions are enabled), as the code isn't prepared to handle
 2-byte numanswers field in DNS packet header.
 .
 rbldnsd (0.994.94) unstable; urgency=low
 .
   * fixed EDNS0 (it now really works)
 .
   * fixed NS+glue records - if there's no room for glue but auth section
 can be added, add auth w/o glue
 .
   * remove p_..cnt #defines (to be p_..cnt2), as they're confusing
 .
 rbldnsd (0.994.93) unstable; urgency=low
 .
   * glue records for NSes, finally.
 .
   * when queried for NS or ANY to the base zone, return NS recs in
 both answer and authority sections.
 .
   * in acl dataset, default action is now ignore, not always-listed
 .
 rbldnsd (0.994.92) unstable; urgency=low
 .
   * finally: EDNS0 support.  Patch was here for a long time, now applied.
 .
   * ACL (initial, experimental) support, with quite some changes all over
 to make it possible/easier:
 - add peer address info pointers to struct dnspacket
   (and made both struct packet and peer sockaddr to be static
in rbldnsd.c); remove peer address parameters from
logreply().
 - add DSTF_SPECIAL flag, to indicate this dataset type can't be nested;
   modify rbldnsd_combined.c accordingly
 - remove (unused) DSTF_ZERODN flag
 - define two new helper macros, dstype(name) and isdstype(dst,name),
   to refer to types of datasets, and use the macros in the code
 - add ACL-specific RR info into struct dnspacket
 - dataset query types now return bitflags, not true/false:
   NSQUERY_FOUND (1) - found a matching record
   NSQUERY_ADDPEER (2) - for always listed acl, we should add
the always listed ACL RR into the reply packet.
   return NSQUERY_FOUND instead of generic `1' in all dataset-queryfns.
 - extend qi_tflag to also include ACL-specific flags:
   NSQUERY_IGNORE, NSQUERY_REFUSE, NSQUERY_EMPTY, NSQUERY_ALWAYS
 - add check_query_overwrites() macro to test the above flags and
   return NSQUERY_ADDPEER or other bits in dataset-queryfn routines,
   and use this macro in all non-metadata datasets
 - when constructing reply, collect flags from queryfns, not boolean.
 - add g_dsacl and zone-z_dsacl pointers (global and zone-specific
   datasets)
 - modify rbldnsd_zones.c:addzone() to recognize ACLs and to disallow
   empty base zone domain name.
 - disallow $NS and $SOA for ACL-type datasets in ds_special()
 - new dataset file: rbldnsd_acl.c.  Add acl dataset into global
   dataset type list.
 - actually call ACL-specific routine -- ds_acl_query() -- when
   constructing reply to a query
 - when at the end of constructing answer section of the reply
   we notice always-listed ACL has been triggered, add
   ACL-specific A+TXT records into the reply
Files: 
 1e1aee9ce323d09c9e5a555d4c5071fb 535 net optional rbldnsd_0.995.dsc
 888a61e9a296a1b76db0c94ca44c612a 102700 net optional rbldnsd_0.995.tar.gz
 00e23c03a81c532001d7cb399a2faa5e 81684 net optional rbldnsd_0.995_i386.deb

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

iD8DBQFCfQPkd9Uuvj7yPNYRArxTAKDAbEs1tZyOmuxcGS1HfOGh+xW6EgCglSfH
9eiEZv65ok9xjy05+jCTUAY=
=97+J
-END PGP SIGNATURE-


Accepted:
rbldnsd_0.995.dsc
  to pool/main/r/rbldnsd/rbldnsd_0.995.dsc
rbldnsd_0.995.tar.gz
  to pool/main/r/rbldnsd/rbldnsd_0.995.tar.gz
rbldnsd_0.995_i386.deb
  to pool/main/r/rbldnsd/rbldnsd_0.995_i386.deb


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



Accepted kdelibs 4:3.3.2-6 (i386 source all)

2005-05-07 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 10:30:05 -0400
Source: kdelibs
Binary: kdelibs4 kdelibs-bin kdelibs kdelibs4-doc kdelibs-data kdelibs4-dev
Architecture: source i386 all
Version: 4:3.3.2-6
Distribution: unstable
Urgency: high
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Description: 
 kdelibs- KDE core libraries metapackage
 kdelibs-bin - KDE core binaries
 kdelibs-data - KDE core shared data
 kdelibs4   - KDE core libraries
 kdelibs4-dev - KDE core libraries (development files)
 kdelibs4-doc - KDE core library documentation
Changes: 
 kdelibs (4:3.3.2-6) unstable; urgency=high
 .
   +++ Changes by Christopher Martin:
 .
   * Includes a corrected fix for CAN-2005-1046. The previous upstream patch
 broke certain filetypes. This resolves the issue.
Files: 
 69a0995475d1106b95bc357160439d5d 1302 libs optional kdelibs_3.3.2-6.dsc
 dca5dc07cee80a6fdf075acc521fa1b5 403256 libs optional kdelibs_3.3.2-6.diff.gz
 b1fda9a138fd7a536638a33b3475710f 863586 libs optional 
kdelibs-bin_3.3.2-6_i386.deb
 bb50d2933a4705b61473275b55e2742f 8201978 libs optional 
kdelibs4_3.3.2-6_i386.deb
 0026d8b4289fb04c9c00afb4c1c95638 1239878 libdevel optional 
kdelibs4-dev_3.3.2-6_i386.deb
 b0aaad9cdd6f481dd4df7db14fa97ce6 27650 kde optional kdelibs_3.3.2-6_all.deb
 92b0cb79741bcb96a6d9ee4080006cfa 7093844 libs optional 
kdelibs-data_3.3.2-6_all.deb
 1cbe32b7aa1273247b5fdd4767b20e79 11532058 doc optional 
kdelibs4-doc_3.3.2-6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Signed by Isaac Clerencia [EMAIL PROTECTED]

iD8DBQFCfQ3RQET2GFTmct4RAgQNAJ4psCw81KPa09rH0Uax5nAJ86YolACfcAsE
Z0WGXSD6Fc7Uk2KC2m1Z8lI=
=YedI
-END PGP SIGNATURE-


Accepted:
kdelibs-bin_3.3.2-6_i386.deb
  to pool/main/k/kdelibs/kdelibs-bin_3.3.2-6_i386.deb
kdelibs-data_3.3.2-6_all.deb
  to pool/main/k/kdelibs/kdelibs-data_3.3.2-6_all.deb
kdelibs4-dev_3.3.2-6_i386.deb
  to pool/main/k/kdelibs/kdelibs4-dev_3.3.2-6_i386.deb
kdelibs4-doc_3.3.2-6_all.deb
  to pool/main/k/kdelibs/kdelibs4-doc_3.3.2-6_all.deb
kdelibs4_3.3.2-6_i386.deb
  to pool/main/k/kdelibs/kdelibs4_3.3.2-6_i386.deb
kdelibs_3.3.2-6.diff.gz
  to pool/main/k/kdelibs/kdelibs_3.3.2-6.diff.gz
kdelibs_3.3.2-6.dsc
  to pool/main/k/kdelibs/kdelibs_3.3.2-6.dsc
kdelibs_3.3.2-6_all.deb
  to pool/main/k/kdelibs/kdelibs_3.3.2-6_all.deb


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



Accepted aspell-it 0.60-2 (i386 source)

2005-05-07 Thread Stefano Melchior
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 22:24:05 +0200
Source: aspell-it
Binary: aspell-it
Architecture: source i386
Version: 0.60-2
Distribution: unstable
Urgency: high
Maintainer: Giuseppe Sacco [EMAIL PROTECTED]
Changed-By: Stefano Melchior [EMAIL PROTECTED]
Description: 
 aspell-it  - The Italian dictionary for GNU Aspell
Closes: 284377 288219
Changes: 
 aspell-it (0.60-2) unstable; urgency=high
 .
   * Added it_affix.dat file (required for a correct program behaviour)
   * Correctly closes bug for package adoption and a fixed bug (Closes: 
#288219, #284377)
Files: 
 f89e6e52a3aae5dd988b609b5cf09e39 603 text optional aspell-it_0.60-2.dsc
 83a72d7981c12dc31cf6a5dd5fc2964e 38414 text optional aspell-it_0.60-2.diff.gz
 46dda6dc2f1bbdd12fc76120bea92dd2 785010 text optional aspell-it_0.60-2_i386.deb

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

iD8DBQFCfRxDIgfFlOyXCJ0RAmACAJ965rfY4VrcLyYbXnJk9g2Mli8vTgCfTEIw
0Kab4amUv+o2AlzQjvGESnw=
=6EXU
-END PGP SIGNATURE-


Accepted:
aspell-it_0.60-2.diff.gz
  to pool/main/a/aspell-it/aspell-it_0.60-2.diff.gz
aspell-it_0.60-2.dsc
  to pool/main/a/aspell-it/aspell-it_0.60-2.dsc
aspell-it_0.60-2_i386.deb
  to pool/main/a/aspell-it/aspell-it_0.60-2_i386.deb


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



Accepted mc 1:4.6.0-4.6.1-pre3-2 (i386 source)

2005-05-07 Thread Ludovic Drolez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  6 Mar 2005 12:06:32 +0100
Source: mc
Binary: mc
Architecture: source i386
Version: 1:4.6.0-4.6.1-pre3-2
Distribution: unstable
Urgency: medium
Maintainer: Stefano Melchior [EMAIL PROTECTED]
Changed-By: Ludovic Drolez [EMAIL PROTECTED]
Description: 
 mc - midnight commander - a powerful file manager
Closes: 83447 89350 103242 109956 167986 208867 226987 228934 253869 264890 
298322 299210 299932 305649 305859 307344
Changes: 
 mc (1:4.6.0-4.6.1-pre3-2) unstable; urgency=medium
 .
   * Urgency set to medium because of LOTS of annoying bugs fixed and
 the segfault in mcedit.
   * Fixed German po translation with upstream, 20_german_translation.patch.
 Closes: #253869
   * Added Antiword to view .doc files, 41_antiword_mc.ext.patch
 Closes: #305649
   * Added menu entry for Debian source packages, 47_mc.menu.diff
 Closes: #307344
   * Fixed Samba enabling. Closes: #264890
   * Fixed Build-Depend on libgpm for GNU/non-Linux. Closes: #226987
   * Added colored syntax for man pages by Michelle Konzack,
 13_syntax.patch. Closes: #298322
   * Improved shell syntax highlighting by Michelle Konzack: 18_sh_syntax.patch.
 Closes: #299210
   * Improved php syntax HL with 23_php.singlequote_fix.patch
   * Fixed colored syntax highlighting and hostname in the title bar,
 22_main.c.patch
   * Fixed tar file system glitch for tar -cvzlf file.tgz / /home/
 Closes: #89350
   * Fixed problems with View and Edit when used with LANG=hu_HU. Closes: 
#103242
   * Fixed unprintable control sequences in PS1 cause broken prompt
 Closes: #83447
   * Fixed: mcedit: subshell changes directory. Closes: #208867
   * Fixed the #utar archive content viewer missing files. Closes: #228934
   * Enabled charset conversion feature. Closes: #109956, #167986
   * Added new keybinding by Vitja Makarov with 42_keybindings-0.2.2.patch
   * Added const_cast to be replaced by str_unconst, 44_str_unconst.patch
 by Roland Illig.
   * Improved symlink handling in ftpfs (45_ftpfs_symlink*.patch) by P.Tsekov.
   * Parent directory's patch by Leonard den Ottolander with 46_dotdotdir.patch
   * Fixed [EMAIL PROTECTED] in the term emulation title bar.
   * Added new menu generation patch by Roland Illig
 with 27_menu-generation.patch
   * Fixed: possible data loss when quota exedeed by Jindrich Novy.
   * Fixed uarj bug from Savannah with 29_uarj_bug.patch (Savannah #12406).
   * Added patch to view inside udebs by Mantas Kriauciunas, 35_mc.ext.in.patch
 (Sannavah #3899)
   * Added space on prompt bugfix by Jindrich Novy with
 30_mc-spaceprompt1.patch. Closes: #305859
   * Added Bad error checking after iconv() call patch by Jindrich Novy with
 33_mc-iconv-error.patch
   * Added syntax patches for c vs. cxx  with 32_c-vs-cxx.patch
   * Added syntax patches for scripts starting with /usr/bin/env with
 32_lang-with-env.patch
   * Added a substitute for --enable-maintainer-mode with 
36_developer_mode.patch
 by Roland Illig.
   * Fixed mc core dumps when not find context default section in syntax 
section
 with 37_mcedit-segv.patch by Ian Zagorskih.
   * Added the ext2 quote fixing hunks by Leonard den Ottolander.
   * Added AUTHORS patch, 43_AUTHORS.patch, by Leonard den Ottolander.
   * Added mcedit position remember bugfix by Christian Hamar with
 31_mc_filepos_bugfix_461pre4a.patch
   * Added fix for End key in viewer by Jindrich Makovicka with 40_view.c.patch
   * Added Vietnamese translation with 26_vietnamese_po.patch
   * Fixed 11_extfs_missing.patch because of problems with .jar files.
 Closes: #299932.
   * added zip, unzip, bzip2 to 'Suggests'.
Files: 
 82e4ec685d4f012aa052005d7c49e9ea 693 utils optional mc_4.6.0-4.6.1-pre3-2.dsc
 628cb18a6c3f0ad8db4e793685682cae 68601 utils optional 
mc_4.6.0-4.6.1-pre3-2.diff.gz
 11809dcaa3b7ecf42e42e9c740f420b0 2154634 utils optional 
mc_4.6.0-4.6.1-pre3-2_i386.deb

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

iD8DBQFCfSFRsRlQAP1GppgRAsiuAJ9KPqMimIWulV3bF8wq7aKfvoRMFACdHALi
BjsONrV5Y4NJ0+qGJNJtbSU=
=OV2W
-END PGP SIGNATURE-


Accepted:
mc_4.6.0-4.6.1-pre3-2.diff.gz
  to pool/main/m/mc/mc_4.6.0-4.6.1-pre3-2.diff.gz
mc_4.6.0-4.6.1-pre3-2.dsc
  to pool/main/m/mc/mc_4.6.0-4.6.1-pre3-2.dsc
mc_4.6.0-4.6.1-pre3-2_i386.deb
  to pool/main/m/mc/mc_4.6.0-4.6.1-pre3-2_i386.deb


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



Accepted atmel-firmware 1.3-1 (all source)

2005-05-07 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 7 May 2005 21:10:32 +
Source: atmel-firmware
Binary: atmel-firmware
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Simon Kelley [EMAIL PROTECTED]
Changed-By: Simon Kelley [EMAIL PROTECTED]
Description: 
 atmel-firmware - Firmware for Atmel at76c50x wireless networking chips.
Closes: 305199
Changes: 
 atmel-firmware (1.3-1) unstable; urgency=low
 .
* New upstream. (closes: #305199)
Files: 
 00522d151679ac53a2f1aed6de2e5ef4 554 non-free/net optional 
atmel-firmware_1.3-1.dsc
 77cb6f8fb9c79241a6892069b38c5081 469934 non-free/net optional 
atmel-firmware_1.3.orig.tar.gz
 c862e343c727a9ea9ac1236cd442eabc 3878 non-free/net optional 
atmel-firmware_1.3-1.diff.gz
 8c739dfe0d3bfee5dac0f6ee232b4f8d 459426 non-free/net optional 
atmel-firmware_1.3-1_all.deb

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

iD8DBQFCfSJowEl0z99oB74RAizzAKCpZ3vNjMAcubNg9JN71ohQ/nVk4QCg0FpV
/X4PKIBzIA0Rg2mohuAfOAQ=
=8/Mw
-END PGP SIGNATURE-


Accepted:
atmel-firmware_1.3-1.diff.gz
  to pool/non-free/a/atmel-firmware/atmel-firmware_1.3-1.diff.gz
atmel-firmware_1.3-1.dsc
  to pool/non-free/a/atmel-firmware/atmel-firmware_1.3-1.dsc
atmel-firmware_1.3-1_all.deb
  to pool/non-free/a/atmel-firmware/atmel-firmware_1.3-1_all.deb
atmel-firmware_1.3.orig.tar.gz
  to pool/non-free/a/atmel-firmware/atmel-firmware_1.3.orig.tar.gz


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



Accepted syslog-ocaml 1.2-1 (powerpc source)

2005-05-07 Thread Eric Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 30 Apr 2005 15:50:47 -0400
Source: syslog-ocaml
Binary: libsyslog-ocaml-dev
Architecture: source powerpc
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Eric Cooper [EMAIL PROTECTED]
Description: 
 libsyslog-ocaml-dev - syslog routines for OCaml
Changes: 
 syslog-ocaml (1.2-1) unstable; urgency=low
 .
   * New upstream release incorporating syslog-ng support
   * Only build byte-code version on architectures with no ocamlopt
Files: 
 68d67f6d51f45fc39a43ac0fb936df88 696 devel optional syslog-ocaml_1.2-1.dsc
 c0284f8c421f34670e65a7561056bf68 10211 devel optional 
syslog-ocaml_1.2.orig.tar.gz
 5f19aa65b6dec83012b00014eb1565cd 2097 devel optional syslog-ocaml_1.2-1.diff.gz
 cb52173f36fc0854ef0db9e7e841b1f7 13372 libdevel optional 
libsyslog-ocaml-dev_1.2-1_powerpc.deb

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

iD8DBQFCfTeR2WTeT3CRQaQRAvK6AJ93lPEgUev7F2KVuUI9LblRzw5FwQCgqiAR
xzSdJhLQJ0W5IWEN1mIKCGs=
=el/z
-END PGP SIGNATURE-


Accepted:
libsyslog-ocaml-dev_1.2-1_powerpc.deb
  to pool/main/s/syslog-ocaml/libsyslog-ocaml-dev_1.2-1_powerpc.deb
syslog-ocaml_1.2-1.diff.gz
  to pool/main/s/syslog-ocaml/syslog-ocaml_1.2-1.diff.gz
syslog-ocaml_1.2-1.dsc
  to pool/main/s/syslog-ocaml/syslog-ocaml_1.2-1.dsc
syslog-ocaml_1.2.orig.tar.gz
  to pool/main/s/syslog-ocaml/syslog-ocaml_1.2.orig.tar.gz


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



Accepted fakeroot 1.2.11 (sparc source)

2005-05-07 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 17:37:37 -0400
Source: fakeroot
Binary: fakeroot
Architecture: source sparc
Version: 1.2.11
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 fakeroot   - Gives a fake root environment
Closes: 299633
Changes: 
 fakeroot (1.2.11) unstable; urgency=low
 .
   * Apply patch from Michael Banck to fix the Hurd alternative
 handling.  closes: #299633.
Files: 
 cca294cec89d692c5f0f5bdb80c69baa 552 utils optional fakeroot_1.2.11.dsc
 3abf9fac9a71daf28c5e348068f20b56 1134315 utils optional fakeroot_1.2.11.tar.gz
 7aec29e55eea1ded7608bb66c62d3a6a 96696 utils optional fakeroot_1.2.11_sparc.deb

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

iD8DBQFCfTjE5m0u66uWM3ARAukdAKCT2QvHqFzO/+HyBtfrvWgQbtXeCwCdEZBO
Y35LHOIuSDTZY+Xyre/iW+0=
=dhxt
-END PGP SIGNATURE-


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


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



Accepted dbconfig-common 1.8.1 (all source)

2005-05-07 Thread sean finney
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 04 May 2005 14:06:17 -0400
Source: dbconfig-common
Binary: dbconfig-common
Architecture: source all
Version: 1.8.1
Distribution: experimental
Urgency: low
Maintainer: sean finney [EMAIL PROTECTED]
Changed-By: sean finney [EMAIL PROTECTED]
Description: 
 dbconfig-common - common framework for packaging database applications
Closes: 307160 307635
Changes: 
 dbconfig-common (1.8.1) experimental; urgency=low
 .
   * the mysql verify user/db functions were broken in 1.8 thanks to my better
 error notification fix.
   * changed a couple references of upgrade_error to dbc_upgraded error,
 as pointed out by tobias.  there was also an remove_error that should
 be dbc_remove_error
   * various fixes for postgresql remote connections
   * don't allow empty admin passwords in pgsql, since they don't work anyway.
   * don't repeat asking for the admin password.
   * use the return status of the execute sql/script functions, not the
 value of dbc_status, which is not consistant and probably on its way
 out.  thanks to tobias for pointing this out.
   * return 0, not exit 0 in dbc_go functions, as it will otherwise
 halt the entire maintainer script.
   * added three new maintainer-specifiable variables:
   - dbc_generate_include_owner
   - dbc_generate_include_perms
   - dbc_generate_include_args
 which are passed to dbconfig-generate-include and do just what you'd
 expect.  Thanks to Miguel Gea Milvaques for the idea and initial patch.
   * updated THANKS.
   * Translations:
 - Catalan translations from Miguel Gea Milvaques.
 - New Czech translations from Miroslav Kure (closes: #307160).
 - New Vietnamese translations from Clytie Siddall (closes: #307635).
Files: 
 ca451558067e61deb9fcc224e312a898 513 admin optional dbconfig-common_1.8.1.dsc
 0a888d0ff6c284bb254c65f0ac88e0ec 91261 admin optional 
dbconfig-common_1.8.1.tar.gz
 87ebea76bafe8ca5ad24da3bab26797b 77140 admin optional 
dbconfig-common_1.8.1_all.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCfUseynjLPm522B0RAlXbAKCB8/AWze1c5XBILeqyxwUmPTAppwCeJjSh
PdZzimQdoXdLR6NXcmrOTGk=
=tksD
-END PGP SIGNATURE-


Accepted:
dbconfig-common_1.8.1.dsc
  to pool/main/d/dbconfig-common/dbconfig-common_1.8.1.dsc
dbconfig-common_1.8.1.tar.gz
  to pool/main/d/dbconfig-common/dbconfig-common_1.8.1.tar.gz
dbconfig-common_1.8.1_all.deb
  to pool/main/d/dbconfig-common/dbconfig-common_1.8.1_all.deb


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



Accepted gcc-snapshot 20050507-1 (i386 source)

2005-05-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 May 2005 19:16:24 +0200
Source: gcc-snapshot
Binary: gcc-snapshot
Architecture: source i386
Version: 20050507-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
Changes: 
 gcc-snapshot (20050507-1) unstable; urgency=low
 .
   * CVS 20050409, taken from HEAD (4.1).
   * Copy debian/* from gcc-4.0 source.
Files: 
 177b032592e3546a26d9353ab601c003 2138 devel optional 
gcc-snapshot_20050507-1.dsc
 2141e997052f101344a8949ddd4e9ae0 30195229 devel optional 
gcc-snapshot_20050507.orig.tar.gz
 fab7c9ada51c6a441432db72c3926545 231052 devel optional 
gcc-snapshot_20050507-1.diff.gz
 97a672a24a2d8c5ae9d09c30d0a619e8 50611332 devel extra 
gcc-snapshot_20050507-1_i386.deb

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

iD8DBQFCfUd0StlRaw+TLJwRAj/wAKCePXT0B+Jnep1hSbj0gHmCzTGQmwCeOllO
8q2a6LQ8EpOvaZ/Y2iODjBY=
=dq5q
-END PGP SIGNATURE-


Accepted:
gcc-snapshot_20050507-1.diff.gz
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050507-1.diff.gz
gcc-snapshot_20050507-1.dsc
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050507-1.dsc
gcc-snapshot_20050507-1_i386.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050507-1_i386.deb
gcc-snapshot_20050507.orig.tar.gz
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050507.orig.tar.gz


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



Accepted vte 1:0.11.13-2 (i386 source all)

2005-05-07 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 30 Apr 2005 19:07:20 +0200
Source: vte
Binary: python-vte libvte4 libvte-doc libvte-common libvte-dev
Architecture: source i386 all
Version: 1:0.11.13-2
Distribution: unstable
Urgency: low
Maintainer: Arnaud Patard [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 libvte-common - Terminal emulator widget for GTK+ 2.0 - common files
 libvte-dev - Terminal emulator widget for GTK+ 2.0 - development files
 libvte-doc - Terminal emulator widget for GTK+ 2.0 - development files
 libvte4- Terminal emulator widget for GTK+ 2.0 - runtime files
 python-vte - Python bindings for the VTE widget set
Changes: 
 vte (1:0.11.13-2) unstable; urgency=low
 .
   * Rebuild on an unstable box to avoid dependencies in experimental.
Files: 
 6a294d05c009ff0bc358ea3b75d62a2b 1679 libs optional vte_0.11.13-2.dsc
 bb209952593cfff4ca0443af82a6c16d 40851 libs optional vte_0.11.13-2.diff.gz
 a2f2e26f173fb5b8ef4c09301c863bbc 110646 libs optional 
libvte-common_0.11.13-2_all.deb
 b75bc21bb55b67196217af141e6cf0ef 82964 doc optional 
libvte-doc_0.11.13-2_all.deb
 1ac6f374e5cee649d5cfa369d6deb4a1 678196 libs optional 
libvte4_0.11.13-2_i386.deb
 6518ca42556ee0e5b87f30e3ba71c1d5 435148 libdevel optional 
libvte-dev_0.11.13-2_i386.deb
 ad39e94320e1895ba82ce7146dc9d72b 380794 python optional 
python-vte_0.11.13-2_i386.deb

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

iD8DBQFCc9eDrSla4ddfhTMRAjx9AJ0VHaG0wfA4GNKBc9NVtYEgc/u8+ACgxbbS
ZdZGB7TSToCSeHqMQ6lG8vc=
=Z8/4
-END PGP SIGNATURE-


Accepted:
libvte-common_0.11.13-2_all.deb
  to pool/main/v/vte/libvte-common_0.11.13-2_all.deb
libvte-dev_0.11.13-2_i386.deb
  to pool/main/v/vte/libvte-dev_0.11.13-2_i386.deb
libvte-doc_0.11.13-2_all.deb
  to pool/main/v/vte/libvte-doc_0.11.13-2_all.deb
libvte4_0.11.13-2_i386.deb
  to pool/main/v/vte/libvte4_0.11.13-2_i386.deb
python-vte_0.11.13-2_i386.deb
  to pool/main/v/vte/python-vte_0.11.13-2_i386.deb
vte_0.11.13-2.diff.gz
  to pool/main/v/vte/vte_0.11.13-2.diff.gz
vte_0.11.13-2.dsc
  to pool/main/v/vte/vte_0.11.13-2.dsc


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



Accepted dokuwiki 0.0.20050218-6 (all source)

2005-05-07 Thread =?utf-8?b?TWF0dGkgUMO2bGzDpA==?=
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 19:52:58 +
Source: dokuwiki
Binary: dokuwiki
Architecture: source all
Version: 0.0.20050218-6
Distribution: unstable
Urgency: low
Maintainer: Matti Pöllä [EMAIL PROTECTED]
Changed-By: Matti Pöllä [EMAIL PROTECTED]
Description: 
 dokuwiki   - a standards compliant simple to use wiki
Changes: 
 dokuwiki (0.0.20050218-6) unstable; urgency=low
 .
   * This time upload _with_ .orig.tar.gz
Files: 
 6008ffbe5f11f00385b728a72b8c660b 613 web optional dokuwiki_0.0.20050218-6.dsc
 a4cb8233de0926e5ee6922a517c7dfdb 337051 web optional 
dokuwiki_0.0.20050218.orig.tar.gz
 2a82383d5e3d091c476feb2c8b859ac1 9752 web optional 
dokuwiki_0.0.20050218-6.diff.gz
 61ecf6cfb19197527634a242ae927f8d 350900 web optional 
dokuwiki_0.0.20050218-6_all.deb

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

iEYEARECAAYFAkJxP5gACgkQgZalRGu6PIQ3sgCgn3BBvzOdag49aTEA9E7TtuSN
e9MAoLLkk2ksjqfxHYEMTR00obuojgIk
=EGc0
-END PGP SIGNATURE-


Accepted:
dokuwiki_0.0.20050218-6.diff.gz
  to pool/main/d/dokuwiki/dokuwiki_0.0.20050218-6.diff.gz
dokuwiki_0.0.20050218-6.dsc
  to pool/main/d/dokuwiki/dokuwiki_0.0.20050218-6.dsc
dokuwiki_0.0.20050218-6_all.deb
  to pool/main/d/dokuwiki/dokuwiki_0.0.20050218-6_all.deb
dokuwiki_0.0.20050218.orig.tar.gz
  to pool/main/d/dokuwiki/dokuwiki_0.0.20050218.orig.tar.gz


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



Accepted libaqhbci-qt-tools 1.0.4.99+1.0.5beta-2 (i386 source)

2005-05-07 Thread Thomas Viehmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 20:09:26 +0200
Source: libaqhbci-qt-tools
Binary: libaqhbci-qt-tools
Architecture: source i386
Version: 1.0.4.99+1.0.5beta-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Viehmann [EMAIL PROTECTED]
Changed-By: Thomas Viehmann [EMAIL PROTECTED]
Description: 
 libaqhbci-qt-tools - configuration wizard and tools for AqHBCI
Changes: 
 libaqhbci-qt-tools (1.0.4.99+1.0.5beta-2) unstable; urgency=low
 .
   * Tighten build dependencies.
Files: 
 218147e5ee671fa10a0747f27870d55a 904 utils optional 
libaqhbci-qt-tools_1.0.4.99+1.0.5beta-2.dsc
 d9032a0ee9d2700432fa7dd87171d0ea 534974 utils optional 
libaqhbci-qt-tools_1.0.4.99+1.0.5beta.orig.tar.gz
 f08411585f854278d298a5ec4ca85409 52649 utils optional 
libaqhbci-qt-tools_1.0.4.99+1.0.5beta-2.diff.gz
 8aa278d51172dd687c3136999e08bca8 646618 utils optional 
libaqhbci-qt-tools_1.0.4.99+1.0.5beta-2_i386.deb

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

iD8DBQFCcS72riZpaaIa1PkRAocYAKD6lBNI4+jYyQ5sSeA6yURGDt3OFQCaAg9m
/y9iC826XzOhXPUnqJAptIA=
=JLYf
-END PGP SIGNATURE-


Accepted:
libaqhbci-qt-tools_1.0.4.99+1.0.5beta-2.diff.gz
  to 
pool/main/liba/libaqhbci-qt-tools/libaqhbci-qt-tools_1.0.4.99+1.0.5beta-2.diff.gz
libaqhbci-qt-tools_1.0.4.99+1.0.5beta-2.dsc
  to 
pool/main/liba/libaqhbci-qt-tools/libaqhbci-qt-tools_1.0.4.99+1.0.5beta-2.dsc
libaqhbci-qt-tools_1.0.4.99+1.0.5beta-2_i386.deb
  to 
pool/main/liba/libaqhbci-qt-tools/libaqhbci-qt-tools_1.0.4.99+1.0.5beta-2_i386.deb
libaqhbci-qt-tools_1.0.4.99+1.0.5beta.orig.tar.gz
  to 
pool/main/liba/libaqhbci-qt-tools/libaqhbci-qt-tools_1.0.4.99+1.0.5beta.orig.tar.gz


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



Accepted switchconf 0.0.4-1 (all source)

2005-05-07 Thread Jose Calhariz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Apr 2005 00:35:46 +0100
Source: switchconf
Binary: switchconf
Architecture: source all
Version: 0.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Jose Calhariz [EMAIL PROTECTED]
Changed-By: Jose Calhariz [EMAIL PROTECTED]
Description: 
 switchconf - switch between system configuration sets
Changes: 
 switchconf (0.0.4-1) unstable; urgency=low
 .
   * New upstream version: updated docs and a more powerfull makefile, no
 new features.
   * Put myself as upstream.
Files: 
 a55379bacd119b32c692f2426f3e1093 647 admin optional switchconf_0.0.4-1.dsc
 17940dc1247222a9da77d79ce8ab7efc 3790 admin optional 
switchconf_0.0.4.orig.tar.gz
 a8f4ceff04d0637ab654ea20be0a9197 2868 admin optional switchconf_0.0.4-1.diff.gz
 cb0d064f87fc573c8971a45ea88121d2 7760 admin optional switchconf_0.0.4-1_all.deb

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

iEYEARECAAYFAkJxGk0ACgkQIgvIgzMMSnX8sACgsEZJPtwkTo40pLjIWSnhR4w+
efAAn0Q4HQODTKKPcneDuHvuQZe9XGf7
=o22Y
-END PGP SIGNATURE-


Accepted:
switchconf_0.0.4-1.diff.gz
  to pool/main/s/switchconf/switchconf_0.0.4-1.diff.gz
switchconf_0.0.4-1.dsc
  to pool/main/s/switchconf/switchconf_0.0.4-1.dsc
switchconf_0.0.4-1_all.deb
  to pool/main/s/switchconf/switchconf_0.0.4-1_all.deb
switchconf_0.0.4.orig.tar.gz
  to pool/main/s/switchconf/switchconf_0.0.4.orig.tar.gz


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



Accepted pyid3lib 0.5.1-4 (powerpc all source)

2005-05-07 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 16:58:43 +0200
Source: pyid3lib
Binary: python2.4-id3lib python2.2-id3lib python2.3-id3lib python-id3lib
Architecture: source powerpc all
Version: 0.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 python-id3lib - id3lib wrapper for Python - dummy package
 python2.2-id3lib - id3lib wrapper for Python - library
 python2.3-id3lib - id3lib wrapper for Python - library
 python2.4-id3lib - id3lib wrapper for Python - library
Changes: 
 pyid3lib (0.5.1-4) unstable; urgency=low
 .
   * Add binary package for Python 2.4.
   * Update local cdbs python snippet to properly handle python 2.4.
   * Enable cdbs debian/control auto-update.
Files: 
 af958cc48f18daad27164492191fdfc6 754 python optional pyid3lib_0.5.1-4.dsc
 7b776c59ba002fd93583d790a7afca3a 3964 python optional pyid3lib_0.5.1-4.diff.gz
 0a080c01206579f503ff7d19baf15593 26474 python optional 
python-id3lib_0.5.1-4_all.deb
 a64d5bd68c7bcf9ed8dd7507c9ddf11b 26382 python optional 
python2.2-id3lib_0.5.1-4_powerpc.deb
 446efd9eca7f75e0996a5992dbae9c88 26408 python optional 
python2.3-id3lib_0.5.1-4_powerpc.deb
 00e87c08445d48e45a73a3a5f0282fb3 26410 python optional 
python2.4-id3lib_0.5.1-4_powerpc.deb

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

iD8DBQFCcP8qn7DbMsAkQLgRAkdqAJ9dWSkfW4Pr3xuB09BO4UE+Fv5lZACfZpj5
dnnSZWGQN40vkbVVJHIgFJM=
=vqyg
-END PGP SIGNATURE-


Accepted:
pyid3lib_0.5.1-4.diff.gz
  to pool/main/p/pyid3lib/pyid3lib_0.5.1-4.diff.gz
pyid3lib_0.5.1-4.dsc
  to pool/main/p/pyid3lib/pyid3lib_0.5.1-4.dsc
python-id3lib_0.5.1-4_all.deb
  to pool/main/p/pyid3lib/python-id3lib_0.5.1-4_all.deb
python2.2-id3lib_0.5.1-4_powerpc.deb
  to pool/main/p/pyid3lib/python2.2-id3lib_0.5.1-4_powerpc.deb
python2.3-id3lib_0.5.1-4_powerpc.deb
  to pool/main/p/pyid3lib/python2.3-id3lib_0.5.1-4_powerpc.deb
python2.4-id3lib_0.5.1-4_powerpc.deb
  to pool/main/p/pyid3lib/python2.4-id3lib_0.5.1-4_powerpc.deb


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



Accepted stopmotion 0.3pre.0-1 (i386 source)

2005-05-07 Thread Bjoern Erik Nilsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 13:59:51 +0200
Source: stopmotion
Binary: stopmotion
Architecture: source i386
Version: 0.3pre.0-1
Distribution: unstable
Urgency: low
Maintainer: Bjoern Erik Nilsen [EMAIL PROTECTED]
Changed-By: Bjoern Erik Nilsen [EMAIL PROTECTED]
Description: 
 stopmotion - program for creating stop motion animations
Changes: 
 stopmotion (0.3pre.0-1) unstable; urgency=low
 .
   * Changed the name of the package to avoid version conflicts on later
 uploads. I've also added the final implementation for file monitoring.
 This seems to work well now.
Files: 
 e00a9e050b43bb224c2eb7388425b060 694 x11 optional stopmotion_0.3pre.0-1.dsc
 6c5d95c27145bbad4189440ec5bf2d9b 135588 x11 optional 
stopmotion_0.3pre.0.orig.tar.gz
 9c8adf99c0786d7a3e0716b223a898db 29260 x11 optional 
stopmotion_0.3pre.0-1.diff.gz
 9b6593a3c0ea4f18be355e71d498c129 172660 x11 optional 
stopmotion_0.3pre.0-1_i386.deb

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

iD8DBQFCcNX68g+sC3uDV+URAmHjAJ9IU94WFjVwyfwSP+Z8NeZcr/o4JQCgzTUr
rOgbsxrZ8oiI0fsTGzNgM+E=
=HiVd
-END PGP SIGNATURE-


Accepted:
stopmotion_0.3pre.0-1.diff.gz
  to pool/main/s/stopmotion/stopmotion_0.3pre.0-1.diff.gz
stopmotion_0.3pre.0-1.dsc
  to pool/main/s/stopmotion/stopmotion_0.3pre.0-1.dsc
stopmotion_0.3pre.0-1_i386.deb
  to pool/main/s/stopmotion/stopmotion_0.3pre.0-1_i386.deb
stopmotion_0.3pre.0.orig.tar.gz
  to pool/main/s/stopmotion/stopmotion_0.3pre.0.orig.tar.gz


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



Accepted stopmotion 0.3pre.0-3 (i386 source)

2005-05-07 Thread Bjoern Erik Nilsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 16:28:22 +0200
Source: stopmotion
Binary: stopmotion
Architecture: source i386
Version: 0.3pre.0-3
Distribution: unstable
Urgency: low
Maintainer: Bjoern Erik Nilsen [EMAIL PROTECTED]
Changed-By: Bjoern Erik Nilsen [EMAIL PROTECTED]
Description: 
 stopmotion - program for creating stop motion animations
Closes: 302414
Changes: 
 stopmotion (0.3pre.0-3) unstable; urgency=low
 .
   * (Closes: #302414: RFP: stopmotion -- Excellent
 program for creating stop motion animations)
Files: 
 0a48095c3de4ff1aee2544db84f60907 694 x11 optional stopmotion_0.3pre.0-3.dsc
 e3d5cae48faa35f5a28bac4c36b8866c 31541 x11 optional 
stopmotion_0.3pre.0-3.diff.gz
 90fbb723ab57772b5171d11178de6b7d 172716 x11 optional 
stopmotion_0.3pre.0-3_i386.deb

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

iD8DBQFCcPTz8g+sC3uDV+URAiHyAKC+mcgtoSiaik8p2Sf8Xq5UErPrZQCfeXr3
TaHcBnCvuTKvwljadLmIJ0o=
=Igzv
-END PGP SIGNATURE-


Accepted:
stopmotion_0.3pre.0-3.diff.gz
  to pool/main/s/stopmotion/stopmotion_0.3pre.0-3.diff.gz
stopmotion_0.3pre.0-3.dsc
  to pool/main/s/stopmotion/stopmotion_0.3pre.0-3.dsc
stopmotion_0.3pre.0-3_i386.deb
  to pool/main/s/stopmotion/stopmotion_0.3pre.0-3_i386.deb


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



Accepted stopmotion 0.3pre.1-1 (i386 source)

2005-05-07 Thread Bjoern Erik Nilsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 May 2005 16:49:56 +0200
Source: stopmotion
Binary: stopmotion
Architecture: source i386
Version: 0.3pre.1-1
Distribution: unstable
Urgency: low
Maintainer: Bjoern Erik Nilsen [EMAIL PROTECTED]
Changed-By: Bjoern Erik Nilsen [EMAIL PROTECTED]
Description: 
 stopmotion - program for creating stop motion animations
Changes: 
 stopmotion (0.3pre.1-1) unstable; urgency=low
 .
   * Removed displaying of sound related error messages if no sounds are added
   * Fixed so that the most recent menu doesn't fills up with only one project
   * Fixed the free(): invalid pointer error when closing the application
   * Added ability to start up the program with a project file as argument
   * Implemented recovery of sounds when running in recovery mode
   * Changed the manual page
Files: 
 580e50372047a5639a029211c301fa48 694 x11 optional stopmotion_0.3pre.1-1.dsc
 69d6d7c557e8d8a9c18e041e4bdc841d 137390 x11 optional 
stopmotion_0.3pre.1.orig.tar.gz
 db547d62a3a059844485f94f11977e3e 25339 x11 optional 
stopmotion_0.3pre.1-1.diff.gz
 dbdc625d345fedfabdd6c1e59f296870 175452 x11 optional 
stopmotion_0.3pre.1-1_i386.deb

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

iD8DBQFCdytx8g+sC3uDV+URAjWmAJ9s5MiQZ1yxdbOr4W2qRihGEW01PgCfcm92
dTZo3APoZ4ufP5ZNPG4VHvM=
=44bz
-END PGP SIGNATURE-


Accepted:
stopmotion_0.3pre.1-1.diff.gz
  to pool/main/s/stopmotion/stopmotion_0.3pre.1-1.diff.gz
stopmotion_0.3pre.1-1.dsc
  to pool/main/s/stopmotion/stopmotion_0.3pre.1-1.dsc
stopmotion_0.3pre.1-1_i386.deb
  to pool/main/s/stopmotion/stopmotion_0.3pre.1-1_i386.deb
stopmotion_0.3pre.1.orig.tar.gz
  to pool/main/s/stopmotion/stopmotion_0.3pre.1.orig.tar.gz


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



Accepted belpic 1.4-1 (powerpc source)

2005-05-07 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 15 Sep 2004 11:33:48 +0200
Source: belpic
Binary: libbelpic0 belpic libbelpic0-dev
Architecture: source powerpc
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst [EMAIL PROTECTED]
Changed-By: Wouter Verhelst [EMAIL PROTECTED]
Description: 
 belpic - SmartCard utilities from the OpenSC project, compiled against lib
 libbelpic0 - belgian eID PKCS11 library
 libbelpic0-dev - belgian eID PKCS11 library, development files
Closes: 287317
Changes: 
 belpic (1.4-1) unstable; urgency=low
 .
   * Initial release. Closes: #287317
   * Does not (yet) contain libeid et al, because its license isn't
 clear, the people in charge of that license don't respond to my
 inquiries, and Sarge is about to release. Sigh.
   * Does not (yet) have a proper libbelpic0-dev; stripping libbelpic.a
 results in ugly stuff:
 .
 [EMAIL PROTECTED]:~/debian/eID/belpic-1.4$ dh_strip -p libbelpic0-dev
 strip: debian/libbelpic0-dev/usr/lib/st86AXON/libscconf.a: Invalid 
operation
 dh_strip: command returned error code 256
 .
 which we will fix at the proper order, but I want to get the package
 tested on other accounts, first, if at all possible.
Files: 
 b2a033db032886b5bf3215ea8ef05319 680 utils extra belpic_1.4-1.dsc
 b54d94ae3cb3ae8f59c1010853d2475d 811010 utils extra belpic_1.4.orig.tar.gz
 5228037d9cd1965efc2174f79df5c180 385612 utils extra belpic_1.4-1.diff.gz
 13d8488df26c9f10ce106c34bd718684 190330 utils extra 
libbelpic0_1.4-1_powerpc.deb
 d64adce161b83e44b9d7a39d93f33625 1423384 utils extra 
libbelpic0-dev_1.4-1_powerpc.deb
 db85a3de02677da2c930546e566bf2ec 108302 utils extra belpic_1.4-1_powerpc.deb

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

iD8DBQFCcIVNPfwsYq950p4RAgSfAJ9s4+i2toCZRmrkVuj+gTNMxeuZFgCfYM+s
ChG+XSfEOJNUrQZMddPC8/w=
=e9+3
-END PGP SIGNATURE-


Accepted:
belpic_1.4-1.diff.gz
  to pool/main/b/belpic/belpic_1.4-1.diff.gz
belpic_1.4-1.dsc
  to pool/main/b/belpic/belpic_1.4-1.dsc
belpic_1.4-1_powerpc.deb
  to pool/main/b/belpic/belpic_1.4-1_powerpc.deb
belpic_1.4.orig.tar.gz
  to pool/main/b/belpic/belpic_1.4.orig.tar.gz
libbelpic0-dev_1.4-1_powerpc.deb
  to pool/main/b/belpic/libbelpic0-dev_1.4-1_powerpc.deb
libbelpic0_1.4-1_powerpc.deb
  to pool/main/b/belpic/libbelpic0_1.4-1_powerpc.deb


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



Accepted weechat 0.1.1-1 (i386 source all)

2005-05-07 Thread Sebastien Helleu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 20 Mar 2005 08:00:00 +0200
Source: weechat
Binary: weechat-common weechat-curses weechat
Architecture: source all i386
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Helleu [EMAIL PROTECTED]
Changed-By: Sebastien Helleu [EMAIL PROTECTED]
Description: 
 weechat- Fast, light and extensible IRC client
 weechat-common - Common files for WeeChat
 weechat-curses - Fast, light and extensible IRC client
Closes: 306492
Changes: 
 weechat (0.1.1-1) unstable; urgency=low
 .
   * WeeChat version 0.1.1, see ChangeLog for detail (closes: #306492)
Files: 
 93fd533cb300f6f51f725280134c16ca 672 net optional weechat_0.1.1-1.dsc
 2a4ccca445adb1f7c3f8096074260ecb 501007 net optional weechat_0.1.1.orig.tar.gz
 f733087dd69e5665180d5da1d7d6e381 1935 net optional weechat_0.1.1-1.diff.gz
 fe570053ea90b179b1973b84dd9b5c57 64050 net optional 
weechat-common_0.1.1-1_all.deb
 59451a781bd31c50c4969a7d24140c26 818 net optional weechat_0.1.1-1_all.deb
 f56fc9a591ea0a8d5a421278555fced7 104194 net optional 
weechat-curses_0.1.1-1_i386.deb

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

iD8DBQFCb6F9pGK1HsL+5c0RAu5tAJ47GkwX+KU/NBMiJDkw06BVjdi2OwCfXImT
JStQCXJa53eBSrBvP2Fhiu4=
=zzK/
-END PGP SIGNATURE-


Accepted:
weechat-common_0.1.1-1_all.deb
  to pool/main/w/weechat/weechat-common_0.1.1-1_all.deb
weechat-curses_0.1.1-1_i386.deb
  to pool/main/w/weechat/weechat-curses_0.1.1-1_i386.deb
weechat_0.1.1-1.diff.gz
  to pool/main/w/weechat/weechat_0.1.1-1.diff.gz
weechat_0.1.1-1.dsc
  to pool/main/w/weechat/weechat_0.1.1-1.dsc
weechat_0.1.1-1_all.deb
  to pool/main/w/weechat/weechat_0.1.1-1_all.deb
weechat_0.1.1.orig.tar.gz
  to pool/main/w/weechat/weechat_0.1.1.orig.tar.gz


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



Accepted belpic 1.4-2 (powerpc source)

2005-05-07 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  3 May 2005 14:42:46 +0200
Source: belpic
Binary: libbelpic0 belpic libbelpic0-dev
Architecture: source powerpc
Version: 1.4-2
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst [EMAIL PROTECTED]
Changed-By: Wouter Verhelst [EMAIL PROTECTED]
Description: 
 belpic - SmartCard utilities from the OpenSC project, compiled against lib
 libbelpic0 - belgian eID PKCS11 library
 libbelpic0-dev - belgian eID PKCS11 library, development files
Changes: 
 belpic (1.4-2) unstable; urgency=low
 .
   * Remove temporary insanity and don't try to make libbelpic0-dev depend on
 libopensc1-dev, considering the fact that the libscconf.so corresponding
 to the libscconf.a for which we do this has a different SONAME in
 libbelpic versus libopensc.
Files: 
 567680911129de76a01e1380be5ca511 680 utils extra belpic_1.4-2.dsc
 17396ff2d4a08795328032a6b26266b6 385755 utils extra belpic_1.4-2.diff.gz
 b22a6c7f28e772bfaf52340e386f2483 190526 utils extra 
libbelpic0_1.4-2_powerpc.deb
 72afb3d51a39668b21ac964c049b5f0e 1477576 utils extra 
libbelpic0-dev_1.4-2_powerpc.deb
 79a2bc2e6d28a30c39550b80da73b2a5 108476 utils extra belpic_1.4-2_powerpc.deb

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

iD8DBQFCd4R2PfwsYq950p4RAnWWAKCUbeUcCakCpCTWLM4Vc1/3XRLtUgCghAbr
+TiTq2t9Uqb+uUDomGx7l4w=
=uL9W
-END PGP SIGNATURE-


Accepted:
belpic_1.4-2.diff.gz
  to pool/main/b/belpic/belpic_1.4-2.diff.gz
belpic_1.4-2.dsc
  to pool/main/b/belpic/belpic_1.4-2.dsc
belpic_1.4-2_powerpc.deb
  to pool/main/b/belpic/belpic_1.4-2_powerpc.deb
libbelpic0-dev_1.4-2_powerpc.deb
  to pool/main/b/belpic/libbelpic0-dev_1.4-2_powerpc.deb
libbelpic0_1.4-2_powerpc.deb
  to pool/main/b/belpic/libbelpic0_1.4-2_powerpc.deb


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



Accepted vte 1:0.11.13-1 (i386 source all)

2005-05-07 Thread Arnaud Patard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 19 Apr 2005 23:05:02 +0200
Source: vte
Binary: python-vte libvte4 libvte-doc libvte-common libvte-dev
Architecture: source i386 all
Version: 1:0.11.13-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Patard [EMAIL PROTECTED]
Changed-By: Arnaud Patard [EMAIL PROTECTED]
Description: 
 libvte-common - Terminal emulator widget for GTK+ 2.0 - common files
 libvte-dev - Terminal emulator widget for GTK+ 2.0 - development files
 libvte-doc - Terminal emulator widget for GTK+ 2.0 - development files
 libvte4- Terminal emulator widget for GTK+ 2.0 - runtime files
 python-vte - Python bindings for the VTE widget set
Closes: 300742
Changes: 
 vte (1:0.11.13-1) unstable; urgency=low
 .
   * New upstream version
   * Added a new package that contains the documentation (Closes: #300742)
   * debian/patches:
 - 01_vtemodule.patch: applied
Files: 
 18604f569e9ff55d48423eb58432 1679 libs optional vte_0.11.13-1.dsc
 d7185142d74e7e2de0eb64042540a1b2 1231539 libs optional vte_0.11.13.orig.tar.gz
 ddf67d268a898cb0ea00f53244186210 41861 libs optional vte_0.11.13-1.diff.gz
 5131fe6a6d1a37da0f971b98d858430e 110310 libs optional 
libvte-common_0.11.13-1_all.deb
 270d71a5baa0fcce39c0767fe1f9a622 82142 doc optional 
libvte-doc_0.11.13-1_all.deb
 10289c63a67eab96d7d4a4855573c1c9 678798 libs optional 
libvte4_0.11.13-1_i386.deb
 cc59cf078aa84c691a3e34110241ce25 434906 libdevel optional 
libvte-dev_0.11.13-1_i386.deb
 b3858160ca01be650763baef010b515a 381442 python optional 
python-vte_0.11.13-1_i386.deb

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

iD8DBQFCcUqwrSla4ddfhTMRAqwnAKDUNbyzboZdEX/6vPPmulf+M5auIgCg3yzN
TwoXdHpZaQA5p1Q0EKJ1LuM=
=pM3f
-END PGP SIGNATURE-


Accepted:
libvte-common_0.11.13-1_all.deb
  to pool/main/v/vte/libvte-common_0.11.13-1_all.deb
libvte-dev_0.11.13-1_i386.deb
  to pool/main/v/vte/libvte-dev_0.11.13-1_i386.deb
libvte-doc_0.11.13-1_all.deb
  to pool/main/v/vte/libvte-doc_0.11.13-1_all.deb
libvte4_0.11.13-1_i386.deb
  to pool/main/v/vte/libvte4_0.11.13-1_i386.deb
python-vte_0.11.13-1_i386.deb
  to pool/main/v/vte/python-vte_0.11.13-1_i386.deb
vte_0.11.13-1.diff.gz
  to pool/main/v/vte/vte_0.11.13-1.diff.gz
vte_0.11.13-1.dsc
  to pool/main/v/vte/vte_0.11.13-1.dsc
vte_0.11.13.orig.tar.gz
  to pool/main/v/vte/vte_0.11.13.orig.tar.gz


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



Accepted libpcap0.9 0.9.0.cvs.20050428-1 (i386 source)

2005-05-07 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 23:00:22 +0200
Source: libpcap0.9
Binary: libpcap0.9-dev libpcap0.9
Architecture: source i386
Version: 0.9.0.cvs.20050428-1
Distribution: experimental
Urgency: low
Maintainer: Romain Francoise [EMAIL PROTECTED]
Changed-By: Romain Francoise [EMAIL PROTECTED]
Description: 
 libpcap0.9 - System interface for user-level packet capture
 libpcap0.9-dev - Development library and header files for libpcap 0.9
Closes: 269237 306811
Changes: 
 libpcap0.9 (0.9.0.cvs.20050428-1) experimental; urgency=low
 .
   * Upstream CVS snapshot of libpcap0.9 for experimental:
 + 'ether proto \ipx' now works as expected (closes: #269237)
 + pcap_stats() doesn't reset packet counts anymore (closes: #306811)
   * debian/rules: Rename source and binary packages from libpcap0.8{,-dev}
 to libpcap0.9{,-dev}.
   * debian/control: Ditto.
   * debian/rules:
 + libpcap0.9-dev conflicts with libpcap0.8-dev.
 + Disabled perl magic to get the version number, hardcode 0.9.1.
   * debian/libcap0.8*: Renamed to libpcap0.9*.
   * debian/patches/10_shared_lib.dpatch: Resynchronized.
   * debian/patches/40_sockaddr_ll.dpatch: Dropped (included upstream).
   * debian/patches/00list: Update.
Files: 
 d6ac854b6e49997656a9b62c57975874 711 devel optional 
libpcap0.9_0.9.0.cvs.20050428-1.dsc
 9264ed9adb4716cb2a83760c393975d0 413073 devel optional 
libpcap0.9_0.9.0.cvs.20050428.orig.tar.gz
 0552dbae063b2fb01cd2260b3fd61787 9975 devel optional 
libpcap0.9_0.9.0.cvs.20050428-1.diff.gz
 b6d81bbf011c1d5a8d19ac0e99b3e6e9 113266 libdevel optional 
libpcap0.9-dev_0.9.0.cvs.20050428-1_i386.deb
 77eaa456872fd3afebd6ae31ca0c5837 85274 libs optional 
libpcap0.9_0.9.0.cvs.20050428-1_i386.deb

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

iD8DBQFCcU+vogN2vsA8Vt8RArg+AKCxFoN5FarCiyvstfaglCuKUY9bYQCgps0q
ZbImos+xtULIpIOcZaZkRD4=
=fmKU
-END PGP SIGNATURE-


Accepted:
libpcap0.9-dev_0.9.0.cvs.20050428-1_i386.deb
  to pool/main/libp/libpcap0.9/libpcap0.9-dev_0.9.0.cvs.20050428-1_i386.deb
libpcap0.9_0.9.0.cvs.20050428-1.diff.gz
  to pool/main/libp/libpcap0.9/libpcap0.9_0.9.0.cvs.20050428-1.diff.gz
libpcap0.9_0.9.0.cvs.20050428-1.dsc
  to pool/main/libp/libpcap0.9/libpcap0.9_0.9.0.cvs.20050428-1.dsc
libpcap0.9_0.9.0.cvs.20050428-1_i386.deb
  to pool/main/libp/libpcap0.9/libpcap0.9_0.9.0.cvs.20050428-1_i386.deb
libpcap0.9_0.9.0.cvs.20050428.orig.tar.gz
  to pool/main/libp/libpcap0.9/libpcap0.9_0.9.0.cvs.20050428.orig.tar.gz


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



Accepted autogen 1:5.7-1 (powerpc source)

2005-05-07 Thread Matt Kraai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 09:13:02 -0700
Source: autogen
Binary: autogen libopts25-dev libopts25
Architecture: source powerpc
Version: 1:5.7-1
Distribution: unstable
Urgency: low
Maintainer: Matt Kraai [EMAIL PROTECTED]
Changed-By: Matt Kraai [EMAIL PROTECTED]
Description: 
 autogen- an automated text file generator
 libopts25  - automated option processing library based on autogen - runtime
 libopts25-dev - automated option processing library based on autogen - 
developmen
Changes: 
 autogen (1:5.7-1) unstable; urgency=low
 .
   * New release.
   * Change libopts9 and libopts9-dev to libopts25 and libopts25-dev,
 respectively.
Files: 
 6f53e6c558cc7c05bc4d6c8237fd135f 680 devel optional autogen_5.7-1.dsc
 7c1b12e74462c60d76e3b92b291b0996 1221514 devel optional autogen_5.7.orig.tar.gz
 02d5c40e3900768d7ae3a3ebc548e4b6 11579 devel optional autogen_5.7-1.diff.gz
 7c9f87b607216eae43b73b626042940a 708386 devel optional 
autogen_5.7-1_powerpc.deb
 ee242e390534860c65b54cadc1c3b8b5 56938 libs optional 
libopts25_5.7-1_powerpc.deb
 d5e58383db742e5a420e627e97ba33fb 80966 libdevel optional 
libopts25-dev_5.7-1_powerpc.deb

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

iD8DBQFCcWBTfNdgYxVXvBARAll5AJ9b9RNrcrM/p/jprFxMJ8D2eCfVsgCcC/OI
ivXr/bVSR+fVlhHMv9H4rlI=
=cpji
-END PGP SIGNATURE-


Accepted:
autogen_5.7-1.diff.gz
  to pool/main/a/autogen/autogen_5.7-1.diff.gz
autogen_5.7-1.dsc
  to pool/main/a/autogen/autogen_5.7-1.dsc
autogen_5.7-1_powerpc.deb
  to pool/main/a/autogen/autogen_5.7-1_powerpc.deb
autogen_5.7.orig.tar.gz
  to pool/main/a/autogen/autogen_5.7.orig.tar.gz
libopts25-dev_5.7-1_powerpc.deb
  to pool/main/a/autogen/libopts25-dev_5.7-1_powerpc.deb
libopts25_5.7-1_powerpc.deb
  to pool/main/a/autogen/libopts25_5.7-1_powerpc.deb


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



Accepted libtk-splashscreen-perl 1.0-1 (all source)

2005-05-07 Thread Carlo Segre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 11 Apr 2005 00:12:56 -0600
Source: libtk-splashscreen-perl
Binary: libtk-splashscreen-perl
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Carlo Segre [EMAIL PROTECTED]
Description: 
 libtk-splashscreen-perl - Toplevel mega widget to display a splashscreen
Closes: 304291
Changes: 
 libtk-splashscreen-perl (1.0-1) unstable; urgency=low
 .
   * Initial Release (Closes: #304291)
   * Maintainer -
 Debian Perl Group [EMAIL PROTECTED]
 via Carlo Segre [EMAIL PROTECTED]
Files: 
 40d1e739e90fdf92bf3042f7b95bfeec 708 perl optional 
libtk-splashscreen-perl_1.0-1.dsc
 883c90001d550eb7c183e54811b5a75a 4003 perl optional 
libtk-splashscreen-perl_1.0.orig.tar.gz
 64e7e7eba9aed42a945cdc7c63746d9a 1618 perl optional 
libtk-splashscreen-perl_1.0-1.diff.gz
 a103e1e993b3da0c51d15039a970fd6f 10006 perl optional 
libtk-splashscreen-perl_1.0-1_all.deb

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

iD8DBQFCcV+Q7ftwBTcVV3gRAsxqAKC0rVec+MhJQAYpc/lx/WQBuKqTMwCgi/8W
ATjsE65uXt4F/+WzolLXpfY=
=sA5x
-END PGP SIGNATURE-


Accepted:
libtk-splashscreen-perl_1.0-1.diff.gz
  to 
pool/main/libt/libtk-splashscreen-perl/libtk-splashscreen-perl_1.0-1.diff.gz
libtk-splashscreen-perl_1.0-1.dsc
  to pool/main/libt/libtk-splashscreen-perl/libtk-splashscreen-perl_1.0-1.dsc
libtk-splashscreen-perl_1.0-1_all.deb
  to 
pool/main/libt/libtk-splashscreen-perl/libtk-splashscreen-perl_1.0-1_all.deb
libtk-splashscreen-perl_1.0.orig.tar.gz
  to 
pool/main/libt/libtk-splashscreen-perl/libtk-splashscreen-perl_1.0.orig.tar.gz


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



Accepted libtk-histentry-perl 0.42-1 (all source)

2005-05-07 Thread Carlo Segre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Apr 2005 23:42:11 -0600
Source: libtk-histentry-perl
Binary: libtk-histentry-perl
Architecture: source all
Version: 0.42-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Carlo Segre [EMAIL PROTECTED]
Description: 
 libtk-histentry-perl - Implements an entry widget with history
Closes: 304288
Changes: 
 libtk-histentry-perl (0.42-1) unstable; urgency=low
 .
   * Initial Release (Closes: #304288)
   * Maintainer -
 Debian Perl Group [EMAIL PROTECTED]
 via Carlo Segre [EMAIL PROTECTED]
Files: 
 6b706875865a5a75fdc265d92e234d3c 691 perl optional 
libtk-histentry-perl_0.42-1.dsc
 784506b89a3bf3144d724c3fff359e00 10499 perl optional 
libtk-histentry-perl_0.42.orig.tar.gz
 85a4af5231b537df6559a327901e4457 1584 perl optional 
libtk-histentry-perl_0.42-1.diff.gz
 29d33d9ed72eae658a48ecca606c69a8 12642 perl optional 
libtk-histentry-perl_0.42-1_all.deb

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

iD8DBQFCcVb87ftwBTcVV3gRAkF6AJ9TX+jvyJxFdzJnzId3K9gKClrP3ACeIDep
6mgXfXhUrCo1neIgj4xlDMQ=
=ELAS
-END PGP SIGNATURE-


Accepted:
libtk-histentry-perl_0.42-1.diff.gz
  to pool/main/libt/libtk-histentry-perl/libtk-histentry-perl_0.42-1.diff.gz
libtk-histentry-perl_0.42-1.dsc
  to pool/main/libt/libtk-histentry-perl/libtk-histentry-perl_0.42-1.dsc
libtk-histentry-perl_0.42-1_all.deb
  to pool/main/libt/libtk-histentry-perl/libtk-histentry-perl_0.42-1_all.deb
libtk-histentry-perl_0.42.orig.tar.gz
  to pool/main/libt/libtk-histentry-perl/libtk-histentry-perl_0.42.orig.tar.gz


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



Accepted libservlet2.4-java 5.0.30-1 (all source)

2005-05-07 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 12:28:36 +0200
Source: libservlet2.4-java
Binary: libservlet2.4-java
Architecture: source all
Version: 5.0.30-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 libservlet2.4-java - Servlet 2.4 and JSP 2.0 Java classes and documentation
Closes: 305847
Changes: 
 libservlet2.4-java (5.0.30-1) unstable; urgency=low
 .
   * Initial Release (closes: #305847).
Files: 
 20bc103108cd558b3310c7fd10a2dc64 725 libs optional 
libservlet2.4-java_5.0.30-1.dsc
 bec8daa32cfa7e307e12d66fbf2fe994 554982 libs optional 
libservlet2.4-java_5.0.30.orig.tar.gz
 3fa3b8158892e8c51fbd3a123f9c91b7 6016 libs optional 
libservlet2.4-java_5.0.30-1.diff.gz
 f1557ede06043f7aa5ebc537aa2088ed 948550 libs optional 
libservlet2.4-java_5.0.30-1_all.deb

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

iD8DBQFCc/3j4vzFZu62tMIRAtTsAJwPkvY1IndoW2L8uYOpGvirxaqfMgCfaN4u
Zp4t0Ja7LznQLzMILBMsVwY=
=ZDjZ
-END PGP SIGNATURE-


Accepted:
libservlet2.4-java_5.0.30-1.diff.gz
  to pool/main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-1.diff.gz
libservlet2.4-java_5.0.30-1.dsc
  to pool/main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-1.dsc
libservlet2.4-java_5.0.30-1_all.deb
  to pool/main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-1_all.deb
libservlet2.4-java_5.0.30.orig.tar.gz
  to pool/main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30.orig.tar.gz


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



Accepted beecrypt 4.1.2-1 (i386 source)

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

Format: 1.7
Date: Sun, 01 May 2005 13:38:31 +1000
Source: beecrypt
Binary: libbeecrypt6-dev libbeecrypt6
Architecture: source i386
Version: 4.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 libbeecrypt6 - open source C library of cryptographic algorithms
 libbeecrypt6-dev - header files for beecrypt, a library of cryptographic 
algorithms
Closes: 306768
Changes: 
 beecrypt (4.1.2-1) unstable; urgency=low
 .
   * New upstream release, closes: #306768.
 Sync with ubuntu.
Files: 
 3f137f548699362727eb7b78eb29f1b9 604 devel optional beecrypt_4.1.2-1.dsc
 820d26437843ab0a6a8a5151a73a657c 774280 devel optional 
beecrypt_4.1.2.orig.tar.gz
 94b96ae5e14dc54fa87a4e6d3d58d3fa 4459 devel optional beecrypt_4.1.2-1.diff.gz
 7995e53a3bfa27147bbe46316c75ee16 129002 devel optional 
libbeecrypt6-dev_4.1.2-1_i386.deb
 3c4c5582be7caad18b2407c91750739a 95604 libs optional 
libbeecrypt6_4.1.2-1_i386.deb

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

iD8DBQFCdFHPgY5NIXPNpFURAlcEAJ9Qz1iOCvXZ0wDAUuiwzEAHUOKzEgCdFIkT
VrJ6ESigmWJ3aiIF4w1vRkA=
=H9Q8
-END PGP SIGNATURE-


Accepted:
beecrypt_4.1.2-1.diff.gz
  to pool/main/b/beecrypt/beecrypt_4.1.2-1.diff.gz
beecrypt_4.1.2-1.dsc
  to pool/main/b/beecrypt/beecrypt_4.1.2-1.dsc
beecrypt_4.1.2.orig.tar.gz
  to pool/main/b/beecrypt/beecrypt_4.1.2.orig.tar.gz
libbeecrypt6-dev_4.1.2-1_i386.deb
  to pool/main/b/beecrypt/libbeecrypt6-dev_4.1.2-1_i386.deb
libbeecrypt6_4.1.2-1_i386.deb
  to pool/main/b/beecrypt/libbeecrypt6_4.1.2-1_i386.deb


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



Accepted elinks 0.10.4-4 (i386 source)

2005-05-07 Thread Peter Gervai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 17:50:23 +0200
Source: elinks
Binary: elinks-lite elinks
Architecture: source i386
Version: 0.10.4-4
Distribution: unstable
Urgency: low
Maintainer: Peter Gervai [EMAIL PROTECTED]
Changed-By: Peter Gervai [EMAIL PROTECTED]
Description: 
 elinks - advanced text-mode WWW browser
 elinks-lite - advanced text-mode WWW browser (lite version)
Closes: 178038 218453
Changes: 
 elinks (0.10.4-4) unstable; urgency=low
 .
   * Added elinks-lite: no extra dependencies (Closes: #178038, #218453)
Files: 
 126b9d03abff5cbc1f0d6bf6ee2cb0d3 886 web optional elinks_0.10.4-4.dsc
 10e2d6bdef9c812b3272e2c601f29029 42440 web optional elinks_0.10.4-4.diff.gz
 1c315e281483d542a7f60946e5db3504 1315042 web optional elinks_0.10.4-4_i386.deb
 380f5b4d95a478ede200558c30316df7 711216 web optional 
elinks-lite_0.10.4-4_i386.deb

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

iD8DBQFCcSxDpxQ7cGWSgT0RAuXLAKCbbxSKHjpjo+f2EJJMIy8kJqxRQACeJfxS
JoqipNlie2vM8eDzd2DCC7M=
=S1N9
-END PGP SIGNATURE-


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


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



Accepted londonlaw 0.2.0-1 (all source)

2005-05-07 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Apr 2005 22:39:24 +0200
Source: londonlaw
Binary: londonlaw
Architecture: source all
Version: 0.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Reinhard Tartler [EMAIL PROTECTED]
Changed-By: Reinhard Tartler [EMAIL PROTECTED]
Description: 
 londonlaw  - london law game
Closes: 306333
Changes: 
 londonlaw (0.2.0-1) unstable; urgency=low
 .
   * Initial Release (Closes: #306333)
 .
   * Upload sponsored by Norbert Tretkowski [EMAIL PROTECTED]
Files: 
 4617bb1534a1e8fe4d81ad4c157fdcf6 645 games optional londonlaw_0.2.0-1.dsc
 c24fa28338d748783204df1f2eb2f16e 3190143 games optional 
londonlaw_0.2.0.orig.tar.gz
 951cd89cc4e840f141edbc33da4a75bb 2052 games optional londonlaw_0.2.0-1.diff.gz
 f1b041b637881fba6f2d1da82b0feceb 3179522 games optional 
londonlaw_0.2.0-1_all.deb

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

iD8DBQFCc0A1r/RnCw96jQERAvBBAKCLJLeCI3t5LvdGAXCabDCgMUm6oQCgp8Fo
j9jECTPVakeCA59gz+LWzg8=
=S999
-END PGP SIGNATURE-


Accepted:
londonlaw_0.2.0-1.diff.gz
  to pool/main/l/londonlaw/londonlaw_0.2.0-1.diff.gz
londonlaw_0.2.0-1.dsc
  to pool/main/l/londonlaw/londonlaw_0.2.0-1.dsc
londonlaw_0.2.0-1_all.deb
  to pool/main/l/londonlaw/londonlaw_0.2.0-1_all.deb
londonlaw_0.2.0.orig.tar.gz
  to pool/main/l/londonlaw/londonlaw_0.2.0.orig.tar.gz


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



Accepted arb 0.0.20050318-1 (i386 source all)

2005-05-07 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 10 Mar 2005 11:23:28 +0100
Source: arb
Binary: libarb arb arb-doc arb-common
Architecture: source all i386
Version: 0.0.20050318-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Tille [EMAIL PROTECTED]
Changed-By: Andreas Tille [EMAIL PROTECTED]
Description: 
 arb- [Biology] Integrated package for data handling and analysis
 arb-common - [Biology] Integrated package for data handling and analysis
 arb-doc- [Biology] Integrated package for data handling and analysis
 libarb - [Biology] Integrated package for data handling and analysis
Closes: 282037
Changes: 
 arb (0.0.20050318-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Added freeglut3-dev and libglew-dev Build-dependency
   * First official package uploaded to Debian
 Closes: #282037
Files: 
 00fdaf1e6ed7b460baf0df8d07dba7fc 695 non-free/science extra 
arb_0.0.20050318-1.dsc
 dd525c5bf49bf268f6469f5737eb4ebc 4765989 non-free/science extra 
arb_0.0.20050318.orig.tar.gz
 4cb9202eed1d411721e27bf418ffc333 18061 non-free/science extra 
arb_0.0.20050318-1.diff.gz
 2cabe00ad4ea487b3af3d4c5475fa240 890982 non-free/science extra 
arb-common_0.0.20050318-1_all.deb
 0f38f93818ca9ce13e2f6de1dea819a4 676680 non-free/science extra 
arb-doc_0.0.20050318-1_all.deb
 50051e2c7511c71a9b5bb77f1be9b713 2355708 non-free/science extra 
arb_0.0.20050318-1_i386.deb
 90bcca13c27c03b7eded67be00066743 757866 non-free/science extra 
libarb_0.0.20050318-1_i386.deb

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

iD8DBQFCOtmxYDBbMcCf01oRAtd0AJ9afDA1AeJGkv988tZuoRNFVZYQrwCeOw92
4STsMS5VSVMwMtPB0mMwgfk=
=HThQ
-END PGP SIGNATURE-


Accepted:
arb-common_0.0.20050318-1_all.deb
  to pool/non-free/a/arb/arb-common_0.0.20050318-1_all.deb
arb-doc_0.0.20050318-1_all.deb
  to pool/non-free/a/arb/arb-doc_0.0.20050318-1_all.deb
arb_0.0.20050318-1.diff.gz
  to pool/non-free/a/arb/arb_0.0.20050318-1.diff.gz
arb_0.0.20050318-1.dsc
  to pool/non-free/a/arb/arb_0.0.20050318-1.dsc
arb_0.0.20050318-1_i386.deb
  to pool/non-free/a/arb/arb_0.0.20050318-1_i386.deb
arb_0.0.20050318.orig.tar.gz
  to pool/non-free/a/arb/arb_0.0.20050318.orig.tar.gz
libarb_0.0.20050318-1_i386.deb
  to pool/non-free/a/arb/libarb_0.0.20050318-1_i386.deb


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



Accepted gamin 0.0.26-1 (powerpc source)

2005-05-07 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 11:02:03 +0200
Source: gamin
Binary: gamin python2.3-gamin libgamin0 libgamin-dev
Architecture: source powerpc
Version: 0.0.26-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers [EMAIL PROTECTED]
Changed-By: Sjoerd Simons [EMAIL PROTECTED]
Description: 
 gamin  - File and directory monitoring system
 libgamin-dev - Development files for the gamin client library
 libgamin0  - Client library for the gamin file and directory monitoring system
 python2.3-gamin - Python binding for the gamin client library
Closes: 294058 295856 297075 302063
Changes: 
 gamin (0.0.26-1) unstable; urgency=low
 .
   * Jeff Waugh:
 - New upstream release (Closes: #302063)
 - Include python2.3-gamin (Closes: #297075)
 - Repaired debian/control for glib depends (Closes: #295856)
   * Sjoerd Simons:
 - Updated to be a GNOME Team package.
 - Disable the inotify backend for now.
 - debian/patches/01_no_auto_deregister.patch
   + Never deregister watches automatically (this should be done by clients
 anyway) never let the reference count drop below 0. gam_server misses
 some signals which causes watches to be dropped, this patch works 
around
 this. (From the ubuntu package) (Closes: #294058)
Files: 
 d734fefd6f9fcac3ebec9b99eb8a48a4 1511 admin optional gamin_0.0.26-1.dsc
 3d716b6533466f9ca69df13c58009981 484070 admin optional gamin_0.0.26.orig.tar.gz
 8e5ac62deb822d1a471d552c0646e2f9 3092 admin optional gamin_0.0.26-1.diff.gz
 ee5ce98671d455c47dec9d0cb37720d2 36998 admin optional 
gamin_0.0.26-1_powerpc.deb
 c029cb410ee6313341245b55d7f77efa 25136 libs optional 
libgamin0_0.0.26-1_powerpc.deb
 bfccd7ff9b29da2f3e68c329051fe237 42450 libdevel optional 
libgamin-dev_0.0.26-1_powerpc.deb
 437d1ad9ea2cf955ab70c8044bee8bfb 19412 python optional 
python2.3-gamin_0.0.26-1_powerpc.deb

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

iD8DBQFCcgHigTd+SodosdIRAiGvAJwNdQCsYnsDmSALAPhBix+yc547DACeOk+W
wjbFhO6PEtiB/U5i1cvGLLQ=
=PHgZ
-END PGP SIGNATURE-


Accepted:
gamin_0.0.26-1.diff.gz
  to pool/main/g/gamin/gamin_0.0.26-1.diff.gz
gamin_0.0.26-1.dsc
  to pool/main/g/gamin/gamin_0.0.26-1.dsc
gamin_0.0.26-1_powerpc.deb
  to pool/main/g/gamin/gamin_0.0.26-1_powerpc.deb
gamin_0.0.26.orig.tar.gz
  to pool/main/g/gamin/gamin_0.0.26.orig.tar.gz
libgamin-dev_0.0.26-1_powerpc.deb
  to pool/main/g/gamin/libgamin-dev_0.0.26-1_powerpc.deb
libgamin0_0.0.26-1_powerpc.deb
  to pool/main/g/gamin/libgamin0_0.0.26-1_powerpc.deb
python2.3-gamin_0.0.26-1_powerpc.deb
  to pool/main/g/gamin/python2.3-gamin_0.0.26-1_powerpc.deb


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



Accepted ulogd 1.23-1 (i386 source)

2005-05-07 Thread Achilleas Kotsis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  3 May 2005 17:17:20 +0300
Source: ulogd
Binary: ulogd-pgsql ulogd-mysql ulogd ulogd-sqlite3 ulogd-pcap
Architecture: source i386
Version: 1.23-1
Distribution: unstable
Urgency: high
Maintainer: Achilleas Kotsis [EMAIL PROTECTED]
Changed-By: Achilleas Kotsis [EMAIL PROTECTED]
Description: 
 ulogd  - The Netfilter Userspace Logging Daemon
 ulogd-mysql - MySQL extension to ulogd
 ulogd-pcap - pcap extension to ulogd
 ulogd-pgsql - PostgreSQL extension to ulogd
 ulogd-sqlite3 - SQLite 3 extension to ulogd
Closes: 248272 261785 290865 297739 299637 303197 306142 306143
Changes: 
 ulogd (1.23-1) unstable; urgency=high
 .
   * New maintainer (Closes: #303197).
   * New upstream release (Closes: #306143).
 - pcap/ulogd_PCAP.c (append_create_outfile), zero length
   and non-existent output file are now handled the same way (by writing
   the necessary header) (Closes: #248272).
 - New configuration file syntax.
 .
 Removed patches fixed upstream
 - debian/patches/ulogd-version.patch:
   New version number obsoletes patch.
 - debian/ulogd.8:
   Man page included upstream.
 .
   * New binary package, ulogd-sqlite3: SQLite 3 extension to ulogd
 .
   * debian/patches/ulogd_conf.patch:
 Adapted to new version of configuration file.
   * debian/patches/ulogd_h.patch:
 Patch to build on AMD64 with gcc4.0. Thanks to Andreas Jochens for
 the patch (Closes: #297739).
   * debian/ulogd.config, debian/ulogd.templates, debian/po
 Use po-debconf. Inform user about the configuration syntax change if
 upgrading.
   * debian/ulogd.postinst:
 Needed by debconf.
   * debian/control:
 Suggests: added ulogd-* packages (Closes: #299637).
 Depends: added debconf. Added libmysqlclient12-dev as prefered
 real package for libmysqlclient-dev.
 New description, including ulogd-pcap and ulogd-sqlite3
 Standards-Version: 3.6.1.1, no changes required.
   * debian/ulogd.logrotate:
 Create log files with correct permissions (Closes: #261785).
   * debian/ulogd.examples:
 Install sample configuration.
   * debian/ulogd.README.Debian:
 Fixed typo in ulogd-mysql (Closes: #290865).
 Added references to ulogd-pcap and ulogd-sqlite3.
   * debian/copyright:
 New upstream release site, new maintainer (Closes: #306142).
Files: 
 61ae455d348a6d6677109b4c8e440667 704 net optional ulogd_1.23-1.dsc
 1cb4e92a5939350632d232eec87d6134 163672 net optional ulogd_1.23.orig.tar.gz
 4961708d4175809aa6bfd9ff0508003d 34927 net optional ulogd_1.23-1.diff.gz
 51935775669a9c6873e3a10bba56a38e 98388 net optional ulogd_1.23-1_i386.deb
 d536a6628680c7ea4d3b3647aed194e6 14498 net optional ulogd-mysql_1.23-1_i386.deb
 216ac8ecf735aaec200a04f819b3 15126 net optional ulogd-pgsql_1.23-1_i386.deb
 8daf1beffe1d1989e94302fe281ff603 12806 net optional ulogd-pcap_1.23-1_i386.deb
 105fc37bfba7268e1bb8a181e53a4218 14146 net optional 
ulogd-sqlite3_1.23-1_i386.deb

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

iD8DBQFCfAYeIU9oQVFfm3QRAonGAKCGA6TrSMYNkHnRPZR1faQHKwck9gCfRpoW
G2Duo3EsMyL/KQJ4zIotqiQ=
=Qs3q
-END PGP SIGNATURE-


Accepted:
ulogd-mysql_1.23-1_i386.deb
  to pool/main/u/ulogd/ulogd-mysql_1.23-1_i386.deb
ulogd-pcap_1.23-1_i386.deb
  to pool/main/u/ulogd/ulogd-pcap_1.23-1_i386.deb
ulogd-pgsql_1.23-1_i386.deb
  to pool/main/u/ulogd/ulogd-pgsql_1.23-1_i386.deb
ulogd-sqlite3_1.23-1_i386.deb
  to pool/main/u/ulogd/ulogd-sqlite3_1.23-1_i386.deb
ulogd_1.23-1.diff.gz
  to pool/main/u/ulogd/ulogd_1.23-1.diff.gz
ulogd_1.23-1.dsc
  to pool/main/u/ulogd/ulogd_1.23-1.dsc
ulogd_1.23-1_i386.deb
  to pool/main/u/ulogd/ulogd_1.23-1_i386.deb
ulogd_1.23.orig.tar.gz
  to pool/main/u/ulogd/ulogd_1.23.orig.tar.gz


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



Accepted python-apt 0.6.11 (i386 source all)

2005-05-07 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 10:04:38 +0200
Source: python-apt
Binary: python2.3-apt python2.4-apt python-apt
Architecture: source all i386
Version: 0.6.11
Distribution: experimental
Urgency: low
Maintainer: APT Development Team [EMAIL PROTECTED]
Changed-By: Michael Vogt [EMAIL PROTECTED]
Description: 
 python-apt - Python interface to libapt-pkg
 python2.3-apt - Python interface to libapt-pkg
 python2.4-apt - Python interface to libapt-pkg
Changes: 
 python-apt (0.6.11) experimental; urgency=low
 .
   * fixed some reference count problems in the depcache and
 pkgsrcrecords code
   * DepCache.Init() is never called implicit now
   * merged with python-apt tree from [EMAIL PROTECTED]
Files: 
 4913249e90335cb309f8c4a18dff51af 701 python optional python-apt_0.6.11.dsc
 38317f42a26de0974b155a6e82e50c63 33912 python optional python-apt_0.6.11.tar.gz
 b1d648b59da7f737679c6853b1ca2831 6876 python optional python-apt_0.6.11_all.deb
 07a90afcf65f963ef8f85d02223d038e 42300 python optional 
python2.3-apt_0.6.11_i386.deb
 658ea22e38087f716e0b27e015426cb7 42300 python optional 
python2.4-apt_0.6.11_i386.deb

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

iD8DBQFCezEzliSD4VZixzQRAlg+AJ9UOW7NPrEG3ZiuAsLW/UNitj/NpACglYfn
PUtrzF5i5TA6rKZrsiyWuVI=
=lFlH
-END PGP SIGNATURE-


Accepted:
python-apt_0.6.11.dsc
  to pool/main/p/python-apt/python-apt_0.6.11.dsc
python-apt_0.6.11.tar.gz
  to pool/main/p/python-apt/python-apt_0.6.11.tar.gz
python-apt_0.6.11_all.deb
  to pool/main/p/python-apt/python-apt_0.6.11_all.deb
python2.3-apt_0.6.11_i386.deb
  to pool/main/p/python-apt/python2.3-apt_0.6.11_i386.deb
python2.4-apt_0.6.11_i386.deb
  to pool/main/p/python-apt/python2.4-apt_0.6.11_i386.deb


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



Accepted python-clamav 0.2.2-1 (i386 source)

2005-05-07 Thread Cdric Delfosse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 22:02:32 +0200
Source: python-clamav
Binary: python-clamav
Architecture: source i386
Version: 0.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse [EMAIL PROTECTED]
Changed-By: Cédric Delfosse [EMAIL PROTECTED]
Description: 
 python-clamav - Python bindings to ClamAV
Closes: 278572
Changes: 
 python-clamav (0.2.2-1) unstable; urgency=low
 .
   * Initial Release. (Closes: Bug#278572)
Files: 
 7512f978a6c78ed97e309ba4d76952b0 614 - optional python-clamav_0.2.2-1.dsc
 d485316fcd05149ba614f857718cc4e2 10735 - optional 
python-clamav_0.2.2.orig.tar.gz
 fda49ecbea1938a97ff1cf2bd4d46f77 1776 - optional python-clamav_0.2.2-1.diff.gz
 f97c54a3349a250ef927af990f8c9a1b 14238 python optional 
python-clamav_0.2.2-1_i386.deb

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

iD8DBQFCej2hbmmXPPfovGMRAszDAKC51FpVFPenL0c9KbgRZ8py8YtdDACgmu1f
W1yO1SSpI1HYRu+Qg+HpQD8=
=u/Hu
-END PGP SIGNATURE-


Accepted:
python-clamav_0.2.2-1.diff.gz
  to pool/main/p/python-clamav/python-clamav_0.2.2-1.diff.gz
python-clamav_0.2.2-1.dsc
  to pool/main/p/python-clamav/python-clamav_0.2.2-1.dsc
python-clamav_0.2.2-1_i386.deb
  to pool/main/p/python-clamav/python-clamav_0.2.2-1_i386.deb
python-clamav_0.2.2.orig.tar.gz
  to pool/main/p/python-clamav/python-clamav_0.2.2.orig.tar.gz


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



Accepted postgis 1.0.0-1 (powerpc all source)

2005-05-07 Thread Alex Bodnaru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  5 May 2005 10:02:45 +0200
Source: postgis
Binary: libpostgis1-pg74 libpostgis-java libpostgis-doc
Architecture: source all powerpc
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Sacco [EMAIL PROTECTED]
Changed-By: Alex Bodnaru [EMAIL PROTECTED]
Description: 
 libpostgis-doc - geographic objects support for PostgreSQL. Documentation
 libpostgis-java - geographic objects support for PostgreSQL. JDBC
 libpostgis1-pg74 - geographic objects support for PostgreSQL
Changes: 
 postgis (1.0.0-1) unstable; urgency=low
 .
   * First official release for the Debian archive.
   * Corrected build-depends.
Files: 
 d2fdb1710b64cffd254302fc7361721f 747 science optional postgis_1.0.0-1.dsc
 09237bbc16b90c8567c7336ae32d35e4 1383741 science optional 
postgis_1.0.0.orig.tar.gz
 391f9a443790759764860221290f4b49 323601 science optional 
postgis_1.0.0-1.diff.gz
 3bcde24c19cfeafebdb21d8bf8fb4990 1136306 science optional 
libpostgis1-pg74_1.0.0-1_powerpc.deb
 e448e38f0c732cc52a1fc2c1f695fd19 96978 doc optional 
libpostgis-doc_1.0.0-1_all.deb
 bfcf9bc440bb705fe6033f554eb9d898 187738 science optional 
libpostgis-java_1.0.0-1_all.deb

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

iD8DBQFCefH7IgfFlOyXCJ0RAo2VAKCPFAfQ/afXtESWdlBEkLN6paJ92wCgnVl4
sSFTJKcjMnf9LbLIIgumJgo=
=hVvA
-END PGP SIGNATURE-


Accepted:
libpostgis-doc_1.0.0-1_all.deb
  to pool/main/p/postgis/libpostgis-doc_1.0.0-1_all.deb
libpostgis-java_1.0.0-1_all.deb
  to pool/main/p/postgis/libpostgis-java_1.0.0-1_all.deb
libpostgis1-pg74_1.0.0-1_powerpc.deb
  to pool/main/p/postgis/libpostgis1-pg74_1.0.0-1_powerpc.deb
postgis_1.0.0-1.diff.gz
  to pool/main/p/postgis/postgis_1.0.0-1.diff.gz
postgis_1.0.0-1.dsc
  to pool/main/p/postgis/postgis_1.0.0-1.dsc
postgis_1.0.0.orig.tar.gz
  to pool/main/p/postgis/postgis_1.0.0.orig.tar.gz


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



Accepted moin 1.3.4-5 (all source)

2005-05-07 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 May 2005 22:42:40 +0200
Source: moin
Binary: python2.4-moinmoin python2.3-moinmoin python2.2-moinmoin 
moinmoin-common python-moinmoin
Architecture: source all
Version: 1.3.4-5
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 moinmoin-common - Python clone of WikiWiki - common data
 python-moinmoin - Python clone of WikiWiki - dummy library package
 python2.2-moinmoin - Python clone of WikiWiki - library
 python2.3-moinmoin - Python clone of WikiWiki - library
 python2.4-moinmoin - Python clone of WikiWiki - library
Changes: 
 moin (1.3.4-5) unstable; urgency=medium
 .
   * Run dh-python a bit earlier (bug#172283 resurfacing) to get python
 code optimized at install time. (this breaks woody backport support
 but that was already broken anyway).
   * Include unversioned python-gdchart suggestion only for
 python2.3-moinmoin package.
   * Set urgency=medium as the changes are small but the gain is high.
Files: 
 2dc552d2d4299047f7b7538d9197a9ad 743 net optional moin_1.3.4-5.dsc
 db442ce8867ad7a9056f9841375c5f5a 40668 net optional moin_1.3.4-5.diff.gz
 b03025f836e22db633b4346dc51f797b 729540 net optional 
moinmoin-common_1.3.4-5_all.deb
 8eab4d1e266a142b018ec2de588f444c 49296 python optional 
python-moinmoin_1.3.4-5_all.deb
 2c1fff62cb958126121a0e6220f3b732 582828 python optional 
python2.2-moinmoin_1.3.4-5_all.deb
 3da9b0f08aa8472d7612ce01a4b9c4a4 582818 python optional 
python2.3-moinmoin_1.3.4-5_all.deb
 d39644e3f38a75dada8defe468096659 582820 python optional 
python2.4-moinmoin_1.3.4-5_all.deb

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

iD8DBQFCe9ryn7DbMsAkQLgRAoGWAKCVBYmNm/SN2w2Le3aU++hpUI87ggCdEkw2
BeMf5EzvbYFKeHR2xy0CR30=
=il/D
-END PGP SIGNATURE-


Accepted:
moin_1.3.4-5.diff.gz
  to pool/main/m/moin/moin_1.3.4-5.diff.gz
moin_1.3.4-5.dsc
  to pool/main/m/moin/moin_1.3.4-5.dsc
moinmoin-common_1.3.4-5_all.deb
  to pool/main/m/moin/moinmoin-common_1.3.4-5_all.deb
python-moinmoin_1.3.4-5_all.deb
  to pool/main/m/moin/python-moinmoin_1.3.4-5_all.deb
python2.2-moinmoin_1.3.4-5_all.deb
  to pool/main/m/moin/python2.2-moinmoin_1.3.4-5_all.deb
python2.3-moinmoin_1.3.4-5_all.deb
  to pool/main/m/moin/python2.3-moinmoin_1.3.4-5_all.deb
python2.4-moinmoin_1.3.4-5_all.deb
  to pool/main/m/moin/python2.4-moinmoin_1.3.4-5_all.deb


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



Accepted unison2.9.1 2.9.1-1 (i386 source)

2005-05-07 Thread Sylvain Le Gall
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 19 Apr 2005 00:08:05 +0200
Source: unison2.9.1
Binary: unison2.9.1 unison2.9.1-gtk
Architecture: source i386
Version: 2.9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Sylvain Le Gall [EMAIL PROTECTED]
Changed-By: Sylvain Le Gall [EMAIL PROTECTED]
Description: 
 unison2.9.1 - A file-synchronization tool for Unix and Windows
 unison2.9.1-gtk - A file-synchronization tool for Unix and Windows - GTK 
interface
Changes: 
 unison2.9.1 (2.9.1-1) unstable; urgency=medium
 .
   * Transition to ocaml 3.08.3
   * Split the package unison in unison2.9.1 and unison for being able to
 have 2 versions of the protocol.
   * Use update-alternative to be able to install both unison2.9.1 and
 unison2.10.2
   * Revisit the build system : use sed and mv to create package unison2.9.1
 and unisonXXX ( rename debhelper files in rule, subsitute @VERSION@ by the
 right version in the content of some files ).
   * Conflicts with package unison ( 2.9.1-2 ), because this package install
 a binary unison which will conflict with update-alternative
   * Use a Provide: unison to manage the two new package ( which provides
 both unison, but with a slightly different protocol ).
Files: 
 e2c73ac092c281baa6bf058525db2474 671 net optional unison2.9.1_2.9.1-1.dsc
 6783c3ad7d3fcb6ae4749c13286e6f58 313378 net optional 
unison2.9.1_2.9.1.orig.tar.gz
 517b78030461194ce31f228f2f939d01 7513 net optional unison2.9.1_2.9.1-1.diff.gz
 b8b851340b3bb184a4d82e3e08690b87 425902 net optional 
unison2.9.1_2.9.1-1_i386.deb
 17f141306af1244f2e1ea5f2a0ff25ae 516154 net optional 
unison2.9.1-gtk_2.9.1-1_i386.deb

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

iD8DBQFCdSj2Xcrf4TUB5sURAt4JAJ9nILfZ0yRPtOgg721j5J9BZ/PLjQCcDIse
bt2OjTG2rtyV+Ti290BiFsk=
=KM4f
-END PGP SIGNATURE-


Accepted:
unison2.9.1-gtk_2.9.1-1_i386.deb
  to pool/main/u/unison2.9.1/unison2.9.1-gtk_2.9.1-1_i386.deb
unison2.9.1_2.9.1-1.diff.gz
  to pool/main/u/unison2.9.1/unison2.9.1_2.9.1-1.diff.gz
unison2.9.1_2.9.1-1.dsc
  to pool/main/u/unison2.9.1/unison2.9.1_2.9.1-1.dsc
unison2.9.1_2.9.1-1_i386.deb
  to pool/main/u/unison2.9.1/unison2.9.1_2.9.1-1_i386.deb
unison2.9.1_2.9.1.orig.tar.gz
  to pool/main/u/unison2.9.1/unison2.9.1_2.9.1.orig.tar.gz


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



Accepted omnievents 2.6.2.pre2-1 (i386 source)

2005-05-07 Thread W. Borgert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  1 May 2005 11:12:02 +
Source: omnievents
Binary: omnievents libomnievents-dbg libomnievents-dev libomnievents
Architecture: source i386
Version: 2.6.2.pre2-1
Distribution: unstable
Urgency: medium
Maintainer: W. Borgert [EMAIL PROTECTED]
Changed-By: W. Borgert [EMAIL PROTECTED]
Description: 
 libomnievents - Implementation of the CORBA Event Service
 libomnievents-dbg - Implementation of the CORBA Event Service
 libomnievents-dev - Implementation of the CORBA Event Service
 omnievents - Implementation of the CORBA Event Service
Changes: 
 omnievents (2.6.2.pre2-1) unstable; urgency=medium
 .
   * New upstream pre-release (improved stability, less crashes,
 fixed race, therefore urgency=medium for sarge).
   * Documentation now build from source.
   * Add debug library package, as requested by users.
Files: 
 272f7b4aa317310feb1ce96a1ab7145b 755 net optional omnievents_2.6.2.pre2-1.dsc
 34dd6478c5cc50d4b8cd7773c2308f03 303108 net optional 
omnievents_2.6.2.pre2.orig.tar.gz
 1557d12390cb98d035bf4dd4a203e48f 2024 net optional 
omnievents_2.6.2.pre2-1.diff.gz
 fc856c53dffe04b1da16f35672fb7511 310712 net optional 
omnievents_2.6.2.pre2-1_i386.deb
 fd8b590fa5ac43890ff872787655250f 276268 libs optional 
libomnievents_2.6.2.pre2-1_i386.deb
 8c6208f335e4126c99c120b6e40d2897 1147362 libdevel optional 
libomnievents-dev_2.6.2.pre2-1_i386.deb
 1a077e74f110bc91edca455206f7b6ff 2836856 libdevel optional 
libomnievents-dbg_2.6.2.pre2-1_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCdLwK+xM0OFfj6IgRAt5bAKCFrJvEZi6Ko79u+Vp9kvP1vU8rNgCdFa8I
4x/iqUOeTJTd5DZDnuAp9HY=
=vT0F
-END PGP SIGNATURE-


Accepted:
libomnievents-dbg_2.6.2.pre2-1_i386.deb
  to pool/main/o/omnievents/libomnievents-dbg_2.6.2.pre2-1_i386.deb
libomnievents-dev_2.6.2.pre2-1_i386.deb
  to pool/main/o/omnievents/libomnievents-dev_2.6.2.pre2-1_i386.deb
libomnievents_2.6.2.pre2-1_i386.deb
  to pool/main/o/omnievents/libomnievents_2.6.2.pre2-1_i386.deb
omnievents_2.6.2.pre2-1.diff.gz
  to pool/main/o/omnievents/omnievents_2.6.2.pre2-1.diff.gz
omnievents_2.6.2.pre2-1.dsc
  to pool/main/o/omnievents/omnievents_2.6.2.pre2-1.dsc
omnievents_2.6.2.pre2-1_i386.deb
  to pool/main/o/omnievents/omnievents_2.6.2.pre2-1_i386.deb
omnievents_2.6.2.pre2.orig.tar.gz
  to pool/main/o/omnievents/omnievents_2.6.2.pre2.orig.tar.gz


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



Accepted poppler 0.3.1-1 (i386 source)

2005-05-07 Thread Changwoo Ryu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  4 May 2005 00:19:35 +0900
Source: poppler
Binary: libpoppler-glib-dev libpoppler0-glib libpoppler0-qt libpoppler0 
libpoppler-qt-dev libpoppler-dev
Architecture: source i386
Version: 0.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Changwoo Ryu [EMAIL PROTECTED]
Changed-By: Changwoo Ryu [EMAIL PROTECTED]
Description: 
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-qt-dev - PDF rendering library -- development files (Qt interface)
 libpoppler0 - PDF rendering library
 libpoppler0-glib - PDF rendering library (GLib-based shared library)
 libpoppler0-qt - PDF rendering library (Qt-based shared library)
Closes: 307340
Changes: 
 poppler (0.3.1-1) unstable; urgency=low
 .
   * New upstream release
   * Upstream fixed the Qt build bug, so now I can enable Qt
 build. (Closes:#307340) It leads two new binary packages
 libpoppler0-qt and libpoppler-qt-dev.
   * Excluded DEB_CONFIGURE_SYSCONFDIR setting, which is obsolete by the
 upstream removal of xpdfrc config.
Files: 
 1e344a3060f8b5acd67a024e1c629c11 1601 devel optional poppler_0.3.1-1.dsc
 1d2843e84753f71491417ad70ee8d1da 739976 devel optional 
poppler_0.3.1.orig.tar.gz
 19f0d7d927097066431a4aa89617cf20 30777 devel optional poppler_0.3.1-1.diff.gz
 524456622240c466c0ed379cd0688c3e 419054 libs optional 
libpoppler0_0.3.1-1_i386.deb
 925abe06e713895fd0483be13d64455e 549054 libdevel optional 
libpoppler-dev_0.3.1-1_i386.deb
 936f608256fefd6833f0dea4af0fd52e 25944 libs optional 
libpoppler0-glib_0.3.1-1_i386.deb
 63b8e069215e152b76678a460d9e68cd 28766 libdevel optional 
libpoppler-glib-dev_0.3.1-1_i386.deb
 561a96ec6f5a9d092a7158c836bc0e9b 18188 libs optional 
libpoppler0-qt_0.3.1-1_i386.deb
 96fbba671fa4c6b9799b1d7eb1f93fd3 18158 libdevel optional 
libpoppler-qt-dev_0.3.1-1_i386.deb

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

iD8DBQFCd6b8AbRzNODUnpkRAoOTAJ9JLRCKTo2ixOoN5gLyygN+CHBObACfVi41
ZjkSUHU6x3bpSqNUTASaD/4=
=fwYS
-END PGP SIGNATURE-


Accepted:
libpoppler-dev_0.3.1-1_i386.deb
  to pool/main/p/poppler/libpoppler-dev_0.3.1-1_i386.deb
libpoppler-glib-dev_0.3.1-1_i386.deb
  to pool/main/p/poppler/libpoppler-glib-dev_0.3.1-1_i386.deb
libpoppler-qt-dev_0.3.1-1_i386.deb
  to pool/main/p/poppler/libpoppler-qt-dev_0.3.1-1_i386.deb
libpoppler0-glib_0.3.1-1_i386.deb
  to pool/main/p/poppler/libpoppler0-glib_0.3.1-1_i386.deb
libpoppler0-qt_0.3.1-1_i386.deb
  to pool/main/p/poppler/libpoppler0-qt_0.3.1-1_i386.deb
libpoppler0_0.3.1-1_i386.deb
  to pool/main/p/poppler/libpoppler0_0.3.1-1_i386.deb
poppler_0.3.1-1.diff.gz
  to pool/main/p/poppler/poppler_0.3.1-1.diff.gz
poppler_0.3.1-1.dsc
  to pool/main/p/poppler/poppler_0.3.1-1.dsc
poppler_0.3.1.orig.tar.gz
  to pool/main/p/poppler/poppler_0.3.1.orig.tar.gz


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



Accepted libgef-java 0.9.6-6 (all source)

2005-05-07 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 13:32:12 +0200
Source: libgef-java
Binary: libgef-java
Architecture: source all
Version: 0.9.6-6
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 libgef-java - Graph Editing Framework written entirely in Java
Closes: 306647
Changes: 
 libgef-java (0.9.6-6) unstable; urgency=low
 .
   * Move to main! (now builds with libant1.6-java and kaffe).
   * debian/control, debian/rules: changed the ant dependency (closes:
 #306647).
Files: 
 fbcdd9d85d5bac213ea10c7ad70d9abc 761 libs optional libgef-java_0.9.6-6.dsc
 5750c184d426d154060dbeed3681646f 289003 libs optional 
libgef-java_0.9.6.orig.tar.gz
 d54b202acd3949f2963b21aaaf9279fd 3345 libs optional libgef-java_0.9.6-6.diff.gz
 50818a9f6736b6416eac801e9703ca18 461090 libs optional 
libgef-java_0.9.6-6_all.deb

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

iD8DBQFCchzq4vzFZu62tMIRAs5lAKCrr1RNIjmEsaLDDGNHZmxHQ2UrqACglud8
EQItYCvq8wHiuAbnTfoA6rA=
=Am8m
-END PGP SIGNATURE-


Accepted:
libgef-java_0.9.6-6.diff.gz
  to pool/main/libg/libgef-java/libgef-java_0.9.6-6.diff.gz
libgef-java_0.9.6-6.dsc
  to pool/main/libg/libgef-java/libgef-java_0.9.6-6.dsc
libgef-java_0.9.6-6_all.deb
  to pool/main/libg/libgef-java/libgef-java_0.9.6-6_all.deb


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



Accepted libnsuml-java 0.4.20-11 (all source)

2005-05-07 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Apr 2005 14:44:25 +0200
Source: libnsuml-java
Binary: libnsuml-java
Architecture: source all
Version: 0.4.20-11
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 libnsuml-java - Novosoft UML (Unified Modeling Language) library
Closes: 306753
Changes: 
 libnsuml-java (0.4.20-11) unstable; urgency=low
 .
   * Move to main! No need to add pathes to JAVA_HOME_DIRS (closes:
 #306753).
Files: 
 3820d1a61597aa8ff9d6ffbbd708703e 803 libs optional libnsuml-java_0.4.20-11.dsc
 db380ec65ea536c2a11794970b9d1cf6 546322 libs optional 
libnsuml-java_0.4.20.orig.tar.gz
 d2cea508737e95a4c60c5b3c1facdc24 8310 libs optional 
libnsuml-java_0.4.20-11.diff.gz
 b7d41f8b814aab20522ae1b436531bd9 695466 libs optional 
libnsuml-java_0.4.20-11_all.deb

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

iD8DBQFCci+64vzFZu62tMIRAmMnAKCSpGSCLUufJM0Ovpwy0pqakjGCXQCfRtKL
IlZItnrRHZBeT/xbOzOKia4=
=7vFp
-END PGP SIGNATURE-


Accepted:
libnsuml-java_0.4.20-11.diff.gz
  to pool/main/libn/libnsuml-java/libnsuml-java_0.4.20-11.diff.gz
libnsuml-java_0.4.20-11.dsc
  to pool/main/libn/libnsuml-java/libnsuml-java_0.4.20-11.dsc
libnsuml-java_0.4.20-11_all.deb
  to pool/main/libn/libnsuml-java/libnsuml-java_0.4.20-11_all.deb


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



Accepted pystatgrab 0.3-2 (i386 source)

2005-05-07 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 30 Apr 2005 14:28:12 +0200
Source: pystatgrab
Binary: python-statgrab
Architecture: source i386
Version: 0.3-2
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 python-statgrab - interface to the libstatgrab library for Python
Closes: 306947
Changes: 
 pystatgrab (0.3-2) unstable; urgency=low
 .
   * Name of binary package has been changed to be compliant with
 Debian Python Policy. (Closes: #306947)
Files: 
 a4a101cdbb0e1249e390b92b023af7cb 623 python optional pystatgrab_0.3-2.dsc
 ea3996d960d4ef615a052b446e7d635e 1541 python optional pystatgrab_0.3-2.diff.gz
 2d734e3d803c16b9d59b305ce285ab9e 24720 python optional 
python-statgrab_0.3-2_i386.deb

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

iD8DBQFCc4A+hQui3hP+/EARAvCcAKCSpYX7P07YClnqbePdanVqLCA2vQCfa5Ct
TA4Qne5S5wjkVNoh46BXSK0=
=2a5t
-END PGP SIGNATURE-


Accepted:
pystatgrab_0.3-2.diff.gz
  to pool/main/p/pystatgrab/pystatgrab_0.3-2.diff.gz
pystatgrab_0.3-2.dsc
  to pool/main/p/pystatgrab/pystatgrab_0.3-2.dsc
python-statgrab_0.3-2_i386.deb
  to pool/main/p/pystatgrab/python-statgrab_0.3-2_i386.deb


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



Accepted revolution 0.4-1 (powerpc all source)

2005-05-07 Thread David Moreno Garza
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Mar 2005 16:51:56 -0600
Source: revolution
Binary: libevolution-ruby libevolution-ruby1.8
Architecture: source all powerpc
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: David Moreno Garza [EMAIL PROTECTED]
Changed-By: David Moreno Garza [EMAIL PROTECTED]
Description: 
 libevolution-ruby - revolution, ruby binding for the evolution mail client
 libevolution-ruby1.8 - revolution, ruby 1.8 binding for the evolution mail 
client
Closes: 301083
Changes: 
 revolution (0.4-1) unstable; urgency=low
 .
   * Initial Release (Closes: #301083).
Files: 
 22c1f9c4174179b6babc324bf0b3fbc9 697 devel optional revolution_0.4-1.dsc
 4e434e2fc9959cd3168e7c1c29cc8c74 29679 devel optional 
revolution_0.4.orig.tar.gz
 a81e65acce313e30d80c3c5c2f236e07 1988 devel optional revolution_0.4-1.diff.gz
 32f89bc51338fc0931141580919390ee 2256 devel optional 
libevolution-ruby_0.4-1_all.deb
 c9fd2178f114224e87c8ca692379 19056 devel optional 
libevolution-ruby1.8_0.4-1_powerpc.deb

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

iD8DBQFCc8XmJBBhylAGQYERAqxZAJ0Qc0VggNnhRS/pdqka+T0alFxcUgCghFhc
wh5g0cLs/Cm06WZKL8nRMFI=
=dmUj
-END PGP SIGNATURE-


Accepted:
libevolution-ruby1.8_0.4-1_powerpc.deb
  to pool/main/r/revolution/libevolution-ruby1.8_0.4-1_powerpc.deb
libevolution-ruby_0.4-1_all.deb
  to pool/main/r/revolution/libevolution-ruby_0.4-1_all.deb
revolution_0.4-1.diff.gz
  to pool/main/r/revolution/revolution_0.4-1.diff.gz
revolution_0.4-1.dsc
  to pool/main/r/revolution/revolution_0.4-1.dsc
revolution_0.4.orig.tar.gz
  to pool/main/r/revolution/revolution_0.4.orig.tar.gz


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



Accepted kronolith2 2.0.3-1 (all source)

2005-05-07 Thread Jose Carlos Medeiros
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 May 2005 12:28:17 -0300
Source: kronolith2
Binary: kronolith2
Architecture: source all
Version: 2.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros [EMAIL PROTECTED]
Changed-By: Jose Carlos Medeiros [EMAIL PROTECTED]
Description: 
 kronolith2 - calendar component for Horde Framework
Closes: 303116
Changes: 
 kronolith2 (2.0.3-1) unstable; urgency=low
 .
   * Initial upload of this package, closes: #303116.
   * New upstream release.
Files: 
 f3154f59d9658f330d9fef280041b400 632 web optional kronolith2_2.0.3-1.dsc
 a17f41f0724acec5e561cfd7300759bd 1278036 web optional 
kronolith2_2.0.3.orig.tar.gz
 18cbca73eac6e144aed607289661e217 4133 web optional kronolith2_2.0.3-1.diff.gz
 11c46463724a01fb1f74cdcef428abde 1288336 web optional 
kronolith2_2.0.3-1_all.deb

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

iD8DBQFCdk+uGKGxzw/lPdkRAtOaAJ9iMHhehKpoo8Ifq24lSQOdRyxPLwCdEcTa
Y1gPxTfozcJIenddvA/7MiM=
=/2Cj
-END PGP SIGNATURE-


Accepted:
kronolith2_2.0.3-1.diff.gz
  to pool/main/k/kronolith2/kronolith2_2.0.3-1.diff.gz
kronolith2_2.0.3-1.dsc
  to pool/main/k/kronolith2/kronolith2_2.0.3-1.dsc
kronolith2_2.0.3-1_all.deb
  to pool/main/k/kronolith2/kronolith2_2.0.3-1_all.deb
kronolith2_2.0.3.orig.tar.gz
  to pool/main/k/kronolith2/kronolith2_2.0.3.orig.tar.gz


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



Accepted python-fam 1.1-1 (i386 source all)

2005-05-07 Thread Martin v. Lwis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  5 Mar 2005 11:58:29 +0100
Source: python-fam
Binary: python2.3-fam python2.4-fam python-fam
Architecture: source all i386
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Martin v. Loewis [EMAIL PROTECTED]
Changed-By: Martin v. Löwis [EMAIL PROTECTED]
Description: 
 python-fam - Python interface to FAM
 python2.3-fam - Python interface to FAM
 python2.4-fam - Python interface to FAM
Closes: 183150
Changes: 
 python-fam (1.1-1) unstable; urgency=low
 .
   * Initial Release (Closes: #183150).
Files: 
 e8ce74a8477f87fd3e5db5683cfc7fb9 649 python optional python-fam_1.1-1.dsc
 1032149a0fec3cca065613b04023d47b 6500 python optional 
python-fam_1.1.orig.tar.gz
 8d2a496d97b9ec9046f2076ff2ac463c 1405 python optional python-fam_1.1-1.diff.gz
 a4924afdb804c4a6a0b1d45d0c19d5d5 3068 libs optional python-fam_1.1-1_all.deb
 dbf4aada07a031b175cc8bc1f8568885 6658 libs optional 
python2.4-fam_1.1-1_i386.deb
 dbd6ff05796eb2d669b434a508dea05a 6656 libs optional 
python2.3-fam_1.1-1_i386.deb

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

iD8DBQFCWBicStlRaw+TLJwRArRBAJ9T0GGJ9gbNdfECmZEZAHmJC6u3yQCgmyr1
RYmCUO8oEqit2rGETlnwvs8=
=H0yP
-END PGP SIGNATURE-


Accepted:
python-fam_1.1-1.diff.gz
  to pool/main/p/python-fam/python-fam_1.1-1.diff.gz
python-fam_1.1-1.dsc
  to pool/main/p/python-fam/python-fam_1.1-1.dsc
python-fam_1.1-1_all.deb
  to pool/main/p/python-fam/python-fam_1.1-1_all.deb
python-fam_1.1.orig.tar.gz
  to pool/main/p/python-fam/python-fam_1.1.orig.tar.gz
python2.3-fam_1.1-1_i386.deb
  to pool/main/p/python-fam/python2.3-fam_1.1-1_i386.deb
python2.4-fam_1.1-1_i386.deb
  to pool/main/p/python-fam/python2.4-fam_1.1-1_i386.deb


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



  1   2   >