Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread Lars Wirzenius
la, 2005-09-03 kello 01:34 +0200, Andreas Schuldei kirjoitti:
 The wiki markup languages of twiki and moin-moin are not
 compatible. Still it would be nice to have some content moved
 from the old .net wiki to the new .org one.

wiki.debian.net seems to be running kwiki, not twiki, in case that
matters.


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



Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread Andreas Fester

I thought that the wiki was to be moved to mediawiki?

http://wiki.debian.net/?HelpMoveDebianWikiToMediaWiki

Will w.d.org be a replacement for w.d.net? With the latter
leading to the same page once the migration is done?

Best Regards,

Andreas

Andreas Schuldei wrote:

The wiki markup languages of twiki and moin-moin are not
compatible. Still it would be nice to have some content moved
from the old .net wiki to the new .org one. (the debconf team for
one is interested in using the features of moin-moin for easier
cooperation and to keep the existing pages.)

[...]

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


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



Re: Do we still need libc5?

2005-09-03 Thread Bastian Blank
On Sat, Sep 03, 2005 at 04:33:13AM +0200, Jeroen van Wolffelaar wrote:
 Debian unstable  testing still carry around libc5, and some associated
 packages like altgcc, libdb1, ld.so and a few others.

Hmm, i386 only?

Bastian

-- 
No one may kill a man.  Not for any purpose.  It cannot be condoned.
-- Kirk, Spock's Brain, stardate 5431.6


signature.asc
Description: Digital signature


Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread Joerg Jaspert
On 10401 March 1977, Andreas Fester wrote:

 Will w.d.org be a replacement for w.d.net?

Thats the intention of it.

 With the latter leading to the same page once the migration is done?

That depends on the one who has it right now, but would be the best, yes.

-- 
bye Joerg
StevenK [Clint]: I'm convinced zsh users could deal with a keyboard that has 
5 random letters, tab and enter.
Joy 3 random letters :)
Mithrandir you need anything but tab and perhaps space?
Ganneff yes, enter - sometimes you want the completed thing to happen


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



Re: Do we still need libc5?

2005-09-03 Thread Mark Brown
On Sat, Sep 03, 2005 at 10:52:34AM +0200, Bastian Blank wrote:
 On Sat, Sep 03, 2005 at 04:33:13AM +0200, Jeroen van Wolffelaar wrote:

  Debian unstable  testing still carry around libc5, and some associated
  packages like altgcc, libdb1, ld.so and a few others.

 Hmm, i386 only?

Yes, the versions for other arches have gradually been removed due to
lack of interest in maintaining them.  One of the major reasons for
keeping libc5 around has been old commercial software and there wasn't
much of that for other arches.

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.


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



Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread Javier Fernández-Sanguino Peña
On Sat, Sep 03, 2005 at 01:34:29AM +0200, Andreas Schuldei wrote:
 I did not find migration scripts between the two wikis.  Do they
 exist?  Is someone who is familiar with both wikis interested in
 writing one?

Based on the text on the w.d.o frontpage it seems that Michael Ivey
has provided the tar.gz with all the w.d.n contents.

Javier


signature.asc
Description: Digital signature


Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread martin f krafft
also sprach Javier Fernández-Sanguino Peña [EMAIL PROTECTED] [2005.09.03.1308 
+0200]:
 Based on the text on the w.d.o frontpage it seems that Michael
 Ivey has provided the tar.gz with all the w.d.n contents.

... at which point it would make sense to discourage any further
edits to the old wiki. In any case, the tarball can be used to
create a migration path, but for the final migration, it should
probably be refetched and the old wiki subsequently closed and the
DNS name redirected to the new one.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
arthur slapped his arms about himself to try and get his
 circulation a little more enthusiastic about its job.
 -- hitchhiker's guide to the galaxy


signature.asc
Description: Digital signature (GPG/PGP)


Re: libcurl and moc

2005-09-03 Thread Steve Langasek
On Sat, Sep 03, 2005 at 08:16:48AM +1000, Paul TBBle Hampson wrote:
 As far as packaging goes, this means you get the following packages:

 libcurl3, providing libcurl3-openssl (linked against OpenSSL to avoid breaking
   sarge packages that use this functionality)
 libcurl3-gnutls (linked against gnuTLS, doesn't support SSL_CTX_FUNCTION)
 libcurl3-dev (Do we need a second -dev? Static linking maybe requires it? If
   this becomes a testable feature, then a second -dev is definately 
 needed.)

 Packages which don't use SSL_CTX_FUNCTION can Depend on either libcurl3 |
 libcurl3-gnutls, or if they're GPL'd can depend on libcurl3-gnutls only.

 Packages which need SSL_CTX_FUNCTION can depend on libcurl3-openssl

 grepping the source of libcurl3's direct rdepends should tell you which
 packages in Debian need SSL_CTX_FUNCTION.

 GPL'd packages which need SSL_CTX_FUNCTION are out of luck. And have always
 been so.

 Before etch ships, no package should depend on libcurl3, they should depend on
 libcurl3-openssl or libcurl3 | libcurl3-gnutls or libcurl3-gnutls.

 After etch ships, upload:
 libcurl3, providing libcurl3-gnutls (linked against gnuTLS)
 libcurl3-openssl, providing libcurl3 (linked against openSSL)
 libcurl3-dev

 At this point, packages who don't like having libcurl3-gnutls is their
 Depends line can do a versioned depends on libcurl3, which won't match
 the libcurl3 virtual dependancy provide by libcurl3-openssl, and will
 also prevent them accidentally linking against an openSSL version of
 libcurl3. (At least, I _think_ that's how versioned dependancies on
 virtual packages work. Possibly they'll _always_ match, in which case a
 Conflicts is in order instead.)

Do libcurl3 and libcurl3-gnutls provide different sonames to allow
co-installability of the packages, or does libcurl3 use diversions to
override the libcurl.so.3 that lacks SSL_CTX_FUNCTION support (if any)
when installing?  (We know that directly conflicting between the two
packages is not really an option, unless we're doing this like the C++
ABI transition and we either don't believe there are any packages in
Debian which will need to retain SSL_CTX_FUNCTION support or we assume
they're packages that we don't care about co-installability of -- which
seems far-fetched to me.)

The latter may require excessive amounts of license patrolling, because
one could have a package which depends on libcurl3-gnutls but also has
dependencies which force libcurl3 to be pulled in.

The former would make it rather impractical to migrate the libcurl3
association from -openssl to -gnutls in etch+1.

 The _problem_ with this setup is you can't parallel-install a GPL'd
 libcurl3-using application and an application that uses SSL_CTX_FUNCTION
 (as libcurl3 and libcurl3-gnutls must conflict as they provide shared libs
 with the same soname/sover. As you'd expect as they're ABI-compatible,
 albeit functionaly different.) The impact of this should be taken into
 account, and balanced against the fact that right now, we can't have
 a GPL'd libcurl3-using application installed at all. ^_^

Ah, so you were aiming for conflicts between the packages after all...
:/  The worry I have with balancing it against not having GPLed
libcurl3-using applications is that we do currently seem to be doing ok
without libcurl support in those packages right now, but there may be
many packages with optional libcurl support that'll get enabled, leaving
the packages that need the OpenSSL support *virtually* uninstallable.

 There are possibly some optimisations that could be made above with Conflicts.
 Maybe both -openssl and -gnutls should provide libcurl3, all users depend on
 libcurl3, and GPL packages conflict with libcurl3-openssl and SSL_CTX_FUNCTION
 users conflict with libcurl3-gnutls. I'm not sure if this is an improvement...

It isn't; it doesn't ensure a smooth upgrade path for apps in sarge.

It may be worthwhile to simply survey all the curl-using packages in
sarge, though, and find out if there is a non-zero number of them that
need SSL_CTX_FUNCTION.  If *not*, then I don't think there's much sense
in going through a multi-stage transition: just switch libcurl3 directly
to gnutls, and add libcurl3-openssl which provides libcurl-openssl.so.3?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Re: To Linux or not to Linux

2005-09-03 Thread Yavor Doganov
On Sat, 03 Sep 2005 08:29:03 +1000, Paul TBBle Hampson wrote:

 Coming directly after wrong list possibly helped that, although
 I didn't read it as such.

My mistake, Wouter has explained and I'm more than happy now ;-)

 Of course, now I'm posting... I disagree with Yavor that we should use
 GNU/Linux so that people will go to gnu.org [...]
[...]
 I believe we should use GNU/Linux because we're using GNU libc

That's ok, so even from technical point of view people should call it
GNU/Linux.  I am more concerned about the moral issues, though. 

 So GNU/FreeBSD for the kfreebsd port

Thanks to the people involved in development of this port one day I'll be
able to install on my old Alpha not only a GNU system, but the system I am
familiar with -- Debian.  The Linux kernel will never boot on it as the
kernel team has declared several times that people having TurboChannel Bus
Alphas are not important (which is in fact, true).

 The name of the distribution should reflect the contents of that
 distribution, rather than the politics it may or may not endorse.

I agree, it is a GNU system, hence the name -- GNU/Linux (with a piece of
deserved credit to Linus).  Calling it only Debian is fine as well.

-- 
Yavor Doganov   JID: [EMAIL PROTECTED]
Free Software Association - Bulgaria   http://fsa-bg.org
GNOME in Bulgarian! http://gnome.cult.bg


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



Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread Jeroen van Wolffelaar
On Sat, Sep 03, 2005 at 01:08:00PM +0200, Javier Fernández-Sanguino Peña wrote:
 On Sat, Sep 03, 2005 at 01:34:29AM +0200, Andreas Schuldei wrote:
  I did not find migration scripts between the two wikis.  Do they
  exist?  Is someone who is familiar with both wikis interested in
  writing one?
 
 Based on the text on the w.d.o frontpage it seems that Michael Ivey
 has provided the tar.gz with all the w.d.n contents.

Which 404's at the moment. But anyway, what's needed is someone who uses some
perl (or whatever) magic on that tarball, to get moin-compatible data/pages
files that can be unpacked in the wiki.debian.org installation by a DSA
member. I wonder whether with moin moin, there needs to happen anything else
too, for example (index files rebuild or something?). Unfortunately I'm
familiar with kwiki nor moin moin.

And someone needs to come up with a way to deal with conflicts, though the
best way would be to simply prevent them from happening -- i.e., do not create
pages that already exist on wiki.debian.net.

Note: I wasn't and still am not involved in any way with wiki.debian.org/
wiki.debian.net, but I simply would really like to see this transition happen
smoothly, because the longer it takes, the harder it will get.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread Bastian Blank
On Sat, Sep 03, 2005 at 02:10:57PM +0200, Jeroen van Wolffelaar wrote:
 I wonder whether with moin moin, there needs to happen anything else
 too, for example (index files rebuild or something?).

No, there are only cache files which are rebuilt if needed.

Bastian

-- 
Conquest is easy. Control is not.
-- Kirk, Mirror, Mirror, stardate unknown


signature.asc
Description: Digital signature


Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread martin f krafft
also sprach Jeroen van Wolffelaar [EMAIL PROTECTED] [2005.09.03.1410 +0200]:
 member. I wonder whether with moin moin, there needs to happen anything else
 too, for example (index files rebuild or something?). Unfortunately I'm

From my experience, there are no indices.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
alle vorurteile kommen aus den eingeweiden.
 - friedrich nietzsche


signature.asc
Description: Digital signature (GPG/PGP)


Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread Michael D. Ivey

On Sep 3, 2005, at 6:13 AM, martin f krafft wrote:


at which point it would make sense to discourage any further
edits to the old wiki


I have made it read-only, and am happy to use mod_rewrite to send  
wiki.d.n requests to wiki.d.o ... or to change the CNAME to point  
directly to wiki.d.o, as soon as the content has been migrated.


PGP.sig
Description: This is a digitally signed message part


Re: making developer location from ldap public?

2005-09-03 Thread Bruno Barrera C.
On Fri, 2005-08-26 at 14:34 +0200, W. Borgert wrote:
 And I wouldn't want that.
 
 I do not understand this discussion.  Why on earth is someone
 so interested in the public availability of DDs location?  This
 would only make sense when cross-connecting with other things,
 like belief, gender, sexual preferences and phantasies etc.
 Are those fields of db.debian.org already public or not?

While I don't agree to publish the coordinates and all that stuff of the
Debian Developers, I think if you want to know (non-DDs) the information
about some DD searching using their login name for example, it would not
hurt anyone to know the Country where he lives. Otherwise he will become
crazy searching in all the countries to find him.

Then, he can think Oh well, he is from $country. I will drop him an
email to see if we can meet us.
-- 
Bruno Barrera C.
The most dangerous moment comes with victory.


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


Need help with SDL 1.2.9 packages

2005-09-03 Thread Lawrence Williams
Hi everyone,

I am working on packages for SDL 1.2.9, as I would like to get the buggy, 
unstable version out of testing/unstable. I previously packaged SDL since 
1.2.7, with Matthew Danish sponsoring the uploads. However, we have been both 
busy recently and haven't had adequate time to address the issues in SDL 
packaging.

Now while I do have free time, Mr. Danish is still busy. I would like to not 
further burdening him with SDL work, so I would like if some DD's would be 
willing to test my packages when they're finished and/or (hopefully) upload 
them :)

I have sent this to -devel and -mentors to get the widest possible audience.

Any help would be greatly appreciated!

Lawrence


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



Reciprocal Link Request

2005-09-03 Thread Checks HQ
Hi

I checked your site out, thought it was great and would love
to trade links you!

You've got some great content related to the checks
resource I've just created.

In fact, I liked your site so much, I went ahead and added
you here:

http://www.checks-hq.com under http://www.checks-hq.com/checkpending


I hope you'll be pleased to have the link to your site -
i'm sure you know how essential links are for both direct
traffic and better search engine ranking.

I'd be very grateful if you would return the favor and link
back to me. Perhaps we even look at doing more cross
linking/promotion in the future and help each other out even
more.

Although the site has only just been completed, we are
aggressively building links and expect our page rank to rise
dramatically.

Thanks... and do drop me an email if you'd like to chat more
about this.

Best regards,

Steve

[EMAIL PROTECTED]

PS. I've created a list of all the sites I've visited but
if you have received this email in error then please let me
know and I will remove you from my list and apologies for
any inconvenience this has caused.//

Re: Bug#318590: Bug#325643: libcurl and moc

2005-09-03 Thread Domenico Andreoli
On Fri, Sep 02, 2005 at 04:04:27AM -0700, Steve Langasek wrote:
 On Fri, Sep 02, 2005 at 12:24:18PM +0200, Domenico Andreoli wrote:
 - libcurl3  (GnuTLS, soname: libcurl.so.3)
 
 So the libcurl3 in sarge and etch will have ABI incompatibilities?
 
  at the release time of etch this problem will regard only
  external software. this kind of installations will be able to use
  libcurl3-openssl-dev package or switch to GnuTLS.
 
  is this reasonable enough?
 
 No, definitely not.  You cannot change the ABI of an existing library
 package, especially not one that's been in a stable release; you need
 to rename it instead.

so we need both libcurl3-openssl and libcurl3-gnutls until libcurl4? i
am not seeing this as a problem.

dom

-[ Domenico Andreoli, aka cavok
 --[ http://people.debian.org/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


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



Re: migrating wiki content from twiki (w.d.net) to moinmoin (w.d.org)

2005-09-03 Thread martin f krafft
also sprach Michael D. Ivey [EMAIL PROTECTED] [2005.09.03.1550 +0200]:
 I have made it read-only, and am happy to use mod_rewrite to send

This is a good idea, but only if the migration can be completed
soon. Otherwise I suggest making it writable again until a migration
path exists, and then to take another snapshot after turning it
read-only again.

 wiki.d.n requests to wiki.d.o ... or to change the CNAME to point
 directly to wiki.d.o, as soon as the content has been migrated.

Superb.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
apt-get source --compile gentoo


signature.asc
Description: Digital signature (GPG/PGP)


Re: Do we still need libc5?

2005-09-03 Thread Florian Weimer
* Jeroen van Wolffelaar:

 Fact is though that libc6 has been in Debian stable for over 7
 years, since hamm was releaed mid-1998,

This suggests that we should give it three more years or something
like that.

However, if the packages aren't covered by security support anyway, it
probably doesn't make a difference to our users if we stop shipping
them.

 and I think Debian is like the only living Linux distribution out
 there still shipping libc5.

Are you sure?  I would be very surprised if the enterprise
distributions didn't ship it as well.


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



Re: Spam on the BTS

2005-09-03 Thread Florian Weimer
* Blars Blarson:

 Would it be acceptable to reject or drop more non-spam?  (We could
 reject on CBL, getting rid of about half the spam and rejecting about
 one non-spam per day.  CBL is easy to get off of.) 

CBL has the advantage that you can make a local copy of the list
(which reduces name server load and avoids the name lookup latency),
but its license is somewhat non-free.  Is this a problem for Debian?

What's causing most of the load right now?  I think some of the effort
should probably concentrate on getting legitimate mail through faster.


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



Re: Bug#326404: hdf5-tools: missing h4toh5 and h5toh4 programs

2005-09-03 Thread Josselin Mouette
Le samedi 03 septembre 2005 à 19:47 +0200, Josselin Mouette a écrit :
 * Package name: h4h5tools
   Version : 1.2
   Upstream Author : Jay Bonci [EMAIL PROTECTED]

Em, no. It is developed by the NCSA and other contributors.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Re: Do we still need libc5?

2005-09-03 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Florian Weimer [EMAIL PROTECTED] writes:

 * Jeroen van Wolffelaar:

 Fact is though that libc6 has been in Debian stable for over 7
 years, since hamm was releaed mid-1998,

 This suggests that we should give it three more years or something
 like that.

I don't agree.  We have supported it for quite a long time already,
longer than any other distribution, and it hasn't built with a
contemporary toolchain for years.  Who knows what sort of state it's
really in?  Is it even properly compatible with current ( 2.0.x)
kernels, or are there subtle incompatibilities there? (IIRC, there
were some [mmap-related??] last time this was brought up.)

I appreciate that some folks do want to run obsolete proprietary code,
but if they are in that sort of situation, do they really need a
current distribution, or should a suitably-firewalled old system be
sufficient?  Being tied to the past is just one of the prices you pay
when you use proprietary software...

 However, if the packages aren't covered by security support anyway, it
 probably doesn't make a difference to our users if we stop shipping
 them.

We can't provide proper security support, and by now, libc5 is likely
full of holes, so IMO it's best if we drop it.  It's not like there's
any active maintenance or we can do any serious work on it: it's dead
code.

If users need it, they can always grab a sarge (or older) CD and
install from that.  At least then the user is using them at their own
risk--we are not making any claim that it is supported, and since it's
been unsupported for a good 7 years anyway, that's probably for the
best, since we really can't support it as it stands.

 and I think Debian is like the only living Linux distribution out
 there still shipping libc5.

 Are you sure?  I would be very surprised if the enterprise
 distributions didn't ship it as well.

ftp://ftp.redhat.com/pub/contrib/libc5/i386/
libc5 hasn't been updated since 1998, and dependent packages mostly
not since 97-98, with some in 99 and 2 in 00.

ftp://ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os/i386/SRPMS/
No trace.

ftp://ftp.suse.com/pub/suse/i386/current/suse/i586/
No trace.

- From what I can see, we are the sole distributors of libc5, and IMO
dropping it (and its toolchain) would be a wise move.


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.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFDGe42VcFcaSW/uEgRAjDuAJ9tjWKw7CXReyV0Sw29tffaeENu5wCgnKcn
564tv8xXmMky5hH0MiikeP4=
=baLM
-END PGP SIGNATURE-


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



Re: Debian package and OpenSSL stuff

2005-09-03 Thread Josselin Mouette
Le vendredi 02 septembre 2005 à 13:45 -0400, Roberto C. Sanchez a
écrit :
 On Fri, Sep 02, 2005 at 07:07:02PM +0200, Jean-Philippe Garcia Ballester 
 wrote:
Hi,
I heard OpenSSL's license is incompatible with GPL. Does this apply to
  binary package only or both binary and source package?
The thing is, the library I'm packaging can use both libcrypto (from
  OpenSSL) and libgcrypt, using ifdef. The binary package is built with
  libgcrypt support only.
Should I remove OpenSSL support in the source, or is it okay to leave
  it?
 
 free, I simply ignore it.  I believe that the same would apply to your
 package.  If you are only linking to ligcrypt (regardless of the code's
 ability to link to alternate implementations), it is main and so you are
 OK.

True. You can even have OpenSSL support in the binary if, for example,
the application can use either libgcrypt or libcrypto depending on a
command-line switch, dlopen()ing either of the libraries. This way, it
wouldn't really require OpenSSL to run.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Re: Bug#326404: hdf5-tools: missing h4toh5 and h5toh4 programs

2005-09-03 Thread Josselin Mouette
reassign 326404 wnpp
severity 326404 wishlist
retitle 326404 RFP: h4h5tools -- Conversion tools between HDF4 and HDF5 formats
thanks

Le samedi 03 septembre 2005 à 12:46 -0400, [EMAIL PROTECTED] a
écrit :
  I've just uploaded h5utils 1.10, which now contains h4fromh5 and
  h5fromh4. Is this enough for you? I don't really want to end up with
  another HDF5-related package to maintain...
 
 The h5utils programs are sufficient for my immediate needs, but they
 shouldn't be considered a complete replacement for NCSA's programs.  The
 h5utils programs only convert a single scientific dataset in a file,
 whereas the NCSA utilities attempt to convert all information in the file
 (groups, annotations, etcetera).
 
 Perhaps this bug should be converted into an RFP?

Yes, I think so. Here it is.

* Package name: h4h5tools
  Version : 1.2
  Upstream Author : Jay Bonci [EMAIL PROTECTED]
* URL : http://hdf.ncsa.uiuc.edu/h4toh5/
* License : similar to the old 4-clause BSD
  Description : Conversion tools between HDF4 and HDF5 formats

HDF (hierarchical data format) is a file format for scientific data.
Version 5 is believed to be a much superior format, however it is
incompatible with the old tools. This package provides complete and
accurate conversion tools between the two formats. The h5utils package
already contains some conversion tools, but they are much less complete.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


It is 23:53, do you know whether your package (un)installs cleanly?

2005-09-03 Thread Lars Wirzenius
I wrote piuparts, a package installation, upgrading, and removal
testing tool, in June, and have been running it over etch since.
Most packages succeed, and many that fail do so because something
they depend on fails. (If piuparts notices a file left behind on the
filesystem that dpkg did not know about, it cannot know which
package was the cause. Or at least I've been too lazy to implement
such logic.)

My approach has been to analyze failures, figure out what the root
cause is, report a bug, and then add suitable --ignore or
--ignore-regex options to simulate a fix.

I still have about a thousand failed logs to process, and this is
going to take a while. There are, however, some patterns emerging
and I thought it might be useful to report on them now rather than
at some distant future date when I can run piuparts on the entire
etch without unignored errors.

* Unconditional use of non-essential packages in postrm when a
  package is purged (policy, 7.2, description of Depends). One
  of the most common reasons is because the package uses ucf.

* Files created in postinst, but not removed when package is
  purged. For example, log files (policy, 10.8), or
  configuration files made from a template of some sort.

* Temporary files created, but not removed by maintainer
  scripts.

* Complicated alternatives setups, where some are not un-done
  when package is removed.

* Running programs in postinst that automatically create a dot
  file in the user's home directory. This puts files into
  /root, which is potentially troublesome in other ways than
  just leaving cruft on the filesystem.

* Various scripting errors, such as using set -e and then
  foo  bar instead of if foo; then bar; fi.

* Some packages still don't use debconf for prompting, and
  instead do silly stuff that assumed it is OK to read and
  write /dev/tty.

Most of the errors I find are pretty trivial, just minor oversights,
and mostly harmless cruft. Happily, this also means they are easy to
fix.

Reading piuparts logs en masse is tedious and I would be extremely
happy if all developers did it for their own packages. Go ahead,
please prevent me from becoming a top ten bug reporter. :)


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



Re: It is 23:53, do you know whether your package (un)installs cleanly?

2005-09-03 Thread Andrew Suffield
On Sat, Sep 03, 2005 at 11:53:35PM +0300, Lars Wirzenius wrote:
 * Unconditional use of non-essential packages in postrm when a
   package is purged (policy, 7.2, description of Depends). One
   of the most common reasons is because the package uses ucf.

Which is because the example postrm given in ucf is wrong, so if
you're using ucf, beware. See #326085

-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'  |
   `- --  |


signature.asc
Description: Digital signature


Re: mesag3 - xlibmesa-gl / libgl1-mesa-dri - xlibmesa-dri / libglu1-mesa - libglu1-xorg

2005-09-03 Thread Michel Dänzer
On Wed, 2005-08-31 at 21:55 -0600, Marcelo E. Magallon wrote:
 On Wed, Aug 31, 2005 at 10:35:55PM -0400, Michel Dänzer wrote:
 
 2) Someone with the proper hardware should test the several
(there's at least 8 of them IIRC) drivers that ship inside the
-dri package with the current (6.8) and future (6.9, 7.0) x.org
server.
   
   I'll gladly test the r200 driver once it's built on powerpc and the
   libgl1 issue mentioned above is solved.
 
  Can you just try the drivers?  I mean dpkg -x or something like that.

I tried building from SVN:

[...]
mkdir -p debian/stamp/  touch debian/stamp/target-gl-debian-debug
dh_testdir
chmod +x debian/shadowtree
rm -f -rf build/gl-debian-debug-i386
debian/shadowtree build/gl-debian-debug-i386
ln -sf debian-debug-i386 build/gl-debian-debug-i386/configs/current
if test gl != gl ; then mkdir -p build/gl-debian-debug-i386/lib/ ; ln
-sf ../../gl-debian-debug-i386/lib/libGL.so
build/gl-debian-debug-i386/lib/ ; fi
make -C build/gl-debian-debug-i386/src SRC_DIRS=mesa
make[1]: Entering directory
`/home/michdaen/debian/mesa-svn/trunk/build/gl-debian-debug-i386/src'
Making sources for debian-debug-i386
mkdir ../lib
make[2]: Entering directory
`/home/michdaen/debian/mesa-svn/trunk/build/gl-debian-debug-i386/src/mesa'
make[3]: Entering directory
`/home/michdaen/debian/mesa-svn/trunk/build/gl-debian-debug-i386/src/mesa'
make[4]: Entering directory
`/home/michdaen/debian/mesa-svn/trunk/build/gl-debian-debug-i386/src/mesa/x86'
cc -I../../../include/GL -I../../../include -I.. -I../main -I../math
-I../glapi -I../tnl -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L
-D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DUSE_XSHM -DPTHREADS
-I/usr/X11R6/include -DDEBUG -DMESA_DEBUG -ansi -pedantic -Wall -fPIC
-std=c99 -mcpu=i686 -msse -mfpmath=sse -DUSE_X86_ASM -DUSE_MMX_ASM
-DUSE_3DNOW_ASM -DUSE_SSE_ASM gen_matypes.c -o gen_matypes
cc1: error: invalid option ‘sse’
cc1: error: invalid option ‘fpmath=sse’
gen_matypes.c:1: error: bad value (i686) for -mcpu= switch
[...]

(Keep in mind this is on powerpc)

I took a look at debian/rules, but it isn't obvious to me what the best
way to fix this is.

  I just need to know if they work fine with the current X server in
  unstable or if I need to wait for the 6.9 X server.

FWIW, we generally try to preserve backwards compatibility, so they
*should* work with the X server in sid. The r200 driver from Mesa CVS
certainly works here, although I'm not using the DDX driver from
xserver-xorg either. :)


  SVN is svn://svn.debian.org/svn/pkg-mesa/mesa/trunk and patches are
  most welcomed (BTS is easier, but my @d.o address should be fine).

The attached patch adds the IMO appropriate Conflicts:, Replaces: and
Provides: for libgl1-mesa-dri{,-dev}.


  And since I've got your attention Michel, if you figure there's an
  optimization for PowerPC that actually has some visible impact, I'll be
  glad to include that, too.  Please read debian/README.build.

Thanks for the pointer, but unfortunately, I can't think of anything
offhand.

  I really wish I had a PowerPC where I could port the optimized TL
  functions, PowerPC asm is *really* nice :-)

Yeah, that'd be very cool. :)


  And co-maintaining is always welcomed.

Okay, do you intend to use the pkg-mesa-devel list?


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer
Index: debian/control
===
--- debian/control	(revision 26)
+++ debian/control	(working copy)
@@ -52,6 +52,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, libglu1-mesa | libglu1
+Conflicts: libgl1
+Replaces: libgl1
+Provides: libgl1
 Description: A free implementation of the OpenGL API -- DRI runtime
  This version of Mesa provides hardware accelerated rendering
  capabilities via the Direct Rendering Interface (DRI) infraestructure.
@@ -62,6 +65,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, libc6-dev, mesa-common-dev (= ${Source-Version}), libgl1-mesa-dri (=${Source-Version})
+Conflicts: libgl-dev
+Replaces: libgl-dev
+Provides: libgl-dev
 Description: A free implementation of the OpenGL API -- DRI development support files
  This version of Mesa provides hardware accelerated rendering
  capabilities via the Direct Rendering Interface (DRI) infraestructure.


Re: Do we still need libc5?

2005-09-03 Thread Florian Weimer
* Roger Leigh:

 We can't provide proper security support, and by now, libc5 is likely
 full of holes, so IMO it's best if we drop it.  It's not like there's
 any active maintenance or we can do any serious work on it: it's dead
 code.

 If users need it, they can always grab a sarge (or older) CD and
 install from that.

I agree.  Security support would have made the difference, but the
rest you can get from a CD.


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



Section 6.3 should reference 3.10.1 (was: It is 23:53, do you know whether your package (un)installs cleanly?)

2005-09-03 Thread Marc 'HE' Brockschmidt
Lars Wirzenius [EMAIL PROTECTED] writes:
 * Some packages still don't use debconf for prompting, and
   instead do silly stuff that assumed it is OK to read and
   write /dev/tty.

Actually, the policy explicitly allows this:

| The maintainer scripts are guaranteed to run with a controlling terminal
| and can interact with the user. If they need to prompt for passwords, do
| full-screen interaction or something similar you should do these things
| to and from /dev/tty, [...]
[Debian Policy 3.6.2.1, section 6.3]


This should probably changed a bit to reference 3.10.1, which says that
all means to prompt the user besides debconf are deprecated.

I'm not yet sure that this my view is right, so I only CCed -policy (and
have not filed a bug yet).

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
255: City
   Die Gegend mit der höchsten Kneipendichte und den wenigsten
   Parkplätzen. (Juergen Nieveler)


pgphWmAanbYWT.pgp
Description: PGP signature


Bug#326526: ITP: php4-clamavlib -- PHP ClamAV Lib - ClamAV Interface

2005-09-03 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt [EMAIL PROTECTED]


* Package name: php4-clamavlib
  Version : 0.11
  Upstream Author : Geffrey Velasquez [EMAIL PROTECTED]
* URL : http://phpclamavlib.org
* License : GPL
  Description : PHP ClamAV Lib - ClamAV Interface

PHP ClamAV Lib is a PHP extension that allows to incorporate virus
scanning features on your PHP scripts. It uses the Clam AV API for virus
scanning.
This version are supported two functions for file scanning and buffer
scanning.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Re: Bug#318590: Bug#325643: libcurl and moc

2005-09-03 Thread Steve Langasek
On Sat, Sep 03, 2005 at 04:12:43PM +0200, Domenico Andreoli wrote:
 On Fri, Sep 02, 2005 at 04:04:27AM -0700, Steve Langasek wrote:
  On Fri, Sep 02, 2005 at 12:24:18PM +0200, Domenico Andreoli wrote:
  - libcurl3  (GnuTLS, soname: libcurl.so.3)

  So the libcurl3 in sarge and etch will have ABI incompatibilities?

   at the release time of etch this problem will regard only
   external software. this kind of installations will be able to use
   libcurl3-openssl-dev package or switch to GnuTLS.

   is this reasonable enough?

  No, definitely not.  You cannot change the ABI of an existing library
  package, especially not one that's been in a stable release; you need
  to rename it instead.

 so we need both libcurl3-openssl and libcurl3-gnutls until libcurl4? i
 am not seeing this as a problem.

If there is really a reason to regard the SSL_CTX change as an ABI
change, then yes, that may be the best option.  I don't know if we need
to consider SSL_CTX an ABI incompatibility, though.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Sascha Einloft ist nicht im Büro.

2005-09-03 Thread Sascha Einloft
Ich werde ab  27.08.2005 nicht im Büro sein. Ich kehre zurück am
12.09.2005.

Bitte wenden Sie sich während meiner Abwesenheit an meine Kollegen von der
IT-Abteilung unter der Telefonnummer: +49 (8272) 86-555.

Ihre Mail wird nicht automatisch weitergeleitet!

Mit freundlichen Grüßen,

Sascha Einloft
IT-Abteilung
CREATON AG

Tel.: +49 (8272) 86 404
FAX: +49 (8272) 86 207404
eMail: [EMAIL PROTECTED]





Re: Spam on the BTS

2005-09-03 Thread Blars Blarson
On Sat, Sep 03, 2005 at 06:59:44PM +0200, Florian Weimer wrote:
 CBL has the advantage that you can make a local copy of the list
 (which reduces name server load and avoids the name lookup latency),
 but its license is somewhat non-free.  Is this a problem for Debian?

spohr is already running a nameserver, so it would have to run on an
alternate port.  I havn't looked into how hard it would be to convice
spamassassin to use something like this.

 What's causing most of the load right now?  I think some of the effort
 should probably concentrate on getting legitimate mail through faster.

spamscan is single-threaded, and the latency of DNSBL lookups is the
main delay.  We have less than 1 second to process each message on
average. Any good recomendations for a perl inter-process
communications library?  Once it becomes multi-threaded CPU usage
could become an issue, especially if we upgrade to spamassassin 3.

-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.


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



Accepted nautilus-cd-burner 2.10.2-1.1 (source sparc)

2005-09-03 Thread Blars Blarson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 05:50:14 +
Source: nautilus-cd-burner
Binary: libnautilus-burn-dev libnautilus-burn1 nautilus-cd-burner
Architecture: source sparc
Version: 2.10.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Blars Blarson [EMAIL PROTECTED]
Description: 
 libnautilus-burn-dev - Nautilus Burn Library - development version
 libnautilus-burn1 - Nautilus Burn Library - runtime version
 nautilus-cd-burner - CD Burning front-end for Nautilus
Closes: 322973
Changes: 
 nautilus-cd-burner (2.10.2-1.1) unstable; urgency=low
 .
   * 0 day NMU durring BSP
   * remove -Wl,--as-needed (closes: #322973)
Files: 
 b9ddb8544b31451b907b84447718de73 1784 gnome optional 
nautilus-cd-burner_2.10.2-1.1.dsc
 ba2912945232f93aab0ec045cd56f8d3 4694 gnome optional 
nautilus-cd-burner_2.10.2-1.1.diff.gz
 53dbe7fbcc661fc7f270e0cf6b9a690a 263940 gnome optional 
nautilus-cd-burner_2.10.2-1.1_sparc.deb
 356e6b924a31692e08c589fb7b0a68d0 54696 gnome optional 
libnautilus-burn1_2.10.2-1.1_sparc.deb
 0c8f720eb3e8893c2a3ba89ac4750d9c 32130 gnome optional 
libnautilus-burn-dev_2.10.2-1.1_sparc.deb

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

iD8DBQFDGTz3g1HDwmisV0YRAnj2AKCdr/p56oUVZLNha7ic4rU4jPstMQCfZD3O
jTk8cL4u2rP+kScgMoBUN6E=
=janH
-END PGP SIGNATURE-


Accepted:
libnautilus-burn-dev_2.10.2-1.1_sparc.deb
  to pool/main/n/nautilus-cd-burner/libnautilus-burn-dev_2.10.2-1.1_sparc.deb
libnautilus-burn1_2.10.2-1.1_sparc.deb
  to pool/main/n/nautilus-cd-burner/libnautilus-burn1_2.10.2-1.1_sparc.deb
nautilus-cd-burner_2.10.2-1.1.diff.gz
  to pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.10.2-1.1.diff.gz
nautilus-cd-burner_2.10.2-1.1.dsc
  to pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.10.2-1.1.dsc
nautilus-cd-burner_2.10.2-1.1_sparc.deb
  to pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.10.2-1.1_sparc.deb


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



Accepted localechooser 0.14 (source all)

2005-09-03 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 07:49:21 +0200
Source: localechooser
Binary: localechooser
Architecture: source all
Version: 0.14
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Christian Perrier [EMAIL PROTECTED]
Description: 
 localechooser - choose language/country/locale (udeb)
Changes: 
 localechooser (0.14) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Update languagelist and sync it with PROSPECTIVE. Document why
 Sami is kept even if the translation is nearly 0%. Serbian commented
 as we don't have any Serbian translation yet.
   * Remove extra character for Wolof
   * Use correct name of the script for Punjabi
   * Add Bengali to languagelist (commented)
   * Add Kurdish to languagelist
 Install console-terminus for Kurdish
 Most console settings copied from Turkish entries
   * Add Kannada to languagelist (commented)
   * Add Georgian to languagelist (commented)
 .
   [ Kenshi Muto ]
   * Default to UTF-8 for Japanese.
 .
   [ Joey Hess ]
   * Set Menu-Item-Number to 10 (9 is reserved).
   * Remove duplicate debian-installer/country from templates.
 .
   [ Colin Watson ]
   * Reduce use of cut and sed a bit.
   * Separate choices by comma-space rather than just comma, to be friendlier
 to Perl debconf.
   * Fix quoting problem when building the list of possible locales.
   * List pt_PT ahead of pt in LANGUAGE for Portuguese (Portugal)
 installations, otherwise pt_BR translations get displayed in preference
 if the pt translations are shipped as pt_PT.
 .
   [ Joey Hess ]
   * Stop writing debootstrap_settings, dropping woody installation support.
Files: 
 d4e24873930568739d72d73ed8c39eb7 736 debian-installer optional 
localechooser_0.14.dsc
 ffccfe978dc169493175219eadec4e56 75649 debian-installer optional 
localechooser_0.14.tar.gz
 acc807bd5476fb871c86077321c761b8 85888 debian-installer optional 
localechooser_0.14_all.udeb
Package-Type: udeb

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

iD8DBQFDGTu31OXtrMAUPS0RAn7cAKCIamMNKqehiz3jN/z18DAHpeNw1gCgpobQ
7C3PjwMjn9sTDy26cjvYhu0=
=UgHw
-END PGP SIGNATURE-


Accepted:
localechooser_0.14.dsc
  to pool/main/l/localechooser/localechooser_0.14.dsc
localechooser_0.14.tar.gz
  to pool/main/l/localechooser/localechooser_0.14.tar.gz
localechooser_0.14_all.udeb
  to pool/main/l/localechooser/localechooser_0.14_all.udeb


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



Accepted bibindex 2.10-4 (source i386)

2005-09-03 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 09:26:01 +0200
Source: bibindex
Binary: bibindex
Architecture: source i386
Version: 2.10-4
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 bibindex   - Fast lookup in BibTeX bibliography data bases
Closes: 302950 326384
Changes: 
 bibindex (2.10-4) unstable; urgency=low
 .
   * debian/control:
 - Changed build-dependency from libreadline4-dev to libreadline5-dev
   (closes: #326384)
 - Upgraded Standards-Version to 3.6.2 (no changes needed)
   * debian/control: Upgraded debhelper compatibility level to 4
   * debian/copyright: Replaced Copyright by License (closes: #302950)
Files: 
 d1ef75509956658094c8dc303634981b 629 tex optional bibindex_2.10-4.dsc
 0f40e6d7d103ef2cc5c72b2434eea97a 3493 tex optional bibindex_2.10-4.diff.gz
 b16df2acb441bf6ec283bc78c95ced83 5876 tex optional bibindex_2.10-4_i386.deb

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

iD8DBQFDGVBVk3oga0pdcv4RAkMjAJ0dJM8ewQJaKRCbT5L7IzL+UYUtOACfck0k
yonfFrU7W+LeBEkOYcjKm1g=
=10pu
-END PGP SIGNATURE-


Accepted:
bibindex_2.10-4.diff.gz
  to pool/main/b/bibindex/bibindex_2.10-4.diff.gz
bibindex_2.10-4.dsc
  to pool/main/b/bibindex/bibindex_2.10-4.dsc
bibindex_2.10-4_i386.deb
  to pool/main/b/bibindex/bibindex_2.10-4_i386.deb


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



Accepted gnat 3.15p-13 (source i386)

2005-09-03 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 28 Aug 2005 13:18:13 +
Source: gnat
Binary: gnat libgnat-3.15p-1
Architecture: source i386
Version: 3.15p-13
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta [EMAIL PROTECTED]
Changed-By: Ludovic Brenta [EMAIL PROTECTED]
Description: 
 gnat   - The GNU Ada 95 compiler
 libgnat-3.15p-1 - The GNU Ada 95 compiler runtime libraries
Closes: 70501 273581 280167 312621 323516
Changes: 
 gnat (3.15p-13) unstable; urgency=low
 .
   * Change maintainer's email address.
   * Conflict with gnat-4.0 too, as it is now in testing.
   * testsuite/070501.{ada,options,expected},
 testsuite/274077.ada,
 testsuite/276224.ada,
 testsuite/276225.{ada,expected},
 testsuite/276226.{ada,expected},
 testsuite/276227.ada,
 testsuite/278685.{ada,expected},
 testsuite/278686.ada,
 testsuite/278687.ada,
 testsuite/278831.{ada,expected},
 testsuite/279893.{ada,expected},
 testsuite/280939.{ada,expected},
 testsuite/280940.{ada,expected},
 testsuite/283833.{ada,expected},
 testsuite/283835.{ada,expected},
 testsuite/284332.{ada,expected},
 testsuite/284333.{ada,expected},
 testsuite/284651.ada,
 testsuite/299033.ada,
 testsuite/306832.ada,
 testsuite/306833.{ada,expected,options},
 testsuite/306834.{ada,expected},
 testsuite/306835.{ada,expected},
 testsuite/312621.{ada,expected,options},
 testsuite/ada_14416.ada,
 testsuite/ada_19128.ada: new test cases.
   * debian/rules: before building, patch ada/gnatvsn.ads to reflect the
 Debian version number, to distinguish between pristine and patched
 gnat.  Allow overriding of CFLAGS on the command line, like for
 GNATLIBCFLAGS.
   * debian/rules (binary-common): set a variable to not recommend gnat-gdb on
 architectures where it does not exist.  Closes: #273581.
   * debian/rules (binary-common): do not strip libgnat.  Closes: #280167.
   * debian/070501-symbolic-tracebacks.patch: new; ported from Jürgen 
Pfeiffer's
 patches for the Ada for Linux RPM distribution.  Closes: #70501.
   * debian/312621.patch: backport fix for PR ada/19519 from CVS HEAD (GCC 4.1).
 Closes: #312621.
   * debian/rules: do not use the obsolete dpkg option,
 --print-gnu-build-architecture.  Thanks, Daniel Schepler.
 Closes: #323516.
   * testsuite/run_tests (run_one_test): always pass -gnatwi -gnatW8 to
 gnatchop.
Files: 
 3391de1e231d2b17eab947e00fc2db0f 669 devel optional gnat_3.15p-13.dsc
 e7f8a1429137236c5506f4b433cc1c7b 52175 devel optional gnat_3.15p-13.diff.gz
 7c5ec1750af99d1ac6ed58a13debe490 5553800 devel optional gnat_3.15p-13_i386.deb
 a5a51a6d0ec363a9506812849b13f34d 740516 libs optional 
libgnat-3.15p-1_3.15p-13_i386.deb

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

iD8DBQFDGVAGStlRaw+TLJwRAlqbAJ95MiX36C8JfBQ7LETf7B7b5yg5HACdGtrR
tt9s7XxxLcB1UxT4TuZM1sQ=
=p8Uh
-END PGP SIGNATURE-


Accepted:
gnat_3.15p-13.diff.gz
  to pool/main/g/gnat/gnat_3.15p-13.diff.gz
gnat_3.15p-13.dsc
  to pool/main/g/gnat/gnat_3.15p-13.dsc
gnat_3.15p-13_i386.deb
  to pool/main/g/gnat/gnat_3.15p-13_i386.deb
libgnat-3.15p-1_3.15p-13_i386.deb
  to pool/main/g/gnat/libgnat-3.15p-1_3.15p-13_i386.deb


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



Accepted libsql-abstract-perl 1.20-1 (source all)

2005-09-03 Thread Stephen Quinney
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 08:19:18 +0100
Source: libsql-abstract-perl
Binary: libsql-abstract-perl
Architecture: source all
Version: 1.20-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Quinney [EMAIL PROTECTED]
Changed-By: Stephen Quinney [EMAIL PROTECTED]
Description: 
 libsql-abstract-perl - Generate SQL from Perl data structures
Changes: 
 libsql-abstract-perl (1.20-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 dbf5b8382ce1f9d64497af10be0a11d5 630 perl optional 
libsql-abstract-perl_1.20-1.dsc
 0a6fd0dab5d69f5ae800c4f39caa5cbf 24845 perl optional 
libsql-abstract-perl_1.20.orig.tar.gz
 467e0ecc70e5f82c7f1954b5f8d4f6e9 2169 perl optional 
libsql-abstract-perl_1.20-1.diff.gz
 8d54d711139923d9664a499ddf0a7161 36698 perl optional 
libsql-abstract-perl_1.20-1_all.deb

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

iD8DBQFDGVLCITGblEwaW+URAiz3AJ477J+pu5EtPHP5VjXqyAjd9ENq7wCgrtwh
/EIIp2TtKUG3DvINEPV7v0Y=
=zdA/
-END PGP SIGNATURE-


Accepted:
libsql-abstract-perl_1.20-1.diff.gz
  to pool/main/libs/libsql-abstract-perl/libsql-abstract-perl_1.20-1.diff.gz
libsql-abstract-perl_1.20-1.dsc
  to pool/main/libs/libsql-abstract-perl/libsql-abstract-perl_1.20-1.dsc
libsql-abstract-perl_1.20-1_all.deb
  to pool/main/libs/libsql-abstract-perl/libsql-abstract-perl_1.20-1_all.deb
libsql-abstract-perl_1.20.orig.tar.gz
  to pool/main/libs/libsql-abstract-perl/libsql-abstract-perl_1.20.orig.tar.gz


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



Accepted asis 3.15p-5 (source i386)

2005-09-03 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 25 Aug 2005 23:09:23 +0200
Source: asis
Binary: libasis-3.15p-1 libasis-3.15p-1-dev asis-programs
Architecture: source i386
Version: 3.15p-5
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta [EMAIL PROTECTED]
Changed-By: Ludovic Brenta [EMAIL PROTECTED]
Description: 
 asis-programs - Ada Semantic Interface Specification (ASIS) example programs
 libasis-3.15p-1 - Ada Semantic Interface Specification (ASIS) runtime library
 libasis-3.15p-1-dev - Ada Semantic Interface Specification (ASIS) headers and 
libraries
Closes: 117703
Changes: 
 asis (3.15p-5) unstable; urgency=low
 .
   * debian/117703.patch: new patch from Xavier Grave to allow building on
 powerpc.  Closes: #117703.
   * debian/libasis-3.15p-1-dev.postinst: remove.
   * debian/control: update standards-version to 3.6.1.1.
   * debian/rules (patch, unpatch): new rules to patch and unpatch.
   * debian/rules (binary-arch): do not strip the static library.
   * debian/control: change maintainer's email address.
Files: 
 f11f541de4f8a395c403369d805676e9 683 libdevel optional asis_3.15p-5.dsc
 cd090a284d472b3a9b90fb635b14ba6f 9011 libdevel optional asis_3.15p-5.diff.gz
 7fa42c0945012cea84db23099a3dfbe7 4900720 libdevel optional 
libasis-3.15p-1-dev_3.15p-5_i386.deb
 c8db90b18bcea2d5edebdde66212c608 259876 devel optional 
asis-programs_3.15p-5_i386.deb
 bf2bc30ec0876936bae28aa62224944d 1008408 libs optional 
libasis-3.15p-1_3.15p-5_i386.deb

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

iD8DBQFDGVQ5StlRaw+TLJwRAtTQAKCeJbz/H18lwWCyRurS/usS5U7U5QCeNYyJ
Y06mYLHxVdgKqKr3PMw6GR4=
=5F7U
-END PGP SIGNATURE-


Accepted:
asis-programs_3.15p-5_i386.deb
  to pool/main/a/asis/asis-programs_3.15p-5_i386.deb
asis_3.15p-5.diff.gz
  to pool/main/a/asis/asis_3.15p-5.diff.gz
asis_3.15p-5.dsc
  to pool/main/a/asis/asis_3.15p-5.dsc
libasis-3.15p-1-dev_3.15p-5_i386.deb
  to pool/main/a/asis/libasis-3.15p-1-dev_3.15p-5_i386.deb
libasis-3.15p-1_3.15p-5_i386.deb
  to pool/main/a/asis/libasis-3.15p-1_3.15p-5_i386.deb


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



Accepted nufw 1.0.11-1 (source i386)

2005-09-03 Thread Jean-Michel Kelbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  2 Sep 2005 22:02:12 +0200
Source: nufw
Binary: nuauth-log-pgsql nuauth-extra nufw nutcpc nuauth-log-mysql nuauth 
libnuclient nuauth-utils
Architecture: source i386
Version: 1.0.11-1
Distribution: unstable
Urgency: low
Maintainer: Jean-Michel Kelbert [EMAIL PROTECTED]
Changed-By: Jean-Michel Kelbert [EMAIL PROTECTED]
Description: 
 libnuclient - client library for nufw authentication
 nuauth - The authentication daemon from the nufw package
 nuauth-extra - The authentication daemon from the nufw package
 nuauth-log-mysql - Module for nuauth logging into mysql databases
 nuauth-log-pgsql - Module for nuauth logging into PostgreSQL databases
 nuauth-utils - Set of tools useful to nuauth admin
 nufw   - a per-user firewalling daemon that interfers with libipq
 nutcpc - a linux client for the nufw authentication gateway system
Closes: 307763 310700 316322
Changes: 
 nufw (1.0.11-1) unstable; urgency=low
 .
   * Add the Vietnamese translation for debconf.
   (closes: #316322)
   * Add the French translation for debconf.
   (closes: #307763)
   * Add the Czech translation for debconf.
   (closes: #310700)
Files: 
 ba6f0473f9b93e24c06182d5fec96c29 839 net optional nufw_1.0.11-1.dsc
 84a08dd492134a51977fc94c52c3a458 806472 net optional nufw_1.0.11.orig.tar.gz
 ae6982edcf65edb6ee1373e66a42136e 50763 net optional nufw_1.0.11-1.diff.gz
 00ab9ec4384e4d3031b442629358ecac 38096 net optional nufw_1.0.11-1_i386.deb
 cfc2325a9cd24f6ed054d8bf4ca985e3 87610 net optional nuauth_1.0.11-1_i386.deb
 ffc900a43a55d7584332fbc7f9295f55 34056 net optional 
nuauth-extra_1.0.11-1_i386.deb
 af3ced149cab01c8b63ec35ee15c3e94 26120 net optional 
nuauth-log-mysql_1.0.11-1_i386.deb
 81650de029344d6780d6a3d2ec4f952a 27024 net optional 
nuauth-log-pgsql_1.0.11-1_i386.deb
 f6c8a14c663c9aeb4f68c97dca0f6560 20880 net optional nutcpc_1.0.11-1_i386.deb
 229648d4c22fc5460b8d2189b183f1e5 24754 net optional 
nuauth-utils_1.0.11-1_i386.deb
 ccad864345ddaad0ba0be8107ab619e5 33582 net optional 
libnuclient_1.0.11-1_i386.deb

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

iD8DBQFDGVTxZA5kLi8vDN4RAsjvAJoCIi1IS4A3Mtweu4a5JyGdCVTYJACghr0o
P/Td5hZl/aYtHwF5HHCNCDs=
=OpkF
-END PGP SIGNATURE-


Accepted:
libnuclient_1.0.11-1_i386.deb
  to pool/main/n/nufw/libnuclient_1.0.11-1_i386.deb
nuauth-extra_1.0.11-1_i386.deb
  to pool/main/n/nufw/nuauth-extra_1.0.11-1_i386.deb
nuauth-log-mysql_1.0.11-1_i386.deb
  to pool/main/n/nufw/nuauth-log-mysql_1.0.11-1_i386.deb
nuauth-log-pgsql_1.0.11-1_i386.deb
  to pool/main/n/nufw/nuauth-log-pgsql_1.0.11-1_i386.deb
nuauth-utils_1.0.11-1_i386.deb
  to pool/main/n/nufw/nuauth-utils_1.0.11-1_i386.deb
nuauth_1.0.11-1_i386.deb
  to pool/main/n/nufw/nuauth_1.0.11-1_i386.deb
nufw_1.0.11-1.diff.gz
  to pool/main/n/nufw/nufw_1.0.11-1.diff.gz
nufw_1.0.11-1.dsc
  to pool/main/n/nufw/nufw_1.0.11-1.dsc
nufw_1.0.11-1_i386.deb
  to pool/main/n/nufw/nufw_1.0.11-1_i386.deb
nufw_1.0.11.orig.tar.gz
  to pool/main/n/nufw/nufw_1.0.11.orig.tar.gz
nutcpc_1.0.11-1_i386.deb
  to pool/main/n/nufw/nutcpc_1.0.11-1_i386.deb


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



Accepted cloop 2.02.1+eb.1 (source i386 all)

2005-09-03 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 02 Sep 2005 21:40:36 +0200
Source: cloop
Binary: cloop-src cloop-utils
Architecture: source i386 all
Version: 2.02.1+eb.1
Distribution: experimental
Urgency: low
Maintainer: Eduard Bloch [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 cloop-src  - Source of the compressed loopback device module
 cloop-utils - Tools for handling with cloop compressed volumes
Changes: 
 cloop (2.02.1+eb.1) experimental; urgency=low
 .
   * rewrote advfs (multithreaded, network client/server feature and better
 memory/storage strategies), see header of advfs.cc for details
   * made the package native until the sync with KK (or maybe longer)
   * integrated advancecomp-1.14, separated the advfs add-on from the main
 package and stored it as a patch
   * dropped the advfs symlink, creating one was Debian specific and bad idea
 anyways. It is installed as create_compressed_fs as usual now.
   * removed cruft (.postinst file that has been overwritten anyways)
Files: 
 b0f82426f14d58ee3130dbdaba262c48 551 misc optional cloop_2.02.1+eb.1.dsc
 18e23e953e1903868810396dd65dc25f 345046 misc optional cloop_2.02.1+eb.1.tar.gz
 bc6513487ac941f3012e3db232999523 33964 misc optional 
cloop-src_2.02.1+eb.1_all.deb
 c0f41d3274cb4f61ca1e19dcec11a258 82604 misc optional 
cloop-utils_2.02.1+eb.1_i386.deb

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

iD8DBQFDGVUv4QZIHu3wCMURAkM5AJ9MCVgXXXERYiBKpmuizTc1GM/KnwCfeIjJ
mmcnYZ8sQsQkuJuFnfBOxXw=
=YuHi
-END PGP SIGNATURE-


Accepted:
cloop-src_2.02.1+eb.1_all.deb
  to pool/main/c/cloop/cloop-src_2.02.1+eb.1_all.deb
cloop-utils_2.02.1+eb.1_i386.deb
  to pool/main/c/cloop/cloop-utils_2.02.1+eb.1_i386.deb
cloop_2.02.1+eb.1.dsc
  to pool/main/c/cloop/cloop_2.02.1+eb.1.dsc
cloop_2.02.1+eb.1.tar.gz
  to pool/main/c/cloop/cloop_2.02.1+eb.1.tar.gz


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



Accepted libaws 2.0p-5 (source i386 all)

2005-09-03 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 25 Aug 2005 23:13:23 +0200
Source: libaws
Binary: libaws2 libaws-doc libaws-dev
Architecture: source i386 all
Version: 2.0p-5
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta [EMAIL PROTECTED]
Changed-By: Ludovic Brenta [EMAIL PROTECTED]
Description: 
 libaws-dev - Ada Web Server development files
 libaws-doc - Ada Web Server documentation
 libaws2- Ada Web Server shared library
Changes: 
 libaws (2.0p-5) unstable; urgency=low
 .
   * Now that #177703 is resolved, build ada2wsdl on powerpc.
   * Change maintainer's email address
Files: 
 9ea14f4ed6f4f0b3463ce4155e315454 752 - optional libaws_2.0p-5.dsc
 8cd8a1df2f2188048d0c1d3c63f883da 9210 - optional libaws_2.0p-5.diff.gz
 30c188f4d659e33e69d7918cebe7958c 739962 doc optional libaws-doc_2.0p-5_all.deb
 1492eefa663679a672e22651671fc4db 3516538 libdevel optional 
libaws-dev_2.0p-5_i386.deb
 3e1525a032ae413246b3c61bdf97c980 865422 libs optional libaws2_2.0p-5_i386.deb

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

iD8DBQFDGVeJStlRaw+TLJwRAiSsAJ9bs7B9xy+6hovR52k91E/ajI9xDACeI+0M
ZZFw79FXBY0BraahxxzzYug=
=mb8R
-END PGP SIGNATURE-


Accepted:
libaws-dev_2.0p-5_i386.deb
  to pool/main/liba/libaws/libaws-dev_2.0p-5_i386.deb
libaws-doc_2.0p-5_all.deb
  to pool/main/liba/libaws/libaws-doc_2.0p-5_all.deb
libaws2_2.0p-5_i386.deb
  to pool/main/liba/libaws/libaws2_2.0p-5_i386.deb
libaws_2.0p-5.diff.gz
  to pool/main/liba/libaws/libaws_2.0p-5.diff.gz
libaws_2.0p-5.dsc
  to pool/main/liba/libaws/libaws_2.0p-5.dsc


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



Accepted gnat-gdb 5.3.gnat.0.0.20030225-9 (source i386 all)

2005-09-03 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 26 Aug 2005 20:21:38 +0200
Source: gnat-gdb
Binary: gnat-gdb gnat-gdb-doc
Architecture: source i386 all
Version: 5.3.gnat.0.0.20030225-9
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta [EMAIL PROTECTED]
Changed-By: Ludovic Brenta [EMAIL PROTECTED]
Description: 
 gnat-gdb   - Ada-aware version of GDB
 gnat-gdb-doc - Documentation for the Ada-aware version of GDB
Closes: 286822
Changes: 
 gnat-gdb (5.3.gnat.0.0.20030225-9) unstable; urgency=low
 .
   * Change maintainer's email address.
   * debian/286822.patch: new.  Apply patch from Andreas Jochen to build on
 amd64.  Closes: #286822.
Files: 
 c304e9cb0c3915b79e64a068935f56fd 719 devel optional 
gnat-gdb_5.3.gnat.0.0.20030225-9.dsc
 6a7ff0ee6bea4583e0728855444a6a5b 12284 devel optional 
gnat-gdb_5.3.gnat.0.0.20030225-9.diff.gz
 a5542fd352117530846069d3572798b2 1070070 devel optional 
gnat-gdb_5.3.gnat.0.0.20030225-9_i386.deb
 15a65cb216d455201195bc1a1444af9b 849200 doc optional 
gnat-gdb-doc_5.3.gnat.0.0.20030225-9_all.deb

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

iD8DBQFDGVniStlRaw+TLJwRAppNAJ9ZZ3mnWIE/wU3V6a++Tj1ghkdmIQCfb77W
krq4ZiHRqnMHm0jPlMaJNiY=
=17it
-END PGP SIGNATURE-


Accepted:
gnat-gdb-doc_5.3.gnat.0.0.20030225-9_all.deb
  to pool/main/g/gnat-gdb/gnat-gdb-doc_5.3.gnat.0.0.20030225-9_all.deb
gnat-gdb_5.3.gnat.0.0.20030225-9.diff.gz
  to pool/main/g/gnat-gdb/gnat-gdb_5.3.gnat.0.0.20030225-9.diff.gz
gnat-gdb_5.3.gnat.0.0.20030225-9.dsc
  to pool/main/g/gnat-gdb/gnat-gdb_5.3.gnat.0.0.20030225-9.dsc
gnat-gdb_5.3.gnat.0.0.20030225-9_i386.deb
  to pool/main/g/gnat-gdb/gnat-gdb_5.3.gnat.0.0.20030225-9_i386.deb


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



Accepted libgtkada2 2.4.0-5 (source i386 all)

2005-09-03 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 26 Aug 2005 15:37:11 +
Source: libgtkada2
Binary: libgtkada-gl-2.4 libgtkada2-dev libgtkada-2.4 libgnomeada2-dev 
libgnomeada-2.4 libgtkada2-doc libgtkada-glade-2.4
Architecture: source i386 all
Version: 2.4.0-5
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta [EMAIL PROTECTED]
Changed-By: Ludovic Brenta [EMAIL PROTECTED]
Description: 
 libgnomeada-2.4 - Ada binding for the Gnome Library
 libgnomeada2-dev - Development files for libgnomeada2
 libgtkada-2.4 - Ada binding for the GTK library
 libgtkada-gl-2.4 - Ada binding for OpenGL
 libgtkada-glade-2.4 - Ada binding for Glade generated applications
 libgtkada2-dev - Development files for libgtkada2
 libgtkada2-doc - Documentation for libgtkada2
Changes: 
 libgtkada2 (2.4.0-5) unstable; urgency=low
 .
   * Change maintainer's email address.
Files: 
 56749cfbdd70d1cf4334112ef9959a77 865 libs optional libgtkada2_2.4.0-5.dsc
 c49c10efe969c02bf34ee8a57853e847 18529 libs optional libgtkada2_2.4.0-5.diff.gz
 85c8e98e30039ac16d04209bae81999d 2036908 doc optional 
libgtkada2-doc_2.4.0-5_all.deb
 3c80f405ca181558a8cbb99fa34e49d3 4804602 libdevel optional 
libgtkada2-dev_2.4.0-5_i386.deb
 719924a178d3dc58a11b312da3dbb7cd 331858 libdevel optional 
libgnomeada2-dev_2.4.0-5_i386.deb
 9eb2b5b5c8442d15251c86d498d8afc0 858676 libs optional 
libgtkada-2.4_2.4.0-5_i386.deb
 174e30dc77ccaaba62eb333c4d6e10e5 77942 libs optional 
libgnomeada-2.4_2.4.0-5_i386.deb
 9462f9a5bfc2d893a6c443c15e3ff500 13668 libs optional 
libgtkada-glade-2.4_2.4.0-5_i386.deb
 6b2fa7d2bc3688d365eee1782e7d20f6 28886 libs optional 
libgtkada-gl-2.4_2.4.0-5_i386.deb

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

iD8DBQFDGV2zStlRaw+TLJwRAkDFAKCWxEhPsE2qgWaQPg5uC+yYVKRhwQCfZvDM
D9wzxDkQj6skRsWGeNoxW9o=
=Ec0f
-END PGP SIGNATURE-


Accepted:
libgnomeada-2.4_2.4.0-5_i386.deb
  to pool/main/libg/libgtkada2/libgnomeada-2.4_2.4.0-5_i386.deb
libgnomeada2-dev_2.4.0-5_i386.deb
  to pool/main/libg/libgtkada2/libgnomeada2-dev_2.4.0-5_i386.deb
libgtkada-2.4_2.4.0-5_i386.deb
  to pool/main/libg/libgtkada2/libgtkada-2.4_2.4.0-5_i386.deb
libgtkada-gl-2.4_2.4.0-5_i386.deb
  to pool/main/libg/libgtkada2/libgtkada-gl-2.4_2.4.0-5_i386.deb
libgtkada-glade-2.4_2.4.0-5_i386.deb
  to pool/main/libg/libgtkada2/libgtkada-glade-2.4_2.4.0-5_i386.deb
libgtkada2-dev_2.4.0-5_i386.deb
  to pool/main/libg/libgtkada2/libgtkada2-dev_2.4.0-5_i386.deb
libgtkada2-doc_2.4.0-5_all.deb
  to pool/main/libg/libgtkada2/libgtkada2-doc_2.4.0-5_all.deb
libgtkada2_2.4.0-5.diff.gz
  to pool/main/libg/libgtkada2/libgtkada2_2.4.0-5.diff.gz
libgtkada2_2.4.0-5.dsc
  to pool/main/libg/libgtkada2/libgtkada2_2.4.0-5.dsc


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



Accepted polyxmass-common 0.8.7-1 (source all)

2005-09-03 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  2 Sep 2005 13:18:31 +0200
Source: polyxmass-common
Binary: polyxmass-common
Architecture: source all
Version: 0.8.7-1
Distribution: unstable
Urgency: low
Maintainer: Filippo Rusconi [EMAIL PROTECTED]
Changed-By: Filippo Rusconi [EMAIL PROTECTED]
Description: 
 polyxmass-common - Mass spectrometry framework - essential polymer chemistry 
data
Changes: 
 polyxmass-common (0.8.7-1) unstable; urgency=low
 .
   * Put back the sgml source file that was used to generate the man
 page. While it is not compiled at each build it is present in the
 source for compliance with the DFSG. Thanks to Lionel Mamane for
 pointing this problem to me.
   * Sponsored upload done by Lionel Elie Mamane [EMAIL PROTECTED]
Files: 
 21f9d85ec4f14b01be58411748530091 622 science optional 
polyxmass-common_0.8.7-1.dsc
 cdec34b29cc70967bca7d5ea1866f85b 586770 science optional 
polyxmass-common_0.8.7.orig.tar.gz
 486b1798e5991a1f995d7c43b402808b 2026 science optional 
polyxmass-common_0.8.7-1.diff.gz
 72b6fc5d863db7b8aa8047cefe57e698 496890 science optional 
polyxmass-common_0.8.7-1_all.deb

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

iD8DBQFDGWKUscRzFz57S3MRAh1SAJ0RHcOdkqOFtzfTxjsJIQh4sFPCdQCgkPWJ
U2Rr1S8ibUgKAd76nOZDmVU=
=/M1T
-END PGP SIGNATURE-


Accepted:
polyxmass-common_0.8.7-1.diff.gz
  to pool/main/p/polyxmass-common/polyxmass-common_0.8.7-1.diff.gz
polyxmass-common_0.8.7-1.dsc
  to pool/main/p/polyxmass-common/polyxmass-common_0.8.7-1.dsc
polyxmass-common_0.8.7-1_all.deb
  to pool/main/p/polyxmass-common/polyxmass-common_0.8.7-1_all.deb
polyxmass-common_0.8.7.orig.tar.gz
  to pool/main/p/polyxmass-common/polyxmass-common_0.8.7.orig.tar.gz


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



Accepted polyxmass-data 0.8.6-1 (source all)

2005-09-03 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  2 Sep 2005 13:52:13 +0200
Source: polyxmass-data
Binary: polyxmass-data
Architecture: source all
Version: 0.8.6-1
Distribution: unstable
Urgency: low
Maintainer: Filippo Rusconi [EMAIL PROTECTED]
Changed-By: Filippo Rusconi [EMAIL PROTECTED]
Description: 
 polyxmass-data - Mass spectrometry framework - supplementary chemical data
Changes: 
 polyxmass-data (0.8.6-1) unstable; urgency=low
 .
   * Put back the sgml source file that was used to generate the man
 page. While it is not compiled at each build it is present in the
 source for compliance with the DFSG. Thanks to Lionel Mamane for
 pointing this problem to me.
   * Sponsored upload done by Lionel Elie Mamane [EMAIL PROTECTED]
Files: 
 82be7ac3d26fd3aa4794a4047e9bc6b4 608 science optional 
polyxmass-data_0.8.6-1.dsc
 d681ce9719cc9bf53326491bdb822875 273548 science optional 
polyxmass-data_0.8.6.orig.tar.gz
 b76307ce526c8f07913695f7ba21e945 2000 science optional 
polyxmass-data_0.8.6-1.diff.gz
 649e9fa811d7970c1bc83071940794f7 169592 science optional 
polyxmass-data_0.8.6-1_all.deb

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

iD8DBQFDGWKdscRzFz57S3MRAtTaAKDC1iFlmvUggWUXdn9n8dgQL4cpngCcDYgU
J2EMthLvk+s1FaiFYssYjEQ=
=ppmm
-END PGP SIGNATURE-


Accepted:
polyxmass-data_0.8.6-1.diff.gz
  to pool/main/p/polyxmass-data/polyxmass-data_0.8.6-1.diff.gz
polyxmass-data_0.8.6-1.dsc
  to pool/main/p/polyxmass-data/polyxmass-data_0.8.6-1.dsc
polyxmass-data_0.8.6-1_all.deb
  to pool/main/p/polyxmass-data/polyxmass-data_0.8.6-1_all.deb
polyxmass-data_0.8.6.orig.tar.gz
  to pool/main/p/polyxmass-data/polyxmass-data_0.8.6.orig.tar.gz


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



Accepted polyxmass-doc 0.8.7-1 (source all)

2005-09-03 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 31 Aug 2005 13:17:55 +0200
Source: polyxmass-doc
Binary: polyxmass-doc
Architecture: source all
Version: 0.8.7-1
Distribution: unstable
Urgency: low
Maintainer: Filippo Rusconi [EMAIL PROTECTED]
Changed-By: Filippo Rusconi [EMAIL PROTECTED]
Description: 
 polyxmass-doc - Mass spectrometry framework - documentation
Changes: 
 polyxmass-doc (0.8.7-1) unstable; urgency=low
 .
   * Put back the sgml source file of the man page to comply with the DFSG.
   * Big work on the documentation in order to make it translatable using
 tex4ht.
   * Sponsored upload done by Lionel Elie Mamane [EMAIL PROTECTED]
Files: 
 f6796b5690d61d7b7e437f1bb13d0389 647 doc optional polyxmass-doc_0.8.7-1.dsc
 276c0e1bcbbb3605ba03dbec62958d7f 5423011 doc optional 
polyxmass-doc_0.8.7.orig.tar.gz
 ac34116a1b074aff30b9aa1d69b760bf 2451 doc optional 
polyxmass-doc_0.8.7-1.diff.gz
 9289f1805e738a1c3fb050a3b1fca122 4823852 doc optional 
polyxmass-doc_0.8.7-1_all.deb

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

iD8DBQFDGWKXscRzFz57S3MRAsHHAJ4onu+ezw8quLrMBEeDu6RFsv1UYgCg6s14
5u9WqJf7lp4SDjO6FcHOQGE=
=uUCB
-END PGP SIGNATURE-


Accepted:
polyxmass-doc_0.8.7-1.diff.gz
  to pool/main/p/polyxmass-doc/polyxmass-doc_0.8.7-1.diff.gz
polyxmass-doc_0.8.7-1.dsc
  to pool/main/p/polyxmass-doc/polyxmass-doc_0.8.7-1.dsc
polyxmass-doc_0.8.7-1_all.deb
  to pool/main/p/polyxmass-doc/polyxmass-doc_0.8.7-1_all.deb
polyxmass-doc_0.8.7.orig.tar.gz
  to pool/main/p/polyxmass-doc/polyxmass-doc_0.8.7.orig.tar.gz


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



Accepted m-tx 0.60-3 (source i386)

2005-09-03 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 10:12:07 +0200
Source: m-tx
Binary: m-tx
Architecture: source i386
Version: 0.60-3
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge [EMAIL PROTECTED]
Changed-By: Roland Stigge [EMAIL PROTECTED]
Description: 
 m-tx   - A simple music-from-text language for use with MusiXTeX
Closes: 326204
Changes: 
 m-tx (0.60-3) unstable; urgency=low
 .
   * debian/prepmx.1: Manpage update by Nis Martensen
   * debian/rules, doc/Makefile: Cleaned up /usr/share/doc/m-tx/mtxdoc
 (Closes: #326204)
   * Updated doc/mtx.tex to be link to ../src/mtx.tex
   * debian/compat: Debhelper compatibility level: 4
Files: 
 ca6a2227ac064f2b37fbc2a363c8ea7b 586 tex optional m-tx_0.60-3.dsc
 aa0c08eba47e4a21a31ad9e1fc250ad6 6677 tex optional m-tx_0.60-3.diff.gz
 09d9932e4a90cd195f86b13f49c808f4 413100 tex optional m-tx_0.60-3_i386.deb

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

iD8DBQFDGWyhcaH/YBv43g8RAkLSAKDTKDmJ43m2o+hHvatkqHxzpeg6wwCgv/Nj
5EbNbfIME+vZWR1DDji945Y=
=JsT2
-END PGP SIGNATURE-


Accepted:
m-tx_0.60-3.diff.gz
  to pool/main/m/m-tx/m-tx_0.60-3.diff.gz
m-tx_0.60-3.dsc
  to pool/main/m/m-tx/m-tx_0.60-3.dsc
m-tx_0.60-3_i386.deb
  to pool/main/m/m-tx/m-tx_0.60-3_i386.deb


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



Accepted webgen 0.3.6-1 (source all)

2005-09-03 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 28 Aug 2005 13:06:39 +0200
Source: webgen
Binary: webgen
Architecture: source all
Version: 0.3.6-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Cornet [EMAIL PROTECTED]
Changed-By: Arnaud Cornet [EMAIL PROTECTED]
Description: 
 webgen - A template based static website generator
Changes: 
 webgen (0.3.6-1) unstable; urgency=low
 .
   * Initial Release.
Files: 
 1ffc6f9ff26ce511500274614d6a6424 572 web optional webgen_0.3.6-1.dsc
 d1a365dde31746723c6f9bfcf1587104 301767 web optional webgen_0.3.6.orig.tar.gz
 f582d502897792735d55e66faa40f5eb 2346 web optional webgen_0.3.6-1.diff.gz
 0574530b7f1b96338269551a1ddb1b17 87502 web optional webgen_0.3.6-1_all.deb

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

iD8DBQFDFMd4JBBhylAGQYERAqHOAJ0bg2KTrjWFInCgEZ2gKEzAfmTi/gCglPf4
fl5eFtzEHOfub9bytwQI4Jw=
=DYEg
-END PGP SIGNATURE-


Accepted:
webgen_0.3.6-1.diff.gz
  to pool/main/w/webgen/webgen_0.3.6-1.diff.gz
webgen_0.3.6-1.dsc
  to pool/main/w/webgen/webgen_0.3.6-1.dsc
webgen_0.3.6-1_all.deb
  to pool/main/w/webgen/webgen_0.3.6-1_all.deb
webgen_0.3.6.orig.tar.gz
  to pool/main/w/webgen/webgen_0.3.6.orig.tar.gz


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



Accepted libsysadm-install-perl 0.20-1 (source all)

2005-09-03 Thread Florian Ragwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 23 Aug 2005 20:37:05 +0200
Source: libsysadm-install-perl
Binary: libsysadm-install-perl
Architecture: source all
Version: 0.20-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Florian Ragwitz [EMAIL PROTECTED]
Description: 
 libsysadm-install-perl - Typical installation tasks for system administrators
Closes: 324739
Changes: 
 libsysadm-install-perl (0.20-1) unstable; urgency=low
 .
   * Initial Release (Closes: #324739).
Files: 
 53bf39104349f8585a859298623476d6 724 perl optional 
libsysadm-install-perl_0.20-1.dsc
 d03f5c1834bb0a8751fb5d2f87eb4d4e 19381 perl optional 
libsysadm-install-perl_0.20.orig.tar.gz
 92333b294bc1cfb54880d111416e9c6d 1543 perl optional 
libsysadm-install-perl_0.20-1.diff.gz
 ece74eba3a3c4093fb0caee07e983ed4 22588 perl optional 
libsysadm-install-perl_0.20-1_all.deb

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

iEYEARECAAYFAkMUShoACgkQmO5zOp3h7rFDXACdGnA1B1DMORAljwCzoWzxJNlO
iAAAoIx02iWIE6ZdMKtDFPH2p7V0NTkC
=wdl5
-END PGP SIGNATURE-


Accepted:
libsysadm-install-perl_0.20-1.diff.gz
  to pool/main/libs/libsysadm-install-perl/libsysadm-install-perl_0.20-1.diff.gz
libsysadm-install-perl_0.20-1.dsc
  to pool/main/libs/libsysadm-install-perl/libsysadm-install-perl_0.20-1.dsc
libsysadm-install-perl_0.20-1_all.deb
  to pool/main/libs/libsysadm-install-perl/libsysadm-install-perl_0.20-1_all.deb
libsysadm-install-perl_0.20.orig.tar.gz
  to 
pool/main/libs/libsysadm-install-perl/libsysadm-install-perl_0.20.orig.tar.gz


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



Accepted fontforge 0.0.20050831-2 (source i386 all)

2005-09-03 Thread Chanop Silpa-Anan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 19:05:56 +1000
Source: fontforge
Binary: pfaedit fontforge-doc fontforge
Architecture: source i386 all
Version: 0.0.20050831-2
Distribution: unstable
Urgency: low
Maintainer: Chanop Silpa-Anan [EMAIL PROTECTED]
Changed-By: Chanop Silpa-Anan [EMAIL PROTECTED]
Description: 
 fontforge  - Font Editor for PS, TrueType and OpenType fonts
 fontforge-doc - Font Editor for PS, TrueType and OpenType fonts
 pfaedit- A migration package for FontForge
Closes: 326225
Changes: 
 fontforge (0.0.20050831-2) unstable; urgency=low
 .
   * Add bzip2 to Build-Depends (Closes: #326225)
Files: 
 0763b770626298f62bf60b3eff5b71ed 777 x11 optional fontforge_0.0.20050831-2.dsc
 3695711ffeb86c013642a465ea201ad3 7292 x11 optional 
fontforge_0.0.20050831-2.diff.gz
 f8e72b4bbe3622f52a1a10687a742c1b 3367312 x11 optional 
fontforge_0.0.20050831-2_i386.deb
 defac9e590373b890eac7862ec659e14 2138178 x11 optional 
fontforge-doc_0.0.20050831-2_all.deb
 fcfb968006647be020cf49bddf19e7b5 4514 x11 optional 
pfaedit_0.0.20050831-2_all.deb

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

iD8DBQFDGWqw9/cCxWPvVl4RAvu8AJwMLE1a7Gmv3Bg/ZuBZvgloubyDCQCeJGQM
0e7sJARLs+4Rvm20Og12qiU=
=oCe8
-END PGP SIGNATURE-


Accepted:
fontforge-doc_0.0.20050831-2_all.deb
  to pool/main/f/fontforge/fontforge-doc_0.0.20050831-2_all.deb
fontforge_0.0.20050831-2.diff.gz
  to pool/main/f/fontforge/fontforge_0.0.20050831-2.diff.gz
fontforge_0.0.20050831-2.dsc
  to pool/main/f/fontforge/fontforge_0.0.20050831-2.dsc
fontforge_0.0.20050831-2_i386.deb
  to pool/main/f/fontforge/fontforge_0.0.20050831-2_i386.deb
pfaedit_0.0.20050831-2_all.deb
  to pool/main/f/fontforge/pfaedit_0.0.20050831-2_all.deb


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



Accepted wmx10 0.03-1 (source i386)

2005-09-03 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 11:17:22 +0200
Source: wmx10
Binary: wmx10
Architecture: source i386
Version: 0.03-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 wmx10  - Control X10 home automation modules via a firecracker CM-17A X10 
Closes: 102975
Changes: 
 wmx10 (0.03-1) unstable; urgency=low
 .
   * QA upload.
   * New upstream release.  Closes: #102975.
   * Switch from debmake to debhelper.
   * Debconfiscate using templates from x10.
   * Update X11 build dependencies.
   * Change section to x11 and priority to extra in accordance with the
 override file.
   * debian/copyright: Substitute /usr/share/common-licenses/GPL for
 /usr/doc/copyright/GPL.
   * debian/rules: Honor DEB_BUILD_OPTIONS=noopt.
   * debian/watch: Add.
   * Conforms to Standards version 3.6.2.
Files: 
 837eb0aebc48893fccf5b0f6f8721ced 597 x11 extra wmx10_0.03-1.dsc
 0fd038df0cec856168eff40734feafca 26950 x11 extra wmx10_0.03.orig.tar.gz
 5ce40df37287dbceb66cc15462deafec 5065 x11 extra wmx10_0.03-1.diff.gz
 76336c725397e68b72597db91a4dfd68 16524 x11 extra wmx10_0.03-1_i386.deb

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

iD8DBQFDGWyXxBYivKllgY8RAv6pAKCBNGl8u3tR1L1LJut7K+pFE9q3uACgxre9
1icM9nmIRjFJlgJSsdrqiSg=
=cvLV
-END PGP SIGNATURE-


Accepted:
wmx10_0.03-1.diff.gz
  to pool/main/w/wmx10/wmx10_0.03-1.diff.gz
wmx10_0.03-1.dsc
  to pool/main/w/wmx10/wmx10_0.03-1.dsc
wmx10_0.03-1_i386.deb
  to pool/main/w/wmx10/wmx10_0.03-1_i386.deb
wmx10_0.03.orig.tar.gz
  to pool/main/w/wmx10/wmx10_0.03.orig.tar.gz


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



Accepted gpass 0.5.0-1 (source i386)

2005-09-03 Thread Khalid El Fathi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 30 Aug 2005 09:58:41 +0200
Source: gpass
Binary: gpass
Architecture: source i386
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Khalid El Fathi [EMAIL PROTECTED]
Changed-By: Khalid El Fathi [EMAIL PROTECTED]
Description: 
 gpass  - The password manager for GNOME2
Closes: 304645
Changes: 
 gpass (0.5.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #304645).
Files: 
 1d511af790919a263f0c3612c66f610b 643 gnome optional gpass_0.5.0-1.dsc
 6b0a9abdc5846a08b267a6018d320cc4 503663 gnome optional gpass_0.5.0.orig.tar.gz
 25104faf70c5b313528be58bae08de52 12524 gnome optional gpass_0.5.0-1.diff.gz
 4843c5ec8cd40cd352dbc0eda4a84be7 116294 gnome optional gpass_0.5.0-1_i386.deb

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

iD8DBQFDFcOAw3ao2vG823MRApfwAJ9uo0okBALufiN8Nf6o67Q/zTqwDACePf7S
fcBdXaa9QjFsBjSPMSWyVGw=
=VHv/
-END PGP SIGNATURE-


Accepted:
gpass_0.5.0-1.diff.gz
  to pool/main/g/gpass/gpass_0.5.0-1.diff.gz
gpass_0.5.0-1.dsc
  to pool/main/g/gpass/gpass_0.5.0-1.dsc
gpass_0.5.0-1_i386.deb
  to pool/main/g/gpass/gpass_0.5.0-1_i386.deb
gpass_0.5.0.orig.tar.gz
  to pool/main/g/gpass/gpass_0.5.0.orig.tar.gz


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



Accepted skstream 0.3.3-4 (source i386)

2005-09-03 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 08:15:57 +
Source: skstream
Binary: libskstream-0.3-1c2 libskstream-0.3-dev libskstream-0.3-1c2-dbg
Architecture: source i386
Version: 0.3.3-4
Distribution: unstable
Urgency: low
Maintainer: Michael Koch [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libskstream-0.3-1c2 - Isostream C++ socket library
 libskstream-0.3-1c2-dbg - Isostream C++ socket library - debugging libs
 libskstream-0.3-dev - Isostream C++ socket library - development files
Closes: 326393
Changes: 
 skstream (0.3.3-4) unstable; urgency=low
 .
   * libskstream-0.3-1c2: Added Conflicts and Replaces on libskstream-0.3-1
 (Closes: #326393)
   * libststream-0.3-1c2-dbg: Added Conflicts and Replaces on
 libskstream-0.3-1-dbg
   * debian/copyright: Updated address of FSF
Files: 
 e4eae74ea3ad1dd31c2cc8e7ad3e65e7 657 libs optional skstream_0.3.3-4.dsc
 8d72c52fd0cb1995693278aa8e20dafa 3703 libs optional skstream_0.3.3-4.diff.gz
 f6fe6413adbe1ccf4ac64a1243121a24 25384 libdevel optional 
libskstream-0.3-dev_0.3.3-4_i386.deb
 95cf259bea912288b49c19dae8c13c57 98786 libdevel extra 
libskstream-0.3-1c2-dbg_0.3.3-4_i386.deb
 a10dbc82421023e869568d8bede756f8 32158 libs optional 
libskstream-0.3-1c2_0.3.3-4_i386.deb

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

iD8DBQFDGXAv20zMSyow1ykRAgq8AJ4lGQbRfySkZkrFpLS77m96nVU9lQCfeIPo
UhAhwdE08eXw6dsRBnGP7t4=
=Rcf4
-END PGP SIGNATURE-


Accepted:
libskstream-0.3-1c2-dbg_0.3.3-4_i386.deb
  to pool/main/s/skstream/libskstream-0.3-1c2-dbg_0.3.3-4_i386.deb
libskstream-0.3-1c2_0.3.3-4_i386.deb
  to pool/main/s/skstream/libskstream-0.3-1c2_0.3.3-4_i386.deb
libskstream-0.3-dev_0.3.3-4_i386.deb
  to pool/main/s/skstream/libskstream-0.3-dev_0.3.3-4_i386.deb
skstream_0.3.3-4.diff.gz
  to pool/main/s/skstream/skstream_0.3.3-4.diff.gz
skstream_0.3.3-4.dsc
  to pool/main/s/skstream/skstream_0.3.3-4.dsc


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



Accepted kstreamripper 0.3.4-2 (source i386)

2005-09-03 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  2 Sep 2005 11:39:28 +0200
Source: kstreamripper
Binary: kstreamripper
Architecture: source i386
Version: 0.3.4-2
Distribution: unstable
Urgency: low
Maintainer: Michael Ablassmeier [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier [EMAIL PROTECTED]
Description: 
 kstreamripper - kde frontend for streamripper
Changes: 
 kstreamripper (0.3.4-2) unstable; urgency=low
 .
   * re-upload for transition
   * Bump up Standards-Version.
Files: 
 2da44ea15065f7351e781f828bee4138 667 sound optional kstreamripper_0.3.4-2.dsc
 2d73522c62ccdbfdaac7c00c1fd66be5 2400 sound optional 
kstreamripper_0.3.4-2.diff.gz
 bf0cdeb3a4de828bf77b581b1ddbcb97 42506 sound optional 
kstreamripper_0.3.4-2_i386.deb

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

iD8DBQFDGXTCmHaJYZ7RAb8RAguoAKCxM7lvWmsFNHZhKIte3n+vgzPCoQCgvXwD
aNdNvfQGdWveZX/HDdZsXy0=
=rgFt
-END PGP SIGNATURE-


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


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



Accepted bibindex 2.10-5 (source i386)

2005-09-03 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 11:49:43 +0200
Source: bibindex
Binary: bibindex
Architecture: source i386
Version: 2.10-5
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 bibindex   - Fast lookup in BibTeX bibliography data bases
Changes: 
 bibindex (2.10-5) unstable; urgency=low
 .
   * debian/rules:  Oops, the upgrade to debhelper compatibility level in
 the previous release resulted in an empty package.  The package build
 directory is now correctly set to debian/bibindex.
Files: 
 e48f5d50d926ce5ce6c39a9a2afc37a7 629 tex optional bibindex_2.10-5.dsc
 86e26df93ff06127e87d387069cdf7ab 3587 tex optional bibindex_2.10-5.diff.gz
 bfb2b9db607242053973b7505d497311 28726 tex optional bibindex_2.10-5_i386.deb

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

iD8DBQFDGXKSk3oga0pdcv4RAqmEAJwLZA80a6dFWsFGVCH+XOprwV9r3gCfbMln
ooFUWdLq92DCmgtEVmOhJXM=
=K2kf
-END PGP SIGNATURE-


Accepted:
bibindex_2.10-5.diff.gz
  to pool/main/b/bibindex/bibindex_2.10-5.diff.gz
bibindex_2.10-5.dsc
  to pool/main/b/bibindex/bibindex_2.10-5.dsc
bibindex_2.10-5_i386.deb
  to pool/main/b/bibindex/bibindex_2.10-5_i386.deb


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



Accepted sgml2x 1.0.0-10 (source all)

2005-09-03 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 11:27:20 +0200
Source: sgml2x
Binary: sgml2x
Architecture: source all
Version: 1.0.0-10
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson [EMAIL PROTECTED]
Changed-By: Yann Dirson [EMAIL PROTECTED]
Description: 
 sgml2x - generic formatter for SGML/XML documents using DSSSL stylesheets
Closes: 326052
Changes: 
 sgml2x (1.0.0-10) unstable; urgency=low
 .
   * Added openjade to the builddeps: since sgml2x html docs are built
 using the package, most deps are also builddeps (Closes: #326052).
   * Updated FSF address in copyright file (lintian).
   * Bumped Standards-Version to 3.6.2, no change.
Files: 
 a313d5bc0d6d046e7819cf04147a1430 613 text optional sgml2x_1.0.0-10.dsc
 b65205450eaaaf77bd517b36291fea1c 4476 text optional sgml2x_1.0.0-10.diff.gz
 3fbc148ba8cdf76e243a07a071eea080 23908 text optional sgml2x_1.0.0-10_all.deb

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

iD8DBQFDGXC3V1uVslwzwbgRArByAJ40uMGwubzliGFl5SXbn/NJcWG8zgCeLbC5
RI+3o5F27dpHblBgOaTC7rE=
=uMjd
-END PGP SIGNATURE-


Accepted:
sgml2x_1.0.0-10.diff.gz
  to pool/main/s/sgml2x/sgml2x_1.0.0-10.diff.gz
sgml2x_1.0.0-10.dsc
  to pool/main/s/sgml2x/sgml2x_1.0.0-10.dsc
sgml2x_1.0.0-10_all.deb
  to pool/main/s/sgml2x/sgml2x_1.0.0-10_all.deb


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



Accepted psignifit 2.5.6-1 (source i386)

2005-09-03 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  7 Aug 2005 14:32:56 +0200
Source: psignifit
Binary: psignifit
Architecture: source i386
Version: 2.5.6-1
Distribution: unstable
Urgency: low
Maintainer: Michael Hanke [EMAIL PROTECTED]
Changed-By: Michael Hanke [EMAIL PROTECTED]
Description: 
 psignifit  - Fitting and testing hypotheses about psychometric functions
Closes: 325671
Changes: 
 psignifit (2.5.6-1) unstable; urgency=low
 .
   * Initial Release. (closes: bug#325671)
   * Adjusted the Makefile to fix $DESTDIR problem. This included adding
 a proper 'install' target.
   * Added a simple manpage.
Files: 
 d7e0005d1e4b08be44cc503701f9654c 575 math optional psignifit_2.5.6-1.dsc
 300a9c85d1b886659c524337a4bc7504 102559 math optional 
psignifit_2.5.6.orig.tar.gz
 5000ee78a88d1f40a4b6642d69ffd8a5 3270 math optional psignifit_2.5.6-1.diff.gz
 4fc5665c79f324e9e6ed6d28fd68530e 89324 math optional psignifit_2.5.6-1_i386.deb

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

iD8DBQFDFhRnYDBbMcCf01oRAvWRAJ9sgvDCKdaUVEfaOEOoVslR5fVInACgmR3v
JwqohSMH9QZPIvvSOi0i2Ko=
=ppXC
-END PGP SIGNATURE-


Accepted:
psignifit_2.5.6-1.diff.gz
  to pool/main/p/psignifit/psignifit_2.5.6-1.diff.gz
psignifit_2.5.6-1.dsc
  to pool/main/p/psignifit/psignifit_2.5.6-1.dsc
psignifit_2.5.6-1_i386.deb
  to pool/main/p/psignifit/psignifit_2.5.6-1_i386.deb
psignifit_2.5.6.orig.tar.gz
  to pool/main/p/psignifit/psignifit_2.5.6.orig.tar.gz


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



Accepted mydms 1.4.3-1 (source all)

2005-09-03 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 23 Mar 2005 17:19:56 +0100
Source: mydms
Binary: mydms
Architecture: source all
Version: 1.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Miguel Gea Milvaques [EMAIL PROTECTED]
Changed-By: Miguel Gea Milvaques [EMAIL PROTECTED]
Description: 
 mydms  - open-source document management system based on PHP and MySQL
Closes: 296140
Changes: 
 mydms (1.4.3-1) unstable; urgency=low
 .
   * Initial Release (closes: #296140)
Files: 
 11dfdd3ded32bfc792a4291cf63812ee 570 web optional mydms_1.4.3-1.dsc
 d9093df11404a3b64e52fa275518b8dc 110897 web optional mydms_1.4.3.orig.tar.gz
 ef8d35de0d7c7654a225987094429adc 13779 web optional mydms_1.4.3-1.diff.gz
 e5c9719b574b2b6b2f76b2c773be4ab3 115944 web optional mydms_1.4.3-1_all.deb

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

iD8DBQFDFcJvw3ao2vG823MRAu2kAJ9eMZWs4nJAridKlNrNCvLGZhA9qwCffH6q
r6Uh+eE0TDGfxHUrvqJq1xE=
=oS1l
-END PGP SIGNATURE-


Accepted:
mydms_1.4.3-1.diff.gz
  to pool/main/m/mydms/mydms_1.4.3-1.diff.gz
mydms_1.4.3-1.dsc
  to pool/main/m/mydms/mydms_1.4.3-1.dsc
mydms_1.4.3-1_all.deb
  to pool/main/m/mydms/mydms_1.4.3-1_all.deb
mydms_1.4.3.orig.tar.gz
  to pool/main/m/mydms/mydms_1.4.3.orig.tar.gz


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



Accepted krename 3.0.7-3 (source i386)

2005-09-03 Thread Roman Kreisel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  2 Sep 2005 16:15:32 +0200
Source: krename
Binary: krename
Architecture: source i386
Version: 3.0.7-3
Distribution: unstable
Urgency: low
Maintainer: Roman Kreisel [EMAIL PROTECTED]
Changed-By: Roman Kreisel [EMAIL PROTECTED]
Description: 
 krename- Powerful batch renamer for KDE 3.x
Closes: 309253 313984
Changes: 
 krename (3.0.7-3) unstable; urgency=low
 .
   * moved from dpatch to simple-patchsys of cdbs
   * Corrected a typo in copyright-file (wrong telephone-no. of fsf)
   * No more 0 errors occurred-Message on successful operation. Fixed by
 upstream. (Closes: #309253)
 .
 krename (3.0.7-2) unstable; urgency=low
 .
   * Updated/corrected german translation (Closes: #313984)
 .
 krename (3.0.7-1) unstable; urgency=low
 .
   * New upstream release
 .
 krename (3.0.6-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 ba45c32c0397490de6513c0fb657bfba 647 utils optional krename_3.0.7-3.dsc
 c5516790bb964cc0a25a3e15b86e378c 998271 utils optional 
krename_3.0.7.orig.tar.gz
 56da33f14b6bf996c0fbd6500883ff9a 8716 utils optional krename_3.0.7-3.diff.gz
 cf297df0efcff40eb3ff07baf5ad0652 303774 utils optional krename_3.0.7-3_i386.deb

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

iD8DBQFDGXTfQET2GFTmct4RAt+BAKCCGifwDzpODe5wtuWkQgD68l+hvwCeJ6kL
YfQEnMJBSxaF3VfQ1Au0TC8=
=38S2
-END PGP SIGNATURE-


Accepted:
krename_3.0.7-3.diff.gz
  to pool/main/k/krename/krename_3.0.7-3.diff.gz
krename_3.0.7-3.dsc
  to pool/main/k/krename/krename_3.0.7-3.dsc
krename_3.0.7-3_i386.deb
  to pool/main/k/krename/krename_3.0.7-3_i386.deb
krename_3.0.7.orig.tar.gz
  to pool/main/k/krename/krename_3.0.7.orig.tar.gz


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



Accepted tinyca 0.7.0-2 (source all)

2005-09-03 Thread Christoph Ulrich Scholler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 26 Aug 2005 17:02:11 +0200
Source: tinyca
Binary: tinyca
Architecture: source all
Version: 0.7.0-2
Distribution: unstable
Urgency: high
Maintainer: Christoph Ulrich Scholler [EMAIL PROTECTED]
Changed-By: Christoph Ulrich Scholler [EMAIL PROTECTED]
Description: 
 tinyca - graphical frontend for a simple certification authority
Closes: 323124
Changes: 
 tinyca (0.7.0-2) unstable; urgency=high
 .
   * tinyca: crashes on startup, thanks to Jasper Spaans for the patch
 (Closes: #323124).
Files: 
 1a51f8ccf0d1645ec9e3d345a5e64d05 595 utils optional tinyca_0.7.0-2.dsc
 050ca7bcc1e65576ebda478157681587 4701 utils optional tinyca_0.7.0-2.diff.gz
 b1ef442f93b2da7d671f3c3f2a5f93b3 101462 utils optional tinyca_0.7.0-2_all.deb

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

iD8DBQFDGY8MST77jl1k+HARAkJ8AKDu/Z62ki53fYfs43yjiiSq845eWwCcCuFh
xN6xKB+tz0y0AX4pkcILtjc=
=Vkiz
-END PGP SIGNATURE-


Accepted:
tinyca_0.7.0-2.diff.gz
  to pool/main/t/tinyca/tinyca_0.7.0-2.diff.gz
tinyca_0.7.0-2.dsc
  to pool/main/t/tinyca/tinyca_0.7.0-2.dsc
tinyca_0.7.0-2_all.deb
  to pool/main/t/tinyca/tinyca_0.7.0-2_all.deb


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



Accepted mgm 1.1.cvs.20020221-2 (source all)

2005-09-03 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 14:31:04 +0200
Source: mgm
Binary: mgm-doc mgm
Architecture: source all
Version: 1.1.cvs.20020221-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 mgm- A highly configurable, very gaudy system load meter
 mgm-doc- HTML documentation for MGM
Closes: 259405
Changes: 
 mgm (1.1.cvs.20020221-2) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (see #323677); set maintainer to Debian QA Group.
   * lib/widget, modules/share/hostlogo, modules/share/spacer: Newer versions
 of perl-tk expect -width rather than width etc.  Closes: #259405.
   * Drop non-Linux modules.
   * Switch to debhelper 4.
   * Change section of mgm-doc to doc in accordance with the override file.
   * debian/copyright: Update upstream URL.
   * debian/mgm.menu: Add long title.
   * Conforms to Standards version 3.6.2.
Files: 
 75d6aea4812810ad56a4aadb2cebdc43 612 admin optional mgm_1.1.cvs.20020221-2.dsc
 1b9abcd0dafaa83954264471a55a34fb 4969 admin optional 
mgm_1.1.cvs.20020221-2.diff.gz
 de26d8914e73d3a77bdf9a86d38ed07b 120008 admin optional 
mgm_1.1.cvs.20020221-2_all.deb
 7dac45904d84e522aac7b66bc6273fc3 783882 doc optional 
mgm-doc_1.1.cvs.20020221-2_all.deb

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

iD8DBQFDGZhzxBYivKllgY8RAuCbAKDJLtm2D4DYjNWc4RAZq9SKn3F9IACgqqY3
P9Pj8EhwdCIMH0WYxltb4B0=
=QeyA
-END PGP SIGNATURE-


Accepted:
mgm-doc_1.1.cvs.20020221-2_all.deb
  to pool/main/m/mgm/mgm-doc_1.1.cvs.20020221-2_all.deb
mgm_1.1.cvs.20020221-2.diff.gz
  to pool/main/m/mgm/mgm_1.1.cvs.20020221-2.diff.gz
mgm_1.1.cvs.20020221-2.dsc
  to pool/main/m/mgm/mgm_1.1.cvs.20020221-2.dsc
mgm_1.1.cvs.20020221-2_all.deb
  to pool/main/m/mgm/mgm_1.1.cvs.20020221-2_all.deb


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



Accepted kxstitch 0.7-1 (source i386 sparc)

2005-09-03 Thread eric pareja
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 27 Aug 2005 00:44:51 +0800
Source: kxstitch
Binary: kxstitch
Architecture: source i386 sparc
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: eric pareja [EMAIL PROTECTED]
Changed-By: eric pareja [EMAIL PROTECTED]
Description: 
 kxstitch   - cross-stitch pattern creator and editor for KDE
Closes: 325000
Changes: 
 kxstitch (0.7-1) unstable; urgency=low
 .
   * New upstream release (Closes: #325000)
Files: 
 2a818c019bd534fe29b5c01376a278e8 618 kde optional kxstitch_0.7-1.dsc
 9ac8710f0645e8e4b742cf362004f6f7 895371 kde optional kxstitch_0.7.orig.tar.gz
 896e4ae8a579c182a6074a9f21aae8be 35899 kde optional kxstitch_0.7-1.diff.gz
 f14c4dc13830f1799d052262abe50e8a 209262 kde optional kxstitch_0.7-1_i386.deb
 54579084e8bc092cb8adc90ac137a5cb 208498 kde optional kxstitch_0.7-1_sparc.deb

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

iD8DBQFDGaEdgY5NIXPNpFURAkuhAJ9EvORy8igJXRhK0dv65xuKNP+DFwCfWP0K
uWp9dKI/AWtdVA1TKso2WxU=
=1gxw
-END PGP SIGNATURE-


Accepted:
kxstitch_0.7-1.diff.gz
  to pool/main/k/kxstitch/kxstitch_0.7-1.diff.gz
kxstitch_0.7-1.dsc
  to pool/main/k/kxstitch/kxstitch_0.7-1.dsc
kxstitch_0.7-1_i386.deb
  to pool/main/k/kxstitch/kxstitch_0.7-1_i386.deb
kxstitch_0.7-1_sparc.deb
  to pool/main/k/kxstitch/kxstitch_0.7-1_sparc.deb
kxstitch_0.7.orig.tar.gz
  to pool/main/k/kxstitch/kxstitch_0.7.orig.tar.gz


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



Accepted centericq 4.21.0-1 (source i386)

2005-09-03 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 11:28:36 +0200
Source: centericq
Binary: centericq-common centericq-utf8 centericq-fribidi centericq
Architecture: source i386
Version: 4.21.0-1
Distribution: unstable
Urgency: low
Maintainer: Julien LEMOINE [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 centericq  - A text-mode multi-protocol instant messenger client
 centericq-common - A text-mode multi-protocol instant messenger client (data 
files)
 centericq-fribidi - A text-mode multi-protocol instant messenger client 
(Hebrew)
 centericq-utf8 - A text-mode multi-protocol instant messenger client
Closes: 312034
Changes: 
 centericq (4.21.0-1) unstable; urgency=low
 .
   * New upstream release (aim connection fixed, Closes: #312034)
   * Upgraded ssl support with libgnutls12 instead of libgnutls11
   * updated to follow the last version of Debian Policy
Files: 
 9db014995b0d650a8bb8aec8359db04f 861 net optional centericq_4.21.0-1.dsc
 3dbf6237a19cb41029f3abd90251edc3 1939915 net optional 
centericq_4.21.0.orig.tar.gz
 3cd80a798a6c757fc4053831c1ac5450 170723 net optional centericq_4.21.0-1.diff.gz
 12113922bab04f99305fefd0317102d3 345152 net optional 
centericq-common_4.21.0-1_i386.deb
 b1df6a73ff8e1a869c44e2bb78c23fb8 1296336 net optional 
centericq_4.21.0-1_i386.deb
 56bab6806b4a83cc088445058a26d11a 1296408 net optional 
centericq-utf8_4.21.0-1_i386.deb
 219ca1aebc68fc694dc586780ffd9fdb 1296790 net optional 
centericq-fribidi_4.21.0-1_i386.deb

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

iD8DBQFDGZxPc29c8N2YKnURAgVoAKDCMI02aLlaOJEcrLCjD9mrhWtgrQCgparo
Zur+Q9jbDydiwfbDzgUhPLc=
=DJir
-END PGP SIGNATURE-


Accepted:
centericq-common_4.21.0-1_i386.deb
  to pool/main/c/centericq/centericq-common_4.21.0-1_i386.deb
centericq-fribidi_4.21.0-1_i386.deb
  to pool/main/c/centericq/centericq-fribidi_4.21.0-1_i386.deb
centericq-utf8_4.21.0-1_i386.deb
  to pool/main/c/centericq/centericq-utf8_4.21.0-1_i386.deb
centericq_4.21.0-1.diff.gz
  to pool/main/c/centericq/centericq_4.21.0-1.diff.gz
centericq_4.21.0-1.dsc
  to pool/main/c/centericq/centericq_4.21.0-1.dsc
centericq_4.21.0-1_i386.deb
  to pool/main/c/centericq/centericq_4.21.0-1_i386.deb
centericq_4.21.0.orig.tar.gz
  to pool/main/c/centericq/centericq_4.21.0.orig.tar.gz


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



Accepted logrotate 3.7.1-2 (source i386)

2005-09-03 Thread Paul Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 13:37:53 +0100
Source: logrotate
Binary: logrotate
Architecture: source i386
Version: 3.7.1-2
Distribution: unstable
Urgency: low
Maintainer: Paul Martin [EMAIL PROTECTED]
Changed-By: Paul Martin [EMAIL PROTECTED]
Description: 
 logrotate  - Log rotation utility
Closes: 122691 195790 222050 286957 306020 320331
Changes: 
 logrotate (3.7.1-2) unstable; urgency=low
 .
   * Patches:
 + 40-compressutime: Preserve mtime/atime on compression.
   (Closes: #286957)
 + 40-scripterrors: Give error messages identifying log file on
   script errors. (Closes: #122691, #195790, #222050, #306020)
 .
   * Patch debian/control to fix FTBFS on kfreebsd-i386. (Closes:
 #320331).
Files: 
 d0946125e17dc545130ceaec4d93550d 625 admin important logrotate_3.7.1-2.dsc
 5820ec74ff1d2c4ff634222d9d7dcad6 21120 admin important 
logrotate_3.7.1-2.diff.gz
 0c2e5a4376d7de7a710064d2c816dd9a 34328 admin important 
logrotate_3.7.1-2_i386.deb

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

iD8DBQFDGaDa+gi+rt7UWRIRAswvAJ94T4q7/AxdUohZ/nvn0I4C5t9ZrgCfaQDa
rD63zcfEKvjnV3tZ42W6f14=
=eBVM
-END PGP SIGNATURE-


Accepted:
logrotate_3.7.1-2.diff.gz
  to pool/main/l/logrotate/logrotate_3.7.1-2.diff.gz
logrotate_3.7.1-2.dsc
  to pool/main/l/logrotate/logrotate_3.7.1-2.dsc
logrotate_3.7.1-2_i386.deb
  to pool/main/l/logrotate/logrotate_3.7.1-2_i386.deb


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



Accepted gnome-keyring 0.4.3-2 (source i386)

2005-09-03 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 11:26:50 +0200
Source: gnome-keyring
Binary: libgnome-keyring0 libgnome-keyring-dev gnome-keyring
Architecture: source i386
Version: 0.4.3-2
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gnome-keyring - GNOME keyring services (daemon and tools)
 libgnome-keyring-dev - Development files for GNOME keyring service
 libgnome-keyring0 - GNOME keyring services library
Closes: 323310
Changes: 
 gnome-keyring (0.4.3-2) unstable; urgency=low
 .
   * Add dependency on libglib2.0-dev to libgnome-keyring-dev.
 (Closes: #323310) [debian/control, debian/control.in]
   * Update FSF address. [debian/copyright]
   * Bump Standards-Version to 3.6.2. [debian/control, debian/control.in]
Files: 
 ce011eba429fe31c76d925895ac633a9 1683 - optional gnome-keyring_0.4.3-2.dsc
 317aeffb33a06af0eef31625622da5b3 537226 - optional 
gnome-keyring_0.4.3.orig.tar.gz
 61d5eea3c1cfe3b2833904ea89bf257e 1613 - optional gnome-keyring_0.4.3-2.diff.gz
 f5b6018c8d98e4211348a8ec1a7a2b29 101072 gnome optional 
gnome-keyring_0.4.3-2_i386.deb
 8c29e048b46befc07cb9839a97092ef9 27662 libdevel optional 
libgnome-keyring-dev_0.4.3-2_i386.deb
 0f9b7537e14c9d2e218711a2b3d7de76 25618 libs optional 
libgnome-keyring0_0.4.3-2_i386.deb

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

iD8DBQFDGaPYrSbtgqbIBbkRAmy4AKCz3DV0//EgOmp23dh1hq31ohH/AACglufX
GEy4RIrkKgdGOpBl3qwlKd0=
=tTpF
-END PGP SIGNATURE-


Accepted:
gnome-keyring_0.4.3-2.diff.gz
  to pool/main/g/gnome-keyring/gnome-keyring_0.4.3-2.diff.gz
gnome-keyring_0.4.3-2.dsc
  to pool/main/g/gnome-keyring/gnome-keyring_0.4.3-2.dsc
gnome-keyring_0.4.3-2_i386.deb
  to pool/main/g/gnome-keyring/gnome-keyring_0.4.3-2_i386.deb
gnome-keyring_0.4.3.orig.tar.gz
  to pool/main/g/gnome-keyring/gnome-keyring_0.4.3.orig.tar.gz
libgnome-keyring-dev_0.4.3-2_i386.deb
  to pool/main/g/gnome-keyring/libgnome-keyring-dev_0.4.3-2_i386.deb
libgnome-keyring0_0.4.3-2_i386.deb
  to pool/main/g/gnome-keyring/libgnome-keyring0_0.4.3-2_i386.deb


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



Accepted gmediaserver 0.7.0-1 (source alpha)

2005-09-03 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 14:28:58 +0200
Source: gmediaserver
Binary: gmediaserver
Architecture: source alpha
Version: 0.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Jochen Friedrich [EMAIL PROTECTED]
Changed-By: Jochen Friedrich [EMAIL PROTECTED]
Description: 
 gmediaserver - UPnP Mediaserver
Closes: 326111
Changes: 
 gmediaserver (0.7.0-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #326111)
Files: 
 be772d9dd7c1510744b17542c1fc64a4 952 net optional gmediaserver_0.7.0-1.dsc
 08d3d0274ff7b37b135d6f21b47cb3c5 366201 net optional 
gmediaserver_0.7.0.orig.tar.gz
 c57e3659bdc728e6ecc98e0ee31daf06 2790 net optional gmediaserver_0.7.0-1.diff.gz
 c8a5dce99e54a31a0bc8d64d28f4cc7c 77850 net optional 
gmediaserver_0.7.0-1_alpha.deb

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

iQEVAwUBQxmlsqvvnjGP/dScAQKrtggAjM0aA4PRz7xrmrz+q8dZsXLtgU6qqepC
boWK2RRijcFozj1rNSr2yFY4gL688B8f698DTeZICffqzLQDtRjJuLaGL9f5m0b2
XG8Nm6a2Kfq2I6UiJvx+mF9FZSSHChf9rUQrs77YGTAj9kG1GGF4BfGjRPbywm53
84yISLa0aub0DU3oRxp1O+gtzGYg1CczU6gkcfdIH/0jSfCanfguElFy0wJaUsS6
fV2hHFVm3zol+UY8uz3VyHszDFmT0hN8XjLhyLr8g2mnBoWpdEi9vz35wlgN0wgY
w8n947u2pu5Ei8sJFPq0k3NG60XVSA79bVsC9ZpbfNzSo1N1xjWhHA==
=vPKE
-END PGP SIGNATURE-


Accepted:
gmediaserver_0.7.0-1.diff.gz
  to pool/main/g/gmediaserver/gmediaserver_0.7.0-1.diff.gz
gmediaserver_0.7.0-1.dsc
  to pool/main/g/gmediaserver/gmediaserver_0.7.0-1.dsc
gmediaserver_0.7.0-1_alpha.deb
  to pool/main/g/gmediaserver/gmediaserver_0.7.0-1_alpha.deb
gmediaserver_0.7.0.orig.tar.gz
  to pool/main/g/gmediaserver/gmediaserver_0.7.0.orig.tar.gz


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



Accepted hardware-monitor 1.2.1-2 (source powerpc)

2005-09-03 Thread Sven Luther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 15:49:15 +0200
Source: hardware-monitor
Binary: hardware-monitor
Architecture: source powerpc
Version: 1.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Sven Luther [EMAIL PROTECTED]
Changed-By: Sven Luther [EMAIL PROTECTED]
Description: 
 hardware-monitor - Monitor applet for the Gnome panel
Changes: 
 hardware-monitor (1.2.1-2) unstable; urgency=low
 .
   * Now that all dependencies have undergone the c++ migration, let's rebuild
 hardware-monitor.
Files: 
 d77bdd12d9a521106e9f98799c857f6e 830 gnome optional 
hardware-monitor_1.2.1-2.dsc
 3f4786e90a6e18741e4c175ada98cae8 16252 gnome optional 
hardware-monitor_1.2.1-2.diff.gz
 c0d5f075df33bef19e0280764eac5756 891554 gnome optional 
hardware-monitor_1.2.1-2_powerpc.deb

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

iD8DBQFDGax82WTeT3CRQaQRAtktAKCqm81lKIadz5xfLMRK84nEIBeyywCgjINs
MRBvxCil9tIOnTUtZoyLoJE=
=hpT6
-END PGP SIGNATURE-


Accepted:
hardware-monitor_1.2.1-2.diff.gz
  to pool/main/h/hardware-monitor/hardware-monitor_1.2.1-2.diff.gz
hardware-monitor_1.2.1-2.dsc
  to pool/main/h/hardware-monitor/hardware-monitor_1.2.1-2.dsc
hardware-monitor_1.2.1-2_powerpc.deb
  to pool/main/h/hardware-monitor/hardware-monitor_1.2.1-2_powerpc.deb


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



Accepted monster-masher 1.7-3 (source powerpc)

2005-09-03 Thread Sven Luther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 15:05:20 +0200
Source: monster-masher
Binary: monster-masher
Architecture: source powerpc
Version: 1.7-3
Distribution: unstable
Urgency: low
Maintainer: Sven Luther [EMAIL PROTECTED]
Changed-By: Sven Luther [EMAIL PROTECTED]
Description: 
 monster-masher - GPL'ed mash'em-up action game for GNOME
Changes: 
 monster-masher (1.7-3) unstable; urgency=low
 .
   * Rebuilt for the c++ transition.
Files: 
 e86b665c27e9a78bbc962acd8c1087af 628 games optional monster-masher_1.7-3.dsc
 9cf95d90bd54d872f707b47a0329f9f8 17933 games optional 
monster-masher_1.7-3.diff.gz
 2acf9dbee1d9709a26b5926b708cae8c 1005810 games optional 
monster-masher_1.7-3_powerpc.deb

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

iD8DBQFDGawF2WTeT3CRQaQRAu76AJ9UGCdL5TPzBGnOskHlGVmSoEzhSwCfQUih
FGlI8VqzowewT0mwmMOAebE=
=xZ/9
-END PGP SIGNATURE-


Accepted:
monster-masher_1.7-3.diff.gz
  to pool/main/m/monster-masher/monster-masher_1.7-3.diff.gz
monster-masher_1.7-3.dsc
  to pool/main/m/monster-masher/monster-masher_1.7-3.dsc
monster-masher_1.7-3_powerpc.deb
  to pool/main/m/monster-masher/monster-masher_1.7-3_powerpc.deb


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



Accepted netmaze 0.81+jpg0.82-10 (source i386)

2005-09-03 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 09:21:38 -0500
Source: netmaze
Binary: netmaze
Architecture: source i386
Version: 0.81+jpg0.82-10
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 netmaze- 3-D Multiplayer Combat Game
Changes: 
 netmaze (0.81+jpg0.82-10) unstable; urgency=low
 .
   * Server no longer segfaults on connect from clients without a hostname.
Files: 
 5016d1985f8e30d9f4b449cb2adafb04 608 games optional netmaze_0.81+jpg0.82-10.dsc
 217cc7e461829bd20347477bce85ec8a 32026 games optional 
netmaze_0.81+jpg0.82-10.diff.gz
 668a48694333a6e234f7eb48f93c90a1 297036 games optional 
netmaze_0.81+jpg0.82-10_i386.deb

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

iD8DBQFDGbGY7B2mSKdID5ERAk8eAKCAoren6jNL0Up/hus6dGcV1aRWnACfXqRd
igrzah1fAe275QuUXLJc3mQ=
=OvGV
-END PGP SIGNATURE-


Accepted:
netmaze_0.81+jpg0.82-10.diff.gz
  to pool/main/n/netmaze/netmaze_0.81+jpg0.82-10.diff.gz
netmaze_0.81+jpg0.82-10.dsc
  to pool/main/n/netmaze/netmaze_0.81+jpg0.82-10.dsc
netmaze_0.81+jpg0.82-10_i386.deb
  to pool/main/n/netmaze/netmaze_0.81+jpg0.82-10_i386.deb


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



Accepted tessa 0.3.1-3 (source i386)

2005-09-03 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 16:42:52 +0200
Source: tessa
Binary: tessa tessa-mpi
Architecture: source i386
Version: 0.3.1-3
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 tessa  - simulation of 3D optical systems with the FDTD method
 tessa-mpi  - simulation of 3D optical systems using FDTD on LAM-MPI clusters
Changes: 
 tessa (0.3.1-3) unstable; urgency=low
 .
   * Rebuild for the C++ transition.
 + Build-depend on latest lam4-dev and libhdf5-serial-dev.
   * Standards-version is 3.6.2.
   * Update copyright file to the new FSF address.
Files: 
 274f4f73c15170fe193efd8e0c65bc27 679 science optional tessa_0.3.1-3.dsc
 faa4f3301e93b7bc023a2d55ea26e2a6 2382 science optional tessa_0.3.1-3.diff.gz
 1cea0fc66057f24ad24f8ca15c300af4 51292 science optional tessa_0.3.1-3_i386.deb
 ac034fb2a56a3a086e41d62cc658ab02 41396 science extra tessa-mpi_0.3.1-3_i386.deb

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

iD8DBQFDGboJrSla4ddfhTMRAlg6AKDz1BlcHPETyC4iWwrX9kaSAqjNeQCfcfdA
5AZz3wxckV3Pe2UpqVKXnCc=
=nlE6
-END PGP SIGNATURE-


Accepted:
tessa-mpi_0.3.1-3_i386.deb
  to pool/main/t/tessa/tessa-mpi_0.3.1-3_i386.deb
tessa_0.3.1-3.diff.gz
  to pool/main/t/tessa/tessa_0.3.1-3.diff.gz
tessa_0.3.1-3.dsc
  to pool/main/t/tessa/tessa_0.3.1-3.dsc
tessa_0.3.1-3_i386.deb
  to pool/main/t/tessa/tessa_0.3.1-3_i386.deb


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



Accepted h5utils 1.10-1 (source i386)

2005-09-03 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 16:55:40 +0200
Source: h5utils
Binary: h5utils
Architecture: source i386
Version: 1.10-1
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 h5utils- HDF5 files visualization tools
Closes: 326402
Changes: 
 h5utils (1.10-1) unstable; urgency=low
 .
   * New upstream release (closes: #326402).
   * Standards-version is 3.6.2.
   * Configure with --with-hdf4.
Files: 
 150b4a8ffa0a0b6d25eb8e16ea9cd3c4 658 science optional h5utils_1.10-1.dsc
 de78cf9c9e69009f38fc9dcc5fcf4d87 129458 science optional 
h5utils_1.10.orig.tar.gz
 adf722d59f231eb65912149a63a931a4 3814 science optional h5utils_1.10-1.diff.gz
 3d29d0cce23ee3b676f0eb7f0a502c15 69166 science optional h5utils_1.10-1_i386.deb

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

iD8DBQFDGbv8rSla4ddfhTMRAjKhAKDnaPLe4G2BWEthF2o+qzLj0a/zmACeOZCi
/puD9TJsrcF8wf3FPAZ1Pj8=
=brqd
-END PGP SIGNATURE-


Accepted:
h5utils_1.10-1.diff.gz
  to pool/main/h/h5utils/h5utils_1.10-1.diff.gz
h5utils_1.10-1.dsc
  to pool/main/h/h5utils/h5utils_1.10-1.dsc
h5utils_1.10-1_i386.deb
  to pool/main/h/h5utils/h5utils_1.10-1_i386.deb
h5utils_1.10.orig.tar.gz
  to pool/main/h/h5utils/h5utils_1.10.orig.tar.gz


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



Accepted clanlib 0.6.5-1-2.4 (source i386 all)

2005-09-03 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 16:34:24 +0200
Source: clanlib
Binary: libclan2c2-mikmod libclan2c2-lua clanlib-doc libclan2c2-vorbis 
libclan2c2-ttf libclan2c2-png clanlib-examples libclan2c2-network 
libclan2c2-sound libclanlib2c2 libclan2c2-gui libclan2c2-jpeg libclanlib-dev 
libclan2c2-gl
Architecture: source i386 all
Version: 0.6.5-1-2.4
Distribution: unstable
Urgency: low
Maintainer: Filip Van Raemdonck [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 clanlib-doc - Reference documentation and tutorials for ClanLib
 clanlib-examples - Examples for ClanLib
 libclan2c2-gl - OpenGL module for ClanLib game SDK
 libclan2c2-gui - GUI module for ClanLib game SDK
 libclan2c2-jpeg - JPEG module for ClanLib game SDK
 libclan2c2-lua - Lua module for ClanLib game SDK
 libclan2c2-mikmod - MikMod module for ClanLib game SDK
 libclan2c2-network - Network module for ClanLib game SDK
 libclan2c2-png - PNG module for ClanLib game SDK
 libclan2c2-sound - Sound module for ClanLib game SDK
 libclan2c2-ttf - TTF module for ClanLib game SDK
 libclan2c2-vorbis - Vorbis module for ClanLib game SDK
 libclanlib-dev - ClanLib game SDK development files
 libclanlib2c2 - ClanLib game SDK core runtime
Closes: 324118 326093
Changes: 
 clanlib (0.6.5-1-2.4) unstable; urgency=low
 .
   * Non-maintainer upload to move the library to new C++ ABI.
   * Correct borken NMU, moving debian/libclanlib2.install to
 debian/libclanlib2c2.install to populate the package
 with files. (Closes: #324118, #326093)
Files: 
 00dc5e5f536a0016764b0f1b98fd8ae7 1125 libs optional clanlib_0.6.5-1-2.4.dsc
 270f0227588a9c3a6f2546bd3b62a6a1 40548 libs optional 
clanlib_0.6.5-1-2.4.diff.gz
 213343492d3e6b6c01c0e3b338c949d4 699060 doc optional 
clanlib-doc_0.6.5-1-2.4_all.deb
 3640f40824ca61658d0e73fc46818705 933752 doc optional 
clanlib-examples_0.6.5-1-2.4_all.deb
 065a0fe923ef8ccaed3228e284b04096 332166 libs optional 
libclanlib2c2_0.6.5-1-2.4_i386.deb
 fe773dc89a6631b5e61cc5738a289c00 1672706 libdevel optional 
libclanlib-dev_0.6.5-1-2.4_i386.deb
 42a235c2cf0ef16268070b1236af063f 42360 libs optional 
libclan2c2-gl_0.6.5-1-2.4_i386.deb
 160cf7a8098b0de7ba2b881903d33d40 266234 libs optional 
libclan2c2-gui_0.6.5-1-2.4_i386.deb
 7930edb3cc8bf4b79ac8a82d2719dd08 16688 libs optional 
libclan2c2-jpeg_0.6.5-1-2.4_i386.deb
 79b86fee297a6a919c7472fd6fcd9b5f 32122 libs optional 
libclan2c2-lua_0.6.5-1-2.4_i386.deb
 40ccb9079eef1d0fa229da6c819072fa 17890 libs optional 
libclan2c2-mikmod_0.6.5-1-2.4_i386.deb
 93754f1b0b9fa25e829446af6e66e03a 119942 libs optional 
libclan2c2-network_0.6.5-1-2.4_i386.deb
 cbb4bfd01b98813d3f323cd9c1acd3b9 16036 libs optional 
libclan2c2-png_0.6.5-1-2.4_i386.deb
 4701d80200331768ed8c899a8f0494e7 58212 libs optional 
libclan2c2-sound_0.6.5-1-2.4_i386.deb
 76c65dcb2eb99e75c82e9f6131946c03 22490 libs optional 
libclan2c2-ttf_0.6.5-1-2.4_i386.deb
 0bed79979fbdbe327925daaf92b7684e 8802 libs optional 
libclan2c2-vorbis_0.6.5-1-2.4_i386.deb

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

iD8DBQFDGbi+20zMSyow1ykRAgjsAJ4rrLobCSoo1ZDrfxqS/C1bs5X9cQCfaLMl
O0w9G0ujkn7DV41rxUXOnI8=
=PAHY
-END PGP SIGNATURE-


Accepted:
clanlib-doc_0.6.5-1-2.4_all.deb
  to pool/main/c/clanlib/clanlib-doc_0.6.5-1-2.4_all.deb
clanlib-examples_0.6.5-1-2.4_all.deb
  to pool/main/c/clanlib/clanlib-examples_0.6.5-1-2.4_all.deb
clanlib_0.6.5-1-2.4.diff.gz
  to pool/main/c/clanlib/clanlib_0.6.5-1-2.4.diff.gz
clanlib_0.6.5-1-2.4.dsc
  to pool/main/c/clanlib/clanlib_0.6.5-1-2.4.dsc
libclan2c2-gl_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-gl_0.6.5-1-2.4_i386.deb
libclan2c2-gui_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-gui_0.6.5-1-2.4_i386.deb
libclan2c2-jpeg_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-jpeg_0.6.5-1-2.4_i386.deb
libclan2c2-lua_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-lua_0.6.5-1-2.4_i386.deb
libclan2c2-mikmod_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-mikmod_0.6.5-1-2.4_i386.deb
libclan2c2-network_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-network_0.6.5-1-2.4_i386.deb
libclan2c2-png_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-png_0.6.5-1-2.4_i386.deb
libclan2c2-sound_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-sound_0.6.5-1-2.4_i386.deb
libclan2c2-ttf_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-ttf_0.6.5-1-2.4_i386.deb
libclan2c2-vorbis_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclan2c2-vorbis_0.6.5-1-2.4_i386.deb
libclanlib-dev_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclanlib-dev_0.6.5-1-2.4_i386.deb
libclanlib2c2_0.6.5-1-2.4_i386.deb
  to pool/main/c/clanlib/libclanlib2c2_0.6.5-1-2.4_i386.deb


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



Accepted python-qt3 3.15-1 (source all powerpc)

2005-09-03 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 01:04:33 +0200
Source: python-qt3
Binary: python2.3-qt3 python-qt3-doc python2.3-qtext python-qt3-gl 
python-qt-dev python-qtext python2.3-qt3-gl python-qt3 python2.4-qtext 
pyqt-tools python2.4-qt3
Architecture: source powerpc all
Version: 3.15-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Torsten Marek [EMAIL PROTECTED]
Description: 
 pyqt-tools - pyuic and pylupdate for Qt3
 python-qt-dev - Qt bindings for Python - Development files
 python-qt3 - Qt3 bindings for Python (default version)
 python-qt3-doc - Qt bindings for Python - Documentation and examples
 python-qt3-gl - Qt3 OpenGL bindings for Python (default version)
 python-qtext - Qt extensions for PyQt (default version)
 python2.3-qt3 - Qt3 bindings for Python 2.3
 python2.3-qt3-gl - Qt3 OpenGL bindings for Python 2.3
 python2.3-qtext - Qt extensions for PyQt
 python2.4-qt3 - Qt3 bindings for Python 2.4
 python2.4-qtext - Qt extensions for PyQt
Closes: 302885 306218 322062 325984
Changes: 
 python-qt3 (3.15-1) unstable; urgency=low
 .
   * New upstream release
   * Updated standards version to 3.6.2
   * Updated FSF address in the copyright file
   * Build-Depend and Depend and sip 4.3
   * Removed old Conflicts: from python2.3-qt3
 + kodos was fixed with 2.4.5-2.1, which is in stable already
 + memaid-pyqt was fixed with 0.2.3-3, which is in stable already
 + qtorrent was fixed with 0.9.6.1-3, which is in stable
   * Add some conflicts with PyQt programs due to API change in 3.14.1
 + imgseek was fixed with 0.8.4+0.8.5rc1-2, which is not in stable,
   therefore we conflict with it
 (Closes: #306218, #302885)
   * Removed the dummy package pyuic3 (Closes: #322062)
   * Remove old Conflicts and Replaces from pyqt-tools
   * g++ ABI transition (Closes: #325984)
Files: 
 d8eef360aede693d6c922bb7b949abb2 1016 python optional python-qt3_3.15-1.dsc
 973c15eaab0243b53b888d707d3c537d 783566 python optional 
python-qt3_3.15.orig.tar.gz
 eb0c7bca2214a09c99c6b02e19b26589 10178 python optional 
python-qt3_3.15-1.diff.gz
 6f962011a3250ac8cef436dd171fe217 42206 python optional 
python-qt3_3.15-1_all.deb
 8a2a1f278c7529a9fdb8b729c8a1 31498 python optional 
python-qt3-gl_3.15-1_all.deb
 9fcad2f31d185e9acae986c635fd0d48 31462 python optional 
python-qtext_3.15-1_all.deb
 36858baff1289d300dfb1f7d59d901fe 210270 python optional 
python-qt-dev_3.15-1_all.deb
 d5a7f3d2a7ca67446b2b6fd0a495a705 301138 doc optional 
python-qt3-doc_3.15-1_all.deb
 00bb3899ab854f67245bdfa24d0c31a1 2639712 python optional 
python2.3-qt3_3.15-1_powerpc.deb
 25117be6384dbe23751b58d469c587aa 2639718 python optional 
python2.4-qt3_3.15-1_powerpc.deb
 5e10e9be98bfd76280ef9bf17547628b 125356 python optional 
python2.3-qt3-gl_3.15-1_powerpc.deb
 30e72221afd8749cdffe43b9515358dc 278002 python optional 
python2.3-qtext_3.15-1_powerpc.deb
 4850d230c066d399381b151b00b92a41 278002 python optional 
python2.4-qtext_3.15-1_powerpc.deb
 e09385594762a72fbf75930fbfa1d05d 233396 python optional 
pyqt-tools_3.15-1_powerpc.deb

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

iD8DBQFDGbcqHkQIZYcutOURArdNAJ9KUbrh5SjrO390Isdoibo0jlx+xwCgkF2E
yLa0P3G1O3/v6+wAVVR8C+Y=
=fWGE
-END PGP SIGNATURE-


Accepted:
pyqt-tools_3.15-1_powerpc.deb
  to pool/main/p/python-qt3/pyqt-tools_3.15-1_powerpc.deb
python-qt-dev_3.15-1_all.deb
  to pool/main/p/python-qt3/python-qt-dev_3.15-1_all.deb
python-qt3-doc_3.15-1_all.deb
  to pool/main/p/python-qt3/python-qt3-doc_3.15-1_all.deb
python-qt3-gl_3.15-1_all.deb
  to pool/main/p/python-qt3/python-qt3-gl_3.15-1_all.deb
python-qt3_3.15-1.diff.gz
  to pool/main/p/python-qt3/python-qt3_3.15-1.diff.gz
python-qt3_3.15-1.dsc
  to pool/main/p/python-qt3/python-qt3_3.15-1.dsc
python-qt3_3.15-1_all.deb
  to pool/main/p/python-qt3/python-qt3_3.15-1_all.deb
python-qt3_3.15.orig.tar.gz
  to pool/main/p/python-qt3/python-qt3_3.15.orig.tar.gz
python-qtext_3.15-1_all.deb
  to pool/main/p/python-qt3/python-qtext_3.15-1_all.deb
python2.3-qt3-gl_3.15-1_powerpc.deb
  to pool/main/p/python-qt3/python2.3-qt3-gl_3.15-1_powerpc.deb
python2.3-qt3_3.15-1_powerpc.deb
  to pool/main/p/python-qt3/python2.3-qt3_3.15-1_powerpc.deb
python2.3-qtext_3.15-1_powerpc.deb
  to pool/main/p/python-qt3/python2.3-qtext_3.15-1_powerpc.deb
python2.4-qt3_3.15-1_powerpc.deb
  to pool/main/p/python-qt3/python2.4-qt3_3.15-1_powerpc.deb
python2.4-qtext_3.15-1_powerpc.deb
  to pool/main/p/python-qt3/python2.4-qtext_3.15-1_powerpc.deb


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



Accepted libapache-mod-ssl 2.8.24-1 (source i386 all)

2005-09-03 Thread Domenico Andreoli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 16:36:26 +0200
Source: libapache-mod-ssl
Binary: libapache-mod-ssl-doc libapache-mod-ssl
Architecture: source i386 all
Version: 2.8.24-1
Distribution: unstable
Urgency: low
Maintainer: Domenico Andreoli [EMAIL PROTECTED]
Changed-By: Domenico Andreoli [EMAIL PROTECTED]
Description: 
 libapache-mod-ssl - Strong cryptography (HTTPS support) for Apache
 libapache-mod-ssl-doc - Documentation for Apache module mod_ssl
Closes: 311833 322263
Changes: 
 libapache-mod-ssl (2.8.24-1) unstable; urgency=low
 .
   * New upstream release:
 - Fixed a security issue (CAN-2005-2700).
   * Fixed multiple typos in mod-ssl-makecert and other files (closes: #311833).
   * Fixed removal errors in find use (closes: #322263).
Files: 
 2a1f090412df48f437bbb4e92cc91f2b 765 web optional 
libapache-mod-ssl_2.8.24-1.dsc
 4f28dcf0f090a7dc2ab148e6a503e99a 820292 web optional 
libapache-mod-ssl_2.8.24.orig.tar.gz
 ea441d11cad176423a9438d39b43c8ce 30360 web optional 
libapache-mod-ssl_2.8.24-1.diff.gz
 84246b8ebebf513ca3500e93c27fb079 253448 doc optional 
libapache-mod-ssl-doc_2.8.24-1_all.deb
 79c601f2b97dba063abdf2b9016f272b 327440 web optional 
libapache-mod-ssl_2.8.24-1_i386.deb

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

iD8DBQFDGbqrBneQM6IOvFARAnnOAJ9zxMvmwoOeEQ3bRt1uL8PirQU6AgCguXn2
F536tdXFtg2R3nE/gigcEIA=
=uVla
-END PGP SIGNATURE-


Accepted:
libapache-mod-ssl-doc_2.8.24-1_all.deb
  to pool/main/liba/libapache-mod-ssl/libapache-mod-ssl-doc_2.8.24-1_all.deb
libapache-mod-ssl_2.8.24-1.diff.gz
  to pool/main/liba/libapache-mod-ssl/libapache-mod-ssl_2.8.24-1.diff.gz
libapache-mod-ssl_2.8.24-1.dsc
  to pool/main/liba/libapache-mod-ssl/libapache-mod-ssl_2.8.24-1.dsc
libapache-mod-ssl_2.8.24-1_i386.deb
  to pool/main/liba/libapache-mod-ssl/libapache-mod-ssl_2.8.24-1_i386.deb
libapache-mod-ssl_2.8.24.orig.tar.gz
  to pool/main/liba/libapache-mod-ssl/libapache-mod-ssl_2.8.24.orig.tar.gz


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



Accepted gcjwebplugin 0.3.2-1 (source i386)

2005-09-03 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 14:30:58 +
Source: gcjwebplugin
Binary: gcjwebplugin
Architecture: source i386
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Koch [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 gcjwebplugin - web browser plugin to execute Java (tm) applets
Closes: 284166 287865 306996 307196 309242
Changes: 
 gcjwebplugin (0.3.2-1) unstable; urgency=low
 .
   * New upstream release
 - Fixes build on amd64 (Closes: #284166)
 - Fixes glib linkage (Closes: #309242)
 - Fixes incorrect parsing of  on the command line (Closes: #307196)
 - Fixes finding of applet (Closes: #287865)
 - Removes maintainer private path (Closes: #306996)
 - Removed debian/patches/reload.patch
 - Reworked debian/patches/jni.patch
   * debian/gcjwebplugin.links: Fixed link to GTK peer library
   * Upload sponsored by Petter Reinholdtsen
Files: 
 ac0708be9885cb7c092246004f236a2d 664 net optional gcjwebplugin_0.3.2-1.dsc
 525e6814483e34f8376d23847705abad 466872 net optional 
gcjwebplugin_0.3.2.orig.tar.gz
 0f1627b67c4b39024688a89e6eb9d889 4010 net optional gcjwebplugin_0.3.2-1.diff.gz
 ea9d8fe856e5113824843356b396af12 70196 net optional 
gcjwebplugin_0.3.2-1_i386.deb

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

iD8DBQFDGbuE20zMSyow1ykRAobUAJ9F22PsGOSK9p3KfLlazUiKBfX3VgCgpKiU
2olTQYUYJxPgxLyXuenLUtU=
=Z4xP
-END PGP SIGNATURE-


Accepted:
gcjwebplugin_0.3.2-1.diff.gz
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.diff.gz
gcjwebplugin_0.3.2-1.dsc
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.dsc
gcjwebplugin_0.3.2-1_i386.deb
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1_i386.deb
gcjwebplugin_0.3.2.orig.tar.gz
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2.orig.tar.gz


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



Accepted gal2.4 2.4.3-1.1 (source i386)

2005-09-03 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 11:56:06 +0200
Source: gal2.4
Binary: libgal2.4-0 libgal2.4-common libgal2.4-dev
Architecture: source i386
Version: 2.4.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libgal2.4-0 - G App Libs (run time library)
 libgal2.4-common - G App Libs (common files)
 libgal2.4-dev - G App Libs (development files)
Closes: 324024
Changes: 
 gal2.4 (2.4.3-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add dependency on libgnomeprintui2.2-dev to libgal2.4-dev.
 (Closes: #324024) [debian/control, debian/control.in]
Files: 
 058b86ef5360cc5885bbe2ba5b958759 842 devel optional gal2.4_2.4.3-1.1.dsc
 efa25c44e919dcb446486501a7f0398a 5481 devel optional gal2.4_2.4.3-1.1.diff.gz
 8fcc155b4fc8aaa6c3c58d33265ab6d0 639284 devel optional 
libgal2.4-dev_2.4.3-1.1_i386.deb
 427a8fd8a38b1aa4c9e4713099891e2e 220560 devel optional 
libgal2.4-common_2.4.3-1.1_i386.deb
 518b318eb003a53cc55a4663a2494c11 455368 libs optional 
libgal2.4-0_2.4.3-1.1_i386.deb

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

iD8DBQFDGbvgrSbtgqbIBbkRAieWAKDBAqj2zEr0cwVEYwnNrbNflykaSgCgiUs3
xPXxKlLf51Y6zGUXwBArVh0=
=/lDV
-END PGP SIGNATURE-


Accepted:
gal2.4_2.4.3-1.1.diff.gz
  to pool/main/g/gal2.4/gal2.4_2.4.3-1.1.diff.gz
gal2.4_2.4.3-1.1.dsc
  to pool/main/g/gal2.4/gal2.4_2.4.3-1.1.dsc
libgal2.4-0_2.4.3-1.1_i386.deb
  to pool/main/g/gal2.4/libgal2.4-0_2.4.3-1.1_i386.deb
libgal2.4-common_2.4.3-1.1_i386.deb
  to pool/main/g/gal2.4/libgal2.4-common_2.4.3-1.1_i386.deb
libgal2.4-dev_2.4.3-1.1_i386.deb
  to pool/main/g/gal2.4/libgal2.4-dev_2.4.3-1.1_i386.deb


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



Accepted xclass 0.8.3-1.2 (source all i386)

2005-09-03 Thread Andreas Barth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 17:05:00 +0200
Source: xclass
Binary: libxclass0c2 xclass-common libxclass0-dev
Architecture: source all i386
Version: 0.8.3-1.2
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Andreas Barth [EMAIL PROTECTED]
Description: 
 libxclass0-dev - C++ GUI toolkit for X
 libxclass0c2 - C++ GUI toolkit for X
 xclass-common - common components for C++ GUI toolkit for X
Closes: 297838
Changes: 
 xclass (0.8.3-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * builds correctly with gcc-4.0. Closes: #297838.
Files: 
 b5ae831486861f9cd9ab9593fd6b 633 - optional xclass_0.8.3-1.2.dsc
 6ad4f7f3f864f28fa23ff6d087bc596f 26916 - optional xclass_0.8.3-1.2.diff.gz
 d47ef678a86e3893e99abf87b8b876b2 182590 misc optional 
xclass-common_0.8.3-1.2_all.deb
 1dbe2b7db5eef705b8f5d0cdadfc01ae 783048 libdevel optional 
libxclass0-dev_0.8.3-1.2_i386.deb
 b73860e8f07787b969b3d65b685c9ee2 3354 libs optional 
libxclass0c2_0.8.3-1.2_i386.deb

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

iEYEARECAAYFAkMZwNkACgkQmdOZoew2oYXjtwCcCAol4DCaEV+YngY+zxLCccUi
M24AnjNaiP5ZdW97DqlpVGoIG35Y+0Nf
=49eF
-END PGP SIGNATURE-


Accepted:
libxclass0-dev_0.8.3-1.2_i386.deb
  to pool/main/x/xclass/libxclass0-dev_0.8.3-1.2_i386.deb
libxclass0c2_0.8.3-1.2_i386.deb
  to pool/main/x/xclass/libxclass0c2_0.8.3-1.2_i386.deb
xclass-common_0.8.3-1.2_all.deb
  to pool/main/x/xclass/xclass-common_0.8.3-1.2_all.deb
xclass_0.8.3-1.2.diff.gz
  to pool/main/x/xclass/xclass_0.8.3-1.2.diff.gz
xclass_0.8.3-1.2.dsc
  to pool/main/x/xclass/xclass_0.8.3-1.2.dsc


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



Accepted aplus-fsf 4.20.2-2 (source i386 all)

2005-09-03 Thread Neil Roeth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  2 Sep 2005 21:36:16 -0400
Source: aplus-fsf
Binary: aplus-fsf-el aplus-fsf-dev aplus-fsf xfonts-kapl aplus-fsf-doc
Architecture: source i386 all
Version: 4.20.2-2
Distribution: unstable
Urgency: low
Maintainer: Neil Roeth [EMAIL PROTECTED]
Changed-By: Neil Roeth [EMAIL PROTECTED]
Description: 
 aplus-fsf  - A+ programming language run-time environment
 aplus-fsf-dev - A+ programming language development environment
 aplus-fsf-doc - A+ programming language documentation
 aplus-fsf-el - XEmacs lisp for A+ development
 xfonts-kapl - APL fonts for A+ development
Changes: 
 aplus-fsf (4.20.2-2) unstable; urgency=low
 .
   * Make tr64() global instead of local to avoid FTBFS on 64 bit machines.
   * Added stdio.h and string.h to avoid warnings.
Files: 
 06d32de283fceec13fb153b06bfc28a0 668 interpreters optional 
aplus-fsf_4.20.2-2.dsc
 ac3586d0ad5d4596f88d5de9ea3e40f7 337782 interpreters optional 
aplus-fsf_4.20.2-2.diff.gz
 0d1b98dc50b71f0735a467febb08dc06 21460 x11 optional 
xfonts-kapl_4.20.2-2_all.deb
 dd53164179a1992a5ff0749c1aaa37e8 23384 editors optional 
aplus-fsf-el_4.20.2-2_all.deb
 e1b333962c747311a19a16b7f38f2983 2875364 doc optional 
aplus-fsf-doc_4.20.2-2_all.deb
 a40c05e519ed6ba78bcd4f7a163fb28c 2559812 interpreters optional 
aplus-fsf_4.20.2-2_i386.deb
 793eed3f98fd930d575849f783a4b48b 5066 devel optional 
aplus-fsf-dev_4.20.2-2_i386.deb

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

iD8DBQFDGbiD6j+skPrutKkRAnKzAKCbmapfLBOztRr5EOHqagRnZVgYNwCfVePE
QpzY6CwTVelfoGexvep2d9U=
=+3Un
-END PGP SIGNATURE-


Accepted:
aplus-fsf-dev_4.20.2-2_i386.deb
  to pool/main/a/aplus-fsf/aplus-fsf-dev_4.20.2-2_i386.deb
aplus-fsf-doc_4.20.2-2_all.deb
  to pool/main/a/aplus-fsf/aplus-fsf-doc_4.20.2-2_all.deb
aplus-fsf-el_4.20.2-2_all.deb
  to pool/main/a/aplus-fsf/aplus-fsf-el_4.20.2-2_all.deb
aplus-fsf_4.20.2-2.diff.gz
  to pool/main/a/aplus-fsf/aplus-fsf_4.20.2-2.diff.gz
aplus-fsf_4.20.2-2.dsc
  to pool/main/a/aplus-fsf/aplus-fsf_4.20.2-2.dsc
aplus-fsf_4.20.2-2_i386.deb
  to pool/main/a/aplus-fsf/aplus-fsf_4.20.2-2_i386.deb
xfonts-kapl_4.20.2-2_all.deb
  to pool/main/a/aplus-fsf/xfonts-kapl_4.20.2-2_all.deb


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



Accepted gal 0.24-1.5 (source i386 all)

2005-09-03 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 16:58:03 +0200
Source: gal
Binary: libgal-data libgal-dev libgal23
Architecture: source i386 all
Version: 0.24-1.5
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 libgal-data - G App Libs (data files)
 libgal-dev - G App Libs (development files)
 libgal23   - G App Libs (run time library)
Closes: 300522
Changes: 
 gal (0.24-1.5) unstable; urgency=low
 .
   * 0-day NMU (Bug squashing party).
   * Added a patch to use gt_LC_MESSAGES instead of AC_LC_MESSAGES (closes:
 bug#300522).
   * Build-depends on gettext ( 0.14.5).
Files: 
 4c2e2140259f6d680a820b630c495ec0 890 devel optional gal_0.24-1.5.dsc
 d0d2fd82852fbb3805d7305d85a93ed9 7254 devel optional gal_0.24-1.5.diff.gz
 42432c0feddb9bb07c045d6abc234e44 66694 devel optional 
libgal-data_0.24-1.5_all.deb
 25685bccc188223c1029a0539056dbff 738286 devel optional 
libgal-dev_0.24-1.5_i386.deb
 4017ebf88ed8526c261159a88a839064 484812 libs optional 
libgal23_0.24-1.5_i386.deb

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

iD8DBQFDGb+Ww3ao2vG823MRApvdAJ9dXjPAo5sB0v8JlgUrfC5uTCURcACdF5yw
3o+88Cjs95DLtMCsyE/llko=
=mcsW
-END PGP SIGNATURE-


Accepted:
gal_0.24-1.5.diff.gz
  to pool/main/g/gal/gal_0.24-1.5.diff.gz
gal_0.24-1.5.dsc
  to pool/main/g/gal/gal_0.24-1.5.dsc
libgal-data_0.24-1.5_all.deb
  to pool/main/g/gal/libgal-data_0.24-1.5_all.deb
libgal-dev_0.24-1.5_i386.deb
  to pool/main/g/gal/libgal-dev_0.24-1.5_i386.deb
libgal23_0.24-1.5_i386.deb
  to pool/main/g/gal/libgal23_0.24-1.5_i386.deb


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



Accepted parted 1.6.24-2 (source all powerpc)

2005-09-03 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 12:57:49 -0300
Source: parted
Binary: libparted1.6-13 libparted1.6-i18n libparted1.6-dbg parted-udeb 
parted-doc libparted1.6-dev libparted1.6-udeb parted
Architecture: source powerpc all
Version: 1.6.24-2
Distribution: unstable
Urgency: medium
Maintainer: Parted Maintainer Team [EMAIL PROTECTED]
Changed-By: Otavio Salvador [EMAIL PROTECTED]
Description: 
 libparted1.6-13 - The GNU Parted disk partitioning shared library
 libparted1.6-dbg - The GNU Parted disk partitioning library debug development 
files
 libparted1.6-dev - The GNU Parted disk partitioning library development files
 libparted1.6-i18n - The GNU Parted disk partitioning library i18n support
 libparted1.6-udeb - The GNU Parted disk partitioning shared library (udeb)
 parted - The GNU Parted disk partition resizing program
 parted-doc - The GNU Parted disk partition resizing program documentation
 parted-udeb - The GNU Parted disk partition resizing program (udeb)
Closes: 326309
Changes: 
 parted (1.6.24-2) unstable; urgency=medium
 .
   [ Otavio Salvador ]
   * Bumb Standards-Version to 3.6.2 (no changes need)
   * Update debian/watch to version 3 standard
   * Change the build-dependency to libreadline5-dev | libreadline-dev to
 allow the libreadline4-dev removal from archive ASAP. (Closes: #326309)
   * Urgency set to medium since it hasn't code changes.
Files: 
 ff2393a745edd1328950708a372e02d6 964 admin optional parted_1.6.24-2.dsc
 2e4caabf0920e558e7692f5aba0e646e 45522 admin optional parted_1.6.24-2.diff.gz
 2f58d30200c3358a59727faa23c5d41e 84020 admin optional 
parted_1.6.24-2_powerpc.deb
 ece43813d46192a5b8e3ac23fcadfaef 21862 debian-installer extra 
parted-udeb_1.6.24-2_powerpc.udeb
 b5f57071acdc4df64eef3ec387f7421b 220600 libs optional 
libparted1.6-13_1.6.24-2_powerpc.deb
 203915643ce73c20440783f2bafe16dd 148898 debian-installer extra 
libparted1.6-udeb_1.6.24-2_powerpc.udeb
 2e408ef032837564a43e5851b838a849 283336 libdevel optional 
libparted1.6-dev_1.6.24-2_powerpc.deb
 5801650fcdbce26df1af3b43a74b6a54 828278 libdevel extra 
libparted1.6-dbg_1.6.24-2_powerpc.deb
 52b6ea080dc5724995cf4d102e229d3f 208794 libs optional 
libparted1.6-i18n_1.6.24-2_all.deb
 083f3bf71303aeab947510a48fe66e2c 142326 doc optional 
parted-doc_1.6.24-2_all.deb
Package-Type: udeb

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

iD8DBQFDGcpZLqiZQEml+FURApExAJ4vnRyQvANvJEZHSqP1PUTdCPENZwCgksif
xSuk+wOjlrmK5lXEUYj2e+I=
=zAq6
-END PGP SIGNATURE-


Accepted:
libparted1.6-13_1.6.24-2_powerpc.deb
  to pool/main/p/parted/libparted1.6-13_1.6.24-2_powerpc.deb
libparted1.6-dbg_1.6.24-2_powerpc.deb
  to pool/main/p/parted/libparted1.6-dbg_1.6.24-2_powerpc.deb
libparted1.6-dev_1.6.24-2_powerpc.deb
  to pool/main/p/parted/libparted1.6-dev_1.6.24-2_powerpc.deb
libparted1.6-i18n_1.6.24-2_all.deb
  to pool/main/p/parted/libparted1.6-i18n_1.6.24-2_all.deb
libparted1.6-udeb_1.6.24-2_powerpc.udeb
  to pool/main/p/parted/libparted1.6-udeb_1.6.24-2_powerpc.udeb
parted-doc_1.6.24-2_all.deb
  to pool/main/p/parted/parted-doc_1.6.24-2_all.deb
parted-udeb_1.6.24-2_powerpc.udeb
  to pool/main/p/parted/parted-udeb_1.6.24-2_powerpc.udeb
parted_1.6.24-2.diff.gz
  to pool/main/p/parted/parted_1.6.24-2.diff.gz
parted_1.6.24-2.dsc
  to pool/main/p/parted/parted_1.6.24-2.dsc
parted_1.6.24-2_powerpc.deb
  to pool/main/p/parted/parted_1.6.24-2_powerpc.deb


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



Accepted jpilot-backup 0.51-2 (source i386)

2005-09-03 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 17:40:13 +0200
Source: jpilot-backup
Binary: jpilot-backup
Architecture: source i386
Version: 0.51-2
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 jpilot-backup - Backup plugin for J-Pilot
Closes: 288431 293102 326401
Changes: 
 jpilot-backup (0.51-2) unstable; urgency=low
 .
   * debian/patches/1_utf8.dpatch: improve the patch
- Closes: #293102 Debian patches break database management
- Closes: #288431 Empty lines in databases to backup, crash when trying to
move.
   * debian/patches/2_libtool.dpatch: rerun libtool
- Closes: #326401 (GNU/k*BSD): FTBFS: out of date libtool scripts
   * debian/control: Standards-Version: 3.5.8 - 3.6.2
Files: 
 c02d87455393a813c20e3cc4165cc9e2 655 otherosfs extra jpilot-backup_0.51-2.dsc
 0ab3a12413ed0f863d78e865156e00b2 308319 otherosfs extra 
jpilot-backup_0.51-2.diff.gz
 2d5e1d5771cef165d6c7fcede602aaf3 21542 otherosfs extra 
jpilot-backup_0.51-2_i386.deb

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

iD8DBQFDGckSP0qKj+B/HPkRAhIeAKCCNIvAT4/bh0Fj36upmd4NStZ6JACghoeb
jDYOcIEExZRU3CuBsgcYZ/Y=
=eapw
-END PGP SIGNATURE-


Accepted:
jpilot-backup_0.51-2.diff.gz
  to pool/main/j/jpilot-backup/jpilot-backup_0.51-2.diff.gz
jpilot-backup_0.51-2.dsc
  to pool/main/j/jpilot-backup/jpilot-backup_0.51-2.dsc
jpilot-backup_0.51-2_i386.deb
  to pool/main/j/jpilot-backup/jpilot-backup_0.51-2_i386.deb


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



Accepted mpb 1.4.2-8 (source i386 all)

2005-09-03 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 17:14:32 +0200
Source: mpb
Binary: mpb-doc mpb-mpi mpb
Architecture: source i386 all
Version: 1.4.2-8
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 mpb- MIT Photonic-Bands
 mpb-doc- MIT Photonic-Bands documentation
 mpb-mpi- MIT Photonic-Bands, parallel (mpich) version
Changes: 
 mpb (1.4.2-8) unstable; urgency=low
 .
   * Rebuild for the C++ transition.
 + Build-depend on latest mpich and hdf5 packages.
   * Standards-version is 3.6.2.
Files: 
 9d3ee4d97c9d003169f4c0b121ceae68 759 science optional mpb_1.4.2-8.dsc
 07deb8c6d868b7cae32f7aa3544d7ecd 5663 science optional mpb_1.4.2-8.diff.gz
 3f2a28145c2a71cbdea9c258eba5c607 442486 doc optional mpb-doc_1.4.2-8_all.deb
 0f12939acb0e54d9995149369996f224 216934 science optional mpb_1.4.2-8_i386.deb
 84096e9c2bb883bd32bd02ba10f21cf7 399772 science optional 
mpb-mpi_1.4.2-8_i386.deb

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

iD8DBQFDGct+rSla4ddfhTMRAvrjAJ9uAUHBJCFjC1tOOGn2mH2zN9Hr8wCgnnjO
jYoPuZlEWmmHbMJIPo5d3Bw=
=vXgv
-END PGP SIGNATURE-


Accepted:
mpb-doc_1.4.2-8_all.deb
  to pool/main/m/mpb/mpb-doc_1.4.2-8_all.deb
mpb-mpi_1.4.2-8_i386.deb
  to pool/main/m/mpb/mpb-mpi_1.4.2-8_i386.deb
mpb_1.4.2-8.diff.gz
  to pool/main/m/mpb/mpb_1.4.2-8.diff.gz
mpb_1.4.2-8.dsc
  to pool/main/m/mpb/mpb_1.4.2-8.dsc
mpb_1.4.2-8_i386.deb
  to pool/main/m/mpb/mpb_1.4.2-8_i386.deb


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



Accepted cl-lml2 1.5.4-1 (source all)

2005-09-03 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 10:11:12 -0600
Source: cl-lml2
Binary: cl-lml2
Architecture: source all
Version: 1.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg [EMAIL PROTECTED]
Changed-By: Kevin M. Rosenberg [EMAIL PROTECTED]
Description: 
 cl-lml2- Lisp Markup Language
Changes: 
 cl-lml2 (1.5.4-1) unstable; urgency=low
 .
   * New upstream
Files: 
 f8f8ec9db8d94d6c3d8f6f2b1158c6cb 570 devel optional cl-lml2_1.5.4-1.dsc
 cf0aa66d859f1b51b011955e0c669855 28135 devel optional cl-lml2_1.5.4.orig.tar.gz
 13c14422d2eed03d23572199b41af71a 4149 devel optional cl-lml2_1.5.4-1.diff.gz
 9a37459db6de91d9f3683673e511bd8a 22266 devel optional cl-lml2_1.5.4-1_all.deb

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

iD8DBQFDGc30ES7N8sSjgj4RAvxpAJ4sLc6z0fovKwUWa5My5BTCYXtwOwCfXCWn
4B0i3l4migXHIr6hyOF2P/s=
=dO7v
-END PGP SIGNATURE-


Accepted:
cl-lml2_1.5.4-1.diff.gz
  to pool/main/c/cl-lml2/cl-lml2_1.5.4-1.diff.gz
cl-lml2_1.5.4-1.dsc
  to pool/main/c/cl-lml2/cl-lml2_1.5.4-1.dsc
cl-lml2_1.5.4-1_all.deb
  to pool/main/c/cl-lml2/cl-lml2_1.5.4-1_all.deb
cl-lml2_1.5.4.orig.tar.gz
  to pool/main/c/cl-lml2/cl-lml2_1.5.4.orig.tar.gz


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



Accepted logjam 4.5.1-1 (source i386)

2005-09-03 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.7
Date: Sat,  3 Sep 2005 12:54:57 -0400
Source: logjam
Binary: logjam-xmms logjam
Architecture: source i386
Version: 4.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak [EMAIL PROTECTED]
Changed-By: Ari Pollak [EMAIL PROTECTED]
Description: 
 logjam - Client for LiveJournal-based sites
 logjam-xmms - Command-line XMMS song title retriever
Closes: 326441
Changes: 
 logjam (4.5.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #326441)
   * Build-depend on libsoup2.2-dev instead of libcurl3-dev now
Files: 
 72c224d8150fe1c6997c3af6273a888c 687 net optional logjam_4.5.1-1.dsc
 3655c54121d0f5ac643310c6c2938983 1048024 net optional logjam_4.5.1.orig.tar.gz
 56726730b47cc2e27c63e91a2fb2c1c9 28180 net optional logjam_4.5.1-1.diff.gz
 d08f471b30e349dc6f027752b22b5405 288926 net optional logjam_4.5.1-1_i386.deb
 c37c4605d759aa7c49289f1daf9ef848 8964 net optional logjam-xmms_4.5.1-1_i386.deb

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

iD8DBQFDGdg8wO+u47cOQDsRAz9wAJ9A9aeOjJ+/0vcOQuo18AG4PIR2EwCeI41h
1AkWkzfFOAw1hMw2Ime2e5E=
=nuJj
-END PGP SIGNATURE-


Accepted:
logjam-xmms_4.5.1-1_i386.deb
  to pool/main/l/logjam/logjam-xmms_4.5.1-1_i386.deb
logjam_4.5.1-1.diff.gz
  to pool/main/l/logjam/logjam_4.5.1-1.diff.gz
logjam_4.5.1-1.dsc
  to pool/main/l/logjam/logjam_4.5.1-1.dsc
logjam_4.5.1-1_i386.deb
  to pool/main/l/logjam/logjam_4.5.1-1_i386.deb
logjam_4.5.1.orig.tar.gz
  to pool/main/l/logjam/logjam_4.5.1.orig.tar.gz


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



Accepted dasher 3.2.17-1 (source i386)

2005-09-03 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 17:23:40 +0200
Source: dasher
Binary: dasher
Architecture: source i386
Version: 3.2.17-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 dasher - A graphical predictive text input system
Closes: 319559 326205
Changes: 
 dasher (3.2.17-1) unstable; urgency=low
 .
   * Switch to CDBS. [debian/rules, debian/control]
   * Adopted by the GNOME team.
 [debian/control, debian/control.in, debian/rules]
   * New upstream releases.
 - Update upstream URL. (Closes: #326205) [debian/copyright]
 - Temporarily add libxt-dev build-dependency to let
   AC_PATH_X/AC_PATH_XTRA autodetect X development files, see
   http://bugzilla.gnome.org/show_bug.cgi?id=314669.
   [debian/control, debian/control.in]
 - Add libgnomevfs2-dev build-dep. [debian/control, debian/control.in]
 - Add libgpewidget-dev build-dep. [debian/control, debian/control.in]
 - No longer calls wnck_window_activate() with the old API.
   (Closes: #319559)
   * Replace intltool build-dep with libxml-parser-perl.
 [debian/control, debian/control.in]
   * Bump Standards-Version to 3.6.2, no change needed.
 [debian/control, debian/control.in]
   * Quote needs and section in menu. [debian/dasher.menu]
Files: 
 1e8b7b54015209698d6d62c444e64051 1823 x11 optional dasher_3.2.17-1.dsc
 700ecbc8edaa03a1cbad2c28eccdf56e 5875461 x11 optional dasher_3.2.17.orig.tar.gz
 f4edc1a431b724ff9cdeec6e981dd540 3277 x11 optional dasher_3.2.17-1.diff.gz
 661fafa8b3d29f76bd522345c714a026 5383166 x11 optional dasher_3.2.17-1_i386.deb

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

iD8DBQFDGdP/rSbtgqbIBbkRAnOZAJ4txkm/CInquZQjHFZ1CGgKbQ8uLgCbBZJw
rj5jXfzOi/WUyZ+eQLyBE+g=
=BWGM
-END PGP SIGNATURE-


Accepted:
dasher_3.2.17-1.diff.gz
  to pool/main/d/dasher/dasher_3.2.17-1.diff.gz
dasher_3.2.17-1.dsc
  to pool/main/d/dasher/dasher_3.2.17-1.dsc
dasher_3.2.17-1_i386.deb
  to pool/main/d/dasher/dasher_3.2.17-1_i386.deb
dasher_3.2.17.orig.tar.gz
  to pool/main/d/dasher/dasher_3.2.17.orig.tar.gz


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



Accepted regionset 0.1-2 (source i386)

2005-09-03 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 19:14:31 +0200
Source: regionset
Binary: regionset
Architecture: source i386
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 regionset  - view and modify the region code of DVD drives
Closes: 325084
Changes: 
 regionset (0.1-2) unstable; urgency=low
 .
   * wording.patch: improve the wording of error messages
 (closes: #325084). Thanks to Edwin Taylor for the idea.
   * control: Standards-version is 3.6.2.
   * copyright: Update the FSF address.
   * regionset.8: use the groff escape sequences for the name.
Files: 
 b26e04477bb860f24f2d547831e29ea9 569 utils optional regionset_0.1-2.dsc
 be83e7e1de49855f941249d5150c3274 2092 utils optional regionset_0.1-2.diff.gz
 afaf39b71d7e52442a4fffba44b4502b 11098 utils optional regionset_0.1-2_i386.deb

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

iD8DBQFDGdvSrSla4ddfhTMRApvAAJ46rI1PflmL4aE1XdUbvtidUWcXtgCfcAx5
blhASBIcL03MwlFgWIxx630=
=Lggj
-END PGP SIGNATURE-


Accepted:
regionset_0.1-2.diff.gz
  to pool/main/r/regionset/regionset_0.1-2.diff.gz
regionset_0.1-2.dsc
  to pool/main/r/regionset/regionset_0.1-2.dsc
regionset_0.1-2_i386.deb
  to pool/main/r/regionset/regionset_0.1-2_i386.deb


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



Accepted blacs-mpi 1.1-26 (source all i386)

2005-09-03 Thread Philipp Frauenfelder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 14:04:19 +0200
Source: blacs-mpi
Binary: blacs1-lam blacs1-mpich blacs-test-common blacs-lam-test 
blacs-mpich-test blacs-lam-dev blacs-mpich-dev
Architecture: source all i386
Version: 1.1-26
Distribution: unstable
Urgency: low
Maintainer: Philipp Frauenfelder [EMAIL PROTECTED]
Changed-By: Philipp Frauenfelder [EMAIL PROTECTED]
Description: 
 blacs-lam-dev - Basic Linear Algebra Comm. Subprograms - Dev. files for LAM
 blacs-lam-test - Basic Linear Algebra Comm. Subprograms - Test files for LAM
 blacs-mpich-dev - Basic Linear Algebra Comm. Subprograms - Dev. files for MPICH
 blacs-mpich-test - Basic Linear Algebra Comm. Subprograms - Test files for 
MPICH
 blacs-test-common - Test data for BLACS testers
 blacs1-lam - Basic Linear Algebra Comm. Subprograms - Shared libs. for LAM
 blacs1-mpich - Basic Linear Algebra Comm. Subprograms - Shared libs. for MPICH
Changes: 
 blacs-mpi (1.1-26) unstable; urgency=low
 .
   * Upgraded build dependency for lam
Files: 
 48a3756c0c458041cbec839a9ae01836 730 devel extra blacs-mpi_1.1-26.dsc
 e29d0dd7e9cedaf2d11b5e0b5f2fe78f 97212 devel extra blacs-mpi_1.1-26.diff.gz
 c1c98cacf6844c960b0ee11f42fb4d91 5812 devel extra 
blacs-test-common_1.1-26_all.deb
 58ec9cf96655530a4665eb3ef466793f 48904 libs extra blacs1-lam_1.1-26_i386.deb
 9c1194cd6745fbc91444007d34a8e704 57560 devel extra 
blacs-lam-dev_1.1-26_i386.deb
 a227931a65bc16c3c894d084aaeb67fc 415976 devel extra 
blacs-lam-test_1.1-26_i386.deb
 54658e93d084b57da369ff6ac8b1e30b 48330 libs extra blacs1-mpich_1.1-26_i386.deb
 2b8e5a2c3a715f0af4e86a56c3d6b546 57574 devel extra 
blacs-mpich-dev_1.1-26_i386.deb
 e722a4587ca62b335421ef68d9492253 414208 devel extra 
blacs-mpich-test_1.1-26_i386.deb

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

iD8DBQFDGeppWLF0MZ2lytgRAtqXAKDThsIpbNBlJgADfBfUvwJh3yn0WACaAq6G
7ERVcqQlRnSHAgVoz23zvCk=
=jjcx
-END PGP SIGNATURE-


Accepted:
blacs-lam-dev_1.1-26_i386.deb
  to pool/main/b/blacs-mpi/blacs-lam-dev_1.1-26_i386.deb
blacs-lam-test_1.1-26_i386.deb
  to pool/main/b/blacs-mpi/blacs-lam-test_1.1-26_i386.deb
blacs-mpi_1.1-26.diff.gz
  to pool/main/b/blacs-mpi/blacs-mpi_1.1-26.diff.gz
blacs-mpi_1.1-26.dsc
  to pool/main/b/blacs-mpi/blacs-mpi_1.1-26.dsc
blacs-mpich-dev_1.1-26_i386.deb
  to pool/main/b/blacs-mpi/blacs-mpich-dev_1.1-26_i386.deb
blacs-mpich-test_1.1-26_i386.deb
  to pool/main/b/blacs-mpi/blacs-mpich-test_1.1-26_i386.deb
blacs-test-common_1.1-26_all.deb
  to pool/main/b/blacs-mpi/blacs-test-common_1.1-26_all.deb
blacs1-lam_1.1-26_i386.deb
  to pool/main/b/blacs-mpi/blacs1-lam_1.1-26_i386.deb
blacs1-mpich_1.1-26_i386.deb
  to pool/main/b/blacs-mpi/blacs1-mpich_1.1-26_i386.deb


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



Accepted kdeaddons 4:3.4.2-1 (source i386 all)

2005-09-03 Thread Ben Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  4 Sep 2005 01:14:27 +1000
Source: kdeaddons
Binary: knewsticker-scripts noatun-plugins ksig vimpart kdeaddons-kfile-plugins 
kdeaddons kaddressbook-plugins kicker-applets atlantikdesigner konq-plugins 
kdeaddons-doc-html kate-plugins
Architecture: source i386 all
Version: 4:3.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Ben Burton [EMAIL PROTECTED]
Changed-By: Ben Burton [EMAIL PROTECTED]
Description: 
 atlantikdesigner - game board designer for Atlantik
 kaddressbook-plugins - plugins for KAddressBook, the KDE address book
 kate-plugins - plugins for Kate, the KDE Advanced Text Editor
 kdeaddons  - add-on plugins and applets provided with KDE
 kdeaddons-doc-html - KDE add-ons documentation in HTML format
 kdeaddons-kfile-plugins - KDE file dialog plugins for text files and folders
 kicker-applets - applets for Kicker, the KDE panel
 knewsticker-scripts - scripts for KNewsTicker, the KDE news ticker
 konq-plugins - plugins for Konqueror, the KDE file/web/doc browser
 ksig   - graphical tool for managing multiple email signatures
 noatun-plugins - plugins for Noatun, the KDE media player
 vimpart- embedded Vim text editor component for KDE
Closes: 280490 317201 320879 322200
Changes: 
 kdeaddons (4:3.4.2-1) unstable; urgency=low
 .
   * New upstream release.
   * First g++-4 upload to sid.
   * Adjusted build-dependencies for the C++ ABI transition.
   * Transitioned from aalib1 to libaa1 (closes: #320879).
   * Transitioned from slang1 to libslang2 (closes: #322200).
   * Transitioned from libjack0.80.0-0 to libjack0.100.0-0 (closes: #317201).
   * Temporarily remove the Oblique plugin for noatun until libdb4.2++ has
 transitioned to the new C++ ABI.
   * Removed build-depends on xlibs-pic (now xlibs-static-pic), which is no
 longer necessary.
   * Konqueror now includes an extension manager (closes: #280490).
   * Updated FSF address in the copyright file.
   * Bumped standards-version to 3.6.2.1 (no changes required).
Files: 
 050fcdc32049f10224f68200c2cf08ca 1077 kde optional kdeaddons_3.4.2-1.dsc
 819473f70a3c25e8fcb0e02b4d635cb0 2472841 kde optional 
kdeaddons_3.4.2.orig.tar.gz
 21ff17c18f772e05c023d86083a97432 1443 kde optional kdeaddons_3.4.2-1.diff.gz
 15c33081e01e602ece6dfa9d42831623 16606 kde optional kdeaddons_3.4.2-1_all.deb
 95009d923d62b17bfe116e7eca0bbe05 49916 doc optional 
kdeaddons-doc-html_3.4.2-1_all.deb
 d2809919db4f93d00b09175a1c1099bf 31088 kde optional 
knewsticker-scripts_3.4.2-1_all.deb
 dc599fcc452102c343faf24414707bb1 84716 games optional 
atlantikdesigner_3.4.2-1_i386.deb
 ffe9322273ce8c42b7cad0bedf25c485 48456 kde optional 
kaddressbook-plugins_3.4.2-1_i386.deb
 bee88ce030753d1e84b37d2ef9360d3d 467698 editors optional 
kate-plugins_3.4.2-1_i386.deb
 824434e02c2bb9196e3abca500bb17ca 122786 kde optional 
kdeaddons-kfile-plugins_3.4.2-1_i386.deb
 3fae1ea4ecf7b52beabcc63548a0f858 211748 kde optional 
kicker-applets_3.4.2-1_i386.deb
 6a715251d730cfe31ff09dc860db3340 920934 kde optional 
konq-plugins_3.4.2-1_i386.deb
 56a690d64f33c76b32ac8b7e60c2c3b1 57506 kde optional ksig_3.4.2-1_i386.deb
 d381ae06c76de35950bcf5656f7cd3f4 402676 sound optional 
noatun-plugins_3.4.2-1_i386.deb
 c8aaffaf56e3f70428967d3eb7436e6a 110952 kde optional vimpart_3.4.2-1_i386.deb

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

iD8DBQFDGedxMQNuxza4YcERAl6RAKCGUHCqSgKagsj0fSKrxeFwcs9ALACfVwr3
dMWD3QGjYc7puSrV4L8tH3w=
=5rSE
-END PGP SIGNATURE-


Accepted:
atlantikdesigner_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/atlantikdesigner_3.4.2-1_i386.deb
kaddressbook-plugins_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/kaddressbook-plugins_3.4.2-1_i386.deb
kate-plugins_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/kate-plugins_3.4.2-1_i386.deb
kdeaddons-doc-html_3.4.2-1_all.deb
  to pool/main/k/kdeaddons/kdeaddons-doc-html_3.4.2-1_all.deb
kdeaddons-kfile-plugins_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/kdeaddons-kfile-plugins_3.4.2-1_i386.deb
kdeaddons_3.4.2-1.diff.gz
  to pool/main/k/kdeaddons/kdeaddons_3.4.2-1.diff.gz
kdeaddons_3.4.2-1.dsc
  to pool/main/k/kdeaddons/kdeaddons_3.4.2-1.dsc
kdeaddons_3.4.2-1_all.deb
  to pool/main/k/kdeaddons/kdeaddons_3.4.2-1_all.deb
kdeaddons_3.4.2.orig.tar.gz
  to pool/main/k/kdeaddons/kdeaddons_3.4.2.orig.tar.gz
kicker-applets_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/kicker-applets_3.4.2-1_i386.deb
knewsticker-scripts_3.4.2-1_all.deb
  to pool/main/k/kdeaddons/knewsticker-scripts_3.4.2-1_all.deb
konq-plugins_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/konq-plugins_3.4.2-1_i386.deb
ksig_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/ksig_3.4.2-1_i386.deb
noatun-plugins_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/noatun-plugins_3.4.2-1_i386.deb
vimpart_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/vimpart_3.4.2-1_i386.deb


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



Accepted kdesdk 4:3.4.2-1 (source all i386)

2005-09-03 Thread Ben Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  4 Sep 2005 01:14:27 +1000
Source: kdesdk
Binary: kspy kcachegrind-converters cervisia kbabel-dev kuiviewer 
kdesdk-kfile-plugins poxml kmtrace kapptemplate kbabel kbugbuster kompare 
kdesdk-scripts kdesdk-doc-html libcvsservice0 kcachegrind kdesdk-misc kdesdk 
umbrello libcvsservice-dev
Architecture: source all i386
Version: 4:3.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Ben Burton [EMAIL PROTECTED]
Changed-By: Ben Burton [EMAIL PROTECTED]
Description: 
 cervisia   - a graphical CVS front end for KDE
 kapptemplate - creates a framework to develop a KDE application
 kbabel - PO-file editing suite for KDE
 kbabel-dev - PO-file editing suite for KDE (development files)
 kbugbuster - a front end for the KDE bug tracking system
 kcachegrind - visualisation tool for valgrind profiling output
 kcachegrind-converters - format converters for KCachegrind profiling 
visualisation tool
 kdesdk - KDE Software Development Kit
 kdesdk-doc-html - KDE Software Development Kit documentation in HTML format
 kdesdk-kfile-plugins - KDE file dialog plugins for software development files
 kdesdk-misc - various goodies from the KDE Software Development Kit
 kdesdk-scripts - a set of useful development scripts for KDE
 kmtrace- a KDE memory leak tracer
 kompare- a KDE GUI for viewing differences between files
 kspy   - examines the internal state of a Qt/KDE app
 kuiviewer  - viewer for Qt Designer user interface files
 libcvsservice-dev - development files for CVS DCOP service
 libcvsservice0 - DCOP service for accessing CVS repositories
 poxml  - tools for using PO-files to translate DocBook XML files
 umbrello   - UML modelling tool and code generator
Closes: 277341
Changes: 
 kdesdk (4:3.4.2-1) unstable; urgency=low
 .
   * New upstream release.
   * First g++-4 upload to sid.
   * Adjusted build-dependencies and shlibs files for the C++ ABI transition.
 Note that the libcvsservice0 package name does not need to change.
   * Updated FSF address in the copyright file.
   * Changed the conflicts on kdevelop3-plugins to a versioned replaces as
 described in the changelog for 4:3.4.0-0pre2.
   * Removed redundant xlibs-dev recommendation from kapptemplate.
   * Adjusted Ivan's changelog entry from 29 Feb 2001 to 01 Mar 2001 so the
 changelog is parseable.
   * KBabel now treats multiple-line headers correctly (closes: #277341).
   * Bumped standards-version to 3.6.2.1 (no changes required).
Files: 
 de82cfbbe9e20400e5b8664b58bf747c 1021 kde optional kdesdk_3.4.2-1.dsc
 95f01b8c8c819e449557e477ab615844 5690391 kde optional kdesdk_3.4.2.orig.tar.gz
 f0f1731646a018fac2fedd478877033b 2724 kde optional kdesdk_3.4.2-1.diff.gz
 805193d504b52e886c5611483629cc0a 145182 doc optional 
kdesdk-doc-html_3.4.2-1_all.deb
 e603d606f289a62fe90593ad544b95ca 312090 devel optional 
kapptemplate_3.4.2-1_all.deb
 49e917e1ab4602f16c63472f22dc439d 33618 devel optional 
kcachegrind-converters_3.4.2-1_all.deb
 27cfa11c00859e29fd3a4ff910498c7b 195830 devel optional 
kdesdk-scripts_3.4.2-1_all.deb
 f70b00540707f4822d17856fe4f7604d 19608 kde optional kdesdk_3.4.2-1_i386.deb
 72e05ea96f3d1853f1ea6068a697d76e 955788 devel optional 
cervisia_3.4.2-1_i386.deb
 4806f716c1e6a338f9275d32866faff8 1469602 devel optional kbabel_3.4.2-1_i386.deb
 c64a5c6c1683cf11240f0ddf07ebdf1c 46862 libdevel optional 
kbabel-dev_3.4.2-1_i386.deb
 5e73dd106290088364a42d3940e3d3a4 434560 devel optional 
kbugbuster_3.4.2-1_i386.deb
 1a41ac05916cf85e9785d47c0ee357e2 365958 devel optional 
kcachegrind_3.4.2-1_i386.deb
 da0d0bfc0b554cd56862faf8a3704945 50268 kde optional 
kdesdk-kfile-plugins_3.4.2-1_i386.deb
 513cdd55593d09a494911f0d38ca8050 110576 devel optional 
kdesdk-misc_3.4.2-1_i386.deb
 5e42f42081cd3379c1464966687c4c14 107990 devel optional kmtrace_3.4.2-1_i386.deb
 40b32ef733d8776b6d5b2efb55e8d733 317998 devel optional kompare_3.4.2-1_i386.deb
 a41ebea825c0dced06b403b47737227f 53902 devel optional kspy_3.4.2-1_i386.deb
 87e5c01b835ddbe0e0d55a3f5dc7515a 65476 devel optional 
kuiviewer_3.4.2-1_i386.deb
 002034bbf5a3f771641310bad55d95e5 102550 libs optional 
libcvsservice0_3.4.2-1_i386.deb
 425b854b279c27071c296265443e5a11 22998 libdevel optional 
libcvsservice-dev_3.4.2-1_i386.deb
 6ff35dbf91502b2f10dad058095563be 407332 devel optional poxml_3.4.2-1_i386.deb
 353aba44b9fe106baf49339f84460f57 1902024 devel optional 
umbrello_3.4.2-1_i386.deb

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

iD8DBQFDGeT1MQNuxza4YcERAg0dAJ9vQhM1UccpvAUzFRe9gGhek2EVPQCggthU
wzITx+0ET9OSWlk2Pja4nSQ=
=0LB9
-END PGP SIGNATURE-


Accepted:
cervisia_3.4.2-1_i386.deb
  to pool/main/k/kdesdk/cervisia_3.4.2-1_i386.deb
kapptemplate_3.4.2-1_all.deb
  to pool/main/k/kdesdk/kapptemplate_3.4.2-1_all.deb
kbabel-dev_3.4.2-1_i386.deb
  to pool/main/k/kdesdk/kbabel-dev_3.4.2-1_i386.deb
kbabel_3.4.2-1_i386.deb
  to pool/main/k/kdesdk/kbabel_3.4.2-1_i386.deb

Accepted shadow 1:4.0.12-1 (source i386)

2005-09-03 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 25 Aug 2005 08:38:53 +0200
Source: shadow
Binary: login passwd
Architecture: source i386
Version: 1:4.0.12-1
Distribution: experimental
Urgency: low
Maintainer: Shadow package maintainers [EMAIL PROTECTED]
Changed-By: Christian Perrier [EMAIL PROTECTED]
Description: 
 login  - system login tools
 passwd - change and administer password and group data
Closes: 321761 323069 323575 323756 325910
Changes: 
 shadow (1:4.0.12-1) experimental; urgency=low
 .
   * The Munster release
   * New upstream release
   * Bugs fixed by the move to upstream release:
 - Portuguese translation update. Closes: #323069
   * Debian packaging fixes:
 - Fix a bug number in the previous changelog entry (s/155297/155279/).
 - Patches for man pages reduced to only patch XML files:
   441, 440, 333, 421, 424, 442, 444
 - Reduce 005 patch to only patch useradd.8.xml (other changes
   have been fixed upstream and we assume that the man pages are
   generated from the XML files).
   Move the patch for the su man page (wich explain the 437_* patches)
   to 437_su_add_GNU_options_7
 - Disable patches now applied upstream:
   002, 336, 363, 443_man_it_Makefile.am, 364
 - login.defs:
   Entries moved to obsolete sections:
   CLOSE_SESSIONS, LOGIN_STRING, NO_PASSWORD_CONSOLE, QMAIL_DIR
   ULIMIT
 - NEWS.Debian: added
 - Ship a (currently useless) PAM configuration file for chage, useradd,
   usermod, userdel, groupadd, groupmod, groupdel, including
   pam_rootok.so alone
 - use dh_installpam to install PAM configuration files
 - start the cleanup of the unused patches list
 - debian/passwd.config:
   No more endless loops when the user passwords mismatch
   Closes: #325910
   * Upstream bugs not already fixed in upstream releases or CVS:
 - 443_chage_exit_values: now exit with errorlevel=15 when no
   shadow password exists (was previously 3 but upstream now uses it)
 - 447_missing_login.defs_variables: verify the list of login.defs
   variables used and update the getdef.c and login.def files accordingly.
   * Debconf translation updates:
 - German updated. Closes: #321761
 - Romanian updated. Closes: #323575
 - Dutch updated. Closes: #323756
   * Upstream bugs already fixed in upstream releases or CVS:
 - 448_enable_man: man pages are generated from the XML files.
Files: 
 3ff0cd8b35732dd296bbec8ceb41f517 867 base required shadow_4.0.12-1.dsc
 0640917e704284b8be8d3dfba7f462a6 1597015 base required 
shadow_4.0.12.orig.tar.gz
 895f7aa54efa8c3ecf16b74f2cae052e 831767 base required shadow_4.0.12-1.diff.gz
 2655e83ecf61a7fa698741297a8fdf16 524990 base required passwd_4.0.12-1_i386.deb
 195c5c6781db9c0ce43dd3fd84e1e671 489662 base required login_4.0.12-1_i386.deb

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

iD8DBQFDGd9s1OXtrMAUPS0RAoP9AJ9rKwhHgKePfeaEkT+XBxpAAOrYrgCeJxPf
aYmKuFc22sFbPYiYnYqlUXQ=
=Rm4D
-END PGP SIGNATURE-


Accepted:
login_4.0.12-1_i386.deb
  to pool/main/s/shadow/login_4.0.12-1_i386.deb
passwd_4.0.12-1_i386.deb
  to pool/main/s/shadow/passwd_4.0.12-1_i386.deb
shadow_4.0.12-1.diff.gz
  to pool/main/s/shadow/shadow_4.0.12-1.diff.gz
shadow_4.0.12-1.dsc
  to pool/main/s/shadow/shadow_4.0.12-1.dsc
shadow_4.0.12.orig.tar.gz
  to pool/main/s/shadow/shadow_4.0.12.orig.tar.gz


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



Accepted kbear 2.1.1-10 (source i386)

2005-09-03 Thread Ben Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  4 Sep 2005 03:02:34 +1000
Source: kbear
Binary: kbear
Architecture: source i386
Version: 2.1.1-10
Distribution: unstable
Urgency: low
Maintainer: Ben Burton [EMAIL PROTECTED]
Changed-By: Ben Burton [EMAIL PROTECTED]
Description: 
 kbear  - graphical ftp client for KDE
Closes: 326458
Changes: 
 kbear (2.1.1-10) unstable; urgency=low
 .
   * Rebuilt against KDE 3.4 with g++-4 for the C++ ABI transition
 (closes: #326458).  Build-dependencies and shlibs updated accordingly.
   * Removed redundant kderemove tag from the debian menu file.
   * Updated the FSF postal address.
   * Bumped standards-version to 3.6.2.1 (no changes required).
Files: 
 9fef15cd05db4afb7c7d768a5fbc675c 603 net optional kbear_2.1.1-10.dsc
 3e6550c278326c168504bd9dbdcae67d 89069 net optional kbear_2.1.1-10.diff.gz
 437203585154db3cb413dcf6b1edcbe3 2506778 net optional kbear_2.1.1-10_i386.deb

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

iD8DBQFDGd3zMQNuxza4YcERAu0iAJ9lfQnVTEJaXPtDOUopg9sljfwyJACgpXt5
U6OOonwlvX9rQAuzFKgZIG4=
=8947
-END PGP SIGNATURE-


Accepted:
kbear_2.1.1-10.diff.gz
  to pool/main/k/kbear/kbear_2.1.1-10.diff.gz
kbear_2.1.1-10.dsc
  to pool/main/k/kbear/kbear_2.1.1-10.dsc
kbear_2.1.1-10_i386.deb
  to pool/main/k/kbear/kbear_2.1.1-10_i386.deb


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



Accepted logjam 4.5.1-2 (source i386)

2005-09-03 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.7
Date: Sat,  3 Sep 2005 13:11:17 -0400
Source: logjam
Binary: logjam-xmms logjam
Architecture: source i386
Version: 4.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak [EMAIL PROTECTED]
Changed-By: Ari Pollak [EMAIL PROTECTED]
Description: 
 logjam - Client for LiveJournal-based sites
 logjam-xmms - Command-line XMMS song title retriever
Changes: 
 logjam (4.5.1-2) unstable; urgency=low
 .
   * Remove intltool-* on Makefile.in distclean target, not intltool-*.in
Files: 
 126dc1112a8bc7bc598fe807b2a2c0ef 686 net optional logjam_4.5.1-2.dsc
 a454ac2ca23b7697b1b54771c0ab3e5c 8703 net optional logjam_4.5.1-2.diff.gz
 c4dfb6fe980f78fa30f4f65f17eb9f24 288948 net optional logjam_4.5.1-2_i386.deb
 921fb321b4dda30cc969ad2c31a8cc14 8996 net optional logjam-xmms_4.5.1-2_i386.deb

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

iD8DBQFDGdr3wO+u47cOQDsRAz53AJ0ehTSyNol5XZ6jTvWmXnDj7pYoPACdEkx0
mwG74qQOsYOgMh2h8kduX94=
=o2xY
-END PGP SIGNATURE-


Accepted:
logjam-xmms_4.5.1-2_i386.deb
  to pool/main/l/logjam/logjam-xmms_4.5.1-2_i386.deb
logjam_4.5.1-2.diff.gz
  to pool/main/l/logjam/logjam_4.5.1-2.diff.gz
logjam_4.5.1-2.dsc
  to pool/main/l/logjam/logjam_4.5.1-2.dsc
logjam_4.5.1-2_i386.deb
  to pool/main/l/logjam/logjam_4.5.1-2_i386.deb


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



Accepted ipmitool 1.8.2-2 (source i386)

2005-09-03 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 19:18:51 +0200
Source: ipmitool
Binary: ipmitool
Architecture: source i386
Version: 1.8.2-2
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 ipmitool   - utility for IPMI control with kernel driver or LAN interface
Closes: 326341
Changes: 
 ipmitool (1.8.2-2) unstable; urgency=low
 .
   * Add build-dependency on 'libreadline5-dev | libreadline-dev' to make
 sure all archs get readline support. (Closes: #326341)
   * Add build-dependency on libssl-dev to enable SSL support on
 all archs.
   * Updated Standards-Version to 3.6.2.1. (No updates required)
Files: 
 06168abcf441d69f5fda99024abb1c86 673 utils optional ipmitool_1.8.2-2.dsc
 1824980557e1c47fa25bb0aad05341d6 1620 utils optional ipmitool_1.8.2-2.diff.gz
 963558034a8587ebef955dffbde5d2e9 230716 utils optional 
ipmitool_1.8.2-2_i386.deb

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

iD8DBQFDGd3v20zMSyow1ykRAjhGAJ9D7Yn2DapC3uE1zbnHO6/4YVg6YwCeJwG5
O6OsDxI4d0UnH6u0xtTBh+M=
=okit
-END PGP SIGNATURE-


Accepted:
ipmitool_1.8.2-2.diff.gz
  to pool/main/i/ipmitool/ipmitool_1.8.2-2.diff.gz
ipmitool_1.8.2-2.dsc
  to pool/main/i/ipmitool/ipmitool_1.8.2-2.dsc
ipmitool_1.8.2-2_i386.deb
  to pool/main/i/ipmitool/ipmitool_1.8.2-2_i386.deb


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



Accepted mpd 0.11.5-5 (source i386)

2005-09-03 Thread Eric Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 00:10:40 -0700
Source: mpd
Binary: mpd
Architecture: source i386
Version: 0.11.5-5
Distribution: unstable
Urgency: low
Maintainer: Eric Wong [EMAIL PROTECTED]
Changed-By: Eric Wong [EMAIL PROTECTED]
Description: 
 mpd- Music Player Daemon, the name says it all
Closes: 317769 325961
Changes: 
 mpd (0.11.5-5) unstable; urgency=low
 .
   * Rebuild against new FLAC library.  Closes: #325961
   * Move default playlist location to /var/lib/mpd/playlists to comply
 with the FHS.  Closes: #317769
   * Update to Standards-Version 3.6.2.1
Files: 
 0085a955deeb9ce853674297ace3 745 sound optional mpd_0.11.5-5.dsc
 1af466b517d4b726fd740f0f369b41f6 15932 sound optional mpd_0.11.5-5.diff.gz
 5d8b69bb4c845423818b1bc3b907ca22 101410 sound optional mpd_0.11.5-5_i386.deb

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

iD8DBQFDGYbMzBMyMXx5a30RAgXDAKCdf7hmrZLv1d0Tp9Ns4qQf1HGoOgCgtkG4
6H/Zm69RslaRAfpC5laJwGI=
=6xjC
-END PGP SIGNATURE-


Accepted:
mpd_0.11.5-5.diff.gz
  to pool/main/m/mpd/mpd_0.11.5-5.diff.gz
mpd_0.11.5-5.dsc
  to pool/main/m/mpd/mpd_0.11.5-5.dsc
mpd_0.11.5-5_i386.deb
  to pool/main/m/mpd/mpd_0.11.5-5_i386.deb


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



Accepted debram 0.6.4d (source i386 all)

2005-09-03 Thread Thaddeus H. Black
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 03 Sep 2005 00:00:00 +
Source: debram
Binary: debram-data debram
Architecture: source i386 all
Version: 0.6.4d
Distribution: experimental
Urgency: low
Maintainer: Thaddeus H. Black [EMAIL PROTECTED]
Changed-By: Thaddeus H. Black [EMAIL PROTECTED]
Description: 
 debram - ramified catalog of available .debs
 debram-data - debram's architecture-independent data
Changes: 
 debram (0.6.4d) experimental; urgency=low
 .
   * Observed here that this experimental release is a candidate for
 0.6.5 release to sid three days to three weeks from today, if no
 further bugs emerge in the meantime.
   * Updated the FSF's postal address in debian/copyright.
Files: 
 b70d9d9fe8dd455bcb9c511f1255e1d3 535 admin optional debram_0.6.4d.dsc
 61d9073a4ba6624e6581cd8c5a556103 473758 admin optional debram_0.6.4d.tar.gz
 ec926158490f82fc5dfd14cd6478ead2 420580 admin optional 
debram-data_0.6.4d_all.deb
 385aa4792a11690a15c9adb56646e9a5 29134 admin optional debram_0.6.4d_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDGfGjh3E0gzgBXn4RAudQAJ4+ssicdCDr003m2u1z2/P0OyBWeQCcCEm8
Vq/tX8uDxWlKb838bFYvmlM=
=trw1
-END PGP SIGNATURE-


Accepted:
debram-data_0.6.4d_all.deb
  to pool/main/d/debram/debram-data_0.6.4d_all.deb
debram_0.6.4d.dsc
  to pool/main/d/debram/debram_0.6.4d.dsc
debram_0.6.4d.tar.gz
  to pool/main/d/debram/debram_0.6.4d.tar.gz
debram_0.6.4d_i386.deb
  to pool/main/d/debram/debram_0.6.4d_i386.deb


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



Accepted jwm 0.23-2 (source i386)

2005-09-03 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 14:02:01 +0300
Source: jwm
Binary: jwm
Architecture: source i386
Version: 0.23-2
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto [EMAIL PROTECTED]
Changed-By: Jari Aalto [EMAIL PROTECTED]
Description: 
 jwm- Very small lightweight pure X11 window manager with tray and menu
Closes: 326420
Changes: 
 jwm (0.23-2) unstable; urgency=low
 .
   * Closes: #326420 (serious). amd64/unstable compile error fix.
 src/hint.c::GetWindowAtom() arg: CARD32 *value = Window *value.
 Patch thanks to Andreas Jochens  aj   andaco de
   * Sent notification to upstream about rest of the compiler warnings.
   * debian/copyright: Updated new FSF address
   * Renamed debian/TODO.Debian = debian/TODO due to dh_installdocs(1).
   * Svn revision: 12,13,14,15,16
   * debian/control: Added Provides: x-window-manager. See Debian Policy
 Manual Chapter 11 - Customized programs: 11.8.3 Packages providing a
 terminal emulator. See also 7.4 Virtual packages - Provides.
   * debian/jwm.postinst: Register /etc/alternatives with priority 20.
   * debian/jwm.prerm: New file. Unregister /etc/alternatives
   * Svn revision 11
Files: 
 f712caecb0e56381fd9319b2345e89b6 638 x11 optional jwm_0.23-2.dsc
 4281d12d8a60d01ba8841550aae4f676 28844 x11 optional jwm_0.23-2.diff.gz
 967b261c8c8b322248403f8a71f50a70 57726 x11 optional jwm_0.23-2_i386.deb

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

iD8DBQFDGgV2mBxf18ZxJX0RAkbFAJ9QOJ3C4+W0qxMw6xQv6EjpFbx77gCgxKgI
Jiug3d9XBUEQiXM2hzhdEdQ=
=QKi5
-END PGP SIGNATURE-


Accepted:
jwm_0.23-2.diff.gz
  to pool/main/j/jwm/jwm_0.23-2.diff.gz
jwm_0.23-2.dsc
  to pool/main/j/jwm/jwm_0.23-2.dsc
jwm_0.23-2_i386.deb
  to pool/main/j/jwm/jwm_0.23-2_i386.deb


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



Accepted tct 1.11-6.2 (source i386)

2005-09-03 Thread Hamish Moffatt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 29 Aug 2005 00:07:38 +1000
Source: tct
Binary: timeout tct
Architecture: source i386
Version: 1.11-6.2
Distribution: unstable
Urgency: low
Maintainer: Andrew Stribblehill [EMAIL PROTECTED]
Changed-By: Hamish Moffatt [EMAIL PROTECTED]
Description: 
 tct- Forensics related utilities.
 timeout- Run a command with a time limit.
Closes: 251446 324579
Changes: 
 tct (1.11-6.2) unstable; urgency=low
 .
   * Non-maintainer upload
   * Fix FTBFS on amd64, thanks to Andreas Jochens for the patch
 (closes: #251446)
   * Fix missing include of errno.h in src/file/file.c, fsmagic.c,
 compress.c (closes: #324579)
Files: 
 86bbcc9ad07891af672afc46e07fefb6 691 admin optional tct_1.11-6.2.dsc
 ca7262183033a9faebad38afa3ca7da1 12819 admin optional tct_1.11-6.2.diff.gz
 b5f0af70891903eb8cc2b633e26ce730 150362 admin optional tct_1.11-6.2_i386.deb
 34e377edc193ad5cf26605b757f912de 6382 admin optional timeout_1.11-6.2_i386.deb

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

iQCVAwUBQxHGXtiYIdPvprnVAQIymAP+IbdqYsFaXICqBsfbrNvEIf8Czuou28Ga
st2FcK/CSzlX/qT5xwp84ObqC9sKs+TAZMRbWU+duULeZBTjB9IrP2SH+qr3yNMi
vojvwyG9+AbxyxMOSc5Ln+rcMOmNc+ZCxeM6IzS4JMJiDW7ZVulb7jfDzJZN7ZeB
HFtGV7PbT0o=
=UqJw
-END PGP SIGNATURE-


Accepted:
tct_1.11-6.2.diff.gz
  to pool/main/t/tct/tct_1.11-6.2.diff.gz
tct_1.11-6.2.dsc
  to pool/main/t/tct/tct_1.11-6.2.dsc
tct_1.11-6.2_i386.deb
  to pool/main/t/tct/tct_1.11-6.2_i386.deb
timeout_1.11-6.2_i386.deb
  to pool/main/t/tct/timeout_1.11-6.2_i386.deb


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



Accepted mlgmp 20021123-7 (source i386)

2005-09-03 Thread Mike Furr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 15:11:10 -0400
Source: mlgmp
Binary: libgmp-ocaml libgmp-ocaml-dev
Architecture: source i386
Version: 20021123-7
Distribution: unstable
Urgency: low
Maintainer: Mike Furr [EMAIL PROTECTED]
Changed-By: Mike Furr [EMAIL PROTECTED]
Description: 
 libgmp-ocaml - O'Caml bindings for the GNU multiprecision arithmetic library
 libgmp-ocaml-dev - O'Caml bindings for the GNU multiprecision arithmetic 
library
Changes: 
 mlgmp (20021123-7) unstable; urgency=low
 .
   * Use -O2 instead of -O3 to hopefully avoid an ICE on m68k
   * Several bug fixes from Pascal Zimmer including
 - Z2.copy is really Z.copy
 - Added a real Z2.copy
 - _mlgmp_z2_from_[int|string_base|float] now use mpz_set
   insetad of mpz_init_set
 - Added test suite for these functions
Files: 
 6e1b826c1b9fac555673353755f20310 838 devel optional mlgmp_20021123-7.dsc
 b586d7cd846ccf9f1659e3830ee6772e 5314 devel optional mlgmp_20021123-7.diff.gz
 c43e4b15d07b38fdc1ec15b139e9afdf 19418 devel optional 
libgmp-ocaml_20021123-7_i386.deb
 8e41022c4bd704254c5bc268649785e8 69524 devel optional 
libgmp-ocaml-dev_20021123-7_i386.deb

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

iD8DBQFDGf2F7ZPKKRJLJvMRAok/AJ0Z52xn+M4X/LCGtaOd3a5uYBf4HQCgukZP
PXVdg24T2z39gjzPGpDFAJ0=
=JVGC
-END PGP SIGNATURE-


Accepted:
libgmp-ocaml-dev_20021123-7_i386.deb
  to pool/main/m/mlgmp/libgmp-ocaml-dev_20021123-7_i386.deb
libgmp-ocaml_20021123-7_i386.deb
  to pool/main/m/mlgmp/libgmp-ocaml_20021123-7_i386.deb
mlgmp_20021123-7.diff.gz
  to pool/main/m/mlgmp/mlgmp_20021123-7.diff.gz
mlgmp_20021123-7.dsc
  to pool/main/m/mlgmp/mlgmp_20021123-7.dsc


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



Accepted libmpcdec 1.2.1-1 (source i386)

2005-09-03 Thread Joe Wreschnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 03 Sep 2005 14:37:02 -0500
Source: libmpcdec
Binary: libmpcdec-dev libmpcdec3
Architecture: source i386
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Joe Wreschnig [EMAIL PROTECTED]
Changed-By: Joe Wreschnig [EMAIL PROTECTED]
Description: 
 libmpcdec-dev - Musepack (MPC) format library [development files]
 libmpcdec3 - Musepack (MPC) format library
Changes: 
 libmpcdec (1.2.1-1) unstable; urgency=low
 .
   * New upstream version.
   * Standards-Version 3.6.2.
Files: 
 7b7a9140985666ffdee6b2e1dac25a0e 585 - optional libmpcdec_1.2.1-1.dsc
 b69fba5b3f3394330d993f3cced6a77d 425902 - optional libmpcdec_1.2.1.orig.tar.gz
 434ee4fc9ff13e1fc9bee3c4769470eb 24677 - optional libmpcdec_1.2.1-1.diff.gz
 d2374bc544920f0dc6ff6531c2b9b7b4 109114 libdevel optional 
libmpcdec-dev_1.2.1-1_i386.deb
 a826f3c846d28241c3a81c9b21ac7bab 25568 libs optional 
libmpcdec3_1.2.1-1_i386.deb

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

iD8DBQFDGfyGTFkUq7Drx3cRApiiAJ41AY/0bdPG02cYWHCCtc4C8eeqWwCfUs1o
FvzK0rk/PjVZ7QwPVLp8wsY=
=9ZbS
-END PGP SIGNATURE-


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


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



  1   2   >