Re: 38

2010-08-31 Thread Vincent Lefevre
On 2010-08-28 20:54:42 +1000, Brian May wrote:
 When the solution is easy I don't see why we don't just do it.
 
 br...@andean:~$ i=cat's meow.tar.gz
 br...@andean:~$ echo `basename $i .tar.gz`
 cat's meow
 
 (yes, the nested quotes don't seem to matter)

They matter if you have consecutive spaces, for instance.
And this is not sufficient:

xvii:~ i=--foo  bar.tar.gz
xvii:~ echo `basename $i .tar.gz`
basename: invalid option -- '-'
Try `basename --help' for more information.

You need:

xvii:~ echo `basename -- $i .tar.gz`
--foo  bar

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100831082331.gb26...@prunille.vinc17.org



Re: Re: dpkg maintainer script calls and arguments

2010-08-31 Thread johnny


Sent from my iPhone


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/891dd0f0-5623-48f3-bd51-7de5e5ca9...@gmail.com



Re: License of a patch

2010-08-31 Thread Giacomo A. Catenazzi

On 30.08.2010 21:06, D M German wrote:



After my presentation at DebConf this year I was pointed to your efforts
on the Patch Tagging Guidelines.

One thing I believe would be useful is if the patch included a
license. The simplest license would be Same as patched code but it
will clarify it.



Similarly, but perhaps more complex, it could point towards a Copyright
Assignment of the patch to the upstream.


I would not recommend such usage. IMHO the copyright assignments are
upstream business, as the procedures to include code in upstream.
So I would not use such information on debian patches: it complicate
assignment tracking and updating patches (maybe from other people).
[i.e. I prefer to use two separate channels]



And explain why do you think this is necessary. Any modification to
existing files is implicitly under the same license.


Hmm. Legal system don't like the implicitly, but also the licenses
usually don't prescribe a licenses for the modifications.
[If it the result is distributable is an other question]

But patches are different: patches was a usual method to circumvent
the GPL: GPL allowed private modifications, so if a patch was 
distributed separately from the original code, it was assumed that
derivate works was done by user, not by the patches, thus without 
legal troubles for patcher and user.


But I think this was done case by case (e.g. with open source but
incompatible license would be easier). Often patches are clearly derived 
works.




Any new file can
embed the license information with the usual copyright notice.


Yes. Personally I would like to have 4 cases:
- same as upstream
- public domain for trivial patches, to simplify license
  upgrading on upstream
- explicit add additional license and copyright notice in the
  patched files.
  This mainly for new included code from other programs, but
  also to enforce the actual license (upstream could not
  change license without your agreement, thus a protection
  of proprietaryfication )
- inclusive license. (but I would prefer method 1).
  i.e. GPL2+ on a GPL2 code, or something like that
  to simplify license upgrades.

ciao
cate


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



Re: dash Debian package - RC bugs

2010-08-31 Thread Gerrit Pape
On Fri, Apr 30, 2010 at 08:28:57AM +0200, Raphael Hertzog wrote:
 [ It sucks to have to confirm mails for debian-package-d...@list.smarden.org ]

I can't help, I don't understand.  I yesterday followed up to a mail
that was additionally addressed to the debian-c...@lists.debian.org
mailing list and got an automatic reply telling me that the mail cannot
be delivered because I'm not subscribed.  Not a bounce, but an automatic
reply to the address in the From: header, not the envelope sender
address.  How do you call this?

I'd be happy if it would've been a delivery notification giving me the
opportunity to easily confirm the mail to have it finally delivered,
and, as a bonus, all subsequent mails I send, without subscribing.
That's how the debian-package-d...@list.smarden.org works.  And for
subscribers, mail is delivered immediately.  You didn't subscribe.

With the debian-c...@lists.debian.org mailing list, I now need to
guess whether the From: address needs to be subscribed or the envelope
sender address, subscribe with that address, re-send the message, losing
information about the cross-posting, and maybe do the same again if I
guessed the address wrong.  I don't do that.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100831120839.16172.qm...@7aace5add6b610.315fe32.mid.smarden.org



Re: dash Debian package - RC bugs

2010-08-31 Thread Bernd Zeimetz
On 08/31/2010 02:08 PM, Gerrit Pape wrote:
 On Fri, Apr 30, 2010 at 08:28:57AM +0200, Raphael Hertzog wrote:
 [ It sucks to have to confirm mails for debian-package-d...@list.smarden.org 
 ]
 
 I can't help, I don't understand.  I yesterday followed up to a mail
 that was additionally addressed to the debian-c...@lists.debian.org
 mailing list and got an automatic reply telling me that the mail cannot
 be delivered because I'm not subscribed.  Not a bounce, but an automatic
 reply to the address in the From: header, not the envelope sender
 address.  How do you call this?

Obvious fail. The list is read only as the communication has to go trough the 
BTS.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c7d024e.7030...@bzed.de



Re: dash Debian package - RC bugs

2010-08-31 Thread Andrei Popescu
On Ma, 31 aug 10, 15:23:26, Bernd Zeimetz wrote:
 
 Obvious fail. The list is read only as the communication has to go trough the 
 BTS.

Not according to the description:

,[ http://lists.debian.org/debian-ctte/ ]
| Debian Technical Committee
| Public meeting, business and announcements of the Debian Technical Committee
|
| Posting to this list is allowed only by its subscribers.
`

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Bug#595035: ITP: oocairo -- Lua bindings for the cairo library

2010-08-31 Thread Julien Danjou
Package: wnpp
Severity: wishlist
Owner: Julien Danjou a...@debian.org

* Package name: oocairo
  Version : 1.3
  Upstream Author : Uli Schlachter
* URL : http://oocairo.naquadah.org
* License : MIT/X
  Programming Lang: C, Lua
  Description : Lua bindings for the cairo library

oocairo is a binding for the Lua language to cairo library.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100831154530.24925.85447.report...@cigue.easter-eggs.fr



Re: dash Debian package - RC bugs

2010-08-31 Thread Ian Jackson
Gerrit Pape writes (Re: dash Debian package - RC bugs):
 I can't help, I don't understand.  I yesterday followed up to a mail
 that was additionally addressed to the debian-c...@lists.debian.org
 mailing list and got an automatic reply telling me that the mail cannot
 be delivered because I'm not subscribed.  Not a bounce, but an automatic
 reply to the address in the From: header, not the envelope sender
 address.  How do you call this?

I would call it a bounce.

 I'd be happy if it would've been a delivery notification giving me the
 opportunity to easily confirm the mail to have it finally delivered,
 and, as a bonus, all subsequent mails I send, without subscribing.
 That's how the debian-package-d...@list.smarden.org works.  And for
 subscribers, mail is delivered immediately.  You didn't subscribe.

I don't know whether (a) lists.debian.org supports this and
(b) whether in practice it works well for addresses which attract a
lot of spam.  If so it would be worth looking into changing the TC
list configuration IMO.

 With the debian-c...@lists.debian.org mailing list, I now need to
 guess whether the From: address needs to be subscribed or the envelope
 sender address, subscribe with that address, re-send the message, losing
 information about the cross-posting, and maybe do the same again if I
 guessed the address wrong.  I don't do that.

Well, we appreciate the problem and are sorry for the inconvenience.
But TC members tend to get the mails in their main inbox to try to
treat them as important, and so a good level of spamfiltering is
needed.  Sorry that this tradeoff has inconvenienced you.

Ian.
(TC member, but not writing officially on behalf of the TC)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/19581.8449.608249.985...@chiark.greenend.org.uk



Bug#595037: ITP: oopango -- Lua bindings for the pango library

2010-08-31 Thread Julien Danjou
Package: wnpp Owner: Julien Danjou a...@debian.org Severity: 
wishlist  * Package name: oopango Version : 1.0 
Upstream Author : Uli Schlachter * URL or Web page : 
http://oocairo.naquadah.org * License : MIT/X Description 
: Lua bindings for the pango library 


Lua bindings for the pango text rendering library.

--
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgpOWwrMPywVG.pgp
Description: PGP signature


Mailing list filtering for debian-ctte

2010-08-31 Thread Russ Allbery
Gerrit Pape p...@smarden.org writes:

 I can't help, I don't understand.  I yesterday followed up to a mail
 that was additionally addressed to the debian-c...@lists.debian.org
 mailing list and got an automatic reply telling me that the mail cannot
 be delivered because I'm not subscribed.  Not a bounce, but an automatic
 reply to the address in the From: header, not the envelope sender
 address.  How do you call this?

Surprising.  As a CTTE member, I'd prefer to change that to have the same
mailing list policy as all the other Debian mailing lists, and am willing
to put up with the small amount of spam that makes it through the list
filtering.  I thought it already was.

-- 
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
Archive: http://lists.debian.org/878w3mpst3.fsf...@windlord.stanford.edu



Re: Activating t-p-u by default (was: Re: For those who care about their packages in Debian)

2010-08-31 Thread Carsten Hey
* David Kalnischkies [2010-08-28 16:23 +0200]:
 2010/8/26 Carsten Hey cars...@debian.org:
  * David Kalnischkies [2010-08-26 17:43 +0200]:
  Long story short:
  If you want to get updates from an archive only if you pushed a version
  previously from it: 100 = pin  500.
 
  Wouldn't adding a new field to Release files similar to 'Not-Automatic'
  but pin to 101 instead of 1 if this new field is set to yes an option
  for apt/Squeeze+1?  This has been reported in #186767.

 Well, yes and no.
 Technical more or less no problem, but…

 As far as i understand t-p-u i don't understand why the default should
 be  500.  ...

I also don't think t-p-u should be pinned between 100 and 500 per
default, but nobody disagreed and I would prefer a different approach
that does not involve activating t-p-u per default (as suggested in
another mail in this thread).

 The problem with this is also, which is why i don't think it would be
 suitable for backports, is that these archives mixing minor only-bugfix
 releases and new groundbreaking upstream releases…

Mixing is the only way to handle backports.org without additional people
working on it (a lot of people ...).

 E.g.: I maybe want to get bugfix releases for iceweasel through backports
 automatically, but what i don't want is an automatic 3.6 - 4.0 upgrade,
 but such pinning i need to define by hand anyway.

You won't get security fixes this way.  A user could decide on case by
case basis if he or she wants to upgrade, but this requires a deep
understanding of security issues and should IMHO not be default.  Users
that are aware of these issues could of course still change the pinning
to the value they consider to be useful for them.

 Regarding the bug: What do you do if two non-debian archives provide such
 a package -- and, do they fight against each other now that they can by
 changing their DefaultPriority?

I think the proposed DefaultPriority was a wrong approach, there should
be one below 100 (NotAutomatic), one between 100 and 500 (the one that
we are discussing right now) and the default 500 normal archives have.

 The cleaner way for the user would it be to declare: I don't want to
 get this package from this archive ever and i care only for these
 packages from this archive, ignore the rest. You can say that with -1
 and Co, but it is a bit harder than needed…

All I want is sane defaults, users that use their systems in non-default
ways should configure their systems, not most users.

 So, again in short:
 I don't see a reason backports shouldn't be pinned to 1 by default and
 t-p-u by default not pinned at all to get the default 500 pin…

We both aren't the ones to decide this in case of backports.org. I asked
Alexander Wirt what he would think about such a feature.  First response
was that it must be available in stable to be used, then he said that it
would not be uninteresing (in German sicher faend ich das nicht
uninteressant).


Regards
Carsten


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100831202454.ga4...@foghorn.stateful.de



Re: Mailing list filtering for debian-ctte

2010-08-31 Thread Steve Langasek
On Tue, Aug 31, 2010 at 10:59:04AM -0700, Russ Allbery wrote:
 Gerrit Pape p...@smarden.org writes:

  I can't help, I don't understand.  I yesterday followed up to a mail
  that was additionally addressed to the debian-c...@lists.debian.org
  mailing list and got an automatic reply telling me that the mail cannot
  be delivered because I'm not subscribed.  Not a bounce, but an automatic
  reply to the address in the From: header, not the envelope sender
  address.  How do you call this?

 Surprising.  As a CTTE member, I'd prefer to change that to have the same
 mailing list policy as all the other Debian mailing lists, and am willing
 to put up with the small amount of spam that makes it through the list
 filtering.  I thought it already was.

The debian-ctte list is a historically special case.  I don't believe that
it should be; I'm on plenty of other Debian mailing lists and find the
common spam filtering more than adequate.  But I know that Ian has strong
opinions on mail configuration, so we should be sure we have a consensus
among the TC before making a change here.

As a workaround for those trying to send mail to the TC, here is what I
understand is *supposed* to be the debian-ctte posting policy:

 - mail sent via the BTS is accepted
 - mail sent by list subscribers is accepted
 - mail with a valid PGP signature is accepted
 - all other mail is rejected

This has been the stated policy in the past; if it has changed since then, it
was done so without discussion on the debian-ctte mailing list, so I would
consider any divergence a bug.  (Which would not be surprising, as this is
the only Debian list with so complex of a posting policy, and there have
been implementation bugs in the past.)

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: [request-tracker-maintainers] Bug#595054: request-tracker3.8: Race condition between RT3.8+apache2 and MySQL when booting by insserv

2010-08-31 Thread Dominic Hargreaves
On Tue, Aug 31, 2010 at 10:17:34PM +0400, Konstantin Khomoutov wrote:
 I'm using RT 3.8 with apache2 via mod_perl, MySQL is used as a database
 backend. When the server is booted using insserv, apache2 starts long
 before MySQL and for some reason some bit of RT tries to access the
 MySQL server, times out and fails; this prevents apache2 from starting.

[snip logs]

 DBI connect('dbname=rtdb;host=localhost','rtuser',...) failed: Can't connect 
 to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at 
 /usr/share/perl5/DBIx/SearchBuilder/Handle.pm line 106
 [Tue Aug 31 21:40:18 2010] [error] Connect Failed Can't connect to local 
 MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)\n at 
 /usr/share/request-tracker3.8/lib/RT.pm line 217\nCompilation failed in 
 require at (eval 2) line 1.\n
 [Tue Aug 31 21:40:18 2010] [error] Can't load Perl file: 
 /usr/share/request-tracker3.8/libexec/webmux.pl for server 
 rt-admin.domain007.com:0, exiting...
 
 If I then start apache2 by hand, it starts OK (it only complains about
 the RTAddressRegexp config variable being unset which is harmless I suppose).

[snip details]

 I suspect the included /etc/request-tracker3.8/apache2-modperl2.conf
 file might be a culprit as otherwise I can't imagine what other code
 could call RT internals and make it access the DB backend.

Okay, there are two possible resolutions to this problem which spring
to mind:

* Arrange for database servers to start before Apache

I'm not sure if this is feasible, but it seems to me that it's likely
to be generally correct, given the layering implicit in database + web
applications.

* Arrange for RT to be more robust when a connection to the database fails

This is certainly something worth exploring, but is likely to be a rather
involved fix; not something I relish at this stage of the release cycle
(diverging from upstream). Then again, perhaps changing Apache or MySQL
(and the other database servers) would be more disruptive :)

I've added the CC because I'm not sure where to start discussing
whether the Apache/MySQL ordering can be changed. I had a look at
Policy (which doesn't seem to mention dependency based booting at all;
surely an inconsistency if it is to be enabled for squeeze?) and
http://wiki.debian.org/LSBInitScripts which leads me to think that
Apache needs something like Should-Start: $database_server, but this
is mainly guessing. I would appreciate input from those familiar with
this part of the Debian infrastructure.

Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100831203917.gk26...@urchin.earth.li



Re: [request-tracker-maintainers] Bug#595054: request-tracker3.8: Race condition between RT3.8+apache2 and MySQL when booting by insserv

2010-08-31 Thread Matt Zagrabelny
On Tue, Aug 31, 2010 at 3:39 PM, Dominic Hargreaves d...@earth.li wrote:
 On Tue, Aug 31, 2010 at 10:17:34PM +0400, Konstantin Khomoutov wrote:
 I'm using RT 3.8 with apache2 via mod_perl, MySQL is used as a database
 backend. When the server is booted using insserv, apache2 starts long
 before MySQL and for some reason some bit of RT tries to access the
 MySQL server, times out and fails; this prevents apache2 from starting.

 [snip logs]

 DBI connect('dbname=rtdb;host=localhost','rtuser',...) failed: Can't connect 
 to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at 
 /usr/share/perl5/DBIx/SearchBuilder/Handle.pm line 106
 [Tue Aug 31 21:40:18 2010] [error] Connect Failed Can't connect to local 
 MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)\n at 
 /usr/share/request-tracker3.8/lib/RT.pm line 217\nCompilation failed in 
 require at (eval 2) line 1.\n
 [Tue Aug 31 21:40:18 2010] [error] Can't load Perl file: 
 /usr/share/request-tracker3.8/libexec/webmux.pl for server 
 rt-admin.domain007.com:0, exiting...

 If I then start apache2 by hand, it starts OK (it only complains about
 the RTAddressRegexp config variable being unset which is harmless I suppose).

 [snip details]

 I suspect the included /etc/request-tracker3.8/apache2-modperl2.conf
 file might be a culprit as otherwise I can't imagine what other code
 could call RT internals and make it access the DB backend.

 Okay, there are two possible resolutions to this problem which spring
 to mind:

 * Arrange for database servers to start before Apache

 I'm not sure if this is feasible, but it seems to me that it's likely
 to be generally correct, given the layering implicit in database + web
 applications.

 * Arrange for RT to be more robust when a connection to the database fails

 This is certainly something worth exploring, but is likely to be a rather
 involved fix; not something I relish at this stage of the release cycle
 (diverging from upstream). Then again, perhaps changing Apache or MySQL
 (and the other database servers) would be more disruptive :)

 I've added the CC because I'm not sure where to start discussing
 whether the Apache/MySQL ordering can be changed. I had a look at
 Policy (which doesn't seem to mention dependency based booting at all;
 surely an inconsistency if it is to be enabled for squeeze?) and
 http://wiki.debian.org/LSBInitScripts which leads me to think that
 Apache needs something like Should-Start: $database_server, but this
 is mainly guessing. I would appreciate input from those familiar with
 this part of the Debian infrastructure.

Perhaps for /etc/init.d/mysql-server (or whatever it is called)

# X-Start-Before:apache2
# X-Stop-After:  apache2

I would think that it would be innocuous if apache2 was not installed.
Is there a way to reference the virtual package httpd in the LSB
headers?

-matt zagrabelny


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=l7r_sjw5k-zagks0juyy3m1p=gc4ledyfm...@mail.gmail.com



Re: [request-tracker-maintainers] Bug#595054: request-tracker3.8: Race condition between RT3.8+apache2 and MySQL when booting by insserv

2010-08-31 Thread Salvo Tomaselli
On Tuesday 31 August 2010 22:39:18 Dominic Hargreaves wrote:
 * Arrange for database servers to start before Apache
I wouldn't like that. We would be removing possible parallelism (in a far far 
away future when we would be using this) at boot.

 * Arrange for RT to be more robust when a connection to the database fails
That sounds better.
Sounds to me that we assume the SQL server used is going to be on localhost. 
It's quite a strong assumption and a connection can always fail, so the 
application shouldn't crash.

The original email was talking about a manual restart of apache. I didn't try 
it myself but... does the apache server terminates because of a failed 
connection to a database from a web application running on apache itself?
_If_ this is the case, this behavior is absolutely wrong and should be 
considered a bug without trying to look for workarounds.

Bye
-- 
Salvo Tomaselli


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


Bug#595081: ITP: openresolv -- management framework for resolv.conf

2010-08-31 Thread Roy Marples
Package: wnpp
Severity: wishlist
Owner: Roy Marples r...@marples.name


* Package name: openresolv
  Version : 3.3.5
  Upstream Author : Roy Marples r...@marples.name
* URL : http://roy.marples.name/projects/openresolv
* License : BSD-2
  Programming Lang: Shell
  Description : management framework for resolv.conf

  Allows multiple daemons to manage resolv.conf and configures
  local resolvers such as dnsmasq and unbound.



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



Re: Bug#595081: ITP: openresolv -- management framework for resolv.conf

2010-08-31 Thread Steve Langasek
On Tue, Aug 31, 2010 at 10:48:47PM +0100, Roy Marples wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Roy Marples r...@marples.name

 * Package name: openresolv
   Version : 3.3.5
   Upstream Author : Roy Marples r...@marples.name
 * URL : http://roy.marples.name/projects/openresolv
 * License : BSD-2
   Programming Lang: Shell
   Description : management framework for resolv.conf

   Allows multiple daemons to manage resolv.conf and configures
   local resolvers such as dnsmasq and unbound.

We already have one of these called resolvconf, and it has plenty of bugs
without adding a *second* framework for managing resolv.conf.  Please
coordinate with the resolvconf maintainer and, preferably, merge your
efforts with the existing package.

(In fact, I think that should be a blocker and that the ftp team should
reject any upload of a separate openresolv package.)

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: Mailing list filtering for debian-ctte

2010-08-31 Thread Don Armstrong
On Tue, 31 Aug 2010, Steve Langasek wrote:
 As a workaround for those trying to send mail to the TC, here is
 what I understand is *supposed* to be the debian-ctte posting
 policy:
 
  - mail sent via the BTS is accepted
  - mail sent by list subscribers is accepted
  - mail with a valid PGP signature is accepted

Currently this is restricted to PGP keys in the keyring;[1] I remember
discussing opening this to all things which looked like they contained
a PGP signature, but I don't remember if we got consensus about that.
I *do* remember droping in a spamassassin rule to avoid false
positives for mails which look like they had a PGP signature. [I don't
know if the implementation of sigcheck we have on liszt knows how to
figure out if a signature is valid without a keyring containing the
key...]


Don Armstrong

1: Assuming I'm reading the procmail correctly, anyway.
-- 
DIE!
 -- Maritza Campos http://www.crfh.net/d/20020601.html

http://www.donarmstrong.com  http://rzlab.ucr.edu


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100831221824.gx22...@rzlab.ucr.edu



Re: Bug#595081: ITP: openresolv -- management framework for resolv.conf

2010-08-31 Thread Don Armstrong
On Tue, 31 Aug 2010, Roy Marples wrote:
 Description : management framework for resolv.conf
 
 Allows multiple daemons to manage resolv.conf and configures local
 resolvers such as dnsmasq and unbound.

How does this differ from resolvconf which already has significant
buy-in and integration in Debian?


Don Armstrong

-- 
You could say to the Universe this is not /fair/. And the Universe
would say: Oh it isn't? Sorry.
 -- Terry Pratchett _Soul Music_ p357

http://www.donarmstrong.com  http://rzlab.ucr.edu


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100831222004.gy22...@rzlab.ucr.edu



Re: Mailing list filtering for debian-ctte

2010-08-31 Thread Russ Allbery
Steve Langasek vor...@debian.org writes:
 On Tue, Aug 31, 2010 at 10:59:04AM -0700, Russ Allbery wrote:

 Surprising.  As a CTTE member, I'd prefer to change that to have the
 same mailing list policy as all the other Debian mailing lists, and am
 willing to put up with the small amount of spam that makes it through
 the list filtering.  I thought it already was.

 The debian-ctte list is a historically special case.  I don't believe
 that it should be; I'm on plenty of other Debian mailing lists and find
 the common spam filtering more than adequate.  But I know that Ian has
 strong opinions on mail configuration, so we should be sure we have a
 consensus among the TC before making a change here.

That's right, sorry.  I remember this now, and should have remembered this
earlier.  I see it's also documented at

http://www.debian.org/devel/tech-ctte

-- 
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
Archive: http://lists.debian.org/87wrr6l8vp@windlord.stanford.edu



Re: Bug#595081: ITP: openresolv -- management framework for resolv.conf

2010-08-31 Thread Roy Marples
On Tue, 2010-08-31 at 15:17 -0700, Steve Langasek wrote:
 We already have one of these called resolvconf, and it has plenty of bugs
 without adding a *second* framework for managing resolv.conf.  Please
 coordinate with the resolvconf maintainer and, preferably, merge your
 efforts with the existing package.

I tried many few years ago, but my patches were rejected (I forget why,
don't have the emails anymore), so I created my own variant from scratch
keeping a compatible commandline interface.

#477723 - author is trying to pass resolvconf off to a new maintainer
for over 2 years
The other resolvconf bugs do not affect openresolv, and openresolv also
solves many of them.

 (In fact, I think that should be a blocker and that the ftp team should
 reject any upload of a separate openresolv package.)

I find that a very narrow minded view.

Thanks

Roy



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



Re: Bug#595081: ITP: openresolv -- management framework for resolv.conf

2010-08-31 Thread Roy Marples
On Tue, 2010-08-31 at 15:20 -0700, Don Armstrong wrote: 
 On Tue, 31 Aug 2010, Roy Marples wrote:
  Description : management framework for resolv.conf
  
  Allows multiple daemons to manage resolv.conf and configures local
  resolvers such as dnsmasq and unbound.
 
 How does this differ from resolvconf which already has significant
 buy-in and integration in Debian?

Taken from
http://roy.marples.name/projects/openresolv/wiki/OpenResolvReasons

  * Works with POSIX shell and userland 
  * Does not need awk, grep or sed which means we can work
without /usr mounted 
  * Works with other init systems than Debians' out of the box 
  * Available as a 2 clause BSD license 
  * Prefer configs via IF_METRIC for dynamic ordering 
  * Configures zones for local resolvers other than libc

The last point is quite important, especially when running VPN systems.
Take the following resolv.conf files which have been generated by a
DHCP client and sent to resolvconf:

# resolv.conf from bge0
search foo.com
nameserver 1.2.3.4

# resolv.conf from tap0
domain bar.org
nameserver 5.6.7.8

In this instance, queries for foo.com will go to 1.2.3.4 and queries for
bar.org will go to 5.6.7.8. This does require the resolvers to be
configured to pickup the resolvconf generated configuration for them
though. openresolv ships with helpers for dnsmasq, ISC BIND,PowerDNS
Recursor and unbound

Other than that, the openresolv is command line compatible with
resolvconf. However, the setup is not. Instead of many directories and
files to manage, openresolv just uses /etc/resolvconf.conf.

Aside from the user specific configuration, openresolv integrates 100%
with a Debian based system.

Thanks

Roy


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



Re: Bug#595081: ITP: openresolv -- management framework for resolv.conf

2010-08-31 Thread Roy Marples
On Tue, 2010-08-31 at 15:20 -0700, Don Armstrong wrote:
 On Tue, 31 Aug 2010, Roy Marples wrote:
  Description : management framework for resolv.conf
  
  Allows multiple daemons to manage resolv.conf and configures local
  resolvers such as dnsmasq and unbound.
 
 How does this differ from resolvconf which already has significant
 buy-in and integration in Debian?

  * Works with POSIX shell and userland 
  * Does not need awk, grep or sed which means we can work
without /usr mounted 
  * Works with other init systems than Debians' out of the box 
  * Available as a 2 clause BSD license 
  * Prefer configs via IF_METRIC for dynamic ordering 
  * Configures zones for local resolvers other than libc

The last point is quite important, especially when running VPN systems.
Take the following resolv.conf files which have been generated by a
DHCP client and sent to resolvconf:

# resolv.conf from bge0
search foo.com
nameserver 1.2.3.4

# resolv.conf from tap0
domain bar.org
nameserver 5.6.7.8

In this instance, queries for foo.com will go to 1.2.3.4 and queries for
bar.org will go to 5.6.7.8. This does require the resolvers to be
configured to pickup the resolvconf generated configuration for them
though. openresolv ships with helpers for dnsmasq, ISC BIND,PowerDNS
Recursor and unbound

Other than that, the openresolv is command line compatible with
resolvconf. However, the setup is not. Instead of many directories and
files to manage, openresolv just uses /etc/resolvconf.conf.

Aside from the user specific configuration, openresolv integrates 100%
with a Debian based system.

Thanks

Roy



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



Cartera de Clientes

2010-08-31 Thread Esther Olvera
Hola,

Muy buen día:
Le escribo para comentarle que nosotros vendemos un Directorio Empresarial con 
más de 14 Mil empresas del DF y área metropolitana, esto último se lo comento 
porque en el mismo Ud. podría encontrar información de empresas que pudieran 
llegar a ser clientes potenciales para su negocio.
El directorio contiene los siguientes datos:
- Base de Datos de empresas sectorizada de México D.F. y área metropolitana, 
para promoción y ventas.
- Nombre de la Empresa.
- Giro.
- Tamaño (No. de empleados).
- Clasificación (Produce, Distribuye, Fabrica).
- Domicilio Completo.
- Nombre del principal ejecutivo de la empresa.
- Cargo.
- Nombramiento.
- Conmutador.
- Teléfono adicional
- Fax.
- E.mail.
Le invito a visitar en nuestra Web un catalago con otros productos 
http://www.dataempresarial.com/productos/index.html

Ojalá pudiera darme la oportunidad de servirle en un futuro cercano.
Muchas Gracias,


Esther Olvera
Tel's: +52 (55)
3868.5172
3868.5173
e.olv...@dataempresarial.com
www.dataempresarial.com



Bug#595106: ITP: faenza-icon-theme -- Faenza icon theme

2010-08-31 Thread Adnan Hodzic
Package: wnpp
Severity: wishlist
Owner: Adnan Hodzic ad...@foolcontrol.org

* Package name: faenza-icon-theme
  Version : 0.7
  Upstream Author : Matthieu James matthieu.ja...@gmail.com
* URL : http://tiheum.deviantart.com/art/Faenza-Icons-173323228
* License : GPL
  Description : Faenza icon theme

This icon theme for Gnome provides monochromatic icons for panels, toolbars 
and buttons and colourful squared icons for devices, applications, folder,
files and menu items.



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



Accepted bosh 0.6-5 (source amd64)

2010-08-31 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 10:59:07 +0200
Source: bosh
Binary: bosh
Architecture: source amd64
Version: 0.6-5
Distribution: unstable
Urgency: low
Maintainer: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
Changed-By: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
Description: 
 bosh   - browse output of processes
Closes: 594922
Changes: 
 bosh (0.6-5) unstable; urgency=low
 .
   * debian/control: Fix long description of package refering to bosh
 configuration files and fix typo in shebang. Thanks to Davide Prina
 for spotting this (Closes: #594922).
   * Bump Standards-Version to 3.9.1 (no changes needed).
Checksums-Sha1: 
 9244e8f675f6276c8561ba4d2fed0933a9492614 1041 bosh_0.6-5.dsc
 1117ac46b33ac434a03b10aebca8c195705ac206 4847 bosh_0.6-5.debian.tar.gz
 ee520ff293448e16f1187af1df2bfd610c3ba92c 25386 bosh_0.6-5_amd64.deb
Checksums-Sha256: 
 8cfd73b948d9d1632f7ca6856e56809e07c4ea13962ca7c26fe6d016d13fde30 1041 
bosh_0.6-5.dsc
 8989de4302e68ecfce31efe20ead9e79823bc75f9085f2b912bf68261cf04e1f 4847 
bosh_0.6-5.debian.tar.gz
 17399e8c7f6d82a366ac2eff3355092957132a8698c78cb14c47eefbf1ad3b20 25386 
bosh_0.6-5_amd64.deb
Files: 
 2440376201178b7aa904113d3e9f2800 1041 utils optional bosh_0.6-5.dsc
 c880d8302e8bb01149254a3929a21511 4847 utils optional bosh_0.6-5.debian.tar.gz
 696b1f4881497eee088ba1cf61f63a5f 25386 utils optional bosh_0.6-5_amd64.deb

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

iEYEARECAAYFAkx8xR8ACgkQvUVnU1GNo5Q+YACdErviyF3IBLYOuE2hTdzhOfJD
m1EAn1SnzcmZ7fis3ZAeBisF+fHUFrAS
=Wl1/
-END PGP SIGNATURE-


Accepted:
bosh_0.6-5.debian.tar.gz
  to main/b/bosh/bosh_0.6-5.debian.tar.gz
bosh_0.6-5.dsc
  to main/b/bosh/bosh_0.6-5.dsc
bosh_0.6-5_amd64.deb
  to main/b/bosh/bosh_0.6-5_amd64.deb


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



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

2010-08-31 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 11:26:25 +0200
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-udeb libglib2.0-bin 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.25.15-1
Distribution: experimental
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-bin - The programs for the GLib 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.25.15-1) experimental; urgency=low
 .
   * New upstream development release:
 + debian/rules,
   debian/libglib2.0-0.symbols:
   - Update for the new version.
Checksums-Sha1: 
 53ef11dab431118ea279825c5f3dc7a7c4b57769 1694 glib2.0_2.25.15-1.dsc
 2f3ab5ca0d77b53a4df054eef028639121df66c7 9155276 glib2.0_2.25.15.orig.tar.gz
 2a333ac0c10d836aeae726df31bcc971fe0d7ec6 44828 glib2.0_2.25.15-1.diff.gz
 59ce79f193292362ef503bc4c996430a8d54e3fd 1147110 
libglib2.0-data_2.25.15-1_all.deb
 0c98d42d640a4ccca274230a299abe555372a38d 2048194 
libglib2.0-doc_2.25.15-1_all.deb
 d7ec2c88f6b4dbc920e23ed5401fc66b392a19d5 1495234 
libglib2.0-0_2.25.15-1_amd64.deb
 eda4d63017de2e357b931f645c86b5d71d620678 2118386 
libglib2.0-udeb_2.25.15-1_amd64.udeb
 63eb63d347735703cf0a307fe5ab8277733b2287 318730 
libglib2.0-bin_2.25.15-1_amd64.deb
 1257bebf52d109aab0a18b3e38e81b28029175d2 1580242 
libglib2.0-dev_2.25.15-1_amd64.deb
 d9e515bf63998dc28c9cc16189e2de2b73c8ce99 1874564 
libglib2.0-0-dbg_2.25.15-1_amd64.deb
 36a34db1183591f34ac65d5fc5dea319fcfe 656438 
libglib2.0-0-refdbg_2.25.15-1_amd64.deb
Checksums-Sha256: 
 d0c9e958188edb0cf7179895d2d3f54550f52b930ab9468448f5472cc8a53392 1694 
glib2.0_2.25.15-1.dsc
 334bcc0ef5c4aefc36708db53f32725d7be9a9128e7414e4abc03161a654fdfb 9155276 
glib2.0_2.25.15.orig.tar.gz
 47b85a2b1ad24c20bd458db0c6aeb797ca4d81fb15f1db35021add8e94a6c577 44828 
glib2.0_2.25.15-1.diff.gz
 da84ba4178722ae948f1cdf53310bb25ad799b7c7dca8807a8d3cf36e0f29571 1147110 
libglib2.0-data_2.25.15-1_all.deb
 cff67dd141149877a9aa65fcdbdb440d8eb34acdb6ef7f59517ac6288945d627 2048194 
libglib2.0-doc_2.25.15-1_all.deb
 72b8eacd00305e413ab7afea3f05df945dcb4b992afd4912fd11d9742eebc27b 1495234 
libglib2.0-0_2.25.15-1_amd64.deb
 d634e048ae4e7202fbf27daed72922e1b521884bf37807f61ea6c0d01941c0c6 2118386 
libglib2.0-udeb_2.25.15-1_amd64.udeb
 e7d4e4cd70a4e67704a62c4c75f4c189e52ac65c71019e851decc623f055d993 318730 
libglib2.0-bin_2.25.15-1_amd64.deb
 5684d91d6af6ee529e72a16c0c3d77f1362b9a20745e96da0469f3fe04b68003 1580242 
libglib2.0-dev_2.25.15-1_amd64.deb
 63c1a5a851a6d72984c237d562073b0a14a3f2e8ef6a575187d60b1395d49f4b 1874564 
libglib2.0-0-dbg_2.25.15-1_amd64.deb
 5b7689eb35987d196dd72c9641cdf366d4e22b665ea8eb74fb0e61ad454e84e0 656438 
libglib2.0-0-refdbg_2.25.15-1_amd64.deb
Files: 
 223e093874a7d935efc6a2cb964e8611 1694 libs optional glib2.0_2.25.15-1.dsc
 198caba7f71285ba4ddb4c3d15e40dc1 9155276 libs optional 
glib2.0_2.25.15.orig.tar.gz
 7b5426a8b2c04485cbd37c74801f9a66 44828 libs optional glib2.0_2.25.15-1.diff.gz
 055493c92c51ccd65f92aef459819c8c 1147110 libs optional 
libglib2.0-data_2.25.15-1_all.deb
 73a1a3f27938e5799b977f9db2254a3d 2048194 doc optional 
libglib2.0-doc_2.25.15-1_all.deb
 7ebe63ec9c977bf704b5eb41b328e685 1495234 libs optional 
libglib2.0-0_2.25.15-1_amd64.deb
 2b10e93b84e8b39a00905a49741d0cc6 2118386 debian-installer optional 
libglib2.0-udeb_2.25.15-1_amd64.udeb
 63896876d3a655d65bfaebe15f12c1e7 318730 misc optional 
libglib2.0-bin_2.25.15-1_amd64.deb
 ad34fd2edf19f331e16fed1b0d5d3bde 1580242 libdevel optional 
libglib2.0-dev_2.25.15-1_amd64.deb
 04fd6279c2e534f5a32230c2fb5f94f0 1874564 debug extra 
libglib2.0-0-dbg_2.25.15-1_amd64.deb
 3809d83f4107d95cdfa79832fc755497 656438 debug extra 
libglib2.0-0-refdbg_2.25.15-1_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAkx812gACgkQBsBdh1vkHyHlFQCfXVfh3+aj5W9P2pfx2RJx15U1
tCQAoKhChaty3maBZ/8lWMKnWWAzfRMo
=Rj3c
-END PGP SIGNATURE-


Accepted:
glib2.0_2.25.15-1.diff.gz
  to main/g/glib2.0/glib2.0_2.25.15-1.diff.gz
glib2.0_2.25.15-1.dsc
  to main/g/glib2.0/glib2.0_2.25.15-1.dsc
glib2.0_2.25.15.orig.tar.gz
  to main/g/glib2.0/glib2.0_2.25.15.orig.tar.gz
libglib2.0-0-dbg_2.25.15-1_amd64.deb
  to main/g/glib2.0/libglib2.0-0-dbg_2.25.15-1_amd64.deb
libglib2.0-0-refdbg_2.25.15-1_amd64.deb
  to main/g/glib2.0/libglib2.0-0-refdbg_2.25.15-1_amd64.deb
libglib2.0-0_2.25.15-1_amd64.deb
  to 

Accepted rygel 0.7.7-1 (source amd64)

2010-08-31 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 12:12:54 +0200
Source: rygel
Binary: rygel rygel-dbg rygel-1.0-dev rygel-mediathek rygel-tracker 
rygel-gst-renderer rygel-gst-launch
Architecture: source amd64
Version: 0.7.7-1
Distribution: experimental
Urgency: low
Maintainer: Debian Rygel Maintainers ah-ry...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 rygel  - GNOME UPnP/DLNA services
 rygel-1.0-dev - GNOME UPnP/DLNA services - plugin development files
 rygel-dbg  - GNOME UPnP/DLNA services
 rygel-gst-launch - GNOME UPnP/DLNA services - gst-launch plugin
 rygel-gst-renderer - GNOME UPnP/DLNA services - GStreamer Media Renderer plugin
 rygel-mediathek - GNOME UPnP/DLNA services - Mediathek plugin
 rygel-tracker - GNOME UPnP/DLNA services - Tracker plugin
Changes: 
 rygel (0.7.7-1) experimental; urgency=low
 .
   * Imported Upstream version 0.7.7
   * drop debian/patches/1000-configure-only-require-gtk-220.patch
   * install man-pages for rygel(1) and rygel.conf(5).
Checksums-Sha1: 
 6e5133bd16198f167c17e9a60af10392bf3904bd 1640 rygel_0.7.7-1.dsc
 5fe213486190f0fc176213b1bd0aef5c46d872cd 1636664 rygel_0.7.7.orig.tar.gz
 eb4643fcc16991e4756da30d9a43ce8e4ae880d5 6741 rygel_0.7.7-1.diff.gz
 eb639b873f415672a332a975b1108a7c43f448e5 482974 rygel_0.7.7-1_amd64.deb
 ad503e7ddfcf55b5ce619a866ac6a90744f0d916 1136426 rygel-dbg_0.7.7-1_amd64.deb
 34b23deb86955e04c457eecfaf4cdf2c427de4f9 24628 rygel-1.0-dev_0.7.7-1_amd64.deb
 8c2de54588326c17d7e7ddb6bdecf899c1882eab 22296 
rygel-mediathek_0.7.7-1_amd64.deb
 6abc8fa314cd4841597439aaae20c4ee734ff73e 67906 rygel-tracker_0.7.7-1_amd64.deb
 9924b403ef8ad51c10ec56f35ffdda806bcdbca8 18442 
rygel-gst-renderer_0.7.7-1_amd64.deb
 a2124b6b324e602fc339114178c89dd3a0aa9f55 19004 
rygel-gst-launch_0.7.7-1_amd64.deb
Checksums-Sha256: 
 a6f6575ba325c198b27c3c80d79cab30c381df22cc4858aa3fb6bb187176618c 1640 
rygel_0.7.7-1.dsc
 4b32334481010e553cea9bc7e989f6977d8f162486d9a3c8a7d341089f75a541 1636664 
rygel_0.7.7.orig.tar.gz
 6c1134825033978eda1ce752d96aa8340f9858657c7492c6ffb8c968c4f02bf8 6741 
rygel_0.7.7-1.diff.gz
 39204ef9e3a0cfe71fea4f00192b9dbc81e4bd45839c88c067aa2e4cfc527969 482974 
rygel_0.7.7-1_amd64.deb
 0198341c53ba1fa175a119f90781cb1c3d35c49320bc8920e481fc094cf2d1c3 1136426 
rygel-dbg_0.7.7-1_amd64.deb
 9d060f12306091031170b04075276ac5aff63cec64a42ee6a523db1c1724f2e6 24628 
rygel-1.0-dev_0.7.7-1_amd64.deb
 1131a1823c0b18a65ae3192d297439a4b77ee14f35800fbb6f98d13c2c80f917 22296 
rygel-mediathek_0.7.7-1_amd64.deb
 36f4ad47d0b6cf4935d09ed9fa86ab55d3c58b2e9e3ae1f691250b464dc50f64 67906 
rygel-tracker_0.7.7-1_amd64.deb
 b3804bd67a93908a5e603f1d0686212336f50626387a4c0496dbe5b89f6f5640 18442 
rygel-gst-renderer_0.7.7-1_amd64.deb
 b2d75f33e80b44246ed6437ad04eef5b0bb9e715edf78a5a84f754afd5fba305 19004 
rygel-gst-launch_0.7.7-1_amd64.deb
Files: 
 3a5f2fd8bd3d08b4bb6cb64d823e5356 1640 net extra rygel_0.7.7-1.dsc
 30add54f08cd860c0edf42129fa6e6fc 1636664 net extra rygel_0.7.7.orig.tar.gz
 c584eba6d2e98139907ac9f64eadd540 6741 net extra rygel_0.7.7-1.diff.gz
 1e7dd781cbc76e57bbfaa38505422ad5 482974 net extra rygel_0.7.7-1_amd64.deb
 e614f4201d7d4e58b80ab755bedf7877 1136426 debug extra 
rygel-dbg_0.7.7-1_amd64.deb
 8b9120daffc74db91580818bcd676b7c 24628 devel extra 
rygel-1.0-dev_0.7.7-1_amd64.deb
 936e5cea6b2bbde13a3603966bd8b8a6 22296 net extra 
rygel-mediathek_0.7.7-1_amd64.deb
 21c44694fcc8ee42498a3dbbb735aeb2 67906 net extra 
rygel-tracker_0.7.7-1_amd64.deb
 57aab00e774e85ea86b9c2d88825e688 18442 net extra 
rygel-gst-renderer_0.7.7-1_amd64.deb
 c9bedc58eae402ea9fd4332fbbfcee05 19004 net extra 
rygel-gst-launch_0.7.7-1_amd64.deb

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

iEYEARECAAYFAkx84CkACgkQcgQ2cL3l8e7qqgCcDYxNZf1hN/xTGrnUBQbl03wB
MKsAn0N5F8zoXL7kIJfGhp0PijAO7pBp
=L3r0
-END PGP SIGNATURE-


Accepted:
rygel-1.0-dev_0.7.7-1_amd64.deb
  to main/r/rygel/rygel-1.0-dev_0.7.7-1_amd64.deb
rygel-dbg_0.7.7-1_amd64.deb
  to main/r/rygel/rygel-dbg_0.7.7-1_amd64.deb
rygel-gst-launch_0.7.7-1_amd64.deb
  to main/r/rygel/rygel-gst-launch_0.7.7-1_amd64.deb
rygel-gst-renderer_0.7.7-1_amd64.deb
  to main/r/rygel/rygel-gst-renderer_0.7.7-1_amd64.deb
rygel-mediathek_0.7.7-1_amd64.deb
  to main/r/rygel/rygel-mediathek_0.7.7-1_amd64.deb
rygel-tracker_0.7.7-1_amd64.deb
  to main/r/rygel/rygel-tracker_0.7.7-1_amd64.deb
rygel_0.7.7-1.diff.gz
  to main/r/rygel/rygel_0.7.7-1.diff.gz
rygel_0.7.7-1.dsc
  to main/r/rygel/rygel_0.7.7-1.dsc
rygel_0.7.7-1_amd64.deb
  to main/r/rygel/rygel_0.7.7-1_amd64.deb
rygel_0.7.7.orig.tar.gz
  to main/r/rygel/rygel_0.7.7.orig.tar.gz


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



Accepted installation-report 2.42 (source all)

2010-08-31 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 12:56:45 +0200
Source: installation-report
Binary: save-logs installation-report
Architecture: source all
Version: 2.42
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 installation-report - system installation report
 save-logs  - save logs and configuration for debug purposes (udeb)
Closes: 542002 594919
Changes: 
 installation-report (2.42) unstable; urgency=low
 .
   [ Aurelien Jarno ]
   * hw-report: only pass -k to lscpi on Linux. Closes: bug#594919.
   * README.Debian: fix a typo. Closes: bug#542002.
 .
   [ Updated translations ]
   * Asturian (ast.po) by maacub
   * Bulgarian (bg.po) by Damyan Ivanov
   * Bosnian (bs.po) by Armin Beširović
   * Danish (da.po) by Jacob Sparre Andersen
   * Persian (fa.po) by Ebrahim Byagowi
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
   * Serbian (sr.po) by Karolina Kalic
   * Telugu (te.po) by Arjuna Rao Chavala
Checksums-Sha1: 
 26dc251077f562e96fafaf6e315beb84e626f84e 911 installation-report_2.42.dsc
 d45263a4a41b5840258b9d27420d53fb7ef01bc0 84832 installation-report_2.42.tar.gz
 d568947c8f249bb0241e0eec0fb224c09380f1fe 51708 save-logs_2.42_all.udeb
 fc203e847fe33d446eb0fc8c036ea696d91f9a39 18544 installation-report_2.42_all.deb
Checksums-Sha256: 
 7b168d5187ed395e9112fee5a0a92a3f4b1ed8b4ec0ed3e0523fc8d8eb377f75 911 
installation-report_2.42.dsc
 f553e9a638cf69803cf94bf0848d4cbff67d7530265765a14ab8ac6463722c1e 84832 
installation-report_2.42.tar.gz
 c35fbaa2f0b7b2d3bd615e289e1a2383069c5021c3380a03ee3b600b95ebff94 51708 
save-logs_2.42_all.udeb
 60e04a96ac1efe1923fcc984d6e50f0ff0b5d39531d50f55cd2c67012efa98db 18544 
installation-report_2.42_all.deb
Files: 
 ab7e798877196809225315e44b84a9f2 911 debian-installer optional 
installation-report_2.42.dsc
 638163b7a1eee3f6dc99754c43240327 84832 debian-installer optional 
installation-report_2.42.tar.gz
 29273b546b01550374ac442b7295efac 51708 debian-installer standard 
save-logs_2.42_all.udeb
 24bb173806b77f3b1b42d491537a8357 18544 misc optional 
installation-report_2.42_all.deb
Package-Type: udeb

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

iD8DBQFMfOFAw3ao2vG823MRAql7AJ918ITuOSmDOq+RMBvw66jpMzn27gCffiG+
emAKgyy1AO83A/jXPS016T4=
=vtpE
-END PGP SIGNATURE-


Accepted:
installation-report_2.42.dsc
  to main/i/installation-report/installation-report_2.42.dsc
installation-report_2.42.tar.gz
  to main/i/installation-report/installation-report_2.42.tar.gz
installation-report_2.42_all.deb
  to main/i/installation-report/installation-report_2.42_all.deb
save-logs_2.42_all.udeb
  to main/i/installation-report/save-logs_2.42_all.udeb


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



Accepted uruk 20100831-1 (source all)

2010-08-31 Thread Joost van Baal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 12:31:45 +0200
Source: uruk
Binary: uruk
Architecture: source all
Version: 20100831-1
Distribution: unstable
Urgency: low
Maintainer: Joost van Baal joos...@debian.org
Changed-By: Joost van Baal joos...@debian.org
Description: 
 uruk   - Very small firewall script, for configuring iptables
Changes: 
 uruk (20100831-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 3b7aec4dc75778900dc9554ff429a98f6f8ebf95 1041 uruk_20100831-1.dsc
 1943e7a1b3a23bb86fe214aefeba5a3c64a80a43 123175 uruk_20100831.orig.tar.gz
 44c8c22e8804ff4ef33717ceaea74040eb88d243 7359 uruk_20100831-1.diff.gz
 f79267a2e0a399aded6186dc64deb564548bc697 68438 uruk_20100831-1_all.deb
Checksums-Sha256: 
 2cc4192610fd44857714cfddb4cffb85666f54ff60e55be84be6c815c720024f 1041 
uruk_20100831-1.dsc
 a4ad07e35ede709125f71f83317903c5124205cd946204d483dc4e8242d9e8be 123175 
uruk_20100831.orig.tar.gz
 32de7e2453ec7e863a8ccddae38e935b78a4f0b434e3048852d5cc615bd73119 7359 
uruk_20100831-1.diff.gz
 ed048f714b4facfe9f9f8f77ac27fcd87a7f47de0209f618573099c3c1f1f095 68438 
uruk_20100831-1_all.deb
Files: 
 ecb1ecf407cf3b77cd7c1b1d45dc45ee 1041 net optional uruk_20100831-1.dsc
 c1df37274e6015fd4c94710965e3c97f 123175 net optional uruk_20100831.orig.tar.gz
 dbdea3159bb81aac5824a32fd2743098 7359 net optional uruk_20100831-1.diff.gz
 556d57cc6ba2ee3e7174fa5ef25ed13b 68438 net optional uruk_20100831-1_all.deb

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

iEYEARECAAYFAkx83bIACgkQBgac8paUV/CPAwCglwo5ss8WSC8gDt2+NKlhva0s
u7AAniU4T0YAVvTE04ZJiMEHrlrgsOYj
=bWTy
-END PGP SIGNATURE-


Accepted:
uruk_20100831-1.diff.gz
  to main/u/uruk/uruk_20100831-1.diff.gz
uruk_20100831-1.dsc
  to main/u/uruk/uruk_20100831-1.dsc
uruk_20100831-1_all.deb
  to main/u/uruk/uruk_20100831-1_all.deb
uruk_20100831.orig.tar.gz
  to main/u/uruk/uruk_20100831.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oqoq2-00063l...@franck.debian.org



Accepted system-config-printer 1.2.3-1 (source all i386)

2010-08-31 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 13:25:48 +0200
Source: system-config-printer
Binary: system-config-printer python-cupshelpers system-config-printer-udev
Architecture: source all i386
Version: 1.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Otavio Salvador ota...@debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 python-cupshelpers - Python utility modules around the CUPS printing system
 system-config-printer - graphical interface to configure the printing system
 system-config-printer-udev - Utilities to detect and configure printers 
automatically
Closes: 594402 594901
Changes: 
 system-config-printer (1.2.3-1) unstable; urgency=medium
 .
   [ Guido Günther ]
   * Add Vcs-{Svn,Browser} and Homepage URLs
   * Add myself to uploaders
   * pyversions, control.in: require python 2.6 (Closes: #594901)
 .
   [ Josselin Mouette ]
   * pyversions, control.in: require python 2.5. Closes: #594402.
Checksums-Sha1: 
 63a36f09d2b9cc32e79fc5c564b2536f0aec3bae 1760 system-config-printer_1.2.3-1.dsc
 210ea434c96973a7185c02bf68797bceec510c09 9881 
system-config-printer_1.2.3-1.debian.tar.gz
 d912b1f532c479fcd874bef963807052bad98d78 1127566 
system-config-printer_1.2.3-1_all.deb
 34e53bb8ea85cdf701f149921db91d4a0bfdbdfe 62586 
python-cupshelpers_1.2.3-1_all.deb
 cd62bf00083f5452ece928d6cb500619cd0b7adc 53022 
system-config-printer-udev_1.2.3-1_i386.deb
Checksums-Sha256: 
 4c394647f4fb7a5219effd31e258740966cec41a4176c84c2aedc767e96dda9b 1760 
system-config-printer_1.2.3-1.dsc
 ffcedab27141381aeb948280d5997f3f21bca463e5b04febc16e1ad4368bd15d 9881 
system-config-printer_1.2.3-1.debian.tar.gz
 808210cd2765dd6a968e03a5ecb712db0cd0f2444efe53087232fec55fd1825e 1127566 
system-config-printer_1.2.3-1_all.deb
 a2a120e0a6ef15aedc49b0de5bf1684eae19665d652ae5350d01a14b9af36aad 62586 
python-cupshelpers_1.2.3-1_all.deb
 29e77276b001c483289a99207da8a07208154980de745d4f93b120b3e4cb91af 53022 
system-config-printer-udev_1.2.3-1_i386.deb
Files: 
 e2515048193898066a9965ecb50de1e4 1760 gnome optional 
system-config-printer_1.2.3-1.dsc
 686403bd6832dfc5f3c40c09893e417a 9881 gnome optional 
system-config-printer_1.2.3-1.debian.tar.gz
 ce4bec45ef18371996d06ff401c9245c 1127566 gnome optional 
system-config-printer_1.2.3-1_all.deb
 6056111e4f4e597414195f5c73309750 62586 python optional 
python-cupshelpers_1.2.3-1_all.deb
 dc88990ed03c5accfc6990f24b263a46 53022 gnome optional 
system-config-printer-udev_1.2.3-1_i386.deb

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

iD8DBQFMfOgNn88szT8+ZCYRAjJ7AJ96XvJq+F5WzYdHlM91nU4wU8DcvACeO5jD
CMQB1SldVvUxQzGdXvzaCvM=
=3z8U
-END PGP SIGNATURE-


Accepted:
python-cupshelpers_1.2.3-1_all.deb
  to main/s/system-config-printer/python-cupshelpers_1.2.3-1_all.deb
system-config-printer-udev_1.2.3-1_i386.deb
  to main/s/system-config-printer/system-config-printer-udev_1.2.3-1_i386.deb
system-config-printer_1.2.3-1.debian.tar.gz
  to main/s/system-config-printer/system-config-printer_1.2.3-1.debian.tar.gz
system-config-printer_1.2.3-1.dsc
  to main/s/system-config-printer/system-config-printer_1.2.3-1.dsc
system-config-printer_1.2.3-1_all.deb
  to main/s/system-config-printer/system-config-printer_1.2.3-1_all.deb


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



Accepted uruk 20100831-2 (source all)

2010-08-31 Thread Joost van Baal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 14:26:45 +0200
Source: uruk
Binary: uruk
Architecture: source all
Version: 20100831-2
Distribution: unstable
Urgency: low
Maintainer: Joost van Baal joos...@debian.org
Changed-By: Joost van Baal joos...@debian.org
Description: 
 uruk   - Very small firewall script, for configuring iptables
Closes: 581659
Changes: 
 uruk (20100831-2) unstable; urgency=low
 .
   * postinst: add 1 to the runlevels to stop the service in update-rc.d
 call: back in sync with LSB headers in upstream supplied init-script
 (Closes: #581659).
Checksums-Sha1: 
 f26756b0902df23dcaf69917ba4e28e195ca9094 1041 uruk_20100831-2.dsc
 a3f62c2d586cb1f69399ac9987c2a86a70063281 7427 uruk_20100831-2.diff.gz
 121e499d381da67356c6675051bc23fc5b7592a0 68496 uruk_20100831-2_all.deb
Checksums-Sha256: 
 1708f862137bcdde554828915cbd6c24ffbe5713752b7424c5815f5e6e49bf84 1041 
uruk_20100831-2.dsc
 6fd976f241ff38046e3eacedef3211d2125483b419012c402e71461bcc711ea2 7427 
uruk_20100831-2.diff.gz
 bc8d9a7a32fde9cbfa7e2d51baf5e32da9d84de06664f6efc481c7b7293fc09e 68496 
uruk_20100831-2_all.deb
Files: 
 b7658eee98aba8c2467768209e135168 1041 net optional uruk_20100831-2.dsc
 188de0df92d0596fb0e06c2ad8b480ed 7427 net optional uruk_20100831-2.diff.gz
 4142009a0300f757bf1c6794ae3f22fd 68496 net optional uruk_20100831-2_all.deb

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

iEYEARECAAYFAkx89n4ACgkQBgac8paUV/DzDACfRrZ6KSLwiOwDIjNxYjLI32a3
RhcAn2GJu0A6DakAvCHpu/7HUl9q1yWV
=7+4e
-END PGP SIGNATURE-


Accepted:
uruk_20100831-2.diff.gz
  to main/u/uruk/uruk_20100831-2.diff.gz
uruk_20100831-2.dsc
  to main/u/uruk/uruk_20100831-2.dsc
uruk_20100831-2_all.deb
  to main/u/uruk/uruk_20100831-2_all.deb


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



Accepted basic256 0.9.6.32-1 (source i386)

2010-08-31 Thread Ryan Kavanagh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Aug 2010 20:52:08 -0400
Source: basic256
Binary: basic256
Architecture: source i386
Version: 0.9.6.32-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Kavanagh ryana...@kubuntu.org
Changed-By: Ryan Kavanagh ryana...@kubuntu.org
Description: 
 basic256   - educational BASIC programming environment for children
Changes: 
 basic256 (0.9.6.32-1) unstable; urgency=low
 .
   * New upstream release
   * Update 03_examples.diff to not install example Networking files
Checksums-Sha1: 
 3a9957f940d1a4619ec46ee7314913622c8909a7 1268 basic256_0.9.6.32-1.dsc
 f16638e0622d65b1b266871299f6c9ed6b5275e3 1947386 basic256_0.9.6.32.orig.tar.gz
 8c04d0a009dc2c3f09ac05c5b4a21aa2d3a9b170 6534 basic256_0.9.6.32-1.debian.tar.gz
 0f97e518d7f11bb3d8ce3d51bb702668c4ea7e41 334822 basic256_0.9.6.32-1_i386.deb
Checksums-Sha256: 
 c880e91c9f3aa1ac5c58b1b939d4c4e7b0f50cd1cc75480b18709125fb985387 1268 
basic256_0.9.6.32-1.dsc
 61191ea907ca65ee8d9baa9434125111a969c0dcbc26a3ff0c5e893e7aab4619 1947386 
basic256_0.9.6.32.orig.tar.gz
 3946dbd5e85d3314ac001406c2ea64c07eaffa105b19f02cb1e0262fc6120a00 6534 
basic256_0.9.6.32-1.debian.tar.gz
 c36b5f8b6a4aca96cfc90fb1b8177c332a7a25284ee859009c9fb13b5a7d11c4 334822 
basic256_0.9.6.32-1_i386.deb
Files: 
 a90cabb509ec0edfd9b486733d7ad9db 1268 devel optional basic256_0.9.6.32-1.dsc
 bd2d20f9cbeb99267d0947779c1b1cb7 1947386 devel optional 
basic256_0.9.6.32.orig.tar.gz
 f7943c0acd32717bfd9ff7c12ee5f463 6534 devel optional 
basic256_0.9.6.32-1.debian.tar.gz
 1b1b62da4620d5f80c7da8f4024159c9 334822 devel optional 
basic256_0.9.6.32-1_i386.deb

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

iEYEARECAAYFAkx8/DsACgkQnXjXEYa8KlAwRQCffzXkxrUsYAt7l2OfVtfNd0fI
F6YAoKoKxFKtrsoXmJOt6eBDtX4ED3NZ
=hEdS
-END PGP SIGNATURE-


Accepted:
basic256_0.9.6.32-1.debian.tar.gz
  to main/b/basic256/basic256_0.9.6.32-1.debian.tar.gz
basic256_0.9.6.32-1.dsc
  to main/b/basic256/basic256_0.9.6.32-1.dsc
basic256_0.9.6.32-1_i386.deb
  to main/b/basic256/basic256_0.9.6.32-1_i386.deb
basic256_0.9.6.32.orig.tar.gz
  to main/b/basic256/basic256_0.9.6.32.orig.tar.gz


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



Accepted foomatic-filters 4.0.5-2 (source i386)

2010-08-31 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Aug 2010 17:18:03 +0200
Source: foomatic-filters
Binary: foomatic-filters
Architecture: source i386
Version: 4.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Printing Group debian-print...@lists.debian.org
Changed-By: Didier Raboud did...@raboud.com
Description: 
 foomatic-filters - OpenPrinting printer support - filters
Closes: 593907 593957 594078
Changes: 
 foomatic-filters (4.0.5-2) unstable; urgency=low
 .
   [ Translation updates ]
* Italian (Luca Monducci, Closes: #593957)
* Russian (Yuri Kozlov, Closes: #593907)
* Swedish (Martin Bagge, Closes: #594078)
Checksums-Sha1: 
 beebc8ca8f6833451e44d0762d4529ee41b159ed 1364 foomatic-filters_4.0.5-2.dsc
 41704cca2ad5bca9882139157e6b72df2a51785f 48690 
foomatic-filters_4.0.5-2.debian.tar.gz
 a2e85c3d7bc6717422586ef01061ff9a4b1d 144894 
foomatic-filters_4.0.5-2_i386.deb
Checksums-Sha256: 
 eca866d299a9170259ca189332a2ab3b84e576dbe0573a3cc25cb06a11350132 1364 
foomatic-filters_4.0.5-2.dsc
 776dbf33e28362d13e4a4d3cad95aab112f878833bab1adea97c0c11f720465f 48690 
foomatic-filters_4.0.5-2.debian.tar.gz
 53bf80f616e24f91465e79e3be5383babfd8c99d0ae8270708748426d715e1f5 144894 
foomatic-filters_4.0.5-2_i386.deb
Files: 
 ffa0f04c3941fd0ec89a96873b5d7fab 1364 text optional 
foomatic-filters_4.0.5-2.dsc
 81de8070528f87f627b60845a27ec123 48690 text optional 
foomatic-filters_4.0.5-2.debian.tar.gz
 a0a7678e62302cd4d6eda084950ba94e 144894 text optional 
foomatic-filters_4.0.5-2_i386.deb

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

iEYEARECAAYFAkx8/DwACgkQnXjXEYa8KlCmwgCgmZGVn32A22dKcqjsbeqEOVcz
42wAnj2TyJnANw7zMOQhwd+oyRKiIPO3
=sF+V
-END PGP SIGNATURE-


Accepted:
foomatic-filters_4.0.5-2.debian.tar.gz
  to main/f/foomatic-filters/foomatic-filters_4.0.5-2.debian.tar.gz
foomatic-filters_4.0.5-2.dsc
  to main/f/foomatic-filters/foomatic-filters_4.0.5-2.dsc
foomatic-filters_4.0.5-2_i386.deb
  to main/f/foomatic-filters/foomatic-filters_4.0.5-2_i386.deb


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



Accepted knmap 2.1-5 (source i386 all)

2010-08-31 Thread Ryan Kavanagh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Aug 2010 08:34:21 -0400
Source: knmap
Binary: knmap knmap-docs
Architecture: source i386 all
Version: 2.1-5
Distribution: unstable
Urgency: low
Maintainer: Ryan Kavanagh ryana...@kubuntu.org
Changed-By: Ryan Kavanagh ryana...@kubuntu.org
Description: 
 knmap  - KDE interface to nmap, the Network Mapper
 knmap-docs - KDE interface to nmap, the Network Mapper — manual
Closes: 594102
Changes: 
 knmap (2.1-5) unstable; urgency=low
 .
   * Migrated packaging from SVN to Git
 - Updated Vcs-* tags for Git
 - Move B-Ds to one per line to make them easier to manage in a VCS
   * Debian source format 3.0 (quilt)
 - Drop quilt from the B-B
   * Move to a dh7 debian/rules
 - Drop cdbs from the B-D
 - Bump debhelper version to 7.0.50~ for the overrides
 - Install src/knmap.desktop from knmap.install now that we're no
   longer doing it in rules
 - Install knamp.1 from debian/knmap.manpages now that we're no longer
   doing it in rules
 - Install the documentation link from debian/knmap.links, (Closes:
   #594102)
 - B-D on pkg-kde-tools now that we're not using CDBS's kde.mk
   * Documentation link in knmap-docs depends on knmap, updated debian/control
   * Update knmap-docs install file with sane documentation path
   * Bumped to standards version 3.9.1
   * Don't ship README and AUTHORS, they contain nothing of value
Checksums-Sha1: 
 ad500f045f30568060db5b8ea00f7883ce5dd7f2 1305 knmap_2.1-5.dsc
 ad1bd5d8a99b04ef8c83e83e74513884cba596df 8636 knmap_2.1-5.debian.tar.gz
 e0449f1200133805823204767afc0cb45cfd0fa0 223434 knmap_2.1-5_i386.deb
 2cf6863dc9b6ac6ce102af734f9499169a0ced6a 1070352 knmap-docs_2.1-5_all.deb
Checksums-Sha256: 
 17bb5ea3a46f9f8dde252b25b4e1d0bcd95ae9c5f435f31eaf20fec838b54e00 1305 
knmap_2.1-5.dsc
 7ac55111e49dca071d8e3ad55473f2dcadca24500782be0d5cf7dd52d13e023b 8636 
knmap_2.1-5.debian.tar.gz
 093c3c75040a85ef3b79238a26131b58ec1f43b78e64d79c551ec3c55d61e0b4 223434 
knmap_2.1-5_i386.deb
 5f19cf0dff38f4351e328d8c5bd891bd51bb26826785dc7e8c1cbbd0705a9795 1070352 
knmap-docs_2.1-5_all.deb
Files: 
 63b0df6b7e285fb683d428a891cef2bc 1305 net extra knmap_2.1-5.dsc
 4faf22bdf5c223f40edd2af477f675d6 8636 net extra knmap_2.1-5.debian.tar.gz
 e867a8a9294810c0ffe17dfd6fb8e803 223434 net extra knmap_2.1-5_i386.deb
 c27e4dc1080f64d00be91d2aad749829 1070352 doc extra knmap-docs_2.1-5_all.deb

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

iEYEARECAAYFAkx8/D4ACgkQnXjXEYa8KlCPmACglK3qXxgAxzJTRIde83KRwNdU
dj8AnR0CnENEcAabz/BgasF26ZiltAv7
=boUg
-END PGP SIGNATURE-


Accepted:
knmap-docs_2.1-5_all.deb
  to main/k/knmap/knmap-docs_2.1-5_all.deb
knmap_2.1-5.debian.tar.gz
  to main/k/knmap/knmap_2.1-5.debian.tar.gz
knmap_2.1-5.dsc
  to main/k/knmap/knmap_2.1-5.dsc
knmap_2.1-5_i386.deb
  to main/k/knmap/knmap_2.1-5_i386.deb


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



Accepted librestclient-ruby 1.6.1-1 (source all)

2010-08-31 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 14:56:08 +0200
Source: librestclient-ruby
Binary: librestclient-ruby1.8 librestclient-ruby
Architecture: source all
Version: 1.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Lucas Nussbaum lu...@lucas-nussbaum.net
Changed-By: Lucas Nussbaum lu...@lucas-nussbaum.net
Description: 
 librestclient-ruby - simple REST client for Ruby
 librestclient-ruby1.8 - simple REST client for Ruby
Changes: 
 librestclient-ruby (1.6.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump Standards-Version to 3.9.1. No changes needed.
Checksums-Sha1: 
 274c4461427397f4b799185140b6424d2e37af38 1496 librestclient-ruby_1.6.1-1.dsc
 df6230cdac4a9329027ce3271968f73fee156fd6 53776 
librestclient-ruby_1.6.1.orig.tar.gz
 21b645f5549dfe449dee4d766abb76471a23d115 3164 
librestclient-ruby_1.6.1-1.debian.tar.gz
 9ed6972f94a7d4b51a8e9ec376d8b55e3dcbe6e7 19946 
librestclient-ruby1.8_1.6.1-1_all.deb
 58f28b81950d165746af5929c5ca92f2db1dace5 6872 
librestclient-ruby_1.6.1-1_all.deb
Checksums-Sha256: 
 e83d40edb4c7b39de7b8357bb2ec761cbf487b61d07a41de7136c622167f92b7 1496 
librestclient-ruby_1.6.1-1.dsc
 a144cae52f94c5d4ac7ffd182a0a77b983f729ec9b7ce878203d70baab70fcde 53776 
librestclient-ruby_1.6.1.orig.tar.gz
 8873964cddeb3daae0cea01178fb0f0c6bdc64a093c0a04ef58f9d172f669e38 3164 
librestclient-ruby_1.6.1-1.debian.tar.gz
 0d1adce731e45095ff3010d2388b675b6f4e47ab10187e4a86d9d35576db8783 19946 
librestclient-ruby1.8_1.6.1-1_all.deb
 e688f656741bdb096310c4a000a2b06d57481b83a845671e902396bfd4025b6d 6872 
librestclient-ruby_1.6.1-1_all.deb
Files: 
 6decef3d84726ca5daddff7f24e31324 1496 ruby extra librestclient-ruby_1.6.1-1.dsc
 980aecd6bdad8de80f59cf4d7149a02b 53776 ruby extra 
librestclient-ruby_1.6.1.orig.tar.gz
 ed74a03fc47f76a2b913b2641ebafa74 3164 ruby extra 
librestclient-ruby_1.6.1-1.debian.tar.gz
 b7028d3606e1d1195ac474be44c064aa 19946 ruby extra 
librestclient-ruby1.8_1.6.1-1_all.deb
 28b89f49fa52b215516615e22c25a9a8 6872 ruby extra 
librestclient-ruby_1.6.1-1_all.deb

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

iD8DBQFMfQEV2hliNwI7P08RAl4zAKCUs/WeNZewF9qlFp4BrU4uyw3R9ACdHstn
DMIYrDzYOT/KABQcwxwxFTg=
=Bf1s
-END PGP SIGNATURE-


Accepted:
librestclient-ruby1.8_1.6.1-1_all.deb
  to main/libr/librestclient-ruby/librestclient-ruby1.8_1.6.1-1_all.deb
librestclient-ruby_1.6.1-1.debian.tar.gz
  to main/libr/librestclient-ruby/librestclient-ruby_1.6.1-1.debian.tar.gz
librestclient-ruby_1.6.1-1.dsc
  to main/libr/librestclient-ruby/librestclient-ruby_1.6.1-1.dsc
librestclient-ruby_1.6.1-1_all.deb
  to main/libr/librestclient-ruby/librestclient-ruby_1.6.1-1_all.deb
librestclient-ruby_1.6.1.orig.tar.gz
  to main/libr/librestclient-ruby/librestclient-ruby_1.6.1.orig.tar.gz


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



Accepted djvusmooth 0.2.8-1 (source all)

2010-08-31 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Aug 2010 15:41:39 +0200
Source: djvusmooth
Binary: djvusmooth
Architecture: source all
Version: 0.2.8-1
Distribution: experimental
Urgency: low
Maintainer: Jakub Wilk jw...@debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 djvusmooth - graphical editor for DjVu
Closes: 595002 595012
Changes: 
 djvusmooth (0.2.8-1) experimental; urgency=low
 .
   * New upstream release.
 + Fix handling non-ASCII filenames (closes: #595002).
 + Fix editing arrow/line annotations (closes: #595012).
   * Bump standards version to 3.9.1 (no changes needed).
Checksums-Sha1: 
 e338baf07d32a6b0babacbe81dd385ee6a3753cb 1998 djvusmooth_0.2.8-1.dsc
 29785c04d35e683a6728f353691a2c32e62d0fc2 53631 djvusmooth_0.2.8.orig.tar.gz
 65e0663b3801f74c974fa3ee686b8d4a7c4ea67e 2891 djvusmooth_0.2.8-1.debian.tar.gz
 7a7268c6736b41040705d9cffcebbfad3979720f 51122 djvusmooth_0.2.8-1_all.deb
Checksums-Sha256: 
 35b61f4c9734260207ab6f1cc33a24dc544cae0b5e5daf833f16a7d166190fc1 1998 
djvusmooth_0.2.8-1.dsc
 84a5d5d49e22206dc1be50e96d381c55b832fec8aae51f4437c944b352d99148 53631 
djvusmooth_0.2.8.orig.tar.gz
 8aac45a06559a583e0b223d270488add440fb3874da24c34defc6a668cf0ca10 2891 
djvusmooth_0.2.8-1.debian.tar.gz
 3e339b5a047e378b4a311ecb35c83b70b19df3f7dcbd2cfd231fb7404bc09e04 51122 
djvusmooth_0.2.8-1_all.deb
Files: 
 8ee445c0b62d0e86775bd2dd5ef5b244 1998 text optional djvusmooth_0.2.8-1.dsc
 0d36a71f73a9c564b71081812f5ec5df 53631 text optional 
djvusmooth_0.2.8.orig.tar.gz
 bc4432e9ca3e15a7029b5fc64693855b 2891 text optional 
djvusmooth_0.2.8-1.debian.tar.gz
 8f1768b3779c775bc0a3f3ab9796e497 51122 text optional djvusmooth_0.2.8-1_all.deb

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

iQIcBAEBCAAGBQJMfQhAAAoJEC1Os6YBVHX1WF0P/Ras+hpCZ5xXOBnQVhw5YUaY
ILpXzoHtKHzxezrjoRmYdw4MTa1zFydJKlDMMjHWmAPAbBuuGxu50glnLNNHOQZj
tDpLA3g4GqiHEO1n7qN2b7wDLevTkCFflVT0wy9IHra+igbCUbCKju+OojiY1Flb
aFkh+nvulmL5Mk2W09NNWw1CKLmyBtpZGeQkcAv/PITVe4yiQT5+9wEiMI/RxYsr
cQ56+AcSITD1EAQIaTdSQ6+UP3jNVGar6tJLhAA8D15LKCTUwD1RrLiGMeQq2neC
C5V1U1vEU8JQyGYhErfzrcjTDUUyGTN5Sk9xvq8QNfU4FVhM8p6RKwrFKczBtlXs
3zEJKTuBSuI1UVjCBmydQmsj7aSKm9lb7JDvEpMHmqDcH5PuiGeg6rpLH370RzIs
5ifoZrVK1JHcSbiS5bZ94LK/BD57zPJjAdSradyUxUWI9mhAox/0rKdU/EjmNUXW
lSvVEbUED4QdDMnh3pgNZm+IGtdC1R3U6wpFK+cDHN+hIOLTNFtyh+IN0MElteDp
93hXyaBpVcm6hVJETlYIWOloVBQbzNb0E+RJNsHoPrvQl8BhfBh/VNKypO8oyXXe
xeQrrqDTsUiou0mxh9R+2QAEuk4sYpjeJVGqYzEJI5qMurodEiKcZkyM3ZFQQbxJ
Ug3OzlVgtassKU6EzMUn
=uGmZ
-END PGP SIGNATURE-


Accepted:
djvusmooth_0.2.8-1.debian.tar.gz
  to main/d/djvusmooth/djvusmooth_0.2.8-1.debian.tar.gz
djvusmooth_0.2.8-1.dsc
  to main/d/djvusmooth/djvusmooth_0.2.8-1.dsc
djvusmooth_0.2.8-1_all.deb
  to main/d/djvusmooth/djvusmooth_0.2.8-1_all.deb
djvusmooth_0.2.8.orig.tar.gz
  to main/d/djvusmooth/djvusmooth_0.2.8.orig.tar.gz


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



Accepted extplorer 2.1.0b6+dfsg.2-1 (source all)

2010-08-31 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 21:16:18 +0800
Source: extplorer
Binary: extplorer
Architecture: source all
Version: 2.1.0b6+dfsg.2-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 extplorer  - a web file explorer and manager using Ext JS
Closes: 592359
Changes: 
 extplorer (2.1.0b6+dfsg.2-1) unstable; urgency=low
 .
   * Modified the debian/copyright to include the swfupload copyright-holder.
 (Closes: #592359).
   * Seems the swf file wasn't properly removed (maybe because of a Git usage
 mistake), this time it's ok.
Checksums-Sha1: 
 53bb27293c9639f3d07d5aca017a8b1ed68bde63 1213 extplorer_2.1.0b6+dfsg.2-1.dsc
 9c05b7034c634fb416d26e83404c6bdf7c0fdc3d 333040 
extplorer_2.1.0b6+dfsg.2.orig.tar.gz
 c4e3b341ad429eb47660d58d362368017198d689 9423 
extplorer_2.1.0b6+dfsg.2-1.debian.tar.gz
 996843815fc593df6581e12bf95a8b1bce266bf9 350126 
extplorer_2.1.0b6+dfsg.2-1_all.deb
Checksums-Sha256: 
 cff68b0d27895bc32d25b44173af4e93560659fb1d8babdb9433a1fcaa114e42 1213 
extplorer_2.1.0b6+dfsg.2-1.dsc
 b886c4f99728c3b7a65c5311f16c2d0a27f020eb66639074afd94a0e1fe362c9 333040 
extplorer_2.1.0b6+dfsg.2.orig.tar.gz
 a70eeb359b6ee2252c77aa0f73fc0134451b5b4ded2d10d05d8e50f992670908 9423 
extplorer_2.1.0b6+dfsg.2-1.debian.tar.gz
 ac353b87261a0bf359cd26005d790363652cd60ed300b113bd23211edbbf809d 350126 
extplorer_2.1.0b6+dfsg.2-1_all.deb
Files: 
 f464ef1d371d54dd71cc458025181a7d 1213 web optional 
extplorer_2.1.0b6+dfsg.2-1.dsc
 6fe5661a344c163a9755d190f93f18e0 333040 web optional 
extplorer_2.1.0b6+dfsg.2.orig.tar.gz
 8a1bd450c5575d5e4d40a1642673ccc7 9423 web optional 
extplorer_2.1.0b6+dfsg.2-1.debian.tar.gz
 d2aa7132b8ae275273d77e7584746177 350126 web optional 
extplorer_2.1.0b6+dfsg.2-1_all.deb

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

iEYEARECAAYFAkx9CuoACgkQl4M9yZjvmkka0gCgvlidZy3K1XKs8ad6zr41mJir
aGQAn2j2EY1FigbtrJjopowcYMGGX2/r
=BIkR
-END PGP SIGNATURE-


Accepted:
extplorer_2.1.0b6+dfsg.2-1.debian.tar.gz
  to main/e/extplorer/extplorer_2.1.0b6+dfsg.2-1.debian.tar.gz
extplorer_2.1.0b6+dfsg.2-1.dsc
  to main/e/extplorer/extplorer_2.1.0b6+dfsg.2-1.dsc
extplorer_2.1.0b6+dfsg.2-1_all.deb
  to main/e/extplorer/extplorer_2.1.0b6+dfsg.2-1_all.deb
extplorer_2.1.0b6+dfsg.2.orig.tar.gz
  to main/e/extplorer/extplorer_2.1.0b6+dfsg.2.orig.tar.gz


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



Accepted gmsh 2.5.0~svn20100831.dfsg-1 (source amd64)

2010-08-31 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 15:54:07 +0200
Source: gmsh
Binary: gmsh
Architecture: source amd64
Version: 2.5.0~svn20100831.dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Christophe Prud'homme prudh...@debian.org
Description: 
 gmsh   - three-dimensional finite element mesh generator
Changes: 
 gmsh (2.5.0~svn20100831.dfsg-1) experimental; urgency=low
 .
   [Christophe Prud'homme]
   * New version from svn (rev 7977) that fixes a crash in 2D plots
Checksums-Sha1: 
 395664a5e8068f4b87bc9458dc144040ea0129fa 1635 gmsh_2.5.0~svn20100831.dfsg-1.dsc
 9f255c3cecd2245463badef4bfad85fc62337083 3228705 
gmsh_2.5.0~svn20100831.dfsg.orig.tar.gz
 c9ae5386774c67199c045e2b88a7f4a61319c638 15521 
gmsh_2.5.0~svn20100831.dfsg-1.diff.gz
 a607f9e05b452dba563545725c7b65dced2a56ef 13294464 
gmsh_2.5.0~svn20100831.dfsg-1_amd64.deb
Checksums-Sha256: 
 0004309dc46f09db467a51b1291fc622b67bcc08159c6e5943ea758b5a5049b8 1635 
gmsh_2.5.0~svn20100831.dfsg-1.dsc
 158bbcd88c7e7520dcb7f7b7bcda5239848dc41966e07acddd397dd0e045a390 3228705 
gmsh_2.5.0~svn20100831.dfsg.orig.tar.gz
 b5470746d26d20a0b3b5ec04f72a8aa0329c1fad49ae89de8612d7be2d3e1137 15521 
gmsh_2.5.0~svn20100831.dfsg-1.diff.gz
 a86114c19372b38295913d5c85ac2eb39e142512c2ce32bf4f7f634eaab5 13294464 
gmsh_2.5.0~svn20100831.dfsg-1_amd64.deb
Files: 
 3d4bbb886ab9673d123b7cf84ea5f2c9 1635 math optional 
gmsh_2.5.0~svn20100831.dfsg-1.dsc
 6d0d574a1c32149fdcfdc3966e604806 3228705 math optional 
gmsh_2.5.0~svn20100831.dfsg.orig.tar.gz
 cac901e1241d69b58376115ddf85dba2 15521 math optional 
gmsh_2.5.0~svn20100831.dfsg-1.diff.gz
 8eb4e77b9a0d66f9083555e8d16359e3 13294464 math optional 
gmsh_2.5.0~svn20100831.dfsg-1_amd64.deb

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

iD8DBQFMfRKVoY+0C9S+FFARAoPIAJ0bL4xwQ4g/kifDkFmddxlJuzCloACZAaz3
JNFWGhkm9qklHJXBlVB/HT0=
=zpeb
-END PGP SIGNATURE-


Accepted:
gmsh_2.5.0~svn20100831.dfsg-1.diff.gz
  to main/g/gmsh/gmsh_2.5.0~svn20100831.dfsg-1.diff.gz
gmsh_2.5.0~svn20100831.dfsg-1.dsc
  to main/g/gmsh/gmsh_2.5.0~svn20100831.dfsg-1.dsc
gmsh_2.5.0~svn20100831.dfsg-1_amd64.deb
  to main/g/gmsh/gmsh_2.5.0~svn20100831.dfsg-1_amd64.deb
gmsh_2.5.0~svn20100831.dfsg.orig.tar.gz
  to main/g/gmsh/gmsh_2.5.0~svn20100831.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
Archive: http://lists.debian.org/e1oqs7p-ys...@franck.debian.org



Accepted gworldclock 1.4.4-8 (source all amd64)

2010-08-31 Thread Drew Parsons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Sep 2010 00:18:46 +1000
Source: gworldclock
Binary: gworldclock tzwatch
Architecture: source all amd64
Version: 1.4.4-8
Distribution: unstable
Urgency: low
Maintainer: Drew Parsons dpars...@debian.org
Changed-By: Drew Parsons dpars...@debian.org
Description: 
 gworldclock - Displays time and date in specified time zones
 tzwatch- Displays time and date in specified time zones on console
Closes: 312241 565869 565870 576916
Changes: 
 gworldclock (1.4.4-8) unstable; urgency=low
 .
   * Use %ms rather than %as in scanf to get dynamic allocation of
 input strings. See man scanf.
   * autoreconf to update autoconf files
   * German translation. Thanks Chris Leick! Closes: #576916.
   * Put more detail into description for rendezvous. Closes: #565870.
   * lintian fixes:
 - remove dh_desktop (deprecated) from debian/rules
 - tzwatch Depends: ${misc:Depends} (for debhelper support)
   * Standards-Version: 3.9.1
   * Add Universal zones to Add Zone tabs. Closes: #312241.
   * Toggle box for rendezvous: toggle off if no zone was selected,
 don't unsync was rendezvous is not running (or else new timer will
 be set, preventing rendezvous from freezing the clock). Closes: #565869.
Checksums-Sha1: 
 84ce5f2d9f0fbf79dfdc73c27a00134613f3 1038 gworldclock_1.4.4-8.dsc
 9bd0cb15b035b8d3962f4944748e47ffecd1386e 169380 gworldclock_1.4.4-8.diff.gz
 1d3427e0a66b1aa05540cda7f100a59c630407cf 13314 tzwatch_1.4.4-8_all.deb
 bdde6b4dcfb850ae02105a6b6819cd2eda748655 41718 gworldclock_1.4.4-8_amd64.deb
Checksums-Sha256: 
 cd09b6a0c5008f745bf054f126aecd810a83c21ad7cba8b11a1eeeb348793d83 1038 
gworldclock_1.4.4-8.dsc
 fccb44e30e8ffba0f980d1e4f00c94bab42bf63831d783bf0eafe400af547745 169380 
gworldclock_1.4.4-8.diff.gz
 f3e1662f13cbe453a99caea23c99a839595e9f91a224a38d3e21731794320426 13314 
tzwatch_1.4.4-8_all.deb
 4c9e6f6a7a6d35a7fe45eec2354cb8a501548b104a80ca0a06175509d2c8fdaa 41718 
gworldclock_1.4.4-8_amd64.deb
Files: 
 adc02efdf654659cbd18186424adefb3 1038 utils optional gworldclock_1.4.4-8.dsc
 4960a0263e427315bbe9fa0b95df10f0 169380 utils optional 
gworldclock_1.4.4-8.diff.gz
 9fd5d399c73a0e0a43a737ef67efdfef 13314 utils optional tzwatch_1.4.4-8_all.deb
 6922bb7fa43131b9742ad5908facbaef 41718 utils optional 
gworldclock_1.4.4-8_amd64.deb

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

iEYEARECAAYFAkx9EX0ACgkQts5wQWQSTkoWFgCfTKFJhD7Yo9AWKuMzxLgRwWQJ
DA0Anje3pbwyNfIp7jlY13f6NvPS1cnV
=ZK97
-END PGP SIGNATURE-


Accepted:
gworldclock_1.4.4-8.diff.gz
  to main/g/gworldclock/gworldclock_1.4.4-8.diff.gz
gworldclock_1.4.4-8.dsc
  to main/g/gworldclock/gworldclock_1.4.4-8.dsc
gworldclock_1.4.4-8_amd64.deb
  to main/g/gworldclock/gworldclock_1.4.4-8_amd64.deb
tzwatch_1.4.4-8_all.deb
  to main/g/gworldclock/tzwatch_1.4.4-8_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oqs7x-00011t...@franck.debian.org



Accepted libjs-extjs 3.0.3+dfsg0-1 (source all)

2010-08-31 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 22:27:49 +0800
Source: libjs-extjs
Binary: libjs-extjs libjs-extjs-doc
Architecture: source all
Version: 3.0.3+dfsg0-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 libjs-extjs - a cross-browser JavaScript library
 libjs-extjs-doc - a cross-browser JavaScript library (docs)
Closes: 591971
Changes: 
 libjs-extjs (3.0.3+dfsg0-1) unstable; urgency=low
 .
   * Removed examples/images-organizer and resources/*.swf to make the extjs
 package DFSG compiliant (Closes: #591971).
   * Added Vcs-Git and Vcs-Browser fields.
   * Bumped Standard-Version to 3.9.1.
Checksums-Sha1: 
 f055497e64bf9824116dbc47a064a3330e97c893 1228 libjs-extjs_3.0.3+dfsg0-1.dsc
 bbdb30e30430c9c407ea7e868395bda12d4fe0ad 8722867 
libjs-extjs_3.0.3+dfsg0.orig.tar.gz
 663e2db255beca95abc223cc55d0bfcd82dc10ed 2826 
libjs-extjs_3.0.3+dfsg0-1.debian.tar.gz
 31d3b36f32ab6d4ae7e0222d0ca6e25f88cbae67 1867866 
libjs-extjs_3.0.3+dfsg0-1_all.deb
 9e83eefbdd5e0a87446f37fe1f16b313e95afb6b 5570440 
libjs-extjs-doc_3.0.3+dfsg0-1_all.deb
Checksums-Sha256: 
 b5c3e4c2da21cfc013312a49a9209c4a6263d1f1de9454766e323ed5463edb7d 1228 
libjs-extjs_3.0.3+dfsg0-1.dsc
 9b477c43a32f962e5c811531e62a71e37a652277905786d785c8f5cbbe2606b0 8722867 
libjs-extjs_3.0.3+dfsg0.orig.tar.gz
 6741b4889f934ac233d7eae5bfb3626e434949c1d0e07237d1157cac0f4f5d62 2826 
libjs-extjs_3.0.3+dfsg0-1.debian.tar.gz
 cdaaa0ebffeea615cce42bca95c0854a4b7882b16a8d3779875539574645e207 1867866 
libjs-extjs_3.0.3+dfsg0-1_all.deb
 0e3e49c1bbc36fbe72e1cfe3f867f9ff1b496478d00ac6c862e23475916d26df 5570440 
libjs-extjs-doc_3.0.3+dfsg0-1_all.deb
Files: 
 825afafdfaabcce4213c79400ea7af22 1228 web optional 
libjs-extjs_3.0.3+dfsg0-1.dsc
 91ffcc2d90bf99808a690f5015f418df 8722867 web optional 
libjs-extjs_3.0.3+dfsg0.orig.tar.gz
 170646201067a20e7eef500dce860fc0 2826 web optional 
libjs-extjs_3.0.3+dfsg0-1.debian.tar.gz
 7b030cbf4cab07989250c44fe836b64e 1867866 web optional 
libjs-extjs_3.0.3+dfsg0-1_all.deb
 0157b7c091d9136129b794ef24f4d111 5570440 doc optional 
libjs-extjs-doc_3.0.3+dfsg0-1_all.deb

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

iEYEARECAAYFAkx9FSoACgkQl4M9yZjvmkmglgCguuJRo4JVJuwkjMp32lSY1z7v
1bUAn2sg2SKOq+iUCo8cUewhTIJehaWK
=nTiN
-END PGP SIGNATURE-


Accepted:
libjs-extjs-doc_3.0.3+dfsg0-1_all.deb
  to main/libj/libjs-extjs/libjs-extjs-doc_3.0.3+dfsg0-1_all.deb
libjs-extjs_3.0.3+dfsg0-1.debian.tar.gz
  to main/libj/libjs-extjs/libjs-extjs_3.0.3+dfsg0-1.debian.tar.gz
libjs-extjs_3.0.3+dfsg0-1.dsc
  to main/libj/libjs-extjs/libjs-extjs_3.0.3+dfsg0-1.dsc
libjs-extjs_3.0.3+dfsg0-1_all.deb
  to main/libj/libjs-extjs/libjs-extjs_3.0.3+dfsg0-1_all.deb
libjs-extjs_3.0.3+dfsg0.orig.tar.gz
  to main/libj/libjs-extjs/libjs-extjs_3.0.3+dfsg0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oqs8g-00014o...@franck.debian.org



Accepted tkrplot 0.0.19-1 (source i386)

2010-08-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 09:13:29 -0500
Source: tkrplot
Binary: r-cran-tkrplot
Architecture: source i386
Version: 0.0.19-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-tkrplot - GNU R embedded Tk plotting device package
Changes: 
 tkrplot (0.0.19-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1: 
 ee9e62a3df5060c73bcfd69421e18b22b4e40eae 1015 tkrplot_0.0.19-1.dsc
 8be32a5769483488f10715bbecb3e81b3cbcc329 38664 tkrplot_0.0.19.orig.tar.gz
 9e112823224778adc7a66c406df9e3af42375025 2118 tkrplot_0.0.19-1.diff.gz
 b360c30c700043f9fe34ae397df5f3057973bf0e 15324 r-cran-tkrplot_0.0.19-1_i386.deb
Checksums-Sha256: 
 2211b4692b50fd00c44f6f3e51631243a70e01815ce49b113ca98a5948c07f20 1015 
tkrplot_0.0.19-1.dsc
 c0063b4841e91b3cc458a411ac8acd45b43cfadd539079d9eb31d019d2fb4225 38664 
tkrplot_0.0.19.orig.tar.gz
 898cdbe3f55d6e43da3384a2dae4ff89fe6045d9a562af8e2a070abaad7af36f 2118 
tkrplot_0.0.19-1.diff.gz
 69469d0fd6510e361562c96216e679a9df26177dde5cbd8eae81c8eafc5af06b 15324 
r-cran-tkrplot_0.0.19-1_i386.deb
Files: 
 57c367906dbb44b4b3dea5b2de5f5145 1015 gnu-r optional tkrplot_0.0.19-1.dsc
 ea83b72de6941bb4de90970e99de859f 38664 gnu-r optional 
tkrplot_0.0.19.orig.tar.gz
 5f78663ff31ed060d567589474332fad 2118 gnu-r optional tkrplot_0.0.19-1.diff.gz
 bfd78cd1183e4b2c1675c14715b243b8 15324 gnu-r optional 
r-cran-tkrplot_0.0.19-1_i386.deb

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

iD8DBQFMfQ6ECZSR95Gw07cRAsZJAJ9zeWaP0vJ6qch5XMa2j9RC+9/tiACfQKuQ
Ijj5+Pzp11evLhfJ/Gbxr4Q=
=64Fu
-END PGP SIGNATURE-


Accepted:
r-cran-tkrplot_0.0.19-1_i386.deb
  to main/t/tkrplot/r-cran-tkrplot_0.0.19-1_i386.deb
tkrplot_0.0.19-1.diff.gz
  to main/t/tkrplot/tkrplot_0.0.19-1.diff.gz
tkrplot_0.0.19-1.dsc
  to main/t/tkrplot/tkrplot_0.0.19-1.dsc
tkrplot_0.0.19.orig.tar.gz
  to main/t/tkrplot/tkrplot_0.0.19.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oqs8g-00018r...@franck.debian.org



Accepted osc 0.129-1 (source all)

2010-08-31 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 16:50:16 +0200
Source: osc
Binary: osc
Architecture: source all
Version: 0.129-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 osc- OpenSUSE (buildsystem) commander
Changes: 
 osc (0.129-1) unstable; urgency=low
 .
   * New upstream release.
   * Update watch file to use build service API instead of result of build of
 Debian package there.
   * Bump standards to 3.9.1.
Checksums-Sha1: 
 a3eadaa1abc53fbfbe992213b28eb0d985ac5945 1292 osc_0.129-1.dsc
 30ff097969a1a1358935cee46c87f04527bd0fec 184607 osc_0.129.orig.tar.gz
 1cb3cfdad0122dce4e14c833168ce8c51e356310 4671 osc_0.129-1.debian.tar.gz
 f88a16bbb0c8dd127de066711717032e01c858b9 192330 osc_0.129-1_all.deb
Checksums-Sha256: 
 4aa1070944ce90f0479de507958ba10e3c59ec4a6ee5660de0602c24fdad1944 1292 
osc_0.129-1.dsc
 a7eac7b1582c658a2b0c51ec1a33f2c80e0618e6f8e1d60fbac698ad6a1b3264 184607 
osc_0.129.orig.tar.gz
 8373031bf0fc72e6e3c58a0014c25de3c90cb905214438d7186823c0330c2986 4671 
osc_0.129-1.debian.tar.gz
 503e577cb917e4d4fa07342bb4d3d279f6f5cc42a9613e41c0eed9f1e9cac9f6 192330 
osc_0.129-1_all.deb
Files: 
 7c0c9433047001c8cfd1a3334fd3bda1 1292 devel extra osc_0.129-1.dsc
 8b7f1c1afe5d36103096e2aae41ceb5f 184607 devel extra osc_0.129.orig.tar.gz
 4acb469a40c099816ae72c9315774e78 4671 devel extra osc_0.129-1.debian.tar.gz
 44823cba37ba127afaeba51eb73ec6c0 192330 devel extra osc_0.129-1_all.deb

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

iEYEARECAAYFAkx9F3gACgkQ3DVS6DbnVgTHwACcDLBwbUuY0BDnSDyCyDMnwJYG
HT8AoOfW5I27N8MgEDbi86e7S3AcFDLH
=Xgms
-END PGP SIGNATURE-


Accepted:
osc_0.129-1.debian.tar.gz
  to main/o/osc/osc_0.129-1.debian.tar.gz
osc_0.129-1.dsc
  to main/o/osc/osc_0.129-1.dsc
osc_0.129-1_all.deb
  to main/o/osc/osc_0.129-1_all.deb
osc_0.129.orig.tar.gz
  to main/o/osc/osc_0.129.orig.tar.gz


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



Accepted ttf-mplus 032-1 (source all)

2010-08-31 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 16 Aug 2010 14:29:51 +0200
Source: ttf-mplus
Binary: ttf-mplus
Architecture: source all
Version: 032-1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün gur...@phys.ethz.ch
Changed-By: Gürkan Sengün gur...@phys.ethz.ch
Description: 
 ttf-mplus  - M+ sans serif fonts with different weights
Changes: 
 ttf-mplus (032-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump standards version to 3.9.1.
Checksums-Sha1: 
 4f7c92f05d53251f9eeb58eb2818998321034fcc 1089 ttf-mplus_032-1.dsc
 44bb7d08a3e4678ecacbe48f8a9de3942719d8e3 19154432 ttf-mplus_032.orig.tar.gz
 ff8fe31839c62d226f0cb9d6e73828e6f358eb7f 2324 ttf-mplus_032-1.diff.gz
 40ce94bfa71df61a6b76ceadbb6b32586e957ab1 19088154 ttf-mplus_032-1_all.deb
Checksums-Sha256: 
 6911c2221cc414a4902bed043161bd83751709529c5ef4a6fbf36e35835b1d6d 1089 
ttf-mplus_032-1.dsc
 50c2ea497e0e743924cd61a3a5a553df073057af8436b7d396387df8b6b9 19154432 
ttf-mplus_032.orig.tar.gz
 77306858c649a91d4a12052613d59866c995f8f781dbea94cac9600568acac8e 2324 
ttf-mplus_032-1.diff.gz
 b135ee4f7ef12a36553ed14c006552070097858dbcb7ef07622ac583f9fb854b 19088154 
ttf-mplus_032-1_all.deb
Files: 
 a12fd14972ce25d54600d99aefa0a158 1089 fonts optional ttf-mplus_032-1.dsc
 a0fb06e189334918a86754318a31705a 19154432 fonts optional 
ttf-mplus_032.orig.tar.gz
 126e697cee440fc46c0206e3188d6191 2324 fonts optional ttf-mplus_032-1.diff.gz
 881cc42b9824e53b0055965007e336c2 19088154 fonts optional 
ttf-mplus_032-1_all.deb

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

iEYEARECAAYFAkx9H0oACgkQwJ4diZWTDt5eDwCdF/fcgvRGvDU3eaLChXA3fMhQ
WpEAn0xTM0WttCVF0nYNM1oI3TPwMEkm
=TqlS
-END PGP SIGNATURE-


Accepted:
ttf-mplus_032-1.diff.gz
  to main/t/ttf-mplus/ttf-mplus_032-1.diff.gz
ttf-mplus_032-1.dsc
  to main/t/ttf-mplus/ttf-mplus_032-1.dsc
ttf-mplus_032-1_all.deb
  to main/t/ttf-mplus/ttf-mplus_032-1_all.deb
ttf-mplus_032.orig.tar.gz
  to main/t/ttf-mplus/ttf-mplus_032.orig.tar.gz


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



Accepted mercurial 1.6.3-1 (source all amd64)

2010-08-31 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Aug 2010 10:12:42 +0200
Source: mercurial
Binary: mercurial-common mercurial
Architecture: all amd64 source
Version: 1.6.3-1
Distribution: experimental
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Javi Merino cibervi...@gmail.com
Description: 
 mercurial-common - scalable distributed version control system (common files)
 mercurial  - scalable distributed version control system
Changes: 
 mercurial (1.6.3-1) experimental; urgency=low
 .
   * New upstream release 1.6.3
   * Deleted patch from_upstream__issue2255fix-basicauth.diff which is now
 included upstream.
Checksums-Sha1: 
 86b41f3b9ca3d4ecb14b6555c876d6ea47889a75 2118 mercurial_1.6.3-1.dsc
 d198fb97182f7b23277007d66fadd2d038ff6ef7 2205031 mercurial_1.6.3.orig.tar.gz
 c668170ea0ddba8e48fc49ba1719e3711087f969 32711 mercurial_1.6.3-1.debian.tar.gz
 8c65cf363c89f00a362a408ca4ed61e870d64113 1319874 
mercurial-common_1.6.3-1_all.deb
 69fc3ba8bbb2e11ff69171a20aa9ad1e69180ac3 77310 mercurial_1.6.3-1_amd64.deb
Checksums-Sha256: 
 0fad3e9bb8a3293e3b9daf48475032363bf87bb1f19b3fbc7bd74d539730a4b6 2118 
mercurial_1.6.3-1.dsc
 57e5d26d35fbec71206378e3af93e6eee7bb1dfb6447bbc4b9e03ce937bd 2205031 
mercurial_1.6.3.orig.tar.gz
 49f3111f5cbad1cb1033fcf47df7bb352fb3a7665e15a395bb03c5becf699d7e 32711 
mercurial_1.6.3-1.debian.tar.gz
 5bcc79c488b2229d439529d19afb572eb51f535d606bbb3aee895397c06cc6fd 1319874 
mercurial-common_1.6.3-1_all.deb
 30ae53662254c3464814206bbe7b1d1201077f973536e4bf1876872bd89d29d1 77310 
mercurial_1.6.3-1_amd64.deb
Files: 
 5788f238e6711877afde1e1b5072ae03 2118 vcs optional mercurial_1.6.3-1.dsc
 fcd61edc488d1b9aa831dde6f14d9a13 2205031 vcs optional 
mercurial_1.6.3.orig.tar.gz
 7b7791463d1c61892e4f5693cf690a0e 32711 vcs optional 
mercurial_1.6.3-1.debian.tar.gz
 51cf58204428fcd875ff6171be897b57 1319874 vcs optional 
mercurial-common_1.6.3-1_all.deb
 0ef4fd158230606ed81528698b73e81e 77310 vcs optional mercurial_1.6.3-1_amd64.deb

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

iQIVAwUBTH0gydT1zgD6DpudAQh7+A//UKLR4Ws4IFKlk0ZMYpUTGovW6yP7JwnA
yQ2KUOkxO6oF8WIK7BSNJTvRwP1B8eB6YdR9LiQ6ljZkrt50Sk4aJPGTiucBWZv1
AjJHyYgfsclIHId59d70UHAjJx37Lk/hxvfVYdzQ7qo23uhMO8d6FqYnZhLg0eo9
RtGuVtPJuVL2Mcxe5B0Cz3bFh8OeILqVfXkL+aMHTptcm63CTGKjUsCuwnAroO59
EG8/QJtfVkwCa7+ohnbP9BN9HxLOcvlXkj3xjlMZhV/qGMd+jkeCfLzP3PLbpAVz
RPGi0jTvZ0NlLwd+O7Lhl0icVIAeNt1k4p1SivfhmmwMqyl19EBvgTO9yz3zJ93E
OeEsX2+dObecmOqod43o13YcelhUh3Tk2ibOMp4jNs+Z6EhyHW99zACRDU64ZBN7
w2xPDjGB4EpuuGD7t8822+Ma86DBz10iwDzu00Rqh4X+eZu4A5AGzvULL/D2H5x7
CC9h+mrYBIC+QiLlVUosiN1GaZAdlk2BE99lXSXeiFjqHOlAIkMJnRZ4hw91ey2h
I0T++qaxf8hTD6T5z4MPT4oAs7nj5IQoGmEV+v+dgqDMKWm5oshdOeC0tBO8mEgK
iN0PNv1G3K3jLBGK45gFlKOjf4ocKcucr9QN4fZCsKPX7UTtFsi59gkO+9gjWbzs
WIg4N71n0/E=
=XKMP
-END PGP SIGNATURE-


Accepted:
mercurial-common_1.6.3-1_all.deb
  to main/m/mercurial/mercurial-common_1.6.3-1_all.deb
mercurial_1.6.3-1.debian.tar.gz
  to main/m/mercurial/mercurial_1.6.3-1.debian.tar.gz
mercurial_1.6.3-1.dsc
  to main/m/mercurial/mercurial_1.6.3-1.dsc
mercurial_1.6.3-1_amd64.deb
  to main/m/mercurial/mercurial_1.6.3-1_amd64.deb
mercurial_1.6.3.orig.tar.gz
  to main/m/mercurial/mercurial_1.6.3.orig.tar.gz


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



Accepted sisu 2.6.3-4 (source all)

2010-08-31 Thread Ralph Amissah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 09:57:21 -0400
Source: sisu
Binary: sisu sisu-complete sisu-pdf sisu-postgresql sisu-sqlite
Architecture: source all
Version: 2.6.3-4
Distribution: unstable
Urgency: medium
Maintainer: SiSU Project s...@lists.sisudoc.org
Changed-By: Ralph Amissah ra...@amissah.com
Description: 
 sisu   - documents - structuring, publishing in multiple formats and searc
 sisu-complete - installs all SiSU related packages
 sisu-pdf   - dependencies to convert SiSU LaTeX output to pdf
 sisu-postgresql - SiSU dependencies for use with PostgreSQL database
 sisu-sqlite - SiSU dependencies for use with SQLite database
Closes: 594949
Changes: 
 sisu (2.6.3-4) unstable; urgency=medium
 .
   [ Ralph Amissah ] - debian freeze, code and documentation fixes
   * html_format, xml_format, reduce visibility of sisu in output
   * yml metadata, add subheading for a title
   * html headers do not include the title field, fix (Closes: #594949)
 (param, variable not set (presumably since change from v1 to v2))
Checksums-Sha1: 
 726e58f3da8cad3c1b4df23b3fd5b89c2f9ca3e7 1196 sisu_2.6.3-4.dsc
 4904d69800e4a2bae3798d8471485c02b86c15be 292039 sisu_2.6.3-4.diff.gz
 8b9a638b63a4a20626536ee3742a5fa7808817a5 3681754 sisu_2.6.3-4_all.deb
 2844dbf5fba00ed8c720341ab9669f628eec3dd6 30082 sisu-complete_2.6.3-4_all.deb
 fe3a6a4e503d514dd59feac8c7ee2c22eac9c7f5 30682 sisu-pdf_2.6.3-4_all.deb
 e38abb15c60dadc2d87b1a9da853d17d8a752d87 31142 sisu-postgresql_2.6.3-4_all.deb
 8a2d953434e3b4b42a16fc6ce885daa15bdf8460 31090 sisu-sqlite_2.6.3-4_all.deb
Checksums-Sha256: 
 5a0d9af3b74761a72e9e2f9da3b8392ad7a1108e32063b041c6ab57a9b9f42e7 1196 
sisu_2.6.3-4.dsc
 e04d68474513468f4968956f9720d42e8338d6c8403b44b7e874eebe482d6c92 292039 
sisu_2.6.3-4.diff.gz
 f9bc68ed346c836c992a566a20c27eb99cea02371a94bafc3d68aa7f8ee2bb02 3681754 
sisu_2.6.3-4_all.deb
 3c4e0b4fafa26d35e11e0d89bf8d9b4fe5aa26d11d51d993f04fcdd37d0dd26b 30082 
sisu-complete_2.6.3-4_all.deb
 8f4311ec2b5de6c0441ff0ce1533c5db346d5073656e99c83217962ef027b443 30682 
sisu-pdf_2.6.3-4_all.deb
 25b4e8f093387563b515eacb59580578f1674525b4d06f7c13aa33153774137c 31142 
sisu-postgresql_2.6.3-4_all.deb
 89eb66fdf4f6e8cc30a156c8a422f39d09c4ba8074e9b494a26d63fe93316dfb 31090 
sisu-sqlite_2.6.3-4_all.deb
Files: 
 b87ba90ec4b4aba1ffdce5ee7863b74e 1196 text optional sisu_2.6.3-4.dsc
 ab57549fef08710590b6232976f9580a 292039 text optional sisu_2.6.3-4.diff.gz
 ee61ca01877fc0481a9c503794bf107c 3681754 text optional sisu_2.6.3-4_all.deb
 8ec20ba676d31ceaa5053f92f2bbabcf 30082 text optional 
sisu-complete_2.6.3-4_all.deb
 ec7024b712672f368f703f9d0cd05782 30682 text optional sisu-pdf_2.6.3-4_all.deb
 d9178a3472b40bf807d48bed5f64fe84 31142 text optional 
sisu-postgresql_2.6.3-4_all.deb
 0f5f8fc082c23d3fff6afad934bb9bf6 31090 text optional 
sisu-sqlite_2.6.3-4_all.deb

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

iEYEARECAAYFAkx9KcQACgkQb3gYqbmPYrEUfACfUb6dAf5naDLhxyZTggG6rbOb
3S8AoJca2Q9x4yAns/jGcpagsKvvQ/uG
=fDUD
-END PGP SIGNATURE-


Accepted:
sisu-complete_2.6.3-4_all.deb
  to main/s/sisu/sisu-complete_2.6.3-4_all.deb
sisu-pdf_2.6.3-4_all.deb
  to main/s/sisu/sisu-pdf_2.6.3-4_all.deb
sisu-postgresql_2.6.3-4_all.deb
  to main/s/sisu/sisu-postgresql_2.6.3-4_all.deb
sisu-sqlite_2.6.3-4_all.deb
  to main/s/sisu/sisu-sqlite_2.6.3-4_all.deb
sisu_2.6.3-4.diff.gz
  to main/s/sisu/sisu_2.6.3-4.diff.gz
sisu_2.6.3-4.dsc
  to main/s/sisu/sisu_2.6.3-4.dsc
sisu_2.6.3-4_all.deb
  to main/s/sisu/sisu_2.6.3-4_all.deb


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



Accepted mongrel-cluster 1.0.5-5 (source all)

2010-08-31 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Aug 2010 09:27:56 -0500
Source: mongrel-cluster
Binary: mongrel-cluster
Architecture: source all
Version: 1.0.5-5
Distribution: unstable
Urgency: low
Maintainer: Jeremy Lainé jeremy.la...@m4x.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 mongrel-cluster - Mongrel plugin to manage a cluster of Mongrel servers
Closes: 594960
Changes: 
 mongrel-cluster (1.0.5-5) unstable; urgency=low
 .
   * Move from section: web to section: httpd (following reality)
   * Standards-version 3.8.4→3.9.1.0 (no changes needed)
   * Document functions in mongrel_cluster_ctl which had not made it to the
 manpage
   * Patch the default config directory to what we ship (Closes: #594960)
Checksums-Sha1: 
 3808142e16415aed26b76a6e7099770c0b829000 2003 mongrel-cluster_1.0.5-5.dsc
 dd29869f4685fd8f3e72a07f543bb65061541e83 6802 
mongrel-cluster_1.0.5-5.debian.tar.gz
 fb878b50860760fc39b2e08d37cfdc97da1d7c03 14418 mongrel-cluster_1.0.5-5_all.deb
Checksums-Sha256: 
 0b76fade672539340ba34d712b1517ca98584f5818b00450f95cee3c5ab43c63 2003 
mongrel-cluster_1.0.5-5.dsc
 04b171d4b42ce5eacab1363f3b72a0aba27217ec786fb7b3f6f77e5db21d0852 6802 
mongrel-cluster_1.0.5-5.debian.tar.gz
 c1a07e59eec80ef9a024471bc2aff1f997c0725ba89a5dce2e2d5b56a0d26f49 14418 
mongrel-cluster_1.0.5-5_all.deb
Files: 
 edba7302f4718cce79728a95f6d39e66 2003 httpd optional 
mongrel-cluster_1.0.5-5.dsc
 3c442d15efa1085e3f6ad4304a93888f 6802 httpd optional 
mongrel-cluster_1.0.5-5.debian.tar.gz
 bc57b7f6ce44b9e464ec9d2ed16c994a 14418 httpd optional 
mongrel-cluster_1.0.5-5_all.deb

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

iQIcBAEBCAAGBQJMfSyHAAoJEGc6A+TB25If5fcP/isjv2drIhnzKrlUnlKLJnqD
Q0Wa+iNAx6e+1WISOTUl928KE8Fb0z6CuJcqRhCxGUhqYaMxsKTZgZ/dM3GaZw6r
1dzZGNfa6wyPc0l+zyNG4yoV0gvMcHJUvpLC1SxjD4Zp7HRAuj1OJvYds7c5YE1P
14e4vfZyY2UZ4FpekVavDnuFKKW4D6L0C+mPdEwKxVL/dsqCPYq+pzF5mMTliQJH
FrAIQAey9cNuMuVCegjtW/33xqm5fRuAyLZmYifvsR6j4+OP99K11VIkSTiM7JC2
9qyj2MKIQxqS4UzB7D8WZWBOVpVazJEWOEiKRWfMmqJaw9L3Un1pHSPKilpusf4C
4xGJSvgSXHAbtLEe/53mxaEOwdZmKNWkvwAzA10VbvcJMUc97hDqkzSpaCRFLakY
vub22/4bo5LS2YC0fDrlr8EAesGywbO+LdyEkXCpvT6SkA4tVmdx9TjpOsh39deP
zH2Nh6JlLw6MVfAcMo6TDN+EOdmKkCNgBIIIeB+8eEi0LrQscZUf6XKPuZKvorCX
WyFH4s613y9HEcjpPKr957h3aoVCbr9gGXFq3QkRBdrbRAwdfJtzcf47hFdftoVi
hdqmi5C8w14ep+E+ikNVBre8On3vykamugg8WXS7b+RdZ32vhd49O8gkLGMgXqf9
OUrduu1gY2wOJh+0aLCO
=VK25
-END PGP SIGNATURE-


Accepted:
mongrel-cluster_1.0.5-5.debian.tar.gz
  to main/m/mongrel-cluster/mongrel-cluster_1.0.5-5.debian.tar.gz
mongrel-cluster_1.0.5-5.dsc
  to main/m/mongrel-cluster/mongrel-cluster_1.0.5-5.dsc
mongrel-cluster_1.0.5-5_all.deb
  to main/m/mongrel-cluster/mongrel-cluster_1.0.5-5_all.deb


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



Accepted python-defaults 2.6.6-1 (source all)

2010-08-31 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 19:09:30 +0200
Source: python-defaults
Binary: python python-minimal python-examples python-dev idle python-doc 
python-dbg python-all python-all-dev python-all-dbg
Architecture: source all
Version: 2.6.6-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 idle   - IDE for Python using Tkinter (default version)
 python - interactive high-level object-oriented language (default version)
 python-all - package depending on all supported Python runtime versions
 python-all-dbg - package depending on all supported Python debugging packages
 python-all-dev - package depending on all supported Python development packages
 python-dbg - debug build of the Python Interpreter (version 2.6)
 python-dev - header files and a static library for Python (default)
 python-doc - documentation for the high-level object-oriented language Python
 python-examples - examples for the Python language (default version)
 python-minimal - minimal subset of the Python language (default version)
Changes: 
 python-defaults (2.6.6-1) unstable; urgency=low
 .
   [ Piotr Ożarowski ]
   * dh_python2: typo in --help output fixed (thanks to Adam D. Barratt)
   * Bump python-minimal's Breaks of python2.5-minimal to  2.5.5-7 (due to
 missing runpy module)
   * Set the right minimum required python package version in packages with
 private modules
 .
   [ Scott Kitterman ]
   * debian/python-policy.sgml and debian/pyversions.py fix typos (thanks to
 Adam D. Barratt)
 .
   [ Matthias Klose ]
   * Bump version to 2.6.6.
Checksums-Sha1: 
 873d2eeef3680f60bdc26e554d53d66a4514465c 1233 python-defaults_2.6.6-1.dsc
 dcdd4bc2e965482b234fcc1fc720632cf7f18753 135460 python-defaults_2.6.6-1.tar.gz
 4dc1ae169c277b568b9cba7ee997f3f1f8b0630a 161752 python_2.6.6-1_all.deb
 5d5349392f81504bd198d1953afa4a6da90175b9 31890 python-minimal_2.6.6-1_all.deb
 2d236f99a67a5fe90f7011e66da5592e13a19b12 852 python-examples_2.6.6-1_all.deb
 1d9b5b400eac3a99a60d1e1ae6b3061dc066def7 914 python-dev_2.6.6-1_all.deb
 e4c956551deef0582dd4018bdc5844dc6f7f42fd 2994 idle_2.6.6-1_all.deb
 37be992d1de39c8da132ba72a6529e7459d72b78 17412 python-doc_2.6.6-1_all.deb
 1deedcc7337c0f2c3d714c4ab86f7efd9a900a85 1010 python-dbg_2.6.6-1_all.deb
 6df52da7bf1736936fdd161d6f17d16d99a8f172 874 python-all_2.6.6-1_all.deb
 5baad48deb0053aee2be112d9a73f5823294c15e 890 python-all-dev_2.6.6-1_all.deb
 342f605717c39ddc90768704e1112e224daa5777 900 python-all-dbg_2.6.6-1_all.deb
Checksums-Sha256: 
 0fd0ef17e3c3f25698cacc87f3d11795b1dc700ee75a3df9707dc229ff28 1233 
python-defaults_2.6.6-1.dsc
 3a3afd6ca9273ade368723bf1e2618c0151491c4bbdac5128a3f363fd9d4e86b 135460 
python-defaults_2.6.6-1.tar.gz
 d55f1406ea12c11101109c366b74f94d10877763879b9b2004308cffeca09119 161752 
python_2.6.6-1_all.deb
 b637a75bcaf6a6a32cf862596e79ef33848de3fa76182a62af29c8f19413cffa 31890 
python-minimal_2.6.6-1_all.deb
 6ee6bdfbd7ca110e8ef553cd2ea13875235a7372673024fcd070cb92532ef3e4 852 
python-examples_2.6.6-1_all.deb
 d30d4679cf227d89733a71999df4d2310d5cd907726351350f202349ded6c279 914 
python-dev_2.6.6-1_all.deb
 cce02db334eb4a13dc252f3e7b1dda0c90fe3125890ca139b5f3c09a2144598c 2994 
idle_2.6.6-1_all.deb
 d1d7ffc04928eba8c8fd0d5c4c0d1c8aab92f0ad2e7a2f6293f6071aad0d6512 17412 
python-doc_2.6.6-1_all.deb
 ba7f4d2fe419c364a8c1e5dd85e2161095e57e4d05cde5baefe9dac45b7f31f2 1010 
python-dbg_2.6.6-1_all.deb
 0c2e47aae4400a9eaed1cf3c235dda3cc27623be71d5a1e913e56927b329e82d 874 
python-all_2.6.6-1_all.deb
 cb50e3e8a1d0eb5e0f5dd7d2052005564c87e2765494ded3a7e1de9e5a0d 890 
python-all-dev_2.6.6-1_all.deb
 e52b1924a21b5224494825e8851055599d12bdd295f9b7db40a49cd817b3f400 900 
python-all-dbg_2.6.6-1_all.deb
Files: 
 105fd1832f214a44644cd2b1c47ff43f 1233 python optional 
python-defaults_2.6.6-1.dsc
 47bb18ef77d69382b30ec6d2a6cef9a4 135460 python optional 
python-defaults_2.6.6-1.tar.gz
 33ad77666d8f4a63b8601b27f5998c02 161752 python standard python_2.6.6-1_all.deb
 c6e3e43fda058f0cfbe3215ad696b786 31890 python standard 
python-minimal_2.6.6-1_all.deb
 a79a6a3ef4e008315b64832b35d4da3f 852 python optional 
python-examples_2.6.6-1_all.deb
 5dad76d0317e21661ae36571716af510 914 python optional python-dev_2.6.6-1_all.deb
 ae020f9080db796c754f2a92bdaa 2994 python optional idle_2.6.6-1_all.deb
 cb09edf8fc5023ebec1a02f21eb88f76 17412 doc optional python-doc_2.6.6-1_all.deb
 b0b92bd367b78e678ad2d301efc9a864 1010 debug extra python-dbg_2.6.6-1_all.deb
 cf3563cd6ffb5f199fecc7164604e976 874 python optional python-all_2.6.6-1_all.deb
 a7fca0aa4795df4cb0e2e73d547fb530 890 python optional 
python-all-dev_2.6.6-1_all.deb
 ba75e529464da445006585b54fc6bcae 900 debug extra python-all-dbg_2.6.6-1_all.deb

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

iEYEARECAAYFAkx9OicACgkQB01zfu119Zk/AgCfcCGewsN3ubX42wcAVe9ASQp8
ofAAn0nniS1PAb7NtrFnvlecRu6lCV2m

Accepted sdlgfx 2.0.20-1.1 (source i386)

2010-08-31 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Aug 2010 19:31:18 +0200
Source: sdlgfx
Binary: libsdl-gfx1.2-4 libsdl-gfx1.2-dev
Architecture: source i386
Version: 2.0.20-1.1
Distribution: unstable
Urgency: high
Maintainer: Debian SDL packages maintainers 
pkg-sdl-maintain...@lists.alioth.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libsdl-gfx1.2-4 - drawing and graphical effects extension for SDL
 libsdl-gfx1.2-dev - development files for SDL_gfx
Closes: 549110
Changes: 
 sdlgfx (2.0.20-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Bump shlibs to 2.0.19 for the SONAME change (closes: #549110).
Checksums-Sha1: 
 9d3396769f8009a4316bddaa702f4c9616445619 2061 sdlgfx_2.0.20-1.1.dsc
 08d3c425ae2619298259e252d872681596369fc4 5194 sdlgfx_2.0.20-1.1.diff.gz
 d9e4962765b11c08ec085f75f1f1596ebceab9fd 49810 
libsdl-gfx1.2-4_2.0.20-1.1_i386.deb
 f99bd4bd38607da1ba3c227977447b0aa75fd7b3 869014 
libsdl-gfx1.2-dev_2.0.20-1.1_i386.deb
Checksums-Sha256: 
 0c8fe836a6ad5082528dc99b031738f16808e3ecb7d93fb8cacc5968e88a1eac 2061 
sdlgfx_2.0.20-1.1.dsc
 b640bc5c2ec0737a84b1f8836206db2428e9a72e4a274a347a1432a8a1ff4eb1 5194 
sdlgfx_2.0.20-1.1.diff.gz
 0f8f48f4c2f49410ffd2fb3ecab550c2c6baccc43bd92fcd033f5dbc99ed0187 49810 
libsdl-gfx1.2-4_2.0.20-1.1_i386.deb
 fbf08cd0781f6b2c48f0024d5b533ec07a183a3408bed5bc8e625f5933ea7e16 869014 
libsdl-gfx1.2-dev_2.0.20-1.1_i386.deb
Files: 
 31e2734b8246e3580b81dd9828d71f74 2061 libs optional sdlgfx_2.0.20-1.1.dsc
 248ef9e1fbb8e2633f6ad35252612121 5194 libs optional sdlgfx_2.0.20-1.1.diff.gz
 ba723c59e06bf612ada225e50de0796f 49810 libs optional 
libsdl-gfx1.2-4_2.0.20-1.1_i386.deb
 9cb6f43cd8fa55ce55e1d92afd2625b0 869014 libdevel optional 
libsdl-gfx1.2-dev_2.0.20-1.1_i386.deb

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

iQIcBAEBCAAGBQJMfT7iAAoJEDEBgAUJBeQMXxQP+wc1Eq7Gm4oCDbRuQ1evWdee
ZxxOoIMpxefKHQhlh/CDQSNuz6fPWS9evuWp5VK6jzPu4F7a9jeFVloeJKVzOso6
rQ1XCcuhpQ+USCP1JQzdjt7jBW6oUhltfs604eSKM7RPnl5JlfsfpM/7OZm/DS3k
6Muo8IGCUNxRrIq2TqE1INVzXFYi9QO4mgE18xf6txkFr1lJNrR6l9Sha4XDeCXx
aTmueaLwphdrQ4m/nM4rMfeslA/vyoQ9Hvwmk4+NmpSdmY5sYF0N3qUtGSqArjXx
CQh0q8wV0lYLAtGW6qCDw4BOC54I13cKrfVi4ZbwcTyeGG0BK0z5plEYDo2y8jN1
7ryXaMbv0jegZPkdNXy6padohRFkbVFqwivNN6uuGF3HKIT/quX2NP02PYpA1QDd
BVnz5cNgdbhuwkp0OAe+aI+1xitgVTTCV3DNB5HWFHO/cmnAWTq5YM7TxDCEC1wW
yZHEQim/HDJKjzDiQ9tSroYLzvUEKFEuRSaAAhBMgiWNhJyPtstqkgHTx8jKDyYi
leU9hR1LaVoIzUsf/RZ7UgUjWWwGg6I5+KVA4hn5VmpZi6ruE8cmtYEt1Du/QbBi
d2Wr5G3WQabmu30rRA4VkN1HMun3jQf1r/d3iU4iYV9RbKWJp3UE5oWxaBUuQbTU
22s63PBHBPwUpvxMnBue
=CnRO
-END PGP SIGNATURE-


Accepted:
libsdl-gfx1.2-4_2.0.20-1.1_i386.deb
  to main/s/sdlgfx/libsdl-gfx1.2-4_2.0.20-1.1_i386.deb
libsdl-gfx1.2-dev_2.0.20-1.1_i386.deb
  to main/s/sdlgfx/libsdl-gfx1.2-dev_2.0.20-1.1_i386.deb
sdlgfx_2.0.20-1.1.diff.gz
  to main/s/sdlgfx/sdlgfx_2.0.20-1.1.diff.gz
sdlgfx_2.0.20-1.1.dsc
  to main/s/sdlgfx/sdlgfx_2.0.20-1.1.dsc


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



Accepted crash 5.0.7-1 (source amd64)

2010-08-31 Thread Troy Heber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 11:16:58 -0600
Source: crash
Binary: crash
Architecture: source amd64
Version: 5.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Troy Heber tr...@debian.org
Changed-By: Troy Heber tr...@debian.org
Description: 
 crash  - kernel debugging utility, allowing gdb like syntax
Changes: 
 crash (5.0.7-1) unstable; urgency=low
 .
   * New upstream version 5.0.7 (see
 http://people.redhat.com/anderson/crash.changelog)
   * Introduction of ARM processor support for the crash utility.
   * Fix to support KVM dumpfiles that have ram device header sections with a
 version_id of 4.
   * Fix for KVM dumpfiles from guests that were provisioned with more than
 3.5GB of RAM.
   * Minor fix to memory.c to address a compiler warning when building with
 make warn, or a compiler failure when using make Warn.
   * Fix for a segmentation violation caused by the mount command in the rare
 circumstance where the init task (pid 1) does not exist.
   * CONFIG_PREEMPT_RT x86_64 realtime kernels allocate only 3 exception stacks
 to handle the 5 possible exception types, and therefore the same per-cpu
 stack may be used for different exception types.  This could cause bt
 output that contained exception stack name strings to be incorrect.  The
 patch displays all exception stack name strings in RT kernels to all show
 RT, as in --- RT exception stack ---.
   * Fix for the potential to miss one or more tasks in 2.6.23 and earlier
 kernels, presumably due to catching an entry the kernel's pid_hash[] chain
 in transition.  Without the patch, the task will simply not be seen in the
 gathered task list.
   * Fix to correct a presumption that the kernel's task_state_array[] is NULL
 terminated.
Checksums-Sha1: 
 58ddfacd4f20ab4d4d7db46c24ed323514892012 1017 crash_5.0.7-1.dsc
 a9a7a807d2ad3329bb611f9b52c3ae0585b57c1c 24356512 crash_5.0.7.orig.tar.gz
 f106a50dd7c1d707a7fbf91e8eb5959c2876aefc 21722 crash_5.0.7-1.diff.gz
 735e8438f444208f97d2e078eb8266f57aba1414 2356366 crash_5.0.7-1_amd64.deb
Checksums-Sha256: 
 e2a19a8cce637830aeebd9a9ba8c6f62d23df08afbb466bb4219e8beeaf93ea5 1017 
crash_5.0.7-1.dsc
 88ec58b532bd63bba82f922bce0bdcf4391f080a0e5b8efbde3af65f4cba3935 24356512 
crash_5.0.7.orig.tar.gz
 5fb71f696a8d9060c9b880f0b9ce01cd26741724d80d522d4998c4e76d530123 21722 
crash_5.0.7-1.diff.gz
 a1d5fd247ddcc25fb5481220505e521781f4924568dd9fd6a25e0b7ca91c7a8a 2356366 
crash_5.0.7-1_amd64.deb
Files: 
 f55c354012e650b1233a27cdcda441da 1017 utils optional crash_5.0.7-1.dsc
 2c67d5488ee36a8118e234651a0c2cb6 24356512 utils optional 
crash_5.0.7.orig.tar.gz
 67b0dcffb640a1966629d25673074db2 21722 utils optional crash_5.0.7-1.diff.gz
 3ba8938e5352564e047fa221ee8b9e55 2356366 utils optional crash_5.0.7-1_amd64.deb

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

iD8DBQFMfT6hQOr9C+GfGI4RAk33AJ4zfhPIAG8R9HQ7K0gAEIjpsO3pEgCfZvqw
Bj+aK2uKm09LJL3U9A0y3Hc=
=GdPG
-END PGP SIGNATURE-


Accepted:
crash_5.0.7-1.diff.gz
  to main/c/crash/crash_5.0.7-1.diff.gz
crash_5.0.7-1.dsc
  to main/c/crash/crash_5.0.7-1.dsc
crash_5.0.7-1_amd64.deb
  to main/c/crash/crash_5.0.7-1_amd64.deb
crash_5.0.7.orig.tar.gz
  to main/c/crash/crash_5.0.7.orig.tar.gz


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



Accepted aiccu 20070115-14 (source amd64)

2010-08-31 Thread Reinier Haasjes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Aug 2010 22:09:58 +0200
Source: aiccu
Binary: aiccu
Architecture: source amd64
Version: 20070115-14
Distribution: unstable
Urgency: low
Maintainer: Reinier Haasjes rein...@haasjes.com
Changed-By: Reinier Haasjes rein...@haasjes.com
Description: 
 aiccu  - SixXS Automatic IPv6 Connectivity Client Utility
Closes: 593983
Changes: 
 aiccu (20070115-14) unstable; urgency=low
 .
   * Fix preconfiguration fails Add test to check if brokers-file exist.
 (Closes: #593983)
   * Upgraded standards-version to 3.9.1
   * Removed lintian-overrides; Lintian complained: unused-override
 no-upstream-changelog
   * Add Recommends on bind9-host | dnsutils for the config script. -
 Thanks to Evgeni Golov
   * debian/aiccu.config:
 + grep for $RET, not $RET or it will fail on names with spaces. -
 Thanks to Evgeni Golov
Checksums-Sha1: 
 ae8c3a0d2997dc0ce8d2af65fa91df321762ec1f 1166 aiccu_20070115-14.dsc
 9d3f7becde966f50712e4bc877823fe0b1f84097 30611 aiccu_20070115-14.debian.tar.gz
 e32d6c74a535865268591dbdebaa337f6efb0cb7 57480 aiccu_20070115-14_amd64.deb
Checksums-Sha256: 
 708704a5536509a3d9f90bbc52169fb46cdc7e6fff7975d06cdd86912e371d00 1166 
aiccu_20070115-14.dsc
 03597cb44141b2f20a86966565169851ebeda3d0bb4dfea85af8c189194c2c03 30611 
aiccu_20070115-14.debian.tar.gz
 04460b43f3cca2f2f3cd1f09f27c0cc2dc5c58d4f1626e515492a02cd9d82c78 57480 
aiccu_20070115-14_amd64.deb
Files: 
 6e13b344d65482822bbe586a875593b9 1166 net optional aiccu_20070115-14.dsc
 e8be8f937acc9c71386316ebf58ae582 30611 net optional 
aiccu_20070115-14.debian.tar.gz
 32e8a28e512eb258395390164e53aefa 57480 net optional aiccu_20070115-14_amd64.deb

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

iEYEARECAAYFAkx9RpgACgkQST77jl1k+HCPDwCfc7wX2RWTAGawvRgLEOko6Sp6
d8sAnR0SZgvr7cl0eAGE2p4mWlEaiZcb
=s3Lz
-END PGP SIGNATURE-


Accepted:
aiccu_20070115-14.debian.tar.gz
  to main/a/aiccu/aiccu_20070115-14.debian.tar.gz
aiccu_20070115-14.dsc
  to main/a/aiccu/aiccu_20070115-14.dsc
aiccu_20070115-14_amd64.deb
  to main/a/aiccu/aiccu_20070115-14_amd64.deb


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



Accepted ikiwiki 3.20100831 (source all)

2010-08-31 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Aug 2010 14:22:47 -0400
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 3.20100831
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 ikiwiki- a wiki compiler
Closes: 594673
Changes: 
 ikiwiki (3.20100831) unstable; urgency=low
 .
   * filecheck: Fall back to using the file command if the freedesktop
 magic file cannot identify a file.
   * flattr: New plugin. (Thanks to jaywalk for the initial implementation
 at a flattr plugin! This one is less configurable, but simpler.)
   * smiley: warn instead of error for missing smileys (Giuseppe Bilotta)
   * openid: Syntax tweak to the javascript code to make it work with MSIE 7
 (and MSIE 8 in compat mode). Thanks to Iain McLaren for reporting
 the bug and providing access to debug it.
   * style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.
   * htmlscrubber: Do not scrub url anchors that contain colons.
   * Danish translation update. Closes: #594673
   * highlight: Make location of highlight's files configurable in setup
 file to allow for nonstandard installations.
   * Allow link(.) and similar PageSpecs. Thanks, Giuseppe Bilotta.
   * Run the preprocess hooks in scan mode *before* the scan hooks.
 This allows the po plugin to register a scan hook that runs
 last and rescans pages after all data from the first scan pass is
 completed. This avoids the po plugin needing to rebuild some pages.
 (intrigeri)
   * po: Fix some bugs that affected l10n.ikiwiki.info's unusual
 setup. (intrigeri)
   * t/bazaar.t: Work around bzr 2.2.0's new requirement to configure
 bzr whoami before committing.
   * httpauth: Avoid redirecting the user to the cgiauthurl if
 they already have a login session.
Checksums-Sha1: 
 fe2693f5cf468a6e97be3f223b309eee57920962 1788 ikiwiki_3.20100831.dsc
 7aac193e19b572fa8f5395e2cf6fbc8b85d74f39 1937235 ikiwiki_3.20100831.tar.gz
 33273824829e12111c2c2aec876acea5ab7e3048 1350296 ikiwiki_3.20100831_all.deb
Checksums-Sha256: 
 eeb9de1173b3eb2845234c0d04f17bd153afe3f89a226ae39fd837451edc8cfc 1788 
ikiwiki_3.20100831.dsc
 a15905586f0a42baa39262d54b7c34df0d4b1d32728be5b55ade074901cf1bcb 1937235 
ikiwiki_3.20100831.tar.gz
 e1a26368caa8324ce5f59b392ddb2995d093124bb44e493572de57ea5fa7755c 1350296 
ikiwiki_3.20100831_all.deb
Files: 
 318f5ff3bc4139e778894cd9fbe8c11a 1788 web optional ikiwiki_3.20100831.dsc
 0270ac24e132cf43d96e13e509b1ccdc 1937235 web optional ikiwiki_3.20100831.tar.gz
 a14a53989abbe5cae4fdfe4a189d727c 1350296 web optional 
ikiwiki_3.20100831_all.deb

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

iQIVAwUBTH1KSckQ2SIlEuPHAQglJQ/6AupXUKxGXydTbeTodIzHAjaKW9Ql/76p
SIGcGXnBBhI4f/a1oGgUiI291JMSRKncNzHV7jugYKr/sLC57bfXMKVrVNH9sxHU
+Lc1arXFf5BHh/hqK/HuqvyxkOnyMQnjBGxs4yQqxCEW/WV5lGgmH8bO58lVpS5P
BTj3mZyDEay8XbTmv9uZDGA7uloOT2sQl+PqVJKqRu2wRhvRqMNoM/STQWAkysxn
2+2wUXkdGCHVa96yIt+FqYHKdexlWmI34eUaOK/9lCNOSbVf5Ubn6x3tm9szfzxS
ZNWurgaHxZUzkloC8+drBcmaVAPueQtoBDhNrw11c6Vu0ohlEDprlNVABzye0CGy
MGV3fefuJYu9OuwTWMMNW64DH9rFe7TUq536gDlxadetCfR0p9HxxdAOLovl04Ew
heJf3SqOxE3HvqYZqR47M70LXIKqC0mBa1W8MpmZRxFDjSQDo2fel8hj/5Zbab/A
wHjdnglFX3R8Pn0mgffPdpsm/BguMsPBMBuHu3s4DF6o9d4wPzCzHe9rVSchlRp+
xvxm7XNZna6quZ4MwtUYVFN28mxYcD78+qkIR6GOPXWqBlWMStCkbepZ+b9qHAVj
TsmO/JYhZ26y0V01xokGHUtkdMu/20QZBdpn/S//bbcnwg7Och9IAymjJY82ecpm
41KsgETN7+4=
=BAlv
-END PGP SIGNATURE-


Accepted:
ikiwiki_3.20100831.dsc
  to main/i/ikiwiki/ikiwiki_3.20100831.dsc
ikiwiki_3.20100831.tar.gz
  to main/i/ikiwiki/ikiwiki_3.20100831.tar.gz
ikiwiki_3.20100831_all.deb
  to main/i/ikiwiki/ikiwiki_3.20100831_all.deb


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



Accepted awesome 3.4.7+git-4-g92183ca-1 (source amd64)

2010-08-31 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 21:43:47 +0200
Source: awesome
Binary: awesome
Architecture: source amd64
Version: 3.4.7+git-4-g92183ca-1
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou a...@debian.org
Changed-By: Julien Danjou a...@debian.org
Description: 
 awesome- highly configurable, next generation framework window manager for
Closes: 552207
Changes: 
 awesome (3.4.7+git-4-g92183ca-1) unstable; urgency=low
 .
   * New upstream snapshot
 + Fix systray size computing (Closes: #552207)
Checksums-Sha1: 
 846b29247d01d25ee8f61fd578135e638cad4c3d 1777 
awesome_3.4.7+git-4-g92183ca-1.dsc
 27043e0374f36b6971be6635459f77ce5211bd19 737184 
awesome_3.4.7+git-4-g92183ca.orig.tar.bz2
 8d0c74a3b7000ea95f222ffe8d3eff26f9f0a37b 7483 
awesome_3.4.7+git-4-g92183ca-1.debian.tar.gz
 bc657e5517f9dbd7774f4e14f77745eb31a9c4ff 834260 
awesome_3.4.7+git-4-g92183ca-1_amd64.deb
Checksums-Sha256: 
 f8091ddbe002eb47e2866d18b4a1a0fd1d7d983cf9f85c313b4ab128e9c35b86 1777 
awesome_3.4.7+git-4-g92183ca-1.dsc
 6ce8ec94b1b9819c641b7baeed3a39f2ec616b9c0cc27e0760c1f46c8c6186ef 737184 
awesome_3.4.7+git-4-g92183ca.orig.tar.bz2
 adbeddb7c231c875becd908d7aab032263af1ae290674eadc2ee3a1e4bcbbf23 7483 
awesome_3.4.7+git-4-g92183ca-1.debian.tar.gz
 a7c22255177a522e696ab84300be7e2112555f31c59dbea316d78eff121d4b04 834260 
awesome_3.4.7+git-4-g92183ca-1_amd64.deb
Files: 
 3488642ec54c9fa82bf42ee2050e67a9 1777 x11 optional 
awesome_3.4.7+git-4-g92183ca-1.dsc
 737b674e9e7dbdb56f513fdda874ffe8 737184 x11 optional 
awesome_3.4.7+git-4-g92183ca.orig.tar.bz2
 ad237c4e14dc28cf700c91b2f15c595c 7483 x11 optional 
awesome_3.4.7+git-4-g92183ca-1.debian.tar.gz
 a13e7c0bb3dde5d34789b8687ddfc454 834260 x11 optional 
awesome_3.4.7+git-4-g92183ca-1_amd64.deb

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

iEYEARECAAYFAkx9XtgACgkQpGK1HsL+5c14ZgCeN7f8/WBoEea3Z5SkNHCZW3ld
iS8AoNWkk3U8H4xrvKoy1MAB+DS6peV5
=z3VX
-END PGP SIGNATURE-


Accepted:
awesome_3.4.7+git-4-g92183ca-1.debian.tar.gz
  to main/a/awesome/awesome_3.4.7+git-4-g92183ca-1.debian.tar.gz
awesome_3.4.7+git-4-g92183ca-1.dsc
  to main/a/awesome/awesome_3.4.7+git-4-g92183ca-1.dsc
awesome_3.4.7+git-4-g92183ca-1_amd64.deb
  to main/a/awesome/awesome_3.4.7+git-4-g92183ca-1_amd64.deb
awesome_3.4.7+git-4-g92183ca.orig.tar.bz2
  to main/a/awesome/awesome_3.4.7+git-4-g92183ca.orig.tar.bz2


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



Accepted awesome-extra 2010083101 (source all)

2010-08-31 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 22:00:42 +0200
Source: awesome-extra
Binary: awesome-extra
Architecture: source all
Version: 2010083101
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou a...@debian.org
Changed-By: Julien Danjou a...@debian.org
Description: 
 awesome-extra - additional modules for awesome
Changes: 
 awesome-extra (2010083101) unstable; urgency=low
 .
   * Update obvious
   * Update vicious
Checksums-Sha1: 
 4bc32fd63448b9af515df0dc4ece95f91253b894 761 awesome-extra_2010083101.dsc
 8625e311c348470d4bb04b755491b2c0a49f7d8f 897749 awesome-extra_2010083101.tar.gz
 c967472f7e319257092f06cf90411c81552a2891 89690 awesome-extra_2010083101_all.deb
Checksums-Sha256: 
 843e957bd09a77d45d8544c16551ef6cdf69d12f85bd70c7d319d594c887ed9a 761 
awesome-extra_2010083101.dsc
 8c053743464a14cddf9cad2fb13e42030d573c54702a4468a298488bf478ee2b 897749 
awesome-extra_2010083101.tar.gz
 f3b1e15318ca959096b9f0fbc5b6f0133933a068957366573f8232974dafcd51 89690 
awesome-extra_2010083101_all.deb
Files: 
 6fb65dd8387dfc95fd1855e7bf2232cd 761 x11 extra awesome-extra_2010083101.dsc
 4350d872d3c05280eb496c12b4a90b8b 897749 x11 extra 
awesome-extra_2010083101.tar.gz
 7ed1521b5ff0893d7b169f90f3eb9a6b 89690 x11 extra 
awesome-extra_2010083101_all.deb

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

iEYEARECAAYFAkx9X/UACgkQpGK1HsL+5c1GCwCgwVZSEmFm8cv9EPOMqEE7ntoq
N/QAoLZ5tP7eouqRDdzpHhJLW+U1cPx7
=L3rl
-END PGP SIGNATURE-


Accepted:
awesome-extra_2010083101.dsc
  to main/a/awesome-extra/awesome-extra_2010083101.dsc
awesome-extra_2010083101.tar.gz
  to main/a/awesome-extra/awesome-extra_2010083101.tar.gz
awesome-extra_2010083101_all.deb
  to main/a/awesome-extra/awesome-extra_2010083101_all.deb


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



Accepted dhcpcd 1:3.2.3-7 (source i386)

2010-08-31 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 21:24:13 +
Source: dhcpcd
Binary: dhcpcd
Architecture: source i386
Version: 1:3.2.3-7
Distribution: unstable
Urgency: low
Maintainer: Simon Kelley si...@thekelleys.org.uk
Changed-By: Simon Kelley si...@thekelleys.org.uk
Description: 
 dhcpcd - DHCP client for automatically configuring IPv4 networking
Closes: 594661
Changes: 
 dhcpcd (1:3.2.3-7) unstable; urgency=low
 .
 * Fix FTBFS on GNU/kFreeBSD. (closes: #594661)
Checksums-Sha1: 
 1a1e81b569a99ea2de7f2f5caf6367e5ec5a6c8c 944 dhcpcd_3.2.3-7.dsc
 968bc9c948dec729f43628c109cab555446fc4fe 16812 dhcpcd_3.2.3-7.diff.gz
 ede5b4ecb04b10e69347e66c518303cdf9e7af3d 49142 dhcpcd_3.2.3-7_i386.deb
Checksums-Sha256: 
 28ca99ec1162adf425c3572115775c0a91c8b73d21ac1c503e9727aafcd2e036 944 
dhcpcd_3.2.3-7.dsc
 8e6a3c50cb6c6b435640ba3d9ae7ebec3b3c59ff11b0c1a4b583e4b3e5b019c1 16812 
dhcpcd_3.2.3-7.diff.gz
 c34cadff8cc544cba80f540c5cd22e382eafefdc28faa00da8dd4aa202cfeb99 49142 
dhcpcd_3.2.3-7_i386.deb
Files: 
 2583fc7b77e6af01f398f1fc4b464873 944 net optional dhcpcd_3.2.3-7.dsc
 8471fb95822b874ab9b14769095f8e6e 16812 net optional dhcpcd_3.2.3-7.diff.gz
 d20282a7f4f90d41ccb3a1c67e736a87 49142 net optional dhcpcd_3.2.3-7_i386.deb

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

iEYEARECAAYFAkx9ZS0ACgkQKPyGmiibgrdDPQCfb6etKPNTaW8fmJIWGQ0fL33l
/TAAn1zgWR9u0whoIBuv5nntdMGBrwrA
=UcOm
-END PGP SIGNATURE-


Accepted:
dhcpcd_3.2.3-7.diff.gz
  to main/d/dhcpcd/dhcpcd_3.2.3-7.diff.gz
dhcpcd_3.2.3-7.dsc
  to main/d/dhcpcd/dhcpcd_3.2.3-7.dsc
dhcpcd_3.2.3-7_i386.deb
  to main/d/dhcpcd/dhcpcd_3.2.3-7_i386.deb


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



Accepted meep-mpich 1.1.1-7 (source i386)

2010-08-31 Thread Thorsten Alteholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 16 Aug 2010 19:00:00 +0200
Source: meep-mpich
Binary: meep-mpich libmeep-mpich6 libmeep-mpich-dev
Architecture: source i386
Version: 1.1.1-7
Distribution: unstable
Urgency: low
Maintainer: Thorsten Alteholz deb...@alteholz.de
Changed-By: Thorsten Alteholz deb...@alteholz.de
Description: 
 libmeep-mpich-dev - development library for using parallel (mpich) version of 
meep
 libmeep-mpich6 - library for using parallel (mpich) version of meep
 meep-mpich - software package for FDTD simulation, parallel (mpich) version
Closes: 590420
Changes: 
 meep-mpich (1.1.1-7) unstable; urgency=low
 .
   * debian/rules: remove rpath with chrpath
   * debian/control: add dependency on chrpath
   * as version 1.1.1-6 has been rejected, the bug (Closes: #590420)
 has to be closed again
Checksums-Sha1: 
 457a2d23db7f377d0f3ca95361d9e44ab9c181a6 1278 meep-mpich_1.1.1-7.dsc
 044c5da3f88a32d2481853bf421b949939f57ad0 755035 meep-mpich_1.1.1.orig.tar.gz
 707713f7fac40664a96c9cdd38b6dd21ecdd9dd6 5652 meep-mpich_1.1.1-7.diff.gz
 c7f148a6fad0ce032bc09403e9c449069c0b6410 269770 meep-mpich_1.1.1-7_i386.deb
 790363671104210a144f715609a0b06050b0e177 396330 libmeep-mpich6_1.1.1-7_i386.deb
 40d49f91240419a5b637a6f482829b33d0d4624e 99282 
libmeep-mpich-dev_1.1.1-7_i386.deb
Checksums-Sha256: 
 6ee1d9217d3568339eb27dbe96741f484c5abfef0d3c967730d251b8a2da9c1d 1278 
meep-mpich_1.1.1-7.dsc
 845eb9ca66c23fa6f22202bceb0f5bbebf28686602a76871395bbd652fcd3e59 755035 
meep-mpich_1.1.1.orig.tar.gz
 2289f9b83c5c2a42b1d5c4cca240eb4fcbb407c529c46f1c788e82b4571319b2 5652 
meep-mpich_1.1.1-7.diff.gz
 d16fd785647f2922b9096ef38f3c35b50d3d39e2c9be1dbec4f2349839e16fe0 269770 
meep-mpich_1.1.1-7_i386.deb
 fea20abbe5367da44a2c04c5af01b3753730dbdafa41d791eb93ec8858560f81 396330 
libmeep-mpich6_1.1.1-7_i386.deb
 daea1f94f01f4b6a7bd554050b24c094cbe61d2c97c8d93b5907028cc4bf9524 99282 
libmeep-mpich-dev_1.1.1-7_i386.deb
Files: 
 f2d8a9cb24d11c48d4008166299ff663 1278 science optional meep-mpich_1.1.1-7.dsc
 52fbd7e33bc90fda8f273fa8cb991292 755035 science optional 
meep-mpich_1.1.1.orig.tar.gz
 63fb62d2e8cf8a812f899edb9eee091f 5652 science optional 
meep-mpich_1.1.1-7.diff.gz
 607019651878ff10348f77f056657e3d 269770 science optional 
meep-mpich_1.1.1-7_i386.deb
 180620a800f341b77049a7553e3b85ee 396330 libs optional 
libmeep-mpich6_1.1.1-7_i386.deb
 bc64e7d330afcf1de4b347abd3e8ce11 99282 libdevel optional 
libmeep-mpich-dev_1.1.1-7_i386.deb

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

iEYEARECAAYFAkxpf6wACgkQ02K2KlS5mJCEnwCfZIqOOlz7mV6mOqDaFzB471Dc
rHcAn0yLEjFS5fB9HTEMtBn73VKIj1YD
=4CY4
-END PGP SIGNATURE-


Accepted:
libmeep-mpich-dev_1.1.1-7_i386.deb
  to main/m/meep-mpich/libmeep-mpich-dev_1.1.1-7_i386.deb
libmeep-mpich6_1.1.1-7_i386.deb
  to main/m/meep-mpich/libmeep-mpich6_1.1.1-7_i386.deb
meep-mpich_1.1.1-7.diff.gz
  to main/m/meep-mpich/meep-mpich_1.1.1-7.diff.gz
meep-mpich_1.1.1-7.dsc
  to main/m/meep-mpich/meep-mpich_1.1.1-7.dsc
meep-mpich_1.1.1-7_i386.deb
  to main/m/meep-mpich/meep-mpich_1.1.1-7_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oqxys-00060t...@franck.debian.org



Accepted docbook-xsl 1.76.0~RC1+dfsg-1 (source all)

2010-08-31 Thread dale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 22:52:27 +0200
Source: docbook-xsl
Binary: docbook-xsl
Architecture: source all
Version: 1.76.0~RC1+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Leidert (dale) daniel.leid...@wgdd.de
Changed-By: Daniel Leidert (dale) daniel.leid...@wgdd.de
Description: 
 docbook-xsl - stylesheets for processing DocBook XML to various output formats
Closes: 507673 561590 576831 580305 594649
Changes: 
 docbook-xsl (1.76.0~RC1+dfsg-1) experimental; urgency=low
 .
   * First release candidate of the upcoming 1.76.0 release based on r8900.
 - Apostroph fix applied at all places (closes: #507673).
 - Refer to local image path (closes: #561590).
 - Handles simpara in footnote for manpages correctly (closes: #580305).
 - Improved French translation (closes: #594649).
 .
   * debian/compat: Increased to 7.
   * debian/control (Vcs-Browser, Vcs-Svn): Adjusted for experimental.
 (Build-Depends): Increased dh version to 7.
 (Standards-Version): Bumped to 3.9.1.
 (Suggests): Added libxslthl-java (closes: #576831).
   * debian/rules: Rewritten for dh 7.
   * debian/get-orig-source.sh: Also remove newly released webhelp directory.
   * debian/README.source: Added note about webhelp.
   * debian/patches/561590_param_local_draft_image.dpatch: Dropped (r8810).
   * debian/patches/562227_xhtml_fix_saxon_ns_leakage.dpatch: Ditto (r8808).
   * debian/patches/8530_manpages_lists_indentation_fix.dpatch: Ditto.
   * debian/patches/8539_554441_xhtml11_fix_ulink_param_target.dpatch: Ditto.
   * debian/patches/8563_562816_german_translation_fix.dpatch: Ditto.
   * debian/patches/portable_apostrophe_fix.dpatch: Ditto (r8841).
   * debian/patches/00list: Adjusted.
Checksums-Sha1: 
 c0222d4d5c092395f35204add971478c6bf7ff62 1465 docbook-xsl_1.76.0~RC1+dfsg-1.dsc
 bc3a15b7018f6ddc26190f2c03e1fe504a2e54da 2916944 
docbook-xsl_1.76.0~RC1+dfsg.orig.tar.gz
 907c37cc5098c350306563557f17c756b8c3ea00 34767 
docbook-xsl_1.76.0~RC1+dfsg-1.diff.gz
 93dd1fe998a91ca5125a71853d5e2da90aef5a88 1626186 
docbook-xsl_1.76.0~RC1+dfsg-1_all.deb
Checksums-Sha256: 
 2ffb71d85045eacdeec404bbcc87c0516231248ece16a5db4ebd9957d989e4b1 1465 
docbook-xsl_1.76.0~RC1+dfsg-1.dsc
 8c76020263fa5a14aa2aa1660b9de74f59a1170cc0a8a478059c0a056ad3a293 2916944 
docbook-xsl_1.76.0~RC1+dfsg.orig.tar.gz
 d49244f932c5a46b5c62103a1302e7cc7eac3310650907b0be38491401d5abe9 34767 
docbook-xsl_1.76.0~RC1+dfsg-1.diff.gz
 f01c37799ad023403536f5f2990239aac501ffeb1b6fad8853ec2357c767b295 1626186 
docbook-xsl_1.76.0~RC1+dfsg-1_all.deb
Files: 
 a43a4ee51691eed48732fce08a3c8bb3 1465 text optional 
docbook-xsl_1.76.0~RC1+dfsg-1.dsc
 d37545efe64b15d9f2cd54c8b0142bc5 2916944 text optional 
docbook-xsl_1.76.0~RC1+dfsg.orig.tar.gz
 076b0b60c25ace3c2fcd42f113686f2d 34767 text optional 
docbook-xsl_1.76.0~RC1+dfsg-1.diff.gz
 51cd831b403f204e8a89ee1e763c2a9c 1626186 text optional 
docbook-xsl_1.76.0~RC1+dfsg-1_all.deb

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

iEYEARECAAYFAkx9a/oACgkQm0bx+wiPa4xL+ACfRA4lWIpBxv1MiRKZ4Y5/MD2m
EgwAoKeporShhftjViYiXBARcIAKl8Xx
=VVmt
-END PGP SIGNATURE-


Accepted:
docbook-xsl_1.76.0~RC1+dfsg-1.diff.gz
  to main/d/docbook-xsl/docbook-xsl_1.76.0~RC1+dfsg-1.diff.gz
docbook-xsl_1.76.0~RC1+dfsg-1.dsc
  to main/d/docbook-xsl/docbook-xsl_1.76.0~RC1+dfsg-1.dsc
docbook-xsl_1.76.0~RC1+dfsg-1_all.deb
  to main/d/docbook-xsl/docbook-xsl_1.76.0~RC1+dfsg-1_all.deb
docbook-xsl_1.76.0~RC1+dfsg.orig.tar.gz
  to main/d/docbook-xsl/docbook-xsl_1.76.0~RC1+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
Archive: http://lists.debian.org/e1oqxy5-en...@franck.debian.org



Accepted gupnp-dlna 0.3.1-1 (source all amd64)

2010-08-31 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 22:57:55 +0200
Source: gupnp-dlna
Binary: libgupnp-dlna-1.0-0 libgupnp-dlna-1.0-dev libgupnp-dlna-1.0-dbg 
libgupnp-dlna-doc gupnp-dlna-tools
Architecture: source all amd64
Version: 0.3.1-1
Distribution: experimental
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gupnp-dlna-tools - GObject-based library for GUPnP DLNA (tools)
 libgupnp-dlna-1.0-0 - DLNA utility library for GUPnP
 libgupnp-dlna-1.0-dbg - DLNA utility library for GUPnP (debug symbols)
 libgupnp-dlna-1.0-dev - DLNA utility library for GUPnP (development files)
 libgupnp-dlna-doc - DLNA utility library for GUPnP (documentation)
Changes: 
 gupnp-dlna (0.3.1-1) experimental; urgency=low
 .
   * Imported Upstream version 0.3.1
Checksums-Sha1: 
 2767e379344f08647fd86ef8844e3d04e40f85ff 1368 gupnp-dlna_0.3.1-1.dsc
 80fb325e4e68a3911d46db0a7db58f027dc57d09 429050 gupnp-dlna_0.3.1.orig.tar.gz
 6006a4417edbc39fce2247287e4681a29b5a0ff7 2323 gupnp-dlna_0.3.1-1.diff.gz
 008f382976ee9ab2ffb122a70903ceeedc6269e4 29514 
libgupnp-dlna-doc_0.3.1-1_all.deb
 95f6a12c17d6b5cec6755abc93cb8cae69183c63 64194 
libgupnp-dlna-1.0-0_0.3.1-1_amd64.deb
 4bf31646466556b3774f41b77b4a08eb3b24b6ec 53726 
libgupnp-dlna-1.0-dev_0.3.1-1_amd64.deb
 89343a2542685d1f3f763cf6006fac241ac6f8d0 116718 
libgupnp-dlna-1.0-dbg_0.3.1-1_amd64.deb
 5096924864ce94aabcc3d682a6eb6bb7b45ba383 25936 
gupnp-dlna-tools_0.3.1-1_amd64.deb
Checksums-Sha256: 
 3975801e0f74ea36642c5b3d9bb2dabc76e670656f1e9f56808119beabc35b85 1368 
gupnp-dlna_0.3.1-1.dsc
 1c5ccd35ef6c7983cd51f8e9a7cc20b9294648a8e2e2ee346b684b6f5be6aff9 429050 
gupnp-dlna_0.3.1.orig.tar.gz
 2db7a2e23633a7426c092d84826e4b77cc981227b150dda0f7019df646288f01 2323 
gupnp-dlna_0.3.1-1.diff.gz
 689d4d49ed7f97212cf11093e86c891366f1169135c8c0dddb96fb2b83e69b55 29514 
libgupnp-dlna-doc_0.3.1-1_all.deb
 c65f1669c6c0610250306d71b9dfa81c1b1fa4497ed91ffd01cd6d0cc865ed43 64194 
libgupnp-dlna-1.0-0_0.3.1-1_amd64.deb
 e0449559a17a9cd4de63e4578e8b6a897e5f2814136171e195d3d005a29de811 53726 
libgupnp-dlna-1.0-dev_0.3.1-1_amd64.deb
 aa830588bbd72e87355948b8279abebef80fb5d3734e2180efb17cfb31800526 116718 
libgupnp-dlna-1.0-dbg_0.3.1-1_amd64.deb
 a0984aab566c71676a766ea5632b9d2f7f68423cbb0a81e5dca77475d68be1de 25936 
gupnp-dlna-tools_0.3.1-1_amd64.deb
Files: 
 291e10dd5accc1494c7d26e85cb051b3 1368 libs optional gupnp-dlna_0.3.1-1.dsc
 9abdcede2f83e8655fc7a1c1477718b7 429050 libs optional 
gupnp-dlna_0.3.1.orig.tar.gz
 74a778d99cd922f63b770a8c4d6bb199 2323 libs optional gupnp-dlna_0.3.1-1.diff.gz
 410af48abc8399bc57061405433fab65 29514 doc optional 
libgupnp-dlna-doc_0.3.1-1_all.deb
 74186746e14cf4c77f5adfe0beec3d29 64194 libs optional 
libgupnp-dlna-1.0-0_0.3.1-1_amd64.deb
 57ea9596ecd0160914ccdc9bf4191365 53726 libdevel optional 
libgupnp-dlna-1.0-dev_0.3.1-1_amd64.deb
 872ec5271bd8565b00b2f9fb60081f30 116718 debug extra 
libgupnp-dlna-1.0-dbg_0.3.1-1_amd64.deb
 d4235bddde41fd19df4e81d28bdc7123 25936 net optional 
gupnp-dlna-tools_0.3.1-1_amd64.deb

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

iEYEARECAAYFAkx9cW8ACgkQcgQ2cL3l8e4LSACgltXyrjlsEAUyrQ4rCnh/6HOb
19UAmgM0D581HrlupEU2xqjdeZve57Z9
=tV4d
-END PGP SIGNATURE-


Accepted:
gupnp-dlna-tools_0.3.1-1_amd64.deb
  to main/g/gupnp-dlna/gupnp-dlna-tools_0.3.1-1_amd64.deb
gupnp-dlna_0.3.1-1.diff.gz
  to main/g/gupnp-dlna/gupnp-dlna_0.3.1-1.diff.gz
gupnp-dlna_0.3.1-1.dsc
  to main/g/gupnp-dlna/gupnp-dlna_0.3.1-1.dsc
gupnp-dlna_0.3.1.orig.tar.gz
  to main/g/gupnp-dlna/gupnp-dlna_0.3.1.orig.tar.gz
libgupnp-dlna-1.0-0_0.3.1-1_amd64.deb
  to main/g/gupnp-dlna/libgupnp-dlna-1.0-0_0.3.1-1_amd64.deb
libgupnp-dlna-1.0-dbg_0.3.1-1_amd64.deb
  to main/g/gupnp-dlna/libgupnp-dlna-1.0-dbg_0.3.1-1_amd64.deb
libgupnp-dlna-1.0-dev_0.3.1-1_amd64.deb
  to main/g/gupnp-dlna/libgupnp-dlna-1.0-dev_0.3.1-1_amd64.deb
libgupnp-dlna-doc_0.3.1-1_all.deb
  to main/g/gupnp-dlna/libgupnp-dlna-doc_0.3.1-1_all.deb


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



Accepted qcontrol 0.4.2-6 (source armel)

2010-08-31 Thread Martin Michlmayr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 21:59:57 +0100
Source: qcontrol
Binary: qcontrol qcontrol-udeb
Architecture: source armel
Version: 0.4.2-6
Distribution: unstable
Urgency: low
Maintainer: Martin Michlmayr t...@cyrius.com
Changed-By: Martin Michlmayr t...@cyrius.com
Description: 
 qcontrol   - hardware control for QNAP Turbo Station devices
 qcontrol-udeb - hardware control for QNAP Turbo Station devices (udeb)
Closes: 589581
Changes: 
 qcontrol (0.4.2-6) unstable; urgency=low
 .
   * qcontrol-udeb: depend on event-modules instead of input-modules.
 Closes: #589581
Checksums-Sha1: 
 087f30eaf6e728050ad01d28cd4fe908603b2775 1193 qcontrol_0.4.2-6.dsc
 c8a4828fd987b66ba09758b2b72a5db2c7571b6d 11426 qcontrol_0.4.2-6.diff.gz
 727af14f6ab6da9215e26c5815ebf6678229d448 18368 qcontrol_0.4.2-6_armel.deb
 8d344e895341f123080acf6e41440741ac1ae83a 72918 qcontrol-udeb_0.4.2-6_armel.udeb
Checksums-Sha256: 
 9f4fe9ea61937ca8e6f17471e4f55404f335f1d6a4ba96da85d40dc8821012f6 1193 
qcontrol_0.4.2-6.dsc
 11d45cebfe217a8bc0a0dbfc641fc098510c4b521cc83b993bd1fd493b834625 11426 
qcontrol_0.4.2-6.diff.gz
 166f0942dc8e2fb0dbd54a3b4ef9e0a6f40ac89284a82fb4bea27cd6997dfc79 18368 
qcontrol_0.4.2-6_armel.deb
 1840769f6a85d1e985c80c8acee1d031221a140bfda641ea8408cbc56a77478f 72918 
qcontrol-udeb_0.4.2-6_armel.udeb
Files: 
 b005b63c76f3aaa812636f5db5bbbf4b 1193 utils optional qcontrol_0.4.2-6.dsc
 986930ed805ac1dec294bcf909ec2a19 11426 utils optional qcontrol_0.4.2-6.diff.gz
 cb0d21f88ce2399248ed0676c9ac179a 18368 utils optional 
qcontrol_0.4.2-6_armel.deb
 f867b3106771adcbe4f4ed70d450863a 72918 debian-installer optional 
qcontrol-udeb_0.4.2-6_armel.udeb
Package-Type: udeb

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

iEYEARECAAYFAkx9bjwACgkQKb5dImj9VJ/ywACdHHxsQJKgg3JR/AmUFhvztxxY
ekMAoIXRibrIRw9skYvPYwSmb64E2+cM
=YyHl
-END PGP SIGNATURE-


Accepted:
qcontrol-udeb_0.4.2-6_armel.udeb
  to main/q/qcontrol/qcontrol-udeb_0.4.2-6_armel.udeb
qcontrol_0.4.2-6.diff.gz
  to main/q/qcontrol/qcontrol_0.4.2-6.diff.gz
qcontrol_0.4.2-6.dsc
  to main/q/qcontrol/qcontrol_0.4.2-6.dsc
qcontrol_0.4.2-6_armel.deb
  to main/q/qcontrol/qcontrol_0.4.2-6_armel.deb


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



Accepted docbook-xsl-doc 1.76.0~RC1-1 (source all)

2010-08-31 Thread dale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 23:18:29 +0200
Source: docbook-xsl-doc
Binary: docbook-xsl-doc-html docbook-xsl-doc-pdf docbook-xsl-doc-text
Architecture: source all
Version: 1.76.0~RC1-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Leidert (dale) daniel.leid...@wgdd.de
Changed-By: Daniel Leidert (dale) daniel.leid...@wgdd.de
Description: 
 docbook-xsl-doc-html - stylesheets for processing DocBook XML files (HTML 
documentation)
 docbook-xsl-doc-pdf - stylesheets for processing DocBook XML files (PDF 
documentation)
 docbook-xsl-doc-text - stylesheets for processing DocBook XML files (ASCII 
documentation
Changes: 
 docbook-xsl-doc (1.76.0~RC1-1) experimental; urgency=low
 .
   * First release candidate of the upcoming release 1.76.0.
   * debian/compat: Bumped to 7.
   * debian/control (Vcs-Browser, Vcs-Svn): Adjusted for experimental.
 (Build-Depends): Increased dh version to 7.
 (Standards-Version): Bumped to 3.9.1.
 (Depends): Fixed debhelper-but-no-misc-depends.
   * debian/rules: Rewritten for dh 7.
Checksums-Sha1: 
 ecad79dab10cb9518c3f72d792f624823ef73de4 1483 docbook-xsl-doc_1.76.0~RC1-1.dsc
 3366b99c682df723d3c9ca6764ac4d4ee66e2c3a 1568409 
docbook-xsl-doc_1.76.0~RC1.orig.tar.gz
 2961cc31336a7413364220ce1074d4a71787d8b3 15388 
docbook-xsl-doc_1.76.0~RC1-1.diff.gz
 046cbf479ab015f7cde8f66d1959ec077aad287b 604346 
docbook-xsl-doc-html_1.76.0~RC1-1_all.deb
 fe46f7034eeece12c589ad3289d60d2f4f2da690 926832 
docbook-xsl-doc-pdf_1.76.0~RC1-1_all.deb
 7f6dc29c140628d7b41ce652c4e0143cdff54957 157124 
docbook-xsl-doc-text_1.76.0~RC1-1_all.deb
Checksums-Sha256: 
 f7a5e2db0b5ebaebbe0ff5c4743c0402e7dcfe989e12b2d4e55aed12ec017a2d 1483 
docbook-xsl-doc_1.76.0~RC1-1.dsc
 c8958333daa3beb5724698dfe9ea8b654d7a6926310878f153e068652a75c60d 1568409 
docbook-xsl-doc_1.76.0~RC1.orig.tar.gz
 b17c389551aa8ad75e1dcfa536ec05ee7834545514e6ec726e00bb61d23c19e2 15388 
docbook-xsl-doc_1.76.0~RC1-1.diff.gz
 68512ae047280dd2e92485c7c34f1d877b456bf8a5efdca6b98d79729769e61d 604346 
docbook-xsl-doc-html_1.76.0~RC1-1_all.deb
 1fc4a7760f4c2263e6edf097c80d9813363db731d36ef105baf0b23d8a2c6823 926832 
docbook-xsl-doc-pdf_1.76.0~RC1-1_all.deb
 34509da8d708e3bc46471377b0b746b3cdf8f339638482d797483e8c67d8196e 157124 
docbook-xsl-doc-text_1.76.0~RC1-1_all.deb
Files: 
 8f4f50e37eb39f911625c53fb384960e 1483 doc extra 
docbook-xsl-doc_1.76.0~RC1-1.dsc
 0d2eea38b28893c834a4a5824d359008 1568409 doc extra 
docbook-xsl-doc_1.76.0~RC1.orig.tar.gz
 f598598e7f0f017fe9f5a61ce484bec4 15388 doc extra 
docbook-xsl-doc_1.76.0~RC1-1.diff.gz
 5af461c720c8c6943f63b440068a750e 604346 doc extra 
docbook-xsl-doc-html_1.76.0~RC1-1_all.deb
 2cfc7dad7b73d30e00833b3359ca94c7 926832 doc extra 
docbook-xsl-doc-pdf_1.76.0~RC1-1_all.deb
 4db51880ce711f22208b35ed841e3168 157124 doc extra 
docbook-xsl-doc-text_1.76.0~RC1-1_all.deb

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

iEYEARECAAYFAkx9dssACgkQm0bx+wiPa4zANACgsdZH3DsSuvE42Jlfz3vkAWal
AgQAnizTNRAQSTH5QeVP2kaQKj2AFV3h
=H8wn
-END PGP SIGNATURE-


Accepted:
docbook-xsl-doc-html_1.76.0~RC1-1_all.deb
  to main/d/docbook-xsl-doc/docbook-xsl-doc-html_1.76.0~RC1-1_all.deb
docbook-xsl-doc-pdf_1.76.0~RC1-1_all.deb
  to main/d/docbook-xsl-doc/docbook-xsl-doc-pdf_1.76.0~RC1-1_all.deb
docbook-xsl-doc-text_1.76.0~RC1-1_all.deb
  to main/d/docbook-xsl-doc/docbook-xsl-doc-text_1.76.0~RC1-1_all.deb
docbook-xsl-doc_1.76.0~RC1-1.diff.gz
  to main/d/docbook-xsl-doc/docbook-xsl-doc_1.76.0~RC1-1.diff.gz
docbook-xsl-doc_1.76.0~RC1-1.dsc
  to main/d/docbook-xsl-doc/docbook-xsl-doc_1.76.0~RC1-1.dsc
docbook-xsl-doc_1.76.0~RC1.orig.tar.gz
  to main/d/docbook-xsl-doc/docbook-xsl-doc_1.76.0~RC1.orig.tar.gz


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



Accepted geogebra 3.2.44.0+dfsg1-2 (source all)

2010-08-31 Thread Giovanni Mascellani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Aug 2010 22:47:42 +0200
Source: geogebra
Binary: geogebra geogebra-gnome
Architecture: source all
Version: 3.2.44.0+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Giovanni Mascellani g...@debian.org
Description: 
 geogebra   - Dynamic mathematics software for education
 geogebra-gnome - GNOME integration layer for GeoGebra
Closes: 594173
Changes: 
 geogebra (3.2.44.0+dfsg1-2) unstable; urgency=low
 .
   * Fix missing JARs in execution classpath (closes: #594173).
   * Bigger memory limits for GeoGebra, necessary when dealing with
 big constructions.
Checksums-Sha1: 
 5cec95cd57daa2a785c3f95142511408e98acfba 1712 geogebra_3.2.44.0+dfsg1-2.dsc
 789006a3afffcdfccbadd96b8c05cc37cc1653c3 30856 
geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
 f649ea6962d74ea5be8eaa4a21aab223ad732f09 2945368 
geogebra_3.2.44.0+dfsg1-2_all.deb
 c67b625cbe40ee327f9450356f192a640cb06b27 13894 
geogebra-gnome_3.2.44.0+dfsg1-2_all.deb
Checksums-Sha256: 
 8c159bafa416c616391384d40209056284d4b2de747583c897b2af4fe32bff37 1712 
geogebra_3.2.44.0+dfsg1-2.dsc
 a1b5c23aa9501d8746290752cb3b4547185b407afb3314e8ee21fa5685c2564f 30856 
geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
 077ca950860be8115220ac27252fbe2f5597e2ff0e8d90e6e59f11545382461b 2945368 
geogebra_3.2.44.0+dfsg1-2_all.deb
 c9e4968b37aefa1c660a634ea95523b4912bb342a31c8195f7598d2d5c05554d 13894 
geogebra-gnome_3.2.44.0+dfsg1-2_all.deb
Files: 
 092c4a5f8137daaa2c45fd14532affad 1712 java extra geogebra_3.2.44.0+dfsg1-2.dsc
 be2edbb6f0249c7257f71ff6d4f46855 30856 java extra 
geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
 53225adef8e6db1b987d94966516381c 2945368 java extra 
geogebra_3.2.44.0+dfsg1-2_all.deb
 38617c10425d9587f571f83fbd5362a2 13894 java extra 
geogebra-gnome_3.2.44.0+dfsg1-2_all.deb

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

iJwEAQEIAAYFAkx9dUEACgkQgQqfaeGImwCb2wP8CEwS/H//BuPMFxml3b6YXx1Y
khXadJcV2BRivbw4fYH3ToZGMFoHlg5G/vxgDjx0NtjJiCrcrv6y7dj84Cmv7umv
BlC3vd26Gds4BF3WjYGzHhsM39IE3l05LRU2rmhHnZrnThAwz4bGXxZVjQ+PLzhS
buq+d1PmaVnSjDJV+9I=
=gfxS
-END PGP SIGNATURE-


Accepted:
geogebra-gnome_3.2.44.0+dfsg1-2_all.deb
  to main/g/geogebra/geogebra-gnome_3.2.44.0+dfsg1-2_all.deb
geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
  to main/g/geogebra/geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
geogebra_3.2.44.0+dfsg1-2.dsc
  to main/g/geogebra/geogebra_3.2.44.0+dfsg1-2.dsc
geogebra_3.2.44.0+dfsg1-2_all.deb
  to main/g/geogebra/geogebra_3.2.44.0+dfsg1-2_all.deb


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



Accepted libusb 2:0.1.12-16 (source mips)

2010-08-31 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 20:01:39 +0200
Source: libusb
Binary: libusb-0.1-4 libusb-dev libusb++-0.1-4c2 libusb++-dev libusb-0.1-udeb
Architecture: source mips
Version: 2:0.1.12-16
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 libusb++-0.1-4c2 - userspace C++ USB programming library
 libusb++-dev - userspace C++ USB programming library development files
 libusb-0.1-4 - userspace USB programming library
 libusb-0.1-udeb - userspace USB programming library (udeb)
 libusb-dev - userspace USB programming library development files
Changes: 
 libusb (2:0.1.12-16) unstable; urgency=low
 .
   * Add debian/patches/07_altsetting_alloc.patch based on a patch from
 Pawel Kot to fix crashes with some USB devices, due to calls to
 free() with uninitialized pointers.
   * Upgraded policy compliance to 3.9.0 (no changes).
Checksums-Sha1: 
 367bbbf9821aa848b2359bf7f35879dc4067b783 1077 libusb_0.1.12-16.dsc
 8159bec9e5d7c6cff6d2c024720a08ce3c92eb2a 262450 libusb_0.1.12-16.diff.gz
 75dfb107ee0b73de914425ac3df247f37916e31d 20472 libusb-0.1-4_0.1.12-16_mips.deb
 3f486845d94e2f45b06339e53e6c0ba6b3e7a3dc 43016 libusb-dev_0.1.12-16_mips.deb
 68fa6be98a2b154e787503707bf36320ce2e096e 16008 
libusb++-0.1-4c2_0.1.12-16_mips.deb
 20dc046ad0f7468fa70b71d951ca36185d909a6e 21652 libusb++-dev_0.1.12-16_mips.deb
 cec29ea83bbbd240e67b5b126ba8ab0dcf63efc6 11774 
libusb-0.1-udeb_0.1.12-16_mips.udeb
Checksums-Sha256: 
 768cd85501dab45f218cbeedfbe5540f3d61d7c440ec3951710387385eb15ac5 1077 
libusb_0.1.12-16.dsc
 e7126cf1d7c6ad2d90aedf5d01402c9631dd3b62656e085868259fd42ca7ef42 262450 
libusb_0.1.12-16.diff.gz
 beba82f65b1d35462bcb306afbe3fa63d2886d9d7a509b82790eb9cdf72ccd08 20472 
libusb-0.1-4_0.1.12-16_mips.deb
 da17c982a8b8f2e568281d1d27fd9973b01825183cd27f9bbd8db88ba8a124d7 43016 
libusb-dev_0.1.12-16_mips.deb
 1831c2023562a050b8520a9ade5f341cc8868836fb2335015483411bedb2cf89 16008 
libusb++-0.1-4c2_0.1.12-16_mips.deb
 1a769e1c57c7e878517ca16c0fa3285374d66df3134676b72721b9ca76bc3795 21652 
libusb++-dev_0.1.12-16_mips.deb
 2036c5cd3b8c6ad6cdbbbc21fbffe461ef845277aa07576db868db0c5ed1d982 11774 
libusb-0.1-udeb_0.1.12-16_mips.udeb
Files: 
 5d5a14ae29379aa04870ed833c6af929 1077 libs optional libusb_0.1.12-16.dsc
 6f9f8a9b674c305bba90fac5fd4f3e8c 262450 libs optional libusb_0.1.12-16.diff.gz
 6d3ad0674f082a3ffea9a9d35be33eab 20472 libs important 
libusb-0.1-4_0.1.12-16_mips.deb
 0ae467974c07974a8a6f21f16d35b3b3 43016 libdevel optional 
libusb-dev_0.1.12-16_mips.deb
 1948d420ea4667a5ef72274bc65a211c 16008 libs optional 
libusb++-0.1-4c2_0.1.12-16_mips.deb
 d387a2e3304b5859709799f0a2422b5a 21652 libdevel optional 
libusb++-dev_0.1.12-16_mips.deb
 da1b5141785751af663eec8b54db1c7d 11774 debian-installer optional 
libusb-0.1-udeb_0.1.12-16_mips.udeb
Package-Type: udeb

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

iD8DBQFMfWerw3ao2vG823MRAiQHAJ0ZgINjjiuhQFNOlZDg1DqTynylfwCgim22
6q0exKLI1bGS7lw8f32feko=
=9klR
-END PGP SIGNATURE-


Accepted:
libusb++-0.1-4c2_0.1.12-16_mips.deb
  to main/libu/libusb/libusb++-0.1-4c2_0.1.12-16_mips.deb
libusb++-dev_0.1.12-16_mips.deb
  to main/libu/libusb/libusb++-dev_0.1.12-16_mips.deb
libusb-0.1-4_0.1.12-16_mips.deb
  to main/libu/libusb/libusb-0.1-4_0.1.12-16_mips.deb
libusb-0.1-udeb_0.1.12-16_mips.udeb
  to main/libu/libusb/libusb-0.1-udeb_0.1.12-16_mips.udeb
libusb-dev_0.1.12-16_mips.deb
  to main/libu/libusb/libusb-dev_0.1.12-16_mips.deb
libusb_0.1.12-16.diff.gz
  to main/libu/libusb/libusb_0.1.12-16.diff.gz
libusb_0.1.12-16.dsc
  to main/libu/libusb/libusb_0.1.12-16.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oqyun-00080e...@franck.debian.org



Accepted docbook-xsl-ns 1.76.0~RC1+dfsg-1 (source all)

2010-08-31 Thread dale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Sep 2010 00:17:46 +0200
Source: docbook-xsl-ns
Binary: docbook-xsl-ns
Architecture: source all
Version: 1.76.0~RC1+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Leidert (dale) daniel.leid...@wgdd.de
Changed-By: Daniel Leidert (dale) daniel.leid...@wgdd.de
Description: 
 docbook-xsl-ns - stylesheets for processing DocBook 5 XML to various output 
format
Closes: 507673 561590 576831 580305 585649 587577 589842 594649
Changes: 
 docbook-xsl-ns (1.76.0~RC1+dfsg-1) experimental; urgency=low
 .
   * First release candidate of the upcoming 1.76.0 release based on r8900.
 - Apostroph fix applied at all places (closes: #507673).
 - Refer to local image path (closes: #561590).
 - Handles simpara in footnote for manpages correctly (closes: #580305).
 - Fix XHTML output for acknowledgements tag (closes: #587577).
 - Fix namespaces in template/titlepage.xsl (closes: #585649).
 - Properly number acknowledgements page and chapters (closes: #589842).
 - Improved French translation (closes: #594649).
 .
   * debian/compat: Increased to 7.
   * debian/control (Vcs-Browser, Vcs-Svn): Adjusted for experimental.
 (Build-Depends): Increased dh version to 7.
 (Standards-Version): Bumped to 3.9.1.
 (Suggests): Added libxslthl-java (closes: #576831).
   * debian/rules: Rewritten for dh 7.
   * debian/get-orig-source.sh: Also remove newly released webhelp directory.
   * debian/README.source: Added note about webhelp.
   * debian/patches/561590_param_local_draft_image.dpatch: Dropped (r8810).
   * debian/patches/562227_xhtml_fix_saxon_ns_leakage.dpatch: Ditto (r8808).
   * debian/patches/8530_manpages_lists_indentation_fix.dpatch: Ditto.
   * debian/patches/8539_554441_xhtml11_fix_ulink_param_target.dpatch: Ditto.
   * debian/patches/8563_562816_german_translation_fix.dpatch: Ditto.
   * debian/patches/portable_apostrophe_fix.dpatch: Ditto (r8841).
   * debian/patches/00list: Adjusted.
Checksums-Sha1: 
 fac6f4a9697c23d242411d3464a8e5c0fe7fde62 1495 
docbook-xsl-ns_1.76.0~RC1+dfsg-1.dsc
 4a374f3755504e08c44fa0c2f709278a8f5c58b5 2913567 
docbook-xsl-ns_1.76.0~RC1+dfsg.orig.tar.gz
 8c1cd9be8815f1e88a3f5a572e37d48381aac2c6 20167 
docbook-xsl-ns_1.76.0~RC1+dfsg-1.diff.gz
 50964257f98488d45912ff84a3e1bc7339016fd6 1610932 
docbook-xsl-ns_1.76.0~RC1+dfsg-1_all.deb
Checksums-Sha256: 
 a801e543d87a98c15dfda408880fbfc4fb2905df2176d04c860cd32153e15099 1495 
docbook-xsl-ns_1.76.0~RC1+dfsg-1.dsc
 c5d7e96bbbf4a2d3e0008531d998c26527f7a7ee315fe127c045d5e9a18120e7 2913567 
docbook-xsl-ns_1.76.0~RC1+dfsg.orig.tar.gz
 cdac9fcda48239791d614a27ee9e2d7ff99080227590b5978a0b56420837dd5f 20167 
docbook-xsl-ns_1.76.0~RC1+dfsg-1.diff.gz
 b02e2a5bd00fcbf47e768c39ed294947dcf09541254a7c3a6f2418c2cadf7831 1610932 
docbook-xsl-ns_1.76.0~RC1+dfsg-1_all.deb
Files: 
 28fd808e800fb09e34f8a5d755a90ceb 1495 text optional 
docbook-xsl-ns_1.76.0~RC1+dfsg-1.dsc
 b11dc1a193e6a093856bf96a136ed31d 2913567 text optional 
docbook-xsl-ns_1.76.0~RC1+dfsg.orig.tar.gz
 413002dff16091c293c43280c1d767b8 20167 text optional 
docbook-xsl-ns_1.76.0~RC1+dfsg-1.diff.gz
 133e11c2484f5d7e844a3791fc9772c8 1610932 text optional 
docbook-xsl-ns_1.76.0~RC1+dfsg-1_all.deb

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

iEYEARECAAYFAkx9gA4ACgkQm0bx+wiPa4xgLgCeNLNRIU3NqGLiQbGePiDhjeFm
2J8AoKJ9dSJoJ3TMuhmn0IlJXw3DVBmk
=24dW
-END PGP SIGNATURE-


Accepted:
docbook-xsl-ns_1.76.0~RC1+dfsg-1.diff.gz
  to main/d/docbook-xsl-ns/docbook-xsl-ns_1.76.0~RC1+dfsg-1.diff.gz
docbook-xsl-ns_1.76.0~RC1+dfsg-1.dsc
  to main/d/docbook-xsl-ns/docbook-xsl-ns_1.76.0~RC1+dfsg-1.dsc
docbook-xsl-ns_1.76.0~RC1+dfsg-1_all.deb
  to main/d/docbook-xsl-ns/docbook-xsl-ns_1.76.0~RC1+dfsg-1_all.deb
docbook-xsl-ns_1.76.0~RC1+dfsg.orig.tar.gz
  to main/d/docbook-xsl-ns/docbook-xsl-ns_1.76.0~RC1+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
Archive: http://lists.debian.org/e1oqznb-00020b...@franck.debian.org



Accepted gtkwave 3.3.12-1 (source i386)

2010-08-31 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Aug 2010 17:11:32 +0200
Source: gtkwave
Binary: gtkwave
Architecture: source i386
Version: 3.3.12-1
Distribution: experimental
Urgency: low
Maintainer: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 gtkwave- a VCD (Value Change Dump) file waveform viewer
Changes: 
 gtkwave (3.3.12-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/watch: Added a direct watch URL.
   * debian/control: Bumped Standards-Version to 3.9.1, no changes needed.
Checksums-Sha1: 
 d2e516c67558913d9141ac6eeb87cc257906d1b1 1762 gtkwave_3.3.12-1.dsc
 921304852b174711bb07d547450cac9a949ef79c 3157418 gtkwave_3.3.12.orig.tar.gz
 565a5e8451ad05596f0edb0a70f2012f883372fa 5687 gtkwave_3.3.12-1.debian.tar.gz
 6726a764982d103aeace146d5f7bf68ff3530ee8 2068268 gtkwave_3.3.12-1_i386.deb
Checksums-Sha256: 
 6bdacb5d42d549dcc4e426ccce182409fa2972c34c5a01daae1e507d9ad0d5e5 1762 
gtkwave_3.3.12-1.dsc
 9f67d8296d71ed16971bed45cc0acfdafdc14a50b068466687e304a7f04d06de 3157418 
gtkwave_3.3.12.orig.tar.gz
 03b2a9492175bc60ef2c132f65609405e6aeab63badc42c8ec40eaf344a1dbc6 5687 
gtkwave_3.3.12-1.debian.tar.gz
 decda2cda4f01d72257ba15d0a0a793adb8616dc92690944545a9d7fd5e2e06c 2068268 
gtkwave_3.3.12-1_i386.deb
Files: 
 02c71a671770d260d76558b7b09f8f5b 1762 electronics optional gtkwave_3.3.12-1.dsc
 281fd8c71ce9258f6bb698246a8906e7 3157418 electronics optional 
gtkwave_3.3.12.orig.tar.gz
 a96b3c0aeedc90a02b728b4b1e880267 5687 electronics optional 
gtkwave_3.3.12-1.debian.tar.gz
 1f58d880302259fdbf7d064655355a88 2068268 electronics optional 
gtkwave_3.3.12-1_i386.deb

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

iQEcBAEBCAAGBQJMfSNNAAoJELwZapTt3aG33h4H/19wPrvKIKZ+X3AG5xkZV6qO
ImEkxufuYm0SsmyedeUkoqtucV4/5nx9+lS6hEXHvlCFu/IQoz+oS3P6zfPosjuB
YERrCfSOML+LxcQNEq/cDwvOKsPDUmjmoHcaZkoAVONTwuqH6vvBtREoNsXLVdOc
TV4+d/uaGgyb+vTmSR+WNs9EyewVcOXksGmYYdMzYzmfmPz1Zy6z67AW/Chxfly6
QgZcxUYJlx+bWmK9vjVnO2b6O+DRGDoJrwFPq7voyAGTSVdoWGCr6pIXxf2fe1hE
dsGTVPPCBh3Cmr1d3mEmuAubFtJxxCd3DgWPLOWlls9aCmp9GaG7E9Js37oMtdM=
=B+T8
-END PGP SIGNATURE-


Accepted:
gtkwave_3.3.12-1.debian.tar.gz
  to main/g/gtkwave/gtkwave_3.3.12-1.debian.tar.gz
gtkwave_3.3.12-1.dsc
  to main/g/gtkwave/gtkwave_3.3.12-1.dsc
gtkwave_3.3.12-1_i386.deb
  to main/g/gtkwave/gtkwave_3.3.12-1_i386.deb
gtkwave_3.3.12.orig.tar.gz
  to main/g/gtkwave/gtkwave_3.3.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
Archive: http://lists.debian.org/e1oqzbh-00032w...@franck.debian.org



Accepted libfakekey 0.1-2 (source amd64)

2010-08-31 Thread Moray Allan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 18 Aug 2010 01:10:50 +0200
Source: libfakekey
Binary: libfakekey-dev libfakekey0 libfakekey0-udeb
Architecture: source amd64
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: Moray Allan mo...@debian.org
Changed-By: Moray Allan mo...@debian.org
Description: 
 libfakekey-dev - library for converting characters to X key-presses 
[development]
 libfakekey0 - library for converting characters to X key-presses [runtime]
 libfakekey0-udeb - library for converting characters to X key-presses 
[runtime] (udeb)
Closes: 592505
Changes: 
 libfakekey (0.1-2) unstable; urgency=low
 .
   * Provide udeb: patch from Thibaut Girka.  Closes: #592505.
   * Add Thibaut as an uploader.
Checksums-Sha1: 
 7e5fffa398b98f536c8a74a02eec5476c14d507b 1101 libfakekey_0.1-2.dsc
 5d88cc21df4d6330ed77d877c108661e3d0d8ae1 2679 libfakekey_0.1-2.diff.gz
 9e40dd267647aef9ff10bff7465a734fc1f3cdbd 17606 libfakekey-dev_0.1-2_amd64.deb
 89069af6f9926387b4f12e6dcecbd09163fe5b0a 5828 libfakekey0_0.1-2_amd64.deb
 d6a04d2d8247abf905540873bd16fb2c1f257e2a 3964 libfakekey0-udeb_0.1-2_amd64.udeb
Checksums-Sha256: 
 e6668de74bb7687a73b5303cfebceb82fd6a5da319a8b6ed304775ef90153409 1101 
libfakekey_0.1-2.dsc
 4d2ede1c35bcff4827385f6802a5f27923661627d03b2a0fa5365d90fc5a0a24 2679 
libfakekey_0.1-2.diff.gz
 98b076618562c8b00a914142ad038d775da022011b47903e68dad6d5e94b75bd 17606 
libfakekey-dev_0.1-2_amd64.deb
 65daeacc5071669660694342a6d513549eb04a249c23fbf2b1e80a892ffd9c8e 5828 
libfakekey0_0.1-2_amd64.deb
 85dc3264e6549dd6f4756cb4fbc39f9b1f64f71c16fc72ba54438231c871 3964 
libfakekey0-udeb_0.1-2_amd64.udeb
Files: 
 36ab0487e6232b649db477c9046c1861 1101 libs optional libfakekey_0.1-2.dsc
 e7b1b84934263208236eea28545002d1 2679 libs optional libfakekey_0.1-2.diff.gz
 afe26ac5d135f63b044ec21afb8f25ff 17606 libdevel optional 
libfakekey-dev_0.1-2_amd64.deb
 f743c98c7e08cf8a023349c3c72ee835 5828 libs optional libfakekey0_0.1-2_amd64.deb
 f5adeb4086c86f8b2ce2cb29bc586bbc 3964 debian-installer optional 
libfakekey0-udeb_0.1-2_amd64.udeb
Package-Type: udeb

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

iEUEARECAAYFAkxrH2kACgkQ500puCvhbQHYUACY4qH4SrU/1ZR+cbk12x5K+j8n
UwCfQ3t9fmsXl5at3PmQAZ87r47jlY8=
=EKsD
-END PGP SIGNATURE-


Accepted:
libfakekey-dev_0.1-2_amd64.deb
  to main/libf/libfakekey/libfakekey-dev_0.1-2_amd64.deb
libfakekey0-udeb_0.1-2_amd64.udeb
  to main/libf/libfakekey/libfakekey0-udeb_0.1-2_amd64.udeb
libfakekey0_0.1-2_amd64.deb
  to main/libf/libfakekey/libfakekey0_0.1-2_amd64.deb
libfakekey_0.1-2.diff.gz
  to main/libf/libfakekey/libfakekey_0.1-2.diff.gz
libfakekey_0.1-2.dsc
  to main/libf/libfakekey/libfakekey_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
Archive: http://lists.debian.org/e1oqbtn-0006hm...@franck.debian.org



Accepted matchbox-keyboard 0.1+svn20080916-4 (source amd64)

2010-08-31 Thread Moray Allan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 18 Aug 2010 22:15:27 +0200
Source: matchbox-keyboard
Binary: matchbox-keyboard matchbox-keyboard-im matchbox-keyboard-udeb
Architecture: source amd64
Version: 0.1+svn20080916-4
Distribution: unstable
Urgency: low
Maintainer: Moray Allan mo...@debian.org
Changed-By: Moray Allan mo...@debian.org
Description: 
 matchbox-keyboard - on-screen keyboard
 matchbox-keyboard-im - on-screen keyboard
 matchbox-keyboard-udeb - on-screen keyboard (udeb)
Closes: 593090
Changes: 
 matchbox-keyboard (0.1+svn20080916-4) unstable; urgency=low
 .
   * Build udeb: patch from Thibaut Girka.  Closes: #593090.
   * Add Thibaut as an uploader.
Checksums-Sha1: 
 600c8715d758d6fef030e78b1d6e272ba3b89fd2 1295 
matchbox-keyboard_0.1+svn20080916-4.dsc
 e6da27b70edbc5ea9065dccfdc81f31dfccdb698 304516 
matchbox-keyboard_0.1+svn20080916-4.diff.gz
 142a001957ea947dac18289fb955e95510ce7ba2 35690 
matchbox-keyboard_0.1+svn20080916-4_amd64.deb
 be147bf0f5ff03863364f94b166fd2352b9df900 14036 
matchbox-keyboard-im_0.1+svn20080916-4_amd64.deb
 dafec2409d6915f41e97b4ca84905b80f602 25798 
matchbox-keyboard-udeb_0.1+svn20080916-4_amd64.udeb
Checksums-Sha256: 
 20fc9b00c190fb85920bdaf72b31e1d65da2f08d7792a6528039bf742ec35ac4 1295 
matchbox-keyboard_0.1+svn20080916-4.dsc
 b10cd6c8ee2f7db34c320443adb3e2c8461d7616fa9d193743e7f943f750308d 304516 
matchbox-keyboard_0.1+svn20080916-4.diff.gz
 903bd7fffbb823c62b2e9c9b6e2b1fa9503d479c7cfa04318c44b26bc1ab4b47 35690 
matchbox-keyboard_0.1+svn20080916-4_amd64.deb
 46769d491b475718f8a37125f629f5edff591e02bdb0921408fe410667e54b28 14036 
matchbox-keyboard-im_0.1+svn20080916-4_amd64.deb
 f0c2b6152a1ae3bd100966333a74e6ed73edd8e4bdb8b2775f26a7f24d4ea7cf 25798 
matchbox-keyboard-udeb_0.1+svn20080916-4_amd64.udeb
Files: 
 30cae3bf4085a5867a8634a101cbe8f5 1295 embedded optional 
matchbox-keyboard_0.1+svn20080916-4.dsc
 e483fa0437d49307981e5ff5d7b1e5d4 304516 embedded optional 
matchbox-keyboard_0.1+svn20080916-4.diff.gz
 614c78a6f295dbd4a9e27d5cb054da5e 35690 embedded optional 
matchbox-keyboard_0.1+svn20080916-4_amd64.deb
 2bf9b358e27a1704bc9ccbf92cf6980d 14036 embedded optional 
matchbox-keyboard-im_0.1+svn20080916-4_amd64.deb
 5296c1e16615f5772c653ad7735a65b8 25798 debian-installer optional 
matchbox-keyboard-udeb_0.1+svn20080916-4_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAkxsS24ACgkQ500puCvhbQH1hACeKW33k8KkFXA74Ekd4hs1Inds
FlAAnR/Jyof99SmYllWehYodps6VB4xH
=3S/s
-END PGP SIGNATURE-


Accepted:
matchbox-keyboard-im_0.1+svn20080916-4_amd64.deb
  to main/m/matchbox-keyboard/matchbox-keyboard-im_0.1+svn20080916-4_amd64.deb
matchbox-keyboard-udeb_0.1+svn20080916-4_amd64.udeb
  to 
main/m/matchbox-keyboard/matchbox-keyboard-udeb_0.1+svn20080916-4_amd64.udeb
matchbox-keyboard_0.1+svn20080916-4.diff.gz
  to main/m/matchbox-keyboard/matchbox-keyboard_0.1+svn20080916-4.diff.gz
matchbox-keyboard_0.1+svn20080916-4.dsc
  to main/m/matchbox-keyboard/matchbox-keyboard_0.1+svn20080916-4.dsc
matchbox-keyboard_0.1+svn20080916-4_amd64.deb
  to main/m/matchbox-keyboard/matchbox-keyboard_0.1+svn20080916-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
Archive: http://lists.debian.org/e1oqbtw-0006m5...@franck.debian.org



Accepted shutdown-qapps 1.4.2-1 (source i386)

2010-08-31 Thread Christian Metscher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Aug 2010 02:58:25 +0200
Source: shutdown-qapps
Binary: qprogram-starter qshutdown
Architecture: source i386
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Christian Metscher hakai...@web.de
Changed-By: Christian Metscher hakai...@web.de
Description: 
 qprogram-starter - Qt program to start programs or commands
 qshutdown  - Qt program to shutdown/reboot/suspend/hibernate the system
Changes: 
 shutdown-qapps (1.4.2-1) unstable; urgency=low
 .
   * a little modification for the file browser (qprogram-starter)
Checksums-Sha1: 
 189ee95075819c9832f4485c3ca33f23eeb85b7d 1104 shutdown-qapps_1.4.2-1.dsc
 dbe5697bc64af3dfab68cf831650696679516e0b 64934 shutdown-qapps_1.4.2.orig.tar.gz
 17bf4a73bc7d936d511933f50629b01ca6921194 4449 
shutdown-qapps_1.4.2-1.debian.tar.gz
 d4442fa2a492ef8e871c5373fd19b30678338211 35568 
qprogram-starter_1.4.2-1_i386.deb
 e08dacd67f91086976f03701749a5bdea7152789 87534 qshutdown_1.4.2-1_i386.deb
Checksums-Sha256: 
 963fdf738961e0fd933ae7c9d225cf6d53c1e25e22f4004b7fe5fd674de1cf51 1104 
shutdown-qapps_1.4.2-1.dsc
 b5bd900156c977482461b56174096e6a3ec15ce9996506a614967ff9800454cd 64934 
shutdown-qapps_1.4.2.orig.tar.gz
 acf0ae4181f273808bc04a5024bc97d931123eb39c25961c495f145d1728ea15 4449 
shutdown-qapps_1.4.2-1.debian.tar.gz
 525d4e2a3d617edf2697101e5a1ccdbaf996aadd5a5dd2659ce47d4f6647469d 35568 
qprogram-starter_1.4.2-1_i386.deb
 25788afe9852b230b9aaad84dbf907a2de649db1cf134c4bde3d574ff8d5bbbc 87534 
qshutdown_1.4.2-1_i386.deb
Files: 
 ae627062cd5cf84ff88e751deb786fc2 1104 utils optional shutdown-qapps_1.4.2-1.dsc
 a3f69abbc67a9aca6fb1b4f19d2a15bc 64934 utils optional 
shutdown-qapps_1.4.2.orig.tar.gz
 326d3acb63f92df25e3b803c3649d44a 4449 utils optional 
shutdown-qapps_1.4.2-1.debian.tar.gz
 3a27a03184156857249c3710c64fcd12 35568 utils optional 
qprogram-starter_1.4.2-1_i386.deb
 4d2534ab4b7b71281f3d443504403be7 87534 utils optional 
qshutdown_1.4.2-1_i386.deb

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

iEYEARECAAYFAkx9wDIACgkQ1Ng1YWbyRSEBiwCgkhVbszNBnrwfIdFc3kGyohwk
aEcAniszqj3g3nD8EpJmZyIXIcIwSKti
=3NVo
-END PGP SIGNATURE-


Accepted:
qprogram-starter_1.4.2-1_i386.deb
  to main/s/shutdown-qapps/qprogram-starter_1.4.2-1_i386.deb
qshutdown_1.4.2-1_i386.deb
  to main/s/shutdown-qapps/qshutdown_1.4.2-1_i386.deb
shutdown-qapps_1.4.2-1.debian.tar.gz
  to main/s/shutdown-qapps/shutdown-qapps_1.4.2-1.debian.tar.gz
shutdown-qapps_1.4.2-1.dsc
  to main/s/shutdown-qapps/shutdown-qapps_1.4.2-1.dsc
shutdown-qapps_1.4.2.orig.tar.gz
  to main/s/shutdown-qapps/shutdown-qapps_1.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
Archive: http://lists.debian.org/e1oqdar-0004ir...@franck.debian.org



Accepted gdb 7.1-2 (source all amd64)

2010-08-31 Thread Daniel Jacobowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 10:57:57 -0400
Source: gdb
Binary: gdb gdb-minimal gdb64 gdbserver libgdb-dev gdb-source
Architecture: source all amd64
Version: 7.1-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Jacobowitz d...@debian.org
Changed-By: Daniel Jacobowitz d...@debian.org
Description: 
 gdb- The GNU Debugger
 gdb-minimal - The GNU Debugger
 gdb-source - The GNU Debugger (source)
 gdb64  - The GNU Debugger (64-bit)
 gdbserver  - The GNU Debugger (remote server)
 libgdb-dev - The GNU Debugger (libgdb.a)
Closes: 575923
Changes: 
 gdb (7.1-2) unstable; urgency=low
 .
   * Add sanitize-gdb.sh and README.source to source package (used to create
 tarballs).
   * Fix cross-gdb build.  Patch from Hector Oron.  (Closes: #575923).
Checksums-Sha1: 
 9d2f7800148a3539ce90f63273119c8bc836122f 1902 gdb_7.1-2.dsc
 37e3bed9dc6827fa58673f3e5fff4b5944f82c06 29792 gdb_7.1-2.debian.tar.gz
 b13871b3ca00442da5fb76d59fa93a15f0c54add 17663772 gdb-source_7.1-2_all.deb
 3f65dc7c574fea444e2f2732e47e1201ba8f14a4 2083354 gdb_7.1-2_amd64.deb
 d37c27b02441744d58ba95dd761f916917b6c780 1889742 gdb-minimal_7.1-2_amd64.deb
 fcc3c83cd155e14027d44df8ad7b34f143947ed3 86518 gdbserver_7.1-2_amd64.deb
 d99c309f2e164bba0ae373e625ef1f3dac136e57 2393154 libgdb-dev_7.1-2_amd64.deb
Checksums-Sha256: 
 bb757351cdb5caeecb01c3fe7f9d23fafa663cb5841e369ee94eb8d563815ed3 1902 
gdb_7.1-2.dsc
 e06174d62cfc4a17973153cf6b07a40bcf33dca96d8dcab49726663c6d0fe448 29792 
gdb_7.1-2.debian.tar.gz
 fe298736b8525a98c889ada0b9c872c7873c28acb6f8de9507bae1d111afb869 17663772 
gdb-source_7.1-2_all.deb
 6e155722f4fcd625eca34ba2e40df7ec44590056a89d0cb5de742198cdee638a 2083354 
gdb_7.1-2_amd64.deb
 689ff9737d26034857184c23c2843e990daf857daa0582e11eb2b829fbe2f5af 1889742 
gdb-minimal_7.1-2_amd64.deb
 8b5aacb8255232cfbd40a8a534a69c73c1877a7892cdaba01d47f47e43a7bb22 86518 
gdbserver_7.1-2_amd64.deb
 6d52b1d3d0ae5e8d66dc7ea39b80bf8a1bc7ec5a0648faa5e43c1937887de097 2393154 
libgdb-dev_7.1-2_amd64.deb
Files: 
 b140ce78080f4f73fefb8dd7288149a6 1902 devel optional gdb_7.1-2.dsc
 d222dc1c710719935aa76e8004b6b29c 29792 devel optional gdb_7.1-2.debian.tar.gz
 c143abe453ba08daff6ab231ce1780a3 17663772 devel optional 
gdb-source_7.1-2_all.deb
 216f811caa4e58e4883ae31f8cc792b4 2083354 devel optional gdb_7.1-2_amd64.deb
 3be530e2de14fbd3f2aa8e6977892d89 1889742 devel optional 
gdb-minimal_7.1-2_amd64.deb
 255dd23289c4e2f5e63e50a5a476a498 86518 devel optional gdbserver_7.1-2_amd64.deb
 7bcc432c020e12de0c05acd5dd3fa5b7 2393154 libdevel extra 
libgdb-dev_7.1-2_amd64.deb

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

iD8DBQFMfce/bgOPXuCjg3cRAgpmAKCvpfYdvauvo66E+0LPf9fyJ2FWsgCgrESZ
B5ecJo9mWaFVyTtXi0s9npw=
=FM+Y
-END PGP SIGNATURE-


Accepted:
gdb-minimal_7.1-2_amd64.deb
  to main/g/gdb/gdb-minimal_7.1-2_amd64.deb
gdb-source_7.1-2_all.deb
  to main/g/gdb/gdb-source_7.1-2_all.deb
gdb_7.1-2.debian.tar.gz
  to main/g/gdb/gdb_7.1-2.debian.tar.gz
gdb_7.1-2.dsc
  to main/g/gdb/gdb_7.1-2.dsc
gdb_7.1-2_amd64.deb
  to main/g/gdb/gdb_7.1-2_amd64.deb
gdbserver_7.1-2_amd64.deb
  to main/g/gdb/gdbserver_7.1-2_amd64.deb
libgdb-dev_7.1-2_amd64.deb
  to main/g/gdb/libgdb-dev_7.1-2_amd64.deb


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



Accepted tortoisehg 1.1.3-1 (source all)

2010-08-31 Thread Ludovico Cavedon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 21:40:49 -0700
Source: tortoisehg
Binary: tortoisehg tortoisehg-nautilus
Architecture: source all
Version: 1.1.3-1
Distribution: experimental
Urgency: low
Maintainer: Ludovico Cavedon cave...@debian.org
Changed-By: Ludovico Cavedon cave...@debian.org
Description: 
 tortoisehg - Graphical tool for working with Mercurial
 tortoisehg-nautilus - Graphical tool for working with Mercurial (Nautilus 
extension)
Changes: 
 tortoisehg (1.1.3-1) experimental; urgency=low
 .
   * New upstream release.
   * Add dependecy on python-gnome2 for nautilus plugin (LP: #617235).
   * Bump Standards-Version to 3.9.1.
Checksums-Sha1: 
 73eb1ac12464264e27aeda7148df222f0b2ba6e4 1392 tortoisehg_1.1.3-1.dsc
 01a0532edfa9db12f4b1ce003d4be9e53a426abf 6579300 tortoisehg_1.1.3.orig.tar.gz
 b5cb2dea44d7a3b106a284b539927f386d222e8f 8265 tortoisehg_1.1.3-1.debian.tar.gz
 7cf44d39bdce2b3b764d145e3044c099bae3ba7d 2616886 tortoisehg_1.1.3-1_all.deb
 1deacc1a6384fac18e415785bf39f27f04f988ad 8432 
tortoisehg-nautilus_1.1.3-1_all.deb
Checksums-Sha256: 
 c10f529413f4709e39d0f664bf10c51034b3344bb59afa07c7398e4cde02796e 1392 
tortoisehg_1.1.3-1.dsc
 8207cbbcac82bc405a7be41bd91795267b242dd3fbdfa10c80174a6ed278a75c 6579300 
tortoisehg_1.1.3.orig.tar.gz
 9f2aadbba7d65f0062d582d8b422bca1854753490fa1456ada2dc6cbface412f 8265 
tortoisehg_1.1.3-1.debian.tar.gz
 d860d812cf45938e6c3a40de34be3631c2977f8c0a572d31d53b8ccbae4897f2 2616886 
tortoisehg_1.1.3-1_all.deb
 77bca7c14a8a8b8f333a59dd61704295ba1ef9fbb6a1fde696707a046e86d4c1 8432 
tortoisehg-nautilus_1.1.3-1_all.deb
Files: 
 ee7d5a43e34ba59540afecec0cf2ce44 1392 vcs optional tortoisehg_1.1.3-1.dsc
 eea1c1a56b86a166cb476943be4dc90b 6579300 vcs optional 
tortoisehg_1.1.3.orig.tar.gz
 b6dabb919013c0523efe90b661d865b3 8265 vcs optional 
tortoisehg_1.1.3-1.debian.tar.gz
 ac77285bf96b918ce90cf64c81b42442 2616886 vcs optional 
tortoisehg_1.1.3-1_all.deb
 cadd115b9a2d2f772122493455d7f46c 8432 vcs optional 
tortoisehg-nautilus_1.1.3-1_all.deb

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

iEYEARECAAYFAkx9264ACgkQCidatrS8pddj5ACg0hDgVGtYbjIeJp7P++Mp4c3r
M90AoJwmzxRGGNoeh/+ybY8tRprQuqHn
=Xc8V
-END PGP SIGNATURE-


Accepted:
tortoisehg-nautilus_1.1.3-1_all.deb
  to main/t/tortoisehg/tortoisehg-nautilus_1.1.3-1_all.deb
tortoisehg_1.1.3-1.debian.tar.gz
  to main/t/tortoisehg/tortoisehg_1.1.3-1.debian.tar.gz
tortoisehg_1.1.3-1.dsc
  to main/t/tortoisehg/tortoisehg_1.1.3-1.dsc
tortoisehg_1.1.3-1_all.deb
  to main/t/tortoisehg/tortoisehg_1.1.3-1_all.deb
tortoisehg_1.1.3.orig.tar.gz
  to main/t/tortoisehg/tortoisehg_1.1.3.orig.tar.gz


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