Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Matthias Urlichs
Hi,

Thomas Goirand:
 Well, I don't agree with this view. If LibreSSL pretends to be a
 replacement for OpenSSL, then they should care about being ABI
 compatible, so we can easily switch from one implementation to the
 other.

That depends. If the ABI in question includes calls or constants which are
the security equivalent of gets() or scanf(%s) or …, then no.

 As Kurt wrote, GNUTLS becomes a better alternative then.

Does gnutls have an openssl shim which actually works as a generic
replacement? I dimly recall a couple of not-so-nice incompatibilities …

 Therefore, I'd very much prefer if we used OpenSSL *or* LibreSSL, but not
 have the choice between the 2, otherwise, that's a recipe for disaster.
 
Well …

 Please don't upload LibreSSL to Sid *ever*, unless we collectively
 decide that we are switching away from OpenSSL (and for which a
 discussion would have to start).
 
… while IMHO it's possible to safely mix openssl and libressl if we prepare
for that (i.e. make sure that _everything_ in libressl is only exported 
with properly versioned symbols), again IMHO the time and effort required
for _that_ would be better spent evaluating the changes both projects made
and then deciding which of the two shall be in Debian.

Both efforts have started fairly recently, so it's kind of premature to do
that now; and while IANARTM (Release Team Member) transitioning the whole
of Debian to libressl closer to the release would not be a good idea even
if we decide it's (going to be) the better alternative.

-- 
-- Matthias Urlichs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713061751.ga15...@smurf.noris.de



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Vincent Bernat
 ❦ 13 juillet 2014 11:52 +0800, Thomas Goirand z...@debian.org :

 As libressl is currently under heavy development, it is imho not to
 be expected to have that stable ABI you are asking for.

 Well, I don't agree with this view. If LibreSSL pretends to be a
 replacement for OpenSSL, then they should care about being ABI
 compatible, so we can easily switch from one implementation to the
 other. Just like for MariaDB / MySQL in fact (not sure if these are
 still ABI compatible though). If that's not the case, then it looses a
 lot of its purpose. As Kurt wrote, GNUTLS becomes a better alternative
 then.

It will never be ABI compatible since they have removed stuff. Anything
should be recompiled to ensure that obsolete functions are not used.

 OTOH, one guy already switched his entire Linux
 system over, so far with no visible adverse effects.

 And then? This gives no clue if he had to rebuild everything that
 build-depended on OpenSSL...

He did rebuild everything:
 http://devsonacid.wordpress.com/2014/07/12/how-compatible-is-libressl/
-- 
die_if_kernel(Kernel gets FloatingPenguinUnit disabled trap, regs);
2.2.16 /usr/src/linux/arch/sparc/kernel/traps.c


signature.asc
Description: PGP signature


Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Vincent Bernat
 ❦ 12 juillet 2014 23:08 +0100, Steve McIntyre st...@einval.com :

 And I've got to ask: for the couple of trivial examples that Frederick
 pointed out - why on earth do these even exist as libraries instead of
 being inlined wherever they're needed?

Because, in node, a library is cheap and the functionality get unit
tested. That's why there are so many dependencies in this ecosystem.

Inlining is solving the wrong problem.
-- 
printk(MASQUERADE: No route: Rusty's brain broke!\n);
2.4.3. linux/net/ipv4/netfilter/ipt_MASQUERADE.c


signature.asc
Description: PGP signature


Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Neil Williams
On Sun, 13 Jul 2014 09:26:38 +0200
Vincent Bernat ber...@debian.org wrote:

  ❦ 12 juillet 2014 23:08 +0100, Steve McIntyre st...@einval.com :
 
  And I've got to ask: for the couple of trivial examples that
  Frederick pointed out - why on earth do these even exist as
  libraries instead of being inlined wherever they're needed?
 
 Because, in node, a library is cheap and the functionality get unit
 tested. That's why there are so many dependencies in this ecosystem.

Unit tests do not preclude inlining.
Unit tests do not preclude aggregation.

It's all just about multiple blocks of code in dedicated directories
inside a single source package building a single binary package from
which any other package can pick and choose the bits that package needs.

Just what is wrong with one binary package putting lots of js
in /usr/share/javascript/$library/$version/ and using symlinks in the
bigger package to pull in the files that package wants?

It's more work for the maintainers but it's less work for users - which
is the right way around.

 Inlining is solving the wrong problem.

Tiny packages are the wrong solution.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



signature.asc
Description: PGP signature


Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Jeroen Dekkers
At Sun, 13 Jul 2014 09:26:38 +0200,
Vincent Bernat wrote:
 
  ❦ 12 juillet 2014 23:08 +0100, Steve McIntyre st...@einval.com :
 
  And I've got to ask: for the couple of trivial examples that Frederick
  pointed out - why on earth do these even exist as libraries instead of
  being inlined wherever they're needed?
 
 Because, in node, a library is cheap and the functionality get unit
 tested. That's why there are so many dependencies in this ecosystem.

You have all the extra metadata, extra git repository, extra
dependency tracking, etc. no matter how 'cheap' a library is.

And as far as I understand npm (correct me if I'm wrong, I don't use
npm very often), it will install dependencies in a nested way, so if
app1 use library1 and library2, and both those libraries use
tinylibrary1, tinylibrary2 and tinylibrary3, then those 3 tiny
libraries will be installed both under library1 and library2. I
wouldn't really call that cheap.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87wqbhy54i.wl%jer...@dekkers.ch



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Jeroen Dekkers
At Sat, 12 Jul 2014 14:46:45 +0200,
Toni Mueller wrote:
 On Sat, Jul 12, 2014 at 02:15:13PM +0200, Kurt Roeckx wrote:
 
  I'm not really sure what you mean by this.  I'm pretty sure the
  openssl development team has a pretty good understanding of
  security and I don't see anybody adding a backdoor in it.
 
 Ok, but for whatever reason, they have an imho not as shiny track
 record, as has OpenBSD. Which is no wonder, given all the revelations we
 have had recently, but hey, sometimes one has to make a decision.

OpenSSL was part of OpenBSD before they created the LibreSSL fork, so
how isn't OpenSSL part of the OpenBSD track record?

  I think GnuTLS is actually a better alternative and wish there
  were more people developing and using it.
 
 But developing GnuTLS is a full-time job, and then there's the control
 problem with the FSF - you are certainly aware about the problems the
 original upstream ran into when he wanted to break loose from the FSF
 (for a reason I have forgotten). LibreSSL is a much lower-hanging fruit,
 as it is supposed to be mostly, or entirely, plug-compatible with
 OpenSSL. To me, the playing field largely looks like this atm:
 
  * GnuTLS, with an API incompatible with OpenSSL, thus requiring huge
amounts of work to make significant use of it.

It depends on how you look at it. If you see the OpenSSL API as
something that isn't really well designed then other libraries not
copying the API is actually a good thing.

  * MatrixSSL, which once had a dubious license, and which still did not
come out too well in the SSL lib comparison I recently saw (see the
list archive),
  * the now newly staffed OpenSSL project, with their mixed track
record (eg. FIPS), and now
  * LibreSSL, which sounds much like an OpenSSL on a diet, and with some
exercise, and promising thrust behind it, but mostly simply a
drop-in.

You forget one of the big problems with OpenSSL that LibreSSL doesn't
fix: the license. It actually makes the mess even bigger, given that
some of the GPL exceptions only talk about the OpenSSL library and
don't exempt OpenSSL-derived code. So even if LibreSSL is a drop-in
for OpenSSL we can't replace OpenSSL with LibreSSL for those projects.

You also forget to list two other TLS libraries:

* NSS, in my opinion the biggest downside of NSS is that it includes
  NSPR. This both increases the code size a lot and makes the API less
  nice if I remember correctly.

* PolarSSL, which I really like from a technical point of
  view. Featurewise it is pretty complete (the only major feature it
  doesn't implement is DTLS AFAICS), while being one tenth the size of
  OpenSSL / GnuTLS:
  
https://en.wikipedia.org/wiki/Comparison_of_TLS_implementations#Code_size_and_dependencies
  PolarSSL is also used by OpenVPN-NL, the hardened OpenVPN version
  that is used by the Dutch government.
  The downsides are that it looks like it doesn't have a stable API
  and contributing needs copyright assignment because it is
  dual-licensed.


Kind regards,

Jeroen Dekkers


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87vbr1y2va.wl%jer...@dekkers.ch



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Thomas Goirand
On 07/13/2014 02:17 PM, Matthias Urlichs wrote:
 Does gnutls have an openssl shim which actually works as a generic
 replacement? I dimly recall a couple of not-so-nice incompatibilities

As much as I understand, it's a complete alternative with a different
API, I don't think there's a compatibility layer (though I didn't look).

 while IMHO it's possible to safely mix openssl and libressl if we prepare
 for that (i.e. make sure that _everything_ in libressl is only exported 
 with properly versioned symbols), again IMHO the time and effort required
 for _that_ would be better spent evaluating the changes both projects made
 and then deciding which of the two shall be in Debian.
 
 Both efforts have started fairly recently, so it's kind of premature to do
 that now; and while IANARTM (Release Team Member) transitioning the whole
 of Debian to libressl closer to the release would not be a good idea even
 if we decide it's (going to be) the better alternative.

I fully agree with what's above.

Thomas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53c25f9b.20...@debian.org



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Andreas Metzler
Matthias Urlichs matth...@urlichs.de wrote:
 Thomas Goirand:
[...]
 As Kurt wrote, GNUTLS becomes a better alternative then.

 Does gnutls have an openssl shim which actually works as a generic
 replacement? I dimly recall a couple of not-so-nice incompatibilities …

I am not aware of recent any changes to the OpenSSL compat layer. It
is still very limited. The GnuTLS API is a better choice if you are
using GnuTLS.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/lv3a9b-8ts@argenau.downhill.at.eu.org



DD's cheat card (was Re: Bug#754416: makefs: FTBFS on mips: Must set MACHINE_ARCH to one of mipseb or mipsel)

2014-07-13 Thread Thorsten Glaser
Cyril Brulebois dixit:

Thorsten Glaser t...@mirbsd.de (2014-07-12):

 OK, can you please give-back makefs on mips once the new bmake
 binaries are available for all buildds?

Please send your request to the appropriate place.

Ookay. Yes, this was a mistake of mine. But it took me about
six minutes to find the eMail address *and* the format to use for
the message. Six minutes of both duckduckgoïng and searching and
looking through devref.

It turns out that it was in devref, but ‘/’-searching in Lynx did
not find it with the right keywords.

So why is this so hard? I imagine DDs very rarely need to request
wanna-build state changes… and when they do, the information should
be easier to find.

Maybe a “gift” job for a Debian Contributor would be to put together
a “DD’s cheat card”, with infos about how to contact DSA, WB team,
etc. – nothing about the how-to of packaging, but about the orga‐
nisational things in Debian. Maybe also an excerpt of the most
relevant things from control@b.d.o, things like that, things which
a DD (or even DM) may need occasionally. Something to bookmark.

Just a thought.

bye,
//mirabilos
-- 
21:41⎜«Tonnerre:#nosec» Do at least one thing every day which makes
 ⎜inspirational quotes lovers sad


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/pine.bsm.4.64l.1407131047390@herc.mirbsd.org



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Mike Hommey
On Sun, Jul 13, 2014 at 08:17:51AM +0200, Matthias Urlichs wrote:
 Hi,
 
 Thomas Goirand:
  Well, I don't agree with this view. If LibreSSL pretends to be a
  replacement for OpenSSL, then they should care about being ABI
  compatible, so we can easily switch from one implementation to the
  other.
 
 That depends. If the ABI in question includes calls or constants which are
 the security equivalent of gets() or scanf(%s) or …, then no.
 
  As Kurt wrote, GNUTLS becomes a better alternative then.
 
 Does gnutls have an openssl shim which actually works as a generic
 replacement? I dimly recall a couple of not-so-nice incompatibilities …
 
  Therefore, I'd very much prefer if we used OpenSSL *or* LibreSSL, but not
  have the choice between the 2, otherwise, that's a recipe for disaster.
  
 Well …
 
  Please don't upload LibreSSL to Sid *ever*, unless we collectively
  decide that we are switching away from OpenSSL (and for which a
  discussion would have to start).
  
 … while IMHO it's possible to safely mix openssl and libressl if we prepare
 for that (i.e. make sure that _everything_ in libressl is only exported 
 with properly versioned symbols)

Contrary to what you seem to believe, this only really works if *both*
libraries have versioned symbols. Otherwise, you can end up with
libraries linked against the unversioned one using symbols from the
versioned one at run time when both are loaded in the same address
space.

Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713105459.ga16...@glandium.org



Re: DD's cheat card (was Re: Bug#754416: makefs: FTBFS on mips: Must set MACHINE_ARCH to one of mipseb or mipsel)

2014-07-13 Thread Cyril Brulebois
Thorsten Glaser t...@mirbsd.de (2014-07-13):
 Cyril Brulebois dixit:
 
 Thorsten Glaser t...@mirbsd.de (2014-07-12):
 
  OK, can you please give-back makefs on mips once the new bmake
  binaries are available for all buildds?
 
 Please send your request to the appropriate place.
 
 Ookay. Yes, this was a mistake of mine. But it took me about
 six minutes to find the eMail address *and* the format to use for
 the message. Six minutes of both duckduckgoïng and searching and
 looking through devref.
 
 It turns out that it was in devref, but ‘/’-searching in Lynx did
 not find it with the right keywords.
 
 So why is this so hard? I imagine DDs very rarely need to request
 wanna-build state changes… and when they do, the information should
 be easier to find.
 
 Maybe a “gift” job for a Debian Contributor would be to put together
 a “DD’s cheat card”, with infos about how to contact DSA, WB team,
 etc. – nothing about the how-to of packaging, but about the orga‐
 nisational things in Debian. Maybe also an excerpt of the most
 relevant things from control@b.d.o, things like that, things which
 a DD (or even DM) may need occasionally. Something to bookmark.

https://www.debian.org/intro/organization

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Guus Sliepen
On Sun, Jul 13, 2014 at 12:22:49PM +0200, Jeroen Dekkers wrote:

   I think GnuTLS is actually a better alternative and wish there
   were more people developing and using it.
[...]
   * GnuTLS, with an API incompatible with OpenSSL, thus requiring huge
 amounts of work to make significant use of it.
 
 It depends on how you look at it. If you see the OpenSSL API as
 something that isn't really well designed then other libraries not
 copying the API is actually a good thing.

The problem is that OpenSSL is much more than just an implementation of
SSL/TLS. It is also provides a very extensive set of low-level
cryptographic functions. There are many programs that use OpenSSL for
the latter, not for the SSL/TLS layer. You just cannot drop in GnuTLS,
MatrixSSL or PolarSSL for those.

Some of the alternatives to OpenSSL come with the essential
cryptographic primitves to support SSL/TLS built-in, others rely on
external libraries to do that. For example, GnuTLS currently depends on Nettle.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen g...@debian.org


signature.asc
Description: Digital signature


Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Vincent Bernat
 ❦ 13 juillet 2014 11:34 +0200, Jeroen Dekkers jer...@dekkers.ch :

  And I've got to ask: for the couple of trivial examples that Frederick
  pointed out - why on earth do these even exist as libraries instead of
  being inlined wherever they're needed?
 
 Because, in node, a library is cheap and the functionality get unit
 tested. That's why there are so many dependencies in this ecosystem.

 You have all the extra metadata, extra git repository, extra
 dependency tracking, etc. no matter how 'cheap' a library is.

It still makes the library cheap. Those extra stuff are why the library
is done in the first place. They allow people to find simple stuff
without reimplementing it (usually with additional bugs).

That's exacerbated by the fact that the standard library is inexistent
with javascript and that the one that comes with node is quite small.

Looking at the stats of this trivial library:
 https://www.npmjs.org/package/ms
I see it is quite popular and used by many (101) projects. That's
projects finding the library useful enough to not inline it.

 And as far as I understand npm (correct me if I'm wrong, I don't use
 npm very often), it will install dependencies in a nested way, so if
 app1 use library1 and library2, and both those libraries use
 tinylibrary1, tinylibrary2 and tinylibrary3, then those 3 tiny
 libraries will be installed both under library1 and library2. I
 wouldn't really call that cheap.

You are right. That's their way to not have to really manage
versioning. But that's the same cost when inlining. And that's
irrelevant in the Debian case since we don't nest.
-- 
Treat end of file conditions in a uniform manner.
- The Elements of Programming Style (Kernighan  Plauger)


signature.asc
Description: PGP signature


Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Vincent Bernat
 ❦ 13 juillet 2014 08:50 +0100, Neil Williams codeh...@debian.org :

  And I've got to ask: for the couple of trivial examples that
  Frederick pointed out - why on earth do these even exist as
  libraries instead of being inlined wherever they're needed?
 
 Because, in node, a library is cheap and the functionality get unit
 tested. That's why there are so many dependencies in this ecosystem.

 Unit tests do not preclude inlining.
 Unit tests do not preclude aggregation.

 It's all just about multiple blocks of code in dedicated directories
 inside a single source package building a single binary package from
 which any other package can pick and choose the bits that package needs.

 Just what is wrong with one binary package putting lots of js
 in /usr/share/javascript/$library/$version/ and using symlinks in the
 bigger package to pull in the files that package wants?

Aggregation is not inlining. I was talking about inlining. I have no
opinion about aggregation.
-- 
 /* Thanks to Rob `CmdrTaco' Malda for not influencing this code in any
  * way.
  */
2.4.3 linux/net/core/netfilter.c


signature.asc
Description: PGP signature


Solutions for the Apache upgrade hell

2014-07-13 Thread Arno Töll
Hello,

we've got a problem with Apache that causes problems during upgrades
(e.g. #716880, #752922, #711925). In short, the issue is that Apache 2.4
changed ABIs, so that we need to ensure that dpkg properly removes
packages linking against the obsolete ABIs at upgrade time. This is the
first time this happened since Debian Etch, so this brings a problem to
the spotlight, that hasn't been one for a long time.

To summarize the bug reports: The problem is, that Apache package
maintainers at that time decided, that third party modules shall depend
on apache2.2-common, by guaranteeing ABIs remain stable as long as the
package name does not change. This is, so far policy compliant. However,
by now ABIs did change and we were forced to rename the package (we did
so, by providing a virtual API package third parties must depend on. At
time of writing this is apache2-api-20120211). Unfortunately,
apache2.2-common also contains conffiles and configuration file handling
in postinst/postrm ...

I spent a lot of time to properly transition to a new state with
conffiles/configuration separated from ABI handling, and this works well
enough for regular updates by now.

Unfortunately it turns out, that /a lot/ of people use aptitude
--purge-unused safe-upgrade, or the apt equivalent apt-get
dist-upgrade --purge which causes dpkg to purge the user's
configuration, in particular enabled modules, during the upgrade because
apache2.2-common disappears in that step. Those people end up with
effects as described in the bugs outlined above, for example with
incomplete installations because our maintainer scripts had no chance to
properly detect the state of the /etc/apache2 directory before the upgrade.

This gives us three possibilities which all have unwanted side effects
(unless you come up with an idea that all of us makes happy). I'm
writing to this list in hope that someone has a very smart idea to make
everyone happy, or express your support for either alternative to give
us some insights what people think would be the best alternative.

* Ignore the problem, and refer to the manpage of aptitude without
proper fix etc. which clearly says THIS OPTION CAN CAUSE DATA LOSS! DO
NOT USE IT UNLESS YOU KNOW WHAT YOU ARE DOING. The bad news is, we
can't tell this before it's too late, such as in a NEWS file - and we
know, everybody reads release notes too, right?

* Add a apache2.2-commmon transitional package. This gives us a chance
to inspect /etc/apache2 in spite of --purge-unused and properly
transition to Apache 2.4. HOWEVER, this has the nasty side effect that
modules ABIs are considered compatible as far as dpkg is concerned.
Therefore, old module packages aren't forced to be removed and this
breaks at runtime when people try to start their upgraded web server
with incompatible modules. As a workaround we could add a versioned
Breaks for all modules in Wheezy (~ 75) in the apache2.2-common
transitional package, and in addition for packages that existed in
Squeeze or Etch only (no, really). That said, this still won't help for
third party modules outside Debian which people might use (and to my
best knowledge, they do a lot) and it's generally problematic in view of
the policy with respect to library packaging (even though we're not a
library strictly speaking)

* Treat the upgrade as new install in our maintainer scripts when
--purge-unused was used (side question: Any idea how to reliably and
properly detect that case, as the binary package name changed and it's
well possible that in Wheezy apache2.2-common is installed, but not
apache2 because of weird(tm) packaging)? This would not preserve user's
choices in regard of enabled/disabled modules and thus be a borderline
policy violation, too.


What would you do in our situation? Side note 2: We kinda expected this
situation and added a trapdoor in Wheezy [1], but it turned out, that
even that is not good enough to prevent havoc with --purge-unused.


[1]
http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git;a=blob;f=debian/apache2.2-common.postrm;h=bbe9f740b81cf8af64412f7ba6aace119dd159ad;hb=refs/heads/wheezy#l5



-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Bernhard R. Link
* Mike Hommey m...@glandium.org [140713 12:55]:
  … while IMHO it's possible to safely mix openssl and libressl if we prepare
  for that (i.e. make sure that _everything_ in libressl is only exported 
  with properly versioned symbols)
 
 Contrary to what you seem to believe, this only really works if *both*
 libraries have versioned symbols. Otherwise, you can end up with
 libraries linked against the unversioned one using symbols from the
 versioned one at run time when both are loaded in the same address
 space.

Actually, both having versioned symbols is not enough.
It is either both must always have had versioned symbols or
both must have versioned symbols now and every binary linked against
either must have been built (or rebuilt) after the symbols got
versioned.

Bernhard R. Link
-- 
F8AC 04D5 0B9B 064B 3383  C3DA AFFC 96D1 151D FFDC


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/2014071333.ga6...@client.brlink.eu



Re: Solutions for the Apache upgrade hell

2014-07-13 Thread Holger Levsen
Hi Arno,

On Sonntag, 13. Juli 2014, Arno Töll wrote:
 * Ignore the problem, and refer to the manpage of aptitude without
 proper fix etc. which clearly says THIS OPTION CAN CAUSE DATA LOSS! DO
 NOT USE IT UNLESS YOU KNOW WHAT YOU ARE DOING.

seems right to me, given the alternatives you describe.

I've never used upgrade --purge _in one step_ and I don't think it's a 
particularily smart idea at all. But if people want to shoot themselves in the 
feet, we should tell them that it might hurt, but then... let them.

Same for not reading release notes, if someone wants to act stupid... ;-)


cheers,
Holger


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


Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Matthias Urlichs
Hi,

Bernhard R. Link:
 * Mike Hommey m...@glandium.org [140713 12:55]:
  Contrary to what you seem to believe, this only really works if *both*
  libraries have versioned symbols. Otherwise, you can end up with
  libraries linked against the unversioned one using symbols from the
  versioned one at run time when both are loaded in the same address
  space.
 
 Actually, both having versioned symbols is not enough.
 It is either both must always have had versioned symbols or
 both must have versioned symbols now and every binary linked against
 either must have been built (or rebuilt) after the symbols got
 versioned.
 
Bah. Thanks for the correction.

However, it seems that the current OpenSSL package _does_ have
fully-versioned symbols, at least if I understand objdump -T
correctly.

So the situation may not be as dire as this thread suggests.

-- 
-- Matthias Urlichs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713120217.gb15...@smurf.noris.de



Re: DD's cheat card (was Re: Bug#754416: makefs: FTBFS on mips: Must set MACHINE_ARCH to one of mipseb or mipsel)

2014-07-13 Thread Joachim Breitner
Hi,

Am Sonntag, den 13.07.2014, 13:02 +0200 schrieb Cyril Brulebois:
  Maybe a “gift” job for a Debian Contributor would be to put together
  a “DD’s cheat card”, with infos about how to contact DSA, WB team,
  etc. – nothing about the how-to of packaging, but about the orga‐
  nisational things in Debian. Maybe also an excerpt of the most
  relevant things from control@b.d.o, things like that, things which
  a DD (or even DM) may need occasionally. Something to bookmark.
 
 https://www.debian.org/intro/organization

not really helpful. It links to
https://buildd.debian.org/
from where no information about how to query for rebuilds can be found.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: F0FBF51F
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata



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


Re: DD's cheat card (was Re: Bug#754416: makefs: FTBFS on mips: Must set MACHINE_ARCH to one of mipseb or mipsel)

2014-07-13 Thread Cyril Brulebois
Joachim Breitner nome...@debian.org (2014-07-13):
 Hi,
 
 Am Sonntag, den 13.07.2014, 13:02 +0200 schrieb Cyril Brulebois:
   Maybe a “gift” job for a Debian Contributor would be to put together
   a “DD’s cheat card”, with infos about how to contact DSA, WB team,
   etc. – nothing about the how-to of packaging, but about the orga‐
   nisational things in Debian. Maybe also an excerpt of the most
   relevant things from control@b.d.o, things like that, things which
   a DD (or even DM) may need occasionally. Something to bookmark.
  
  https://www.debian.org/intro/organization
 
 not really helpful. It links to
 https://buildd.debian.org/
 from where no information about how to query for rebuilds can be found.

I'm not sure what's wrong with the following, quoted from the said page:
| Autobuilding infrastructure —
| 
| Wanna-build team — debian-wb-t...@lists.debian.org 
| […]
| Buildd administration — architecture@buildd.debian.org 

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Solutions for the Apache upgrade hell

2014-07-13 Thread Jeroen Dekkers
At Sun, 13 Jul 2014 13:17:24 +0200,
Arno Töll wrote:
 What would you do in our situation? Side note 2: We kinda expected this
 situation and added a trapdoor in Wheezy [1], but it turned out, that
 even that is not good enough to prevent havoc with --purge-unused.

It's not really ideal either, but another option would be doing an
update in the next wheezy point release preparing this migration. For
example moving the configuration files from apache2.2-common to
apache2 or apache2.2-bin in wheezy shouldn't cause any problem and
after the files have been moved apache2.2-common can be safely purged
during upgrade.

Moving them to apache2 package would mean you won't have to move them
again in the upgrade to apache 2.4, but it would create a new and
circular dependency of apache2.2-common on apache2. Given that
apache2.2-common already depends on apache2.2-bin and there exists a
transitional package in jessie it might be a better candidate. Then
you would have to move it again in the jessie package, but I'm afraid
there aren't any easy solutions.


Kind regards,

Jeroen Dekkers


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87r41pxv50.wl%jer...@dekkers.ch



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Andreas Metzler
Guus Sliepen g...@debian.org wrote:
[...]
 The problem is that OpenSSL is much more than just an implementation of
 SSL/TLS. It is also provides a very extensive set of low-level
 cryptographic functions. There are many programs that use OpenSSL for
 the latter, not for the SSL/TLS layer. You just cannot drop in GnuTLS,
 MatrixSSL or PolarSSL for those.

 Some of the alternatives to OpenSSL come with the essential
 cryptographic primitves to support SSL/TLS built-in, others rely on
 external libraries to do that. For example, GnuTLS currently depends
 on Nettle.

Hello,

However, gnutls exposes some cryptographic primitives through its
crypto API, so it is not necessary to directly use nettle (or
gcrypt) if the exposed subset is sufficient.

cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/l3da9b-jod@argenau.downhill.at.eu.org



Re: Solutions for the Apache upgrade hell

2014-07-13 Thread Arno Töll
Hi Jeroen,


On 13.07.2014 15:09, Jeroen Dekkers wrote:
 It's not really ideal either, but another option would be doing an
 update in the next wheezy point release preparing this migration. For
 example moving the configuration files from apache2.2-common to
 apache2 or apache2.2-bin in wheezy shouldn't cause any problem and
 after the files have been moved apache2.2-common can be safely purged
 during upgrade.

thanks for bringing this up. We had discussed this a while back, but I
forgot to list it in the provided alternative choices.

 Moving them to apache2 package would mean you won't have to move them
 again in the upgrade to apache 2.4, but it would create a new and
 circular dependency of apache2.2-common on apache2. Given that
 apache2.2-common already depends on apache2.2-bin and there exists a
 transitional package in jessie it might be a better candidate. Then
 you would have to move it again in the jessie package, but I'm afraid
 there aren't any easy solutions.

Pretending the Release Team would allow us to do that (Frankly, I
wouldn't dare to ask :p) thee are two caveats with that approach that
would make it very hard and complicated because our historic heritage
dating back to Etch days again.

It's well possible, that people have apache2.2-common installed, but not
apache2. In Wheezy and earlier apache2 is very much an empty pseudo
package nothing depends on. Unless the user did apt-get install
apache2 they won't end up with it as a dependency. This is commonly the
case if you did apt-get install php5 for example.

We cannot move conffiles to apache2.2-bin either, because Gnome for
example depends on that package (don't ask) and it does it's own
configuration completely detached from Debian packaging and Debian
configuration. Therefore, people that don't use Apache on their own have
that package installed, too.


-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Mike Hommey
On Sun, Jul 13, 2014 at 02:02:18PM +0200, Matthias Urlichs wrote:
 Hi,
 
 Bernhard R. Link:
  * Mike Hommey m...@glandium.org [140713 12:55]:
   Contrary to what you seem to believe, this only really works if *both*
   libraries have versioned symbols. Otherwise, you can end up with
   libraries linked against the unversioned one using symbols from the
   versioned one at run time when both are loaded in the same address
   space.
  
  Actually, both having versioned symbols is not enough.
  It is either both must always have had versioned symbols or
  both must have versioned symbols now and every binary linked against
  either must have been built (or rebuilt) after the symbols got
  versioned.
  
 Bah. Thanks for the correction.
 
 However, it seems that the current OpenSSL package _does_ have
 fully-versioned symbols, at least if I understand objdump -T
 correctly.
 
 So the situation may not be as dire as this thread suggests.

Well, it kind of is. Because those versioned symbols in openssl come
from a debian patch, afaict. So while debian may be fine (as long as all
build-rdeps have been rebuilt since openssl got those versioned
symbols), other distros aren't covered, as well as binaries not
compiled on debian.

Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713134837.ga18...@glandium.org



Bug#754703: ITP: python-vertica -- native Python client for the Vertica database

2014-07-13 Thread debian
Package: wnpp
Severity: wishlist
Owner: deb...@jbfavre.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: python-vertica
  Version : 0.2.3
  Upstream Author : justin.be...@gmail.com, alex@uber.com
* URL : https://github.com/uber/vertica-python
* License : MIT
  Programming Lang: Python
  Description : native Python client for the Vertica database

HP Vertica is a commercial column-oriented database.
This package provides all the source, examples and documentation
to easily connect to and interact with Vertica.

I already use, and maintain, the package at work.
I will take care of the packaging and maintain the package.
I got help from Debian Developers Vincent Bernat and Sylvestre Ledru
to prepare the package.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJTwpMVXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0RTg0NUJBMjMwQ0I0RDQ0ODkwNjk4NDdC
NERENTM2QUNGN0Q4NzM3AAoJELTdU2rPfYc3FLcP/RiET5ucHETzNwz9ZMrHXNcj
hSqOQ9nyiqmPslWNhk6JekVoO4S+li1tHGuOIRc3Db1qXLIDZdSH0j3tjZUG/2+I
7tlZIkmpJSI6Z2AfX3ujnluEXMB7dLmwcvhrMy8sAtj2MHAb2eF+zK+hnOr4wbMh
pBaKIQqwihzch/3QAiymmt4QJVQSclsQFVYFC8PZG4E3AGDdo5kA1iOSYAgnW3gy
xdHqj6/mqOa4nyHK61IVj1kW2A2TCfob6RtfpMyOXXgSeJ8I94Rv8RP0Aiqdfl8G
6OLjOjGY8ds76WFIzT86xp326N2+mvq/W5/B4/NydWx8fPfNGVEGegSZG6KJW43V
+mSwQ6VITO9isD/nyDZrQvhg1tTZNO9iA/H+ZatOJYtGldc079UXj7Kr37OgOP8E
O3mgdbt9rxRl+uaTsfCitjpvUiaV6nBWRccs1KNikQwCZ0Bkgv5JlvY8xMaWn+DH
GxLsXHWkaLiJKBHemS57fm2Q/HhG4JL+6SPnDzjCJ4dj2+/EYXSQlv4lUxkBt30t
p9oG74HZwdl1ZoL5DbqrfaUKpk4FCLSKxkyBFXA18SNbdMZ5Oh4xXOWJVN3LALuj
DCRbavDLRN+1RXA7sCcm5xI8O35K4X5r1TQzg7FVeqLr5kon8JmAV/hOjXJh4T54
/7gh4GSRntGRNuFpwFT0
=MlnH
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140713140925.2365.87477.report...@jbfavre.lan



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Thomas Goirand
On 07/13/2014 09:48 PM, Mike Hommey wrote:
 On Sun, Jul 13, 2014 at 02:02:18PM +0200, Matthias Urlichs wrote:
 Hi,

 Bernhard R. Link:
 * Mike Hommey m...@glandium.org [140713 12:55]:
 Contrary to what you seem to believe, this only really works if *both*
 libraries have versioned symbols. Otherwise, you can end up with
 libraries linked against the unversioned one using symbols from the
 versioned one at run time when both are loaded in the same address
 space.

 Actually, both having versioned symbols is not enough.
 It is either both must always have had versioned symbols or
 both must have versioned symbols now and every binary linked against
 either must have been built (or rebuilt) after the symbols got
 versioned.

 Bah. Thanks for the correction.

 However, it seems that the current OpenSSL package _does_ have
 fully-versioned symbols, at least if I understand objdump -T
 correctly.

 So the situation may not be as dire as this thread suggests.
 
 Well, it kind of is. Because those versioned symbols in openssl come
 from a debian patch, afaict. So while debian may be fine (as long as all
 build-rdeps have been rebuilt since openssl got those versioned
 symbols), other distros aren't covered, as well as binaries not
 compiled on debian.

Why should we care about other distros? Do they have an impact on us?

Thomas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53c29896.9050...@debian.org



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Henrique de Moraes Holschuh
On Sun, 13 Jul 2014, Matthias Urlichs wrote:
 for that (i.e. make sure that _everything_ in libressl is only exported 
 with properly versioned symbols), again IMHO the time and effort required

PLEASE PLEASE PLEASE PLEASE PLEASE take this to the portable libressl
upstream *and make it true* for the Linux targets.  Now.  Before people
start shipping for real non-versioned-symbols versions of libressl
everywhere and third party closed-source applications pick on that.

And please use a libressl-specific symbol version (LIBRESSLxy, for
example).

 that now; and while IANARTM (Release Team Member) transitioning the whole
 of Debian to libressl closer to the release would not be a good idea even
 if we decide it's (going to be) the better alternative.

Indeed.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713171629.gb23...@khazad-dum.debian.net



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Matthias Urlichs
Hi,

Mike Hommey:
 Well, it kind of is. Because those versioned symbols in openssl come
 from a debian patch, afaict. So while debian may be fine (as long as all
 build-rdeps have been rebuilt since openssl got those versioned
 symbols), other distros aren't covered, as well as binaries not
 compiled on debian.
 
I am, frankly, not at all concerned with binaries not compiled on Debian
at this point. Data point: Fedora uses a different symbol versioning
scheme for openssl, so openssl-linked binaries from there won't run on
Debian anyway.

It's far more imperative to educate upstream (in general, not just openssl
– but them in particular) about the fact that adding versioning to their
libraries is a Very Good Idea which will save them (and, more to the point,
anybody using their code) a whole lot of hassle – as well as potential
security holes – if/when their ABI changes.

-- 
-- Matthias Urlichs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713183630.gf3...@smurf.noris.de



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Henrique de Moraes Holschuh
On Sun, 13 Jul 2014, Matthias Urlichs wrote:
 I am, frankly, not at all concerned with binaries not compiled on Debian
 at this point. Data point: Fedora uses a different symbol versioning
 scheme for openssl, so openssl-linked binaries from there won't run on
 Debian anyway.
 
 It's far more imperative to educate upstream (in general, not just openssl
 – but them in particular) about the fact that adding versioning to their
 libraries is a Very Good Idea which will save them (and, more to the point,
 anybody using their code) a whole lot of hassle – as well as potential
 security holes – if/when their ABI changes.

Meanwhile, we could try to get ever distro with a clue together, map the
versioned symbol diffs that already exist, and see if we can come up with a
plan to at least do downstream versioning in a compatible way.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713200739.ga1...@khazad-dum.debian.net



Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Thorsten Glaser
Martin Zobel-Helas dixit:

Furthermore, we will change the people.debian.org web-service such that
only HTTPS connections will be supported (unencrypted requests will be
redirected).

This means that requests from wget (since it switched from OpenSSL to
GnuTLS) and other utilities from slow architectures (such as m68k or
avr32) to people.d.o will timeout.

Take it as a heads-up to maybe move stuff elsewhere, if it needs http
(e.g. APT repos work well via http since they use PGP for signatures).

bye,
//mirabilos
-- 
“ah that reminds me, thanks for the stellar entertainment that you and certain
other people provide on the Debian mailing lists │ sole reason I subscribed to
them (I'm not using Debian anywhere) is the entertainment factor │ Debian does
not strike me as a place for good humour, much less German admin-style humour”


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/pine.bsm.4.64l.1407132021060.32...@herc.mirbsd.org



Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Jakub Wilk

* Martin Zobel-Helas zo...@debian.org, 2014-07-13, 22:13:
The plan is to execute a final sync of home directories on 2014-JUL-26 
starting at 0800Z.


http://xkcd.com/1179/

we will change the people.debian.org web-service such that only HTTPS 
connections will be supported (unencrypted requests will be 
redirected).


This is great news. Thanks! :-)

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713203139.ga9...@jwilk.net



Re: Solutions for the Apache upgrade hell

2014-07-13 Thread Fabiano Antunes
Hey there.

On 07/13/2014 08:36 AM, Holger Levsen wrote:
 Hi Arno,

 On Sonntag, 13. Juli 2014, Arno Töll wrote:
 * Ignore the problem, and refer to the manpage of aptitude without
 proper fix etc. which clearly says THIS OPTION CAN CAUSE DATA LOSS! DO
 NOT USE IT UNLESS YOU KNOW WHAT YOU ARE DOING.
 seems right to me, given the alternatives you describe.

 I've never used upgrade --purge _in one step_ and I don't think it's a 
 particularily smart idea at all. But if people want to shoot themselves in 
 the 
 feet, we should tell them that it might hurt, but then... let them.

 Same for not reading release notes, if someone wants to act stupid... ;-)
I agree in every single aspect with Holger.

An upgrade --purge sounds to me like: Upgrade and start with fresh
configuration.
I usually proceed with dist-upgrade, then autoremove --purge to keep
things neat.

Again, should a release note poping up right in front of your eyes be
ignored, there's
not much to prevent you from damaging your system if you don't really
care about it.

Not really trying to act rude here (and I'm sorry if it seems so, just
can't figure out
another way to put it simple), but package management systems are, IMHO,
intended
to facilitate the access and installation of packages which are part of
the distro/release
while preventing us from facing dependancy-hell-like situations, they're
not intended
to be fool-proof, as it requires administrative privileges, therefore
expecting that you
*really* know what you're doing.

Cheers,
Fabiano.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53c2edbe.2060...@itgen.com.br



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Juliusz Chroboczek
 Meanwhile, we could try to get ever distro with a clue together, map the
 versioned symbol diffs that already exist, and see if we can come up with a
 plan to at least do downstream versioning in a compatible way.

Please, please, please speak to upstream first.  It's hard work, but some
upstreams can be convinced to do the right thing.

-- Juliusz


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87ion1gflu.wl-...@pps.univ-paris-diderot.fr



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Steven Chamberlain
On 12/07/14 02:09, Steven Chamberlain wrote:
 [...] these warnings would be treated as errors:
 
  In file included from md5/md5_locl.h:98:0,
   from md5/md5_dgst.c:60:
  md5/md5_dgst.c: In function 'md5_block_data_order':
  ./md32_common.h:237:66: warning: right-hand operand of comma expression 
  has no effect [-Wunused-value]
   #  define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l)
^

A new upstream release LibreSSL 2.0.1 already addressed that:  basically
stop using -Werror in the portable library because many compilers have
warnings that OpenBSD's compiler does not, and I guess they did not
think the warnings legitimate or worth the effort of 'fixing' right now.

This new version brings in many small changes from the still-ongoing
cleanup.  ABI versions bumped to libcrypto 30.0.0 and libssl 27.0.0.
AFAICT only private_RC4_set_key was removed, and ssl_version_string
added to the respective libraries' exported symbols.

Am I right in thinking Debian would not bump its own SONAME if there
were unimportant ABI changes, like these seem to be?

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53c2ef58.4050...@pyro.eu.org



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Henrique de Moraes Holschuh
On Sun, 13 Jul 2014, Juliusz Chroboczek wrote:
  Meanwhile, we could try to get ever distro with a clue together, map the
  versioned symbol diffs that already exist, and see if we can come up with a
  plan to at least do downstream versioning in a compatible way.
 
 Please, please, please speak to upstream first.  It's hard work, but some
 upstreams can be convinced to do the right thing.

Yes.  Getting upstream in the loop has to be part of any plan re. versioning
symbols.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713210621.ga3...@khazad-dum.debian.net



Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Steve Langasek
Hi Martin,

On Sun, Jul 13, 2014 at 10:13:10PM +0200, Martin Zobel-Helas wrote:
 Furthermore, we will change the people.debian.org web-service such that
 only HTTPS connections will be supported (unencrypted requests will be
 redirected).

Could you elaborate on why people.d.o will enforce https?  If http
connections are still allowed, this doesn't provide any protection from a
MITM attack for most users; and the contents of people.d.o are not generally
security sensitive.  Is this part of a broader effort by DSA to increase use
of https by default as a deterrent to large-scale traffic sniffing?

Cheers,
-- 
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: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Kurt Roeckx
On Sun, Jul 13, 2014 at 08:36:30PM +0200, Matthias Urlichs wrote:
 Hi,
 
 Mike Hommey:
  Well, it kind of is. Because those versioned symbols in openssl come
  from a debian patch, afaict. So while debian may be fine (as long as all
  build-rdeps have been rebuilt since openssl got those versioned
  symbols), other distros aren't covered, as well as binaries not
  compiled on debian.
  
 I am, frankly, not at all concerned with binaries not compiled on Debian
 at this point. Data point: Fedora uses a different symbol versioning
 scheme for openssl, so openssl-linked binaries from there won't run on
 Debian anyway.
 
 It's far more imperative to educate upstream (in general, not just openssl
 - but them in particular) about the fact that adding versioning to their
 libraries is a Very Good Idea which will save them (and, more to the point,
 anybody using their code) a whole lot of hassle - as well as potential
 security holes - if/when their ABI changes.

I plan to try and get them to use symbol versioning, at least on
those platforms that support it.  This will probably be just like
the patch currently in Debian.  I don't plan to add multiple
versions of a symbol to try and keep the same soname since that
probably won't work on all platforms.

We also plan to reduce the risk of breaking the ABI.  Now a lot of
structs are public and we would like to make them private and
provide functions for those things that people want to access.

This will all probably take some time.

PS: If you use dlopen()/dlsym() to load functions, symbol
versioning doesn't help unless you use dlvsym() which is a
glibc extension.


Kurt


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713224303.ga20...@roeckx.be



Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Guillem Jover
On Sun, 2014-07-13 at 15:19:22 -0700, Steve Langasek wrote:
 On Sun, Jul 13, 2014 at 10:13:10PM +0200, Martin Zobel-Helas wrote:
  Furthermore, we will change the people.debian.org web-service such that
  only HTTPS connections will be supported (unencrypted requests will be
  redirected).
 
 […] If http
 connections are still allowed, this doesn't provide any protection from a
 MITM attack for most users; and the contents of people.d.o are not generally
 security sensitive.

HSTS protects mostly from MITM (except for first connection), but I'm
not sure if DSA is planning to add it.

Thanks,
Guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140713230911.ga30...@gaara.hadrons.org



Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Paul Wise
On Mon, Jul 14, 2014 at 7:09 AM, Guillem Jover wrote:

 HSTS protects mostly from MITM (except for first connection), but I'm
 not sure if DSA is planning to add it.

HSTS is a standard part of HTTPS setup on machines run by DSA, so it
is very likely they will.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/caktje6fi2q4x1lmqvdw7nphr0tbuxprswjhfgrqi9tgqzn5...@mail.gmail.com



Accepted sitecopy 1:0.16.6-7 (source i386)

2014-07-13 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 08:38:39 +0200
Source: sitecopy
Binary: sitecopy
Architecture: source i386
Version: 1:0.16.6-7
Distribution: unstable
Urgency: medium
Maintainer: Christian Marillat maril...@debian.org
Changed-By: Christian Marillat maril...@debian.org
Description:
 sitecopy   - program for managing a WWW site via FTP, SFTP, DAV or HTTP
Closes: 747543
Changes:
 sitecopy (1:0.16.6-7) unstable; urgency=medium
 .
   * New maintainer (Closes: #747543)
Checksums-Sha1:
 c399037accadb2889483a36d389bc436e81fb252 1922 sitecopy_0.16.6-7.dsc
 e15ae8d96d3afa5154de831b839c67ad2e0dc0a5 24416 sitecopy_0.16.6-7.debian.tar.xz
 97be8d47296de0b2dd32c21e4638d0fdf04e52b1 126440 sitecopy_0.16.6-7_i386.deb
Checksums-Sha256:
 9810311c893d97760174b042e26b24365e7b949e22f497e8aa282e5afcde60e9 1922 
sitecopy_0.16.6-7.dsc
 d29c5fb052675cadcdce3de6c424b9e9297abbb9fe945b7c18562a256a70f42c 24416 
sitecopy_0.16.6-7.debian.tar.xz
 32a1583ecef8d47414bf3f6385238f1c105020eb25e58fd49ae6bc112e514fac 126440 
sitecopy_0.16.6-7_i386.deb
Files:
 163da7ece50e91cb25472fe86dc7be6d 126440 web extra sitecopy_0.16.6-7_i386.deb
 17860911299caef19dec085afecf8604 1922 web extra sitecopy_0.16.6-7.dsc
 755c1478487abbd7f25c24d11fed881f 24416 web extra 
sitecopy_0.16.6-7.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU8Ip/VyAjCtlVYEXAQixXBAA3rRcmoL5G1VQEcRbkQzOd/nGuj3b4gAX
FPSHZBX1oaowJec7SH4HuOScpW7xjGKu3Mm8nqB5wgyXlkeUujFcb038zkGA9c1I
PugX9LeCeccsFgrzIZCMZSThKvJnsIhvllOnYsfPBsxOClkx7IVuQ3lAKyyVNQK7
PML40S1ztgDd799WHiITrJRImn0ZZ7rkqWlhZA62Uxkm7WlXz+rDd8QR053kBFuU
wEotiP/Z8edGg+ARaDj+tfjx9NbeLBGjXT9mLg9qULZc4651l5+KWw5nHlWPjONt
CaxDnvCucX09yJ5UvS+tzFsIMZsgeOT98pYcRmUSksCbWJgSrS7//zpW7Wxy1jy1
VJUnU5mn7bIBMKSmcdsjQ/yiFGJfJFl84nnyYuFHTA8lxSjI8u+ghflYDDt77vfW
8m0U8XmNp2AySG7k9rX6d9HS8X7ZK5iuNDAILqjyM50LpD4lcSc1Csn2ur35xMQL
RUuoqNwhGjDCAHiQtZYw6SBvjCFDJrCSmArdRYYldlg8fLqJCae+exg/qSYqW4mM
jlHzXLldPtlaW0k5spaZmbbs1Hhrx1+cwREN5IfwkZulUG/kKIHixacf24W0u6pq
Z0bKLQo+F+khaQSz950Powef8cRZfkNfQZ0KnEjGvDADjxjCEduUpnoSmm4dpzSk
maWpx6POets=
=V1sW
-END PGP SIGNATURE-


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



Accepted fedmsg 0.8.0-2 (source all)

2014-07-13 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 10:30:13 +0200
Source: fedmsg
Binary: python-fedmsg python-fedmsg-doc fedmsg-hub fedmsg-relay fedmsg-gateway 
fedmsg-irc fedmsg
Architecture: source all
Version: 0.8.0-2
Distribution: unstable
Urgency: high
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Nicolas Dandrimont ol...@debian.org
Description:
 fedmsg - Fedora messaging infrastructure system - general utilities
 fedmsg-gateway - Fedora messaging infrastructure system - gateway daemon
 fedmsg-hub - Fedora messaging infrastructure system - receiving hub daemon
 fedmsg-irc - Fedora messaging infrastructure system - IRC bot
 fedmsg-relay - Fedora messaging infrastructure system - sender relay daemon
 python-fedmsg - Fedora messaging infrastructure system
 python-fedmsg-doc - Fedora messaging infrastructure system documentation
Closes: 752895
Changes:
 fedmsg (0.8.0-2) unstable; urgency=high
 .
   * Fix init scripts so that the daemons really get launched (Closes: #752895)
Checksums-Sha1:
 3de7d3d7d1ecf889c9cae10bafff9ba888ec130c 2610 fedmsg_0.8.0-2.dsc
 4f9e6fdc58ee53119699086ac7f2a15aa9b2cd84 14028 fedmsg_0.8.0-2.debian.tar.xz
 549eaa8954ea3f6e1d864850b51c5a19c42018fb 192300 python-fedmsg_0.8.0-2_all.deb
 1b7b982db526a40533528b328c99624ccc3d6db9 310854 
python-fedmsg-doc_0.8.0-2_all.deb
 5b3de7880aca327b1fe57adcdd2c2e6873e3277f 38560 fedmsg-hub_0.8.0-2_all.deb
 7dc271a5e6f9f1f7cc0630ba2856b54ef91e346e 38838 fedmsg-relay_0.8.0-2_all.deb
 435e26a420f9798a3be393689a12dd8384c56e6d 38630 fedmsg-gateway_0.8.0-2_all.deb
 23f6089ba8b828ee4c5f931c2fc778de25390844 38674 fedmsg-irc_0.8.0-2_all.deb
 867c18b06630187e3cd31a92fbcbe12268e2bcca 43330 fedmsg_0.8.0-2_all.deb
Checksums-Sha256:
 71dc16a7e08617542baec1eee769bcc7e8ce7128c8651fac24a41e564f796ab8 2610 
fedmsg_0.8.0-2.dsc
 da5b9568beb4eaeda53f3063fa177f8261637cc1fe0bde5ca5ee12d2b5569c03 14028 
fedmsg_0.8.0-2.debian.tar.xz
 ab5611429f947cecc2795c152bead5e3bb6d3e34e4bc0d2475ecd33ca69eaa72 192300 
python-fedmsg_0.8.0-2_all.deb
 795e469951bf3945ae5b48bb665a27e8cca4bd07d71996a16713fa35eb527308 310854 
python-fedmsg-doc_0.8.0-2_all.deb
 41a291dbdc239188702fa83772fce7b4fc994ad637792c325399bfe0f1dca2af 38560 
fedmsg-hub_0.8.0-2_all.deb
 8e3d10c5a8057980a7c609c7cbb5c13d6b7be211d9e6e36a03e298318601f874 38838 
fedmsg-relay_0.8.0-2_all.deb
 f6203a0bb38f830ff3d115e4bc80174d9630b642e8a08b87f17ecbd5504a27bf 38630 
fedmsg-gateway_0.8.0-2_all.deb
 94a9629ad067a2badcde4abdadce4604353eee3d21e56dc9b061d3ae6815d6d5 38674 
fedmsg-irc_0.8.0-2_all.deb
 f88129fd04b035b5a2d5b6d8d4be930fb1a2c147d7e24d1c0d88d81bb91c7d9a 43330 
fedmsg_0.8.0-2_all.deb
Files:
 1bcf40d80fe0a49a52bfd508ae3dcebf 192300 python optional 
python-fedmsg_0.8.0-2_all.deb
 6260561a43a5897bfcd3a83b67017e27 310854 doc optional 
python-fedmsg-doc_0.8.0-2_all.deb
 7079b5cddaf7dadd6d2924239ba61533 38560 python optional 
fedmsg-hub_0.8.0-2_all.deb
 fc485066fb65c14827a5af4e72464b6f 38838 python optional 
fedmsg-relay_0.8.0-2_all.deb
 6c04f7406cbf995b11ce6297b6c3cc8f 38630 python optional 
fedmsg-gateway_0.8.0-2_all.deb
 68d94a2549238e86eea1ee427c4395b8 38674 python optional 
fedmsg-irc_0.8.0-2_all.deb
 5f8d27e418703a0c71ae4bd1b800e79f 43330 python optional fedmsg_0.8.0-2_all.deb
 365c31df8df4d48e760e1b538af36a91 2610 python optional fedmsg_0.8.0-2.dsc
 8173cc4b218a4f00de27b40ec0e528d1 14028 python optional 
fedmsg_0.8.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTwkSNAAoJEDgB129fsthcja4QAINU6nEBaw8PlHpzJp8zzuCJ
Za/tIMT1OCHMbJS3n1vrXTkVJnYMVD94CWehkIDHVxQ3L/ItRJ96LB5kg6wWtDIj
sXwPemE1d1yGr5/SHNbf0gFlL4mtwmc5lHQ8NfSnWuDaDqxVWR8yqnC6BJJn6dd6
AG0wF3pXLSk/YClecPBSP96PhRLy5k93zR6dSx9jV2tcsHXaDunxiJhESaHfUscG
Mq4LSkpFz6/Iu09RVJWSS42sOkBTjECWZ4u4u0pqLu6iYS9YIPR2tWBSMLa3g9l2
4clZIO00bnjw8OkO5dmy1yzxKBWAl1Iss0AbRbMxZ4FZ04xr1pORVdK8yUYJEI2f
L93xXAp8y+0J60PqsnJ2z1G1Sh/FtktG94khmbWdPtekBqJ9g/zFhlRrN75zwx+a
rZVzA1IWa6GVdunhNhfvijkV4hzigjHUpUFVFWUAYD9eLFk7BT4EBnaVBmicofDQ
DbmwcKIz8BkVyaPVUwPfMm4OeFEntx23a2wfVfoF0hU5fWKk8VxsoONHEyjkI86o
2CoKSWccxmgAxAAk+6GHTM3vkIhPfsSII/Hl4em1GbXJOAVK+OJwLbebyMdV0GVL
fmpEuxkd1X6ydHcktZpTVGX2YVOrQpOXm/ISwu5ZHFtUkc9kn1ECniDOU4SNETyC
aLDFNBLoc/BD24hJCmsA
=Em/4
-END PGP SIGNATURE-


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



Accepted nqp 2014.04-2 (source amd64)

2014-07-13 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Jul 2014 21:54:49 +0200
Source: nqp
Binary: nqp
Architecture: source amd64
Version: 2014.04-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rakudo Maintainers pkg-rakudo-de...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description:
 nqp- Not Quite Perl compiler
Closes: 754421
Changes:
 nqp (2014.04-2) unstable; urgency=medium
 .
   * add missing prototypes in dyncall for several architectures
   * control: list the arch supported by nqp
   * added patch to support ppc64el arch (Closes: #754421) Thx Breno Leitao
Checksums-Sha1:
 bc2fd8245c12d640c8b970578d1ebb015e2ac80a 2041 nqp_2014.04-2.dsc
 9da0d23b1458db4520e19c1b31bbaf4297d5dff6 9876 nqp_2014.04-2.debian.tar.xz
 4809b42236ce59cacb9635f61ab3df8a027138d7 760044 nqp_2014.04-2_amd64.deb
Checksums-Sha256:
 ff63bb1ab330c705239717b5d357c445cac43c0978c98487ce5bda006de7a498 2041 
nqp_2014.04-2.dsc
 583eada5e51ec10f34665419729e60812245287533bfd475e6dc756077685108 9876 
nqp_2014.04-2.debian.tar.xz
 4be08663886f335d320dd0a5e1c462b0bd04419ceb223d20cc30927e942b5f7d 760044 
nqp_2014.04-2_amd64.deb
Files:
 c69291a53e8c914f1a99a3affcf59d72 760044 interpreters optional 
nqp_2014.04-2_amd64.deb
 236f9ee8b929e2d40889cce3e6e3a449 2041 interpreters optional nqp_2014.04-2.dsc
 9d73668b25e5cfecfa9cf91253896adf 9876 interpreters optional 
nqp_2014.04-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwZP3AAoJEMMfT9lJqytsps4P/0xo5Hm0q0b86yqPY/xcETlT
ntzHpxemDEYwG5BVwdlgZ+pQOxYPHS89ZJ6O52frWbDagmXTkX74c/LWzsn+L6qL
d/umGjPzrtSYc1aARu6kvtz6GF6YKWfJdePTzwid1lHLjtbEnyqmyLywcUOVvINK
1K4W4cbFU+RKVrkZHDdXRjJjbftkGilFKI6TKieRkO9sKxU96tX0F0QcZD9YQIj9
Y+JnlkdfdW3O1T1kyW5gQt3SqcxHK/wuRogqmGhOIosa1rcBiNBVjqsF1AjKr4d6
hr5R+QnwC0bhbRx2P+bMwFyJyTD5JPHGEr0moP7cp2zof46oS+w5zewImy4IRBt1
bl+wsCUUDcXGSUGmeV+c7+DhiavDCtU3iiVL2pjeEikqJUKl5y3sjKZoKKCtP2gd
kr6do39CYGiyu//b03zXFIFNFAzaQXhPwwM4MX8K8pI52V8Tiz+3U8as+7AvDkbU
aKqHFCPx/LgdyeoKCtQuJfDE+qBU9AxC0PN8jqqp1XBJIkDzbFzV0H3NOHJrv0tv
89PUG7RRAizPHbZQ75ObHTs/pDCc+6uE+uEa7xnAEuiq0yrqMl+dmlJB+K0kBBwC
VFNsmiQpx8qWKY1jI1XhsXGjUCb+mW0+OfrCX4qeZ96bEK/yrL3V9Vbhg3Kjk3+W
QFb4TFe22fRU2uyg3/vB
=wG2O
-END PGP SIGNATURE-


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



Accepted x11proto-input 2.3.1-1 (source all)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 10:17:18 +0200
Source: x11proto-input
Binary: x11proto-input-dev
Architecture: source all
Version: 2.3.1-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description:
 x11proto-input-dev - X11 Input extension wire protocol
Changes:
 x11proto-input (2.3.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Remove Cyril from Uploaders.
Checksums-Sha1:
 7d10ae4c9914314234f8595fa556eceeba79cc41 1937 x11proto-input_2.3.1-1.dsc
 e43746db7a22dbd932442a235a747c2555224be9 236302 
x11proto-input_2.3.1.orig.tar.gz
 d1d3de19661f5e8e4348b889afa4abb78e939951 5603 x11proto-input_2.3.1-1.diff.gz
 88b0b04e484ca0f62026a4eb9bb95df0e39f5c38 157150 
x11proto-input-dev_2.3.1-1_all.deb
Checksums-Sha256:
 c43dcce256561df0c239d24a5d9653cf651bfc949dc1a98bb450b1f23dda0b21 1937 
x11proto-input_2.3.1-1.dsc
 23f65ac55c36ea8c378e30b4a4fd85317c95923134e3fe46569741b94c8ed4ca 236302 
x11proto-input_2.3.1.orig.tar.gz
 c92b1b97ce557f3564bd5252f921c1bc510df00ef1a81323078181754b4a31ab 5603 
x11proto-input_2.3.1-1.diff.gz
 a61a10b34cb0ffac6a2603971be1afd4908ed2830b6a1c554e74ac3321bb1e35 157150 
x11proto-input-dev_2.3.1-1_all.deb
Files:
 1dd1b96c0b0b1286ef8cf4f27117edf8 157150 x11 optional 
x11proto-input-dev_2.3.1-1_all.deb
 1f0cc3c626d725dfebe23ec5a586eaff 1937 x11 optional x11proto-input_2.3.1-1.dsc
 ca875d04f648f819567138be43194655 236302 x11 optional 
x11proto-input_2.3.1.orig.tar.gz
 63e0e4eab57f1712bbb82138a8573c82 5603 x11 optional 
x11proto-input_2.3.1-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwkGDAAoJEDEBgAUJBeQMbosQANC7L+O6htbtfxQ8H0bl1jic
r5qLcWlTdrvlzg4qBoGv00q06HLO1hQqtSWE6LqLa06Vo6M/IpsAr1ySHvLOh9mF
qjhttMWXQXLjGxGItX+GNW3iZFinfU89XH9/PC9mL0gV9NS/XBeSZbYS/Xv+K7b6
QE2s+SQ6XXcWtYynNFGjO1UfqsNBdZVs2zSc9eNO0zz089N+BwfgnTFs28nWX7Sm
13RL1wxWP48Ci4a+o3Oo7DH969BEvFXT2XEYg03E/tIK4HPK0XpF9bu7IqnnSCHd
gNTo/KEtXhIr80qF6xQTOCvf3GfdQjar/N7ZCyJEr6cx4KvVT7LP7BFtcnBYKUwc
zjrU9M1WtYJ+PPx73EssIu7iMp0DrqW5idcQflBElVFNVcqbXtKepKx1+x4Fo2HX
XN/mEkNny/Rf5BtkS3Od/vTwRlQym7T0L1CF3L44VLteFSOhrF/s9FsTYONCrOPM
56vJg8kgDQCAoXSh9LCJo3TQ/l+5PWtEYGFHc2nmxDDewIZL8rVSTP5pszLUZlpa
fSnXK3rUvYGxAzUj/X4h8mabH29I8Y/PimA4YpfRZtzPKjqk2nqR1u10AEom67CH
uWQoz3d4MQK+7F8rAfyyGviGdWJwklb+/dkfU4S3fprwqruvBZZpGatIuQzLXhzv
dYf2wRBMpfrnA3dWLCKs
=Tab2
-END PGP SIGNATURE-


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



Accepted xauth 1:1.0.9-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 10:34:06 +0200
Source: xauth
Binary: xauth
Architecture: source amd64
Version: 1:1.0.9-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description:
 xauth  - X authentication utility
Changes:
 xauth (1:1.0.9-1) unstable; urgency=medium
 .
   * New upstream release.
   * Remove Cyril from Uploaders.
   * Disable silent build rules and silent tests.
   * Add build-dep on cmdtest for make check.
Checksums-Sha1:
 9be9079af625391f21da3e9b5fdf1efc5f8f8e47 1868 xauth_1.0.9-1.dsc
 9d9a2f6c669bf54a1f201b32e3eab3ff393b0ed0 197309 xauth_1.0.9.orig.tar.gz
 fbe4f491efd52213f762213e98271d3fdff69d74 8914 xauth_1.0.9-1.diff.gz
 81024dc0d806e0a744ac096a85adbcff6f5169b8 38206 xauth_1.0.9-1_amd64.deb
Checksums-Sha256:
 87b1388c0904478a90abad8c83266bc704a18c985a0cdd11f4f69ba60b368bf5 1868 
xauth_1.0.9-1.dsc
 0709070caf23ba2fb99536907b75be1fe31853999c62d3e87a6a8d26ba8a8cdb 197309 
xauth_1.0.9.orig.tar.gz
 b4596b9efc0e579259a41b3fb89cd954f007fb953b262eb6e2f09ba8aebacef6 8914 
xauth_1.0.9-1.diff.gz
 acb002548914690eafd1c713cc38885489aae9625e7c85f700e9129217fefbcf 38206 
xauth_1.0.9-1_amd64.deb
Files:
 aa214002b1853fe9e33d20eb7d064e83 38206 x11 optional xauth_1.0.9-1_amd64.deb
 2ef4d5eea28764a8b89540294b9fe5f7 1868 x11 optional xauth_1.0.9-1.dsc
 def3b4588504ee3d8ec7be607826df02 197309 x11 optional xauth_1.0.9.orig.tar.gz
 25c03f73db8f54072e965643b800c3b0 8914 x11 optional xauth_1.0.9-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwkWUAAoJEDEBgAUJBeQMK/EP/RN+mGAMRq+HCvtBHM44R6gB
+t9aq54ipSZM6R98+E+RT5PA3H/hmVaGvO5n9GZqWkKWjftkMRyvtbqtxnCMxIu5
rhkknFMliA1JrDMDG/I/es4kYnExV6Q9BR6De92hWIEiWcDuZ9Mv003Jk7K8rEPD
6xxW3PZOg6Si/VrBRnUkqUKSV4IcDGXpGlZbXnz+I3G5TFBjUUbVzJqyofjA8OHN
oJzlonMBQ3ewYgIYvCLixQNtcLW5WVgjS2LZo2Y5yxNnDLE3ylfo5OLoTsdLXiCG
C7j9YjaifF5dBrLGO7b8nu7yq7+5spqWUWaIvFYzMwKN/HH8B9SYjdo2/9yPYbLd
AnjjykqfTgYr0tXHdD9bD41QlH+oKEsCpa0u8qWiUk50CvNszXLbKiskG6lz4+8t
uzIMl1xkbrROqZFZmhbHayo84YUUg11dk8IgQfE0n1XtgRIpSqhGfEt5cbfyYeSo
b3quMRyhOihi18RRN9C7ZY+BfLNkdvZlCoptAzoj9FBXi6YBz9ffJYJCKfSoqP35
Brg/thKKNkwBTH4WxF/CZHTcyiHq5/TS1nJS1xc4p6wYkJysptyt97Wnn1fBwG+j
3s3N9uNU/9z2e6FPrlppGpsc/ja7AzO1AKIs3o9HUA3cYgw6hAC56uLCNIRrmX0O
rgECVZWzZPmT86r69VaU
=UPbh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6gdy-7n...@franck.debian.org



Accepted sysdig 0.1.85-1 (source amd64 all)

2014-07-13 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 11:07:35 +0200
Source: sysdig
Binary: sysdig sysdig-dkms
Architecture: source amd64 all
Version: 0.1.85-1
Distribution: unstable
Urgency: medium
Maintainer: Evgeni Golov evg...@debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description:
 sysdig - system-level exploration and troubleshooting tool
 sysdig-dkms - system-level exploration and troubleshooting tool - kernel source
Changes:
 sysdig (0.1.85-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 ad962776eed225c75bd9e4374fd174af81dc92db 2036 sysdig_0.1.85-1.dsc
 7dd088f11c4fa1d67aca564af29caf6f38fe9cfa 302969 sysdig_0.1.85.orig.tar.gz
 6a8ab5eb6bfe25b346fc23b9c7b0d04b120905b1 4168 sysdig_0.1.85-1.debian.tar.xz
 0266b5658a8984aa225056a3b3ab29ab903ceedc 170020 sysdig_0.1.85-1_amd64.deb
 e7d370f77cb3543beb4bfeb80b62fefa71c487e4 41726 sysdig-dkms_0.1.85-1_all.deb
Checksums-Sha256:
 85254977deb6b3f7de04bed0fc725ce8d0459bf4105cdc8072e8de0fabb67d75 2036 
sysdig_0.1.85-1.dsc
 d69360bcab163a83eaac2f6ed934e547c1d703773306ff91f4769b7267d81d66 302969 
sysdig_0.1.85.orig.tar.gz
 f197b6e79a377aadc72429eebc268d2f4e68d74d9c9b812208d64f0ddf5c005d 4168 
sysdig_0.1.85-1.debian.tar.xz
 c9d29af0ec202183e045ac8cb4df756818090d4a597b78dddebb550383ecbd34 170020 
sysdig_0.1.85-1_amd64.deb
 a3893345e346f562531530b7d63351270dd0b6c98f02424d2ae1cf5b620f542a 41726 
sysdig-dkms_0.1.85-1_all.deb
Files:
 a259bd3804e1a3215c358b83e31a2742 170020 admin optional 
sysdig_0.1.85-1_amd64.deb
 f96dfcf08ffb281f90a0b3c5df3a2568 41726 admin optional 
sysdig-dkms_0.1.85-1_all.deb
 6c04159d82ab96f7c3556cc29a18354e 2036 admin optional sysdig_0.1.85-1.dsc
 22828266895abd786304f87092143cd3 302969 admin optional 
sysdig_0.1.85.orig.tar.gz
 7121f68ff38cf26acedc470639dd3959 4168 admin optional 
sysdig_0.1.85-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTwk9yAAoJEKGwm0IzOWHobZYP/2PE3zrNDbQsJgh04Hu0rg7C
QSnnQeRzoBeJF6dN9oTDism2sGI5BIBohF09lz9/c/b/dBGCJbBvL2lYqf5dB+nw
tKl4Vfq6yKiZKbrXg1Lljpw6k9iCqZNri1oeq3/zVAwf5G3+ZucSOGrHTDYqJPEU
nWj5ECVJIMvRDspGnBDboEACuU/Dsvjaf42V1O4o+JPUoxaptK9SAVg4efTO1csf
r8/oe8gx7sDkoIS7NODL7T7fy8r9dh/50TjZLe8vsj6El/zEZbC1/9zA/PHOtyV6
R4LRgScOyheRaWUsT9O+WTDAkyNKlZnqovQMNpL+tPf/GGvVkBwwDwuEFkieFffw
v1gb9CviJiS7hFnvggpUz67ehUIa9c1bI3vontEyCDzFktS3D4ER3lF73TrMnQBT
/KoMNN131OXDUAgIHfnIKWtQnfi7Tc7M2dwLztkKwm5wykkTJ+MYIF808GjrLSd7
7YR6iY3NpP51RvVK/nstGM/evEVCiakRYlCCaxfx4Oe6hC2mdoUwNYy2GJDfzA3N
dxtMdlllnn3+FMFTvSgyXDGV9TuBHGy6baL6CAPK/VSBdBBfFX9E40UJHWzODQ+z
t7xNMjwNuYvUZ2AjuHUn1wU0UoSnzxzKwKxl0qaZmKRPtndoykla8Ob/7pmsZoFX
7QEi5yoAcOgGZ7cVFffC
=g0f/
-END PGP SIGNATURE-


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



Accepted twm 1:1.0.8-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 11:13:12 +0200
Source: twm
Binary: twm
Architecture: source amd64
Version: 1:1.0.8-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description:
 twm- Tab window manager
Closes: 736408
Changes:
 twm (1:1.0.8-1) unstable; urgency=medium
 .
   * New upstream release.
   * Fix Vcs-Browser control field (closes: #736408).  Thanks, Mateusz Łukasik!
   * Rewrite debian/rules using dh, bump compat to 9, drop xsfbs.
   * Update 01_debian_system_twmrc.diff.
   * Disable silent build rules.
Checksums-Sha1:
 e3083e84d5d1712b005600e318adb80ac0bda79c 1885 twm_1.0.8-1.dsc
 52d55ce2243becf73aba71f09a2feef02e89bde9 350033 twm_1.0.8.orig.tar.gz
 199e0278e9a8f24b8a5bdc6addc433631d923fd5 9562 twm_1.0.8-1.diff.gz
 8b3df4620ba956ab3d3d52b187e91c0ea2183f74 117214 twm_1.0.8-1_amd64.deb
Checksums-Sha256:
 b3e6a5ad9309e7b27c63c4a8856886694d2e881ed8a468d14e39e37016645180 1885 
twm_1.0.8-1.dsc
 786914bc9b9383021149e9c0374c5ed0502b238e1196c24500825dad1dd09033 350033 
twm_1.0.8.orig.tar.gz
 8fcce895f0a20f8591235a97a1cff1c9cb6c86054648687a858d8361f577df11 9562 
twm_1.0.8-1.diff.gz
 a38560742a22cec6e247d809ef8c6ad6b575bd1296cd1b07cdab1ce934e0cad9 117214 
twm_1.0.8-1_amd64.deb
Files:
 9c40d9ddf4e53f7f7de56b69cf15acc3 117214 x11 optional twm_1.0.8-1_amd64.deb
 30ec275d473090c1cc84f2eb2eb609d5 1885 x11 optional twm_1.0.8-1.dsc
 35f3d688c7247cdc872e1e68d53a7a5d 350033 x11 optional twm_1.0.8.orig.tar.gz
 5009179ae0273e85cbe8852836d014ab 9562 x11 optional twm_1.0.8-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwk4yAAoJEDEBgAUJBeQMnlAQAIBEYe5z//NNnW4NQxptPbtZ
VzCRDkzDlOTABOywzbVhi5JgduA2/VZW7K+CCxfEFcImD4pemj61ryTsmVkgid5A
fgw91SR0kY2vXJWW4hXu8gjUMMvviUPcGfJ8DWDSLezxhvR2sxNVfPqQa0Lq8INT
dLWQmcS1X/oBuTyJQhRy4M4nXm9/ln7VxiCQrM6c6pVD7V6BCUL0nE0/S0ZGjSVT
K3QL4alpvE6PZ6pgn7Gga45iykcvzmDWwYObs2hfCgmdfdKWD+jnp1m78+O6G5Pj
VpQNDpFrP51YtqZrn03DcysOxRtZYWcxsQIkeOTxWMiL110W7C3CdZfkYBacRa8K
eyH8XjzOTpszX+TIPQLY+r02L/IfgKNaM1XCzZrki1WDou2W0SVCF8/ONXBgZSBm
9YUBOQwx0PFMIs34nTj/Vqtw/2VQbxWYQavayw518QZjJF6sX/gnT8YcbHVqClwM
nqzvgGOxNFP93chMaSbD8crMjpdqWCTjXtnOmRTvydiz3cbpcmjF1dUyaCs71X6i
HIP0l+UoK0QoWQBL1PXeOaajvTohMAKI7WFr0+HO7dQAEBVM27R1l50Heor/o1vY
D6fffQoEXZ5IXBLGashnoRbNC0AIa3+zk3s3uwBQ2BcCIWcY+qsGQfOr2e6Eodsj
w13zk+IEh4gfFyjePP6r
=+kF9
-END PGP SIGNATURE-


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



Accepted xft 2.3.2-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 10:49:43 +0200
Source: xft
Binary: libxft2 libxft2-udeb libxft2-dbg libxft-dev
Architecture: source amd64
Version: 2.3.2-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description:
 libxft-dev - FreeType-based font drawing library for X (development files)
 libxft2- FreeType-based font drawing library for X
 libxft2-dbg - FreeType-based font drawing library for X (unstripped)
 libxft2-udeb - FreeType-based font drawing library for X (udeb)
Changes:
 xft (2.3.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Rewrite debian/rules using dh, bump compat level to 9, drop xsfbs.
Checksums-Sha1:
 6ab9094973a4a2c68863cba3de268439b9c843af 2115 xft_2.3.2-1.dsc
 0568a360a9f3ca97bdcdaf61535bf9d0bdae80db 402454 xft_2.3.2.orig.tar.gz
 ddbc37dd81fe4e53e00a5a3fb3ccbcd3b170bcfb 11645 xft_2.3.2-1.diff.gz
 2169322438175a643805e2e68014b9db8c1c3224 55442 libxft2_2.3.2-1_amd64.deb
 fa1f75ebd29ba7b8683e0c2c3268da12cd6302f2 34170 libxft2-udeb_2.3.2-1_amd64.udeb
 092e897a08b01eac215103ce5ae7e8bf82cb0c0c 209972 libxft2-dbg_2.3.2-1_amd64.deb
 e477ba3676c8599fd13113af9396ddb44e59f9e3 66570 libxft-dev_2.3.2-1_amd64.deb
Checksums-Sha256:
 69698a22404fae66b26bcc3cfe959cf0b42a0704ffdb0eec27a109fa0ce99714 2115 
xft_2.3.2-1.dsc
 26cdddcc70b187833cbe9dc54df1864ba4c03a7175b2ca9276de9f05dce74507 402454 
xft_2.3.2.orig.tar.gz
 e72df82575f6942a326c0bf414650b9be1fd6e8624e3746dc39286d5017b1333 11645 
xft_2.3.2-1.diff.gz
 38d6013c0b6305caf38932e6274108d81b2b2df0dd67f04987aa3f69c1e6677e 55442 
libxft2_2.3.2-1_amd64.deb
 ad82dfa03aec89422827484356664f0aaf7c12bd7dd8062e1a623a458525e2e1 34170 
libxft2-udeb_2.3.2-1_amd64.udeb
 ace8091fb08c3e4ffbb1fe1cc77ef9e1925fce6ca60f7b866eda2aa157f29806 209972 
libxft2-dbg_2.3.2-1_amd64.deb
 c811f5f4e941224852f44b5b284c383f8b1d4c6bfd1ce15b19331eeb9b54aace 66570 
libxft-dev_2.3.2-1_amd64.deb
Files:
 72fb4b888ef617cf74d4c3c5d207b198 55442 libs optional libxft2_2.3.2-1_amd64.deb
 b9e1e3ce2a84aff32b26deed2258ea57 34170 debian-installer optional 
libxft2-udeb_2.3.2-1_amd64.udeb
 3cfff25016cc1d35da9837988deaea06 209972 debug extra 
libxft2-dbg_2.3.2-1_amd64.deb
 6369d19b2cac7c623b49f9e3a219cd91 66570 libdevel optional 
libxft-dev_2.3.2-1_amd64.deb
 44e6a8c2c6491221993bf8c3e117d977 2115 devel optional xft_2.3.2-1.dsc
 3a2c1ce2641817dace55cd2bfe10b0f0 402454 devel optional xft_2.3.2.orig.tar.gz
 e65aebcd387c6bad9423a7d2e5b40c14 11645 devel optional xft_2.3.2-1.diff.gz
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwkjKAAoJEDEBgAUJBeQML6EP/R5JRqZY6mSLgHEVlcuuFiVz
iaXDdbxa2RVyKBOV2SlQUfO9/xPlq+tRq+Rsrfr0R+hGnXMVKJS/qwzwy7TLU395
zWau/Cqvnf4mE3PHKIuD7GpbN0u7geuHJ8KCxPq49molkJrILr709sy4RvWbkwXV
rlxshRs3Oik9uB/kKF9XnkST9MAAVuI1jtkSYYjfrB3Bfe6ggs3pgSZ8tW2N9XKf
dXUYw8m4XDItxotPh70dFUa+WpSFyjmbLcGD8gM1fvAKih8q4mS2Ebh5tVK+Ck2G
wOuLUozZb4KwzKe/Oyu9F4QVRspvTuHRa5YgWwJwkzW60BSw7hnwLzHl6A8y6G4j
TCBeLZtCwFOoYDBwevcbEgQu6DF5fxh4JJAonH7BzPgcMYher6mHbsEzuioEVb7H
smPLfN8bspW9d2/dYkPIHX/jbPgW3fdAHf1Q9EB4d3F47xkBBNug5nfnREbWikRc
hAQ5J0g7GH0lSujcMYqilBtKqCkVKGt8XFJufH3Gy/CMUdvTf0duhsV/dqpHwqLu
jNq0oAuHyeE1ShR7NWUr/s/FqN4gYoTFYiLcEKKcPRcNbGYJ/iQ//Q76gAuNitWi
E+45UbOsiX+Z5yxeUPvTWnj5ybniH1PXsCHJexGBSgEbEwxczz78ViQSTomyEs6+
nn/k6tTal+KyCVFoeqcX
=gUmU
-END PGP SIGNATURE-


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



Accepted sysdig 0.1.85-2 (source amd64 all)

2014-07-13 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 11:52:44 +0200
Source: sysdig
Binary: sysdig sysdig-dkms
Architecture: source amd64 all
Version: 0.1.85-2
Distribution: unstable
Urgency: medium
Maintainer: Evgeni Golov evg...@debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description:
 sysdig - system-level exploration and troubleshooting tool
 sysdig-dkms - system-level exploration and troubleshooting tool - kernel source
Changes:
 sysdig (0.1.85-2) unstable; urgency=medium
 .
   * Use dh_install --list-missing, thanks Felix Geyer
   * define /etc, so cmake does not try to install to /usr/etc...
   * properly install bash and zsh completions, thanks Felix Geyer
Checksums-Sha1:
 f4d3ed813451bea2f7c6298ba728d5c47bb961c3 2036 sysdig_0.1.85-2.dsc
 20e5f0252ba818aa03609b5d1577594ce720b862 4300 sysdig_0.1.85-2.debian.tar.xz
 50dd2d835a4cb925b46ee676690cbfc4900ffba8 173042 sysdig_0.1.85-2_amd64.deb
 d6a6863094428c1b7ba53a0d022dd25aa46ce5c0 41798 sysdig-dkms_0.1.85-2_all.deb
Checksums-Sha256:
 45123d9ed31f06d43dea7c8dd0061db2bc0a4dc5efa8bfbb9717d5628d517b98 2036 
sysdig_0.1.85-2.dsc
 6489ee378dc9493c1d3d34b606e69b8b7a8d3cee64d7039a6f88e1261abf948e 4300 
sysdig_0.1.85-2.debian.tar.xz
 62d951cc77d9b7025066c6d27570ddff581796d9b74605acab7d63306e9f991b 173042 
sysdig_0.1.85-2_amd64.deb
 6948f218779a551d1f99a4d2ced6080a3a7339cffb8eb1fc17fb4bd8ed037f2f 41798 
sysdig-dkms_0.1.85-2_all.deb
Files:
 198be9c4360dae35f877eda954ff2fe6 173042 admin optional 
sysdig_0.1.85-2_amd64.deb
 47d2fdf9f65f26ccdd7855da160ba4fb 41798 admin optional 
sysdig-dkms_0.1.85-2_all.deb
 1b433a66e3450df74c20421950027888 2036 admin optional sysdig_0.1.85-2.dsc
 e49c9be96a29a8bd2e33b8a1e51b4793 4300 admin optional 
sysdig_0.1.85-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTwlejAAoJEKGwm0IzOWHoYs8P/RI9wWDo9qq+U9EOswxYyg2j
9L3RfkT0NRdcsCTvfTZ4oq0zxy470XiO8uhstRdWcLsWjhLHtj1TQT6fccKQwKJ4
V2yMEb2x1nvgnj6ECXGCbx3EJSyGiqUm+cX8uf0672HhQ84mlb9jYqGLoTfCEMCf
bd3FaA7TpGEbeNPH9M7FHswidYXjtXV8M7MGhliK3PGDO6FvxCla0XdiAIh0P+Nd
HF9v8Bew7Vo78kbzm3ASngj2PhEPly1q6cBmZp9dnd25E/9izvpxKWvkeV+sC7vS
eDNHVLDWN1exkk9l08DzLu68xu7gqFNMR0R1o27pEsZXWsSxrcXH8yjn/VzYZQcD
AaKzp8fARuFIrj08TkpOFUjeAmgPO5h+A7ATAkGDypDvlLDwi2VNOVHIC+7WJuxK
utoFLlzJ22MlBwhwW4tbYs6gVPtTTZtHbXGYwhrcM/8GcD9GxY746ygaxlxJP0wg
u4XhD9aT/+LYXH4Jjdh+H3Zq8i+t890nouQGflK3tN6Sl92kDbE2ehIRKY0SItJ/
94kreoQPV4eNxoSu3JTPVPP4dkiaN+XDHnLmF4SZ1Dm2m6KZbd2H13P25FHur78r
qGqKNU6N8m3H0Fvt6Y2XAgzcFtl49Gl9tNZ/Z1gulGRFRBX3izv/AlElh+RPGg4P
PBM0pxLDUbg8d8Qj+IV0
=C/WS
-END PGP SIGNATURE-


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



Accepted xcursor-themes 1.0.4-1 (source all)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 11:45:44 +0200
Source: xcursor-themes
Binary: xcursor-themes
Architecture: source all
Version: 1.0.4-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description:
 xcursor-themes - Base X cursor themes
Changes:
 xcursor-themes (1.0.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * Add Vcs-{Git,Browser} control fields.
   * Remove David and Cyril from Uploaders.
   * Rewrite debian/rules using dh, bump compat level to 9, drop xsfbs.
Checksums-Sha1:
 9e6343f2169acdcba3e0e5c4c440523784ac3a45 1946 xcursor-themes_1.0.4-1.dsc
 3e6c58b686a75b8171a20f52c883b7f7f2c799b7 2549600 
xcursor-themes_1.0.4.orig.tar.gz
 0b3d581a2cb8802af7e73bc5d702b535e32b8a9c 5575 xcursor-themes_1.0.4-1.diff.gz
 2bbe0a9a2fd5dde71f9315413b6082260e8912bf 323566 xcursor-themes_1.0.4-1_all.deb
Checksums-Sha256:
 8d220df1b3398aa71950eaf730d3db9b7ab816bee465646ec0f14b96776d2f53 1946 
xcursor-themes_1.0.4-1.dsc
 8ed23bab13a4010fe4e95b37eefb634e31ac7cb8240b8b3b7d919c3a2db09503 2549600 
xcursor-themes_1.0.4.orig.tar.gz
 0f6f17ebb096be1afe6b7aa3441f44774132ea9c0a0eb8d3d8e40fec7fa83a28 5575 
xcursor-themes_1.0.4-1.diff.gz
 29763624f523aa92c6f9057e99eca63b9dcedd6293b28522d18a234a8e25c1c3 323566 
xcursor-themes_1.0.4-1_all.deb
Files:
 353004c6a665cf82aabe1493bdff0a20 323566 x11 optional 
xcursor-themes_1.0.4-1_all.deb
 f4b0f90240c986b4e4763e6b56e337e5 1946 x11 optional xcursor-themes_1.0.4-1.dsc
 c82628f35e9950ba225050ad5803b92a 2549600 x11 optional 
xcursor-themes_1.0.4.orig.tar.gz
 4a2c5452a5b061952fed4a92a6cac242 5575 x11 optional 
xcursor-themes_1.0.4-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwlZwAAoJEDEBgAUJBeQMME8P/A+vuoeyom3Z1+vU8UCJQyj7
3KO4p6+9KeFH+sQxILiQTXuQfS6Fa6QxNC+MCU3kMBq5binM/r/ELhu++tv2L9tB
BU4EaXvamMhycP2l9Sv34KqLdRcflJ/+sE4Znk/+nZ2GSSDECFyYkLOHL7mGEIgY
PbZNC1odrIXYq7raRhOcIxPLVV/YasGQvxF6nL2Tt9xOcGiuNHSoraC/MIy7LOk+
cHowW3c110TDnRCJJa/tmY0NChC12KO7OYEJ0El7s+YFOFSoQGSml9d8hyu5l4HS
ruZXFgH9CwPXaIG5Md/B0W5ZdO2phUnKrsU07CAq6bJ/FAqfZzw4dtv4sNCrhJ8L
xeQlX/xc8MmNyw3loDAgknOOkr/lhSiFdQ/6gPVNSphVX0vYfxko1HalUGa5sv4P
+JWE8cU+pY0hbSGYZtA3jceo5ANKEiOEddH8/0fv+ZcJJ2Kk6zXk/Lgp568WVmUZ
6IMgKVic+sKq5ZmtjHuOytSkWbGZjEKldeEwsnNj8KEwNXbKB0lWUyhxcs/qtOF9
jJ3B03TzWXNsMvCkL2JbSYEqfrIpv1s1OzC/BvK+rNgAegzmBh4L8fVjtM9j5495
BUWcB6Pkk1J5jPQr1AQ2BmXuktVckVkUYA6GuQ0boqXb6Zsdx7HkpGtwc9LAZ2Lc
6vsdd277O63NHIbba7u5
=Gt8h
-END PGP SIGNATURE-


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



Accepted zonecheck 3.0.5-3 (source all)

2014-07-13 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 12:11:31 +0200
Source: zonecheck
Binary: zonecheck zonecheck-cgi
Architecture: source all
Version: 3.0.5-3
Distribution: unstable
Urgency: medium
Maintainer: Sebastien Delafond s...@debian.org
Changed-By: Sebastien Delafond s...@debian.org
Description:
 zonecheck  - DNS configuration checker
 zonecheck-cgi - DNS configuration checker (web interface)
Closes: 741560 741562
Changes:
 zonecheck (3.0.5-3) unstable; urgency=medium
 .
   * Make the HTML doc a bit more friendly (Closes: #741560)
   * Provide an Apache config snippet for zonecheck-cgi (Closes: #741562)
Checksums-Sha1:
 605dbd114cba4f0b93b935c44885648fec432dd6 1280 zonecheck_3.0.5-3.dsc
 0fbace15119d507f8bb4b91e808834f9cb2b7e3e 11888 zonecheck_3.0.5-3.debian.tar.xz
 6beb4db15f1464fd8da9a7a5bfadc0ea81a77abf 166956 zonecheck_3.0.5-3_all.deb
 50a0f986c82aab5b211f756b0bfdbc95d3ec4223 35428 zonecheck-cgi_3.0.5-3_all.deb
Checksums-Sha256:
 9d197dc9bda46a9a7757350a8a3d0f884cbe5d11c10ff43da140158a37f08a92 1280 
zonecheck_3.0.5-3.dsc
 b0b6ef9d4f06ac7b0aa66113a3334a3b624ec5662f6e0e6bbfb32cfa4db1f301 11888 
zonecheck_3.0.5-3.debian.tar.xz
 1c10b1fe16ead22cb3592c48a3d1436e5986d9a919ca877b08c13c53ecc6eec5 166956 
zonecheck_3.0.5-3_all.deb
 7c9564e9f70c605b01080ac0c1c3e358a4b01b4efb91c6ada1fb3db386f62859 35428 
zonecheck-cgi_3.0.5-3_all.deb
Files:
 a9464881ca72c51778075428b91fc763 166956 net optional zonecheck_3.0.5-3_all.deb
 16cb868ec48918856a0cc2a41bdb3a00 35428 net optional 
zonecheck-cgi_3.0.5-3_all.deb
 102d0d73ceb57ce310cb1376c37f2285 1280 net optional zonecheck_3.0.5-3.dsc
 a0e2b1e143662027a4715898ddb0fa79 11888 net optional 
zonecheck_3.0.5-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCW5gACgkQiZgNKcDdyD88+QCfVj8/M3QoqWFhjHK5hPMT7gek
Z2IAn2l9g09AnmoAunaAqXL0uKqmbgjd
=/jCB
-END PGP SIGNATURE-


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



Accepted libxpm 1:3.5.11-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 12:24:10 +0200
Source: libxpm
Binary: libxpm4 libxpm4-dbg libxpm-dev xpmutils
Architecture: source amd64
Version: 1:3.5.11-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description:
 libxpm-dev - X11 pixmap library (development headers)
 libxpm4- X11 pixmap library
 libxpm4-dbg - X11 pixmap library (debug package)
 xpmutils   - X11 pixmap utilities
Changes:
 libxpm (1:3.5.11-1) unstable; urgency=medium
 .
   * New upstream release.
   * Rewrite debian/rules using dh, bump compat to 9, drop xsfbs.
   * Remove Cyril from Uploaders.
   * Bump x11proto-core-dev build-dep per configure.ac.
   * Disable silent build rules.
   * Override gzip-file-is-not-multi-arch-same-safe for xpm.PS.gz.
Checksums-Sha1:
 6338c2f1d0c37d928c1d1f10ee3a8b78a6e283bd 2110 libxpm_3.5.11-1.dsc
 22b17df8462a1495c5afe5c69280d8d0a6ca013e 527020 libxpm_3.5.11.orig.tar.gz
 e92f82d73e87a192820a9cbfc64896fa0577e793 15272 libxpm_3.5.11-1.diff.gz
 941c6964076fc84a614012ab79cbdda647222df5 47336 libxpm4_3.5.11-1_amd64.deb
 3c3317e09336b834aa77a45717ea200d3c228232 83878 libxpm4-dbg_3.5.11-1_amd64.deb
 99b3157b41d23f68dd155ee202e5e374eb0df888 102186 libxpm-dev_3.5.11-1_amd64.deb
 8b624df2d630b3c1e611e5b19a79bf81130e2b4f 36738 xpmutils_3.5.11-1_amd64.deb
Checksums-Sha256:
 0a11be8c795d991b916bfcbc7b187d1e345048130392946a6995dfc1fd258dea 2110 
libxpm_3.5.11-1.dsc
 53ddf924441b7ed2de994d4934358c13d9abf4828b1b16e1255ade5032b31df7 527020 
libxpm_3.5.11.orig.tar.gz
 651f287bb39fde1192aec1ecdfc8963119cd8ee6a2b6c4f044a4ffe59df5d371 15272 
libxpm_3.5.11-1.diff.gz
 3419b1732845b8eae4f85721935a722da40d0d51b9ce77c0c5c38e4fc64b4d51 47336 
libxpm4_3.5.11-1_amd64.deb
 657b3ce8fdb6736eaca2927572999febd799b7bfc2074b44720c929498e5ecfb 83878 
libxpm4-dbg_3.5.11-1_amd64.deb
 e320d42e2795ad8698393c8819e7ccad218b797fac740e15213aab7d4bd6a5ba 102186 
libxpm-dev_3.5.11-1_amd64.deb
 9c6b7f1562b64dbe3def9ae18f682ae8c59d8c4777a4546213dbd29c51e177c7 36738 
xpmutils_3.5.11-1_amd64.deb
Files:
 9556612420295ad644d30b44c69c4cfd 47336 libs optional libxpm4_3.5.11-1_amd64.deb
 f751bc6c85cb2b27ca2c95165e1ae1ee 83878 debug extra 
libxpm4-dbg_3.5.11-1_amd64.deb
 90c39b0dbfb7ce85a7d019aa7685c0a1 102186 libdevel optional 
libxpm-dev_3.5.11-1_amd64.deb
 7327408469e7c0391a13472140036a46 36738 x11 optional xpmutils_3.5.11-1_amd64.deb
 42596d68a3119215f9f8ea763f15a91a 2110 x11 optional libxpm_3.5.11-1.dsc
 7c67c878ee048206b070bc0b24154f04 527020 x11 optional libxpm_3.5.11.orig.tar.gz
 0de0093e0b07eb08459d29a328c45a46 15272 x11 optional libxpm_3.5.11-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwl8VAAoJEDEBgAUJBeQMRCUP/3FS5gzIn4HrZHhPUphCFEFL
XOD3WcTZCarRB9gvaTOOeo4cs3AL4gHJrTO9PYpISSCvSIacGFggm6qrclZ61J4C
LUWyYZosJIZIMQuN//Y/HS2LW9ICi54i1VNWQq8o5f0ciAi2itun4Bd3NrVHuarQ
YV3uUjN9cyoRVhoQu4xNs6V/oF9nKTXWBhde/o6lLvZrLKtjfmZDon7rvD7KuQh4
WJtSUMXgPdVtVf7IAEUXdg3famk6rlzoRefHVFmG863+iKyNIRztcKdtOFbBSeQA
+E0Onho520dRv+G4yMLtmw1VuoBXo6FbiB9s6/+tFZNoLL1QbTYQR54gz6Ds4DbS
q5TyiZUmLB+EAZPWxFBGKpwJGmjaDtsyOZdtvGNMRhf7+JuRMbBESX/0dnfg7StY
+n4aXVbSakln4W15/wf7wKPK6TKr3i93vRSGQYaCc4iqlFm0SATl8F3L7QzbdVB0
Ckc3/keghlgYvMB2m775JBVnzTDNJLBKkiO8qaJWhhk6UVOEOJjpEG+zj590knZl
IUyjlCGP6q3Qkq3YZNVAAkDb/qFUrKqCKZ15SAWGqFZn+3k6xHyahwqHjReb2Xs0
ydpwpRRk7AZAKPQ4owd/vGhcV+QjYB8HyWi7v4GkXJljK+j7nVDHErHGpbnQVqsT
rgSPaO2ezx4AX0RFu1VR
=Q+Ce
-END PGP SIGNATURE-


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



Accepted bioperl 1.6.924-1 (source all)

2014-07-13 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 19:16:01 +0900
Source: bioperl
Binary: bioperl libbio-perl-perl
Architecture: source all
Version: 1.6.924-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description:
 bioperl- Perl tools for computational molecular biology
 libbio-perl-perl - BioPerl core perl modules
Changes:
 bioperl (1.6.924-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 1ffe5cf8d169ee71d97e7e00662af4d1925f4bf1 3018 bioperl_1.6.924-1.dsc
 74986dad54192a1e53b1da6b632877a782763140 12623118 bioperl_1.6.924.orig.tar.gz
 4749656e770ee74068bbad8bbe8ff3a47b87d8b4 11332 bioperl_1.6.924-1.debian.tar.xz
 d598b0f8e6090eec86e6993940dd8bbf94369e89 419326 bioperl_1.6.924-1_all.deb
 2fc5d90971f2186eaa6ee3115c931e179323f4f2 4763250 
libbio-perl-perl_1.6.924-1_all.deb
Checksums-Sha256:
 a12df41fbefce4e44fab00506ea7da0c477ea2d7e53799566f93988fd35b7e52 3018 
bioperl_1.6.924-1.dsc
 616a7546bb3c58504de27304a0f6cb904e18b6bbcdb6a4ec8454f2bd37bb76d0 12623118 
bioperl_1.6.924.orig.tar.gz
 2f709c5e490780b2322c5466ffbea0160d2229bffb613b42d2bbbdad3e67 11332 
bioperl_1.6.924-1.debian.tar.xz
 a150dafa614b87ed44b6e9aad7e871eb04725ec6468ce491f3c04a282cb82ebc 419326 
bioperl_1.6.924-1_all.deb
 2085ae76a623943028f6c1a4af0695a982a785eeecc219c2f872c0a4acc6d446 4763250 
libbio-perl-perl_1.6.924-1_all.deb
Files:
 7f56a31a6fd8c486abcdd0ddbb15ff97 419326 science optional 
bioperl_1.6.924-1_all.deb
 292e777efc0866e2102b79d224ab1713 4763250 perl optional 
libbio-perl-perl_1.6.924-1_all.deb
 4b834c940277c36a152ac456804d9379 3018 science optional bioperl_1.6.924-1.dsc
 3090437478919f2a1bd1bcb3d6df5839 12623118 science optional 
bioperl_1.6.924.orig.tar.gz
 7e4f9e4cee6d4cf79fa208026d3d66ef 11332 science optional 
bioperl_1.6.924-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTwmA6AAoJEMW9bI8ildUCgmoP/1zaOZ02Y8UCSQzCaW+7LtDd
LjBlOdLMKvIK4gg//KawtFLWRR3xDlg7fbeRE3DnceYWsB2V6TOHc5xTKTu9gpg+
TeD8CHjTeQjL5nrqw/fW7s+x3dK9gIgQMgJaY9FWwG9sfVz4zo5mur9MQPRAz9lF
rjDN4zaiSWGm1Ytm8mrfVpcIB1qOmZzaMtOxPOoO8CmF3G9t9HA3NAB/qPv8y2RV
HhSwMz8PNNVI1xJe71NaVDf69vEFPBW/jPeseMH/0ydLoMTxof2Qf8KqovdWmwXb
V4mk9fSwkr+a8pv45UVd9HaoFxvZsvL5KnA+/jVEnwv85Y4Dcj1JFN3nDWnTMdBH
eXRFNWwXfPgXiQpKXej8Ht0UHfbzUrI8hO3fFfe/toneU7ToqfFTV3GesYp1eyOO
Tf//qSMPoiuuFXPHCDhCsKTaoI+v8LjqGYf4VnR+NVCK4T28yF1rGYG2lhu2Skc9
YHjxuS/TcuC+ExEQyD7zyb6bpICNb/kjHTqP48D9U33Vo3Q1Sk56dPVm6FJdw23R
PfCpk6D90xfcmfD3od1T2/aqv8I9gKjGdh6tYTwR1YOiCQ+mgwpm4iXtcbhWNvvB
IE3z66KC8ICMyQaeGCI1X9VnrzT/IbX7eLPb5mSYEcaFTyjuGlaaaBI1eWYnMjx0
UBQWSnHBLMVTLLWx7VgO
=P8Bj
-END PGP SIGNATURE-


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



Accepted mercurial 3.0.2-1 (source all amd64)

2014-07-13 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 13:12:26 +0200
Source: mercurial
Binary: mercurial-common mercurial
Architecture: source all amd64
Version: 3.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Javi Merino vi...@debian.org
Description:
 mercurial  - easy-to-use, scalable distributed version control system
 mercurial-common - easy-to-use, scalable distributed version control system 
(common
Changes:
 mercurial (3.0.2-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 be82a5fb8a2cbeee3a82b49c319a7b8cd8db4c2f 2245 mercurial_3.0.2-1.dsc
 5c6f28db8e483d8d948de5d4c5790b2462dfee1b 3907502 mercurial_3.0.2.orig.tar.gz
 89fad9f56030874332faf06611642633e1f35008 43480 mercurial_3.0.2-1.debian.tar.xz
 45b1b079e5508a6da271af279fa0b41dc072c676 1575504 
mercurial-common_3.0.2-1_all.deb
 d58820fcede5a004367284d0a3846debd1f398c7 5 mercurial_3.0.2-1_amd64.deb
Checksums-Sha256:
 05801c4a9b4f79c0d5b6a91a9c7186e522c48ccd268f87965b11b596d9cfd334 2245 
mercurial_3.0.2-1.dsc
 ed387cc0e9754ec59bd4a390639b5a4ea11698ae4413243f8b4a2d6d48b3b7d6 3907502 
mercurial_3.0.2.orig.tar.gz
 7ceb492440cfb65f143ee92634ff204c83b8d0a84a9de00a4ef78c5f3276575d 43480 
mercurial_3.0.2-1.debian.tar.xz
 b61091c3da150b516118be76d45e76878fc0d7928ff58a3c71f557ad9c626484 1575504 
mercurial-common_3.0.2-1_all.deb
 950a7fb66da28b85a84f0a1682775aeda43861de809befcff4efd2d6a6461d2d 5 
mercurial_3.0.2-1_amd64.deb
Files:
 c6d1db144185f943bad2563e8d9297f0 1575504 vcs optional 
mercurial-common_3.0.2-1_all.deb
 82c2b466ea5ad7a0a3277322e7e6f589 5 vcs optional mercurial_3.0.2-1_amd64.deb
 e515e1cb95ba187c270dc1db7f084183 2245 vcs optional mercurial_3.0.2-1.dsc
 c5be4265745a8140fec777a4dfc40e0e 3907502 vcs optional 
mercurial_3.0.2.orig.tar.gz
 746e56b6b48f1f06f6ee5af3998037b5 43480 vcs optional 
mercurial_3.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTwmzyAAoJEAe0hFJ2jTgk71cQAIpfA8kzjO5/vyCOfpLP19m4
eHeIs0GJLloEyfRY1FuCg716bB/xvJKlYlbduaHk641uW5X/JcPE44A94q1v+CvF
25OV9YEYwe1D00lgj6RywV7H0Xl8gUoMsIRZiVU2op/6qq5XFQKzcJVyKh1EPVSc
lfk8rMcJCbLfQTSOapg6c0k6Gxqld/2SmJTNKs/ycIl9e+3gCoBNn1t2PH4tpVEl
JzlpoYwGEeubxdHHhZVMF6o9JfnO0Gv+Qg2Z1hZOHnWeCZX17GB0Zrt+eD0WUnTR
MpoDisi1FM0EwfmH+VLACeyQ1tJDtVjCqkmeKcBzoGuzWJX7kdRHMngUiH/Pai9e
Sz60kM8gSQ2J0qdP79tIGPMr5bSpBZf6JMXOfHvVsLRYp/rQvagU/I76SQMQpU1q
QCcAORQbtbP8ZV4vKEo0BdotF1XF+FxuRGPgiD/5DKJlaia7k5JUxuQdAnBTKwLf
zh0S4vPZvPebUp001XKFXUq/xRYXFqNZGJ4YHM/8xm+Yb9wikhYXQSW+cxXQhnJD
fT9BHI6FXzzrL39ToCPKItDfuzRTlqibbC5lnBMK1qLiFwkahRZYNG4Mo9rnjmw/
mK34oVV5ENEsWrNxppD3zE40mspe34Dj3DefUce2E+ybGCB7CkdtW+cnI9znll3z
cjwp2ZdeUbRr0jhd6FMS
=I6Ca
-END PGP SIGNATURE-


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



Accepted r-cran-formula 1.1-2-1 (source all)

2014-07-13 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 06:41:59 -0500
Source: r-cran-formula
Binary: r-cran-formula
Architecture: source all
Version: 1.1-2-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description:
 r-cran-formula - GNU R package for extended model formulas
Changes:
 r-cran-formula (1.1-2-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:
 d4e11c932c9f410f8e57024ea674e79a0ba24941 1062 r-cran-formula_1.1-2-1.dsc
 6e0f1a3fc4768f4e9743d77e9623a9bb7ecea74e 148456 
r-cran-formula_1.1-2.orig.tar.gz
 8ee9f30ac5a450b53ba0924b7432e88bf085130c 1416 r-cran-formula_1.1-2-1.diff.gz
 27698c96c02aec04d2605339b85cb162bdb5d10b 159296 r-cran-formula_1.1-2-1_all.deb
Checksums-Sha256:
 8f1339ae0baf94ecb67686f8fd5329ff3752e83517cd53e4ef5b2fdd0b9165dc 1062 
r-cran-formula_1.1-2-1.dsc
 20a812a8620f610e5242402f6b3437287b26e3e4fb30e9b22d27884e7c65b2ab 148456 
r-cran-formula_1.1-2.orig.tar.gz
 fd5e2890b8a3c53ebf8cbfc51f4e136468909ca738d574de87d22d0a192146b1 1416 
r-cran-formula_1.1-2-1.diff.gz
 15324c0aed946be9348215d8dff2e682021b7b90e1d4a87496e059eaa4b4a1dc 159296 
r-cran-formula_1.1-2-1_all.deb
Files:
 91ae947e368ffc47ece2663f65fc7c5e 159296 gnu-r optional 
r-cran-formula_1.1-2-1_all.deb
 eca98aaa2f501b706ee0d4d837feb145 1062 gnu-r optional r-cran-formula_1.1-2-1.dsc
 b12803be17b44c11c78424587a97f378 148456 gnu-r optional 
r-cran-formula_1.1-2.orig.tar.gz
 65a198df2ea9e3b5c17005c7a11a4e8b 1416 gnu-r optional 
r-cran-formula_1.1-2-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFTwnDiCZSR95Gw07cRAjuBAJ4i2uIY4wS1+8HoAhfWegx/xPNCpwCeOp9m
2Sn9vV0kfsXzBIIiTXT0cWg=
=3YBU
-END PGP SIGNATURE-


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



Accepted mafft 7.158-1 (source amd64)

2014-07-13 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 20:26:22 +0900
Source: mafft
Binary: mafft
Architecture: source amd64
Version: 7.158-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description:
 mafft  - Multiple alignment program for amino acid or nucleotide sequences
Changes:
 mafft (7.158-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 dad5756c248bb7748a234e59667d138326bead5a 1974 mafft_7.158-1.dsc
 096d198a6ab40218b79e7d55643f5a25743f0cca 379955 mafft_7.158.orig.tar.gz
 10d8f87882eb9348889a9d92e7cb34f4583164bc 5884 mafft_7.158-1.debian.tar.xz
 381a6d84dacc0ed3f5fe1bd52434cec6f706a892 765758 mafft_7.158-1_amd64.deb
Checksums-Sha256:
 b421ef774e05d7223642b0cfca00aa09e74ebb2978acf143f87202f4c246b5f3 1974 
mafft_7.158-1.dsc
 7b8f6de7da5b76a3cd28bf6b90e0f2705d8082e03e45bf5eecb0875806228737 379955 
mafft_7.158.orig.tar.gz
 6d3939b1f656291e5447cbdb0ea6c7d0e19e900315e9f10c4d7cdba5426abe82 5884 
mafft_7.158-1.debian.tar.xz
 f6127825fc889c6fec1bd53294a2d01482c0680b8286c4321f52550e3035b100 765758 
mafft_7.158-1_amd64.deb
Files:
 5df7b12c989541d4a14c5a2bb7319ad9 765758 science optional 
mafft_7.158-1_amd64.deb
 1b7a6546b6794305c2fe19ccf1227eed 1974 science optional mafft_7.158-1.dsc
 032f37de879a927c12c09fc5c02b34f4 379955 science optional 
mafft_7.158.orig.tar.gz
 ab0fe4b204b36a04b39f5a93f044f970 5884 science optional 
mafft_7.158-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTwnZ8AAoJEMW9bI8ildUChBUP/RO8OF4kwUd77XMLfpW8YTQ9
ZCFs49Lj7Wk40JhiztxgVM3qCoj93jxkdtQ7mw+U16OFsZO/onSrRPrDCI3u/Yal
wXeZXj2t8rIHL9ctInrVHpXW6dxuYDA5tGxogpk8+BSR1dfa9nsoOG7IHdAaDfEn
TUOkk13Bt+waIWvpuGymd/JvVatsq/0G4kwSAu8vecqACeqjcW18ixZb9whxXdj3
8fAdbX2O38/YctOWti6WeH9pjfvGwAgMo0Lz/kkBoLWmUV9rxHRAR1vk4A7c+c+n
6SyEMbc3QM8gnPttsSnJSgZ8WbFCfvndHV7Tl7y1r1mq6YFRi3Qk0J95t7fhCIze
puCsAPaIs/jHZioy0Of4MYSOVNLhEYwLnlgwmTBbj41GcxwCcQJJFYeOH5prkkR3
DmYKr6Z1+QreQE1r/0sCZlnkWu1KsLgCWLzU4QexweZ68J7gfYZQGYfJl2QZ9fnm
thcu8I0Y9fPFiW1Rw+0HYZWOk2RRyL3kikSk+PVsf/v+Tk7YKwXmUSOAi2t27Njc
/fHVIC8eqJyg9dIcSujSyE2hnwTk0uwJJoXLswsydxrDp7G6eQLui9jMU9u+q2ly
exsvHCfUpQyp+ZeMWhqaAAyLMQ+XD0KWeukSZsZmu2dQJxZ2vwdER5CY74LxHEla
mw9r53slG1wmNmK3Gj3q
=/23w
-END PGP SIGNATURE-


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



Accepted procps 1:3.3.9-7 (source amd64)

2014-07-13 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 22:47:30 +1000
Source: procps
Binary: procps libprocps3 libprocps3-dev
Architecture: source amd64
Version: 1:3.3.9-7
Distribution: unstable
Urgency: medium
Maintainer: Craig Small csm...@debian.org
Changed-By: Craig Small csm...@debian.org
Description:
 libprocps3 - library for accessing process information from /proc
 libprocps3-dev - library for accessing process information from /proc
 procps - /proc file system utilities
Closes: 725743 754620
Changes:
 procps (1:3.3.9-7) unstable; urgency=medium
 .
   * Fix testsuite kill Closes: #754620, #725743
Checksums-Sha1:
 29912f61603786e2596427fd8841980902eb318c 2052 procps_3.3.9-7.dsc
 dc55697df409261a08047a98305f17f80ec5229c 34648 procps_3.3.9-7.debian.tar.xz
 d2fb97fd2325303cc052377bc4cf4a0c40ca29b9 234932 procps_3.3.9-7_amd64.deb
 f43e84bbaa27b2cb542cb48b2fd7db7afa6ede8b 55890 libprocps3_3.3.9-7_amd64.deb
 c82262991c947296534fdf0f78c7d49f9e804abe 67388 libprocps3-dev_3.3.9-7_amd64.deb
Checksums-Sha256:
 9fe79e373ecdc0bfd211707a828815946bf1f3d6031a447711d01fddd187c2bd 2052 
procps_3.3.9-7.dsc
 52e6e8f66d5f66ec584c0d82c4314e1190dcebbca566be58f43911b60f6a464e 34648 
procps_3.3.9-7.debian.tar.xz
 a8b4bb752b4502ebbe36116741e3853c9abe19b8fe5daa26936b6830bc251cd5 234932 
procps_3.3.9-7_amd64.deb
 35af5309d19f7089bc23b52a5e179a6e6929bb83b38da19a135c16b878224c1d 55890 
libprocps3_3.3.9-7_amd64.deb
 3125cefed1425c2f55a6e5c13896bb8b701f68aa6273960ac72dadf98da6a73e 67388 
libprocps3-dev_3.3.9-7_amd64.deb
Files:
 7d3657a2057a370808c0d23a445cfe21 234932 admin important 
procps_3.3.9-7_amd64.deb
 b256613a7f4da365d860cb19a5d1bea4 55890 libs important 
libprocps3_3.3.9-7_amd64.deb
 1613e8533fb9850250433be421fbd97d 67388 libdevel optional 
libprocps3-dev_3.3.9-7_amd64.deb
 490e134a26cf3786588e93a1344d0166 2052 admin important procps_3.3.9-7.dsc
 f204db5dfde8367791901b916b496baa 34648 admin important 
procps_3.3.9-7.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTwoCNAAoJEDk4+WvfUP6lMaUP/0t0eE86bxFVUq1cQkwt8F4/
A2nrNavp8H9AQ/sgtTEzOP9vy6wNLvnnsH5iTv+SA/e1PTs/yPRO5ITkiG6QG/Ts
0D9iwI8LIeIRu5nUly9CS0ND/PEG+hsFclPNNvymbasa2M74VpqdCZH1WSh4Uozy
bs+pwfWFsefS+KLqKVR95cmzHaIat7BpESu6I7phHrTw42RvIg2Vn2HrZH/TEcue
d8rAQVniyv7OT+XMYSk8sMVD0TYHJQ4+vTkC15PQlXD06wJ8zlGNvkcouclo0qVP
7wdSPy/FaM9bkowyPosxrE0UUcuNeK+Ybw831M/ihY7TrMrmicEXMFvm05ccq2jl
uJBDsKkY5zvu8N6dt0nR5txp3iHZuMj+5oo6mWA+Km9N75FTAnFZfQOUa75TIolU
qJGEguOXZ4w7bXk4VN/xAKGLogM4Ec3fZLKxXN4xp2SoJXYgHeF6HS846lKfzjDX
MrB5IHirqagjwiaoQI7BHf5I0/zZ7jVSA2Axzhza/Jx+d4J1dZngWAtwubON6NaW
fSci89dOhG20d0p9XSxEVqoaPFFIZl84jhn4VdJadD13vta/fzzAYZuj8+C11qO5
9+YJqtM3s4XQTVU655R11UAQo3NKv11b+dZl0XD/u9fPcLhtL8D88g2WDkGVG1mr
R8XmC+pNUIk/HNWfcRtt
=Uibg
-END PGP SIGNATURE-


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



Accepted node-extend 1.3.0-1 (source all)

2014-07-13 Thread Leo Iannacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Jul 2014 19:51:37 +0200
Source: node-extend
Binary: node-extend
Architecture: source all
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Leo Iannacone l...@ubuntu.com
Description:
 node-extend - port of jQuery.extend for Node.js
Changes:
 node-extend (1.3.0-1) unstable; urgency=medium
 .
   * New release upstream.
   * Add support to autopkgtest.
Checksums-Sha1:
 a1f4076b74ca0b9c693ff47408b31a8abf0bb605 1990 node-extend_1.3.0-1.dsc
 e91b8f65e8e9e6da359edf4818f553c4d243e820 5421 node-extend_1.3.0.orig.tar.gz
 1c11f27321859f924326e17b67712f09ff4265d2 2125 node-extend_1.3.0-1.debian.tar.gz
 80d9c54ea954f3502b606c475446495fe3595076 4376 node-extend_1.3.0-1_all.deb
Checksums-Sha256:
 31d40e074ff13d30142693be018b546f95283d48b1a2e94c881b4a7c852dfe7e 1990 
node-extend_1.3.0-1.dsc
 e2e4b61afcd7991b53fcc7993ec7ede1984a89e62ba106bfc8e768106b0cec28 5421 
node-extend_1.3.0.orig.tar.gz
 b79549b99e32b42505d8b55f3cf325d9d98c6835ee7e6c1dce730a44a2b02f29 2125 
node-extend_1.3.0-1.debian.tar.gz
 54ae6a3c787ccbaa32ceb1fa1c658f09a8bbf465a34569d7bcfe32acfa5d4ba4 4376 
node-extend_1.3.0-1_all.deb
Files:
 5c3f83c42efff02855a047b89a9b0dd4 4376 web extra node-extend_1.3.0-1_all.deb
 7730dd84a6c62be062b811cf809a9717 1990 web extra node-extend_1.3.0-1.dsc
 2e3099f98d7c599ea176420c51d6d3c2 5421 web extra node-extend_1.3.0.orig.tar.gz
 3d9a988c673d3846d6225cf8ea88d829 2125 web extra 
node-extend_1.3.0-1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTwoTAAAoJEDMrlP7SgvwlrM0P/Ayml9Jgq4+FkUZ54mBFsUZY
3LN9uT2+KxTy3e4447mYJ40ocJ9YjczC1Y/MpSmOrZ64vPFDM4gVRL+ye1cKcozq
sFRjCU3jhcX7CHujhMmWBc/drOph3o5vsPFUNKMDso2vR0DjTF+KDoZqebBw8RlE
slY1rpiTH1rTJPkpRc1weChQatJLUiRUr/L7eYzpGYwJzW++Sgkqb0SqPN8hlmnA
pEOnJn2HYo8gu3me4gm0wagaNsymdOAQ6Pg+qV7wsX8z1ESZwkHO2AINcKslyTx0
5Mw7zngdOJo5Ccmo3tkoNHuvJidYDZvL1MGOJ+nfmNb1Len9WSzn77dOOxHIwZ92
l9lI0lda87U3SR96mv8Ug6NqwThhE66oS7M94xhqMsbfyfmEu+iCXlZBNLyJa4yX
KCLf+TvKkt9vhWKF/WjB34tP+GkWqt3hVKJbgSvxQT6E+5y46aTUEt9eyNdLZyKi
9pXpaq4yHY++UMBQbNqtCPadT3l4d55rwh+VsGyGSdWyYGprQGDMeBSTkZo4gbnj
JNZXMBWtyUep/9y1f2KuSPobh+sj5C3UcAo2AKUyBxijg8zrx3xNF7MiplJy7ii9
3cwmEPN0L3KI2xOfF5BeeMf3D3mSonJr8lS3ZmI/lFT7b4Xp30dRlWx7SKFKYJHe
OaH/r6rI3hUh3yTvROw4
=eGun
-END PGP SIGNATURE-


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



Accepted libapache2-mod-perl2 2.0.8+httpd24-r1449661-7 (source amd64 all)

2014-07-13 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 15:36:53 +0200
Source: libapache2-mod-perl2
Binary: libapache2-mod-perl2 libapache2-mod-perl2-dev libapache2-mod-perl2-doc
Architecture: source amd64 all
Version: 2.0.8+httpd24-r1449661-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description:
 libapache2-mod-perl2 - Integration of perl with the Apache2 web server
 libapache2-mod-perl2-dev - Integration of perl with the Apache2 web server - 
development fil
 libapache2-mod-perl2-doc - Integration of perl with the Apache2 web server - 
documentation
Closes: 684290 754308
Changes:
 libapache2-mod-perl2 (2.0.8+httpd24-r1449661-7) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * debian/control: remove Nicholas Bamber from Uploaders on request of
 the MIA team.
   * Strip trailing slash from metacpan URLs.
 .
   [ Daniel Lintott ]
   * Update debian/watch with correct URL for apache.org
   * Add dversion mangle to remove +httpd24-r... suffix
 .
   [ Damyan Ivanov ]
   * add libcgi-pm-perl to b-d, in-core version is deprecated in 5.20
   * rules: replace hard-coded usr/lib/perl5 with the value of
 $Config{vendorarch} preparing for perl 5.20
 .
   [ gregor herrmann ]
   * Build with gcc-4.8 for the time being to work around problem with
 gcc-4.9. (Closes: #754308)
   * Add patch to make Linux::Pid conditional in Apache::SizeLimit. Thanks
 to Guillem Jover for the patch. (Closes: #684290)
Checksums-Sha1:
 0931178fb3c5a52f76a5d5cbb24cff9601fe10f6 2872 
libapache2-mod-perl2_2.0.8+httpd24-r1449661-7.dsc
 ebb5a76c4cb1bab37b7b1c0e99d4c80293e2c7b8 25624 
libapache2-mod-perl2_2.0.8+httpd24-r1449661-7.debian.tar.xz
 0a0980502db54d1a74c681d409873a39f2e5eead 896188 
libapache2-mod-perl2_2.0.8+httpd24-r1449661-7_amd64.deb
 f94139cd3b6cfec6e5ad1de99b7a29e5a055f7b4 83164 
libapache2-mod-perl2-dev_2.0.8+httpd24-r1449661-7_all.deb
 149232ec2284a32671a98d638a91edced3d34cb8 1304428 
libapache2-mod-perl2-doc_2.0.8+httpd24-r1449661-7_all.deb
Checksums-Sha256:
 8020a6563f4d19fc0ce6ec856cf7613e4fce35085fae3f9dd7aa3e4459c5027f 2872 
libapache2-mod-perl2_2.0.8+httpd24-r1449661-7.dsc
 3f2fc7dfaaa5fa156190a23a366d0b704aa4482a74725add0ddee25babcecd51 25624 
libapache2-mod-perl2_2.0.8+httpd24-r1449661-7.debian.tar.xz
 8e88404dc85c4429bb4a927bae263a0ef0d6704da175176edb41b9ebb788fc1d 896188 
libapache2-mod-perl2_2.0.8+httpd24-r1449661-7_amd64.deb
 424ee8faabe5cfa87eff807b2f70e4504a55712647272da895aad8131b0c3040 83164 
libapache2-mod-perl2-dev_2.0.8+httpd24-r1449661-7_all.deb
 c915ded7191f88a0a348a332d1354c7a710ed952528262f4987cc7b954087a5a 1304428 
libapache2-mod-perl2-doc_2.0.8+httpd24-r1449661-7_all.deb
Files:
 6336004d6f37f0812a670f5960ce4e4e 896188 httpd optional 
libapache2-mod-perl2_2.0.8+httpd24-r1449661-7_amd64.deb
 8fa6ba7d66bb2acd9969a14bf9fd8193 83164 libdevel optional 
libapache2-mod-perl2-dev_2.0.8+httpd24-r1449661-7_all.deb
 1790243621df56054dc6beb3065ae33d 1304428 doc optional 
libapache2-mod-perl2-doc_2.0.8+httpd24-r1449661-7_all.deb
 5c5bf21d32e71024136eebf6cf3a6bef 2872 httpd optional 
libapache2-mod-perl2_2.0.8+httpd24-r1449661-7.dsc
 42bf614962ae476a8fbe32b58cfbbe4e 25624 httpd optional 
libapache2-mod-perl2_2.0.8+httpd24-r1449661-7.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJTwozPXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGEacQALqnN//8otvYnDqYMVvB24Wu
xunR04e9XXJGz5YTtsRMFJkjF+sXAjiNeaNZK70rAhl8EdlE/o3b81wFoxNpoiZK
1MKNGD9qVtq9wcjh9uNzrc5CCpu4ctsDRcGGySPbCnhH7XcOo0gu8p5BwxQ7Qx9Q
lHSNlZ6VEaw8dZH6CxiwY6MsyuZ73WxPjztoUw+b+rYMz+zGau/uU2N6p/b7Dcn8
t/JqiZGfQ477arCa/26IHBwLnviJ8i8o2KCMAJg0iaYquWcHye00eR8tZ/ulTu4B
U6f07lulDi9p6UToGrQKnww+iJjgmGw81cSdo5jXsDHtp3p4CbK5ITvzJWkeG/48
n15c4Lrx2MzI5ZCldls0CAPCSt3QUlCxCVbkRBP/NY0VFBEsnS4/byJzEukIfX2a
8zMDjuaz42vWAachFPXN3KgGoJbEqwUnFxPiqrMlYoCnq+czxIM0XXY07N/2c8a0
ccv5UBqnIV4D49iWRBJYCO7gDQ9cW/7v5AqQYYLmj0qU79U8vPO6J5sk4uVkupCQ
O1JJHx0cdJ0pzWG6zS00MUYsYRbndrsCUq8v2/GNy8drY4LdkHUEVtLlc6zerjtI
likBWk8cfY7lZWj4XyNSneAwwwkG0scdw/06i6zxdqSuiulzNYCEAsn3O8GqPSPX
YtLrw7A5C/dvbULEw2cT
=OBVM
-END PGP SIGNATURE-


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



Accepted x11-xserver-utils 7.7+3 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:34:05 +0200
Source: x11-xserver-utils
Binary: x11-xserver-utils
Architecture: source amd64
Version: 7.7+3
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description:
 x11-xserver-utils - X server utilities
Closes: 736224
Changes:
 x11-xserver-utils (7.7+3) unstable; urgency=medium
 .
   * xrandr 1.4.2
 - Use more decimal places when printing various rates (closes: #736224)
Checksums-Sha1:
 5c27358fae029f18aa70324858aac7cc528e6e70 1940 x11-xserver-utils_7.7+3.dsc
 a4f075773a8280dfb88f31eceaa95156c276234f 2517009 x11-xserver-utils_7.7+3.tar.gz
 73ff30315b4dccc2e01195e53899dcfe49867828 157890 
x11-xserver-utils_7.7+3_amd64.deb
Checksums-Sha256:
 62de9fcfb3221701a2db16a134b55cfdadcf18df737ac700de8d02f6cbb33d4f 1940 
x11-xserver-utils_7.7+3.dsc
 2ae2c34fe1e9b489463134c636deceda999e6294614c4eab17bb373c374a01dd 2517009 
x11-xserver-utils_7.7+3.tar.gz
 30955c03c26c8e2e77d56eb7b6f8015f4ca5db3ac44eb8adfbd04cbadd22bfe7 157890 
x11-xserver-utils_7.7+3_amd64.deb
Files:
 7020af9546353d2f6474b40b07083e53 157890 x11 optional 
x11-xserver-utils_7.7+3_amd64.deb
 857af0541835418baba2cd4157648faa 1940 x11 optional x11-xserver-utils_7.7+3.dsc
 aea8cd418cbc0dae45a9617913425609 2517009 x11 optional 
x11-xserver-utils_7.7+3.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwovUAAoJEDEBgAUJBeQM8h4QANgGwLRKc9bd/azfevs+k+qq
YN1IHpsUkPiwj6hmm7BqWx0+b7NWDZmFS6SNQaLWtZntTuLscqBkp8QtGq2Y1PU9
ZYVKTatfikBVhoZM0Rl97HE3d71+yEcSNQOeVy9JM0WlHJLbizDdEswhzKLsbV4O
dwSr1y1/viR3+jObfFyKqd+OpBTU1eoImTEFMQN7uvwcLfjWW00VHn7VWtCTboyv
Xd57ui09NWPlydDP8exImYwnCCmbpW3MotYnY0MXdHk1vly1Kt8k5ru2oJzQ3W0M
kkffDUi8AtibK+TGRyChMPkWKn6Bg+6kKPHRfKtj48wGu0wQM+8nmWx4Ihgks9ba
XyRdVAPanAlzrF6RBScEPsM6DDGrUhSvI+OLCOnSRzYjNBrvg6Xw82KpINQhJ/UL
HYwza49wj8uKtSgBjCDtqkTO8bS/TPFs3HTzq4qP9hhIzprsgdPu8Ao+qF1jCVv8
osIE372lomRNGZ+eNS69/eRogGeCw5af0x7sxfidI/lTcdtcOJk8Q4VjVt6lDOKS
xa626fGnt6PLZa8+xxoTa+wRDzjYYqAIZu3w/LkT/xW7OufPrCmwcHbMafm8T4hi
6GvOY6N3A+37ea5wqqnjsce7MsPpMeGrlpbCBe+DAppUjPyJoz8KjL19wSWYUYRg
Pki7HbNQ+HVNNWH/spYE
=bBQk
-END PGP SIGNATURE-


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



Accepted pcp 3.9.6+nmu1 (source amd64 all)

2014-07-13 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 15:22:43 +0200
Source: pcp
Binary: pcp pcp-conf libpcp3-dev libpcp3 libpcp-gui2-dev libpcp-gui2 
libpcp-mmv1-dev libpcp-mmv1 libpcp-pmda3-dev libpcp-pmda3 libpcp-trace2-dev 
libpcp-trace2 libpcp-import1-dev libpcp-import1 python-pcp libpcp-pmda-perl 
libpcp-import-perl libpcp-logsummary-perl libpcp-mmv-perl pcp-import-sar2pcp 
pcp-import-mrtg2pcp pcp-import-sheet2pcp pcp-import-iostat2pcp 
pcp-import-collectl2pcp pcp-doc pcp-testsuite pcp-manager pcp-webapi pcp-gui
Architecture: source amd64 all
Version: 3.9.6+nmu1
Distribution: unstable
Urgency: medium
Maintainer: PCP Development Team p...@mail.performancecopilot.org
Changed-By: gregor herrmann gre...@debian.org
Description:
 libpcp-gui2 - Performance Co-Pilot graphical client tools library
 libpcp-gui2-dev - Performance Co-Pilot graphical client tools library and 
headers
 libpcp-import-perl - Performance Co-Pilot log import Perl module
 libpcp-import1 - Performance Co-Pilot data import library
 libpcp-import1-dev - Performance Co-Pilot data import library and headers
 libpcp-logsummary-perl - Performance Co-Pilot historical log summary module
 libpcp-mmv-perl - Performance Co-Pilot Memory Mapped Value Perl module
 libpcp-mmv1 - Performance Co-Pilot Memory Mapped Value client library
 libpcp-mmv1-dev - Performance Co-Pilot Memory Mapped Value library and headers
 libpcp-pmda-perl - Performance Co-Pilot Domain Agent Perl module
 libpcp-pmda3 - Performance Co-Pilot Domain Agent library
 libpcp-pmda3-dev - Performance Co-Pilot Domain Agent library and headers
 libpcp-trace2 - Performance Co-Pilot application tracing library
 libpcp-trace2-dev - Performance Co-Pilot application tracing library and 
headers
 libpcp3- Performance Co-Pilot library
 libpcp3-dev - Performance Co-Pilot library and headers
 pcp- System level performance monitoring and performance management
 pcp-conf   - Performance Co-Pilot runtime configuration
 pcp-doc- Documentation and tutorial for the Performance Co-Pilot
 pcp-gui- Visualisation tools for the Performance Co-Pilot toolkit
 pcp-import-collectl2pcp - Tool for importing data from collectl into PCP 
archive logs
 pcp-import-iostat2pcp - Tool for importing data from iostat into PCP archive 
logs
 pcp-import-mrtg2pcp - Tool for importing data from MRTG into PCP archive logs
 pcp-import-sar2pcp - Tool for importing data from sar into PCP archive logs
 pcp-import-sheet2pcp - Tool for importing data from a spreadsheet into PCP 
archive logs
 pcp-manager - Performance Co-Pilot (PCP) manager daemon
 pcp-testsuite - Performance Co-Pilot (PCP) Test Suite
 pcp-webapi - Performance Co-Pilot (PCP) web API service
 python-pcp - Performance Co-Pilot Python PMAPI module
Closes: 752171
Changes:
 pcp (3.9.6+nmu1) unstable; urgency=medium
 .
   [ Xilin Sun ]
   * Non-maintainer upload.
   * Fix pcp FTBFS due to dependency on autoconf
 Closes: #752171
Checksums-Sha1:
 3d6865a5d619cf97ae58d10edafa093be05a67b6 3601 pcp_3.9.6+nmu1.dsc
 71fc469b40eb3d09dcd2bb28f0b60b580bf388f2 10144480 pcp_3.9.6+nmu1.tar.xz
 e95ef2f9c2ce169e9459532b09350eb96f022135 1227632 pcp_3.9.6+nmu1_amd64.deb
 3f7f55099bd2cd030c846e86cef414bc5af71cbf 16790 pcp-conf_3.9.6+nmu1_amd64.deb
 529013776d28f4226dabac375905db7ca9245afc 410686 
libpcp3-dev_3.9.6+nmu1_amd64.deb
 3abbb1a2a274fd32ca0b1a14437aefc6a4a1f3d3 186520 libpcp3_3.9.6+nmu1_amd64.deb
 aedafd71b2c9d6ed017d5841a87eab4a64989954 16470 
libpcp-gui2-dev_3.9.6+nmu1_amd64.deb
 e6e82dcd1511e30146a7cedd441841fc6da014ba 15378 libpcp-gui2_3.9.6+nmu1_amd64.deb
 78edf3acd315145466c126bb089972333dccf4e6 18932 
libpcp-mmv1-dev_3.9.6+nmu1_amd64.deb
 05c51a8e28ad72dd43686ed6d32484567032cdfb 12248 libpcp-mmv1_3.9.6+nmu1_amd64.deb
 995c8e03788398fe345554bba82c7aa0c1558e84 94048 
libpcp-pmda3-dev_3.9.6+nmu1_amd64.deb
 d784de00724d2ad2fc75ef2b4d7b6a47fca099ad 35774 
libpcp-pmda3_3.9.6+nmu1_amd64.deb
 3e34b4147ff6ad20a6bee59c9f9ba32a2046e09f 27244 
libpcp-trace2-dev_3.9.6+nmu1_amd64.deb
 b238eb58d82a2a60a1d55b6c2865c319ecaf2b23 19914 
libpcp-trace2_3.9.6+nmu1_amd64.deb
 a16a0623911277d701b09c7b1ac08ad999a6222f 16152 
libpcp-import1-dev_3.9.6+nmu1_amd64.deb
 a7fe176ed2959ad467a2df953d491f18ef0bba94 15790 
libpcp-import1_3.9.6+nmu1_amd64.deb
 0db94d1e114931d4c47cee6aaa68dfec4e29 50072 python-pcp_3.9.6+nmu1_amd64.deb
 f6410ed2db5c33c6c93994622010a33b7376efe6 42750 
libpcp-pmda-perl_3.9.6+nmu1_amd64.deb
 11f9a169d7cdd774ee967b3c371240ff15fd2b72 17740 
libpcp-import-perl_3.9.6+nmu1_amd64.deb
 47382cbf6a2a7e56eb2d2e5782725ecdebd75117 11910 
libpcp-logsummary-perl_3.9.6+nmu1_amd64.deb
 2de6c94afa0b34af46b5c7bd3112846e4059eb91 19108 
libpcp-mmv-perl_3.9.6+nmu1_amd64.deb
 11397962afb73e2862a87e4e606e5a20d5e332fc 17150 
pcp-import-sar2pcp_3.9.6+nmu1_all.deb
 61792776c7746bf3b80e4dc738410c2b506ad939 11058 
pcp-import-mrtg2pcp_3.9.6+nmu1_all.deb
 b3c4e1adecea2dc995c7758abc2732df6c87963e 19984 
pcp-import-sheet2pcp_3.9.6+nmu1_all.deb
 

Accepted clementine 1.2.3+dfsg-1 (source amd64)

2014-07-13 Thread Thomas Pierson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Jul 2014 22:07:28 +0200
Source: clementine
Binary: clementine
Architecture: source amd64
Version: 1.2.3+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Pierson cont...@thomaspierson.fr
Changed-By: Thomas Pierson cont...@thomaspierson.fr
Description:
 clementine - modern music player and library organizer
Closes: 722471 724615 742163
Changes:
 clementine (1.2.3+dfsg-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #742163, #724615, #722471)
   * Update debian/watch file.
   * Bump Standards-Version to 3.9.5.
   * Bump debian/copyright standard version to 1.0.
   * Fix a misspelling issue in debian/copyright.
Checksums-Sha1:
 a880978ed9f7fc1a972181dc6f0fe2d84bc4fef6 2494 clementine_1.2.3+dfsg-1.dsc
 0a03b83a597b8f55fa822db607e2570a36bc76f3 5699383 
clementine_1.2.3+dfsg.orig.tar.gz
 95e536115582a46dabdb75f6b3edc4060ae4fea8 13948 
clementine_1.2.3+dfsg-1.debian.tar.xz
 1b0aa342b599f3fa7a054295a200825daef03bc8 4583178 
clementine_1.2.3+dfsg-1_amd64.deb
Checksums-Sha256:
 d23e3d62048ec362d1075c5f7ea6b2f4f69c0f0451e60c8b2f890d30a8474055 2494 
clementine_1.2.3+dfsg-1.dsc
 28e36a9db565ad35d5b31ce4c473f9bcd9148e30b47c422f992c9974599e8f9d 5699383 
clementine_1.2.3+dfsg.orig.tar.gz
 0b85c9b65b3ff498862a4ba590172abb41070dec6fb0030f55958c7d913d70d1 13948 
clementine_1.2.3+dfsg-1.debian.tar.xz
 6a94dd9c97f4f69453a3a34bc4a8dc8b42749a304675c16facb6c379bbf03fd7 4583178 
clementine_1.2.3+dfsg-1_amd64.deb
Files:
 59f4a9a73d6eedb09e5c4b1ca9523c62 4583178 sound optional 
clementine_1.2.3+dfsg-1_amd64.deb
 f8508365ab8f9e135c3610c63d9735a4 2494 sound optional 
clementine_1.2.3+dfsg-1.dsc
 35840bad1c5b1bed421e0b6bdc438b13 5699383 sound optional 
clementine_1.2.3+dfsg.orig.tar.gz
 66963fb050b9e7dd04afd92c660c7166 13948 sound optional 
clementine_1.2.3+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwqGMAAoJEHcXUHZuHHILbBcP/2EJ7oh00VBaUu5G93INcegA
e7cZpVPxKt0e9URmAlIKIvHxNj7O0jePCYhRiazXfh0pa8Ou1OgCci+bscYPZTaj
W7qB6NwF1Tg82dkISyU+sIvNAlnGplcyiiAaTGhClcdhiwddGnCRoQQkO1YD3Uhk
msZoBFuyNbskuuW+sFtrcpAxd/9UaltDTJdl/wJztGr0UkF4k+jaivJOUY5YuFi3
CzIBmk50AUlkofitAUPjDtWmFAyAmoggz26pPYmddnrT2qz/Ibsc07r5r8ERhreb
o8zs+iJ6hBrMGaTgzJ9wClOmroooVDegCZU/MCdoleFTChWfpWXJGzrUtL9U5NX0
kI9DqTOPd4qtVf8ap42twX5YW6GJKjNhTS8k5ds1tuD34EDkzD27Fc+Ggd3F1/U2
jwwuwFB+YrBf7BiWpOusbwsIyQsFpRJuzCBfeVO/1rQ2Nar1N9oKzlM5BwZgG1em
wJRNiGD92WzWSCB7N/He3h0R/kVZWlNWS6M/MOColiu57YMVmF7zP6pjcbvVhsQJ
HsPx4cQ9wEWO0rOQH5mKDIr0PGZXqcPSJ142wSHxGMxeUFkqlIVwXA0Zy44HK9Gy
j0/eKlxxr8VOzgVH2TQD+KmKzMDS4SahXEiWMw7kbZQdC/EpHk38olMgg7jP5AI9
bWBVT3rM0eEMTRvmQZKg
=xCEc
-END PGP SIGNATURE-


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



Accepted designate 2014.1-9 (source all)

2014-07-13 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 23:15:25 +0800
Source: designate
Binary: python-designate designate-common designate designate-api 
designate-central designate-agent designate-sink designate-doc
Architecture: source all
Version: 2014.1-9
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 designate  - OpenStack DNS as a Service - metapackage
 designate-agent - OpenStack DNS as a Service - agent
 designate-api - OpenStack DNS as a Service - API server
 designate-central - OpenStack DNS as a Service - central daemon
 designate-common - OpenStack DNS as a Service - common files
 designate-doc - OpenStack DNS as a Service - doc
 designate-sink - OpenStack DNS as a Service - sink
 python-designate - OpenStack DNS as a Service - Python libs
Closes: 754673
Changes:
 designate (2014.1-9) unstable; urgency=medium
 .
   * Fixed new upstream URL in debian/rules.
   * Added sqlite3 as depends: for designate-common (Closes: #754673).
   * Added ${python:Depends} for designate-common as well.
Checksums-Sha1:
 f1a4080b51907bf8f826b595230510018fc76bc5 3500 designate_2014.1-9.dsc
 c8e1f3b9f41f03c5df20153cdbd8b728e011b694 11648 designate_2014.1-9.debian.tar.xz
 8df157f2a7d6257f37ff06889f54e605f5b6eceb 208108 
python-designate_2014.1-9_all.deb
 45ee16b435cf14d301ebd61c4133dca63e23f6d4 19082 
designate-common_2014.1-9_all.deb
 5c77bc8429c8e6099ce772c63b1f1fb6f9f00953 2646 designate_2014.1-9_all.deb
 c80700c8b2c54996ca52862f8244642616ac 15192 designate-api_2014.1-9_all.deb
 7e370c0463747f328bd378bb5dcf304261af6e05 4134 
designate-central_2014.1-9_all.deb
 6499a37f6d3199ab55faa881fe03bae16dc6576d 4130 designate-agent_2014.1-9_all.deb
 22b312fa066c1eef7343d741a910600eef2e4d93 4120 designate-sink_2014.1-9_all.deb
 60096a8108ea57fd0bd3378ec6789e0ea33cddfb 135694 designate-doc_2014.1-9_all.deb
Checksums-Sha256:
 f76db5ab2c0c5bc29dfdb9fc04a326c1a99ce42f611c361f1722c1d02e4e 3500 
designate_2014.1-9.dsc
 8fdb3e5270b5c191c502229d560a993a54ef601c79fcc8eb82b73f46e7094d16 11648 
designate_2014.1-9.debian.tar.xz
 016cba7931e40bf80fb1b873806342d9e02f4b5f8ecda6f9c3ea5f2f89e6a013 208108 
python-designate_2014.1-9_all.deb
 927a4f65b5628c8e647e16cb3a2b55de2f179d9b340815de3e07a1994a7208bb 19082 
designate-common_2014.1-9_all.deb
 321e12b7495939cbb9d4542a333c69a880e48d0e48c3cfc1483dbc5865d79281 2646 
designate_2014.1-9_all.deb
 eb1336460d7a969f676ba01b9e2d4c5208dfb3abe720d4364bee4b0119cdd460 15192 
designate-api_2014.1-9_all.deb
 c20d3e5b06aed55e6ca0fdbe94b6c579b869843823f4f420853c1b0ec8e66241 4134 
designate-central_2014.1-9_all.deb
 b9b5a20ef115145406c88ca99f2c1b901c490e1575ae2b4d055e83ee63824544 4130 
designate-agent_2014.1-9_all.deb
 46a3484cb4b474de93e7f5b8c607d33bbb4e3649ef2ee321c73b72e136bebdf3 4120 
designate-sink_2014.1-9_all.deb
 9bf686e976cd0bdc6e22164ed347450a19625f1ca8ec5afba26d1cf44c54c8e7 135694 
designate-doc_2014.1-9_all.deb
Files:
 59b7322722edbcf8941a74fecb45bec7 208108 python extra 
python-designate_2014.1-9_all.deb
 9ae0bb6a32328a6a78ead8706f886f81 19082 net extra 
designate-common_2014.1-9_all.deb
 79ad5f35088f1f4c0fbcef2e9fe0bd35 2646 net extra designate_2014.1-9_all.deb
 32b779ee5c8803021581154104021c44 15192 net extra designate-api_2014.1-9_all.deb
 48f37fc7a609ac292230b6cecb317767 4134 net extra 
designate-central_2014.1-9_all.deb
 b4a02fad1e3acf530e9460e44c414859 4130 net extra 
designate-agent_2014.1-9_all.deb
 c2bbbd94dd10901c48955dad375974b3 4120 net extra designate-sink_2014.1-9_all.deb
 ddd8c28fddcd5d62df68412847bf6d6d 135694 doc extra 
designate-doc_2014.1-9_all.deb
 674010efbcb8f25db1093b970d60b8bb 3500 net extra designate_2014.1-9.dsc
 4bec2bc8c4900f9914562e94a8533086 11648 net extra 
designate_2014.1-9.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTwqTPAAoJENQWrRWsa0P+NogQAI4mEpu3TJ5odk7ZTRuxpX2n
HlX6g7lqOlmz2ESNJCxNCkMVCLpHO/4tMP2L5oBiif2/8G8xyZl4XkRsD26+FbHd
UfBXOaXqhKqSM7n7aMHx26ZxgFd5CXEa5iKfSv37pQ42BO9AjZ11ZV68+fyOS2Dd
FgdCBw/nYaEmS/eklkJlKbrDPkkOsjtMtu/D1M4fiJeudk0vLdxGbPELSt/7eLlC
huv7NdOZBqRyEt7d/CNbU4Ck8sFvTxqB1INkLb+9jf4oejDmW2nwcBuOHINlkzlt
DU+tGv31gEdAtqwc1/5cg69hcZnYnjfTxeI/FQVBtzkSa/+r1/aIgLRDqmbqJHCR
qy/i3q2VzYniIbYlAcV68KuW60G3bdn7TAcUHpG5Ia38yx3Hx7X3E166LZ+SH/5o
RUK5FN4y09Ngby37gNFU+T9PzyV5J2CAkd57aUC6ScVjM0EcZD45FvfoydLug0gT
H2Ctsv0277ZdJGw+nDfa7ydJVXGnd+jqHm5Xf3H3RBKnIVm7y+NOyllO8/MvQLZI
xM2tI0usPxziMQmmxqDvHYwNZLS9XWoM0kFOgIBLt59Dw16s+Cq8FHgHfEwrLWMY
793rdHinCuMezE1WTPSqT9AjRcaCxqsr2vIJp91HEyAJi5+PCr+RMZQP0Zx/Gfz1
OQF/Aq3ZwSQeEYQ/E1GQ
=ulnN
-END PGP SIGNATURE-


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



Accepted eztrace 1.0.1-1 (source amd64)

2014-07-13 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 16:29:46 +0200
Source: eztrace
Binary: eztrace libeztrace-dev libeztrace0
Architecture: source amd64
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description:
 eztrace- Automatic execution trace generation for HPC - tools
 libeztrace-dev - Automatic execution trace generation for HPC - development 
files
 libeztrace0 - Automatic execution trace generation for HPC - development files
Closes: 754624
Changes:
 eztrace (1.0.1-1) unstable; urgency=medium
 .
   * New upstream bugfix release.
   * control: Do not depend on openmpi on s390x (Closes: Bug#754624).
   * rules: Do not build against openmpi on s390x. Drop duplicate
   --with-mpi-include option. Run the testsuite against openmpi on other archs.
Checksums-Sha1:
 5bb0c518da308a58105ffd6a69d34ea96836a6ca 2218 eztrace_1.0.1-1.dsc
 0f74a9c0f2e23a4563ace70bbd7e3bff81ab2502 1094582 eztrace_1.0.1.orig.tar.gz
 457dda8bfeb90458aeb31642243b6011ec78cedb 6348 eztrace_1.0.1-1.debian.tar.xz
 5ee0932f9653bc8b63743151bf197e2fcb99abea 412612 eztrace_1.0.1-1_amd64.deb
 0e68a8e9dd87fa7be6c9cba87d79f69df544107b 16162 libeztrace-dev_1.0.1-1_amd64.deb
 b0d79b7569f875100507598690e09296c75669e8 153612 libeztrace0_1.0.1-1_amd64.deb
Checksums-Sha256:
 035fe6a427488473656525c5f96cf91ad0e5d3434322f9d31d7705170a92aed3 2218 
eztrace_1.0.1-1.dsc
 ce84fc0742d5db4ffe64ac06b54841b9752f7cc7fdb24f64cb70b80a60a1ca02 1094582 
eztrace_1.0.1.orig.tar.gz
 3cbc551a1d06c5e47432f92945ed80175fd7d6f0cd7a3d427a01942b43b72ef6 6348 
eztrace_1.0.1-1.debian.tar.xz
 ea8bf6d09a309c5fe5a934f9d339ff07683f502dd5f4e6afdcd3c0b2424f02af 412612 
eztrace_1.0.1-1_amd64.deb
 331500a81fa3419568dc957e668b1ee448909052a0cef51651a45ef14d302612 16162 
libeztrace-dev_1.0.1-1_amd64.deb
 ba55776b94474aabed8cd4f8a3a28bb2f2e17ff941a3ca245928b6b9ac2c5382 153612 
libeztrace0_1.0.1-1_amd64.deb
Files:
 07f7ee7209bd8605ba0eb559e14917fd 412612 devel extra eztrace_1.0.1-1_amd64.deb
 4932cf8d6a01fb43af3fd856d3088bdc 16162 libdevel extra 
libeztrace-dev_1.0.1-1_amd64.deb
 24f5d7a31dd7e7909ced393d066cb683 153612 libs extra 
libeztrace0_1.0.1-1_amd64.deb
 5524ab8799a1cfcd5638205f24bd24e0 2218 devel extra eztrace_1.0.1-1.dsc
 bebde0b338465175b1fdb42e76bc6d1c 1094582 devel extra eztrace_1.0.1.orig.tar.gz
 0cff6fa89a4b4e2aeeaf907221088a9b 6348 devel extra eztrace_1.0.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTwpjDAAoJEBH0lP5vGG7N/gkP/jDSZ0OU1hM/y1g7iw3vCeRg
SBCYjq3Y+KbCOmfaN7OO6vunmCB5WS5J1aFZ/CqKR0ZgqA+sC6wgP9TFrnBGYb/M
HdY2OeJGP44DAKOYgNSwdD6XReb8wVFL059w7DRzIylW9+d2WR4TTmIZEsc0tgvH
TPykb11ROp5OyC+ZCEY7YbIr/c8mtMeiNxTs8CvRVL+bjWMGugHWOf0VADiiWz5X
r6mUkhp5vXcygb/wqRjWezvHuN5UpGnbZK0vegrddyjBdDPsXoBLQW5wLJ+o/sJZ
m+K/RdWy8tMj2EcklS+ShsTUVa5HdH7iWLgrQja0bpIH7WiFiNAI4d/5ULzAreo4
zHYsn4O4ZoEGORhWtpMWfcdPsYYEGtBq2Y/Q7TYrTeKJoJlSFvxavdrVVBG+WIMX
y1BvKYAvO169fDAE5O0Dn0ofoO4moPQOqTyr3wy/R4MHgbKpuw0QRRJLbCyyo/JF
N5qNclY1eZanjhP/Kwc7ombZ8zlnFtgDwlyOME+cqNDDyGzQRnKaj7Btm4V7hQW0
Aiv4N4c5Z5HTKGWt+ghsB8A2T0Sc6FCV8HUeQxARI0CJkwYNxvq6G4UvGVIE0H1d
S2cI2jd1SwkqU5z6XVzqa+JeNU4BneKJ5dR3vv3vVt4sBLCSW5/e0DvKHHXsWx0g
+k4OPww1Ugv1EaUmT/AB
=eYcT
-END PGP SIGNATURE-


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



Accepted gnome-boxes 3.12.3-1 (source amd64)

2014-07-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:44:31 +0200
Source: gnome-boxes
Binary: gnome-boxes
Architecture: source amd64
Version: 3.12.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description:
 gnome-boxes - Simple GNOME app to access remote or virtual systems
Changes:
 gnome-boxes (3.12.3-1) unstable; urgency=medium
 .
   * New upstream releas.
Checksums-Sha1:
 bbb5bcbd2db6d7495cfd50a877e83ff48e406b6d 2007 gnome-boxes_3.12.3-1.dsc
 1ba209b8f7a4b21551ab293fd0d3e345bbe98ea2 2197824 gnome-boxes_3.12.3.orig.tar.xz
 0efcd3fb978d2da69ed055ae5c254a6e421cd6c6 11400 
gnome-boxes_3.12.3-1.debian.tar.xz
 084b28a5b01f74734b0615dfb235a2db628a31e3 1561122 gnome-boxes_3.12.3-1_amd64.deb
Checksums-Sha256:
 55ccf47eeeae6bdc58cb4d71a64cf2e2e5d1eb29d164d15bcc60ef5b82b1d17e 2007 
gnome-boxes_3.12.3-1.dsc
 bf57525106baaa635d08a4a4c6ed81e4b8c8708897f2fe7c2623810aec9b6408 2197824 
gnome-boxes_3.12.3.orig.tar.xz
 402fe4de9dd1053a3a7decf09a1c5125bb58aaa572cd64133ac30ff15dbd9194 11400 
gnome-boxes_3.12.3-1.debian.tar.xz
 1ad444230fd9dd528e04ebb84789af25439597df74bfca1fa7209d11f131290f 1561122 
gnome-boxes_3.12.3-1_amd64.deb
Files:
 76a623a6040cc7c77742742993317680 1561122 gnome optional 
gnome-boxes_3.12.3-1_amd64.deb
 316a2f00762ba493bcbae8fbf0f215d7 2007 gnome optional gnome-boxes_3.12.3-1.dsc
 016ed5e23005d3f657bf5e2a36a69c5f 2197824 gnome optional 
gnome-boxes_3.12.3.orig.tar.xz
 6a156f970b39e37d729b372a669703fa 11400 gnome optional 
gnome-boxes_3.12.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCjbcACgkQcgQ2cL3l8e4ZOACfbjzbDkNmbnX4Veyd8lkTXwV0
6/oAoKMNK5NRJZ0CwYllPQ6T6hdG8fJR
=kW+s
-END PGP SIGNATURE-


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



Accepted gssdp 0.14.8-1 (source all amd64)

2014-07-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:20:08 +0200
Source: gssdp
Binary: libgssdp-1.0-3 gir1.2-gssdp-1.0 libgssdp-1.0-dev libgssdp-1.0-dbg 
libgssdp-doc gssdp-tools
Architecture: source all amd64
Version: 0.14.8-1
Distribution: unstable
Urgency: medium
Maintainer: Ross Burton r...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description:
 gir1.2-gssdp-1.0 - GObject introspection data for the GSSDP library
 gssdp-tools - GObject-based library for SSDP (tools)
 libgssdp-1.0-3 - GObject-based library for SSDP
 libgssdp-1.0-dbg - GObject-based library for SSDP (debug symbols)
 libgssdp-1.0-dev - GObject-based library for SSDP (development files)
 libgssdp-doc - GObject-based library for SSDP (documentation)
Changes:
 gssdp (0.14.8-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.14.8
   * Update debian/libgssdp-1.0-3.symbols with three additions
Checksums-Sha1:
 74c90e3156b2df804cab6ab6aef8448bd8194741 1706 gssdp_0.14.8-1.dsc
 1996864c7d79ba0daafe4ec2ba4c7aa2c6e2af80 290756 gssdp_0.14.8.orig.tar.xz
 da752b1559547fe9f61962dbb5770443e325c083 4876 gssdp_0.14.8-1.debian.tar.xz
 b01ad1f62cd4d91ac46a73613bb9de23b55f22d4 24996 libgssdp-doc_0.14.8-1_all.deb
 b3873d633a989afe2f00581a6d57ff6c9d74cb1f 30278 
libgssdp-1.0-3_0.14.8-1_amd64.deb
 f9fc7473552c10028b2fc194d2a87e5fbce48842 11808 
gir1.2-gssdp-1.0_0.14.8-1_amd64.deb
 e3b8c1935e5d7fb71a0be1f216031bf8dd453146 37938 
libgssdp-1.0-dev_0.14.8-1_amd64.deb
 f968486784276c3a21cfae3e8a352ada96938df5 95680 
libgssdp-1.0-dbg_0.14.8-1_amd64.deb
 c3027b66becfeef766eaab030c908e3c1676843a 18886 gssdp-tools_0.14.8-1_amd64.deb
Checksums-Sha256:
 2cc215b7be12b15b360d687a878290fb56f9e74042b647a2a0e88c2b797af31d 1706 
gssdp_0.14.8-1.dsc
 4c3ffa01435e84dc31c954e669e1ca0749b962f76a333e74f5c2cb0de5803a13 290756 
gssdp_0.14.8.orig.tar.xz
 40d9f483b1eddafcdee3cac6461cacaacc29081f7adda23bf7ad9b733f4099b4 4876 
gssdp_0.14.8-1.debian.tar.xz
 235106cde4a4388e706a06729fb50f02f5da1d73994dbda01ec2c7e458d1b62e 24996 
libgssdp-doc_0.14.8-1_all.deb
 4a670b611381cdbb9b2452dde6694ed485ff69943bc6b84b31cea0fb2f8f3e0f 30278 
libgssdp-1.0-3_0.14.8-1_amd64.deb
 32fb219588fdd24fb7c7baee96342c3b48c699922e522b8b09a38c7166fdfe08 11808 
gir1.2-gssdp-1.0_0.14.8-1_amd64.deb
 22ddab758ae07f7e93c3c734c818f5880f3896c30c395f120713fe274fa47b92 37938 
libgssdp-1.0-dev_0.14.8-1_amd64.deb
 8f31088615e7d987ed3d4282739ef15878fe2006425c5d505ca0c7a82666809a 95680 
libgssdp-1.0-dbg_0.14.8-1_amd64.deb
 9994355afe4364f1da6e1ac1639cdc7130c36ddb696ba468e6d69924d5b55d58 18886 
gssdp-tools_0.14.8-1_amd64.deb
Files:
 dc9300aec0256640a3d75fc81b588e6e 24996 doc optional 
libgssdp-doc_0.14.8-1_all.deb
 29db53762b75a2ca87312fb30e400219 30278 libs optional 
libgssdp-1.0-3_0.14.8-1_amd64.deb
 61ad4763c81f9f05679c53f8ef34241f 11808 introspection optional 
gir1.2-gssdp-1.0_0.14.8-1_amd64.deb
 0421ac6fc8e34b3fd7dab9219f3a4582 37938 libdevel optional 
libgssdp-1.0-dev_0.14.8-1_amd64.deb
 3198d719d2a2d7f668a1e369c47231fd 95680 debug extra 
libgssdp-1.0-dbg_0.14.8-1_amd64.deb
 0dda8b45b1578d2bf359dad76116025c 18886 net optional 
gssdp-tools_0.14.8-1_amd64.deb
 51bb19a5243712d926e10e69136e86c3 1706 libs optional gssdp_0.14.8-1.dsc
 b8658e480d047caf2d92baa4a51b9ae7 290756 libs optional gssdp_0.14.8.orig.tar.xz
 78c46acf8e8dd5e8b95a4b17fb2c4fcf 4876 libs optional 
gssdp_0.14.8-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCl1sACgkQcgQ2cL3l8e5sXgCgpbVwNtQIhPe4feii10ff7Xd3
IlAAni0pf9JBBmhTg3XT4ILN7/8OZO+9
=8W+9
-END PGP SIGNATURE-


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



Accepted gssdp 0.14.8-2 (source all amd64)

2014-07-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:35:02 +0200
Source: gssdp
Binary: libgssdp-1.0-3 gir1.2-gssdp-1.0 libgssdp-1.0-dev libgssdp-1.0-dbg 
libgssdp-doc gssdp-tools
Architecture: source all amd64
Version: 0.14.8-2
Distribution: unstable
Urgency: medium
Maintainer: Ross Burton r...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description:
 gir1.2-gssdp-1.0 - GObject introspection data for the GSSDP library
 gssdp-tools - GObject-based library for SSDP (tools)
 libgssdp-1.0-3 - GObject-based library for SSDP
 libgssdp-1.0-dbg - GObject-based library for SSDP (debug symbols)
 libgssdp-1.0-dev - GObject-based library for SSDP (development files)
 libgssdp-doc - GObject-based library for SSDP (documentation)
Closes: 753599
Changes:
 gssdp (0.14.8-2) unstable; urgency=medium
 .
   [ Andreas Henriksson ]
   * Bump Standards-Version to 3.9.5
 .
   [ Paulo Flabiano Smorigo ]
   * Add autoreconf during the build to enable new architectures
 (Closes: #753599)
 .
   [ Andreas Henriksson ]
   * Add missing build-dependencies dh-autoreconf and gtk-doc-tools
 - needed for autoreconf during build.
Checksums-Sha1:
 9492a1e0e06bde7624a5c34766be6cec9180b960 1736 gssdp_0.14.8-2.dsc
 7cd665a81314355e40e6705d0250c017cd84fa0c 5036 gssdp_0.14.8-2.debian.tar.xz
 565a8bcdd14607f22a8fe9fc849d8c99c611a8b7 25160 libgssdp-doc_0.14.8-2_all.deb
 bedd16137b79439bbf5893cbd2dd5c1274f13e94 30376 
libgssdp-1.0-3_0.14.8-2_amd64.deb
 553280928f7b6b4d5e5c75bd6b1d951b9c0049e1 11918 
gir1.2-gssdp-1.0_0.14.8-2_amd64.deb
 66344e9816a0976b7afec8e35c6ab1a712786340 38044 
libgssdp-1.0-dev_0.14.8-2_amd64.deb
 346ed18aa0658471d646960165fc9c03b8b74327 95806 
libgssdp-1.0-dbg_0.14.8-2_amd64.deb
 a20ad2e2a17eaed1ce7fd9672a603f640b922513 18994 gssdp-tools_0.14.8-2_amd64.deb
Checksums-Sha256:
 3b4c88425e47868fadae453a4a870c0d28ab9622283af3eeef7bca997506bd50 1736 
gssdp_0.14.8-2.dsc
 861e87423f0e204d296240c577691524247b5a5423b3559d5176d259a4ea7d40 5036 
gssdp_0.14.8-2.debian.tar.xz
 c32cbba9da06961abf4b332c76187e0c66a03a9da63b303c948cc7c3232a1513 25160 
libgssdp-doc_0.14.8-2_all.deb
 01bb1b7b70ce208337c410707c5f32ad49e7e543dbfb8cf926dbdd3cd77d5f65 30376 
libgssdp-1.0-3_0.14.8-2_amd64.deb
 27ff9775cc5745a14de275d26ab2aa28da20710168043b28e183eac083d81acd 11918 
gir1.2-gssdp-1.0_0.14.8-2_amd64.deb
 ad430d1d740a9cd1933a56be05ff53a77529fe6eba6def2db7bc4e85794eefb3 38044 
libgssdp-1.0-dev_0.14.8-2_amd64.deb
 8e9e72772bfc0095a3e8eeddca4f7848a466c5ce2b1277b16d4b58dd82a0a5de 95806 
libgssdp-1.0-dbg_0.14.8-2_amd64.deb
 24c5e7fc7575e7d2cc5015827c769edc7b0df6351ca06678db71b1d10740fb7c 18994 
gssdp-tools_0.14.8-2_amd64.deb
Files:
 78efa2b3157c9a5484e39f7ee65ac27d 25160 doc optional 
libgssdp-doc_0.14.8-2_all.deb
 022e329ad284371aad78433976a7fb76 30376 libs optional 
libgssdp-1.0-3_0.14.8-2_amd64.deb
 cfd75d302ecdcccd967c58b6e915f416 11918 introspection optional 
gir1.2-gssdp-1.0_0.14.8-2_amd64.deb
 1da9bd94be5fffc8528019ad612c9a6c 38044 libdevel optional 
libgssdp-1.0-dev_0.14.8-2_amd64.deb
 cc4c80e80734169d42e540015ac9e167 95806 debug extra 
libgssdp-1.0-dbg_0.14.8-2_amd64.deb
 1dd08483495ad631e202830bfe715a21 18994 net optional 
gssdp-tools_0.14.8-2_amd64.deb
 13968a27bf0591cb622efc7c32068e9c 1736 libs optional gssdp_0.14.8-2.dsc
 3a0c13b06b7e1a5660af7fc88ffe8cfd 5036 libs optional 
gssdp_0.14.8-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCm0EACgkQcgQ2cL3l8e6xawCcCn/IxuPBPuP3icxktqIpdh+C
vpUAnRpCRMXgdvEZE0j46F2W4vNbTjI/
=1ieU
-END PGP SIGNATURE-


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



Accepted json-glib 1.0.2-1 (source all amd64)

2014-07-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:50:01 +0200
Source: json-glib
Binary: libjson-glib-1.0-0 libjson-glib-1.0-0-dbg libjson-glib-dev 
libjson-glib-1.0-common libjson-glib-doc gir1.2-json-1.0 json-glib-tools
Architecture: source all amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description:
 gir1.2-json-1.0 - GLib JSON manipulation library (introspection data)
 json-glib-tools - GLib JSON manipulation library (tools)
 libjson-glib-1.0-0 - GLib JSON manipulation library
 libjson-glib-1.0-0-dbg - GLib JSON manipulation library (debug symbols)
 libjson-glib-1.0-common - GLib JSON manipulation library (common files)
 libjson-glib-dev - GLib JSON manipulation library (development files)
 libjson-glib-doc - GLib JSON manipulation library (documentation)
Closes: 732301
Changes:
 json-glib (1.0.2-1) unstable; urgency=medium
 .
   [ Andreas Henriksson ]
   * Drop sledge-hammer and bump dh compat to 9
 - This fixes the -dbg vs multiarch issues
 Thanks to Julien Cristau for the hint.
   * New upstream release.
 .
   [ Colin Watson ]
   * use dh-autoreconf for better new-port coverage (Closes: #732301)
Checksums-Sha1:
 8f3e47fb3a643d428b42eb28e6fd1c67d30d65d5 2056 json-glib_1.0.2-1.dsc
 17de45d0be56910dcaef62712e95626d7989ee52 550340 json-glib_1.0.2.orig.tar.xz
 4f8eeb7369092a6400c172372a6aff45de17ff66 5692 json-glib_1.0.2-1.debian.tar.xz
 84eaa064c92e7f147a31ba81898c64190a5bc56a 147396 
libjson-glib-1.0-common_1.0.2-1_all.deb
 c3f61b4d0d3efc3a877b25d6098611e7653ae55b 155150 
libjson-glib-doc_1.0.2-1_all.deb
 da543980435f6beceba0f11436d3d182ba8e187d 157968 
libjson-glib-1.0-0_1.0.2-1_amd64.deb
 f7235221c81e5402163d6c2250f294aa2f070313 271692 
libjson-glib-1.0-0-dbg_1.0.2-1_amd64.deb
 5679d27d5f588ef707c7fd31dd6ae81219123f45 130494 
libjson-glib-dev_1.0.2-1_amd64.deb
 70d23f86488f031c4a35a6d032904d5b4d227fe5 113852 
gir1.2-json-1.0_1.0.2-1_amd64.deb
 429d78d237d93d11b4d4a499610ddbe85f867fff 114416 
json-glib-tools_1.0.2-1_amd64.deb
Checksums-Sha256:
 f020c10ac0a40977d0f0c81068f60dff35880e2c625eabfaa9e0d620bdbece92 2056 
json-glib_1.0.2-1.dsc
 887bd192da8f5edc53b490ec51bf3ffebd958a671f5963e4f3af32c22e35660a 550340 
json-glib_1.0.2.orig.tar.xz
 6211f6cd12d7e6bc5dcd675acd0f8e0b1dbb2d14a13bdadf474c6f44cb564e8e 5692 
json-glib_1.0.2-1.debian.tar.xz
 5ca554f121dbc7200f5c545fdf6a9aacb6eda6a2e521b5307915c9b24016ca12 147396 
libjson-glib-1.0-common_1.0.2-1_all.deb
 8eca9a987214c60909f646e56098959f72308cc5a64093d5c89eca30d98fea01 155150 
libjson-glib-doc_1.0.2-1_all.deb
 795df8460d3ae8f6b05133d43ca60949d5f48ea266a7461df6c7670eb75d813c 157968 
libjson-glib-1.0-0_1.0.2-1_amd64.deb
 6f0d5ea90ba0258f51677c3122884100638696d67be5e19d7425f44eb5191eb0 271692 
libjson-glib-1.0-0-dbg_1.0.2-1_amd64.deb
 96082611d3d9de5c0035fdd0e0cc9e0fe84a46477dff391ecc579396a6ef45b2 130494 
libjson-glib-dev_1.0.2-1_amd64.deb
 16ce65fbb0e838e44b613f787c104cf28c599c85c06bf02340a65686f2c38e78 113852 
gir1.2-json-1.0_1.0.2-1_amd64.deb
 0357b9a780db6f980209b2bafee565e43a054ba15aae853d895e2082ca790e6f 114416 
json-glib-tools_1.0.2-1_amd64.deb
Files:
 d22ef5194848ee3beb6a62e9cd32a06f 147396 libs optional 
libjson-glib-1.0-common_1.0.2-1_all.deb
 950e16454f9d1e301e7eb4ca40517c77 155150 doc optional 
libjson-glib-doc_1.0.2-1_all.deb
 899630103a57ae5fb26ebc302e43c8c7 157968 libs optional 
libjson-glib-1.0-0_1.0.2-1_amd64.deb
 e2a309f016ce193aedea2cbe2dd0dbae 271692 debug extra 
libjson-glib-1.0-0-dbg_1.0.2-1_amd64.deb
 eb48ccef416b2cfb23440e339c195b88 130494 libdevel optional 
libjson-glib-dev_1.0.2-1_amd64.deb
 ebdb247257cfe9f54e01eeb8b3673323 113852 introspection optional 
gir1.2-json-1.0_1.0.2-1_amd64.deb
 2e627d39e52f4c026ff2f6707ef04739 114416 devel optional 
json-glib-tools_1.0.2-1_amd64.deb
 35d773a61e85463a98fa1c3716055cbf 2056 libs optional json-glib_1.0.2-1.dsc
 e43efaf6852958207982e79141bf371e 550340 libs optional 
json-glib_1.0.2.orig.tar.xz
 547f67c07581ff7ae4b2aafebfd1949d 5692 libs optional 
json-glib_1.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCkMcACgkQcgQ2cL3l8e7qmgCfabRjawjJxtxRNFFDG3USESES
0q0AoOO1xDltEuDxdiYUWTvoGmf1uKJS
=MS4Y
-END PGP SIGNATURE-


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



Accepted miniupnpc 1.9.20140610-2 (source amd64)

2014-07-13 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 14:43:26 +
Source: miniupnpc
Binary: miniupnpc libminiupnpc10 libminiupnpc-dev python-miniupnpc
Architecture: source amd64
Version: 1.9.20140610-2
Distribution: unstable
Urgency: medium
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 libminiupnpc-dev - UPnP IGD client lightweight library development files
 libminiupnpc10 - UPnP IGD client lightweight library
 miniupnpc  - UPnP IGD client lightweight library client
 python-miniupnpc - UPnP IGD client lightweight library Python bindings
Changes:
 miniupnpc (1.9.20140610-2) unstable; urgency=medium
 .
   * Uploading to unstable.
Checksums-Sha1:
 51a276de2857fcdcd21b803d4bb54aff961080f0 2093 miniupnpc_1.9.20140610-2.dsc
 14b4a45c077309886c8b0f0a1b2ce5faa3a9b1da 6064 
miniupnpc_1.9.20140610-2.debian.tar.xz
 7b98d717f9b20fe8c945974a47bdf627a91ef141 20372 
miniupnpc_1.9.20140610-2_amd64.deb
 72c50a5930cd5cd086230f4b963ec715dd6203a7 29340 
libminiupnpc10_1.9.20140610-2_amd64.deb
 c616515a994aebff25e943886c777fccb8f2971b 35080 
libminiupnpc-dev_1.9.20140610-2_amd64.deb
 c715c0e2febf6a18aa681a35a3a28c153deff775 31704 
python-miniupnpc_1.9.20140610-2_amd64.deb
Checksums-Sha256:
 a0c5c2f8e5616ca1a5bcdc7265fdc3f123adb3b0540e0958275b500cc2c0457b 2093 
miniupnpc_1.9.20140610-2.dsc
 7eda441738bd14cd1ca26c1bf51f601ed191e6d9db94eca7bb3e77a533a5421b 6064 
miniupnpc_1.9.20140610-2.debian.tar.xz
 2ff0c7c696b13703ed9f4f15a75a2bb5f9c67a5794de1a836f9853b3d3945e90 20372 
miniupnpc_1.9.20140610-2_amd64.deb
 c8d2a355211ce5470ae641429547893a0a0e143a33c0c26d3a64b89000d1f7a5 29340 
libminiupnpc10_1.9.20140610-2_amd64.deb
 827dd7f5eec60912c85f9aec87f525f0db0e3bdf234984864e4bfdc427a389d8 35080 
libminiupnpc-dev_1.9.20140610-2_amd64.deb
 b2a4cb1c3eb19fe7ce7a2d9c9e944bdd081885c39d35933df572d4e3165d83b1 31704 
python-miniupnpc_1.9.20140610-2_amd64.deb
Files:
 c8a65dc37ea29ab990b3548bb521ecbe 20372 net optional 
miniupnpc_1.9.20140610-2_amd64.deb
 d3e0a6872748bd97d4b6107fbdceda32 29340 net optional 
libminiupnpc10_1.9.20140610-2_amd64.deb
 954351f3a069f380be89cecee34d922c 35080 libdevel optional 
libminiupnpc-dev_1.9.20140610-2_amd64.deb
 13cca73754b18e02e7770e1c323aa002 31704 python optional 
python-miniupnpc_1.9.20140610-2_amd64.deb
 4b7427e08419c08333175081ad39924c 2093 net optional miniupnpc_1.9.20140610-2.dsc
 c6a2857e050e97ba2d40f8f803f6f3d2 6064 net optional 
miniupnpc_1.9.20140610-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTwptIAAoJENQWrRWsa0P+6bMP/0PewJ66xQnSH1Ux7TR5WT9L
U7E4ijKp6BRJFzKCpW7rPM5BkJGKVi2heoPLoWFdZ3oAGmeiE+pztGCTlNykotam
qH0Z2eLlrxMbVyV0kDI7y0PoXfucZYYlhGp7aNTq7kzRZTNTgJSHoLQO8Zav/ZRY
A+j3c1MlgOFndAHLgvw8s58xz9hgK5/gL7gownK/TvMhG+31bvlj1R3hK3O0Bq6U
+MM4LA/cmiIAynQu5YyNMp8mK9lrK+0IN62SwXhnOpOjqBc/2+zSAA8a2ts1tWVf
83eA2l+s9moAZXfVN/HGTreuxGohrVFAvkLPoUdUcuTOaGvFTFMBkE4TNKqSFORC
83I5lBI6v0zItZyLD04G+iqac5uG5WayPBF+FWaWS/krlmJpt11WpbtyLp2qrnRq
uCxq0Q/vq2SBLWIbPNXr7L3oea8ieblz3NUAI92XAhZRDFAZCBUj8Whgv70XkLIy
IOVPiEy0enZxd9hYTXtiMtczogzRMuPl4YQPSF4IYOyt1tvUiEn9zGXWhThUeJIO
ec0j043zgI0nJyeLNmTBkqKEYECr6pQPadFKwluXdZoFKwVI92mJ/AiBEw3m9rqu
10KL8Oc7UG2VQOOYF6pZ0jqVxQ5c8BlFmupqN3xF0eqg/SKon4WvkPOvn4ChM7pt
LpQTqmV9OrH0gnt5M4CC
=wOOL
-END PGP SIGNATURE-


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



Accepted pixman 0.32.6-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:31:06 +0200
Source: pixman
Binary: libpixman-1-0 libpixman-1-0-udeb libpixman-1-0-dbg libpixman-1-dev
Architecture: source amd64
Version: 0.32.6-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description:
 libpixman-1-0 - pixel-manipulation library for X and cairo
 libpixman-1-0-dbg - pixel-manipulation library for X and cairo (debugging 
symbols)
 libpixman-1-0-udeb - pixel-manipulation library for X and cairo (udeb)
 libpixman-1-dev - pixel-manipulation library for X and cairo (development 
files)
Changes:
 pixman (0.32.6-1) sid; urgency=medium
 .
   * New upstream release.
   * Bump debhelper compat level to 9.
   * Remove Cyril from Uploaders.
Checksums-Sha1:
 f56940007e1e9e909d980e5b8a32474548cc234c 2002 pixman_0.32.6-1.dsc
 8791343cbf6d99451f4d08e8209d6ac11bf96df2 816702 pixman_0.32.6.orig.tar.gz
 3157b2cc5c287edb651a4f5afbd0be34d7970f28 283044 pixman_0.32.6-1.diff.gz
 f1e6257bfd575b6d7b7890474674555ce15d41ca 504704 
libpixman-1-0_0.32.6-1_amd64.deb
 0d545ee14546823264e2657f308f55a398481db5 232214 
libpixman-1-0-udeb_0.32.6-1_amd64.udeb
 064212b1da3a5db2f0e58c3927b3e8dad74f3094 158 
libpixman-1-0-dbg_0.32.6-1_amd64.deb
 3c02471a2d0f0cca7b8b69422fd63be1ddbed461 520544 
libpixman-1-dev_0.32.6-1_amd64.deb
Checksums-Sha256:
 eaf2415ef9c84a8e2e40072329900f93082cdde448e5afb8f36ee4449c01ecbe 2002 
pixman_0.32.6-1.dsc
 3dfed13b8060eadabf0a4945c7045b7793cc7e3e910e748a8bb0f0dc3e794904 816702 
pixman_0.32.6.orig.tar.gz
 df45e0efb1bd74dba047fa5ea727c7d7b42844d6cc0e05d16d98763135ef3ffd 283044 
pixman_0.32.6-1.diff.gz
 d1ed9d6e34273fd057574a294d3c2a1e9f2853a3d1f66fdb278d6066ea477a51 504704 
libpixman-1-0_0.32.6-1_amd64.deb
 4b74f43bd4b486949e3564a283574aa8553f34f567f26a0dd7fc74aa89537443 232214 
libpixman-1-0-udeb_0.32.6-1_amd64.udeb
 0d2d2b2ab2006ca63cc5e4e9ee7fd9598a0b82081f30b13aee9bad3b19e70e9c 158 
libpixman-1-0-dbg_0.32.6-1_amd64.deb
 d5a080672e5fa0d5dd915b8138360394a1f61776a734425411012b47730d8081 520544 
libpixman-1-dev_0.32.6-1_amd64.deb
Files:
 f734f9002d915269f2fc3769d5e9e121 504704 libs optional 
libpixman-1-0_0.32.6-1_amd64.deb
 af73164e9fd9739bd18e30181ed0ec11 232214 debian-installer optional 
libpixman-1-0-udeb_0.32.6-1_amd64.udeb
 17d6b339817743d2693eb48b2a098524 158 debug extra 
libpixman-1-0-dbg_0.32.6-1_amd64.deb
 63d8b3f5f71eec19f118c0b9b201ebfe 520544 libdevel optional 
libpixman-1-dev_0.32.6-1_amd64.deb
 449669cead07836aab6d5da233ccec7d 2002 devel optional pixman_0.32.6-1.dsc
 3a30859719a41bd0f5cccffbfefdd4c2 816702 devel optional 
pixman_0.32.6.orig.tar.gz
 77946f7c9963be856965e9e0a6d7642a 283044 devel optional pixman_0.32.6-1.diff.gz
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwqBkAAoJEDEBgAUJBeQMM7EQAKoP1mqyrxb3S26YmS7WVCzd
IYGEB8CiNJuWymqgeysUGst7TJD31tBeAhcnx86XGwGbWe/UXplgyz2wFWyNA78Q
pCMvAGlG13xa/5Uh6EhZoIIeZWM+fsW1ni57/WTLzlmrb9sUcg0LDXRKKXvgAi0z
p5eHsezxJchETQuZX2ZEsncjGMxsLIJVpT0XSOjy9trh9oagapTls9PvlTg7RACU
R1fzkZEFIx2+yVN/EnnlEQ/siYGmKzWYZO4qENuJBbVNWatXGsNh/vBbwRJ0q4Iz
Aw1SODOxWhEc9pQ++Ei0aDGpI/IH3HkO6HT1KslQEi68BQljeWFahpmFec7c7WWe
4VMO4v7hzmyza85wjTfeUEH2/BUoYm8apolpG2rQaBasD6Z5DokDN7LBJYjs3ojQ
tb5swqJdCWa71S8p8GgWjkFnFHhTfJGzgYJWtpTTuooyHQPFMQwTrXAxYFaOvAA2
CKmdEV8zPtvGmcQLApn/Ok/bJJMl9MC28Wfj9Xj9O430fHW4H/G294wvzuK7jiXs
NYi4i/rD/IeNW6zQY7+kNkKZdWfabeMPEVQyKpi2ZIdYJbIGrckqgVb6fOPA2vC6
zboE7O/9KU5SEoVnJ+CKFq2kx5dwoCDOQOHvAd5O1/hWu8h9Eo2HBQ/2kbdxt9GM
DH+pnVXoxI7WROixtWz0
=vNdR
-END PGP SIGNATURE-


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



Accepted squeezelite 1.6.4-1 (source amd64)

2014-07-13 Thread Chris Boot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 16:52:16 +0100
Source: squeezelite
Binary: squeezelite squeezelite-pa
Architecture: source amd64
Version: 1.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: Chris Boot deb...@bootc.net
Changed-By: Chris Boot deb...@bootc.net
Description:
 squeezelite - lightweight headless Squeezebox emulator - ALSA version
 squeezelite-pa - lightweight headless Squeezebox emulator - PortAudio version
Changes:
 squeezelite (1.6.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update debian/man/squeezelite.1 with new -e option, remove list of codecs
 for the -c option, minor formatting tweaks.
Checksums-Sha1:
 3fa246e5a70fa4f0b7dd5d7fe89a220eefc2cb9f 2220 squeezelite_1.6.4-1.dsc
 dfef91b8d32a53a382186806a14ff9f1c9f1d0d2 67756 squeezelite_1.6.4.orig.tar.gz
 6e37496c186251cc72701af51b072d271daf8568 9652 squeezelite_1.6.4-1.debian.tar.xz
 7329599dddea9cb679c8fe1a49774745c2bdeade 66876 squeezelite_1.6.4-1_amd64.deb
 5c02a60a2096ebd05e44a7c7181ca5b02bcfd9d1 64550 squeezelite-pa_1.6.4-1_amd64.deb
Checksums-Sha256:
 f1b9f3d1513e0585d27630efcef3755fa8471d85b44299ac96f6dc4db50a3711 2220 
squeezelite_1.6.4-1.dsc
 f29064a8bfb9ace8e528e232c816ab5cc74fb82b2ccd6e4a1ed2e2a3fb42f87a 67756 
squeezelite_1.6.4.orig.tar.gz
 99c504cea5299ebd17dadc62a523097ac839c68edac34f796aabd75ebabdb87a 9652 
squeezelite_1.6.4-1.debian.tar.xz
 a5c9fe480c8c3d0e7ebc9748056997ab0e6e3f99d449ca692f6536f9abd0ed34 66876 
squeezelite_1.6.4-1_amd64.deb
 4d82a40d9f243ff740d25d0b4ae9131ef692efa3d356d63f506696781b03d0c5 64550 
squeezelite-pa_1.6.4-1_amd64.deb
Files:
 51c12d943abd82ca083616f1dce2583d 66876 sound extra 
squeezelite_1.6.4-1_amd64.deb
 131b27668bb3a8cc7124e3dbfcf323fa 64550 sound extra 
squeezelite-pa_1.6.4-1_amd64.deb
 26def9545c96e13e6d510b8328f1e163 2220 sound extra squeezelite_1.6.4-1.dsc
 942b7e277a9b5c7c989163b0c8535dbe 67756 sound extra 
squeezelite_1.6.4.orig.tar.gz
 2714c9f9927057e61d61aadc45b408e3 9652 sound extra 
squeezelite_1.6.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQJ8BAEBCgBmBQJTwqweXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQThBOTBGNTdGRkIxRDY0N0U0MDM0REE0
MTFBNzMzRTY3RDY0RkZFAAoJEEEacz5n1k/+jXUQANyQu0gF7zbMItXT9mYL+Nr8
Y3Vw5l2cVZCFgD5Ag4+3Fi+MN8ovAqj+DHhSFwhAQbqcqViS815nbGviq4XGynHr
z+5f3gt84oGh9tXjYjzoQiRrVDlhDcVv35UADje0JflcpJCDZ/AQny5G468myxKx
Mma0a9zW6XHdnUEeAT12pKN0a/Egy3AE7YE7yvV2GRayVg5O//lyssajpWOvtBB3
bnnFiARfQmpoHhNZen74EzySsDN3TnKi1/LZnGvAWegTRZdrFRijLI4qVWtuprbA
0WZIETc5yrsx8w/txw+LYitPfCReIe/dokS5dXOsY8NT9EWrvq9kswtcwg367r7d
yXPAlfLgfAvKsQ9IX0f00uX3+5BxPXNh0XXZusdtAeVQ11Br2NmSXBCQGKbI8INS
OWoqflvMKLImC3/1R6AYOOLUPo4OSl+vsgb0Qu37sWENe3dbt3hPXNcpR4ovAmzj
KUCdL1Rpp0e2G6IIzGQaEpZmuxCByNZ/sJ2MFDLzibiHvH/DVewCptmBntwuVytF
IhTUvwvZHuQHPXsr019+Ub/pI5Ipn8ZQcjisZqwb2ni19DA23bjWJqOIirir0VGY
ciXn1lcT6rXQfr9tSUssjtfaAV8ljpTM7dSCDwlfJBlJadoVwKbIKLyMCWum7E8g
IH9k/vEiPVaf7iq9Kw49
=A6Uj
-END PGP SIGNATURE-


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



Accepted youtube-dl 2014.07.11-1 (source all)

2014-07-13 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 12:31:12 -0300
Source: youtube-dl
Binary: youtube-dl
Architecture: source all
Version: 2014.07.11-1
Distribution: unstable
Urgency: medium
Maintainer: Rogério Brito rbr...@ime.usp.br
Changed-By: Rogério Brito rbr...@ime.usp.br
Description:
 youtube-dl - downloader of videos from YouTube and other sites
Closes: 740616 752740 754569 754585 754628
Changes:
 youtube-dl (2014.07.11-1) unstable; urgency=medium
 .
   * Imported Upstream version 2014.07.11.
 Closes: #754569, #740616, #752740, #754628, #754585.
Checksums-Sha1:
 f5357ee59dcf04bd8ae324746032c49449ef874c 1293 youtube-dl_2014.07.11-1.dsc
 64c46a26dfcfcdeaf5f2c4be25a750fc3f41e5ff 864779 
youtube-dl_2014.07.11.orig.tar.gz
 5212a7cd19a75aedd4af2ec1ad40797a6887e0cf 42736 
youtube-dl_2014.07.11-1.debian.tar.xz
 4bff49310d17f755dc42f3628e9c6f80afd1c952 307642 youtube-dl_2014.07.11-1_all.deb
Checksums-Sha256:
 481cae4fa2b1c53c0a73d5b5a7c9c3e917a088fee32861b2853deea7d99e2df0 1293 
youtube-dl_2014.07.11-1.dsc
 ca001173979e688bd9fbdfc2536f0b400b5faf02323ba22ebe24a1267c319c2d 864779 
youtube-dl_2014.07.11.orig.tar.gz
 b209a2edb0701ee02fda9509f2f1f0b98e25553a83a7d4e419658303beea5de7 42736 
youtube-dl_2014.07.11-1.debian.tar.xz
 ccdbbb860ee977315d4189679b0f4e1ea8e3a8de35c5f1dd72bb4492a89f0d57 307642 
youtube-dl_2014.07.11-1_all.deb
Files:
 691e60b23f811e66c292227e6ffaa8c5 307642 web extra 
youtube-dl_2014.07.11-1_all.deb
 f74845eaae253b586ace86d3872269f5 1293 web extra youtube-dl_2014.07.11-1.dsc
 ae60a2a3bcfab7020b4a9bff9a25e00f 864779 web extra 
youtube-dl_2014.07.11.orig.tar.gz
 b483de7bc3024f41dddec8cc20653c66 42736 web extra 
youtube-dl_2014.07.11-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCpnYACgkQCFqbMnwsrrgcXwCg6vjpqiplkSMJkEsLxO2BXa/W
YLMAn3o34uxdD/Mza+ls9J6OgGP+hQ+s
=6Q8K
-END PGP SIGNATURE-


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



Accepted ctpp2 2.8.3-12 (source all amd64)

2014-07-13 Thread Vasudev Kamath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 20:18:36 +0530
Source: ctpp2
Binary: ctpp2-utils ctpp2-doc libctpp2-2 libctpp2-2-dbg libctpp2-dev
Architecture: source all amd64
Version: 2.8.3-12
Distribution: unstable
Urgency: medium
Maintainer: Vasudev Kamath kamathvasu...@gmail.com
Changed-By: Vasudev Kamath kamathvasu...@gmail.com
Description:
 ctpp2-doc  - HTML template engine for C++ - documentation
 ctpp2-utils - Tools for ctpp template conversion
 libctpp2-2 - HTML template engine for C++
 libctpp2-2-dbg - HTML template engine for C++ - debugging symbols
 libctpp2-dev - HTML template engine for C++ (development)
Closes: 754638
Changes:
 ctpp2 (2.8.3-12) unstable; urgency=medium
 .
   * Update symbols file for kfreebsd-amd64 architecture.
 Closes: bug#754638, Thanks to Cyril Brulebois.
Checksums-Sha1:
 f75e2bd35d6d3a2f548994a1e261f925d11fdffd 2174 ctpp2_2.8.3-12.dsc
 364cd55dcda99679d470a62ca8efd5ea401fa09b 18524 ctpp2_2.8.3-12.debian.tar.xz
 99874f687f3f7dd2c68a10cd0b1f59d3a439af0e 2065796 ctpp2-doc_2.8.3-12_all.deb
 a0225374aa0ea429d3c44d15c61d7012600bffb8 33170 ctpp2-utils_2.8.3-12_amd64.deb
 f14a6169abfa47488c8bcf515eb6d736003443d0 297220 libctpp2-2_2.8.3-12_amd64.deb
 8db49e7b20087313c92da16ec54a9f167a148546 1607748 
libctpp2-2-dbg_2.8.3-12_amd64.deb
 5ed675d1a8a016b92d6d9392f4d55a1df6aedea4 453906 libctpp2-dev_2.8.3-12_amd64.deb
Checksums-Sha256:
 56092dee59a0cae8c0d3a06071713581e23d5767e90c0d186e162d0d53888982 2174 
ctpp2_2.8.3-12.dsc
 099b45f88c95362e4ce81d7a6235d744d3955e9b72b74bd17ab6b79925f45039 18524 
ctpp2_2.8.3-12.debian.tar.xz
 bbfdf1c088c08b86fffd49023754cdae4baa8b0ba3df3ea1dbd5a8b047c1e91f 2065796 
ctpp2-doc_2.8.3-12_all.deb
 0d1535cec33a24735b7cc96448db01cd1ba830f5d9be8ec4bb9c56c857fdacd3 33170 
ctpp2-utils_2.8.3-12_amd64.deb
 e5db3df6b84436661b5e79376ffa5955db1948e0843e28b26676e7f5adbdc452 297220 
libctpp2-2_2.8.3-12_amd64.deb
 f15f7e58d3924cd46d3980042898b0dcfeb41b968d8addf6a870a18e7ea69e33 1607748 
libctpp2-2-dbg_2.8.3-12_amd64.deb
 626fe2f742d75f249ed43d122345b102b9673e2c9c8644e6314fb95a84daf638 453906 
libctpp2-dev_2.8.3-12_amd64.deb
Files:
 23c28a03d7df00a852c2793ce1a146f8 2065796 doc optional 
ctpp2-doc_2.8.3-12_all.deb
 d7ad36d0d848cc43c3a754354ad514ed 33170 libs optional 
ctpp2-utils_2.8.3-12_amd64.deb
 9d8f9494298be53a85b37025c2ea584c 297220 libs optional 
libctpp2-2_2.8.3-12_amd64.deb
 4757863450fa9f050c30914bd1b21736 1607748 debug extra 
libctpp2-2-dbg_2.8.3-12_amd64.deb
 58d4f3ba750cdbb9725bb165d986d568 453906 libdevel optional 
libctpp2-dev_2.8.3-12_amd64.deb
 5a5e26144e00d81cc05a289c8dc36bd4 2174 libs optional ctpp2_2.8.3-12.dsc
 bc384669c299c1ca434e83e8180aec56 18524 libs optional 
ctpp2_2.8.3-12.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTwq57AAoJEGyPdK6HcAt+yCEQAI9Lrs03nvNfgzY6s4Bovtrw
JsCAsyshRQUd4S4GqaV2WPTuCRFkWg97UbxdlOr2jNkh/qzTQJR/eBXk8IVO3hxA
JTfHSEDVyZuc+t3nAErFScUgW+p23sS9Gb6YbFxoyE5zAKzOQqlENTVrkNMe0Wrl
be0cH+3F0ZDK/ZZD+Yn21pae2Z8KBwLdddnORcGVBq9Rp+rOXNQqhiJfNmS0y2ue
GVou4fFW0U5kPy0KKLfN8OZc8x5GyOoYFPEd6e7yBAQgCju2wCN1mkPo0Yoi3fgm
4FcLQEVxMH5Vphb6NYBYhqqIHMxqJumAZuS4YtqPl2x/CJ4oTTD3bIBX7HNsRBKH
P4LGOBg1XmpxTSDAlyiN8BzGcRsXfl8e1mCfp1o66WDODShRCi+aMQ5GR8hZReFd
P54JLsfhv9aIawX34rLMQkLKt7660JrIHi+6yPQKdseZkTisqNJw4TdnlXSqO/j5
kJKYf3eSItKzdPz1j1OJPFi7OjuuA44wY67D6/fSfuOuSZLHT9MK66+vn4Q7+47A
ZjXhnBMEUBVXCAnx6esJUbhnlBQmWeg12U7kyCw9XRw8G8RDCvez0GAsysCea2Wh
iPuvFpvrb4Effh+kk36cQVTRj/JJaKRzLtEq7zK1ohB5KN0jCcFADMCki8zdKnaO
USE6ObjBeG6RfX36WrIO
=0IhL
-END PGP SIGNATURE-


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



Accepted r-cran-ape 3.1-3-1 (source amd64)

2014-07-13 Thread Dylan Aïssi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Jul 2014 17:25:05 +0200
Source: r-cran-ape
Binary: r-cran-ape
Architecture: source amd64
Version: 3.1-3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Dylan Aïssi bob.dyb...@gmail.com
Description:
 r-cran-ape - GNU R package for Analyses of Phylogenetics and Evolution
Changes:
 r-cran-ape (3.1-3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1:
 fbaaf23360c11a5aa225f1f1d54c1ae65c2b31f2 2013 r-cran-ape_3.1-3-1.dsc
 797bb99319cdcf5fe6f8646632d7d13afcdc51a0 749382 r-cran-ape_3.1-3.orig.tar.gz
 55bb5ac9fe5ed9d84e84e5278ec940aa2e87d0bb 3316 r-cran-ape_3.1-3-1.debian.tar.xz
 a57c9b47aa32f5e5c08f7adb3ec815fabafe88f8 1284830 r-cran-ape_3.1-3-1_amd64.deb
Checksums-Sha256:
 d383b6295172833b06e3065dc651be9369f1bb29a08e2465f22aedac8ec31f25 2013 
r-cran-ape_3.1-3-1.dsc
 fb36a11022ec473cb020a9a1f16a3b6037de4d736436d4c7e7dc1df71f8224d2 749382 
r-cran-ape_3.1-3.orig.tar.gz
 557171c77989f98af893c922387ed16ec2484154244d79cc3a1911425184ea7e 3316 
r-cran-ape_3.1-3-1.debian.tar.xz
 9be3cb81767a83e1170347b2dbc21369845b595a4a8115e794c41e3280d55317 1284830 
r-cran-ape_3.1-3-1_amd64.deb
Files:
 d38af50342c0cded034d707f0c06b008 1284830 gnu-r optional 
r-cran-ape_3.1-3-1_amd64.deb
 f04843865175299fb9aa7d55374e0196 2013 gnu-r optional r-cran-ape_3.1-3-1.dsc
 0484a18037d43a1d10224a14872421eb 749382 gnu-r optional 
r-cran-ape_3.1-3.orig.tar.gz
 04792b901a93ff458a83d91c86becdd2 3316 gnu-r optional 
r-cran-ape_3.1-3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTwq6qAAoJEFeKBJTRxkbRbHAP/RQtjAyR0aqwUr+KxNiFnpjU
ZPWn9vLxzJulNy+7K2xK9ayoEtSz77naEA6MLIZuPQSY8UCMMmLtDuz9/pWcgjLh
Y4vSdvoTuSoZjVznrx8cMDllNSDF64MuhcvPtIpweovbNED64s2eUamXhFrA9Sbb
jBbrmdJ3fAEtcSGNwbERACUs3qCIRAMQJHQGr8b9SF7oA8TBbz08h52sIiCsbcf1
zhBG69twjiyRbGxT3EWLobV8oBj/kOm5fTdD9p7IX+rgQnZst4xX/zXK6EoxbZXa
3oGvaF9ipzMdvtWPa/RbZBdx9+pbjtykURUVTS30bqQT/Zeh9L0Wq1HbsifoLgWa
vru3LY4Vpy3ArzjhqehL4eKEW96WdHK9dCdt4K1p7leiCCJCYW2s3djdXwiuHTdp
Q3AZeLhsw4dfr7rTQY9AY4oAZ0niMCjaTpAtJE6CjhavQVqfZ5v8jMUFH2eWlnIu
7JlVg0aXxL3L6kwwkv7D1i+nZYpXqUWsOg2P+MjwVx9MIw+nz6eEznqaL3bIGphr
nIlQiWiTPKieQQ1fcL+f9lm6wuurqHjxKrWCjyT29QOSiR7pUgF6uycLn7rNOfoZ
r7AdDwLyPgjZDbnd/jjlUk+8mXiLWv0QRGkocbpABLSGlZm5SEC7sqIPCvpWM5B4
xLqb+oEU6s7axcN0Iurf
=iAp3
-END PGP SIGNATURE-


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



Accepted stress-ng 0.01.22-1 (source amd64)

2014-07-13 Thread Colin King
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 17:19:05 +0100
Source: stress-ng
Binary: stress-ng
Architecture: source amd64
Version: 0.01.22-1
Distribution: unstable
Urgency: medium
Maintainer: Colin King colin.k...@canonical.com
Changed-By: Colin King colin.k...@canonical.com
Description:
 stress-ng  - tool to load and stress a computer
Changes:
 stress-ng (0.01.22-1) unstable; urgency=medium
 .
   * Makefile: bump version
   * Add directory entry thrashing
   * Track ftruncate errors
Checksums-Sha1:
 757b46692786fdbc5ee73f40a734a05189784377 1724 stress-ng_0.01.22-1.dsc
 50d0e21c3717418f0da0f2464473af2a22fe50d4 23169 stress-ng_0.01.22.orig.tar.gz
 ef0d011bb1f1e7e4786ef9361ce95926683815d3 3084 stress-ng_0.01.22-1.debian.tar.xz
 f2edf10655084b1cb114a2f36a0cf2c696b3db99 20146 stress-ng_0.01.22-1_amd64.deb
Checksums-Sha256:
 6fcb3ce42d5a0b83e0fdb7fa43d47dc91f682ffa46c19cffdd1610aae4dd67fb 1724 
stress-ng_0.01.22-1.dsc
 af5a91112dc75925efa800dac96aae618d97c7a852c2bfa4999cabc19147d723 23169 
stress-ng_0.01.22.orig.tar.gz
 248c033b649deb21fdeddb43611f91a5695fe595c0da972411de869a3aba2514 3084 
stress-ng_0.01.22-1.debian.tar.xz
 0f24f3ab3f1df08a5c28d6e0c35e19eae8ee259041f2452c7b55b713e1ea663c 20146 
stress-ng_0.01.22-1_amd64.deb
Files:
 c0015417a3ee78ea469bc73fd2038575 20146 devel optional 
stress-ng_0.01.22-1_amd64.deb
 49dde71eb6c5fdbcb0bf22a26caeb940 1724 devel optional stress-ng_0.01.22-1.dsc
 c04fcf585e09ca6c4ea4ae697d84a349 23169 devel optional 
stress-ng_0.01.22.orig.tar.gz
 1f4da4bc157c82076939d471c0842d66 3084 devel optional 
stress-ng_0.01.22-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTwrN4AAoJEGjCh9/GqAIm+2AP/3sAFjGj8G2QDXAgERfFSKw5
qTFsIsZxKL0D4bxmmoMu7DB9vY+3Ye94yrozYcf872uR8zkvIOuEBGMuPWUGOZny
gYG6EH1CvI6GVRk0eHtjwfFavea+QL4AKKlPJklXFLcEWfFd9MF0KJTIMrPdYPWm
mACSPV9h7d1BxkKTY1h6Kb0NJ6ogeCsMI+gIP8CK2BovYFCgnGb0d6SOqA3HQF9z
vfNegdK56qaNYFgsPuJfRKjD0cJj/dvxAuQu/Zigy7CeBq1nw1GKMVxcqx01HcIC
5ilkWVAUHF1WCQRoGbFUEfxkI2eAYI24fIRt+ayUJXA34O8/Jylr9IWUjttJSo9e
XFN1xnN69HymuvboQq38pdi2pw2rbiEd3LNOcpUIMfFL8Fb5M0UOXiazRQpfLJRI
uQylE7X9i+dyE+XviYCEhs+q0QCONCZ+X+CQqlUP7r9UhVhfEoxFWKLydjL0f1p0
yHbpIhoxqp3Do61NAXLrAM8HjVFIX3CKHd+iKVciogzb2/cAygiFK3P+7iLRHxaJ
igssSXIB5bJJmy+axH336OfWVw/iVTUyzDUxV4FTVFoeA8de6C44VSOvV5iS9MUC
f6CdsxqSUO2Qcjs/JI+NjwM+KMP55vibwm48j1rwVHOyQyEfGEKQyW252QwKe35B
O2+OOyN+kvzpGk2fHyAz
=KC0F
-END PGP SIGNATURE-


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



Accepted trustedqsl 2.0.2b-1 (source amd64)

2014-07-13 Thread Kamal Mostafa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 09:15:46 -0700
Source: trustedqsl
Binary: trustedqsl
Architecture: source amd64
Version: 2.0.2b-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
Changed-By: Kamal Mostafa ka...@whence.com
Description:
 trustedqsl - QSL log signing for the Logbook of the World (LoTW)
Changes:
 trustedqsl (2.0.2b-1) unstable; urgency=medium
 .
   * New upstream final v2.0.2 release
  - Debian 2.0.2b corresponds to the changed upstream tqsl-2.0.2.tar.gz
released on 2014-07-12.
Checksums-Sha1:
 a7c559f88b07ce659504e644a377c7df8e269626 2160 trustedqsl_2.0.2b-1.dsc
 b2e910400352a37ede65e079f8a0cd78598eb9ca 2764211 trustedqsl_2.0.2b.orig.tar.gz
 d40c325304c97d3651079dd42110452b2e258a5b 16076 
trustedqsl_2.0.2b-1.debian.tar.xz
 533a152f5457665e3bd6d4ae249cad5cf3022266 1700918 trustedqsl_2.0.2b-1_amd64.deb
Checksums-Sha256:
 c3c3d3d216d177f1ec054a318e6ffa1f83c220a984df6cc19101204e8d10222e 2160 
trustedqsl_2.0.2b-1.dsc
 302bab7b56f1c56de9ef4350ee896e2ae26ec407196853139041b8bf5e843765 2764211 
trustedqsl_2.0.2b.orig.tar.gz
 6311ee6bbf4eb4faabf6bb10e6c6377282bd1c0df72ce68bc4cbf27e07e88c55 16076 
trustedqsl_2.0.2b-1.debian.tar.xz
 4cc987ee16bdec558c2e434343dfa39c64b575b15d884f625d75c424911e21b8 1700918 
trustedqsl_2.0.2b-1_amd64.deb
Files:
 418743849130bd797a1e9f2fb48763f9 1700918 hamradio optional 
trustedqsl_2.0.2b-1_amd64.deb
 5be7d4737abf26068f0e1822f5e7ed14 2160 hamradio optional trustedqsl_2.0.2b-1.dsc
 0a09ff93f6a04f447e2b8248196539c5 2764211 hamradio optional 
trustedqsl_2.0.2b.orig.tar.gz
 1f7bd44cc0bb8e35804490fbbf173b9e 16076 hamradio optional 
trustedqsl_2.0.2b-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTwreMAAoJEHqwmdxYrXhZw/8P/15YNW2FBufHRkSBBcq5f3CX
Mz8DDgYSPdRjceYfzQYNiPApRVFslr6fll9V0LUamQGKxmNllUS46zdfYeDwOdYz
3HbD1XTHhWS7OYxdLg5LCghVF3d9x25A4QlOwYGx12+Pz0pk6othXMnrSBA8CK+9
L2HyT0nBcEBYGr1NGA5xV0nyCg9pjx1D14iaK3d5omCPzklpkaCufJnxbq65zXti
35/t1ksQ+2K9WLxPZpfQFlc9SzbQx59Qjd6frMAywEcAENFzBlU0lOzWwYJ4/vpo
G6VJ6kjOjR8yr/PUyosqrVK/RZx0S3rs6FogrrNxJ4z3bAlL5OmFa3J0tWZP+p7B
yxxSSR/cPp3q7u7JhccHA9FucH9L2D3clFGoOol4SGqVMm/1joys1243JQpx3my+
qDX7viaY1jfRPnRAAezkSSxG+Vq/T/d5q6fcHaZeMHh8vLLM/DgtdnfHaVwHxKB1
xMwFvzPDfOhA9bmXBwEXR5NP2obEFrtSm3vhTLvgmfzfGWgyCU33nmLbnzDA26y9
F2pCHGMXooCyiStlBOjNXqHl+ouI1zOj8X3OFl+/9zx3UXBzajAuk2TQsHhJKhCt
v+PzJ1jiUn8Rq9QWiCMPexFFkCrsHaauF5dy+sNaRSDBaB1m+/NBArcMyX8gFmlk
xGBXAP2C+79BVgbfr4Ue
=E92B
-END PGP SIGNATURE-


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



Accepted ghc 7.8.20140710-2 (source all amd64)

2014-07-13 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 17:49:18 +0200
Source: ghc
Binary: ghc ghc-prof ghc-doc ghc-haddock
Architecture: source all amd64
Version: 7.8.20140710-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 ghc- The Glasgow Haskell Compilation system
 ghc-doc- Documentation for the Glasgow Haskell Compilation system
 ghc-haddock - Documentation tool for annotated Haskell source code
 ghc-prof   - Profiling libraries for the Glasgow Haskell Compilation system
Changes:
 ghc (7.8.20140710-2) experimental; urgency=medium
 .
   * Also ship terminfo, haskeline, and xhtml. Thanks to David Fox for the
 patch and testing.
Checksums-Sha1:
 74fc0265da25f8adb873c2fff794068c7b92deee 2373 ghc_7.8.20140710-2.dsc
 178886f027810c105b1048462adfb1df7ffd42a0 43464 ghc_7.8.20140710-2.debian.tar.xz
 4e5284dcb66730d6b3541d572a21627c9ee2822f 8328660 ghc-doc_7.8.20140710-2_all.deb
 0d090498f1c26858b34ae243a336ae0c56d0a5a7 35692380 ghc_7.8.20140710-2_amd64.deb
 fe90fc15bc831c603928dfcdba73080639194fb0 28906498 
ghc-prof_7.8.20140710-2_amd64.deb
 066fb7e3fdac80303b292707853d65500092aa45 5884426 
ghc-haddock_7.8.20140710-2_amd64.deb
Checksums-Sha256:
 159f95c525519dcf37ca706c839b4839789c7c9de0d268815174d9f8fee75f67 2373 
ghc_7.8.20140710-2.dsc
 c2c1456f5a89923b2bc148e96180346124d1c2ab7b6396cc405966a7782f58a1 43464 
ghc_7.8.20140710-2.debian.tar.xz
 33449c5545064f0b6a3ccadc6d1f83c994932b17ccc3c382804a9e69ae33a239 8328660 
ghc-doc_7.8.20140710-2_all.deb
 70440029941030b0cb57f83cf0fd92ddb1fc9fb5bc4e3d7028be3479d1670d5e 35692380 
ghc_7.8.20140710-2_amd64.deb
 f0ebb6681a5a7c99874296b470ea7d89f792473c4c9ba3a57ef9397340ddadbb 28906498 
ghc-prof_7.8.20140710-2_amd64.deb
 216e2e8b38d5583733a73d7d113a20487f7bb53b2d5135646c6db1ff64dd4c6a 5884426 
ghc-haddock_7.8.20140710-2_amd64.deb
Files:
 cc1e39287a7d7b407b5b89a81540995d 8328660 doc extra 
ghc-doc_7.8.20140710-2_all.deb
 14252aca680fb28e8e596cc00b7c9d3f 35692380 haskell extra 
ghc_7.8.20140710-2_amd64.deb
 f377bad031e8e4bdf6f78683838507ee 28906498 haskell extra 
ghc-prof_7.8.20140710-2_amd64.deb
 1abdc69634f704d85ff4b16648b8c28e 5884426 haskell extra 
ghc-haddock_7.8.20140710-2_amd64.deb
 2bd7bcacfe1ae4be419f6056dd948c84 2373 haskell extra ghc_7.8.20140710-2.dsc
 66410dceb77736dd0f15d22bb3cdcc0f 43464 haskell extra 
ghc_7.8.20140710-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTwrNTAAoJED2QirPw+/UfHgwQAKqsDTuwwbJBCRuq6ABSChrM
9XitKtW5Ahe47A1Yq0D2X/xDOhIvkChzxBGFgqFH3+9DIePfceHYkguayaIox4bB
uElhb8nQ8jNpXYRP6oP2FbnnaLUZsceMPHdwOg/9wteEPHoOQ+oLasI1MuAAWsyz
5D2LuZ+qbIjzGwc/KvQm5cWI5PzFry5Hs+enfhPsyqXqgkO/mNyXbkZVitQReiTS
6M+UIBvRIMZx07dT+kw3cvVi+pC81M3myE9V47gge0OKfbjJwIYzLAG8eUK5LuUq
p1FBoggxdEdSNNc8Q+d6hnWqNMXhtj1G4t7qgx+J8D7a3M0LgiXq6oavRRJAIc7V
SC3wGbT8kY8LpHhTIExkMuIWBLP+jUgDm1A0zaPd9wvztu8G+p968PcwgLINO5lZ
B2KjLvDtRtNB01UqhwthyPxbQAFN6V9YX33f7GyyQLF7N6u7jK12O8HJGysMe7Re
UC43rpNhNAUZQVRl2D9472PPFjycpyzvQR8mLidD1Ms95ZSlcDjlUYRS99F9Xh+Y
NRKvyE4bJs2NwJL67J0upRwv5t+nNMiemA6ZTwsF3cp8Y9dtjA5gVkJWMSmAdiWA
8jBU7r3B+Jbpx4OmFVk8dHBORtSGvK+Pgq6EqbWP6DrAbdyefboEG1cDEVQhyNtu
MJ5RbfoG/slAdF3Mal44
=mqd8
-END PGP SIGNATURE-


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



Accepted decibel-audio-player 1.06-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:32:00 +
Source: decibel-audio-player
Binary: decibel-audio-player
Architecture: source all
Version: 1.06-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 decibel-audio-player - simple and nice music player for the GNOME desktop
Changes:
 decibel-audio-player (1.06-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 21e9b607002868078023824b522b78cb0d31253c 1367 decibel-audio-player_1.06-3.dsc
 a913806079cb81b352d4c4827ec168f25708e282 4504 
decibel-audio-player_1.06-3.debian.tar.xz
 e5aa7363eda770d211ad81868dcbcf393586c85d 257846 
decibel-audio-player_1.06-3_all.deb
Checksums-Sha256:
 2a06612ffcef796e1d2ec1af52ffcd2b7a6f19d1bb1252263ac542645b4f7443 1367 
decibel-audio-player_1.06-3.dsc
 4918fd601421bd4f0ecfba64a3416dc397ff2300988f399113079656ea433933 4504 
decibel-audio-player_1.06-3.debian.tar.xz
 b2106110ec6ddcd1549bdd3f896d666b539a97f854fc03023b0574165b2e32bd 257846 
decibel-audio-player_1.06-3_all.deb
Files:
 7aa8ace434e196e61b78bbcace40bab9 257846 sound optional 
decibel-audio-player_1.06-3_all.deb
 691a45d85971dd7feaadb209bd72b898 1367 sound optional 
decibel-audio-player_1.06-3.dsc
 bd18d18fe96bf77c474c263de7098bb5 4504 sound optional 
decibel-audio-player_1.06-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuOsACgkQStlRaw+TLJxrIgCgoexSVXsF1H2Pu+XgY7khkOYm
MksAn0xBdc1qMY4Ry4/jgKscegxv5lvT
=SdFc
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6nbg-00032g...@franck.debian.org



Accepted catwalk 2.0.2-6 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 17:24:10 +0200
Source: catwalk
Binary: python-catwalk
Architecture: source all
Version: 2.0.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-catwalk - model management interface for the Turbogears web framework
Changes:
 catwalk (2.0.2-6) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2.
Checksums-Sha1:
 83d8c1eac54507720e91c2151fa91841d4ccc552 1241 catwalk_2.0.2-6.dsc
 1d79ae753247286e02fe43a0efb9f3121c2c9570 2700 catwalk_2.0.2-6.debian.tar.xz
 6b5cb5634c1379d2810ab0f27937b2b835fda751 14764 python-catwalk_2.0.2-6_all.deb
Checksums-Sha256:
 fee1a4e1d2110972aa26b0ded680a39aacc66fbdaf64346ddb40c628abdea635 1241 
catwalk_2.0.2-6.dsc
 41dfb92f85b59507054bbe3341eb65d20d60b10f29563a0760728685911cbf7d 2700 
catwalk_2.0.2-6.debian.tar.xz
 35d29fe5d45f5f7224be2d6a4568ffd22c58cb8617daddbeb81ea4bb5f1eb142 14764 
python-catwalk_2.0.2-6_all.deb
Files:
 3815df491c6e05da03eb5156a8bc7313 14764 python optional 
python-catwalk_2.0.2-6_all.deb
 5b6d9f55d13d4ea95e0c25f094162bed 1241 python optional catwalk_2.0.2-6.dsc
 aae2ee6fb5b1f51a6066f4cdac2689bb 2700 python optional 
catwalk_2.0.2-6.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuOkACgkQStlRaw+TLJwDOgCfeEsQqiFmf0Xgq3dPbV2HjtvO
aWAAn2kb1mwaDO34HFpBnjAWbWBMHO8h
=/a3P
-END PGP SIGNATURE-


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



Accepted django-notification 0.1.5-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:36:11 +
Source: django-notification
Binary: python-django-notification
Architecture: source all
Version: 0.1.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-django-notification - user notification management for Django
Changes:
 django-notification (0.1.5-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 24d302a91c3823df1a49a42659eb11ac2f0a8f20 1374 django-notification_0.1.5-3.dsc
 9b65503b0993ba2ade6d70c1f0aacd9f2cb83123 2204 
django-notification_0.1.5-3.debian.tar.xz
 e52e005d48552380bc55392ceb11356263153842 20296 
python-django-notification_0.1.5-3_all.deb
Checksums-Sha256:
 bafbf9ab430ac777f8468fe7eb1fcf4f80f214aefd11951812f5e4f1fc976507 1374 
django-notification_0.1.5-3.dsc
 baafdbf8f2784b349e254697f67cff2bad1e90295ee007563040f2d60ac9dc36 2204 
django-notification_0.1.5-3.debian.tar.xz
 95e3b16be4e40aacc53cf686679c35236718c627faf8d7c05b7d9706a20ca7c0 20296 
python-django-notification_0.1.5-3_all.deb
Files:
 6d186af5b1ca65897c468bb54d4f6ac1 20296 python optional 
python-django-notification_0.1.5-3_all.deb
 dba3a0975b31266b2a01f7cdfcb8b5f1 1374 python optional 
django-notification_0.1.5-3.dsc
 1a0c15a22c727b4f3dea642244787ecb 2204 python optional 
django-notification_0.1.5-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuO0ACgkQStlRaw+TLJxFsQCaAwSiBPybZL28jDQQthWyttX2
KlQAoJSk8NsngOfJ4lV7uHlnTLIztzah
=svxD
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6nbt-00036x...@franck.debian.org



Accepted django-authority 0.5-2 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:35:07 +
Source: django-authority
Binary: python-django-authority
Architecture: source all
Version: 0.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-django-authority - more powerful permission system for Django
Changes:
 django-authority (0.5-2) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 5a9697c71f953a3ce83379aa37ce3443f705a174 1325 django-authority_0.5-2.dsc
 265db49bdb925c452516b45f03de13c2b6a85bfa 2408 
django-authority_0.5-2.debian.tar.xz
 3226ae8fe505620f22b030c648b3d98f6de46777 25260 
python-django-authority_0.5-2_all.deb
Checksums-Sha256:
 53982c9635f12bd141ba98f890f437461c680e10ac8cf5c88022929896595265 1325 
django-authority_0.5-2.dsc
 412e3c69a1d89467e9dca4c75751df656bccb9ec2933f07d6caa6e0e35402b84 2408 
django-authority_0.5-2.debian.tar.xz
 e3421f673585728816e1ad4e91291d682a419686b0a9b748502dee2784a2443d 25260 
python-django-authority_0.5-2_all.deb
Files:
 ae2a9dd0c8535d6450259ec81e6ce3ee 25260 python optional 
python-django-authority_0.5-2_all.deb
 8f7cf3b65778dd61bb8f8826ed87436f 1325 python optional 
django-authority_0.5-2.dsc
 0bc2a63988642b1125684770e15a1967 2408 python optional 
django-authority_0.5-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuOwACgkQStlRaw+TLJyPygCgoArQYqf0wUlOn/Zr2Z8YPc06
JLMAoJ4KZaLEXtWxTcjdBwiTvo7InTfU
=eDs9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6nbn-00034c...@franck.debian.org



Accepted editobj 0.5.7-10 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:37:28 +
Source: editobj
Binary: python-editobj
Architecture: source all
Version: 0.5.7-10
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-editobj - Python object editor
Changes:
 editobj (0.5.7-10) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 023649ecf8590565ecfe65bb37b02f0bddad22de 1062 editobj_0.5.7-10.dsc
 e8d7ad30e1fec1440367da7fb2e03adde5eb7ddd 3275 editobj_0.5.7-10.diff.gz
 af76d84254c435e020a0a6ff1e96e1f20656174b 38558 python-editobj_0.5.7-10_all.deb
Checksums-Sha256:
 1fbb147a00ec54fb646ea91016be9eba585039a17ef3ebb91ef8e5a7ed4844da 1062 
editobj_0.5.7-10.dsc
 4c344bed172cad5b01d76411d04c56ca9bb9cdfabbdf2625a86d5f0388e5f8e0 3275 
editobj_0.5.7-10.diff.gz
 76530e096c1fe817245a452d1d3654fd9430badfdfc586e08b26cd974b4d26d0 38558 
python-editobj_0.5.7-10_all.deb
Files:
 2fe186030d75d8f5cd8ed5b0e25d18cc 38558 python optional 
python-editobj_0.5.7-10_all.deb
 07954c0e4fcd5695998e200b2dc208a6 1062 python optional editobj_0.5.7-10.dsc
 eef24f074f7e3e45f71a3b5f8275f2c6 3275 python optional editobj_0.5.7-10.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEUEARECAAYFAlPCuO4ACgkQStlRaw+TLJyyRgCgrokomEsVefIUWwQHoKOMua/k
61wAmLqzfYp4WGfrszy2syssjXA5MOU=
=5ZtC
-END PGP SIGNATURE-


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



Accepted mirage 0.9.5.1-3 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:43:46 +
Source: mirage
Binary: mirage
Architecture: source amd64
Version: 0.9.5.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 mirage - fast and simple GTK+ image viewer
Changes:
 mirage (0.9.5.1-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 f02d49772584671d271dbe6b682dae44e41caee3 1112 mirage_0.9.5.1-3.dsc
 87c56442f82221ebe4bbe80a5e4bf7141a38e187 4688 mirage_0.9.5.1-3.debian.tar.xz
 81f7fa0c9844fb5de35f51e0ad05d6b4092fd967 90614 mirage_0.9.5.1-3_amd64.deb
Checksums-Sha256:
 9b92879a46ca07dd5aaabcb4320b37f0aa3e0d63dc31c09aee98e74eeff11f2d 1112 
mirage_0.9.5.1-3.dsc
 699164522a4ef7043c60e47d6eacf00b21ecd9beeaecf2d4f460392828845f17 4688 
mirage_0.9.5.1-3.debian.tar.xz
 a621fcb8794d08ab6959d2fe9f8ade5c2d33ff512698d0de758da96f4ab8433f 90614 
mirage_0.9.5.1-3_amd64.deb
Files:
 5cd1707ad6c18a18330a9d61dbe859f5 90614 graphics extra 
mirage_0.9.5.1-3_amd64.deb
 aab93383f9f21e0ec5f05bd54855e3eb 1112 graphics extra mirage_0.9.5.1-3.dsc
 dd1829cb4a99b61c3cb042cd696f9a2f 4688 graphics extra 
mirage_0.9.5.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuO8ACgkQStlRaw+TLJwgfACdHzs5/vhyj8XFl/6/QyJ/jHsB
A4AAnRtnnNmoCeaqbOHetqsw9LqyCrQ1
=BQvx
-END PGP SIGNATURE-


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



Accepted pdfrw 0.1-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:50:59 +
Source: pdfrw
Binary: python-pdfrw
Architecture: source all
Version: 0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-pdfrw - PDF file manipulation library
Changes:
 pdfrw (0.1-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 ffba950dcbadf7ec6a30a7cfe3c0bc93d8da5403 1170 pdfrw_0.1-3.dsc
 2f1af58b55f3b8c78aecb11009a0d46e3384b20c 2212 pdfrw_0.1-3.debian.tar.xz
 c6cbc2f49db6f297fe7e8f86b7c35a2abf9b2822 31392 python-pdfrw_0.1-3_all.deb
Checksums-Sha256:
 6d3ad29a4212c9a00c0eebb3f1c8ab9e735dea7687e5f2420348c58eec8da496 1170 
pdfrw_0.1-3.dsc
 a2d715065c53dbc3a23f33377896d2e225192f9ccb8c2fff6802008a35a616f4 2212 
pdfrw_0.1-3.debian.tar.xz
 5b93896f24de3c3f9eb2ecd238999cd923ce5bd693ea1a7eba90271684a36f83 31392 
python-pdfrw_0.1-3_all.deb
Files:
 5562bc76e19cc4374218b71c9084dcdb 31392 python optional 
python-pdfrw_0.1-3_all.deb
 eb7516dbf71948206c88ed6a9ce3309f 1170 python optional pdfrw_0.1-3.dsc
 a74d951f087f76215f4d0dfa829e10de 2212 python optional pdfrw_0.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPEACgkQStlRaw+TLJxiSACfdPUSDf8NdUc//mONO0fGhOfG
GbgAn2354CLkRW5d6cJdnGYAgGlOVSMx
=/tME
-END PGP SIGNATURE-


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



Accepted py-libmpdclient 0.11.1-4 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:53:18 +
Source: py-libmpdclient
Binary: python-mpdclient
Architecture: source all
Version: 0.11.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-mpdclient - Python interface to MPD
Changes:
 py-libmpdclient (0.11.1-4) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 5485036d67ab194515a66c524ba85dea0e06e033 1080 py-libmpdclient_0.11.1-4.dsc
 2beabc4d75d47dc2d5ef441bb24638429d93fbc1 1707 py-libmpdclient_0.11.1-4.diff.gz
 24715f917c1ccc42c40efedf43dbc3832fd6fb94 5854 python-mpdclient_0.11.1-4_all.deb
Checksums-Sha256:
 a02b684af4e5f4d88c490f42130d381521717828ac601c6e78720b6563f6ef64 1080 
py-libmpdclient_0.11.1-4.dsc
 a532e39f2b647173f61f803ae20c3264addcdbaf0e41f2c9a8c7a2e1ad851d2f 1707 
py-libmpdclient_0.11.1-4.diff.gz
 ba10726072ed66ac30d3aabc474acf6b93dd2bf8c1e06664996bea39e57a98fb 5854 
python-mpdclient_0.11.1-4_all.deb
Files:
 afdca3808c2436d3b1d058763756b95a 5854 python extra 
python-mpdclient_0.11.1-4_all.deb
 3c3fbf8c50d244f0b7def1a0741c3877 1080 python extra py-libmpdclient_0.11.1-4.dsc
 296a9711587fa18f452bdcea714258e2 1707 python extra 
py-libmpdclient_0.11.1-4.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPIACgkQStlRaw+TLJx6LACgyS3IIjl74Br0r8+UZiZENeye
VCkAn0nG3BWHqKTgdcc8ZkdtSzVXtqB8
=ve4N
-END PGP SIGNATURE-


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



Accepted gdesklets 0.36.1-7 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:40:29 +
Source: gdesklets
Binary: gdesklets
Architecture: source amd64
Version: 0.36.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 gdesklets  - Architecture for desktop applets
Changes:
 gdesklets (0.36.1-7) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 004a61fda1f52ef1ae4bea3a71073ea45a979ec9 1336 gdesklets_0.36.1-7.dsc
 0a96c1bdb9c3dbf488a7ac671b2bacd7fd96cbdb 8627 gdesklets_0.36.1-7.diff.gz
 0a7f88a30499814bf46421fa89f4150c5cd5e216 2699192 gdesklets_0.36.1-7_amd64.deb
Checksums-Sha256:
 c75f41b2f9d0ad39c82349e88d5c01cd08bd6e8a74b750696175650f54819d74 1336 
gdesklets_0.36.1-7.dsc
 06a9eb6a7b0d30dc521bc3b2df0ff5fa4cac93db4a1a460858c79e66f8b5 8627 
gdesklets_0.36.1-7.diff.gz
 0073fe9de3dcc15301be8e2fa2eae64bb81c243b6be108eb9b1788fef424a73d 2699192 
gdesklets_0.36.1-7_amd64.deb
Files:
 0e198f50e7fd637eb4bc5579676d5b95 2699192 gnome optional 
gdesklets_0.36.1-7_amd64.deb
 0a635777e13cbc3499caaff04ccab941 1336 gnome optional gdesklets_0.36.1-7.dsc
 b3271a3d05e6bfdbe9cae728be5c22f2 8627 gnome optional gdesklets_0.36.1-7.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuO4ACgkQStlRaw+TLJx/fACgwjbSjvypkQdN7cucnTKnpYm0
vxwAmwc5TDlOpJPp9ohjUzUEy8XOOFCf
=lVvR
-END PGP SIGNATURE-


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



Accepted museek+ 1:0.2+svn20100315.r1208-3 (source amd64 all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:48:30 +
Source: museek+
Binary: museekd python-museek museeq mucous museekd-tools musetup-gtk 
museeq-locales murmur
Architecture: source amd64 all
Version: 1:0.2+svn20100315.r1208-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 mucous - Python/curses client for museekd
 murmur - PyGTK2 client for Museekd, the P2P Soulseek Daemon
 museekd- Client for the SoulSeek peer-to-peer network (server daemon)
 museekd-tools - Tools to manage a museekd daemon
 museeq - Qt client for museekd
 museeq-locales - Translations for museeq
 musetup-gtk - Gtk based museekd configuration utility
 python-museek - Python bindings for museek+
Changes:
 museek+ (1:0.2+svn20100315.r1208-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 649f2594ef2a9cc09abf5916050af323dfcfb54b 1644 
museek+_0.2+svn20100315.r1208-3.dsc
 8c3bcebe1a9d1d885bd34b9d3f4325ad604d809b 8604 
museek+_0.2+svn20100315.r1208-3.diff.gz
 cf4618c508f5cf655761b422e53737bdd49a6557 585702 
museekd_0.2+svn20100315.r1208-3_amd64.deb
 f726084e5d9208e262a35d4c91e604bcd5f4557c 37002 
python-museek_0.2+svn20100315.r1208-3_amd64.deb
 aec6c943cfce44377e0a2c6471b1f044c1d2b798 1038848 
museeq_0.2+svn20100315.r1208-3_amd64.deb
 bca2c43036a4429a5e4f72ee33ae01ba1d4940f1 88132 
mucous_0.2+svn20100315.r1208-3_all.deb
 0228e4f6ca1f80fa96613e9414772cc088eaae9a 17134 
museekd-tools_0.2+svn20100315.r1208-3_all.deb
 1ca33e0996169fe02895253baf8d068278a69309 56918 
musetup-gtk_0.2+svn20100315.r1208-3_all.deb
 407f2f72499934f46eebf3fc4a5c38cca26e38bc 48746 
museeq-locales_0.2+svn20100315.r1208-3_all.deb
 0cfbf1d5e971fa1654db7b552c2f7e78765fdcaf 135908 
murmur_0.2+svn20100315.r1208-3_all.deb
Checksums-Sha256:
 c007810d914a7f0512d177992994dfc1fc7fddf9624247089af8eb43f30c858f 1644 
museek+_0.2+svn20100315.r1208-3.dsc
 cb1cbb0a535606a4b4b67c0632c1858d4fa785ef45e6ac562ccf35d5f6aa05ec 8604 
museek+_0.2+svn20100315.r1208-3.diff.gz
 5dc6c54ae9c8df4e6ab7199f89fae1c64a56a39b260c1f476f8a77816f7b83f5 585702 
museekd_0.2+svn20100315.r1208-3_amd64.deb
 f743a8be1b45831d8d73a866628cd1a3af0273b3a024ec41f27a46b484629909 37002 
python-museek_0.2+svn20100315.r1208-3_amd64.deb
 41bd0e2b1d37f03809132302717d5b261e9a2e8b887cbdbb71e6f453e8502ca3 1038848 
museeq_0.2+svn20100315.r1208-3_amd64.deb
 6cfb2843cdd0e2a05ffca3a98c36381eb8254c2e525e56c6a2cbff2e751988c9 88132 
mucous_0.2+svn20100315.r1208-3_all.deb
 77e55f2622575e8986e36049e04028d38ee4bbc5978c9483ca6ba50f06b653e2 17134 
museekd-tools_0.2+svn20100315.r1208-3_all.deb
 c484ec5d2a69f0a6910267e049c93d012c142bb94d463041637490a61e35cb30 56918 
musetup-gtk_0.2+svn20100315.r1208-3_all.deb
 43f91e176adb9ad96b1e7d4220895e04218d3f85b63a35014f7f92b40b01889d 48746 
museeq-locales_0.2+svn20100315.r1208-3_all.deb
 52aa7a21fbd1bdc0df0fd4606a04550b7ba8c7b9354b4700988138b60183354f 135908 
murmur_0.2+svn20100315.r1208-3_all.deb
Files:
 14cf053705724ad30d527d45a8e0e1a1 585702 net optional 
museekd_0.2+svn20100315.r1208-3_amd64.deb
 b2007a72c6c590d706f550dfe9ec0313 37002 python optional 
python-museek_0.2+svn20100315.r1208-3_amd64.deb
 27e7bf52229cc7eece83686cd6f311f1 1038848 net optional 
museeq_0.2+svn20100315.r1208-3_amd64.deb
 7fc8acfa3ab88e57ec760d51a0354e04 88132 net optional 
mucous_0.2+svn20100315.r1208-3_all.deb
 7557efc5807268578787c90e04ccab56 17134 net optional 
museekd-tools_0.2+svn20100315.r1208-3_all.deb
 54fa42066bf944a178575914e28ddd1a 56918 net optional 
musetup-gtk_0.2+svn20100315.r1208-3_all.deb
 b41d698027f82b3630da6908001f52f2 48746 net optional 
museeq-locales_0.2+svn20100315.r1208-3_all.deb
 b02881987dc6673d40ff5dfadd8c6626 135908 net optional 
murmur_0.2+svn20100315.r1208-3_all.deb
 695cbcb3c36b8fc5327c2411baec7ea5 1644 net optional 
museek+_0.2+svn20100315.r1208-3.dsc
 06dde1b3f5414e977661f220706657e5 8604 net optional 
museek+_0.2+svn20100315.r1208-3.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPAACgkQStlRaw+TLJyCzwCgiwlMS7zucW+7hkv2KjE5DxQn
sIEAn3S7KzBeLn2VP1lrTSALwvN1FDdI
=pPNC
-END PGP SIGNATURE-


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



Accepted ntfs-config 1.0.1-11 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:50:01 +
Source: ntfs-config
Binary: ntfs-config
Architecture: source amd64
Version: 1.0.1-11
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 ntfs-config - Enable/disable write support for any NTFS devices
Changes:
 ntfs-config (1.0.1-11) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 36871b4a70039e196cc002082fe4ae757a5d6cd1 1234 ntfs-config_1.0.1-11.dsc
 7fc250933f40a94914c410044bfed18653e59f8f 10556 
ntfs-config_1.0.1-11.debian.tar.xz
 406b0410ff817ed9f56455f73b5fd4e78e90cd69 82766 ntfs-config_1.0.1-11_amd64.deb
Checksums-Sha256:
 47bc59516eb128ad7c770a6e02a61c36bf81f67104a182b7b7b1fa3c25ff719d 1234 
ntfs-config_1.0.1-11.dsc
 c3c48f3aa2df6f504f5d22c824b185d400779bd26a4c23c56162423585f4f897 10556 
ntfs-config_1.0.1-11.debian.tar.xz
 1a6df276f3f3107eb03260ba793af01b746a7868a295c0ac68d0e8962b6b5cfc 82766 
ntfs-config_1.0.1-11_amd64.deb
Files:
 a4351ba3d8a52114301c2bf3253aefb5 82766 admin optional 
ntfs-config_1.0.1-11_amd64.deb
 098505328bef10ea6355f5654e2adfa3 1234 admin optional ntfs-config_1.0.1-11.dsc
 0b7d5167f6c08f34f4550193570ec791 10556 admin optional 
ntfs-config_1.0.1-11.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPEACgkQStlRaw+TLJxPLQCcCdFlyz9hkfQS5g+4U1EXYWHF
DvQAnjsJ7MfE0uPIYiWI1f1gnLlwadas
=Llnk
-END PGP SIGNATURE-


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



Accepted pyrite-publisher 2.1.1-9 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:57:10 +
Source: pyrite-publisher
Binary: pyrite-publisher
Architecture: source amd64
Version: 2.1.1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 pyrite-publisher - Convert html and text documents to palm DOC format
Changes:
 pyrite-publisher (2.1.1-9) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 995c0a4e6c806c04a21f34cee1c4071cb2461433 1074 pyrite-publisher_2.1.1-9.dsc
 86868e7df934deb3c956d85a91a2e5163408cfd5 4743 pyrite-publisher_2.1.1-9.diff.gz
 7f6b5f38e0a93cecc62b1e201f64b6b11a99fda5 111330 
pyrite-publisher_2.1.1-9_amd64.deb
Checksums-Sha256:
 8a0bb50dd6f128f16c647a4d4e61fc430a742d708b823bf86ea7b4b5088ce3e1 1074 
pyrite-publisher_2.1.1-9.dsc
 6bd3fdb252907751479b8df28fd330da0f889272688e1e6826ff6f99819757d3 4743 
pyrite-publisher_2.1.1-9.diff.gz
 67b0bb973f9cd6226c2a36bd0d67aaed82b0d099a0a9ebfdf52448fe1876cd33 111330 
pyrite-publisher_2.1.1-9_amd64.deb
Files:
 69b14ce8fd2acc3a5688eba6dc96445c 111330 otherosfs extra 
pyrite-publisher_2.1.1-9_amd64.deb
 4265a35c182452086c93db130e997733 1074 otherosfs extra 
pyrite-publisher_2.1.1-9.dsc
 fa7f697e5ddd8cbfc01e45234dedff62 4743 otherosfs extra 
pyrite-publisher_2.1.1-9.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPMACgkQStlRaw+TLJyWVwCgprPLKeE3YgKZteiuZ9HUVC7q
264An37MawmTygGGS4ajJMSPZLzNy4dH
=Slho
-END PGP SIGNATURE-


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



Accepted python-contract 1.4-4 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:02:03 +
Source: python-contract
Binary: python-contract
Architecture: source all
Version: 1.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-contract - Programming by contract for Python
Changes:
 python-contract (1.4-4) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 662b6833bca6fba9e8a54dc4eecacf662a20d593 1308 python-contract_1.4-4.dsc
 d5568c960ae9eb1e0c832a8f9047f313cdc42c74 6244 
python-contract_1.4-4.debian.tar.xz
 d69c4e59ec08ef24d9823621d9dec2ed29aaa380 27106 python-contract_1.4-4_all.deb
Checksums-Sha256:
 91f1355077c32c323d6279e153e4fbdd8831375e601788c68cf32da3de4e6ec4 1308 
python-contract_1.4-4.dsc
 0b8a41d2b8b2bec4610d4ae475aa7f85b19ae807f3055b113411c748abc24660 6244 
python-contract_1.4-4.debian.tar.xz
 ba6ec067699392ec4dde2b6bee7246453c7268014bedc3ea4cbde4d48c746bcc 27106 
python-contract_1.4-4_all.deb
Files:
 e38cf32572acdd08e57bc66e96508636 27106 python optional 
python-contract_1.4-4_all.deb
 069a4fdaf9954c2aeae29fa9b473b6ea 1308 python optional python-contract_1.4-4.dsc
 078855fc977ea69821972985d9235178 6244 python optional 
python-contract_1.4-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPQACgkQStlRaw+TLJxFrwCfVusLx2fmbFmXsJGl/ght0FpP
65AAn3HHRx1YYL0RorkuGoLfA9UsPnRa
=AY7M
-END PGP SIGNATURE-


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



Accepted python-django-treebeard 2.0~beta1-4 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:04:58 +
Source: python-django-treebeard
Binary: python-django-treebeard python-django-treebeard-doc
Architecture: source all
Version: 2.0~beta1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-django-treebeard - Efficient implementations of tree data structures 
for Django
 python-django-treebeard-doc - Efficient implementations of tree data 
structures for Django (doc
Changes:
 python-django-treebeard (2.0~beta1-4) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 e8d64eda3f3bf6aa1172e37889a44d075e4c8abb 1528 
python-django-treebeard_2.0~beta1-4.dsc
 14c9e5605fbba6012d4ae0b4a2105ca094742e2e 3068 
python-django-treebeard_2.0~beta1-4.debian.tar.xz
 6740f1817fce0fd40c8dd171575541c120767423 53426 
python-django-treebeard_2.0~beta1-4_all.deb
 e1abb85c226367a917d3f61603285d07d6da2a53 139414 
python-django-treebeard-doc_2.0~beta1-4_all.deb
Checksums-Sha256:
 156f9c1efc939491f93f7e699c7214b32993ab32e7fbbbdde62cc1023504a182 1528 
python-django-treebeard_2.0~beta1-4.dsc
 f6553b934f827258b1a60b4f1799e289ca1d29fccbe9024f61120451b104f557 3068 
python-django-treebeard_2.0~beta1-4.debian.tar.xz
 b872875dded1fb49173b0bfef691e7e349bc87e56402d4715cac7714830be0ca 53426 
python-django-treebeard_2.0~beta1-4_all.deb
 7a25ae60b6f80aa885754d7ddb0aa21221c16f58a407cf53940a1914b9eb738d 139414 
python-django-treebeard-doc_2.0~beta1-4_all.deb
Files:
 3184cd1256bb1855d6705cc2f37377ff 53426 python optional 
python-django-treebeard_2.0~beta1-4_all.deb
 afae0673eab3d45172ef17285adbc8a3 139414 doc optional 
python-django-treebeard-doc_2.0~beta1-4_all.deb
 7252f358bdf1866462b88e13e392661b 1528 python optional 
python-django-treebeard_2.0~beta1-4.dsc
 921393c05df31b6eb6264c5161a5db41 3068 python optional 
python-django-treebeard_2.0~beta1-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPUACgkQStlRaw+TLJw3yQCfdPt5c7BS32M40pJqmp7BChS5
sLYAniC7BJf4cTPFTUdDh2s5NjrNGxnH
=xuJ3
-END PGP SIGNATURE-


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



Accepted python-tgext.admin 0.2.6-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:06:52 +
Source: python-tgext.admin
Binary: python-tgext.admin
Architecture: source all
Version: 0.2.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-tgext.admin - user management controller add-on for TurboGears
Changes:
 python-tgext.admin (0.2.6-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 7dfa62bc9f34252752c031d09451f9f93af4d7f2 1315 python-tgext.admin_0.2.6-3.dsc
 3d08356ddfb2f1042a85a5f02ba2c432682b87d2 4067 
python-tgext.admin_0.2.6-3.diff.gz
 45a0b0d87adb5554754b04bf75839150142bbd75 285670 
python-tgext.admin_0.2.6-3_all.deb
Checksums-Sha256:
 db555a36a29bee90c0094714506f7ecbf467b19ba2e808a4f8850cddc9bbd810 1315 
python-tgext.admin_0.2.6-3.dsc
 cb1d06f3da949f0c6cb4fddb15e17cb588e15fe1402a473d387ee6be15cb477f 4067 
python-tgext.admin_0.2.6-3.diff.gz
 6ccb694b5857c5a10639acc92701e59c83fa3641c7102a361181fadbde5352c0 285670 
python-tgext.admin_0.2.6-3_all.deb
Files:
 1e8b9a842f82174f075be01eca3878dd 285670 python optional 
python-tgext.admin_0.2.6-3_all.deb
 04f3311ce84e881d4155ead43805e48e 1315 python optional 
python-tgext.admin_0.2.6-3.dsc
 c8d2bf93572d309cf2a2f17892df7629 4067 python optional 
python-tgext.admin_0.2.6-3.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPYACgkQStlRaw+TLJyKLACfegUcVkR2GQGPRC039ML1nuxF
q4AAnRJaqR+8LrncvQiHXpdfatWOCuaT
=sLRD
-END PGP SIGNATURE-


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



Accepted python-toscawidgets 0.9.7.2-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:08:02 +
Source: python-toscawidgets
Binary: python-toscawidgets
Architecture: source all
Version: 0.9.7.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-toscawidgets - Python framework for building reusable web components
Changes:
 python-toscawidgets (0.9.7.2-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 4426a05cbc19d9dc322f38f7d68c18daa0009096 1358 python-toscawidgets_0.9.7.2-3.dsc
 7a6951fb68d0a1bb8b5bbf95d3e5f707847f9d8e 5144 
python-toscawidgets_0.9.7.2-3.diff.gz
 54694b84ab44a0168d389092735f053119fcd1b2 110168 
python-toscawidgets_0.9.7.2-3_all.deb
Checksums-Sha256:
 4e2e1f74036c88b464565977da4d62ed32d02f88f64b9a8b124fa340833650e4 1358 
python-toscawidgets_0.9.7.2-3.dsc
 c938726796bbee43b924e813d5cafdd5c892afbbe04d0016e3145af24582ba52 5144 
python-toscawidgets_0.9.7.2-3.diff.gz
 d6d2fd8bfcaecee470349ece456928583dc713f63daac383943ccb0284e4bd43 110168 
python-toscawidgets_0.9.7.2-3_all.deb
Files:
 1a5922cbe6c96789986b8941f239df08 110168 python optional 
python-toscawidgets_0.9.7.2-3_all.deb
 578bd56e80d674f08afa0e23befce547 1358 python optional 
python-toscawidgets_0.9.7.2-3.dsc
 807810590c9cf26f755c99d037f355ab 5144 python optional 
python-toscawidgets_0.9.7.2-3.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPYACgkQStlRaw+TLJywZgCfSH7xvd/Bf4wrruAXTebZ9vXM
3NMAnApqvVCiqDoayVb2zarAwWTaoQkv
=LD5t
-END PGP SIGNATURE-


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



Accepted pysesame 0.24-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:58:37 +
Source: pysesame
Binary: python-sesame
Architecture: source all
Version: 0.24-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-sesame - Python wrapper for Sesame's REST HTTP API
Changes:
 pysesame (0.24-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 62dd9552ef9e7667ec601dbcd121e1d92559f410 987 pysesame_0.24-3.dsc
 5035d01a4fed4eb4181f5b2daede15576c9d19f4 1643 pysesame_0.24-3.diff.gz
 5c03d087ed5cf6e9b34bf66b34ea7622c0204cd3 9506 python-sesame_0.24-3_all.deb
Checksums-Sha256:
 66e9840b6ff4e121cc78c7e12c26e2e15fe8c3aae2c19d66181870853d78b62c 987 
pysesame_0.24-3.dsc
 a5c9317b1e37a714772a68b6a8f5cc8ace34f0bda718ba71a1ff813c27d4c28a 1643 
pysesame_0.24-3.diff.gz
 226d534a63b9f73409ff2f2720b9895b8546e194c21cdb57e57f973664b0e326 9506 
python-sesame_0.24-3_all.deb
Files:
 711a5169668225a5deecf55e8ac2712b 9506 python optional 
python-sesame_0.24-3_all.deb
 a11b73337252d368ae4012a0efe95105 987 python optional pysesame_0.24-3.dsc
 2446f31adb40f795376668e10dc3ffc2 1643 python optional pysesame_0.24-3.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPQACgkQStlRaw+TLJzTxQCfeuyVA8upNkL1LGCEUnKLzFy+
bQ0An3+l40q/sX88lTzV0sRfbjY9hLSn
=UEen
-END PGP SIGNATURE-


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



Accepted pyprotocols 1.0a.svn20070625-7 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 15:55:22 +
Source: pyprotocols
Binary: python-protocols
Architecture: source amd64
Version: 1.0a.svn20070625-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-protocols - Open Protocols and Component Adaptation for Python
Changes:
 pyprotocols (1.0a.svn20070625-7) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 3441d311cafc86886949369715c517bf48ceb0e4 1315 
pyprotocols_1.0a.svn20070625-7.dsc
 fd05fb86650ac20c1493ddb00be5527a8dc78e4e 4184 
pyprotocols_1.0a.svn20070625-7.diff.gz
 12af47963dfd5b9c1ea30f01ce3efcdc88bc3bd7 38268 
python-protocols_1.0a.svn20070625-7_amd64.deb
Checksums-Sha256:
 ad3acf87c03f6662050c5c9f20d2608e6d1f17d84c5305c76e0d93b1dd86eaf7 1315 
pyprotocols_1.0a.svn20070625-7.dsc
 56151951767c7791d61ba2a29be91acc3cd9b08fb1135806b94096697856fdfe 4184 
pyprotocols_1.0a.svn20070625-7.diff.gz
 9c353c5f9aed6b6b1ff0a602686e480a01c5e5e40013081cd281d0a8fccd6188 38268 
python-protocols_1.0a.svn20070625-7_amd64.deb
Files:
 4579fe9f6ca454cfbe93fc61eb85f227 38268 python optional 
python-protocols_1.0a.svn20070625-7_amd64.deb
 413f68ad6702d427fc65392de0191341 1315 python optional 
pyprotocols_1.0a.svn20070625-7.dsc
 2b4d30930a8e6580823b2a018d05d92e 4184 python optional 
pyprotocols_1.0a.svn20070625-7.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPMACgkQStlRaw+TLJyeKgCeJtz5JmDvZhE/6jCy3Lt9cv1x
fBsAoIknx+pCq/Nqddn/5kNKW3b/ALpk
=kFxp
-END PGP SIGNATURE-


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



Accepted python-webflash 0.1a9-5 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:09:24 +
Source: python-webflash
Binary: python-webflash
Architecture: source all
Version: 0.1a9-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-webflash - Portable flash messages for Python WSGI applications
Changes:
 python-webflash (0.1a9-5) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 621520f07a770b6e447ef789cecbdd506eab0673 1297 python-webflash_0.1a9-5.dsc
 c215b3fd6bd9d19a41bbcf90255700344940304e 2290 python-webflash_0.1a9-5.diff.gz
 1430b0363c2408f692af1d41b30a2f38e9d4988c 9172 python-webflash_0.1a9-5_all.deb
Checksums-Sha256:
 3c272cd60f03534f0eb790e4901838fd67044a65cc0ff384718fd69b96011823 1297 
python-webflash_0.1a9-5.dsc
 5c653fc479e02dc05acaea51f0d3d209066e72e5480bbb7860b4187f98889eb7 2290 
python-webflash_0.1a9-5.diff.gz
 23a96838e665ea1a03099e6f36d48f549e0af266d9a1bf42159fbb00fc95e265 9172 
python-webflash_0.1a9-5_all.deb
Files:
 96450e3d3177c58a5ac39914bbf8dbfd 9172 python optional 
python-webflash_0.1a9-5_all.deb
 24bd1c9eb838776fb35bc26093106a02 1297 python optional 
python-webflash_0.1a9-5.dsc
 df593500d4601dfd6b8c723296915b7c 2290 python optional 
python-webflash_0.1a9-5.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPcACgkQStlRaw+TLJwsyQCeM2GJHmolMFpp6DssSM9IT3Xx
NEcAoMOL+tq3WSohN7DraXh1GxDxptpY
=Pv0Z
-END PGP SIGNATURE-


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



Accepted sprox 0.6.4-5 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:26:57 +
Source: sprox
Binary: python-sprox
Architecture: source all
Version: 0.6.4-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-sprox - library to generate web widgets from database schemas
Changes:
 sprox (0.6.4-5) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 fa60f5665764c48b5856ddfc51258c402f1c6b2d 1219 sprox_0.6.4-5.dsc
 a8be02ea63ab55abcc00aa946ed451b2d8a423c9 2988 sprox_0.6.4-5.debian.tar.xz
 638042a2670066da4897fc227afcbf352f6b4ebb 32166 python-sprox_0.6.4-5_all.deb
Checksums-Sha256:
 a857bf7c4e946d3bfa7bf655a83b8d38b334c1d70ebde7fc1938dd98ef166fb0 1219 
sprox_0.6.4-5.dsc
 49a53afa926ed1d97fc0739f81d26233f12e0aee0c7b6dfa1a64fb0003afbb49 2988 
sprox_0.6.4-5.debian.tar.xz
 94662d203e1c59d172dbfc0239e5e82961e2fa07a230d0455369bb093e6486d9 32166 
python-sprox_0.6.4-5_all.deb
Files:
 86c744a47e6527b72c66d29fc35207de 32166 python optional 
python-sprox_0.6.4-5_all.deb
 ee6202aebc2d4413cacc5979b79c1409 1219 python optional sprox_0.6.4-5.dsc
 0bf82581d0970b651e1f0a3551b02bd7 2988 python optional 
sprox_0.6.4-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPoACgkQStlRaw+TLJy3xwCgu6KatDIQO10ImNVnYnj8YYx8
RtYAnR0u9FFJuXbT69x80N7+adNVs1ls
=kSgd
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6nen-00044n...@franck.debian.org



Accepted pythoncard 0.8.2-4 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:10:10 +
Source: pythoncard
Binary: pythoncard pythoncard-tools pythoncard-doc python-pythoncard
Architecture: source all
Version: 0.8.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-pythoncard - wxPython-based GUI construction framework (underlying 
Python libr
 pythoncard - wxPython-based GUI construction framework (meta-package)
 pythoncard-doc - wxPython-based GUI construction framework (documentation and 
samp
 pythoncard-tools - wxPython-based GUI construction framework (optional 
development t
Changes:
 pythoncard (0.8.2-4) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 5c58f134e7eb6f58647c550006f7e93657599d36 1297 pythoncard_0.8.2-4.dsc
 83747782a0a8054c3e36cf0a0b9799a072b9b91e 11344 pythoncard_0.8.2-4.diff.gz
 c79692134d4dfb149586529a621d9d395d460069 26120 pythoncard_0.8.2-4_all.deb
 b85ce4d961eebf46ed342d2d67106af1efd000c3 31866 pythoncard-tools_0.8.2-4_all.deb
 f408bdded52ef3f2f4e2b084c4bda47c6e752d9e 897968 pythoncard-doc_0.8.2-4_all.deb
 f4b6e9363edd9f86f39961db4abf5a893c56e096 1495888 
python-pythoncard_0.8.2-4_all.deb
Checksums-Sha256:
 5b36d7a9ef46b96e38da653158c1c0882f766cce87accbd7a9b8001d4ce461f4 1297 
pythoncard_0.8.2-4.dsc
 5651393c3fe87ea2d6cd48ef40127ed723757834ec871e835f76ab0ccf62b3ba 11344 
pythoncard_0.8.2-4.diff.gz
 bc4c3811c075aa334c8b89ab91824cbec10432c7355e386827f367a4d4bab497 26120 
pythoncard_0.8.2-4_all.deb
 e12e2c8585a001e1d5b0385853ed08e9a998c226ecc735883bce30ccd7912e5f 31866 
pythoncard-tools_0.8.2-4_all.deb
 256fe00db7a851878bc94f91da272c6861278e914ff4f50e423aaa21da897a8b 897968 
pythoncard-doc_0.8.2-4_all.deb
 b86d78b3b42e762329192e46c951ce6a7e1024d06968bf7b1ba0cac17bd43405 1495888 
python-pythoncard_0.8.2-4_all.deb
Files:
 3b710e17e63f91eb6476c874d8822bc9 26120 devel optional 
pythoncard_0.8.2-4_all.deb
 4026f0a6d510e8d9e790044e4a154107 31866 devel optional 
pythoncard-tools_0.8.2-4_all.deb
 7a4cc9ff438bf93ff7bc44a10b51a8aa 897968 doc optional 
pythoncard-doc_0.8.2-4_all.deb
 7eaf1634617f8d9a569db35172b286dd 1495888 python optional 
python-pythoncard_0.8.2-4_all.deb
 aa5cd8619b389791aa69550f605ee915 1297 devel optional pythoncard_0.8.2-4.dsc
 e67daa296f226e4c1ee11bad99662d86 11344 devel optional 
pythoncard_0.8.2-4.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPcACgkQStlRaw+TLJxEmgCffmjKByeMFNNvOq3SxjOYqlhf
a7wAoKR1S0AOpHBUl2+2kylBK55B46rk
=UZ+P
-END PGP SIGNATURE-


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



Accepted reinteract 0.5.0-5 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:11:44 +
Source: reinteract
Binary: reinteract
Architecture: source all
Version: 0.5.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 reinteract - Worksheet-based graphical Python shell
Changes:
 reinteract (0.5.0-5) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 ace18bdb88496c75fcf870fbfa5f1ee2848e06ab 1151 reinteract_0.5.0-5.dsc
 edd52cf254fed576897318e079e68d72dd0a8877 2359 reinteract_0.5.0-5.diff.gz
 8513d1c530d9aa65cb25ce6b48fec7d9ae02adf8 103640 reinteract_0.5.0-5_all.deb
Checksums-Sha256:
 be6736d02582740a7456066198649cab5f8501e0f8fee8eeba63e9fddb3ae4bf 1151 
reinteract_0.5.0-5.dsc
 5fa630796b73331fbf7750520fe2f9e27da736ffa6a6c02a63ff1ffabc91d1e6 2359 
reinteract_0.5.0-5.diff.gz
 72f923aa9bea4f8fcd0ba636787b6966c4aa4dba26b33640107f2431468f7667 103640 
reinteract_0.5.0-5_all.deb
Files:
 3a66fbbecfce0ff51c0fafcf422f7bc8 103640 python optional 
reinteract_0.5.0-5_all.deb
 316b002b6e373c4fab972bfb1604609f 1151 python optional reinteract_0.5.0-5.dsc
 f0407482873f5dfe8288521034be5671 2359 python optional 
reinteract_0.5.0-5.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPgACgkQStlRaw+TLJxnpACfTHd+MGYRRoXk2Ta+eC/OCnUC
cXEAn0XZZ0ARfhgXq7XIT3cmB/h/iAoy
=Up8B
-END PGP SIGNATURE-


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



Accepted rst2pdf 0.93-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:15:05 +
Source: rst2pdf
Binary: rst2pdf
Architecture: source all
Version: 0.93-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 rst2pdf- ReportLab-based reStructuredText to PDF renderer
Changes:
 rst2pdf (0.93-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 27dfd6943fdddc63b904dc9cbc6fc2e823dd74be 1189 rst2pdf_0.93-3.dsc
 1f9be674cd039e6f0294295682ac0110c60f593b 4204 rst2pdf_0.93-3.debian.tar.xz
 2a3f20c6de1af0fa5254d623d4b6b228ce52bd97 490320 rst2pdf_0.93-3_all.deb
Checksums-Sha256:
 a3361cd75be69a144f0669397988bab31cfd2b1094cf6c531a657c23b88d6e40 1189 
rst2pdf_0.93-3.dsc
 e43cd61731b22836dd159fabaa505122359ae649cf3b5917eedd7956f6dcdf4e 4204 
rst2pdf_0.93-3.debian.tar.xz
 73397a6e916a18b86129f0a5f2a17f34cb74fad211af159bd1dfe08178810c16 490320 
rst2pdf_0.93-3_all.deb
Files:
 8b65eb5dde1e168ede4382b5231d5da5 490320 utils optional rst2pdf_0.93-3_all.deb
 debeebbea4fdd9ef2d7855c50a7654a5 1189 utils optional rst2pdf_0.93-3.dsc
 600d915821c038f4321864e002f03ceb 4204 utils optional 
rst2pdf_0.93-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPkACgkQStlRaw+TLJyMYgCgjgC8MvKRTiCZYKGm3BjsyUoG
ngEAn0Ri2LW8NVLzE0SQjjXVL5xfTHOH
=FVzm
-END PGP SIGNATURE-


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



Accepted swaml 0.1.1-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jul 2014 16:37:02 +
Source: swaml
Binary: swaml
Architecture: source all
Version: 0.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 swaml  - Semantic Web Archive of Mailing Lists
Changes:
 swaml (0.1.1-3) unstable; urgency=medium
 .
   * QA upload.
   * Build using dh_python2
Checksums-Sha1:
 2fb3f6651fe94cabb22f9d321a20713bde4ba01a 1014 swaml_0.1.1-3.dsc
 a6c70e9c348b264eb1f97e81198100068af77aaf 2620 swaml_0.1.1-3.debian.tar.xz
 b0dfcc0be6cd703ff787da88e37d81f4f403b502 24038 swaml_0.1.1-3_all.deb
Checksums-Sha256:
 5c5318ab9aac0b78c067f347f65ae49c77e1a2cf9444d57d22d963cb3d9a51fc 1014 
swaml_0.1.1-3.dsc
 1c12b650f4d0a993c94fa8ad54d58efe71527098c171e2650acce8a4053ec653 2620 
swaml_0.1.1-3.debian.tar.xz
 2d6cca955d4e456e425cd23a06f9ffc8a969a1791b6707a9295c1ba8516d239d 24038 
swaml_0.1.1-3_all.deb
Files:
 ac0127d29150ac0704705ff5fd5758bd 24038 web extra swaml_0.1.1-3_all.deb
 5df6e952fea6fb1f79b7b79288fa5934 1014 web extra swaml_0.1.1-3.dsc
 03d33823e5cb4ab06777bca120d3ded1 2620 web extra swaml_0.1.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPCuPoACgkQStlRaw+TLJy6PgCfYBRA244vyU8cBGx1ezxl5juj
pcMAniJEJlw7gmbLnPpBs2egsBnoqHw8
=QgOB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x6nex-00046z...@franck.debian.org



  1   2   >