Confused by .la file removal vs static linking support

2010-05-02 Thread Nikita V. Youshchenko
Hi

I maintain a library package, libetpan.

I'm going to unload a new version, and, among other things, I was going to 
remove .la file, per release-goal
In http://ftp-master.debian.org/~aba/la/current.txt, package is listed 
as 'libetpan: dependency_libs', so I thoughty I just need to remove .la 
file from -dev package

However I'm confused with how this interfers with static linking support. 
I've seen talks on this in list archives, but no project-scope resolution.

libetpan-dev depends on several other -dev packages because libraries from 
those are mentioned in dependency_libs, and because libraries provided by 
those -dev packages are needed to link statically against libetpan.

So, should I:

(1) just drop .la file, or
(2) drop .la file, downgrade dependences on -dev packages to recommends: or 
suggests:, or
(3) drop .la file and dependences on -dev packages, but keep libetpan.a, or
(4) drop .la file and dependences on -dev packages and libetpan.a

Perhaps (4) is the most consistent solution, since nobody cares about 
static linking these days. However AFAIU debian's policy is still to 
provide static libraries.
(3) looks like plain inconsistency: package will provide .a file, but not 
ensure things required for using .a file into system.
So I likely should choose from (1) and (2).

Please advice.


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


Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Neil Williams
On Sun, 2 May 2010 13:17:08 +0400
Nikita V. Youshchenko yo...@debian.org wrote:

 I'm going to unload a new version, and, among other things, I was
 going to remove .la file, per release-goal

(Thanks for the reminder, the lack of a bug report led to me completely
forgetting that I meant to do something about this goal for my own
packages.)

(Not having .la files that need mangling with dpkg-cross would make
cross-building easier too - apart from the .pc files, the rest of the
dpkg-cross changes would just be moving files around, not modifying
them. One less thing to go wrong, so I'm in favour of removing .la
files generally. Simply removing the contents of dependency_libs isn't
as good - it the .la is an issue, remove all of it IMHO.)

 In http://ftp-master.debian.org/~aba/la/current.txt, package is
 listed as 'libetpan: dependency_libs', so I thoughty I just need to
 remove .la file from -dev package
 
 However I'm confused with how this interfers with static linking
 support. I've seen talks on this in list archives, but no
 project-scope resolution.

In the discussion that led to the release goal:

It might happen that we come to the conclusion that
we need to keep a few la-files around, as they might be a help for
static compiling, but static compiling is at best not the default,
so I would be quite surprised if that's more than 5-10 files (and then
that's the exception that confirms the rule).
http://lists.debian.org/debian-devel/2009/08/msg00783.html

That's about as resolved as it got AFAICT. Static linking is generally
discouraged, ergo static linking support is expendable if such support
gets in the way of more useful things, like binNMUs - which it does.

 libetpan-dev depends on several other -dev packages because libraries
 from those are mentioned in dependency_libs, and because libraries
 provided by those -dev packages are needed to link statically against
 libetpan.

But does any package in Debian actually do the static linking?

 So, should I:
 
 (1) just drop .la file, or
 (2) drop .la file, downgrade dependences on -dev packages to
 recommends: or suggests:, or
 (3) drop .la file and dependences on -dev packages, but keep
 libetpan.a, or
 (4) drop .la file and dependences on -dev packages and libetpan.a
 
 Perhaps (4) is the most consistent solution, since nobody cares about 
 static linking these days. However AFAIU debian's policy is still to 
 provide static libraries.

8.3 - The static library (libraryname.a) is usually provided in
addition to the shared version.

That reads more like Policy documenting usual practice rather than
mandating that static linking is necessarily desirable or should be
explicitly supported even if it causes issues elsewhere.

 (3) looks like plain inconsistency: package will provide .a file, but
 not ensure things required for using .a file into system.
 So I likely should choose from (1) and (2).

Removing the .la and retaining the .a is useful because?

(To actually statically link without the .la (or with an .la 'mangled'
to empty the dependency_libs field) largely amounts to reconstructing
the information that was in the .la originally. That should be
sufficient disincentive to try to statically link at all. Hence, is it
worth wasting archive space on the inevitably much larger .a files?)

Personally, I'm thinking of dropping static support in the Debian
packages by removing the .la and the .a but preserving dependencies
where needed for shared library builds (i.e. Requires: in the .pc file,
not Requires.private, where my library directly exports symbols in it's
own API that are resolved in another shared library.)

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpewujDMtQTT.pgp
Description: PGP signature


Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Julien Cristau
On Sun, May  2, 2010 at 11:46:23 +0100, Neil Williams wrote:

 (To actually statically link without the .la (or with an .la 'mangled'
 to empty the dependency_libs field) largely amounts to reconstructing
 the information that was in the .la originally. That should be
 sufficient disincentive to try to statically link at all. Hence, is it
 worth wasting archive space on the inevitably much larger .a files?)
 
Static linking is resolved by providing a foo.pc file so that pkg-config
--static --libs foo is all that's needed to find the right libs.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#579924: ITP: iptraf-ng -- Interactive Colorful IP LAN Monitor

2010-05-02 Thread Frederic Peters
Package: wnpp
Severity: wishlist
Owner: Frederic Peters fpet...@debian.org
Owner: Frederic Peters fpet...@debian.org


* Package name: iptraf-ng
  Version : 1.0.2
  Upstream Author : Gerard Paul Java ri...@seul.org
* URL : https://fedorahosted.org/iptraf-ng
* License : GPL
  Programming Lang: C
  Description : Interactive Colorful IP LAN Monitor

  IPTraf-ng is an ncurses-based IP LAN monitor that generates various
  network statistics including TCP info, UDP counts, ICMP and OSPF
  information, Ethernet load info, node stats, IP checksum errors,
  and others.

iptraf-ng is a fork of iptraf (unmaintained for years), with patches
from all around already applied, an updated build system, etc.

The binary names are left unchanged, this package will replace the iptraf
package.


Cheers,
Frederic



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100502103758.6947.84300.report...@nezt



Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Nikita V. Youshchenko
 On Sun, May  2, 2010 at 11:46:23 +0100, Neil Williams wrote:
  (To actually statically link without the .la (or with an .la 'mangled'
  to empty the dependency_libs field) largely amounts to reconstructing
  the information that was in the .la originally. That should be
  sufficient disincentive to try to statically link at all. Hence, is it
  worth wasting archive space on the inevitably much larger .a files?)

 Static linking is resolved by providing a foo.pc file so that
 pkg-config --static --libs foo is all that's needed to find the right
 libs.

This does not clarify the question about dependences.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201005021530.38...@blacky.localdomain



Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Bernhard R. Link
* Nikita V. Youshchenko yo...@debian.org [100502 11:27]:
 (3) looks like plain inconsistency: package will provide .a file, but not
 ensure things required for using .a file into system.

I think (3) is the best you can do if you assume the .a file is usefull
to anyone. If someone wants to link to the .a file, they will need to
give the other libraries anyway, so why not also install those
individually?

Also remember that The Depends field should be used if the depended-on
package is required for the depending package to provide a significant
amount of functionality..

Even without those other development packages, most of the functionality
is still there, so I think that is the perfect example for a Suggests.

Hochachtungsvoll,
Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100502113154.ga24...@pcpool00.mathematik.uni-freiburg.de



Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Julien Cristau
On Sun, May  2, 2010 at 15:30:37 +0400, Nikita V. Youshchenko wrote:

  On Sun, May  2, 2010 at 11:46:23 +0100, Neil Williams wrote:
   (To actually statically link without the .la (or with an .la 'mangled'
   to empty the dependency_libs field) largely amounts to reconstructing
   the information that was in the .la originally. That should be
   sufficient disincentive to try to statically link at all. Hence, is it
   worth wasting archive space on the inevitably much larger .a files?)
 
  Static linking is resolved by providing a foo.pc file so that
  pkg-config --static --libs foo is all that's needed to find the right
  libs.
 
 This does not clarify the question about dependences.
 
It does, because foo.pc won't work without its dependencies installed
(even if you're not using --static; they're needed for --cflags).

Cheers,
Julien


signature.asc
Description: Digital signature


Proposed changes to the Debian Machine Usage Policy (DMUP)

2010-05-02 Thread Martin Zobel-Helas
Hi,

the Debian Project Leader recently asked DSA in his delegation[1] to fix
a flaw in the current version of the DMUP, the fact that expulsions are
DAM's domain, and not our's.

I took the opportunity to also fix some other minor stuff in the current
version of the document. Please note that this is a first draft, not the
final version, which needs to be announced as per delegation to
debian-devel-announce.

Summary of changes: The Debian Systems Administration Team will do
whatever is necessary to keep all machines and services running.

Or to say it with someone else's words from IRC:
DSA has to look after this crap, so please don't be a dick.

Find attached my proposed changes as commit log, as diff to the current
version and as full text of the new version.

I started mainaining the new version in git on
http://db.debian.org/git/DMUP.git, copied over frequently to
http://git.debian.org/?p=mirror/DMUP.git;a=summary (gitweb frontend).

Cheers,
Martin

[1] http://lists.debian.org/debian-devel-announce/2010/04/msg00016.html
-- 
 Martin Zobel-Helas zo...@debian.org  | Debian System Administrator
 Debian  GNU/Linux Developer   |   Debian Listmaster
 Public key http://zobel.ftbfs.de/5d64f870.asc   -   KeyID: 5D64 F870
 GPG Fingerprint:  5DB3 1301 375A A50F 07E7  302F 493E FB8E 5D64 F870
commit 6fe8c48ea05d8c2f5280aeff330c998b9a103ef7
Author: Martin Zobel-Helas zo...@debian.org
Date:   Sun May 2 16:24:17 2010 +0200

Better wording for §0
Signed-off-by: Martin Zobel-Helas zo...@debian.org

commit f473e656a58efa062b44bca68c6b6d38f9886fd5
Author: Martin Zobel-Helas zo...@debian.org
Date:   Sun May 2 16:10:09 2010 +0200

expulsions are DAM's domain

Signed-off-by: Martin Zobel-Helas zo...@debian.org

commit abcc73391e77840da60a5d9fcee81ec8fb05e1b6
Author: Martin Zobel-Helas zo...@debian.org
Date:   Sun May 2 15:38:12 2010 +0200

Add a stanza about the intention of this document and DSA

Signed-off-by: Martin Zobel-Helas zo...@debian.org

commit 9965a489dcf11d3b0b6182a15b380e5caef19481
Author: Martin Zobel-Helas zo...@debian.org
Date:   Sun May 2 15:03:55 2010 +0200

s/DSA's/DSA/

Signed-off-by: Martin Zobel-Helas zo...@debian.org

commit a704b18213b3ecfa2ac69fef522af9f1f7032d7b
Author: Martin Zobel-Helas zo...@debian.org
Date:   Sun May 2 14:43:59 2010 +0200

Avoid first/second person wherever possible

commit 84fdb6be7c271fb03a051faee4def6a8f5302535
Author: Martin Zobel-Helas zo...@debian.org
Date:   Sun May 2 14:31:37 2010 +0200

Move 2.4 to 2.1, as used abbreviations should be mentioned before being used

Signed-off-by: Martin Zobel-Helas zo...@debian.org

commit b249343ade59410dd4a2d515b6f70f69d03cd54d
Author: Martin Zobel-Helas zo...@debian.org
Date:   Sun May 2 13:46:11 2010 +0200

Add a stanza about the version of this document.

Rational: Newer versions need to be announced as per DSA delegation stated
in http://lists.debian.org/debian-devel-announce/2010/04/msg00016.html
We also want that prior versions of that document become invalid when the
new version becomes valid.

Signed-off-by: Martin Zobel-Helas zo...@debian.org

commit eb4a1e7215b535bda6a447d72a7769bfc4f7
Author: Martin Zobel-Helas zo...@debian.org
Date:   Sun May 2 13:33:50 2010 +0200

start new version of DMUP

commit ce85a966ae8e0c3476cc6309a35fbcccabdd90c7
Author: Martin Zobel-Helas zo...@debian.org
Date:   Sun May 2 13:18:36 2010 +0200

initial version taken from cvs.d.o, Revision 1.7
diff --git a/DMUP b/DMUP
index 73312cf..8aba26e 100644
--- a/DMUP
+++ b/DMUP
@@ -1,10 +1,16 @@
 Debian Machine Usage Policies
 
-   Version 1.1.1
+   Version 1.1.2
+0. This version of the Debian Machine Usage Policies becomes effective
+   on $DATE1 and supersedes all previous versions. It was announced on
+   $DATE2
 1. Introduction
This document describes the policies for using Debian machines
and all rules surrounding those.
In short:
+  + The Debian Systems Administration Team will do whatever is
+necessary to keep all machines and services working and
+running in a secure fashion.
   + Don't by any wilful, deliberate, reckless or unlawful act
 interfere with the work of another developer or jeopardize the
 integrity of data networks, computing equipment, systems
@@ -20,23 +26,24 @@ Debian Machine Usage Policies
guidelines specify rules that may be violated if necessary but we
would rather one did not.
 2. General statements
- 1. Privilege
+ 1. Used abbreviations
+   o DSA - Debian Systems Administration Team
+   o DMUP - Debian Machine Usage Policy (this document)
+   o DPL - Debian Project Leader
+   o DAM - Debian Account Managers
+ 2. Privilege
 Access to Debian Facilities is a privilege, not a right or a
-

Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Frans Pop
Neil Williams wrote:
 But does any package in Debian actually do the static linking?

A few udebs use static linking to avoid the need for separate udebs for 
certain libraries. It also helps to reduce memory usage as only needed 
symbols are linked in.

It's only used in a few specific cases; the normal practice is to provide a 
library from a udeb.

Cheers,
FJP


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201005021656.02073.elen...@planet.nl



Re: Proposed changes to the Debian Machine Usage Policy (DMUP)

2010-05-02 Thread Stephen Leake
Martin Zobel-Helas zo...@debian.org writes:

 I took the opportunity to also fix some other minor stuff in the current
 version of the document. Please note that this is a first draft, not the
 final version, which needs to be announced as per delegation to
 debian-devel-announce.

 ...

 Find attached my proposed changes as commit log, as diff to the current
 version and as full text of the new version.

I'm new to Debian; I just read the DMUP for the first time.

I don't think it is clear what is Policy and what is guideline.

Some of the paragraphs in section 4 appear to be guidelines; everything
after examples of what we consider net abuse, for instance.

I suggest saying all numbered paragraphs in section 4 are policies,
everything else is guideline, and changing section 4 to have policy
paragraphs numbered, similar to section 3.

In addition, the statement, This list is not and cannot be inclusive.
is unclear. I think it means there are other policies that the DSA will
enforce that are not listed here. While this is reasonable, there must
be some process to communicate such policies before they are enforced.
Maybe this is not a problem in practice.

Thanks for your work on Debian,

-- 
-- Stephe


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/82pr1e5ou5@stephe-leake.org



Re: Proposed changes to the Debian Machine Usage Policy (DMUP)

2010-05-02 Thread Martin Zobel-Helas
Hi, 

i just applied the following patch from Stefano Zacchiroli.

3b5a642da4b800dfde386df835e57b5d86f4
diff --git a/DMUP b/DMUP
index 8aba26e..ced6cd0 100644
--- a/DMUP
+++ b/DMUP
@@ -55,9 +55,9 @@ Debian Machine Usage Policies
  Systems Administration and convince DSA that there will be
  no further breaches of the DMUP by the offender.
   3. If the offender fails to contact DSA within 14 days, DSA
- will propose this account to DAM to be terminated and the
- offender expelled from the Debian project. If the offender
- has announced they will be on vacation in this time frame
+ will suspend the corresponding account and propose to DAM the
+ expulsion of the offender from the Debian project. If the 
offender
+ has announced they will be on vacation in this time frame,
  this period will be extended with the announced duration of
  the vacation.
   4. If the offender is expelled from the project they can
@@ -65,8 +65,8 @@ Debian Machine Usage Policies
  month. The offense will remain on record.
  2. Second offense
   1. The offenders accounts will be suspended immediately and
- DSA will propose this account to DAM to be terminated
- immediately.
+ DSA will propose to DAM the expulsion of the offender from
+ the Debian project.
   2. If the offender does not file for an appeal within the
  designated time frame the account is terminated.
   3. The offender is prohibited from registering as a Debian


-- 
 Martin Zobel-Helas zo...@debian.org  | Debian System Administrator
 Debian  GNU/Linux Developer   |   Debian Listmaster
 Public key http://zobel.ftbfs.de/5d64f870.asc   -   KeyID: 5D64 F870
 GPG Fingerprint:  5DB3 1301 375A A50F 07E7  302F 493E FB8E 5D64 F870


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100502164508.ga1...@ftbfs.de



Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Steve M. Robbins
I'm a little alarmed at the attitude that no one cares about static
linking so that it's okay to drop the .a files.  Likely relatively
few people care, but there are some that do.

One example is scientific users that need to ensure reproducibility of
computer experiments [1] over many years: one technique used is to
statically link the code and quarantine it so that it isn't disturbed
by system library upgrades.  It's not the only technique used, of
course, but our priorities are our users so let's think hard before
removing this option for them.

To the original poster's question, it seems to me that [2] is
reasonably clear that the request is to drop the .la file.  I wouldn't
necessarily downgrade the -dev package dependencies: often they are
there not only for the static lib, but also because your library's
includes will #include files from other libs it depends on, so all
users of your -dev package may need the depended-upon -devs.  So it
will depend on the situation at hand.

-Steve

[1] http://lists.debian.org/debian-science/2010/04/msg00037.html
[2] http://lists.debian.org/debian-devel/2009/08/msg00808.html

signature.asc
Description: Digital signature


Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Nikita V. Youshchenko
 On Sun, May  2, 2010 at 15:30:37 +0400, Nikita V. Youshchenko wrote:
   On Sun, May  2, 2010 at 11:46:23 +0100, Neil Williams wrote:
(To actually statically link without the .la (or with an .la
'mangled' to empty the dependency_libs field) largely amounts to
reconstructing the information that was in the .la originally.
That should be sufficient disincentive to try to statically link
at all. Hence, is it worth wasting archive space on the inevitably
much larger .a files?)
  
   Static linking is resolved by providing a foo.pc file so that
   pkg-config --static --libs foo is all that's needed to find the
   right libs.
 
  This does not clarify the question about dependences.

 It does, because foo.pc won't work without its dependencies installed
 (even if you're not using --static; they're needed for --cflags).

What for?


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


Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Nikita V. Youshchenko
 I wouldn't
 necessarily downgrade the -dev package dependencies: often they are
 there not only for the static lib, but also because your library's
 includes will #include files from other libs it depends on, so all
 users of your -dev package may need the depended-upon -devs.  So it
 will depend on the situation at hand.

With libetpan, it is not the case.

Several libs (libdb, libcurl, libsasl, libexpat, liblockfile) are used by 
libetpan internally, but none of their interfaces is experted by libetpan, 
and none of headers of those libraries is included by any public libetpan 
header.

In this case, dependences on those -dev packages are only because of (1) 
dependemcy_libs in .la file, and (2) support for static linking.


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


Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Samuel Thibault
Nikita V. Youshchenko, le Sun 02 May 2010 21:18:26 +0400, a écrit :
  On Sun, May  2, 2010 at 15:30:37 +0400, Nikita V. Youshchenko wrote:
On Sun, May  2, 2010 at 11:46:23 +0100, Neil Williams wrote:
 (To actually statically link without the .la (or with an .la
 'mangled' to empty the dependency_libs field) largely amounts to
 reconstructing the information that was in the .la originally.
 That should be sufficient disincentive to try to statically link
 at all. Hence, is it worth wasting archive space on the inevitably
 much larger .a files?)
   
Static linking is resolved by providing a foo.pc file so that
pkg-config --static --libs foo is all that's needed to find the
right libs.
  
   This does not clarify the question about dependences.
 
  It does, because foo.pc won't work without its dependencies installed
  (even if you're not using --static; they're needed for --cflags).
 
 What for?

For #includes that your library may do for its API (e.g. gobject).

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100502180612.gm27...@const.famille.thibault.fr



Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Nikita V. Youshchenko
 Static linking is resolved by providing a foo.pc file so that
 pkg-config --static --libs foo is all that's needed to find
 the right libs.
   
This does not clarify the question about dependences.
  
   It does, because foo.pc won't work without its dependencies
   installed (even if you're not using --static; they're needed for
   --cflags).
 
  What for?

 For #includes that your library may do for its API (e.g. gobject).

But libetpan's public headers do not include any headers of those dependent 
packages, so it is not the case.

Any other reason?


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


Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Samuel Thibault
Nikita V. Youshchenko, le Sun 02 May 2010 23:54:02 +0400, a écrit :
  Static linking is resolved by providing a foo.pc file so that
  pkg-config --static --libs foo is all that's needed to find
  the right libs.

 This does not clarify the question about dependences.
   
It does, because foo.pc won't work without its dependencies
installed (even if you're not using --static; they're needed for
--cflags).
  
   What for?
 
  For #includes that your library may do for its API (e.g. gobject).
 
 But libetpan's public headers do not include any headers of those dependent 
 packages, so it is not the case.

Maybe, but for some other libraries it is, he just meant it to be an
example why -dev is not only needed just for --static.

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100502200140.gu27...@const.famille.thibault.fr



Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Mikhail Gusarov

Twas brillig at 23:54:02 02.05.2010 UTC+04 when yo...@debian.org did gyre and 
gimble:

  For #includes that your library may do for its API (e.g. gobject).

 NVY But libetpan's public headers do not include any headers of those 
dependent 
 NVY packages, so it is not the case.

 NVY Any other reason?

Wish of pkg-config maintainers. And GNOME developers insistance (so
applications developers may blindly include gtk+2.0.pc and get all the
stack).

-- 
  http://fossarchy.blogspot.com/


pgpggh3nTecRM.pgp
Description: PGP signature


Re: Bug#579675: ITP: goban -- Goban screensaver

2010-05-02 Thread Frank Lin PIAT
Hello,

On Thu, 2010-04-29 at 22:36 +0400, Al Nikolov wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Al Nikolov cl...@debian.org
 
 
 * Package name: goban
   Version : 1.1
   Upstream Author : Scott Draves s...@draves.org
 * URL : http://draves.org/goban/
 * License : GPL
   Programming Lang: C
   Description : Goban screensaver

The short description should not include the package name, maybe
something like:
  screen saver replaying games of Go

 Replays historical games of go (aka wei-chi and baduk) on the screen.

The long description could/should also mention:
- that it's a screen-saver.
- that it is Designed to work with xscreensaver and Gnome.
- which historical games of go are replayed? (the game played
  using cgoban, right?)

Franklin




-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1272832135.5782.2121.ca...@solid.paris.klabs.be



Re: Bug#579569: ITP: ants -- advanced normalization tools for brain and image mapping

2010-05-02 Thread Frank Lin PIAT
On Wed, 2010-04-28 at 13:23 -0400, Yaroslav Halchenko wrote:
 
 * Package name: ants
   Description : advanced normalization tools for brain and image mapping
 
 The ANTS package is designed to enable researchers with advanced tools for
 brain and image mapping. 
 ^^
This paragraph could be written in a way to clarify that this tool
analyses brain images (i.e it has nothing to do with organizing
mind/ideas)

 Many of the ANTS registration tools are
 diffeomorphic, but deformation (elastic and BSpline) transformations are
 available. Unique components of ANTS include multivariate similarity metrics,
 landmark guidance, the ability to use label images to guide the mapping and
 both greedy and space-time optimal implementations of diffeomorphisms. The
 symmetric normalization (SyN) strategy is a part of the ANTS toolkit as is
 directly manipulated free form deformation (DMFFD).

Thanks,

Franklin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1272833573.5782.2283.ca...@solid.paris.klabs.be



Re: Bug#579600: ITP: sigrok -- Crossplatform logic analyzer and protocol decoder software

2010-05-02 Thread Frank Lin PIAT
On Thu, 2010-04-29 at 00:41 +0200, Uwe Hermann wrote:
 Owner: Uwe Hermann u...@debian.org
 
 * Package name: sigrok
   Version : 0.1

Version is 0.1... the package description could mention that the
software is an early release (alpha/experimental), to avoid deception
(and encourage feed-back).

   Description : Crossplatform logic analyzer and protocol decoder software

Some suggestions to improve the description:

 sigrok is a portable, cross-platform, Free/Libre/Open-Source logic analyzer
 software

This paragraph applies to the whole Debian archive, so it could be
dropped.

 that supports various logic analyzer hardware products.
So, the description could start with:
 sigrok is a logic analyzer and protocol decoder software...
Then 
 This is used by [whom] to help doing [what].

 Design goals:

Those features could be written as text, rather than bullets.

  - Broad hardware support. Supports a wide variety of logic analyzers
from various vendors with different capabilities.

Isn't that implicit, from the list below?

  - Cross-platform. Works on Linux, Mac OS X and Windows,

Does this really matter to Debian users?

  and on many architectures including x86, ARM, Sparc and PowerPC.

Unless this feature is unique to this tool, it can be dropped.

  - Scriptable protocol decoding. Extendable with protocol decoders
and analyzers written in Python.
  - Format support. Supports various input and output formats (raw,
ASCII, hex, CSV, gnuplot, VCD, others).
  
 Supported (and/or work-in-progress) logic analyzer devices:
(A list is fine here.)
  - Saleae Logic
  - EE Electronics XLA/ESLA100
  - ASIX SIGMA
  - Openbench Logic Sniffer
  - ZEROPLUS Logic Cube LAP-C series
  - CWAV USBee SX
  - Braintechnology USB-LPS
  - Buspirate (v3)
  - Intronix Logicport

My cents,

Franklin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1272834584.5782.2402.ca...@solid.paris.klabs.be



Re: Bug#579692: ITP: libtest-inter-perl -- framework for more readable interactive test scripts

2010-05-02 Thread Frank Lin PIAT
On Thu, 2010-04-29 at 22:03 +0100, Chris Butler wrote:
 Package: wnpp
 Owner: Chris Butler chr...@debian.org
 Severity: wishlist
 X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org
 
 * Package name: libtest-inter-perl
   Version : 1.01
   Upstream Author : Sullivan Beck sb...@cpan.org
 * URL : http://search.cpan.org/dist/Test-Inter/
 * License : Artistic or GPL-1+
   Programming Lang: Perl
   Description : framework for more readable interactive test scripts

Just a quick suggestion to improve the description:

 Test::Inter is another framework for writing test scripts. It is loosely
  ^ insert for perl developers.
which clarifies:
- the programming language
- who are the intended users (i.e the developers)

 inspired by Test::More, and has most of it's functionality, but it is
 not a drop-in replacement.
 
 This framework offers the ability to write the tests in a more readable
 format, and you can access specific tests in a reasonably interactive fashion.

My 2¢,

Franklin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1272834588.5782.2403.ca...@solid.paris.klabs.be



Re: Bug#579147: ITP: libapp-cpanminus-perl -- Get, unpack, build and install modules from CPAN

2010-05-02 Thread Frank Lin PIAT
On Sun, 2010-04-25 at 18:12 +, Jeremiah C. Foster wrote:
 
 * Package name: libapp-cpanminus-perl
   Description : Get, unpack, build and install modules from CPAN
 
  A dependency free, zero configuration, and stand alone CPAN module
  installer. Maintainable and extensible with plugins and friendly 
  to shell scripting. When running, it requires only 10MB of RAM.

The package description should mention that the modules aren't
integrated with Debian packaging (no resolution dependency ; some
conflicts may happens ; security updates aren't handled by apt***, etc).
Also, installing the same module on 2 systems at a few days interval
does not guarantee to install the the version (isn't it?)

So the preferred way to install a perl module in Debian is to use
package from Debian)

My 2 cents,

Franklin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1272835062.5782.2452.ca...@solid.paris.klabs.be



Re: Bug#579177: ITP: xul-ext-monkeysphere -- Iceweasel/Firefox extension for using Monkeysphere on the web

2010-05-02 Thread Frank Lin PIAT
On Sun, 2010-04-25 at 18:44 -0400, Jameson Graef Rollins wrote:
 * Package name: xul-ext-monkeysphere
   Version : 0.1

The package description could mention that this is an
early/alpha/experimental release, to avoid deception (and encourage
feed-back)


   Description : Iceweasel/Firefox extension for using Monkeysphere on the 
 web
 
 Monkeysphere is a system for using the OpenPGP web of trust 
 as a PKI for rsa keys.
   ^^^ Is it appropriate to name those keys RSA

Wouldn't it be better to state that it's a replacement for X509
certificates? (there is probably an even better wording, but I can't
find it).

 This extensions enables Monkeysphere checking of X.509 certificates
 from https hosts whose keys are in the web of trust.

The long description should mention that this package contains an
Iceweasel extensions, maybe:
 This package contains an Iceweasel/Firefox extensions to use
  Monkeysphere for checking of X.509 certificates from https hosts 
  whose keys are in the web of trust.


My 2 cents,

Franklin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1272836217.5782.2566.ca...@solid.paris.klabs.be



Re: Confused by .la file removal vs static linking support

2010-05-02 Thread Josselin Mouette
Le dimanche 02 mai 2010 à 11:57 -0500, Steve M. Robbins a écrit : 
 One example is scientific users that need to ensure reproducibility of
 computer experiments [1] over many years: one technique used is to
 statically link the code and quarantine it so that it isn't disturbed
 by system library upgrades.

… and never manage to run it again later on, when the NSS interface has
changed.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#580005: ITP: otf-apanov-heuristica -- derivative font of Adobe's Utopia typeface, with improvements

2010-05-02 Thread Rogério Brito
Package: wnpp
Severity: wishlist

* Package name: otf-apanov-heuristica
  Version : 0.2.1
  Upstream Author : Andrey V. Panov pa...@canopus.iacp.dvo.ru
* URL : http://code.google.com/p/evristika/
* License : SIL Open Font License
  Programming Lang: Fontforge + Python scripts
  Description : derivative font of Adobe's Utopia typeface, with 
improvements

Heuristica (also: Эвристика) is the name of a transitional serif
typeface based on Adobe Systems' donated version of their Utopia
typeface (designed originally by Robert Slimbach).

Heuristica improves Utopia with the primary intent of adding Cyrillic
symbols by Andrey V. Panov. Andrey has also incorporated Vietnamese
glyphs made available by Hàn Thế Thành.

Heuristica is a family that features Regular and Italic shapes, with
both being present also in Bold weight.

-- 
Rogério Brito : rbr...@{ime.usp.br,gmail.com} : GPG key 1024D/7C2CAEB8
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100503021034.ga30...@ime.usp.br



Found last answer - universe done.

2010-05-02 Thread Thomas Harding
Problem was : God himself borned
answer was : just do logical

,,Armaggedon operation starded'' self test code ok 1 last 2 branches mission 
test code nown for 3 familes from one  
only 1 eva gender same branch born family.  branche test succesful condition 
seems ok
1 test condition seems done for his ok
Has husband test condition test succes code condition ok for her husband too
Succes code for my sister code for her sister unknown cause che and her husband 
is in too mush love also failure
Tried anything desperately sorry cause lost for me gained 14 yo
God sadness cause mission nown for me only confirmed last sunday in a like 
batist church but officialy nown from my first neighbor day after.
He Also protestant
His Nationality  from antilles island
Mine french
Joined french air army 16
Would like regain britain nationality

mission   done from me
 

 yestarday 
12 pm
devil defeat status test ok confirmed code name armageddon mission test ok  

Mission done seems ok for me
Very high concentration soldiers in my life 
Great !

S: Thomas

Other details

Since sun  20 pm i control my life in all aspect too :)

had terrificly be sad too mush long
Likely just enough long for me


S: any   Armageddon leader
Born Life system engineer thomas 42 answer day -1
In the unknown unlikely minimum Eva join limit time limit
In same unknown Eva mission done

Has unreleaved hard secret job name code  for ''any borned ready universal 
universal secret code name antechrist #n''
born name code name thomas
Issied code name unknown no error done mission done parents 2 condition 
oppositon unlikelikely 2 parents lost in the universe opposite condition error 
succes

antechrit error code name last try test condition 0k''
gained 3rd time last try test ok
eva adan joined  succes code status ok


 
  
-- 
Thomas Harding t...@thomas-harding.name
1 rue Raymond Vannier
45000 Orléans, France
l'info libre est responsable


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/0rympb2dbr5j.bn5xz...@smtp.thomas-harding.name



Accepted mplayer 2:1.0~rc3+svn20100502-1 (source all i386)

2010-05-02 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 21:31:58 +0200
Source: mplayer
Binary: mplayer mplayer-dbg mplayer-doc
Architecture: all i386 source 
Version: 2:1.0~rc3+svn20100502-1
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Closes: 566868 568272 573257 578622
Description:
 mplayer-dbg - debugging symbols for MPlayer
 mplayer-doc - documentation for MPlayer
 mplayer- movie player for Unix-like systems
Changes:
 mplayer (2:1.0~rc3+svn20100502-1) unstable; urgency=low
 .
   * new upstream snapshot from rc3 branch.
   * remove patches applied upstream:
 .
 - 24_enable_fontconfig_by_default.diff
 - 30_add_gmplayer_man_rules.diff
 - 40_improve_desktop_file.patch
 - 41_fix_forcedsubsonly.patch
 - 50_fix_crashes_with_invalid_SDPs.patch
 - 50_fix_initial_volume_setting_pulse_output.patch
 - 61-malloc-bsd.patch
 - 62-disable-vidix-on-kfreebsd-amd64.patch
 - 63-sys-kd-include.patch
 .
 mplayer (2:1.0~rc3+svn20090426-2) unstable; urgency=low
 .
   * don't install apport hook
   * gross hack to avoid building mplayer-nogui and mplayer-gui packages
   * add md5sum to remove to avoid spurious conffile prompt, Closes: #568272
   * Make mplayer build on kFreeBSD (backports from upstream), Closes: #578622
 - Revert obscure hack that disables the malloc.h check on certain BSD
   platforms.
 - disable vidix on kFreeBSD-amd64
 - rename 'struct keypad' - 'struct m_keypad' to avoid FTBFS on
   kFreeBSD/amd64
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu16) lucid; urgency=low
 .
   * move config file and apport hook 'mplayer-nogui'-'mplayer'
 LP: #540491, #549613
   * improve mplayer version output
   * no longer build depend on libfaac, see LP #374900 for details
   * attach alsa_information in the apport hook
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu15) lucid; urgency=low
 .
   * backport newer libx264 wrapper, LP: #539555
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu14) lucid; urgency=low
 .
   * cleanup --configure flags
   * drop VDPAU build hacks, Closes: #566868, LP: #530481, #532007
   * enable musepack support
   * enable libaa support, LP: #502767, #455535
   * enable enca support, LP: #115519
   * remove DEB_BUILD_CONFIGURE override hack
   * fix weird permission bits for mplayer.desktop and mplayer.xpm
   * reorganize binary packages to no longer install the gui version by
 default
   * refactor debian/rules to avoid sub makes
   * add patch to allow compilation with newer x264
   * use mp_msg instead of printf in debug help message
   * bump standards version
   * as no longer used, remove dependencies on debconf
   * Fix possible crashes with invalid SDPs, LP: #519579
   * add missing replaces
   * install manpages in the 'mplayer' package. and only there
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu13) lucid; urgency=low
 .
   * rebuild for ffmpeg versioned symbols
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu12) lucid; urgency=low
 .
   * debian/patches/41_fix_forcedsubsonly.patch: fix the forcedsubsonly
 option. This fixes a problem with ogmrip always encoding with
 subtitles. (LP: #458129).
   * debian/control: Change build-dep libxvidcore4-dev to libxvidcore-dev.
 (LP: #486169)
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu11) lucid; urgency=low
 .
   * Add 50_fix_initial_volume_setting_pulse_output.patch to resolve the
 stream volume being set to max upon each mplayer invocation
 (LP: #482408)
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu10) karmic; urgency=low
 .
   * make sure that patches are applied for non-i386 builds as well.
 Fixes: LP: #390398, #448603, #448595, #441566, #440346
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu9) karmic; urgency=low
 .
   [ Julien Lavergne ]
   * Renable xvid support by removing --disable-xvid in debian/rules.
 .
   [ Reinhard Tartler ]
   * Also enable mp3lame support (at least for now) LP: #386449
   * don't override the mplayer built-in defaults for the vo module LP: #446040
   * verified that mennuc's screensaver patch is enabled and works in the 
default
 configuration. LP: #439787
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu8) karmic; urgency=low
 .
   * build depend on nvidia-185-libvdpau-dev only on i386 and amd64
   * add ubuntu specific configuration file. LP: #276957, #440343
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu7) karmic; urgency=low
 .
   * remove 41_use_fontconfig_by_default.patch, doesn't apply
   * enable VDPAU on i386 and amd64 (LP: #437039)
 .
 mplayer (2:1.0~rc3+svn20090426-1ubuntu6) karmic; urgency=low
 .
   [ Andres Mejia ]
   * Enable VDPAU support by including vdpau headers in deb packaging.
 .
   [ Reinhard Tartler ]
   * sort build dependencies alphabetically
   * avoid using tabs - prefer space instead
   * reenable 22disable-xscreensaver.patch. The patch does work, but you
 need to have 

Accepted pychess 0.10~beta3-1 (source all)

2010-05-02 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 01:24:11 -0400
Source: pychess
Binary: pychess
Architecture: source all
Version: 0.10~beta3-1
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath va...@debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 pychess- chess graphical user interface for several chess engines
Changes: 
 pychess (0.10~beta3-1) unstable; urgency=low
 .
   * New upstream release
   * Bump Standards-Version to 3.8.4
   * Switch to source format 3.0
   * Set minimum python version to 2.5
Checksums-Sha1: 
 7db90ddc9e891846a1fed43c298e831ae96280e5 1203 pychess_0.10~beta3-1.dsc
 dd8206d372e4d3abdfb398c155ac3ecb204c972a 1440876 pychess_0.10~beta3.orig.tar.gz
 d88c4d84f55d70f3febbc41ebdecec5173de98ce 4048 
pychess_0.10~beta3-1.debian.tar.gz
 c6cf6ec408e8a249234bfd177b7b3e1701f45c78 1319766 pychess_0.10~beta3-1_all.deb
Checksums-Sha256: 
 fc3e5118489e6b0270398bb80307887593013dac52d846f6f20114eb8fe2fd4d 1203 
pychess_0.10~beta3-1.dsc
 0ae36c2e223848e5dd57696a415ad5951d88f194b6c404e020e43e38a846f52f 1440876 
pychess_0.10~beta3.orig.tar.gz
 cab83d92e085eb78d93375430427b8bd2256472f1843b9c00613d3ea64dc97f9 4048 
pychess_0.10~beta3-1.debian.tar.gz
 59fc9d20e6d3516e07048fc7ece85fe9b2225e121aa87bbee47ced3ab9653bcf 1319766 
pychess_0.10~beta3-1_all.deb
Files: 
 43e80a357b03770a1b48b102c47a8590 1203 games optional pychess_0.10~beta3-1.dsc
 80a7d3969c76d026bbc3be7b0c19abf1 1440876 games optional 
pychess_0.10~beta3.orig.tar.gz
 ae772d537284e52bc2f500738a9a7882 4048 games optional 
pychess_0.10~beta3-1.debian.tar.gz
 b9d5d4096786c22f8ef1b8766d76dcb8 1319766 games optional 
pychess_0.10~beta3-1_all.deb

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

iD8DBQFL3SNAPEFSUMxFMZcRAvJeAJ49myafuupG5LkFCkIVKi67+hhU1ACfTv/X
sR55GKIwuXzPsfiB+8Khseg=
=kB9p
-END PGP SIGNATURE-


Accepted:
pychess_0.10~beta3-1.debian.tar.gz
  to main/p/pychess/pychess_0.10~beta3-1.debian.tar.gz
pychess_0.10~beta3-1.dsc
  to main/p/pychess/pychess_0.10~beta3-1.dsc
pychess_0.10~beta3-1_all.deb
  to main/p/pychess/pychess_0.10~beta3-1_all.deb
pychess_0.10~beta3.orig.tar.gz
  to main/p/pychess/pychess_0.10~beta3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8tqm-0006do...@ries.debian.org



Accepted babeld 1.0.1-1 (source amd64)

2010-05-02 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 02 May 2010 10:32:34 +0200
Source: babeld
Binary: babeld
Architecture: source amd64
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Stéphane Glondu glo...@debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 babeld - a loop-free distance-vector routing protocol
Changes: 
 babeld (1.0.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 4449a047e718acfa698cec3a39ea3c30b5317b7c 1783 babeld_1.0.1-1.dsc
 33be38a453403fece98bfcf14ca958de5d676ac6 59200 babeld_1.0.1.orig.tar.gz
 8cd80de42f938673a9ca81ff18624e19d26b983d 4240 babeld_1.0.1-1.debian.tar.gz
 5dde8fe4f030d80205ef23e4b1f4e7f0d4a998b7 52204 babeld_1.0.1-1_amd64.deb
Checksums-Sha256: 
 dbc14de1ed746703b15cbed82422f2e43d4b44fd49a68cdb85b9bcbc991db5bf 1783 
babeld_1.0.1-1.dsc
 c1692c692dac36e0a8cc7ddbc3c26521b8683ca384f8f8fab8d7cb32d1e84617 59200 
babeld_1.0.1.orig.tar.gz
 259642e13153d8518e07985f2c78ffabd810c3889910aa7c1612b6d3edc2f608 4240 
babeld_1.0.1-1.debian.tar.gz
 5bc9bcc713e4f080879e94fe9667d2619c2b6d1a54ece702ac093ce2c8ab9971 52204 
babeld_1.0.1-1_amd64.deb
Files: 
 58af6d92ffd2ed1719ad2f30735d8255 1783 net extra babeld_1.0.1-1.dsc
 b46b7f62bf8c213d5faffbe81c424e76 59200 net extra babeld_1.0.1.orig.tar.gz
 c8f49810ee680fa9e826032a7fc32c8a 4240 net extra babeld_1.0.1-1.debian.tar.gz
 f0d2275d1924e4f15de9316bb35d1efb 52204 net extra babeld_1.0.1-1_amd64.deb

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

iQIcBAEBCgAGBQJL3TklAAoJEHhT2k1JiBrTSmgP/RVe9prbumOwIqGBYmviF1j4
tXLLrGZBzbBJehtxovGLZRCpBs+IzdgE9p8PkbTLuo5WxK/w98s8vdQC6zytC/v0
irj+6ajLZoEw1x4HiTo5CfSGKrLzJNGAN5Rh5A8vBSEzNQtkBy40p1halBHIQrlr
9jcNoY/pEx2z1YWtiPmzEtGdMj0aRKPv+RVKt9un6eGXsc+NL2d5oFuOrBwZD464
TJJ7Rpmj5QROW7uFDDgiJhmYquiRLlL/XhW0cxCpa5kUXYxKK7EljFzpfPGpbstr
qLVHbJCdd6d4QVSNvNnMSDC+sHSlnibLu3gUHT8t848hP29q3e4xPDrscnQyD75n
BKDhMo3ahDVLhkJco/YgQkkKcEUoITXAKCJi3hb9qV31wF6D43ci5ifmGtq29ZR9
cr8iu1wquN5ymH9RW1e3HXMAmZ5dJQB1ZAwWxpsoQsiXgE5IQHA81/WBbroyj34i
H+zI/hpxQapu2oa0EeEhelab9KwV+zIPaz+CDJKgtH0OK0gw9PjeWwKrEDv2V7p2
J4P/aVf8H/PVea7dwvMKvtnIT8To5VcIp62ltDe0Bq04qZvmPJMCTlB3uJiSy4B8
7G5aXV+itD5GdxgnGB6sZRzj+rdNsB3S0f1KnH1lQbaRCUkY9i7N3XgeSsuk+8rN
Q0F+RS6C0B2PlMQHz2Pc
=d+3+
-END PGP SIGNATURE-


Accepted:
babeld_1.0.1-1.debian.tar.gz
  to main/b/babeld/babeld_1.0.1-1.debian.tar.gz
babeld_1.0.1-1.dsc
  to main/b/babeld/babeld_1.0.1-1.dsc
babeld_1.0.1-1_amd64.deb
  to main/b/babeld/babeld_1.0.1-1_amd64.deb
babeld_1.0.1.orig.tar.gz
  to main/b/babeld/babeld_1.0.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8vym-dy...@ries.debian.org



Accepted google-gadgets 0.11.2-2 (source amd64)

2010-05-02 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:14:12 +0300
Source: google-gadgets
Binary: libggadget-1.0-0b libggadget-1.0-dev libggadget-gtk-1.0-0b 
libggadget-gtk-1.0-dev libggadget-qt-1.0-0b libggadget-qt-1.0-dev 
google-gadgets-common google-gadgets-gtk google-gadgets-qt google-gadgets-gst 
google-gadgets-xul
Architecture: amd64 source
Version: 0.11.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Krap Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 google-gadgets-common - Common files for Qt and GTK+ versions of google-gadgets
 google-gadgets-gst - GStreamer Module for Google Gadgets
 google-gadgets-gtk - GTK+ Version of Google Gadgets
 google-gadgets-qt - Qt4 version of Google Gadgets
 google-gadgets-xul - XULRunner module for Google Gadgets
 libggadget-1.0-0b - Google Gadgets main library
 libggadget-1.0-dev - Google Gadgets main development files
 libggadget-gtk-1.0-0b - Google Gadgets GTK+ library
 libggadget-gtk-1.0-dev - Google Gadgets GTK+ development files
 libggadget-qt-1.0-0b - Google Gadgets Qt library
 libggadget-qt-1.0-dev - Google Gadgets Qt development files
Changes: 
 google-gadgets (0.11.2-2) unstable; urgency=low
 .
   * Release to unstable.
Checksums-Sha1: 
 f8e97958c83d8ca00822bbd33cb03b31eb36de45 1933 google-gadgets_0.11.2-2.dsc
 dc8991031c8b7b6bfb2e21d0e2558de70c05b816 25308 google-gadgets_0.11.2-2.diff.gz
 b8d00915a7ef255cfb4d66ff57872bcaebc40857 1282610 
libggadget-1.0-0b_0.11.2-2_amd64.deb
 ca2afafcf18af93be36bc3a7fbbc49895f54482b 474 
libggadget-1.0-dev_0.11.2-2_amd64.deb
 0bd614b9dda05c41af2faa071f7504f409fc0ef3 142806 
libggadget-gtk-1.0-0b_0.11.2-2_amd64.deb
 b0faea64f7e9cef523d6c8490c481a7b5cc68705 190176 
libggadget-gtk-1.0-dev_0.11.2-2_amd64.deb
 7d0d73353c4d779e4844057413712fdbfe45894c 92934 
libggadget-qt-1.0-0b_0.11.2-2_amd64.deb
 0161180d821f2a1fe2db9e05787bf31b67860f4f 116964 
libggadget-qt-1.0-dev_0.11.2-2_amd64.deb
 43bcffca427fd31512df978bc750826bf2258051 915836 
google-gadgets-common_0.11.2-2_amd64.deb
 ca19fc3275253ec6e1b372decfcef190f51ffe0f 155986 
google-gadgets-gtk_0.11.2-2_amd64.deb
 15c431167afcc56288a75eb8dee66d59b6b755b1 220010 
google-gadgets-qt_0.11.2-2_amd64.deb
 53b7fb954ca703713f5c4b351694da2df485a872 52778 
google-gadgets-gst_0.11.2-2_amd64.deb
 744303022f226b5bb5ae01e38a4267e414606504 182286 
google-gadgets-xul_0.11.2-2_amd64.deb
Checksums-Sha256: 
 2a36aa5da6906ac1acda71dd8701ee20f72300ca737b82b4eff05619519a320f 1933 
google-gadgets_0.11.2-2.dsc
 f137b7e8b574efa2d302a4b5bc402cd74e328be165a253c9a6bd51983ce16f34 25308 
google-gadgets_0.11.2-2.diff.gz
 fd954178c45d321cb040ce9081c7122a309917447aa5b13e97a3cecfe8840e4a 1282610 
libggadget-1.0-0b_0.11.2-2_amd64.deb
 2d27c94c9f8ff51a110f33f6a41f71a46dffd52764bc0f4f01e0691bbce427cb 474 
libggadget-1.0-dev_0.11.2-2_amd64.deb
 6bdf4be9a7e96036bbee213c9281f605c2fee811ee3cf057ce30db730466aa9f 142806 
libggadget-gtk-1.0-0b_0.11.2-2_amd64.deb
 d30b2f8922e6335b43b80f5532b861cff65591c977b962747ed9733eb777bca5 190176 
libggadget-gtk-1.0-dev_0.11.2-2_amd64.deb
 c5712b67b834ecd6236ea75a37b636b4f9f1701b35c67a81c96614d226d12517 92934 
libggadget-qt-1.0-0b_0.11.2-2_amd64.deb
 95f785a64f849b83ac262ea71227e4090812e5d1ef5af721fe1a40b548e14845 116964 
libggadget-qt-1.0-dev_0.11.2-2_amd64.deb
 8149b2b06eaec2255cd9dfd70f6c4b879da4526da46ba9f426d1cafd4ea25995 915836 
google-gadgets-common_0.11.2-2_amd64.deb
 ea1817f70e6759db3ff0e2a4907da57c8089b963f3da2f7c05436f31dc0e41c1 155986 
google-gadgets-gtk_0.11.2-2_amd64.deb
 3d2743567d8e533ed05915f60044ca6b49f6e2cbf89562eefb2b5f88f1a617ab 220010 
google-gadgets-qt_0.11.2-2_amd64.deb
 4b0f9668fb21f03ef24e559c3678c2c5b89351819382c94b7c74a596fe302dc1 52778 
google-gadgets-gst_0.11.2-2_amd64.deb
 5c169a777090705a3d27e1e4a098b052c634345ce8478314b1719fdf97c421ac 182286 
google-gadgets-xul_0.11.2-2_amd64.deb
Files: 
 faea9816326341c75e443db37965c3de 1933 misc extra google-gadgets_0.11.2-2.dsc
 527fe820989354a7efbd927398eb450a 25308 misc extra 
google-gadgets_0.11.2-2.diff.gz
 55eb40c355da1c278c63c4937884270b 1282610 libs extra 
libggadget-1.0-0b_0.11.2-2_amd64.deb
 253b90cf962bc90e07858e0d69679a00 474 libdevel extra 
libggadget-1.0-dev_0.11.2-2_amd64.deb
 8590bc4b6ba87695560b0e5903220930 142806 libs extra 
libggadget-gtk-1.0-0b_0.11.2-2_amd64.deb
 a2710a618a7d642440bc7878b0896542 190176 libdevel extra 
libggadget-gtk-1.0-dev_0.11.2-2_amd64.deb
 abf92a62be1f68afdc5a306c335206a3 92934 libs extra 
libggadget-qt-1.0-0b_0.11.2-2_amd64.deb
 b3f16d644dc4f5f17397a6f2131a07e5 116964 libdevel extra 
libggadget-qt-1.0-dev_0.11.2-2_amd64.deb
 ea2540f81e9a6c2726c7d4d57c5c1e70 915836 misc extra 
google-gadgets-common_0.11.2-2_amd64.deb
 75e8d5e234ffadfe271245426f2fe31b 155986 gnome extra 
google-gadgets-gtk_0.11.2-2_amd64.deb
 fe28cf7f916c3f4da33d1248ce691f43 220010 kde extra 
google-gadgets-qt_0.11.2-2_amd64.deb
 9950b1273fa235b0c2d403284078c887 52778 misc extra 

Accepted imvirt 0.9.0-2 (source all i386)

2010-05-02 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 10:01:50 +0200
Source: imvirt
Binary: imvirt libimvirt-perl
Architecture: source all i386
Version: 0.9.0-2
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 imvirt - detects several virtualizations
 libimvirt-perl - Perl module for detecting several virtualizations
Closes: 578798
Changes: 
 imvirt (0.9.0-2) unstable; urgency=low
 .
   * Pass INSTALLDIRS=vendor to Makefile.PL. Much thanks to Ansgar Burchardt
 for his patch and spotting this problem.
 Closes: #578798
Checksums-Sha1: 
 ba14bf9aa086dc95026b5993a1eee1d1b39cfe4a 1042 imvirt_0.9.0-2.dsc
 868f05808fd27588c64c3d0104b83d37440348fb 4427 imvirt_0.9.0-2.debian.tar.gz
 3904813560608288a072d0b90fd79285dbeecede 15468 libimvirt-perl_0.9.0-2_all.deb
 929db80dafd0dd6f4b5e8382419a821dc8e7a3ac 13074 imvirt_0.9.0-2_i386.deb
Checksums-Sha256: 
 c121a9c32ba61d0b10c1ee67de371e43f7e82ae74e0c6a3dccf2cfdbbd0c1cb6 1042 
imvirt_0.9.0-2.dsc
 741ad7d0f9ac25fc5f30bb59107f699b643e28a6840f35a8c7a1c5dd8109238d 4427 
imvirt_0.9.0-2.debian.tar.gz
 fcee4d9151b9f4f918a5ffabe8d30df3481df0984c13b7949d9e6a73dd47ff18 15468 
libimvirt-perl_0.9.0-2_all.deb
 bdb0698fee28cf4805ed2488339447dabec0f2544e3595f705c11cf8fbf43cc9 13074 
imvirt_0.9.0-2_i386.deb
Files: 
 8b54361393349c6e23da7892c4b5e723 1042 admin optional imvirt_0.9.0-2.dsc
 7cce79b25399b07b2bcf5523eaf849ae 4427 admin optional 
imvirt_0.9.0-2.debian.tar.gz
 2acc56c2868854fc911a010e502ef8d4 15468 perl optional 
libimvirt-perl_0.9.0-2_all.deb
 d5473bba4cdca5b5d6fdec032613c841 13074 admin optional imvirt_0.9.0-2_i386.deb

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

iEYEARECAAYFAkvdMmYACgkQ2XA5inpabMcXlgCfac20M8ju9+ka8Vbhxk85SNg0
CI8AoI9Of49+VzGtmxpDSz0fXyJTQj61
=TApV
-END PGP SIGNATURE-


Accepted:
imvirt_0.9.0-2.debian.tar.gz
  to main/i/imvirt/imvirt_0.9.0-2.debian.tar.gz
imvirt_0.9.0-2.dsc
  to main/i/imvirt/imvirt_0.9.0-2.dsc
imvirt_0.9.0-2_i386.deb
  to main/i/imvirt/imvirt_0.9.0-2_i386.deb
libimvirt-perl_0.9.0-2_all.deb
  to main/i/imvirt/libimvirt-perl_0.9.0-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8vmd-00028u...@ries.debian.org



Accepted libmsn 4.1-1.2 (source amd64)

2010-05-02 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:20:14 +0300
Source: libmsn
Binary: libmsn0.3 libmsn0.3-dbg libmsn-dev
Architecture: amd64 source
Version: 4.1-1.2
Distribution: unstable
Urgency: low
Maintainer: Pau Garcia i Quiles pgqui...@elpauer.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 libmsn0.3-dbg - high-level C++ library for MSN Messenger [debug]
 libmsn0.3  - high-level C++ library for MSN Messenger [runtime]
 libmsn-dev - high-level C++ library for MSN Messenger [devel]
Changes: 
 libmsn (4.1-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Release to unstable.
Checksums-Sha1: 
 87220685ba88b8c7c115936b898f552ce0c545dd 1032 libmsn_4.1-1.2.dsc
 ee0ff0eb3db20dcf8917204c205b9f2323d7e1fd 5538 libmsn_4.1-1.2.diff.gz
 cdf6edbec164d44ce65084c1fd819df784226a7d 300128 libmsn0.3_4.1-1.2_amd64.deb
 5c88096129adecc7f8ef0a45c1cb4ec6d494b5ba 781638 libmsn0.3-dbg_4.1-1.2_amd64.deb
 a4c6b95d4c5dbb3712f84e95ccfe96f946177565 27434 libmsn-dev_4.1-1.2_amd64.deb
Checksums-Sha256: 
 b780796240179738f9e28aa392ebfead67008c2dc000da4a46d31cb37819816b 1032 
libmsn_4.1-1.2.dsc
 3957d511e54bda85c8123c8704fc91a959b751511ff0ac0e11e7b74937b21f9e 5538 
libmsn_4.1-1.2.diff.gz
 38b92c5d6be3d3eeb70a6fc9a4e34715c1ada0e753c316467e2bf2b44a2aafbc 300128 
libmsn0.3_4.1-1.2_amd64.deb
 70e84c4b421e72eb20236b1692e9d6300329f1059306a3d901c655f8dfe8d769 781638 
libmsn0.3-dbg_4.1-1.2_amd64.deb
 ee4f2b7cdb50f24940ecfae2eaabf61e0f67100c8668ef06ac91599d53b67cf4 27434 
libmsn-dev_4.1-1.2_amd64.deb
Files: 
 18684b305f874a1cad059f7824ba796e 1032 libs optional libmsn_4.1-1.2.dsc
 223653e083c2caff5c2ffe51b639a4b3 5538 libs optional libmsn_4.1-1.2.diff.gz
 f7be618a343471c8f1a30629b6a7c7a0 300128 libs optional 
libmsn0.3_4.1-1.2_amd64.deb
 26f88432959c8903a23497271194b40b 781638 debug extra 
libmsn0.3-dbg_4.1-1.2_amd64.deb
 cc0a0988c8054cf3c5e2f24355273bac 27434 libdevel optional 
libmsn-dev_4.1-1.2_amd64.deb

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

iEYEARECAAYFAkvdNLsACgkQHO9JRnPq4hThiACeJCoDX7rufn+iRLQdVWDc7uwH
gJoAoPrup1dsylbeQFe1vn5ULsf7z8Pf
=JCYo
-END PGP SIGNATURE-


Accepted:
libmsn-dev_4.1-1.2_amd64.deb
  to main/libm/libmsn/libmsn-dev_4.1-1.2_amd64.deb
libmsn0.3-dbg_4.1-1.2_amd64.deb
  to main/libm/libmsn/libmsn0.3-dbg_4.1-1.2_amd64.deb
libmsn0.3_4.1-1.2_amd64.deb
  to main/libm/libmsn/libmsn0.3_4.1-1.2_amd64.deb
libmsn_4.1-1.2.diff.gz
  to main/libm/libmsn/libmsn_4.1-1.2.diff.gz
libmsn_4.1-1.2.dsc
  to main/libm/libmsn/libmsn_4.1-1.2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8vps-0002tn...@ries.debian.org



Accepted llvm-2.7 2.7-3 (source all)

2010-05-02 Thread Arthur Loiret
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 08:58:29 +
Source: llvm-2.7
Binary: libllvm2.7 llvm-2.7 llvm-2.7-runtime llvm-2.7-dev libllvm-ocaml-2.7-dev 
llvm-2.7-priv-dev llvm-2.7-doc llvm-2.7-examples llvm-2.7-source
Architecture: source all
Version: 2.7-3
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Arthur Loiret aloi...@debian.org
Description: 
 libllvm-ocaml-2.7-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 libllvm2.7 - Low-Level Virtual Machine (LLVM), runtime library
 llvm-2.7   - Low-Level Virtual Machine (LLVM)
 llvm-2.7-dev - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-2.7-doc - Low-Level Virtual Machine (LLVM), documentation
 llvm-2.7-examples - Low-Level Virtual Machine (LLVM), examples
 llvm-2.7-priv-dev - Low-Level Virtual Machine (LLVM), ccache files
 llvm-2.7-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
 llvm-2.7-source - Low-Level Virtual Machine (LLVM), source code
Closes: 579814
Changes: 
 llvm-2.7 (2.7-3) unstable; urgency=low
 .
   * debian/control.in/source: Build-Depends on patchutils, diffstat.
   * Build-Depends on llvm-2.7-priv-dev:
 - debian/packages.d/llvm.mk:
   + (llvm-priv-dev_version): Define, set to previous revision.
   + (BUILDDEPS): Add llvm-$(UVERSION)-priv-dev
 (= $(llvm-priv-dev_version)).
   + (llvm_extra_unpack): Register the compiler version.
   * debian/rules.d/vars.mk (confargs): Set CC, CXX and CPP.
   * Fix FTBFS on non-linux architectures:
 - debian/packages.d/llvm.mk (llvm_extra_install): Move the shared library
   only if it is enabled.
   * debian/patches/0002-Fix-llvm-config-script.patch: Update.
 Closes: #579814.
Checksums-Sha1: 
 40d0613538a7194cd6b1fcfec85a7fad49d29535 1534 llvm-2.7_2.7-3.dsc
 c1e545ca9e465292df71c2015e4c36213ef2a6df 25182 llvm-2.7_2.7-3.diff.gz
 d3186df008e7cac51f21aa9210083c1123afbc25 931168 llvm-2.7-doc_2.7-3_all.deb
 f87405be936dcd07082d595ca5f7283ebd3b4c7a 79814 llvm-2.7-examples_2.7-3_all.deb
 cab3ae514c08b3bb99b495566fe87064a55c5a50 5672014 llvm-2.7-source_2.7-3_all.deb
Checksums-Sha256: 
 62311b85f09b5ea816868185dd2a583c120945fbcaaa973a86aa9bbf7b4592ff 1534 
llvm-2.7_2.7-3.dsc
 96daf631ba091e97320f97e86bce6ae552c9fdc08a607d445107ab9b38118989 25182 
llvm-2.7_2.7-3.diff.gz
 8e93e5650a66e673afe350286d927a5050f06c629976884e9fd03fc8027cebff 931168 
llvm-2.7-doc_2.7-3_all.deb
 58909075e7c073f0b9ef2bf88d2ff59f3044fe01f5a491966ced8e2e62ebdab5 79814 
llvm-2.7-examples_2.7-3_all.deb
 09815f913ec4d59dd258307f328a8482073d87f5e7c5598f5f952e20d458fb2a 5672014 
llvm-2.7-source_2.7-3_all.deb
Files: 
 269c0bde34e041d023dbeb3c45adaf36 1534 devel optional llvm-2.7_2.7-3.dsc
 ca0b3cbacf16d4d5de45f9ca03f64536 25182 devel optional llvm-2.7_2.7-3.diff.gz
 02fb1c64cb0ea15447541cc0561b5824 931168 doc optional llvm-2.7-doc_2.7-3_all.deb
 1602c2743215a65b36ba406f23746ed8 79814 doc optional 
llvm-2.7-examples_2.7-3_all.deb
 1d6be6602210a432422dc074f215d5de 5672014 devel optional 
llvm-2.7-source_2.7-3_all.deb

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

iEYEARECAAYFAkvdQlsACgkQHeT0QCEnXMSTYwCgplUjQ1P1Fg/fzQ4CYblv8KoY
bVUAoIXN9i4bbEfxxdzOzhZoJD7OtuXI
=h2KW
-END PGP SIGNATURE-


Accepted:
llvm-2.7-doc_2.7-3_all.deb
  to main/l/llvm-2.7/llvm-2.7-doc_2.7-3_all.deb
llvm-2.7-examples_2.7-3_all.deb
  to main/l/llvm-2.7/llvm-2.7-examples_2.7-3_all.deb
llvm-2.7-source_2.7-3_all.deb
  to main/l/llvm-2.7/llvm-2.7-source_2.7-3_all.deb
llvm-2.7_2.7-3.diff.gz
  to main/l/llvm-2.7/llvm-2.7_2.7-3.diff.gz
llvm-2.7_2.7-3.dsc
  to main/l/llvm-2.7/llvm-2.7_2.7-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8vso-0002lx...@ries.debian.org



Accepted meta-kde 5:59 (source all)

2010-05-02 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:22:14 +0300
Source: meta-kde
Binary: kdebase kde-plasma-desktop kde-plasma-netbook kde-standard kde-full 
kde-sc-dev-latest
Architecture: source all
Version: 5:59
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 kde-full   - the complete KDE Software Compilation for end users
 kde-plasma-desktop - the KDE Plasma Desktop and minimal set of applications
 kde-plasma-netbook - the KDE Plasma Netbook and minimal set of applications
 kde-sc-dev-latest - ensure that the latest KDE Development Platform is 
installed
 kde-standard - the KDE Plasma Desktop and standard set of applications
 kdebase- the K Desktop Environment, base applications
Changes: 
 meta-kde (5:59) unstable; urgency=low
 .
   * Add hal to kde-standard Depends.
   * Bump MINIMUM_KDE_VERSION (kde:Version) to 4.4.3.
   * Bump dev:latestVersion to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 8d99b292cee37f2941b6b9948d428283d579da28 1109 meta-kde_59.dsc
 27f84f1e81233b42ae8a69485d63a645b852153e 9325 meta-kde_59.tar.gz
 a585224247bbe442ea50054b25e2f7cf619ca4d0 9014 
kde-sc-dev-latest_4.4.3+5.59_all.deb
 abc6f75a99bc9b4f77b7db9d9cb06d0630a069ad 8854 kdebase_59_all.deb
 a9e1cbc69d821511a665f951fbde344fc5ad4425 8958 kde-plasma-desktop_59_all.deb
 05f548ad7c2588212ec1b54885615eeac5bf7da4 8964 kde-plasma-netbook_59_all.deb
 630bb02295366af6bfdc21116344065e8bc442d1 9034 kde-standard_59_all.deb
 3559e7fc9b245606bc08b5f0d35e0f1c4df7352a 9064 kde-full_59_all.deb
Checksums-Sha256: 
 691323909add87609877b547e9a19b668022fdd722dec887603fe4891e67ce03 1109 
meta-kde_59.dsc
 504c105b6497d8a57555f75c5e78c6a0e3060c9ee17e455ff509e44d0c911f6d 9325 
meta-kde_59.tar.gz
 3b5d780ce092aaddbb67909c885b9cd44a7ce9159c20d1f995b7a7e32828c808 9014 
kde-sc-dev-latest_4.4.3+5.59_all.deb
 52f26a551733dc8571bc6e02b5ad19c99e0868d895a07b60ea2f2cf45a0a1a2d 8854 
kdebase_59_all.deb
 dcb648dc54b47c36bc11db631330d5922f0b7b545846a6f2863d4ceaff4fa181 8958 
kde-plasma-desktop_59_all.deb
 da71fe189302fe1af28112b0bfe83ae4ef401448ed489db47b85ab3c24b46491 8964 
kde-plasma-netbook_59_all.deb
 4245186032747361fa2a9a2f7ddfe6758754226d01b99be055994ab1f665e043 9034 
kde-standard_59_all.deb
 b9ef40c7de92e7161bc1292c16db28619c6e92955fa6d2cfe77a195e75ebfbc3 9064 
kde-full_59_all.deb
Files: 
 dbcb3f05c60b3274a19427fec930f687 1109 kde optional meta-kde_59.dsc
 94df2d7b65b726ac9b51a62745c9f6ec 9325 kde optional meta-kde_59.tar.gz
 0b69362411490272a1ec155f96ab0f2a 9014 kde optional 
kde-sc-dev-latest_4.4.3+5.59_all.deb
 c80ffcac2eb8182a5f65a88964766355 8854 kde optional kdebase_59_all.deb
 5d0f3f70d99a9e8905160d022c7a0314 8958 kde optional 
kde-plasma-desktop_59_all.deb
 d179f1640892d2d24833fb4da5725dbd 8964 kde optional 
kde-plasma-netbook_59_all.deb
 58c6836185d4f9fe5e02c2201aa0bd0e 9034 kde optional kde-standard_59_all.deb
 81880c76cdf9007629322c1ddeacfa65 9064 kde optional kde-full_59_all.deb

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

iEYEARECAAYFAkvcoo4ACgkQHO9JRnPq4hSLZgCgnBoNZInbWGefP5ZcvR5LIVnt
TZAAn0IMRaK3M0B4R6Gp0maLOnP4ShQb
=CQ5W
-END PGP SIGNATURE-


Accepted:
kde-full_59_all.deb
  to main/m/meta-kde/kde-full_59_all.deb
kde-plasma-desktop_59_all.deb
  to main/m/meta-kde/kde-plasma-desktop_59_all.deb
kde-plasma-netbook_59_all.deb
  to main/m/meta-kde/kde-plasma-netbook_59_all.deb
kde-sc-dev-latest_4.4.3+5.59_all.deb
  to main/m/meta-kde/kde-sc-dev-latest_4.4.3+5.59_all.deb
kde-standard_59_all.deb
  to main/m/meta-kde/kde-standard_59_all.deb
kdebase_59_all.deb
  to main/m/meta-kde/kdebase_59_all.deb
meta-kde_59.dsc
  to main/m/meta-kde/meta-kde_59.dsc
meta-kde_59.tar.gz
  to main/m/meta-kde/meta-kde_59.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8vt5-0002so...@ries.debian.org



Accepted oxygen-icons 4:4.4.3-1 (source all)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:58 +0300
Source: oxygen-icons
Binary: oxygen-icon-theme kde-icons-oxygen
Architecture: source all
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 kde-icons-oxygen - transitional package for oxygen icon theme
 oxygen-icon-theme - Oxygen icon theme
Changes: 
 oxygen-icons (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 8fd45aafef20e3092e9910066ad34722e7185f73 1448 oxygen-icons_4.4.3-1.dsc
 d27450e470c1d760d38cdc29ba361d55dee4cea1 134442893 
oxygen-icons_4.4.3.orig.tar.bz2
 7e4e60ed3b9da84e2b19f0b0d95b0207d87c6143 3354 
oxygen-icons_4.4.3-1.debian.tar.gz
 f52fe542ded7d6b9b0f42e030fa672e6dd43305c 21894702 
oxygen-icon-theme_4.4.3-1_all.deb
 3da9f5c636ffa0dad78e57e3cc5f4ea4eca96e94 3312 kde-icons-oxygen_4.4.3-1_all.deb
Checksums-Sha256: 
 b786f2b172c0e9b2be4b46d5eb7da4654c38b3fa3dbf3518974d15acb3b3456a 1448 
oxygen-icons_4.4.3-1.dsc
 1250b1b3a9217315d590a282746394716136b5487d662c32f94cc6f611351fdf 134442893 
oxygen-icons_4.4.3.orig.tar.bz2
 07083d97a4970dff088fecc1fef63337a505d08c41d27f6e5dd1ab7ce057684c 3354 
oxygen-icons_4.4.3-1.debian.tar.gz
 328350c80d96f6583bedc256e0df1e329cec879a039e56a951f4be0201a4 21894702 
oxygen-icon-theme_4.4.3-1_all.deb
 6dd781f3ebe1ba4c63f5bc1270f45eb24e282f0929f4ac2a0a9171e95fc6eac4 3312 
kde-icons-oxygen_4.4.3-1_all.deb
Files: 
 fa826dec8191703a6869983e5490237a 1448 x11 optional oxygen-icons_4.4.3-1.dsc
 dc99464e79f92feede0d0bd92ef1d1db 134442893 x11 optional 
oxygen-icons_4.4.3.orig.tar.bz2
 6bd9f9a1131881f27c87500a5a0bfa8d 3354 x11 optional 
oxygen-icons_4.4.3-1.debian.tar.gz
 1fc1c9da6d4873cd1051359120f2c8f5 21894702 x11 optional 
oxygen-icon-theme_4.4.3-1_all.deb
 3c25985932858ef5082cc01d0912cb5d 3312 kde optional 
kde-icons-oxygen_4.4.3-1_all.deb

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

iEYEARECAAYFAkvcookACgkQHO9JRnPq4hSNKQCdFEFs5p7z5yG+fRFb8xk1ZKcN
fTAAni+V9zLl71m/mHEC3LyMCgGN3iys
=59+6
-END PGP SIGNATURE-


Accepted:
kde-icons-oxygen_4.4.3-1_all.deb
  to main/o/oxygen-icons/kde-icons-oxygen_4.4.3-1_all.deb
oxygen-icon-theme_4.4.3-1_all.deb
  to main/o/oxygen-icons/oxygen-icon-theme_4.4.3-1_all.deb
oxygen-icons_4.4.3-1.debian.tar.gz
  to main/o/oxygen-icons/oxygen-icons_4.4.3-1.debian.tar.gz
oxygen-icons_4.4.3-1.dsc
  to main/o/oxygen-icons/oxygen-icons_4.4.3-1.dsc
oxygen-icons_4.4.3.orig.tar.bz2
  to main/o/oxygen-icons/oxygen-icons_4.4.3.orig.tar.bz2


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8vzz-0003ww...@ries.debian.org



Accepted suricata 0.8.2-1 (source amd64)

2010-05-02 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 10:50:05 +0200
Source: suricata
Binary: suricata
Architecture: source amd64
Version: 0.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier pol...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description: 
 suricata   - Next Generation Intrusion Detection and Prevention Tool
Changes: 
 suricata (0.8.2-1) unstable; urgency=low
 .
   * Imported Upstream version 0.8.2
   * Force selection of external libhtp during build
   * Enable Prelude support
   * Update watch file
Checksums-Sha1: 
 fdf9ff4b8ed338d808051662177e0a8b053854bf 1152 suricata_0.8.2-1.dsc
 bf708b636007e6c2d9a4b2532a6ba0323ac3a675 1371420 suricata_0.8.2.orig.tar.gz
 67374c6b505c4ba6e01df2d757a77440b44d6575 3966 suricata_0.8.2-1.diff.gz
 b433c4a9310915b28c3dbe0227797f7763dd2537 307762 suricata_0.8.2-1_amd64.deb
Checksums-Sha256: 
 93462ca04b04fe67a4e74ddaaf554e484667656d91e874369b9462ae12c72507 1152 
suricata_0.8.2-1.dsc
 20f8ade2ee00dfb274030e267f8001cbc418676c2d295d7924ae12f54e109614 1371420 
suricata_0.8.2.orig.tar.gz
 d14a570b30e6070d99bd9193b77f32697e1adf59651e23bbd87419328bdc5547 3966 
suricata_0.8.2-1.diff.gz
 9304bbe553c303c3c64890e72b8ab4614ff23c83fba49fe398ac752b0cdedf81 307762 
suricata_0.8.2-1_amd64.deb
Files: 
 fd6719de1df5f86abb0c36d5ff9aacc2 1152 net optional suricata_0.8.2-1.dsc
 994ff6a5444b2933e892febedc31a7cc 1371420 net optional 
suricata_0.8.2.orig.tar.gz
 158b8913094683013504f8fc61fe6c31 3966 net optional suricata_0.8.2-1.diff.gz
 d4e31fb007127dcb2dcaad724c8da7c3 307762 net optional suricata_0.8.2-1_amd64.deb

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

iD8DBQFL3T0etwVrWo1fQMsRAq69AJ4p/GH246GsSBAbxu97LKv/fhZSDgCfaBM0
Z/UStwelqqCJBPo4gVpyH+U=
=9Mtr
-END PGP SIGNATURE-


Accepted:
suricata_0.8.2-1.diff.gz
  to main/s/suricata/suricata_0.8.2-1.diff.gz
suricata_0.8.2-1.dsc
  to main/s/suricata/suricata_0.8.2-1.dsc
suricata_0.8.2-1_amd64.deb
  to main/s/suricata/suricata_0.8.2-1_amd64.deb
suricata_0.8.2.orig.tar.gz
  to main/s/suricata/suricata_0.8.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8w4m-0004lj...@ries.debian.org



Accepted camlp5 5.14-1 (source amd64)

2010-05-02 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 02 May 2010 12:18:31 +0200
Source: camlp5
Binary: camlp5
Architecture: source amd64
Version: 5.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 camlp5 - Pre Processor Pretty Printer for OCaml - classical version
Changes: 
 camlp5 (5.14-1) unstable; urgency=low
 .
   * New upstream release
 - remove all patches (applied upstream)
   * Remove Stefano from Uploaders
Checksums-Sha1: 
 c8e9331f59139c1846b15039425aa8cfca995622 2007 camlp5_5.14-1.dsc
 cae1cb1dfa506f640393c28d9b510a03f947ef9d 685253 camlp5_5.14.orig.tar.gz
 f4cb4924dc8ac276ec49046ea2e8d5e4671af4f0 7003 camlp5_5.14-1.debian.tar.gz
 d77c7421eff4e58249faf2a62b95894c54bb9707 3828020 camlp5_5.14-1_amd64.deb
Checksums-Sha256: 
 dd147626e2451e067f6809565a357aa6ef79d154af4ee9f6973446e682f1b0c6 2007 
camlp5_5.14-1.dsc
 1b45413a3477ef6143ace5185122c162b765d86c6d963ab8bd2b771feda3baa5 685253 
camlp5_5.14.orig.tar.gz
 2163882b3c9929a7afb1645796a8d1ffd31975451cf040bf21860671ec05061b 7003 
camlp5_5.14-1.debian.tar.gz
 bb4e28b8157fae52ed6f5946026a8167ef3eaf5f093643ee218e53388f4df06a 3828020 
camlp5_5.14-1_amd64.deb
Files: 
 0373189d21ca065fc32c3a5b0c60e2bf 2007 ocaml extra camlp5_5.14-1.dsc
 dacee4ab14b4ba23ff7c5dc936ef7c3d 685253 ocaml extra camlp5_5.14.orig.tar.gz
 e8cf3db0858f7560c5840f6136002ae2 7003 ocaml extra camlp5_5.14-1.debian.tar.gz
 61e34414ab1d8487bd6c25ac905cf9de 3828020 ocaml extra camlp5_5.14-1_amd64.deb

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

iQIcBAEBCgAGBQJL3VL9AAoJEHhT2k1JiBrTbsAQAIbAHhZG/Gn7IPR/krOlltZP
N8Ren5x5zjBp6T+a7isFnbdiD+4nx4/K3flid+Hk+vYfPaP2WrQB+NQjoRAANY+X
SXFAsx4VoPtb9PSzPCWQNHOoqCRoPotb2mlcn4Q2AU0/JJtB+qwO+yt+Dsr7SnUP
78Zu3khfI/VwALF8f5AMRxG5WfzIJTZi7EwQFsir4QiNPov6C0knjUOSZVVwe/Dd
Wkejez7ySaASUPeYhIn1U0NVCZuYGp95PRUdKGXT+zsmdMZbfRg8tfIUca+kabH6
J37+bhqVEVUl7d312GgbLcrbeqldWJpbzjapA5lrdGpAolM+7hq6TcYSVAUc3e0B
bqTVv4DLhePJgQlv4c5akD8L3BNT21XwE+EkKzinRzrAWiilXqgM+3iFtED5X2ih
T8DtwM3CosrG9mr3SQ5Sc9271qHix+WRR4GkDAJGAPKuOFr6nJ2YPpFnEPmfpL6v
Q9XgAP8aGwWjf+dbu6lIKYMEFGk6vg8MZIk0niFDN1C4aKJePwrskX2BUvpH4ajA
4MioUayfy/3q3+O0HIWj6fpPSsCXw14XQ8D0+EwaSnc01mfFYsf3gk/MpZqZ6DZQ
c5Dv4M9L6Lj45DnkoVzAKhVajMkDv99gX5lTwVS8MB9f1n+PZYdk6w3/YdPcMQgu
zmWroZpW2RDvm8L1YrY+
=K5Oz
-END PGP SIGNATURE-


Accepted:
camlp5_5.14-1.debian.tar.gz
  to main/c/camlp5/camlp5_5.14-1.debian.tar.gz
camlp5_5.14-1.dsc
  to main/c/camlp5/camlp5_5.14-1.dsc
camlp5_5.14-1_amd64.deb
  to main/c/camlp5/camlp5_5.14-1_amd64.deb
camlp5_5.14.orig.tar.gz
  to main/c/camlp5/camlp5_5.14.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8wto-0007xo...@ries.debian.org



Accepted gegl 0.0.22-2 (source all i386)

2010-05-02 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 10:52:51 +0200
Source: gegl
Binary: gegl libgegl-0.0-0 libgegl-0.0-dev libgegl-0.0-doc
Architecture: source all i386
Version: 0.0.22-2
Distribution: unstable
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gegl   - Generic Graphics Library Test Program
 libgegl-0.0-0 - Generic Graphics Library
 libgegl-0.0-dev - Generic Graphics Library (development files)
 libgegl-0.0-doc - Generic Graphics Library (documentation)
Changes: 
 gegl (0.0.22-2) unstable; urgency=low
 .
   * debian/patches/01_gegl_PATH_MAX.patch:
 - Use dynamic allocation rather than PATH_MAX for string buffers.
   Fixes FTBFS on Hurd.
   * debian/source/format:
 - Switch to source format 3.0 (quilt).
   * debian/control.in:
 - Standards-Version is 3.8.4, no changes needed.
 - Let libgegl-0.0-dev and libgegl-0.0-doc depend on ${misc:Depends}.
 - Fix a typo in gegl's description.
Checksums-Sha1: 
 e0cc2e20f31154b94e089df2c70ef52b8513e963 1517 gegl_0.0.22-2.dsc
 e6a5a220c4db6445aa1814a6e994eb77bb3eeb4c 4361 gegl_0.0.22-2.debian.tar.gz
 f243a49e20543f41ad426b3fdaed2a15935c4ec2 1468850 
libgegl-0.0-doc_0.0.22-2_all.deb
 f3e6437797ad145eb88985d3441bf192ef88d28a 223264 gegl_0.0.22-2_i386.deb
 6d2d131d14b18f33537ba003119b96f527b224f5 488110 libgegl-0.0-0_0.0.22-2_i386.deb
 2167d166e2224bb3071265614c6a81d384a939c0 202650 
libgegl-0.0-dev_0.0.22-2_i386.deb
Checksums-Sha256: 
 4f6bb0493d407f4440c4deb2c751a2de9d81fe8d50ef11aa80dbceaed3bc6b2b 1517 
gegl_0.0.22-2.dsc
 efd0076b319ec78f423c1471aac60dad259fa588e00b519de82e197df4ac665f 4361 
gegl_0.0.22-2.debian.tar.gz
 fd0d769e67aee9fe597f5764954d632d64164178b83ffd2863522aa780a40a8e 1468850 
libgegl-0.0-doc_0.0.22-2_all.deb
 e624bf77092abe234f1face030777eeea0a94796cc670b3e300a60c11d18ed3f 223264 
gegl_0.0.22-2_i386.deb
 878a0a7f24b503b8bd8fd043b60d85fa6e7ee46df16211a99dce108cea7752d6 488110 
libgegl-0.0-0_0.0.22-2_i386.deb
 383ca7d6d9ead8fda073bb5d1588d7a3996c58f3d76f8737459a51e3ef2ad492 202650 
libgegl-0.0-dev_0.0.22-2_i386.deb
Files: 
 51351b910f302c204b5da21474a2f99f 1517 libs optional gegl_0.0.22-2.dsc
 e3a3ae0a314ce1728f39a9d1e752b084 4361 libs optional gegl_0.0.22-2.debian.tar.gz
 0050451e4ec8529b4932ea4a6e37390b 1468850 doc optional 
libgegl-0.0-doc_0.0.22-2_all.deb
 db2d8eb904b376272faf375cf0dc3d28 223264 libs optional gegl_0.0.22-2_i386.deb
 a12b4e475e5528640ebbcc0e01ee7807 488110 libs optional 
libgegl-0.0-0_0.0.22-2_i386.deb
 88264da9411096faa9ff421073e05624 202650 libdevel optional 
libgegl-0.0-dev_0.0.22-2_i386.deb

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

iEYEARECAAYFAkvdTxgACgkQhTV17EoIsv4GOACeOx34c7pRTKhBxG0PwolOC3Xq
IzQAoLfCtpn3x+yyv6B/Z1byoiGdtZtE
=nR5M
-END PGP SIGNATURE-


Accepted:
gegl_0.0.22-2.debian.tar.gz
  to main/g/gegl/gegl_0.0.22-2.debian.tar.gz
gegl_0.0.22-2.dsc
  to main/g/gegl/gegl_0.0.22-2.dsc
gegl_0.0.22-2_i386.deb
  to main/g/gegl/gegl_0.0.22-2_i386.deb
libgegl-0.0-0_0.0.22-2_i386.deb
  to main/g/gegl/libgegl-0.0-0_0.0.22-2_i386.deb
libgegl-0.0-dev_0.0.22-2_i386.deb
  to main/g/gegl/libgegl-0.0-dev_0.0.22-2_i386.deb
libgegl-0.0-doc_0.0.22-2_all.deb
  to main/g/gegl/libgegl-0.0-doc_0.0.22-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8wul-00083p...@ries.debian.org



Accepted kde4libs 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:53 +0300
Source: kde4libs
Binary: libkdecore5 libkdeui5 libkpty4 libkdesu5 libkjsapi4 libkjsembed4 
libkio5 libkntlm4 libsolid4 libkde3support4 libkfile4 libknewstuff2-4 
libknewstuff3-4 libkparts4 libkutils4 libthreadweaver4 libkhtml5 libkimproxy4 
libkmediaplayer4 libktexteditor4 libknotifyconfig4 libkdnssd4 libkrosscore4 
libkrossui4 libnepomuk4 libnepomukquery4a libplasma3 libkunitconversion4 
libkdewebkit5 kdelibs-bin kdelibs5-plugins kdelibs5-data kdoctools kdelibs5-dev 
kdelibs5 kdelibs5-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Closes: 574015
Description: 
 kdelibs5-data - core shared data for all KDE Applications
 kdelibs5-dbg - debugging symbols for the KDE Development Platform libraries
 kdelibs5-dev - development files for the KDE Development Platform libraries
 kdelibs5-plugins - core plugins for KDE Applications
 kdelibs5   - transitional package for the KDE Development Platform libraries
 kdelibs-bin - core executables for KDE Aapplications
 kdoctools  - various tools for accessing application documentation
 libkde3support4 - the KDE 3 Support Library for the KDE 4 Platform
 libkdecore5 - the KDE Platform Core Library
 libkdesu5  - the Console-mode Authentication Library for the KDE Platform
 libkdeui5  - the KDE Platform User Interface Library
 libkdewebkit5 - the KDE WebKit Library
 libkdnssd4 - the DNS-SD Protocol Library for the KDE Platform
 libkfile4  - the File Selection Dialog Library for KDE Platform
 libkhtml5  - the KHTML Web Content Rendering Engine
 libkimproxy4 - the Instant Messaging Interface Library for the KDE Platform
 libkio5- the Network-enabled File Management Library for the KDE Platform
 libkjsapi4 - the KJS API Library for the KDE Development Platform
 libkjsembed4 - library for binding JavaScript objects to QObjects
 libkmediaplayer4 - the KMediaPlayer Interface for the KDE Platform
 libknewstuff2-4 - the Get Hot New Stuff v2 Library for the KDE Platform
 libknewstuff3-4 - the Get Hot New Stuff v3 Library for the KDE Platform
 libknotifyconfig4 - library for configuring KDE Notifications
 libkntlm4  - the NTLM Authentication Library for the KDE Platform
 libkparts4 - the Framework for the KDE Platform Graphical Components
 libkpty4   - the Pseudo Terminal Library for the KDE Platform
 libkrosscore4 - the Kross Core Library
 libkrossui4 - the Kross UI Library
 libktexteditor4 - the KTextEditor interfaces for the KDE Platform
 libkunitconversion4 - the Unit Conversion library for the KDE Platform
 libkutils4 - various utility classes for the KDE Platform
 libnepomuk4 - the Nepomuk Meta Data Library
 libnepomukquery4a - the Nepomuk Query Library for the KDE Platform
 libplasma3 - the Plasma Library for the KDE Platform
 libsolid4  - Solid Library for KDE Platform
 libthreadweaver4 - the ThreadWeaver Library for the KDE Platform
Changes: 
 kde4libs (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Kai Wasserbäch ]
   * Update German Debconf translation. Thanks to Holger Wansing and Helge
 Kreutzmann. (Closes: #574015)
 .
   [ Modestas Vainius ]
   * Update symbol files for 4.4.2 on hurd-i386 ia64 kfreebsd-amd64
 kfreebsd-i386 mips powerpc s390 sparc.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 7a1e3596d1d3534355488098ad12a423372babcf 2792 kde4libs_4.4.3-1.dsc
 4583cc812043125180d3071530495bf4cab226b2 16566702 kde4libs_4.4.3.orig.tar.gz
 2bc6463f62fd4d904dc2d799ecca363667f0e35e 302684 kde4libs_4.4.3-1.diff.gz
 bdb9807febc5e95cf0596da5b75cf70d2be9a344 4196296 kdelibs5-data_4.4.3-1_all.deb
 21fab399c1f86fa1300c31fd76e064e6184f3e53 1114606 libkdecore5_4.4.3-1_amd64.deb
 e6b0ff08b6daa8d03c36c672c2b292f3c6a7c22d 1644194 libkdeui5_4.4.3-1_amd64.deb
 7527025173638181a128ed7fbbad7302130963dd 62346 libkpty4_4.4.3-1_amd64.deb
 9c392d42e7044176262c1ada3307ef3df684c93d 83964 libkdesu5_4.4.3-1_amd64.deb
 fb316ce31d92b2ed58fe16b82ed1716e74479008 331272 libkjsapi4_4.4.3-1_amd64.deb
 d5c375fb5489efb2d67675a1b856cb823d10 449066 libkjsembed4_4.4.3-1_amd64.deb
 6cf5cb6e75cdd78bc3058c470440ac2a5a662ba1 1145004 libkio5_4.4.3-1_amd64.deb
 33dae874fb5991e6a260110dd3997cbbfb322463 57376 libkntlm4_4.4.3-1_amd64.deb
 80f5bad1a75746cfaa47817976e2aa3483541792 236768 libsolid4_4.4.3-1_amd64.deb
 d61c0667d7e878d3eccf05a275da19cb2f25149b 433962 
libkde3support4_4.4.3-1_amd64.deb
 c89913736eae9eb1028934ec8036a3c5f67773fd 292300 libkfile4_4.4.3-1_amd64.deb
 4b8d324de24cee53ad1162ad486687df4c1f76c4 208026 
libknewstuff2-4_4.4.3-1_amd64.deb
 b912d07a0d21cd8a8c47adaee5a05222002b9d7a 187478 
libknewstuff3-4_4.4.3-1_amd64.deb
 608931056556bba5ac8b828234a6468e4321b514 159974 libkparts4_4.4.3-1_amd64.deb
 7e97af47e84e5b0920a8b48fad42dee9f78cf798 183818 libkutils4_4.4.3-1_amd64.deb
 

Accepted kdeaccessibility 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:49 +0300
Source: kdeaccessibility
Binary: kdeaccessibility kde-icons-mono kmag kmouth kttsd kmousetool 
kdeaccessibility-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 kdeaccessibility - accessibility packages from the official KDE release
 kdeaccessibility-dbg - debugging symbols for kdeaccessibility
 kde-icons-mono - a monochromatic icons theme for KDE
 kmag   - a screen magnifier for KDE
 kmousetool - KDE mouse manipulation tool for the disabled
 kmouth - a type-and-say KDE frontend for speech synthesizers
 kttsd  - a Text-to-Speech system for KDE
Changes: 
 kdeaccessibility (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 9837f14bcf4b9e6e9d0bf167a284e3cc6ed82ea4 1617 kdeaccessibility_4.4.3-1.dsc
 7ece5a7e76beff4c6f8193330c56385187342bbe 5961205 
kdeaccessibility_4.4.3.orig.tar.gz
 7ae803be14b46128af231fbc413a817380b979f8 18886 kdeaccessibility_4.4.3-1.diff.gz
 8e786c3d9dc1b0b276379aa5930c268c96578ea7 5574 kdeaccessibility_4.4.3-1_all.deb
 c07091cc8bab19b3f4a8c64368561aff77f9965d 4485100 kde-icons-mono_4.4.3-1_all.deb
 f13ddeec2760d6eacdd59790f6af1e4af2935433 147628 kmag_4.4.3-1_amd64.deb
 ba23ef14c9611ccebb86120606e67cac9bf478b9 321026 kmouth_4.4.3-1_amd64.deb
 718f8b9d243101f3224b1e713c39adcfb7a451c6 552832 kttsd_4.4.3-1_amd64.deb
 a171d2a0dc71f58407ba0c1c369313913c6cc229 58226 kmousetool_4.4.3-1_amd64.deb
 da28dc704d24456c1e2bf9025f845fb6512a7839 3754748 
kdeaccessibility-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 906ae571368db81a2ca552011a65c94cd3b731de7019424b4c8b88f5e8c38ee4 1617 
kdeaccessibility_4.4.3-1.dsc
 546d3da0ca5908c91d5a9b1257578c221915e1d9e162e0ed404c067ee6873ce7 5961205 
kdeaccessibility_4.4.3.orig.tar.gz
 4f7e5d3f6ad4e289e551e49cb11c39272e30805736f57ebadd32a6b54721506b 18886 
kdeaccessibility_4.4.3-1.diff.gz
 2fabdee80e50d8c681e8d0f01e39ba5601c71ba917d79400e99354e4f7369a7e 5574 
kdeaccessibility_4.4.3-1_all.deb
 a0452c36f90e8d15792c3d6cf083ada9607e1fcce3aa40254ad9cb03cd02954c 4485100 
kde-icons-mono_4.4.3-1_all.deb
 ffbd496f629a6038a3f3ad064f2391a97ca98aa5a45bea99564c8bee571ceaf5 147628 
kmag_4.4.3-1_amd64.deb
 c395e66c2dd87d6fdc938443168e8fae1442fcb2106deb66e0e0c5310499f098 321026 
kmouth_4.4.3-1_amd64.deb
 3dd9c488425aa483bba37688059e96ce498167529031ca444f4fd943b6a1c2d1 552832 
kttsd_4.4.3-1_amd64.deb
 29ef3d395c92b7bf7ec41e3cdbb6966bb6300ef274b853c1f9fee1503289e1dc 58226 
kmousetool_4.4.3-1_amd64.deb
 431c29190b336dbd332bb1501c214970074994e127409137c220d2e4447639bc 3754748 
kdeaccessibility-dbg_4.4.3-1_amd64.deb
Files: 
 a573c1326916e63e51fb650ce55ceae1 1617 kde optional kdeaccessibility_4.4.3-1.dsc
 5ca93f3206fbe222cbd27899b857a17b 5961205 kde optional 
kdeaccessibility_4.4.3.orig.tar.gz
 c747c3c81ed6a681bb49f1eaceabca51 18886 kde optional 
kdeaccessibility_4.4.3-1.diff.gz
 9a62ed94feda7023fa5c17a926f2f231 5574 kde optional 
kdeaccessibility_4.4.3-1_all.deb
 cb619aa539cafa36ded9660a5bb1eb60 4485100 kde optional 
kde-icons-mono_4.4.3-1_all.deb
 cca492c86cd16cb9719e52f9b30a08da 147628 utils optional kmag_4.4.3-1_amd64.deb
 53cb2e3ee68f78957ae80bbdc0eda713 321026 utils optional kmouth_4.4.3-1_amd64.deb
 0093d7bcc3d2294d96d3b90f032b5bfb 552832 utils optional kttsd_4.4.3-1_amd64.deb
 3dbe528721a7d79ad37c8a9288ebbf02 58226 utils optional 
kmousetool_4.4.3-1_amd64.deb
 362f95d69d1ceb4c7e9abf32d06ad285 3754748 debug extra 
kdeaccessibility-dbg_4.4.3-1_amd64.deb

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

iEYEARECAAYFAkvdMo8ACgkQHO9JRnPq4hRK5ACfchm7WZCoQSBRc9CltM46O4fN
SskAoLaDcX3VG0j9bP8kQnsdn/lOIkrT
=4WQn
-END PGP SIGNATURE-


Accepted:
kde-icons-mono_4.4.3-1_all.deb
  to main/k/kdeaccessibility/kde-icons-mono_4.4.3-1_all.deb
kdeaccessibility-dbg_4.4.3-1_amd64.deb
  to main/k/kdeaccessibility/kdeaccessibility-dbg_4.4.3-1_amd64.deb
kdeaccessibility_4.4.3-1.diff.gz
  to main/k/kdeaccessibility/kdeaccessibility_4.4.3-1.diff.gz
kdeaccessibility_4.4.3-1.dsc
  to main/k/kdeaccessibility/kdeaccessibility_4.4.3-1.dsc
kdeaccessibility_4.4.3-1_all.deb
  to main/k/kdeaccessibility/kdeaccessibility_4.4.3-1_all.deb
kdeaccessibility_4.4.3.orig.tar.gz
  to main/k/kdeaccessibility/kdeaccessibility_4.4.3.orig.tar.gz
kmag_4.4.3-1_amd64.deb
  to main/k/kdeaccessibility/kmag_4.4.3-1_amd64.deb
kmousetool_4.4.3-1_amd64.deb
  to main/k/kdeaccessibility/kmousetool_4.4.3-1_amd64.deb
kmouth_4.4.3-1_amd64.deb
  to main/k/kdeaccessibility/kmouth_4.4.3-1_amd64.deb
kttsd_4.4.3-1_amd64.deb
  to main/k/kdeaccessibility/kttsd_4.4.3-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of 

Accepted kdeadmin 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:49 +0300
Source: kdeadmin
Binary: kdeadmin kcron kde-config-cron knetworkconf ksystemlog kuser 
system-config-printer-kde kdeadmin-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 kcron  - program scheduler frontend - transitional package
 kdeadmin-dbg - debugging symbols for kdeadmin
 kdeadmin   - system administration tools from the official KDE release
 kde-config-cron - program scheduler frontend
 knetworkconf - network configuration tool for KDE
 ksystemlog - system log viewer for KDE
 kuser  - user and group administration tool for KDE
 system-config-printer-kde - KDE printer configuration utility
Changes: 
 kdeadmin (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 65672e972001918c88d59aa800267e3169212b6c 1580 kdeadmin_4.4.3-1.dsc
 2d83919b011206f2aebe1664c8b58f7a068ec361 1555865 kdeadmin_4.4.3.orig.tar.gz
 7fb7cf70272892c56dd2c3690ec87dda354868e9 12536 kdeadmin_4.4.3-1.diff.gz
 4e4f5903b876d5f50f3965a27625ddf55cb82060 8278 kdeadmin_4.4.3-1_all.deb
 51d0639ca8f3b3409c8fe8001c936270c550a8a3 8012 kcron_4.4.3-1_all.deb
 7d601d974599d312e70421da7f67354a2cb52cf8 59074 
system-config-printer-kde_4.4.3-1_all.deb
 bb5f39e323024567d5623729fc87a532d6b638dd 243122 
kde-config-cron_4.4.3-1_amd64.deb
 e24b81d8f2f64d6d5e6699e7798dc2366a4cd9b3 476482 knetworkconf_4.4.3-1_amd64.deb
 a626d99da6618692de3f1cc6ffbf48dab9cc1950 708714 ksystemlog_4.4.3-1_amd64.deb
 555f3cdda7ba0ee038305c6a792550b8fe9592d8 274252 kuser_4.4.3-1_amd64.deb
 3a9c5da0f54a5c8620d2a23574aa465161b78b2b 7050246 kdeadmin-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 4e2ab0cfdf599212b60652931c8ee59f04c6a8007f6d65f73d62da22d103851b 1580 
kdeadmin_4.4.3-1.dsc
 9b2f7d40a3b1a2f2415e00e8d0756c87b9d2521c8cd88302fa18c6163f6bd024 1555865 
kdeadmin_4.4.3.orig.tar.gz
 0bfb0cb4d1c1d098c18d0eef99874042bd7064d9db7d96582cc68af28c96aaef 12536 
kdeadmin_4.4.3-1.diff.gz
 a055708e40ef4a4663d0107b949a42fb717829baceab54b90d357cedfb4d 8278 
kdeadmin_4.4.3-1_all.deb
 08b43831ed2aa7ea67431feb9388bbdb54efa35e74fd14b1eaeabe929f6a65bf 8012 
kcron_4.4.3-1_all.deb
 1604aa74a0ddc387cbd9145e8e61ccbf3a4cc74caf0329c3ff9a2ec8b57e0cf2 59074 
system-config-printer-kde_4.4.3-1_all.deb
 d79d0eabf58983fe7a165016a73505563685337e86c18d62db87b1e08590c21b 243122 
kde-config-cron_4.4.3-1_amd64.deb
 cd7444e13469376a33916b2a72de41980a0467d0ad8bd75f3e08dea741c4a40e 476482 
knetworkconf_4.4.3-1_amd64.deb
 b170f7d5b4a3dcec191b7129ef3e0d002795cec7553b181bbf118dbd12c88d2b 708714 
ksystemlog_4.4.3-1_amd64.deb
 fbcab4bb462dff3a29b18760deea2e1ac7b925ca3ef02e240de30ff27adb9c2b 274252 
kuser_4.4.3-1_amd64.deb
 b39938880355516578ca05b51561fc6e2ae083e3008e17fdb089dffa861fe4d4 7050246 
kdeadmin-dbg_4.4.3-1_amd64.deb
Files: 
 daf8c7c38468d033cee8dfc7df69f7bc 1580 kde optional kdeadmin_4.4.3-1.dsc
 16c77e5ac22628f738420cb8e3159c9f 1555865 kde optional 
kdeadmin_4.4.3.orig.tar.gz
 1b2164782934f70ebe5a236cf412982a 12536 kde optional kdeadmin_4.4.3-1.diff.gz
 f066076071f9100d420f49de34c17f4f 8278 kde optional kdeadmin_4.4.3-1_all.deb
 fd2b30fd863e9ae8299595bc74109ff2 8012 admin optional kcron_4.4.3-1_all.deb
 dfadefe2468ae07fe6fa2d8cd7c849df 59074 admin optional 
system-config-printer-kde_4.4.3-1_all.deb
 f8b5d6b79ab5328a939c63f11019eee6 243122 admin optional 
kde-config-cron_4.4.3-1_amd64.deb
 f5f369073a6c20a760a5651c2a939465 476482 net optional 
knetworkconf_4.4.3-1_amd64.deb
 5cea180728cfcbf9e304671f95f60d5d 708714 admin optional 
ksystemlog_4.4.3-1_amd64.deb
 e422e85c62e3af609cb623e717c50e76 274252 admin optional kuser_4.4.3-1_amd64.deb
 cf3c219d468c892e264965258e54ec53 7050246 debug extra 
kdeadmin-dbg_4.4.3-1_amd64.deb

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

iEYEARECAAYFAkvdMo8ACgkQHO9JRnPq4hQ8rACfYosK6KK180VhJX0RdRfOM3PY
EkQAoMuwYChIIRtcxdkrPOmsSjpfFrDZ
=zONl
-END PGP SIGNATURE-


Accepted:
kcron_4.4.3-1_all.deb
  to main/k/kdeadmin/kcron_4.4.3-1_all.deb
kde-config-cron_4.4.3-1_amd64.deb
  to main/k/kdeadmin/kde-config-cron_4.4.3-1_amd64.deb
kdeadmin-dbg_4.4.3-1_amd64.deb
  to main/k/kdeadmin/kdeadmin-dbg_4.4.3-1_amd64.deb
kdeadmin_4.4.3-1.diff.gz
  to main/k/kdeadmin/kdeadmin_4.4.3-1.diff.gz
kdeadmin_4.4.3-1.dsc
  to main/k/kdeadmin/kdeadmin_4.4.3-1.dsc
kdeadmin_4.4.3-1_all.deb
  to main/k/kdeadmin/kdeadmin_4.4.3-1_all.deb
kdeadmin_4.4.3.orig.tar.gz
  to main/k/kdeadmin/kdeadmin_4.4.3.orig.tar.gz
knetworkconf_4.4.3-1_amd64.deb
  to main/k/kdeadmin/knetworkconf_4.4.3-1_amd64.deb
ksystemlog_4.4.3-1_amd64.deb
  to main/k/kdeadmin/ksystemlog_4.4.3-1_amd64.deb
kuser_4.4.3-1_amd64.deb
  to main/k/kdeadmin/kuser_4.4.3-1_amd64.deb

Accepted kdeartwork 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:50 +0300
Source: kdeartwork
Binary: kdeartwork kdeartwork-emoticons kdewallpapers kdeartwork-theme-icon 
kde-icons-nuvola nuvola-icon-theme kdeartwork-theme-window kdeartwork-style 
kscreensaver kscreensaver-xsavers kscreensaver-xsavers-webcollage 
plasma-desktopthemes-artwork kdeartwork-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 kdeartwork-dbg - debugging symbols for kdeartwork
 kdeartwork-emoticons - emoticon collections for KDE chat clients
 kdeartwork-style - widget styles released with KDE
 kdeartwork-theme-icon - icon themes released with KDE
 kdeartwork - themes, styles and other artwork from the official KDE release
 kdeartwork-theme-window - window decoration themes released with KDE
 kde-icons-nuvola - transitional package for Nuvola icon theme
 kdewallpapers - wallpapers released with KDE
 kscreensaver - Additional screensavers released with KDE
 kscreensaver-xsavers-webcollage - webcollage screensaver support for KDE
 kscreensaver-xsavers - xscreensaver support for KDE
 nuvola-icon-theme - Nuvola icon theme
 plasma-desktopthemes-artwork - desktop themes for KDE
Changes: 
 kdeartwork (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 3588d09943fd2f4cf732b308af3a6bf6b945ca77 2026 kdeartwork_4.4.3-1.dsc
 d047a44be8a7a8f0bcfd6229a4bdad880b4cd1bd 73921033 kdeartwork_4.4.3.orig.tar.gz
 b28e0b1e86a908235ce06a553d2ed4e84cbf9a90 13210 kdeartwork_4.4.3-1.diff.gz
 81bac5b4ac7df7db2719b54e3181643130b563ad 1417468 kdeartwork_4.4.3-1_all.deb
 61559289cb9a797f9efdfe10ed011c2884b6d247 77816 
kdeartwork-emoticons_4.4.3-1_all.deb
 42757314c3c857eb929ad9adeb94d81818e5cea5 48671886 kdewallpapers_4.4.3-1_all.deb
 e5cd9fa8351017d88e7bf7dc8f96f1bc989e7e5b 9374 
kdeartwork-theme-icon_4.4.3-1_all.deb
 85d86fc0b8ad8e2781979f6ba85f646167f766d7 9354 kde-icons-nuvola_4.4.3-1_all.deb
 72cbb7758e603681aae1393a14ea8bde7b71dd89 13137412 
nuvola-icon-theme_4.4.3-1_all.deb
 954448e77cdcb0a7e63fa50d812a2cd402dd7ff8 13886 
kscreensaver-xsavers-webcollage_4.4.3-1_all.deb
 08457b11238b6608475d3a35c8c05eee224570c8 1090582 
plasma-desktopthemes-artwork_4.4.3-1_all.deb
 dc1c2423a7f437b370b56fd6c3efea4cbc5d8d9b 9360 
kdeartwork-theme-window_4.4.3-1_amd64.deb
 9eff394db58e59ee024ae0b5a855efe2a65f081d 55786 
kdeartwork-style_4.4.3-1_amd64.deb
 49c09fe71c6e457970066131c6fb3008422174bb 751752 kscreensaver_4.4.3-1_amd64.deb
 37e4de1d12e67b971ef6deb61afa73753a09f0e4 203888 
kscreensaver-xsavers_4.4.3-1_amd64.deb
 052e3fbd6552b1b13cd1571d74229a7a35941d09 4194532 
kdeartwork-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 34997201ac9ed077af9036b261b82d2a32ffa906c80497a06deedc6b1ed9fcf7 2026 
kdeartwork_4.4.3-1.dsc
 15a42af2cedd0b6512ece4579690c3b7e3cbe5e821a4bd810bdd292304416036 73921033 
kdeartwork_4.4.3.orig.tar.gz
 7b13b0ed5d36c785c9987f500e85248844a5a7ccd73236b301b1680b840264c2 13210 
kdeartwork_4.4.3-1.diff.gz
 ec06b499b9a2582e0c1c8db19ee3300d842e7a7a6e4cc6c2782924bd1fc66c98 1417468 
kdeartwork_4.4.3-1_all.deb
 a4dfc9d6e5f04390ea842b7d0013022a254ec02bfd4af87acef29a519ef4c8e9 77816 
kdeartwork-emoticons_4.4.3-1_all.deb
 d7db21890e75d2cfc7d207abb47b76acde66fbefcd198b6e50754f0cc6972463 48671886 
kdewallpapers_4.4.3-1_all.deb
 ccbdb8377102516f6165a03bcc2595f6f264b90f630bae67725dd677203d725a 9374 
kdeartwork-theme-icon_4.4.3-1_all.deb
 3beb208feb053be18b7ca136bcb0c1f4a39ea64b821d8777e7dfd8d37bbf230f 9354 
kde-icons-nuvola_4.4.3-1_all.deb
 577177a2da7399704cc29fa253f3e3b883fd9bbaf74caf91a1fd13d36915cd1c 13137412 
nuvola-icon-theme_4.4.3-1_all.deb
 8a6a45f49d468dc5e9da6b880e57c28bd9ca2c5da0c67e958d57fbe7795f62c0 13886 
kscreensaver-xsavers-webcollage_4.4.3-1_all.deb
 0a151d1ab767a9bf6325d69601641d7faa9b0e82a297dddb06aa035cfcad15a8 1090582 
plasma-desktopthemes-artwork_4.4.3-1_all.deb
 5c00a752e68b7fedfcbe9dcdd96d23e1e1f8e550e11ebf94d374479aad1fec4c 9360 
kdeartwork-theme-window_4.4.3-1_amd64.deb
 c1266d62164c771181767c396396ef798d84870bc12857aa93818b8bf485732d 55786 
kdeartwork-style_4.4.3-1_amd64.deb
 87a23f2175eebdac2b5153070f5b9cdbf4a935f782f8e60ad9b88de90f0afda1 751752 
kscreensaver_4.4.3-1_amd64.deb
 182a7635c5f4966afc7f4eec3f0cbf9ddd96da1964882ad0cd9edb716019cf10 203888 
kscreensaver-xsavers_4.4.3-1_amd64.deb
 bb7e1f3fc14454e252ba3313358a8a47c408f920f3f7ec974670ae9db1270c4e 4194532 
kdeartwork-dbg_4.4.3-1_amd64.deb
Files: 
 319fe020c0919653ff2c1b6b045af452 2026 kde optional kdeartwork_4.4.3-1.dsc
 fe572824fbceb0784eb8f85b8206ba6e 73921033 kde optional 
kdeartwork_4.4.3.orig.tar.gz
 a8fd013a58cb115c45859d8fa62aedd7 13210 kde optional kdeartwork_4.4.3-1.diff.gz
 6ebd6b8e7a458eb8f149b96e190e6399 1417468 kde optional 

Accepted kdebase 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:50 +0300
Source: kdebase
Binary: kdebase-apps dolphin kappfinder kdebase-bin kdebase-data kdepasswd 
kfind kinfocenter konqueror konqueror-nsplugins konsole kwrite libkonq5 
libkonq5-templates libkonq5-dev libkonqsidebarplugin4a libkonqsidebarplugin-dev 
plasma-widget-folderview kdebase-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Closes: 441298 555831
Description: 
 dolphin- file manager for KDE 4
 kappfinder - non-KDE application finder for KDE 4
 kdebase-apps - base applications from the official KDE release
 kdebase-bin - core binaries for the KDE 4 base module
 kdebase-data - shared data files for the KDE 4 base module
 kdebase-dbg - debugging symbols for the KDE 4 base applications module
 kdepasswd  - password changer for KDE 4
 kfind  - file search utility for KDE 4
 kinfocenter - system information viewer for KDE 4
 konqueror  - KDE 4's advanced file manager, web browser and document viewer
 konqueror-nsplugins - Netscape plugin support for Konqueror
 konsole- X terminal emulator for KDE 4
 kwrite - text editor for KDE 4
 libkonq5   - core libraries for Konqueror
 libkonq5-dev - development files for the Konqueror libraries
 libkonq5-templates - data files for the Konqueror libraries
 libkonqsidebarplugin4a - Konqueror sidebar plugin library
 libkonqsidebarplugin-dev - Konqueror sidebar plugin library development files
 plasma-widget-folderview - Folder View Plasma widget
Changes: 
 kdebase (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release:
 - Konsole does not crash when closing a broken restored session.
   (Closes: #555831)
 - Konqueror does not crash when closing fast a tab. (Closes: #441298)
 .
   [Martin Alfke]
   * Update of debian/copyright for kde 4.4
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Confirm symbol files for 4.4.2 on hurd-i386 i386 ia64 kfreebsd-amd64
 kfreebsd-i386 mips powerpc s390 sparc.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 008df08daf66adc08837ab98c97cd6845cdd0e61 2084 kdebase_4.4.3-1.dsc
 0eae6d22427c073e142ccb8aa815878a184c9059 4688872 kdebase_4.4.3.orig.tar.gz
 071a58370664c561b1094b9cd992d9f977905ba3 31784 kdebase_4.4.3-1.diff.gz
 fb6a71de08d3249f5a9b37c3bdf0b9dc63df67d3 16440 kdebase-apps_4.4.3-1_all.deb
 b4c2f178adc2a85b8ea917098f8d22f14d6f47de 904202 kdebase-data_4.4.3-1_all.deb
 1f128489743a09f074816d5493664d1088b02257 44958 
libkonq5-templates_4.4.3-1_all.deb
 61cc9818a1f2af10e1d6a961aca3a35f0e303e12 943566 dolphin_4.4.3-1_amd64.deb
 5f754b4345a583758aaadad0a157059371eb9136 390554 kappfinder_4.4.3-1_amd64.deb
 4cc66101f8d930e7bf27253404bc2e23970f079c 452138 kdebase-bin_4.4.3-1_amd64.deb
 2e80ac3d20bb097dba3efa7ae14c9539a61ba763 127002 kdepasswd_4.4.3-1_amd64.deb
 de4723acf515ac4e03065a272c2aa693fa0443f3 186174 kfind_4.4.3-1_amd64.deb
 f0993d0bd8e54195716dace331c2a11f27c66e2a 760184 kinfocenter_4.4.3-1_amd64.deb
 a6ed0c49c5b35e520500832663b96e92f7e2bb25 1364828 konqueror_4.4.3-1_amd64.deb
 723e55c47a00c7c03f691e948430b752bcbab04f 155766 
konqueror-nsplugins_4.4.3-1_amd64.deb
 3f7e885d531c606bda82614983122607310ded31 485652 konsole_4.4.3-1_amd64.deb
 2a3fd1698313ad2b1e79821676c23a1095887333 96122 kwrite_4.4.3-1_amd64.deb
 ab893d0651a69d46078817c3b51409d8c5511100 138778 libkonq5_4.4.3-1_amd64.deb
 5b03744488d13497f699ff911f30450070265c1c 30976 libkonq5-dev_4.4.3-1_amd64.deb
 29ab71942308b3d05747d38cacefb2e714941cdf 24202 
libkonqsidebarplugin4a_4.4.3-1_amd64.deb
 2d633706a70cfbed8c44953c25c397f5d0ac7bde 18606 
libkonqsidebarplugin-dev_4.4.3-1_amd64.deb
 44a2e9ac1d0d3583eb3f01279d69c8d770e57040 187736 
plasma-widget-folderview_4.4.3-1_amd64.deb
 19de86cec1e396bc0f37f866bbdbccab1deca2d6 28964588 kdebase-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 a91a81ca49f104a4ca72d7dd773325f361e61d91c131864a7f81bb395d4c9816 2084 
kdebase_4.4.3-1.dsc
 da8b3a2b42fe742b4f2941fdf3dc57f709eceefcd8675db81f57175efc06e868 4688872 
kdebase_4.4.3.orig.tar.gz
 7395d4ee8f14e583fa0ad78d62e09f626297c40cba8e1624a822891ec85bc895 31784 
kdebase_4.4.3-1.diff.gz
 75e8a402ec125f2f72ce4021acb5123d02c3451a7112aeaf1ad15f978dacd9db 16440 
kdebase-apps_4.4.3-1_all.deb
 ef6548275c8546485bb13d491150e7fe01819a6e5cf0c3312e1c4ba179e65a76 904202 
kdebase-data_4.4.3-1_all.deb
 0a72fe502cf5fc7246831090246ce9b3aa54eba37ec0b947380b4fd81de0dffc 44958 
libkonq5-templates_4.4.3-1_all.deb
 82c3a3cf4e4cb06ffc189f724e58fd2c5dba73d0488f7266480e41d7ec952e8b 943566 
dolphin_4.4.3-1_amd64.deb
 4f903d17948414340f19774c98184632f7bf6a59e6c773fbe2bd070780dbbe1e 390554 
kappfinder_4.4.3-1_amd64.deb
 05278e8680a41326c9f152ce490b97061e24840a770358f95f13f605ac5a74d0 452138 
kdebase-bin_4.4.3-1_amd64.deb
 

Accepted kdebase-runtime 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:51 +0300
Source: kdebase-runtime
Binary: kdebase-runtime kdebase-runtime-data khelpcenter4 
kde-config-phonon-xine plasma-scriptengine-javascript kdebase-runtime-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Closes: 576711
Description: 
 kdebase-runtime-data - shared data files for the KDE 4 base runtime module
 kdebase-runtime-dbg - debugging symbols for KDE 4 base runtime module
 kdebase-runtime - runtime components from the official KDE 4 release
 kde-config-phonon-xine - advanced Phonon Xine configuration
 khelpcenter4 - Help Center for KDE 4
 plasma-scriptengine-javascript - the JavaScript script engine for Plasma
Changes: 
 kdebase-runtime (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Improve grammar in the description of the plasma-scriptentine-javascript
 package (Closes: #576711).
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 b391af2131c5d8b81fd2c4fda759e80020bb2fe6 2178 kdebase-runtime_4.4.3-1.dsc
 cde3a0a3b3c6361c36b46e8d541731bc73e2a2a2 8031309 
kdebase-runtime_4.4.3.orig.tar.gz
 d7d9456b7afaf5d24a7e6af32066a240af4fab1a 28795 kdebase-runtime_4.4.3-1.diff.gz
 10a1d8337cbddcfa23b5b44c62c4ab04d7b1b7f4 4810850 
kdebase-runtime-data_4.4.3-1_all.deb
 1c0877b027cca4d475846481f23856b3db055bd2 2618352 
kdebase-runtime_4.4.3-1_amd64.deb
 118a14b6d00ac9a4a626d76b462fd3390c2d4f34 1854294 khelpcenter4_4.4.3-1_amd64.deb
 692cfc00283a99d64146d21d881679fef7cf50bb 32058 
kde-config-phonon-xine_4.4.3-1_amd64.deb
 c03e278802baf6c02bcbe28bd0e09d5a637830b8 469386 
plasma-scriptengine-javascript_4.4.3-1_amd64.deb
 ae3ba59def83201425c7be9818385aef94cc2abd 22742668 
kdebase-runtime-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 4ac16b6bacf42c04f30f0e5a96ed97a87a9b0ed97c1340b2f1e5fb7cf6d405f5 2178 
kdebase-runtime_4.4.3-1.dsc
 e20f53065782559d123ecbf0932c5b372a736b9fb1d73f34bd758204882ef819 8031309 
kdebase-runtime_4.4.3.orig.tar.gz
 58c1543a6c6e8a4706094e3dc4de9fe2f2add97611b6e1fc7170fda17934db4f 28795 
kdebase-runtime_4.4.3-1.diff.gz
 75d07544bcef75125fe43ba1855d71720daea52045fec4afdb2bb6523c1ef17e 4810850 
kdebase-runtime-data_4.4.3-1_all.deb
 c3fe06baba36ecdf1ac38008c0fe00d93f9772465bc1a23a17ced61d0f416d35 2618352 
kdebase-runtime_4.4.3-1_amd64.deb
 1d211808fab7e7c30137403836967e9e7a110e3579b171e3cd2f9ea80ac2915d 1854294 
khelpcenter4_4.4.3-1_amd64.deb
 83cc1ac6bf3418e04f21aae764642994cddce93599416c1d45951d7e8971b7ed 32058 
kde-config-phonon-xine_4.4.3-1_amd64.deb
 427469604ad0a17465f34b9e3bbb62fa6b97b0f82d5b99551346cc61e0c7b67b 469386 
plasma-scriptengine-javascript_4.4.3-1_amd64.deb
 8d69f7d6ca4ab0efb93118f7f852c1da63ef0a06f6634fe92eae3fb367562ba9 22742668 
kdebase-runtime-dbg_4.4.3-1_amd64.deb
Files: 
 d652e4a44ccc9b7091ce0ae606c670c2 2178 kde optional kdebase-runtime_4.4.3-1.dsc
 138acdab5b681bb10aa8cc4dc4f41d38 8031309 kde optional 
kdebase-runtime_4.4.3.orig.tar.gz
 3f99d670809e580aaa5cb38452193dd7 28795 kde optional 
kdebase-runtime_4.4.3-1.diff.gz
 76c77e1eb88b3d23cec86d56cd4a29eb 4810850 kde optional 
kdebase-runtime-data_4.4.3-1_all.deb
 738e000b91a3fa7c5157d9479a558f18 2618352 kde optional 
kdebase-runtime_4.4.3-1_amd64.deb
 5790a7e06a853d31de9fd45e99cba3e3 1854294 kde optional 
khelpcenter4_4.4.3-1_amd64.deb
 f02cf2929c2da649a7c70e8a5d57e283 32058 kde optional 
kde-config-phonon-xine_4.4.3-1_amd64.deb
 c848dc945ae05224e3a63a58a499c26c 469386 kde optional 
plasma-scriptengine-javascript_4.4.3-1_amd64.deb
 5f495fc61ebaffa40ed6bf7f54afeca5 22742668 debug extra 
kdebase-runtime-dbg_4.4.3-1_amd64.deb

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

iEYEARECAAYFAkvdMo8ACgkQHO9JRnPq4hQgIgCg+jdMTtzIPMPmyQQcbkuXyUgE
VqoAniRbG67iPblw4Do/yVJTcrxwhqie
=kpnV
-END PGP SIGNATURE-


Accepted:
kde-config-phonon-xine_4.4.3-1_amd64.deb
  to main/k/kdebase-runtime/kde-config-phonon-xine_4.4.3-1_amd64.deb
kdebase-runtime-data_4.4.3-1_all.deb
  to main/k/kdebase-runtime/kdebase-runtime-data_4.4.3-1_all.deb
kdebase-runtime-dbg_4.4.3-1_amd64.deb
  to main/k/kdebase-runtime/kdebase-runtime-dbg_4.4.3-1_amd64.deb
kdebase-runtime_4.4.3-1.diff.gz
  to main/k/kdebase-runtime/kdebase-runtime_4.4.3-1.diff.gz
kdebase-runtime_4.4.3-1.dsc
  to main/k/kdebase-runtime/kdebase-runtime_4.4.3-1.dsc
kdebase-runtime_4.4.3-1_amd64.deb
  to main/k/kdebase-runtime/kdebase-runtime_4.4.3-1_amd64.deb
kdebase-runtime_4.4.3.orig.tar.gz
  to main/k/kdebase-runtime/kdebase-runtime_4.4.3.orig.tar.gz
khelpcenter4_4.4.3-1_amd64.deb
  to main/k/kdebase-runtime/khelpcenter4_4.4.3-1_amd64.deb
plasma-scriptengine-javascript_4.4.3-1_amd64.deb
  to main/k/kdebase-runtime/plasma-scriptengine-javascript_4.4.3-1_amd64.deb


-- 
To UNSUBSCRIBE, email to 

Accepted kdebase-workspace 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:51 +0300
Source: kdebase-workspace
Binary: kdebase-workspace plasma-desktop plasma-netbook kdebase-workspace-bin 
kdebase-workspace-data kdebase-workspace-dev plasma-dataengines-workspace 
plasma-widgets-workspace plasma-scriptengines plasma-scriptengine-qedje 
plasma-scriptengine-ruby plasma-scriptengine-python plasma-scriptengine-webkit 
plasma-scriptengine-googlegadgets kdm klipper ksysguardd ksysguard 
kde-window-manager libkdecorations4 libkwineffects1a systemsettings 
kdebase-workspace-kgreet-plugins libkephal4 libkscreensaver5 libksgrd4 
libksignalplotter4 libkworkspace4 liblsofui4 libplasmaclock4a 
libplasma-geolocation-interface4 libplasmagenericshell4 libprocesscore4a 
libprocessui4a libsolidcontrol4 libsolidcontrolifaces4 libtaskmanager4a 
libweather-ion4a kdebase-workspace-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Closes: 577786
Description: 
 kdebase-workspace - base workspace components from the official KDE 4 release
 kdebase-workspace-bin - core binaries for the KDE 4 base workspace module
 kdebase-workspace-data - shared data files for the KDE 4 base workspace module
 kdebase-workspace-dbg - debugging symbols for the KDE 4 base workspace module
 kdebase-workspace-dev - development files for the KDE 4 base workspace module
 kdebase-workspace-kgreet-plugins - KDE greet libraries for authentication
 kde-window-manager - the KDE 4 window manager (KWin)
 kdm- KDE Display Manager for X11
 klipper- clipboard utility for KDE 4
 ksysguardd - System Guard Daemon for KDE 4
 ksysguard  - System Guard for KDE 4
 libkdecorations4 - library used by decorations for the KDE 4 window manager
 libkephal4 - API for easier handling of multihead systems
 libkscreensaver5 - library of the KDE Screensaver system
 libksgrd4  - library for the ksysguard GUI
 libksignalplotter4 - the KSignalPlotter widget
 libkwineffects1a - library used by effects for the KDE 4 window manager
 libkworkspace4 - library for the kdebase workspace
 liblsofui4 - library for ksysguard based priority scheduling
 libplasmaclock4a - library for Plasma clocks
 libplasmagenericshell4 - shared elements for all the plasma shells
 libplasma-geolocation-interface4 - library for the Plasma geolocation
 libprocesscore4a - library for ksysguard based process view
 libprocessui4a - library for ksysguard process user interface
 libsolidcontrol4 - library for Solid based network management
 libsolidcontrolifaces4 - library for Solid based network interface management
 libtaskmanager4a - library which provides task management facilities
 libweather-ion4a - library which provides an interface for weather information 
servi
 plasma-dataengines-workspace - KDE 4 base workspace Plasma data engines
 plasma-desktop - The KDE Plasma workspace for desktop and laptop computers
 plasma-netbook - The KDE Plasma workspace for netbook computers
 plasma-scriptengine-googlegadgets - Google Gadgets script engine for Plasma
 plasma-scriptengine-python - Python script engine for Plasma
 plasma-scriptengine-qedje - QEdje script engine for Plasma
 plasma-scriptengine-ruby - Ruby script engine for Plasma
 plasma-scriptengines - a metapackage to install all Plasma script engines
 plasma-scriptengine-webkit - Web and Mac OS X dashboard widget support for 
Plasma
 plasma-widgets-workspace - KDE 4 base workspace Plasma widgets and containments
 systemsettings - KDE 4 System Settings
Changes: 
 kdebase-workspace (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release:
 - fixes CVE-2010-0436 - KDM Local Privilege Escalation Vulnerability.
 - properly enables XScreenSaver during compilation if found.
   (Closes: #577786)
 .
   [ Pino Toscano ]
   * Make ksysguard depend on ksysguardd.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Drop kdebase-workspace-4.3.5-CVE-2010-0436.diff patch - merged upstream.
   * Confirm symbol files for 4.4.2 on i386 ia64 kfreebsd-amd64 kfreebsd-i386
 powerpc s390 sparc.
   * Add 27_ld_exclude_libs_qtuitools.diff patch to cease exporting QtUiTools
 symbols in the symbol table of libprocessui library. Remove those redudant
 symbols from the libprocessui4a.symbols symbol file as well.
   * Bump google-gadgets build dependencies to version 0.11.2.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 ba7f423b7027a4e89e24cee129f02bbb31ab399c 3480 kdebase-workspace_4.4.3-1.dsc
 5cb36a9fa5b03fc6032ddbdaf0c9bb788c0942e5 79528147 
kdebase-workspace_4.4.3.orig.tar.gz
 5209225f18870e7700595a602b68324fc4b95d98 121267 
kdebase-workspace_4.4.3-1.diff.gz
 1b0b87d8212f3d02b83e9c824e18b1c34dc961da 29456 
kdebase-workspace_4.4.3-1_all.deb
 5585dceeb38866e72e3af93288a1a878b1be52c2 68148758 

Accepted kdebindings 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:52 +0300
Source: kdebindings
Binary: kdebindings-dbg libsmokeqt4-3 libsmokeqtcore4-3 libsmokeqtgui4-3 
libsmokeqtdbus4-3 libsmokeqtmultimedia4-3 libsmokeqtnetwork4-3 
libsmokeqtopengl4-3 libsmokeqtscript4-3 libsmokeqtsql4-3 libsmokeqtsvg4-3 
libsmokeqttest4-3 libsmokeqtuitools4-3 libsmokeqtwebkit4-3 libsmokeqtxml4-3 
libsmokeqtxmlpatterns4-3 libsmokephonon3 libsmokeqt4-dev libsmokeqimageblitz3 
libsmokekdecore4-3 libsmokekdeui4-3 libsmokekfile3 libsmokekparts3 
libsmokektexteditor3 libsmokekutils3 libsmokesolid3 libsmokeattica3 
libsmokekhtml3 libsmokekio3 libsmokeknewstuff2-3 libsmokeknewstuff3-3 
libsmokeokular3 libsmokeplasma3 libsmokeakonadi3 libsmokekde-dev 
libsmokenepomuk3 libsmokenepomukquery3 libsmokesoprano3 libsmokesoprano-dev 
libsmokesopranoclient3 libsmokesopranoserver3 korundum4 libqtruby4shared2 
libqt4-ruby libqt4-ruby1.8 libkde4-ruby libkde4-ruby1.8 libokular-ruby 
libokular-ruby1.8 libplasma-ruby libplasma-ruby1.8 libakonadi-ruby 
libakonadi-ruby1.8 libsoprano-ruby libsoprano-ruby1.8 python-kde4
 python-kde4-dev python-kde4-doc libqyoto4.5-cil libqyoto-cil-dev qyoto-dev 
libkimono4.1-cil libkimono-cil-dev plasma-scriptengine-kimono libkhtml2.0-cil 
libakonadi2.2-cil libktexteditor4.1-cil libnepomuk2.2-cil libplasma2.0-cil 
libqtscript2.2-cil libqttest2.2-cil libqtuitools2.2-cil libqtwebkit2.2-cil 
libsoprano2.0-cil libqyotoshared1 libqimageblitz0.0-cil krossruby krosspython 
kio-monodoc
 smoke-dev-tools
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Closes: 579712
Description: 
 kdebindings-dbg - debugging symbols for the KDE 4 bindings module
 kio-monodoc - Monodoc kio slave
 korundum4  - KDE Ruby bindings
 krosspython - Python module for Kross
 krossruby  - Ruby module for Kross
 libakonadi2.2-cil - Akonadi bindings for CLI
 libakonadi-ruby1.8 - Akonadi Ruby 1.8 bindings
 libakonadi-ruby - Akonadi Ruby bindings
 libkde4-ruby1.8 - KDE 4 bindings for Ruby 1.8
 libkde4-ruby - KDE 4 bindings for Ruby
 libkhtml2.0-cil - KDE 4 bindings for CLI, KHTML edition
 libkimono4.1-cil - KDE 4 bindings for CLI
 libkimono-cil-dev - development files for Qt CLI bindings
 libktexteditor4.1-cil - KDE 4 bindings for CLI, KTextEditor edition
 libnepomuk2.2-cil - KDE 4 bindings for CLI, Nepomuk-edition
 libokular-ruby1.8 - Okular Ruby 1.8 bindings
 libokular-ruby - Okular Ruby bindings
 libplasma2.0-cil - LDE 4 bindings for CLI, Plasma-edition
 libplasma-ruby1.8 - KDE Plasma Ruby 1.8 bindings
 libplasma-ruby - KDE Plasma Ruby bindings
 libqimageblitz0.0-cil - QImageBlitz bindings for CLI
 libqyoto4.5-cil - Qt 4 bindings for CLI
 libqyoto-cil-dev - development files for Qt CLI bindings
 libqyotoshared1 - shared library for Qt 4 CLI bindings
 libqt4-ruby1.8 - Qt 4 bindings for Ruby
 libqt4-ruby - Qt 4 Ruby bindings
 libqtruby4shared2 - internal library for Qt 4 Ruby bindings
 libqtscript2.2-cil - Qt 4 bindings for CLI, QtScript edition
 libqttest2.2-cil - Qt 4 bindings for CLI, QtTest edition
 libqtuitools2.2-cil - Qt 4 bindings for CLI, QtUiTools edition
 libqtwebkit2.2-cil - Qt 4 bindings for CLI, QtWebkit edition
 libsmokeakonadi3 - Akonadi Smoke library
 libsmokeattica3 - Attica Smoke library
 libsmokekdecore4-3 - KDE Core Smoke libraries
 libsmokekde-dev - development files for soprano smoke libraries
 libsmokekdeui4-3 - KDE Ui Smoke libraries
 libsmokekfile3 - KDE KFile Smoke library
 libsmokekhtml3 - KDE KHTML Smoke library
 libsmokekio3 - KDE KIO Smoke library
 libsmokeknewstuff2-3 - KDE KNewStuff2 Smoke library
 libsmokeknewstuff3-3 - KDE KNewStuff3 Smoke library
 libsmokekparts3 - KDE KParts Smoke libraries
 libsmokektexteditor3 - KDE KTextEditor Smoke libraries
 libsmokekutils3 - KDE KUtils Smoke libraries
 libsmokenepomuk3 - KDE Smoke libraries
 libsmokenepomukquery3 - KDE Smoke libraries
 libsmokeokular3 - Okular Smoke bindings
 libsmokephonon3 - Qt 4 Phonon Smoke library
 libsmokeplasma3 - KDE Plasma Smoke library
 libsmokeqimageblitz3 - QImageBlitz Smoke libraries
 libsmokeqt4-3 - Qt 4 Smoke libraries
 libsmokeqt4-dev - development files for Qt 4 Smoke libraries
 libsmokeqtcore4-3 - Qt 4 Core Smoke library
 libsmokeqtdbus4-3 - Qt 4 DBus Smoke library
 libsmokeqtgui4-3 - Qt 4 Gui Smoke library
 libsmokeqtmultimedia4-3 - Qt 4 Multimedia Smoke library
 libsmokeqtnetwork4-3 - Qt 4 Network Smoke library
 libsmokeqtopengl4-3 - Qt 4 OpenGL Smoke library
 libsmokeqtscript4-3 - Qt 4 Script Smoke library
 libsmokeqtsql4-3 - Qt 4 Sql Smoke library
 libsmokeqtsvg4-3 - Qt 4 Svg Smoke library
 libsmokeqttest4-3 - Qt 4 Test Smoke library
 libsmokeqtuitools4-3 - Qt 4 Ui Tools Smoke library
 libsmokeqtwebkit4-3 - Qt 4 WebKit Smoke library
 libsmokeqtxml4-3 - Qt 4 Xml Smoke library
 libsmokeqtxmlpatterns4-3 - Qt 4 XmlPatterns Smoke library
 

Accepted kdeedu 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:52 +0300
Source: kdeedu
Binary: kdeedu blinken cantor cantor-backend-kalgebra cantor-backend-maxima 
cantor-backend-r cantor-backend-sage kalgebra kalzium kalzium-data kanagram 
kbruch kgeography kgeography-data khangman kig kiten klettres klettres-data 
kmplot kstars kstars-data ktouch kturtle kwordquiz libkdeedu4 libkdeedu-dev 
libkiten4 libkiten-dev marble marble-data marble-plugins libmarblewidget4 
libmarble-dev parley parley-data rocs step kdeedu-kvtml-data kdeedu-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 blinken- KDE version of the Simon electronic memory game
 cantor-backend-kalgebra - KAlgebra backend for Cantor
 cantor-backend-maxima - Maxima backend for Cantor
 cantor-backend-r - R backend for Cantor
 cantor-backend-sage - Sage backend for Cantor
 cantor - interface for mathematical applications
 kalgebra   - algebraic graphing calculator for KDE
 kalzium-data - data files for Kalzium
 kalzium- periodic table and chemistry tools for KDE
 kanagram   - jumble word puzzle for KDE
 kbruch - fraction learning aid for KDE
 kdeedu-dbg - debugging symbols for the KDE education module
 kdeedu - educational applications from the official KDE release
 kdeedu-kvtml-data - kvtml files for kdeedu programs
 kgeography-data - data files for KGeography
 kgeography - geography learning aid for KDE
 khangman   - Hangman word puzzle for KDE
 kig- interactive geometry tool for KDE
 kiten  - Japanese reference and study aid for KDE
 klettres-data - data files for KLettres foreign alphabet tutor
 klettres   - foreign alphabet tutor for KDE
 kmplot - mathematical function plotter for KDE
 kstars-data - data files for KStars desktop planetarium
 kstars - desktop planetarium for KDE
 ktouch - touch typing tutor for KDE
 kturtle- Logo educational programming environment for KDE
 kwordquiz  - flashcard learning program for KDE
 libkdeedu4 - libraries for KDE educational applications
 libkdeedu-dev - development files for the KDE educational libraries
 libkiten4  - libraries for the Kiten Japanese reference and study aid
 libkiten-dev - development files for the Kiten Japanese reference libraries
 libmarble-dev - development files for the Marble globe widget library
 libmarblewidget4 - Marble globe widget library
 marble-data - data files for Marble
 marble - globe and map widget
 marble-plugins - plugins for Marble
 parley-data - data files for the Parley vocabulary trainer
 parley - vocabulary trainer for KDE
 rocs   - graph theory IDE
 step   - interactive physical simulator for KDE
Changes: 
 kdeedu (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ José Manuel Santamaría Lema ]
   * Update debian/copyright
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Update install files.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 07b3449119e870dea21219b44d14adc193aab685 2414 kdeedu_4.4.3-1.dsc
 c081e127bbd0f8c583176d264941d6bc6e03875e 64134086 kdeedu_4.4.3.orig.tar.gz
 edbd3b5b2ccc3e943c4a413249a753d9f4a1c878 48613 kdeedu_4.4.3-1.diff.gz
 663a36dfd99dd1650a445e86bbc91ac1e9b45af3 14976 kdeedu_4.4.3-1_all.deb
 4c13a3b697ee7a4ccc8dd0381d31751d6aa6a914 4279664 kalzium-data_4.4.3-1_all.deb
 5672f6ce9bbd456b59292857c9654bfeba15f99c 362 
kgeography-data_4.4.3-1_all.deb
 9371bff95c624173e33b267bb97849ee8fa6dc11 2696766 klettres-data_4.4.3-1_all.deb
 81e6b501baabaabdbd07148c7b50ea793848781e 9585490 kstars-data_4.4.3-1_all.deb
 f6ed128d712557246706a38ba4da6d33a551a9c9 12083424 marble-data_4.4.3-1_all.deb
 12b8bafa95ece51417d3cca37e69986d490aba16 2693704 parley-data_4.4.3-1_all.deb
 27b72c2d5a19f4b42c8bfe6c9e4f13c1be5b9e08 29744 
kdeedu-kvtml-data_4.4.3-1_all.deb
 b13567b27c33e323b01323bbb0602b5b3a594977 616734 blinken_4.4.3-1_amd64.deb
 aed3a264d540edd19e7ae1a8b54fab0af49471ac 342796 cantor_4.4.3-1_amd64.deb
 81236e34120ac75f304d00093779506d3e0132d8 30156 
cantor-backend-kalgebra_4.4.3-1_amd64.deb
 f6436c82a1b493d5d63fff151939ae6ed56f8b78 107134 
cantor-backend-maxima_4.4.3-1_amd64.deb
 ec2bf698ee12527f2d45e3814142d078958d76fe 68816 
cantor-backend-r_4.4.3-1_amd64.deb
 7d820e1685d80baeb234ebcc86fe05b3e8db9103 62956 
cantor-backend-sage_4.4.3-1_amd64.deb
 233028ae14a212371e2dd63274da3d38e7bd5578 382572 kalgebra_4.4.3-1_amd64.deb
 d0cbac6e087129c188714d06739f463582444948 1382424 kalzium_4.4.3-1_amd64.deb
 f82543e3a666db4ff05194cf8776ca03ed536f99 697230 kanagram_4.4.3-1_amd64.deb
 5394fdc6925fde73e6042a23e225c9431d044af2 893994 kbruch_4.4.3-1_amd64.deb
 cc67562e65a70af4855243ce3e5b5193a5be7bed 90084 kgeography_4.4.3-1_amd64.deb
 07c3870d2db81da43af1a552e144964f7d56b560 703642 khangman_4.4.3-1_amd64.deb
 

Accepted kdegames 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:53 +0300
Source: kdegames
Binary: kdegames libkdegames5 kdegames-dbg libkdegames-dev kdegames-card-data 
kdegames-mahjongg-data bomber bovo kapman katomic kbattleship kblackbox kbounce 
kdiamond kgoldrunner killbots kiriki kjumpingcube klines kmahjongg kmines 
knetwalk kolf kollision konquest kpat kreversi ksame kshisen kspaceduel 
ksquares ksudoku ktuberling kfourinline kubrick kblocks lskat kbreakout ksirk 
ktron palapeli palapeli-data granatier kigo
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 bomber - arcade spaceship game for KDE
 bovo   - gomoku board game for KDE
 granatier  - Bomberman clone
 kapman - Pac-Man clone for KDE
 katomic- atomix puzzle game for KDE
 kbattleship - battleship board game for KDE
 kblackbox  - Black Box puzzle game for KDE
 kblocks- a falling blocks game for KDE
 kbounce- Jezzball arcade game for KDE
 kbreakout  - Breakout arcade game for KDE
 kdegames-card-data - card decks for KDE games
 kdegames-dbg - debugging symbols for the KDE games module
 kdegames   - games from the official KDE release
 kdegames-mahjongg-data - tilesets and backgrounds for Mahjongg games
 kdiamond   - three-in-a-row game for KDE
 kfourinline - Connect Four game for KDE
 kgoldrunner - Lode Runner arcade game for KDE
 kigo   - Open-source implementation of the popular Go game
 killbots   - port of the classic BSD console game robots for KDE
 kiriki - Yahtzee dice game for KDE
 kjumpingcube - simple tactical game for KDE
 klines - color lines game for KDE
 kmahjongg  - Mahjongg solitaire game for KDE
 kmines - minesweeper game for KDE
 knetwalk   - wire puzzle game for KDE
 kolf   - miniature golf game for KDE
 kollision  - simple ball dodging game for KDE
 konquest   - simple turn-based strategy game for KDE
 kpat   - solitaire card games for KDE
 kreversi   - reversi board game for KDE
 ksame  - SameGame puzzle game for KDE
 kshisen- Shisen-Sho solitaire game for KDE
 ksirk  - Risk strategy game for KDE
 kspaceduel - SpaceWar! arcade game for KDE
 ksquares   - Dots and Boxes game for KDE
 ksudoku- Sudoku puzzle game and solver for KDE
 ktron  - Tron-like game for KDE
 ktuberling - stamp drawing toy for KDE
 kubrick- game based on Rubik's Cube for KDE
 libkdegames5 - libraries and common files for KDE games
 libkdegames-dev - development files for the KDE games module
 lskat  - Lieutnant Skat card game for KDE
 palapeli-data - puzzle game for KDE4 - data files
 palapeli   - puzzle game for KDE4
Changes: 
 kdegames (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Confirm symbol files for 4.4.2 on ia64 kfreebsd-amd64 kfreebsd-i386 mips
 powerpc s390 sparc.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 9eb3c327cebc00321c20549a3966d9712f79f122 2124 kdegames_4.4.3-1.dsc
 8640f3a3d31eec62f3a8a144681141564303b373 70072110 kdegames_4.4.3.orig.tar.gz
 a16393925eeece695eabe001294e7f8a7424ed00 146159 kdegames_4.4.3-1.diff.gz
 ed4afd6718a3a65bfdf4b73020fff4dc1fcd1a9b 20336 kdegames_4.4.3-1_all.deb
 19ed0ecf0b260563bdc0bb2cf7501539b3fdd98e 8988014 
kdegames-card-data_4.4.3-1_all.deb
 788f945dba2760ba0bda46f0f3ebd0030475b37c 1975730 
kdegames-mahjongg-data_4.4.3-1_all.deb
 6d685d35f5e9515d0b47629d1af3542b35c9f481 13777678 palapeli-data_4.4.3-1_all.deb
 817cbb3b9c67dfb2a257c894ed9a3644ddf9f879 519244 libkdegames5_4.4.3-1_amd64.deb
 02bfa291a3cf3b6bb302de0920a6995da7cccbc4 40297684 
kdegames-dbg_4.4.3-1_amd64.deb
 50a301e54c75fa5ce71b60edc12c01885df1f01c 146284 
libkdegames-dev_4.4.3-1_amd64.deb
 69d2c5da88df43c96e999d65edcafecc49a84d6b 474862 bomber_4.4.3-1_amd64.deb
 eee3d6af0eb2bf43a6de143bac80dba83ebf7866 164964 bovo_4.4.3-1_amd64.deb
 996933c538576ec612cb35a77148d2531af3eca9 1601396 kapman_4.4.3-1_amd64.deb
 1e5d9e26ab5f54c897d842db2e116d8ccd4a541d 663906 katomic_4.4.3-1_amd64.deb
 d76b1e3fe94d159d6e31160e76fabda61e6df29a 994616 kbattleship_4.4.3-1_amd64.deb
 4c3d9578ddc2641246af5815af7dc8a1dc34f0f2 154152 kblackbox_4.4.3-1_amd64.deb
 836b1b43d95b7f099a63937e11c07ef5ed79a69c 1883184 kbounce_4.4.3-1_amd64.deb
 06f9af0a14fcd55b35ef6e920db891460a916e21 4204392 kdiamond_4.4.3-1_amd64.deb
 b2c878fcd3090d49af474bdc8aab0d1deb692005 2207728 kgoldrunner_4.4.3-1_amd64.deb
 931a95cc0c506528f1c3348f997ece0374418775 1033294 killbots_4.4.3-1_amd64.deb
 245dcc93ab6f0987d99d93a0200957eb6b93b34e 158080 kiriki_4.4.3-1_amd64.deb
 83c8777db9c2871cf89f5ce169d80dcf33d1d074 137140 kjumpingcube_4.4.3-1_amd64.deb
 839c9972d9a25b8f83763bc05740af669db66333 1126056 klines_4.4.3-1_amd64.deb
 848263e357b84c6f6697d9ef6b24c8ec2138b73d 733496 kmahjongg_4.4.3-1_amd64.deb
 

Accepted kdegraphics 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:53 +0300
Source: kdegraphics
Binary: kdegraphics kdegraphics-libs-data kdegraphics-strigi-plugins gwenview 
kamera kcolorchooser kgamma kolourpaint4 kruler libksane0 libksane-dev 
ksnapshot libokularcore1 okular okular-dev okular-extra-backends libkdcraw8 
libkdcraw-dev libkexiv2-8 libkexiv2-dev libkipi7 libkipi-dev kdegraphics-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Closes: 576727
Description: 
 gwenview   - image viewer for KDE 4
 kamera - digital camera support for KDE 4 applications
 kcolorchooser - color chooser and palette editor for KDE 4
 kdegraphics-dbg - debugging symbols for the KDE 4 graphics module
 kdegraphics - graphics applications from the official KDE 4 release
 kdegraphics-libs-data - data files for libraries from the kdegraphics module
 kdegraphics-strigi-plugins - graphics file format plugins for Strigi Desktop 
Search
 kgamma - monitor calibration panel for KDE 4
 kolourpaint4 - simple image editor for KDE 4
 kruler - screen ruler for KDE 4
 ksnapshot  - screen capture tool for KDE 4
 libkdcraw8 - RAW picture decoding C++ library (runtime)
 libkdcraw-dev - RAW picture decoding C++ library (development)
 libkexiv2-8 - Qt like interface for the libexiv2 library (runtime)
 libkexiv2-dev - Qt-like interface for the libexiv2 library (development)
 libkipi7   - library for apps that want to use kipi-plugins (runtime version)
 libkipi-dev - library for apps that want to use kipi-plugins (development versi
 libksane0  - scanner library for KDE 4 (runtime)
 libksane-dev - scanner library for KDE 4 (development)
 libokularcore1 - libraries for the Okular document viewer
 okular-dev - development files for the Okular libraries
 okular - document viewer for KDE 4
 okular-extra-backends - additional document format support for Okular
Changes: 
 kdegraphics (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Drop compatibility provides (libkdcraw7-dev libkexiv2-7-dev libkipi6-dev)
 from the respective *-dev packages. The number of affected 3rd party
 packages is too small to warrant this. (Closes: #576727)
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Confirm symbol files for 4.4.2 on i386 ia64 kfreebsd-amd64 kfreebsd-i386
 powerpc s390 sparc.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 ed5250f62e8849e5186c172862829214361fb53b 2170 kdegraphics_4.4.3-1.dsc
 dcbb83adb7620df7a42f13872495fc8ac9a525f2 4280967 kdegraphics_4.4.3.orig.tar.gz
 0aa096e078a4d72390fcca548c068d6620171f6e 26739 kdegraphics_4.4.3-1.diff.gz
 e0f47c04f3601bfe14eb8e608ab3011ef681bafd 15286 kdegraphics_4.4.3-1_all.deb
 9462b1e760f23601fa466477ee2dbeaf856ef570 151384 
kdegraphics-libs-data_4.4.3-1_all.deb
 954e18ad3617783d01a88c2bc3dc49312372d39c 85474 
kdegraphics-strigi-plugins_4.4.3-1_amd64.deb
 ab8b2c5aea7ea2f3ac09b386f8820f80e28454b7 1445692 gwenview_4.4.3-1_amd64.deb
 849901489208216378a380985fbc7273d422db49 83238 kamera_4.4.3-1_amd64.deb
 3d40b1dd9b51cf01a7dda9960048872c13920284 22506 kcolorchooser_4.4.3-1_amd64.deb
 68744722b02da326659d584c00e08e14a22bfbde 65426 kgamma_4.4.3-1_amd64.deb
 a7fac0901e69ffe6bf82dafd72673e8d4b0fdabb 990612 kolourpaint4_4.4.3-1_amd64.deb
 080849b152145d9bd7f554216aea794aabc2b18f 98218 kruler_4.4.3-1_amd64.deb
 f9aa9a62bf5e84c20f1a7b299d6fc10a046a7184 114916 libksane0_4.4.3-1_amd64.deb
 5cd95dbdfddbf635fce2490134cc348311144134 19866 libksane-dev_4.4.3-1_amd64.deb
 26448e9de91719c0ecc58adf680e9d221f2cbc04 203738 ksnapshot_4.4.3-1_amd64.deb
 cef4577e7e0b1f2ebd1e6ac917fe672c6d8edc6a 280076 
libokularcore1_4.4.3-1_amd64.deb
 d0be91540ad8ca281a9cd80429d58070fb0739da 1147692 okular_4.4.3-1_amd64.deb
 7ba8f66c2d1895c3ab5ec72389486883b25a3221 52016 okular-dev_4.4.3-1_amd64.deb
 d44906b56cbb3d2cb17aa1309e245cef6cb66490 154388 
okular-extra-backends_4.4.3-1_amd64.deb
 93bf6e74bd6e5e9e0f5ac949a58ccb4c31490d9d 219130 libkdcraw8_4.4.3-1_amd64.deb
 49262f9192a849b1c8e18ed20e397a732a686205 26598 libkdcraw-dev_4.4.3-1_amd64.deb
 ea63a30bd20622ccc5afa0743b6eb8f6ca74985e 230458 libkexiv2-8_4.4.3-1_amd64.deb
 0fcc6736f13090e6050d9fae9888e0075ea0eb44 27712 libkexiv2-dev_4.4.3-1_amd64.deb
 33ff95f338f08a1b2005c6772d4ac4e83ee6b905 49730 libkipi7_4.4.3-1_amd64.deb
 a47167458b5d914f833f27b7f7e5d887c8201380 21814 libkipi-dev_4.4.3-1_amd64.deb
 f2f05945c74722f3819325c787d0c5573017212c 30990152 
kdegraphics-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 b64759c765108b007a534d34f35612fcea614a61319a32a0f2127caa7d0f84ad 2170 
kdegraphics_4.4.3-1.dsc
 186936da6c84db7773acb3e96855e7e7c025cdbc37390eb51262a49a4374090a 4280967 
kdegraphics_4.4.3.orig.tar.gz
 df65d3d9a2a1a296c1d17cebc2faa4dd14d0d7c7d49f91f33715ca83dc928933 26739 
kdegraphics_4.4.3-1.diff.gz
 

Accepted kdemultimedia 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:54 +0300
Source: kdemultimedia
Binary: kdemultimedia kdemultimedia-kio-plugins juk kmix kscd libkcddb4 
libkcddb-dev dragonplayer mplayerthumbs kde-config-cddb kdemultimedia-dev 
kdemultimedia-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 dragonplayer - simple KDE video player
 juk- music jukebox for KDE
 kde-config-cddb - KDE CDDB Retrieval configuration
 kdemultimedia-dbg - debugging symbols for the KDE multimedia module
 kdemultimedia-dev - development files for the KDE multimedia module
 kdemultimedia-kio-plugins - transparent audio CD access for KDE applications
 kdemultimedia - multimedia applications from the official KDE release
 kmix   - volume control and mixer for KDE
 kscd   - audio CD player for KDE
 libkcddb4  - CDDB library for KDE (runtime)
 libkcddb-dev - CDDB library for KDE (development)
 mplayerthumbs - video thumbnail generator for KDE
Changes: 
 kdemultimedia (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Change dragonplayer section to video.
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Update symbol files for 4.4.2 on i386 ia64 kfreebsd-amd64 kfreebsd-i386
 mips powerpc s390 sparc.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 1afa5fb352bcb2d9a6d8c93121f7108df25f6208 1983 kdemultimedia_4.4.3-1.dsc
 875d7d09885ba6742b9deb5c67b022bd47e3f225 1618763 
kdemultimedia_4.4.3.orig.tar.gz
 61ecd6f1831162725fe9691b300d17c8d7b4eaa0 13701 kdemultimedia_4.4.3-1.diff.gz
 2685f3ce5b7f4849cfbcd33d2ed2ea708098cf7d 9598 kdemultimedia_4.4.3-1_all.deb
 55a7683b2d30fc0e1833d8971293941fae0e8cdc 134824 
kdemultimedia-kio-plugins_4.4.3-1_amd64.deb
 1239b9fb97953200e564f272972766d197001229 722376 juk_4.4.3-1_amd64.deb
 03772e563abeb8e9bed2b54c9dd18070ab725c86 306888 kmix_4.4.3-1_amd64.deb
 4a111453c124bc59a43382cdab682e59aa67544d 213060 kscd_4.4.3-1_amd64.deb
 51b9ad1305bf0a171112167502e846ecc7e6c212 163234 libkcddb4_4.4.3-1_amd64.deb
 7930dbc71d358a0c041abb9c7644efc96e09d47c 17264 libkcddb-dev_4.4.3-1_amd64.deb
 e33df59bcc12fdae57984cf0afd54c0ce3838d7a 447516 dragonplayer_4.4.3-1_amd64.deb
 32b137de8d194b9e1c5d0f45020149aa8a19edbc 53170 mplayerthumbs_4.4.3-1_amd64.deb
 d63df515b57b255bd12de594069f44f4121b2232 141430 
kde-config-cddb_4.4.3-1_amd64.deb
 5af97d23b30ae4241058d06bd798ae65e838d409 12230 
kdemultimedia-dev_4.4.3-1_amd64.deb
 6519a90f9a0b493aebe75eb53c1b2bed9e206a69 12757350 
kdemultimedia-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 754349a5cd78dc2cc67bf792e4f84264155dfc28051f6870ee1f4d66e0f057e0 1983 
kdemultimedia_4.4.3-1.dsc
 071ef02bb909811afe03dc0807bc70452c8370bf970366b1d335d53ee5eae131 1618763 
kdemultimedia_4.4.3.orig.tar.gz
 ef9e17189853fe35af3794481be47c18a0517850e259344dbf60b287995349bf 13701 
kdemultimedia_4.4.3-1.diff.gz
 dcf57a8974e8f71e0595c32928333297434b6227d78908dd70e54706b38be576 9598 
kdemultimedia_4.4.3-1_all.deb
 804eefd1382ebd455796e7e8c5996fa8de2bde6bc510c6c28faf9b076f2fbe0f 134824 
kdemultimedia-kio-plugins_4.4.3-1_amd64.deb
 6ac835a2e1423348346fbd37963193a4ef78f97da2a29c0de5218ff4a00f9b1a 722376 
juk_4.4.3-1_amd64.deb
 144cb640e835dfb52420e8a6610759e2e361d21b308070b39b2fb2d65eb99f40 306888 
kmix_4.4.3-1_amd64.deb
 f06149325a4657afb2ea116d9b1903c96f361f4cc5e6f00622a6734fa1d5d268 213060 
kscd_4.4.3-1_amd64.deb
 4a78c6a418fcaaa8cee971a4512f8ae0435da5961198d3c461d0310d0e1aa228 163234 
libkcddb4_4.4.3-1_amd64.deb
 621320c7669b486dcd81479fadc8085f37ebd1d2e4106f6c20a3dd3ae23386e8 17264 
libkcddb-dev_4.4.3-1_amd64.deb
 5bde44e14a64785fc12da7cec90c96c2e41422da0ed619238fd6ae55af4723d4 447516 
dragonplayer_4.4.3-1_amd64.deb
 d16f566ecde347b5d37ee7de4e94f730a414759e0e6892793ad19a1874669546 53170 
mplayerthumbs_4.4.3-1_amd64.deb
 57677655b6a9b4b6b0d2496d2d336820f09116a0c6642f3f49a0cb21ab7bc670 141430 
kde-config-cddb_4.4.3-1_amd64.deb
 0f113b142444cce6326624377883b26345800f064d825740f60855d8afa43268 12230 
kdemultimedia-dev_4.4.3-1_amd64.deb
 0b2bae7e66b914a933da8912ec8b69237e70eef5624cd731f6660e9182666e93 12757350 
kdemultimedia-dbg_4.4.3-1_amd64.deb
Files: 
 b0bd29cbe135abdddbad20dd0ffcd4f8 1983 kde optional kdemultimedia_4.4.3-1.dsc
 0a31d522433f1e874d647764dfba3e0b 1618763 kde optional 
kdemultimedia_4.4.3.orig.tar.gz
 bb7feb175a445b6e1f6598a0b94bad82 13701 kde optional 
kdemultimedia_4.4.3-1.diff.gz
 9eaf28ec7bd1c477bef211c1601411d5 9598 kde optional 
kdemultimedia_4.4.3-1_all.deb
 dce0d784dd8d131e16795d2f858e1881 134824 kde optional 
kdemultimedia-kio-plugins_4.4.3-1_amd64.deb
 9e86f91e8eb1409625e5b0132a8b2690 722376 sound optional juk_4.4.3-1_amd64.deb
 994fc8832570f27d1e1631dc0d254610 306888 sound optional kmix_4.4.3-1_amd64.deb
 692e02aae70b0c12040b23791062a700 213060 sound optional kscd_4.4.3-1_amd64.deb
 

Accepted kdenetwork 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:54 +0300
Source: kdenetwork
Binary: kdenetwork kdenetwork-filesharing kget libkopete4 kopete libkopete-dev 
kppp krdc krfb kdenetwork-dbg kde-zeroconf
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 kdenetwork-dbg - debugging symbols for the KDE 4 networking module
 kdenetwork-filesharing - network filesharing configuration module for KDE 4
 kdenetwork - networking applications from the official KDE 4 release
 kde-zeroconf - zeroconf plugins and kio slaves for KDE 4
 kget   - download manager for KDE 4
 kopete - instant messenger for KDE 4
 kppp   - modem dialer for KDE 4
 krdc   - Remote Desktop Connection client for KDE 4
 krfb   - Desktop Sharing for KDE 4
 libkopete4 - main Kopete library
 libkopete-dev - development files for the KDE 4 networking module
Changes: 
 kdenetwork (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Change kopete section to net.
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Confirm symbol files for 4.4.2 on i386 ia64 s390.
   * Tighten libmsn-dev build dependency to 4.1.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 d0a51df50affb213ca7bef13e112c7ffa7cf1d4c 2259 kdenetwork_4.4.3-1.dsc
 6b3f1f5511328dc57705aa1524030082d3d04f3b 9371721 kdenetwork_4.4.3.orig.tar.gz
 6da640982bc979808f632fe5578e2ced7a5e4dcc 38440 kdenetwork_4.4.3-1.diff.gz
 ed79f7e15b04a5e41820ba735ed526a9f88fc0e8 15134 kdenetwork_4.4.3-1_all.deb
 60e6cadb60a93f0018b1940024238fd1a4c453c6 600904 
kdenetwork-filesharing_4.4.3-1_amd64.deb
 a91d7cd46613650fa84166ac010a12cf61f2b4da 2500018 kget_4.4.3-1_amd64.deb
 31640141e9e8dcabed4735fafa8d5d7ce6975c74 491838 libkopete4_4.4.3-1_amd64.deb
 97e34483f374c304dd231d0247ae6b8bad7ffcf4 7552634 kopete_4.4.3-1_amd64.deb
 4afa575a19f58ccad5dd110eb37793f52a677b7b 14 libkopete-dev_4.4.3-1_amd64.deb
 683675baf48c2228bf34d2df0e03ab2a8efbd55f 696234 kppp_4.4.3-1_amd64.deb
 cdf318b7edd8c8495cef9c149951fdaa782f5685 582638 krdc_4.4.3-1_amd64.deb
 76bc0a269aa5c843a95a953778838cf61dcda270 469090 krfb_4.4.3-1_amd64.deb
 acef02969b092d77ae71edc6893cff82ed2cb3cc 69174174 
kdenetwork-dbg_4.4.3-1_amd64.deb
 c1de0878cba0e6586c609e4fbdf15c045d6ea1e1 47092 kde-zeroconf_4.4.3-1_amd64.deb
Checksums-Sha256: 
 d5c1875b4129e335cd3e71095c6ca6c770e87a27a26c5e0868cf1087da467157 2259 
kdenetwork_4.4.3-1.dsc
 c4926b31defc11aab5c3bbcda545e4f687defc14fdda118563c1e16c2c402a1b 9371721 
kdenetwork_4.4.3.orig.tar.gz
 206078a860d2d6f5af3a9eaebb50f9e51753d908cd21ceba5d8095daacb78f94 38440 
kdenetwork_4.4.3-1.diff.gz
 0434d603920826ac4df458cfbc86e3ce8f7dfb43605764a8d61f2037b87f475b 15134 
kdenetwork_4.4.3-1_all.deb
 f15d17e0980ba6e093f146e18fb7eb2920ba1cec2a212186bf2e0b27ff883e3c 600904 
kdenetwork-filesharing_4.4.3-1_amd64.deb
 87e441c99325c1f1bc52df27baf5bf6523321aa54295c41cc717fa79348e3b23 2500018 
kget_4.4.3-1_amd64.deb
 4f847405d88b7dee78801156f69e0dd727161629933c2f765ab4c9144de796c5 491838 
libkopete4_4.4.3-1_amd64.deb
 2239c3b4f33ee69ae8e9707c9e6de41c5dfa43eb8d6d029f84dae574483cb128 7552634 
kopete_4.4.3-1_amd64.deb
 462175b47bdd56393c9d0e04ea646956b778731d4e5cfe6b658f459c67c57d8f 14 
libkopete-dev_4.4.3-1_amd64.deb
 993e1983b104dfffa6966a6e0998c4d03dfd93c4ef48f75b0174150c0018c262 696234 
kppp_4.4.3-1_amd64.deb
 b98db1bbef90989a04814db763ce12f1f6899eaae4582f6a6ac2397ca8fe802c 582638 
krdc_4.4.3-1_amd64.deb
 4a227f79dc6656da3efbf91de4b2fd4bac653e72fad683f4255cf33e127117a4 469090 
krfb_4.4.3-1_amd64.deb
 c4e9a965c9e016aa8e8043fb6e83ddf234ccf145ca798cee79fd7f0bfed5aa35 69174174 
kdenetwork-dbg_4.4.3-1_amd64.deb
 2f519c4457cc3e0fd574e139f3118f0534b418f2723a1d42502448b108eb7ef0 47092 
kde-zeroconf_4.4.3-1_amd64.deb
Files: 
 0f531c9ca4b0da2b361f9e13433873fd 2259 kde optional kdenetwork_4.4.3-1.dsc
 1f4a68c3d91f83b9a9f38dd14bcdc6ce 9371721 kde optional 
kdenetwork_4.4.3.orig.tar.gz
 b4e8b21fcf431352af747a47e23d07d9 38440 kde optional kdenetwork_4.4.3-1.diff.gz
 b228f9c6a0abbab2160051a6fa6960a6 15134 kde optional kdenetwork_4.4.3-1_all.deb
 a683b2e1900905ba800818cc1b3e7e7e 600904 net optional 
kdenetwork-filesharing_4.4.3-1_amd64.deb
 d2c12059f72bdc6f7fd5da44e2143137 2500018 net optional kget_4.4.3-1_amd64.deb
 a3fef352b6682511c7e1a0cb33f74217 491838 libs optional 
libkopete4_4.4.3-1_amd64.deb
 344b68c408952ee6373707631b70dfaf 7552634 net optional kopete_4.4.3-1_amd64.deb
 8483ac48115985d2932bb2721138adc2 14 libdevel optional 
libkopete-dev_4.4.3-1_amd64.deb
 00cb8f065c1f22a58c7f4d0f85696f45 696234 net optional kppp_4.4.3-1_amd64.deb
 83a6f07097899340b574c1450f7629a4 582638 net optional krdc_4.4.3-1_amd64.deb
 3f9a5962a30ffbb208e67c0efd116b1e 469090 net optional krfb_4.4.3-1_amd64.deb
 828716d5058395fe8da1a691e6fa9e5b 69174174 debug extra 

Accepted kdepim 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:55 +0300
Source: kdepim
Binary: kdepim kdepim-dbg akregator kaddressbook kalarm kdepim-kresources 
kdepim-groupware kdepim-wizards kleopatra kmail knode knotes konsolekalendar 
kontact korganizer ktimetracker libkdepim4 libkleo4 libkpgp4 libksieve4 
libmimelib4 libmessagecore4 libmessagelist4 libmessageviewer0 
kdepim-strigi-plugins kjots blogilo akonadiconsole
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 akonadiconsole - the Management and Debugging Console for Akonadi
 akregator  - RSS/Atom feed aggregator for KDE
 blogilo- blogging client based on the KDE Platform
 kaddressbook - KDE address book
 kalarm - KDE alarm message, command and email scheduler
 kdepim-dbg - debugging symbols for kdepim
 kdepim-groupware - KDE PIM Groupware plugins
 kdepim-kresources - KDE PIM resource plugins
 kdepim - Personal Information Management apps from the official KDE releas
 kdepim-strigi-plugins - PIM file format plugins for Strigi Desktop Search
 kdepim-wizards - KDE server configuration wizards
 kjots  - note-taking utility for KDE 4
 kleopatra  - KDE Certificate Manager
 kmail  - KDE Email client
 knode  - KDE news reader
 knotes - KDE sticky notes
 konsolekalendar - KDE konsole personal organizer
 kontact- KDE pim application
 korganizer - KDE personal organizer
 ktimetracker - KDE time tracker tool
 libkdepim4 - KDE PIM library
 libkleo4   - certificate based crypto library for KDE
 libkpgp4   - gpg based crypto library for KDE
 libksieve4 - KDE mail/news message filtering library
 libmessagecore4 - message core library for KDE
 libmessagelist4 - message list library for KDE
 libmessageviewer0 - message viewer library for KDE
 libmimelib4 - KDE MIME library
Changes: 
 kdepim (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Fathi Boudra ]
   * Suggest gnupg2 to kmail.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 37ca11ee77abf52d06c872fee5d31759f3bb269d 2292 kdepim_4.4.3-1.dsc
 64bd59725e6d07fc5d2a4e905ae5c4eff22005cc 10829537 kdepim_4.4.3.orig.tar.gz
 685d4f764f58209ae8ab4108dbbd3a6031121f92 28521 kdepim_4.4.3-1.diff.gz
 236841c6a66bc7292f83122e705436eb39b58d82 21054 kdepim_4.4.3-1_all.deb
 5b0cc9affa1acac90b5517b0e173b65f2b81ddd4 101657314 kdepim-dbg_4.4.3-1_amd64.deb
 276af38f68087cf1ec13f6db8bb85259daa947da 1257514 akregator_4.4.3-1_amd64.deb
 d2d2f172d14f24a10b3dc945499f77858439d140 445618 kaddressbook_4.4.3-1_amd64.deb
 d07160ac89e63f8ed898a0c27e27641d5df8c988 1062160 kalarm_4.4.3-1_amd64.deb
 32b0b9f2937073564a480c6ced1430d2feb44273 78606 
kdepim-kresources_4.4.3-1_amd64.deb
 aa6b0d4048c0d91ed3a924b1139e1cd0c7ab96ab 1129656 
kdepim-groupware_4.4.3-1_amd64.deb
 6f992adee470337c2f14dc5f256db9f43e4db051 196830 
kdepim-wizards_4.4.3-1_amd64.deb
 2fd53369eb752ab02aa3b7ab76ee08ccc621e4d0 1527800 kleopatra_4.4.3-1_amd64.deb
 2fac79f502ccd9df76201e2a7861e8b22d03fa45 3327806 kmail_4.4.3-1_amd64.deb
 a6249952ed537b4ab999e307fdcb90ae7c8371ef 1124026 knode_4.4.3-1_amd64.deb
 b3859e114d9b9f7a6d35f257307fc06d21655667 301476 knotes_4.4.3-1_amd64.deb
 b03f920a3cb71b1372d53a5b0b84e8f098c6b959 94564 
konsolekalendar_4.4.3-1_amd64.deb
 e0a5fb2094e9d27e1eb3ba533a532b0e12c033be 875642 kontact_4.4.3-1_amd64.deb
 4898744f357c3e819c81822838149442de15b563 1981004 korganizer_4.4.3-1_amd64.deb
 8d0ffb2a1c40ac7b28a0f83b4f1b160b172c1cd8 665002 ktimetracker_4.4.3-1_amd64.deb
 73efebd17a690b412b81d600e17b7e7fdb38ff20 778646 libkdepim4_4.4.3-1_amd64.deb
 f176fd342bc5bce68b6f520b39233cae5ea1d459 489888 libkleo4_4.4.3-1_amd64.deb
 e05d693c81a90c54275c27e2fe8c117a91a6ab71 128930 libkpgp4_4.4.3-1_amd64.deb
 7624fd07718f8a94901d73203ac93a300cf04f4b 36200 libksieve4_4.4.3-1_amd64.deb
 7557d4de24ef8ca93d0cfa45a7ae2d047db8a434 109828 libmimelib4_4.4.3-1_amd64.deb
 b1861860df88f13515381a5e8c6702646c218139 60926 
libmessagecore4_4.4.3-1_amd64.deb
 2472d818b0f45999fa4b9365e33292f4244838d0 301958 
libmessagelist4_4.4.3-1_amd64.deb
 152baf6a3c88a25e401fe99f73256440f88c015a 396058 
libmessageviewer0_4.4.3-1_amd64.deb
 adee5d34db8163c7f48f7458e99e9cc76ee5f89e 34036 
kdepim-strigi-plugins_4.4.3-1_amd64.deb
 f2194307c1ad1bf3be2cefc7fb861e2eef731ede 380796 kjots_4.4.3-1_amd64.deb
 9779260a3302c8f1608a0ecff1f8a73f9e5ec734 650618 blogilo_4.4.3-1_amd64.deb
 52827dd3e1d4eabb5d77f2802aab1dff6cc67df1 161530 
akonadiconsole_4.4.3-1_amd64.deb
Checksums-Sha256: 
 d6e79ca15eb67a80e29883a037c7e3bacfd4b22bb916d9606c3f56809da36d5f 2292 
kdepim_4.4.3-1.dsc
 21fc85917b85ac9b571be0b89db1bd3fba489c50a74ce162a3466d18fc5ea672 10829537 
kdepim_4.4.3.orig.tar.gz
 c34a7546c81c85a9ff8e7438b3abcc1975e99ea2e68abb661daac5b79a98ee96 28521 

Accepted kdepim-runtime 4:4.4.3-1 (source amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:56 +0300
Source: kdepim-runtime
Binary: kdepim-runtime kdepim-runtime-dbg
Architecture: amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 kdepim-runtime-dbg - debugging files for akonadi kde runtime components
 kdepim-runtime - Runtime components for akonadi-kde
Changes: 
 kdepim-runtime (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 a273a67a8a8d161b72935db406a895fe3b27ddc7 1663 kdepim-runtime_4.4.3-1.dsc
 488bfd1e9b49d9b4511258d3d8923b9faae567e3 753058 
kdepim-runtime_4.4.3.orig.tar.gz
 fb05c1581f78b9f4471c1a70d5ba37b22eba7585 4901 kdepim-runtime_4.4.3-1.diff.gz
 de4c5dd87338bdf61622cca57b11096a966e1cf0 1904406 
kdepim-runtime_4.4.3-1_amd64.deb
 6234f7f6444147000e3553ffb677e1b7a445f49e 17372462 
kdepim-runtime-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 1398fb30abee22dbcbd2718f99d7d48f0dd767c068752b03d9f7876104d18f75 1663 
kdepim-runtime_4.4.3-1.dsc
 0e2f4f9d329c2fda69afb5dc058b24953853218a6663e72a224ba7d93c8dc064 753058 
kdepim-runtime_4.4.3.orig.tar.gz
 c65229cb8ba834869bc4dee3094304edf0e65603d7c34deea1d8f59021f6b675 4901 
kdepim-runtime_4.4.3-1.diff.gz
 b99de8bc8e149c91dc9c96c54b3d302dd20dce9aa34692d8985af5f89f4b8220 1904406 
kdepim-runtime_4.4.3-1_amd64.deb
 09472a52ea56a217cc74b27ee4d4dd65a6086a0c8611be45815531b8f23f6ad2 17372462 
kdepim-runtime-dbg_4.4.3-1_amd64.deb
Files: 
 2e1c75df0880afc632316de126c00ee9 1663 x11 extra kdepim-runtime_4.4.3-1.dsc
 f11bc2f12725c9685c92c501394f352e 753058 x11 extra 
kdepim-runtime_4.4.3.orig.tar.gz
 fc18fc81707d334741899c9da3e171b0 4901 x11 extra kdepim-runtime_4.4.3-1.diff.gz
 28930fb790ebbdc3bacbd98c6b276952 1904406 x11 extra 
kdepim-runtime_4.4.3-1_amd64.deb
 e11949863abfb3ffa63c2a90399ca25a 17372462 debug extra 
kdepim-runtime-dbg_4.4.3-1_amd64.deb

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

iEYEARECAAYFAkvdMpAACgkQHO9JRnPq4hRRTQCg72NB2B6mFN1qhkpSxunnQ+Ij
RosAoOSLhZytzlt86nwBG30ofnxK24yH
=56Ry
-END PGP SIGNATURE-


Accepted:
kdepim-runtime-dbg_4.4.3-1_amd64.deb
  to main/k/kdepim-runtime/kdepim-runtime-dbg_4.4.3-1_amd64.deb
kdepim-runtime_4.4.3-1.diff.gz
  to main/k/kdepim-runtime/kdepim-runtime_4.4.3-1.diff.gz
kdepim-runtime_4.4.3-1.dsc
  to main/k/kdepim-runtime/kdepim-runtime_4.4.3-1.dsc
kdepim-runtime_4.4.3-1_amd64.deb
  to main/k/kdepim-runtime/kdepim-runtime_4.4.3-1_amd64.deb
kdepim-runtime_4.4.3.orig.tar.gz
  to main/k/kdepim-runtime/kdepim-runtime_4.4.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8wna-0005km...@ries.debian.org



Accepted kdeplasma-addons 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:56 +0300
Source: kdeplasma-addons
Binary: kdeplasma-addons plasma-widgets-addons plasma-dataengines-addons 
plasma-runners-addons plasma-wallpapers-addons plasma-widget-lancelot 
liblancelot0a liblancelot-dev kdeplasma-addons-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Closes: 577948
Description: 
 kdeplasma-addons - addons for KDE 4 Plasma - metapackage
 kdeplasma-addons-dbg - debugging symbols for kdeplasma-addons
 liblancelot0a - library that contains all UI widgets and layouts used in the 
Lanc
 liblancelot-dev - development headers for liblancelot
 plasma-dataengines-addons - addons for KDE 4 Plasma - data engines
 plasma-runners-addons - addons for KDE 4 Plasma - krunner plugins
 plasma-wallpapers-addons - addons for KDE 4 Plasma - wallpaper plugins
 plasma-widget-lancelot - addons for KDE 4 Plasma - lancelot widget
 plasma-widgets-addons - addons for KDE 4 Plasma - widgets
Changes: 
 kdeplasma-addons (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release:
 - Image providers in picture frame now work correctly. (Closes: #577948)
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 22df561d4e9202425ca905a8e4295cadcf7c4801 2062 kdeplasma-addons_4.4.3-1.dsc
 f8488282c64146baae024508af4a825e5600b882 2069810 
kdeplasma-addons_4.4.3.orig.tar.gz
 5e9347c49edf02e7f24714d90f5caacafe4b9b93 16728 kdeplasma-addons_4.4.3-1.diff.gz
 3657d326fbe4a5802332aa6eaab0c3615f50c33a 7604 kdeplasma-addons_4.4.3-1_all.deb
 8b37e74adce813432fcb9c417555dd155d9542f5 1968626 
plasma-widgets-addons_4.4.3-1_amd64.deb
 1f2faf877b546197ba97df1fa2f5640e9956c792 329046 
plasma-dataengines-addons_4.4.3-1_amd64.deb
 01e3459b4a25e604f889e619b6e8ad0393b27e2b 173428 
plasma-runners-addons_4.4.3-1_amd64.deb
 de0011cb211873b573d69e72575b2438fbe0a811 242282 
plasma-wallpapers-addons_4.4.3-1_amd64.deb
 85e7a9f1b351ccdb60a0168ab2c53926e35ceee5 944398 
plasma-widget-lancelot_4.4.3-1_amd64.deb
 318a1d7484618da86c95e0cdd8ba600b44cfa947 171986 liblancelot0a_4.4.3-1_amd64.deb
 d13b4f6a26368c020f5f58da503d27757a67387d 20886 
liblancelot-dev_4.4.3-1_amd64.deb
 fadc9d7b3981fe9821ea38f2dde1fbea153f0fb3 25276494 
kdeplasma-addons-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 d4105859bf8667dbe73e89e33974e3e504a2f65544263c0dd2f1e162990dbc0e 2062 
kdeplasma-addons_4.4.3-1.dsc
 4f2c7670335bcdfa54b6fab4d42b4d29f7835eec88553d27005386d3637642aa 2069810 
kdeplasma-addons_4.4.3.orig.tar.gz
 0296cf9be03d85bb1e3f0a5834b324dfbd53aa13bed286a30dc15ef073ff3bc6 16728 
kdeplasma-addons_4.4.3-1.diff.gz
 0f2e99524ae1d97ab015ad79c2ede93902b3df227169a3cab16930cdc23c84a8 7604 
kdeplasma-addons_4.4.3-1_all.deb
 a8c3a21f74c9e4c92f95ea6a0f87d23a782e7852abfaff9b324a1dabe73efe71 1968626 
plasma-widgets-addons_4.4.3-1_amd64.deb
 9610c3e5ecfd57f1645173408560f288c1a68f06ff1b04b39fe4952da92d882d 329046 
plasma-dataengines-addons_4.4.3-1_amd64.deb
 ab82b6dcf099be2e06bbb160b518b64be80232d3e1e5cd8aa376aef388c6497f 173428 
plasma-runners-addons_4.4.3-1_amd64.deb
 527513e817bd62e8ce4fe6961beb3d2cf8fb3dc8236ab2dab476174d9e568fdd 242282 
plasma-wallpapers-addons_4.4.3-1_amd64.deb
 bb77d1c187ef8bc2693784233aa0ea2475dc9bcd9065aef2a8f90bf1672338a8 944398 
plasma-widget-lancelot_4.4.3-1_amd64.deb
 b9955ef242f6e5b1f7832664849db9cd71140cb44eb7e873cc897d46f201519c 171986 
liblancelot0a_4.4.3-1_amd64.deb
 c38e6b47334380b7b0f1389d282b9302a64774b629339ef9080dcb428ec7a1ae 20886 
liblancelot-dev_4.4.3-1_amd64.deb
 3aef2d7331ef36162e1a6340043e69165cdb220109eb6db5d26afa3d4ed3b139 25276494 
kdeplasma-addons-dbg_4.4.3-1_amd64.deb
Files: 
 b28172284ed665d763d64a556d9bbf84 2062 utils optional 
kdeplasma-addons_4.4.3-1.dsc
 56291a1ae4e28e187aa6661f27f04ce0 2069810 utils optional 
kdeplasma-addons_4.4.3.orig.tar.gz
 395451cca002b6b48aed288b78e5ac2e 16728 utils optional 
kdeplasma-addons_4.4.3-1.diff.gz
 ad68a68955946d45608572c542e40d46 7604 kde optional 
kdeplasma-addons_4.4.3-1_all.deb
 7f474a01059bb98f9e4c7535fad51bfb 1968626 kde optional 
plasma-widgets-addons_4.4.3-1_amd64.deb
 ef4b842bae9ffc55e27173c071b8cd75 329046 kde optional 
plasma-dataengines-addons_4.4.3-1_amd64.deb
 7e584b159bb23f5e41d6cbeb4c70e6a2 173428 kde optional 
plasma-runners-addons_4.4.3-1_amd64.deb
 2c5a0173091485fc131cf8a8043f1be8 242282 kde optional 
plasma-wallpapers-addons_4.4.3-1_amd64.deb
 abc630f7307c94e74b63ed424a573604 944398 kde optional 
plasma-widget-lancelot_4.4.3-1_amd64.deb
 c0f5130acc6b59d9baaef8143e0e67ce 171986 libs optional 
liblancelot0a_4.4.3-1_amd64.deb
 4075292876296747492db9b32b1a40f1 20886 libdevel optional 
liblancelot-dev_4.4.3-1_amd64.deb
 3f1b58aec600ece2845d1841241b9b11 25276494 debug extra 
kdeplasma-addons-dbg_4.4.3-1_amd64.deb

-BEGIN PGP 

Accepted kdesdk 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:57 +0300
Source: kdesdk
Binary: kdesdk cervisia kapptemplate kate kbugbuster kcachegrind 
kcachegrind-converters kdesdk-kio-plugins kdesdk-misc kdesdk-scripts 
kdesdk-strigi-plugins kmtrace kompare kuiviewer cvsservice poxml umbrello 
lokalize kpartloader kdesdk-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 cervisia   - CVS client for KDE 4
 cvsservice - D-Bus service for accessing CVS repositories
 kapptemplate - KDE 4 application template generator
 kate   - KDE 4 Advanced Text Editor
 kbugbuster - Bugzilla client for KDE 4
 kcachegrind-converters - format converters for KCachegrind profiler 
visualisation tool
 kcachegrind - visualisation tool for the Valgrind profiler
 kdesdk-dbg - debugging symbols for the KDE 4 Software Development Kit module
 kdesdk-kio-plugins - transparent Subversion access and Perl documentation KIO 
slaves
 kdesdk-misc - miscellaneous tools from the KDE 4 Software Development Kit
 kdesdk-scripts - scripts and data files for KDE 4 development
 kdesdk - Software Development Kit from the official KDE 4 release
 kdesdk-strigi-plugins - software development file format plugins for Strigi 
Desktop Searc
 kmtrace- memory leak tracer for KDE 4
 kompare- file difference viewer for KDE 4
 kpartloader - test tool for KParts
 kuiviewer  - viewer for Qt Designer user interface files
 lokalize   - computer-aided translation system for KDE 4
 poxml  - tools for translating DocBook XML files with gettext
 umbrello   - UML modelling tool and code generator
Changes: 
 kdesdk (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Ferdinand Thommes ]
   * fixed copyright file
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 f341397888cfa149fc1933001473e25c7ec00319 1876 kdesdk_4.4.3-1.dsc
 e81ab51e6b4cf4aa665b85870ec06a5307fee6fa 6524856 kdesdk_4.4.3.orig.tar.gz
 9a16bd9398f6f5e98b9190c6c36c0895d6e109f2 32990 kdesdk_4.4.3-1.diff.gz
 3c670ca4153ffe86d66883acd4fe766b9a761aaf 13052 kdesdk_4.4.3-1_all.deb
 1e140bcb3fe0182e7bae7d0f46fcfaf0ad2b8299 27620 
kcachegrind-converters_4.4.3-1_all.deb
 52ad2ccfe7f648da63df7e98960a9388c2cda2b8 237516 kdesdk-scripts_4.4.3-1_all.deb
 13d3c069f341483d4a1f1789ab8da5657e71acbf 708356 cervisia_4.4.3-1_amd64.deb
 5296895c972187732e9233fd838fd39b57303d0a 824216 kapptemplate_4.4.3-1_amd64.deb
 e0a89486924b94052fca7acbabafc78c257424af 1284202 kate_4.4.3-1_amd64.deb
 c5ad17a40e967e33eb25cf8a02be0db11a8485de 410774 kbugbuster_4.4.3-1_amd64.deb
 751bbdf4c559397fa1353a3b58bd2449aeca8dc5 408276 kcachegrind_4.4.3-1_amd64.deb
 96fbb6460d3b76a6c561155ed59d0cc09f33249d 435598 
kdesdk-kio-plugins_4.4.3-1_amd64.deb
 c66867921278642ef56d225a49251a4998eb4f7e 26696 kdesdk-misc_4.4.3-1_amd64.deb
 a426508d773b8d557252f77e2ebed211496d0f2a 27928 
kdesdk-strigi-plugins_4.4.3-1_amd64.deb
 93212cacaad0a20fa12a1ecbaf63eb3a7dba6e32 105066 kmtrace_4.4.3-1_amd64.deb
 deb6431e40a57fb3b56ed3b96f53d690b67f70df 399150 kompare_4.4.3-1_amd64.deb
 0f754faa5322485d9d04c29b7461dff1e6bdfa29 54496 kuiviewer_4.4.3-1_amd64.deb
 0d2ed516b4b0ae3dd1178c11223312813e2b8da2 64200 cvsservice_4.4.3-1_amd64.deb
 87c3daa4fc00daa013225b205ebf92b2ef362fcb 276458 poxml_4.4.3-1_amd64.deb
 9e88f9ccba469c2b48c4715cc645a814dc3c87d8 2856192 umbrello_4.4.3-1_amd64.deb
 d0945bfddb054a414f1873bb20925328e7403e88 762560 lokalize_4.4.3-1_amd64.deb
 fcda8f61eec5361a6924e5bbb4510a23e509a47d 24584 kpartloader_4.4.3-1_amd64.deb
 59d4a35416712d7a392e5c7f68f150bbacc3bb86 46870240 kdesdk-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 b8db5db2be2f0b4b5be8c23acd39333969cc5b2d5b50954f3a2109c1be1adf2c 1876 
kdesdk_4.4.3-1.dsc
 13fb5e3a576c370264aa54b6eef7e7fdb460d775654f357380b1927c43001b69 6524856 
kdesdk_4.4.3.orig.tar.gz
 097bb8c8d2f64570966d08743c2169ec43e439b71a102322863887b4ffdc48d3 32990 
kdesdk_4.4.3-1.diff.gz
 8907165a4325cc2bec261cfcd26dc7b925a3f11426965867fb1a05feec9ca5dc 13052 
kdesdk_4.4.3-1_all.deb
 8d0a03e754078810a11884fd36967a9ea8e6ac4a1fcfa5981494e064f2c61661 27620 
kcachegrind-converters_4.4.3-1_all.deb
 c99829560733f527f8b8248f1363c1f6f9398ce5b130df4119b4960fc412037b 237516 
kdesdk-scripts_4.4.3-1_all.deb
 7cd563fce0aeeb62d7957c8030d36a9e29fdebed65abd281385974f15a30e66b 708356 
cervisia_4.4.3-1_amd64.deb
 38cb3645c4c6095d7e1a5c760053334a27d5e0ba93313de96ff74a50af79535a 824216 
kapptemplate_4.4.3-1_amd64.deb
 0c47e80798de4db3571347a20019e07934c59bf6e479ec0126580ded2b3c67c7 1284202 
kate_4.4.3-1_amd64.deb
 f603168ebac3fb7c4ddd355334a19a310fad68d8b944cb1753eb04f0bedf21c9 410774 
kbugbuster_4.4.3-1_amd64.deb
 f1013ed84611234babf36d02d4b00e465c2ba5de4f35713524e2ce010a7c848d 408276 
kcachegrind_4.4.3-1_amd64.deb
 

Accepted kdetoys 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:57 +0300
Source: kdetoys
Binary: kdetoys amor kteatime ktux kweather kdetoys-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 amor   - KDE 4 desktop companion
 kdetoys-dbg - debugging symbols for kdetoys
 kdetoys- desktop toys from the official KDE 4 release
 kteatime   - KDE 4 utility for making a fine cup of tea
 ktux   - Tux screensaver for KDE 4
 kweather   - weather display applet for KDE
Changes: 
 kdetoys (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 b68c8becbf7b4926ef76c055a02086cd16e65708 1612 kdetoys_4.4.3-1.dsc
 74712dcf8a68b55174dc57945d545b161c99e939 1397909 kdetoys_4.4.3.orig.tar.gz
 679649d77cbccdeea3707f33c950265c46b945e5 7333 kdetoys_4.4.3-1.diff.gz
 355b37cae271f0234998a505ca9eaab85f87fc87 6090 kdetoys_4.4.3-1_all.deb
 ea4715762002c83902d8ccd479759f2762adb2d9 222986 amor_4.4.3-1_amd64.deb
 c6f3666f44b3e010e49b81ade7e2c40cf964ecef 137790 kteatime_4.4.3-1_amd64.deb
 08072f315209b7df9e8e42591187410be6e627a5 127844 ktux_4.4.3-1_amd64.deb
 6cb61c891a396272749db9100b1b64e835b047aa 1033896 kweather_4.4.3-1_amd64.deb
 3d94624aa627131e9e63102abefca17983db8f03 2100258 kdetoys-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 0fb886bf90e372f0f2ee776d113f0160d99a8e8bfa3f73c67930210c2eaed3ac 1612 
kdetoys_4.4.3-1.dsc
 86c812850c8ad15408d6a5e73014c201246746c31424d3929eae1961b184eb0f 1397909 
kdetoys_4.4.3.orig.tar.gz
 a044de828c82cd44a5e3ec66960ec56b470acbc0d3f2f8e97a09b98bb22ddfb1 7333 
kdetoys_4.4.3-1.diff.gz
 1fa42d94e395b2d7686bd1c29ba455df7be15a761710826ab5d3522429f0bd8b 6090 
kdetoys_4.4.3-1_all.deb
 e4da1ecc222ef7db409da39147535a1f4f61b6060fdf554636276687718fe0e9 222986 
amor_4.4.3-1_amd64.deb
 6af8417a13dcb93a9b5c3eea00c92838be169d3de32ded6b21e35ff72c2e8fe2 137790 
kteatime_4.4.3-1_amd64.deb
 b33bb657bdc60f61dc6946e68490009baa673bf17cc97cfdee2dcbb07e876a74 127844 
ktux_4.4.3-1_amd64.deb
 e34328aa8cc287a76d397edc287e67b2fc95c2765687961618be0ff6a2f70cf6 1033896 
kweather_4.4.3-1_amd64.deb
 bf47aaadf52efe62e06805cc86da8430376f00efa9c3972db35afcdd0c8dd0cf 2100258 
kdetoys-dbg_4.4.3-1_amd64.deb
Files: 
 d413203ce06cb3893292dd85fd753c30 1612 kde optional kdetoys_4.4.3-1.dsc
 1e04eaae99abc2c5f208aad33371a697 1397909 kde optional kdetoys_4.4.3.orig.tar.gz
 a256f66e136376d815698b517513122e 7333 kde optional kdetoys_4.4.3-1.diff.gz
 a517a598f505f27c83e23e58122ea125 6090 kde optional kdetoys_4.4.3-1_all.deb
 869402ee8f089d4e65eff062672b3aac 222986 games optional amor_4.4.3-1_amd64.deb
 ed9f73a130edffcf5e95d9a76cef9f40 137790 kde optional kteatime_4.4.3-1_amd64.deb
 3ed4a0801c06b459ce911c58d5181d34 127844 kde optional ktux_4.4.3-1_amd64.deb
 3934c384cc4cf108b3e977276e41b865 1033896 kde optional 
kweather_4.4.3-1_amd64.deb
 aefc99c20c7866f4f75623686af809e0 2100258 debug extra 
kdetoys-dbg_4.4.3-1_amd64.deb

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

iEYEARECAAYFAkvdMpEACgkQHO9JRnPq4hQZbwCgwJfTdTIwCtwFSP449FEWfeAI
3LEAni0+dJxFIIjdgrdRWhZHybz6PhAx
=cwiW
-END PGP SIGNATURE-


Accepted:
amor_4.4.3-1_amd64.deb
  to main/k/kdetoys/amor_4.4.3-1_amd64.deb
kdetoys-dbg_4.4.3-1_amd64.deb
  to main/k/kdetoys/kdetoys-dbg_4.4.3-1_amd64.deb
kdetoys_4.4.3-1.diff.gz
  to main/k/kdetoys/kdetoys_4.4.3-1.diff.gz
kdetoys_4.4.3-1.dsc
  to main/k/kdetoys/kdetoys_4.4.3-1.dsc
kdetoys_4.4.3-1_all.deb
  to main/k/kdetoys/kdetoys_4.4.3-1_all.deb
kdetoys_4.4.3.orig.tar.gz
  to main/k/kdetoys/kdetoys_4.4.3.orig.tar.gz
kteatime_4.4.3-1_amd64.deb
  to main/k/kdetoys/kteatime_4.4.3-1_amd64.deb
ktux_4.4.3-1_amd64.deb
  to main/k/kdetoys/ktux_4.4.3-1_amd64.deb
kweather_4.4.3-1_amd64.deb
  to main/k/kdetoys/kweather_4.4.3-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8wqw-0007bj...@ries.debian.org



Accepted kdeutils 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:57 +0300
Source: kdeutils
Binary: kdeutils kdeutils-dbg ark kcalc kcharselect kdelirc kdf kfloppy kgpg 
ktimer kwalletmanager okteta plasma-scriptengine-superkaramba sweeper 
printer-applet
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 ark- archive utility for KDE 4
 kcalc  - calculator for KDE 4
 kcharselect - special character utility for KDE 4
 kdelirc- infrared remote control for KDE 4
 kdeutils-dbg - debugging symbols for the KDE 4 utilities module
 kdeutils   - general-purpose utilities from the official KDE 4 release
 kdf- disk information utility for KDE 4
 kfloppy- floppy formatter for KDE 4
 kgpg   - encryption utility for KDE 4
 ktimer - countdown timer for KDE 4
 kwalletmanager - secure password wallet manager for KDE 4
 okteta - hexadecimal editor for binary files for KDE 4
 plasma-scriptengine-superkaramba - SuperKaramba theme support for the KDE 4 
Plasma desktop
 printer-applet - manages your printing jobs
 sweeper- history and temporary file cleaner for KDE 4
Changes: 
 kdeutils (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 bb2f220310e17e5f033215fb76708b466cc4bc1c 1839 kdeutils_4.4.3-1.dsc
 12d52fbc854300e33ec658eea01c788571b996c5 3003989 kdeutils_4.4.3.orig.tar.gz
 f18ca9fa8515cffa70d6a9f284605a229253c899 13534 kdeutils_4.4.3-1.diff.gz
 a46c16ad84be9f4220b15e44f17848be30d8c018 11312 kdeutils_4.4.3-1_all.deb
 2b45a7921f7a071264e4a620a02425bc58ea5e04 41874 printer-applet_4.4.3-1_all.deb
 36045e6455ed30af31cc872e2803f60edfb83162 25185720 
kdeutils-dbg_4.4.3-1_amd64.deb
 6d1bb0c2f8470bc01b5c497d204b883373450a58 305452 ark_4.4.3-1_amd64.deb
 d17ab7f7eff88b9f504bce3bee4af443ab5eb1e0 159552 kcalc_4.4.3-1_amd64.deb
 0e1fb4708281413c51113c8965b7d6f1c0dbaacb 33008 kcharselect_4.4.3-1_amd64.deb
 98750ddc4f1be026430cef209e015684d53ca7ab 274862 kdelirc_4.4.3-1_amd64.deb
 45e32368773051730a12d77a92da7fbb17aadce6 330752 kdf_4.4.3-1_amd64.deb
 0d5317541c1a7641829e633ec04c5bbbde066090 87154 kfloppy_4.4.3-1_amd64.deb
 26f6460b5b064460cb528450ae44c372d39bebff 1037342 kgpg_4.4.3-1_amd64.deb
 51fc168270f221b8383b0edbde9172bdea500566 136398 ktimer_4.4.3-1_amd64.deb
 9a01e86c2a72533d91c64f881f89d36c3594522c 436442 
kwalletmanager_4.4.3-1_amd64.deb
 82c4a8c1dd8a1eb709d5862988f80880a4a87615 710490 okteta_4.4.3-1_amd64.deb
 430efac23dfb035bee3867f7a48e96e918808ca7 350474 
plasma-scriptengine-superkaramba_4.4.3-1_amd64.deb
 44d961c28592a1bf5a865e61c7fd3ebbd777fd92 40036 sweeper_4.4.3-1_amd64.deb
Checksums-Sha256: 
 e59c30296394de31528d904f387463aa94392f3f828120724b23b70fd9892eb7 1839 
kdeutils_4.4.3-1.dsc
 a03f56e32f8d6922bdba44ae8fdc5b638c0f0f7c6def5f88d3e329a24c9cab98 3003989 
kdeutils_4.4.3.orig.tar.gz
 a0d11a0b7d3ee460d207c231388fca11e73b859fb49c3752709b2313e72313fd 13534 
kdeutils_4.4.3-1.diff.gz
 325caf4b154e6330f60bc7be626f3c0477d0317d590544b57b0af8d4945220e8 11312 
kdeutils_4.4.3-1_all.deb
 3b34d0075d419df4c79a29a42192a4910019d79162b90510cfafc156d7d369f0 41874 
printer-applet_4.4.3-1_all.deb
 9608480416ec40c8d2895c7406842f9d453746b1052cb79325cf01e5fb4dfb6b 25185720 
kdeutils-dbg_4.4.3-1_amd64.deb
 dc31e791995daa99f27a10ca0164b46a378797cc87b67d18a1aefcdfb11aa871 305452 
ark_4.4.3-1_amd64.deb
 fe3e5f4fb9921fab8cff00fbc99045ba4b4a0c3d3e303b1c5caf54856249d3b3 159552 
kcalc_4.4.3-1_amd64.deb
 4e43b9e6d37116ae72b67ea8ab66b306e8979db995fe06e3041de974a95782c1 33008 
kcharselect_4.4.3-1_amd64.deb
 8480393588e58480da2f8fd3b7eb6c2703667db0f7b3d226453313f1624b352d 274862 
kdelirc_4.4.3-1_amd64.deb
 aa819de87c530d561727778f1bdc6e4f5666ce24cedca998197b907386062fe6 330752 
kdf_4.4.3-1_amd64.deb
 5582029732af22d1a3867a4cee5fd35f7a4e1e3a2043b916cee8d2b4ee6f68fa 87154 
kfloppy_4.4.3-1_amd64.deb
 29a1b0bbd08936cbd380eb432e0805e5ed7075411ae63d956fe7e6b09f2fb287 1037342 
kgpg_4.4.3-1_amd64.deb
 827e39b1b6e51beaceb586210a7172da8ec63e6e0ed8c1e7c3c35f0a4d5db18d 136398 
ktimer_4.4.3-1_amd64.deb
 f69fa9dfa8f80bdea52580aaedb9b58d23cc9bec79471502114e3ffc9e8fd18a 436442 
kwalletmanager_4.4.3-1_amd64.deb
 018e4cd8dfaca8ea9910fadcfa11a7a69ede7ea462364d4b88ca1719d388b0ea 710490 
okteta_4.4.3-1_amd64.deb
 879493531c502b5a329ee0474dd036b8e031550a9a972cc0060d0b116a92534a 350474 
plasma-scriptengine-superkaramba_4.4.3-1_amd64.deb
 c875faec450bf6458d99f47a9899337ea24de4b66fab8e77839ec8da4db8e25c 40036 
sweeper_4.4.3-1_amd64.deb
Files: 
 d24d86bf8cb1b8caad1bfe73275ec524 1839 kde optional kdeutils_4.4.3-1.dsc
 6b5a932cae1f5532d6d6ed8211c18e13 3003989 kde optional 
kdeutils_4.4.3.orig.tar.gz
 b3a9b8cc307632df419ac2a55ec7adc7 13534 kde optional kdeutils_4.4.3-1.diff.gz
 

Accepted kdewebdev 4:4.4.3-1 (source all amd64)

2010-05-02 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 23:37:58 +0300
Source: kdewebdev
Binary: kdewebdev kfilereplace kimagemapeditor klinkstatus kommander 
kdewebdev-dbg
Architecture: all amd64 source
Version: 4:4.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 kdewebdev-dbg - debugging symbols for the KDE 4 web development module
 kdewebdev  - web development apps from the official KDE 4 release
 kfilereplace - batch search-and-replace component for KDE 4
 kimagemapeditor - HTML image map editor for KDE 4
 klinkstatus - web link validity checker for KDE 4
 kommander  - visual dialog builder and executor tool
Changes: 
 kdewebdev (4:4.4.3-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Bump kde-sc-dev-latest build dependency to 4.4.3.
   * Release KDE SC 4.4.3 to unstable.
Checksums-Sha1: 
 704d44a851c6b0b0785bbc52dcd51ead473d3c4d 1603 kdewebdev_4.4.3-1.dsc
 9a36c2f85174c2f4cf9f6a14cccdb535ce6f853e 2361517 kdewebdev_4.4.3.orig.tar.gz
 31a2ec3bfe94e96b98d4d47e8ce980ee9b1db7de 7198 kdewebdev_4.4.3-1.diff.gz
 224b20e2f69fd3a975e8a66c419714f2d504e4d3 6644 kdewebdev_4.4.3-1_all.deb
 31b3288084ed14823ee35d29d123ed2572caaa5c 571158 kfilereplace_4.4.3-1_amd64.deb
 6d20559205b4fc39867aaab6711c5075897ecaca 296184 
kimagemapeditor_4.4.3-1_amd64.deb
 9a1eb8f4b29365f68e64b5d91620e7cccbe4256c 395212 klinkstatus_4.4.3-1_amd64.deb
 0e0e458718940cade1f6a6c5aa73feb778e9edb4 350156 kommander_4.4.3-1_amd64.deb
 ec4d6b87079795f51fda16d63b62cb675cef9b2f 8664330 
kdewebdev-dbg_4.4.3-1_amd64.deb
Checksums-Sha256: 
 c9ed70dd44b34fa9ec3d4a84e68c0405b5ede66867cab46849d1e7d86e466ada 1603 
kdewebdev_4.4.3-1.dsc
 bf7f5d123b40d333f68f3a178cb21f71cd73e51a3cc1d7e96fe28d30857fb6c5 2361517 
kdewebdev_4.4.3.orig.tar.gz
 8bf6c940af2e34467a3053020a77407a8d1487923f4f7c618d8a36d4b2b4855c 7198 
kdewebdev_4.4.3-1.diff.gz
 7cdf467518287fa120a1063d529f6451dceff27ecf1173c8431bb03f4176d891 6644 
kdewebdev_4.4.3-1_all.deb
 e449d8d62a24d95ac82f6e6a6f7fe593af26eafdfdc608c25aa4072cbc31c04b 571158 
kfilereplace_4.4.3-1_amd64.deb
 4b46195cf3b428286b3bb8a5c7f21d80dce3ce8c25620edc2653cca2136791c5 296184 
kimagemapeditor_4.4.3-1_amd64.deb
 3f22c1a1f2774cb237cb0eef63cf0983298432db36095bf1158ab42cd8132e0e 395212 
klinkstatus_4.4.3-1_amd64.deb
 dc6b61b08925f781a18ccc26b74ab368577f254b2fdb72b0f4ea3cb8973b6218 350156 
kommander_4.4.3-1_amd64.deb
 84a79c4b38ac5e07e13558e3138ab7f610a81046fbc46ba42d7d5fd2fc7216fd 8664330 
kdewebdev-dbg_4.4.3-1_amd64.deb
Files: 
 a72e1c5850e3cd2682e661effee11eea 1603 web optional kdewebdev_4.4.3-1.dsc
 62e45ce8a8e5dcf16b108071b5446eb0 2361517 web optional 
kdewebdev_4.4.3.orig.tar.gz
 465e4076161085162b8a583c708572e0 7198 web optional kdewebdev_4.4.3-1.diff.gz
 21bd8424f1d35f23e406fbef38250e69 6644 kde optional kdewebdev_4.4.3-1_all.deb
 4fb239dbeadfdf2cc9b6011315bbc360 571158 kde optional 
kfilereplace_4.4.3-1_amd64.deb
 6f27dd747a09728df021f44e2dc59df3 296184 editors optional 
kimagemapeditor_4.4.3-1_amd64.deb
 5d1a0f5659b14ff9d748ea42719a4bfe 395212 web optional 
klinkstatus_4.4.3-1_amd64.deb
 3c068ca36fe83f80a8178dbd4819134a 350156 devel optional 
kommander_4.4.3-1_amd64.deb
 c9995cc8388975ba678fca8221ada5ad 8664330 debug extra 
kdewebdev-dbg_4.4.3-1_amd64.deb

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

iEYEARECAAYFAkvdMpEACgkQHO9JRnPq4hRihACfYM0BrJONYn0tS8t4xtQq+kBN
NyQAmwW3jsC5vekskavZkWon68a6dEUM
=nQc1
-END PGP SIGNATURE-


Accepted:
kdewebdev-dbg_4.4.3-1_amd64.deb
  to main/k/kdewebdev/kdewebdev-dbg_4.4.3-1_amd64.deb
kdewebdev_4.4.3-1.diff.gz
  to main/k/kdewebdev/kdewebdev_4.4.3-1.diff.gz
kdewebdev_4.4.3-1.dsc
  to main/k/kdewebdev/kdewebdev_4.4.3-1.dsc
kdewebdev_4.4.3-1_all.deb
  to main/k/kdewebdev/kdewebdev_4.4.3-1_all.deb
kdewebdev_4.4.3.orig.tar.gz
  to main/k/kdewebdev/kdewebdev_4.4.3.orig.tar.gz
kfilereplace_4.4.3-1_amd64.deb
  to main/k/kdewebdev/kfilereplace_4.4.3-1_amd64.deb
kimagemapeditor_4.4.3-1_amd64.deb
  to main/k/kdewebdev/kimagemapeditor_4.4.3-1_amd64.deb
klinkstatus_4.4.3-1_amd64.deb
  to main/k/kdewebdev/klinkstatus_4.4.3-1_amd64.deb
kommander_4.4.3-1_amd64.deb
  to main/k/kdewebdev/kommander_4.4.3-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8wrf-0008gk...@ries.debian.org



Accepted iceape 2.0.4-2 (source all amd64)

2010-05-02 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 11:41:39 +0200
Source: iceape
Binary: iceape iceape-browser iceape-dev iceape-dbg iceape-mailnews 
iceape-chatzilla
Architecture: source all amd64
Version: 2.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceape - The Iceape Internet Suite
 iceape-browser - Iceape Navigator (Internet browser) and Composer
 iceape-chatzilla - Iceape Chatzilla IRC client
 iceape-dbg - Debugging symbols for the Iceape Internet Suite
 iceape-dev - Transition package to xulrunner-dev
 iceape-mailnews - Iceape Mail  Newsgroups and Address Book
Closes: 562970 573400 579726
Changes: 
 iceape (2.0.4-2) unstable; urgency=low
 .
   * debian/extra-stuff/*: Synchronize with xulrunner.
   * debian/iceape-browser.install: Install debUpdateNotifier related chrome
 (localization).
   * debian/rules: Build with -std=gnu++0x.
   * debian/branding/Makefile.in, debian/branding/aboutIce.js,
 debian/branding/ice.*, debian/branding/jar.mn,
 debian/iceape-browser.install: Add a about:iceape page similar to
 about:mozilla.
 .
   * mozilla/toolkit/xre/nsAppRunner.cpp:
 - KDE/Gnome startup notification not disappearing when app window is up.
   bz#416053. Closes: #562970.
 - KDE/Gnome startup notification not disappearing for the first time
   startup (needsRestart). bz#534845.
   * configure*, mozilla/configure*, mozilla/js/src/configure*: Revert change
 to force not to use -fshort-wchar.
   * configure*, mozilla/configure*, mozilla/js/src/configure*,
 mozilla/js/src/config/autoconf.mk.in, mozilla/xpcom/glue/nsStringAPI.h,
 mozilla/xpcom/string/public/nsLiteralString.h,
 mozilla/xpcom/xpcom-config.h.in: Use char16_t when available, and when it
 is, don't test for -fshort-wchar. bz#502298.
   * mozilla/embedding/components/find/src/nsFind.cpp,
 mozilla/layout/base/nsCSSRendering.cpp,
 mozilla/layout/generic/nsTextFrameThebes.cpp,
 mozilla/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.cpp,
 mozilla/modules/plugin/base/public/npruntime.h,
 mozilla/netwerk/streamconv/converters/nsBinHexDecoder.cpp,
 mozilla/xpcom/tests/TestEncoding.cpp: Fix compiler errors with g++ 4.4
 with -std=gnu++0x of the form: error: narrowing conversion ... inside { }.
 bz#502301.
   * mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in,
 mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_sh.cpp,
 mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_sh.cpp: Add
 xptcall support for SH4 processors. Closes: #573400. bz#382214.
   * mozilla/xpcom/threads/nsProcessCommon.cpp: Fix remaining race condition
 when calling nsProcess.Kill. bz#543441.
   * mailnews/imap/src/nsImapIncomingServer.cpp: Fix crash when
 m_foldersToStat.Count == 0. Closes: #579726. bz#550455.
Checksums-Sha1: 
 05b614b6f4ba39f5815aead8f49c5922bb833dc7 2012 iceape_2.0.4-2.dsc
 760d98c7b9944ccbc185ad86e4758fa987e3a4e1 313788 iceape_2.0.4-2.debian.tar.gz
 c841d3252111485d48bd95933c769ecae42acdd9 40548 iceape_2.0.4-2_all.deb
 3960f4a72a5134a8ff46df89ead83c3742a92df3 11935930 
iceape-browser_2.0.4-2_amd64.deb
 8394be5ffd41c008d9e513495126f513f823947d 38498 iceape-dev_2.0.4-2_all.deb
 14cff1b7568815cb052a7d322c4b64dc7ce1bbe7 67780528 iceape-dbg_2.0.4-2_amd64.deb
 8cc787e44256894f9df36899be4d9abdf48aea04 2233362 
iceape-mailnews_2.0.4-2_amd64.deb
 4ab7be5e68728612eab61d6ff14078687286b3f4 366768 
iceape-chatzilla_2.0.4-2_all.deb
Checksums-Sha256: 
 9c1d3b7f3dd32834ce3dc9f3cb67a44ebbcde3857cf31875ed7dd5c91cd4caad 2012 
iceape_2.0.4-2.dsc
 1dc653b88a4da6d91e71efef983f6b3e3885cb49ff5063d0af2edbc2cd82c145 313788 
iceape_2.0.4-2.debian.tar.gz
 140b525b4d5b416a59b9deb6bcda5e454c498394ca70494d81bda9e07074f620 40548 
iceape_2.0.4-2_all.deb
 c4c8653b5110f168f8e62a34026223466ffaf2756b47d1cf56bf911a25b3a5b8 11935930 
iceape-browser_2.0.4-2_amd64.deb
 275bcb05716ec961d46723d3a69487ed073c882c9564a8fc5736bfdcd6e59452 38498 
iceape-dev_2.0.4-2_all.deb
 338790f71443da9d028a90291029081ea57b9020023b1487cc82b21cb58e2ac1 67780528 
iceape-dbg_2.0.4-2_amd64.deb
 3623ec2581fc229abfff20ac40f27fe14112a4992d820c26e178eb876178d3df 2233362 
iceape-mailnews_2.0.4-2_amd64.deb
 1cb324b26efda1325c44122062bf1df755ec92e7846d3d5fa9f249cc5a3b5b02 366768 
iceape-chatzilla_2.0.4-2_all.deb
Files: 
 a0f581eef6578fad8e248a0360ffda1a 2012 net optional iceape_2.0.4-2.dsc
 67d5fbc28cf51499f7d1f39ee0303eeb 313788 net optional 
iceape_2.0.4-2.debian.tar.gz
 ee40562604ec9dcc72db1e065fed1ea6 40548 web optional iceape_2.0.4-2_all.deb
 1e49c952f986c1a990583251c7496ee8 11935930 web optional 
iceape-browser_2.0.4-2_amd64.deb
 1cbffa303b8e6b7b66f9463b0e149835 38498 devel optional 
iceape-dev_2.0.4-2_all.deb
 147342f52877a6411c14c82d915c6f31 67780528 debug extra 
iceape-dbg_2.0.4-2_amd64.deb
 

Accepted ldap2zone 0.1-6 (source i386)

2010-05-02 Thread Benoit Mortier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Apr 2010 00:16:23 +0200
Source: ldap2zone
Binary: ldap2zone
Architecture: source i386
Version: 0.1-6
Distribution: unstable
Urgency: low
Maintainer: GOsa packages maintainers group gosa-...@oss.gonicus.de
Changed-By: Benoit Mortier benoit.mort...@opensides.be
Description: 
 ldap2zone  - Extract DNS zones from LDAP trees
Changes: 
 ldap2zone (0.1-6) unstable; urgency=low
 .
   * Added parameters to allow notify dns protocol and zone transfer
Checksums-Sha1: 
 efc244127db20eb597cd8971eba4131e2289f9c9 1294 ldap2zone_0.1-6.dsc
 54f954cdcf4511d3ddb2977d007a9aad1fd58036 7064 ldap2zone_0.1-6.diff.gz
 2fb8c6c2532a8faf27c8149c8efb351a54f38023 12002 ldap2zone_0.1-6_i386.deb
Checksums-Sha256: 
 5ebb68b205c56fcdfd263a564aa98b13cc3b18600c625fdbe23ba00f65b8fe7b 1294 
ldap2zone_0.1-6.dsc
 538d12accca3b7d79a3fcb36d6d86228af475a8564a924828fdaa0586e4646c3 7064 
ldap2zone_0.1-6.diff.gz
 1de31501637c3ebc5a818086c7455a105a995e6e56d8e02d22845ad45172b928 12002 
ldap2zone_0.1-6_i386.deb
Files: 
 f82d039afdb346a231328b8ac33f0180 1294 utils optional ldap2zone_0.1-6.dsc
 e2551b389d53665fc2aff8751f0b 7064 utils optional ldap2zone_0.1-6.diff.gz
 0db6a9fe7750ea4a3df4fe15fbd591ca 12002 utils optional ldap2zone_0.1-6_i386.deb

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

iEYEARECAAYFAkvdU/IACgkQOW2jYf5fHX/IRwCfXP6CDxhKmULzF0EAmccWc2Ab
iO4An2mxVL5AUowKk1W1i88be6RIN0YS
=4b5P
-END PGP SIGNATURE-


Accepted:
ldap2zone_0.1-6.diff.gz
  to main/l/ldap2zone/ldap2zone_0.1-6.diff.gz
ldap2zone_0.1-6.dsc
  to main/l/ldap2zone/ldap2zone_0.1-6.dsc
ldap2zone_0.1-6_i386.deb
  to main/l/ldap2zone/ldap2zone_0.1-6_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8x1w-0002ai...@ries.debian.org



Accepted sun-java6 6.20-dlj-3 (source i386 all)

2010-05-02 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 12:07:16 +0200
Source: sun-java6
Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin 
ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-demo 
sun-java6-source sun-java6-javadb
Architecture: source i386 all
Version: 6.20-dlj-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 ia32-sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (32-bit)
 ia32-sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 (32-bit)
 sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture 
dependent
 sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples
 sun-java6-fonts - Lucida TrueType fonts (from the Sun JRE)
 sun-java6-javadb - Java(TM) DB, Sun Microsystems' distribution of Apache Derby
 sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6
 sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture 
independen
 sun-java6-plugin - The Java(TM) Plug-in, Java SE 6
 sun-java6-source - Sun Java(TM) Development Kit (JDK) 6 source files
Closes: 478673 532359 541154
Changes: 
 sun-java6 (6.20-dlj-3) unstable; urgency=low
 .
   * Change Vcs-Svn header to allow anonymous access. (Closes: #478673)
   * Add Recommends: ia32-libs-gtk to package ia32-sun-java6-bin.
 (Closes: #532359)
   * Add a some information to README.Debian that explains how to enable the
 plugin in Iceweasel. (Closes: #541154)
   * Add myself to Uploaders.
   * Add missing changelog entry for CVE-2010-0087 to version 6.19-0ubuntu1.
   * Add missing changelog entry for CVE-2010-1423 to version 6.20-1.
Checksums-Sha1: 
 b81f364801d48b14163379b95b5120e571b645c0 1690 sun-java6_6.20-dlj-3.dsc
 6d56dca189aac82725ab0eb0948d607e667774a2 83469 
sun-java6_6.20-dlj-3.debian.tar.gz
 3c9509f28fbcc4a56648e3d66bb697a73ee68c7c 29453180 
sun-java6-bin_6.20-dlj-3_i386.deb
 5ff984872769bc5c4801874ec768f2ed99cb78a6 2004 
sun-java6-plugin_6.20-dlj-3_i386.deb
 8665202f98f40f5103c0ea9a75df9c61d4a569ff 20762552 
sun-java6-jdk_6.20-dlj-3_i386.deb
 f1a4ee7bc12107ba470f3f89ef14beb86a105aa3 12237758 
sun-java6-demo_6.20-dlj-3_i386.deb
 1297bb3ea045579f8a231bcaa3404a6b35d3afaf 6410324 
sun-java6-jre_6.20-dlj-3_all.deb
 b92eb7589d1f3a262dcd023c5a8f57fb10221e3a 1890 
sun-java6-fonts_6.20-dlj-3_all.deb
 adc49ee83883ab88cb4d83fae8836bb2897b65cd 17867604 
sun-java6-source_6.20-dlj-3_all.deb
 30944872835aa8d3799c0de84be6df9731e101d9 10404502 
sun-java6-javadb_6.20-dlj-3_all.deb
Checksums-Sha256: 
 bfd66935ae0cf07de2d57794704c7e664936617c6aa72f545180c232f09a6e9a 1690 
sun-java6_6.20-dlj-3.dsc
 fd2217525c298d3c07613296e2f61154e9e9a63459f3488de629a5fd313e279b 83469 
sun-java6_6.20-dlj-3.debian.tar.gz
 ae39f252bfb617e3a48a96c63c40b7ab3b0e557d6badc7f4982036dbde27d886 29453180 
sun-java6-bin_6.20-dlj-3_i386.deb
 e26e9d6531d75b25ef6de0b22c68fc8649edf1b5ac9eae7147573a990942c95b 2004 
sun-java6-plugin_6.20-dlj-3_i386.deb
 3592bada9353af54f76160c0c30577e5cbd930ce70dd96f1c749b8548e68b471 20762552 
sun-java6-jdk_6.20-dlj-3_i386.deb
 a298844319f8a102a12f65b0cab2e7497d64d67b81fe167b833596d8636c19e6 12237758 
sun-java6-demo_6.20-dlj-3_i386.deb
 fc58d49a6df76982dd07183fc32a7271e3b468e386dfd39bb7b8ad954cdd3531 6410324 
sun-java6-jre_6.20-dlj-3_all.deb
 28b94c84cdf3201dc662e1930e4a33d655cf364196abbef8dc4b8b3846a50ecf 1890 
sun-java6-fonts_6.20-dlj-3_all.deb
 362b8155664a9307f7cf58e82a3e1de4f32b03413a2885c0230fb6e1b752f0ef 17867604 
sun-java6-source_6.20-dlj-3_all.deb
 19cdea92d850a60f265927ead795f7f89cb294c5b07dee260197f9664c311a3b 10404502 
sun-java6-javadb_6.20-dlj-3_all.deb
Files: 
 f168cf569151f79d0dfa94591c9b2c06 1690 non-free/java optional 
sun-java6_6.20-dlj-3.dsc
 f7174d29352b5222667c4a00d60c87f7 83469 non-free/java optional 
sun-java6_6.20-dlj-3.debian.tar.gz
 5bcc6cced8afc80a16a41d597b6e9e7e 29453180 non-free/java optional 
sun-java6-bin_6.20-dlj-3_i386.deb
 3ec624bbe019ef603ca630ee74a6a3ea 2004 non-free/web optional 
sun-java6-plugin_6.20-dlj-3_i386.deb
 5944c05b7852319c338a60ee5fe26081 20762552 non-free/java optional 
sun-java6-jdk_6.20-dlj-3_i386.deb
 7debe119f54638f87d37281b40413f3f 12237758 non-free/java optional 
sun-java6-demo_6.20-dlj-3_i386.deb
 19f83ffcb2039372984f79a441c36df1 6410324 non-free/java optional 
sun-java6-jre_6.20-dlj-3_all.deb
 16b6cd4af7705fc72612609002d9310c 1890 non-free/fonts optional 
sun-java6-fonts_6.20-dlj-3_all.deb
 e7d6ba8d36288dc627a733baf41ae7a7 17867604 non-free/java optional 
sun-java6-source_6.20-dlj-3_all.deb
 71f0c3968e9b9d1092e3492053f45c02 10404502 non-free/java optional 
sun-java6-javadb_6.20-dlj-3_all.deb

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

iEYEARECAAYFAkvdWk8ACgkQfY3dicTPjsP78wCdEFkV2vzuDqCMYxT9xZ4T7psT
XA8AniZmHRVMZUvVLq0UuFpeALdgRnjU
=XnHD
-END PGP SIGNATURE-


Accepted:
sun-java6-bin_6.20-dlj-3_i386.deb
  to 

Accepted gutenprint 5.2.5-1 (source all amd64)

2010-05-02 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 18 Feb 2010 21:32:05 +
Source: gutenprint
Binary: gimp-gutenprint cups-driver-gutenprint libgutenprint-dev 
libgutenprint-doc libgutenprint2 libgutenprintui2-dev libgutenprintui2-1 
gutenprint-locales escputil ijsgutenprint foomatic-db-gutenprint gutenprint-doc
Architecture: source all amd64
Version: 5.2.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Printing Group debian-print...@lists.debian.org
Changed-By: Roger Leigh rle...@debian.org
Description: 
 cups-driver-gutenprint - printer drivers for CUPS
 escputil   - maintenance utility for Epson Stylus printers
 foomatic-db-gutenprint - OpenPrinting printer support - database for 
Gutenprint printer dr
 gimp-gutenprint - print plugin for the GIMP
 gutenprint-doc - users' guide for Gutenprint and CUPS
 gutenprint-locales - locale data files for Gutenprint
 ijsgutenprint - inkjet server - Ghostscript driver for Gutenprint
 libgutenprint-dev - development files for the Gutenprint printer driver library
 libgutenprint-doc - documentation for the Gutenprint printer driver library
 libgutenprint2 - runtime for the Gutenprint printer driver library
 libgutenprintui2-1 - runtime for the Gutenprint printer driver user interface 
library
 libgutenprintui2-dev - development files for the Gutenprint printer driver 
user interfac
Changes: 
 gutenprint (5.2.5-1) unstable; urgency=low
 .
   * New upstream stable release.
   * debian/control:
 - Update to standards version 3.8.4.
 - Build-Depend on libreadline-dev.
 - Use ${misc:Depends}.
Checksums-Sha1: 
 eae063b8b5872c5c638103542840e1eb6f826c6c 1562 gutenprint_5.2.5-1.dsc
 bb4855f12c8c34adc01d38003446c65a70f7ca6e 6318937 gutenprint_5.2.5.orig.tar.gz
 0a56ca052fb5cf61d51bea9eeff2908fc9bb9150 26172 gutenprint_5.2.5-1.diff.gz
 936fde79032bfc3c492b72f49fe53919185369d4 363162 
libgutenprint-doc_5.2.5-1_all.deb
 cf8653e55e55ba57867d7a431cc8f2e26c0dba6c 1576530 
gutenprint-locales_5.2.5-1_all.deb
 a38ef0c3d45102ca7497af06f26d8767f8ff2a50 5362550 
foomatic-db-gutenprint_5.2.5-1_all.deb
 4c03332bc5329c2f098d5bd8bb8de6ffd1c6f351 826712 gutenprint-doc_5.2.5-1_all.deb
 2b53b9fcbf5babc9c83b13b32a9d52efbc29f55a 104742 
gimp-gutenprint_5.2.5-1_amd64.deb
 eb50f84e5dcdc6265b95a7da57c2b1bdf7ae2748 990920 
cups-driver-gutenprint_5.2.5-1_amd64.deb
 e7145990c0ba198b90617ecae850ba7a7ad7fbe2 82204 
libgutenprint-dev_5.2.5-1_amd64.deb
 fd2d1b685bb93025455098fc5e83a1223e3f17d6 1087810 
libgutenprint2_5.2.5-1_amd64.deb
 f9dfdb1d7da2fc5525fd46758591376e67ba3ac6 36482 
libgutenprintui2-dev_5.2.5-1_amd64.deb
 bd03f59fce509d84b6c9e1b5a5eb80ce63b27be5 128504 
libgutenprintui2-1_5.2.5-1_amd64.deb
 c1279e401b884862ecfab0a01e1cae41d8c9c13f 83922 escputil_5.2.5-1_amd64.deb
 08c58768c07f4d7028a81318e216750e05ac4bf0 50876 ijsgutenprint_5.2.5-1_amd64.deb
Checksums-Sha256: 
 5d49ad74c71b2eca5526675505a12230b74eee802e147b27676ebe12b6702600 1562 
gutenprint_5.2.5-1.dsc
 684f630658d66bb2bdbf127768ec86ec949391846bd91f290e73cb5661e7a5da 6318937 
gutenprint_5.2.5.orig.tar.gz
 b8e5b2856c743dc1837f6f81692db030eb065be7c4e4df9aa69dab4c495ab7b2 26172 
gutenprint_5.2.5-1.diff.gz
 ad8179310aaeeff6f6773da67ab304119ff5a355e6d6092f391bae854c50729b 363162 
libgutenprint-doc_5.2.5-1_all.deb
 5db77dce510a297b36e9040b2cf518070e60a5dd59cc08a1dc349d80c0884396 1576530 
gutenprint-locales_5.2.5-1_all.deb
 f4ef186a68cf772c49a1db0e66f7b11aa1d9fa9dcd1885aeef95e116340c9d13 5362550 
foomatic-db-gutenprint_5.2.5-1_all.deb
 7516f03e72f3f679fa02473ee6a73a09e85af41a2ce097ab616aba5bc73ea092 826712 
gutenprint-doc_5.2.5-1_all.deb
 ddd74e70e09e6e16daaf63f4f700bcf44117298ccf81d5a63ca720a59917dd30 104742 
gimp-gutenprint_5.2.5-1_amd64.deb
 8f8076f17a3440175ba77347eed1e798e5aba1f4299886824da9585ccf6057ea 990920 
cups-driver-gutenprint_5.2.5-1_amd64.deb
 9fead60ff48cfe10af2766bb3c0954850a1f894c3ae239fb6c73f39d77a6adf2 82204 
libgutenprint-dev_5.2.5-1_amd64.deb
 a063c5b4b4fa5de42cdd5de77e7d7f16ab2ae99e9921392279eab52f91b5a3c3 1087810 
libgutenprint2_5.2.5-1_amd64.deb
 9134d38934ab0b2ee3a75d601200576d4ecf0bbd16eed9728ae70ee9c217dc67 36482 
libgutenprintui2-dev_5.2.5-1_amd64.deb
 bbd9c4be9e5577979ef2844a02b9ad354baec66d73180a4c18daaabfc22956c6 128504 
libgutenprintui2-1_5.2.5-1_amd64.deb
 2a139942eeaef2c2a30c8fbd386f9228efbc13cb4c439990fe60970283db6895 83922 
escputil_5.2.5-1_amd64.deb
 7f17851fb334834726fcc98950f9cfc5b3357cfac634bf11e90e7651ee31a1e5 50876 
ijsgutenprint_5.2.5-1_amd64.deb
Files: 
 0f64d0bb50436b58d298b9f9f71f1620 1562 graphics optional gutenprint_5.2.5-1.dsc
 7f171b8fe97e6d8fbba30ad38aae5ff9 6318937 graphics optional 
gutenprint_5.2.5.orig.tar.gz
 2ae27c76cf98c820d3d299c595265dd6 26172 graphics optional 
gutenprint_5.2.5-1.diff.gz
 1b9039580a43cde82d6684a85c466b97 363162 doc optional 
libgutenprint-doc_5.2.5-1_all.deb
 315445298df002a2ec6ecb5e8954a932 1576530 libs optional 
gutenprint-locales_5.2.5-1_all.deb
 ad781a2fd2dd0a861b87cb228f79edea 5362550 text optional 

Accepted libgeo-helmerttransform-perl 1.13-2 (source all)

2010-05-02 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 13:02:39 +0100
Source: libgeo-helmerttransform-perl
Binary: libgeo-helmerttransform-perl
Architecture: source all
Version: 1.13-2
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libgeo-helmerttransform-perl - Transformations between coordinates in 
different datums
Closes: 578988
Changes: 
 libgeo-helmerttransform-perl (1.13-2) unstable; urgency=low
 .
   * Add quilt
   * Patch uselongdouble_tests: fix tests to work when a perl built
 with -Duselongdouble is used (closes: #578988)
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 a63873e658e8c2fa0f23c4a1d4cf0ed7deb4b78b 1211 
libgeo-helmerttransform-perl_1.13-2.dsc
 3974b2d6250ffe819830cf88bb5073dfa2ec2d00 2926 
libgeo-helmerttransform-perl_1.13-2.diff.gz
 1d62d36cae2d6befd8fda8a7ea73014cdeb0f609 9582 
libgeo-helmerttransform-perl_1.13-2_all.deb
Checksums-Sha256: 
 e6f72805c65c7895ebc514261cbbc7535af4498fcb2438149799ef16c8c89108 1211 
libgeo-helmerttransform-perl_1.13-2.dsc
 042d6a6afb082902f98dc8e35f3c8990f3bfe6bb649ebea49a6333762eb5cfab 2926 
libgeo-helmerttransform-perl_1.13-2.diff.gz
 d4de2ebea05abb2ad481acc6d5f216218dd39a7436e6bcc5eeb9a168fda2c4c0 9582 
libgeo-helmerttransform-perl_1.13-2_all.deb
Files: 
 200693019c81d8fa3ecbd75ae8b6cc00 1211 perl optional 
libgeo-helmerttransform-perl_1.13-2.dsc
 3ecf82714c6364e0cad7f29d632a5ad1 2926 perl optional 
libgeo-helmerttransform-perl_1.13-2.diff.gz
 c177505479809735690e3af3cf029cb5 9582 perl optional 
libgeo-helmerttransform-perl_1.13-2_all.deb

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

iD8DBQFL3W9SYzuFKFF44qURAq72AKD2u+nYoNRLaNVhh9N/70eyhhOSTACdGtHM
dyRiU+CHFWMa4v2TR7QD/mw=
=ifId
-END PGP SIGNATURE-


Accepted:
libgeo-helmerttransform-perl_1.13-2.diff.gz
  to 
main/libg/libgeo-helmerttransform-perl/libgeo-helmerttransform-perl_1.13-2.diff.gz
libgeo-helmerttransform-perl_1.13-2.dsc
  to 
main/libg/libgeo-helmerttransform-perl/libgeo-helmerttransform-perl_1.13-2.dsc
libgeo-helmerttransform-perl_1.13-2_all.deb
  to 
main/libg/libgeo-helmerttransform-perl/libgeo-helmerttransform-perl_1.13-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8yc7-0001sx...@ries.debian.org



Accepted oggconvert 0.3.2-4 (source all)

2010-05-02 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 15:04:33 +0200
Source: oggconvert
Binary: oggconvert
Architecture: source all
Version: 0.3.2-4
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 oggconvert - convert media files to free formats
Changes: 
 oggconvert (0.3.2-4) unstable; urgency=low
 .
   * Switch to format 3.0 (quilt).
   * debian/patches/schroedinger_version.patch:
 - Adjust schroedinger minimum version to match gstreamer0.10-plugins-bad
   one to restore Dirac encoding (LP: #573603).
   * debian/control:
 - Drop gstreamer0.10-schroedinger from Suggests, it is part of
   gstreamer0.10-plugins-bad since 0.10.14 release.
 - Bump Standards-Version to 3.8.4, no changes needed.
Checksums-Sha1: 
 f132adb6054e35fbc5b2c7a78cc401b987c2e4ed 1381 oggconvert_0.3.2-4.dsc
 0547af8040c3f82e01aa8f7c33f8c232985cd3ad 4469 oggconvert_0.3.2-4.debian.tar.gz
 c16c757c629b758d71e1bde752dd6c765008a1db 52978 oggconvert_0.3.2-4_all.deb
Checksums-Sha256: 
 2a53df304a51c9089e3cb66ab4978b2d360a53881093fd29fca6dc3b03165d6b 1381 
oggconvert_0.3.2-4.dsc
 f72f9b32896b540531971d71c7522d24d4824b473fa98086ba2ce65db370c794 4469 
oggconvert_0.3.2-4.debian.tar.gz
 1b7d5d1f3bf1b5576e2b5fee8d712edde57ae964bce9a91a2bce4e3604abc7b8 52978 
oggconvert_0.3.2-4_all.deb
Files: 
 5f168a6e0dd6c5fe61d53a402c592596 1381 sound optional oggconvert_0.3.2-4.dsc
 7603fe8bed8fd21cd999fe40d0707596 4469 sound optional 
oggconvert_0.3.2-4.debian.tar.gz
 323275d24b6f6ab9b13f13d89ee32b25 52978 sound optional 
oggconvert_0.3.2-4_all.deb

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

iEYEARECAAYFAkvdecoACgkQnXjXEYa8KlCygwCgjH4ualUMoH16FrkA8NA0YuKv
mhcAn0ZC9jzAh6a4uIvOh04UK8tRoyje
=/i0z
-END PGP SIGNATURE-


Accepted:
oggconvert_0.3.2-4.debian.tar.gz
  to main/o/oggconvert/oggconvert_0.3.2-4.debian.tar.gz
oggconvert_0.3.2-4.dsc
  to main/o/oggconvert/oggconvert_0.3.2-4.dsc
oggconvert_0.3.2-4_all.deb
  to main/o/oggconvert/oggconvert_0.3.2-4_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8z2l-0003hx...@ries.debian.org



Accepted schroot 1.4.2-1 (source all amd64)

2010-05-02 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 13 Apr 2010 14:22:13 +0100
Source: schroot
Binary: schroot-common libsbuild-dev schroot-dbg libsbuild-doc schroot dchroot 
dchroot-dsa
Architecture: source all amd64
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers 
buildd-tools-de...@lists.alioth.debian.org
Changed-By: Roger Leigh rle...@debian.org
Description: 
 dchroot- Execute commands in a chroot environment
 dchroot-dsa - Execute commands in a chroot environment
 libsbuild-dev - development files for the Debian source builder
 libsbuild-doc - development documentation for the Debian source builder
 schroot- Execute commands in a chroot environment
 schroot-common - common files for schroot
 schroot-dbg - schroot, dchroot and dchroot-dsa debuggging symbols
Closes: 566513 571328 573869 577554 579701
Changes: 
 schroot (1.4.2-1) unstable; urgency=low
 .
   * Update fr translation (Closes: #571328).  Thanks to Thomas Blein.
   * Update de translation (Closes: #577554).  Thanks to Holger Wansing.
   * Remove inactive maintainers from uploaders (Closes: #573869).
   * Add support for kFreeBSD platform (Closes: #566513).  Thanks to
 Aurelien Jarno.
   * Support building with Boost 1.42 (Closes: #579701).  Thanks to
 Andy Bailey.
Checksums-Sha1: 
 8e0b60db3804664f26ae4271b38fd6457066b3c3 1516 schroot_1.4.2-1.dsc
 e5465767351ca45784e3702dd15c8d6569940c00 1047502 schroot_1.4.2.orig.tar.gz
 3ded92c6a4cab2032ed9ebd106aface1a2b435f1 20 schroot_1.4.2-1.diff.gz
 c169595f0652ee0f00ba6a6da93bb1ca7f6bc351 210202 schroot-common_1.4.2-1_all.deb
 a86232f79528bb86f5dea6282e9e0c5dca3676e8 39370646 libsbuild-doc_1.4.2-1_all.deb
 c00dc7e1bf957e629571860710bcf5dc3585550e 1752896 
libsbuild-dev_1.4.2-1_amd64.deb
 790e14bbfddf94288ce396d6cdc1149c2ad84352 15839728 schroot-dbg_1.4.2-1_amd64.deb
 87f94759b5c201f61a5c0e1d3afa2f8c77c613c2 858652 schroot_1.4.2-1_amd64.deb
 17ebf972a1b16fc57a5fa3721070998d61705596 379778 dchroot_1.4.2-1_amd64.deb
 4619fc48e4144c444e914ebca743c504c8f07852 379406 dchroot-dsa_1.4.2-1_amd64.deb
Checksums-Sha256: 
 3dcf20bb74a4c7cf296dbd65d534e391ab695183b2bfd3b0720a514f58396905 1516 
schroot_1.4.2-1.dsc
 39d9a3ebc7fa510970ac71b2821b7e53319b8735d71ce429a4d6c8ed3d4f83db 1047502 
schroot_1.4.2.orig.tar.gz
 7cb467847995308583a51d2ba57ee78c0501c07c99825ad2c5517b1a8095c87e 20 
schroot_1.4.2-1.diff.gz
 931e4c5b0bd2b565310891a7df05aa6c787fc25726128c5ebcfa8f31afb0f9ae 210202 
schroot-common_1.4.2-1_all.deb
 a1b76de6d08f7f55d17ec34ad47b3379bc55a6fff5a6872de55cb046bf5bcce6 39370646 
libsbuild-doc_1.4.2-1_all.deb
 128a81d1891f7cfaa6227a802f7b9c06a738e41a6304f2b7b40a09bc204d9502 1752896 
libsbuild-dev_1.4.2-1_amd64.deb
 ce9cedde273f5378310ab454e7a32c48718d86e542ece7903f6c2bd32f51aa6d 15839728 
schroot-dbg_1.4.2-1_amd64.deb
 f513e3567d7ca2f11edb17a118ad0e67854276812e02bdff15d69a544bc169a7 858652 
schroot_1.4.2-1_amd64.deb
 2755e41509a7c88d3e26c9116f56fbf6eb5162b1d354c7c5a47f0a24a55390cd 379778 
dchroot_1.4.2-1_amd64.deb
 52a2c7af8bae6e7ff2ffc3206e87cf7662b58039b3870d70656eff7a6fd10bbe 379406 
dchroot-dsa_1.4.2-1_amd64.deb
Files: 
 72a1d3fd8c259feefefe251ccce834f0 1516 admin optional schroot_1.4.2-1.dsc
 65f82b1e33c143bca832203ad1e96cf0 1047502 admin optional 
schroot_1.4.2.orig.tar.gz
 a6d8ddfab585feede19669f39c3c2a8b 20 admin optional schroot_1.4.2-1.diff.gz
 a4e4b0e624815d881b5415997b618633 210202 admin optional 
schroot-common_1.4.2-1_all.deb
 177ea9d57f578d4c214a3f4a41ae1f75 39370646 doc optional 
libsbuild-doc_1.4.2-1_all.deb
 2fa81436bf327f540c61f12279ce7851 1752896 libdevel optional 
libsbuild-dev_1.4.2-1_amd64.deb
 1ec0da241b46f6fbc39151caf616a354 15839728 debug extra 
schroot-dbg_1.4.2-1_amd64.deb
 a0e0ab6a70c9ee0ed89468afc97f846d 858652 admin optional 
schroot_1.4.2-1_amd64.deb
 e4fe1e832ba54d28b785a1da3c10cd01 379778 admin optional 
dchroot_1.4.2-1_amd64.deb
 6fae764cb7f1e24bc8609f5f6e7eb2a6 379406 admin optional 
dchroot-dsa_1.4.2-1_amd64.deb

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

iEYEAREDAAYFAkvddb4ACgkQVcFcaSW/uEjXZACg3q9aCIMlAuRSFx9r6QeGumMy
uLUAoJOGC2KkhCmzB0U+B5h60BA7jU9p
=JiLo
-END PGP SIGNATURE-


Accepted:
dchroot-dsa_1.4.2-1_amd64.deb
  to main/s/schroot/dchroot-dsa_1.4.2-1_amd64.deb
dchroot_1.4.2-1_amd64.deb
  to main/s/schroot/dchroot_1.4.2-1_amd64.deb
libsbuild-dev_1.4.2-1_amd64.deb
  to main/s/schroot/libsbuild-dev_1.4.2-1_amd64.deb
libsbuild-doc_1.4.2-1_all.deb
  to main/s/schroot/libsbuild-doc_1.4.2-1_all.deb
schroot-common_1.4.2-1_all.deb
  to main/s/schroot/schroot-common_1.4.2-1_all.deb
schroot-dbg_1.4.2-1_amd64.deb
  to main/s/schroot/schroot-dbg_1.4.2-1_amd64.deb
schroot_1.4.2-1.diff.gz
  to main/s/schroot/schroot_1.4.2-1.diff.gz
schroot_1.4.2-1.dsc
  to main/s/schroot/schroot_1.4.2-1.dsc
schroot_1.4.2-1_amd64.deb
  to main/s/schroot/schroot_1.4.2-1_amd64.deb
schroot_1.4.2.orig.tar.gz
  to main/s/schroot/schroot_1.4.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to 

Accepted libvisual 0.4.0-3 (source i386)

2010-05-02 Thread Brandon Holtsclaw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 05:19:31 -0500
Source: libvisual
Binary: libvisual-0.4-dev libvisual-0.4-0
Architecture: source i386
Version: 0.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Brandon Holtsclaw m...@brandonholtsclaw.com
Changed-By: Brandon Holtsclaw m...@brandonholtsclaw.com
Description: 
 libvisual-0.4-0 - Audio visualization framework
 libvisual-0.4-dev - Audio visualization framework (development package)
Changes: 
 libvisual (0.4.0-3) unstable; urgency=low
 .
   * Acknowledge NMU for lv_cpu.c fix. Thanks
   * Fixed Maintainer field email address
   * Updated Packaging to source 3.0 (quilt) format and
 Moved direct source edits from NMU to patches.
   * Added patch from Ubuntu for inline redefine fix.
   * Very old config.sub and config.guess replaced
Checksums-Sha1: 
 a4fbad35f0d199fc4ef9a0980cfd2237339f00e8 1206 libvisual_0.4.0-3.dsc
 1c279e8524d08c733732291c5bfe1ad73d9d30ca 584324 libvisual_0.4.0-3.debian.tar.gz
 fa02b0b50129d71063613f1ffa889fea8a7e1265 182474 
libvisual-0.4-dev_0.4.0-3_i386.deb
 d7897070ff28382c83f5e0bebc97d70f342642ee 129570 
libvisual-0.4-0_0.4.0-3_i386.deb
Checksums-Sha256: 
 b0ccefa163aa1f8a9c78e46be65499efdee3e44e0c2fd61320ebbfe8c7d9e43c 1206 
libvisual_0.4.0-3.dsc
 5d0d772a2d7e0e22ba348d1e39d80452d5a02cff84f784f37498852eab609e73 584324 
libvisual_0.4.0-3.debian.tar.gz
 d65937a6c2a94ee1996ab5094d243e97d76847406957ff9232839d4321df524f 182474 
libvisual-0.4-dev_0.4.0-3_i386.deb
 fdfaf414b70b7becfb864e0c10480b583b412aac384e41fa64dfb4e7f9986618 129570 
libvisual-0.4-0_0.4.0-3_i386.deb
Files: 
 372887c30da52087d58e2df4f00f369c 1206 devel optional libvisual_0.4.0-3.dsc
 624dabd57e9fe62093149f7a0b9bd37e 584324 devel optional 
libvisual_0.4.0-3.debian.tar.gz
 9f06eb627e7f8fef196f60925736fb5d 182474 libdevel optional 
libvisual-0.4-dev_0.4.0-3_i386.deb
 da2f4f7330cca64f5c749f8d9e854a39 129570 libs optional 
libvisual-0.4-0_0.4.0-3_i386.deb

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

iEYEARECAAYFAkvdgHYACgkQnXjXEYa8KlD5qwCeOfkqREiiNOHsY5wo8/lDMoZz
79cAnimQKKtkJNmHaSge2k/SlMozuPYl
=c8lk
-END PGP SIGNATURE-


Accepted:
libvisual-0.4-0_0.4.0-3_i386.deb
  to main/libv/libvisual/libvisual-0.4-0_0.4.0-3_i386.deb
libvisual-0.4-dev_0.4.0-3_i386.deb
  to main/libv/libvisual/libvisual-0.4-dev_0.4.0-3_i386.deb
libvisual_0.4.0-3.debian.tar.gz
  to main/libv/libvisual/libvisual_0.4.0-3.debian.tar.gz
libvisual_0.4.0-3.dsc
  to main/libv/libvisual/libvisual_0.4.0-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8zxx-0005qd...@ries.debian.org



Accepted vdr-plugin-xineliboutput 1.0.6~cvs20100502.0851-1 (source amd64)

2010-05-02 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 15:19:11 +0200
Source: vdr-plugin-xineliboutput
Binary: vdr-plugin-xineliboutput libxineliboutput-fbfe libxineliboutput-sxfe 
xineliboutput-fbfe xineliboutput-sxfe libxine1-xvdr
Architecture: source amd64
Version: 1.0.6~cvs20100502.0851-1
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 libxine1-xvdr - Xine input plugin for vdr-plugin-xineliboutput streams
 libxineliboutput-fbfe - Local framebuffer frontend for the xineliboutput plugin
 libxineliboutput-sxfe - Local X-Server frontend for the xineliboutput plugin
 vdr-plugin-xineliboutput - VDR plugin for Xine based sofdevice frontends
 xineliboutput-fbfe - Remote Framebuffer frontend for vdr-plugin-xineliboutput
 xineliboutput-sxfe - Remote X-Server frontend for vdr-plugin-xineliboutput
Changes: 
 vdr-plugin-xineliboutput (1.0.6~cvs20100502.0851-1) unstable; urgency=low
 .
   * New Upstream Snapshot
   * source/format 1.0
Checksums-Sha1: 
 8bdb38adecfb1995c5fe6035e8ee51ac9019b4f3 1886 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1.dsc
 84916da2f54c0f2003eafeca8ad598aa6cec1465 401223 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851.orig.tar.gz
 61a22dbb6e41b828c39d360472a900cdac98daaf 22948 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1.diff.gz
 6da92167fb224bdf9148a958958484d8f96222b5 269234 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1_amd64.deb
 485ef38b50b01a8714f5726152b9392ac94b831e 48284 
libxineliboutput-fbfe_1.0.6~cvs20100502.0851-1_amd64.deb
 12740b5e724013547f76179fc313603784f3283e 59094 
libxineliboutput-sxfe_1.0.6~cvs20100502.0851-1_amd64.deb
 8c31c1345a1fd53844a1593a5b97f8a147c5b5a4 61938 
xineliboutput-fbfe_1.0.6~cvs20100502.0851-1_amd64.deb
 c2e743037fc769291538088ebf54dc208da047b7 93742 
xineliboutput-sxfe_1.0.6~cvs20100502.0851-1_amd64.deb
 5330d59e353623a990c2cb8574bbc25b7945708d 97994 
libxine1-xvdr_1.0.6~cvs20100502.0851-1_amd64.deb
Checksums-Sha256: 
 25248b8fc52d479cddebe1b640c03f615615b59f56fd4e43eab3e9cf9d01abeb 1886 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1.dsc
 cf0bada254547bd891a42364b12e2ab0b342cbce34e4a90a81d7d18e2f346423 401223 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851.orig.tar.gz
 e828c0e6215a18d2a0804198a12dcea10346ed93c8d7835dc35eecb4fae4bace 22948 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1.diff.gz
 5e4b69073dd1d7cff9407cbb3d7da021a60d6fb6898662756267c84ff80e5f1a 269234 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1_amd64.deb
 aa5d447a859d420937ccd143ff4e45a532c2a127dafb7045008b7afd4a2c7684 48284 
libxineliboutput-fbfe_1.0.6~cvs20100502.0851-1_amd64.deb
 fe1e06faba7f3af89990cb3197c6ecf8e83129938d591f29452786f852fcb081 59094 
libxineliboutput-sxfe_1.0.6~cvs20100502.0851-1_amd64.deb
 e213782c50d8bde6665fe7b86c1287bf8fea68e92d524a4cf7461297937f6458 61938 
xineliboutput-fbfe_1.0.6~cvs20100502.0851-1_amd64.deb
 1ebae4198b17b845073905b4ebbed1c75afb9eb2688d338c558bd33fe6baf48b 93742 
xineliboutput-sxfe_1.0.6~cvs20100502.0851-1_amd64.deb
 a2bd0cfae89291bf25161b7d137cabacf99b321bc36f45ea0f883f89c9f2912e 97994 
libxine1-xvdr_1.0.6~cvs20100502.0851-1_amd64.deb
Files: 
 6281bb089eb211b8ac168bb74f6f6922 1886 video extra 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1.dsc
 f470f04c0f0b8ff3f4ba4bad39580269 401223 video extra 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851.orig.tar.gz
 18fddfcc629ae262e9f0ef859b70c688 22948 video extra 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1.diff.gz
 6ba00e2e7e2efd6c8bd7299e1767f02d 269234 video extra 
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1_amd64.deb
 eca1d4f1ac2858106b82b50afb0b0c62 48284 video extra 
libxineliboutput-fbfe_1.0.6~cvs20100502.0851-1_amd64.deb
 8cd2e247d6b9a81e97a7c74724bbab2b 59094 video extra 
libxineliboutput-sxfe_1.0.6~cvs20100502.0851-1_amd64.deb
 7ab3c927008fb68520efa3d31c34f452 61938 video extra 
xineliboutput-fbfe_1.0.6~cvs20100502.0851-1_amd64.deb
 49992c81bf53066d6b566340a84e751b 93742 video extra 
xineliboutput-sxfe_1.0.6~cvs20100502.0851-1_amd64.deb
 fe7debd5b75c4f106acbf591c77fc176 97994 video extra 
libxine1-xvdr_1.0.6~cvs20100502.0851-1_amd64.deb

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

iEYEARECAAYFAkvdfkkACgkQ9xgNJq7apkLjLgCeK0tBxue30Zmmz8kZfk/Iis+M
zS4AoIhK4TVX0V9ajVeo/xt+7JGSwwog
=aONN
-END PGP SIGNATURE-


Accepted:
libxine1-xvdr_1.0.6~cvs20100502.0851-1_amd64.deb
  to 
main/v/vdr-plugin-xineliboutput/libxine1-xvdr_1.0.6~cvs20100502.0851-1_amd64.deb
libxineliboutput-fbfe_1.0.6~cvs20100502.0851-1_amd64.deb
  to 
main/v/vdr-plugin-xineliboutput/libxineliboutput-fbfe_1.0.6~cvs20100502.0851-1_amd64.deb
libxineliboutput-sxfe_1.0.6~cvs20100502.0851-1_amd64.deb
  to 
main/v/vdr-plugin-xineliboutput/libxineliboutput-sxfe_1.0.6~cvs20100502.0851-1_amd64.deb
vdr-plugin-xineliboutput_1.0.6~cvs20100502.0851-1.diff.gz
  to 

Accepted fluidsynth 1.1.1-4 (source kfreebsd-i386)

2010-05-02 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 16:38:57 +0200
Source: fluidsynth
Binary: fluidsynth libfluidsynth1 libfluidsynth-dev
Architecture: source kfreebsd-i386
Version: 1.1.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia quadris...@ubuntu.com
Description: 
 fluidsynth - Real-time MIDI software synthesizer
 libfluidsynth-dev - Real-time MIDI software synthesizer (development files)
 libfluidsynth1 - Real-time MIDI software synthesizer (runtime library)
Closes: 579914
Changes: 
 fluidsynth (1.1.1-4) unstable; urgency=low
 .
   * Remove debian/README.Debian, no longer useful.
   * Disable ALSA support on kfreebsd-* architectures (Closes: #579914).
Checksums-Sha1: 
 067fb9443c00a5f6b24da61a6dc8d861ac619c90 1555 fluidsynth_1.1.1-4.dsc
 53a7ca6e1ba5ae78ddd96cd28c96b31adc87f7af 5775 fluidsynth_1.1.1-4.diff.gz
 abb0f24b762e83b5a8a7aad7a3ac142c8f99f155 45992 
fluidsynth_1.1.1-4_kfreebsd-i386.deb
 ab93327612e3cfed56890194ab382be41be923bc 185738 
libfluidsynth1_1.1.1-4_kfreebsd-i386.deb
 4591e979593418c6973b83ade03d081d06c85420 221654 
libfluidsynth-dev_1.1.1-4_kfreebsd-i386.deb
Checksums-Sha256: 
 8bf6adefc4137cb362720b67ac14712a8ffeb3fedd94d643f1729d3302af978c 1555 
fluidsynth_1.1.1-4.dsc
 61f720aebc441a933850a3381ca320df8dfcef2e0329582d78d3382015f075f9 5775 
fluidsynth_1.1.1-4.diff.gz
 c38d409d36f449ec7067708b00bfa2280d88482eff97d17e042edbe29936353a 45992 
fluidsynth_1.1.1-4_kfreebsd-i386.deb
 d30e27d26d2885ab64f9951bbb663b25b84eadd27d26edfc990c2d16ad710968 185738 
libfluidsynth1_1.1.1-4_kfreebsd-i386.deb
 7cf99ee766f5668298ee77459480d450e96317c7bffb064c50523892ca7a7045 221654 
libfluidsynth-dev_1.1.1-4_kfreebsd-i386.deb
Files: 
 50eeea6d0c25eed79f1b300ba25d5aad 1555 sound optional fluidsynth_1.1.1-4.dsc
 63761c4b7232c3c21398453ec1bd2f02 5775 sound optional fluidsynth_1.1.1-4.diff.gz
 6a48274bc4a9bb38c6608109f76e710a 45992 sound optional 
fluidsynth_1.1.1-4_kfreebsd-i386.deb
 1e5654d3f704a73527e4de039e4866f2 185738 libs optional 
libfluidsynth1_1.1.1-4_kfreebsd-i386.deb
 3f977187d655295d2de3d2d7e9bfd4cd 221654 libdevel optional 
libfluidsynth-dev_1.1.1-4_kfreebsd-i386.deb

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

iEYEARECAAYFAkvdo74ACgkQRdSMfNz8P9AuswCfdx2huKrS+bxYAn7jSFOnzPyN
KWgAn0tA7I141pFE2/pEbZX5zhDFykea
=ZX0V
-END PGP SIGNATURE-


Accepted:
fluidsynth_1.1.1-4.diff.gz
  to main/f/fluidsynth/fluidsynth_1.1.1-4.diff.gz
fluidsynth_1.1.1-4.dsc
  to main/f/fluidsynth/fluidsynth_1.1.1-4.dsc
fluidsynth_1.1.1-4_kfreebsd-i386.deb
  to main/f/fluidsynth/fluidsynth_1.1.1-4_kfreebsd-i386.deb
libfluidsynth-dev_1.1.1-4_kfreebsd-i386.deb
  to main/f/fluidsynth/libfluidsynth-dev_1.1.1-4_kfreebsd-i386.deb
libfluidsynth1_1.1.1-4_kfreebsd-i386.deb
  to main/f/fluidsynth/libfluidsynth1_1.1.1-4_kfreebsd-i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8bso-tw...@ries.debian.org



Accepted gnat-4.4 4.4.4-1 (source amd64)

2010-05-02 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat,  1 May 2010 11:59:11 +0200
Source: gnat-4.4
Binary: gnat-4.4-base gnat-4.4 libgnat-4.4 libgnat-4.4-dbg libgnatvsn4.4-dev 
libgnatvsn4.4 libgnatvsn4.4-dbg libgnatprj4.4-dev libgnatprj4.4 
libgnatprj4.4-dbg
Architecture: source amd64
Version: 4.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Ludovic Brenta lbre...@debian.org
Description: 
 gnat-4.4   - The GNU Ada compiler
 gnat-4.4-base - The GNU Compiler Collection (gnat base package)
 libgnat-4.4 - Runtime library for GNU Ada applications
 libgnat-4.4-dbg - Runtime library for GNU Ada applications
 libgnatprj4.4 - GNU Ada Project Manager
 libgnatprj4.4-dbg - GNU Ada Project Manager
 libgnatprj4.4-dev - GNU Ada Project Manager development files
 libgnatvsn4.4 - GNU Ada compiler version library
 libgnatvsn4.4-dbg - GNU Ada compiler version library
 libgnatvsn4.4-dev - GNU Ada compiler version library - development files
Closes: 579886
Changes: 
 gnat-4.4 (4.4.4-1) unstable; urgency=low
 .
   Merge from gcc-4.4 (4.4.4-1) unstable; urgency=low; closes: #579886.
 .
   * GCC 4.4.4 release. Fixes compared to last upload:
 - Fix PR middle-end/43570, PR libgomp/43706, PR libgomp/43569,
   PR fortran/43836, PR libgcj/40860.
   * Apply proposed patch for PR c/43893.
   * Backport two libjava fixes from the trunk to run josm with gcj.
   * gcc-4.4-plugin-dev: Don't build anymore. Unused.
 .
   Merge from gcc-4.4 (4.4.3-9) unstable; urgency=low
 .
   * Update to SVN 20100420 from the gcc-4_4-branch (r158551).
 - Fix PR middle-end/43337, PR target/43662, PR tree-optimization/43771,
   PR tree-optimization/43769, PR fortran/43339.
   * Revert change in last upload, not linking with --hash-style=both on
 mips/mipsel.
   * Apply proposed patch for PR libgcj/40860, handle --no-merge-exidx-entries.
 .
   Merge from gcc-4.4 (4.4.3-8) unstable; urgency=low
 .
   * Update to SVN 20100417 from the gcc-4_4-branch (r157925).
 - Fix PR target/38085, PR ada/41912, PR target/43643, PR middle-end/42956,
   PR tree-optimization/43560, PR tree-optimization/43607,
   PR middle-end/43614, PR tree-optimization/43186, PR target/43668,
   PR tree-optimization/43629, PR target/43638, PR fortran/43539,
   PR libstdc++/40518, PR target/43458, PR libfortran/43605.
   * Link with --hash-style=both on mips/mipsel.
   * On mips, pass -mfix-loongson2f-nop to as, if -mno-fix-loongson2f-nop
 is not passed.
 .
   Merge from gcc-4.4 (4.4.3-7) unstable; urgency=low
 .
   * Update to SVN 20100401 from the gcc-4_4-branch (r157925).
 - Fix PR libfortran/43517, PR tree-optimization/43528, PR target/43524,
   PR middle-end/43600, PR other/43562, PR target/39254,
   PR target/42113, PR c/43381, PR c++/41185, PR c++/41786,
   PR fortran/43409, PR fortran/43409, PR libfortran/43265,
   PR fortran/43551, PR libfortran/43605.
 .
   Merge from gcc-4.4 (4.4.3-6) unstable; urgency=high
 .
   * Update to SVN 20100325 from the gcc-4_4-branch (r157722).
 - Fix PR libgomp/42942, PR target/43348, PR tree-optimization/43415,
   PR rtl-optimization/43438, PR c++/43116, PR target/43305,
   PR middle-end/43419, PR middle-end/42718, PR c/43385.
   * gcc-4.4-plugin-dev: Include missing header.
   * Apply fix for PR target/42321 from the trunk.
 .
   Merge from gcc-4.4 (4.4.3-5) unstable; urgency=medium
 .
   * Update to SVN 20100321 from the gcc-4_4-branch (r157610).
 - Fix PR target/43417.
   * Fix build failure on ia64, don't apply pr43348 twice.
   * Fix build failures building cross compilers configured --with-ld.
 .
   Merge from gcc-4.4 (4.4.3-4) unstable; urgency=low
 .
   * Update to SVN 20100320 from the gcc-4_4-branch (r157597).
 - Fix PR c/43248, PR middle-end/42233, PR bootstrap/43121,
   PR tree-optimization/43220, PR ada/42253, PR fortran/43303,
   PR fortran/43228, PR libfortran/43265, PR rtl-optimization/43360,
   PR libfortran/43265.
   * gcj-4.4-jre-headless: Stop providing java-virtual-machine.
   * Backport plugin support from the trunk:
 - Configure with --enable-plugin --disable-browser-plugin.
 - Add build support for a gcc-4.4-plugin-dev package.
   * Apply proposed fix for PR target/43348. LP: #531697.
   * Apply proposed patch for PR middle-end/43323.
   * libstdc++-arm-ldbl-compat.diff: On ARM provide the long double versions
 of C math functions in libstdc++; these are dropped when built
 against glibc-2.11.
   * ARM: Backport rev148072 from the trunk.
   * Backport proposed patch to enable both gold and ld in a single toolchain.
 New option -fuse-ld=ld.bfd, -fuse-ld=gold.
 .
   Merge from gcc-4.4 (4.4.3-3) unstable; urgency=low
 .
   * Update to SVN 20100226 from the gcc-4_4-branch (r157081).
 - Fix PR tree-optimization/42871, PR tree-optimization/42705,
   PR debug/43010, PR middle-end/42995, PR tree-optimization/42462,
   PR 

Accepted haskell-sdl 0.5.10-2 (source all amd64)

2010-05-02 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 17:43:26 +0200
Source: haskell-sdl
Binary: libghc6-sdl-dev libghc6-sdl-prof libghc6-sdl-doc
Architecture: source all amd64
Version: 0.5.10-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc6-sdl-dev - Haskell SDL binding for GHC
 libghc6-sdl-doc - Haskell SDL binding for GHC - documentation
 libghc6-sdl-prof - Haskell SDL binding for GHC - profiling libraries
Changes: 
 haskell-sdl (0.5.10-2) unstable; urgency=low
 .
   * Add haskell:Provides substvar
Checksums-Sha1: 
 c76cdbe2f3f0d709851d1065635444584e2850e8 1521 haskell-sdl_0.5.10-2.dsc
 b0b7dcce9746e3c22f904d317179c1582f6eafeb 12607 
haskell-sdl_0.5.10-2.debian.tar.gz
 871064da5c50a86664201cc03d35efdfbd0662f9 100826 
libghc6-sdl-doc_0.5.10-2_all.deb
 43bd3f74baeb522f0f8ee02dce17e89d374e10f0 556974 
libghc6-sdl-dev_0.5.10-2_amd64.deb
 89caad0c621ced19be44dddc5b3fb4f017e91eb7 512804 
libghc6-sdl-prof_0.5.10-2_amd64.deb
Checksums-Sha256: 
 707a1940965a687dedce10750c12558d8f32cfb789fff8066917f2a3d091d089 1521 
haskell-sdl_0.5.10-2.dsc
 539d6a1b4ac448316f8d14e385a01d60dd14dc99c7b394ada47bf104a383ac3a 12607 
haskell-sdl_0.5.10-2.debian.tar.gz
 57adef5b03b8346ccefa13ca058df10e61176b32e1b975abba1444acb77850bd 100826 
libghc6-sdl-doc_0.5.10-2_all.deb
 a64f3ffa53aa50cdcb5fd2e105ef2dc68a9cd99640129920be1c552afee40c65 556974 
libghc6-sdl-dev_0.5.10-2_amd64.deb
 eef0213de4876e2324980d3d364c56050e503a053c17d6eb7828ffbe683187b6 512804 
libghc6-sdl-prof_0.5.10-2_amd64.deb
Files: 
 6d7bc436ec0f80c5ab8ffc8adb942a56 1521 haskell extra haskell-sdl_0.5.10-2.dsc
 316e1253383baee8f28bd0b7afe3a2bd 12607 haskell extra 
haskell-sdl_0.5.10-2.debian.tar.gz
 62eee09f4c91da0bfdf7df2732cb4449 100826 doc extra 
libghc6-sdl-doc_0.5.10-2_all.deb
 92d72ad75ab550c766d426ef3d970a97 556974 haskell extra 
libghc6-sdl-dev_0.5.10-2_amd64.deb
 56342a7b1d32e085a7e9a76604ca3c5c 512804 haskell extra 
libghc6-sdl-prof_0.5.10-2_amd64.deb

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

iEYEARECAAYFAkvdnfkACgkQ9ijrk0dDIGzgiQCfcr5Y/Y2S+FXDvNLehO+iOmnP
ch0AniiUAjRKrWwY6qM/vuU79yAOPuyA
=uwY4
-END PGP SIGNATURE-


Accepted:
haskell-sdl_0.5.10-2.debian.tar.gz
  to main/h/haskell-sdl/haskell-sdl_0.5.10-2.debian.tar.gz
haskell-sdl_0.5.10-2.dsc
  to main/h/haskell-sdl/haskell-sdl_0.5.10-2.dsc
libghc6-sdl-dev_0.5.10-2_amd64.deb
  to main/h/haskell-sdl/libghc6-sdl-dev_0.5.10-2_amd64.deb
libghc6-sdl-doc_0.5.10-2_all.deb
  to main/h/haskell-sdl/libghc6-sdl-doc_0.5.10-2_all.deb
libghc6-sdl-prof_0.5.10-2_amd64.deb
  to main/h/haskell-sdl/libghc6-sdl-prof_0.5.10-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8bwa-0001ro...@ries.debian.org



Accepted libconfig-model-perl 1.202-1 (source all)

2010-05-02 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 01 May 2010 23:48:20 -0400
Source: libconfig-model-perl
Binary: libconfig-model-perl
Architecture: source all
Version: 1.202-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libconfig-model-perl - module for describing and editing configuration data
Changes: 
 libconfig-model-perl (1.202-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
   * Adds dependency on Moose per upstream
   * Move Uploaders below Maintainer, it looks more natural
   * Rewrite long description a bit
 .
   [ gregor herrmann ]
   * debian/copyright: point to /usr/share/common-licenses/LGPL-2.1.
Checksums-Sha1: 
 2324589b2f1e86d64ac76701b3190edb6215cfaf 2419 libconfig-model-perl_1.202-1.dsc
 9cf2f0a31051894d132a504d925436a9b13f6f7a 238396 
libconfig-model-perl_1.202.orig.tar.gz
 a622f3f78e6724681d99241f6b2aa8b266961fd6 8155 
libconfig-model-perl_1.202-1.debian.tar.gz
 5f2bced2fa380441b2dece8d0eb917fa556c3db9 267746 
libconfig-model-perl_1.202-1_all.deb
Checksums-Sha256: 
 d8134377bfd6182c12d5bac72b79201bd783405307306fac8c55f0967e03 2419 
libconfig-model-perl_1.202-1.dsc
 c1db0fd413e4a699534c5d08fbf2e093f48a37970f1f4581876fe1bd642128ad 238396 
libconfig-model-perl_1.202.orig.tar.gz
 bf7c45126b20dec7dad32b66375b3b9e3102f20ea8514b1204ea972162432190 8155 
libconfig-model-perl_1.202-1.debian.tar.gz
 aff3a82f59705cd3258690812a03774416d04f9212e320f0fa68e5c20645c1d9 267746 
libconfig-model-perl_1.202-1_all.deb
Files: 
 cc12bf136f4a4a85c0b99345308c05fb 2419 perl optional 
libconfig-model-perl_1.202-1.dsc
 c2a44df205d17a3f8e807975389021e7 238396 perl optional 
libconfig-model-perl_1.202.orig.tar.gz
 482a0e83006eaff3d09fda7e717b2da5 8155 perl optional 
libconfig-model-perl_1.202-1.debian.tar.gz
 f479fdbe2b0f62127a2e817195221f29 267746 perl optional 
libconfig-model-perl_1.202-1_all.deb

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

iQIcBAEBCAAGBQJL3Y7wAAoJELs6aAGGSaoG8LEQALAWiHtK+GIQjMsnyIhHQq92
eDVjtBaHI4/xnT53BQ6sc5V/lAUEUhKt82xPTk+8V9E8iqTT7Ga59Tog4Bew+QjY
XgSroCJhhBuoYin4eZuh34/46264KBV5HPYtfiQkfxLvnpDzWMY+RK4RiOH1fRX7
gZe8rLJuvUcROtDYfEd3ZrkcK/SdGUzn/zbaZQMYcFA8zBtD9OSQIn1kzcyjIl5n
5ZAw53/tUecNGn0/BAOd6Trq6pr/dY4lIuFJ2g0qw7CnLEven2cWLCFvp3pQgXnp
UL0MRtkcrj2QW1VHOBQjS3wkxuIgU/r4fLWTdEYi1MGyh7GbNSLV0wELh/Ic6DJ1
VYLiP3YuytfUiZt3VD9C9m61xG4Wko5MfORMzn+YYmvppvs7VaGJBYRIlpuOi0rk
pM3mbw14sFMnND0X6sgPPQgYVitxWhAuX11vDe1SXc2IUs0jZuxR22GUk65rH987
zmBlyTinxxuR847LB/ook+gUoExcRhW0W6ECV5d/mJNC2eFFzJomvq2MZ9iUInpz
f7KoI9gWrOwR14Rd5TpOCUuwNMQdTX7eSNtarEWZBT+oeDgHSBsJyFnmjWkJmTB9
sO3EYjkUQswFLCYXObQGGuiiUeW+mnNNgOmj7a+Rrk5EACiSoFI89oSuxhenG2AK
OQ4ahliwzWKsrZkLI1A0
=aaQQ
-END PGP SIGNATURE-


Accepted:
libconfig-model-perl_1.202-1.debian.tar.gz
  to main/libc/libconfig-model-perl/libconfig-model-perl_1.202-1.debian.tar.gz
libconfig-model-perl_1.202-1.dsc
  to main/libc/libconfig-model-perl/libconfig-model-perl_1.202-1.dsc
libconfig-model-perl_1.202-1_all.deb
  to main/libc/libconfig-model-perl/libconfig-model-perl_1.202-1_all.deb
libconfig-model-perl_1.202.orig.tar.gz
  to main/libc/libconfig-model-perl/libconfig-model-perl_1.202.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8c48-000243...@ries.debian.org



Accepted libhttp-server-simple-perl 0.43-1 (source all)

2010-05-02 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 May 2010 10:30:15 -0400
Source: libhttp-server-simple-perl
Binary: libhttp-server-simple-perl
Architecture: source all
Version: 0.43-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libhttp-server-simple-perl - simple stand-alone HTTP server
Changes: 
 libhttp-server-simple-perl (0.43-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
   * Refresh Pipe handling patch
   * Remove old Signal patch (no longer applies, patch was missing
 from series file, and similar functionality seems to have been
 added in version 0.28 or so)
 .
   [ gregor herrmann ]
   * debian/copyright: update years of copyright for inc/Module/*.
Checksums-Sha1: 
 474850cd5ff48d79f29df0b2552c6a2ba29add5a 2387 
libhttp-server-simple-perl_0.43-1.dsc
 638176797e104f58a4f7db1c929758a33ac3b8c1 32629 
libhttp-server-simple-perl_0.43.orig.tar.gz
 8db864eb49ab239fd8de9616177552fa0322e450 5498 
libhttp-server-simple-perl_0.43-1.debian.tar.gz
 67af8f341e0aed907623f67974ae3dab29e9d5e5 30286 
libhttp-server-simple-perl_0.43-1_all.deb
Checksums-Sha256: 
 5ac79352aaec36f12d55f8acaf2367fa03c239fc4f71d6a0017cf39d1290380f 2387 
libhttp-server-simple-perl_0.43-1.dsc
 217852e55f078823f18f3087f6a442134bb164a143480d8057d1849ae828ec99 32629 
libhttp-server-simple-perl_0.43.orig.tar.gz
 f7377d2f3bad7c8630793b331ac72b2f933649e57836a9b074ef3674ec6c0742 5498 
libhttp-server-simple-perl_0.43-1.debian.tar.gz
 8fed5e7164b3d2f9d058761272d0a87c77310f68fe9fae81d6d3ebdfa4a4cc33 30286 
libhttp-server-simple-perl_0.43-1_all.deb
Files: 
 bc741427ee667ab7213cd53b7e835802 2387 perl optional 
libhttp-server-simple-perl_0.43-1.dsc
 8f430708ab7b4c2b3a4e48c549c7185e 32629 perl optional 
libhttp-server-simple-perl_0.43.orig.tar.gz
 776f804e38ad02c0f97ab227c0af6ade 5498 perl optional 
libhttp-server-simple-perl_0.43-1.debian.tar.gz
 f61837af1238e96ba4e9565006a07dd3 30286 perl optional 
libhttp-server-simple-perl_0.43-1_all.deb

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

iQIcBAEBCAAGBQJL3YviAAoJELs6aAGGSaoGyHwP/2uMG4434FO7541kbojodUfb
FzC4uGRufa79rm874kzQp5QFbImISOmFLLpPOcdPX8/cqeRvrVQP7wnuxY/i5ndl
t5XQ0YB47pqhcy0Y8sVxF7cSAAVfwSqYed2WsTLWRNtib20OK2FJONb1+PqOCVpT
+lK0lmi0eXJI1CX4yxAv/7vqH8rdHHaS6JG+e5TYMkaO9lmnx19bLzZ3dfssjGYm
LJh8dfkBjJUSMBZqY9HPCYdxmGzoSlDGdnFqhcyE6Im+zeu4i9qjR6ZcqReXQXvu
1oJ9EvMMd6zMQ3NREqFOgwFqCgSciJAlT4CXlaj49j6sB2nP4v5upDZAuiH9NzjX
xew6jf8cMH4U9h2L8ZHDBiGZvdgiNKN2Eil1hJe4xarjitkmd0UbHwioqnaaSX0b
jV8s2rDTmaPa75esPgNolNktMWDiVqWH6ZnBJeSFDQjOAOMeBI4hFWuvmm21gW3l
zBCvReWnK8jS3d2HXLe6nrzzlVfT9p6kWACQvRnvFOT0+3IuxelxmZYDoosmok37
j8f7P4JCjaFJAQrii7aS9CBLHrC8j41shuLOzh1IGj7q7JI/R+I50QL6uh87J1Y8
YT5YONuDTFCprAyZPS+Fc8uzb9rTEf6aleBS4KCxX+Kx9MKv0UGM+WbeIJJtzMd6
NSODLM0fy/uiOlo8ABaA
=U9cp
-END PGP SIGNATURE-


Accepted:
libhttp-server-simple-perl_0.43-1.debian.tar.gz
  to 
main/libh/libhttp-server-simple-perl/libhttp-server-simple-perl_0.43-1.debian.tar.gz
libhttp-server-simple-perl_0.43-1.dsc
  to main/libh/libhttp-server-simple-perl/libhttp-server-simple-perl_0.43-1.dsc
libhttp-server-simple-perl_0.43-1_all.deb
  to 
main/libh/libhttp-server-simple-perl/libhttp-server-simple-perl_0.43-1_all.deb
libhttp-server-simple-perl_0.43.orig.tar.gz
  to 
main/libh/libhttp-server-simple-perl/libhttp-server-simple-perl_0.43.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8c4s-00026s...@ries.debian.org



Accepted libmoose-perl 1.02-1 (source i386)

2010-05-02 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 01 May 2010 23:09:40 -0400
Source: libmoose-perl
Binary: libmoose-perl
Architecture: source i386
Version: 1.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libmoose-perl - modern Perl object system framework
Changes: 
 libmoose-perl (1.02-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 e7a96b3396169014588ae503fb96fb17e4d231b1 2791 libmoose-perl_1.02-1.dsc
 4f01051c375424b210c553a930f2fca45b9a2f36 425582 libmoose-perl_1.02.orig.tar.gz
 e9d25b80b6c781759c6478923a85893d5241b264 7231 
libmoose-perl_1.02-1.debian.tar.gz
 025d8eaa0468f556cb958a5e700fe826c338237c 647534 libmoose-perl_1.02-1_i386.deb
Checksums-Sha256: 
 d173490b31bf5f0b079cf2eb296a778f664ab6dcf6a0ece035672076b95cc90d 2791 
libmoose-perl_1.02-1.dsc
 ba221d6c23a14a579ca74fc274a2df7bf9d40a8148689a2c54ebdcce8b0f920c 425582 
libmoose-perl_1.02.orig.tar.gz
 d5f81091e3cecc3c29c329d3f4f0156be0938078b458b9e084360badf7f0 7231 
libmoose-perl_1.02-1.debian.tar.gz
 933bfe389cf33912fbd9718b025a4defb0a5938f7665f0366062c989eed7e1c8 647534 
libmoose-perl_1.02-1_i386.deb
Files: 
 9e92d638330712efdb97331b83db93bc 2791 perl optional libmoose-perl_1.02-1.dsc
 897e8478c0e80686be275d45ad24c6fa 425582 perl optional 
libmoose-perl_1.02.orig.tar.gz
 e9bbf8b14e3edc8f91d1e8f0890df72f 7231 perl optional 
libmoose-perl_1.02-1.debian.tar.gz
 c6c68a2815b58386065bd18461ef1f4a 647534 perl optional 
libmoose-perl_1.02-1_i386.deb

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

iQIcBAEBCAAGBQJL3ZqjAAoJELs6aAGGSaoGvb4P/3tRt3qH72irYk4/MnU2cKmc
MBMlzKmSIMwQdzaR5RlLwMADLw6DBF1ENUVFtzst3cKyInf+sd/FdEith1/adr0P
dfyyC7Mx5q1gGt4Gf6lbmsKuH8sZRB1J+rYniQyKoiHLV7fIW/mLGttjDj5B/lvj
sWGT1Ha4iNeM0hlN3YcZXpDaA/6uadIdoHKaWQritUXNpysBrZ1/oQFFbDtacML3
sMeShBwpYCQtujZ8Ck3KBWCxPaP0rh++B6BhmrU1tmdpKAh0QJHA0QDO0NMq/slG
ftL5FWMsy94x37ztV/T+dE+B6fQnRpvuM4APZafEcvsvgu62DQstEK+kax5PKeYO
4f+6UJ+2AiXLZyF6V5imsbs5vO/fHQLWWO+LRtl+jeoP2tiRFNXjCRVEVyGRGSjp
kIB7vacpPyeNXQH0ioH6Q6LFXoV/lU9LquRIg9EZED0OQSVjEQw2IxHRKV7y9obg
SDqxVgJtKC1JEs8btnKRrMynpSislkCuujpZKzUneUHg3RxLuCexj1OEQ8EbvuGB
pA55rkF4/xOx7aOeSpX/042hRgqVQSfGA2sge/xaR8vapXy3aUAxQ+NUQawjqD10
a90aVhDv6zzDay9JWiVYuk5pkdv4QxN4bsdsSDHyyNpn7hFEP0GyGewA/ErCBTKz
GJ41KY4iOMxi47/e4Yrp
=C1Nl
-END PGP SIGNATURE-


Accepted:
libmoose-perl_1.02-1.debian.tar.gz
  to main/libm/libmoose-perl/libmoose-perl_1.02-1.debian.tar.gz
libmoose-perl_1.02-1.dsc
  to main/libm/libmoose-perl/libmoose-perl_1.02-1.dsc
libmoose-perl_1.02-1_i386.deb
  to main/libm/libmoose-perl/libmoose-perl_1.02-1_i386.deb
libmoose-perl_1.02.orig.tar.gz
  to main/libm/libmoose-perl/libmoose-perl_1.02.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8c4p-00029b...@ries.debian.org



Accepted libpod-simple-perl 3.14-1 (source all)

2010-05-02 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 01 May 2010 23:28:32 -0400
Source: libpod-simple-perl
Binary: libpod-simple-perl
Architecture: source all
Version: 3.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libpod-simple-perl - Perl framework for parsing files in Pod markup language
Changes: 
 libpod-simple-perl (3.14-1) unstable; urgency=low
 .
   * New upstream release
   * Use new 3.0 (quilt) source format
   * Standards-Version 3.8.4 (no changes)
   * Add a patch to fix POD spelling errors
   * Update copyright information to DEP5 format
Checksums-Sha1: 
 0144ed2f92b180ec938114d73cb9c9058ae021c7 2163 libpod-simple-perl_3.14-1.dsc
 2102bad68ddc105f7b3cf45d9daec8b48bd84b5e 252536 
libpod-simple-perl_3.14.orig.tar.gz
 07e318bf00c3609e6cc8909c5f963581616a34a9 4389 
libpod-simple-perl_3.14-1.debian.tar.gz
 d3090e8085795782728a496ff74df0a4d18bfb17 208506 
libpod-simple-perl_3.14-1_all.deb
Checksums-Sha256: 
 936718aa965b4c25970f997f862e31e9e39c8a1bc177be7c9cd57259a163e9f4 2163 
libpod-simple-perl_3.14-1.dsc
 41dc24053fbb8800e202f784f5f0563d4c14627c86cfeb4e99d5870f77d87341 252536 
libpod-simple-perl_3.14.orig.tar.gz
 d9c07ee11d3c0643dff4e9aab72a8750d86e349e474a73240ef97e7d89d6768c 4389 
libpod-simple-perl_3.14-1.debian.tar.gz
 f5a7a1cd1aa14d6d6fb012529d92c1ef9d901bdb31a5f2f692ab17d872a5ead0 208506 
libpod-simple-perl_3.14-1_all.deb
Files: 
 6642a92c59cc62dfe5986f71f5cae289 2163 perl optional 
libpod-simple-perl_3.14-1.dsc
 10b084e7f24c4fd70bbc00e0198a20d6 252536 perl optional 
libpod-simple-perl_3.14.orig.tar.gz
 20586b1dc00dcc7684466771657a1f78 4389 perl optional 
libpod-simple-perl_3.14-1.debian.tar.gz
 dce52cca029fee0b58e513910eb4fa03 208506 perl optional 
libpod-simple-perl_3.14-1_all.deb

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

iQIcBAEBCAAGBQJL3ZfoAAoJELs6aAGGSaoGXZoQAL64byRHdR1zPZfaT1HbwC0t
8eDHAhwbiuXLGS5+HFPnksjG+jKNnC312emgq3NEKqidovSMsuxrsdXX3EONRM09
Mt+yBFCUxwJVzwEozSvE7wIZlmVvhOzV1/mkqrjwdh0qNRRbAwD4RjH5FGMhIs20
3O6ePxt4HYcsSfmEO7FW16g8v4/1pTqGHFyEfjyA+/DTQhhH3RZzX2VA24tHKxKF
d99AXO39PKfaAdysUeYwob2Cnxql5XMOm/xrNNbSf9qJvkjivQDnlnME8QqcOCEF
QxM1z+wNeUiMutEo9DPLh5uPgJ6EJDwymJ8X7+ucKc97k8Bnv0srWKiT60+aZxfe
Le+2vWGNe14uERZHDTej/K4OouGsxP8LDoFypwd6DqueX+5cjVxeRI5m4oH1FNG8
NAL4jMzzI6xf0Dc0ITXcoXxHAhX91GOPha4XaZu/m7lM/OKo7RlcW/5Pxq5No4Lq
521gvVdSEOdwJfvR0Mf3SB6TYB2Ldxy6dc6s5qp4PSFKZNELev2X9qUU0VSbVkUj
mEFkVL3nRXVZeIvh2PXQJ0Jwzi9fgbAoM7G/QHBBYltdLgRIvd7HqEfLQKDEge4l
QR6b4sKedB4GMSpzkVYoxzbrY0dTD7GgFkuBpUJT/QU2+HeDTPqW5BfBAwaFkPlj
CVJIHT3B6rrHsNEZ2ZpM
=rsdV
-END PGP SIGNATURE-


Accepted:
libpod-simple-perl_3.14-1.debian.tar.gz
  to main/libp/libpod-simple-perl/libpod-simple-perl_3.14-1.debian.tar.gz
libpod-simple-perl_3.14-1.dsc
  to main/libp/libpod-simple-perl/libpod-simple-perl_3.14-1.dsc
libpod-simple-perl_3.14-1_all.deb
  to main/libp/libpod-simple-perl/libpod-simple-perl_3.14-1_all.deb
libpod-simple-perl_3.14.orig.tar.gz
  to main/libp/libpod-simple-perl/libpod-simple-perl_3.14.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8c5q-0002cz...@ries.debian.org



Accepted libsoftware-license-perl 0.016-1 (source all)

2010-05-02 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 01 May 2010 22:48:34 -0400
Source: libsoftware-license-perl
Binary: libsoftware-license-perl
Architecture: source all
Version: 0.016-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libsoftware-license-perl - module providing templated software licenses
Changes: 
 libsoftware-license-perl (0.016-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 e0fbe922b596143c9b2c288cb1606b77682c5d13 2313 
libsoftware-license-perl_0.016-1.dsc
 48646b3ed2096efb2ccce3d7cc6bb7bdff1febfb 106310 
libsoftware-license-perl_0.016.orig.tar.gz
 ac5719b3a37e7420dda9fe20324b2702d4d8fdaa 2192 
libsoftware-license-perl_0.016-1.debian.tar.gz
 ed507c183dc87be8dd45c6bf002b83eeaffd681c 129416 
libsoftware-license-perl_0.016-1_all.deb
Checksums-Sha256: 
 fd85d9faac7288cde6e05f2afe79a3f05d305e60dd61dae29ff1cab40347c81c 2313 
libsoftware-license-perl_0.016-1.dsc
 54fd60714b85853a3e1840132243c69bf16a77f957c93f5b4d0d4df3bc659a86 106310 
libsoftware-license-perl_0.016.orig.tar.gz
 19c71ebf42f1361c239ddd35b9850e9e7df341816e127644cb23eee798d6520e 2192 
libsoftware-license-perl_0.016-1.debian.tar.gz
 96bf503091666bf4cc833c5f24be92badeda1d8cfdd3746af66b9e09ffb700a8 129416 
libsoftware-license-perl_0.016-1_all.deb
Files: 
 f5330bb03de79c03d00e891830e52220 2313 perl optional 
libsoftware-license-perl_0.016-1.dsc
 629d2550325964bce87dfcccabc0bba6 106310 perl optional 
libsoftware-license-perl_0.016.orig.tar.gz
 5825000bc6c0cccf5317267b6aa206c6 2192 perl optional 
libsoftware-license-perl_0.016-1.debian.tar.gz
 92d0a45d88207b80ec17c8eb16f25df6 129416 perl optional 
libsoftware-license-perl_0.016-1_all.deb

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

iQIcBAEBCAAGBQJL3ZYWAAoJELs6aAGGSaoGRuIP/1zcq4FORBvrzDx4UXiZm+xM
JnQ/jZyuI2l2abAItAWqUCp99rmEFILeprjiGevC7Uk37uLczFiQ6Jf8puzDNYrU
yEZtdIwhA6CWhSast/fRkdfPJr4v83OkFR47Alt7Jv6YK9qxNf+19l1Wnd4UcqCH
HwtjrkqCuvLxDqYdXbyOy+JciQ5x9rMbJaP/ictRd1x/MzEO36l/+KduvfKjQ7AA
AA/j3XFSBCo7esgX/S9AVgqPB9G3JNyyNkAGDzqXBVQTJIlSlInXGiic8f5mgv9D
yd2pOWa36wM+jT5jdvUuP//xJgMeyTTz+bUQ3I4cWqV/nkrYjNuF1mGqiMqpVyEc
rC6b5rqPY6y86Vkg8PM1+ZAbiI2QDax0Qxkz9UqCwP5FpJiDfEIsBAXPXJbjidrH
JvX+1e+xKTADYV4k55MNet12K/o1yJBAAx7kF2plwa5HtE/f1wgFsJWdshYWYWti
PoOdbUlK9Z3TWTAsGzHkbHbpcF7ao0qKWPYRYu7d+reaB2PTqL4CHUzl1EYC
XmgbQ/X69UtWIkWsIB+FhgG3KtKQv6YxzgGF/MyR0lSCyeRbNXDAi1cMtlzOoc8w
mOK9xD5p7gW2S9CiQinV9+bp6+FfDQLm+aTeD/B87IFopgupzXNJc6NVIf/FD6Z4
txL814chwnOrVnVrKHnS
=cvG1
-END PGP SIGNATURE-


Accepted:
libsoftware-license-perl_0.016-1.debian.tar.gz
  to 
main/libs/libsoftware-license-perl/libsoftware-license-perl_0.016-1.debian.tar.gz
libsoftware-license-perl_0.016-1.dsc
  to main/libs/libsoftware-license-perl/libsoftware-license-perl_0.016-1.dsc
libsoftware-license-perl_0.016-1_all.deb
  to main/libs/libsoftware-license-perl/libsoftware-license-perl_0.016-1_all.deb
libsoftware-license-perl_0.016.orig.tar.gz
  to 
main/libs/libsoftware-license-perl/libsoftware-license-perl_0.016.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8c5k-0002fm...@ries.debian.org



Accepted libverilog-perl 3.241-1 (source i386)

2010-05-02 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 01 May 2010 23:43:22 -0400
Source: libverilog-perl
Binary: libverilog-perl
Architecture: source i386
Version: 3.241-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libverilog-perl - framework providing Verilog support
Changes: 
 libverilog-perl (3.241-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 a6752128b992d94f780ae847b519fe55fd299ffe 2153 libverilog-perl_3.241-1.dsc
 f949978cc39db0ca1ec99a545b527af260304212 231124 
libverilog-perl_3.241.orig.tar.gz
 363793632db071f047e979eb81a31bbfbfdd91af 5709 
libverilog-perl_3.241-1.debian.tar.gz
 1cdcedc8e84f06d185be052aadf01f0fbf66f51e 457136 
libverilog-perl_3.241-1_i386.deb
Checksums-Sha256: 
 dbde8cfab63a5e78bd15145714b8b1a377d86f3161891745b67eb1f0502ed851 2153 
libverilog-perl_3.241-1.dsc
 816a8bbd4bb0b9910714729b2d4e4eefdc276af70dec02f966c9dcb592a786fd 231124 
libverilog-perl_3.241.orig.tar.gz
 412f89f4c5ce060d32f1b808c2b2d65d5affdfd5206d9a2fd76f8200ead4d578 5709 
libverilog-perl_3.241-1.debian.tar.gz
 e284b84956ac9e12567c8a19e0e45cdeead9c85587120170840615d99a158624 457136 
libverilog-perl_3.241-1_i386.deb
Files: 
 e2b0dac86b013880d2b01104df0eb801 2153 perl optional libverilog-perl_3.241-1.dsc
 438ffd90982c797722274476195e54f7 231124 perl optional 
libverilog-perl_3.241.orig.tar.gz
 71a2a6f94419bc6275adbdf09e5d4c62 5709 perl optional 
libverilog-perl_3.241-1.debian.tar.gz
 b69042bbd80a915defc8046209045d6a 457136 perl optional 
libverilog-perl_3.241-1_i386.deb

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

iQIcBAEBCAAGBQJL3ZTDAAoJELs6aAGGSaoGve8QAMIlPiZIkNJfI5JLtePEaeyS
XKLF59RUT0PN0oJ/zTwmjMpU93G0mTkpjpdWCq80rpahHIjlrMtfZ7JC6G99FnUv
y6ZxUq2D5/DVlxNJ553HGKkkE4xbeAMLH0Fr4RI10VUnjj9OWw67e9UN22ypL18a
Mtnnq7iFXToxbI3VrEnWlO5splioP29N2q+FkR3MeXeH1wlxgxP5wykg6LkMjoYr
L+XDwV07S3pBgtToLJjfLuUT72wFM6o4zCBim4G1uHyl836NrlM+CEWwPSF2mO22
A5eaJrUdkPWd3/IBF8rXwnBjPUvToX1Qbgh2QN2/gVJsYO68ITvMLqKyBic0626m
kLfesgDcvmcKPC2Icv0gy9DcbVsnji5hGkdRKcL51KQN44IIv4HDAFsry40W6HW/
cyCDQM8DO0VyPiC5Zj3xaK2jcR5cPQqzCVECseHx6G/+UegfWz5yeRLKHs5LPilh
EnC9pKZstv/LLFRyGJfhDmSQtR/77BpBpNGPI74kuQiBdA8OLqVthx79QIbU0yoo
tJ2J7qQn6/SDovUfjGqyaUKyODNfDuE9u+Q3mSA44QwnOiLeIxOnICkChPZmVuhS
MS3ZM/FF7sH8hbvkm3Rp8N5ANS3k/Bq4g+4MflcUUIhWia4gLs/oJQBNkQvDoS6s
x28u+On4TM9A+b05g2q2
=mI/3
-END PGP SIGNATURE-


Accepted:
libverilog-perl_3.241-1.debian.tar.gz
  to main/libv/libverilog-perl/libverilog-perl_3.241-1.debian.tar.gz
libverilog-perl_3.241-1.dsc
  to main/libv/libverilog-perl/libverilog-perl_3.241-1.dsc
libverilog-perl_3.241-1_i386.deb
  to main/libv/libverilog-perl/libverilog-perl_3.241-1_i386.deb
libverilog-perl_3.241.orig.tar.gz
  to main/libv/libverilog-perl/libverilog-perl_3.241.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8c65-0002im...@ries.debian.org



Accepted libyaml-libyaml-perl 0.33-1 (source i386)

2010-05-02 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 May 2010 10:52:35 -0400
Source: libyaml-libyaml-perl
Binary: libyaml-libyaml-perl
Architecture: source i386
Version: 0.33-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libyaml-libyaml-perl - Perl interface to libyaml, a YAML implementation
Closes: 578629
Changes: 
 libyaml-libyaml-perl (0.33-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release (Closes: #578629).
   * This version has fixes for Perl 5.12
   * Use new 3.0 (quilt) source format
   * Use new DEP5 copyright format
   * Rewrite control description
   * Standards-Version 3.8.4 (drop perl version dep)
   * Add myself to Uploaders and Copyright
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ryan Niebur ]
   * Update ryan52's email address
 .
   [ gregor herrmann ]
   * debian/copyright: update years of upstream copyright.
Checksums-Sha1: 
 e36f91274d4442459f1019557bae34b368ffa173 2026 libyaml-libyaml-perl_0.33-1.dsc
 1c058fc54ffdedd39d8a93926ac3bedda94fdb71 146030 
libyaml-libyaml-perl_0.33.orig.tar.gz
 32cbc52aef98272eed708c4e7cd14d6ebcb4c6de 2002 
libyaml-libyaml-perl_0.33-1.debian.tar.gz
 891c49df46c797266cac4b7e2eec3add9bbac01d 73924 
libyaml-libyaml-perl_0.33-1_i386.deb
Checksums-Sha256: 
 4c2d66c95e80a3495d7591c54b3e3d990daf627218bcb2edabe56ccf28de1924 2026 
libyaml-libyaml-perl_0.33-1.dsc
 70c4f7604aeedfc374b64c94745963391eea192d285ffbf4234c4463d78363bc 146030 
libyaml-libyaml-perl_0.33.orig.tar.gz
 374b9f742be6ae6f4f6c71c856887e3889a91fa047630e17c9c43a490c89bbb3 2002 
libyaml-libyaml-perl_0.33-1.debian.tar.gz
 d1f45612ba9da3a7563917317a717eadd165b52a386fcf8db7e45bf52abf4acc 73924 
libyaml-libyaml-perl_0.33-1_i386.deb
Files: 
 c4d8ad28cb0e5b4704aff94dcfc9175e 2026 perl optional 
libyaml-libyaml-perl_0.33-1.dsc
 001a21618af05ee3a12dbb8cd6bd9b13 146030 perl optional 
libyaml-libyaml-perl_0.33.orig.tar.gz
 eae70d4b5f3f2b3cace96c52d867798c 2002 perl optional 
libyaml-libyaml-perl_0.33-1.debian.tar.gz
 94b5807a7831696df110a91664da7aa0 73924 perl optional 
libyaml-libyaml-perl_0.33-1_i386.deb

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

iQIcBAEBCAAGBQJL3ZLRAAoJELs6aAGGSaoGnAsP/1Idf9voqE89SjbznIFOT+FC
Gh0sqOOo4+aqsbwtrErdqV/inWtjodYV0H/GAY/CEkhe4HCaSQYL59xoZBeQTf+2
TgDWvzDXZ3grOZrg42PGAGdwURoFI8BXRd+32NKvLImnM2lJLrQgTbhA2uBvwZch
J1E2jG8d6JpUm59WwRsy+Xb6V6Y+UdR5ZlopHYRqTWo0d4N/jgkqzlkTYqxIpMh7
6MJj50TuNch3uVbibhFIR4aByvwE7glryGpWRmvCTofOWgRPtMftrlnUk1U+xJDv
2Zuf74Df1kUacaHwH3lkS9pT+OeYsvHZYhwStdkd62t9cxaMj91dpkcq/YRPuAQO
FEMiuxou3811anscP3mXG4Vdicjmtq5wRoFeCd84Puz6pjFFN7thi6wRQ9sdb6NC
8/uBjN865WXoMXx3T8qwjWZ3si/Lpj3qYvKMYFLZi6Wge6ke0WvkYgBnapG4xkax
cbNU8kvm+ZV2+SAvT984B+fGXPwTOkKPtecO1V/t4dkfipRNYRLwwpeDdu1acKQG
OMTO/GudCmsO1L82tzbkg7rIOuNy2kdQbgF90+tYA8JclxDsYa7D0FbwahLimxai
XujJHSa83VV9dO54YiRoc3St7RWl7nv+7cXe5QakoeEHShu8HKQGoaD9nq50HqS/
rTLL/Ixg0Ofg+PxxzWXG
=ULJ6
-END PGP SIGNATURE-


Accepted:
libyaml-libyaml-perl_0.33-1.debian.tar.gz
  to main/liby/libyaml-libyaml-perl/libyaml-libyaml-perl_0.33-1.debian.tar.gz
libyaml-libyaml-perl_0.33-1.dsc
  to main/liby/libyaml-libyaml-perl/libyaml-libyaml-perl_0.33-1.dsc
libyaml-libyaml-perl_0.33-1_i386.deb
  to main/liby/libyaml-libyaml-perl/libyaml-libyaml-perl_0.33-1_i386.deb
libyaml-libyaml-perl_0.33.orig.tar.gz
  to main/liby/libyaml-libyaml-perl/libyaml-libyaml-perl_0.33.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8c7r-0002rf...@ries.debian.org



Accepted live-initramfs 1.215.1-1 (source all)

2010-05-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 15:52:01 +0200
Source: live-initramfs
Binary: live-initramfs
Architecture: source all
Version: 1.215.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Live Project debian-l...@lists.debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 live-initramfs - Debian Live initramfs hook
Changes: 
 live-initramfs (1.215.1-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging casper 1.200.
   * Merging casper 1.201.
   * Merging casper 1.202.
   * Merging casper 1.203.
   * Merging casper 1.204.
   * Merging casper 1.205.
   * Merging casper 1.206.
   * Merging casper 1.207.
   * Merging casper 1.208.
   * Merging casper 1.209.
   * Merging casper 1.210.
   * Merging casper 1.211.
   * Merging casper 1.212.
   * Merging casper 1.213.
   * Merging casper 1.214.
   * Merging casper 1.215.
 .
   [ Steven Shiau ]
   * No timeout as running ipconfig for network booting.
Checksums-Sha1: 
 41d820ccd0158f8db62ebd759f92159d303f837d 1308 live-initramfs_1.215.1-1.dsc
 06fef07cc53642d236bd20974aa6568c4e024ce4 94519 
live-initramfs_1.215.1.orig.tar.gz
 09a913065eea7d83d4c6f42fef7b86038a1d2091 33434 live-initramfs_1.215.1-1.diff.gz
 c17571823acbcc64684fc4df98b5fb8c0e51741d 107096 
live-initramfs_1.215.1-1_all.deb
Checksums-Sha256: 
 65449ed41d1aec130143ff453ec9c351c20472bb00f4866c300e19b7589ff2b9 1308 
live-initramfs_1.215.1-1.dsc
 8b3758275ab0717fcc815b8d8264f03c4d47b545f2edee8ee82ac64fbf40757d 94519 
live-initramfs_1.215.1.orig.tar.gz
 08f06769419614a3c2553d22dc5889004edf7d797f74b7d976531afef6682a6d 33434 
live-initramfs_1.215.1-1.diff.gz
 f0a84a1ad154e1b0ba52eef5e9442bceaa6d9b397c52423068130c8264eb6e69 107096 
live-initramfs_1.215.1-1_all.deb
Files: 
 39c6278e490597ada1d8f0baf640fa47 1308 misc optional 
live-initramfs_1.215.1-1.dsc
 304293a3f9710047c4dd19c111f7 94519 misc optional 
live-initramfs_1.215.1.orig.tar.gz
 8c424fcb64ccd6d99aed02eef4d23b92 33434 misc optional 
live-initramfs_1.215.1-1.diff.gz
 e9844e86366ea61b3c9f1e3666dcc63c 107096 misc optional 
live-initramfs_1.215.1-1_all.deb

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

iEYEARECAAYFAkvdhCgACgkQ+C5cwEsrK54qTQCfXk3VFKR4zqDv1uMFO+Iycwtz
CzAAn1fuzlGrlWGQwu+184zh3YJE95Tf
=fuia
-END PGP SIGNATURE-


Accepted:
live-initramfs_1.215.1-1.diff.gz
  to main/l/live-initramfs/live-initramfs_1.215.1-1.diff.gz
live-initramfs_1.215.1-1.dsc
  to main/l/live-initramfs/live-initramfs_1.215.1-1.dsc
live-initramfs_1.215.1-1_all.deb
  to main/l/live-initramfs/live-initramfs_1.215.1-1_all.deb
live-initramfs_1.215.1.orig.tar.gz
  to main/l/live-initramfs/live-initramfs_1.215.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8c89-0002us...@ries.debian.org



Accepted octave-octcdf 1.0.13-2 (source amd64)

2010-05-02 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 17:58:28 +0200
Source: octave-octcdf
Binary: octave-octcdf
Architecture: source amd64
Version: 1.0.13-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org
Changed-By: Thomas Weber thomas.weber.m...@gmail.com
Description: 
 octave-octcdf - NetCDF data files interface for Octave
Closes: 571857
Changes: 
 octave-octcdf (1.0.13-2) unstable; urgency=low
 .
   * debian/control:
 - Remove Rafael Laboissiere from Uploaders (Closes: #571857)
 - Remove Ólafur Jens Sigurðsson ojs...@gmail.com from Uploaders
   * Switch to dpkg-source 3.0 (quilt) format
   * Bump Standards-Version to 3.8.4 (no changes needed)
Checksums-Sha1: 
 3555cc65fdbfa6fbd93de101fc2eb6e4490ff5d5 1354 octave-octcdf_1.0.13-2.dsc
 4d74d80f3e0f5bc459feebbbeed7e43d6853dc67 2509 
octave-octcdf_1.0.13-2.debian.tar.gz
 31003a44d3a845225b47089d9d9d82b571bcef79 111666 
octave-octcdf_1.0.13-2_amd64.deb
Checksums-Sha256: 
 e250136fffd048dc3a2b5f7e1cb51e50a3ec8a93d30bac5d83ba32563f1db8bd 1354 
octave-octcdf_1.0.13-2.dsc
 510c5c5003132c0fa1d02187182f7a92bb616d6181ff98270eb55033115ced2f 2509 
octave-octcdf_1.0.13-2.debian.tar.gz
 ba8953bc25fdadc2d502b95844914e1bc596c380dcd286ad5a552ff522441be6 111666 
octave-octcdf_1.0.13-2_amd64.deb
Files: 
 a8472daace164f2813ecfa748fb253ba 1354 math optional octave-octcdf_1.0.13-2.dsc
 172eb91128692c934d1c2964047de5a4 2509 math optional 
octave-octcdf_1.0.13-2.debian.tar.gz
 a140528dc94832140f282bd53b95b9aa 111666 math optional 
octave-octcdf_1.0.13-2_amd64.deb

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

iEYEARECAAYFAkvdo/cACgkQPqD4a3lPnXwHtACfVcC/sAYMjMOMWIXkXoctzBls
edwAn0axDvviKNKsfJLcRJ5SWCqqDxUt
=cTDn
-END PGP SIGNATURE-


Accepted:
octave-octcdf_1.0.13-2.debian.tar.gz
  to main/o/octave-octcdf/octave-octcdf_1.0.13-2.debian.tar.gz
octave-octcdf_1.0.13-2.dsc
  to main/o/octave-octcdf/octave-octcdf_1.0.13-2.dsc
octave-octcdf_1.0.13-2_amd64.deb
  to main/o/octave-octcdf/octave-octcdf_1.0.13-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8cav-0002on...@ries.debian.org



Accepted xenomai 2.5.2-2 (source all i386)

2010-05-02 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 17:06:14 +0200
Source: xenomai
Binary: xenomai-runtime linux-patch-xenomai libxenomai1 libxenomai-dev 
xenomai-doc
Architecture: source all i386
Version: 2.5.2-2
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 libxenomai-dev - Headers and static libs for Xenomai
 libxenomai1 - Shared libraries for Xenomai
 linux-patch-xenomai - Linux kernel patches for Xenomai
 xenomai-doc - Xenomai documentation
 xenomai-runtime - Xenomai runtime utilities
Changes: 
 xenomai (2.5.2-2) unstable; urgency=low
 .
   * Added patch from Stefan Kisdaroczi ki...@hispeed.ch:
 - Create group xenomai on install
 - Added a init-script which sets /sys/.../xenomai_gid if
   /sys/.../xenomai_gid exists
 - Added a modprobe-script that adds the xenomai_gid parameter if the user
   did call modprobe without xenomai_gid=
Checksums-Sha1: 
 6697241e606901e7c6029b1747e0d5721435771d 1121 xenomai_2.5.2-2.dsc
 706dbc5c80e851b9faa9f92e171b36545a243c9e 169640 xenomai_2.5.2-2.diff.gz
 f72513d6d5d4b0a3b187ab3f91840c57ac59da89 9637594 
linux-patch-xenomai_2.5.2-2_all.deb
 b94ec294fd6ae48bc292f00acd14aa2b796e523e 6832022 xenomai-doc_2.5.2-2_all.deb
 2fe9a0b64ce24a8f0b262f8694110cc02b608784 141198 
xenomai-runtime_2.5.2-2_i386.deb
 23aa80d709e78eb23f75119c065b677d40701d8a 91750 libxenomai1_2.5.2-2_i386.deb
 2f6c7b76b5b996a7831fa022f65d73e751203a5e 346226 libxenomai-dev_2.5.2-2_i386.deb
Checksums-Sha256: 
 7a9328ec9317f9b261ab5bb9580c5630bebc03898c1c90eaee6bcf3c5369b170 1121 
xenomai_2.5.2-2.dsc
 f5d53cab4eeb512d1f3b145d10b0eb7d3225cdbc9d8088c9da20c505207b91f0 169640 
xenomai_2.5.2-2.diff.gz
 9ff8f48c5ec3709fd591ff0242b69672f5f3a167e24e57ff596b54080b3aa0c4 9637594 
linux-patch-xenomai_2.5.2-2_all.deb
 4f84d9570e3fb5dfbd3d6dd7303cc475bdb43893386bc78693344c7feee7a61f 6832022 
xenomai-doc_2.5.2-2_all.deb
 7750e0abec4292a2b406a58fe6b0f588a1763773af699d0593b2e0ce48b33d35 141198 
xenomai-runtime_2.5.2-2_i386.deb
 329d1e27dd7ac657ac5d3bf3118223cf3c376b3cda56fc16a780056dffba23b2 91750 
libxenomai1_2.5.2-2_i386.deb
 58fbf7f090fefc7f72c2c10f9fc669453915bcbaf69354ea8ed43db2a6114592 346226 
libxenomai-dev_2.5.2-2_i386.deb
Files: 
 bc65e718de23754ab12a50801581e790 1121 devel extra xenomai_2.5.2-2.dsc
 f55f13a5273713df78119759c0912c75 169640 devel extra xenomai_2.5.2-2.diff.gz
 174840c1d7d87afc9e5c7952e2c92645 9637594 kernel extra 
linux-patch-xenomai_2.5.2-2_all.deb
 558cabebc912cf73cb96ddc36bc559bd 6832022 doc extra xenomai-doc_2.5.2-2_all.deb
 2ab1d6f4ac25447a051d17f554004977 141198 devel extra 
xenomai-runtime_2.5.2-2_i386.deb
 ede721bf78fea7c0f9f2edffb938b031 91750 libs extra libxenomai1_2.5.2-2_i386.deb
 c718d2ef9ba58ccdeaadcc756539fb8f 346226 libdevel extra 
libxenomai-dev_2.5.2-2_i386.deb

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

iD8DBQFL3ZwfcaH/YBv43g8RAv2DAJ0a1828EonXMvVbp/JIJhCljvrDMACfVCnO
iFMEi573SfMj8TNJni3W+qg=
=/PvR
-END PGP SIGNATURE-


Accepted:
libxenomai-dev_2.5.2-2_i386.deb
  to main/x/xenomai/libxenomai-dev_2.5.2-2_i386.deb
libxenomai1_2.5.2-2_i386.deb
  to main/x/xenomai/libxenomai1_2.5.2-2_i386.deb
linux-patch-xenomai_2.5.2-2_all.deb
  to main/x/xenomai/linux-patch-xenomai_2.5.2-2_all.deb
xenomai-doc_2.5.2-2_all.deb
  to main/x/xenomai/xenomai-doc_2.5.2-2_all.deb
xenomai-runtime_2.5.2-2_i386.deb
  to main/x/xenomai/xenomai-runtime_2.5.2-2_i386.deb
xenomai_2.5.2-2.diff.gz
  to main/x/xenomai/xenomai_2.5.2-2.diff.gz
xenomai_2.5.2-2.dsc
  to main/x/xenomai/xenomai_2.5.2-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8ce6-0003iz...@ries.debian.org



Accepted gvfs 1.6.1-1 (source i386)

2010-05-02 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 18:16:31 +0200
Source: gvfs
Binary: gvfs gvfs-fuse gvfs-backends gvfs-bin gvfs-dbg
Architecture: source i386
Version: 1.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gvfs   - userspace virtual filesystem - server
 gvfs-backends - userspace virtual filesystem - backends
 gvfs-bin   - userspace virtual filesystem - binaries
 gvfs-dbg   - userspace virtual filesystem - debugging information
 gvfs-fuse  - userspace virtual filesystem - fuse server
Changes: 
 gvfs (1.6.1-1) unstable; urgency=low
 .
   * New upstream bugfix release.
 - debian/patches/01_maintainer_mode.patch,
   debian/patches/90_relibtoolize.patch:
   + Refreshed.
   * debian/control.in:
 - Don't build depend on libimobiledevice-dev on Hurd.
   * debian/gvfs-backends.install
 debian/rules
 - Install the afc backend from debian/rules, and don't do it on Hurd.
   * debian/source/format,
 debian/control.in,
 debian/rules:
 - Switch to source format 3.0 (quilt).
Checksums-Sha1: 
 04fac81a3b20ebb55af18fcd148cc1e386e37eee 2003 gvfs_1.6.1-1.dsc
 995e2ebe99adaa94e62190f0eafbb109aef67fe9 2161343 gvfs_1.6.1.orig.tar.gz
 6dcc8b8677f968f9f81d902b94214b84d4b98e7c 280282 gvfs_1.6.1-1.debian.tar.gz
 aba0604bcf9dc26346678c866202224adabd3ea5 1152914 gvfs_1.6.1-1_i386.deb
 fffc9c5df1a19dac650012b0e5f7bd66344d3bc8 81004 gvfs-fuse_1.6.1-1_i386.deb
 19e863c071375b26e1eaed89e890373a92fda913 325266 gvfs-backends_1.6.1-1_i386.deb
 c64aeb4078a89efeb71553f204d0a2a0c806415d 109408 gvfs-bin_1.6.1-1_i386.deb
 f90140b252bb817dd7cdea268ca6d2a431a5623c 1345068 gvfs-dbg_1.6.1-1_i386.deb
Checksums-Sha256: 
 731bd27d7d4738a8d1a6c4fbe70e26bda175252e09e39505280174961da2c200 2003 
gvfs_1.6.1-1.dsc
 040582cc9fc58d2405bea2d51055fd8367a1a7442d5c50f48c44781da67c24cd 2161343 
gvfs_1.6.1.orig.tar.gz
 8026aebcaea8cd0bbd519a80773200d5ff035ec8a9c40f1a5bf7cab21e4fd698 280282 
gvfs_1.6.1-1.debian.tar.gz
 e6fd5852cf9d39b7897c40b901d644c182347c4f2174cd1a903b9b42af9e99c6 1152914 
gvfs_1.6.1-1_i386.deb
 dfa76701ddc62fffc1f9ce7fa669a7661fb3c24128689bc26c7d298260c36e35 81004 
gvfs-fuse_1.6.1-1_i386.deb
 16096fb6670c53def62268d406cbb309b5a10bdd3fd2d7b20b58473534453cf2 325266 
gvfs-backends_1.6.1-1_i386.deb
 74872e27597fd5dd4c7fdf8ec1aacb49d345bd82c0ccc851e119edd14b1bcf81 109408 
gvfs-bin_1.6.1-1_i386.deb
 7258c2b35e93db0c25baa45d7bbaf1c0b232eded245277941732657ebc825022 1345068 
gvfs-dbg_1.6.1-1_i386.deb
Files: 
 b0e01d7cd1e973c1387597c25255ee75 2003 libs optional gvfs_1.6.1-1.dsc
 187f505d786b83dfcbb1af37479cc9dd 2161343 libs optional gvfs_1.6.1.orig.tar.gz
 889f70984998d4a73c4d918b8829a804 280282 libs optional 
gvfs_1.6.1-1.debian.tar.gz
 412d431d845ba2115a3fec7534b5c2b6 1152914 libs optional gvfs_1.6.1-1_i386.deb
 6a307abba9fbb5ac67b55c7810a3e5cb 81004 libs optional gvfs-fuse_1.6.1-1_i386.deb
 7afa2c55ba467624474355f440507af5 325266 libs optional 
gvfs-backends_1.6.1-1_i386.deb
 52e65345149f69854a2c7a6baf0e6ca6 109408 libs optional gvfs-bin_1.6.1-1_i386.deb
 0ca916523727981cb0e22e4ab382f5a0 1345068 debug extra gvfs-dbg_1.6.1-1_i386.deb

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

iEYEARECAAYFAkvdp5MACgkQhTV17EoIsv4rqgCgtBz+Irqc3ct/RGWNYJ6DkuRM
4McAoKc+llLa4oYY+KYqDageAtdebK1g
=koni
-END PGP SIGNATURE-


Accepted:
gvfs-backends_1.6.1-1_i386.deb
  to main/g/gvfs/gvfs-backends_1.6.1-1_i386.deb
gvfs-bin_1.6.1-1_i386.deb
  to main/g/gvfs/gvfs-bin_1.6.1-1_i386.deb
gvfs-dbg_1.6.1-1_i386.deb
  to main/g/gvfs/gvfs-dbg_1.6.1-1_i386.deb
gvfs-fuse_1.6.1-1_i386.deb
  to main/g/gvfs/gvfs-fuse_1.6.1-1_i386.deb
gvfs_1.6.1-1.debian.tar.gz
  to main/g/gvfs/gvfs_1.6.1-1.debian.tar.gz
gvfs_1.6.1-1.dsc
  to main/g/gvfs/gvfs_1.6.1-1.dsc
gvfs_1.6.1-1_i386.deb
  to main/g/gvfs/gvfs_1.6.1-1_i386.deb
gvfs_1.6.1.orig.tar.gz
  to main/g/gvfs/gvfs_1.6.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8ck8-0004p4...@ries.debian.org



Accepted vsftpd 2.3.0~pre2-3 (source i386)

2010-05-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 18:29:18 +0200
Source: vsftpd
Binary: vsftpd
Architecture: source i386
Version: 2.3.0~pre2-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 vsftpd - lightweight, efficient FTP server written for security
Closes: 579061 579684
Changes: 
 vsftpd (2.3.0~pre2-3) unstable; urgency=low
 .
   * Adding patch from Regid Ichira gl2n30y06a...@hotmail.com to fix
 logging (Closes: #579684).
   * Updating lsb headers in init script (Closes: #579061).
   * Updating year in copyright file.
Checksums-Sha1: 
 3e19d2f034814b7f6498e33847b8ef70f0c3a943 1327 vsftpd_2.3.0~pre2-3.dsc
 4ef0f5db13e8356ab0d09141c400b341ec85b72f 22419 vsftpd_2.3.0~pre2-3.diff.gz
 12da1ff7cafd88751a5ba11451e2cfa152b24af1 140924 vsftpd_2.3.0~pre2-3_i386.deb
Checksums-Sha256: 
 1306e62ddc7b4b4466e6afcd04746712790956c782688fe48ef7693a7c48a70b 1327 
vsftpd_2.3.0~pre2-3.dsc
 c968367bbf4cc3ed10e3c02f07f78d7ee69a8834928292837543f6e17aee3466 22419 
vsftpd_2.3.0~pre2-3.diff.gz
 da17e3e2c9c33ade73fde65d9fbc3fc8fea6fe77ee9e5de18e8e9a470f2a8b88 140924 
vsftpd_2.3.0~pre2-3_i386.deb
Files: 
 687e43a81708f7f095ef3350e84cadd1 1327 net extra vsftpd_2.3.0~pre2-3.dsc
 4993b1696751932bf6cbf2eab4279c66 22419 net extra vsftpd_2.3.0~pre2-3.diff.gz
 7cb8593db23f850ed86b6ab21143f476 140924 net extra vsftpd_2.3.0~pre2-3_i386.deb

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

iEYEARECAAYFAkvdqL0ACgkQ+C5cwEsrK57ajQCferRl2O29xrHeqqNs3i6OQwW9
OmcAoM+FbPStUvVpr/TKgwThF8kKoqwd
=Sv40
-END PGP SIGNATURE-


Accepted:
vsftpd_2.3.0~pre2-3.diff.gz
  to main/v/vsftpd/vsftpd_2.3.0~pre2-3.diff.gz
vsftpd_2.3.0~pre2-3.dsc
  to main/v/vsftpd/vsftpd_2.3.0~pre2-3.dsc
vsftpd_2.3.0~pre2-3_i386.deb
  to main/v/vsftpd/vsftpd_2.3.0~pre2-3_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8cko-0004s0...@ries.debian.org



Accepted libtext-csv-encoded-perl 0.10-1 (source all)

2010-05-02 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 May 2010 18:54:10 +0200
Source: libtext-csv-encoded-perl
Binary: libtext-csv-encoded-perl
Architecture: source all
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtext-csv-encoded-perl - encoding-aware comma-separated values manipulator
Changes: 
 libtext-csv-encoded-perl (0.10-1) unstable; urgency=low
 .
   * New upstream release.
   * Add /me to Uploaders.
   * debian/copyright: update years of upstream copyright.
Checksums-Sha1: 
 fb4d36f644612c837380597634b3adbdfaaed646 2155 
libtext-csv-encoded-perl_0.10-1.dsc
 98537579ce2440477339118ac73098218fa0daa1 11613 
libtext-csv-encoded-perl_0.10.orig.tar.gz
 a743dec2e076d2171c2970c6413e403552a8d087 1530 
libtext-csv-encoded-perl_0.10-1.debian.tar.gz
 1f0ef779afa22412178a4d2e751c2b4fcf4a77a6 24178 
libtext-csv-encoded-perl_0.10-1_all.deb
Checksums-Sha256: 
 605c4ec276c915042741beb263fcbb792945ae01442d71b4dc5cbf2f166f5898 2155 
libtext-csv-encoded-perl_0.10-1.dsc
 9fe7ae5f59e999c6be2ee22cc2859cc3e4c2f363dd3b3889b7f4602723218129 11613 
libtext-csv-encoded-perl_0.10.orig.tar.gz
 4200995d7e58e82c92be9af4de7efdf7f3f77998c48a9bf94a6da549fded8764 1530 
libtext-csv-encoded-perl_0.10-1.debian.tar.gz
 ddb0b3d8ec38d2e552e229e7d4dc9ce012231ced640fc8b576e15af5b37dc090 24178 
libtext-csv-encoded-perl_0.10-1_all.deb
Files: 
 63fe89b7806d49e3edf4670614098765 2155 perl optional 
libtext-csv-encoded-perl_0.10-1.dsc
 9ed745eb7a416818b9c129eced8af93d 11613 perl optional 
libtext-csv-encoded-perl_0.10.orig.tar.gz
 fe370ec993f390f96325357876091834 1530 perl optional 
libtext-csv-encoded-perl_0.10-1.debian.tar.gz
 d16d27a679c02efafbb5ee738332fc60 24178 perl optional 
libtext-csv-encoded-perl_0.10-1_all.deb

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

iQIcBAEBCAAGBQJL3a6UAAoJELs6aAGGSaoGXGgP/3ISs5fHKsONptOhohlZo/m/
//ZjjCcME8q1UMsBRYOO2zRutTP60DoGDG0kGZ4ROUbDe9FVJeIg9YmXyPyDjRS8
dzwZWfn/zFcyNG5811VAyPNnM+XKIC8D2RAROTPDn64Ey52H2LIecxC7GbaaYaJo
KDm/vw3nkQrJMGJGxj+NIO3L+0F6bvrL0tGSlNHvN2ZSfqgXbI92mb888CorUhx0
LwQh7JyAPiGtlAI01kXuKEjpxT2ju2XdSM9lfxjrkF0X/H+wRmlARMdYdb81LyBm
U+VCYZNvgolQVaV7U9dGID7a0M4md0XkoxalwoQL4nZKGX5FHIWJZRVEAGfjvh5p
zkRRd4SdpiKvC3NrB4F5Pz+Zbgh31Pow9OZ/cL2e+vVLataG1Pvds3O0/4Rq1koA
lUaNQeneSokSkZjEruMhClQW7zOzd7rP5YwO0Zjaraclt38Ta3TCdhhgE/aeJYXn
eMqipXQ74+j3BpTefocLALUTPOT99kOh7BvNb7CEJ7rxIIksX8Ik8WZOQrhoo5S5
uukkjMqA7XzEc4lA5jeSa+nOgWj2B8AKttSHsnArZt2QKS71FRBrD3aITrVdhizT
tGreQ8BU51DqnhiyjkMIpw93ZKyepBYxpjnOsUDYHSGDAlQoHp/PlNBvWPFGqqvW
qtlpp39mGJa9HVBPmLdA
=HXPr
-END PGP SIGNATURE-


Accepted:
libtext-csv-encoded-perl_0.10-1.debian.tar.gz
  to 
main/libt/libtext-csv-encoded-perl/libtext-csv-encoded-perl_0.10-1.debian.tar.gz
libtext-csv-encoded-perl_0.10-1.dsc
  to main/libt/libtext-csv-encoded-perl/libtext-csv-encoded-perl_0.10-1.dsc
libtext-csv-encoded-perl_0.10-1_all.deb
  to main/libt/libtext-csv-encoded-perl/libtext-csv-encoded-perl_0.10-1_all.deb
libtext-csv-encoded-perl_0.10.orig.tar.gz
  to 
main/libt/libtext-csv-encoded-perl/libtext-csv-encoded-perl_0.10.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8cyt-0006ff...@ries.debian.org



Accepted ttf-unfonts-extra 1.0.2-080608-1 (source all)

2010-05-02 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Mar 2010 21:15:33 +0900
Source: ttf-unfonts-extra
Binary: ttf-unfonts-extra
Architecture: source all
Version: 1.0.2-080608-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-unfonts-extra - Un series Korean TrueType fonts (extra)
Changes: 
 ttf-unfonts-extra (1.0.2-080608-1) unstable; urgency=low
 .
   [ Changwoo Ryu ]
   * New upstream release
   * Separate -core and -extra source packages
   * Maintained by the pkg-font team from now
   * Wrote the font embedding license issue in README.Debian
   * Fix debian/watch for the new KLDP.net site
 .
   [ Hideki Yamane (Debian-JP) ]
   * use source format 3.0 (quilt)
   * debian/control
 - Build-Depends: debhelper (= 7.0.50~)
 - drop Buiid-Depends-Indep:, it is not necessary anymore
 - drop Recommends: x-ttcidfont-conf
 - add Recommends: ttf-unfonts-core
 - add myself to Uploaders
   * debian/copyright
 - convert to DEP5 style
Checksums-Sha1: 
 80613f301a3653c48e54f48ed40d22f70b5844ce 1438 
ttf-unfonts-extra_1.0.2-080608-1.dsc
 4bf47175cc259532e9de59489fa0ec47d95b384f 10869757 
ttf-unfonts-extra_1.0.2-080608.orig.tar.gz
 bd8bd7ef3d2f32fbaafd2f06ba49c1a61b86c3c6 3765 
ttf-unfonts-extra_1.0.2-080608-1.debian.tar.gz
 0be1b353ca0cdfb9c5504b1aef53e3e22ef87874 10794218 
ttf-unfonts-extra_1.0.2-080608-1_all.deb
Checksums-Sha256: 
 6b97e9bb27cadae89cacd9836c6fe8b89a7f3d5ed88faaf4c55a7a36c908e7b9 1438 
ttf-unfonts-extra_1.0.2-080608-1.dsc
 40e438b028f8d712264c8a3960f8df4147c1c320cce5da705daa25b980abb39f 10869757 
ttf-unfonts-extra_1.0.2-080608.orig.tar.gz
 57d6ac63476521416f40ba5745bac6e2509d64d517024c34bd8c0c596dade17d 3765 
ttf-unfonts-extra_1.0.2-080608-1.debian.tar.gz
 6873b66e0d7617c03ab3b6c5575254be507529a1864c37b96be98a1617b85b22 10794218 
ttf-unfonts-extra_1.0.2-080608-1_all.deb
Files: 
 47be19c8ea246f33ebec3991b26ace92 1438 fonts optional 
ttf-unfonts-extra_1.0.2-080608-1.dsc
 bde227f8e5237a15014ec73fa7671421 10869757 fonts optional 
ttf-unfonts-extra_1.0.2-080608.orig.tar.gz
 b79aca8415543095ae25f5ea8130b70d 3765 fonts optional 
ttf-unfonts-extra_1.0.2-080608-1.debian.tar.gz
 336909ecef79d8af7ab5d6d9e1fde4c6 10794218 fonts optional 
ttf-unfonts-extra_1.0.2-080608-1_all.deb

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

iD8DBQFL3bLoAbRzNODUnpkRApOIAKCTNi40JThrU9cCAeBAkhoXczp1lACfQ6kH
1TVgsvahsN4PyvnvEZoYS6Q=
=mh/G
-END PGP SIGNATURE-


Accepted:
ttf-unfonts-extra_1.0.2-080608-1.debian.tar.gz
  to main/t/ttf-unfonts-extra/ttf-unfonts-extra_1.0.2-080608-1.debian.tar.gz
ttf-unfonts-extra_1.0.2-080608-1.dsc
  to main/t/ttf-unfonts-extra/ttf-unfonts-extra_1.0.2-080608-1.dsc
ttf-unfonts-extra_1.0.2-080608-1_all.deb
  to main/t/ttf-unfonts-extra/ttf-unfonts-extra_1.0.2-080608-1_all.deb
ttf-unfonts-extra_1.0.2-080608.orig.tar.gz
  to main/t/ttf-unfonts-extra/ttf-unfonts-extra_1.0.2-080608.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8d6o-0008lj...@ries.debian.org



Accepted openscenegraph 2.8.3-2 (source i386 all)

2010-05-02 Thread Alberto Luaces
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 30 Apr 2010 20:30:39 +0200
Source: openscenegraph
Binary: libopenthreads-dev libopenthreads13 openthreads-doc 
libopenscenegraph-dev libopenscenegraph65 openscenegraph-doc openscenegraph 
openscenegraph-examples
Architecture: source i386 all
Version: 2.8.3-2
Distribution: unstable
Urgency: low
Maintainer: Loic Dachary (OuoU) l...@debian.org
Changed-By: Alberto Luaces alua...@udc.es
Description: 
 libopenscenegraph-dev - 3D scene graph, development files
 libopenscenegraph65 - 3D scene graph, shared libs
 libopenthreads-dev - Object-Oriented (OO) thread interface for C++, 
development files
 libopenthreads13 - Object-Oriented (OO) thread interface for C++, shared libs
 openscenegraph - 3D scene graph, utilities and examples (binaries)
 openscenegraph-doc - 3D scene graph, documentation
 openscenegraph-examples - 3D scene graph, examples (sources)
 openthreads-doc - Object-Oriented (OO) thread interface for C++, documentation
Closes: 579760
Changes: 
 openscenegraph (2.8.3-2) unstable; urgency=low
 .
   * Added missing conflict dependency with libopenthreads12 to clear
 updating errors. (Closes: #579760 #579731).
Checksums-Sha1: 
 cca0cd4a51007604e532ce5967ffc14a2a88a9f9 1506 openscenegraph_2.8.3-2.dsc
 233398409d69f221432fee1967a6fe2f22b3c307 4772290 
openscenegraph_2.8.3.orig.tar.gz
 7d9c462df244f54a77661682693b928be7e08116 18266 openscenegraph_2.8.3-2.diff.gz
 c852b18ec9c16217f0352ffc976820fd36684f39 18792 
libopenthreads-dev_2.8.3-2_i386.deb
 4633d7f9bf943031ca9233c975b154f0b011a919 20912 
libopenthreads13_2.8.3-2_i386.deb
 548678931a0516dcee25b4003abe64f69222736a 9110 openthreads-doc_2.8.3-2_all.deb
 05886daedc9eb22cc1de642c8b89e4e0c6eae46c 574786 
libopenscenegraph-dev_2.8.3-2_i386.deb
 85f4c86316593fc054c1e2417671bce34b9ec696 34998884 
libopenscenegraph65_2.8.3-2_i386.deb
 d5d07c5c3356bd1af991cdf43f861f3c406f59c0 9608514 
openscenegraph-doc_2.8.3-2_all.deb
 891991276e51330ee6d02af91ea74e8f9c496818 2391488 
openscenegraph_2.8.3-2_i386.deb
 16cb1e388905ba096e3127ac41b8ce64b3824527 564990 
openscenegraph-examples_2.8.3-2_all.deb
Checksums-Sha256: 
 7fc9e5cc6eb751c7d1ecf93568ad9c274e82a9202d503aa1c9da1c256d749715 1506 
openscenegraph_2.8.3-2.dsc
 c5eead40170186e2ca02c742ecd47c971a73e4d8390279029f0e6805c85a7b7a 4772290 
openscenegraph_2.8.3.orig.tar.gz
 cb857e75e175f02fdaf353c5080de8ec7f1715b7ac6b14e7abf9f6bd820d0a19 18266 
openscenegraph_2.8.3-2.diff.gz
 0fab7719cdb84931e5456f62a2e8e934cae79164a2f33d1358ade21169f5a071 18792 
libopenthreads-dev_2.8.3-2_i386.deb
 291d75a4d4e1a600f510fd926a5fe35e1b0184f5f70585dabf3a46afd69fff1e 20912 
libopenthreads13_2.8.3-2_i386.deb
 eeaed7ddaac614bcb4c7393ad4aac1dd09e1637df035e9ac943e4e424e516de3 9110 
openthreads-doc_2.8.3-2_all.deb
 681c9a75f9ae1e9fb2997d39e6d01c1604a5635f4c1907cc915ad406a7545a55 574786 
libopenscenegraph-dev_2.8.3-2_i386.deb
 41a584df77babc06f2b851b4bdc2ab2817c30eb5d9c6ae93af8d9ef3445a9fd3 34998884 
libopenscenegraph65_2.8.3-2_i386.deb
 f755d04d914d9e86a69ae540c825286909066d47e7184fdab1a12638d687caf5 9608514 
openscenegraph-doc_2.8.3-2_all.deb
 609a5e2689ba556bde2d446ef061c79563c65923d9f3a761a71963a1cd19ae8a 2391488 
openscenegraph_2.8.3-2_i386.deb
 86b82725ded8c91039e4f2d61122bc540df89a0bea39854ab6c2fa13662a7a6e 564990 
openscenegraph-examples_2.8.3-2_all.deb
Files: 
 15c8a6a158ad5215718c557668cdfee1 1506 devel optional openscenegraph_2.8.3-2.dsc
 77226a08089312bf6f8481950f676601 4772290 devel optional 
openscenegraph_2.8.3.orig.tar.gz
 4ebd4bf816543445a06753a79ea85fbe 18266 devel optional 
openscenegraph_2.8.3-2.diff.gz
 4880f775ba004217f3ac54a429cde211 18792 libdevel optional 
libopenthreads-dev_2.8.3-2_i386.deb
 c577c107e1a081f04a83d30752c44b73 20912 libs optional 
libopenthreads13_2.8.3-2_i386.deb
 d19b2f56663b060c4246101caf620a41 9110 doc optional 
openthreads-doc_2.8.3-2_all.deb
 6a5098d3ba71c6ff7beb4465ac973a4e 574786 libdevel optional 
libopenscenegraph-dev_2.8.3-2_i386.deb
 7fd136a4ec77c77dc3d2ed0bc6f4b507 34998884 libs optional 
libopenscenegraph65_2.8.3-2_i386.deb
 0a64ce1577c58d4dd65f6ca03a96c4b3 9608514 doc optional 
openscenegraph-doc_2.8.3-2_all.deb
 14687f9e8b839ac250427f31523839d8 2391488 devel optional 
openscenegraph_2.8.3-2_i386.deb
 2fcf6c73d0ace00e3370beb39c318d58 564990 devel optional 
openscenegraph-examples_2.8.3-2_all.deb

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

iEYEARECAAYFAkvdt4kACgkQ8dLMyEl6F23kygCfeEmC4/rLzDgfob3Bdz169tNu
YdsAoKQGYQHi56taYYsZE0eYeuGn1vcC
=XGUj
-END PGP SIGNATURE-


Accepted:
libopenscenegraph-dev_2.8.3-2_i386.deb
  to main/o/openscenegraph/libopenscenegraph-dev_2.8.3-2_i386.deb
libopenscenegraph65_2.8.3-2_i386.deb
  to main/o/openscenegraph/libopenscenegraph65_2.8.3-2_i386.deb
libopenthreads-dev_2.8.3-2_i386.deb
  to main/o/openscenegraph/libopenthreads-dev_2.8.3-2_i386.deb
libopenthreads13_2.8.3-2_i386.deb
  to main/o/openscenegraph/libopenthreads13_2.8.3-2_i386.deb

Accepted cupt 1.5.11 (source all)

2010-05-02 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 19:57:11 +0300
Source: cupt
Binary: libcupt-perl cupt
Architecture: source all
Version: 1.5.11
Distribution: unstable
Urgency: low
Maintainer: Eugene V. Lyubimkin jac...@debian.org
Changed-By: Eugene V. Lyubimkin jac...@debian.org
Description: 
 cupt   - alternative front-end for dpkg -- console interface
 libcupt-perl - alternative front-end for dpkg -- Perl modules
Closes: 578681
Changes: 
 cupt (1.5.11) unstable; urgency=low
 .
   * Cupt:
 - Cache:
   - Parsing preferences: silently ignore files in preferences directory
 that don't conform to apt_preferences(5). Thanks to Eduard Bloch.
 (Closes: #578681)
Checksums-Sha1: 
 0fba799354f6fcbdcaffdbe00944cf4bff6ae06a 984 cupt_1.5.11.dsc
 83be1b8ec4aef0dee399eb7dce53a99cc42abcb5 126078 cupt_1.5.11.tar.gz
 61b21d6d390cc1d72140ec15a9e0264a27ff7571 149738 libcupt-perl_1.5.11_all.deb
 587ef07410a9d5f6d9fa4eb6715907129c3a76fb 66746 cupt_1.5.11_all.deb
Checksums-Sha256: 
 4904a0f24befcd14b5774571a2d08386fb6e4221ae3590a9944a62994fefb95d 984 
cupt_1.5.11.dsc
 7a4a7bf9e03d3fab91abc65e83e2e73c8ed26623ee00b2d74c5a6a17426647d2 126078 
cupt_1.5.11.tar.gz
 3be1c4556af33baf687492d3793ee70a4ffbecc7cfd7791addfbf6ddadbe1210 149738 
libcupt-perl_1.5.11_all.deb
 2d7754d534df69de57cd679bbb7554a08dbda1de0a4fd386ca92eca1731b6733 66746 
cupt_1.5.11_all.deb
Files: 
 f83a19cb688957d811cc8585963fdfb1 984 perl optional cupt_1.5.11.dsc
 a7eead4f3171eca488bdf53efdd838ca 126078 perl optional cupt_1.5.11.tar.gz
 dc010f9e3d1bd5b828f0dee8aac7dd93 149738 perl optional 
libcupt-perl_1.5.11_all.deb
 1101dfc2dc24b0899db60533da1dbccb 66746 perl optional cupt_1.5.11_all.deb

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

iEYEARECAAYFAkvdwXwACgkQchorMMFUmYx5/ACeM2HrafTBbo7rbiqUt9jkGo1W
4w8AnAk5RsHyROpc5Utalk6ltp23z4So
=HhHO
-END PGP SIGNATURE-


Accepted:
cupt_1.5.11.dsc
  to main/c/cupt/cupt_1.5.11.dsc
cupt_1.5.11.tar.gz
  to main/c/cupt/cupt_1.5.11.tar.gz
cupt_1.5.11_all.deb
  to main/c/cupt/cupt_1.5.11_all.deb
libcupt-perl_1.5.11_all.deb
  to main/c/cupt/libcupt-perl_1.5.11_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8dxk-o6...@ries.debian.org



Accepted debian-edu-artwork 0.0.31-2 (source all i386)

2010-05-02 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 19:39:15 +0200
Source: debian-edu-artwork
Binary: debian-edu-artwork debian-edu-artwork-usplash
Architecture: source all i386
Version: 0.0.31-2
Distribution: unstable
Urgency: low
Maintainer: Debian Edu developers debian-...@lists.debian.org
Changed-By: Petter Reinholdtsen p...@debian.org
Description: 
 debian-edu-artwork - Debian Edu themes and artwork
 debian-edu-artwork-usplash - Debian Edu artwork for usplash
Changes: 
 debian-edu-artwork (0.0.31-2) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Updated Standards-Version from 3.8.3 to 3.8.4.  No changes needed.
 .
   [ Andreas B. Mundt ]
   * Fix update-artwork to work during installs when no grub.conf
 exists.
   * Add myself to Uploaders.
Checksums-Sha1: 
 50a4721b3fd35f95968d6d3a12a88bce35a75cd4 1503 debian-edu-artwork_0.0.31-2.dsc
 6d7673595cff0eba35d0e9831ec583ee76acf655 9932 
debian-edu-artwork_0.0.31-2.diff.gz
 5809cbc0722fffe290c7c4e1f05ee65805015741 8155142 
debian-edu-artwork_0.0.31-2_all.deb
 f321f467c965ae2c3aaabea9a94cfc76b2211322 194180 
debian-edu-artwork-usplash_0.0.31-2_i386.deb
Checksums-Sha256: 
 0189f6a950a4e5149ea494305c398fb4fa3d3120632533c97883e6204adde9b5 1503 
debian-edu-artwork_0.0.31-2.dsc
 809adfebf0d0a042c3ee544b192eb4b4ed5e2f88cd43d8669826e5b4ed8582eb 9932 
debian-edu-artwork_0.0.31-2.diff.gz
 2663990a4f69b9e0a78c53bc2b0765761fe800aa49a80ae2d2f076f57e074c94 8155142 
debian-edu-artwork_0.0.31-2_all.deb
 2f192ec338525fee6805f9b49c12dde33f20ae1876459405e3c14df240561f91 194180 
debian-edu-artwork-usplash_0.0.31-2_i386.deb
Files: 
 61cc2d2fe311b7f13e73d02b91d7e8c9 1503 graphics optional 
debian-edu-artwork_0.0.31-2.dsc
 79ab2a86d8cbb63e2db53c0f4792f595 9932 graphics optional 
debian-edu-artwork_0.0.31-2.diff.gz
 cd258ef60c128e93b51f2e5ad2a4873e 8155142 graphics optional 
debian-edu-artwork_0.0.31-2_all.deb
 e08b5c71166967333588db98bb7e1dc0 194180 graphics optional 
debian-edu-artwork-usplash_0.0.31-2_i386.deb

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

iD8DBQFL3cIC20zMSyow1ykRAl7aAKCl61eqPwX0bvBune507/67YM2yvwCgtx4h
9tWvCJFbNcv2PdbSW2vxREA=
=BrWx
-END PGP SIGNATURE-


Accepted:
debian-edu-artwork-usplash_0.0.31-2_i386.deb
  to main/d/debian-edu-artwork/debian-edu-artwork-usplash_0.0.31-2_i386.deb
debian-edu-artwork_0.0.31-2.diff.gz
  to main/d/debian-edu-artwork/debian-edu-artwork_0.0.31-2.diff.gz
debian-edu-artwork_0.0.31-2.dsc
  to main/d/debian-edu-artwork/debian-edu-artwork_0.0.31-2.dsc
debian-edu-artwork_0.0.31-2_all.deb
  to main/d/debian-edu-artwork/debian-edu-artwork_0.0.31-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8dy6-so...@ries.debian.org



Accepted qmmp 0.4.0-1 (source amd64)

2010-05-02 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 21:21:40 +0300
Source: qmmp
Binary: qmmp libqmmp-misc libqmmp0 libqmmpui0 libqmmp-dev libqmmpui-dev 
qmmp-plugin-projectm
Architecture: source amd64
Version: 0.4.0-1
Distribution: experimental
Urgency: low
Maintainer: Eugene V. Lyubimkin jac...@debian.org
Changed-By: Eugene V. Lyubimkin jac...@debian.org
Description: 
 libqmmp-dev - qmmp audio player -- runtime library (development files)
 libqmmp-misc - qmmp audio player -- plugins and auxiliary libraries
 libqmmp0   - qmmp audio player -- runtime library
 libqmmpui-dev - qmmp audio player -- user interface library (development files)
 libqmmpui0 - qmmp audio player -- user interface library
 qmmp   - feature-rich audio player with support of many formats
 qmmp-plugin-projectm - qmmp audio player -- projectM visualization plugin
Closes: 575568
Changes: 
 qmmp (0.4.0-1) experimental; urgency=low
 .
   * New upstream release.
 - Qmmp now can setup shortcuts with Up and Down keys. (Closes: #575568)
   * debian/copyright:
 - Updated 'Base on' section.
 - Updated 'Plugin developers' section.
   * debian/control:
 - Updated long description of the 'qmmp' package.
 - Bumped build-dependency versions of the 'libqt4-dev', 'cmake',
   'libpulse-dev', 'libtag1-dev' packages.
 - Added build-dependency on libmms-dev.
   * debian/libqmmp{,ui}0.install:
 - Updated for new upstream release.
Checksums-Sha1: 
 98518dd0d8e79e53301f7db89ca013ed3d0c5bb2 1592 qmmp_0.4.0-1.dsc
 33f83d952d04589eb2aba74667b7930ac5358875 859089 qmmp_0.4.0.orig.tar.gz
 6b29a5a26f2ffce3eb782daeda6e4372f1c32ad1 7116 qmmp_0.4.0-1.diff.gz
 62b8299fd640d1bb6c04113719487389386ea93e 551694 qmmp_0.4.0-1_amd64.deb
 3070b174b05a652c3254de249d7f9ddb1cf14044 1095626 libqmmp-misc_0.4.0-1_amd64.deb
 018bcc65a5392f10bf46594ba0bdf2dd8faf3be5 111272 libqmmp0_0.4.0-1_amd64.deb
 6ccdebdb5e92bf306067e6527b0e3f343fc4c837 126454 libqmmpui0_0.4.0-1_amd64.deb
 9e8c68164529469f6d1d7e3985ee3c1d83f44ed3 26526 libqmmp-dev_0.4.0-1_amd64.deb
 af898f1f3e305952f54a02c285acb31ff5c9e7fc 24098 libqmmpui-dev_0.4.0-1_amd64.deb
 0598a29970ec0836a1f58ba809bc57dcc2378cf1 32928 
qmmp-plugin-projectm_0.4.0-1_amd64.deb
Checksums-Sha256: 
 b286ae80f17a5c84660a3f0d84eb5fba15b19ecc616112dcd65504dcd233c833 1592 
qmmp_0.4.0-1.dsc
 65f2a27f55c695d58257d8f7e12e4f5bbda1d778c98647aa83aa24244564b03c 859089 
qmmp_0.4.0.orig.tar.gz
 1f1dd169a865cb46720d7ac6b66a6ebf29a66b9c33fe50abdb25e80d8dbf82d6 7116 
qmmp_0.4.0-1.diff.gz
 0376b1bc6132e1c2cd36fb6fcdc78660cf10b83ab9181ece04dff0e7be40bed1 551694 
qmmp_0.4.0-1_amd64.deb
 1c85e4f69dcbed4a78a37137ba923147391c574084807b4bc139f370a574642e 1095626 
libqmmp-misc_0.4.0-1_amd64.deb
 48feb0557d15874115c73878757d2c4890d0149f060b688d055ca2e4f39a687c 111272 
libqmmp0_0.4.0-1_amd64.deb
 a02ae2ed119fa781fccde17298acbacad60d21752536ff0c5eb38b8de05d4344 126454 
libqmmpui0_0.4.0-1_amd64.deb
 aeee3b5ae3714aa62fa404f42bd6d801c129a37f039257280a8a0e0abb1ac7e9 26526 
libqmmp-dev_0.4.0-1_amd64.deb
 54c497d3c5c6b08707400e4696c41b106a9de83cbcea01b82815c8bd7ddf6183 24098 
libqmmpui-dev_0.4.0-1_amd64.deb
 206b28e192016e3791f02ba397541d9b7765c3d68b5400fea2f2c318c9411a30 32928 
qmmp-plugin-projectm_0.4.0-1_amd64.deb
Files: 
 88875b5c6ab1a1e37af6ebe2bb9b764a 1592 sound optional qmmp_0.4.0-1.dsc
 2c2b385ea281a143a6e1a743a8b05736 859089 sound optional qmmp_0.4.0.orig.tar.gz
 0b1d04d4ba309bb55a5118fcce7460fa 7116 sound optional qmmp_0.4.0-1.diff.gz
 4cb2bb16a7c5b11efb44a371820ad162 551694 sound optional qmmp_0.4.0-1_amd64.deb
 d8492ee8b5131840c12880f0f24b5f20 1095626 sound optional 
libqmmp-misc_0.4.0-1_amd64.deb
 016be860634a6aab9b7dd48290a703ba 111272 sound optional 
libqmmp0_0.4.0-1_amd64.deb
 96c731eea93c4f4506408a289bdab46a 126454 sound optional 
libqmmpui0_0.4.0-1_amd64.deb
 d33cbec3b0ccef2e881e089df8a45d1f 26526 libdevel optional 
libqmmp-dev_0.4.0-1_amd64.deb
 b17f964fe85ce97a63cd9fc6e3e467e1 24098 libdevel optional 
libqmmpui-dev_0.4.0-1_amd64.deb
 9cda17dbaee56006e048ba73ab198f5d 32928 sound optional 
qmmp-plugin-projectm_0.4.0-1_amd64.deb

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

iEYEARECAAYFAkvdy7wACgkQchorMMFUmYyOWQCfWbtKZEFQasmeqRvMomeD4eQY
eTYAn0IGS3UcoflaeXzqfneJoHMTGbOL
=jiH8
-END PGP SIGNATURE-


Accepted:
libqmmp-dev_0.4.0-1_amd64.deb
  to main/q/qmmp/libqmmp-dev_0.4.0-1_amd64.deb
libqmmp-misc_0.4.0-1_amd64.deb
  to main/q/qmmp/libqmmp-misc_0.4.0-1_amd64.deb
libqmmp0_0.4.0-1_amd64.deb
  to main/q/qmmp/libqmmp0_0.4.0-1_amd64.deb
libqmmpui-dev_0.4.0-1_amd64.deb
  to main/q/qmmp/libqmmpui-dev_0.4.0-1_amd64.deb
libqmmpui0_0.4.0-1_amd64.deb
  to main/q/qmmp/libqmmpui0_0.4.0-1_amd64.deb
qmmp-plugin-projectm_0.4.0-1_amd64.deb
  to main/q/qmmp/qmmp-plugin-projectm_0.4.0-1_amd64.deb
qmmp_0.4.0-1.diff.gz
  to main/q/qmmp/qmmp_0.4.0-1.diff.gz
qmmp_0.4.0-1.dsc
  to main/q/qmmp/qmmp_0.4.0-1.dsc
qmmp_0.4.0-1_amd64.deb
  to main/q/qmmp/qmmp_0.4.0-1_amd64.deb
qmmp_0.4.0.orig.tar.gz
  

Accepted libmath-random-mt-perl 1.10-2 (source i386)

2010-05-02 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 May 2010 21:06:02 +0200
Source: libmath-random-mt-perl
Binary: libmath-random-mt-perl
Architecture: source i386
Version: 1.10-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
Description: 
 libmath-random-mt-perl - Perl implementation of the Mersenne Twister algorithm
Closes: 578552
Changes: 
 libmath-random-mt-perl (1.10-2) unstable; urgency=low
 .
   [ Ryan Niebur ]
   * Update jawnsy's email address
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
   * add a patch fixing tests for double numbers evaluation.
 (Closes: #578552) -- FTBFS with perl 5.12.0-1: long doubles
   * Convert to '3.0 (quilt)' package source format.
   * Bump Standards-Version to 3.8.4.
   * Refresh debian/copyright to follow revision 135 of format-
 specification for machine readable copyright file in DEP5 and update
 copyright years for debian/* packaging.
Checksums-Sha1: 
 9410a893b688dcb39d3e8ef64858da30af8f85b7 2053 libmath-random-mt-perl_1.10-2.dsc
 6f458e85c2282c3b8381bfbc49cc2bfe9976f844 3838 
libmath-random-mt-perl_1.10-2.debian.tar.gz
 0c39121b25ffbee9bdc728f4a4fd94af72f1d3ec 14358 
libmath-random-mt-perl_1.10-2_i386.deb
Checksums-Sha256: 
 1304801253cd5bdccfc04e5bec2190416309c7fa0a3aa7922b7f189eaa865148 2053 
libmath-random-mt-perl_1.10-2.dsc
 8a30de1117e2928cdbaa2d20c75f716f2ac42fb20aebcd51bd8b522a0e17cda1 3838 
libmath-random-mt-perl_1.10-2.debian.tar.gz
 cebaf3793ac798e198f21f51f3661156e8ac63e4f9be6c05d15e97855298368a 14358 
libmath-random-mt-perl_1.10-2_i386.deb
Files: 
 50d8eafc582f981e14d51049517f7324 2053 perl optional 
libmath-random-mt-perl_1.10-2.dsc
 33fd4ea71a656a2e8f1cb2ac50222978 3838 perl optional 
libmath-random-mt-perl_1.10-2.debian.tar.gz
 cc5c5cfb88e724d07035e944e95abad1 14358 perl optional 
libmath-random-mt-perl_1.10-2_i386.deb

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

iQIcBAEBCAAGBQJL3dMxAAoJELs6aAGGSaoGiXIP/12XOYnUDPVmziUheC8qA4LN
6V7gbyvhvmun28qggRd9D6Cec9m9yWRgylO6nzk9G3GzSs1yYK9ZMfcygApW1PNy
o6LSjG+MIuY22SLlwF/L2Td3XDRkWAYWgjWjNu3YjLik+J9g0CKjFDCKwtlZ81J9
nA7gToSuDcAiCjx4Gwietxu4cBsN9xddf0YY6EP3sYrUOT+cV4EKIO4kfYEmswKF
y3RPa9fl4RNqYjI/AeqHYNN9YeURtp4gi5pMMKGUFfOOETlyTvBplLugVc2SKqgB
kQJNbQutFBbsqCqZwg2Pr9iTuGZ586pMQQmc2kqsOgrBseGCDSM01p9zN9a4w+S8
Wa574vgd5ZSAWs6ZahmpDjBfdnJm/FbuwCaHSoTdRpBFSrpPoizQztokAeXtgRmp
j0+BiE+UJvHiq+ITOMaxNdZx8bnbiQ7CE/9AAQgL4ae+4QR5BtKf6LeFhoL0kzsu
8QHCKscwh1TIY1ioKaqpgKZUsawE5LLhJcVDvdGcujXiX+fhZVb15sO2733+5O0P
RymfW9zXjSJmdtUDlkZ2/PrjL9dMRvy5OT3M34YC0Sdqf1BockmTR3vC6d4tP2sI
DWHKVPTJUpplFRFl1Bpm9U1IzcUFXApd8Tgi1Hv/pm8Kj96cc3xffy0vYS2xuBXF
pkkNZEL+IeJL96u/rRdY
=ayhB
-END PGP SIGNATURE-


Accepted:
libmath-random-mt-perl_1.10-2.debian.tar.gz
  to 
main/libm/libmath-random-mt-perl/libmath-random-mt-perl_1.10-2.debian.tar.gz
libmath-random-mt-perl_1.10-2.dsc
  to main/libm/libmath-random-mt-perl/libmath-random-mt-perl_1.10-2.dsc
libmath-random-mt-perl_1.10-2_i386.deb
  to main/libm/libmath-random-mt-perl/libmath-random-mt-perl_1.10-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8f87-0006tz...@ries.debian.org



Accepted deets 0.0.4-1 (source amd64)

2010-05-02 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 02 May 2010 16:26:53 -0400
Source: deets
Binary: deets
Architecture: source amd64
Version: 0.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 deets  - decentralized model-based administration tool
Changes: 
 deets (0.0.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Install example lua and cosmo to /usr/share/doc/deets/examples.
Checksums-Sha1: 
 a469732c4ddd628856284cbed3232c7498fba2fb 1661 deets_0.0.4-1.dsc
 5ef94d7623e2b07078c71a8dec89d8fc9ea4efa6 89574 deets_0.0.4.orig.tar.gz
 dcc7ec73da4d563d92653aacd6ae70ea4468ac3e 2160 deets_0.0.4-1.debian.tar.gz
 981336d3a54740d85877cae3dc190357f7d8acee 50280 deets_0.0.4-1_amd64.deb
Checksums-Sha256: 
 6cbe6c6955cd0045684b5456479c32c3a883faccb875ecec5e3e6e026f930c38 1661 
deets_0.0.4-1.dsc
 5e0e2fd2491a394a61bb2ea4dc15f91fbfe64da66be772e8c595cd2319ea680a 89574 
deets_0.0.4.orig.tar.gz
 53fda655f83d03071b5a49a135aef8632901b85441e8fdb83f60fff09d0f4148 2160 
deets_0.0.4-1.debian.tar.gz
 53d4f8a2383084ab288f4f8c53473a0fe7f5422e33ba64ae02383ec9de29694a 50280 
deets_0.0.4-1_amd64.deb
Files: 
 e540ceaeb75bb0d088a6d2099eba2455 1661 admin extra deets_0.0.4-1.dsc
 0f8cc00050a6d0529599d994d3114dfa 89574 admin extra deets_0.0.4.orig.tar.gz
 f2f62e9eed262102ea8d783a48a6b63c 2160 admin extra deets_0.0.4-1.debian.tar.gz
 fb7015839d5a38b2030f3ef6d26b616a 50280 admin extra deets_0.0.4-1_amd64.deb

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

iQIcBAEBCgAGBQJL3eEmAAoJEFWSMx4ZnTion4YP/i3ErNTvdzlkMHEXjTLbGwSH
bH0wf5pbX3rcgSnqYdzem1SkWnVHkMdtFsPXR3vcEKFSFxb0JDUMCIx4H/ypBNKK
lWlzJR3bh0h2iafqxPtDMNdW7V2+jyZmMPew9/mIphhai83nMTiDv1cBOH7rEkMp
Z32iSPrrWNkw14GuDb1NTDHhYbJh/9vBKJKAfDR/A+PACjPjoq+4FL4veg/Efc0q
qPb05BIPc/ql6gJCDqKL/Vlx2t2kYPEk/mBMU7WaV9kUAMBFDAPR1DbNTvTdy9Yq
KFGMF7r35Em+nGQDFL9uJz7bdpeUdaD1b3K73qpiBhV1DaR1TfjV6EGJfTPxtkbe
pqnmkSaLksfgMnYq1mUofVKFG9hz06uZm3tOZwKFfTknVrHe+5VplrXS4MlJjiHP
Dj9IDR2B1Ao4Nv3As5xtYSgWOre5ZUTWJg/XAVnhHqlCw74JwpnVTuDoQ8tv7lP0
6iikl6xp6lB+rJ121l31MHPAw9sS9VukCn/ApAiUxPEQCeDNNo02lcf4WkZScZb+
2yxLNyYBRRkqjIwEJ4uq/GiJFHx5Z96a1rWYk+dGaBrfBzN7weFtrU7C8dlo97uj
Kbj6hO3uIuEwtKPonBtivWll3mzYNAXRNjmISA2j2Ko7IvFgjyjdnObhvE/L90o2
OrQ+rj34DV6w2tTgvrpq
=1Agt
-END PGP SIGNATURE-


Accepted:
deets_0.0.4-1.debian.tar.gz
  to main/d/deets/deets_0.0.4-1.debian.tar.gz
deets_0.0.4-1.dsc
  to main/d/deets/deets_0.0.4-1.dsc
deets_0.0.4-1_amd64.deb
  to main/d/deets/deets_0.0.4-1_amd64.deb
deets_0.0.4.orig.tar.gz
  to main/d/deets/deets_0.0.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8h2e-0006tg...@ries.debian.org



Accepted funkload 1.11.0-3 (source all)

2010-05-02 Thread Toni Mueller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 22:00:21 +0200
Source: funkload
Binary: funkload
Architecture: source all
Version: 1.11.0-3
Distribution: unstable
Urgency: low
Maintainer: Toni Mueller t...@debian.org
Changed-By: Toni Mueller t...@debian.org
Description: 
 funkload   - web testing tool
Closes: 579743
Changes: 
 funkload (1.11.0-3) unstable; urgency=low
 .
   * adds python-setuptools (closes: #579743)
Checksums-Sha1: 
 2d7fd7c450eb43f2afe5dde1430839fd93f1fe80 1043 funkload_1.11.0-3.dsc
 85de8f260bfaacb555806d4f9dbef674cda0f2f6 103455 funkload_1.11.0-3.diff.gz
 5fe91ab06dca773d7cd0e9cd43dd43a30933dd45 151138 funkload_1.11.0-3_all.deb
Checksums-Sha256: 
 a50accec7a6e3cedbf9ed444a8b10a52a7e676bf11aa453c22c48f6fe6905f9e 1043 
funkload_1.11.0-3.dsc
 d40b7cf6efd5324e8ae935eee5ca1fb770d8253e70da1bd90ff39ce7f5563f97 103455 
funkload_1.11.0-3.diff.gz
 7cbaebb8c41c65f2f89e183ed43483a4c847f0d6967df5be4f5ef89f53b2e8f3 151138 
funkload_1.11.0-3_all.deb
Files: 
 086623d953f82e46bf64e28bbffdba0e 1043 web extra funkload_1.11.0-3.dsc
 3c23cf45dbc43a7cc006023fc48f97cc 103455 web extra funkload_1.11.0-3.diff.gz
 3d412fcb87e917c8170695baea21f3bd 151138 web extra funkload_1.11.0-3_all.deb

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

iD8DBQFL3dtYfoEUoHXLGtIRAupRAKC2waBpXljhO1avppZsL6WoHTT+ZgCgjTbf
u//PGkDGVZX9PqRcSNlcu+E=
=GJJP
-END PGP SIGNATURE-


Accepted:
funkload_1.11.0-3.diff.gz
  to main/f/funkload/funkload_1.11.0-3.diff.gz
funkload_1.11.0-3.dsc
  to main/f/funkload/funkload_1.11.0-3.dsc
funkload_1.11.0-3_all.deb
  to main/f/funkload/funkload_1.11.0-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8h5k-0006ix...@ries.debian.org



Accepted funkload 1.11.0-4 (source all)

2010-05-02 Thread Toni Mueller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 22:08:53 +0200
Source: funkload
Binary: funkload
Architecture: source all
Version: 1.11.0-4
Distribution: unstable
Urgency: low
Maintainer: Toni Mueller t...@debian.org
Changed-By: Toni Mueller t...@debian.org
Description: 
 funkload   - web testing tool
Changes: 
 funkload (1.11.0-4) unstable; urgency=low
 .
   * correct build error
Checksums-Sha1: 
 09b57fd6ad8685335a0a0e2464e97ec4a3c21dda 1040 funkload_1.11.0-4.dsc
 cde2b6b2778b4ccfafbdda1b216695c07cc09ae3 27848 funkload_1.11.0-4.diff.gz
 516a8fdbc3a541b15e7c0fc89d4c6d11dd54876b 151172 funkload_1.11.0-4_all.deb
Checksums-Sha256: 
 31be7f20b1c8b44db8f42b085ee83c9e4e9a084204bf1b8d53af24c7765ec266 1040 
funkload_1.11.0-4.dsc
 88efb303035218454278668d2c12fd773ec9d1ac81de63323c3a02471740cd4c 27848 
funkload_1.11.0-4.diff.gz
 e7321bf6c1b1ea72f716a22881d45a1007733684d238a642a06a1f37a403fc0d 151172 
funkload_1.11.0-4_all.deb
Files: 
 92d2256393e7dad925e976e20b404055 1040 web extra funkload_1.11.0-4.dsc
 d5bf2d2ba20db7da0b0298c22fcdaa88 27848 web extra funkload_1.11.0-4.diff.gz
 74dcb4f074f23b3f595dfb9ccf3b852d 151172 web extra funkload_1.11.0-4_all.deb

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

iD8DBQFL3eDbfoEUoHXLGtIRAiT+AKCQGVb8IkXo8vodDFOzKEzrYjhhVACdHTvh
YGsYow7ZLIeHofflsKVlzzE=
=v07Y
-END PGP SIGNATURE-


Accepted:
funkload_1.11.0-4.diff.gz
  to main/f/funkload/funkload_1.11.0-4.diff.gz
funkload_1.11.0-4.dsc
  to main/f/funkload/funkload_1.11.0-4.dsc
funkload_1.11.0-4_all.deb
  to main/f/funkload/funkload_1.11.0-4_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8h5g-0006lm...@ries.debian.org



Accepted gcc-4.3-doc-non-dfsg 4.3.4.nf1-1 (source all)

2010-05-02 Thread Nikita V. Youshchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 00:17:19 +0400
Source: gcc-4.3-doc-non-dfsg
Binary: gcc-4.3-doc cpp-4.3-doc gfortran-4.3-doc gnat-4.3-doc gcj-4.3-doc
Architecture: source all
Version: 4.3.4.nf1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Nikita V. Youshchenko yo...@debian.org
Description: 
 cpp-4.3-doc - documentation for the GNU C preprocessor (cpp)
 gcc-4.3-doc - documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-4.3-doc - documentation for the GNU Java tools (gcj, gij)
 gfortran-4.3-doc - documentation for the GNU Fortran Compiler (gfortran)
 gnat-4.3-doc - documentation for the GNU Ada 95 Compiler (gnat)
Changes: 
 gcc-4.3-doc-non-dfsg (4.3.4.nf1-1) unstable; urgency=low
 .
   * Rebuilt .orig.tar.gz using files from gcc-4.3.4 release.
   * No longer build gcc-doc-base package from gcc-4.3-doc-non-dfsg source.
   * Updated Standards-Version to 3.8.4.
Checksums-Sha1: 
 0a634ffaa351d40751a70854c01dc9a9258aab29 1243 
gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.dsc
 b0f6c3624c792bf370fc549b08782b8425febd63 1516341 
gcc-4.3-doc-non-dfsg_4.3.4.nf1.orig.tar.gz
 dcf962b353f5282ee1509a93efe4aa275ac646f2 15026 
gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.diff.gz
 d06c78337eff888bb33d21adb76e537397a09002 2210666 
gcc-4.3-doc_4.3.4.nf1-1_all.deb
 8a6bf722327aeac6bff9c8c06dca6ab9f317ea55 203122 cpp-4.3-doc_4.3.4.nf1-1_all.deb
 6ef4e09d2144327b3f3aab53137e2572db6c6d67 272520 
gfortran-4.3-doc_4.3.4.nf1-1_all.deb
 b229598942a22e2811e14df676b5916d1147e684 1058934 
gnat-4.3-doc_4.3.4.nf1-1_all.deb
 bfe3ad545790634eeb50c1dc3f182e5bc1e4be47 129624 gcj-4.3-doc_4.3.4.nf1-1_all.deb
Checksums-Sha256: 
 27d5dd9f42257306c2c9a36b01e237064fddd134e278d83f9daf57c0dc547288 1243 
gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.dsc
 acb120034ed4bbf56af3c41752ab30cbbffa133a6995cb39963ea1956f7938c5 1516341 
gcc-4.3-doc-non-dfsg_4.3.4.nf1.orig.tar.gz
 5bbadb48de2145c50b82604e3fff1cbeb7064b5d500a3a85864fb7d27d3b4558 15026 
gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.diff.gz
 4ea401fb4e6478671bad85a2a07f97a94803ceabe78c0f1acad6feb3fd00d89b 2210666 
gcc-4.3-doc_4.3.4.nf1-1_all.deb
 f14f01dcafc5657b1b2f0b1c56dea45c062689e5c75db7b187b0c72be979a45f 203122 
cpp-4.3-doc_4.3.4.nf1-1_all.deb
 3a648399c8d95921280388256826233bf90bb8f5e6557f3e6dc927aead004717 272520 
gfortran-4.3-doc_4.3.4.nf1-1_all.deb
 475481b1ebad70cc8a4dbe7f81201bbd2885017675c8caaf2dbd5ca57911 1058934 
gnat-4.3-doc_4.3.4.nf1-1_all.deb
 a9ae7984e74ce225b6b5d933d38fa3d0d8da8310dedf383749e0f1919c48c4a9 129624 
gcj-4.3-doc_4.3.4.nf1-1_all.deb
Files: 
 c2c738e6a711cdfba9483234c7d5a3d3 1243 non-free/doc optional 
gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.dsc
 f2cc5b18574adbad0e88a9f82372c699 1516341 non-free/doc optional 
gcc-4.3-doc-non-dfsg_4.3.4.nf1.orig.tar.gz
 2d2611f63683d3976e99fa2d64b17ea8 15026 non-free/doc optional 
gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.diff.gz
 5e53984038f95521e7cdd8bd1ad71a2c 2210666 non-free/doc optional 
gcc-4.3-doc_4.3.4.nf1-1_all.deb
 adb95966cea74fce659deac273b8f402 203122 non-free/doc optional 
cpp-4.3-doc_4.3.4.nf1-1_all.deb
 e8c7268cf5b1d7a54938f7923aefb8b6 272520 non-free/doc optional 
gfortran-4.3-doc_4.3.4.nf1-1_all.deb
 eae97c5894f3f7ee5977b46496e22590 1058934 non-free/doc optional 
gnat-4.3-doc_4.3.4.nf1-1_all.deb
 e80d5433c071dd9b56f8d9a349e718ad 129624 non-free/doc optional 
gcj-4.3-doc_4.3.4.nf1-1_all.deb

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

iEYEARECAAYFAkvd39kACgkQv3x5OskTLdsjFgCdGqd0tqmQ6USH3DB+/FpbnfBn
DjQAn0hytxLTzK5VnwiQ9gcxDQqVmQJT
=4hSp
-END PGP SIGNATURE-


Accepted:
cpp-4.3-doc_4.3.4.nf1-1_all.deb
  to non-free/g/gcc-4.3-doc-non-dfsg/cpp-4.3-doc_4.3.4.nf1-1_all.deb
gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.diff.gz
  to non-free/g/gcc-4.3-doc-non-dfsg/gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.diff.gz
gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.dsc
  to non-free/g/gcc-4.3-doc-non-dfsg/gcc-4.3-doc-non-dfsg_4.3.4.nf1-1.dsc
gcc-4.3-doc-non-dfsg_4.3.4.nf1.orig.tar.gz
  to non-free/g/gcc-4.3-doc-non-dfsg/gcc-4.3-doc-non-dfsg_4.3.4.nf1.orig.tar.gz
gcc-4.3-doc_4.3.4.nf1-1_all.deb
  to non-free/g/gcc-4.3-doc-non-dfsg/gcc-4.3-doc_4.3.4.nf1-1_all.deb
gcj-4.3-doc_4.3.4.nf1-1_all.deb
  to non-free/g/gcc-4.3-doc-non-dfsg/gcj-4.3-doc_4.3.4.nf1-1_all.deb
gfortran-4.3-doc_4.3.4.nf1-1_all.deb
  to non-free/g/gcc-4.3-doc-non-dfsg/gfortran-4.3-doc_4.3.4.nf1-1_all.deb
gnat-4.3-doc_4.3.4.nf1-1_all.deb
  to non-free/g/gcc-4.3-doc-non-dfsg/gnat-4.3-doc_4.3.4.nf1-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8h66-0006sw...@ries.debian.org



Accepted gcc-doc-defaults 5:3 (source i386)

2010-05-02 Thread Nikita V. Youshchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 00:47:03 +0400
Source: gcc-doc-defaults
Binary: gcc-doc cpp-doc gfortran-doc gnat-doc gcj-doc
Architecture: source i386
Version: 5:3
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Nikita V. Youshchenko yo...@debian.org
Description: 
 cpp-doc- documentation for the GNU C preprocessor (cpp)
 gcc-doc- documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-doc- documentation for the GNU Java tools (gcj, gij)
 gfortran-doc - documentation for the GNU Fortran Compiler (gfortran)
 gnat-doc   - documentation for the GNU Ada Compiler (gnat)
Changes: 
 gcc-doc-defaults (5:3) unstable; urgency=low
 .
   * Make all symlinks to point to 4.4 versions.
   * Set source/format to '3.0 (native)'.
Checksums-Sha1: 
 263194026daa9b62c7b62fcb24d16a27d3aa599a 834 gcc-doc-defaults_3.dsc
 8e0e5367e809396b6fc9bff303791b232ba23f5b 3351 gcc-doc-defaults_3.tar.gz
 8231cf7c7173410206f371e8e47f7d82014afb39 2908 gcc-doc_3_i386.deb
 f815dbca4ed42eb2c024e5044ca7b975ff587b84 2810 cpp-doc_3_i386.deb
 18ab4cdd7c8915a053706798a60c745a659a831f 2790 gfortran-doc_3_i386.deb
 26edbf497e9be49b9bd8ad3762914236d1c7d37d 2756 gnat-doc_3_i386.deb
 cf8805a4d7ed89ed7f7b08be54b5e5dfb036c05d 2936 gcj-doc_3_i386.deb
Checksums-Sha256: 
 d1c3eae3d47c10693b0173b1068e9296cd821c4e0460569846465b34c4ef56d5 834 
gcc-doc-defaults_3.dsc
 2fcfe3a02e30320cfe9e533aaeddeaeb8369a74448a476eb34467156f27cbc32 3351 
gcc-doc-defaults_3.tar.gz
 2b1e10866fd69e5ff51d108aba72d0ace066425c80d9b3219f85629de535cc81 2908 
gcc-doc_3_i386.deb
 5ff25b89101e78b1a55f5dd17ade7ed6cac8670aa06643f5737f0c7bcb0e933a 2810 
cpp-doc_3_i386.deb
 93bb4d1e2f8321290cd0283e3b3980b6de2b8addd74c2e4e28871af6a48ec948 2790 
gfortran-doc_3_i386.deb
 ceb29dc339fbdd8fc879d814a6b6fd0d0dfac0e82ba55c9d09ca4a9d8c61d902 2756 
gnat-doc_3_i386.deb
 1e646bb276c50f018ac03eaea36473e20d978c9d71e61543fd9720e391fba587 2936 
gcj-doc_3_i386.deb
Files: 
 c6fba3558c9489d7db8e7d2936e596c5 834 contrib/doc optional 
gcc-doc-defaults_3.dsc
 679b466da35147fc2aee6d6ecfba0ac3 3351 contrib/doc optional 
gcc-doc-defaults_3.tar.gz
 1c01c4d1b4984d41970f81b3400d0db0 2908 contrib/doc optional gcc-doc_3_i386.deb
 a0cd3441ede70042eb07e244e559d810 2810 contrib/doc optional cpp-doc_3_i386.deb
 01890a18971c787a3745cc260036897b 2790 contrib/doc optional 
gfortran-doc_3_i386.deb
 0f5391a978ffd067c192ad13f7383441 2756 contrib/doc optional gnat-doc_3_i386.deb
 88e05cce6cf44faae607759db312b8c6 2936 contrib/doc optional gcj-doc_3_i386.deb

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

iEYEARECAAYFAkvd5fcACgkQv3x5OskTLduG/ACfQtmfJt1WS8flDj1t+M09tqHB
EvcAoI1Jn/oOWHDli/HUVFsdfznsmf7P
=4G/4
-END PGP SIGNATURE-


Accepted:
cpp-doc_3_i386.deb
  to contrib/g/gcc-doc-defaults/cpp-doc_3_i386.deb
gcc-doc-defaults_3.dsc
  to contrib/g/gcc-doc-defaults/gcc-doc-defaults_3.dsc
gcc-doc-defaults_3.tar.gz
  to contrib/g/gcc-doc-defaults/gcc-doc-defaults_3.tar.gz
gcc-doc_3_i386.deb
  to contrib/g/gcc-doc-defaults/gcc-doc_3_i386.deb
gcj-doc_3_i386.deb
  to contrib/g/gcc-doc-defaults/gcj-doc_3_i386.deb
gfortran-doc_3_i386.deb
  to contrib/g/gcc-doc-defaults/gfortran-doc_3_i386.deb
gnat-doc_3_i386.deb
  to contrib/g/gcc-doc-defaults/gnat-doc_3_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8h7e-00076w...@ries.debian.org



Accepted libnet-netmask-perl 1.9015-4 (source all)

2010-05-02 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 22:33:10 +0100
Source: libnet-netmask-perl
Binary: libnet-netmask-perl
Architecture: source all
Version: 1.9015-4
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libnet-netmask-perl - parse, manipulate and lookup IP network blocks
Closes: 578847
Changes: 
 libnet-netmask-perl (1.9015-4) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
 .
   [ Dominic Hargreaves ]
   * Add quilt
   * Add uselongdouble.patch: use POSIX::floor rather than int to avoid
 a rounding error when used with a perl configured with -Duselongdouble
 (Closes: #578847)
   * Fix dependency on debhelper to match debian/compat
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 cf4a7f26e8d59069d1bf2ad086f9e9a44ac9d1e1 1417 libnet-netmask-perl_1.9015-4.dsc
 0eb7eb372676dec587048dbd794660201dfdfcee 9087 
libnet-netmask-perl_1.9015-4.diff.gz
 7be3e4f1a33173dc51dbc5115da0682997f606c3 28598 
libnet-netmask-perl_1.9015-4_all.deb
Checksums-Sha256: 
 c53d0742026a6c9f7a18bfb6c91301dc6ad260c36e7c8093daf8b2b1c287ad4f 1417 
libnet-netmask-perl_1.9015-4.dsc
 2fbedb382e794e8798d773d73d46e72d00c9bee6ae593c08dfff21c51027ddd2 9087 
libnet-netmask-perl_1.9015-4.diff.gz
 14d6623944953b8d7d80d711cb187b1dc03d7311e801388c631820215adaefaf 28598 
libnet-netmask-perl_1.9015-4_all.deb
Files: 
 3a086c79e78cb15427092201f9e8af8b 1417 perl optional 
libnet-netmask-perl_1.9015-4.dsc
 624e7f097c5ce2731b06d7ab200045e7 9087 perl optional 
libnet-netmask-perl_1.9015-4.diff.gz
 77b52cc6a29ac60920837690958e9f31 28598 perl optional 
libnet-netmask-perl_1.9015-4_all.deb

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

iD8DBQFL3fBJYzuFKFF44qURAvhfAKC+avK2Iww5LTLjS0AaiD0rFM5O0wCcDzZH
8Sku9es/pnYW6dYRq/ug5sQ=
=hNvv
-END PGP SIGNATURE-


Accepted:
libnet-netmask-perl_1.9015-4.diff.gz
  to main/libn/libnet-netmask-perl/libnet-netmask-perl_1.9015-4.diff.gz
libnet-netmask-perl_1.9015-4.dsc
  to main/libn/libnet-netmask-perl/libnet-netmask-perl_1.9015-4.dsc
libnet-netmask-perl_1.9015-4_all.deb
  to main/libn/libnet-netmask-perl/libnet-netmask-perl_1.9015-4_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8hkp-mv...@ries.debian.org



Accepted jack-audio-connection-kit 1.9.5~dfsg-4 (source i386)

2010-05-02 Thread Adrian Knoth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 21:55:26 +0200
Source: jack-audio-connection-kit
Binary: jackd libjack0 jackd-firewire libjack-dev
Architecture: source i386
Version: 1.9.5~dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Adrian Knoth a...@drcomp.erfurt.thur.de
Description: 
 jackd  - JACK Audio Connection Kit (server and example clients)
 jackd-firewire - JACK Audio Connection Kit (FFADO and FreeBoB backends)
 libjack-dev - JACK Audio Connection Kit (development files)
 libjack0   - JACK Audio Connection Kit (libraries)
Closes: 548537 577444 579464 579465 579479
Changes: 
 jack-audio-connection-kit (1.9.5~dfsg-4) unstable; urgency=low
 .
   * Upgrade to svn version r3995. (Closes: bug#548537)
   * Fix FTBFS on kFreeBSD (conditionally enable ALSA) (Closes: bug#579465)
   * Fix FTBFS on powerpc (Closes: bug#579479)
   * Fix FTBFS caused by missing atomic operations (Closes: #579464)
   * Remove outdated documentation (Closes: #577444)
Checksums-Sha1: 
 a5fe1e945bc9e63ac1353e1ea3898d63368cb527 2538 
jack-audio-connection-kit_1.9.5~dfsg-4.dsc
 9f78354f5ccb4b33e4bb1768e33ede900d452b25 125592 
jack-audio-connection-kit_1.9.5~dfsg-4.debian.tar.gz
 f4c4cb77d4ecc904c337927cbfbd72ffd3c364c2 194266 jackd_1.9.5~dfsg-4_i386.deb
 ff5b5ae45f87b9a77abd3c0fc9cb3da2a50583df 456288 libjack0_1.9.5~dfsg-4_i386.deb
 9680da61be57459876cdc169d5691c5cfba51eb7 64696 
jackd-firewire_1.9.5~dfsg-4_i386.deb
 27581aafea1c8977cb6737170bd34017ba75a0d9 75534 
libjack-dev_1.9.5~dfsg-4_i386.deb
Checksums-Sha256: 
 d73217227d757ac7dea20d3905c206f6cee82edd582519475bab47db5183f5be 2538 
jack-audio-connection-kit_1.9.5~dfsg-4.dsc
 a51d06231b721d87583be41f6f517c6a14e008808b59a2ba5444c036195ab4ab 125592 
jack-audio-connection-kit_1.9.5~dfsg-4.debian.tar.gz
 c5c506d92a11887a3424f6f5437eb32de207e698ad94b8fa8e29e3f602f2cbb7 194266 
jackd_1.9.5~dfsg-4_i386.deb
 e33fa8186c215e29187ac2415f82f40283b3b1c27a690d4f6cbb539c3248fb30 456288 
libjack0_1.9.5~dfsg-4_i386.deb
 220eb528e951c4fe8b2f0f1a0c6966130cdcbc9f3311a691c43b32006aa8e37d 64696 
jackd-firewire_1.9.5~dfsg-4_i386.deb
 aa5cb36185ad67b5946c12162b6b0315e81ffe45a0e1d6a4cf8b9e871f9b4bea 75534 
libjack-dev_1.9.5~dfsg-4_i386.deb
Files: 
 d7ce5af408389f6ab9bfa0c02e107ac2 2538 sound optional 
jack-audio-connection-kit_1.9.5~dfsg-4.dsc
 9cc2afb9aed8de47e1b619c180f48053 125592 sound optional 
jack-audio-connection-kit_1.9.5~dfsg-4.debian.tar.gz
 f4bc15fae0d977d30668065c26444100 194266 sound optional 
jackd_1.9.5~dfsg-4_i386.deb
 afe448eab8a49c9450143ebc16b5bbcc 456288 libs optional 
libjack0_1.9.5~dfsg-4_i386.deb
 3c3b64a5e99bd04cff981ae49b13aba8 64696 sound optional 
jackd-firewire_1.9.5~dfsg-4_i386.deb
 9e7d004737e160cb2a531b21e74cae37 75534 libdevel optional 
libjack-dev_1.9.5~dfsg-4_i386.deb

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

iQIcBAEBAgAGBQJL3fl9AAoJEI8ytEIvUhB/ZDYP/Rr9PXUyAIML6RB7Ib+uD76B
SOje219jczEFUy1ngchSzFzAYwyQkCX3XWpLICAX2iyL4i6UILHF7QNKo9ub6RLu
qqzBsBf3amwDHX0lF/9CWWZNtmR/MfQxQ4zu60k5j7I8Kj+0rVyeSx95s3J0v5Am
d47u5JdkYlwTz3XWl4v4RzagbQU4WrSc8pDDJGRVLwdoECoOtiDpi5nPX/Gp6nYJ
3GwJLE7MxRhc6DnXgl9FladqHRz4ULvBUwrDcO3wI+Ng5K2j6Pp8p4Pqn0tA4FBB
lOXOyyN+oolwXPIfoyriV4fDSJ+iVIRgHdpByq0p6LzKtR347pUPVX11HSqaVEpb
ZfmsS1VqC2bgJ7ESHDYFfeD/A+jxuT8eSAhFM2r2Ul2sNocTWHMVQxL7E9Il7gD1
dUYIuQGjMi5iJBcZ223oNjesyIsJwTauAsVrCXM+iV/RnnVxIpK0yqCoa9z2Pcdg
Rc2QSQo1YYN7J3BsTT5DnlPX0wir213j3BQjg7xScsgeOUU1JUtKkBCirW2jrCVO
dJDtiR8iN9n21wM8j/M3sbtgZS0QlNw1GJ6vZYSA6/szsHPEuAOmKKb7X4EK6mUu
lk11vAoXeVd6kLVwWlZc7YONX0pJzQYVEg/0t7GI9kHaQoEN9mjCNRBr8namnQlW
8x4p6VFbL2efodDiChtS
=OaXm
-END PGP SIGNATURE-


Accepted:
jack-audio-connection-kit_1.9.5~dfsg-4.debian.tar.gz
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_1.9.5~dfsg-4.debian.tar.gz
jack-audio-connection-kit_1.9.5~dfsg-4.dsc
  to main/j/jack-audio-connection-kit/jack-audio-connection-kit_1.9.5~dfsg-4.dsc
jackd-firewire_1.9.5~dfsg-4_i386.deb
  to main/j/jack-audio-connection-kit/jackd-firewire_1.9.5~dfsg-4_i386.deb
jackd_1.9.5~dfsg-4_i386.deb
  to main/j/jack-audio-connection-kit/jackd_1.9.5~dfsg-4_i386.deb
libjack-dev_1.9.5~dfsg-4_i386.deb
  to main/j/jack-audio-connection-kit/libjack-dev_1.9.5~dfsg-4_i386.deb
libjack0_1.9.5~dfsg-4_i386.deb
  to main/j/jack-audio-connection-kit/libjack0_1.9.5~dfsg-4_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8hja-0002x3...@ries.debian.org



Accepted libavg 1.0.1-1 (source amd64)

2010-05-02 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 23:50:04 +0200
Source: libavg
Binary: python-libavg
Architecture: source amd64
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner twer...@debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 python-libavg - libavg Ain't Vector Graphics
Closes: 565512 575551
Changes: 
 libavg (1.0.1-1) unstable; urgency=low
 .
   * new upstream release (Closes: #565512)
   * Remove patches that have been merged upstream.
   * Add a patch that avoids building tests by default.
   * Remove .py extension from two more scripts in /usr/bin .
   * Add 2 example files to /usr/share/doc/python-libavg/examples/ .
   * Describe a workaround for bug #579937 in README.Debian.
   * Install debian/libavg.pth into /usr/share/pyshared/ .
 (Closes: #575551)
   * Add get-orig-source target to debian/rules.
Checksums-Sha1: 
 db1fdecb5ed94638f7a59e4dce1843a98a5da66f 1454 libavg_1.0.1-1.dsc
 ebba2e16571d4eaa97e056f54ac33a669c7e0e3e 6117895 libavg_1.0.1.orig.tar.gz
 5504d9edd028cc7cb42fa9a852fb3a7c049d25a5 6279 libavg_1.0.1-1.debian.tar.gz
 a8d5d8d9dd0b0a6496e9ad8c3d82b744c865afa3 2510960 
python-libavg_1.0.1-1_amd64.deb
Checksums-Sha256: 
 3db07dd08c05b50ad6e346bdbaedb9846ddf23632e739ade2ca0ee805a505edd 1454 
libavg_1.0.1-1.dsc
 d907e5c76094431a16b9a492eae6a05464424bb7f23ea27fe52c44ed6f26bd0e 6117895 
libavg_1.0.1.orig.tar.gz
 d10b54d6e4f5b4dd8b7593b1e29cfcfd9e22e36b166226806686248360131b3d 6279 
libavg_1.0.1-1.debian.tar.gz
 d5e056d5cbe942fd6f889f29b1ee67eb62a969910c3cbe9525c030a6938ccb16 2510960 
python-libavg_1.0.1-1_amd64.deb
Files: 
 2b27ce5afa825a07889447acc93092d7 1454 python optional libavg_1.0.1-1.dsc
 070ae20fd76a2a92a43abc9497e303bc 6117895 python optional 
libavg_1.0.1.orig.tar.gz
 5b6aa2c2cb9cb4557b93acf7b1273488 6279 python optional 
libavg_1.0.1-1.debian.tar.gz
 9be7884421820978a53562f38af78114 2510960 python optional 
python-libavg_1.0.1-1_amd64.deb

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

iEYEARECAAYFAkvd9qUACgkQfY3dicTPjsMe8QCeM06VTtm7vQFJoEtFz4Gi+gYW
KbIAn0YKGSVRtm5Rti/Ne074gok+P+I2
=v9rn
-END PGP SIGNATURE-


Accepted:
libavg_1.0.1-1.debian.tar.gz
  to main/liba/libavg/libavg_1.0.1-1.debian.tar.gz
libavg_1.0.1-1.dsc
  to main/liba/libavg/libavg_1.0.1-1.dsc
libavg_1.0.1.orig.tar.gz
  to main/liba/libavg/libavg_1.0.1.orig.tar.gz
python-libavg_1.0.1-1_amd64.deb
  to main/liba/libavg/python-libavg_1.0.1-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8hro-0003qt...@ries.debian.org



Accepted aspectwerkz2 2.0.dfsg.2-2 (source all)

2010-05-02 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 00:34:24 +0200
Source: aspectwerkz2
Binary: libaspectwerkz2-java
Architecture: source all
Version: 2.0.dfsg.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libaspectwerkz2-java - AOP framework for Java
Changes: 
 aspectwerkz2 (2.0.dfsg.2-2) unstable; urgency=low
 .
   [ Michael Koch ]
   * Moved package to section 'java'.
   * Build-Depends on default-jdk.
   * Added missing ${misc:Depends}.
   * Added Homepage, Vcs-Browser and Vcs-Svn fields.
   * Simplified watch file.
   * Added myself to uploaders.
 .
   [ Torsten Werner ]
   * Switch to source format 3.0.
   * Update Standards-Version: 3.8.4.
   * Remove Arnaud from Uploaders list.
Checksums-Sha1: 
 ed37a0f3962596e8a97237784238f9a85208faf0 1519 aspectwerkz2_2.0.dfsg.2-2.dsc
 652a0bae36f3eaa33c389a7b3ec90419b895c190 631453 
aspectwerkz2_2.0.dfsg.2.orig.tar.gz
 890fe7c4becacb8755207e34d2cf01b8a054e6e8 6657 
aspectwerkz2_2.0.dfsg.2-2.debian.tar.gz
 a9fed072212433df5f5c4b72ca330d0c98525a40 645322 
libaspectwerkz2-java_2.0.dfsg.2-2_all.deb
Checksums-Sha256: 
 9bd885c94b25d0286bae7f52d916bf928473b71d46858bf573e96b58e8963bc7 1519 
aspectwerkz2_2.0.dfsg.2-2.dsc
 5773f3221bd45d1cdd45d7190ea7632cbc1586e76f9db341203344fad9b7e5a8 631453 
aspectwerkz2_2.0.dfsg.2.orig.tar.gz
 3acf469babdce9af372955536cd6acec2deb7e18deebbb46d29d332bae78a2fe 6657 
aspectwerkz2_2.0.dfsg.2-2.debian.tar.gz
 0e13325780e2b594d493e5eee42f832b394dc165aea66deee3846c2340ba61a9 645322 
libaspectwerkz2-java_2.0.dfsg.2-2_all.deb
Files: 
 438f29dd5f2e6ebc03c2184571058aa9 1519 java optional 
aspectwerkz2_2.0.dfsg.2-2.dsc
 943dfee03aebf99b34e0279dc50f290a 631453 java optional 
aspectwerkz2_2.0.dfsg.2.orig.tar.gz
 d83810a5ffdee1c3e1a040497632aaae 6657 java optional 
aspectwerkz2_2.0.dfsg.2-2.debian.tar.gz
 f185d7dd302b1d180ddd1fda526b0b97 645322 java optional 
libaspectwerkz2-java_2.0.dfsg.2-2_all.deb

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

iEYEARECAAYFAkvd/qwACgkQfY3dicTPjsPeogCfVQmetth2Fnup4W2k2cV1eOjs
WCEAoI0L9kXHqn3T59xI2KRFEvddVOMw
=liEg
-END PGP SIGNATURE-


Accepted:
aspectwerkz2_2.0.dfsg.2-2.debian.tar.gz
  to main/a/aspectwerkz2/aspectwerkz2_2.0.dfsg.2-2.debian.tar.gz
aspectwerkz2_2.0.dfsg.2-2.dsc
  to main/a/aspectwerkz2/aspectwerkz2_2.0.dfsg.2-2.dsc
libaspectwerkz2-java_2.0.dfsg.2-2_all.deb
  to main/a/aspectwerkz2/libaspectwerkz2-java_2.0.dfsg.2-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8iau-0004z0...@ries.debian.org



Accepted backport-util-concurrent 3.1-3 (source all)

2010-05-02 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 00:43:49 +0200
Source: backport-util-concurrent
Binary: libbackport-util-concurrent-java libbackport-util-concurrent-java-doc
Architecture: source all
Version: 3.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libbackport-util-concurrent-java - backport of java.util.concurrent to Java 1.4
 libbackport-util-concurrent-java-doc - backport of java.util.concurrent to 
Java 1.4
Changes: 
 backport-util-concurrent (3.1-3) unstable; urgency=low
 .
   * Team upload
   * Change Depends: classpath-doc to Suggests: default-jdk-doc.
   * Switch to source format 3.0.
   * Update Standards-Version: 3.8.4.
Checksums-Sha1: 
 488d0a977b5def18ceebf6e3d0737aa0848d4106 1554 
backport-util-concurrent_3.1-3.dsc
 efc1d6501d3c3d5f2cf40e265804cdd2ad9eae0b 772932 
backport-util-concurrent_3.1.orig.tar.gz
 bccbbf34c048d20ed88a0eff4f2cb8cdca6d0b88 2755 
backport-util-concurrent_3.1-3.debian.tar.gz
 cf2f4426ff4f03aaf19718599f022d4eef30b488 293930 
libbackport-util-concurrent-java_3.1-3_all.deb
 2b0f368486ac47f07071c00676d4d28b9d34b219 362070 
libbackport-util-concurrent-java-doc_3.1-3_all.deb
Checksums-Sha256: 
 5dc1ea92adaa55b0b9c94b3a3c053d02d817d7dc3ae61dad54634b86554d091e 1554 
backport-util-concurrent_3.1-3.dsc
 2e6ea2678e1efb8f0b3b149f35d10ae7454c46527a4dc1c84f6f3ababa38e4cd 772932 
backport-util-concurrent_3.1.orig.tar.gz
 b21d31339d08ed28368b180639960d24d64b5c68fda2be07f493555c87ea9b82 2755 
backport-util-concurrent_3.1-3.debian.tar.gz
 2b90b088477c5896ccaa65bf56b2424301086872eb5dd79bcd92dd61348f4aae 293930 
libbackport-util-concurrent-java_3.1-3_all.deb
 69ce8f75cb91bcfdf284a8e5d2cf75724fee410f7fcb29b79cca8144f7f5e3a9 362070 
libbackport-util-concurrent-java-doc_3.1-3_all.deb
Files: 
 761df90882b4aa39647f83567d0897e7 1554 java optional 
backport-util-concurrent_3.1-3.dsc
 229fb7da5a20a9f4807edd5ae431cc44 772932 java optional 
backport-util-concurrent_3.1.orig.tar.gz
 4fd893996bcf882148af35a8af4aec72 2755 java optional 
backport-util-concurrent_3.1-3.debian.tar.gz
 30e50f726fdaf324a39a9a2fc70168a4 293930 java optional 
libbackport-util-concurrent-java_3.1-3_all.deb
 965c1ffa1b6c37a23bd4f0d8d7609517 362070 doc optional 
libbackport-util-concurrent-java-doc_3.1-3_all.deb

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

iEYEARECAAYFAkveAJoACgkQfY3dicTPjsNuZQCeKxErGOXSnpJfMJT2kkZ9T12q
Wa8Anjm22djY0gFi4JMsOP268Aln3Pt/
=drM8
-END PGP SIGNATURE-


Accepted:
backport-util-concurrent_3.1-3.debian.tar.gz
  to 
main/b/backport-util-concurrent/backport-util-concurrent_3.1-3.debian.tar.gz
backport-util-concurrent_3.1-3.dsc
  to main/b/backport-util-concurrent/backport-util-concurrent_3.1-3.dsc
libbackport-util-concurrent-java-doc_3.1-3_all.deb
  to 
main/b/backport-util-concurrent/libbackport-util-concurrent-java-doc_3.1-3_all.deb
libbackport-util-concurrent-java_3.1-3_all.deb
  to 
main/b/backport-util-concurrent/libbackport-util-concurrent-java_3.1-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o8ibj-000548...@ries.debian.org



  1   2   >