Re: Policy §10.4 as a divergence from usptrea m (renamings to remove extensions like .pl and .sh).

2009-09-30 Thread Mike Hommey
On Tue, Sep 29, 2009 at 10:59:03PM +0200, Frank Küster wrote:
 David Goodenough david.goodeno...@btconnect.com wrote:
 
  I am a newcommer to this particular bit of policy, but it occurs to me that
  the answer is to add links to the original commands to conform to 
  Debian standards while leaving the upstream commands intact.
 
 That would horribly clutter the bin directories.  I think the approach
 with a /usr/share/$packagename/bin/ that contains the old names as
 links, and can be added to PATH, is the best we can do for supporting
 scripts that assume extensions.

That would mean a possibly overlong PATH. A single place for those
scripts would be better.

Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#548991: ITP: libcriticism-perl -- Perl pragma to enforce coding standards and best-practices

2009-09-30 Thread david wright
Package: wnpp
Severity: wishlist
Owner: david wright david_v_wri...@yahoo.com


* Package name: libcriticism-perl
  Version : 1.02
  Upstream Author : Jeffrey Thalhammer thal...@cpan.org
* URL : http://search.cpan.org/dist/criticism/
* License : Artistic | GPL-1+
  Programming Lang: Perl
  Description : Perl pragma to enforce coding standards and best-practices
 This pragma enforces coding standards and promotes best-practices by running
 your file through Perl::Critic before every execution. In a production
 system, this usually isn't feasible because it adds a lot of overhead at
 start-up. If you have a separate development environment, you can effectively
 bypass the criticism pragma by not installing Perl::Critic in the production
 environment. If Perl::Critic can't be loaded, then criticism just fails
 silently.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: /var/www is depracated, which directory to use?

2009-09-30 Thread sean finney
On Tue, Sep 29, 2009 at 04:12:58PM -0700, Russ Allbery wrote:
 I think the real problem here is that we have some missing integration
 glue.  A lot of packages want to serve things out via the web by default
 unless the sysadmin has indicated that they want control over the URL
 space.  Apache sort of provides a way to do that, but it isn't very good.
 Other web servers in Debian so far as I know don't at all.  And there
 isn't a common interface supported by all of them.

there is, it's called webapps-common[1].  unfortunately what *is* missing
is developers with time to put into maintaining it, which is why it
has not been uploaded or integrated with support for more httpd services.


sean

[1] http://webapps-common.alioth.debian.org/draft-wac/html/
-- 


signature.asc
Description: Digital signature


Re: Res: Debconf and PackageKit

2009-09-30 Thread Raphael Hertzog
On Tue, 29 Sep 2009, Daniel Nicoletti wrote:
  I don't understand this part.  Why would you have to unset LANG?  What
  exactly do you want to avoid being localized?
 
 When apt-get install foo is installing things dpkg prints removing,
 unpacking, installing and those need to be mapped to enums
 that will be localized in PackageKit frontends.

You want to use dpkg --status-fd fd to watch for this information. You
should be able to tell apt to pass this option to dpkg.

IIRC it's not localized in that case. Apt might also use it but dpkg
supports multiple status-fd.

Cheers,
-- 
Raphaël Hertzog


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Policy §10.4 as a d ivergence from usptrea m (renamings to remove extensions like .pl and .sh).

2009-09-30 Thread Andreas Tille
On Wed, Sep 30, 2009 at 08:02:57AM +0200, Mike Hommey wrote:
 
 That would mean a possibly overlong PATH. A single place for those
 scripts would be better.

That's what I meant when I wrote

/usr/not_policy_compliant_named_dust-bin/ [1]

I kept on thinking about this issue and I wonder whether there is a
chance to find a pragmatical solution in the Blends scope.  Knowing that
the initiator of this thread comes form Debian Med Blend and considering
the fact that you might frequently find specific applications in a
certain field and external scripts / programs that are using this API in
the same field of work.  Moreover the Blends maintainer team has control
or at least a good overview about the packages in the field.  So we
might do the following:

  1. Install the policy compliant named executable to /usr/bin
  2. Symlink to this from /usr/share/Blendname/bin with the
 name choosen by upstream.
  3. Use /etc/profile.d/Blendname to extend the path
 (I just realised that lsb-core package installs /etc/profile.d
  and notice that the suggestion I wanted to make here is just
  implemented.  I definitely have to read about its usage but
  it is exactly what I wanted to implement to extend the PATH
  reasonably.)

There are plans to differentiate system users of a machine whether they
should get the Blend specific settings or not.  Currently this is
implemented for the user menu system based on users in /etc/passwd but
this method sucks for several reasons and has to be enhanced.  But a
way to do this settings for a certain set of users will be implemented
sooner or later - so the question if everybody gets this PATH extension
should be dealt with in the future.

Kind regards

   Andreas.

[1] http://lists.debian.org/debian-devel/2009/09/msg01016.html

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: /var/www is depracated, which directory to use?

2009-09-30 Thread Russ Allbery
sean finney sean...@debian.org writes:
 On Tue, Sep 29, 2009 at 04:12:58PM -0700, Russ Allbery wrote:

 I think the real problem here is that we have some missing integration
 glue.  A lot of packages want to serve things out via the web by
 default unless the sysadmin has indicated that they want control over
 the URL space.  Apache sort of provides a way to do that, but it isn't
 very good.  Other web servers in Debian so far as I know don't at all.
 And there isn't a common interface supported by all of them.

 there is, it's called webapps-common[1].  unfortunately what *is* missing
 is developers with time to put into maintaining it, which is why it
 has not been uploaded or integrated with support for more httpd services.

Yeah, that looks like the right direction to go.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: /var/www is depracated, which directory to use?

2009-09-30 Thread Tollef Fog Heen
]] Steve McIntyre 

(Please respect my m-f-t, I read the list. :-)

| I'm still unconvinced by /srv personally - we've strived for years in
| Debian to make things work as much as possible straight from initial
| installation, yet now we're expected to deliberately leave services
| unconfigured. I don't think this is progress for most of our users...

I'm not opposed to making stuff work out of the box, but I think using
/srv as a default location is wrong, since its structure is explicitly
undefined.  I haven't looked at webapps-common, and I also believe this
problem is a bit larger than just webapps, though web applications are
much more common than say, services that lie on top of XMPP.  Hopefully
there are good thoughts there that can be generalised a bit further so
we can have a «app/vhost service» policy.

(I'd be quite happy for us to get rid of ENABLED=[01] in /etc/default/*
for instance.)

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


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: /var/www is depracated, which directory to use?

2009-09-30 Thread Stig Sandbeck Mathisen
sean finney sean...@debian.org writes:

 there is, it's called webapps-common[1].  unfortunately what *is*
 missing is developers with time to put into maintaining it, which is
 why it has not been uploaded or integrated with support for more httpd
 services.

That looks useful.  What can I do to help?

-- 
Stig Sandbeck Mathisen


pgpjVAz7pxd5M.pgp
Description: PGP signature


Re: Policy §10.4 as a divergence from usptream (renamings to remove extensions like .pl and .sh).

2009-09-30 Thread David Goodenough
On Tuesday 29 September 2009, Frank Küster wrote:
 David Goodenough david.goodeno...@btconnect.com wrote:
  I am a newcommer to this particular bit of policy, but it occurs to me
  that the answer is to add links to the original commands to conform to
  Debian standards while leaving the upstream commands intact.

 That would horribly clutter the bin directories.  I think the approach
 with a /usr/share/$packagename/bin/ that contains the old names as
 links, and can be added to PATH, is the best we can do for supporting
 scripts that assume extensions.
Well of course we already do this aliasing with the alternatives system.
If this is only for those (hopefully) few where we can not persuade upstream
to cooperate would it really be that much of a burden?

David

 Regards, Frank
 --
 Dr. Frank Küster
 Debian Developer (TeXLive)
 VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
 B90/Grüne KV Miltenberg



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: LSI MegaRAID SAS 9260-4i and Lenny

2009-09-30 Thread Niccolò Belli
Il 30 settembre 2009 03.32, Ben Hutchings b...@decadent.org.uk ha scritto:
 It's in the Linux kernel already, but support for this particular model
 appears to have been added after Linux 2.6.26.

Uhm... are you sure? Can you tell me the module name? This is a pretty
new controller, it is available in the UK since two weeks and it is
still not available in Italy.

Cheers,
Darkbasic


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Orphaning my packages...

2009-09-30 Thread francois.niederco...@laposte.net

Kevin B. McCarty wrote:
 Bastien ROUCARIES wrote:

 
 On 29 september 2009 03:04:25, Kevin B. McCarty wrote :
 
 Hi all,

 I unfortunately don't have the free time at the moment to do much for
 the Debian Project, so I'm orphaning my packages.
 
 [...]
 
 Cernlib-related (Cernlib is a huge, mostly obsolete set of physics
 libraries and tools) packages. These all have corresponding wnpp ITO
 bugs that can be changed to ITA / closed as desired. Note, Francois
 Niedercorn (in CC) has first dibs on these if he wants them. Francois,
 if you still do, please reply to debian-devel.

 cernlib - #508413
 geant321 - #508496
 mclibs - #508498
 mn-fit - #508501
 paw - #508495
 cfortran - #508500

 I am not a debian developer but i could comaintain cfortran



Hi all,

I'm sorry for the late answer.

Yes, I'm (I hope) ready to take over the packages. I'm interested (if 
possible) in team maintainership under the umbrella of the Debian 
Science team. Because I still feel I will need guidance.

Any help to comaintain a package is very welcome (Bastien, mail me to 
discuss offlist about cfortran).

Now, the first step I've to do is to answer every of these bug reports 
(cernlib - #508413, cfortran - #508500,geant321 - #508496, mclibs - 
#508498, mn-fit - #508501, paw - #508495) by changing the subject with 
ITA, am I right ?

For the second step : upload the packages with my name in its 
Maintainer: field, and put something like | * New maintainer (Closes: 
#bugnumber) | in the changelog of the package in order to automatically 
close this bug once the package has been installed. I can't upload the 
packages, so I need to ask to debian-mentors-list (or debian-science) to 
find a sponsor for the upload, is this correct ?

But I don't know the procedure for a comaintainership package, or for a 
team maintainership, if somebody can explain me the extra steps ?

I also need to correct outstanding bugs affecting the packages.

bug #348065  affecting cernlib is not yet 
corrected (I've basically no experience on bsd, I can't give it a try 
now, but as the severity is wishlist perhaps I didn't have to correct 
it before uploading cernlib ?)

bug#374978  affecting paw seems to be 
corrected, so I've basically nothing to do (?)

bug #507429 affecting cfortran didn't 
seem to be corrected (yes ?), but I could apply the correction that is 
suggested in the last mail.

bug #249483  affecting cfortran, it is a 
wishlist also.

For bug #497023  (affecting cfortran) I 
think it may be corrected...

Thanks a lot in advance,

Best regards,

Francois Niedercorn



 
Laposte.net fête ses 10 ans ! 

Gratuite, garantie à vie et déjà utilisée par des millions d'internautes... 
vous aussi, pour votre adresse e-mail, choisissez laposte.net. 

Laposte.net, bien + qu'une messagerie 



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: LSI MegaRAID SAS 9260-4i and Lenny

2009-09-30 Thread Ben Hutchings
On Wed, 2009-09-30 at 12:44 +0200, Niccolò Belli wrote:
 Il 30 settembre 2009 03.32, Ben Hutchings b...@decadent.org.uk ha scritto:
  It's in the Linux kernel already, but support for this particular model
  appears to have been added after Linux 2.6.26.
 
 Uhm... are you sure? Can you tell me the module name? This is a pretty
 new controller, it is available in the UK since two weeks and it is
 still not available in Italy.

I'm guessing that it's a gen2 controller (PCI id 1000:0079).  These have
been supported by megaraid_sas since Linux 2.6.27.

Ben.

-- 
Ben Hutchings
Who are all these weirdos? - David Bowie, about L-Space IRC channel #afp


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


Bug#549013: ITP: tokyocabinet-haskell -- Haskell binding of Tokyo Cabinet

2009-09-30 Thread TANIGUCHI Takaki
Package: wnpp
Owner: TANIGUCHI Takaki tak...@asis.media-as.org
Severity: wishlist

* Package name: tokyocabinet-haskell
  Version : 0.0.5
  Upstream Author : Tom Tsuruhara tom.l...@gmail.com
* URL or Web page : http://hackage.haskell.org/package/tokyocabinet-haskell
* License : BSD
  Description : Haskell binding of Tokyo Cabinet
  Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation
  of DBM. 



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#549043: ITP: linknx -- KNX automation platform

2009-09-30 Thread Marc Leeman
Package: wnpp
Severity: wishlist
Owner: Marc Leeman marc.lee...@gmail.com


* Package name: linknx
  Version : 0.0.1.26
  Upstream Author : jef2...@ouaye.net
* URL : https://sourceforge.net/projects/linknx/
* License : GPL
  Programming Lang: C++
  Description : KNX automation platform

  Linknx is an automation platform providing high level functionalities
  to EIB/KNX installation. The rules engine allows execution of actions
  based on complex logical conditions and timers. Lightweight design
  allows it to run on embedded Linux (OpenWRT)

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv5tel)



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#549075: ITP: libmoosex-daemonize-perl -- Moose role for daemonizing Moose-based applications

2009-09-30 Thread Jonathan Yu
Package: wnpp
Owner: Jonathan Yu jaw...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libmoosex-daemonize-perl
  Version : 0.08
  Upstream Author : Chris Prather perig...@cpan.org
* URL : http://search.cpan.org/dist/MooseX-Daemonize/
* License : Artistic | GPL-1+
  Programming Lang: Perl
  Description : Moose role for daemonizing Moose-based applications

 MooseX::Daemonize is a Perl module that provides a Moose-ish way to easily
 deploy a persistent daemon. It sets up the infrastructure required to use a
 persistent daemon, including a process ID (pid) file and handlers to respond
 appropriately to signals.
 .
 This module also includes test methods compatible with Test::Builder, which
 makes it easy to write tests for MooseX::Daemonize-based modules.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#549091: ITP: up2picasa -- a command line program for uploading photo and video to picasaweb

2009-09-30 Thread Stéphane Gully
Package: wnpp
Severity: wishlist
Owner: Stéphane Gully stephane.gu...@gmail.com


* Package name: up2picasa
  Version : 1.0
  Upstream Author : Stéphane  Gully stephane.gu...@gmail.com
* URL : http://up2picasa.sourceforge.net/
* License : BSD
  Programming Lang: PHP
  Description : up2picasa -- a command line program for uploading photo and 
video to picasaweb

up2picasa is a command line program dedicated to picasaweb uploading. It can be 
used to upload photos or videos to picasaweb in batch mode. The program is 
written in PHP5 and uses the GData API from the ZendFramework (used as a debian 
dependency).

The home page of up2picasa is at:
http://up2picasa.sourceforge.net

The program can be downloaded from here (tar.gz or deb):
https://sourceforge.net/projects/up2picasa/files/

(this is my first debian package, hope that I didn't forgot something)

regards,
Stéphane Gully



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Policy §10.4 as a d ivergence from usptrea m (renamings to remove extensions like .pl and .sh).

2009-09-30 Thread Charles Plessy
Dear all,

my question triggered a lot of answers… In this message, I will first make a
few clarifications, then try to summarise, and conclude with my own opition.

First, I would like to underline that I am not questionning how applications
should be named, or whether Debian maintainer who chose to rename applications
whose suffix indicates their language should stop to do so. What I am asking is
whether the advantages of renaming always balance the inconveniences in such a
systematic way that not renaming is a bug for which there is most often no
excuse. Rephrased more formally, I would like the ‘should’ request to rename in
the Policy 10.4 to be either softened or removed.

Some people expressed opinions in this discussion which either support my point
of view [1,2], or suggest that the issue of this debate is open [3,4,5].

[1] http://lists.debian.org/msgid-search/20090929062143.ga5...@sumost.ca
[2] http://lists.debian.org/msgid-search/4ac20f1a.1000...@glondu.net
[3] http://lists.debian.org/msgid-search/87fxa560x9@windlord.stanford.edu
[4] 
http://lists.debian.org/msgid-search/20090929094727.ga7...@pcpool00.mathematik.uni-freiburg.de
[5] http://lists.debian.org/msgid-search/1254218108.19307.21.ca...@shizuru

One of the biggest problems of renaming programs is that it breaks systems [6]
as well as documentation [7]. In case of online documentation, we can not
correct it.

[6] 
http://lists.debian.org/msgid-search/1254217244.28005.5.ca...@fsopti579.f-secure.com
[7] 
http://lists.debian.org/msgid-search/200909292045.35783.david.goodeno...@btconnect.com

The typical way Debian deals with renaming programs is to keep the original
name in a separate directory, to be added in the PATH environment variable [8].
This of course has to be documented to the user [9], and it not scalable in
practice [10]. In a long-term solution, we could use the Blends framework to
group links to original program names in single directories that fit
specialised user audiences [11].

[8] http://lists.debian.org/msgid-search/4ac1c7f7.5010...@free.fr
[9] http://lists.debian.org/msgid-search/20090929112219.ga17...@an3as.eu
[10] http://lists.debian.org/msgid-search/0090930060257.gd24...@glandium.org
[11] http://lists.debian.org/msgid-search/20090930064251.gb22...@an3as.eu

All of the above is extra work for the maintainer and the user, and the major
reason that is invoked to justify renamings is that this work charge has anyway
to be taken any time if the program is re-implemented in a different language
[12]. It has also been suggested that it is the resposability of the
distributor, not the author, to make sure that the upstream project is easily
forkable [13]. This is actually the part I question the most: in the case of
the programs I package, I think that such a fork or language change is unlikely
and I am comptetely reluctant to spend some time preparing for it. Also, the
Policy only focuses on one part of the problem, tolerating prefixes but not
suffixes [14], so if it is not a bug to distribute a program called perlfoo, why
is it the case with foo.pl?

[12] http://lists.debian.org/msgid-search/87fxa560x9@windlord.stanford.edu
[13] http://lists.debian.org/msgid-search/4ac1fd0d.2000...@debian.org
[14] http://lists.debian.org/msgid-search/4ac26fa2.5050...@sunrise.ch

The energy we spend changing file names or arguing that we should not change
them would of course be spared if upstream authors would not use names like
perlfoo, qtbar, baz.app etc. But once a program is released, renaming it does
break things on the user side, and this is for this reason that I am not
willing to ask upstream to rename. If Debian some day publishes a list of
universal best practices, I will be of course be happy so send a link to it
Upstream, and suggest them to follow it for their next project. Of course,
writing such a document is a real challenge, and as an illustration it was
pointed that suffixes are necesary on Windows [15], an operating system that
many Upstreams are committed to support.

[15] http://lists.debian.org/msgid-search/Windows 4ac26fa2.5050...@sunrise.ch

The requirement in the chapter 10.4 of the Policy was added in a top-down
approach, with no consideration for the extra work it gives to the maintainers
and users [16, 17].

[16] lists.debian.org/msgid-search/20030418032551.ga13...@dragon.kitenet.net
[17] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=190753

As a user of my own packages, I am annoyed by the renaming of upstream programs
and I will stop following this Policy directive. In my opinion, the choice is
to be left to the maintainer, and this is not well reflected by using a
’should’ directive in the Policy. I would like to see it rephrased as a best
practice or removed.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#549160: ITP: qjson -- qt-based library that maps JSON data to QVariant objects

2009-09-30 Thread Lisandro Damián Nicanor Pérez Meyer
Package: wnpp
Severity: wishlist
Owner: Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com

* Package name: qjson
  Version : 0.6.2
  Upstream Author : Flavio Castelli fla...@castelli.name
* URL : http://qjson.sourceforge.net/
* License : LGPL-2
  Programming Lang: C++
  Description : qt-based library that maps JSON data to QVariant objects

JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It can represents integer, real number, string, an ordered sequence of value,
and a collection of name/value pairs.

QJson is a qt-based library that maps JSON data to QVariant objects: JSON
arrays will be mapped to QVariantList instances, while JSON objects will be
mapped to QVariantMap.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: renamings to remove extensions

2009-09-30 Thread John H. Robinson, IV
Steve Langasek wrote:
 On Tue, Sep 29, 2009 at 10:05:29AM -0700, John H. Robinson, IV wrote:
 
  /var/qmail/bin/qmail-send
  /command/supervise
 
 DJB bug.

The correct answer:
  Difference of opinion.
  
 (And a symlink doesn't make the software FHS-compliant.)

In the case of qmail-send[1], the binary lives in /usr/sbin, which is
FHS compliant. The symlink is to keep it DJB compliant.

 [1] and the rest of the qmail binaries

-- 
John H. Robinson, IV  jaq...@debian.org
 http  
WARNING: I cannot be held responsible for the above, sbih.org ( )(:[
as apparently my cats have learned how to type.  spiders.html  


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Policy §10.4 as a d ivergence from usptrea m (renamings to remove extensions like .pl and .sh).

2009-09-30 Thread Andreas Tille
On Thu, Oct 01, 2009 at 10:28:38AM +0900, Charles Plessy wrote:
 my question triggered a lot of answers??? In this message, I will first make a
 few clarifications, then try to summarise, and conclude with my own opition.

Charles, thanks for the summary.
 
 If Debian some day publishes a list of
 universal best practices, I will be of course be happy so send a link to it
 Upstream, and suggest them to follow it for their next project. Of course,
 writing such a document is a real challenge, and as an illustration it was
 pointed that suffixes are necesary on Windows [15], an operating system that
 many Upstreams are committed to support.

This is also an important point I wanted to rise (but just forgot).
Currently every single maintainer is forced to invent a convincing text
to educate upstream.  The position of a single maintainer could be
drastically strengthened if there would be a widely accepted document
(not only in the Debian world) which gives a clear reasoning.  Writing
such a document and finding agreement in several distributions is
challenging - but IMHO a reasonable step if we want to stick to our
policy in the current form.  Relaxing the policy as Charles proposed
might be the alternative.
 
Kind regards

 Andreas.

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted glib2.0 2.22.1-1 (source all amd64)

2009-09-30 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 08:17:57 +0200
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-udeb libglib2.0-dev libglib2.0-0-dbg 
libglib2.0-data libglib2.0-doc libgio-fam libglib2.0-0-refdbg
Architecture: source all amd64
Version: 2.22.1-1
Distribution: unstable
Urgency: low
Maintainer: Loic Minier l...@dooz.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 libgio-fam - GLib Input, Output and Streaming Library (fam module)
 libglib2.0-0 - The GLib library of C routines
 libglib2.0-0-dbg - The GLib libraries and debugging symbols
 libglib2.0-0-refdbg - The GLib library of C routines - refdbg library
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - The GLib library of C routines - minimal runtime (udeb)
Changes: 
 glib2.0 (2.22.1-1) unstable; urgency=low
 .
   * New upstream bugfix release:
 + debian/patches/10_inotify_init1.patch,
   debian/patches/30_metadata_symlinks.patch:
   - Dropped, merged upstream.
Checksums-Sha1: 
 78a694a2b9769fe0dc9e2d8145b65efa08cbcda2 1674 glib2.0_2.22.1-1.dsc
 b1c6cd52b8b7d4840b15844d99fcf39ae88981f0 7831678 glib2.0_2.22.1.orig.tar.gz
 63579e986985b60d07275d59a9035bdef4ee5073 37205 glib2.0_2.22.1-1.diff.gz
 04b7bb1bc64df45fa0d3be64349b821b3d9fe787 892912 
libglib2.0-data_2.22.1-1_all.deb
 03ec3cb1c32d41a80ebf9d5cf54f42cf18ca0384 1403022 
libglib2.0-doc_2.22.1-1_all.deb
 7a7b39d2bfcd740fa9786c76dcdf6a77fc267051 980432 libglib2.0-0_2.22.1-1_amd64.deb
 02566ff4eecf9ad8d6eec801fbf7b225832bda3c 1597030 
libglib2.0-udeb_2.22.1-1_amd64.udeb
 bf9ee7acebeabb1c32c664643e0007637afc78c8 1173468 
libglib2.0-dev_2.22.1-1_amd64.deb
 471e5dc92f34bd8783940e0e69f5474ce415f77c 1437814 
libglib2.0-0-dbg_2.22.1-1_amd64.deb
 119eb83f40dfa49746aa8c8cf70ece24746ef8b2 424738 
libglib2.0-0-refdbg_2.22.1-1_amd64.deb
Checksums-Sha256: 
 47b70ab0312732c5b0abefa9cc685fb949459a3b272a8141d7f15e12e2fafe6c 1674 
glib2.0_2.22.1-1.dsc
 056cbd68aa2d8a1f4fb6e60bf5d224d5ead7885b7e126f3c1771d81de219d495 7831678 
glib2.0_2.22.1.orig.tar.gz
 3d30295a0ee691932bb0c7f3ef7b278b14ee37570c4af3b64d86efd979795fc6 37205 
glib2.0_2.22.1-1.diff.gz
 1c7dc77cc05edeeb0dd610222d52ac340e708943c0f5ad8954e2c2c0b86866dc 892912 
libglib2.0-data_2.22.1-1_all.deb
 8febef968871c8b4db8cad447742ee437255de85f1e516440b2a4ff3d311dab8 1403022 
libglib2.0-doc_2.22.1-1_all.deb
 374570289101a1b673fb7c9e20c971533815ab717b1f70860280574d2342706b 980432 
libglib2.0-0_2.22.1-1_amd64.deb
 88769d4045424a81dc5dc319133124273c87ea6728b67e7f1ab2a1a5e3b65350 1597030 
libglib2.0-udeb_2.22.1-1_amd64.udeb
 e94706cf15210eb057ccbf6acef9cf233358e0d1df769a00a51f8ff734f492a3 1173468 
libglib2.0-dev_2.22.1-1_amd64.deb
 240fac8a5f04411014ffb166f9e804b096136e6b8ded79eda05c0051b4f83ba2 1437814 
libglib2.0-0-dbg_2.22.1-1_amd64.deb
 4fadfadf43d54a6cf921bd56e9147df471150a013d85a97e861bca6afb5a7150 424738 
libglib2.0-0-refdbg_2.22.1-1_amd64.deb
Files: 
 5af310998fc67b818acde812454aa755 1674 libs optional glib2.0_2.22.1-1.dsc
 2a234939bf3aad461714b3c7351cd94f 7831678 libs optional 
glib2.0_2.22.1.orig.tar.gz
 f7251d8b68ebceb23969d46eded182ff 37205 libs optional glib2.0_2.22.1-1.diff.gz
 ec1d2ff3aad4f80fe49b298badfda021 892912 misc optional 
libglib2.0-data_2.22.1-1_all.deb
 124c1fbbde9a2fc28ce0652dec7c633f 1403022 doc optional 
libglib2.0-doc_2.22.1-1_all.deb
 141f8ccac62ec139e330791211be1fe9 980432 libs optional 
libglib2.0-0_2.22.1-1_amd64.deb
 5ac293d66bc9829069b6f1e10c50d7f3 1597030 debian-installer optional 
libglib2.0-udeb_2.22.1-1_amd64.udeb
 efe741278507ded242a302253e5bcac5 1173468 libdevel optional 
libglib2.0-dev_2.22.1-1_amd64.deb
 88f6389db1634bdea996979ea92de39d 1437814 debug extra 
libglib2.0-0-dbg_2.22.1-1_amd64.deb
 8cce2968c18138c6225ab80c2865ccbe 424738 libs optional 
libglib2.0-0-refdbg_2.22.1-1_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAkrC+y0ACgkQBsBdh1vkHyFG/ACfW7SBA7XL16kh36nbWxhNl7CV
3BsAoI+dZvB6wVWk1XSAa5l7bKpW8vX0
=jntM
-END PGP SIGNATURE-


Accepted:
glib2.0_2.22.1-1.diff.gz
  to pool/main/g/glib2.0/glib2.0_2.22.1-1.diff.gz
glib2.0_2.22.1-1.dsc
  to pool/main/g/glib2.0/glib2.0_2.22.1-1.dsc
glib2.0_2.22.1.orig.tar.gz
  to pool/main/g/glib2.0/glib2.0_2.22.1.orig.tar.gz
libglib2.0-0-dbg_2.22.1-1_amd64.deb
  to pool/main/g/glib2.0/libglib2.0-0-dbg_2.22.1-1_amd64.deb
libglib2.0-0-refdbg_2.22.1-1_amd64.deb
  to pool/main/g/glib2.0/libglib2.0-0-refdbg_2.22.1-1_amd64.deb
libglib2.0-0_2.22.1-1_amd64.deb
  to pool/main/g/glib2.0/libglib2.0-0_2.22.1-1_amd64.deb
libglib2.0-data_2.22.1-1_all.deb
  to pool/main/g/glib2.0/libglib2.0-data_2.22.1-1_all.deb
libglib2.0-dev_2.22.1-1_amd64.deb
  to pool/main/g/glib2.0/libglib2.0-dev_2.22.1-1_amd64.deb
libglib2.0-doc_2.22.1-1_all.deb
  to pool/main/g/glib2.0/libglib2.0-doc_2.22.1-1_all.deb
libglib2.0-udeb_2.22.1-1_amd64.udeb
  to 

Accepted erlang-doc-html 1:13.b.2.1-dfsg-2 (source all)

2009-09-30 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 13:20:57 +0400
Source: erlang-doc-html
Binary: erlang-doc-html
Architecture: source all
Version: 1:13.b.2.1-dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Erlang Packagers pkg-erlang-de...@lists.alioth.debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 erlang-doc-html - Erlang/OTP HTML documentation
Changes: 
 erlang-doc-html (1:13.b.2.1-dfsg-2) unstable; urgency=low
 .
   * New upstream release.
   * New maintainer's email address pkg-erlang-de...@lists.alioth.debian.org
 mailing list.
   * Fixed a small bug in generating index file for libraries documentation.
   * Bumped standards version to 3.8.3.
Checksums-Sha1: 
 bb82195828b73a33241cd89100260c9faff2c7ef 1176 
erlang-doc-html_13.b.2.1-dfsg-2.dsc
 6fd6bb9714c72c91e482a6e18f9befa2dde70db8 6215506 
erlang-doc-html_13.b.2.1-dfsg.orig.tar.gz
 852bd2770bdfa87284ebbccfbe1dd4db6a2959f0 5775 
erlang-doc-html_13.b.2.1-dfsg-2.diff.gz
 9007c30182fff00bd5317bb4cbfeb405639cda8f 6217268 
erlang-doc-html_13.b.2.1-dfsg-2_all.deb
Checksums-Sha256: 
 f85a6342ab0e6eeb200d2e9646dcf7e3f105764dfda5a6678e57c277c012c04a 1176 
erlang-doc-html_13.b.2.1-dfsg-2.dsc
 6aa235d63bba70ad493a1436d6969255e9f877891f87a39eda7dd1421a163fbd 6215506 
erlang-doc-html_13.b.2.1-dfsg.orig.tar.gz
 d4ec1871e43d69ff29c16a31177edaae3eaacfcf6dba00b695ef392bc43f9264 5775 
erlang-doc-html_13.b.2.1-dfsg-2.diff.gz
 ab3ac42851cf5ed8b449ca9fd805e7341132e0d46402db9b4bd136d3c2071d80 6217268 
erlang-doc-html_13.b.2.1-dfsg-2_all.deb
Files: 
 688f5dfff62763285f4a627f57d9bfd4 1176 doc optional 
erlang-doc-html_13.b.2.1-dfsg-2.dsc
 5f34f5309b80547ca1b835b13a6698a9 6215506 doc optional 
erlang-doc-html_13.b.2.1-dfsg.orig.tar.gz
 a2d994d97b5fd357a11d745b14386748 5775 doc optional 
erlang-doc-html_13.b.2.1-dfsg-2.diff.gz
 4481b1a87906de74718443454ceb7e1d 6217268 doc optional 
erlang-doc-html_13.b.2.1-dfsg-2_all.deb

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

iD8DBQFKwyRoIcdH02pGEFIRArqYAJ90leas2f4VnAxV2TKqBn+njwFKfACfYXGo
DF/vDHJ8FHkrA0BTB1YySvg=
=Q6Oa
-END PGP SIGNATURE-


Accepted:
erlang-doc-html_13.b.2.1-dfsg-2.diff.gz
  to pool/main/e/erlang-doc-html/erlang-doc-html_13.b.2.1-dfsg-2.diff.gz
erlang-doc-html_13.b.2.1-dfsg-2.dsc
  to pool/main/e/erlang-doc-html/erlang-doc-html_13.b.2.1-dfsg-2.dsc
erlang-doc-html_13.b.2.1-dfsg-2_all.deb
  to pool/main/e/erlang-doc-html/erlang-doc-html_13.b.2.1-dfsg-2_all.deb
erlang-doc-html_13.b.2.1-dfsg.orig.tar.gz
  to pool/main/e/erlang-doc-html/erlang-doc-html_13.b.2.1-dfsg.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



Accepted runit-run 1.1.0 (source all)

2009-09-30 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 19:03:33 +
Source: runit-run
Binary: runit-run
Architecture: source all
Version: 1.1.0
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 runit-run  - a UNIX init scheme with service supervision
Closes: 408280 502749 525338 542157
Changes: 
 runit-run (1.1.0) unstable; urgency=low
 .
   * debian/runit-run.config, debian/runit-run.templates.in: new; use
 debconf to prompt before installation (closes: #542157, #502749,
 #525338, #408280).
   * debian/runit-run.preinst: use debconf to prompt if available.
   * debian/rules: new target po-templates.
   * debian/control: Build-Depends: po-debconf.
   * debian/runit-run.postrm: run db_purge on purge.
   * debian/runit-run.preinst: use dpkg-query instead of grepping
 /var/lib/dpkg/status.
Checksums-Sha1: 
 a44fa75877804c7377675f7ac8044c1ee81c6647 687 runit-run_1.1.0.dsc
 59418486467fd4c31afe90872ae2a22db20fce8f 10462 runit-run_1.1.0.tar.gz
 2d8fd818f9a81dcaa13b2544bc365c499b60696f 11766 runit-run_1.1.0_all.deb
Checksums-Sha256: 
 834294c78a1f0b3f84bee5d3d17d58177247e01f56fd4e9ddc5dc2c83543c883 687 
runit-run_1.1.0.dsc
 fdb5e49a199ffb493af948b6259cc46e5c63c5fa290780a620800fd052b8f9af 10462 
runit-run_1.1.0.tar.gz
 4f1f4e6b0bcd06b30f7805a079a1c7455d4a161fa6f4bec4abf56b5e9538e1e0 11766 
runit-run_1.1.0_all.deb
Files: 
 6ca8261dec60be55b821d4ccba12de3b 687 admin optional runit-run_1.1.0.dsc
 c55dc69ee420490b1a80ad0a69f4fff4 10462 admin optional runit-run_1.1.0.tar.gz
 92c616165d4f965222182c0952b10b09 11766 admin optional runit-run_1.1.0_all.deb

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

iD8DBQFKwyK2GJoyQbxwpv8RAlgjAJ0e/nXGOjVQZFSpuZoOAN6u+kneOwCcDeNE
hbpXdpsPfsXgrv1lgg1GJBw=
=FEBS
-END PGP SIGNATURE-


Accepted:
runit-run_1.1.0.dsc
  to pool/main/r/runit-run/runit-run_1.1.0.dsc
runit-run_1.1.0.tar.gz
  to pool/main/r/runit-run/runit-run_1.1.0.tar.gz
runit-run_1.1.0_all.deb
  to pool/main/r/runit-run/runit-run_1.1.0_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted wings3d 1.0.2-1 (source i386)

2009-09-30 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 14:53:20 +0400
Source: wings3d
Binary: wings3d
Architecture: source i386
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Erlang Packagers pkg-erlang-de...@lists.alioth.debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 wings3d- Nendo-inspired 3D polygon mesh modeller
Changes: 
 wings3d (1.0.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Removed Torsten Werner from the uploaders list as per his request.
   * New maintainer's email address pkg-erlang-de...@lists.alioth.debian.org
 mailing list.
   * Added debian/README.source file with a reference to
 /usr/share/doc/quilt/README.source.
   * Overridden lintian warning
 virtual-package-depends-without-real-package-depends because it's
 intentional to depend on erlang-abi-* separately.
   * Bumped standards version to 3.8.3.
Checksums-Sha1: 
 26fdac7ac49c6cedd0f232fda5feb34e08d31e30 1198 wings3d_1.0.2-1.dsc
 bf9bc06596788ba4f594aefd518ee162d2dbf961 2148937 wings3d_1.0.2.orig.tar.gz
 57671cd118b6527453be0c7ad0d5309ecf03522a 13197 wings3d_1.0.2-1.diff.gz
 ba81b7d7d77c7d8dfd35d1fd85e0d7b1fa885406 4515164 wings3d_1.0.2-1_i386.deb
Checksums-Sha256: 
 3d1a9755c05920f48d32e6b12477cc06d8779491bce351dc95ae6ad3dc801eaa 1198 
wings3d_1.0.2-1.dsc
 b3a5dba15a6c955d855b54b4b88594fde1f97251ffeddba1fe35af1986a61bfb 2148937 
wings3d_1.0.2.orig.tar.gz
 48a90dd2a27f57ca4d522bf04ec58e5f24773f82465fdcd1cf3e0049aeaf1dcb 13197 
wings3d_1.0.2-1.diff.gz
 d7658e12ff18a87459b0df0fe3d524c45ee6fb1c049fec6a30c1229725678f41 4515164 
wings3d_1.0.2-1_i386.deb
Files: 
 9ab74faf489855b0e2f5d41478f14413 1198 graphics optional wings3d_1.0.2-1.dsc
 ffc6e5ead0f34e86475e290cf483fc18 2148937 graphics optional 
wings3d_1.0.2.orig.tar.gz
 226ac8e7082b2799fb5439d8b9be87ed 13197 graphics optional 
wings3d_1.0.2-1.diff.gz
 954b8e8978f7e75f008fe85c7b0d0c82 4515164 graphics optional 
wings3d_1.0.2-1_i386.deb

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

iD8DBQFKw0FzIcdH02pGEFIRAhRyAKCCQpNXE+xZp+gVhCEAoFy2lxQx4gCghtQg
rz5gUqej80wnQ6ZzEfAbN5k=
=FpWD
-END PGP SIGNATURE-


Accepted:
wings3d_1.0.2-1.diff.gz
  to pool/main/w/wings3d/wings3d_1.0.2-1.diff.gz
wings3d_1.0.2-1.dsc
  to pool/main/w/wings3d/wings3d_1.0.2-1.dsc
wings3d_1.0.2-1_i386.deb
  to pool/main/w/wings3d/wings3d_1.0.2-1_i386.deb
wings3d_1.0.2.orig.tar.gz
  to pool/main/w/wings3d/wings3d_1.0.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



Accepted gst-plugins-bad0.10 0.10.14-3 (source all amd64)

2009-09-30 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 12:43:23 +0200
Source: gst-plugins-bad0.10
Binary: gstreamer0.10-plugins-bad-doc gstreamer0.10-plugins-bad 
gstreamer0.10-sdl gstreamer0.10-plugins-bad-dbg
Architecture: source all amd64
Version: 0.10.14-3
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer0.10-plugins-bad - GStreamer plugins from the bad set
 gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the bad set (debug 
symbols)
 gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins from the 
bad set
 gstreamer0.10-sdl - GStreamer plugin for SDL output
Changes: 
 gst-plugins-bad0.10 (0.10.14-3) unstable; urgency=low
 .
   * debian/build-deps.in,
 debian/gstreamer-plugins-bad.install:
 + Add the LV2 plugin.
   * debian/gstreamer-plugins-bad.install,
 debian/patches/01_static-unstable-libraries.patch:
 + Install the experimental helper libraries into /usr/lib but
   don't ship any headers or anything else. Static linking
   causes problems if multiple plugins use the same library.
   * debian/patches/99_automake.patch:
 + Dropped, not needed anymore.
   * debian/build-deps.in,
 debian/gstreamer-plugins-bad.install:
 + Drop the neonhttpsrc plugin, the souphttpsrc plugin from
   gst-plugins-good is better in all cases.
Checksums-Sha1: 
 eb8fed6be9221d97dc69c2be9984800bd48c4b86 2752 gst-plugins-bad0.10_0.10.14-3.dsc
 f8155b067557a262435a8121b8d1aaef73dd429a 17500 
gst-plugins-bad0.10_0.10.14-3.diff.gz
 46a094fcd3dff64ea67384334601906e45ac9b9d 185970 
gstreamer0.10-plugins-bad-doc_0.10.14-3_all.deb
 bea7af461831f22be43736fec9c1fd60e6fe4eb4 1424556 
gstreamer0.10-plugins-bad_0.10.14-3_amd64.deb
 c7e0528de154b4b88ee922d03c27bdae79828e0e 45748 
gstreamer0.10-sdl_0.10.14-3_amd64.deb
 b6fc35288de7fd81987137f8e056903f092de969 3496074 
gstreamer0.10-plugins-bad-dbg_0.10.14-3_amd64.deb
Checksums-Sha256: 
 c20f6143983697d4f2de6a9d3e86c16e52e87d7b5400e7f9db24b04dd7241292 2752 
gst-plugins-bad0.10_0.10.14-3.dsc
 0a8a8d64c177ad8808d8d995daed680563f8d0af6a5eb9927c23ba3bf235190f 17500 
gst-plugins-bad0.10_0.10.14-3.diff.gz
 71533adc6dcf480ccff108a591b8a3ca6a43f73cdbd32b0a2f14c50c8ddb044c 185970 
gstreamer0.10-plugins-bad-doc_0.10.14-3_all.deb
 dda4c5a4c437f59fdc3f7cb794c80e913c1732d2bbc1d660ae2358e12cc0969d 1424556 
gstreamer0.10-plugins-bad_0.10.14-3_amd64.deb
 6d8849bd1ac8561e96b52671ca8258b32aeec1dbc31a694abba8f23dbd6cb3e8 45748 
gstreamer0.10-sdl_0.10.14-3_amd64.deb
 13a391f3d0496d5a8a6f5b21abdc05a6d02cda51ee8fc0da12dc68a4f1d9c9df 3496074 
gstreamer0.10-plugins-bad-dbg_0.10.14-3_amd64.deb
Files: 
 91f951e310e86ff87832083f1d9543d3 2752 libs extra 
gst-plugins-bad0.10_0.10.14-3.dsc
 5c8ee726d567917e37aa7121a4d1a1a2 17500 libs extra 
gst-plugins-bad0.10_0.10.14-3.diff.gz
 589f063587523548eeab59e0c44a432f 185970 doc extra 
gstreamer0.10-plugins-bad-doc_0.10.14-3_all.deb
 279df784e68185341e0072d9726d98a3 1424556 libs extra 
gstreamer0.10-plugins-bad_0.10.14-3_amd64.deb
 8eb6c6e1193fd79e9fb8eda437fe95b8 45748 libs extra 
gstreamer0.10-sdl_0.10.14-3_amd64.deb
 c638bf9368978a83e6f6993799d904b3 3496074 debug extra 
gstreamer0.10-plugins-bad-dbg_0.10.14-3_amd64.deb

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

iEYEARECAAYFAkrDQrsACgkQBsBdh1vkHyHuWACfbfgRv1fmK848ThtAwcdzp+fW
5rQAniGJ24C1wyVDeuFJvMQax7MUapz5
=lIPH
-END PGP SIGNATURE-


Accepted:
gst-plugins-bad0.10_0.10.14-3.diff.gz
  to pool/main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.14-3.diff.gz
gst-plugins-bad0.10_0.10.14-3.dsc
  to pool/main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.14-3.dsc
gstreamer0.10-plugins-bad-dbg_0.10.14-3_amd64.deb
  to 
pool/main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-dbg_0.10.14-3_amd64.deb
gstreamer0.10-plugins-bad-doc_0.10.14-3_all.deb
  to 
pool/main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-doc_0.10.14-3_all.deb
gstreamer0.10-plugins-bad_0.10.14-3_amd64.deb
  to 
pool/main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad_0.10.14-3_amd64.deb
gstreamer0.10-sdl_0.10.14-3_amd64.deb
  to pool/main/g/gst-plugins-bad0.10/gstreamer0.10-sdl_0.10.14-3_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted taggrepper 0.03.1-1 (source amd64)

2009-09-30 Thread Kumar Appaiah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Sep 2009 06:45:42 -0500
Source: taggrepper
Binary: taggrepper
Architecture: source amd64
Version: 0.03.1-1
Distribution: unstable
Urgency: low
Maintainer: Kumar Appaiah aku...@debian.org
Changed-By: Kumar Appaiah aku...@debian.org
Description: 
 taggrepper - search and match tags of audio files against regular expressions
Changes: 
 taggrepper (0.03.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: Replace media with audio.
Checksums-Sha1: 
 d8731004583c3149826823e7a7c29215d875e84b 1733 taggrepper_0.03.1-1.dsc
 536076a9786192050cf7752c2a680dabb2aabbfa 99477 taggrepper_0.03.1.orig.tar.gz
 97b6488a8e6fba492a4a056509d4f9c859bc5a01 1981 taggrepper_0.03.1-1.diff.gz
 5c3c3f202603c0c80946537933d3e0904d5db451 12788 taggrepper_0.03.1-1_amd64.deb
Checksums-Sha256: 
 4ff167c30f22e632c6a2d463f4f9bb2b38e648e6ca9e007e351076cbffa47eca 1733 
taggrepper_0.03.1-1.dsc
 c2f3dfee3bc097e59c4aa8a4b8d5d803a8f92fb388c3e0ee74afb52b2c7566ad 99477 
taggrepper_0.03.1.orig.tar.gz
 4142f5cf7dfeaff5d41b19ca6e11818a482fdf455de14f0b1a7ef1b5ac0ad2cf 1981 
taggrepper_0.03.1-1.diff.gz
 45faca77fad9a539a25d617c3d6082635bded72ce3d8cc7f4df02e4d4c3c2cd6 12788 
taggrepper_0.03.1-1_amd64.deb
Files: 
 808ccb76ddc0e0ff3576633e63d5f02c 1733 sound optional taggrepper_0.03.1-1.dsc
 d3e6cea98318f04d50158e2059f946ac 99477 sound optional 
taggrepper_0.03.1.orig.tar.gz
 2c9ef28635b6b169ec4d87dbdb94c6c6 1981 sound optional 
taggrepper_0.03.1-1.diff.gz
 9c20e42f80ee6b4297f1acd6e5467ac4 12788 sound optional 
taggrepper_0.03.1-1_amd64.deb

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

iQIcBAEBCgAGBQJKw0W7AAoJEHqPSei2NIC+RJ8P/Rq8Wh42jEQc2hOkJn1z/Dlt
Kuy5jhOAx9vE7QsW7hBMWfs1P0t9dj2NTzq54HhUnxcYp//Vmg8kXrPZhpJnF+2p
N/8aMbRJ9zCk/8Jsx/Odr7f1nlJssUFq+CgDOREQp7v9tz0c0tAPfNkZ+0CFhWL8
vkvn87+PTkfMGcB+JpA0cZc+dwURTyuSWfkpo65Ay0GbfbLtTc+QzZWhFSrMD4Uz
u5M2fzAsEFCM8gSgV5JA0J6e1K6xwYEpn4tKaj14hVPBPxQMm7gzsXSlIH3LMbeO
N73EF1W8uVpWQd4lE4/4CzoI2NHtJGxUPFE0/oQud9P6ELYk+nwLaGbYzqXFL76H
ScVA98/7uvBR3WA3y+E8VWHL1EeA9bW5WJP3+9pDj6sh4wMPR+mfoIuKgFAMRIfz
yFp6CpGonsSHJKZgVK1mqoRJ0wUPXLpzub07S7hQv1ODFQekoD0pyT9VoaafG84b
6H6cCr6xlqZhCTLbNnKbyyRHOh5FWaPT6McVAq3qvYG2DS+o9uR+FBx0V3Uk3vVv
e/BjZRb7l60IghW74AYL52k7JqC6TEPuS8JvFEnLHF2x6ICsP3yPJSwrZHXFn8uZ
YpY7PE2a37CnhDbzseQSZALlum4dmbUlGciZH175ZeRLZRHy3W+eKzAUyPq5EJVL
j6VN50tTq7lszLYZpTB9
=hbOj
-END PGP SIGNATURE-


Accepted:
taggrepper_0.03.1-1.diff.gz
  to pool/main/t/taggrepper/taggrepper_0.03.1-1.diff.gz
taggrepper_0.03.1-1.dsc
  to pool/main/t/taggrepper/taggrepper_0.03.1-1.dsc
taggrepper_0.03.1-1_amd64.deb
  to pool/main/t/taggrepper/taggrepper_0.03.1-1_amd64.deb
taggrepper_0.03.1.orig.tar.gz
  to pool/main/t/taggrepper/taggrepper_0.03.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



Accepted evolution-mapi 0.28.0-1 (source amd64)

2009-09-30 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 13:28:11 +0200
Source: evolution-mapi
Binary: evolution-mapi libexchangemapi-1.0-0 libexchangemapi-1.0-dev 
evolution-mapi-dbg
Architecture: source amd64
Version: 0.28.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 evolution-mapi - Exchange support for the Evolution groupware suite
 evolution-mapi-dbg - debugging symbols for the Evolution MAPI provider
 libexchangemapi-1.0-0 - client library for accessing Exchange servers - runtime
 libexchangemapi-1.0-dev - client library for accessing Exchange servers - 
development
Changes: 
 evolution-mapi (0.28.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Upload to unstable, now samba4 and openchange are available there.
   * Bump shlibs for libexchangemapi, force a strict versioning given the
 ABI stability doesn’t look very promising.
   * Drop build-dependencies that were here only as the result of bugs in
 samba4 and openchange, except for samba4-dev which is still missing.
   * Build against evolution 2.28.
   * Add missing dependencies in the -dev package.
Checksums-Sha1: 
 f49d63e03fb2d9e186f7bbf2361ce3df31eab5d6 2048 evolution-mapi_0.28.0-1.dsc
 bcb91c4c07c284068da3c9a17d6cca9614380014 615145 
evolution-mapi_0.28.0.orig.tar.gz
 4ed667785b759de2a4406d1e0bafbf559fb3bc5e 2568 evolution-mapi_0.28.0-1.diff.gz
 a81d3bbb978722fea2b974804ca34ad8fef9a791 188688 
evolution-mapi_0.28.0-1_amd64.deb
 53cb58a874d1e1a9fedaf967535f59f445531574 57360 
libexchangemapi-1.0-0_0.28.0-1_amd64.deb
 65b1f8b7caa7067424f21c1e64e458ecca7dff31 15108 
libexchangemapi-1.0-dev_0.28.0-1_amd64.deb
 1e3b82d0c2eeb4c6cccaf69d3f6042e7d42808dd 625952 
evolution-mapi-dbg_0.28.0-1_amd64.deb
Checksums-Sha256: 
 0b68b4d6f63011a9f6e8b45445272f1ec995347a0676c7e578e264b2df766a43 2048 
evolution-mapi_0.28.0-1.dsc
 1ac0bb0d487cef09cf488958c00528e5b3698734166818593ad6f21a8f98cb47 615145 
evolution-mapi_0.28.0.orig.tar.gz
 432dc992d8348ffee545a627f6a8cf78c0e10b04884062c4fb808e1d9274cafe 2568 
evolution-mapi_0.28.0-1.diff.gz
 26029ab1fc3d1146aad2adc98d301707f3a9813a5822f92b93ba511f12189fbe 188688 
evolution-mapi_0.28.0-1_amd64.deb
 d0cdd1b02cf5ad48129d30a58ef5aa5517f73c37c813b79ba6f78429e70b3951 57360 
libexchangemapi-1.0-0_0.28.0-1_amd64.deb
 96902e65faacf60a7a575c52b2628ddd01e3bc266728ce93c83652375250616d 15108 
libexchangemapi-1.0-dev_0.28.0-1_amd64.deb
 d553a4c6a2daf2f3607dc49258978287ae0713295acb9c98b749b8743c24157c 625952 
evolution-mapi-dbg_0.28.0-1_amd64.deb
Files: 
 6850408f28936c3afcec91ab59c0161a 2048 gnome optional 
evolution-mapi_0.28.0-1.dsc
 275c505de979ae8ff27f62426867bad2 615145 gnome optional 
evolution-mapi_0.28.0.orig.tar.gz
 73a98618a1f5d47b79cefd053a8b4ccc 2568 gnome optional 
evolution-mapi_0.28.0-1.diff.gz
 3bacfffe00f40e576a9dce2218c22463 188688 gnome optional 
evolution-mapi_0.28.0-1_amd64.deb
 cefce75072ab98624127cbd5080bfe27 57360 libs optional 
libexchangemapi-1.0-0_0.28.0-1_amd64.deb
 5a61692df1897da278fe3966e5ea159f 15108 libdevel optional 
libexchangemapi-1.0-dev_0.28.0-1_amd64.deb
 664d0e61b3aa975a00edeffa1c739ff9 625952 debug extra 
evolution-mapi-dbg_0.28.0-1_amd64.deb

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

iD8DBQFKw0rXrSla4ddfhTMRAmFhAKCIiSEG0aeowKEuUgKcudwsfr/tpwCff2gz
DBaSXkCeEmT/TkpC3lZjV4M=
=lemC
-END PGP SIGNATURE-


Accepted:
evolution-mapi-dbg_0.28.0-1_amd64.deb
  to pool/main/e/evolution-mapi/evolution-mapi-dbg_0.28.0-1_amd64.deb
evolution-mapi_0.28.0-1.diff.gz
  to pool/main/e/evolution-mapi/evolution-mapi_0.28.0-1.diff.gz
evolution-mapi_0.28.0-1.dsc
  to pool/main/e/evolution-mapi/evolution-mapi_0.28.0-1.dsc
evolution-mapi_0.28.0-1_amd64.deb
  to pool/main/e/evolution-mapi/evolution-mapi_0.28.0-1_amd64.deb
evolution-mapi_0.28.0.orig.tar.gz
  to pool/main/e/evolution-mapi/evolution-mapi_0.28.0.orig.tar.gz
libexchangemapi-1.0-0_0.28.0-1_amd64.deb
  to pool/main/e/evolution-mapi/libexchangemapi-1.0-0_0.28.0-1_amd64.deb
libexchangemapi-1.0-dev_0.28.0-1_amd64.deb
  to pool/main/e/evolution-mapi/libexchangemapi-1.0-dev_0.28.0-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



Accepted python-biopython 1.52-1 (source all i386)

2009-09-30 Thread Philipp Benner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 10:16:03 +
Source: python-biopython
Binary: python-biopython python-biopython-doc python-biopython-sql
Architecture: source all i386
Version: 1.52-1
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Philipp Benner phil...@debian.org
Description: 
 python-biopython - Python library for bioinformatics
 python-biopython-doc - Documentation for the Biopython library
 python-biopython-sql - Biopython support for the BioSQL database schema
Changes: 
 python-biopython (1.52-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 8dc86a0949ed427de5a1b6672355a1fc4cf1aa07 1523 python-biopython_1.52-1.dsc
 c0fc504d34223b0b7080d3a667ac7634a3adf9c6 5616833 
python-biopython_1.52.orig.tar.gz
 d92aaa7bfb43fce4dd81e883ecf1171176a75b04 5618 python-biopython_1.52-1.diff.gz
 7be5abdf696b897b6dff2dc8a4799a7093ea7b36 4757048 
python-biopython-doc_1.52-1_all.deb
 b3208cb3e5fa5a84da5a3dc1ad242096f70cba48 27764 
python-biopython-sql_1.52-1_all.deb
 019f540b81ee230fe0af7213f188593247487ca9 1001100 
python-biopython_1.52-1_i386.deb
Checksums-Sha256: 
 e539574b3d06636368ce29ff5350b165a13d2718b027f7abef7946ae1532833e 1523 
python-biopython_1.52-1.dsc
 f4d415c2bdc2f4693320c69ea8863e490c022d397e2e0ceee7f4882a83923d45 5616833 
python-biopython_1.52.orig.tar.gz
 d3c3b4ff893ceff8009d8668177c0668a09303217e73c414470b42bec6c7593c 5618 
python-biopython_1.52-1.diff.gz
 6f3deb3a4374b3a15744dfac8cdeb01f3d426cdade8859e30cb7fb0c6f740a17 4757048 
python-biopython-doc_1.52-1_all.deb
 612eafc1577f128105b3d84f9050e37872136f80bde9ba99b5afa9951392ffad 27764 
python-biopython-sql_1.52-1_all.deb
 551d380f0088dd467354121041dff39b047b1e978d6ba7f25c104a8d03887181 1001100 
python-biopython_1.52-1_i386.deb
Files: 
 1c8e28884bb6d59b22f8441babcc78d2 1523 python optional 
python-biopython_1.52-1.dsc
 6f905711dd4ceb7dcec17ba15941c287 5616833 python optional 
python-biopython_1.52.orig.tar.gz
 9a18e93b7685f40b82b8e360f8d6f167 5618 python optional 
python-biopython_1.52-1.diff.gz
 59aece8985127839ab80438f727cb5b1 4757048 doc optional 
python-biopython-doc_1.52-1_all.deb
 050d3a0c0382a276457f1e85e9d3b29f 27764 python optional 
python-biopython-sql_1.52-1_all.deb
 37f985696b0597e6a68939a9a3a98f44 1001100 python optional 
python-biopython_1.52-1_i386.deb

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

iEYEARECAAYFAkrDSsMACgkQqVw77OuI6TCIMACeOesPpdWrAAtQBIWdUpdNcsR7
FoYAnjOABWudMMMqxPG/u5pZ//uCrJmA
=v5Ox
-END PGP SIGNATURE-


Accepted:
python-biopython-doc_1.52-1_all.deb
  to pool/main/p/python-biopython/python-biopython-doc_1.52-1_all.deb
python-biopython-sql_1.52-1_all.deb
  to pool/main/p/python-biopython/python-biopython-sql_1.52-1_all.deb
python-biopython_1.52-1.diff.gz
  to pool/main/p/python-biopython/python-biopython_1.52-1.diff.gz
python-biopython_1.52-1.dsc
  to pool/main/p/python-biopython/python-biopython_1.52-1.dsc
python-biopython_1.52-1_i386.deb
  to pool/main/p/python-biopython/python-biopython_1.52-1_i386.deb
python-biopython_1.52.orig.tar.gz
  to pool/main/p/python-biopython/python-biopython_1.52.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



Accepted qonk 0.3.1-3.1 (source amd64)

2009-09-30 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 12:30:37 +0200
Source: qonk
Binary: qonk
Architecture: source amd64
Version: 0.3.1-3.1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Christoph Egger deb...@christoph-egger.org
Description: 
 qonk   - Small build-and-conquer strategy game with very simple rules
Closes: 541443
Changes: 
 qonk (0.3.1-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
 * Team intern so not strictly following the procedures
   * Fix build failure (Closes: #541443)
 * Set DEB_AUTO_UPDATE_AUTOMAKE to 1.11 and specify automake dependency
   to 1.11 so build success does not depend on any specific version being
   `automake'
 * Add DEB_AUTO_UPDATE_ACLOCAL to build with automake 1.11
   * Bump standards Version to 3.8.3
 * Add README.source copied and adapted from supertuxkart
Checksums-Sha1: 
 d1d4569ab285d0f0134a7eaa2066e6807362bcc3 1349 qonk_0.3.1-3.1.dsc
 50fa7a1aeed493e21e6c2d6a41438818e3932f22 9839 qonk_0.3.1-3.1.diff.gz
 6df3115e4b930fe7c703e9d20272c82daaad88f6 182874 qonk_0.3.1-3.1_amd64.deb
Checksums-Sha256: 
 e9aebf66edb362935b9ce2115822288b8898ab3542b72d0a043b81075ca1588c 1349 
qonk_0.3.1-3.1.dsc
 73ed076b20d64ebe78bcbe30adb8565fd73dae192bbe943def47d105a66a9886 9839 
qonk_0.3.1-3.1.diff.gz
 f5eef4adc928fecc2fb720324db873a9b9a77c34951284ad405fac2480a8d22b 182874 
qonk_0.3.1-3.1_amd64.deb
Files: 
 14a43b90f8e86b6780a32bd9c139a5bd 1349 games optional qonk_0.3.1-3.1.dsc
 7e8768b4c0f3271205bdcdb2028f5e6e 9839 games optional qonk_0.3.1-3.1.diff.gz
 759f5eb1b197d1e7a93253c5e6a665a5 182874 games optional qonk_0.3.1-3.1_amd64.deb

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

iEYEARECAAYFAkrDSuUACgkQeGfVPHR5Nd1f/wCgpaJNXTgCJJCBlh7NthMb6VRK
bxIAoMdPFgI+Ui7mIYOjGqzloGiRO+Zq
=WDWY
-END PGP SIGNATURE-


Accepted:
qonk_0.3.1-3.1.diff.gz
  to pool/main/q/qonk/qonk_0.3.1-3.1.diff.gz
qonk_0.3.1-3.1.dsc
  to pool/main/q/qonk/qonk_0.3.1-3.1.dsc
qonk_0.3.1-3.1_amd64.deb
  to pool/main/q/qonk/qonk_0.3.1-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



Accepted melting 4.3b-1 (source i386 all)

2009-09-30 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 14:31:20 +0200
Source: melting
Binary: melting melting-gui
Architecture: source i386 all
Version: 4.3b-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 melting- compute the melting temperature of nucleic acid duplex
 melting-gui - graphical interface to compute the melting temperature of nucleic
Closes: 528999
Changes: 
 melting (4.3b-1) unstable; urgency=low
 .
   Tkmelting did not work in my tests.
 .
   * New upstream release, with new options for Tris, potassium and magnesium
 concentrations, as well as support for inosine bases.
 .
   [ Charles Plessy ]
   * debian/control:
 - Moved bibliographic reference from the long description to a BibTeX file
   (debian/reference, installed in /usr/share/doc/melting/reference).
 - Incremented Standards-Version to reflect conformance with Policy 3.8.1
   (no changes needed).
 - Improved the description of melting-gui (Closes: #528999).
 - Dropped versionned build-dependency on quilt (satisfied even in
   oldstable).
 - Build-Depend on dephelper 7 (debian/compat set to 7).
   * debian/rules
 - NNDIR=/usr/share/melting/NNFILES passed as a make argument instead of
   through a patch (debian/patches/makefile.patch deleted).
 - clean target rewritten so that debian/patches/makefile-clean.patch could
   be deleted.
 - Use ‘dh’ in binary-arch and binary-indep targets.
   * Deleted debian/patches/melting.c_silent.patch and
 debian/patches/melting.1_escape.patch cosmetic deviations from Upstream.
   * debian/copyright updated and converted to latest version of the
 machine-readable format.
   * debian/tkmelting.1* and debian/melting-gui.desktop were adopted upstream 
and
 deleted from the debian directory.
 .
   [ David Paleino ]
   * Removed myself from Uploaders
 .
   [ Andreas Tille ]
   * debian/control:
 - Standards-Version: 3.8.3 (Added README.Source)
 - s/Debian-Med/Debian Med/
   * debian/patches/20_fix_manpage.patch: Fix typo in manpage
Checksums-Sha1: 
 1aa44b40ce59ecff5bd0043ce370e62b93e285b0 1311 melting_4.3b-1.dsc
 f0fd43abd035478e911cece836721cce05574b1e 1391890 melting_4.3b.orig.tar.gz
 6ebc5c38b8d98d99c2faf2e9902598cbe6753bb4 4739 melting_4.3b-1.diff.gz
 8d52b93cffcdd666943361b469cfe73ebe2350d0 641016 melting_4.3b-1_i386.deb
 7f8e8e27b408ee544eee74249619e5bb50b7d5f6 22824 melting-gui_4.3b-1_all.deb
Checksums-Sha256: 
 e1cbbb8460b2c46f20c6a6a83e309839833f2c3891ac18418d86f95bd8bd5cc4 1311 
melting_4.3b-1.dsc
 f6406573bcde5f476304595aacca3216227831c51d8af9c4d5ddf6420428830c 1391890 
melting_4.3b.orig.tar.gz
 41f614c3ee269f4ed9fe76a909114a811465a0da12f964ddd75d6c29e93918c7 4739 
melting_4.3b-1.diff.gz
 bc55595aaa65fa8a4165c7bc3d3ad093a701fd8fa8b3fee5cdcdb2dea43bd586 641016 
melting_4.3b-1_i386.deb
 c5cd09f03095ccaf930fea368f96c7e0ea31ca73252d0aa60b96a332bd53ba83 22824 
melting-gui_4.3b-1_all.deb
Files: 
 074f6c42dee352a55fe0808b265a559a 1311 science optional melting_4.3b-1.dsc
 fe8179c4bb019bbd43df9c6377b85172 1391890 science optional 
melting_4.3b.orig.tar.gz
 7c9b920ecf7cfbadabd972328d26ab11 4739 science optional melting_4.3b-1.diff.gz
 5e30d1ce60d8a8829dc891c7ee3ea5c7 641016 science optional 
melting_4.3b-1_i386.deb
 23b20b62f7140f055c1c1f8d4830761f 22824 science optional 
melting-gui_4.3b-1_all.deb

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

iD8DBQFKw1HmYDBbMcCf01oRAuj5AJ938QXxUX8fITXCa2JYaP5hgtL8ewCaAlXm
6PuETFvWHpk9ISZo4RpOSkM=
=jydn
-END PGP SIGNATURE-


Accepted:
melting-gui_4.3b-1_all.deb
  to pool/main/m/melting/melting-gui_4.3b-1_all.deb
melting_4.3b-1.diff.gz
  to pool/main/m/melting/melting_4.3b-1.diff.gz
melting_4.3b-1.dsc
  to pool/main/m/melting/melting_4.3b-1.dsc
melting_4.3b-1_i386.deb
  to pool/main/m/melting/melting_4.3b-1_i386.deb
melting_4.3b.orig.tar.gz
  to pool/main/m/melting/melting_4.3b.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



Accepted dh-make-perl 0.60 (source all)

2009-09-30 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 15:41:04 +0300
Source: dh-make-perl
Binary: dh-make-perl
Architecture: source all
Version: 0.60
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 dh-make-perl - helper for creating Debian packages from perl modules
Closes: 543655 548935 548950
Changes: 
 dh-make-perl (0.60) unstable; urgency=low
 .
   [ Ryan Niebur ]
   * fix MANIFEST file handling
   * use Test::DistManifest
   * add missing requires for Parse::DebControl
   * add missing build_requires on File::Touch
   * Update ryan52's email address
 .
   [ gregor herrmann ]
   * Re-add NO_NETWORK=1 to tests in debian/rules, got lost somewhere.
   * Only add a dependency on perl-modules if we need a newer version than the
 one in oldstable.
   * Documentation fix for Debian::Version::deb_ver_cmp.
   * Add perl (= 5.10) to as a preferred alternative to libmodule-build-perl.
   * Check if the possible examples directory is actually a directory before
 adding $directory/* to pkg.examples; thanks to Slaven Rezic for the
 bug report (closes: #548950).
   * Rewrite comment about YAML::LoadFile in lib/DhMakePerl.pm; thanks to
 Slaven Rezic for the bug report (closes: #548935).
 .
   [ Damyan Ivanov ]
   * Drop support for debhelper compatibility levels other than 7
   * stop creating Makefile from Build.PL
 .
   [ Maximilian Gass ]
   * Added myself to uploaders
   * Ignore META.yml when it's not a hash (closes: #543655)
Checksums-Sha1: 
 5ec5824db0b59c96aa28bd8a39f40f612e0ebcd3 1845 dh-make-perl_0.60.dsc
 a25e0b87c8cbb979b6c694efc94d9caca4abe8b1 99831 dh-make-perl_0.60.tar.gz
 56b1a296d356cdecf7e4cc90c2e7899edaa20d71 106212 dh-make-perl_0.60_all.deb
Checksums-Sha256: 
 48be4cb4771a974f0b6d78054069e0044ec73d34e7583d47a96fea2af699e594 1845 
dh-make-perl_0.60.dsc
 ece35d978771de5779b93e8c9fbd59edd7e6c9f5179bf9d9ee2f7264efb3af05 99831 
dh-make-perl_0.60.tar.gz
 fb28bc76dd28e6605bc8dcaf1923f749b0559f3e5f21fb9a4f2f8feeba96212a 106212 
dh-make-perl_0.60_all.deb
Files: 
 47558635af955a7e0722c66219bbbae2 1845 perl optional dh-make-perl_0.60.dsc
 8b8e1988e6fc179d7f2b71231d04ea44 99831 perl optional dh-make-perl_0.60.tar.gz
 21f60fe5da527d10fb1b929b081294a5 106212 perl optional dh-make-perl_0.60_all.deb

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

iEYEARECAAYFAkrDUrIACgkQHqjlqpcl9juV6ACglA2L39sASJ/Ggv+irsZGSjJ9
UOwAn3uIx/Dc1uUL8utkvPCi/XfANn+c
=ZYIV
-END PGP SIGNATURE-


Accepted:
dh-make-perl_0.60.dsc
  to pool/main/d/dh-make-perl/dh-make-perl_0.60.dsc
dh-make-perl_0.60.tar.gz
  to pool/main/d/dh-make-perl/dh-make-perl_0.60.tar.gz
dh-make-perl_0.60_all.deb
  to pool/main/d/dh-make-perl/dh-make-perl_0.60_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted mdadm 3.0-3.1 (source amd64)

2009-09-30 Thread christian kujau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Sep 2009 10:15:21 +0200
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 3.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: christian kujau li...@nerdbynature.de
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 541884
Changes: 
 mdadm (3.0-3.1) unstable; urgency=medium
 .
* Non-maintainer upload.
* use blkid instead of vold_id in udev-md-raid.rules (closes: #541884)
Checksums-Sha1: 
 bf4436cc84d72d1d4a5d80ef57aaf731729f9de8 1224 mdadm_3.0-3.1.dsc
 f617a131de67cf449fbd9e9ca3e1a569ada1fc94 141799 mdadm_3.0-3.1.diff.gz
 4ea6be43097c7215335b1d0e0cf8616446bb39a8 430134 mdadm_3.0-3.1_amd64.deb
 a8f2895bc936dead30773521b6e3dbf1a9cfb60b 128260 mdadm-udeb_3.0-3.1_amd64.udeb
Checksums-Sha256: 
 93b64b137158cac61ee244768bed6baf6290c311fe4c8aef552a5dc3798f39a7 1224 
mdadm_3.0-3.1.dsc
 30940c6d4ee9ffee3db50e7ce8a194a58a73e58dc6c94f94f31fb498bd5300ef 141799 
mdadm_3.0-3.1.diff.gz
 1e0c589b7a70fefbba468afbc6cbd19a392a6c667627eff38ae0c18897d852ff 430134 
mdadm_3.0-3.1_amd64.deb
 dea22db2b20e03d7d74307d51693e19ef2ad4c157332b5118ce54eb522039bc6 128260 
mdadm-udeb_3.0-3.1_amd64.udeb
Files: 
 674af3113d0d7e3f90563939d0287b83 1224 admin optional mdadm_3.0-3.1.dsc
 4e56d2aa4923bb83960cc3fa8b0cd25a 141799 admin optional mdadm_3.0-3.1.diff.gz
 9b936da1577bc6118336327b7e57a6f5 430134 admin optional mdadm_3.0-3.1_amd64.deb
 407512bd29f5cfe8616e7bb4bfb7d662 128260 debian-installer optional 
mdadm-udeb_3.0-3.1_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAkrDT/wACgkQAxLow12M2numRwCggdN3LAul2kW/0mLwCZg+KvCz
BBcAn0zLU8uns1n7cZnFdSWQyK7SUGUn
=JcO+
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.0-3.1_amd64.udeb
  to pool/main/m/mdadm/mdadm-udeb_3.0-3.1_amd64.udeb
mdadm_3.0-3.1.diff.gz
  to pool/main/m/mdadm/mdadm_3.0-3.1.diff.gz
mdadm_3.0-3.1.dsc
  to pool/main/m/mdadm/mdadm_3.0-3.1.dsc
mdadm_3.0-3.1_amd64.deb
  to pool/main/m/mdadm/mdadm_3.0-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



Accepted meta-gnome2 1:2.26+1 (source all)

2009-09-30 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 15:41:13 +0200
Source: meta-gnome2
Binary: gnome gnome-core gnome-desktop-environment gnome-accessibility 
gnome-office gnome-core-devel gnome-devel gnome-dbg gnome-api-docs
Architecture: source all
Version: 1:2.26+1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome  - The GNOME Desktop Environment, with extra components
 gnome-accessibility - The GNOME desktop environment -- accessibility components
 gnome-api-docs - API reference documentation for the GNOME libraries
 gnome-core - The GNOME Desktop Environment -- essential components
 gnome-core-devel - The GNOME Desktop Environment -- development components
 gnome-dbg  - debugging symbols for the GNOME desktop environment
 gnome-desktop-environment - The GNOME Desktop Environment
 gnome-devel - The GNOME Desktop Environment -- development tools
 gnome-office - The GNOME Office suite
Closes: 542095
Changes: 
 meta-gnome2 (1:2.26+1) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Allow gdm 2.26 as an alternative to f-u-s-a.
   * Drop references to libgnomeprint*.
   * Demote NM to Recommends, since people apparently can’t stand to be
 able to configure their network in a decent way. Closes: #542095.
 .
   [ Emilio Pozuelo Monfort ]
   * Let gnome-dbg depend on eog-dbg and anjuta-dbg.
   * Let gnome-api-docs depend on libgtop2-doc.
 .
   [ Luca Falavigna ]
   * gnome:
 - Replace tsclient with grdc.
   * gnome-desktop-environment:
 - Add grdc as optional dependency for vinagre.
 .
   [ Josselin Mouette ]
   * Move gnome-power-manager to gnome-core, its functionality is
 becoming more critical.
   * totem-{gstreamer,xine} is now totem again.
   * Add evolution-mapi as an alternative to evolution-exchange.
Checksums-Sha1: 
 0ee51e629140df780215d48021854a6df270b481 977 meta-gnome2_2.26+1.dsc
 6b9b2f2b5fb66bc3c3d83ffca3e3e47bfd94f130 21134 meta-gnome2_2.26+1.tar.gz
 75efe215fd05011bd006f4d6654684ab1780 16224 gnome_2.26+1_all.deb
 988fd718985a8945f5d4a21acc22b2e0c6f9dfe9 15720 gnome-core_2.26+1_all.deb
 6d9be4c91b0f48aeec49359bc480c032a7a6962c 16202 
gnome-desktop-environment_2.26+1_all.deb
 02f7e47c012ea4282249db92834438a7b3dd4793 15702 
gnome-accessibility_2.26+1_all.deb
 d23502db4602472805428e066329830b5f0d7d9a 15774 gnome-office_2.26+1_all.deb
 288643ab99ca9bfef45ccb73217e17e5550c2c32 16030 gnome-core-devel_2.26+1_all.deb
 d7b4a1c5cc2b9acab6c30d1ba4d79a04100e7c5f 15766 gnome-devel_2.26+1_all.deb
 b49f2f87df2ee13ef2adb2394fdef193c0c3e296 15914 gnome-dbg_2.26+1_all.deb
 803451d8a00a0c618cd38f11f0ad9874e23397cc 16094 gnome-api-docs_2.26+1_all.deb
Checksums-Sha256: 
 71e412b77a26ff09146095cca491b8a7d1b527a2caf07eb66079092f292c76e1 977 
meta-gnome2_2.26+1.dsc
 19ce9488769f5f0c5b53bf3431684cf967ae1edc0c7ef94f57cb6096d93d7546 21134 
meta-gnome2_2.26+1.tar.gz
 7e599da14e37e7f6941fb2e26892b46d305c42d121247e7c75ddc622906a18a2 16224 
gnome_2.26+1_all.deb
 44d5582e978789d12308bac8b365e723e382f2959b9dafbec4635d3bb11f4e2e 15720 
gnome-core_2.26+1_all.deb
 e70321767e81108b4f880684e791073bd2ca42b7f37e3894c2ea0264523eef57 16202 
gnome-desktop-environment_2.26+1_all.deb
 4f1c6221212bddfaf8fcd44ca94513ec01712a313ef5f2a834fb35585b75054a 15702 
gnome-accessibility_2.26+1_all.deb
 741da69bc10c57cacfc310ac72e9bd59df21bfd16c82f3cb6d1168a48b9d4b4f 15774 
gnome-office_2.26+1_all.deb
 44f49e7ce7b13c2d19a8bc365fa37f4821477c2bf29f67916ff301c2d7e0a6ca 16030 
gnome-core-devel_2.26+1_all.deb
 7113d54e3e0a5adbb4dc4199918eb471e75e28cf5c5c578a4008e2522034fca1 15766 
gnome-devel_2.26+1_all.deb
 8d5c086c6394b9cf4a7836b943d303b4d20e0566d1befbc5b0d21b19af4b1134 15914 
gnome-dbg_2.26+1_all.deb
 63ae57b43ae5dcd241548d153138a057a91ef7f85a95f35ee301ba04e56f758a 16094 
gnome-api-docs_2.26+1_all.deb
Files: 
 1647c5d610f5cd165e7ff487bea6ef3a 977 gnome optional meta-gnome2_2.26+1.dsc
 0fb76d897d9e393ba36bfc30a3a2872c 21134 gnome optional meta-gnome2_2.26+1.tar.gz
 b2a5c3d5131d9ad9a71834bb6aae8a35 16224 gnome optional gnome_2.26+1_all.deb
 1bdf9e46e8231a86d8163a8032c36ff5 15720 gnome optional gnome-core_2.26+1_all.deb
 47c1f48021bf0d68769ee233a75d2625 16202 gnome optional 
gnome-desktop-environment_2.26+1_all.deb
 4ccd2b9fbc84ddeb093b65bfa4f9a5eb 15702 gnome optional 
gnome-accessibility_2.26+1_all.deb
 a28a7e710191bb0fcd7cb6ff408c2926 15774 gnome optional 
gnome-office_2.26+1_all.deb
 9267f5a20d8dcb9aa23f628691045527 16030 devel optional 
gnome-core-devel_2.26+1_all.deb
 522a98fdd22301a8a108a85da0aba859 15766 devel optional 
gnome-devel_2.26+1_all.deb
 5a71afb4f03ff1204bfdbd5f52fb153b 15914 debug extra gnome-dbg_2.26+1_all.deb
 91ab382c77cc9f83759a647c697aa95d 16094 doc optional 
gnome-api-docs_2.26+1_all.deb

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

iD8DBQFKw2JirSla4ddfhTMRApkYAJ9yh7KrZqrWRD9RcjyjDgFlQiQVJQCgot5z

Accepted moblin-cursor-theme 0.3-3 (source all)

2009-09-30 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Sep 2009 19:58:13 +0800
Source: moblin-cursor-theme
Binary: moblin-cursor-theme
Architecture: source all
Version: 0.3-3
Distribution: unstable
Urgency: low
Maintainer: Zhengpeng Hou zhengpeng-...@ubuntu.com
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 moblin-cursor-theme - moblin cursor theme
Changes: 
 moblin-cursor-theme (0.3-3) unstable; urgency=low
 .
   * debian/control: Add quilt for patching
   * Add debian/001_index.theme.patch: Fix index.theme
   * debian/README.source: Describe the patches
   * Change installation directory to /usr/share/icons/moblin/cursors
   * Install index.theme to /etc/X11/cursors/moblin.theme
Checksums-Sha1: 
 93c7ef7b6129dc6144b82aee073a80282af5aa36 1805 moblin-cursor-theme_0.3-3.dsc
 2ff803371b5a1e30af6376aa04d797ccf0c1 8954 moblin-cursor-theme_0.3-3.diff.gz
 6baa1b61fac866bd81800fc3ea9d4fb551cd5e07 39626 
moblin-cursor-theme_0.3-3_all.deb
Checksums-Sha256: 
 4c34f8f14e10b83f652365c145b5d066fffb43014fc32e006c08ff04ce9f 1805 
moblin-cursor-theme_0.3-3.dsc
 3ec613c5734ba13366bef214975d99f35c8205fd4125d6eb7057ab6375faf2c5 8954 
moblin-cursor-theme_0.3-3.diff.gz
 133f60fda48d1710d9d9047cd9c227342475988a0a10f421c1760b9c87a41ae4 39626 
moblin-cursor-theme_0.3-3_all.deb
Files: 
 f8cdf54396a5737bbef34d19630ac22d 1805 x11 optional 
moblin-cursor-theme_0.3-3.dsc
 a70063a99f62a110b45f071876746998 8954 x11 optional 
moblin-cursor-theme_0.3-3.diff.gz
 3d8e7816ad8b8b3f81af57741db9d726 39626 x11 optional 
moblin-cursor-theme_0.3-3_all.deb

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

iQIcBAEBCgAGBQJKw2LXAAoJEPgLgUbQQog22CEP/i9GRnn5uBiWlovsZJRBYYn4
AgmEx0rQgb4fgYUwO3+qG9gATgERVqdgg/t+NlE2IlW059Vr8ZKl6BU9lImVCmZ7
2U/yhF5kDDhYmETo1dbuiMfhYN/FdxXLfr4Q3IKLziMxRNqxNSYLIeJ69MygtpPH
rlQSsaA6CSXyYsxinEYFHOgPmxxPGcjTRK4JguaZSOingXRD/iw0vAONuOQsDfO5
iSd4qyhTON5fBhj3bYcd4a+yHwvpYo/LWqcdwIMFlwSpZRkJD7Fcpo+bxwr6O9c8
mWFIzOyAh5fsTbOKjvCh2cLD97mHXknAqzdMpt5uO4Xxp1DeKKLSttjM3TFunDxv
RGeVeK/47SuD+2PhKQdJHaZgfrWa4iJc21RBdCXZBj0cWxUge0bmKVIXXyxJhxlc
ko2WJkyvc9J4p8/Hr04Gh4VT8z5Z0OoKFlq75zWYf4w0GPkA4P92qczNXZqoOsWs
1uQSwdsayP26WanCNnHEdqu6ccQFP/rsnj8neSnK0jE9oZ7CXdg0oq7ZkhPrj5lJ
MIxO2VIhXTxXByPSB1YsU1ZJ50ShY7U5NqW6vkhMbjwTL/xh4mhpEMtLYytdIHY/
30xV9sKsWgIMbUZ5ppPU+W6pr6/wRDdSDPaM2pOZkQS9yNuV4h66VXZfhXYPo6Js
21TnT09pHD+XQfMPeJnu
=PIBO
-END PGP SIGNATURE-


Accepted:
moblin-cursor-theme_0.3-3.diff.gz
  to pool/main/m/moblin-cursor-theme/moblin-cursor-theme_0.3-3.diff.gz
moblin-cursor-theme_0.3-3.dsc
  to pool/main/m/moblin-cursor-theme/moblin-cursor-theme_0.3-3.dsc
moblin-cursor-theme_0.3-3_all.deb
  to pool/main/m/moblin-cursor-theme/moblin-cursor-theme_0.3-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



Accepted cups 1.4.1-4 (source all i386)

2009-09-30 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 15:17:53 +0200
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsdriver1 libcupsmime1 
libcupsppdc1 cups cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev 
libcupsdriver1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common 
cups-ppdc cups-dbg cupsys cupsys-client cupsys-common cupsys-bsd cupsys-dbg 
cupsddk
Architecture: source all i386
Version: 1.4.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers pkg-cups-de...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 cups   - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 cupsddk- Common UNIX Printing System (transitional package)
 cupsys - Common UNIX Printing System (transitional package)
 cupsys-bsd - Common UNIX Printing System (transitional package)
 cupsys-client - Common UNIX Printing System (transitional package)
 cupsys-common - Common UNIX Printing System (transitional package)
 cupsys-dbg - Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - Core library
 libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
 libcupscgi1 - Common UNIX Printing System(tm) - CGI library
 libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI 
libra
 libcupsdriver1 - Common UNIX Printing System(tm) - Driver library
 libcupsdriver1-dev - Common UNIX Printing System(tm) - Development files 
driver librar
 libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
 libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS 
image li
 libcupsmime1 - Common UNIX Printing System(tm) - MIME library
 libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME 
library
 libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
 libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD 
library
Closes: 545288 545453 546558
Changes: 
 cups (1.4.1-4) unstable; urgency=low
 .
   [ Till Kamppeter ]
   * debian/patches/usb-backend-both-usblp-and-libusb.dpatch: Make the USB
 backend supporting both printer access via libusb and via the usblp kernel
 module. Make it also printing via libusb if the URI for the queue was
 generated via usblp and vice versa. This should solve most USB printing
 problems which occured on the transition to CUPS 1.4.x (LP: #420015,
 LP: #436495; Closes: #546558, #545288, #545453).
 .
   [ Martin Pitt ]
   * debian/rules: Make the USB backend run as root again, udev rules do not
 cover all printers. (LP: #420015)
   * Drop debian/blacklist-cups.conf, and remove it on upgrade. With Till's fix
 from above this is not necessary any more.
Checksums-Sha1: 
 a010f610637b3e2fe557c7667ccb5e2b163a4671 2152 cups_1.4.1-4.dsc
 f09477823ee1b53c2ace5821811bbc7c4fb5a8fa 407776 cups_1.4.1-4.diff.gz
 f12ebf7b3353be12a9c14c343207f743b9af968b 1440186 cups-common_1.4.1-4_all.deb
 febbfa06fe03e03ce2a407dfbd633e6e8d026492 68150 cupsys_1.4.1-4_all.deb
 c53edb97551c27f34004344d49036805cb25e4ab 68172 cupsys-client_1.4.1-4_all.deb
 f5d83275cfcaf09dab1b338744419d86d6f66f67 68164 cupsys-common_1.4.1-4_all.deb
 d632a1e3f28f5057503e5eda568779e8c24a233f 68164 cupsys-bsd_1.4.1-4_all.deb
 7a9b6992839cc93ad038c2153d0d210f8d5e95b0 68170 cupsys-dbg_1.4.1-4_all.deb
 05e15bd8bbbe8d86b74020ad25fe5ad4244b4551 68122 cupsddk_1.4.1-4_all.deb
 d9eb4052bf60fbe3d883f46bf0d606cb5edec57a 209892 libcups2_1.4.1-4_i386.deb
 8ff63428abbb3d9a4774a1e703254af988f23bf5 115270 libcupsimage2_1.4.1-4_i386.deb
 08791a3fc3e31f32b9a770a56486f34238aa6875 94298 libcupscgi1_1.4.1-4_i386.deb
 914339323867ecd72265725a940abe837236c091 85148 libcupsdriver1_1.4.1-4_i386.deb
 54d5247ab5e5e34ec5f7329043d5c1ddfa3c1a96 78636 libcupsmime1_1.4.1-4_i386.deb
 be11295d4844ff74551ca7fb965379bbc47b46dd 125174 libcupsppdc1_1.4.1-4_i386.deb
 0e1d5b214d15d37b300de608bd51c50e5ccc38d1 1884680 cups_1.4.1-4_i386.deb
 018e90b7b7c9a7001a21a7de9081681e145db31b 114260 cups-client_1.4.1-4_i386.deb
 46c87ba3eeaae6dba22d3b63c80758dfd01f6048 261762 libcups2-dev_1.4.1-4_i386.deb
 a6c397dcd20b315f864fc29d7bf2b9a959a9128f 59734 
libcupsimage2-dev_1.4.1-4_i386.deb
 efaf4560d126d67e9c2a203b174c6b1565e216ae 99066 libcupscgi1-dev_1.4.1-4_i386.deb
 f1d25e020c2e4c5e9712cd04f69345bfd329c6ed 88690 
libcupsdriver1-dev_1.4.1-4_i386.deb
 6e1fda603f980ecb83e3b493355437799cfff367 79480 
libcupsmime1-dev_1.4.1-4_i386.deb
 20f02d1c7fe66e248663eba93c72f5a097764c43 139838 
libcupsppdc1-dev_1.4.1-4_i386.deb
 6a2e1ad5c6618ac9706124e7165e72eb9f5846ee 35800 

Accepted ofono 0.6-2 (source all i386)

2009-09-30 Thread Andres Salomon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 20:05:20 +
Source: ofono
Binary: ofono ofono-dev ofono-dbg
Architecture: source all i386
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Andres Salomon dilin...@debian.org
Changed-By: Andres Salomon dilin...@debian.org
Description: 
 ofono  - Mobile telephony stack (daemon)
 ofono-dbg  - Mobile telephony stack (debugging files)
 ofono-dev  - Mobile telephony stack (development files)
Changes: 
 ofono (0.6-2) unstable; urgency=low
 .
   * Add a -dbg package.
Checksums-Sha1: 
 48907a351c47937049f3cd85fdf977310b1e99b1 1020 ofono_0.6-2.dsc
 5887a7db33fc1b0e1222be43e5b6fc1df4ef8cac 2547 ofono_0.6-2.diff.gz
 f0592902f0d89714a86d31762c5fc7c503ffc363 12066 ofono-dev_0.6-2_all.deb
 3a4a20543e12af39692a1fbc703e8edaca1d1241 14 ofono_0.6-2_i386.deb
 6e948606b24df2decdb4a01d6e33fb556cfbb782 339432 ofono-dbg_0.6-2_i386.deb
Checksums-Sha256: 
 56423d3f89fd08422c12b8bf55081636fd1753d24581cce259aaa36b33dd14af 1020 
ofono_0.6-2.dsc
 00767074fba93fdecad9be3891cd87763c81b65dd03c9de971e1ba9d89c725f9 2547 
ofono_0.6-2.diff.gz
 110455e36c3ea7493749a2fc6f4e550f4da2ea86011a728bf17846663b364f8d 12066 
ofono-dev_0.6-2_all.deb
 b5f654c7c897dd6488592f026afd192a139a6677f9e6d65d8b3b27f6ed13b635 14 
ofono_0.6-2_i386.deb
 0256d790cc5194f2b422ef41233933dac1f9824a36cb785b29a1254f038097bd 339432 
ofono-dbg_0.6-2_i386.deb
Files: 
 2766b277d32922af943027c71594a50e 1020 admin optional ofono_0.6-2.dsc
 760ffb170f68aaffdf213516d1175a22 2547 admin optional ofono_0.6-2.diff.gz
 eba3a7d291f6fd31b316912032662baf 12066 admin optional ofono-dev_0.6-2_all.deb
 2c9b889dd9c3f0c3c0a5009d07aeb6ac 14 admin optional ofono_0.6-2_i386.deb
 f988492195e90508156cde4720488f42 339432 debug extra ofono-dbg_0.6-2_i386.deb

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

iEYEARECAAYFAkrCuOIACgkQOmXwGc/ULyamvQCfVqY50e2/+p1hUYKhCYfzs4bd
OnkAmgIIY+l2LBEexLNhc/h5Y4ig7xeU
=U2tw
-END PGP SIGNATURE-


Accepted:
ofono-dbg_0.6-2_i386.deb
  to pool/main/o/ofono/ofono-dbg_0.6-2_i386.deb
ofono-dev_0.6-2_all.deb
  to pool/main/o/ofono/ofono-dev_0.6-2_all.deb
ofono_0.6-2.diff.gz
  to pool/main/o/ofono/ofono_0.6-2.diff.gz
ofono_0.6-2.dsc
  to pool/main/o/ofono/ofono_0.6-2.dsc
ofono_0.6-2_i386.deb
  to pool/main/o/ofono/ofono_0.6-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



Accepted libcsfml 1.5-1 (source amd64)

2009-09-30 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 01:29:32 +0200
Source: libcsfml
Binary: libcsfml-dev libcsfml1.5-dbg libcsfml-audio1.5 libcsfml-graphics1.5 
libcsfml-system1.5 libcsfml-network1.5 libcsfml-window1.5
Architecture: source amd64
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games team pkg-games-de...@lists.alioth.debian.org
Changed-By: Christoph Egger deb...@christoph-egger.org
Description: 
 libcsfml-audio1.5 - Libraries for the C Binding of SFML - Audio Part
 libcsfml-dev - Developmentfiles for the C binding of SFML
 libcsfml-graphics1.5 - Libraries for the C Binding of SFML - Graphics Part
 libcsfml-network1.5 - Libraries for the C Binding of SFML - Network Part
 libcsfml-system1.5 - Libraries for the C Binding of SFML - System Part
 libcsfml-window1.5 - Libraries for the C Binding of SFML - Window Part
 libcsfml1.5-dbg - Libraries for the C Binding of SFML - Debug Files
Closes: 542982
Changes: 
 libcsfml (1.5-1) unstable; urgency=low
 .
   * New upstream 1.5 release
 * Builds against newer libsfml (Closes: #542982)
 * SONAME bump for libraries
 * Drop debian/gcc4.3.diff (implemented upstream)
 * Refresh debian/correct-destdir
   * Improve descriptions
   * Clean up rules file -- some quirks no longer needed because of
 improvements in upstream buildsystem
   * Bump standards version to 3.8.3 (no changes)
   * remove duplicate priority entries in control
   * Add README.source
Checksums-Sha1: 
 4445c9a8c868da95accced7ce762e78592a37f02 1318 libcsfml_1.5-1.dsc
 5deca190d0139183153113014b2d4b1b57ee521f 479080 libcsfml_1.5.orig.tar.gz
 73eb1cc9d4ad0c2a19d7dc8d28c846af760b0ec3 4096 libcsfml_1.5-1.diff.gz
 92fe9389176bf0f7bd3412c929d077220e1d7c78 402938 libcsfml-dev_1.5-1_amd64.deb
 b3be6c1665be707b1293cf5c3537db2a74cd8e25 21040 libcsfml1.5-dbg_1.5-1_amd64.deb
 51cfd32dd79ac36fc5a18edc4c6e02c587ef30af 13106 
libcsfml-audio1.5_1.5-1_amd64.deb
 803009867fbc293eeb7ffb2334c08cdbd2784251 26728 
libcsfml-graphics1.5_1.5-1_amd64.deb
 1f8bdddaf90f82e2e32177f0647fee249d20cd9e 5980 
libcsfml-system1.5_1.5-1_amd64.deb
 7a62b5c3c15040da8c11e8ec4d581c6c130b8ddc 24942 
libcsfml-network1.5_1.5-1_amd64.deb
 a4e9adefb07ee01a2652997173ed842d5da42c20 8236 
libcsfml-window1.5_1.5-1_amd64.deb
Checksums-Sha256: 
 aeee079c10af4af6ff31a0fee763e03f7fec24e0840ccaacfb6bd67649ba8d55 1318 
libcsfml_1.5-1.dsc
 1db1753658f26e7b0c38187a61a4fb1d9d460e0aa2f381c082dbec3a01a3553b 479080 
libcsfml_1.5.orig.tar.gz
 3c0da71719a13c7724b4df5c71dc097794b2133dfce3ff69b31122999e224c76 4096 
libcsfml_1.5-1.diff.gz
 5473e0d7f9a78426efb018e841a9ea4b3df77e831a7cf62c6e6f49af867f00a5 402938 
libcsfml-dev_1.5-1_amd64.deb
 71453a2f74f0a014a65cfcf4b8f401054b0bf74f533b76c08e655edc03a1b513 21040 
libcsfml1.5-dbg_1.5-1_amd64.deb
 1858f19a52e9b4159c90318ed29a5e1943ce929eb61736a97392c5d35ae2305d 13106 
libcsfml-audio1.5_1.5-1_amd64.deb
 00810030108a856b32714cc13eed911240773dd66ec8a15ebddd64e0fd8bb3da 26728 
libcsfml-graphics1.5_1.5-1_amd64.deb
 cf52cf5b8965bf93da57fe434e48837d5547b58d59895c2e91b97f62c4a2bb0d 5980 
libcsfml-system1.5_1.5-1_amd64.deb
 fb4f4de153226e9a9f70db362422bc198471f26b792e04373d2614eb02545e07 24942 
libcsfml-network1.5_1.5-1_amd64.deb
 16964a13caa3cb801f99a9484f845b9eda0ffc1a6f990fd0efc2185e93435fb6 8236 
libcsfml-window1.5_1.5-1_amd64.deb
Files: 
 7da90512b5217dbfc034ef1a4b8f09b7 1318 libs extra libcsfml_1.5-1.dsc
 e45f4c2f4ea3160bdb537e10e84afc5a 479080 libs extra libcsfml_1.5.orig.tar.gz
 acefc18d37f271db8970608f30a3c3e7 4096 libs extra libcsfml_1.5-1.diff.gz
 4b217a6cc652adc1a547a5d02dec9dae 402938 libdevel extra 
libcsfml-dev_1.5-1_amd64.deb
 a092fc70cb38a9bbcb011f2c7c8db5b4 21040 debug extra 
libcsfml1.5-dbg_1.5-1_amd64.deb
 9aed90ec8396dc62fad3cdb98effda71 13106 libs extra 
libcsfml-audio1.5_1.5-1_amd64.deb
 e9db1bfc01300ef6e2b5d4d16333415a 26728 libs extra 
libcsfml-graphics1.5_1.5-1_amd64.deb
 01f209f6dddf6febd74943fde799014f 5980 libs extra 
libcsfml-system1.5_1.5-1_amd64.deb
 ea78cd948b50347a182b1ad173696139 24942 libs extra 
libcsfml-network1.5_1.5-1_amd64.deb
 1d322f8090e530adcea3658418230426 8236 libs extra 
libcsfml-window1.5_1.5-1_amd64.deb

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

iEYEARECAAYFAkrDTkgACgkQeGfVPHR5Nd3anQCdH9ObsUfXhSOX2X51T51AJcNd
GCkAoMtbIdbSsiQMIA2OeDYM3RW9gEYJ
=JdDv
-END PGP SIGNATURE-


Accepted:
libcsfml-audio1.5_1.5-1_amd64.deb
  to pool/main/libc/libcsfml/libcsfml-audio1.5_1.5-1_amd64.deb
libcsfml-dev_1.5-1_amd64.deb
  to pool/main/libc/libcsfml/libcsfml-dev_1.5-1_amd64.deb
libcsfml-graphics1.5_1.5-1_amd64.deb
  to pool/main/libc/libcsfml/libcsfml-graphics1.5_1.5-1_amd64.deb
libcsfml-network1.5_1.5-1_amd64.deb
  to pool/main/libc/libcsfml/libcsfml-network1.5_1.5-1_amd64.deb
libcsfml-system1.5_1.5-1_amd64.deb
  to pool/main/libc/libcsfml/libcsfml-system1.5_1.5-1_amd64.deb
libcsfml-window1.5_1.5-1_amd64.deb
  to pool/main/libc/libcsfml/libcsfml-window1.5_1.5-1_amd64.deb

Accepted ibus-pinyin 1.2.99.20090929-1 (source all amd64)

2009-09-30 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 22:33:06 +0800
Source: ibus-pinyin
Binary: ibus-pinyin ibus-pinyin-data
Architecture: source all amd64
Version: 1.2.99.20090929-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-pinyin - pinyin engine for ibus
 ibus-pinyin-data - pinyin engine for ibus (data package)
Changes: 
 ibus-pinyin (1.2.99.20090929-1) unstable; urgency=low
 .
   * new upstream release.
   * debian/watch: updated.
   * debian/control:
 - build depends on pinyin-database and lsb-release.
 - add ibus-pinyin-data package.
   * debian/rules: updated.
   * debian/README.Debian: no longer needed.
Checksums-Sha1: 
 cde882698c49b9c70df36b1b861a23c980e36ea4 1389 ibus-pinyin_1.2.99.20090929-1.dsc
 1191ebdc80f8144a4036cf9334aba6fd16375bdb 505279 
ibus-pinyin_1.2.99.20090929.orig.tar.gz
 309b91ce107d23b71a9ed463b3395e5ed01bf2fa 2946 
ibus-pinyin_1.2.99.20090929-1.diff.gz
 9848e17c3b5e83ce2eceb4f14015eebd45e366d5 19528938 
ibus-pinyin-data_1.2.99.20090929-1_all.deb
 c0d2812f50a5cede26663eb7b88d214c8fd92823 75994 
ibus-pinyin_1.2.99.20090929-1_amd64.deb
Checksums-Sha256: 
 a67c5b61985065980150069283d1c7a96aff2137a2c8ed63872518b582eb7677 1389 
ibus-pinyin_1.2.99.20090929-1.dsc
 d5182234e174806ade38b3974a1c1359218b75ed63be0d034318d1738674e5b6 505279 
ibus-pinyin_1.2.99.20090929.orig.tar.gz
 ef180760bfc8f756dcaf0117feafee6ddd4f9d09479d871e7334800c31f5a79d 2946 
ibus-pinyin_1.2.99.20090929-1.diff.gz
 85b1f06d9f9ad909f2da947df7434cd041372f73a64860d25e6c0bded5ad38e9 19528938 
ibus-pinyin-data_1.2.99.20090929-1_all.deb
 2d80f0a2a09833d4caf1cd8f78763b288ca8bf9e86f3471defdc6a4d130a6013 75994 
ibus-pinyin_1.2.99.20090929-1_amd64.deb
Files: 
 1cb35db0326ee358f7af26045e5765aa 1389 utils optional 
ibus-pinyin_1.2.99.20090929-1.dsc
 ddfb619acdb6f7d510a6ede32bef64bd 505279 utils optional 
ibus-pinyin_1.2.99.20090929.orig.tar.gz
 71c8dec7feac5bacda93162af428fe83 2946 utils optional 
ibus-pinyin_1.2.99.20090929-1.diff.gz
 80a4e73df25e9bedb642917871c6b7ee 19528938 utils optional 
ibus-pinyin-data_1.2.99.20090929-1_all.deb
 7d7ff4927978490723e7ab4c292b65b8 75994 utils optional 
ibus-pinyin_1.2.99.20090929-1_amd64.deb

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

iEYEARECAAYFAkrCKioACgkQ5TUK4GCH0vgM4ACdE3xmBgHNdECbbHLtgCc34HUU
zGQAoIu84jphYPecd+Gbhy0gVxzyAIG+
=GQy8
-END PGP SIGNATURE-


Accepted:
ibus-pinyin-data_1.2.99.20090929-1_all.deb
  to pool/main/i/ibus-pinyin/ibus-pinyin-data_1.2.99.20090929-1_all.deb
ibus-pinyin_1.2.99.20090929-1.diff.gz
  to pool/main/i/ibus-pinyin/ibus-pinyin_1.2.99.20090929-1.diff.gz
ibus-pinyin_1.2.99.20090929-1.dsc
  to pool/main/i/ibus-pinyin/ibus-pinyin_1.2.99.20090929-1.dsc
ibus-pinyin_1.2.99.20090929-1_amd64.deb
  to pool/main/i/ibus-pinyin/ibus-pinyin_1.2.99.20090929-1_amd64.deb
ibus-pinyin_1.2.99.20090929.orig.tar.gz
  to pool/main/i/ibus-pinyin/ibus-pinyin_1.2.99.20090929.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



Accepted piklab 0.15.5-1 (source amd64)

2009-09-30 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 23:04:56 +0200
Source: piklab
Binary: piklab piklab-dbg
Architecture: source amd64
Version: 0.15.5-1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz little_m...@yahoo.es
Changed-By: Miriam Ruiz little_m...@yahoo.es
Description: 
 piklab - IDE for PIC-microcontroller development
 piklab-dbg - IDE for PIC-microcontroller development - debug
Changes: 
 piklab (0.15.5-1) unstable; urgency=low
 .
   * New Upstream Release
   * Upgraded Standards Version form 3.8.0 to 3.8.3
   * Added new binary package with the debugging symbols
   * Changed priority to optional
   * Refreshed patches
   * Removed dh_desktop from debian/rules
Checksums-Sha1: 
 c8374c054ca8da0304f637ddffd111b9723c2c02 1103 piklab_0.15.5-1.dsc
 1af2c9c0f3e3052afb571d6b7aa5a9db13f99ffd 2492918 piklab_0.15.5.orig.tar.gz
 125a6e7d960b6ca94f2708f6d9faf8c1a7d378bb 19505 piklab_0.15.5-1.diff.gz
 afce2a46a1dc9ca3f5b51392d618472c20ef6c0a 3985954 piklab_0.15.5-1_amd64.deb
 6eb096ef0c1dad74a8460917d3b28e73c27d1407 21983422 piklab-dbg_0.15.5-1_amd64.deb
Checksums-Sha256: 
 c07890e08c9a384fd010ef84268b4adb188e6f42c13a86e51fac5d58a460122e 1103 
piklab_0.15.5-1.dsc
 be46663e1d8c42e79932c71d77ec09b01a2eb147402ec9f5fbbc23f31de6 2492918 
piklab_0.15.5.orig.tar.gz
 d703b66bb5e3ebe01b558df1a214eccb65ba94b022bc45773527fa5d134a68e7 19505 
piklab_0.15.5-1.diff.gz
 48e860bac681d1e932d2c6f2dc6d75059f6bf561f16603805ed103f47d974ae7 3985954 
piklab_0.15.5-1_amd64.deb
 25e8d81d793d5059c0393f192ec5ce1d1490c4ffcf7984fbc263fa4240263ee2 21983422 
piklab-dbg_0.15.5-1_amd64.deb
Files: 
 046cd6b25e1b9728f50a4d465d1ab480 1103 electronics optional piklab_0.15.5-1.dsc
 5b9e25321099aacd958991acf0704829 2492918 electronics optional 
piklab_0.15.5.orig.tar.gz
 418981d8db16ee079b572bf971305b3a 19505 electronics optional 
piklab_0.15.5-1.diff.gz
 6da01c20b63e973e58047ea686c98634 3985954 electronics optional 
piklab_0.15.5-1_amd64.deb
 d770f39171f4008dc360abdaf8800a28 21983422 debug extra 
piklab-dbg_0.15.5-1_amd64.deb

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

iEYEARECAAYFAkrCh8wACgkQfbltLjbuCGFIUwCfRDynl9sBVxUSxZ75+Fl+G5a8
PLAAn0PI5/BnrZYNuy7yPu8FLo1obIco
=hKoM
-END PGP SIGNATURE-


Accepted:
piklab-dbg_0.15.5-1_amd64.deb
  to pool/main/p/piklab/piklab-dbg_0.15.5-1_amd64.deb
piklab_0.15.5-1.diff.gz
  to pool/main/p/piklab/piklab_0.15.5-1.diff.gz
piklab_0.15.5-1.dsc
  to pool/main/p/piklab/piklab_0.15.5-1.dsc
piklab_0.15.5-1_amd64.deb
  to pool/main/p/piklab/piklab_0.15.5-1_amd64.deb
piklab_0.15.5.orig.tar.gz
  to pool/main/p/piklab/piklab_0.15.5.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



Accepted pinyin-database 1.2.99-1 (source all)

2009-09-30 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 21:44:29 +0800
Source: pinyin-database
Binary: pinyin-database
Architecture: source all
Version: 1.2.99-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 pinyin-database - PinYin database used by ibus-pinyin
Closes: 548895
Changes: 
 pinyin-database (1.2.99-1) unstable; urgency=low
 .
   * Initial release (Closes: #548895)
Checksums-Sha1: 
 e4dc64944780fcf3aa52229d160f50d0840df084 1174 pinyin-database_1.2.99-1.dsc
 314261241b3bd659d64d0e46a4f400a10c1209cc 13649072 
pinyin-database_1.2.99.orig.tar.gz
 114d002fd21cc8b27661087fb3c161485941079b 1738 pinyin-database_1.2.99-1.diff.gz
 1dafdc5558190ad46922b1c331446758ddf15971 9918842 
pinyin-database_1.2.99-1_all.deb
Checksums-Sha256: 
 b158f8b283638b09b1d46b61de090c1a79ea907aeeda226dbf3548ad68af5685 1174 
pinyin-database_1.2.99-1.dsc
 ce95f9892fbc787715298b04f975e73069d79bc5ee09672077cafef32c18463b 13649072 
pinyin-database_1.2.99.orig.tar.gz
 bc0dd5a2d3cd4972da8f01aa93966774adf42f81e00860f16e150c03666c098d 1738 
pinyin-database_1.2.99-1.diff.gz
 acbcd61b4e759fcd30a34e9e1c7066cbfd830c34adde8b32bec822d4500bf016 9918842 
pinyin-database_1.2.99-1_all.deb
Files: 
 d14e9d0e803e4add62a9864d45313a03 1174 utils optional 
pinyin-database_1.2.99-1.dsc
 f1978d7ed723780c354d42a6c639f8f1 13649072 utils optional 
pinyin-database_1.2.99.orig.tar.gz
 976b5cdb24eb71c0137ca48a3af638f7 1738 utils optional 
pinyin-database_1.2.99-1.diff.gz
 4fb973686d08df7d62cfefb629f43293 9918842 utils optional 
pinyin-database_1.2.99-1_all.deb

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

iEYEARECAAYFAkrCECAACgkQ5TUK4GCH0vj4BgCffivCSnjb0OW1bFHpdNrzXbiO
bJQAmwfZY71jytOApQjkppwcYCKVLiyv
=dxnc
-END PGP SIGNATURE-


Accepted:
pinyin-database_1.2.99-1.diff.gz
  to pool/main/p/pinyin-database/pinyin-database_1.2.99-1.diff.gz
pinyin-database_1.2.99-1.dsc
  to pool/main/p/pinyin-database/pinyin-database_1.2.99-1.dsc
pinyin-database_1.2.99-1_all.deb
  to pool/main/p/pinyin-database/pinyin-database_1.2.99-1_all.deb
pinyin-database_1.2.99.orig.tar.gz
  to pool/main/p/pinyin-database/pinyin-database_1.2.99.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



Accepted afflib 3.3.6+dfsg-1 (source i386)

2009-09-30 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Jul 2009 10:49:42 +0200
Source: afflib
Binary: libafflib0 libafflib-dev afflib-dbg afflib-tools
Architecture: source i386
Version: 3.3.6+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics forensics-de...@lists.alioth.debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 afflib-dbg - support for Advanced Forensics format (debug)
 afflib-tools - support for Advanced Forensics format (utilities)
 libafflib-dev - support for Advanced Forensics format (development)
 libafflib0 - support for Advanced Forensics format
Closes: 379643
Changes: 
 afflib (3.3.6+dfsg-1) unstable; urgency=low
 .
   * Initial release (Closes: #379643).
   * Rebuild tarball without debian directory, misc and win32 files.
Checksums-Sha1: 
 63097b3b6fa4612e37402c367b4ff7cb051b3123 1376 afflib_3.3.6+dfsg-1.dsc
 e617437c586eb15946a3607faf5ba739bb139154 764627 afflib_3.3.6+dfsg.orig.tar.gz
 91133e346903af79d7940ca982551b934067be1c 5667 afflib_3.3.6+dfsg-1.diff.gz
 634eda93a25b239dfb2ff120010cfc78a189127b 221904 
libafflib0_3.3.6+dfsg-1_i386.deb
 11f8d5f9aed386769529186234b61aa700d7c0a1 252988 
libafflib-dev_3.3.6+dfsg-1_i386.deb
 a4c2fbfd23519e8313e12d0f9aa47c69ea85c2de 6878326 
afflib-dbg_3.3.6+dfsg-1_i386.deb
 408817b5ba1e426324379af9c24765aab8bf4324 2133526 
afflib-tools_3.3.6+dfsg-1_i386.deb
Checksums-Sha256: 
 82acf352fec2008a6ca729f0a8f0ecb21d51ee811a91e877a4ce67b0cdee528d 1376 
afflib_3.3.6+dfsg-1.dsc
 e2812b3cdc65f96a9173861376550dfcfadb7f27b6a3c5fd4ca97805899aa4c6 764627 
afflib_3.3.6+dfsg.orig.tar.gz
 eb632e7529d72e9e4481346975a19c7924ac7adece388cc36098130c4cd132af 5667 
afflib_3.3.6+dfsg-1.diff.gz
 1c0f17970f6f420134d11bd0a1f05b9ee9fb8775d5c1d046caebcf7834a81c13 221904 
libafflib0_3.3.6+dfsg-1_i386.deb
 ec18f44a0058c0575820d78ba83e9e1aa472bed507642155bc4218b06d58b2f2 252988 
libafflib-dev_3.3.6+dfsg-1_i386.deb
 74f9eabe3ef4bc3f4c6077364ae5a70eadec7b9ae825ac9cf07385987bf0b0f7 6878326 
afflib-dbg_3.3.6+dfsg-1_i386.deb
 b06d5d81d7f6e01eb63e3cc8a3e7ce24b3bcf8eca346d6bceaefe3bac623e846 2133526 
afflib-tools_3.3.6+dfsg-1_i386.deb
Files: 
 c4be7923cc3fc960f8b424f8ac6df7f0 1376 libs optional afflib_3.3.6+dfsg-1.dsc
 5949aba22ee40de49b0083d45344c217 764627 libs optional 
afflib_3.3.6+dfsg.orig.tar.gz
 759c9f62ef3911455d9095e9e0a9db5e 5667 libs optional afflib_3.3.6+dfsg-1.diff.gz
 aa631c8adc080e6b2bd0da438d055dfb 221904 libs optional 
libafflib0_3.3.6+dfsg-1_i386.deb
 5f57530faacaa0ae0a132bb0351758b9 252988 libdevel optional 
libafflib-dev_3.3.6+dfsg-1_i386.deb
 2d0f75bf759bf67207efa07c3583065b 6878326 debug extra 
afflib-dbg_3.3.6+dfsg-1_i386.deb
 688dfe3007fe8cc84582c4d119b4d809 2133526 utils optional 
afflib-tools_3.3.6+dfsg-1_i386.deb

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

iEYEARECAAYFAkpu7IwACgkQ+C5cwEsrK541uQCdEc3NywyMtZ2MKxllkp/ppcAi
lx0An2Z1rBJgOJLaFXEzGbRckOTr1/bA
=PSF0
-END PGP SIGNATURE-


Accepted:
afflib-dbg_3.3.6+dfsg-1_i386.deb
  to pool/main/a/afflib/afflib-dbg_3.3.6+dfsg-1_i386.deb
afflib-tools_3.3.6+dfsg-1_i386.deb
  to pool/main/a/afflib/afflib-tools_3.3.6+dfsg-1_i386.deb
afflib_3.3.6+dfsg-1.diff.gz
  to pool/main/a/afflib/afflib_3.3.6+dfsg-1.diff.gz
afflib_3.3.6+dfsg-1.dsc
  to pool/main/a/afflib/afflib_3.3.6+dfsg-1.dsc
afflib_3.3.6+dfsg.orig.tar.gz
  to pool/main/a/afflib/afflib_3.3.6+dfsg.orig.tar.gz
libafflib-dev_3.3.6+dfsg-1_i386.deb
  to pool/main/a/afflib/libafflib-dev_3.3.6+dfsg-1_i386.deb
libafflib0_3.3.6+dfsg-1_i386.deb
  to pool/main/a/afflib/libafflib0_3.3.6+dfsg-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted getfem++ 4.0.0-1 (source all i386)

2009-09-30 Thread Konstantinos Poulios
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 13:34:52 +0200
Source: getfem++
Binary: libgetfem4++ libgetfem++-dbg libgetfem++-dev libgmm++-dev 
python-getfem++
Architecture: source all i386
Version: 4.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Konstantinos Poulios poulios.konstanti...@gmail.com
Description: 
 libgetfem++-dbg - Debugging symbols for the GETFEM++ generic finite element 
library
 libgetfem++-dev - Development files for the GETFEM++ generic finite element 
library
 libgetfem4++ - GETFEM++ generic finite element library
 libgmm++-dev - Generic C++ template library for sparse, dense and skyline 
matric
 python-getfem++ - Python interface to the GETFEM++ generic finite element 
library
Closes: 453065
Changes: 
 getfem++ (4.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #453065)
Checksums-Sha1: 
 1f96958d0002770fc712fbcd47f5468ce22e3eb9 1464 getfem++_4.0.0-1.dsc
 2f392b3198fa8899f6af4191004ece0c1fc972a8 7024500 getfem++_4.0.0.orig.tar.gz
 4214f8794bdd9e3462f29bd4cf43434805448e00 5044 getfem++_4.0.0-1.diff.gz
 e14f3bda5421cebd3ea77522b8f245726a082020 157668 libgmm++-dev_4.0.0-1_all.deb
 534bd2039b763d6a045ddbbd1857e34094243e41 1795986 libgetfem4++_4.0.0-1_i386.deb
 6d974ab750a196e2b6f096de73b466fd8d2ce246 21815522 
libgetfem++-dbg_4.0.0-1_i386.deb
 41152a036b6027db775be1b0f0da41df1d4bedac 3314654 
libgetfem++-dev_4.0.0-1_i386.deb
 e32d7fb2a0561c4c8fdf7d80361c80f8e7012acf 1469620 
python-getfem++_4.0.0-1_i386.deb
Checksums-Sha256: 
 f7954b0f9fa9eb144346a1e6b047003be41e914eceba10c48036ef0f3321b5fb 1464 
getfem++_4.0.0-1.dsc
 129a3ebefd3f6b6a69ef4f81b5f915436a3cd0ca380f4faab3e5debe3ebf4583 7024500 
getfem++_4.0.0.orig.tar.gz
 2394d2f612ff3919af32b39902a27a43cc14c222d17dbf59b0bac1c91a7566a6 5044 
getfem++_4.0.0-1.diff.gz
 03d0e945d50de839b3cf8290f998845ac975e94355f0af8afb74b569221b5d80 157668 
libgmm++-dev_4.0.0-1_all.deb
 74f33b16aadd3392c9d070c83b3261a37ff72d8f7c7263c71addd8fd8da28f75 1795986 
libgetfem4++_4.0.0-1_i386.deb
 602b800b564d13fe9c65a5a3428c7be2f38d1ee034644f83cded92aedb4aad6a 21815522 
libgetfem++-dbg_4.0.0-1_i386.deb
 5eb59fe796ac90b5f23c3c545d01189470fc9b9f87b561e2f61692229bedf670 3314654 
libgetfem++-dev_4.0.0-1_i386.deb
 bcc8be8caa84f35caaebf72895cd3b424c4ef3dfc514e4c9c4a988a9d18bd35d 1469620 
python-getfem++_4.0.0-1_i386.deb
Files: 
 5628f4ae7c5000b4a8dfd42449e02895 1464 libs extra getfem++_4.0.0-1.dsc
 0d95f314d8d03a1e8d75901a2f8c9f68 7024500 libs extra getfem++_4.0.0.orig.tar.gz
 37c3f487b3bef073f311a190c708ebb8 5044 libs extra getfem++_4.0.0-1.diff.gz
 7e9f897f98e8aa9c3b953a4f439b22c0 157668 libdevel extra 
libgmm++-dev_4.0.0-1_all.deb
 236c71a809ccb1d8565abf65bca8e832 1795986 libs extra 
libgetfem4++_4.0.0-1_i386.deb
 04f153480965f4e6169244f1f00fc851 21815522 debug extra 
libgetfem++-dbg_4.0.0-1_i386.deb
 9523a53f2ab5390441406fef05ab7a60 3314654 libdevel extra 
libgetfem++-dev_4.0.0-1_i386.deb
 1ec2f07930dbae065fa241e15d5cd191 1469620 python extra 
python-getfem++_4.0.0-1_i386.deb

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

iEYEARECAAYFAkrDShsACgkQiOXXM92JlhC53gCfdTod3C4F+jzN5/3+e/46werB
jeMAoI89NP4ks3O8zAFKHH1mNYxE6dj+
=xOoO
-END PGP SIGNATURE-


Accepted:
getfem++_4.0.0-1.diff.gz
  to pool/main/g/getfem++/getfem++_4.0.0-1.diff.gz
getfem++_4.0.0-1.dsc
  to pool/main/g/getfem++/getfem++_4.0.0-1.dsc
getfem++_4.0.0.orig.tar.gz
  to pool/main/g/getfem++/getfem++_4.0.0.orig.tar.gz
libgetfem++-dbg_4.0.0-1_i386.deb
  to pool/main/g/getfem++/libgetfem++-dbg_4.0.0-1_i386.deb
libgetfem++-dev_4.0.0-1_i386.deb
  to pool/main/g/getfem++/libgetfem++-dev_4.0.0-1_i386.deb
libgetfem4++_4.0.0-1_i386.deb
  to pool/main/g/getfem++/libgetfem4++_4.0.0-1_i386.deb
libgmm++-dev_4.0.0-1_all.deb
  to pool/main/g/getfem++/libgmm++-dev_4.0.0-1_all.deb
python-getfem++_4.0.0-1_i386.deb
  to pool/main/g/getfem++/python-getfem++_4.0.0-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted pinyin-database 1.2.99-2 (source all)

2009-09-30 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 22:03:54 +0800
Source: pinyin-database
Binary: pinyin-database
Architecture: source all
Version: 1.2.99-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 pinyin-database - PinYin database used by ibus-pinyin
Changes: 
 pinyin-database (1.2.99-2) unstable; urgency=low
 .
   * debian/rules: fix typo in tar file name.
Checksums-Sha1: 
 587a1243b77ce5ff2d6c3bd452b0e05f2fb95d7e 1174 pinyin-database_1.2.99-2.dsc
 2cc5690060126aff2c522628289a18549fa6dad8 1778 pinyin-database_1.2.99-2.diff.gz
 0d87f81ef27288f5554951c6a88625101dec09d7 9918884 
pinyin-database_1.2.99-2_all.deb
Checksums-Sha256: 
 c02c3263d886de95aeceb098664588a41d37d6ac6db933b99c15908b30d6 1174 
pinyin-database_1.2.99-2.dsc
 066e4cb3697e9b8503efce4eb2de934e58014d36864994b1d82f6eea57334f9e 1778 
pinyin-database_1.2.99-2.diff.gz
 14804cb8321557eb4d963eb1c077c9a179795b91d58ade2648cd63327f560161 9918884 
pinyin-database_1.2.99-2_all.deb
Files: 
 ff7b103f97c922bff13fae55b8eda7d7 1174 utils optional 
pinyin-database_1.2.99-2.dsc
 42801c293ebb3923f38fded04f73ffe2 1778 utils optional 
pinyin-database_1.2.99-2.diff.gz
 8e899c7e58988eeac94516c56f5ef2e6 9918884 utils optional 
pinyin-database_1.2.99-2_all.deb

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

iEYEARECAAYFAkrCFL4ACgkQ5TUK4GCH0vj/3ACfUYy83jeBGv0uWcHEQDWmgins
laYAoK5SYxD7cRgs02cXJhSHeYjeGZ4V
=KwJV
-END PGP SIGNATURE-


Accepted:
pinyin-database_1.2.99-2.diff.gz
  to pool/main/p/pinyin-database/pinyin-database_1.2.99-2.diff.gz
pinyin-database_1.2.99-2.dsc
  to pool/main/p/pinyin-database/pinyin-database_1.2.99-2.dsc
pinyin-database_1.2.99-2_all.deb
  to pool/main/p/pinyin-database/pinyin-database_1.2.99-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



Accepted afflib 3.3.6+dfsg-2 (source i386)

2009-09-30 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Aug 2009 14:10:35 +0200
Source: afflib
Binary: libafflib0 libafflib-dev afflib-dbg afflib-tools
Architecture: source i386
Version: 3.3.6+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics forensics-de...@lists.alioth.debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 afflib-dbg - support for Advanced Forensics format (debug)
 afflib-tools - support for Advanced Forensics format (utilities)
 libafflib-dev - support for Advanced Forensics format (development)
 libafflib0 - support for Advanced Forensics format
Changes: 
 afflib (3.3.6+dfsg-2) unstable; urgency=low
 .
   * Adding autotools handling in rules that doesn't get done by dh
 automatically.
   * Setting uploaders to Christophe.
   * Updating, sorting and wrapping depends.
   * Updating package to standards version 3.8.3.
   * Simplify autotools handling in rules.
Checksums-Sha1: 
 dcf77c1ef08995b674aa225e3f2666565dbd922e 1388 afflib_3.3.6+dfsg-2.dsc
 7841007cc52c893b60b328845515bc8938cbe397 5906 afflib_3.3.6+dfsg-2.diff.gz
 78152b67b5db8cb0855e5c857654ec91e516be91 222032 
libafflib0_3.3.6+dfsg-2_i386.deb
 bbb64c017bf9ea84c427f6eb1cf2a1f3cc52522c 253196 
libafflib-dev_3.3.6+dfsg-2_i386.deb
 b9fbb153f6621e1fb9a835f5127815f65754f19e 6877980 
afflib-dbg_3.3.6+dfsg-2_i386.deb
 2df49742eeb43985e81e8bef8c2988bc73c54aa0 2133622 
afflib-tools_3.3.6+dfsg-2_i386.deb
Checksums-Sha256: 
 83198560086430c5282db32eaa3feb84e2d52e2394747ae8eb48a2066e91a858 1388 
afflib_3.3.6+dfsg-2.dsc
 17b12dcf106670c5dfffc4eba214521816887b1bf9e74d686727d77636a9c38b 5906 
afflib_3.3.6+dfsg-2.diff.gz
 eec758e122cfd6955da44261b31f6bd14b5563863b3123d1a036e1b8c3ef99db 222032 
libafflib0_3.3.6+dfsg-2_i386.deb
 52b1b4322ac1cbc5b52d8634a5682ec0672135a795b52c1b3b1ce813aa168338 253196 
libafflib-dev_3.3.6+dfsg-2_i386.deb
 02098ef280062616a1708c2b604dfba936d76f87faa774dce8416f6c18a9b21e 6877980 
afflib-dbg_3.3.6+dfsg-2_i386.deb
 e7a2e811f61389047fb8f2cc98071abd97e8aaf0c7fc96a6405dc22e0026840d 2133622 
afflib-tools_3.3.6+dfsg-2_i386.deb
Files: 
 c682b9e98cd1f07992927d368246b78a 1388 libs optional afflib_3.3.6+dfsg-2.dsc
 920df179c29d96e594e8e67b51c39340 5906 libs optional afflib_3.3.6+dfsg-2.diff.gz
 d4cd6bba9a9281a84e5ebe2d0dbaede4 222032 libs optional 
libafflib0_3.3.6+dfsg-2_i386.deb
 ab29c7433831931d2c9e4b6e905bc7df 253196 libdevel optional 
libafflib-dev_3.3.6+dfsg-2_i386.deb
 6bb8bd5c76072865f51e198e378c5070 6877980 debug extra 
afflib-dbg_3.3.6+dfsg-2_i386.deb
 3b874d42358c413633be555b3d7a0c66 2133622 utils optional 
afflib-tools_3.3.6+dfsg-2_i386.deb

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

iEYEARECAAYFAkqVJxQACgkQ+C5cwEsrK574pACffwOU5G5y6Vq8qu5BdrhGB3M9
pC4AnAs69uPzdyOWWUR7CLZCEULsKqzm
=5zNq
-END PGP SIGNATURE-


Accepted:
afflib-dbg_3.3.6+dfsg-2_i386.deb
  to pool/main/a/afflib/afflib-dbg_3.3.6+dfsg-2_i386.deb
afflib-tools_3.3.6+dfsg-2_i386.deb
  to pool/main/a/afflib/afflib-tools_3.3.6+dfsg-2_i386.deb
afflib_3.3.6+dfsg-2.diff.gz
  to pool/main/a/afflib/afflib_3.3.6+dfsg-2.diff.gz
afflib_3.3.6+dfsg-2.dsc
  to pool/main/a/afflib/afflib_3.3.6+dfsg-2.dsc
libafflib-dev_3.3.6+dfsg-2_i386.deb
  to pool/main/a/afflib/libafflib-dev_3.3.6+dfsg-2_i386.deb
libafflib0_3.3.6+dfsg-2_i386.deb
  to pool/main/a/afflib/libafflib0_3.3.6+dfsg-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



Accepted ibus-pinyin 1.2.99.20090930-1 (source all amd64)

2009-09-30 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 22:44:05 +0800
Source: ibus-pinyin
Binary: ibus-pinyin ibus-pinyin-data
Architecture: source all amd64
Version: 1.2.99.20090930-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-pinyin - pinyin engine for ibus
 ibus-pinyin-data - pinyin engine for ibus (data package)
Changes: 
 ibus-pinyin (1.2.99.20090930-1) unstable; urgency=low
 .
   * new upstream release.
   * debian/control: update build depends.
Checksums-Sha1: 
 dfdc597b49fc76334361f959ba6272b6b958b3e3 1399 ibus-pinyin_1.2.99.20090930-1.dsc
 c570ea56ff4e51283a8b9e7ac1bc264b49fd4738 505557 
ibus-pinyin_1.2.99.20090930.orig.tar.gz
 24ff2aaab28c76fc6954646e45af93ef26fada80 2980 
ibus-pinyin_1.2.99.20090930-1.diff.gz
 6e782d345213742f90554a226d55f63ab0f4e923 19531236 
ibus-pinyin-data_1.2.99.20090930-1_all.deb
 1fe7fdc0d44fff3580f411d6968072ac74e59f86 76766 
ibus-pinyin_1.2.99.20090930-1_amd64.deb
Checksums-Sha256: 
 12e4acf5ad6c56cbc54439b9d9d3f3b06015246696d847078dec11d0d4be6f89 1399 
ibus-pinyin_1.2.99.20090930-1.dsc
 707ff71515bb18d9a44b0c42be2c449b0b7d0a204fc7bafb652cfb2788d45e9d 505557 
ibus-pinyin_1.2.99.20090930.orig.tar.gz
 99173cf528875816abc75a7b77e2ceb08c057e68b772f7bc5c0c5d3684ebf385 2980 
ibus-pinyin_1.2.99.20090930-1.diff.gz
 ec2ca2d69e24a96a4e5cc12704ea123d9bd2e7721198c8253cea0e39e663c56c 19531236 
ibus-pinyin-data_1.2.99.20090930-1_all.deb
 a79f46fc8470c2268c0d9b683bae9b6ea21492899dc07e1b9960d10eb5dbead3 76766 
ibus-pinyin_1.2.99.20090930-1_amd64.deb
Files: 
 225c0ecc8e96d97a44671e969fd21c10 1399 utils optional 
ibus-pinyin_1.2.99.20090930-1.dsc
 ae0dc198871cf9572eab0017da477553 505557 utils optional 
ibus-pinyin_1.2.99.20090930.orig.tar.gz
 34b873f924742f85645b09f19318da4b 2980 utils optional 
ibus-pinyin_1.2.99.20090930-1.diff.gz
 aa5f130fe31009cdc70ca1c21367e90e 19531236 utils optional 
ibus-pinyin-data_1.2.99.20090930-1_all.deb
 0c34824f3ccfa02d68fed466f7a4c00a 76766 utils optional 
ibus-pinyin_1.2.99.20090930-1_amd64.deb

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

iEYEARECAAYFAkrDccMACgkQ5TUK4GCH0vjSowCgss+TvoaNKhfF4LZTAflc4SHz
qE0An1/Fk0mVUqXcpyVeCyKh7iJF3mRB
=qyoz
-END PGP SIGNATURE-


Accepted:
ibus-pinyin-data_1.2.99.20090930-1_all.deb
  to pool/main/i/ibus-pinyin/ibus-pinyin-data_1.2.99.20090930-1_all.deb
ibus-pinyin_1.2.99.20090930-1.diff.gz
  to pool/main/i/ibus-pinyin/ibus-pinyin_1.2.99.20090930-1.diff.gz
ibus-pinyin_1.2.99.20090930-1.dsc
  to pool/main/i/ibus-pinyin/ibus-pinyin_1.2.99.20090930-1.dsc
ibus-pinyin_1.2.99.20090930-1_amd64.deb
  to pool/main/i/ibus-pinyin/ibus-pinyin_1.2.99.20090930-1_amd64.deb
ibus-pinyin_1.2.99.20090930.orig.tar.gz
  to pool/main/i/ibus-pinyin/ibus-pinyin_1.2.99.20090930.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



Accepted flamerobin 0.9.2-2 (source amd64)

2009-09-30 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 18:02:54 +0300
Source: flamerobin
Binary: flamerobin
Architecture: source amd64
Version: 0.9.2-2
Distribution: unstable
Urgency: low
Maintainer: Damyan Ivanov d...@debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 flamerobin - graphical database administration tool for Firebird DBMS
Changes: 
 flamerobin (0.9.2-2) unstable; urgency=low
 .
   * build-depend on firebird2.1-dev instead of firebird2.0-dev
   * adopt debhelper 7 tiny rules
 + some of the work delegated to files under debian/
 + prepend 'dh $@' with a plus to allow parallel building
   * Standards-Version: 3.8.3
 + change section to 'database'
   * build with fresh config.{sub,quess}; add autotools-dev to B-D
Checksums-Sha1: 
 c6846d45dbc9bd8fa1c9e952416c7feba9873c0b 1227 flamerobin_0.9.2-2.dsc
 2c711e6139f9e80d7d979de795e34c09dd32a8e3 8882 flamerobin_0.9.2-2.diff.gz
 ddbefa1e8df5b638d080782014b98a16ff484756 946352 flamerobin_0.9.2-2_amd64.deb
Checksums-Sha256: 
 a193cef6261e885df2c15228c93d477f909ac25064ad20970f8884d7e073378c 1227 
flamerobin_0.9.2-2.dsc
 fef9ca2b71a40774223e2350e6311a8c800cb3751d26171720b43bf43733c586 8882 
flamerobin_0.9.2-2.diff.gz
 f2b73705ae6a6656ef2ff16bd9aef2d689a5f4e6d37bf69441e2d31af513192a 946352 
flamerobin_0.9.2-2_amd64.deb
Files: 
 79990d89cc7c1527504e2abdff0ed808 1227 database optional flamerobin_0.9.2-2.dsc
 08c76f4341f7c9e9186780753267ed16 8882 database optional 
flamerobin_0.9.2-2.diff.gz
 21fded06a576ee1fdf98d1229c093524 946352 database optional 
flamerobin_0.9.2-2_amd64.deb

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

iEYEARECAAYFAkrDc8gACgkQHqjlqpcl9jvBfQCgheLItsaO5LbesW7XrFYCcXNq
2LcAn2DkxVrDXrAltIW7b3T9dKtM2PCV
=RtzO
-END PGP SIGNATURE-


Accepted:
flamerobin_0.9.2-2.diff.gz
  to pool/main/f/flamerobin/flamerobin_0.9.2-2.diff.gz
flamerobin_0.9.2-2.dsc
  to pool/main/f/flamerobin/flamerobin_0.9.2-2.dsc
flamerobin_0.9.2-2_amd64.deb
  to pool/main/f/flamerobin/flamerobin_0.9.2-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



Accepted ibus-m17n 1.2.0.20090930-1 (source amd64)

2009-09-30 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 23:15:39 +0800
Source: ibus-m17n
Binary: ibus-m17n
Architecture: source amd64
Version: 1.2.0.20090930-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-m17n  - m17n engine for IBus
Changes: 
 ibus-m17n (1.2.0.20090930-1) unstable; urgency=low
 .
   * new upstream release.
   * debian/control: bump standards version to 3.8.3.
Checksums-Sha1: 
 97585d528a2c9cba7497e14699b5b655c0edd33d 1226 ibus-m17n_1.2.0.20090930-1.dsc
 fcafd517bc66d9d09bf3a0e98aec43a588024c36 381506 
ibus-m17n_1.2.0.20090930.orig.tar.gz
 a072e23f009acc25836b93e5da2360254f7ccb1c 2818 
ibus-m17n_1.2.0.20090930-1.diff.gz
 31cb2e88d4c5eaf307eb5e9b96d5498c5c87697a 16294 
ibus-m17n_1.2.0.20090930-1_amd64.deb
Checksums-Sha256: 
 02faf9ed99c0aa510d9ad57b40ed9469ef36ba7426701b28b3a4b34178cba3b7 1226 
ibus-m17n_1.2.0.20090930-1.dsc
 fff7e29bce9380c008354c5e116da88679f8d34ca72343c8b11c7cd020234775 381506 
ibus-m17n_1.2.0.20090930.orig.tar.gz
 6922a29697c734f6bac8d70f0db4af1b8a5baf86d8e2cb3a70210800e318475a 2818 
ibus-m17n_1.2.0.20090930-1.diff.gz
 f28f39c7927fff0f09d7c31ba73badf4024749caf5ac70b53d36edbc87352662 16294 
ibus-m17n_1.2.0.20090930-1_amd64.deb
Files: 
 d99ac5b1325f01521173a490f95b0791 1226 utils optional 
ibus-m17n_1.2.0.20090930-1.dsc
 8d22b5e7983cfa230a87cee52304e10b 381506 utils optional 
ibus-m17n_1.2.0.20090930.orig.tar.gz
 00d87dc857f3a6973554b0088d198ce4 2818 utils optional 
ibus-m17n_1.2.0.20090930-1.diff.gz
 b9222c526267ba63390285d03d2b959d 16294 utils optional 
ibus-m17n_1.2.0.20090930-1_amd64.deb

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

iEYEARECAAYFAkrDeBQACgkQ5TUK4GCH0vgr6gCgiUQSkCAjD76Ua6WZsJJ2uvn5
9VkAmgJzeFu3nEvJUQakhSocUnCznkFY
=I5oX
-END PGP SIGNATURE-


Accepted:
ibus-m17n_1.2.0.20090930-1.diff.gz
  to pool/main/i/ibus-m17n/ibus-m17n_1.2.0.20090930-1.diff.gz
ibus-m17n_1.2.0.20090930-1.dsc
  to pool/main/i/ibus-m17n/ibus-m17n_1.2.0.20090930-1.dsc
ibus-m17n_1.2.0.20090930-1_amd64.deb
  to pool/main/i/ibus-m17n/ibus-m17n_1.2.0.20090930-1_amd64.deb
ibus-m17n_1.2.0.20090930.orig.tar.gz
  to pool/main/i/ibus-m17n/ibus-m17n_1.2.0.20090930.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



Accepted vala 0.7.7-2 (source all amd64)

2009-09-30 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 16:13:23 +0200
Source: vala
Binary: valac vala-utils vala-doc libvala0 libvala-dev valac-dbg libvala0-dbg
Architecture: source all amd64
Version: 0.7.7-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Vala packages 
pkg-vala-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 libvala-dev - C# like language for the GObject system - development headers
 libvala0   - C# like language for the GObject system - library
 libvala0-dbg - C# like language for the GObject system - library symbols
 vala-doc   - C# like language for the GObject system - documentation
 vala-utils - C# like language for the GObject system - utilities
 valac  - C# like language for the GObject system
 valac-dbg  - C# like language for the GObject system
Changes: 
 vala (0.7.7-2) unstable; urgency=low
 .
   * debian/patches/01_gnu-hurd.patch:
 + Update gobject-introspection/grealpath.h from gobject-introspection
   GIT. This fixes build failures on GNU/Hurd because there PATH_MAX
   is not defined.
Checksums-Sha1: 
 82941ee003732e5b1f4f16d45f1cc626ef32de2d 1506 vala_0.7.7-2.dsc
 01f4e55a5f21511cda0c1151ee14a043061a29a5 6759 vala_0.7.7-2.diff.gz
 e0b8b8d1e1e1f3a85141d64cfff27633f7b0cb9d 45310 vala-doc_0.7.7-2_all.deb
 13b7b349d842a76753b1e411204e074dbf7e1aa0 615952 valac_0.7.7-2_amd64.deb
 05c3ffbdc08105435ce4afa9fcde27e72b506fd5 65464 vala-utils_0.7.7-2_amd64.deb
 b9a4382481ea9e7b0efbae71d3b701478e20346e 837600 libvala0_0.7.7-2_amd64.deb
 daf8393d3d2f3b97b44eb0f1680fe90e20bdeef5 84834 libvala-dev_0.7.7-2_amd64.deb
 ea39fca707e69e11717e9c10d1a04c390df2d188 313366 valac-dbg_0.7.7-2_amd64.deb
 069738323e4f90cf1f4bcaec6fa5e18c19bfe5c1 1902914 libvala0-dbg_0.7.7-2_amd64.deb
Checksums-Sha256: 
 50dd3c87d4f5f871b0448e7b758830375425747deab430ee8b0cf6987eeebe5e 1506 
vala_0.7.7-2.dsc
 7bd73fe342410759d09ae8bfb0ea8a036be13cb19f2ffb637e6a880a3c37e841 6759 
vala_0.7.7-2.diff.gz
 6e1825f6a953001e6bad688f795e9dbfe16002d0f280914542376aa635adacd5 45310 
vala-doc_0.7.7-2_all.deb
 d12875c98d885e2586cc65d3492f8d784cc02fefe3682005fcdc38f72f83c147 615952 
valac_0.7.7-2_amd64.deb
 546680b8775c43339c073458fddb8ceaf4cab806581c4363469fba445ebfe3c2 65464 
vala-utils_0.7.7-2_amd64.deb
 7760bd054bb645b2c7926373008669050dce909583166a5cd30f07723901fcbe 837600 
libvala0_0.7.7-2_amd64.deb
 f76ed0644ab59fb04384c05ed2a8d165227963459cded1a2c04e493a9d4ed9a5 84834 
libvala-dev_0.7.7-2_amd64.deb
 9ee17bbf6ba55703be1588f95bea666445b79fc181d8fa2f53342a827019706f 313366 
valac-dbg_0.7.7-2_amd64.deb
 9e1914866dad68f01a383212750d5d228d7f8f731464ff610f9ab7aa03952047 1902914 
libvala0-dbg_0.7.7-2_amd64.deb
Files: 
 8af8eb900df2516674501630935a95b9 1506 devel optional vala_0.7.7-2.dsc
 8b343da9cd6097936e34e8f26a84f957 6759 devel optional vala_0.7.7-2.diff.gz
 8dfd849472e9ff7ddc0be41d7477b32a 45310 doc optional vala-doc_0.7.7-2_all.deb
 3c9b8d022acb831f7e12c3b94d8b84d1 615952 devel optional valac_0.7.7-2_amd64.deb
 336a13f22cd825801f5292b7aff8b6f5 65464 devel optional 
vala-utils_0.7.7-2_amd64.deb
 bb68cdc8d25d373e15649bc7fcec2ea0 837600 libs optional 
libvala0_0.7.7-2_amd64.deb
 aa9d79f0445ef15c8697409f6a1a4c80 84834 libdevel optional 
libvala-dev_0.7.7-2_amd64.deb
 c2f67a81cf1139b379749960c48b36a0 313366 debug extra valac-dbg_0.7.7-2_amd64.deb
 47624a34e1467b1f698394f886a915a0 1902914 debug extra 
libvala0-dbg_0.7.7-2_amd64.deb

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

iEYEARECAAYFAkrDaUIACgkQBsBdh1vkHyGT8ACfXsxU0KLfvp9DZLOGMxSF3bvP
CSMAnjXH2K9Y/WCxypKp2OCtmiZ4Ntmp
=Qw0J
-END PGP SIGNATURE-


Accepted:
libvala-dev_0.7.7-2_amd64.deb
  to pool/main/v/vala/libvala-dev_0.7.7-2_amd64.deb
libvala0-dbg_0.7.7-2_amd64.deb
  to pool/main/v/vala/libvala0-dbg_0.7.7-2_amd64.deb
libvala0_0.7.7-2_amd64.deb
  to pool/main/v/vala/libvala0_0.7.7-2_amd64.deb
vala-doc_0.7.7-2_all.deb
  to pool/main/v/vala/vala-doc_0.7.7-2_all.deb
vala-utils_0.7.7-2_amd64.deb
  to pool/main/v/vala/vala-utils_0.7.7-2_amd64.deb
vala_0.7.7-2.diff.gz
  to pool/main/v/vala/vala_0.7.7-2.diff.gz
vala_0.7.7-2.dsc
  to pool/main/v/vala/vala_0.7.7-2.dsc
valac-dbg_0.7.7-2_amd64.deb
  to pool/main/v/vala/valac-dbg_0.7.7-2_amd64.deb
valac_0.7.7-2_amd64.deb
  to pool/main/v/vala/valac_0.7.7-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



Accepted hgview 1.1.2-1 (source all)

2009-09-30 Thread Alexandre Fayolle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 15:44:09 +0200
Source: hgview
Binary: hgview
Architecture: source all
Version: 1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: David Douard david.dou...@logilab.fr
Changed-By: Alexandre Fayolle afayo...@debian.org
Description: 
 hgview - mercurial interactive history viewer
Closes: 548522
Changes: 
 hgview (1.1.2-1) unstable; urgency=low
 .
   * new upstream release
   * debian/control:
 - fixed build dependencies to include pyqt4-dev-tools
 - added missing substvars in package dependencies (closes: #548522)
Checksums-Sha1: 
 94aeed08d496301a7181e260114dcde2f63a8e57 1578 hgview_1.1.2-1.dsc
 68830035f18337617b46db2c945cbe88c357bea6 97686 hgview_1.1.2.orig.tar.gz
 4b3ea588d70fe9a64b056ae5d3d66251ebb40710 2663 hgview_1.1.2-1.diff.gz
 af5185f6ee52a778185f701df6f1f0e0ef59650a 89068 hgview_1.1.2-1_all.deb
Checksums-Sha256: 
 e591f47bd9a642b16c3a629112037cecbe2baabd66c76ee2b6e6c98c1f170980 1578 
hgview_1.1.2-1.dsc
 6ffb2317dda8a232b66fac3f6564f9e1a1816c014c5a393bf828b41a8b0f4103 97686 
hgview_1.1.2.orig.tar.gz
 264274be7af64a02cb165f33f7c3b97cd0a97d4447ed52e1a799e6ae88a92d9c 2663 
hgview_1.1.2-1.diff.gz
 93d7791f2eff11ef258517d0bc8cc49cf645d09fd37e85b9019b4e7d5bf868ca 89068 
hgview_1.1.2-1_all.deb
Files: 
 6dfa568586290ecd45d4a94b3867a919 1578 devel optional hgview_1.1.2-1.dsc
 db6ba3bb9b1084516aea345058d43c7d 97686 devel optional hgview_1.1.2.orig.tar.gz
 bf4944df529fed8965bb26a9eaded895 2663 devel optional hgview_1.1.2-1.diff.gz
 0c04847b117490d01196e35edd7d0140 89068 devel optional hgview_1.1.2-1_all.deb

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

iQEVAwUBSsNjyF6T+PKoJ87eAQLwfgf+NNkDZk9JwohiVOjQ677d2Z6Or/4YwSY/
fzoE1manb2f0CEugMG4TOgPdgXvzyNjSfpkQVBzFKbIRTkZnSzU7s775Jw+/pEAf
UglKUejbewhLcXNqxW8CppFho1JfqJAeb+bQIHaQwtSrYElPZGtpSvXKMTCmQ7bj
e2P2Bp0GHe1tD8u0S1AF+03JHJclOf7M/xgsNd9YrT2AZyrQVNwV1nVc7X5zWm91
i60XN1sOpSiTp83pfBnAeJe7WBl6NBUMV3KqD7Oa4EgLKlFXvMGuXeC1U23FWpeB
t0eHw3gdnpz6COmatI4qq2JAj15OFhtVZmcjTnmQYpN7NNS2yuHwIg==
=My3l
-END PGP SIGNATURE-


Accepted:
hgview_1.1.2-1.diff.gz
  to pool/main/h/hgview/hgview_1.1.2-1.diff.gz
hgview_1.1.2-1.dsc
  to pool/main/h/hgview/hgview_1.1.2-1.dsc
hgview_1.1.2-1_all.deb
  to pool/main/h/hgview/hgview_1.1.2-1_all.deb
hgview_1.1.2.orig.tar.gz
  to pool/main/h/hgview/hgview_1.1.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



Accepted trophy 1.1.5-4 (source all i386)

2009-09-30 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 17:30:28 +0200
Source: trophy
Binary: trophy trophy-dbg trophy-data
Architecture: source all i386
Version: 1.1.5-4
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 trophy - A 2D car racing action game
 trophy-data - A 2D car racing action game (data files)
 trophy-dbg - A 2D car racing action game (debugging symbols)
Changes: 
 trophy (1.1.5-4) unstable; urgency=low
 .
   * Bump Standards-Version to 3.8.3 (no changes needed).
 - Add debian/README.source.
   * Add 01-build_against_clanlib_1.0 patch, which lets us build trophy against
 clanlib 1.0. Also bump the build dependency for it.
Checksums-Sha1: 
 ca49f1c58ef9c50341ebd26ddc408b68237a3894 1141 trophy_1.1.5-4.dsc
 0c394d40ae10baaa7744caf7ef157a92fa621715 7752 trophy_1.1.5-4.diff.gz
 cf222e545793dd999798805f6217d31d48828b43 14231594 trophy-data_1.1.5-4_all.deb
 b35e99005480f6c9cf19b841daf85d77170d13e8 75056 trophy_1.1.5-4_i386.deb
 2a444b2148f6af647f744f1b10882401d1514857 495418 trophy-dbg_1.1.5-4_i386.deb
Checksums-Sha256: 
 096a27ade061ab28c1f923f216183e89ecf04f48c2ce4c3ec8fdfa3e05d34460 1141 
trophy_1.1.5-4.dsc
 51c6c9c8c80d3c3bc421322890d503983b01d8429e03e9677e60e1498bcc9112 7752 
trophy_1.1.5-4.diff.gz
 fc4216b11238bc03503c5a9e881d069168f4d6c1465c955b3f5208e533c5673c 14231594 
trophy-data_1.1.5-4_all.deb
 07ee7a4a0b49b26f4fd7249916fee4fca07f0e22d0be85e7a82eca9862d448d7 75056 
trophy_1.1.5-4_i386.deb
 374b43332276099b61ebb567cce45c019ba7ca440b2bfa93d04af555c961bb06 495418 
trophy-dbg_1.1.5-4_i386.deb
Files: 
 b0a221e38ce698db64ff233eadc75acd 1141 games optional trophy_1.1.5-4.dsc
 be9ac434ae774bfb0333dd3a478849e5 7752 games optional trophy_1.1.5-4.diff.gz
 9719e68eca0d2a365aaddd8445f3286c 14231594 games optional 
trophy-data_1.1.5-4_all.deb
 274e08909957b60ff10d026a75c40772 75056 games optional trophy_1.1.5-4_i386.deb
 eea4a6b76082a8bdece8aa3113e909aa 495418 debug extra trophy-dbg_1.1.5-4_i386.deb

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

iEYEARECAAYFAkrDfAoACgkQ2XA5inpabMevwQCdE/Q7tszUfMl+BZPMT87H8xny
UFUAoJ+4CpqBDUlhO3jCoUP+HMz2XWAd
=/yXz
-END PGP SIGNATURE-


Accepted:
trophy-data_1.1.5-4_all.deb
  to pool/main/t/trophy/trophy-data_1.1.5-4_all.deb
trophy-dbg_1.1.5-4_i386.deb
  to pool/main/t/trophy/trophy-dbg_1.1.5-4_i386.deb
trophy_1.1.5-4.diff.gz
  to pool/main/t/trophy/trophy_1.1.5-4.diff.gz
trophy_1.1.5-4.dsc
  to pool/main/t/trophy/trophy_1.1.5-4.dsc
trophy_1.1.5-4_i386.deb
  to pool/main/t/trophy/trophy_1.1.5-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



Accepted gearmand 0.10-1 (source i386 all)

2009-09-30 Thread Monty Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Sep 2009 21:43:31 -0700
Source: gearmand
Binary: libgearman2 libgearman-server0 libgearman-dev libgearman-dbg 
libgearman-server-dev libgearman-doc gearman-job-server gearman-tools gearman
Architecture: source i386 all
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Monty Taylor mord...@inaugust.com
Changed-By: Monty Taylor mord...@inaugust.com
Description: 
 gearman- A distributed job queue
 gearman-job-server - Job server for the Gearman distributed job queue
 gearman-tools - Tools for the Gearman distributed job queue
 libgearman-dbg - Debug symbols for the Gearman Client Library
 libgearman-dev - Development files for the Gearman Library
 libgearman-doc - API Documentation for the Gearman Library
 libgearman-server-dev - Development files for the Gearman Server Library
 libgearman-server0 - Library providing Gearman server functions
 libgearman2 - Library providing Gearman client and worker functions
Changes: 
 gearmand (0.10-1) unstable; urgency=low
 .
   * Added doc-base entries for documentation.
   * Added lintian-override for arch-dep-package-has-big-usr-share. The files
 are all manpages, which do in fact need to be in the package.
   * New upstream version.
   * Removed postgres include path hack.
Checksums-Sha1: 
 2ce3655fe4241146fa2391c397913ba5f4b4f5a8 1415 gearmand_0.10-1.dsc
 f87b6e23647c6a7e82ad48977eb3a90c2edb2ae4 569972 gearmand_0.10.orig.tar.gz
 2fe2b8ed2829bc54c40aec16eb126dc8ec73994e 7145 gearmand_0.10-1.diff.gz
 17c8e51c2a91e153c1f6878e84a3e5fd4078ce76 29002 libgearman2_0.10-1_i386.deb
 d2bf34f415ca92ea9566f713fa167520a886119e 49110 
libgearman-server0_0.10-1_i386.deb
 c952ae2d5375ae42e777a0720b8e61a3ed98a802 224562 libgearman-dev_0.10-1_i386.deb
 690079eab2f80578b5f285cc326d18339a8e42cf 917448 libgearman-dbg_0.10-1_i386.deb
 b763ccee12468bbe1d1b368d186e643c1929384d 4824 
libgearman-server-dev_0.10-1_i386.deb
 202f65b8f90a16312bd3e6b905322b13b8228d37 14928 
gearman-job-server_0.10-1_i386.deb
 12d4456331816fbb889d9e58fb7e500d7cb5193a 12018 gearman-tools_0.10-1_i386.deb
 f67a6cab4e012b4162ebc33673a86f5edbd04ff3 855688 libgearman-doc_0.10-1_all.deb
 760ce1ae4941b6b117e45c52bd57624dc7d8ae16 4762 gearman_0.10-1_all.deb
Checksums-Sha256: 
 266f882615ca4db1ffb5af0cc7152fbb3b054d48148fc603f6f7b1db4b697cbe 1415 
gearmand_0.10-1.dsc
 c281d5b636f9208c1b5bacb6a46176d9d252151aac932fc4fe2637839555c768 569972 
gearmand_0.10.orig.tar.gz
 cb9c2b95fc03753358b43eaf53ab68b01bc8b6988feea26b135853f55ce77fd1 7145 
gearmand_0.10-1.diff.gz
 c549edd25cfcf42fe957b194a340ce22bd0175b88a7900c0213b18ddb7a1ffc7 29002 
libgearman2_0.10-1_i386.deb
 f1a0821ebeca12c12e1e7934a0455232ac27e4acdf80f58355a339e474a94c14 49110 
libgearman-server0_0.10-1_i386.deb
 c8d06af8a7f95bd9b941ca6d75c66dc29010407ee09d69ac718c50f1d971c7b2 224562 
libgearman-dev_0.10-1_i386.deb
 6b649b7866c6a30948f90618aa583243fda0e9a1522647bfec0b9e2b0f27f7fc 917448 
libgearman-dbg_0.10-1_i386.deb
 537770ad8679d59b97747deb72d5077b846ffd1aee00f15d6632fa6fe86640df 4824 
libgearman-server-dev_0.10-1_i386.deb
 cc1586cbabfb07a93d1b06d41c898d5a866f668bae46ad196eecb642dee686c2 14928 
gearman-job-server_0.10-1_i386.deb
 a4729d7f74272505a6af0492d7bc7b37d4686f6fb3e994feba578673f8ce33d0 12018 
gearman-tools_0.10-1_i386.deb
 4439ed3fdf72395487f4e5026bf35902a4304403dad0613ed662fdf3e1519fd4 855688 
libgearman-doc_0.10-1_all.deb
 0e2d0f7c5389ff7569b8e1373f97e3e79a5ad6452a1dd8c532ba0ec1c69ae3d7 4762 
gearman_0.10-1_all.deb
Files: 
 5a468d9dcd9d047db86bc34e17874367 1415 misc optional gearmand_0.10-1.dsc
 74d29c260bc7096c9193d3f6af57298f 569972 misc optional gearmand_0.10.orig.tar.gz
 1ceae3e48bcf469d4d968f4a6b1022c6 7145 misc optional gearmand_0.10-1.diff.gz
 1f1c346e683a06a24aa9281e0f0c9790 29002 misc optional 
libgearman2_0.10-1_i386.deb
 659217043be9b340b82149e7e0f93e46 49110 misc optional 
libgearman-server0_0.10-1_i386.deb
 0ca35356894db7b22a08661c364cfaa9 224562 libdevel optional 
libgearman-dev_0.10-1_i386.deb
 b44d6dcbc8bcd776c0c589eb5ef658c1 917448 debug extra 
libgearman-dbg_0.10-1_i386.deb
 a3e12eda318769d9093fbfc3f22890f1 4824 libdevel optional 
libgearman-server-dev_0.10-1_i386.deb
 31eeebfc80e45109e216ddc65aef9d65 14928 misc optional 
gearman-job-server_0.10-1_i386.deb
 24371a1e019f5d88ac3df7c85d8a39f7 12018 misc optional 
gearman-tools_0.10-1_i386.deb
 199628639a80230319d91715b05a49c9 855688 doc optional 
libgearman-doc_0.10-1_all.deb
 d8af36604ca02074d132a16c7d44c9a1 4762 misc optional gearman_0.10-1_all.deb

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

iEYEARECAAYFAkrDfAkACgkQ2XA5inpabMejbQCbBeHm/d7j5ArmVejDTZfDnBG7
fgQAn2d0Nwe5bs2bh+w52YrT6xQM18B2
=lGN4
-END PGP SIGNATURE-


Accepted:
gearman-job-server_0.10-1_i386.deb
  to pool/main/g/gearmand/gearman-job-server_0.10-1_i386.deb
gearman-tools_0.10-1_i386.deb
  to pool/main/g/gearmand/gearman-tools_0.10-1_i386.deb
gearman_0.10-1_all.deb
  to 

Accepted qwit 1.0+svn255-1 (source i386)

2009-09-30 Thread Carlos Galisteo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 16:58:18 +0200
Source: qwit
Binary: qwit
Architecture: source i386
Version: 1.0+svn255-1
Distribution: unstable
Urgency: low
Maintainer: Carlos Galisteo cgalis...@k-rolus.net
Changed-By: Carlos Galisteo cgalis...@k-rolus.net
Description: 
 qwit   - Lightweight desktop client for Twitter microblogging service
Changes: 
 qwit (1.0+svn255-1) unstable; urgency=low
 .
   * New upstream svn snapshot providing some bug fixes and new features:
 - Upstream moved to 1.x branch.
 - Fixes 'Twitpocalypse' related bugs (int limit reached).
 - Url shorteners support.
 - Multiple accounts support.
 - Identi.ca and other twitter-compatible services support.
   * Updated Standards-Version to 3.8.3 No change needed.
   * Added README.source file.
   * Crystal Project Icons license detailed in debian/copyright.
Checksums-Sha1: 
 5598f76fef7c335e6e01d1b494dff18238cada6a 1039 qwit_1.0+svn255-1.dsc
 faefb3ebe1eaf1f1553df7b7dd28bb10341c6edd 170410 qwit_1.0+svn255.orig.tar.gz
 59b6937c559cf081cd3a29c7594f4c8fe1fe3edb 2684 qwit_1.0+svn255-1.diff.gz
 e70f2f2628258330def5fe3c3f0f196299d486f6 274974 qwit_1.0+svn255-1_i386.deb
Checksums-Sha256: 
 8d7e41126c94892ace5feb3e452e41cbba473e05eecb7944edd23df9c52f2fa3 1039 
qwit_1.0+svn255-1.dsc
 6e17714bca1e7f23d00b6d1d8c686f51a3609a989493834c754e67fa9a31e56d 170410 
qwit_1.0+svn255.orig.tar.gz
 9c0a86f10e73916bffcba53b87d5f21f596067694d500de33b0931eecea07b3e 2684 
qwit_1.0+svn255-1.diff.gz
 eda0ebc2b3ed19cd119bc378930447c9717bcb9a9ed84c4005eb082a2d366a55 274974 
qwit_1.0+svn255-1_i386.deb
Files: 
 0402dea843c3ebafdd6066e08b56e524 1039 net extra qwit_1.0+svn255-1.dsc
 9868d27b1437da72d8938783d021d4dd 170410 net extra qwit_1.0+svn255.orig.tar.gz
 7c45f7aac2b9fa2450535976b595554b 2684 net extra qwit_1.0+svn255-1.diff.gz
 6c71d67eca07e707ca6b34c67d589c15 274974 net extra qwit_1.0+svn255-1_i386.deb

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

iEYEARECAAYFAkrDfAoACgkQ2XA5inpabMe6rgCdFJK3hx7hRdSnlyezbRbELqBx
1v8AnjbnLKUuUE/cBw2tm/ec5nTlqEdG
=ApO8
-END PGP SIGNATURE-


Accepted:
qwit_1.0+svn255-1.diff.gz
  to pool/main/q/qwit/qwit_1.0+svn255-1.diff.gz
qwit_1.0+svn255-1.dsc
  to pool/main/q/qwit/qwit_1.0+svn255-1.dsc
qwit_1.0+svn255-1_i386.deb
  to pool/main/q/qwit/qwit_1.0+svn255-1_i386.deb
qwit_1.0+svn255.orig.tar.gz
  to pool/main/q/qwit/qwit_1.0+svn255.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



Accepted taglib-extras 1.0.1-2 (source amd64)

2009-09-30 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 18:38:40 +0300
Source: taglib-extras
Binary: libtag-extras1 libtag-extras-dev
Architecture: source amd64
Version: 1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Modestas Vainius modes...@vainius.eu
Changed-By: Modestas Vainius modes...@vainius.eu
Description: 
 libtag-extras-dev - TagLib extras library - development files
 libtag-extras1 - TagLib extras library - support for more file formats
Changes: 
 taglib-extras (1.0.1-2) unstable; urgency=medium
 .
   * Build depend on taglib 1.6.
   * Urgency medium, fixes FTBFSes on mips and sparc.
Checksums-Sha1: 
 f55c4c6098f87ee29337623e7abb50cd8485dd92 1267 taglib-extras_1.0.1-2.dsc
 4c37e2a75d285faaa1d3582a2249984c257dc983 4781 taglib-extras_1.0.1-2.diff.gz
 0bedab100657451369a874a55f66ae09c3cc8740 23538 libtag-extras1_1.0.1-2_amd64.deb
 612cee9a8b343c63b39c96e3a58d35fa7449cdda 9726 
libtag-extras-dev_1.0.1-2_amd64.deb
Checksums-Sha256: 
 59a1e902ac0aadd49e7b026dc0db1de78086883fa4f783fe5cb15ec6ed055263 1267 
taglib-extras_1.0.1-2.dsc
 ed6070a56744674c39f1d9fcb9229dfcc3ed0110c0e40036ea543aa020f3327e 4781 
taglib-extras_1.0.1-2.diff.gz
 76688dfd10be8b1a4ad97c04639aa882c9c135587e211477c7585ada416bd628 23538 
libtag-extras1_1.0.1-2_amd64.deb
 bacc402acbfe3032bb3e32846989222b3418969717aaf6cf88cef14b9ee234d6 9726 
libtag-extras-dev_1.0.1-2_amd64.deb
Files: 
 14fcf8068416fe16f2365f38bca5ef5b 1267 libs optional taglib-extras_1.0.1-2.dsc
 bb0741fbd59b2e16aaaf96f9f8f5cf21 4781 libs optional 
taglib-extras_1.0.1-2.diff.gz
 6a821097d1f81cf1b9e241688b0715b5 23538 libs optional 
libtag-extras1_1.0.1-2_amd64.deb
 6c4ac3258d30f51a922672f0ce1e0e3c 9726 libdevel optional 
libtag-extras-dev_1.0.1-2_amd64.deb

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

iEYEARECAAYFAkrDgJ4ACgkQHO9JRnPq4hTVOQCgyC3maTSLHDCjvkxwJR/AXWi7
TcYAoJKaQysHCDdkidRqFihGPm27SWnm
=p7yK
-END PGP SIGNATURE-


Accepted:
libtag-extras-dev_1.0.1-2_amd64.deb
  to pool/main/t/taglib-extras/libtag-extras-dev_1.0.1-2_amd64.deb
libtag-extras1_1.0.1-2_amd64.deb
  to pool/main/t/taglib-extras/libtag-extras1_1.0.1-2_amd64.deb
taglib-extras_1.0.1-2.diff.gz
  to pool/main/t/taglib-extras/taglib-extras_1.0.1-2.diff.gz
taglib-extras_1.0.1-2.dsc
  to pool/main/t/taglib-extras/taglib-extras_1.0.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



Accepted sugar-base-0.86 0.86.0-1 (source amd64)

2009-09-30 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 30 Sep 2009 17:48:04 +0200
Source: sugar-base-0.86
Binary: python-sugar-0.86
Architecture: source amd64
Version: 0.86.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 python-sugar-0.86 - Sugar graphical shell - core functionality
Changes: 
 sugar-base-0.86 (0.86.0-1) unstable; urgency=low
 .
   * New upstream stable release.
Checksums-Sha1: 
 c5c14af69cb09d46349b15eeef286976a42c727f 1542 sugar-base-0.86_0.86.0-1.dsc
 43a08bea8c8bef82b24a6ddda8819c9a0350784b 353628 
sugar-base-0.86_0.86.0.orig.tar.gz
 64e5ea5a921ce31b9854225fbafbffe3ce5b17c3 20678 sugar-base-0.86_0.86.0-1.diff.gz
 82a454f0ba69676201cdb7949591fbb467013e7c 49878 
python-sugar-0.86_0.86.0-1_amd64.deb
Checksums-Sha256: 
 ea72bd281e7c7eb34f2b886531126bec129a23715bfade9d77d8a61a6e7ef527 1542 
sugar-base-0.86_0.86.0-1.dsc
 98ab5e12b4a46bf6f64a6fbcd410ad55143fd468a8fe77b6e52de658dac53d6f 353628 
sugar-base-0.86_0.86.0.orig.tar.gz
 a67c2b4e8a8f21c59a6fbf0660fd0d09b2c84d6b55f7e986d459ef1dad314c25 20678 
sugar-base-0.86_0.86.0-1.diff.gz
 94c7c6b6626ee5bb4a5d5b1b4b23f0f9bc0083ee776fc62fbf9a05fe49f8da9b 49878 
python-sugar-0.86_0.86.0-1_amd64.deb
Files: 
 b3defefef564860fbb081817d646e226 1542 python optional 
sugar-base-0.86_0.86.0-1.dsc
 5575a41bc3b645b5394a116677ee85fd 353628 python optional 
sugar-base-0.86_0.86.0.orig.tar.gz
 103ed432f76740f08215583aa74c16a1 20678 python optional 
sugar-base-0.86_0.86.0-1.diff.gz
 2a1c30be4ac67742a8ab2529d904f43a 49878 python optional 
python-sugar-0.86_0.86.0-1_amd64.deb

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

iEYEAREDAAYFAkrDf6YACgkQn7DbMsAkQLhHswCgmTLIkUJogP2nqGy1Il1BBTwf
iVMAn0/hJIwne/+lq0dBMV1nqeM6pM9Y
=Y2wk
-END PGP SIGNATURE-


Accepted:
python-sugar-0.86_0.86.0-1_amd64.deb
  to pool/main/s/sugar-base-0.86/python-sugar-0.86_0.86.0-1_amd64.deb
sugar-base-0.86_0.86.0-1.diff.gz
  to pool/main/s/sugar-base-0.86/sugar-base-0.86_0.86.0-1.diff.gz
sugar-base-0.86_0.86.0-1.dsc
  to pool/main/s/sugar-base-0.86/sugar-base-0.86_0.86.0-1.dsc
sugar-base-0.86_0.86.0.orig.tar.gz
  to pool/main/s/sugar-base-0.86/sugar-base-0.86_0.86.0.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



Accepted sugar-datastore-0.86 0.86.0-1 (source amd64)

2009-09-30 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 30 Sep 2009 18:04:24 +0200
Source: sugar-datastore-0.86
Binary: python-carquinyol-0.86
Architecture: source amd64
Version: 0.86.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 python-carquinyol-0.86 - Sugar graphical shell - datastore
Changes: 
 sugar-datastore-0.86 (0.86.0-1) unstable; urgency=low
 .
   * New upstream stable release.
Checksums-Sha1: 
 4275fd17620fc20203097d9f194357af80ce4878 1471 sugar-datastore-0.86_0.86.0-1.dsc
 8e5e41f1c83d45c7cd23e100a0a13d14a3668b46 298536 
sugar-datastore-0.86_0.86.0.orig.tar.gz
 3c40739b6eeec55b7dfa128701bf77fba299c605 17389 
sugar-datastore-0.86_0.86.0-1.diff.gz
 28a4076edce44c01775b5f1e454eb0372e34dd06 29044 
python-carquinyol-0.86_0.86.0-1_amd64.deb
Checksums-Sha256: 
 00527399b37808d081150668406a367f5a3b64950893f580c281eaf6c0c3d2c3 1471 
sugar-datastore-0.86_0.86.0-1.dsc
 2b14897e40aa23ea85be9b3df749ddc35a94a443fc4e6155fab23e3c335eeab6 298536 
sugar-datastore-0.86_0.86.0.orig.tar.gz
 a117cf3ce3e355ee6d1bfe46e7dddea5cbd20a8c5b82f77e908a532b45181840 17389 
sugar-datastore-0.86_0.86.0-1.diff.gz
 7ce32bd0c4681d4370336941b728b14aa2462caca24bfbb4669951b70b8dc9e3 29044 
python-carquinyol-0.86_0.86.0-1_amd64.deb
Files: 
 73a421080340c72f849124dfed5977d6 1471 python optional 
sugar-datastore-0.86_0.86.0-1.dsc
 ad82f4c8b8f69f298536f8b3eba13393 298536 python optional 
sugar-datastore-0.86_0.86.0.orig.tar.gz
 c0f5355f800e1dea7457f3fc1eba9831 17389 python optional 
sugar-datastore-0.86_0.86.0-1.diff.gz
 062af7200a972a82544084fedc23d839 29044 python optional 
python-carquinyol-0.86_0.86.0-1_amd64.deb

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

iEYEAREDAAYFAkrDgjMACgkQn7DbMsAkQLgrvwCeNC1RgQf6+PEYIWkwmOJDbGB5
EbcAn24EvKfuB8hohkFjM8lp1E3IlCMm
=SMYg
-END PGP SIGNATURE-


Accepted:
python-carquinyol-0.86_0.86.0-1_amd64.deb
  to pool/main/s/sugar-datastore-0.86/python-carquinyol-0.86_0.86.0-1_amd64.deb
sugar-datastore-0.86_0.86.0-1.diff.gz
  to pool/main/s/sugar-datastore-0.86/sugar-datastore-0.86_0.86.0-1.diff.gz
sugar-datastore-0.86_0.86.0-1.dsc
  to pool/main/s/sugar-datastore-0.86/sugar-datastore-0.86_0.86.0-1.dsc
sugar-datastore-0.86_0.86.0.orig.tar.gz
  to pool/main/s/sugar-datastore-0.86/sugar-datastore-0.86_0.86.0.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



Accepted xclip 0.12-1 (source amd64)

2009-09-30 Thread Maximilian Gass
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 10:09:57 +0200
Source: xclip
Binary: xclip
Architecture: source amd64
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Maximilian Gass m...@cloudconnected.org
Changed-By: Maximilian Gass m...@cloudconnected.org
Description: 
 xclip  - command line interface to X selections
Changes: 
 xclip (0.12-1) unstable; urgency=low
 .
   * New upstrem release
   * Removed patches because they were applied upstream and removed Quilt use.
   * Removed my own manpage because it was merged upstream
   * Bumped Standards-Version to 3.8.3: no changes necessary
Checksums-Sha1: 
 f8fc561e98a7362fbcbad297d3ba94e8522654f0 1101 xclip_0.12-1.dsc
 aed2cff18b9aecfe3377ad064c6a67518bbec211 63420 xclip_0.12.orig.tar.gz
 77c8fc283554016a4fee032b50ad0f4401debd17 2825 xclip_0.12-1.diff.gz
 2163664128e918c35636721856b6989ca2acd782 20372 xclip_0.12-1_amd64.deb
Checksums-Sha256: 
 f5352146235c2ea6ce8fa2a2e9b83add08e6f8093d0cd9fac398e5763fbdc8a2 1101 
xclip_0.12-1.dsc
 b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45 63420 
xclip_0.12.orig.tar.gz
 8dbdd56d31c303d28cc38209c72097b44fd069d25415f0d58146ef3184fcb1ef 2825 
xclip_0.12-1.diff.gz
 37e913ec2a19b2bcbbfb2ea4b1480f85bd231b59aa044380f4f06470d537f155 20372 
xclip_0.12-1_amd64.deb
Files: 
 cb6deac1345f6801c107b5dd1390c814 1101 x11 optional xclip_0.12-1.dsc
 f7e19d3e976fecdc1ea36cd39e39900d 63420 x11 optional xclip_0.12.orig.tar.gz
 05c8445baddf8186aff39b7672669a07 2825 x11 optional xclip_0.12-1.diff.gz
 12561a55ff13b7fe4343cc333e66955c 20372 x11 optional xclip_0.12-1_amd64.deb

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

iEYEARECAAYFAkrDZoUACgkQBnqtBMk7/3mxhACgsPyILz9hEGnudJimWX0BlKZW
Wb0AnRzZom037k5xWqzKdaX2JmIRRSik
=vEf1
-END PGP SIGNATURE-


Accepted:
xclip_0.12-1.diff.gz
  to pool/main/x/xclip/xclip_0.12-1.diff.gz
xclip_0.12-1.dsc
  to pool/main/x/xclip/xclip_0.12-1.dsc
xclip_0.12-1_amd64.deb
  to pool/main/x/xclip/xclip_0.12-1_amd64.deb
xclip_0.12.orig.tar.gz
  to pool/main/x/xclip/xclip_0.12.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



Accepted sugar-artwork-0.86 0.86.0-1 (source amd64)

2009-09-30 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 30 Sep 2009 17:30:02 +0200
Source: sugar-artwork-0.86
Binary: sugar-artwork-0.86
Architecture: source amd64
Version: 0.86.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 sugar-artwork-0.86 - Sugar graphical shell - artwork
Changes: 
 sugar-artwork-0.86 (0.86.0-1) unstable; urgency=low
 .
   * New upstream stable release.
Checksums-Sha1: 
 bf5f5a3f0def275fb8a45a8fd77fff120a45316c 1511 sugar-artwork-0.86_0.86.0-1.dsc
 43095e42ff4f83e2db3d0a72ec1c60c0c48be69b 538056 
sugar-artwork-0.86_0.86.0.orig.tar.gz
 b893a660b961f264a280d37f5a0ed029811c4f00 15064 
sugar-artwork-0.86_0.86.0-1.diff.gz
 e6d9ec00bb317354906d17702db74fd3cf01476b 126870 
sugar-artwork-0.86_0.86.0-1_amd64.deb
Checksums-Sha256: 
 0534d0e858d0f34c3fd1aec6d858324d7f04b4b56751157e2ffb06af14b0b64c 1511 
sugar-artwork-0.86_0.86.0-1.dsc
 45003b4cbc590d2da8c9f598c08754be7c177faf5f9fddbef96d88d08ad2ef0c 538056 
sugar-artwork-0.86_0.86.0.orig.tar.gz
 359f2130dc29154af24fd3f8fb9bbd95f1c26f49b417295f619ce43f9e4a20db 15064 
sugar-artwork-0.86_0.86.0-1.diff.gz
 dd3bfbc7b5229677dd33bf0fe39f7bfa8ad7b697f8277f195ef3f4735e881f6c 126870 
sugar-artwork-0.86_0.86.0-1_amd64.deb
Files: 
 71e2e33f942b7e85d2a4efcaf5dbb283 1511 x11 optional 
sugar-artwork-0.86_0.86.0-1.dsc
 869cd58712d80f6b9deda3235a4bf4c0 538056 x11 optional 
sugar-artwork-0.86_0.86.0.orig.tar.gz
 397e04e776bdaa7c64128debeb2adf62 15064 x11 optional 
sugar-artwork-0.86_0.86.0-1.diff.gz
 064caa4f94d46659359b7288c7adbbf4 126870 x11 optional 
sugar-artwork-0.86_0.86.0-1_amd64.deb

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

iEYEAREDAAYFAkrDe/AACgkQn7DbMsAkQLiW8QCggMhSK3maH7Re7zxgWcx4TSZT
s/0AoJT1D1v/Tzj5ddOd47SXOH6+oT3b
=MkMn
-END PGP SIGNATURE-


Accepted:
sugar-artwork-0.86_0.86.0-1.diff.gz
  to pool/main/s/sugar-artwork-0.86/sugar-artwork-0.86_0.86.0-1.diff.gz
sugar-artwork-0.86_0.86.0-1.dsc
  to pool/main/s/sugar-artwork-0.86/sugar-artwork-0.86_0.86.0-1.dsc
sugar-artwork-0.86_0.86.0-1_amd64.deb
  to pool/main/s/sugar-artwork-0.86/sugar-artwork-0.86_0.86.0-1_amd64.deb
sugar-artwork-0.86_0.86.0.orig.tar.gz
  to pool/main/s/sugar-artwork-0.86/sugar-artwork-0.86_0.86.0.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



Accepted runit 2.1.0-1 (source amd64)

2009-09-30 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 23:57:08 +
Source: runit
Binary: runit
Architecture: source amd64
Version: 2.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 runit  - system-wide service supervision
Closes: 453106 541280 542593
Changes: 
 runit (2.1.0-1) unstable; urgency=low
 .
   * new upstream version.
   * debian/runit.preinst: use dpkg-query instead of grepping
 /var/lib/dpkg/status.
   * debian/runit.config, debian/runit.templates.in: new; ask through
 debconf before sending HUP signal to process 1 (closes: #542593,
 #453106).
   * debian/runit.postinst: optionally don't signal process 1.
   * debian/runit.postrm: run db_purge on purge.
   * debian/rules: new target po-templates.
   * debian/control: Build-Depends: po-debconf.
   * debian/rules: don't run package/check (workaround upstream bug).
   * debian/rules: add -D_FILE_OFFSET_BITS=64 to CFLAGS (thx Alexander
 Inyukhin; closes: #541280).
   * debian/runit.postinst: don't fail if existing SV inittab entry is
 from the runit package itself.
   * debian/control: update short and long descriptions.
Checksums-Sha1: 
 a26a258d909ee7d6f31b062bd25434cc45cd687e 1009 runit_2.1.0-1.dsc
 6bf2fb4d4969b04b3f0c4d24c92dbceebf6769ec 109254 runit_2.1.0.orig.tar.gz
 3bc4301c86cac902e284f2c841dbef14c58c839e 14059 runit_2.1.0-1.diff.gz
 fd313c8247e64ec56d4c0e55b05b89f5da1b56ac 121794 runit_2.1.0-1_amd64.deb
Checksums-Sha256: 
 d754ebcdddfe61939e72abaf12cd144d5ba74a304a8afa08c929f9a9217715df 1009 
runit_2.1.0-1.dsc
 0d35464ebd9dfdc140ca2b008b7bc630e060b6b414d0a928d64a88453c6d29fb 109254 
runit_2.1.0.orig.tar.gz
 7f2c6aa1c1e7f2319394fce8e4ae79062b2327cc6ac9648fbf4d91b3451f249b 14059 
runit_2.1.0-1.diff.gz
 df417a6805847eb475a51c2704bdaf38799aa0cdd03da7af4c0d6567b3e0ca1a 121794 
runit_2.1.0-1_amd64.deb
Files: 
 c9cea447949dedebe3b946ad91d9a720 1009 admin optional runit_2.1.0-1.dsc
 8230ae7435a8c48ce94745c4c15aef56 109254 admin optional runit_2.1.0.orig.tar.gz
 7614cfcb5cf4da39526734dc4aca5772 14059 admin optional runit_2.1.0-1.diff.gz
 8dd6944e5696d4dad5d4b33c8709eb15 121794 admin optional runit_2.1.0-1_amd64.deb

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

iD8DBQFKw3l2GJoyQbxwpv8RAq4JAJsEPe+IvIga3U/JjLaQ3kN+WO7umQCcDOj+
g7FE0sNz2l3D57sNnn1miSM=
=jHAC
-END PGP SIGNATURE-


Accepted:
runit_2.1.0-1.diff.gz
  to pool/main/r/runit/runit_2.1.0-1.diff.gz
runit_2.1.0-1.dsc
  to pool/main/r/runit/runit_2.1.0-1.dsc
runit_2.1.0-1_amd64.deb
  to pool/main/r/runit/runit_2.1.0-1_amd64.deb
runit_2.1.0.orig.tar.gz
  to pool/main/r/runit/runit_2.1.0.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



Accepted cmap-adobe-japan1 0+20090930-1 (source all)

2009-09-30 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Sep 2009 23:36:53 +0900
Source: cmap-adobe-japan1
Binary: cmap-adobe-japan1
Architecture: source all
Version: 0+20090930-1
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto km...@debian.org
Changed-By: Kenshi Muto km...@debian.org
Description: 
 cmap-adobe-japan1 - CMaps for Adobe-Japan1
Closes: 548179
Changes: 
 cmap-adobe-japan1 (0+20090930-1) unstable; urgency=low
 .
   * New upstream release with BSD-like license. (closes: #548179)
   * Updated Homepage: URL.
   * Dropped sys-build.mk style and introduced normal source code
 style to make the maintenance easier.
Checksums-Sha1: 
 d78bb5751c15b6acc68bbfe080d1e487d234750a 1337 
cmap-adobe-japan1_0+20090930-1.dsc
 060d667504410e1b644282e3509a91a7231461ce 1142697 
cmap-adobe-japan1_0+20090930.orig.tar.gz
 53f4f6caf90e7e8b42f470245d02047eeaade7b8 11387 
cmap-adobe-japan1_0+20090930-1.diff.gz
 03768830055cf07ec1b864a02bdc7180197d3f6b 726764 
cmap-adobe-japan1_0+20090930-1_all.deb
Checksums-Sha256: 
 ee7dc72916df54b159fda184a5cf68bc141ae0d62f1d0dc3740af67bf188af26 1337 
cmap-adobe-japan1_0+20090930-1.dsc
 f1e92eddfc4f343968bb71aefa257c4f9265c46d55f49eba6e1437a0cbd8a0ed 1142697 
cmap-adobe-japan1_0+20090930.orig.tar.gz
 79cc442e6ac7e927085ee30377a843176d1633c106ea8818878cede25032127a 11387 
cmap-adobe-japan1_0+20090930-1.diff.gz
 265988b48d00c296cc8085c9980c3d49fbfc39effb32e7d6a186d95d03bb6577 726764 
cmap-adobe-japan1_0+20090930-1_all.deb
Files: 
 d8dc425925d87d07c07a7c45dfe8c8b3 1337 fonts optional 
cmap-adobe-japan1_0+20090930-1.dsc
 148e8f35e2abda9869d136775d495bc6 1142697 fonts optional 
cmap-adobe-japan1_0+20090930.orig.tar.gz
 0e6f3b6009b8f5828b3a447bb3915059 11387 fonts optional 
cmap-adobe-japan1_0+20090930-1.diff.gz
 6caa1d57424800024e6a9965a8cee52d 726764 fonts optional 
cmap-adobe-japan1_0+20090930-1_all.deb

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

iEUEAREKAAYFAkrDfK4ACgkQQKW+7XLQPLGcWQCfTcuOOulzQ9WbA5qe1ZVzIOq8
vjsAl05/vSiPPlqRw4+XGWqn/cAs3B4=
=E1vI
-END PGP SIGNATURE-


Accepted:
cmap-adobe-japan1_0+20090930-1.diff.gz
  to pool/main/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20090930-1.diff.gz
cmap-adobe-japan1_0+20090930-1.dsc
  to pool/main/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20090930-1.dsc
cmap-adobe-japan1_0+20090930-1_all.deb
  to pool/main/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20090930-1_all.deb
cmap-adobe-japan1_0+20090930.orig.tar.gz
  to pool/main/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20090930.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



Accepted sugar-0.86 0.86.0-1 (source all)

2009-09-30 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 30 Sep 2009 17:14:13 +0200
Source: sugar-0.86
Binary: sugar-0.86
Architecture: source all
Version: 0.86.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 sugar-0.86 - window manager from the OLPC project
Changes: 
 sugar-0.86 (0.86.0-1) unstable; urgency=low
 .
   * New upstream stable release.
Checksums-Sha1: 
 8d64f2f2eb51b116ded793102547bfc53e5763ac 1476 sugar-0.86_0.86.0-1.dsc
 f0e16d81916fb51e65694c7daa7488ebd4a0fd80 573415 sugar-0.86_0.86.0.orig.tar.gz
 53a3c1f06683602a72fea069f50174e63996f5f8 29496 sugar-0.86_0.86.0-1.diff.gz
 616b0cf749d9656e8f1ffbf638d4f5257c495dfa 361600 sugar-0.86_0.86.0-1_all.deb
Checksums-Sha256: 
 f70eddd55b3dfcb5099e298b82d6513883799ec3bfc13396303a659744effd37 1476 
sugar-0.86_0.86.0-1.dsc
 074373b17fc9e20b7b71335a139d8428b05ad9a3baf8f1b3afebff0768ef8a1d 573415 
sugar-0.86_0.86.0.orig.tar.gz
 b328f66346715ddc2ea1bfc74a05d277be7428e8472ff48314802dcfa0e362b6 29496 
sugar-0.86_0.86.0-1.diff.gz
 4346ca9d6b3cbe6b2762e3bef6077e26944dc1b0827a68c284fa71af3ba92255 361600 
sugar-0.86_0.86.0-1_all.deb
Files: 
 d46609c0eee56e940051ba908682d0e5 1476 x11 optional sugar-0.86_0.86.0-1.dsc
 48179bb0d79ca105683788bbd9bf2620 573415 x11 optional 
sugar-0.86_0.86.0.orig.tar.gz
 b88ccf54db1f1d54960a170cd0bbc55d 29496 x11 optional sugar-0.86_0.86.0-1.diff.gz
 983069beaeda641fa2a29a8ca1cec78b 361600 x11 optional 
sugar-0.86_0.86.0-1_all.deb

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

iEYEAREDAAYFAkrDeLMACgkQn7DbMsAkQLgTsACgjuUhgPRvhP2jvvl2qvGtWAML
HQ4An0TrY9zdNA3qBWWIp1CRnUXZkbmH
=CY1d
-END PGP SIGNATURE-


Accepted:
sugar-0.86_0.86.0-1.diff.gz
  to pool/main/s/sugar-0.86/sugar-0.86_0.86.0-1.diff.gz
sugar-0.86_0.86.0-1.dsc
  to pool/main/s/sugar-0.86/sugar-0.86_0.86.0-1.dsc
sugar-0.86_0.86.0-1_all.deb
  to pool/main/s/sugar-0.86/sugar-0.86_0.86.0-1_all.deb
sugar-0.86_0.86.0.orig.tar.gz
  to pool/main/s/sugar-0.86/sugar-0.86_0.86.0.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



Accepted fontypython 0.4.2.1-2 (source all)

2009-09-30 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 20:16:24 +0530
Source: fontypython
Binary: fontypython
Architecture: source all
Version: 0.4.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 fontypython - Find, view and manage font files of all kinds
Closes: 548981
Changes: 
 fontypython (0.4.2.1-2) unstable; urgency=low
 .
   * Added debian/pyversions since fontypython requires Python = 2.5, Thanks
 to Aaron M. Ucko u...@debian.org (Closes: #548981)
Checksums-Sha1: 
 de5a74bac5bba8cd882a47508417d1d3c922004c 1167 fontypython_0.4.2.1-2.dsc
 17bd9ee85df065e7f00be7e17733747028350b9a 4245 fontypython_0.4.2.1-2.diff.gz
 483bc2b9be6361c6d082cbf100ee68638cfd49e4 317778 fontypython_0.4.2.1-2_all.deb
Checksums-Sha256: 
 220fa288d4a4cc8be5739817c11c9099aa131105a85d049b3d9ee84ca029b471 1167 
fontypython_0.4.2.1-2.dsc
 619ffa7f944361f58358f70e3f6dd2bd25ddf04c2976678078f9a56edabcc94a 4245 
fontypython_0.4.2.1-2.diff.gz
 01ef92e8b02306f973d2aaa12d3efa27e30655949b82f399015e8d87a8910779 317778 
fontypython_0.4.2.1-2_all.deb
Files: 
 97089dfb5a0b7c1607ff71ea0131317a 1167 fonts optional fontypython_0.4.2.1-2.dsc
 4644c7186495dd59c46fe0847fe8db8b 4245 fonts optional 
fontypython_0.4.2.1-2.diff.gz
 81b74d79a707ee567b5241eb368afaa1 317778 fonts optional 
fontypython_0.4.2.1-2_all.deb

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

iEYEARECAAYFAkrDia0ACgkQoRg/jtECjI0b6gCfZzml65obLWwPsKWZOFP0Nkpb
GT0An3Cz1SpCqgAPhC6+00VWqa4F1Ze5
=z/BF
-END PGP SIGNATURE-


Accepted:
fontypython_0.4.2.1-2.diff.gz
  to pool/main/f/fontypython/fontypython_0.4.2.1-2.diff.gz
fontypython_0.4.2.1-2.dsc
  to pool/main/f/fontypython/fontypython_0.4.2.1-2.dsc
fontypython_0.4.2.1-2_all.deb
  to pool/main/f/fontypython/fontypython_0.4.2.1-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



Accepted plotutils 2.5-4 (source amd64)

2009-09-30 Thread Floris Bruynooghe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Sep 2009 18:19:47 +
Source: plotutils
Binary: plotutils libplot2c2 libplot-dev
Architecture: source amd64
Version: 2.5-4
Distribution: unstable
Urgency: low
Maintainer: Floris Bruynooghe floris.bruynoo...@gmail.com
Changed-By: Floris Bruynooghe floris.bruynoo...@gmail.com
Description: 
 libplot-dev - The GNU plotutils libraries (development files)
 libplot2c2 - The GNU plotutils libraries
 plotutils  - The GNU plotutils (plotting utilities) package
Closes: 546669
Changes: 
 plotutils (2.5-4) unstable; urgency=low
 .
   * debian/control:
 - Build-depend on debhelper = 7.2.17 to use triggers to install
   the info documents instead of install-info (Closes: #546669).
 - Bump standards-version to 3.8.3.
   * debian/rules: remove generated config.status.lineno on clean.
Checksums-Sha1: 
 63e9ca20a0e8475b0bbb763265dd3f2ff0f7d0d4 1601 plotutils_2.5-4.dsc
 d0e7a38a8c898c2bfe574fc76db3e2cbc2606631 11237 plotutils_2.5-4.diff.gz
 cde1cf9646ad695a1548a9fd0e3dd6c92044fb20 665306 plotutils_2.5-4_amd64.deb
 6780a05c45c98288677951055323c13949e52d02 933180 libplot2c2_2.5-4_amd64.deb
 165b781c0a3dcace54fdd561cfce3209205f9b60 1141882 libplot-dev_2.5-4_amd64.deb
Checksums-Sha256: 
 4d29600449b1516d77ebbd3cea36e0c3d523b1fb24c99d1a7248802f3f9e4bf4 1601 
plotutils_2.5-4.dsc
 710388c289d4ba193d82e1c74b916cc46a222a329f419f70a5c9dd20cecf2e68 11237 
plotutils_2.5-4.diff.gz
 10e45705f2b6595508fd0cb754b51b6c9b59848e87807a82724f9ce29c78c354 665306 
plotutils_2.5-4_amd64.deb
 7adccf8dea64269cae3badd6049ab4453440467e96b12c228e26cb391437c9c0 933180 
libplot2c2_2.5-4_amd64.deb
 930be984a414ca9405fad9e38c6b3763ad8794c00bec360e97174faf5afafab6 1141882 
libplot-dev_2.5-4_amd64.deb
Files: 
 e963953ea05efab70831d69594fb3f21 1601 math optional plotutils_2.5-4.dsc
 1d7e81458b99d5e9bd600ce5b26ccd56 11237 math optional plotutils_2.5-4.diff.gz
 a77f4d777aab2a1001074991bbf7c854 665306 math optional plotutils_2.5-4_amd64.deb
 90fd514dec3d0dc86746f2e52d9aa3f7 933180 libs optional 
libplot2c2_2.5-4_amd64.deb
 e849748c1f1777f783b68845bb6a40c8 1141882 libdevel optional 
libplot-dev_2.5-4_amd64.deb

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

iQEcBAEBCAAGBQJKw4ogAAoJEEHOfwufG4sy74cH/iKl6FR6HvyFC5FBwWhqEm51
MAWD3Jx+j5JGpDsgAYeJzbs7fmArzdr8lcWm6YHZdCzorgNyhBugIqGTRsH5VuQa
YB/UA+3TuoQ4vjCH0o14MlDIC3ck369QIqzsYyQ4GOt73Q30v2r8nYkWCDoaOYr7
bP0hc21XMkr0IIc8FpWM8SaywSLZtQNn2a7JOBYX4K7D6Sz6vOJ2MQ0kcxdrdCTm
8cfbf2ay+Q7nxEtFajgWysW0CxUo720LUBGaWclRyUNAHdZ58HLoKRaXviynjBD0
P/vVEF4OdWrCSsDwjxhnZfTWY7eXJlxNKL1ieJaWAcYsCHQ/Zu1b7YDgvPoDbos=
=TGMm
-END PGP SIGNATURE-


Accepted:
libplot-dev_2.5-4_amd64.deb
  to pool/main/p/plotutils/libplot-dev_2.5-4_amd64.deb
libplot2c2_2.5-4_amd64.deb
  to pool/main/p/plotutils/libplot2c2_2.5-4_amd64.deb
plotutils_2.5-4.diff.gz
  to pool/main/p/plotutils/plotutils_2.5-4.diff.gz
plotutils_2.5-4.dsc
  to pool/main/p/plotutils/plotutils_2.5-4.dsc
plotutils_2.5-4_amd64.deb
  to pool/main/p/plotutils/plotutils_2.5-4_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted xfce4-clipman-plugin 2:1.1.1-1 (source amd64)

2009-09-30 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 30 Sep 2009 18:54:42 +0200
Source: xfce4-clipman-plugin
Binary: xfce4-clipman xfce4-clipman-plugin
Architecture: source amd64
Version: 2:1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-clipman - clipboard history utility
 xfce4-clipman-plugin - clipboard history plugin for Xfce panel
Changes: 
 xfce4-clipman-plugin (2:1.1.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 3c8cb571fc1f09d3725cb5ccce14e49a1014c461 1602 xfce4-clipman-plugin_1.1.1-1.dsc
 c0fdb8293a8c77e002efa719cfcf26ea8bf0c3a1 1066348 
xfce4-clipman-plugin_1.1.1.orig.tar.gz
 e472dc31cd31e4ed3006864b330c658f8228b9cc 3518 
xfce4-clipman-plugin_1.1.1-1.diff.gz
 576d17704f925a926fe8ac1b57e4437de5e95b6a 60848 xfce4-clipman_1.1.1-1_amd64.deb
 ea8c9f8fc2d5b4cd24085660f76096c0aad964e5 556128 
xfce4-clipman-plugin_1.1.1-1_amd64.deb
Checksums-Sha256: 
 03b531b211ae966e77951d9162ae92a37342617ed9a5addef01cb9772be3ab0b 1602 
xfce4-clipman-plugin_1.1.1-1.dsc
 6acd24f790ae3381341b500688c687969b482a485042a7f585ddf4e587eedf07 1066348 
xfce4-clipman-plugin_1.1.1.orig.tar.gz
 6633b575a62cd77efdfa826776b23197b1b03b302e9c7bd8b69e246d2fd4664e 3518 
xfce4-clipman-plugin_1.1.1-1.diff.gz
 1adb4d58ff7702e18274a73a3bc98952b10e67ca1457d361211b2628d14a6650 60848 
xfce4-clipman_1.1.1-1_amd64.deb
 1ed7d97b613272b8e19acdaf602e4e19004e44b5cf0912d46b6582ab20956469 556128 
xfce4-clipman-plugin_1.1.1-1_amd64.deb
Files: 
 00f29ea9c8ae3f02a4285b88c0040129 1602 xfce optional 
xfce4-clipman-plugin_1.1.1-1.dsc
 41399fee4bca3afbd7974009cef26050 1066348 xfce optional 
xfce4-clipman-plugin_1.1.1.orig.tar.gz
 aef8c7455f779280ef69b9e644864c54 3518 xfce optional 
xfce4-clipman-plugin_1.1.1-1.diff.gz
 b7daba364d74e736d3b4ddec928af979 60848 xfce optional 
xfce4-clipman_1.1.1-1_amd64.deb
 88f1d85792ed60c164929e868dfb0dde 556128 xfce optional 
xfce4-clipman-plugin_1.1.1-1_amd64.deb

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

iEYEAREDAAYFAkrDjpcACgkQTUTAIMXAW65Z3ACgqhPLQ2hW21h7Dq0WpSczI0yc
gWoAoKF0rAszI2a+onUcnn2Gk85NbUbM
=YgQn
-END PGP SIGNATURE-


Accepted:
xfce4-clipman-plugin_1.1.1-1.diff.gz
  to pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.1.1-1.diff.gz
xfce4-clipman-plugin_1.1.1-1.dsc
  to pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.1.1-1.dsc
xfce4-clipman-plugin_1.1.1-1_amd64.deb
  to pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.1.1-1_amd64.deb
xfce4-clipman-plugin_1.1.1.orig.tar.gz
  to pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.1.1.orig.tar.gz
xfce4-clipman_1.1.1-1_amd64.deb
  to pool/main/x/xfce4-clipman-plugin/xfce4-clipman_1.1.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



Accepted prosody 0.5.2-1 (source i386)

2009-09-30 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 20:44:14 +0400
Source: prosody
Binary: prosody
Architecture: source i386
Version: 0.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Matthew James Wild mwi...@gmail.com
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 prosody- Lightweight Jabber/XMPP server written in Lua
Changes: 
 prosody (0.5.2-1) unstable; urgency=low
 .
   [ Sergei Golovan ]
   * New upstream release.
   * Change log rotating frequency to weekly, compress logs, and create log
 files with adm group instead of prosody and with permissions 640.
   * Added copyright note for util-src/lsignal.c file to debian/copyright
 and reformatted it to fit 80 character lines.
   * Added README.source which explains how to get patched source given the
 pristine source and the series of patches in debian/patches.
   * Bumped standards version to 3.8.3.
 .
   [ Matthew James Wild ]
   * Suppress output of reload during logrotate, avoiding emails from cron.
Checksums-Sha1: 
 df23f2e3cea47d6da1d9c28a6a978c41bc688162 1141 prosody_0.5.2-1.dsc
 87e778514320c2b3fd9cc957de688677144ca1f0 137456 prosody_0.5.2.orig.tar.gz
 17dbd1864d3cbb24480c522a3b4dfe7be7cfeb05 7365 prosody_0.5.2-1.diff.gz
 abde0ed264d775d4633bf89241de9f037b95fec6 132220 prosody_0.5.2-1_i386.deb
Checksums-Sha256: 
 cac09e89f5df7c4b601c6e839eb3370e7c37257b048fccd4656be072a9195148 1141 
prosody_0.5.2-1.dsc
 3c12017e47ad2573d38154a367598d7bd7722fe078c071e4398d17bfce915661 137456 
prosody_0.5.2.orig.tar.gz
 a0056e897ba0d0f61fdd4290c8fc5e87948e563c521389f657fe32933739dc0c 7365 
prosody_0.5.2-1.diff.gz
 79c31e4a2853d00ecab95d12e50c2d555999c42b2f03f601b667662f07c20cda 132220 
prosody_0.5.2-1_i386.deb
Files: 
 4a7eae6995e37346612a7f8da02c8093 1141 net extra prosody_0.5.2-1.dsc
 bcc7828c041e53b2c909822b1acdf600 137456 net extra prosody_0.5.2.orig.tar.gz
 a76b982d735fef81e0ab1f767a92b753 7365 net extra prosody_0.5.2-1.diff.gz
 f7d8aa0f51d928f78745d473283691d5 132220 net extra prosody_0.5.2-1_i386.deb

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

iD8DBQFKw46FIcdH02pGEFIRAswdAJ9EUCGH7hRX+QJ0pVP5KpFcG92PqwCeKGzY
iF0pwyBo8PZdjh4iGMad7gQ=
=veQC
-END PGP SIGNATURE-


Accepted:
prosody_0.5.2-1.diff.gz
  to pool/main/p/prosody/prosody_0.5.2-1.diff.gz
prosody_0.5.2-1.dsc
  to pool/main/p/prosody/prosody_0.5.2-1.dsc
prosody_0.5.2-1_i386.deb
  to pool/main/p/prosody/prosody_0.5.2-1_i386.deb
prosody_0.5.2.orig.tar.gz
  to pool/main/p/prosody/prosody_0.5.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



Accepted libtest-distmanifest-perl 1.003-1 (source all)

2009-09-30 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 07:08:02 -0400
Source: libtest-distmanifest-perl
Binary: libtest-distmanifest-perl
Architecture: source all
Version: 1.003-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libtest-distmanifest-perl - Perl module for verifying CPAN MANIFEST files
Closes: 538115
Changes: 
 libtest-distmanifest-perl (1.003-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
 + Remove Perl::Critic tests (Closes: #538115)
   * Standards-Version 3.8.3 (no changes)
   * Bump to short debhelper rules version
   * Enable Test::Kwalitee tests (add to B-D-I)
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ 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).
 .
   [ Ryan Niebur ]
   * Update jawnsy's email address
Checksums-Sha1: 
 39609ef33ad8cdb3009941ffb00de2106efaf8a9 1771 
libtest-distmanifest-perl_1.003-1.dsc
 faaa4161a9d3a5b536ce61854784de027ec4aad4 27889 
libtest-distmanifest-perl_1.003.orig.tar.gz
 7a0bc918149ef9f5e8d85286734be336ea38edb5 2103 
libtest-distmanifest-perl_1.003-1.diff.gz
 4712d636f1039cda3da01e3c95e5133fcee42db9 17090 
libtest-distmanifest-perl_1.003-1_all.deb
Checksums-Sha256: 
 42d8cbdf1c9f5c5c595a2a67c559d3d9d261f52ec857e5b9f1a34ba549a732b8 1771 
libtest-distmanifest-perl_1.003-1.dsc
 7958ec9cbdc82d4a866645153a39703529e2b01b2b4da5bad0bf21f3f499ff28 27889 
libtest-distmanifest-perl_1.003.orig.tar.gz
 7714c9fec8d4410c9a05edb8319ade03c193810107f870ec5cca52338e781ed6 2103 
libtest-distmanifest-perl_1.003-1.diff.gz
 2822c7a35284ff06c5eae012b1f1afa1e075954218b6376b90d8871a6c1f93c0 17090 
libtest-distmanifest-perl_1.003-1_all.deb
Files: 
 b55614800c10bc5132c297e7ffebe83a 1771 perl optional 
libtest-distmanifest-perl_1.003-1.dsc
 e9ccddcb4a2fd146436bf538cb4a0fef 27889 perl optional 
libtest-distmanifest-perl_1.003.orig.tar.gz
 05f0f4ed2e7ded87a9a57b50591ee1b6 2103 perl optional 
libtest-distmanifest-perl_1.003-1.diff.gz
 c4ea815b20025b08e27b56585b0a5394 17090 perl optional 
libtest-distmanifest-perl_1.003-1_all.deb

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

iEYEARECAAYFAkrDotEACgkQOzKYnQDzz+QkTgCg94ZCkZks6CtraJiGgdJSuj1w
bngAoPvAUBFtTWq+q2Pl9XYjpv/5r+O7
=c0DY
-END PGP SIGNATURE-


Accepted:
libtest-distmanifest-perl_1.003-1.diff.gz
  to 
pool/main/libt/libtest-distmanifest-perl/libtest-distmanifest-perl_1.003-1.diff.gz
libtest-distmanifest-perl_1.003-1.dsc
  to 
pool/main/libt/libtest-distmanifest-perl/libtest-distmanifest-perl_1.003-1.dsc
libtest-distmanifest-perl_1.003-1_all.deb
  to 
pool/main/libt/libtest-distmanifest-perl/libtest-distmanifest-perl_1.003-1_all.deb
libtest-distmanifest-perl_1.003.orig.tar.gz
  to 
pool/main/libt/libtest-distmanifest-perl/libtest-distmanifest-perl_1.003.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



Accepted mlt 0.4.4+git20090930-1 (source i386 all)

2009-09-30 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 19:20:22 +0200
Source: mlt
Binary: libmlt-dev libmlt2 libmlt-data libmlt++-dev libmlt++3 libmlt-dbg melt
Architecture: source i386 all
Version: 0.4.4+git20090930-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 libmlt++-dev - MLT multimedia framework C++ wrapper (development)
 libmlt++3  - MLT multimedia framework C++ wrapper (runtime)
 libmlt-data - multimedia framework (data)
 libmlt-dbg - multimedia framework (debugging symbols)
 libmlt-dev - multimedia framework (development)
 libmlt2- multimedia framework (runtime)
 melt   - command line media player and video editor
Changes: 
 mlt (0.4.4+git20090930-1) unstable; urgency=low
 .
   * New upstream git snapshot.
 - Drop all patches, they have been merged.
 - Drop quilt.
   * Bump SONAMES. Rename libmlt1 to libmlt2 and libmlt++2 to libmlt++3.
   * Drop inigo package.
Checksums-Sha1: 
 c8c7711947b3c0bd363a993fecb4c184bbe19e21 1431 mlt_0.4.4+git20090930-1.dsc
 4b354dbd0b64afa98d49ebc228a7f0a9669ac5c3 757440 
mlt_0.4.4+git20090930.orig.tar.gz
 079f9290b9db60758ed5be325c0ad0f577e60c64 5928 mlt_0.4.4+git20090930-1.diff.gz
 30db2df78a223e5234e7f606a02343c4c0c2eb78 114552 
libmlt-dev_0.4.4+git20090930-1_i386.deb
 86cee8b7bb04f36fbb6b16ade92378b434cdad01 401124 
libmlt2_0.4.4+git20090930-1_i386.deb
 5d9cda8794fa2cc4f0f16d8f2da484843450d681 2364902 
libmlt-data_0.4.4+git20090930-1_all.deb
 a65727a2421836eaafce397c2c2cc45c8565c7e1 73754 
libmlt++-dev_0.4.4+git20090930-1_i386.deb
 dbed4f1ec2ce4fef504f2811a5b04a710341561e 106062 
libmlt++3_0.4.4+git20090930-1_i386.deb
 194283bc462d43dd361a577530c562fe0ac2b444 936036 
libmlt-dbg_0.4.4+git20090930-1_i386.deb
 ec8665f7169b09551f071c4703622873ef1113ce 107502 
melt_0.4.4+git20090930-1_i386.deb
Checksums-Sha256: 
 900abe2d8b85573f7420654211569286a3284f0fe8660674ec0b9f09b130f239 1431 
mlt_0.4.4+git20090930-1.dsc
 220ffecc300906e7bdb6f6e267e1944d8767bce4d211afcb5a4c023993f05be9 757440 
mlt_0.4.4+git20090930.orig.tar.gz
 cba92e20ea762dcc73a7decefafe81b290d1c913488f7517ba2e8f18fb030104 5928 
mlt_0.4.4+git20090930-1.diff.gz
 8a6d463a6e92bc8b0b5e22446924121d9c34e066bd35a97a7212fd7aa55cdf32 114552 
libmlt-dev_0.4.4+git20090930-1_i386.deb
 120f1900c83881eea3a23f0ba0d611fff9fe5dca350a0cc439a0449c3a6ca84f 401124 
libmlt2_0.4.4+git20090930-1_i386.deb
 942daaa6ff905e003f84ff59e10d7d21353e665d995a0b15e0632866c11474ce 2364902 
libmlt-data_0.4.4+git20090930-1_all.deb
 f1ed85e388d92bee3529b90ecd7413a9f88bc99cf3961052e0edae1844707252 73754 
libmlt++-dev_0.4.4+git20090930-1_i386.deb
 dbe20adb5fbb0b7dce703e860465528b944e149027e81dc7c075ca31ff5cf250 106062 
libmlt++3_0.4.4+git20090930-1_i386.deb
 b00d57c82cbafedbc897ad0d2699a8bec50ede2d4a19b932c99c7f54365e7448 936036 
libmlt-dbg_0.4.4+git20090930-1_i386.deb
 f18090dac97445e76f3ab7ab4b7cf4ccb597226a9b786031aa53986e325cdd3a 107502 
melt_0.4.4+git20090930-1_i386.deb
Files: 
 ce37014575fdf73e3347f972e1148730 1431 libs optional mlt_0.4.4+git20090930-1.dsc
 95559e4493475b554b1b3b0085800582 757440 libs optional 
mlt_0.4.4+git20090930.orig.tar.gz
 d8bd81e2b96a3fcd01b7414186bbada0 5928 libs optional 
mlt_0.4.4+git20090930-1.diff.gz
 ac3c0d77539dff51b8b2b9e821baeb32 114552 libdevel optional 
libmlt-dev_0.4.4+git20090930-1_i386.deb
 556e46cee20cb596171831110b9ead47 401124 libs optional 
libmlt2_0.4.4+git20090930-1_i386.deb
 ba0fa822fde4a74d7f3ed91c0e0332a1 2364902 libs optional 
libmlt-data_0.4.4+git20090930-1_all.deb
 892c5bd49bc7ec714893203bc88946b4 73754 libdevel optional 
libmlt++-dev_0.4.4+git20090930-1_i386.deb
 9e80e4f744e72af7c0155a3c2f8b475c 106062 libs optional 
libmlt++3_0.4.4+git20090930-1_i386.deb
 06d4dfbe5a0857e3bcab4c4df8a6fafa 936036 debug extra 
libmlt-dbg_0.4.4+git20090930-1_i386.deb
 1f23bb958f98154c364d24e50a98c6da 107502 utils optional 
melt_0.4.4+git20090930-1_i386.deb

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

iEYEARECAAYFAkrDl4AACgkQ2XA5inpabMdG+QCeIpu7vKl2DAaDtgn7yHRRwqg7
15UAnipDMNxoEpaB5I1MSMh+/vU1KTQn
=f0EG
-END PGP SIGNATURE-


Accepted:
libmlt++-dev_0.4.4+git20090930-1_i386.deb
  to pool/main/m/mlt/libmlt++-dev_0.4.4+git20090930-1_i386.deb
libmlt++3_0.4.4+git20090930-1_i386.deb
  to pool/main/m/mlt/libmlt++3_0.4.4+git20090930-1_i386.deb
libmlt-data_0.4.4+git20090930-1_all.deb
  to pool/main/m/mlt/libmlt-data_0.4.4+git20090930-1_all.deb
libmlt-dbg_0.4.4+git20090930-1_i386.deb
  to pool/main/m/mlt/libmlt-dbg_0.4.4+git20090930-1_i386.deb
libmlt-dev_0.4.4+git20090930-1_i386.deb
  to pool/main/m/mlt/libmlt-dev_0.4.4+git20090930-1_i386.deb
libmlt2_0.4.4+git20090930-1_i386.deb
  to pool/main/m/mlt/libmlt2_0.4.4+git20090930-1_i386.deb
melt_0.4.4+git20090930-1_i386.deb
  to pool/main/m/mlt/melt_0.4.4+git20090930-1_i386.deb
mlt_0.4.4+git20090930-1.diff.gz
  to pool/main/m/mlt/mlt_0.4.4+git20090930-1.diff.gz
mlt_0.4.4+git20090930-1.dsc
  to 

Accepted libdatetime-timezone-perl 1:0.99-1+2009n (source all)

2009-09-30 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 04:58:26 -0400
Source: libdatetime-timezone-perl
Binary: libdatetime-timezone-perl
Architecture: source all
Version: 1:0.99-1+2009n
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libdatetime-timezone-perl - Perl time zone object base class
Changes: 
 libdatetime-timezone-perl (1:0.99-1+2009n) unstable; urgency=low
 .
   * New upstream release, based on version 2009n of the Olson database
Checksums-Sha1: 
 b29cf0861833a56b9b04aff6ffa9e7aa76f0c881 1656 
libdatetime-timezone-perl_0.99-1+2009n.dsc
 6b33cc2b8ad0379921a2a5ecaab80740b9119ab5 510287 
libdatetime-timezone-perl_0.99.orig.tar.gz
 34eceb99d18769afc65334ed437cc4ce58432359 182441 
libdatetime-timezone-perl_0.99-1+2009n.diff.gz
 cbd7caf47d139e9231d568c66b3bf4ea727705eb 353126 
libdatetime-timezone-perl_0.99-1+2009n_all.deb
Checksums-Sha256: 
 cadbd745ab49871682722abe2250a2ca166a64b01da0c1b791f7546a21aa053e 1656 
libdatetime-timezone-perl_0.99-1+2009n.dsc
 4ababbe132c24304f416065f1ab3341bcd878be61793e5f8b4b12e344a6168e9 510287 
libdatetime-timezone-perl_0.99.orig.tar.gz
 fe98eaf8b101b6eb34743933d14b82fb631152ec4c190e7096ea43a5426e687e 182441 
libdatetime-timezone-perl_0.99-1+2009n.diff.gz
 1f045efa6c677b5990099ea7890e364370bb89bc2290085df0a6af42650db1b2 353126 
libdatetime-timezone-perl_0.99-1+2009n_all.deb
Files: 
 d82f6484e66c27338ec3f6badc8afc6b 1656 perl extra 
libdatetime-timezone-perl_0.99-1+2009n.dsc
 819bfbf79150f4a8e7622b793c47a835 510287 perl extra 
libdatetime-timezone-perl_0.99.orig.tar.gz
 f6d992528b439bcfdd50c219be63bf42 182441 perl extra 
libdatetime-timezone-perl_0.99-1+2009n.diff.gz
 a0646044ab69f590c5d18ce3f76cf7b0 353126 perl extra 
libdatetime-timezone-perl_0.99-1+2009n_all.deb

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

iEYEARECAAYFAkrDnlsACgkQOzKYnQDzz+SBiACeJyE+VBa+ELpILH81MnOHond0
xCMAnjCk4ZALCnKC0lOROvM6SGwRuHjH
=4Enl
-END PGP SIGNATURE-


Accepted:
libdatetime-timezone-perl_0.99-1+2009n.diff.gz
  to 
pool/main/libd/libdatetime-timezone-perl/libdatetime-timezone-perl_0.99-1+2009n.diff.gz
libdatetime-timezone-perl_0.99-1+2009n.dsc
  to 
pool/main/libd/libdatetime-timezone-perl/libdatetime-timezone-perl_0.99-1+2009n.dsc
libdatetime-timezone-perl_0.99-1+2009n_all.deb
  to 
pool/main/libd/libdatetime-timezone-perl/libdatetime-timezone-perl_0.99-1+2009n_all.deb
libdatetime-timezone-perl_0.99.orig.tar.gz
  to 
pool/main/libd/libdatetime-timezone-perl/libdatetime-timezone-perl_0.99.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



Accepted libvideo-fourcc-info-perl 1.004-1 (source all)

2009-09-30 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 07:09:09 -0400
Source: libvideo-fourcc-info-perl
Binary: libvideo-fourcc-info-perl
Architecture: source all
Version: 1.004-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libvideo-fourcc-info-perl - Perl module to find information about codecs from 
its FourCC
Closes: 538014
Changes: 
 libvideo-fourcc-info-perl (1.004-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
 + Don't run Test::Signature without internet (Closes: #538014)
 + Now creates database from source at build time
   * Standards-Version 3.8.3 (no changes)
   * Remove Perl::Critic test
   * Rewrote control description
   * Removed version dependency when we have a newer version even in
 oldstable
   * Remove Test::Signature since that test is no longer run
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ 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).
 .
   [ Ryan Niebur ]
   * Update jawnsy's email address
Checksums-Sha1: 
 383a496745a6b7ce563f2aeb142c8a350153e1d8 1794 
libvideo-fourcc-info-perl_1.004-1.dsc
 8c4c56a7afab51d264c3f5d1235d062cb9627440 43103 
libvideo-fourcc-info-perl_1.004.orig.tar.gz
 f32ffee6de913f019d56a8066fd402fe714e6994  
libvideo-fourcc-info-perl_1.004-1.diff.gz
 6e881b0f17d161c6dd3d08412c4feab06e56af50 37030 
libvideo-fourcc-info-perl_1.004-1_all.deb
Checksums-Sha256: 
 fa674f82d7a2ac96644658b9e6346cabf4b6e808103aa0c0637269f8a9ea2fdf 1794 
libvideo-fourcc-info-perl_1.004-1.dsc
 ca37d1cd4dbb93f2209f676016941ab81d6fda45442e35eea99bab15999358da 43103 
libvideo-fourcc-info-perl_1.004.orig.tar.gz
 ff959fcaf38221a9bb4156262ddcb7a00d370ac79ebf9d679824c5b1e4fda42c  
libvideo-fourcc-info-perl_1.004-1.diff.gz
 9d8fc854794f407267f503627b68948e30a3a730221bf6309fe66e4613eef86c 37030 
libvideo-fourcc-info-perl_1.004-1_all.deb
Files: 
 210ad36ab505b4d03d7a7c83f347c23c 1794 perl optional 
libvideo-fourcc-info-perl_1.004-1.dsc
 c62449d19bd9f7baab37052aec4919f1 43103 perl optional 
libvideo-fourcc-info-perl_1.004.orig.tar.gz
 c6251ca3c59b561aba5ebfab03acb664  perl optional 
libvideo-fourcc-info-perl_1.004-1.diff.gz
 2e1d78a18c59585e616ca3cdb77beae7 37030 perl optional 
libvideo-fourcc-info-perl_1.004-1_all.deb

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

iEYEARECAAYFAkrDoIIACgkQOzKYnQDzz+R4EACg/KkYSSxaKuYii10VGQx9cxtG
T+0AnixKK7rZZKR9tdLeR6A/8i2LDQi2
=maqm
-END PGP SIGNATURE-


Accepted:
libvideo-fourcc-info-perl_1.004-1.diff.gz
  to 
pool/main/libv/libvideo-fourcc-info-perl/libvideo-fourcc-info-perl_1.004-1.diff.gz
libvideo-fourcc-info-perl_1.004-1.dsc
  to 
pool/main/libv/libvideo-fourcc-info-perl/libvideo-fourcc-info-perl_1.004-1.dsc
libvideo-fourcc-info-perl_1.004-1_all.deb
  to 
pool/main/libv/libvideo-fourcc-info-perl/libvideo-fourcc-info-perl_1.004-1_all.deb
libvideo-fourcc-info-perl_1.004.orig.tar.gz
  to 
pool/main/libv/libvideo-fourcc-info-perl/libvideo-fourcc-info-perl_1.004.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



Accepted apt-listchanges 2.83+nmu1 (source all)

2009-09-30 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 23:16:26 +0200
Source: apt-listchanges
Binary: apt-listchanges
Architecture: source all
Version: 2.83+nmu1
Distribution: unstable
Urgency: low
Maintainer: Pierre Habouzit madco...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 apt-listchanges - package change history notification tool
Closes: 501042 501637 501639 548654
Changes: 
 apt-listchanges (2.83+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer's agreement
 (he likes living dangerously)
 .
   [ Pierre Habouzit ]
   * Apt-listchanges moves to collab-maint.
 .
   [ Christian Perrier ]
   * Catalan (Jordi Mallach).  Closes: #548654
   * Fix pending l10n issues. Program translations:
 - Simplified Chinese. Closes: #501042
 - Brazilian Portuguese. Closes: #501637
   * Fix pending l10n issues. Debconf translations:
 - Brazilian Portuguese (Felipe Augusto van de Wiel (faw)).
   Closes: #501639
   * Add ${misc:Depends} to dependencies to properly
 deal with dependencies implied by some debhelper
 utilities. As a consequence, drop the dependency on
 debconf.
Checksums-Sha1: 
 3a6b73b411b1426422da6217964304057d735215 1046 apt-listchanges_2.83+nmu1.dsc
 b743a1565f158bd14f8b61d85d2a86c51623302f 98976 apt-listchanges_2.83+nmu1.tar.gz
 96399e408ae6a5cc7363219fdf44d401cbcc3bb6 80254 
apt-listchanges_2.83+nmu1_all.deb
Checksums-Sha256: 
 392d76a6af7dd80d2f9173f16759fe3b71e0051908875728eb3d515e21f01cb6 1046 
apt-listchanges_2.83+nmu1.dsc
 319f0cf994ed509a5f6a0772ed24e37d9c20bf967739dd01dc32d54bdc6e6edc 98976 
apt-listchanges_2.83+nmu1.tar.gz
 e8b3d74304f910b9d753988aff2077fe099fad4a329c4c4d6a3d6cc57d2e350b 80254 
apt-listchanges_2.83+nmu1_all.deb
Files: 
 92904ab955e408e065c220e6cc36d560 1046 utils standard 
apt-listchanges_2.83+nmu1.dsc
 44b378c09e84a3b2ad90654da2f189c9 98976 utils standard 
apt-listchanges_2.83+nmu1.tar.gz
 83352c67fa19df8b6f104bab5f1c8d5c 80254 utils standard 
apt-listchanges_2.83+nmu1_all.deb

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

iD8DBQFKw6Ly1OXtrMAUPS0RApntAJ9dTkU9aGeargVpekxKqw8efZkE7QCeNvb/
Vl6pW/tuYMDTmKapaPHi9mE=
=8KMF
-END PGP SIGNATURE-


Accepted:
apt-listchanges_2.83+nmu1.dsc
  to pool/main/a/apt-listchanges/apt-listchanges_2.83+nmu1.dsc
apt-listchanges_2.83+nmu1.tar.gz
  to pool/main/a/apt-listchanges/apt-listchanges_2.83+nmu1.tar.gz
apt-listchanges_2.83+nmu1_all.deb
  to pool/main/a/apt-listchanges/apt-listchanges_2.83+nmu1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted eglibc 2.10.1-0exp2 (source all amd64)

2009-09-30 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 14 Sep 2009 19:57:11 -0400
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev 
libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev 
libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 
libc6-sparc64 libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 
libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 
libc6-mipsn32 libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 
libc0.1-dev-i386 libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 
libc6.1-alphaev67 libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.10.1-0exp2
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - GNU C Library: Documentation
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-prof - GNU C Library: Profiling Libraries
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-prof - GNU C Library: Profiling Libraries
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390x - GNU C Library: 64bit Development Libraries for IBM zSeries
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-s390x - GNU C Library: 64bit Shared libraries for IBM zSeries
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-sparcv9b - GNU C Library: Shared libraries [v9b optimized]
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-prof - GNU C Library: Profiling Libraries
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 479952 496763 511474 519479 533077 538513 539950
Changes: 
 eglibc (2.10.1-0exp2) experimental; urgency=low
 .
   [ Aurelien Jarno ]
   * New upstream release.
 - Fix C++ declaration of string functions.  Closes: #496763.
 - Add Handling for group shadow files.  Closes: #519479.
 - Use AT_RANDOM for randomized stack protector value.  Closes:
   #533077.
 - don't trigger assertion on __pthread_mutex_lock anymore.  Closes:
   #479952.
 - fix week specifier in en_GB.  Closes: 

Accepted elyxer 0.31-1 (source all)

2009-09-30 Thread Sven Hoexter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 20:48:53 +0200
Source: elyxer
Binary: elyxer
Architecture: source all
Version: 0.31-1
Distribution: unstable
Urgency: low
Maintainer: Debian LyX Maintainers pkg-lyx-de...@lists.alioth.debian.org
Changed-By: Sven Hoexter hoex...@debian.org
Description: 
 elyxer - Standalone LyX to HTML converter
Changes: 
 elyxer (0.31-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 3152567aefa2831d1e39370556d798ea0453585c 1188 elyxer_0.31-1.dsc
 c0fa71a440f63e48ced226ee46d16f0deeb1eb63 484719 elyxer_0.31.orig.tar.gz
 15102c51a9153f5301130d8bd7289544b6c3a280 2264 elyxer_0.31-1.diff.gz
 4f6195435392e08e6d8461be70d51bd3ce13d192 155724 elyxer_0.31-1_all.deb
Checksums-Sha256: 
 837fb2c159d4afc31790c24d626336aac24afe4713956458e7eed983af4771aa 1188 
elyxer_0.31-1.dsc
 7607639c721f941cc0dd7499159e2a70c81eec1af6220723b7490283be7918aa 484719 
elyxer_0.31.orig.tar.gz
 654c072c5fd2b6982d247972cba522cf03b90b13d6085e70de40e10217da7212 2264 
elyxer_0.31-1.diff.gz
 52b24a17c4f7bcb45e0082dcfa495753804cfc6fbf7d755b291ffd3591d5a34e 155724 
elyxer_0.31-1_all.deb
Files: 
 8700aa2b067c2c2b5205cf4ad2bc1388 1188 text optional elyxer_0.31-1.dsc
 24870d473a048ef087a69f8b5e05c076 484719 text optional elyxer_0.31.orig.tar.gz
 e43b0938b78e2b4564827f9af2b77a02 2264 text optional elyxer_0.31-1.diff.gz
 08b9ea849838b14ca80696cd81dee5d8 155724 text optional elyxer_0.31-1_all.deb

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

iEYEARECAAYFAkrDqgEACgkQxKXVjqqse7y5BwCdG0dpYWHnzdrBuo6e2B6c+pIj
UiEAnAudCz4O1/qPVZQOIEoTcn/1SnwV
=9juy
-END PGP SIGNATURE-


Accepted:
elyxer_0.31-1.diff.gz
  to pool/main/e/elyxer/elyxer_0.31-1.diff.gz
elyxer_0.31-1.dsc
  to pool/main/e/elyxer/elyxer_0.31-1.dsc
elyxer_0.31-1_all.deb
  to pool/main/e/elyxer/elyxer_0.31-1_all.deb
elyxer_0.31.orig.tar.gz
  to pool/main/e/elyxer/elyxer_0.31.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



Accepted cmake 2.6.4-3 (source all amd64 i386)

2009-09-30 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 20:51:13 +0300
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui
Architecture: all amd64 i386 source 
Version: 2.6.4-3
Distribution: unstable
Urgency: low
Maintainer: A. Maitland Bottoms bott...@debian.org
Changed-By: Modestas Vainius modes...@vainius.eu
Closes: 544290 544674 546030
Description:
 cmake  - A cross-platform, open-source make system
 cmake-curses-gui - Curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Changes:
 cmake (2.6.4-3) unstable; urgency=low
 .
   * Bump Standards-Version to 3.8.3, no changes needed.
   * Add ${misc:Depends} to Depends fields of packages.
   * Improve debian/watch:
 - make it scan remote directories recursively;
 - make it work with new upstream RC release mangling.
   * Remove Pierre Habouzit from Uploaders by his own request.
   * Backport FindJNI.cmake from CMake 2.8 CVS in order to make it arch
 independent on Linux. New FindJNI.cmake also supports most Linux arches and
 is capable of finding Sun Java, OpenJDK, Kaffe and GCJ (if latter is
 default-java) JVMs. Support for Debian specific /usr/lib/jvm/default-java 
is
 also included. Patch FindJNI.cmake-more-arches.diff (Closes: #544674).
   * Backport Modules/FindVTK.cmake from CMake 2.8 CVS. It adds support for VTK
 5.4. Patch FindVTK.cmake-vtk-5.4.diff (Closes: #546030).
   * Update debian/copyright with more details (Closes: #544290).
   * Make cmake-curses-gui and cmake-qt-gui packages provide 'cmake-gui'.
Checksums-Sha1: 
 10e3bb135cfc397107ff0e77dfbb5308730eb20c 3815360 cmake_2.6.4-3_i386.deb
 1809af25671404ef6171bcd411eb8e59e4f8dcf7 1553342 cmake-qt-gui_2.6.4-3_i386.deb
 7400870fdc15ecb10d6ea022f7a9a9fe409aaa0c 1317034 
cmake-curses-gui_2.6.4-3_i386.deb
 8d5c3ef3697a818bec4cab413a8942f8eccf8b8b 20942 cmake_2.6.4-3.diff.gz
 a84555c44e145ad913a7b674419df0d4d86c57a1 1579386 cmake-qt-gui_2.6.4-3_amd64.deb
 ad5143986acca99f058e4a5b0e7a029e6af6a381 1145728 cmake-data_2.6.4-3_all.deb
 cb58bcf63d92659fb1783a8e3c0318905706fcc3 1305 cmake_2.6.4-3.dsc
 e5b671c86f8adc0ae998b170d56aa22a38004754 3888798 cmake_2.6.4-3_amd64.deb
 eeaa1e5883be79b29b4e2b51694dc04f68b60a44 1342816 
cmake-curses-gui_2.6.4-3_amd64.deb
Checksums-Sha256: 
 0e6f32cf683e97be06b3a3b359d7144b5c4a781ba992f55dd400fccdaea4bef6 20942 
cmake_2.6.4-3.diff.gz
 3929ba265a36cd1189b9e9d3e67a65a35031eb642c820b5111889463d60458a8 1145728 
cmake-data_2.6.4-3_all.deb
 5f6f4e8599e90bfee961fab4874ce01a7534cf477fc11bceb262c9f3f8c1028e 1553342 
cmake-qt-gui_2.6.4-3_i386.deb
 7d8fba43b3ccdc34cad026677e60c0e60c6ca86348148549e5c41b99f0eca108 1342816 
cmake-curses-gui_2.6.4-3_amd64.deb
 9b93d8005df34068b17f06f8c447d1ee1e6ef30acdcbef9d7b2db2ae3fd401ab 3888798 
cmake_2.6.4-3_amd64.deb
 fafb2d61ccfd0b1d789ac721220985a7628892c409d82fb69777f53b921b92c6 1305 
cmake_2.6.4-3.dsc
 d2c5ef9351395b9f764b4db790518737038d47f5a107a17d90a03d4a1439dbbf 1579386 
cmake-qt-gui_2.6.4-3_amd64.deb
 d81b97d1f14fb9fb31f270f8f72c5dd3b2dda179e57fa6ad2a6821a8b759773d 3815360 
cmake_2.6.4-3_i386.deb
 f1981f10f264c82ff2b5589bad3f310f082cb14cbf4f83a6f47ec25a3be348d7 1317034 
cmake-curses-gui_2.6.4-3_i386.deb
Files: 
 24744a2c4347f97060f8d2f527f0bf30 3888798 devel optional cmake_2.6.4-3_amd64.deb
 4307c970af462eed730150e69b673656 1553342 devel optional 
cmake-qt-gui_2.6.4-3_i386.deb
 49fbd7219cc61a11057a7ad95b2cd6e6 3815360 devel optional cmake_2.6.4-3_i386.deb
 e45fe03431367c241451200cb216dc39 1305 devel optional cmake_2.6.4-3.dsc
 50afb28a89e017994270c4e10830fc08 1579386 devel optional 
cmake-qt-gui_2.6.4-3_amd64.deb
 5be3d8e0215a5b5c5b7fa0e44156bce5 1342816 devel optional 
cmake-curses-gui_2.6.4-3_amd64.deb
 6e07383245b74b0e2b1ecbb6795b6902 1317034 devel optional 
cmake-curses-gui_2.6.4-3_i386.deb
 79caddd430277e32d1647788abd7b610 1145728 devel optional 
cmake-data_2.6.4-3_all.deb
 b449e1a1cec07da0f289742984a9a132 20942 devel optional cmake_2.6.4-3.diff.gz

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

iEYEARECAAYFAkrDo14ACgkQHO9JRnPq4hQn8QCg72LPI3J4pjO615uvz/rHmmfn
L0sAn1pL/uKDrWSu2YoHGbeAB77E+uJd
=bQxz
-END PGP SIGNATURE-


Accepted:
cmake-curses-gui_2.6.4-3_amd64.deb
  to pool/main/c/cmake/cmake-curses-gui_2.6.4-3_amd64.deb
cmake-curses-gui_2.6.4-3_i386.deb
  to pool/main/c/cmake/cmake-curses-gui_2.6.4-3_i386.deb
cmake-data_2.6.4-3_all.deb
  to pool/main/c/cmake/cmake-data_2.6.4-3_all.deb
cmake-qt-gui_2.6.4-3_amd64.deb
  to pool/main/c/cmake/cmake-qt-gui_2.6.4-3_amd64.deb
cmake-qt-gui_2.6.4-3_i386.deb
  to pool/main/c/cmake/cmake-qt-gui_2.6.4-3_i386.deb
cmake_2.6.4-3.diff.gz
  to pool/main/c/cmake/cmake_2.6.4-3.diff.gz
cmake_2.6.4-3.dsc
  to pool/main/c/cmake/cmake_2.6.4-3.dsc
cmake_2.6.4-3_amd64.deb
  to pool/main/c/cmake/cmake_2.6.4-3_amd64.deb
cmake_2.6.4-3_i386.deb
  to pool/main/c/cmake/cmake_2.6.4-3_i386.deb

Accepted pysparse 1.1-1 (source all amd64)

2009-09-30 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 19:28:55 -0400
Source: pysparse
Binary: python-sparse python-sparse-examples
Architecture: source amd64 all
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Adam C. Powell, IV hazel...@debian.org
Changed-By: Adam C. Powell, IV hazel...@debian.org
Description: 
 python-sparse - Sparse linear algebra extension for Python
 python-sparse-examples - Sparse linear algebra extension for Python: 
documentation
Closes: 535318 547839
Changes: 
 pysparse (1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Small changes to package description.
   * Bounds-checking eliminates many crashes (closes: #535318).
   * Added --install-layout=deb to setup.py install (closes: #547839).
   * Using quilt for patches, and added README.source describing it.
   * Updated Standards-Version.
Checksums-Sha1: 
 fd6ceb3de5d3361dae380a90fb02a7c0bd018721 1240 pysparse_1.1-1.dsc
 55e935e6b9c089e3740bd11494ed6bf451e56c84 912439 pysparse_1.1.orig.tar.gz
 88749df9ef30baf61138c3af6a33740014abd776 6667 pysparse_1.1-1.diff.gz
 e93190029cbb9086f0bf457ecfded35ddec04dd3 213546 python-sparse_1.1-1_amd64.deb
 c503c0321ae4e02cf27ed0aabb2f3ff26ef3a0f5 154748 
python-sparse-examples_1.1-1_all.deb
Checksums-Sha256: 
 9716b996d1a40620bd558b1b3f50a21cd434bba0028fd2ab65fbbf42a4a53988 1240 
pysparse_1.1-1.dsc
 45bedbc2f6b42e8dd52d3768ff72bcf8e75690a2e6026e99c28cf9b7ffb90245 912439 
pysparse_1.1.orig.tar.gz
 f10d6477b4b3f14a85b3775e8f4f1af9a408d28a12e1db4a5ca2f27e762679ad 6667 
pysparse_1.1-1.diff.gz
 0466e5a3d15d9ef96a430422af13ed71baf49b5b0c4be8f9b05fc88117ccd889 213546 
python-sparse_1.1-1_amd64.deb
 d1f942b5763ae08bf7a304542842c7fb3f002f5661a6fa9bcdde7f946da76356 154748 
python-sparse-examples_1.1-1_all.deb
Files: 
 668dcbf2d520181553f1141370e9dfe4 1240 python optional pysparse_1.1-1.dsc
 b6d52b9b34824be138f75dd790d52598 912439 python optional 
pysparse_1.1.orig.tar.gz
 31c95608032d6bc1224d62fb3c3f7743 6667 python optional pysparse_1.1-1.diff.gz
 4acf24c7eb1a6775a4ffcf1b137669c7 213546 python optional 
python-sparse_1.1-1_amd64.deb
 7ae5b93e8b068a3d661e7b41cf924e61 154748 python optional 
python-sparse-examples_1.1-1_all.deb

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

iEYEARECAAYFAkrCmPYACgkQUm8B6FZO5Lb8fQCeLNju1gmfmY4axcbWU7cVkCy0
Y0kAnRplEz6P6DOCaNB5mRetgOSfJcC4
=LA+Q
-END PGP SIGNATURE-


Accepted:
pysparse_1.1-1.diff.gz
  to pool/main/p/pysparse/pysparse_1.1-1.diff.gz
pysparse_1.1-1.dsc
  to pool/main/p/pysparse/pysparse_1.1-1.dsc
pysparse_1.1.orig.tar.gz
  to pool/main/p/pysparse/pysparse_1.1.orig.tar.gz
python-sparse-examples_1.1-1_all.deb
  to pool/main/p/pysparse/python-sparse-examples_1.1-1_all.deb
python-sparse_1.1-1_amd64.deb
  to pool/main/p/pysparse/python-sparse_1.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



Accepted safecopy 1.5-1 (source i386)

2009-09-30 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Sep 2009 01:18:18 +0200
Source: safecopy
Binary: safecopy
Architecture: source i386
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics forensics-de...@lists.alioth.debian.org
Changed-By: Michael Prokop m...@debian.org
Description: 
 safecopy   - Copy utility ignoring errors
Closes: 541339
Changes: 
 safecopy (1.5-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Minimizing rules file.
   * Adding stuff in rules that doesn't get done by dh automatically.
 .
   [ Christophe Monniez ]
   * Merging upstream version 1.5.
   * Filling out the man page (Closes: #541339).
 .
   [ Michael Prokop ]
   * Update to Standards-Version 3.8.3 (no further changes).
   * Update VCS-* headers (moved to alioth).
   * Bump build dependency on debhelper to = 7.0.50~.
Checksums-Sha1: 
 a70a460e29700aa7cdd50166a667a2edbac6b2e6 1182 safecopy_1.5-1.dsc
 726ce78a4f47e8d03d368092adc8b0b3397226f8 9002811 safecopy_1.5.orig.tar.gz
 2d657f0a3a3a7d5bd2756207deca17b7ceed85db 4984 safecopy_1.5-1.diff.gz
 515127a4d9c2c2399037a8a4902f81ab5b2669f6 40282 safecopy_1.5-1_i386.deb
Checksums-Sha256: 
 4ea2e1aa585d03c4580bd38cb37b2d23d79af6f5c19c5976e94a697a220f001e 1182 
safecopy_1.5-1.dsc
 909b2016492964a26c73a4e84ff744290bcd258bb310cdaffed6347f3f0921ec 9002811 
safecopy_1.5.orig.tar.gz
 37263698e7ac9150fbf70127efe7392852e986463f89a832f2b208b2632bdb69 4984 
safecopy_1.5-1.diff.gz
 768a08c228bf1a9f4a19f258bd8f6c05f92f64469b0a629a78c6649c2fbc027b 40282 
safecopy_1.5-1_i386.deb
Files: 
 15b43e5f1c79f90383bdfe9708f713af 1182 admin optional safecopy_1.5-1.dsc
 bb13b816a28c36c6f92bad8892a01251 9002811 admin optional 
safecopy_1.5.orig.tar.gz
 49d525a14d8d547f976da87e5c3b0f78 4984 admin optional safecopy_1.5-1.diff.gz
 916f69ad29ea602b4b6ffc7b38f87df2 40282 admin optional safecopy_1.5-1_i386.deb

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

iD8DBQFKw7BQ2N9T+zficugRAteHAJsGH5C7D8PDlOy8bk2HEFCZc7mymACfVwFT
y+mXk33wpLPF7lMZzYXhw0E=
=zWhU
-END PGP SIGNATURE-


Accepted:
safecopy_1.5-1.diff.gz
  to pool/main/s/safecopy/safecopy_1.5-1.diff.gz
safecopy_1.5-1.dsc
  to pool/main/s/safecopy/safecopy_1.5-1.dsc
safecopy_1.5-1_i386.deb
  to pool/main/s/safecopy/safecopy_1.5-1_i386.deb
safecopy_1.5.orig.tar.gz
  to pool/main/s/safecopy/safecopy_1.5.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



Accepted guymager 0.4.2-1 (source i386)

2009-09-30 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 21:34:16 +0200
Source: guymager
Binary: guymager
Architecture: source i386
Version: 0.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics forensics-de...@lists.alioth.debian.org
Changed-By: Michael Prokop m...@debian.org
Description: 
 guymager   - Forensic imaging tool based on Qt
Changes: 
 guymager (0.4.2-1) unstable; urgency=low
 .
   * New upstream version 0.4.2.
   * Update VCS headers (moved to alioth).
Checksums-Sha1: 
 8815645abfccdb0b5c2e493c03bd5e9ce9da6e57 1263 guymager_0.4.2-1.dsc
 468703bbb8b6771ba547a286738cf70218e4220c 154527 guymager_0.4.2.orig.tar.gz
 1c047924763d04bd2ea3ca5699851b8a72c46ce1 2836 guymager_0.4.2-1.diff.gz
 3861d8cb58b73a4ed97c58d6eddb07d9268d1703 224404 guymager_0.4.2-1_i386.deb
Checksums-Sha256: 
 4eca9f5c15a67d507aa53f03a7ea576241f5a681c0e61c9a78b568d42855b70c 1263 
guymager_0.4.2-1.dsc
 2658bba3246cd61c4169ae2a874836c5d1ccbd03899fe28caefb2f9dbfa8cde0 154527 
guymager_0.4.2.orig.tar.gz
 6893d5ce375d4ca945e60a41f34dfdfbd296b50963f19d29f617fc9e4817156b 2836 
guymager_0.4.2-1.diff.gz
 a01f25a9b75a0bc6d968c2d4323f4ad5a33ca3c41a34dadd06136e5f76cd6a9e 224404 
guymager_0.4.2-1_i386.deb
Files: 
 4dc39018cefc86c8bd4282c45d188cee 1263 x11 optional guymager_0.4.2-1.dsc
 2a736acc7dc477ef6533ed6b855da235 154527 x11 optional guymager_0.4.2.orig.tar.gz
 aa341093ece1b5790ac6249f5f068928 2836 x11 optional guymager_0.4.2-1.diff.gz
 6fdd867d6cb9a83d8279ee60a5446b45 224404 x11 optional guymager_0.4.2-1_i386.deb

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

iD8DBQFKw7Ok2N9T+zficugRAkoUAJ9WyshGyYok1GslZXER4jjXMXID4ACfejZX
PiLcxjwljnP3b39bkABuTrI=
=NqRx
-END PGP SIGNATURE-


Accepted:
guymager_0.4.2-1.diff.gz
  to pool/main/g/guymager/guymager_0.4.2-1.diff.gz
guymager_0.4.2-1.dsc
  to pool/main/g/guymager/guymager_0.4.2-1.dsc
guymager_0.4.2-1_i386.deb
  to pool/main/g/guymager/guymager_0.4.2-1_i386.deb
guymager_0.4.2.orig.tar.gz
  to pool/main/g/guymager/guymager_0.4.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



Accepted magyarispell 0.99.4-1.2 (source all amd64)

2009-09-30 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Sep 2009 16:40:04 +0200
Source: magyarispell
Binary: ihungarian myspell-hu
Architecture: source all amd64
Version: 0.99.4-1.2
Distribution: unstable
Urgency: low
Maintainer: PASZTOR Gyorgy pasz...@linux.gyakg.u-szeged.hu
Changed-By: Rene Engelhard r...@debian.org
Description: 
 ihungarian - The Hungarian dictionary for ispell
 myspell-hu - The Hungarian dictionary for myspell
Closes: 373744 541926
Changes: 
 magyarispell (0.99.4-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * add hu.{dic,aff} - hu_HU.{dic,aff} symlink (closes: #373744) and
 remove hu-HU.{dic,aff} link
   * move dict to /usr/share/hunspell and add compat symlinks from
 /usr/share/myspell/dicts (closes: #541926)
   * utf8ize copyright
   * DH_COMPAT - debian/compat
   * add ${misc:Depends}
Checksums-Sha1: 
 3c2fd0ac96fadba38453385699bc1a1eb3cef0fb 1714 magyarispell_0.99.4-1.2.dsc
 aaddd6d651b6bf9f8811b2ab7c05ebae27403f4b 3697 magyarispell_0.99.4-1.2.diff.gz
 f40cc871318129ce590870996577b3c90b9d2f4e 89962 myspell-hu_0.99.4-1.2_all.deb
 e13ce9eadae36f4666dbc1ccea2071081209abd1 2718322 
ihungarian_0.99.4-1.2_amd64.deb
Checksums-Sha256: 
 54bea3c2359a3399d84da20ae86dd5cb200f8d7d8e43a3dace1e6060cb746bc5 1714 
magyarispell_0.99.4-1.2.dsc
 e899e7f109dade64782801c4301bdd79b159a4651624cce7e6eda7885cce2909 3697 
magyarispell_0.99.4-1.2.diff.gz
 1f99a73d753e9f6808ce7dc312f0e1d07a3683a843531fe3d4b887d27371241b 89962 
myspell-hu_0.99.4-1.2_all.deb
 5f25b827e4ee765ebd9b3a0e87f5f94724c630e831d367ce337a912928881933 2718322 
ihungarian_0.99.4-1.2_amd64.deb
Files: 
 b5480f4fe3e09fe2ed8c3e29f340eaed 1714 text optional magyarispell_0.99.4-1.2.dsc
 57c7634fd97296b7e0a572110341b31f 3697 text optional 
magyarispell_0.99.4-1.2.diff.gz
 03bc64755f9c3208e7b8396f4bd3ddb3 89962 text optional 
myspell-hu_0.99.4-1.2_all.deb
 6ecbbe48583bf58e61ad943fdc0dcdf2 2718322 text optional 
ihungarian_0.99.4-1.2_amd64.deb

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

iQIcBAEBCgAGBQJKw26mAAoJEAqgRXHQPj5wXTIQAJDhowAXP7to/RjHMokO2L6h
R7mIfw6pjbU2lJ8NpSEQVCGJWUJyMuaV/zLI0Qx8XLGvJKuU87sbNthVMTi9TWAp
NhLA7ym/TpDIs4czB7YL3oFTi018cfeSU0HEF2u3hQI5YgHQproAs3Cavrua+PHR
kJkW7Dm7HQpU/qjVXWgXcEgU5ncVriKY98Gj92rs/0JS4pNQgS2lkR8pu7fyki00
0AjNekmKO38jAm8eFfwASiwQBlF88Q6+OJOYLw0CT4UQn15jbauDXsEJHobDvpax
dABRVAi17vtd41wDB5TDmlkl6lf+p0BJDMOXRgz/L0MsjwMtdw7gk+QP7ImdQjCQ
dOfF+F/80IWdDEdlenoeSFssxWiEU9TTdqujdHjhCZdItyEScvpjIGl/hmbQMPg/
5EO8pg0/cij9rX5Vyb9xdI8bK+c+MYv7ea3AFDcwl6QdoPTpYK+8v1xge6lsy2NT
c0365ziJPwpnbw8vvoxmI7TkM7PeHuqzTyNbUroX2CkZwDQ/11CMSW2dMmDzRkOY
4KA1vfgKfiRsRmLMaL8GoiSoP6hr9FWmBvDqmz/16ahQ1fwN73kwpYRy/IbfAwEg
4iwbZr4LKxJnm75FVmfWIo/QOS9q9ezg5jN5TRObqzzLf3r+3lao76LZJJhf3spG
EH+bExutzMxZiw//vtfY
=ZydA
-END PGP SIGNATURE-


Accepted:
ihungarian_0.99.4-1.2_amd64.deb
  to pool/main/m/magyarispell/ihungarian_0.99.4-1.2_amd64.deb
magyarispell_0.99.4-1.2.diff.gz
  to pool/main/m/magyarispell/magyarispell_0.99.4-1.2.diff.gz
magyarispell_0.99.4-1.2.dsc
  to pool/main/m/magyarispell/magyarispell_0.99.4-1.2.dsc
myspell-hu_0.99.4-1.2_all.deb
  to pool/main/m/magyarispell/myspell-hu_0.99.4-1.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



Accepted fgarch 2100.79-1 (source i386)

2009-09-30 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 16:41:44 -0500
Source: fgarch
Binary: r-cran-fgarch
Architecture: source i386
Version: 2100.79-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-fgarch - GNU R package for financial engineering -- fGarch
Changes: 
 fgarch (2100.79-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version
 .
   * debian/control: Set Build-Depends: on r-cran-fbasics to (= 2100.78)
Checksums-Sha1: 
 21b44867e463c105dd38a118388fe0ddeb1092fe 1116 fgarch_2100.79-1.dsc
 e91ea616b75ba0f9afef282eaee05a025c31a487 190133 fgarch_2100.79.orig.tar.gz
 4f89ca83f67fa4fc2256a2eb26a0a33d1cd26216 2863 fgarch_2100.79-1.diff.gz
 504017c34295b5b59aa2d5a0e51d1571e49c046d 372744 
r-cran-fgarch_2100.79-1_i386.deb
Checksums-Sha256: 
 da649986bf5987e4bdaff7eec5137be8be390a02431893c531e58f305ec62ab8 1116 
fgarch_2100.79-1.dsc
 e590caffb275c3323c80833e84f899c8613a8ffce0014bd8c921698eb128dcf7 190133 
fgarch_2100.79.orig.tar.gz
 37a9b9c9e7e51a79acca58525861cf459e0373ad58059091227822ae247a5284 2863 
fgarch_2100.79-1.diff.gz
 8b3664cf3cf6e66c84a1f11b1f80b7a5cca36edb50e2e7a8fc82d558ddc7c5e5 372744 
r-cran-fgarch_2100.79-1_i386.deb
Files: 
 ef1eec65908fba026d0745d67afaa43d 1116 gnu-r optional fgarch_2100.79-1.dsc
 c3b7c0042df8c145406cc6b5c73dcc65 190133 gnu-r optional 
fgarch_2100.79.orig.tar.gz
 1d28b13df4e01eb1bcb1729229892d5f 2863 gnu-r optional fgarch_2100.79-1.diff.gz
 0ab9b0e8038362225751d025b0fd888a 372744 gnu-r optional 
r-cran-fgarch_2100.79-1_i386.deb

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

iD8DBQFKw9OGCZSR95Gw07cRAr7NAJ40mmJtDAONMu8fZhud44OtCrttYgCfdkLV
+XfSXh0aHX2F/txFnPN1mXY=
=5jWx
-END PGP SIGNATURE-


Accepted:
fgarch_2100.79-1.diff.gz
  to pool/main/f/fgarch/fgarch_2100.79-1.diff.gz
fgarch_2100.79-1.dsc
  to pool/main/f/fgarch/fgarch_2100.79-1.dsc
fgarch_2100.79.orig.tar.gz
  to pool/main/f/fgarch/fgarch_2100.79.orig.tar.gz
r-cran-fgarch_2100.79-1_i386.deb
  to pool/main/f/fgarch/r-cran-fgarch_2100.79-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted amarok 2.2.0-1 (source all amd64)

2009-09-30 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 22:26:09 +0300
Source: amarok
Binary: amarok amarok-common amarok-utils amarok-dbg
Architecture: source amd64 all
Version: 2.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Modestas Vainius modes...@vainius.eu
Changed-By: Modestas Vainius modes...@vainius.eu
Description: 
 amarok - easy to use media player based on the KDE 4 technology platform
 amarok-common - architecture independent files for Amarok
 amarok-dbg - debugging symbols for Amarok
 amarok-utils - utilities for Amarok media player
Changes: 
 amarok (2.2.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh patches.
Checksums-Sha1: 
 aeb5729f6a59332e42d2afc2080fbb22ff70fbf9 1765 amarok_2.2.0-1.dsc
 d0a2e8c78fcfb6c92470432f6a9154c8256e70f8 9757474 amarok_2.2.0.orig.tar.gz
 a94a3d3c3bc82f573679930897186d95b5fd3967 41224 amarok_2.2.0-1.diff.gz
 bad0e2ed2b6859de7e36ce736b234fc56ed95b20 7565400 amarok_2.2.0-1_amd64.deb
 4be813d555af7c146e1bf3e8a50d463dfb186e4c 3305624 amarok-common_2.2.0-1_all.deb
 8c3097e3a9d323a447a59f1e3708af78ce266329 252136 amarok-utils_2.2.0-1_amd64.deb
 46926059e9ec99143ede6d58ea1181270d3d93c7 44332862 amarok-dbg_2.2.0-1_amd64.deb
Checksums-Sha256: 
 acb040b9a0d656d1079dc1e102cf9b9ecc6ee3985dff3e3e8c4d0354a6bcc580 1765 
amarok_2.2.0-1.dsc
 1ff6c4c7257b849bea42a776778a0fff21cf1d36f9949ade34be85aaa893c776 9757474 
amarok_2.2.0.orig.tar.gz
 8885d54de3906959ed0ff0abc229d34c00157ebae860fe4a3c64ba2bfb181614 41224 
amarok_2.2.0-1.diff.gz
 611b787d86e1abb681ce86dd0bd62e43297566ba4c879cec0ab86230dec37c8f 7565400 
amarok_2.2.0-1_amd64.deb
 884a12e87259e8eb5b09ecef95f97bd63a0496bbcc11e2fa0f062729021482f1 3305624 
amarok-common_2.2.0-1_all.deb
 703f9e69fa19d285657507a7ebc4446e8b46e31d5486207c90d21060a0ebba28 252136 
amarok-utils_2.2.0-1_amd64.deb
 10af535d30aa5755f98971d4a472194047f80760430b0ad88db880926156f04a 44332862 
amarok-dbg_2.2.0-1_amd64.deb
Files: 
 910964a660c5a6880cc0a248a64bbd2e 1765 sound optional amarok_2.2.0-1.dsc
 6f5241aad04e03d072a66e7c94315ee8 9757474 sound optional 
amarok_2.2.0.orig.tar.gz
 6e7a924b16933bf9a0d1c305476b48d6 41224 sound optional amarok_2.2.0-1.diff.gz
 b277b2b24d4104896f78b85bd916aad2 7565400 sound optional 
amarok_2.2.0-1_amd64.deb
 eb64cbee104db8afa2a51f0a5aa0a3c3 3305624 sound optional 
amarok-common_2.2.0-1_all.deb
 fc60840e66b6d5f378373c7a887dde94 252136 utils optional 
amarok-utils_2.2.0-1_amd64.deb
 83ff17d47f01f4cb7d6e30f74bb37e98 44332862 debug extra 
amarok-dbg_2.2.0-1_amd64.deb

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

iEYEARECAAYFAkrDvi8ACgkQHO9JRnPq4hQzwwCg7DgAD/CA6iE/QZHU6eHVOyXX
3oEAoMVzLIES2Pq4Xqi9UCxC4tVA5ElS
=k4SV
-END PGP SIGNATURE-


Accepted:
amarok-common_2.2.0-1_all.deb
  to pool/main/a/amarok/amarok-common_2.2.0-1_all.deb
amarok-dbg_2.2.0-1_amd64.deb
  to pool/main/a/amarok/amarok-dbg_2.2.0-1_amd64.deb
amarok-utils_2.2.0-1_amd64.deb
  to pool/main/a/amarok/amarok-utils_2.2.0-1_amd64.deb
amarok_2.2.0-1.diff.gz
  to pool/main/a/amarok/amarok_2.2.0-1.diff.gz
amarok_2.2.0-1.dsc
  to pool/main/a/amarok/amarok_2.2.0-1.dsc
amarok_2.2.0-1_amd64.deb
  to pool/main/a/amarok/amarok_2.2.0-1_amd64.deb
amarok_2.2.0.orig.tar.gz
  to pool/main/a/amarok/amarok_2.2.0.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



Accepted clutter-1.0 1.0.6-1 (source all amd64)

2009-09-30 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 30 Sep 2009 19:25:03 +0100
Source: clutter-1.0
Binary: libclutter-1.0-0 libclutter-1.0-dev libclutter-1.0-dbg 
libclutter-1.0-doc
Architecture: source all amd64
Version: 1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 libclutter-1.0-0 - Open GL based interactive canvas library
 libclutter-1.0-dbg - Open GL based interactive canvas library (debug files)
 libclutter-1.0-dev - Open GL based interactive canvas library (development 
files)
 libclutter-1.0-doc - Open GL based interactive canvas library (documentation)
Changes: 
 clutter-1.0 (1.0.6-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 9739babe0e5b0e7a561166389d8c13827f5672bc 1774 clutter-1.0_1.0.6-1.dsc
 a4d557bdb437e8f9b044132f7547ff2f06f704bf 2643455 clutter-1.0_1.0.6.orig.tar.gz
 881a7428fe7a9517ed9c11fc27885c291d25724f 3126 clutter-1.0_1.0.6-1.diff.gz
 ae8ae41eccaf84984d41659e269715aec7d13e6c 618060 
libclutter-1.0-doc_1.0.6-1_all.deb
 1fc09893005a4ffa8ee0a29aaea8e8c9375618bc 446644 
libclutter-1.0-0_1.0.6-1_amd64.deb
 7cf4b910e12dd024270c2c38b8a6640b677296d2 280096 
libclutter-1.0-dev_1.0.6-1_amd64.deb
 8d576d1bbb9c78fc5201ce4997302caf33cf038a 751878 
libclutter-1.0-dbg_1.0.6-1_amd64.deb
Checksums-Sha256: 
 7049aa09ab773baff2fc7762b48ea2b85e0d2f7da2e6927a74bce7a8ce76b17b 1774 
clutter-1.0_1.0.6-1.dsc
 5ffaa5fa28f0a6d19300306fa08734cc13fc2dc4293b0014091c31101e4a9061 2643455 
clutter-1.0_1.0.6.orig.tar.gz
 6b94a57553e3ed427805437cbdbfa75347ff8c6ba56c5631493546177eeacd73 3126 
clutter-1.0_1.0.6-1.diff.gz
 33e9d518846942844bbdb4b39c21c461a0cc615b35852d48b06c10d21178d873 618060 
libclutter-1.0-doc_1.0.6-1_all.deb
 9c680d610819630f9902d707b64a986a827f2630d1b4785bf63a0d82bbf64d67 446644 
libclutter-1.0-0_1.0.6-1_amd64.deb
 603921ddc0610420d9473bb0fadfa99f3630ca9d6c7e9309ac472e4cb0fc6a80 280096 
libclutter-1.0-dev_1.0.6-1_amd64.deb
 f36e1e2676aea118024d2d8ebc78cebd8e4f75c02a8581c38d8667c836c8e5d3 751878 
libclutter-1.0-dbg_1.0.6-1_amd64.deb
Files: 
 feb2f9375d93438c00aade078122014b 1774 libs optional clutter-1.0_1.0.6-1.dsc
 85dadedcd2c77b6df851ae53a53cf793 2643455 libs optional 
clutter-1.0_1.0.6.orig.tar.gz
 7242ac030ea562985dbebbe2d6cca1e4 3126 libs optional clutter-1.0_1.0.6-1.diff.gz
 55ab293372b09045616455c696395ec7 618060 doc optional 
libclutter-1.0-doc_1.0.6-1_all.deb
 fb28d9495af3f03f30fd9a13e2612c0c 446644 libs optional 
libclutter-1.0-0_1.0.6-1_amd64.deb
 72c7ab536ebfa581a07b84f0195e8205 280096 libdevel optional 
libclutter-1.0-dev_1.0.6-1_amd64.deb
 b2fdf1d27d94657c0196b0170f7b7604 751878 debug extra 
libclutter-1.0-dbg_1.0.6-1_amd64.deb

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

iQEcBAEBCAAGBQJKw7ryAAoJENIA6zCg+12mK+wIAKy78bPog/yzKVd1RGuFSvYO
D/V6Tp+waXbtcLnkN+F14nf9WmrmrAC4jcGSWvP4rfRfdrsHzWHOoXSeq1NpObY8
JtLvMKVImqWNGrrsLBRuqWkkSitXKCL9hNmJiSSahPQZhRfz/RNu8W1l0OCHf2Nf
0gO4t03S4jTpz3pYyARyXZYexCXJcSTj7E3iKbKziPLrdhYHzflbSD6Jcg5wAoO4
++XMirLtT+sPEDqlAEi7GfCOiFanmM9R1illfctVheZv7fEARX/xqgSkT5sb4Lmj
rW5R/pIgFRzO2YEhoWlYSI/SK5dG2rtGAQXmmsfllDqPFSi0LeYJcrKhOzRKwsE=
=QsZW
-END PGP SIGNATURE-


Accepted:
clutter-1.0_1.0.6-1.diff.gz
  to pool/main/c/clutter-1.0/clutter-1.0_1.0.6-1.diff.gz
clutter-1.0_1.0.6-1.dsc
  to pool/main/c/clutter-1.0/clutter-1.0_1.0.6-1.dsc
clutter-1.0_1.0.6.orig.tar.gz
  to pool/main/c/clutter-1.0/clutter-1.0_1.0.6.orig.tar.gz
libclutter-1.0-0_1.0.6-1_amd64.deb
  to pool/main/c/clutter-1.0/libclutter-1.0-0_1.0.6-1_amd64.deb
libclutter-1.0-dbg_1.0.6-1_amd64.deb
  to pool/main/c/clutter-1.0/libclutter-1.0-dbg_1.0.6-1_amd64.deb
libclutter-1.0-dev_1.0.6-1_amd64.deb
  to pool/main/c/clutter-1.0/libclutter-1.0-dev_1.0.6-1_amd64.deb
libclutter-1.0-doc_1.0.6-1_all.deb
  to pool/main/c/clutter-1.0/libclutter-1.0-doc_1.0.6-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



Accepted genext2fs 1.4.1-2.2 (source i386)

2009-09-30 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 14:49:16 -0400
Source: genext2fs
Binary: genext2fs
Architecture: source i386
Version: 1.4.1-2.2
Distribution: unstable
Urgency: low
Maintainer: Franz Pletz fpl...@franz-pletz.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 genext2fs  - ext2 filesystem generator for embedded systems
Closes: 549097
Changes: 
 genext2fs (1.4.1-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build depend on automake instead of automake1.4. (Closes: #549097).
   * Version GPL version in debian/copyright.
   * Bump Standards Version to 3.8.3.
Checksums-Sha1: 
 7e258c4a916bf07b66c2714405d764f8fa2755f3 999 genext2fs_1.4.1-2.2.dsc
 76e09d75d4a0b27e69064a2b0a7200bf467300d1 4503 genext2fs_1.4.1-2.2.diff.gz
 ececfb65b6b16d31b8bc566c2e3c52917d405e0b 22298 genext2fs_1.4.1-2.2_i386.deb
Checksums-Sha256: 
 e26c542870502f747410594e7427d76ba5c997a812fa11f48f9d251503777515 999 
genext2fs_1.4.1-2.2.dsc
 112c7cd3ef6418e3e5253c99e25e1d133c05af7fcb728c5f31f71a8aa99550b3 4503 
genext2fs_1.4.1-2.2.diff.gz
 0ac4407821cbf4f5aa32085596bc1ef0917132f0439b9fc9202274e1fea15833 22298 
genext2fs_1.4.1-2.2_i386.deb
Files: 
 1f5cd9c0a0d8b1c17e173b20b5f97004 999 admin optional genext2fs_1.4.1-2.2.dsc
 a3c22a7a7a37a13d2f48183b7946dddb 4503 admin optional 
genext2fs_1.4.1-2.2.diff.gz
 4b2ddca78a3cef3955f822daf47abffa 22298 admin optional 
genext2fs_1.4.1-2.2_i386.deb

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

iEYEARECAAYFAkrD1bUACgkQ5ItltUs5T37v4gCguFx4k0oN/5tQqRoCS07yWQi9
aXMAoK1QYo9TnyTCEoWlG8Linuso1krb
=xXBQ
-END PGP SIGNATURE-


Accepted:
genext2fs_1.4.1-2.2.diff.gz
  to pool/main/g/genext2fs/genext2fs_1.4.1-2.2.diff.gz
genext2fs_1.4.1-2.2.dsc
  to pool/main/g/genext2fs/genext2fs_1.4.1-2.2.dsc
genext2fs_1.4.1-2.2_i386.deb
  to pool/main/g/genext2fs/genext2fs_1.4.1-2.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



Accepted fcopulae 2100.77-1 (source all)

2009-09-30 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 16:42:23 -0500
Source: fcopulae
Binary: r-cran-fcopulae
Architecture: source all
Version: 2100.77-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-fcopulae - GNU R package for financial engineering -- fCopulae
Changes: 
 fcopulae (2100.77-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version
 .
   * debian/control: Set Build-Depends: on r-cran-fbasics to (= 2100.78)
Checksums-Sha1: 
 05b02ce023da4e28bea40dcc5eb74a3d5a9daf59 1146 fcopulae_2100.77-1.dsc
 3014d2e20f03a416bc865e9c9d827234230a6b9a 155960 fcopulae_2100.77.orig.tar.gz
 9bbe7a45cf1b77f4d0cd1a8557121a756d9a6417 2436 fcopulae_2100.77-1.diff.gz
 13e7ad3cfc54ac3bf567b035b3787530940f0458 271470 
r-cran-fcopulae_2100.77-1_all.deb
Checksums-Sha256: 
 a1253c9c9bd1939e060b8681f546a5e40da640230e72a1b6a8ae62ca0bdd3ebd 1146 
fcopulae_2100.77-1.dsc
 4e3ac6646ae1cb81055b078519e2ced33c2b01dbc85249abc4566fbf0813a5b7 155960 
fcopulae_2100.77.orig.tar.gz
 de1be912188f83825061ccc92a6341514fbfc01a587ca43d024bdec5620ec9ef 2436 
fcopulae_2100.77-1.diff.gz
 0f111f4b7c2ac1b36cad58819fae5ee078454cdab6b80f5f0767a4debf8741df 271470 
r-cran-fcopulae_2100.77-1_all.deb
Files: 
 e70a6a11c58aeecebb5284395f28dc9e 1146 gnu-r optional fcopulae_2100.77-1.dsc
 b4f94d875b7d1c7d03f8a4607ddb9948 155960 gnu-r optional 
fcopulae_2100.77.orig.tar.gz
 913a218fb7e518809d4d04d3032f5877 2436 gnu-r optional fcopulae_2100.77-1.diff.gz
 2a425c4968c6dba958b601f570a67703 271470 gnu-r optional 
r-cran-fcopulae_2100.77-1_all.deb

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

iD8DBQFKw9LXCZSR95Gw07cRApcNAJ9YfGdVlZy+21xgkRwafeb5jSRcLwCfSN3d
RITko1rOpOf1Tb5LQUA1yGE=
=d12b
-END PGP SIGNATURE-


Accepted:
fcopulae_2100.77-1.diff.gz
  to pool/main/f/fcopulae/fcopulae_2100.77-1.diff.gz
fcopulae_2100.77-1.dsc
  to pool/main/f/fcopulae/fcopulae_2100.77-1.dsc
fcopulae_2100.77.orig.tar.gz
  to pool/main/f/fcopulae/fcopulae_2100.77.orig.tar.gz
r-cran-fcopulae_2100.77-1_all.deb
  to pool/main/f/fcopulae/r-cran-fcopulae_2100.77-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



Accepted munge 0.5.8-10 (source i386)

2009-09-30 Thread Gennaro Oliva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Sep 2009 22:19:07 +0200
Source: munge
Binary: munge libmunge-dev libmunge2
Architecture: source i386
Version: 0.5.8-10
Distribution: unstable
Urgency: low
Maintainer: Gennaro Oliva oliv...@na.icar.cnr.it
Changed-By: Gennaro Oliva oliv...@na.icar.cnr.it
Description: 
 libmunge-dev - authentication service for credential -- development package
 libmunge2  - authentication service for credential -- library package
 munge  - authentication service to create and validate credentials
Closes: 537469 541238
Changes: 
 munge (0.5.8-10) unstable; urgency=low
 .
   * In the init script the runlevel 2 was moved from Default-Stop
 to Default-Start, $named was moved from Required-{Start,Stop} to
 Should-{Start,Stop}, $remote_fs was added in Required-{Start,Stop},
 $local_fs was removed from Should-{Start,Stop} (Closes: #541238)
   * Updated upstream config.{sub,guess} under the config directory
 (Closes: #537469)
Checksums-Sha1: 
 1fe55ffe6c2b8995ecb355d4a7e199732a72ec6d 1132 munge_0.5.8-10.dsc
 c059a37f53630b1e9c65c7d8a03a89a97423f63c 50025 munge_0.5.8-10.diff.gz
 efdf1bdb80ede1ea7263a367a377fe8838e516f8 107538 munge_0.5.8-10_i386.deb
 abe8592a817871113bb9080b38e583794c52a548 56192 libmunge-dev_0.5.8-10_i386.deb
 86eb98a6ce50e85320f1881964c532a9b1011308 37840 libmunge2_0.5.8-10_i386.deb
Checksums-Sha256: 
 9a8d953402f79fc1cf98ba94b8d2328212b314fc00ffafe035b63fe5ba43 1132 
munge_0.5.8-10.dsc
 61aa68e0865167147d6481b227bc94dc0eef0c153e8ad43965e7eef64a57131f 50025 
munge_0.5.8-10.diff.gz
 d9303dbb6b6655dd0537cb075c81e2eab97b93d63cca4054d1f8ddc80238d343 107538 
munge_0.5.8-10_i386.deb
 89d2ea70170257c2752fa46a07ff0e6737b23a69597e90e0f785bbff068ebe05 56192 
libmunge-dev_0.5.8-10_i386.deb
 ba4dbb928b4b72b863ec09f6c02525d24bab1c2efd5073ce9c7c2654ca5c8521 37840 
libmunge2_0.5.8-10_i386.deb
Files: 
 176789aab6fc43b360cb3e37e0d61a54 1132 admin extra munge_0.5.8-10.dsc
 ce7cfc8292410b482b603e6f32763d87 50025 admin extra munge_0.5.8-10.diff.gz
 1e937b2a8a1397e22b71eb3bffebd6ae 107538 admin extra munge_0.5.8-10_i386.deb
 644d167bb0d8d1b66de4856f95ab7200 56192 libdevel extra 
libmunge-dev_0.5.8-10_i386.deb
 edf04420172f997be7081a038e9c6c16 37840 libs extra libmunge2_0.5.8-10_i386.deb

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

iD8DBQFKw9TOCZSR95Gw07cRAiv9AKCBn9azEkEJZK99atABOk6oUeVDkQCeIh1k
q8BmvFFQ22+r3ckF+L4MOYI=
=WNGu
-END PGP SIGNATURE-


Accepted:
libmunge-dev_0.5.8-10_i386.deb
  to pool/main/m/munge/libmunge-dev_0.5.8-10_i386.deb
libmunge2_0.5.8-10_i386.deb
  to pool/main/m/munge/libmunge2_0.5.8-10_i386.deb
munge_0.5.8-10.diff.gz
  to pool/main/m/munge/munge_0.5.8-10.diff.gz
munge_0.5.8-10.dsc
  to pool/main/m/munge/munge_0.5.8-10.dsc
munge_0.5.8-10_i386.deb
  to pool/main/m/munge/munge_0.5.8-10_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ion3 20090110-3 (source all i386)

2009-09-30 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Sep 2009 21:52:01 +0100
Source: ion3
Binary: ion3 ion3-dev
Architecture: source all i386
Version: 20090110-3
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings b...@decadent.org.uk
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 ion3   - tiling tabbed window manager designed for keyboard users
 ion3-dev   - Ion3 development files
Closes: 529958
Changes: 
 ion3 (20090110-3) unstable; urgency=low
 .
   * Remove reference to ion2 package from description - closes: #529958
   * Update to relaxed licence
 - Remove version check and warning on installation which are no
   longer mandated
Checksums-Sha1: 
 bbd50fa04fb9ba74493b320a0a05ed4c4c7f32c4 1717 ion3_20090110-3.dsc
 30d8cd97f64bbba6a8428002903f14967d56c92f 30503 ion3_20090110-3.diff.gz
 bb10ccec70cbf47ac97f3c6490a24363b91b761f 185850 ion3-dev_20090110-3_all.deb
 b8b02bc3431a5d6113ebbebd1f364312257f71b8 673214 ion3_20090110-3_i386.deb
Checksums-Sha256: 
 6258f366bcf4b7a49ede187ba503d5beca2fd10893758bd7f383d24c4e8a 1717 
ion3_20090110-3.dsc
 30cbcecc43dc80db9f4d3b677b1de570d302563b0427bcd21dc29b1909d6ad0a 30503 
ion3_20090110-3.diff.gz
 b641b76baa968346f3a9dd8ceefd75fe9a67ba73c8b0dc1bb0c4b79062a5b0f7 185850 
ion3-dev_20090110-3_all.deb
 cfc852e331d5ff87c62b854e491a68d85ec0ea10894b4802a1db52633ca5bef4 673214 
ion3_20090110-3_i386.deb
Files: 
 533bc1f0b86a5b326869ca278fe3e804 1717 non-free/x11 extra ion3_20090110-3.dsc
 2b1ac5795e030870c21eced77b1941cc 30503 non-free/x11 extra 
ion3_20090110-3.diff.gz
 97d5c6f3b23cf91c6a7e24f217ef5493 185850 non-free/devel extra 
ion3-dev_20090110-3_all.deb
 4233b5b40b500fe51f04959689ae5239 673214 non-free/x11 extra 
ion3_20090110-3_i386.deb

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

iQIVAwUBSsPRYue/yOyVhhEJAQpg6A//W+nEE52JujSrVa4hGWJyzLrsptzLJvfE
20CFNxFwwbvxKdE5xTA3jzldHRkH9m/juyKeg1orzDcBvR2CaRPSp5KJROYKJyaZ
pe6YUBR+4NwJ9BNOTBwQfL4W0C4ETpHHt4t6MJxCcNf2ifHYSCUA37R9xDeZlWkC
eWXq+4v4HIVoTGReWBccAJ150i+3OJQRHFYVg0v1rZdaG5NhUgw9eJp147Mefben
H4BVttWw97mpLBzM4+a/bawxBRKq0izp0hQ6TeEezhIglvv/6MvLNvhSiZLVBINl
CQG0ju6j0RBO/NkGbXBpy2O9h+dUOJGm81M1v/ZaR0TjY8ii0Zx3Ly1QqrJUkrDr
dN/tsOM+2oT7GXWNdmgwAyZ74whFESNJaUJWEy5dBI8vTHdE10sZXewOWNAOUzDR
BkQGCGGmXrdSxfqDPUcB3sBfEyWRGiT+38quROwKjqyrzmGp7FS7Y5eaI5w5KOl1
UC7pmagvM8hhjP/wPd4fZsSsMbAbqS/f79TzT/KbRlgUd4QXbrghf8TYaIEWx9xq
3W5TNfQejGRBxOgKiKWoUxCmLnMTQ0/bPtuH6E4eOPmrwHzQ+SlqlOwJnBNtTQvY
JRX0NMEiAGu2guGk6M1FXE224jFam3/msK/0R1NLeTb6quxphkZ2zIZdLObbvs++
ZmzITVpghW8=
=6ISo
-END PGP SIGNATURE-


Accepted:
ion3-dev_20090110-3_all.deb
  to pool/non-free/i/ion3/ion3-dev_20090110-3_all.deb
ion3_20090110-3.diff.gz
  to pool/non-free/i/ion3/ion3_20090110-3.diff.gz
ion3_20090110-3.dsc
  to pool/non-free/i/ion3/ion3_20090110-3.dsc
ion3_20090110-3_i386.deb
  to pool/non-free/i/ion3/ion3_20090110-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



Accepted slurm-llnl 2.0.5-1 (source i386 all)

2009-09-30 Thread Gennaro Oliva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Sep 2009 23:28:15 +0200
Source: slurm-llnl
Binary: slurm-llnl libslurm20 libpmi0 libslurm20-dev libpmi0-dev slurm-llnl-doc 
slurm-llnl-basic-plugins slurm-llnl-basic-plugins-dev slurm-llnl-sview 
slurm-llnl-slurmdbd
Architecture: source i386 all
Version: 2.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Gennaro Oliva oliv...@na.icar.cnr.it
Changed-By: Gennaro Oliva oliv...@na.icar.cnr.it
Description: 
 libpmi0- SLURM PMI library implementation
 libpmi0-dev - SLURM PMI library implementation development files
 libslurm20 - Runtime library files for SLURM
 libslurm20-dev - SLURM development files
 slurm-llnl - Simple Linux Utility for Resource Management
 slurm-llnl-basic-plugins - SLURM basic plugins
 slurm-llnl-basic-plugins-dev - SLURM basic plugins development files
 slurm-llnl-doc - SLURM docmentation
 slurm-llnl-slurmdbd - Secure enterprise-wide interface to a database for SLURM
 slurm-llnl-sview - GUI to view and modify SLURM state
Closes: 541252
Changes: 
 slurm-llnl (2.0.5-1) unstable; urgency=low
 .
   * New upstream release
   * Changed dependecy from lib-mysqlclient15 to lib-mysqlclient
   * Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
 init.d scripts (Closes: #541252)
   * Postinst checks for wrong runlevels 2 and 4 links
   * Upgraded to standard version 3.8.3
   * Add lintian overrides for missing slurm-llnl-configurator.html in doc
 base registration
   * modified postrm scripts to ignore pkill return value in order to avoid
 postrm failure when no slurm process is running
   * Checking for slurmctld.pid before cancelling running and pending
 jobs during package removal
Checksums-Sha1: 
 1ee76f6b4ccf18ecc36c79ae443d7764c6a54a54 1384 slurm-llnl_2.0.5-1.dsc
 289e3a27a8aa8ea0db6d3afe6175e4016de916c4 9527920 slurm-llnl_2.0.5.orig.tar.gz
 707ee6a7a9685d93610176f2fa7d6c005c1395fa 61605 slurm-llnl_2.0.5-1.diff.gz
 02a2994d5081a94372351734c365e895d0516b18 6595072 slurm-llnl_2.0.5-1_i386.deb
 d907d7fb2f58be1ab9ec79517d30ce7078aa2ded 308228 libslurm20_2.0.5-1_i386.deb
 9a53ca933232039dfbe451badc24e1b470cb3b6d 18716 libpmi0_2.0.5-1_i386.deb
 f73732694e96ab7e53b54fce48c721d418f5d227 496824 libslurm20-dev_2.0.5-1_i386.deb
 03cdf9e6e6fcb29e019b544459750b7968153a20 22960 libpmi0-dev_2.0.5-1_i386.deb
 fc9542ae880fd8c9f505d59bea46b4607779bd57 348198 
slurm-llnl-basic-plugins_2.0.5-1_i386.deb
 a5f97e519d9cbf546fa4d33befef3002afa102bf 1168836 
slurm-llnl-basic-plugins-dev_2.0.5-1_i386.deb
 63ebfb73c308ea08ea1bc6e2155f42bb1807497e 394106 
slurm-llnl-sview_2.0.5-1_i386.deb
 85815da240ce91e593932c99f79057dd3d289eba 735940 
slurm-llnl-slurmdbd_2.0.5-1_i386.deb
 96faacd81260a84e2a3d9adc9f8a7ffb98347617 1075134 slurm-llnl-doc_2.0.5-1_all.deb
Checksums-Sha256: 
 61c67f95e255c3c5a95bbe104c99517ce41b6b41ad6529169e13e63db2d9c437 1384 
slurm-llnl_2.0.5-1.dsc
 c6d03857856cfe12f7480fa67cf8b2f51dc8f42ff79ce1612541eef505924773 9527920 
slurm-llnl_2.0.5.orig.tar.gz
 3090d8b9b3e6d6843eb67325562242940e4fc5171289f9704eb1619d183e847f 61605 
slurm-llnl_2.0.5-1.diff.gz
 43133f0180f0ce42cb9acea13f6522a0ad6484e23a244133d60a4138a45534dc 6595072 
slurm-llnl_2.0.5-1_i386.deb
 21828d19075522cee43e990e2bfadcf02d02a3efbeed7b05337631d95e18e161 308228 
libslurm20_2.0.5-1_i386.deb
 cb7ab16b22b3328c4c53efb46cb03b28a2cbe3d2aa98153f7aa94b8005b9bf4e 18716 
libpmi0_2.0.5-1_i386.deb
 197cd10b29f128b27d0e889347fb7c10c74daa5a1d5d677519132a50177a75b7 496824 
libslurm20-dev_2.0.5-1_i386.deb
 fe68abfa42002605586fe62a76db05fd425d58adcddee896d5bf5aec3bc4237d 22960 
libpmi0-dev_2.0.5-1_i386.deb
 32020ad7420039758227a41bf56782adb71b4d29d7056d65ab325bb37a18467b 348198 
slurm-llnl-basic-plugins_2.0.5-1_i386.deb
 ca4d803446298d26d63595bb13a81e1453cacee62bf7ab7364a9a5bc40c5eebd 1168836 
slurm-llnl-basic-plugins-dev_2.0.5-1_i386.deb
 4f729a10abcac9f5e934534b669eda8953396af8bffef812e4cef835f37d3c47 394106 
slurm-llnl-sview_2.0.5-1_i386.deb
 a8cd905f41d1c1e11872392aade0c9980b43a8d61605e698045767560c8af423 735940 
slurm-llnl-slurmdbd_2.0.5-1_i386.deb
 b4124df5a3177746048bd8cc835f61d1f38fde162dd7c9d56eb1bc2d4c4f043e 1075134 
slurm-llnl-doc_2.0.5-1_all.deb
Files: 
 596c93a9173762f0d34afdc511d0dc9c 1384 admin extra slurm-llnl_2.0.5-1.dsc
 5b9fd0ea79c379a0b4bcac5accfe75c3 9527920 admin extra 
slurm-llnl_2.0.5.orig.tar.gz
 77580d48860ce0be0e36bc0658111f7d 61605 admin extra slurm-llnl_2.0.5-1.diff.gz
 71c53c6c48bcf787702388fde7fe1146 6595072 admin extra 
slurm-llnl_2.0.5-1_i386.deb
 06a903411012bb55371d2414e6134c33 308228 libs extra libslurm20_2.0.5-1_i386.deb
 78f9e98ef18434d25bac1e7543fd0240 18716 libs extra libpmi0_2.0.5-1_i386.deb
 6ea3a2f0cc13e3e7c7be5bf76aa1b308 496824 libdevel extra 
libslurm20-dev_2.0.5-1_i386.deb
 546a48c287a6d31bc6557188e67b4247 22960 libdevel extra 
libpmi0-dev_2.0.5-1_i386.deb
 a3c06fb9eeea39d34289f78eb29dafe2 348198 admin extra 
slurm-llnl-basic-plugins_2.0.5-1_i386.deb
 c346bd2725323916eb063bac15acf283 1168836 devel 

Accepted nis 3.17-30 (source amd64)

2009-09-30 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 21:23:15 +0100
Source: nis
Binary: nis
Architecture: source amd64
Version: 3.17-30
Distribution: unstable
Urgency: low
Maintainer: Mark Brown broo...@debian.org
Changed-By: Mark Brown broo...@debian.org
Description: 
 nis- clients and daemons for the Network Information Service (NIS)
Closes: 546978
Changes: 
 nis (3.17-30) unstable; urgency=low
 .
   * Remove ypdomainname and nisdomainname binaries too (closes: #546978).
Checksums-Sha1: 
 e4d240c5d498fd3cadac0bdd6def46e4030492dd 1108 nis_3.17-30.dsc
 e8839dbf98e4e222edb3a969d1baca372e1397b0 46066 nis_3.17-30.diff.gz
 f01c05d39bcbe36c5d400ab1731abcfc34235695 221602 nis_3.17-30_amd64.deb
Checksums-Sha256: 
 12d95efb08f8c6f75f438fbe09d71ccb7b660d7729bd9fa04cb0cf258b7f1ff9 1108 
nis_3.17-30.dsc
 70a6f080d3936db1a8468a915a72b825b14708feb25661431c1ebc2cee6186e9 46066 
nis_3.17-30.diff.gz
 36e2ed6e32fca17baff4b2cb2c311afcf8146d1a17408db5c812989e755af41f 221602 
nis_3.17-30_amd64.deb
Files: 
 fd02e998bcaced953cca8fa725339016 1108 net extra nis_3.17-30.dsc
 1dd45bbcfa3b6ca5328f732f7fe6bf72 46066 net extra nis_3.17-30.diff.gz
 bcbbd7ebbb96b9fabbb4419fe999f2a9 221602 net extra nis_3.17-30_amd64.deb

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

iEYEARECAAYFAkrDxSIACgkQJ2Vo11xhU620ZgCgthIoMs4UtFahzqefMfRV1UDJ
3G4An2WRhC0pT0zvRKcgtZ2GxZE0vZx+
=qxuK
-END PGP SIGNATURE-


Accepted:
nis_3.17-30.diff.gz
  to pool/main/n/nis/nis_3.17-30.diff.gz
nis_3.17-30.dsc
  to pool/main/n/nis/nis_3.17-30.dsc
nis_3.17-30_amd64.deb
  to pool/main/n/nis/nis_3.17-30_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted xfsprogs 3.0.4 (source i386)

2009-09-30 Thread Nathan Scott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Sep 2009 14:32:48 +1000
Source: xfsprogs
Binary: xfsprogs xfslibs-dev xfsprogs-udeb
Architecture: source i386
Version: 3.0.4
Distribution: unstable
Urgency: low
Maintainer: Nathan Scott nath...@debian.org
Changed-By: Nathan Scott nath...@debian.org
Description: 
 xfslibs-dev - XFS filesystem-specific static libraries and headers
 xfsprogs   - Utilities for managing the XFS filesystem
 xfsprogs-udeb - A stripped-down version of xfsprogs, for debian-installer 
(udeb)
Closes: 517553
Changes: 
 xfsprogs (3.0.4) unstable; urgency=low
 .
   * New bugfix release
   * Resolve a libxfs unaligned access (closes: #517553)
Checksums-Sha1: 
 5cbb3c0880540261f013510b8fe941a5ad86081d 885 xfsprogs_3.0.4.dsc
 a18d63fe341df217df347c55f41af6caa687d489 1200849 xfsprogs_3.0.4.tar.gz
 56dcbe93e5a5a69bf232c5fb1cea37ea033fffd0 1350164 xfsprogs_3.0.4_i386.deb
 80fe64c126f19a2002910cfcc85271abcb15c6a0 36746 xfslibs-dev_3.0.4_i386.deb
 b53b8dd46b859711d436ab562dd77d93b2fbe00f 120998 xfsprogs-udeb_3.0.4_i386.udeb
Checksums-Sha256: 
 7427cc12e9243967a0e7844fc3a3612cc6aa05bd019c9ed0407ac38979a3 885 
xfsprogs_3.0.4.dsc
 f5efd2025f17cf31d1ab87743674edfb31f4411203d720947899b76fcfb2c633 1200849 
xfsprogs_3.0.4.tar.gz
 a866512fd66e1a359a771f76498b0cbafd4db8a4a9f73c7c24f64de05f7be3b2 1350164 
xfsprogs_3.0.4_i386.deb
 c62a9c20d20c912c07bbbddd6a7c1d11d5aa82b7f4923d134a7b491f543b6b84 36746 
xfslibs-dev_3.0.4_i386.deb
 7ee11235f1e78f50b19e6457cee6e97fb54f7f95cc2fd516f4660a9e6cd80cb3 120998 
xfsprogs-udeb_3.0.4_i386.udeb
Files: 
 0a31403ddd612d6f5084ab8227bd6920 885 admin optional xfsprogs_3.0.4.dsc
 7335a8bbdad5b80f5d92df3a58f7f30b 1200849 admin optional xfsprogs_3.0.4.tar.gz
 d8bca2542facd8c0c5f4b9d8b3601575 1350164 admin optional xfsprogs_3.0.4_i386.deb
 a034608e5a3d7d77504b804b88e91895 36746 libdevel optional 
xfslibs-dev_3.0.4_i386.deb
 8caa251028fbb35741b0ebcee7613ea8 120998 debian-installer optional 
xfsprogs-udeb_3.0.4_i386.udeb
Package-Type: udeb

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

iEYEARECAAYFAkrDDY0ACgkQm8fl3HSIa2NuuACdG02ISXTtUMCWvoV1WYYV0t00
rSwAoJfh2yBgBBlxFpygwxTxHLItO94N
=Re1w
-END PGP SIGNATURE-


Accepted:
xfslibs-dev_3.0.4_i386.deb
  to pool/main/x/xfsprogs/xfslibs-dev_3.0.4_i386.deb
xfsprogs-udeb_3.0.4_i386.udeb
  to pool/main/x/xfsprogs/xfsprogs-udeb_3.0.4_i386.udeb
xfsprogs_3.0.4.dsc
  to pool/main/x/xfsprogs/xfsprogs_3.0.4.dsc
xfsprogs_3.0.4.tar.gz
  to pool/main/x/xfsprogs/xfsprogs_3.0.4.tar.gz
xfsprogs_3.0.4_i386.deb
  to pool/main/x/xfsprogs/xfsprogs_3.0.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



Accepted mutter 2.27.5-1 (source all amd64)

2009-09-30 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 30 Sep 2009 21:19:05 +0100
Source: mutter
Binary: mutter libmutter-private0 mutter-common libmutter-dev
Architecture: source all amd64
Version: 2.27.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 libmutter-dev - Development files for the Mutter window manager
 libmutter-private0 - library for the Mutter window manager
 mutter - lightweight GTK+ window manager
 mutter-common - shared files for the Mutter window manager
Changes: 
 mutter (2.27.5-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 08cd474d2941e6bbfb73a61d08dbe66012754d60 2093 mutter_2.27.5-1.dsc
 74609a97cc3002513e242d80968b18aec0589729 3155716 mutter_2.27.5.orig.tar.gz
 2283eadde497dadf50537f1768f57506854e8bc6 16618 mutter_2.27.5-1.diff.gz
 76ad16fd1fee58eb3afb5f95bbf985175a3ab992 1809866 mutter-common_2.27.5-1_all.deb
 d8acc11ae15fd05ed42920efc2d1fec6d8d958b2 528896 mutter_2.27.5-1_amd64.deb
 2fe3811d40ab8fd8c6ba09b58d1206c024d0b885 295870 
libmutter-private0_2.27.5-1_amd64.deb
 e0493f5d02e51c80680d07a63a91af19af510f78 340662 
libmutter-dev_2.27.5-1_amd64.deb
Checksums-Sha256: 
 9b5520d022d6d47dfdc9da756577eb9a657548d30bbe58a3a08623c2f8503c05 2093 
mutter_2.27.5-1.dsc
 9ac5b4269803aa5f558046f713942f21cd86ec8168fad003e067ced918e8cafa 3155716 
mutter_2.27.5.orig.tar.gz
 ebace2f367f2cd94f34b5c60335a7b022e3698d9976ddf3051551cfccb4511a3 16618 
mutter_2.27.5-1.diff.gz
 60e66cba20f072c35fd05810247e619ac50467122102a320b8be76fc9edc6cd4 1809866 
mutter-common_2.27.5-1_all.deb
 21a9482789e1d4b4d2adcdeb6b3fedb88a93028ea5350fbf01d25d25da56b60a 528896 
mutter_2.27.5-1_amd64.deb
 ccedf1e3faaea594c5b5fde0b16047642f6203092e70a771605f454d25456811 295870 
libmutter-private0_2.27.5-1_amd64.deb
 3a8a208c11dad73d1d8029569ea71260a92e44cfe787465365451acb12c4b36d 340662 
libmutter-dev_2.27.5-1_amd64.deb
Files: 
 80ea4221459e30f4007d5ccbe564ee28 2093 x11 optional mutter_2.27.5-1.dsc
 5701c745baf9485518058d96a99bace9 3155716 x11 optional mutter_2.27.5.orig.tar.gz
 f073e55349b4008df712fbd6de2527af 16618 x11 optional mutter_2.27.5-1.diff.gz
 ba42cddb4b767a1467a1105947ac4d15 1809866 misc optional 
mutter-common_2.27.5-1_all.deb
 f4f9dae9d04af70503d988be8f0ca840 528896 x11 optional mutter_2.27.5-1_amd64.deb
 b8783065cd92b81c8e6dbd21426be6bb 295870 libs optional 
libmutter-private0_2.27.5-1_amd64.deb
 d9f8ff25143f1396e6d2183d69f1aad5 340662 libdevel optional 
libmutter-dev_2.27.5-1_amd64.deb

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

iQEcBAEBCAAGBQJKw8QGAAoJENIA6zCg+12mSTwH/R0CpzxGpeilT/baxa6ZJE/9
YgkyqkReLgSps1oExNH3w33TiUTLaWw71+B0HFG5tTl+Ah36CvzbMWwi9tEBrraA
IBLaLx6zGfr6Hla5aZh5dqR/3ZFaxugF99zcYpEBX+b+Fa5ZTiHeI38QrIJHCUWT
MZMCpT6zvKaZlHRSI9NpXOJJiCJ1EeSl23/oEeEqZfidOAfhkPyANHouCkhUwP/y
Fg+JLZgbJMAJI6EoIXWKTcWWfDEXhKe2+RC1Z+aIn/3SHA9iAf58Kai2KIT7jEK/
/cXRt92bk3WgG7qNoEuK4Z28zbOc3vC8SJreV06fY8q5flCdxf1yv691PRElJmU=
=vtgN
-END PGP SIGNATURE-


Accepted:
libmutter-dev_2.27.5-1_amd64.deb
  to pool/main/m/mutter/libmutter-dev_2.27.5-1_amd64.deb
libmutter-private0_2.27.5-1_amd64.deb
  to pool/main/m/mutter/libmutter-private0_2.27.5-1_amd64.deb
mutter-common_2.27.5-1_all.deb
  to pool/main/m/mutter/mutter-common_2.27.5-1_all.deb
mutter_2.27.5-1.diff.gz
  to pool/main/m/mutter/mutter_2.27.5-1.diff.gz
mutter_2.27.5-1.dsc
  to pool/main/m/mutter/mutter_2.27.5-1.dsc
mutter_2.27.5-1_amd64.deb
  to pool/main/m/mutter/mutter_2.27.5-1_amd64.deb
mutter_2.27.5.orig.tar.gz
  to pool/main/m/mutter/mutter_2.27.5.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



Accepted xorg-server 2:1.6.4-2 (source all i386)

2009-09-30 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 22:40:29 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xdmx xdmx-tools xnest xvfb 
xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg xserver-common
Architecture: source all i386
Version: 2:1.6.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Brice Goglin bgog...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 548724
Changes: 
 xorg-server (2:1.6.4-2) unstable; urgency=low
 .
   * Add fix-dga-removal.patch, closes: #548724.
Checksums-Sha1: 
 9defb89602b3f4c93153892669969b7a74d0e23c 3146 xorg-server_1.6.4-2.dsc
 3926ba328647d991e3488cc6b10f72777b974278 83905 xorg-server_1.6.4-2.diff.gz
 38594ffbbc674e4a416ead817427d75992a8f550 51558 xserver-common_1.6.4-2_all.deb
 a908a5bc7e551bc181cfd2916cde3c1711bfc38f 2179666 
xserver-xorg-core_1.6.4-2_i386.deb
 48adbfbb1d52831e1561d2711f0939b6a1ef81b5 993646 
xserver-xorg-dev_1.6.4-2_i386.deb
 2944cb49752b3c3f7e22419a3553b36daf3b640f 1491580 xdmx_1.6.4-2_i386.deb
 26147b2e9baf1bad0ea06eab83225cb759120bc9 810778 xdmx-tools_1.6.4-2_i386.deb
 977a68de8599eb7e505802c296754e3a5a5139f1 1400122 xnest_1.6.4-2_i386.deb
 3fd853cd284d6b2a13e047e78febab5c2b2970a5 1508988 xvfb_1.6.4-2_i386.deb
 97d1a5f76aba2a07c77ede9a109449ba882dadac 1581948 
xserver-xephyr_1.6.4-2_i386.deb
 7c3bece429e3394da667ccdb72d6a4806fdc61cb 1533836 
xserver-xfbdev_1.6.4-2_i386.deb
 8ff5981e81c606b4ac1e97c53d42d424fa65ab6c 6140580 
xserver-xorg-core-dbg_1.6.4-2_i386.deb
Checksums-Sha256: 
 4a2faaaddaddc604df9c716d36fb90db0ff163c98724d79ff1729b1121170f38 3146 
xorg-server_1.6.4-2.dsc
 29aebc40278c2ca20a7e4ed493c08f1f75b2aa5aa4344c98e2dd8362f9979516 83905 
xorg-server_1.6.4-2.diff.gz
 2687dd690cacaeeb56c2a88fcc1efc23d1b3c270e95b6a1d8951b24f845be62f 51558 
xserver-common_1.6.4-2_all.deb
 ee79fb8d30a2784ab45361631192646048b29189b66ab83793f195607621fef2 2179666 
xserver-xorg-core_1.6.4-2_i386.deb
 a9784a96f3c2b1dd7a05f25ee361cab2f3d54a7a47400ef4b641e2adb6b3c646 993646 
xserver-xorg-dev_1.6.4-2_i386.deb
 7bb10084277bde8ffb0ae64e167e8ff1387978c597b2ca34a7def3624c4ab87b 1491580 
xdmx_1.6.4-2_i386.deb
 99119a694edbc766dc03e001bcc761c42395e0581b1348972b7b4c4fd5aa6882 810778 
xdmx-tools_1.6.4-2_i386.deb
 64d653fd8d4658efefb55c266cb8aa20dc05d20516c0027f6b394a6ecc10f7f7 1400122 
xnest_1.6.4-2_i386.deb
 597ab202e993bc5a70aac0d1f7d8d302fea312cabef3598380488c0c34bcc259 1508988 
xvfb_1.6.4-2_i386.deb
 2db1962e552635d4b8c95c39fd3fd522b6cb4f562669ae71fad7601b46ee2eb6 1581948 
xserver-xephyr_1.6.4-2_i386.deb
 e0e7c4f926ffa2290d40f824e4c09cf02c9e99830687cd915e11e487c60f954b 1533836 
xserver-xfbdev_1.6.4-2_i386.deb
 5e54268b814365fda44f7d25047f811b2b0315348f71532a06fdb128a8cbc2d7 6140580 
xserver-xorg-core-dbg_1.6.4-2_i386.deb
Files: 
 f74632f5c83334489fe9ccc0a149b3dc 3146 x11 optional xorg-server_1.6.4-2.dsc
 22735168870da140b35e9ce18a5a7915 83905 x11 optional xorg-server_1.6.4-2.diff.gz
 cb959166e89f4d9c0845c5d80903da70 51558 x11 optional 
xserver-common_1.6.4-2_all.deb
 5191bdabc853dc23f7fb7236e5e9193b 2179666 x11 optional 
xserver-xorg-core_1.6.4-2_i386.deb
 fbfba5cd3b6028974107db6ef962776c 993646 x11 optional 
xserver-xorg-dev_1.6.4-2_i386.deb
 c0bfabe14800840ab8e3bb4343f5f56e 1491580 x11 optional xdmx_1.6.4-2_i386.deb
 9bcd86894d720e9474579cb88cce0230 810778 x11 optional 
xdmx-tools_1.6.4-2_i386.deb
 9e17d3f6ddfb4cab7e9eb99e2536760e 1400122 x11 optional xnest_1.6.4-2_i386.deb
 a6996afa47e9127a0c2d80a1919ae1a2 1508988 x11 optional xvfb_1.6.4-2_i386.deb
 5ee65e566ec1580637d7607202ec10b3 1581948 x11 optional 
xserver-xephyr_1.6.4-2_i386.deb
 2d0778a0791abd4a8c02ce8c456bdffe 1533836 x11 optional 
xserver-xfbdev_1.6.4-2_i386.deb
 5a808da316b44ae778dd4952573807e6 6140580 debug extra 
xserver-xorg-core-dbg_1.6.4-2_i386.deb

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

iEYEARECAAYFAkrDxk0ACgkQRh88F8PcWfoRwQCfcSryVo4z8jkEPENddbDTFP+x
inoAoJRd3GJ31VR1QSOWindd2zPajpmE
=Yx5d
-END PGP SIGNATURE-


Accepted:
xdmx-tools_1.6.4-2_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.6.4-2_i386.deb
xdmx_1.6.4-2_i386.deb
  to pool/main/x/xorg-server/xdmx_1.6.4-2_i386.deb
xnest_1.6.4-2_i386.deb
  to pool/main/x/xorg-server/xnest_1.6.4-2_i386.deb
xorg-server_1.6.4-2.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.6.4-2.diff.gz
xorg-server_1.6.4-2.dsc
  to pool/main/x/xorg-server/xorg-server_1.6.4-2.dsc
xserver-common_1.6.4-2_all.deb
  to 

Accepted libcap2 1:2.17-1 (source i386)

2009-09-30 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 22:26:51 +0200
Source: libcap2
Binary: libcap2-bin libcap2 libcap-dev
Architecture: source i386
Version: 1:2.17-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner twer...@debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libcap-dev - development libraries and header files for libcap2
 libcap2- support for getting/setting POSIX.1e capabilities
 libcap2-bin - basic utility programs for using capabilities
Changes: 
 libcap2 (1:2.17-1) unstable; urgency=low
 .
   * new upstream release
   * Switch from cdbs to dh.
   * Update Standards-Version: 3.8.3 (no changes).
   * Use gbp-pq to edit quilt patch.
   * Change Build-Depends: debhelper (= 7.0.50~).
   * Add README.source.
   * Add man page capsh.8.
Checksums-Sha1: 
 08cf7b8c627d708b9d3f650f064aab39a14cd31f 1169 libcap2_2.17-1.dsc
 7f94781049d0dae894523c810a28899423c72ebd 54044 libcap2_2.17.orig.tar.gz
 230ff6dc9173732850beeb3265e4c0e5df62daae 5969 libcap2_2.17-1.diff.gz
 401201632f89738214090d23fd3c0f7edb398d35 19674 libcap2-bin_2.17-1_i386.deb
 2ba7b79886a8fbce30f5eba75327a1532ab6a0f6 11134 libcap2_2.17-1_i386.deb
 9e4b771461a10a6999c3e191855509934587b956 17392 libcap-dev_2.17-1_i386.deb
Checksums-Sha256: 
 13630f2e7e505c96224f9ef75083b6461ce58e98ae48316580af2b2b03203809 1169 
libcap2_2.17-1.dsc
 ba2b7b306dc35fc80e328564b1dd63f7ea0139a2efcb4a618afc8d852e3e8ec2 54044 
libcap2_2.17.orig.tar.gz
 420f6c208f776c16cfd18567c215814314acb1410c237b410fd720b61a78bdda 5969 
libcap2_2.17-1.diff.gz
 947b5001d0c9823cc76528b1bd9184d1de2f066a2b8bbea960fbfa62d5fe933e 19674 
libcap2-bin_2.17-1_i386.deb
 fa3280fc58703cbb3a4818e3afccee956524bcfbb9c5d46fc579d4f903a3a49d 11134 
libcap2_2.17-1_i386.deb
 63b9533937e9ab29bd69fec4fd67d096552a339f016fa24651338c69bd0ef2c0 17392 
libcap-dev_2.17-1_i386.deb
Files: 
 2513ae0628d90f1b8070b72a220ab28a 1169 libs optional libcap2_2.17-1.dsc
 fa8c3841ce491b379de316a195e65da2 54044 libs optional libcap2_2.17.orig.tar.gz
 cfe4268abfa8dc021b05e7f9b7847987 5969 libs optional libcap2_2.17-1.diff.gz
 5a499ecc5c25e12caf2c95b9c28716b2 19674 utils optional 
libcap2-bin_2.17-1_i386.deb
 5adda5f58eff9fa216542a7bd027d6e8 11134 libs standard libcap2_2.17-1_i386.deb
 42c4596cafdb56fbc48d68f386e525e2 17392 libdevel optional 
libcap-dev_2.17-1_i386.deb

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

iEYEARECAAYFAkrDzDcACgkQfY3dicTPjsOMaQCcCkG8Bon/RecSKlvQCn3QhjRM
FBcAmwSm0MwRIYYZZqICPEoAnU5gbxaa
=tQ+g
-END PGP SIGNATURE-


Accepted:
libcap-dev_2.17-1_i386.deb
  to pool/main/libc/libcap2/libcap-dev_2.17-1_i386.deb
libcap2-bin_2.17-1_i386.deb
  to pool/main/libc/libcap2/libcap2-bin_2.17-1_i386.deb
libcap2_2.17-1.diff.gz
  to pool/main/libc/libcap2/libcap2_2.17-1.diff.gz
libcap2_2.17-1.dsc
  to pool/main/libc/libcap2/libcap2_2.17-1.dsc
libcap2_2.17-1_i386.deb
  to pool/main/libc/libcap2/libcap2_2.17-1_i386.deb
libcap2_2.17.orig.tar.gz
  to pool/main/libc/libcap2/libcap2_2.17.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



Accepted webkitkde 0.0.20090930svn1029691-1 (source i386)

2009-09-30 Thread Adrian von Bidder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 21:39:46 +0200
Source: webkitkde
Binary: kpart-webkit libwebkitkde1 libwebkitkde-dev libwebkitkde-dbg
Architecture: source i386
Version: 0.0.20090930svn1029691-1
Distribution: unstable
Urgency: low
Maintainer: Adrian von Bidder c...@debian.org
Changed-By: Adrian von Bidder c...@debian.org
Description: 
 kpart-webkit - WebKit KPart
 libwebkitkde-dbg - KDE bindings for WebKit, Development files
 libwebkitkde-dev - KDE bindings for WebKit, Development files
 libwebkitkde1 - KDE bindings for WebKit
Changes: 
 webkitkde (0.0.20090930svn1029691-1) unstable; urgency=low
 .
   * New upstream snapshot
 - mailto links
 - history with page anchors
Checksums-Sha1: 
 ccc0e55a646191fcfff64e73ff21e25f8fab8fa7 1380 
webkitkde_0.0.20090930svn1029691-1.dsc
 53244ab653ac46694c5f409b241eb6ffc8bd3192 97967 
webkitkde_0.0.20090930svn1029691.orig.tar.gz
 89548649b74f9d2b9ef577cfd3ff40123911d4a2 3453 
webkitkde_0.0.20090930svn1029691-1.diff.gz
 db88b1a50ce2e43c98091f3a266d14c8cb724b74 44578 
kpart-webkit_0.0.20090930svn1029691-1_i386.deb
 beeb411f6ef42e362be4ad7559e8a1dd2bd52796 367462 
libwebkitkde1_0.0.20090930svn1029691-1_i386.deb
 4db7200a5773d45867fb1ba2fb28544fd94a0daf 7424 
libwebkitkde-dev_0.0.20090930svn1029691-1_i386.deb
 645e9854da2b37045eee2333f53c611c7ee10459 70908 
libwebkitkde-dbg_0.0.20090930svn1029691-1_i386.deb
Checksums-Sha256: 
 8ca2ef700e1bfd19c9e4c1c6faf91c8bc65fc2da161596ab8a78bbcbc0972af5 1380 
webkitkde_0.0.20090930svn1029691-1.dsc
 579c8aa63aac5d9f4ca7f7ab8663f77c95231cd52c4cad8d96547486af6779ed 97967 
webkitkde_0.0.20090930svn1029691.orig.tar.gz
 25c2b03eca75b73381f9f3050799c16a9f0faf66450535eebe42e640aed4bb5e 3453 
webkitkde_0.0.20090930svn1029691-1.diff.gz
 8341cb4ade75bd127fcc8ea6d2a233d718b1846b03ee59c5969befeda9bd4e7c 44578 
kpart-webkit_0.0.20090930svn1029691-1_i386.deb
 e367b339e6470fd4ba6ee8cf4b5f39f764c3ef527512ee8b7b9fbe92936496d4 367462 
libwebkitkde1_0.0.20090930svn1029691-1_i386.deb
 fa58bee87edf80390069f52d6a99b5334b304ea8ff2456d335ce56d793a97cb8 7424 
libwebkitkde-dev_0.0.20090930svn1029691-1_i386.deb
 c17b44c9d3ed5963258279b300427a73f302f0575e51a6101a742116bbd345c6 70908 
libwebkitkde-dbg_0.0.20090930svn1029691-1_i386.deb
Files: 
 48aba434dab193a8d3e4c627e1afc3a8 1380 web optional 
webkitkde_0.0.20090930svn1029691-1.dsc
 62c561dab10ac03061c067925bc0c217 97967 web optional 
webkitkde_0.0.20090930svn1029691.orig.tar.gz
 6335826412da8e1c855410069af8f902 3453 web optional 
webkitkde_0.0.20090930svn1029691-1.diff.gz
 5d9709364216c5776afccc8932eedef2 44578 web optional 
kpart-webkit_0.0.20090930svn1029691-1_i386.deb
 d6201b4272d4a7605dcd1e0d270ea20d 367462 libs optional 
libwebkitkde1_0.0.20090930svn1029691-1_i386.deb
 783985d6e1b87c6edf3bec664c5a51ff 7424 libdevel optional 
libwebkitkde-dev_0.0.20090930svn1029691-1_i386.deb
 c8840ef2ddc1df31b7317062d4a37734 70908 debug extra 
libwebkitkde-dbg_0.0.20090930svn1029691-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: get my key from http://fortytwo.ch/gpg/92082481

iEYEARECAAYFAkrDuJgACgkQKqpm2L3fmXqSRQCdEK5dnROjYHGTx60pEhnl12WV
K0kAoIALZ86uApNd7cBcK5lXlW1CKaRt
=lWXN
-END PGP SIGNATURE-


Accepted:
kpart-webkit_0.0.20090930svn1029691-1_i386.deb
  to pool/main/w/webkitkde/kpart-webkit_0.0.20090930svn1029691-1_i386.deb
libwebkitkde-dbg_0.0.20090930svn1029691-1_i386.deb
  to pool/main/w/webkitkde/libwebkitkde-dbg_0.0.20090930svn1029691-1_i386.deb
libwebkitkde-dev_0.0.20090930svn1029691-1_i386.deb
  to pool/main/w/webkitkde/libwebkitkde-dev_0.0.20090930svn1029691-1_i386.deb
libwebkitkde1_0.0.20090930svn1029691-1_i386.deb
  to pool/main/w/webkitkde/libwebkitkde1_0.0.20090930svn1029691-1_i386.deb
webkitkde_0.0.20090930svn1029691-1.diff.gz
  to pool/main/w/webkitkde/webkitkde_0.0.20090930svn1029691-1.diff.gz
webkitkde_0.0.20090930svn1029691-1.dsc
  to pool/main/w/webkitkde/webkitkde_0.0.20090930svn1029691-1.dsc
webkitkde_0.0.20090930svn1029691.orig.tar.gz
  to pool/main/w/webkitkde/webkitkde_0.0.20090930svn1029691.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



Accepted netemul 0.8.6+svn147-1 (source amd64)

2009-09-30 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 17:28:15 -0300
Source: netemul
Binary: netemul
Architecture: source amd64
Version: 0.8.6+svn147-1
Distribution: unstable
Urgency: low
Maintainer: Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com
Changed-By: Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com
Description: 
 netemul- program for simulating computer networks
Changes: 
 netemul (0.8.6+svn147-1) unstable; urgency=low
 .
   * New upstream release.
   * Documentation is now being installed.
Checksums-Sha1: 
 d05070f6c536238aedf17a27db03b5fc6557bcf6 1126 netemul_0.8.6+svn147-1.dsc
 e3bb3cfcb0959d65a98858a153ecc05e05e78db1 1517391 
netemul_0.8.6+svn147.orig.tar.gz
 1740e6e83e460742abf592a0c93dada56bd2502e 2288 netemul_0.8.6+svn147-1.diff.gz
 bff44588b54f0a2f5ac9ecb4f82fa2d5f530b3cf 1461104 
netemul_0.8.6+svn147-1_amd64.deb
Checksums-Sha256: 
 26ea7d10ee6cae2a21aaca916f357b3caa82d7b32f9cc4758ef697a4f7cbcc06 1126 
netemul_0.8.6+svn147-1.dsc
 18f078d303481a941a655e951ccf1a9de15e1d2f9c50015667ad55f8d5817c39 1517391 
netemul_0.8.6+svn147.orig.tar.gz
 a3cf2e5b41495e0fe5dd4aa19ec30c9f3afc845aa705cdc9d48966fb01610990 2288 
netemul_0.8.6+svn147-1.diff.gz
 867e82c35ecd861cdd0dcf8a80a90204c40c40fc5163b00bedb69c7cdfa9a613 1461104 
netemul_0.8.6+svn147-1_amd64.deb
Files: 
 0746b57bbc216f0c6a1415b88f3cf08f 1126 net extra netemul_0.8.6+svn147-1.dsc
 f535d9e6f51ec1eb22ca9b03583fb563 1517391 net extra 
netemul_0.8.6+svn147.orig.tar.gz
 15a48665d471ab8dc2a486744d6ea2d6 2288 net extra netemul_0.8.6+svn147-1.diff.gz
 7573aefcd56bd76ad012a65b91bbe9dc 1461104 net extra 
netemul_0.8.6+svn147-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Signed by Ana Guerrero

iEYEARECAAYFAkrDzTUACgkQn3j4POjENGF7cgCdFUm/s7suNdFTAOg3pDSR1XcO
zFUAn3DCq1ltN1zlzOZ8OxM/F3oACbbM
=qZ8p
-END PGP SIGNATURE-


Accepted:
netemul_0.8.6+svn147-1.diff.gz
  to pool/main/n/netemul/netemul_0.8.6+svn147-1.diff.gz
netemul_0.8.6+svn147-1.dsc
  to pool/main/n/netemul/netemul_0.8.6+svn147-1.dsc
netemul_0.8.6+svn147-1_amd64.deb
  to pool/main/n/netemul/netemul_0.8.6+svn147-1_amd64.deb
netemul_0.8.6+svn147.orig.tar.gz
  to pool/main/n/netemul/netemul_0.8.6+svn147.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



Accepted libspring-2.5-java 2.5.6.SEC01-4 (source all)

2009-09-30 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 21:40:09 +0200
Source: libspring-2.5-java
Binary: libspring-core-2.5-java libspring-beans-2.5-java libspring-aop-2.5-java 
libspring-context-2.5-java libspring-context-support-2.5-java 
libspring-web-2.5-java libspring-webmvc-2.5-java libspring-test-2.5-java 
libspring-tx-2.5-java libspring-jdbc-2.5-java libspring-jms-2.5-java 
libspring-orm-2.5-java
Architecture: source all
Version: 2.5.6.SEC01-4
Distribution: unstable
Urgency: low
Maintainer: Damien Raude-Morvan draz...@debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libspring-aop-2.5-java - modular Java/J2EE application framework - AOP
 libspring-beans-2.5-java - modular Java/J2EE application framework - Beans
 libspring-context-2.5-java - modular Java/J2EE application framework - Context
 libspring-context-support-2.5-java - modular Java/J2EE application framework - 
Context Support
 libspring-core-2.5-java - modular Java/J2EE application framework - Core
 libspring-jdbc-2.5-java - modular Java/J2EE application framework - JDBC tools
 libspring-jms-2.5-java - modular Java/J2EE application framework - JMS tools
 libspring-orm-2.5-java - modular Java/J2EE application framework - ORM tools
 libspring-test-2.5-java - modular Java/J2EE application framework - Test 
helpers
 libspring-tx-2.5-java - modular Java/J2EE application framework - transaction
 libspring-web-2.5-java - modular Java/J2EE application framework - Web
 libspring-webmvc-2.5-java - modular Java/J2EE application framework - MVC
Closes: 548807
Changes: 
 libspring-2.5-java (2.5.6.SEC01-4) unstable; urgency=low
 .
   * Migrate to JRuby 1.2 (JRuby 1.1 will be removed from unstable soon)
 Thanks to Sebastien Delafond for report (Closes: #548807).
Checksums-Sha1: 
 c7e88f2e093e9fd019e6aaa0158d13a68a7cc4f3 2549 
libspring-2.5-java_2.5.6.SEC01-4.dsc
 51b409f42dc973d4e29d242c7730cf724194a5ae 14430 
libspring-2.5-java_2.5.6.SEC01-4.diff.gz
 9be95fd301a7a625a9436d48217ac32f068ed813 393052 
libspring-core-2.5-java_2.5.6.SEC01-4_all.deb
 b088f0f94853c0734f5cc74e9255998b67b2a193 525160 
libspring-beans-2.5-java_2.5.6.SEC01-4_all.deb
 1a63de5380b3766e4e328e28418f59ec20f8902e 372426 
libspring-aop-2.5-java_2.5.6.SEC01-4_all.deb
 6ca4d85948d9231ca89339e10a5fa3d5af4bb2fa 498740 
libspring-context-2.5-java_2.5.6.SEC01-4_all.deb
 1b56e5e39ac9eb19168271a1667900e27dc1eea1 171742 
libspring-context-support-2.5-java_2.5.6.SEC01-4_all.deb
 506271a91e7bc59018a03d4cd47cfd1432957d07 229912 
libspring-web-2.5-java_2.5.6.SEC01-4_all.deb
 bbd9d52f5bc6a8d1cf72a30b8b796e78c39cbf89 446896 
libspring-webmvc-2.5-java_2.5.6.SEC01-4_all.deb
 68130ed12119a4bace1054084a43d068000cd76c 227982 
libspring-test-2.5-java_2.5.6.SEC01-4_all.deb
 111bb6119d259d8aaf2b8c3dbd280ba14cffc301 279782 
libspring-tx-2.5-java_2.5.6.SEC01-4_all.deb
 370725c11066eba3e5ab90019e643bdb695ee119 383550 
libspring-jdbc-2.5-java_2.5.6.SEC01-4_all.deb
 1a7a5d265f8c797229cbd861af0b3db65acd803f 261042 
libspring-jms-2.5-java_2.5.6.SEC01-4_all.deb
 8df52edd92833e666d850311c4de5ac1a721cc31 397536 
libspring-orm-2.5-java_2.5.6.SEC01-4_all.deb
Checksums-Sha256: 
 60bc89783ccbc261d3907da2b7fe13ed07a5566c672ecdbb3f111d95d6f6c5fe 2549 
libspring-2.5-java_2.5.6.SEC01-4.dsc
 bda09f96ce63b9d439187ed6dc88cfab4f1642f0743ca67b26f289bee8342c66 14430 
libspring-2.5-java_2.5.6.SEC01-4.diff.gz
 b710569baf5041fde8e038a164ed0d9cc66f5fe316d7dd05c1d56c8c7cf8a506 393052 
libspring-core-2.5-java_2.5.6.SEC01-4_all.deb
 24f01efb42b04943129938d5fa3f8ab8c4bd4dcfea7ddf3e2d24ed3f3c460d1e 525160 
libspring-beans-2.5-java_2.5.6.SEC01-4_all.deb
 169e2556c92e6858382e63899535c2fdf9ddb1fa1a430b53dfc9c3bcf9a4f475 372426 
libspring-aop-2.5-java_2.5.6.SEC01-4_all.deb
 5d9d3dcac0c75e1655732b87961de5454b63f3d4b3ad9249f9e382d5e219103a 498740 
libspring-context-2.5-java_2.5.6.SEC01-4_all.deb
 9f2535e15db16385e927377cab2a6da9394cb38cde698b0f6fc157eca3a10d11 171742 
libspring-context-support-2.5-java_2.5.6.SEC01-4_all.deb
 c872d5dab5aa9ee69cb0b4ee02c134e88ad6af8a79849484a96739bf0c9d6b88 229912 
libspring-web-2.5-java_2.5.6.SEC01-4_all.deb
 360bfc044f3302da4991dec09b2eb95743da52d46b1127297142f9177a869fff 446896 
libspring-webmvc-2.5-java_2.5.6.SEC01-4_all.deb
 c1b2d008d9b1798ed6e44bab3377a0fb633eeaed27106e78db7e6f528c474c68 227982 
libspring-test-2.5-java_2.5.6.SEC01-4_all.deb
 ae7be51e5b6faa7b3dff4fdb50b9b349c5f3f787a8cc1523a2069ca28dd3685d 279782 
libspring-tx-2.5-java_2.5.6.SEC01-4_all.deb
 d59845811e4fa8b498e2a99cc487764a10398379a8f8c8bbf79937414e465e65 383550 
libspring-jdbc-2.5-java_2.5.6.SEC01-4_all.deb
 9afe1123af58942b5e6758525fe02d412998035b75eb428ab455e244b2e0483d 261042 
libspring-jms-2.5-java_2.5.6.SEC01-4_all.deb
 82bc4b787e65defcc2e5ea3acac731554e95d5fbe9f30e921d15ddd7e3358c4c 397536 
libspring-orm-2.5-java_2.5.6.SEC01-4_all.deb
Files: 
 e474d007be90a2fc87efa76c9966e2aa 2549 java extra 
libspring-2.5-java_2.5.6.SEC01-4.dsc
 87d56c0d8bb74ae126311fed0dc0793b 14430 java extra 

Accepted l7-protocols 20090528-2 (source all)

2009-09-30 Thread Piotr Lewandowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Sep 2009 17:56:30 +0200
Source: l7-protocols
Binary: l7-protocols
Architecture: source all
Version: 20090528-2
Distribution: unstable
Urgency: low
Maintainer: Piotr Lewandowski piotr.lewandow...@gmail.com
Changed-By: Piotr Lewandowski piotr.lewandow...@gmail.com
Description: 
 l7-protocols - protocol definitions for the Linux layer 7 packet classifier
Closes: 546665
Changes: 
 l7-protocols (20090528-2) unstable; urgency=low
 .
   * Do not ship symlinks in /etc (closes: #546665).
   * Minimize debian/rules.
   * debian/control: add Vcs-* fields.
Checksums-Sha1: 
 9e657ed4a364507d3e24b3899aebd4c050598e5a 1184 l7-protocols_20090528-2.dsc
 22c90ac303cb691ba4255bb1ec15ec796bd30af6 6799 l7-protocols_20090528-2.diff.gz
 6551d39286782a9e5b9c0fbd3a3100ec96774ccc 64424 l7-protocols_20090528-2_all.deb
Checksums-Sha256: 
 7c7e31bded9c78184c62c398eff365fa589a31754a5b9bed909c9175bfba6351 1184 
l7-protocols_20090528-2.dsc
 516e468e91d5b62c5b7b0964e1672b930d95f6dcf1298d524c130c23346fd919 6799 
l7-protocols_20090528-2.diff.gz
 ed6e8387cd1e279131b6e4cea23f79c5357f387979e7d95784c78852a9a92366 64424 
l7-protocols_20090528-2_all.deb
Files: 
 3f26353f0311d2600eff848fd52e0a54 1184 net extra l7-protocols_20090528-2.dsc
 a8b4bd53b1d6d81c6ccda77a2f21bc54 6799 net extra l7-protocols_20090528-2.diff.gz
 5320636189eaa55e0ed8e2dd686c92ae 64424 net extra 
l7-protocols_20090528-2_all.deb

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

iEYEARECAAYFAkrDz4cACgkQ1FNW1LDdr0KJ4ACfTROCXDkpmBl0nMYMLAUy3va4
MtcAn09JCXUTYflNwMV8fIYqiWrZjxa5
=63WW
-END PGP SIGNATURE-


Accepted:
l7-protocols_20090528-2.diff.gz
  to pool/main/l/l7-protocols/l7-protocols_20090528-2.diff.gz
l7-protocols_20090528-2.dsc
  to pool/main/l/l7-protocols/l7-protocols_20090528-2.dsc
l7-protocols_20090528-2_all.deb
  to pool/main/l/l7-protocols/l7-protocols_20090528-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



Accepted firefoxnotify 1.5.4-2 (source all)

2009-09-30 Thread Andrea Veri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 15:39:11 +0200
Source: firefoxnotify
Binary: iceweasel-notify
Architecture: source all
Version: 1.5.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Andrea Veri andrea.ver...@gmail.com
Description: 
 iceweasel-notify - integrate Iceweasel download messages with desktop 
notifications
Closes: 548639
Changes: 
 firefoxnotify (1.5.4-2) unstable; urgency=low
 .
   * debian/control:
 - Bump Standards-Version to 3.8.3, no changes required.
 - added B-D on cdbs, m-ds
 - added myself to uploaders plus DM tag (Closes: #548639)
 - maintainer set to pkg-mozext team
 - refreshed depends plus added provides / enhances / recommends
   fields.
   * debian/rules:
 - adapted to m-ds
 - added a trick to copy install.rdf from src/ to top level
Checksums-Sha1: 
 8ec1bd8a69e7256528881c0977c3987be553d97c 1342 firefoxnotify_1.5.4-2.dsc
 8b59dec6011d80bed8ca2bab6770c0fbd9cf449a 1927 firefoxnotify_1.5.4-2.diff.gz
 8c83f610acabefacfa38f0eb72c08e6e36f78893 9040 iceweasel-notify_1.5.4-2_all.deb
Checksums-Sha256: 
 df48612d1a6400c8ab7ff558feb0bed4c3dd7d3533a890c746e3a512e7941b1e 1342 
firefoxnotify_1.5.4-2.dsc
 78e3057b7356ce007dd8a25949394a7dae05c08c47aa3820be31dd938491f6ff 1927 
firefoxnotify_1.5.4-2.diff.gz
 92beb7b2459c364a49ffb5e4e2c8786efb550157716e4e77729c4ae52694a33b 9040 
iceweasel-notify_1.5.4-2_all.deb
Files: 
 0051eea6b478c93cf9572a2fbcd37ead 1342 web optional firefoxnotify_1.5.4-2.dsc
 f30035be7501db9d74af62d9b3208e31 1927 web optional 
firefoxnotify_1.5.4-2.diff.gz
 1b08dad4aea16aebb928a723d4c692b0 9040 web optional 
iceweasel-notify_1.5.4-2_all.deb

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

iEYEARECAAYFAkrDyR4ACgkQ1FNW1LDdr0KOoACgm0gb92glyVHhwlfUqwhPXfEg
XHsAnjX+4piYBabNrNI1M24TPRb7vtAQ
=CQk3
-END PGP SIGNATURE-


Accepted:
firefoxnotify_1.5.4-2.diff.gz
  to pool/main/f/firefoxnotify/firefoxnotify_1.5.4-2.diff.gz
firefoxnotify_1.5.4-2.dsc
  to pool/main/f/firefoxnotify/firefoxnotify_1.5.4-2.dsc
iceweasel-notify_1.5.4-2_all.deb
  to pool/main/f/firefoxnotify/iceweasel-notify_1.5.4-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



Accepted tracker 0.6.95-3 (source all i386)

2009-09-30 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 23:11:34 +0200
Source: tracker
Binary: tracker libtrackerclient0 libtrackerclient-dev libtracker-gtk0 
libtracker-gtk-dev tracker-utils tracker-search-tool libdeskbar-tracker 
tracker-dbg
Architecture: source all i386
Version: 0.6.95-3
Distribution: unstable
Urgency: low
Maintainer: Michael Biebl bi...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libdeskbar-tracker - metadata database, indexer and search tool - 
deskbar-applet plugi
 libtracker-gtk-dev - GTK+ widgets for apps that use tracker - development files
 libtracker-gtk0 - GTK+ widgets for apps that use tracker
 libtrackerclient-dev - metadata database, indexer and search tool - 
development files
 libtrackerclient0 - metadata database, indexer and search tool - library
 tracker- metadata database, indexer and search tool
 tracker-dbg - metadata database, indexer and search tool - debugging symbols
 tracker-search-tool - metadata database, indexer and search tool - GNOME 
frontend
 tracker-utils - metadata database, indexer and search tool - commandline tools
Closes: 549052
Changes: 
 tracker (0.6.95-3) unstable; urgency=low
 .
   * Port to GMime 2.4. (Closes: #549052)
   * debian/control
 - Update Build-Depends libgmime-2.0-2-dev → libgmime-2.4-dev.
 - Bump Standards-Version to 3.8.3. No further changes.
   * debian/patches/30-gmime-2.4.patch
 - Pull patch from https://bugzilla.gnome.org/show_bug.cgi?id=564640 to
   make tracker compile against GMime 2.4.
   * debian/patches/99-autoreconf.patch
 - Run autoreconf as the gmime-2.4 patch requires changes to the build
   system.
Checksums-Sha1: 
 c3c926292a123b32ae492ae72a234968ec70b7a6 2117 tracker_0.6.95-3.dsc
 36c92b0e5ca0a273eb1055f35272255a1b7d541d 18365 tracker_0.6.95-3.diff.gz
 faed18ec7d3390302dfd0662cef94007eb85e8fa 48356 
libdeskbar-tracker_0.6.95-3_all.deb
 845347e74fe987fb859e4c109a83940b27decf9f 759084 tracker_0.6.95-3_i386.deb
 517ec1ec10cbfaeb5e8a69f050f58513385843d0 55806 
libtrackerclient0_0.6.95-3_i386.deb
 9b1650c05ee6968d2d6e48511b7b2230c49fabbe 51676 
libtrackerclient-dev_0.6.95-3_i386.deb
 4f3c3f292a4edc0e9796bac16af82ba0bb028ed6 59240 
libtracker-gtk0_0.6.95-3_i386.deb
 3864161b714ae326fecf18aafd8d56cf1358cfa7 45738 
libtracker-gtk-dev_0.6.95-3_i386.deb
 ddae6f8f5f022f198a9aceca16667c881f8e2b1d 77878 tracker-utils_0.6.95-3_i386.deb
 d3335dfe1746d5c64548ff554f9f8e72004e0e70 127916 
tracker-search-tool_0.6.95-3_i386.deb
 88e846684aaa95c849efeed2e0c4e791923a56ea 1066124 tracker-dbg_0.6.95-3_i386.deb
Checksums-Sha256: 
 fe91d7392b01fd9765e67cc16b37a14320dfad4b7f43cfac3177684421bd5e10 2117 
tracker_0.6.95-3.dsc
 8cb40e62bc7c84a2d522acf0e8f7f7ea3379ba6086bbb595c973132500623dc5 18365 
tracker_0.6.95-3.diff.gz
 8a89d04218bbfeb103c4e24595cf647ec618c404d7ea6770c523986ce43394a5 48356 
libdeskbar-tracker_0.6.95-3_all.deb
 95c13f81bb7f4a043dee5d198368ce11b1ca5b7f8b456bc5441b66b6144faa67 759084 
tracker_0.6.95-3_i386.deb
 522e1ae9bbda95f122aa3d0b026200e373540b8815f3a042ed531248e3494423 55806 
libtrackerclient0_0.6.95-3_i386.deb
 a5873a0c81bb030e34ceac949508f56079ad802e5734d4e4573445fef9b547cb 51676 
libtrackerclient-dev_0.6.95-3_i386.deb
 31d9ea50615ee9a2db2d0cac346502b6b0186f756cb2f70be077181beb90ce9b 59240 
libtracker-gtk0_0.6.95-3_i386.deb
 6f27970a5464d2e51b06a5868e213a070b361879f3e361498e54856a241f71b6 45738 
libtracker-gtk-dev_0.6.95-3_i386.deb
 4fae2ce45be8a1a23dbed40d59e1ffd04f5fe1bdd4a2d585d3e266c8bb1deef3 77878 
tracker-utils_0.6.95-3_i386.deb
 b2fb40141079f6bfbc260bad11b148c5f6793d542dd2dc355a43d8ff89ca3597 127916 
tracker-search-tool_0.6.95-3_i386.deb
 2d0d212aa139849d1e538012cb7eea2b1090856bd3ebafa6a5efb417d4208f79 1066124 
tracker-dbg_0.6.95-3_i386.deb
Files: 
 ae0e20ce87eaf83340a1258659281f0d 2117 utils optional tracker_0.6.95-3.dsc
 425509740f996ce098588477c1c5c6c0 18365 utils optional tracker_0.6.95-3.diff.gz
 b265798f10d6f268c8985e187eeb5b8e 48356 utils optional 
libdeskbar-tracker_0.6.95-3_all.deb
 080b80b39394eebd96060838ee09082c 759084 utils optional 
tracker_0.6.95-3_i386.deb
 629b66f824be04dff54178e53e914d89 55806 libs optional 
libtrackerclient0_0.6.95-3_i386.deb
 4edb3083495731e874149f6354e4c123 51676 libdevel optional 
libtrackerclient-dev_0.6.95-3_i386.deb
 27354fee0d13132bedcebb82159bc20d 59240 libs optional 
libtracker-gtk0_0.6.95-3_i386.deb
 a9ee222d5c39c0bbd768db1b952b8319 45738 libdevel optional 
libtracker-gtk-dev_0.6.95-3_i386.deb
 03475f38c8e9ef214d16d04525b79802 77878 utils optional 
tracker-utils_0.6.95-3_i386.deb
 bf0cfe82bd8b931a009f46ee8cf8aec6 127916 gnome optional 
tracker-search-tool_0.6.95-3_i386.deb
 9a8f1f9aa544f355456de47014f48dc8 1066124 debug extra 
tracker-dbg_0.6.95-3_i386.deb

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

iEYEARECAAYFAkrDzFAACgkQh7PER70FhVR6TgCffpgNwzMN0baDjiSD5b16KlaX
WaUAniOnbQvYJbpGjm0rm+f6CNaabaFg
=bNeg
-END PGP SIGNATURE-


Accepted:

Accepted pycryptopp 0.5.17-1 (source amd64)

2009-09-30 Thread Debian Python Modules Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 22:40:25 +0200
Source: pycryptopp
Binary: python-pycryptopp python-pycryptopp-dbg
Architecture: source amd64
Version: 0.5.17-1
Distribution: unstable
Urgency: low
Maintainer: Zooko O'Whielacronx zo...@zooko.com
Changed-By: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Description: 
 python-pycryptopp - Python wrappers for the Crypto++ library
 python-pycryptopp-dbg - Python wrappers for the Crypto++ library (debug 
extension)
Changes: 
 pycryptopp (0.5.17-1) unstable; urgency=low
 .
   [ Piotr Ożarowski ]
   * New upstream release
Checksums-Sha1: 
 bb8baf7dccb637d6d842516fe3e63796b5638598 1440 pycryptopp_0.5.17-1.dsc
 2a325d622687c95189d6016e323f81fb6301fdc8 1076029 pycryptopp_0.5.17.orig.tar.gz
 ddca73a1a5cc398f0028055d96bec7fc45d3a3e8 4907 pycryptopp_0.5.17-1.diff.gz
 512b221b1fce7eadaf713ee598566a9b218ed35f 388332 
python-pycryptopp_0.5.17-1_amd64.deb
 180d160bee51c22438fb03f151f1b569de9bfed7 825710 
python-pycryptopp-dbg_0.5.17-1_amd64.deb
Checksums-Sha256: 
 09f9a986a12137beb7b7e15e2f59f843abf0292329cddd202351ec2a99f5ddd9 1440 
pycryptopp_0.5.17-1.dsc
 46bdf44539a75a01c22ddfd14e16f68979b04eed656665bad8fded9a56178502 1076029 
pycryptopp_0.5.17.orig.tar.gz
 b99fde74365e6bea47c501952fc69f4e6cf769ac7a639b776dc3951231ccfb03 4907 
pycryptopp_0.5.17-1.diff.gz
 ccba02a72d474685390404ce36b28b073ee801e35d41c4b59d280d6cb3a6bb13 388332 
python-pycryptopp_0.5.17-1_amd64.deb
 7994f6508c1898ad3303c178f30678d5a8dbcb05b09051ffb2306bad03a22631 825710 
python-pycryptopp-dbg_0.5.17-1_amd64.deb
Files: 
 a51defde820c067827786e16469d3e29 1440 python optional pycryptopp_0.5.17-1.dsc
 b3d19e7203531f8bd241ae58062f99e4 1076029 python optional 
pycryptopp_0.5.17.orig.tar.gz
 4d663ca708d223ba9795f81e18f82c7e 4907 python optional 
pycryptopp_0.5.17-1.diff.gz
 24a901a422d2e2a0f9470411dac9759c 388332 python optional 
python-pycryptopp_0.5.17-1_amd64.deb
 83a2985db76663b617cbf60651aebdd1 825710 debug extra 
python-pycryptopp-dbg_0.5.17-1_amd64.deb

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

iEYEARECAAYFAkrDw/8ACgkQB01zfu119Znx5wCfTHRkS6nRFyaudQS7g7PPzLIa
tQcAoIM+B2dTM9wS070Ckh+Mi5PaDlWi
=NIcD
-END PGP SIGNATURE-


Accepted:
pycryptopp_0.5.17-1.diff.gz
  to pool/main/p/pycryptopp/pycryptopp_0.5.17-1.diff.gz
pycryptopp_0.5.17-1.dsc
  to pool/main/p/pycryptopp/pycryptopp_0.5.17-1.dsc
pycryptopp_0.5.17.orig.tar.gz
  to pool/main/p/pycryptopp/pycryptopp_0.5.17.orig.tar.gz
python-pycryptopp-dbg_0.5.17-1_amd64.deb
  to pool/main/p/pycryptopp/python-pycryptopp-dbg_0.5.17-1_amd64.deb
python-pycryptopp_0.5.17-1_amd64.deb
  to pool/main/p/pycryptopp/python-pycryptopp_0.5.17-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



Accepted libjakarta-poi-java 3.5+dfsg-1 (source all)

2009-09-30 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 01 Oct 2009 00:36:43 +0200
Source: libjakarta-poi-java
Binary: libjakarta-poi-java libjakarta-poi-java-doc
Architecture: source all
Version: 3.5+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libjakarta-poi-java - Poor Obfuscation Implementation
 libjakarta-poi-java-doc - Poor Obfuscation Implementation Documentation
Changes: 
 libjakarta-poi-java (3.5+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
 - 01_javac_encoding: refreshed
 - 02_classpath: use Debian JAR for build
 - 03_no_ooxml: disable ooxml module (use non-free JARs)
 - 04_jar_names: strip DSTAMP for JARs filenames
   * Update my email address
   * debian/orig-tar.exclude: Update exclusion file list
Checksums-Sha1: 
 60b120c0207684633c5de1d6069d1a9cef9a4847 1707 
libjakarta-poi-java_3.5+dfsg-1.dsc
 868f8ef95d448e02db0f83c5c922956cc5a3c935 4128958 
libjakarta-poi-java_3.5+dfsg.orig.tar.gz
 dc07b211ed204e73b3a8ccd9b18f07fe6849d3b4 6410 
libjakarta-poi-java_3.5+dfsg-1.diff.gz
 f3f2d0564ae0435acc843a079c0615e132ae6e98 2173384 
libjakarta-poi-java_3.5+dfsg-1_all.deb
 2eb600a57e62f0b807e64c1e02e797f75487f3e1 3384328 
libjakarta-poi-java-doc_3.5+dfsg-1_all.deb
Checksums-Sha256: 
 f27609c314302c6e911f88a57e1550359c2cc03ead68b48abecb9e29e688b383 1707 
libjakarta-poi-java_3.5+dfsg-1.dsc
 c5ca4f97749e46138d0f922d8d1cb91a9b841d83bd92b9ccbcf47197f78fb726 4128958 
libjakarta-poi-java_3.5+dfsg.orig.tar.gz
 5a58980b901cb73965faeb99de511c50e2548b9bece310f83f192d04c846206b 6410 
libjakarta-poi-java_3.5+dfsg-1.diff.gz
 b1df134745c9bae873bc981d933186bfb40a992f26f25c6dec2a34d872571656 2173384 
libjakarta-poi-java_3.5+dfsg-1_all.deb
 2120459f9b33d672519cee1ca105b3f4e80b1a0065ddf331a821863822140438 3384328 
libjakarta-poi-java-doc_3.5+dfsg-1_all.deb
Files: 
 41c63c4592cefddb1a7bc629b1e1e35e 1707 java optional 
libjakarta-poi-java_3.5+dfsg-1.dsc
 5fd203f1ba4b5fce491e6ad1988c7d07 4128958 java optional 
libjakarta-poi-java_3.5+dfsg.orig.tar.gz
 a8dd4ea76ee1857dbcfd4eafdf20 6410 java optional 
libjakarta-poi-java_3.5+dfsg-1.diff.gz
 6c830fce0a0b66a239f309d42ff6d5c2 2173384 java optional 
libjakarta-poi-java_3.5+dfsg-1_all.deb
 a47091c26b1c84b6817c48240313e8cf 3384328 doc optional 
libjakarta-poi-java-doc_3.5+dfsg-1_all.deb

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

iEYEARECAAYFAkrD3jgACgkQyIFXyIXHk4k0QACgxDkymgHl19RCitZua2IBjlfL
LOAAoL/kZqunlrM5g/eb79+3YNbXRLTp
=OtgW
-END PGP SIGNATURE-


Accepted:
libjakarta-poi-java-doc_3.5+dfsg-1_all.deb
  to 
pool/main/libj/libjakarta-poi-java/libjakarta-poi-java-doc_3.5+dfsg-1_all.deb
libjakarta-poi-java_3.5+dfsg-1.diff.gz
  to pool/main/libj/libjakarta-poi-java/libjakarta-poi-java_3.5+dfsg-1.diff.gz
libjakarta-poi-java_3.5+dfsg-1.dsc
  to pool/main/libj/libjakarta-poi-java/libjakarta-poi-java_3.5+dfsg-1.dsc
libjakarta-poi-java_3.5+dfsg-1_all.deb
  to pool/main/libj/libjakarta-poi-java/libjakarta-poi-java_3.5+dfsg-1_all.deb
libjakarta-poi-java_3.5+dfsg.orig.tar.gz
  to pool/main/libj/libjakarta-poi-java/libjakarta-poi-java_3.5+dfsg.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



Accepted eglibc 2.9-27 (source all)

2009-09-30 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Sep 2009 16:24:56 -0400
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev 
libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev 
libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 
libc6-sparc64 libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 
libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 
libc6-mipsn32 libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 
libc0.1-dev-i386 libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 
libc6.1-alphaev67 libnss-dns-udeb libnss-files-udeb
Architecture: source all
Version: 2.9-27
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - GNU C Library: Documentation
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-prof - GNU C Library: Profiling Libraries
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-prof - GNU C Library: Profiling Libraries
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390x - GNU C Library: 64bit Development Libraries for IBM zSeries
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-s390x - GNU C Library: 64bit Shared libraries for IBM zSeries
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-sparcv9b - GNU C Library: Shared libraries [v9b optimized]
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-prof - GNU C Library: Profiling Libraries
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 540871 544389 544544 544942 545179
Changes: 
 eglibc (2.9-27) unstable; urgency=low
 .
   [ Aurelien Jarno ]
   * Extend description of libc-bin, patch by Christoph Berg. Closes:
 bug#544389.
   * Strip *.o files manually (dh_strip does not do it) to prevent
 leakage of the build directory.
   * libc.postinst: re-add telinit u, removed by accident in version
 2.9-24. Closes: bug#545179.
   * nscd.init: set PATH to /sbin:/usr/sbin:/bin:/usr/bin. Closes:
 bug#544942.
   * nscd.conf.5: add documentation 

Accepted sdlperl 2.2.3.1-1 (source i386)

2009-09-30 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Sep 2009 15:34:31 -0700
Source: sdlperl
Binary: libsdl-perl
Architecture: source i386
Version: 2.2.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian SDL packages maintainers 
pkg-sdl-maintain...@lists.alioth.debian.org
Changed-By: Ryan Niebur r...@debian.org
Description: 
 libsdl-perl - SDL bindings for the Perl language
Changes: 
 sdlperl (2.2.3.1-1) unstable; urgency=low
 .
   * update my email address
   * New upstream version
   * remove 001_kfreebsd.diff, 020_fixexamples.diff,
 030_opengl_fixes.diff, 040_sprintf.diff, 050_pod2man_fixes.diff, and
 060_fix_example.diff ... all applied upstream
Checksums-Sha1: 
 ebbe63cf09720d052b15a0bbc0fe5e55cd481bca 1656 sdlperl_2.2.3.1-1.dsc
 e0613d90a860304a6d9383bc21bacdaa56096478 870287 sdlperl_2.2.3.1.orig.tar.gz
 d2c43564f6f3e2efe4b9cd52d9022149cfec81d4 6058 sdlperl_2.2.3.1-1.diff.gz
 dc6998757aae477d21ef2be6b21c547970bfdcc6 1021694 libsdl-perl_2.2.3.1-1_i386.deb
Checksums-Sha256: 
 05763c635c068007092ad31221c94eeeaedbc8cfe54de5fe5ed0b4def1eb5b73 1656 
sdlperl_2.2.3.1-1.dsc
 4e1511c6a0b674f14ac90b3036129f45d5bbdd1ec805c413c39b00b038b5a57c 870287 
sdlperl_2.2.3.1.orig.tar.gz
 748bcd60e382344c4a052daea6304fa1ea398bf9ca02b4cae0b633f5bfb0c166 6058 
sdlperl_2.2.3.1-1.diff.gz
 943c458e863f6486c42ff864f31280ea960a23b2ff20694d22a96fbea0e6603a 1021694 
libsdl-perl_2.2.3.1-1_i386.deb
Files: 
 421462935eefa75c5dd8ac8b5cf942e3 1656 perl optional sdlperl_2.2.3.1-1.dsc
 8f948c8e2bbd0c01fda5d94b22c5e5c0 870287 perl optional 
sdlperl_2.2.3.1.orig.tar.gz
 cacdeca9daf09d54262e676cf3cb62c9 6058 perl optional sdlperl_2.2.3.1-1.diff.gz
 5f5e5f2628e81c6e5bf8420a226a3fd4 1021694 perl optional 
libsdl-perl_2.2.3.1-1_i386.deb

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

iEYEARECAAYFAkrD3YQACgkQMihv+PacasV/ewCgxCYb3H9a1lleR9TUJtXrwr3x
NmIAn3djC6qwy5j+VLPWAAThr9zgb8GW
=iP9r
-END PGP SIGNATURE-


Accepted:
libsdl-perl_2.2.3.1-1_i386.deb
  to pool/main/s/sdlperl/libsdl-perl_2.2.3.1-1_i386.deb
sdlperl_2.2.3.1-1.diff.gz
  to pool/main/s/sdlperl/sdlperl_2.2.3.1-1.diff.gz
sdlperl_2.2.3.1-1.dsc
  to pool/main/s/sdlperl/sdlperl_2.2.3.1-1.dsc
sdlperl_2.2.3.1.orig.tar.gz
  to pool/main/s/sdlperl/sdlperl_2.2.3.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



Accepted sgt-puzzles 8605-2 (source i386)

2009-09-30 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Sep 2009 22:54:12 +0100
Source: sgt-puzzles
Binary: sgt-puzzles
Architecture: source i386
Version: 8605-2
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings b...@decadent.org.uk
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 sgt-puzzles - Simon Tatham's Portable Puzzle Collection - 1-player puzzle games
Closes: 419836 543527
Changes: 
 sgt-puzzles (8605-2) unstable; urgency=low
 .
   * Apply fixes from Ubuntu - closes: #543527
 - Fix typo in French description of netslide, thanks to Didier Roche
   * Shade filled squares in Slant - closes: #419836
   * Update German translation, thanks to Helge Kreutzmann
Checksums-Sha1: 
 8ce5b6e901178b32f62d8fc6bd029788e0cbc60f 1854 sgt-puzzles_8605-2.dsc
 398f639fa73cf1b83d3c025c557eb1c16fa2c987 87881 sgt-puzzles_8605-2.diff.gz
 f93b92d3d05417906e894d61aa80cc1de50cddc5 1070552 sgt-puzzles_8605-2_i386.deb
Checksums-Sha256: 
 bcab36114c731316da2589314738a4b37fbb124d0964bb7d0e65e80e7207e88a 1854 
sgt-puzzles_8605-2.dsc
 998c16d07418adcf6240a42936368123e1a5816f82ec0cfd96b0857c65f9853c 87881 
sgt-puzzles_8605-2.diff.gz
 185968f8b15f93ec5573d0824edb625ee56e03ce4aaa8b3d7f0726a2052ed533 1070552 
sgt-puzzles_8605-2_i386.deb
Files: 
 10231814dab321ed344143ee49ff1798 1854 games extra sgt-puzzles_8605-2.dsc
 356d4738c9e9ea231038b68100533c48 87881 games extra sgt-puzzles_8605-2.diff.gz
 101b82b529e84f3eb302bd60303e0042 1070552 games extra 
sgt-puzzles_8605-2_i386.deb

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

iQIVAwUBSsPf5+e/yOyVhhEJAQqgpBAAv06FDar+PxgZCm3EUEwbFwb4nKViXkkz
XhfzHOM5njCpo0oJo44cJoEPfvDOxl5pl6kHTnyp5yWSx9HWivlD5/b6mmKZjWuS
2RDS+Jfwxhw1HxqLE8SvIN9FRPtfp/Z4pMMfDquLm1vKm+NsM6Q52WgxiCfr7DJU
1MD8WUMe9jxYWbZ+pvrdUeMCim0/aKiCZEMYpHlXXDqYhITX8oqn0Ig642eThjsU
M2tIwdfoQosUAu5aUipinOlk0mdkMY6rzPX8yGHuWpXUGhtnamZo4DWKLYQDVNjc
9CSoCUTLmZOrXwmfV8bTZl1i2mwvSN7Z04Ravb0QzOm3kj4vx7RcMEDii1pTxjKc
uyqR61S8zLWWOa5CSsemHEp3zyjrdmGBsabnl8X9gyAPslwOIWp1oOltKB50wWjQ
D+mtEM94ZuuDDn8f5ZEk9+5Ypqo8Npquofp0nbPXhkMD5movkUu5YQdRl5in4A4T
fZUwDZzSHj/4n6OcujRCljyghrEMf97PEI92tvhnLMVWtlgDcXSuDN4Xqft4FgE1
bxrcvYlPHtgkNwXqPVtnkUUJ8z7QOHmQHo2jZtqtqA/pxJgPxxj2j+ivlTu8bi7k
F46c3GinzKcu43LGBVAZbGLkii8A+f9ZikQcbbcKCYgUMtUG2MoI2n/fRVtVrOMh
0lq0OiAd2XA=
=qZEl
-END PGP SIGNATURE-


Accepted:
sgt-puzzles_8605-2.diff.gz
  to pool/main/s/sgt-puzzles/sgt-puzzles_8605-2.diff.gz
sgt-puzzles_8605-2.dsc
  to pool/main/s/sgt-puzzles/sgt-puzzles_8605-2.dsc
sgt-puzzles_8605-2_i386.deb
  to pool/main/s/sgt-puzzles/sgt-puzzles_8605-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



  1   2   >