Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Matthias Urlichs
Hi,

Jean-Yves Avenard:
 Including rename of constants (code enums id for example).

Another nail in libav's coffin, then.

IMHO it's reasonable to expect core APIs to be upwards-compatible and keep
deprecated interfaces around for another release or two.

 Keeping your own static version is the only reasonable approach.

That may be OK on Windows. However, a proper Linux distribution is supposed
to be an integrated whole and not a haphazard collection of programs, each
bringing along their own copy of core libraries and their own un- or
semi-fixed security problems.

-- 
-- 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/20140810070126.gr1...@smurf.noris.de



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Andrew Kelley
On Sun, Aug 10, 2014 at 12:01 AM, Matthias Urlichs matth...@urlichs.de
wrote:

 Jean-Yves Avenard:
  Including rename of constants (code enums id for example).

 Another nail in libav's coffin, then.

 IMHO it's reasonable to expect core APIs to be upwards-compatible and keep
 deprecated interfaces around for another release or two.


High quality libraries must iterate on their API. Especially for a library
trying to solve such a complex problem as audio and video encoding and
decoding for every codec and format. It is unreasonable to expect no
incompatible changes. Also both ffmpeg and libav codebases have a lot of
legacy cruft. Libav is making a more concentrated effort at improving this,
and the evolving API is a side-effect of that.


Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Matthias Urlichs
Hi,

Andrew Kelley:
 It is unreasonable to expect no incompatible changes.

When somebody renames constants, a compatibility #ifdef or two is not too
much to ask, IMHO.

 Libav is making a more concentrated effort at improving this,
 and the evolving API is a side-effect of that.

That begs the question whether they're still essentially the same library,
i.e. whether it's at all reasonable to expect code built using FFmpeg to
work with libav. Consequently, Debian should at least include it, even
if it really _is_ too late to switch (which I'm not conviced of).

-- 
-- 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/20140810074303.gb1...@smurf.noris.de



Bug#757647: ITP: python-lz4 -- Python interface to the lz4 compression library

2014-08-10 Thread Dmitry Smirnov
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: python-lz4
Version: 0.7.0
Upstream Author: Steeve Morin steeve.mo...@gmail.com
URL: http://pypi.python.org/pypi/lz4
License: BSD-3-clause
Description: Python interface to the lz4 compression library
 This package provides bindings for the liblz4 compression library.
 .
 LZ4 is a very fast lossless compression algorithm, providing compression
 speed at 400 MB/s per core, scalable with multi-cores CPU. It also
 features an extremely fast decoder, with speed in multiple GB/s per core,
 typically reaching RAM speed limits on multi-core systems.



Initial packaging is available from 

http://anonscm.debian.org/gitweb/?p=collab-maint/python-lz4.git


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


Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Jean-Yves Avenard
Hi

On 10 August 2014 17:01, Matthias Urlichs matth...@urlichs.de wrote:
 Hi,


 IMHO it's reasonable to expect core APIs to be upwards-compatible and keep
 deprecated interfaces around for another release or two.


Then it becomes unreasonable for a piece of software to be compatible
with multiple version of the same library, and support all of those.

When a used come to use complaining that something is broken, that a
file doesn't play or what else. It's a moot point trying to expect
them to understand that the issue is due to a 3rd party library.

MythTV aimed to be an appliance-like application. You install it and
you forget about it.


-- 
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/CANpj82JkPYGbXDC+mkEkACrYZ0H01+6Ng_UniPZ_bvHMG07p=q...@mail.gmail.com



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Andrew Kelley
On Sun, Aug 10, 2014 at 1:48 AM, Jean-Yves Avenard jyaven...@gmail.com
wrote:

 Then it becomes unreasonable for a piece of software to be compatible
 with multiple version of the same library, and support all of those.


IMO it's not worth the effort to support multiple versions of the same
library. If you want to use an old library, use an old version of the
software.


Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Jean-Yves Avenard
On 10 August 2014 18:53, Andrew Kelley superjo...@gmail.com wrote:
 IMO it's not worth the effort to support multiple versions of the same
 library. If you want to use an old library, use an old version of the
 software.

In our case, we have very long release cycles. Usually only once a
year at best. We have users on virtually all platforms. We can't
assume the OS/distribution it will be running on will have the library
we're hoping for.

In the perfect world, sure all platforms would all be running the same
versions of a given lib at a given time... In practice it never
happens.


-- 
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/CANpj82L-GU18cPF=euuukhpknpdy_cvk+ax2w89ydmwksb4...@mail.gmail.com



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Peter B.
On 08/08/2014 09:22 PM, Matthias Urlichs wrote:
 We'd also benefit from the fact that Upstream tends to use FFmpeg. I'd
 hate to report some intractable codec bug which Upstream closes with
 an it works with FFmpeg comment

Oh, btw, just a few days ago, that's exactly what happened on kdenlive [1].
A developer posted the following statement on an issue which is open for
more than 1.5 years now:

[quote]
Confirm this is a libav problem, use builds with ffmpeg or wait debian
(derivatives) to bring ffmpeg back
[/quote]

Just thought this might fit here...


Regards,
Pb


== References:
[1] http://www.kdenlive.org/mantis/view.php?id=2943#c10195


-- 
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/53e7388b.8030...@das-werkstatt.com



Time to drop debcheck on optional/extra and arch:all?

2014-08-10 Thread Neil Williams
The distinction between optional and extra is commonly ignored and yet
debcheck continues to add reports to the PTS about packages which
have dependencies which crossover from optional into extra.

Do we care about any distinction between optional and extra any longer?
From previous conversations with some members of the ftp team, it seems
to be regarded as either irrelevant or historical legacy.

Is it in any way relevant to how Debian is installed, maintained or
used?

If not, can we remove this feature from debcheck? 

Personally, I can't see that it's worth fixing the actual priorities
of packages which are priority optional but have dependencies on
packages which are priority extra. So shouldn't debcheck just not
report these issues any longer? Other priorities are probably worth
checking but IMHO optional and extra may as well be considered as a
single set within debcheck.

There's also the issue of debcheck handling of Arch:all packages which
depend on architecture-dependent packages with a limited set of
architectures. It isn't helpful for the PTS to have issues reported
about an Arch:all package on non-linux ports depending on a package
which is only available on linux:any. It seems that debcheck is taking
a very simplistic view of that and should really only report if an
architecture-dependent package depends on a package which is not
available on the same arch.

A QA nag tool which is so commonly ignored is possibly not even worth
running.

-- 


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



signature.asc
Description: PGP signature


Re: Time to drop debcheck on optional/extra and arch:all?

2014-08-10 Thread Paul Wise
On Sun, Aug 10, 2014 at 7:31 PM, Neil Williams wrote:

 Do we care about any distinction between optional and extra any longer?

I would say no we don't and suggest these steps:

Remove it from policy:

https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities

Get dak to override all extra packages to optional.

Drop extra handling from debcheck.

 There's also the issue of debcheck handling of Arch:all packages which
 depend on architecture-dependent packages with a limited set of
 architectures. It isn't helpful for the PTS to have issues reported
 about an Arch:all package on non-linux ports depending on a package
 which is only available on linux:any. It seems that debcheck is taking
 a very simplistic view of that and should really only report if an
 architecture-dependent package depends on a package which is not
 available on the same arch.

I think this illustrates a couple of minor deficiencies wrt Debian and
arch-independent packages. There isn't any way to have depends that
should be only for certain arches. There isn't any way to restrict
which arches list arch-independent packages in their package lists.

-- 
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/caktje6e4v2tm5xsyseo69-rdwvxkahbbwuplp0_1zourbr1...@mail.gmail.com



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Michael Niedermayer
On Sat, Aug 09, 2014 at 06:26:19PM +0100, Kieran Kunhya wrote:
[...]

 ... and was designed by a larger
 group instead of libswresample which was basically one person (and
 literally appeared in git out of nowhere).

For the record:
$ git shortlog libswresample/ | grep '^[^ ]'
Alexander Strasser (1):
Andreas Cadhalpun (1):
Andrew Wason (1):
Carl Eugen Hoyos (4):
Clément Bœsch (45):
Derek Buitenhuis (1):
Hendrik Leppkes (1):
James Almer (19):
Justin Ruggles (4):
Lou Logan (2):
Mans Rullgard (3):
Martin Storsjö (1):
Marton Balint (2):
Matt Oliver (2):
Michael Niedermayer (308):
Nicolas George (8):
Paul B Mahol (4):
Reimar Döffinger (3):
Rob Sykes (7):
Ronald S. Bultje (15):
Stefano Sabatini (6):
Timothy Gu (10):
jamal (2):

$ git shortlog libavresample/ | grep '^[^ ]'
Anton Khirnov (25):
Derek Buitenhuis (2):
Diego Biurrun (22):
Hendrik Leppkes (1):
James Almer (2):
Janne Grunau (5):
John Stebbins (2):
Justin Ruggles (71):
Luca Barbato (1):
Mans Rullgard (4):
Martin Storsjö (6):
Michael Niedermayer (97):
Peter Meerwald (1):
Reimar Döffinger (2):
Ronald S. Bultje (2):
Thilo Borgmann (1):
Tim Walker (2):


[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No great genius has ever existed without some touch of madness. -- Aristotle


signature.asc
Description: Digital signature


Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Kieran Kunhya
On 10 August 2014 13:38, Michael Niedermayer michae...@gmx.at wrote:
 On Sat, Aug 09, 2014 at 06:26:19PM +0100, Kieran Kunhya wrote:
 [...]

 ... and was designed by a larger
 group instead of libswresample which was basically one person (and
 literally appeared in git out of nowhere).

http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b5875b91113a0f3de6ad61e9ff8b74b81de94760

There was no mailing list discussion and initial bugs had to be
discussed on ffmpeg-cvs. It appeared out of nowhere and there was no
discussion about the API. Many of the contributors were cleaning the
inline asm up or various other fixes or had worked on the original
resample code.

The comparison you make is highly misleading. On the other hand
libavresample was developed by consensus and the API discussed
beforehand.


-- 
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/cak+ulv4crhyvmfohmdlixdnsmyvezknplqartx3hpr-hkcv...@mail.gmail.com



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Reinhard Tartler
On Sun, Aug 10, 2014 at 3:01 AM, Matthias Urlichs matth...@urlichs.de wrote:
 Hi,

 Jean-Yves Avenard:
 Including rename of constants (code enums id for example).

 Another nail in libav's coffin, then.

That's one way to see it. To me, this makes mythtv unsuitable for
inclusion into Debian. Let me explain why:

 IMHO it's reasonable to expect core APIs to be upwards-compatible and keep
 deprecated interfaces around for another release or two.

This is exactly what Libav is doing: The deprecation process for
symbols, APIs, enums, etc. takes *years*, because so many software
packages in Debian and else where use them, and it is so believably
painful to change them. Just have a look at the last two Libav
transitions, and the massive amount of patches it took to get packages
fixed and eventually to get Debian to the new Libav release.

Now enter FFmpeg.

FFmpeg has a significant higher release frequency, (it seems to me
about every 3-4 months), so that you would get a deprecation cycle
that is considerably less than a year. In practice, the deprecation
cycle more or less seems to match Libav's cycle, because at least
right now, FFmpeg  tracks Libav's API. If that were not the case (and
I promise you FFmpeg would stop tracking Libav as soon as it replaces
Libav in Debian), I can almost guarantee [1] you that FFmpeg would
very much prefer to resume to the deprecation cycle the project
before: None, i.e., every piece of software is expected to keep up
with FFmpeg's master branch for reasons Jean-Yves outlines.

[1] at least statements such as
https://ffmpeg.org/pipermail/ffmpeg-devel/2014-August/160876.html
strongly suggest this (at least if you have followed  the
libavresample/libswresample mess).

 Keeping your own static version is the only reasonable approach.

 That may be OK on Windows. However, a proper Linux distribution is supposed
 to be an integrated whole and not a haphazard collection of programs, each
 bringing along their own copy of core libraries and their own un- or
 semi-fixed security problems.


BTW Jean-Yves outlines an approach that used to be very common on the
past: Pick some particular snapshot of FFmpeg and maintain that in a
downstream project, and expect users to use that because it is too
much effort to keep up with FFmpeg's release frequency. Prominent
examples of projects that did this (and actually, still do) include
xine-lib, mplayer, xbmc, and many more. This lead exactly to the mess
I was talking about in my previous email: dozens of embedded
code-copies that were accepted into the Debian archive.

Over many years, I've spearheaded a significant effort in Debian with
packaging and in upstream with introducing a release culture in FFmpeg
(as release manager) to get to somewhat same release frequencies, so
that downstream projects at least had a chance to agree on common
versions of FFmpeg. At the time of the split, I was worried that this
work would have been in vain. Considering that most active developers
of FFmpeg at that time (which coincidentally supported my approach to
release management and frequency) joined what is now known as Libav, I
continued my work as upstream release manager in Libav, because I
consider Libav as much more suited for Debian than FFmpeg. Today, I
still firmly believe that this was the right move for Debian as a
project.

I do strongly believe that projects that require people to use FFmpeg
actually mean to use their own private fork (cf. the mythtv debacle),
and given the amount of packages in Debian, it would significantly
much more effort to port (or patch as Andreas is phrasing it) them
to some common version of FFmpeg than doing what we are doing now:
Making sure they work with the version of Libav's libavcodec.so
implementation. This thread has shown a couple of examples that
support this argument: Mythtv, but also mplayer that claims to work
with a system libavcodec.so, which is true as long as it matches the
version that is was built against. This is what makes mplayer so hard
to package, and was ultimately the reason why I requested mplayer's
removal (which is more than ironic, given that back then, I fought
with ftp-master for many years to get it included into Debian in the
first place).

On a related note: Most  Libav developers are very tired of the
constant flamewars and defamation attempts that arises from FFmpeg.
Over years, Libav tries to convinced everyone by providing usable
software releases. Nevertheless, this particular debate is very
worrisome: The silence from the Libav camp seems to not to be taken as
consent. Quite the contrary is true.

How to proceed from here? TBH, I'm not sure. Ideally, both projects
would find some common ground and just merge (however that would
technically look like). However, this very debate within Debian shows
that this is unlikely to happen anytime soon: There is way to much
disagreement on very fundamental questions that require agreement
within a free software project, and the hostile and 

Not the only one. Was: Re: Bug#757555: pam: CVE-2014-2583 pam_timestamp directory traversal issues

2014-08-10 Thread Lisandro Damián Nicanor Pérez Meyer
On Saturday 09 August 2014 18:46:09 Steve Langasek wrote:
[snip] 
 Which according to elsewhere in my mailbox, you've dealt with by uploading a
 10-day delayed NMU.  This is unacceptable.  The NMU process always requires
 that you send your NMU diff to the BTS for review by the maintainer
 *first*. When doing a delayed NMU, it's reasonable to send this diff to the
 BTS at the same time.  Here, you have failed to send this NMU diff at all,
 and the only notification has been an easily-overlooked mail from the
 ftp-master queue software.
 
 Maintainers should not have to go grubbing around in the delayed queue to
 find out what's been uploaded.  The NMUer is responsible for sending the NMU
 diff to the maintainer.
 
 I have removed pam_1.1.3-8.1_amd64.changes from the delayed queue.  If you
 have changes that you would like to see included in this package, please
 send them to the BTS where they belong.

Interesting, because yesterday I've got a patch [0] (cool, thanks a lot!) but 
stating that the package has been NMUed and uploaded to delayed/5. So, even 5 
less days than in your case.

Less than 5 minutes later, the package entered the archive [1].

So, what am I supposed to do here?

Doko: I *really* appreciate the fact that you sent a patch, but *please* 
respect your fellow DDs.

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746907#12
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746907#19

-- 
Una sola bomba nuclear puede arruinar el resto de tu día.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#757687: ITP: ruby-request-store -- per-request global variable storage for Rack-based web servers

2014-08-10 Thread Caitlin Matos
Package: wnpp
Severity: wishlist
Owner: Caitlin Matos caitlin.ma...@zoho.com

* Package name: ruby-request-store
  Version : 1.0.8
  Upstream Author : Steve Klabnik st...@steveklabnik.com
* URL : http://github.com/steveklabnik/request_store
* License : MIT/Expat
  Programming Lang: Ruby
  Description : per-request global variable storage for Rack-based web
servers

RequestStore gives you per-request global storage of variables for Rack-
compliant web servers. It is intended as an alternative to Thread.current, to
avoid bugs in threaded server implementations. RequestStore supports Rails 3+
out-of-the-box, but can be configured for use in Rails 2.x and non-Rails
environments.

This package is a new dependency for ruby-gon.

It will be maintained within the Debian Ruby team.


-- 
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/20140810132304.27605.92347.reportbug@crunchbang



Rebuilding the archive with new build flags

2014-08-10 Thread Romain Francoise
Hi all,

A few weeks ago I mentioned on -devel[1] that dpkg-buildflags would be
switching from -fstack-protector to -fstack-protector-strong, a new GCC
4.9 feature. This change has now landed in unstable with dpkg 1.17.11.

Moritz tells me that the Security Team can request binNMUs for a set of
packages that have been identified as security-sensitive[2] if they
don't get rebuilt with the new flag by the time we freeze for jessie.

However, I think it would be better to ensure maximum coverage of the
archive by rebuilding everything that can benefit from the flag, i.e.
all the packages that use dpkg-buildflags via debhelper = 9 or cdbs,
and produce arch:any binaries.

Has this kind of mass binNMU been attempted before? Who would I need to
talk to to get this done at least on amd64 and i386 before the freeze?

Thanks,

[1]: https://lists.debian.org/debian-devel/2014/06/msg00453.html
[2]: http://anonscm.debian.org/viewvc/secure-testing/hardening/
-- 
Romain Francoise rfranco...@debian.org
http://people.debian.org/~rfrancoise/


signature.asc
Description: PGP signature


Re: Not the only one. Was: Re: Bug#757555: pam: CVE-2014-2583 pam_timestamp directory traversal issues

2014-08-10 Thread Matthias Klose
Am 10.08.2014 um 15:25 schrieb Lisandro Damián Nicanor Pérez Meyer:
 Interesting, because yesterday I've got a patch [0] (cool, thanks a lot!) but 
 stating that the package has been NMUed and uploaded to delayed/5. So, even 5 
 less days than in your case.
 
 Less than 5 minutes later, the package entered the archive [1].
 
 So, what am I supposed to do here?
 
 Doko: I *really* appreciate the fact that you sent a patch, but *please* 
 respect your fellow DDs.

The first thing you can do is to stop assuming bad faith, instead of assuming a
mistake. I wouldn't have sent an email to the bug report and then uploading the
package by intent. So sorry about the unplanned immediate upload.

I wasn't aware that we are still supposed to do delayed/10 uploads, now that the
default priority for uploads is medium.

The issue was filed on May 4, with severity important and tagged for jessie. No
reaction. The severity was raised on May 30 to serious. No reaction.  Instead
some severity ping-pong was played on other issues.  No reaction on a RC issue
for over two months?

  Matthias


-- 
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/53e77933.9000...@debian.org



Re: Not the only one. Was: Re: Bug#757555: pam: CVE-2014-2583 pam_timestamp directory traversal issues

2014-08-10 Thread Manuel A. Fernandez Montecelo

Hi,

2014-08-10 14:25 Lisandro Damián Nicanor Pérez Meyer:

On Saturday 09 August 2014 18:46:09 Steve Langasek wrote:
[snip]

Which according to elsewhere in my mailbox, you've dealt with by uploading a
10-day delayed NMU.  This is unacceptable.  The NMU process always requires
that you send your NMU diff to the BTS for review by the maintainer
*first*. When doing a delayed NMU, it's reasonable to send this diff to the
BTS at the same time.  Here, you have failed to send this NMU diff at all,
and the only notification has been an easily-overlooked mail from the
ftp-master queue software.

Maintainers should not have to go grubbing around in the delayed queue to
find out what's been uploaded.  The NMUer is responsible for sending the NMU
diff to the maintainer.

I have removed pam_1.1.3-8.1_amd64.changes from the delayed queue.  If you
have changes that you would like to see included in this package, please
send them to the BTS where they belong.


Interesting, because yesterday I've got a patch [0] (cool, thanks a lot!) but
stating that the package has been NMUed and uploaded to delayed/5. So, even 5
less days than in your case.

Less than 5 minutes later, the package entered the archive [1].

So, what am I supposed to do here?

Doko: I *really* appreciate the fact that you sent a patch, but *please*
respect your fellow DDs.

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746907#12
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746907#19



I agree that in the case that Steve is complaining about, the NMUer
should have sent the diff.  It was probably an oversight, I probably
wouldn't be so concerned as Steve about it as to send an email to
debian-devel@, or maybe yes...

In this case of qtwebkit, I agree that it *could* have been sent to
delayed, especially since KDE team is generally active and so on (and
because it was mentioned in the e-mail).

But on the other hand, a FTBFS bug in an important package such as
qtwebkit, reported 3 months ago and set to priority serious more than
2 months ago, with no replies from the maintainers, and being a quite
trivial fix as it is (not a patch changing behaviour, just silencing
compiler warnings about unused functions), I think that there also
perfectly justificable to upload straight away instead of to DELAYED.

I for one agree with the guidelines as stated here, and Matthias
respected them:

http://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu

 Upload fixing only release-critical bugs older than 7 days, with no
  maintainer activity on the bug for 7 days and no indication that a
  fix is in progress: 0 days


I appreciate that the team is busy and all, but adding the changes
from a NMUdiff is not too much extra job in my experience (if that's
what you find annoying about it?).


Cheers.
--
Manuel A. Fernandez Montecelo manuel.montez...@gmail.com


--
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/20140810140842.ga19...@lugh.itsari.org



Re: Not the only one. Was: Re: Bug#757555: pam: CVE-2014-2583 pam_timestamp directory traversal issues

2014-08-10 Thread gregor herrmann
On Sun, 10 Aug 2014 15:52:51 +0200, Matthias Klose wrote:

 I wasn't aware that we are still supposed to do delayed/10 uploads, now that 
 the
 default priority for uploads is medium.

https://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmu-guidelines
recommends:

* Upload fixing only release-critical bugs older than 7 days, with no
  maintainer activity on the bug for 7 days and no indication that a
  fix is in progress: 0 days

* Upload fixing only release-critical bugs older than 7 days: 2 days

* Upload fixing only release-critical and important bugs: 5 days

* Other NMUs: 10 days

So I think DELAYED/10 would indeed have been unneeded here.
 

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Tracy Chapman: Almost


signature.asc
Description: Digital Signature


Re: Not the only one. Was: Re: Bug#757555: pam: CVE-2014-2583 pam_timestamp directory traversal issues

2014-08-10 Thread Lisandro Damián Nicanor Pérez Meyer
On Sunday 10 August 2014 15:52:51 Matthias Klose wrote:
 Am 10.08.2014 um 15:25 schrieb Lisandro Damián Nicanor Pérez Meyer:
  Interesting, because yesterday I've got a patch [0] (cool, thanks a lot!)
  but stating that the package has been NMUed and uploaded to delayed/5.
  So, even 5 less days than in your case.
  
  Less than 5 minutes later, the package entered the archive [1].
  
  So, what am I supposed to do here?
  
  Doko: I *really* appreciate the fact that you sent a patch, but *please*
  respect your fellow DDs.
 
 The first thing you can do is to stop assuming bad faith, instead of
 assuming a mistake. I wouldn't have sent an email to the bug report and
 then uploading the package by intent. So sorry about the unplanned
 immediate upload.
 
 I wasn't aware that we are still supposed to do delayed/10 uploads, now that
 the default priority for uploads is medium.
 
 The issue was filed on May 4, with severity important and tagged for jessie.
 No reaction. The severity was raised on May 30 to serious. No reaction. 
 Instead some severity ping-pong was played on other issues.  No reaction on
 a RC issue for over two months?

I stand corrected. My public apologies for this, specially to you Matthias.

Maybe I need some VACs :)


-- 
Contrary to popular belief, Unix is user friendly. It just happens to be
very selective about who it decides to make friends with.
  Unknown - http://www.linfo.org/q_unix.html

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Re: Time to drop debcheck on optional/extra and arch:all?

2014-08-10 Thread Russ Allbery
Paul Wise p...@debian.org writes:
 On Sun, Aug 10, 2014 at 7:31 PM, Neil Williams wrote:

 Do we care about any distinction between optional and extra any longer?

 I would say no we don't and suggest these steps:

 Remove it from policy:

 https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities

 Get dak to override all extra packages to optional.

 Drop extra handling from debcheck.

Agreed.

 I think this illustrates a couple of minor deficiencies wrt Debian and
 arch-independent packages. There isn't any way to have depends that
 should be only for certain arches.

Yes, which is because of the deeper problem that architecture restrictions
in dependency fields are a preprocessor feature instead of a feature of
the dependency system.  So you can use architecture-specific dependencies,
but only for architecture-specific packages.  (Hm.  I see that isn't
documented in Policy at all -- I do have this right, don't I?)

Elevating architecture-specific dependencies to a first-class part of the
syntax seems like a good long-term improvement to me, although of course
everything that parses dependency fields will need to be updated, which is
daunting.

 There isn't any way to restrict which arches list arch-independent
 packages in their package lists.

That would be very nice.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87r40omgei@windlord.stanford.edu



Re: Time to drop debcheck on optional/extra and arch:all?

2014-08-10 Thread Ansgar Burchardt
Hi,

Russ Allbery r...@debian.org writes:
 Paul Wise p...@debian.org writes:
 I think this illustrates a couple of minor deficiencies wrt Debian and
 arch-independent packages. There isn't any way to have depends that
 should be only for certain arches.

 Yes, which is because of the deeper problem that architecture restrictions
 in dependency fields are a preprocessor feature instead of a feature of
 the dependency system.  So you can use architecture-specific dependencies,
 but only for architecture-specific packages.  (Hm.  I see that isn't
 documented in Policy at all -- I do have this right, don't I?)

It is documented in section 7.1: This means that architecture
restrictions must not be used in binary relationship fields for
architecture-independent packages (Architecture: all).

Ansgar


-- 
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/87ppg846lv@deep-thought.43-1.org



Re: Time to drop debcheck on optional/extra and arch:all?

2014-08-10 Thread Neil Williams
found 477990 3.9.5.0
thanks

On Sun, 10 Aug 2014 20:09:35 +0800
Paul Wise p...@debian.org wrote:

 On Sun, Aug 10, 2014 at 7:31 PM, Neil Williams wrote:
 
  Do we care about any distinction between optional and extra any
  longer?
 
 I would say no we don't and suggest these steps:
 
 Remove it from policy:
 
 https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities


https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477990

Fri, 25 Apr 2008 23:39:50 -0700

That's quite an old bug. Time it is resolved?

-- 


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



signature.asc
Description: PGP signature


Re: [Pkg-xfce-devel] Reverting to GNOME for jessie's default desktop

2014-08-10 Thread Kees de Jong
Why are we discussing CD/DVD sizes? Why not just use an USB
netinstall? It's then possible to download and install the stuff you
need, if you don't want to use a lot of bandwidth then choose no
desktop environment or XFCE/LXDE. But if you can spare some more time
then you can install GNOME/KDE. Seems like a good deal. And USB sticks
are cheaper (also easier to reuse) so I don't get the 'hurting
developing countries' argument.


-- 
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/CAAH150ZMiVBtY21Es06y3djZrQ+=eAEYDenLJJoYby=ajos...@mail.gmail.com



Bug#757720: ITP: postsrsd -- Sender Rewriting Scheme (SRS) lookup table for Postfix

2014-08-10 Thread Oxan van Leeuwen
Package: wnpp
Severity: wishlist
Owner: Oxan van Leeuwen o...@oxanvanleeuwen.nl

* Package name: postsrsd
  Version : 1.1
  Upstream Author : Timo Röhling timo.roehl...@gmx.de
* URL : https://github.com/roehling/postsrsd
* License : GPL-2+
  Programming Lang: C
  Description : Sender Rewriting Scheme (SRS) lookup table for Postfix

PostSRSd provides Sender Rewriting Scheme (SRS) support for Postfix via 
TCP-based lookup tables. SRS is needed if your mail server acts as a forwarder, 
and the mail originates from a server with Sender Policy Framework (SPF) 
enabled. 


-- 
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/debian-devel



Re: Bug#757555: pam: CVE-2014-2583 pam_timestamp directory traversal issues

2014-08-10 Thread Michael Gilbert
control: tag -1 patch

On Sat, Aug 9, 2014 at 9:46 PM, Steve Langasek wrote:
 Which according to elsewhere in my mailbox, you've dealt with by uploading a
 10-day delayed NMU.  This is unacceptable

Sorry for not getting the nmu mail out in a timely manner, but real
life got in the way.

What is not acceptable is the assumed bad faith and the misguided
attempt at public shaming (after only half a day) without considering
the possibility of RL events or other benign possibilities.  A simple
hey, what's going on with this thing I'm seeing in deferred mail
directed at me would have been the kind thing to do.

 I have removed pam_1.1.3-8.1_amd64.changes from the delayed queue.  If you
 have changes that you would like to see included in this package, please
 send them to the BTS where they belong.

The proposed patch is now attached.  I plan to upload that to
delayed/5 after about a week or so to give you lots of additional time
for review (way more than the normal nmu process requires).

Best wishes,
Mike
diff -u pam-1.1.8/debian/changelog pam-1.1.8/debian/changelog
--- pam-1.1.8/debian/changelog
+++ pam-1.1.8/debian/changelog
@@ -1,3 +1,13 @@
+pam (1.1.8-3.1) unstable; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Fix CVE-2013-7041: case-insensitive comparison used for verifying
+passwords in the pam_userdb module (closes: #731368).
+  * Fix CVE-2014-2583: multiple directory traversal issues in the
+pam_timestamp module (closes: 757555)
+
+ -- Michael Gilbert mgilb...@debian.org  Sat, 09 Aug 2014 09:50:42 +
+
 pam (1.1.8-3) unstable; urgency=low
 
   * debian/rules: On hurd, link libpam explicitly with -lpthread since glibc
diff -u pam-1.1.8/debian/patches-applied/series pam-1.1.8/debian/patches-applied/series
--- pam-1.1.8/debian/patches-applied/series
+++ pam-1.1.8/debian/patches-applied/series
@@ -23,0 +24,2 @@
+cve-2013-7041.patch
+cve-2014-2583.patch
only in patch2:
unchanged:
--- pam-1.1.8.orig/debian/patches-applied/cve-2013-7041.patch
+++ pam-1.1.8/debian/patches-applied/cve-2013-7041.patch
@@ -0,0 +1,44 @@
+From 57a1e2b274d0a6376d92ada9926e5c5741e7da20 Mon Sep 17 00:00:00 2001
+From: Dmitry V. Levin l...@altlinux.org
+Date: Fri, 24 Jan 2014 22:18:32 +
+Subject: pam_userdb: fix password hash comparison
+
+Starting with commit Linux-PAM-0-77-28-g0b3e583 that introduced hashed
+passwords support in pam_userdb, hashes are compared case-insensitively.
+This bug leads to accepting hashes for completely different passwords in
+addition to those that should be accepted.
+
+Additionally, commit Linux-PAM-1_1_6-13-ge2a8187 that added support for
+modern password hashes with different lengths and settings, did not
+update the hash comparison accordingly, which leads to accepting
+computed hashes longer than stored hashes when the latter is a prefix
+of the former.
+
+* modules/pam_userdb/pam_userdb.c (user_lookup): Reject the computed
+hash whose length differs from the stored hash length.
+Compare computed and stored hashes case-sensitively.
+Fixes CVE-2013-7041.
+
+Bug-Debian: http://bugs.debian.org/731368
+
+--- a/modules/pam_userdb/pam_userdb.c
 b/modules/pam_userdb/pam_userdb.c
+@@ -222,12 +222,15 @@ user_lookup (pam_handle_t *pamh, const char *database, const char *cryptmode,
+ 	  } else {
+ 	cryptpw = crypt (pass, data.dptr);
+ 
+-	if (cryptpw) {
+-	  compare = strncasecmp (data.dptr, cryptpw, data.dsize);
++	if (cryptpw  strlen(cryptpw) == (size_t)data.dsize) {
++	  compare = memcmp(data.dptr, cryptpw, data.dsize);
+ 	} else {
+ 	  compare = -2;
+ 	  if (ctrl  PAM_DEBUG_ARG) {
+-		pam_syslog(pamh, LOG_INFO, crypt() returned NULL);
++		if (cryptpw)
++		  pam_syslog(pamh, LOG_INFO, lengths of computed and stored hashes differ);
++		else
++		  pam_syslog(pamh, LOG_INFO, crypt() returned NULL);
+ 	  }
+ 	};
+ 
only in patch2:
unchanged:
--- pam-1.1.8.orig/debian/patches-applied/cve-2014-2583.patch
+++ pam-1.1.8/debian/patches-applied/cve-2014-2583.patch
@@ -0,0 +1,47 @@
+From 9dcead87e6d7f66d34e7a56d11a30daca367dffb Mon Sep 17 00:00:00 2001
+From: Dmitry V. Levin l...@altlinux.org
+Date: Wed, 26 Mar 2014 22:17:23 +
+Subject: pam_timestamp: fix potential directory traversal issue (ticket #27)
+
+pam_timestamp uses values of PAM_RUSER and PAM_TTY as components of
+the timestamp pathname it creates, so extra care should be taken to
+avoid potential directory traversal issues.
+
+* modules/pam_timestamp/pam_timestamp.c (check_tty): Treat
+. and .. tty values as invalid.
+(get_ruser): Treat . and .. ruser values, as well as any ruser
+value containing '/', as invalid.
+
+Fixes CVE-2014-2583.
+
+Reported-by: Sebastian Krahmer krah...@suse.de
+
+--- a/modules/pam_timestamp/pam_timestamp.c
 b/modules/pam_timestamp/pam_timestamp.c
+@@ -158,7 +158,7 @@ check_tty(const char *tty)
+ 		tty = strrchr(tty, '/') + 1;
+ 	}
+ 	/* Make sure the tty wasn't actually a directory (no basename). */
+-	if (strlen(tty) == 0) {
++	if 

Re: Time to drop debcheck on optional/extra and arch:all?

2014-08-10 Thread Jakub Wilk

* Neil Williams codeh...@debian.org, 2014-08-10, 12:31:
The distinction between optional and extra is commonly ignored and yet 
debcheck continues to add reports to the PTS about packages which have 
dependencies which crossover from optional into extra.


Do you mean the debcheck link in the links box? Or is there another 
place where debcheck pops out on PTS that I can't see?



Do we care about any distinction between optional and extra any longer?


I like extra. If it was used in a policy-compliant way, it would be 
more useful than standard, important or required. But if we decide 
to kill it, I'm not going to cry over it.


However, I don't think we should take any decision before we understand 
what is the problem size. That is, what is the number of packages that 
would have to have their priority adjusted to make all extra-optional 
priority inversions go away? I assume that would be mostly 
s/extra/optional/ changes.


A QA nag tool which is so commonly ignored is possibly not even worth 
running.


Being wildly ignored is a common property of all QA tools...

And the tool popularity doesn't depend only on the quality of its 
checks, but also on the way the results are delivered to maintainers.


debcheck is never going to be successful if the maintainer has to find 
the link in the PTS jungle, and then they are presented with something 
as concise as this:

https://qa.debian.org/debcheck.php?dist=unstablepackage=awesome
To add insult to injury, most likely the maintainer can't do much about 
the reported problems themselves, because they should be fixed by 
ftp-masters and maintainers of the dependent packages.


--
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/20140810195025.ga7...@jwilk.net



Re: Reverting to GNOME for jessie's default desktop

2014-08-10 Thread David Weinehall
On Fri, Aug 08, 2014 at 11:10:50AM +0200, Jonas Smedegaard wrote:
 
 The issue here really is how big is it? rather than hos many disks 
 [of which kind] does it fit onto?.
 
 unable to fit on a single image is not only about use of said storage 
 devices for installation, but also an indication more generally of how 
 much data needs to be transfered on average for a usable installation.
 
 Quite a few places in the World have poor and/or expensive internet 
 access.  Larger default desktop will hurt the most in developing 
 countries: non-techies gets discourages to use Debian at all, or when 
 using it may apply security fixes less often.

In all cases where I'm stuck with expensive (and/or slow) Internet
I sure as hell pick the netinst image and download the minimum set of
packages I need, rather than a whole CD image on the offhand chance that
I might need everything on it (which is exceedingly unlikely).

If, on the other hand, I download a CD-image somewhere else to burn it
and then bring it home, the image will always be full CD-size (or are
you suggesting that we start distributing half-empty CD-images?).

So, as long as GNOME fits on the first installation CD I see no reason
not to prefer it over XFCE.


Kind regards, David
-- 
 /) David Weinehall t...@debian.org /) Rime on my window   (\
//  ~   //  Diamond-white roses of fire //
\)  http://www.acc.umu.se/~tao/(/   Beautiful hoar-frost   (/


-- 
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/20140810205944.gc2...@hirohito.acc.umu.se



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Andreas Cadhalpun

Hi Reinhard,

On 10.08.2014 15:10, Reinhard Tartler wrote:

On Sun, Aug 10, 2014 at 3:01 AM, Matthias Urlichs matth...@urlichs.de wrote:

IMHO it's reasonable to expect core APIs to be upwards-compatible and keep
deprecated interfaces around for another release or two.


This is exactly what Libav is doing: The deprecation process for
symbols, APIs, enums, etc. takes *years*, because so many software
packages in Debian and else where use them, and it is so believably
painful to change them. Just have a look at the last two Libav
transitions, and the massive amount of patches it took to get packages
fixed and eventually to get Debian to the new Libav release.

Now enter FFmpeg.


FFmpeg also has a deprecation process and keeps deprecated features 
around longer than Libav. For example, avcodec_encode_video, 
av_close_input_file and avcodec_decode_audio3 are still present in 
FFmpeg, but already removed from Libav.



FFmpeg has a significant higher release frequency, (it seems to me
about every 3-4 months), so that you would get a deprecation cycle
that is considerably less than a year.


The deprecation cycle is not related to the release frequency, as many 
FFmpeg release are API/ABI backwards compatible with the previous one.



In practice, the deprecation
cycle more or less seems to match Libav's cycle, because at least
right now, FFmpeg  tracks Libav's API. If that were not the case (and
I promise you FFmpeg would stop tracking Libav as soon as it replaces
Libav in Debian), I can almost guarantee [1] you that FFmpeg would
very much prefer to resume to the deprecation cycle the project
before: None, i.e., every piece of software is expected to keep up
with FFmpeg's master branch for reasons Jean-Yves outlines.


I think you won't be able to keep that promise, because it wouldn't make 
much sense to stop merging changes from Libav (especially, if they are 
useful) after doing it for such a long time. Even in the unlikely event 
that this might happen, there is no reason to change the handling of 
deprecations.



[1] at least statements such as
https://ffmpeg.org/pipermail/ffmpeg-devel/2014-August/160876.html
strongly suggest this (at least if you have followed  the
libavresample/libswresample mess).


I'm understanding this mail differently: What Michael is explaining is 
that it is more difficult for FFmpeg to change things in libavresample 
than in libswresample, because Libav is unlikely to merge back changes, 
but FFmpeg tries to be compatible with Libav.


In reality, there hasn't been any backwards incompatible change in 
libswresample (still soversion 0), but there has been one in 
libavresample (now at soversion 1).



Keeping your own static version is the only reasonable approach.


That may be OK on Windows. However, a proper Linux distribution is supposed
to be an integrated whole and not a haphazard collection of programs, each
bringing along their own copy of core libraries and their own un- or
semi-fixed security problems.



BTW Jean-Yves outlines an approach that used to be very common on the
past: Pick some particular snapshot of FFmpeg and maintain that in a
downstream project, and expect users to use that because it is too
much effort to keep up with FFmpeg's release frequency.


It is easy to 'keep up' with releases that are API/ABI compatible, which 
many FFmpeg releases are.
One doesn't even have to recompile dependent programs (if they are not 
buggy), one can just install the new version of the libraries.



Prominent
examples of projects that did this (and actually, still do) include
xine-lib, mplayer, xbmc, and many more. This lead exactly to the mess
I was talking about in my previous email: dozens of embedded
code-copies that were accepted into the Debian archive.


As you must know, xine-lib and xbmc are - and mplayer was - compiled 
against the system version of Libav in Debian.



Over many years, I've spearheaded a significant effort in Debian with
packaging and in upstream with introducing a release culture in FFmpeg
(as release manager) to get to somewhat same release frequencies, so
that downstream projects at least had a chance to agree on common
versions of FFmpeg. At the time of the split, I was worried that this
work would have been in vain.


It appears your work has not have been in vain, as FFmpeg's current 
release culture takes into account that any backwards incompatible API 
change means a lot of work for everyone using it. I believe this is 
handled now much better than in the times before the 0.5 release.


If you are unhappy with how the releases are managed in FFmpeg, you can 
always send your concerns to ffmpeg-devel (and I think you still have 
commit rights for FFmpeg's git repository as well).



Considering that most active developers
of FFmpeg at that time (which coincidentally supported my approach to
release management and frequency) joined what is now known as Libav, I
continued my work as upstream release manager in Libav, because I

Re: [Pkg-xfce-devel] Reverting to GNOME for jessie's default desktop

2014-08-10 Thread Joel Rees
2014/08/08 18:14 Yves-Alexis Perez cor...@debian.org:

 [...]

 Put it another way, Xfce (and other DEs) have been hurt by the various
 enforced transitions (ConsoleKit,
 hal/devicekit-power/upower/upower-0.99), yes. Combined with the lack of
 resources, that means it lays behind the people who decided those
 transitions.

 Regards,
 --
 Yves-Alexis

As a user trying to find to participate more, can I put a huge +1 on that?

(Lots of things I'd like to help with on XFCE, among other things, but the
recent transitions have been eating what time I might have had, plus a bit
of work time I can't afford.)

--
Joel Rees

Computer memory is just fancy paper,
CPUs just fancy pens.
All is a stream of text
flowing from the past into the future.


Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Theodore Ts'o
On Sun, Aug 10, 2014 at 12:25:33AM -0700, Andrew Kelley wrote:
 
 High quality libraries must iterate on their API. Especially for a library
 trying to solve such a complex problem as audio and video encoding and
 decoding for every codec and format. It is unreasonable to expect no
 incompatible changes. Also both ffmpeg and libav codebases have a lot of
 legacy cruft. Libav is making a more concentrated effort at improving this,
 and the evolving API is a side-effect of that.

I beg to differ.  My definition of a high quality library is one
where careful design is taken into account when designing the
ABI/API's in the first place, and which if absolutely necessary, uses
ELF symbol versioning to maintain ABI compatibility.

There are plenty of high quality libraries (glibc, libext2fs, etc.)
where we've been able to maintain full ABI compatibility even while
adding new features --- including in the case of libext2fs, migrating
from 32-bit to 64-bit block numbers.  And if you're careful in your
design and implementation, the amount of cruft required can be kept to
a very low minimum.

- Ted





-- 
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/20140810214333.ga22...@thunk.org



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-10 Thread Ben Hutchings
On Sun, 2014-08-10 at 23:02 +0200, Andreas Cadhalpun wrote:
[...]
   * dvswitch: Still uses CodecID (and also avcodec_encode_video, but
 that is still present in FFmpeg.) [3]
[...]

dvswitch was also broken by the removal of support for downscaled
decoding of DV video.  I don't know whether that change is specific to
libav or was also made in FFmpeg.

Ben.

-- 
Ben Hutchings
Any sufficiently advanced bug is indistinguishable from a feature.


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


Re: Reverting to GNOME for jessie's default desktop

2014-08-10 Thread Joel Rees
2014/08/08 6:58 Jordi Mallach jo...@debian.org:

 Hi Debian,

 It's been around 9 months since tasksel changed (for real) the default
 desktop for new installs. At the time of the change, it was mentioned
 the issue would be revisited before the freeze, around debconf time.

 Well, it's roughly that time. :) So I'd like to plainly request GNOME is
 reinstated as the default desktop environment for a number of reasons.

First thought: Since systemd has been chosen as the one true way of the
future, it seems only obvious that GNOME should be the default desktop.

 Accessibility: GNOME continues to be the only free desktop environment
that
 provides full accessibility coverage, right from login screen. While it’s
true
 GNOME 3.0 was lacking in many areas, and GNOME 3.4 (which we shipped in
wheezy)
 was just barely acceptable thanks to some last minute GDM fixes, GNOME
3.12
 should have ironed out all of the issues and our non-expert understanding
is
 that a11y support is now on par with what GNOME 2.30 from squeeze offered.

There are a number of regular participants on debian-user who have a11y
needs. Would it be too much to ask, to ask them whether GNOME meets their
needs?

 Downstream health: The number of active members in the team taking care of
 GNOME in Debian is around 5-10 persons, while it is 1-2 in the case of
Xfce.
 Being the default desktop draws a lot of attention (and bug reports) that
only
 a bigger team might have the resources to handle.

It has been mentioned in the past, but developers work on what they want to
work on. That may or may not be related to whether a particular DE is
appropriate for general rcommendation.

 Upstream health: While GNOME is still committed to its time-based release
 schedule and ships new versions every 6 months, Xfce upstream is,
 unfortunately, struggling a bit more to keep up with new plumbing
technology.
 Only very recently it has regained support to suspend/hibernate via
logind, or
 support for Bluez 5.x, for example.

Should consider the reasons for the breakage, as well.

 Community: GNOME is one of the biggest free software projects, and is
lucky to
 have created an ecosystem of developers, documenters, translators and
users
 that interact regularly in a live social community. Users and developers
gather
 in hackfests and big, annual conferences like GUADEC, the Boston Summit,
or
 GNOME.Asia. Only KDE has a comparable community, the rest of the free
desktop
 projects don’t have the userbase or manpower to sustain communities like
this.

With a community that big, would it be unreasonable to ask them to maintain
their own distro? Or perhaps their own liveCD? Eh, well, liveSD.

 Localization: Localization is more extensive and complete in GNOME.  Xfce
has
 18 languages above 95% of coverage, and 2 at 100% (excluding English),
GNOME
 has 28 languages above 95%, 9 of them being complete (excluding English).

LOL.

No, seriously, is there any meaning to the claim of complete?

I've seen a lot of bad Japanese translation, recently, that, if I had more
time, I'd file bugs on.

 Documentation: Documentation coverage is extensive in GNOME, with most of
the
 core applications providing localized, up to date and complete manuals,
 available in an accessible format via the Help reader.

See above. Documentation and translation have something in common here.
Particularly since documentation should be translation from technical
language to the more common vernacular.

 Hardware: GNOME 3.12 will be one of the few desktop environments to
support
 HiDPI displays, now very common on some laptop models. Lack of support for
 HiDPI means non-technical users will get an unreadable desktop by
default, and
 no hints on how to fix that.

 Security: GNOME is more secure. There are no processes launched with root
 permissions on the user’s session. All everyday operations (package
management,
 disk partitioning and formatting, date/time configuration…) are
accomplished
 through PolicyKit wrappers.

 Privacy: One of the latest focuses of GNOME development is improving
privacy,
 and work is being done to make it easy to run GNOME applications in
isolated
 containers, integrate Tor seamlessly in the desktop experience, better
disk
 encryption support and other features that should make GNOME a more secure
 desktop environment for end users.

 Popularity: One of the metrics discussed by the tasksel change proponents
 mentioned popcon numbers. 8 months after the desktop change, Xfce does
not seem
 to have made a dent on install numbers.  The Debian GNOME team doesn’t
feel
 popcon’s data is any better than a random online poll though, as it’s an
opt-in
 service which the vast majority of users don’t enable.

 systemd embracing: One of the reasons to switch to Xfce was that it didn’t
 depend on systemd. But now that systemd is the default, that shouldn’t be
a
 problem. Also given ConsoleKit is deprecated and dead upstream, KDE and
Xfce
 are switching or are planning to switch to 

Re: Reverting to GNOME for jessie's default desktop

2014-08-10 Thread Russ Allbery
Joel Rees joel.r...@gmail.com writes:

 First thought: Since systemd has been chosen as the one true way of the
 future, it seems only obvious that GNOME should be the default desktop.

That doesn't seem at all obvious to me.  I don't think those two things
are particularly related.  Lots of people use systemd without being fans
of, or particularly interested in, GNOME, myself included.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87wqagj7bq@windlord.stanford.edu



Re: Reverting to GNOME for jessie's default desktop

2014-08-10 Thread Joel Rees
(Sure wish I could get drivers for this Acer tablet so I could get replace
the vendor-constricted Android with a real OS and get software that
wouldn't misinterpret what my fingers do on the screen. But, then, I
suppose I should go to the trouble of booting up a regular computer for
this.)

2014/08/11 7:32 Joel Rees joel.r...@gmail.com:

 2014/08/08 6:58 Jordi Mallach jo...@debian.org:

 
  Hi Debian,
 
  It's been around 9 months since tasksel changed (for real) the default
  desktop for new installs. At the time of the change, it was mentioned
  the issue would be revisited before the freeze, around debconf time.
 
  Well, it's roughly that time. :) So I'd like to plainly request GNOME is
  reinstated as the default desktop environment for a number of reasons.

 First thought: Since systemd has been chosen as the one true way of the
future, it seems only obvious that GNOME should be the default desktop.

  Accessibility: GNOME continues to be the only free desktop environment
that
  provides full accessibility coverage, right from login screen. While
it’s true
  GNOME 3.0 was lacking in many areas, and GNOME 3.4 (which we shipped in
wheezy)
  was just barely acceptable thanks to some last minute GDM fixes, GNOME
3.12
  should have ironed out all of the issues and our non-expert
understanding is
  that a11y support is now on par with what GNOME 2.30 from squeeze
offered.

 There are a number of regular participants on debian-user who have a11y
needs. Would it be too much to ask, to ask them whether GNOME meets their
needs?

  Downstream health: The number of active members in the team taking care
of
  GNOME in Debian is around 5-10 persons, while it is 1-2 in the case of
Xfce.
  Being the default desktop draws a lot of attention (and bug reports)
that only
  a bigger team might have the resources to handle.

 It has been mentioned in the past, but developers work on what they want
to work on. That may or may not be related to whether a particular DE is
appropriate for general rcommendation.

  Upstream health: While GNOME is still committed to its time-based
release
  schedule and ships new versions every 6 months, Xfce upstream is,
  unfortunately, struggling a bit more to keep up with new plumbing
technology.
  Only very recently it has regained support to suspend/hibernate via
logind, or
  support for Bluez 5.x, for example.

 Should consider the reasons for the breakage, as well.

  Community: GNOME is one of the biggest free software projects, and is
lucky to
  have created an ecosystem of developers, documenters, translators and
users
  that interact regularly in a live social community. Users and
developers gather
  in hackfests and big, annual conferences like GUADEC, the Boston
Summit, or
  GNOME.Asia. Only KDE has a comparable community, the rest of the free
desktop
  projects don’t have the userbase or manpower to sustain communities
like this.

 With a community that big, would it be unreasonable to ask them to
maintain their own distro? Or perhaps their own liveCD? Eh, well, liveSD.

  Localization: Localization is more extensive and complete in GNOME.
 Xfce has
  18 languages above 95% of coverage, and 2 at 100% (excluding English),
GNOME
  has 28 languages above 95%, 9 of them being complete (excluding
English).

 LOL.

 No, seriously, is there any meaning to the claim of complete?

 I've seen a lot of bad Japanese translation, recently, that, if I had
more time, I'd file bugs on.

  Documentation: Documentation coverage is extensive in GNOME, with most
of the
  core applications providing localized, up to date and complete manuals,
  available in an accessible format via the Help reader.

 See above. Documentation and translation have something in common here.
Particularly since documentation should be translation from technical
language to the more common vernacular.

  Hardware: GNOME 3.12 will be one of the few desktop environments to
support
  HiDPI displays, now very common on some laptop models. Lack of support
for
  HiDPI means non-technical users will get an unreadable desktop by
default, and
  no hints on how to fix that.

I'm thinking this sounds like an argument for postponing freeze.

  Security: GNOME is more secure. There are no processes launched with
root
  permissions on the user’s session. All everyday operations (package
management,
  disk partitioning and formatting, date/time configuration…) are
accomplished
  through PolicyKit wrappers.

With the volume of new code, can such claims be serious?

  Privacy: One of the latest focuses of GNOME development is improving
privacy,
  and work is being done to make it easy to run GNOME applications in
isolated
  containers, integrate Tor seamlessly in the desktop experience, better
disk
  encryption support and other features that should make GNOME a more
secure
  desktop environment for end users.

TOR has what to do with real privacy?

  Popularity: One of the metrics discussed by the tasksel change
proponents
  mentioned 

Re: Reverting to GNOME for jessie's default desktop

2014-08-10 Thread Joel Rees
On Mon, Aug 11, 2014 at 7:49 AM, Joel Rees joel.r...@gmail.com wrote:

(Having booted up a real OS, but still using Google's webmail fake MUA. heh.)

 [...]
 2014/08/11 7:32 Joel Rees joel.r...@gmail.com:
 2014/08/08 6:58 Jordi Mallach jo...@debian.org:

 [...]
  systemd embracing: One of the reasons to switch to Xfce was that it
  didn’t
  depend on systemd. But now that systemd is the default, that shouldn’t
  be a
  problem. Also given ConsoleKit is deprecated and dead upstream, KDE and
  Xfce
  are switching or are planning to switch to systemd/logind.

 Isn't this essentially the sum of your thesis

That is, isn't this your thesis, in sum?

  In addition to this, moving to Xfce now would mean yet another
  transition to
  a new desktop (if we consider GNOME 2.x → 3.x a transition, which it
  is),
  which would mean a new round of adapation for users installing Debian
  from
  scratch, and only after two years after getting used to the GNOME 3
  workflow.
  jessie's GNOME 3.x release should be a lot more polished than what we
  shipped
  with wheezy, which means many of the rough edges and annoyances people
  may
  have found when upgrading from squeeze are probably now ironed out.

So, we should move, yet again, before any CDs get burned, lest anyone
doubt debian's allegiance to the one-true-and-coming-OS?

(I should have held my tongue on that, I suppose, since these are the
dev lists, and I am making some serious requests below.)

  Many members of the Debian GNOME team feel shipping Xfce by default
  would
  mean regressing in a few key areas like, as mentioned before,
  accessibility,
  localisation and documentation of the default set of applications. We
  are wary
  about the state of some features of the current default with respect
  to power management and bluetooth, for example. These features are
  driven by,
  and working since day 1, by GNOME 3.12.
 
  Jordi
  --
  Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
  jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
  GnuPG public key information available at http://oskuro.net/

Two years from now, your list of reasons might make sense.

Right now, there has been no time to gather the sort of statistics
needed to support your assertions.

But, and I mean this seriously, since debian has made the move to
systemd, it seems to me that your assertions are superfluous. It makes
no sense not to make Gnome3 the default DE.

That means, I think, that it also makes no sense to have a CD install
image other than netinstall.

It would be nice if the install media made DE options a little more
accessible than is currently the case.

I'm not sure if my memories here are from debian, but it seems to me
that it used to be fairly easy to select, say, a desktop productivity
set of initial packages and then go in and change the DE from Gnome2
to XFCE.

Last time I tried the easy install, I didn't see any way to do that,
and I ended up having to remove Gnome3 and install XFCE after the
first boot.

-- 
Joel Rees

Be careful where you see conspiracy.
Look first in your own heart.


--
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/caar43iofaofevnotsmnrbatqmwnvgm5p7ah_rqj1n4gvcdg...@mail.gmail.com



Re: [Pkg-xfce-devel] Reverting to GNOME for jessie's default desktop

2014-08-10 Thread Cameron Norman
El dom, 10 de ago 2014 a las 11:39 , Kees de Jong 
keesdej...@gmail.com escribió:

Why are we discussing CD/DVD sizes? Why not just use an USB
netinstall? It's then possible to download and install the stuff you
need, if you don't want to use a lot of bandwidth then choose no
desktop environment or XFCE/LXDE. But if you can spare some more time
then you can install GNOME/KDE. Seems like a good deal. And USB sticks
are cheaper (also easier to reuse) so I don't get the 'hurting
developing countries' argument.


CDs are cheap and easy to distribute and customize (with the Debian 
logo and artwork). Yes, we all have a number of 1+ GB USB drives that 
could easily fit GNOME, but are we willing to give those away or sell 
them cheaply? Being able to distribute a Debian CD that does not need 
an internet connection to try out or install is really beneficial for 
gaining users.


elementary OS is hitting this issue with how expensive it is to make 
customized USB drives (with their logo and stuff). I think the best 
chance they have of being able to sell USB drives in their online store 
is just the elementary coloring (a distinctive light blue).


netinstall is difficult for unreliable or limited bandwidth network 
connections (luckily it is perfect for me, someone who uses GNOME and 
has a good internet connection :)


Best regards,
--
Cameron Norman


Re: [Pkg-xfce-devel] Reverting to GNOME for jessie's default desktop

2014-08-10 Thread The Wanderer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 08/10/2014 02:39 PM, Kees de Jong wrote:

 Why are we discussing CD/DVD sizes? Why not just use an USB
 netinstall? It's then possible to download and install the stuff you
 need, if you don't want to use a lot of bandwidth then choose no
 desktop environment or XFCE/LXDE. But if you can spare some more time
 then you can install GNOME/KDE. Seems like a good deal. And USB
 sticks are cheaper (also easier to reuse) so I don't get the 'hurting
 developing countries' argument.

With netinst, you incur the bandwidth cost at install time, once for
every install.

With a larger install image which includes all the packages needed for a
more comprehensive install (whether CD, DVD or otherwise), you incur the
bandwidth cost up once front, and then never again (until it's time to
update to a new install-image version anyway).

If you're only going to do one install, then yes, the netinst image
probably makes more sense for a bandwidth-limited environment.

But if you're going to do multiple installs, using one of the larger and
more comprehensive prebuilt install images almost certainly makes more
sense than using netinst.

- --
   The Wanderer

Secrecy is the beginning of tyranny.

A government exists to serve its citizens, not to control them.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJT6AhUAAoJEASpNY00KDJrn7wQAKwL0NtO1eyDinasWL0UkOhG
QVgLjlkWLrOdnQFYOl+YT9EsOT79Jmip8Ym2ySQid/DG6UpSDgP0eOf9owqZeZ8Y
/ARaNdkP1e6//k49XvhQFetTDPOCBvNMucRvPljK3UJdj5E4yu+UhrffYez89Wfk
lPauNO6mUUPpmkCuwsNeQ0Z5b6tPw1VaMovuBFP2fshBMXW/4aWyGUBibdzkqhYO
Qwj6NKBj78liaSJAWFFxw92HSYbLzs6uGTlW7f9tPPw5Mv5BRdB0d6yN2cdCf391
RUzcFVgudnUzq8st9Kf0vrvbnnTtEoV1oIqDfAN4mzmF3Psh7b6lMjaH2h5F+n+V
1GNmjoco8gE0U1gZvb9KdcTFNzYv7jnISVx6vHK7mOY6UJts/GRpM8dW8Pps7WET
9aPDc6JwdI5+/IiBHn/5mf3moFFbLMZTI41aX9jSawoHNPC9hkcC3VeXYc+hxyZS
ABWU2GswFTy+R8u9QO1AsqgVoV9K5RsyeQK9O+yKTVWgcy5bXOt4r5SbzVmJrDLN
tAA3jIn9HBtLVp4I8KJWFg0c89uPENRqgQkIq7iAGIy6dsASGFctRAMUsxEilp2E
1iDqGpKRRIiDbzQonSJ7LwSV+TqDqHEnU9dUm7OB4yqcgVVd5+Dw8w59dJ0VIkJR
5Copesh0itb2ucAX9Kjd
=/d+b
-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/53e80854.8030...@fastmail.fm



Re: [Pkg-xfce-devel] Reverting to GNOME for jessie's default desktop

2014-08-10 Thread Anthony F McInerney
Would the people who are claiming that blank cdr are cheaper than dvdr,
especially in third world countries, please cite sources (shops, price
checkers etc) of the price of say 5 pack or 10 pack, even up to 50pack of
CD's, vs the same amount of DVD's, from those third world countries. Is the
price of a small pack of DVD's really worth making the decision on a DE for
debian?

If people have old CD only machines i would not like to attempt to get
kernel 3.16 +drivers +userland working on that. I've been in that situation
plenty of times, where woody or potato are better simply because the
drivers had been deprecated. Lets not go into the 256/512MB of ram that the
CD only computer has and how much gnome or xfce is going to chew up and
bring the machine to a crawl as soon you try to do anything and it hits
swap.

DVD readers/writers are cheaper now than CD readers/writers ever were.
The only argument you have left is bandwidth, and fortunately DVD's can be
sent in the post. Also we are probably only talking about a 100MB or 200MB
more.

I'd rather a nice debian installer with everything included, rather than
trying to 'cut stuff out' just so it 'fits'. There's simply no need for
that.

The real issue at hand should not be derailed by does it work with 1995
technology

As for the topic, the assumption of let's switch back to gnome now, how
quaint.

Firstly, it should be Let's choose the default DE for Jessie.

Secondly, why haven't the lxde and kde developers been included on the list
for this discussion?
Even with the init choice, the outsiders were given a chance to speak up
(E17 anyone?)

Thirdly, and more importantly the state of gnome itself in testing/jessie
repositories, let alone sid, even with a larger team, the mismatched
package versions, the first movement from 3.8 to 3.12, means it's barely
been looked at let alone tested, those that do attempt to test it come into
irc regular to complain about it.

So can we not have our DE chosen on the merit of 20 cents, and instead
decide which DE is best for technical reasons, usability, accessibility or
interface and start customising it pronto? (ie, still need to decide on a
default theme)

For reference i do not use XFCE or GNOME as my default DE, i have attempted
to use sid and testing in a vm to test gnome3 recently and just gave up,
that obviously might have changed in the last few weeks.


Accepted i18nspector 0.15-1 (source all) into unstable

2014-08-10 Thread Stuart Prescott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 15:42:07 +1000
Source: i18nspector
Binary: i18nspector
Architecture: source all
Version: 0.15-1
Distribution: unstable
Urgency: medium
Maintainer: Stuart Prescott stu...@debian.org
Changed-By: Stuart Prescott stu...@debian.org
Description:
 i18nspector - checking tool for gettext POT, PO and MO files
Changes:
 i18nspector (0.15-1) unstable; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 0dafbb647a70b2c8ec8b4c6b5c78b8828cc8afcb 1960 i18nspector_0.15-1.dsc
 dcfd4ac6acb91fd226c1cf2ec3a69400ddf1f283 110021 i18nspector_0.15.orig.tar.gz
 03bc19257dfcc788d3e230b4db1752320f9ca81a 24404 i18nspector_0.15-1.debian.tar.xz
 60332f94cbb7f0f4bb8cf2a69b92d62bfbef6559 58954 i18nspector_0.15-1_all.deb
Checksums-Sha256:
 939189fe3597b8e1f814166e00dc4362b4faa82fec1fe2a3fc8e15254bd0fd42 1960 
i18nspector_0.15-1.dsc
 d2fd4437ce0632954bf956033fa3f7e1b8bb05565d6973e624a788809ead968c 110021 
i18nspector_0.15.orig.tar.gz
 cf36edfd0cfbbf9488c8dbb9b6957ab33e8da29fb74b34f5e21f2f93d4b9759d 24404 
i18nspector_0.15-1.debian.tar.xz
 23d36d2439da5f5287c90ac8e1163d5b473d3ca988046a15e2ac458fd237e8c6 58954 
i18nspector_0.15-1_all.deb
Files:
 b824324ba0ea737e4cd85c2b363a8981 58954 devel optional 
i18nspector_0.15-1_all.deb
 a1072b7882a6f2e55320ad7a709a90c4 1960 devel optional i18nspector_0.15-1.dsc
 407719c26d4743719f63806287f65275 110021 devel optional 
i18nspector_0.15.orig.tar.gz
 c29961216a109b45508012e060ab0da6 24404 devel optional 
i18nspector_0.15-1.debian.tar.xz

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

iQIcBAEBCAAGBQJT5wa7AAoJELvBfrsTlvL35yQP/3Rnie8XF2UZcXgLu3KXl+BY
2o8StqRjAbGwX8PYk0+5Q9a8H7WRBO4SP5TSCas8Ac1AIYpd0kayvtwegQlGCePF
gmekUjDaM3tnhJGdWL5z+aLE97EG7wJecmhQG+2FEJnBzzGcdnIVy3ffpVJVnuGf
vulTKzv+BbHKPaBJVpWq3ojcs8kkpu7bc3343pbHlAZ9nzvYQh8+Ssfj5wZ38Ukx
8xRVODiIeWF8QAxNdTunzuvIbkom4qPFezcyw+i28Kpl+Bf65DZg8MMmVzPgFL/7
5JQbIOjoVb6+toDIYWBbkmdD0eBQYNEGEiKvBhFamSB1ZTVF5lJ/8R7rGKH1chiJ
pahGIsLp/xuK8FBikSK1gso45KMRanOvoe/FdwGRAgDv/jeKaUat0CtvbR8c0gW9
PzX0cOPq8ysnD7OONhzM19CmvhI4t9nJk2EZe4GqhGkkAOVJ9nPBHWyIEAzQ8y1P
f56GJCWI7ciRH8ppjVNbyzxPJhnqlLg6E93ELvIL4OiugiPlx8Ne/SsJI4qoKMsW
aTqJiqOIQ1X5Q748Az9UXOj2CSRB9bpcLUmsFBqdabMzLN19URCiYR3tVFjRDSGS
ENKx3sCcVtFUZc9WB+5c/xhPOOwHa8r56mF4BZf+7pjdlOKasr9sSmhy6+1p4q/M
K9ZNRv/HsM1V3561FwJl
=D32t
-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/e1xgmej-0007gi...@franck.debian.org



Accepted havp 0.92a-3 (source i386) into unstable

2014-08-10 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 01:12:27 -0400
Source: havp
Binary: havp
Architecture: source i386
Version: 0.92a-3
Distribution: unstable
Urgency: medium
Maintainer: ClamAV Team pkg-clamav-de...@lists.alioth.debian.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description:
 havp   - HTTP Anti Virus Proxy
Closes: 628612 628613 628615 664346 666016 689778 689892
Changes:
 havp (0.92a-3) unstable; urgency=medium
 .
   [ Sebastian Andrzej Siewior ]
   * convert package to git-dpm and drop dpatch (Closes: #664346).
   * Do not ship /var/run/havp, patch by Thomas Goirand (Closes: #689892).
   * purge /var/run/havp und removal (Closes: #689778).
   * remove the -x flag from .html files in the debian folder where the package
 got intalled to actually fix lintian executable-not-elf-or-script.
   * redo the rules with minimal debhelper 8
 .
   [ Andreas Cadhalpun ]
   * Use 'set -e' in maintainer scripts.
   * Add homepage to debian/control.
   * Add CPPFLAGS to CFLAGS, because CPPFLAGS are not respected by havp's
 build system.
   * Call 'modprobe loop' in the init script before trying to mount a loop
 device. This is necessary for newer kernels.
   * Remove all logs in /var/log/havp, the contents of /var/lib/havp and
 /etc/default/havp on purge (Closes: #666016).
   * Fix restart action of init script. (Closes: #628612)
 Thanks to Laurent Baysse for the bug report and patch.
 .
   [ Scott Kitterman ]
   * Agreed maintainer change to pkg-clamav team, added myself, Sebastian
 Andrzej Siewior, and Andreas Cadhalpun as uploaders along with Rene
 Mayrhofer (the previous maintainer)
   * Fix PID file naming for reload statement in havp.init, partially addresses
 #524045
   * Add lsb-base (= 3.2-13) to depends
   * Use lsb common functions to simplify status case in havp.init
   * Added remote_fs to Required-start and Required stop in havp.init
   * Add run level 1 to default stop in havp.init
   * Bump stanards version to 3.9.5
   * Add SSLTIMEOUT to etc/havp/havp.config.in (Closes: #628613)
   * Set default clamd socket value to the correct location for Debian
(Closes: #628615)
Checksums-Sha1:
 6fc52064c48f43bf258d3ec5a425d3d0372ca967 2076 havp_0.92a-3.dsc
 4cb06fb0c2d6b9cbee1a2e8f0ac4eea529d5415d 23472 havp_0.92a-3.debian.tar.xz
 e7808e87acae26d9d80ef6d197d6f570aed83e1b 137310 havp_0.92a-3_i386.deb
Checksums-Sha256:
 1838fc17a285ea577198273230984da626c18326831c522c525c51876b50fc7d 2076 
havp_0.92a-3.dsc
 338cb927ae0743fd1963f75b1db37c43ecee09ef4f44c65f1445b8a1dff18874 23472 
havp_0.92a-3.debian.tar.xz
 15457578bcbb825968ab75f20f572bd1047447d36453582d1094b96798d0decf 137310 
havp_0.92a-3_i386.deb
Files:
 50f5875b306e721b6c41c0f32ddd84e6 137310 net optional havp_0.92a-3_i386.deb
 3ab0337a5d1f63d2cc649a6c09744f8b 2076 net optional havp_0.92a-3.dsc
 54b7404d684031215f816f2ee6f51e0b 23472 net optional havp_0.92a-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT5wnHAAoJEHjX3vua1ZrxWKUQALpXd9UhGlyInVxAlZWrr+HP
RIpXw3nSdZpxkCLcIsZ2EprwOG/PSVHHXVu2dgS6lFK7A8GLNMuZVSSsakGI/R7d
m6COqD4UZDhYaqKd+uMWAKhRUB+PBk7Bb2Jn/zHkpfR5sVssK5Uil5VNP4JFDsg3
K/bo8wQY8nhR0RfiPUFMGNYLAzGrUf6AYhsgQR4LeiUGvpkLnWoYKZtl3BVO+QlV
Ycn/HrIgZ1xcQJsXzh3Tu6XbMZkexXiyBx4/z8S8O3zzYLNs9nQ/JSRrcrA5ZkkC
38gl0zTuIRcawJ+/dResYzm8eSk75L/DhY2UczF/UqsIZPJQFIQSCSvX+lwpgZp0
0cgYZC5Nd/qO9eEVwuPsdp+jpIPeotMxdyDMQHEzZWmxSwQKaFNQ9jKM/9oGxmgm
U11McSDVnlEmDNNBavn4V0YircNm69C2mlx0oDdA+k5Y4ihTa+oJo0SYkv5kJs7K
judN98+S6QD02PByDnuHVA6PgOWrG6gXXQIo1R3MMb1wfN8zb3Va1SJsjYuiUsS1
8uO5iggiovmS2pBktL2ZV5sOm+ZTS0uPpGjyuQnNvrtr99lShwBYPpJzG4cuqBbu
K4VSPv1FIF2T1MfCbVUGtSrKuHR7Pxi+GsaWf+550Y0uIsjlzPsSdVEHpwl1nQUy
86jo7FUQ7IAsxrSUw2sG
=LUnA
-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/e1xgmeb-0007ee...@franck.debian.org



Accepted dangen 0.5-3 (source amd64) into unstable

2014-08-10 Thread Alexander Alemayhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 04 Aug 2014 22:57:28 +0200
Source: dangen
Binary: dangen
Architecture: source amd64
Version: 0.5-3
Distribution: unstable
Urgency: medium
Maintainer: Alexander Alemayhu alexan...@bitraf.no
Changed-By: Alexander Alemayhu alexan...@bitraf.no
Description:
 dangen - shoot 'em up game where accurate shooting matters
Closes: 737856 738876
Changes:
 dangen (0.5-3) unstable; urgency=medium
 .
   * Fix lintian debian-watch-may-check-gpg-signature tag.
 - debian/watch: Use asc file.
 - debian/upstream: Add upstream public key.
   * Fix lintian ancient-standards-version tag.
 - Bump Standards-Version from 3.9.2 to 3.9.5.
   * Provide desktop file and icon.(Closes: #737856)
 - Added debian/dangen.desktop
 - Added debian/dangen.dirs
 - Modified debian/dangen.menu to include icon and description.
 - Added debian/dangen.xpm
 - Modified debian/rules:
   Removed some comments and made sure dangen.{desktop, menu} are copied.
   * Fix lintian extra-license-file tag.
 - debian/dangen.docs: remove extra license line.
 - fix-extra-license-file.patch added to remove all license files from
   EXTRA_DIST.
   * Added Vcs-* fields.
   * New maintainer, thanks Oohara for your work!(Closes: #738876)
 .
   * Upload sponsored by Petter Reinholdtsen.
Checksums-Sha1:
 d373da0bcf55c38c7bc5936a8569cfa2870802db 1261 dangen_0.5-3.dsc
 0c996aed1b08cf111fce12a406acc774dd8ac79f 9744 dangen_0.5-3.debian.tar.xz
 807ab5995cacb6163df9182ad8b338ffbb2e7a6d 250336 dangen_0.5-3_amd64.deb
Checksums-Sha256:
 9735e2a24208b994306aaf839ab3efb4edebbd498b04547ac90573e1549b8543 1261 
dangen_0.5-3.dsc
 1099f9aa0885505a7edda40e187ac7462640062b5032a9fc552628236ac13c75 9744 
dangen_0.5-3.debian.tar.xz
 397cc2d6e7c403f072a5b9aaec2d88a18eaecde7e6da510ae2b07999c3946894 250336 
dangen_0.5-3_amd64.deb
Files:
 b890a6ccba0f657ac620f3fbf580a9cd 250336 games optional dangen_0.5-3_amd64.deb
 80c8bdced4f51f8454f0ef17e771b9e9 1261 games optional dangen_0.5-3.dsc
 fdd1054afdd85069f5119d6b55e5841f 9744 games optional dangen_0.5-3.debian.tar.xz

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

iD8DBQFT5wc420zMSyow1ykRAs4XAJwMIS7i/4QjpRkMOyk7rKm++W8KrwCggOf5
GYZWYzx+V8BT3+Pddse47s8=
=wObP
-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/e1xgme4-0007be...@franck.debian.org



Accepted r-cran-plyr 1.8.1-2 (source amd64) into unstable

2014-08-10 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 08:02:54 +0200
Source: r-cran-plyr
Binary: r-cran-plyr
Architecture: source amd64
Version: 1.8.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description:
 r-cran-plyr - Tools for splitting, applying and combining data
Closes: 757596
Changes:
 r-cran-plyr (1.8.1-2) unstable; urgency=medium
 .
   * d/control: Recommends: r-cran-abind
   * d/tests/control: Depends: r-cran-abind
 Closes: #757596
Checksums-Sha1:
 00955b2f8981a002f3f062a4a5174a52af7b2041 2034 r-cran-plyr_1.8.1-2.dsc
 f6932e215e754504eee8ddecdf2b1b37c009be7d 3300 r-cran-plyr_1.8.1-2.debian.tar.xz
 53089c67d5b4c49cc7267f8f98c6c219d355465c 738058 r-cran-plyr_1.8.1-2_amd64.deb
Checksums-Sha256:
 739794e895b5bcd8d4971d75e5eb4e99577ae7de8eb4c7f494b1cc3328c4f5c4 2034 
r-cran-plyr_1.8.1-2.dsc
 7857f5f26ba763dd9fe5569baced5add8e1a97da3d2bf55d5dedaa13c8870c02 3300 
r-cran-plyr_1.8.1-2.debian.tar.xz
 f7c3a8a41cee3961e797824c49e336a88c473175a5afa980ff87af12012efb45 738058 
r-cran-plyr_1.8.1-2_amd64.deb
Files:
 2c9e6bb8b49ddf8ab62d19528274022d 738058 gnu-r optional 
r-cran-plyr_1.8.1-2_amd64.deb
 786ced50db4502cffb0dc8bbe5e5 2034 gnu-r optional r-cran-plyr_1.8.1-2.dsc
 2687462cf77bb50b81f904a70568e5e9 3300 gnu-r optional 
r-cran-plyr_1.8.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT5wweAAoJEFeKBJTRxkbRxcoP+wW9jy47L5v8V9rn+1iXRqPP
pyULLq++5kEnXZAoeihwl9nhP+2PhH6LMfscrcmTlc6TMwAs+geapMk33Tm1Ts3K
SQ6GwJmfVCLm9w93v9tTG11iyG8jfzkldFemd59L7Jy0ETOuaNM+EGfOOfZkg/v/
1gyr27iQliwPRAu/7gtvGbLe1RMJE2LznKuivqhScLLJ4ehZ5fwQa+3ZqREv5TMq
jjEVVgYD2ycwmcKpImHn/AamMTutJZFaenfnUQyJ9ROThFSP0qFKNvLQDXoZ0pIo
we/Ayue9BL62DPmosudzWAmwVhzU0XANs98QOMQfMW2CDNGhK07W8gu5SV7zDd0T
ofxmeEKfMzBjmLz2Fh/petHNiI8VWJEQmHlLdFAZ8hIAv7Vkoq7jZHj6M7w0CQ+g
pNJWJ2UGdPrR9zI1banfExRgNOLdPX2/W6Sj32tQfEdjP8nDIWRE6NHr9bvOnWDK
Ooz47JelGTWHMpUCgP5RsVnzl1qpL4YLRxX9DgDGwL/jwuk3s8ilG5EnO0zCwLHy
LDuBEmgD/VqapDxLpJ2J1C6mraRqN0gTSr76wQRmIf0VyJOT8oXonoNR4+WyB399
tZ7Ffqws3nKNYln2A9Z6w9nUX0nsmHNZZgWarJy/OuNKkZTX8vyXAXuSWa7bONKW
kGPBekDIUUNTClbSBq4n
=z+lB
-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/e1xgmsf-sa...@franck.debian.org



Accepted gcc-snapshot 20140809-1 (source amd64) into unstable

2014-08-10 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Aug 2014 23:32:41 +0200
Source: gcc-snapshot
Binary: gcc-snapshot
Architecture: source amd64
Version: 20140809-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
Changes:
 gcc-snapshot (20140809-1) unstable; urgency=medium
 .
   * Snapshot, taken from the trunk (20140809)
Checksums-Sha1:
 917994a86e8b8d6922c670d9357bd5b9ba0add49 3429 gcc-snapshot_20140809-1.dsc
 8a33d1a36958e9b77e734d939f2e6ebe14de85ab 69721601 
gcc-snapshot_20140809.orig.tar.gz
 9c3e0c2379fdfbe6fc03026aee84327eee97709d 781738 gcc-snapshot_20140809-1.diff.gz
 d3b9ae72cac034c1a19ae6519ebf56978fb48baa 124034090 
gcc-snapshot_20140809-1_amd64.deb
Checksums-Sha256:
 a07dda6e237ebc5a19d727c9777e3b94f62bb2e6c9e550b0d8b7281e5f5712c8 3429 
gcc-snapshot_20140809-1.dsc
 401b20a766d302b2fcad93c5cf97cdc95752d344fab2163029dc12abd5df61a8 69721601 
gcc-snapshot_20140809.orig.tar.gz
 3a92897263f454c45f88b9ea277aab959b31c4e5420b2ff9ae431a662b52b863 781738 
gcc-snapshot_20140809-1.diff.gz
 6a92e7aae3342311f1b5cea740249a8b9997a38a3c8692c340db798ee9b7b22d 124034090 
gcc-snapshot_20140809-1_amd64.deb
Files:
 a613a836e73daca3279e10bce6e5790f 124034090 devel extra 
gcc-snapshot_20140809-1_amd64.deb
 0bd84df8caee03d03e572dde9fc2b033 3429 devel optional 
gcc-snapshot_20140809-1.dsc
 c7687751eb9549fa776d086c021bf451 69721601 devel optional 
gcc-snapshot_20140809.orig.tar.gz
 6a42c084212dd096aedecf0f0bb4ab5a 781738 devel optional 
gcc-snapshot_20140809-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPnKgEACgkQStlRaw+TLJzZlQCePbZMwbcnEdVCC5nzPpgOvO0H
dS8AnjsyxfvT5KsXdr3q7vedpCFE/iLJ
=x5Nb
-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/e1xgpzt-en...@franck.debian.org



Accepted kamailio 4.1.5-1 (source amd64) into unstable

2014-08-10 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 10 Aug 2014 09:14:31 +0200
Source: kamailio
Binary: kamailio kamailio-dbg kamailio-geoip-modules kamailio-sqlite-modules 
kamailio-json-modules kamailio-memcached-modules kamailio-lua-modules 
kamailio-mono-modules kamailio-python-modules kamailio-redis-modules 
kamailio-mysql-modules kamailio-postgres-modules kamailio-cpl-modules 
kamailio-radius-modules kamailio-unixodbc-modules kamailio-presence-modules 
kamailio-perl-modules kamailio-snmpstats-modules kamailio-xmpp-modules 
kamailio-xml-modules kamailio-carrierroute-modules kamailio-berkeley-modules 
kamailio-berkeley-bin kamailio-ldap-modules kamailio-ims-modules 
kamailio-utils-modules kamailio-sctp-modules kamailio-java-modules 
kamailio-tls-modules kamailio-outbound-modules kamailio-websocket-modules 
kamailio-dnssec-modules kamailio-autheph-modules
Architecture: source amd64
Version: 4.1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Victor Seva linuxman...@torreviejawireless.org
Description: 
 kamailio   - very fast and configurable SIP proxy
 kamailio-autheph-modules - authentication using ephemeral credentials module 
for Kamailio
 kamailio-berkeley-bin - Berkeley database module for Kamailio - helper program
 kamailio-berkeley-modules - Berkeley database module for Kamailio
 kamailio-carrierroute-modules - carrierroute module for Kamailio
 kamailio-cpl-modules - CPL module (CPL interpreter engine) for Kamailio
 kamailio-dbg - very fast and configurable SIP proxy [debug symbols]
 kamailio-dnssec-modules - contains the dnssec module
 kamailio-geoip-modules - contains the geoip module
 kamailio-ims-modules - IMS module for Kamailio
 kamailio-java-modules - contains the app_java module
 kamailio-json-modules - Json parser and jsonrpc modules for Kamailio
 kamailio-ldap-modules - LDAP modules for Kamailio
 kamailio-lua-modules - contains the app_lua module
 kamailio-memcached-modules - Provides the memcached module, an interface to 
the memcached serv
 kamailio-mono-modules - contains the app_mono module
 kamailio-mysql-modules - MySQL database connectivity module for Kamailio
 kamailio-outbound-modules - Outbound module for Kamailio
 kamailio-perl-modules - Perl extensions and database driver for Kamailio
 kamailio-postgres-modules - PostgreSQL database connectivity module for 
Kamailio
 kamailio-presence-modules - SIMPLE presence modules for Kamailio
 kamailio-python-modules - contains the app_python module
 kamailio-radius-modules - RADIUS modules for Kamailio
 kamailio-redis-modules - Redis database connectivity module for Kamailio
 kamailio-sctp-modules - sctp module for Kamailio
 kamailio-snmpstats-modules - SNMP AgentX subagent module for Kamailio
 kamailio-sqlite-modules - SQLite database connectivity module for Kamailio
 kamailio-tls-modules - contains the TLS kamailio transport module
 kamailio-unixodbc-modules - unixODBC database connectivity module for Kamailio
 kamailio-utils-modules - Provides a set utility functions for Kamailio
 kamailio-websocket-modules - Websocket module for kamailio
 kamailio-xml-modules - XML based extensions for Kamailio's Management Interface
 kamailio-xmpp-modules - XMPP gateway module for Kamailio
Changes: 
 kamailio (4.1.5-1) unstable; urgency=medium
 .
   * [ee9aba2] Imported Upstream version 4.1.5
   * [fb02772] remove applied upstream patches
Checksums-Sha1: 
 007e9cb4ec131a4af5843e1a1d4f7a6dc3d9f5fe 5894 kamailio_4.1.5-1.dsc
 4526227fd06c15054d22b87ce2ba48f0e0cf6396 10858891 kamailio_4.1.5.orig.tar.gz
 866e89993157c592f96849febaedbfa6b97b886b 20392 kamailio_4.1.5-1.debian.tar.xz
 baa34faadfc527398ba6a628495a635cd36104fe 4600326 kamailio_4.1.5-1_amd64.deb
 5b8598fd531bd5b8e05c8ff8824ede7397378a72 17933670 
kamailio-dbg_4.1.5-1_amd64.deb
 0474011a932564316b7fb2c9a4a7d2589fd0226b 151586 
kamailio-geoip-modules_4.1.5-1_amd64.deb
 db61d785ec6f777dc6c4e141cda5731f2bdffbab 157834 
kamailio-sqlite-modules_4.1.5-1_amd64.deb
 1701a73139281a44ec62607accfc81db37f9705c 165190 
kamailio-json-modules_4.1.5-1_amd64.deb
 7217c08e410dd0e292193a334819dbca6132d096 158932 
kamailio-memcached-modules_4.1.5-1_amd64.deb
 34fd5c7c3d316475d40e7068fc2af5164aaa619c 207408 
kamailio-lua-modules_4.1.5-1_amd64.deb
 9fef474df48c78db1246d0aa56097c1f65ae71de 157836 
kamailio-mono-modules_4.1.5-1_amd64.deb
 4056f5350431ed8152d6f266fb2f7344357af8f8 159180 
kamailio-python-modules_4.1.5-1_amd64.deb
 c6647262c88e6d0d656c52c6b91c153dce0556d7 161786 
kamailio-redis-modules_4.1.5-1_amd64.deb
 a5bdbaa7a5caf0248f3736047b44a39a2eeb1959 198378 
kamailio-mysql-modules_4.1.5-1_amd64.deb
 e390b4c63fb8cdf14913b7201d9718799cba75de 223216 
kamailio-postgres-modules_4.1.5-1_amd64.deb
 5d1874960ed9e9c423b35d3e50bcc1a8730e8d48 269992 
kamailio-cpl-modules_4.1.5-1_amd64.deb
 f64a888100cf157e4b220dd097964c1ded35496a 203788 
kamailio-radius-modules_4.1.5-1_amd64.deb
 

Accepted libjira-client-perl 0.42-1 (source all) into unstable

2014-08-10 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 10:37:51 +0200
Source: libjira-client-perl
Binary: libjira-client-perl
Architecture: source all
Version: 0.42-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad an...@debian.org
Description:
 libjira-client-perl - Perl interface to JIRA's API
Changes:
 libjira-client-perl (0.42-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.42
   * debian/copyright: Update upstream years.
Checksums-Sha1:
 04ca308e8dd6f5c29c0fa5568cdd3ef968e80b0a 1531 libjira-client-perl_0.42-1.dsc
 5cf6bba05d3ffa49521a66a0ce7ced1256dad239 29107 
libjira-client-perl_0.42.orig.tar.gz
 4ddd138cad345bb932ec699b16d45659cf1789d7 2884 
libjira-client-perl_0.42-1.debian.tar.xz
 67a9bc22b79e7ae86a6f20a206a8a3cfe13fa51e 30972 
libjira-client-perl_0.42-1_all.deb
Checksums-Sha256:
 9c2ce076a2bbf5dfb192e89a009656e6c74ff6a7b0529343c9188d7fab6e696f 1531 
libjira-client-perl_0.42-1.dsc
 7ff68e747df62996c4b82e205a214f25d84be4338ab1f346f3ea8d9587834c60 29107 
libjira-client-perl_0.42.orig.tar.gz
 d73baad26618f1804f3fddf06c763a4c90b6b30f4426a43c9a3e301e106e0115 2884 
libjira-client-perl_0.42-1.debian.tar.xz
 41a86031486660202af2ddd4eff769f3bcf22a65f0234810aa0dec409eedb5bf 30972 
libjira-client-perl_0.42-1_all.deb
Files:
 04605482f722d80c649ed7009e27bf05 30972 perl optional 
libjira-client-perl_0.42-1_all.deb
 e19542b170ed9a063b9772f829034190 1531 perl optional 
libjira-client-perl_0.42-1.dsc
 d1ff7aa684cc372546a5f6fa0b2441b2 29107 perl optional 
libjira-client-perl_0.42.orig.tar.gz
 b8344cf61afc79c3c40637daa8df2800 2884 perl optional 
libjira-client-perl_0.42-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPnL48ACgkQCY2uR+47wnmYFwCgrMzrFlBcfLNkEnLCEdWI2t8o
nmAAniMwC8cqBcOlYTdAy6JIJQ41FNcF
=nKM6
-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/e1xgpau-0001xx...@franck.debian.org



Accepted libsvn-hooks-perl 1.27-1 (source all) into unstable

2014-08-10 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 10:18:20 +0200
Source: libsvn-hooks-perl
Binary: libsvn-hooks-perl
Architecture: source all
Version: 1.27-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad an...@debian.org
Description:
 libsvn-hooks-perl - framework for implementing Subversion hooks
Changes:
 libsvn-hooks-perl (1.27-1) unstable; urgency=medium
 .
   * Imported Upstream version 1.27
Checksums-Sha1:
 3fd63dbca7ab97f154b73980057d7b7393cd72d1 1662 libsvn-hooks-perl_1.27-1.dsc
 0673ef18baafeaf55a8bcf94a0bea74bc78a8ca8 49756 
libsvn-hooks-perl_1.27.orig.tar.gz
 232651f6a359bb11ee9ac1975e7deb48ef51340a 4068 
libsvn-hooks-perl_1.27-1.debian.tar.xz
 5ae883c267933cbe316d346dff2b48be7e514367 87776 libsvn-hooks-perl_1.27-1_all.deb
Checksums-Sha256:
 f0ad2ad9d02438600f5f5ed8404af2b5f183e1e155ed276dea1f62e9a0f44b6d 1662 
libsvn-hooks-perl_1.27-1.dsc
 5a8cf9d4b82e47a321c57a165cfd01248eee79e8c9f9f6206b282b40883aa3b2 49756 
libsvn-hooks-perl_1.27.orig.tar.gz
 3640ddee02e835bafa9488d7d41dfa240d87b3f274165af5100ee961a9445e4f 4068 
libsvn-hooks-perl_1.27-1.debian.tar.xz
 aa43656646aa615c4a243376a56a034078b3d559c727ace983a577a002bf81a9 87776 
libsvn-hooks-perl_1.27-1_all.deb
Files:
 1481f76c552128873764cb5dc5c3e14c 87776 perl optional 
libsvn-hooks-perl_1.27-1_all.deb
 7a23ae15d40b02d87e316afff45519d7 1662 perl optional 
libsvn-hooks-perl_1.27-1.dsc
 1eba5622f57b6832ebdf996298c68656 49756 perl optional 
libsvn-hooks-perl_1.27.orig.tar.gz
 95248bdccd5cb83716726536688371db 4068 perl optional 
libsvn-hooks-perl_1.27-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPnKz8ACgkQCY2uR+47wnniMQCfV8hUURAPwbPyx3MjW1Ibzqxa
pRIAoKEhTKDICa4dH7nvlLPuJxMcpKeo
=YkbB
-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/e1xgpab-000214...@franck.debian.org



Accepted mikutter 3.0.4+dfsg-1 (source all) into unstable

2014-08-10 Thread VDR dai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 16:34:33 +0900
Source: mikutter
Binary: mikutter
Architecture: source all
Version: 3.0.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: HIGUCHI Daisuke (VDR dai) d...@debian.org
Changed-By: HIGUCHI Daisuke (VDR dai) d...@debian.org
Description:
 mikutter   - plugin-extensible Twitter client
Closes: 731032
Changes:
 mikutter (3.0.4+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
 - update po/en (Closes: #731032).
Checksums-Sha1:
 bc8038128a6faddff4f18f6c8ea6e7daefe87514 1977 mikutter_3.0.4+dfsg-1.dsc
 2fd446928e5add151fe6a50d5236b70a20915fae 1503396 
mikutter_3.0.4+dfsg.orig.tar.xz
 271ecacc06c8b695fc4fb9549f4fd0fec031b31f 12116 
mikutter_3.0.4+dfsg-1.debian.tar.xz
 029071e9de5479bf586de16ceb6de955ab366592 1526078 mikutter_3.0.4+dfsg-1_all.deb
Checksums-Sha256:
 4a90e4842901cfd6a9dc01f0f82ad7bb1c78732ff56ab18c7f9333e080a1ef47 1977 
mikutter_3.0.4+dfsg-1.dsc
 d7540f0d5d495e5f18d0994a312a5ee84def6d126a04c587afa3186e46668519 1503396 
mikutter_3.0.4+dfsg.orig.tar.xz
 eea69f5874aad05dd1f8a5333e6c359c71dcdf72b66e42da4ea93596e4696158 12116 
mikutter_3.0.4+dfsg-1.debian.tar.xz
 ef334be993b546b15c9f9cce8569b9a58a86ce49d560b12603f1b21eb1469ed5 1526078 
mikutter_3.0.4+dfsg-1_all.deb
Files:
 f5be1023b958f1f0ef302a6d60c85276 1526078 net optional 
mikutter_3.0.4+dfsg-1_all.deb
 476c4ec81bfbbf6a9dccbce2907a7b6e 1977 net optional mikutter_3.0.4+dfsg-1.dsc
 524947580d341777bc175ca657130232 1503396 net optional 
mikutter_3.0.4+dfsg.orig.tar.xz
 018b2d60a4345fa50c267136c84c8be0 12116 net optional 
mikutter_3.0.4+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT5yL3AAoJEHg5YZ3UOWaOXtYQAKf7D2b3IZPH1QUkztKBjEEV
AMQTbOIpAyfiEz84xqdoNdoYM8i+9IJWaN7KFJoDuseFPOMmCvk+wK6JeA+jpNMx
pBSKJxaU8T2zUifKodI7sLVWHY4q9v4EAfhN8FNqLjN/HSGwxH27s76TdCpUjSD5
fF1i5jMh+zk9QOfnUf+N5nR/Rsfi+UHWgp/YzPXqafr/Zgc01hv84hkTxMwgH27c
x6l/CTOmvNet9U9kKHJlgn7DoCf6jeFbyo8H05Tes4EUSM2PvudPMTr0q5jOKWZZ
zo6U7ZJk8F/2J/bJWeQXpDzunIre4+fNjjS78va9/G8TXyiV+QFQNzFcSMeA56MN
woKz0bxhOVGA0TOwBQa3PkCLapm445kRFN0OTgLOpBSXVdZMSet5hHEVAGs0Fzva
EV3bUFHk8ypFqKgeSJgKoQD449K/QbBmGTqliVybN/GbpJfqL3RCJ/tL399bz2Jh
D6/gs2SETH2DrABQ9EDE6Z6M3t/nyGqu/haSPxwG/ecCOT8WMyXvIx8FDsEMl714
+yatvOHSY90+674I87sX0ZHxFraOzbMjFt4SWl8c8lWwq34H7JDdnHkbS2Nkfllv
AZVClW6m7Dg9epMmCnslqSH4Zm/173h/WLGAWKtkiQc/saB+H3O78oI6F7OaVVGM
dHovu5vt2SAlocGx+K+k
=T2wk
-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/e1xgpba-0002ja...@franck.debian.org



Accepted par2cmdline 0.6.8-1 (source amd64) into unstable

2014-08-10 Thread jcfp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Aug 2014 22:56:16 +0200
Source: par2cmdline
Binary: par2
Architecture: source amd64
Version: 0.6.8-1
Distribution: unstable
Urgency: medium
Maintainer: JCF Ploemen (jcfp) li...@jcf.pm
Changed-By: JCF Ploemen (jcfp) li...@jcf.pm
Description:
 par2   - PAR 2.0 compatible file verification and repair tool
Changes:
 par2cmdline (0.6.8-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 de6e80565bca016bdf3c452b0cc2888932972ed7 1875 par2cmdline_0.6.8-1.dsc
 4768cc3e2b437c518754ad0370f6c8ccd99eb0fa 2694594 par2cmdline_0.6.8.orig.tar.gz
 23b6bf2b9184bf312e9f5b53680e5d6770018606 3512 par2cmdline_0.6.8-1.debian.tar.xz
 b1653c7d157cdfc1ee2c282db6f8cdb47fe27f26 93814 par2_0.6.8-1_amd64.deb
Checksums-Sha256:
 1aadd841345dcb63b4bef9eeef425cb0927ec5315132807df223b8fa28d487b4 1875 
par2cmdline_0.6.8-1.dsc
 1b3486717744d2a42e41ee89f7935a229dc720c73f4e679493b8f06290fdac14 2694594 
par2cmdline_0.6.8.orig.tar.gz
 c5d728da3ea5d65e19ed6ca2ff9c27e2ce146e38fadc8b14320ad1e3ca47ebab 3512 
par2cmdline_0.6.8-1.debian.tar.xz
 6b66cd852de205e41d3087452bd9ea36cb54b33a854a49eab64459460c6e480b 93814 
par2_0.6.8-1_amd64.deb
Files:
 deadeebd28beee64d23ebf690b59215e 93814 utils optional par2_0.6.8-1_amd64.deb
 e65ab36555bf79d8a1b149efdd792947 1875 utils optional par2cmdline_0.6.8-1.dsc
 e161b62d4e57f721b6b457028535d1da 2694594 utils optional 
par2cmdline_0.6.8.orig.tar.gz
 13f750993e7c972d5f9122d75427b0da 3512 utils optional 
par2cmdline_0.6.8-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT5yzIAAoJEI7tzBuqHzL/SjsP/j6RkaS242PlsGdzwIx1AfYx
h5xU0Cbigm6SdF1mZjp9SWRrPxVazNi3/hzmCKsTlGrIJ53FgTPrpUhCGVUpdgwV
FLWDA0e7KIaEdozWaTEKMGIC6HxnC7bEKvI1AQ5tcWk5qtfyYGJbDHp7xDrvCD3K
HnyXlgDCX9CM7B2z+gKv9563W7CsFJFOTGvc+t7xQBbq/YwOrqsHOqRcujwte7QQ
hukQe8I0C3+AO4S9J340sGN9Y922tfbP7G/jbXrSvp7h2m7ltYTwbNgMgr64GTmu
BzCe/pDWN5lSZAWjtXdweDD3wjxxgiQuk/GtzXO8YkiIWpnO0eg+oQAk8gPFU7l9
Iud/EgFb/3pZxIrU6ULMhNG0wLa0LzO1LEsy7nmbkLqKsNR43P/F6Y+cVyA+vjPS
nzNhZDXRBjg2caUsvUJApiuc6n3jLHzB71aqmc9WVdhJhe0VivJ9He1FlfAx0ecJ
3znjNU1Z5HGjLG8TJTxeHq871FQTIKRaftm0U2Jv6awQpD2QFx9CLQ8Kg6qN/uwt
+fuKe+98CX6uCJfd2Tg7i3/zKzJ83Qg2dBCMRI39vgfFMICrjSEU1nXIhiiy+DgU
JoimPwS9dCVe++Fim5TzIOOPfDB9o357YMe8bH8AYIWrFWi1pbKELqcGLqge6g0K
7XTA5fSBUFM7zoU+8m1p
=UEjO
-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/e1xgpbl-0002ox...@franck.debian.org



Accepted r-cran-rsqlite 0.11.4-2 (source amd64) into unstable

2014-08-10 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 08:43:44 +0200
Source: r-cran-rsqlite
Binary: r-cran-rsqlite
Architecture: source amd64
Version: 0.11.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description:
 r-cran-rsqlite - Database Interface R driver for SQLite
Closes: 757597
Changes:
 r-cran-rsqlite (0.11.4-2) unstable; urgency=medium
 .
   * Consider a patch that would relax version comparison since the installed
 sqlite version might differ from the version this package was builded
 against but patch is not activated since it might need further
 investigation
   * Fix autopkgtest script
 Closes: #757597
Checksums-Sha1:
 4c0fcf9da5a1b760f2cec0beb2a44bd77f76aff9 2133 r-cran-rsqlite_0.11.4-2.dsc
 b07592c0d14ec25c425c99c7c8df68a92b3db5d7 3780 
r-cran-rsqlite_0.11.4-2.debian.tar.xz
 8dd335fc3d1b8184a3f615edf677cd82ee0eaa3d 304556 
r-cran-rsqlite_0.11.4-2_amd64.deb
Checksums-Sha256:
 cf813669b9fe67193a390a4c890cd3659d67a8401ea6107378bffe5f57c49fea 2133 
r-cran-rsqlite_0.11.4-2.dsc
 276725855897b91dfcae6afabf74ababca1c55296cb93c2ad3e0b138893c0eec 3780 
r-cran-rsqlite_0.11.4-2.debian.tar.xz
 54e23c3ec8860c2d337b4f9ca0323d65f98eb0b5ab464b4dda32b013268c8dad 304556 
r-cran-rsqlite_0.11.4-2_amd64.deb
Files:
 8bbba57a95d4e987eb5146ac45d02ea9 304556 gnu-r optional 
r-cran-rsqlite_0.11.4-2_amd64.deb
 104befcda9087f526a532ee982d7738b 2133 gnu-r optional 
r-cran-rsqlite_0.11.4-2.dsc
 e7cbd32868b9d26b9f93cb5ba4270588 3780 gnu-r optional 
r-cran-rsqlite_0.11.4-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT5yP4AAoJEFeKBJTRxkbRo08QAJoGRlAcf7ERl7swlVQjtTQn
GOhpHkrjGfFyZU9qhtbIESBmSCMRixzksKAaY2ofNVHc5CDtDvsrtnzU9x0p5eaR
lPUAGEJmL6TCDZsQG/BC1QdbNCNnSLkZOGU7/vdfLpIZh7ROIMZy2R71+TjR77Lr
uU/+otCd7rfkTpT+Yr9WniEpcB0bRFo6I3iZGCQtc5eWYblAcNkVLw9qG7+H2FAi
j/klkoGGHdFM9nt94Z/2sHStQhL+hDSubSZonPf+/+YmMbBHesaCK+IHtcucDX7h
/xnez0dMlT40J89O9FRdUIQxkX2NlHiJVlgdlKjxtzf4bh2vYeloORjI8GwFg7zM
zxwlNw/dKpsdcRdrq/5WS8K2nAPENoUKgKj7CRvLayfta4A2uLWDwkZyuuB+yor+
8ciUhfB1KOzdp7wjAYRd8Ug6CfMZJBi524J0pxzs/U9SlChjFqOp22ZiThVleVoL
+wgRRVFz1Ifofp006J+L3xyodXrR0/yXr1vBNHT3eFX/cPVckZu2ANe7wb/98BEM
U+deantHMCTETp8pHvPdno+Tzu8WzgIYFRIqsulQURMGT3rLK+xiZZArtEw+ZSl2
R7BuLQpxArVoM0ciF0qqqLzf05R3Zjc3QkxCy5wLIvH7Y4iDHDh331htHaKNJNt+
nTz3EVePNDk+PjZafFn9
=EKBB
-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/e1xgpz2-0001nd...@franck.debian.org



Accepted parted 3.2-3 (source i386 all) into unstable

2014-08-10 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 11:02:32 +0100
Source: parted
Binary: parted parted-udeb libparted2 libparted-fs-resize0 libparted2-udeb 
libparted-fs-resize0-udeb libparted-i18n libparted-dev libparted0-dev 
libparted2-dbg libparted-fs-resize0-dbg parted-doc
Architecture: source i386 all
Version: 3.2-3
Distribution: unstable
Urgency: high
Maintainer: Parted Maintainer Team parted-maintain...@lists.alioth.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 libparted-dev - disk partition manipulator - development files
 libparted-fs-resize0 - disk partition manipulator - shared FS resizing library
 libparted-fs-resize0-dbg - disk partition manipulator - FS resizing debugging 
symbols
 libparted-fs-resize0-udeb - disk partition manipulator - FS resizing library 
udeb (udeb)
 libparted-i18n - disk partition manipulator - i18n support
 libparted0-dev - disk partition manipulator - transitional package
 libparted2 - disk partition manipulator - shared library
 libparted2-dbg - disk partition manipulator - debugging symbols
 libparted2-udeb - disk partition manipulator - library udeb (udeb)
 parted - disk partition manipulator
 parted-doc - disk partition manipulator - documentation
 parted-udeb - Manually partition a hard drive (parted) (udeb)
Closes: 757417
Changes:
 parted (3.2-3) unstable; urgency=high
 .
   * Probe LVM logical volumes again (closes: #757417).
Checksums-Sha1:
 c1f30b82e248a06b50879ca06b818c9a062d7b41 3078 parted_3.2-3.dsc
 9b668be99c04c66d46a3626ab85bf02f9ee629e3 54148 parted_3.2-3.debian.tar.xz
 ece4f3216d95193d3c21da8fc64928e257aae2fb 197260 parted_3.2-3_i386.deb
 60d25e50133416bcfc05d8ee0379d081a27653a0 24462 parted-udeb_3.2-3_i386.udeb
 99c9bdb3b6b1b1013874f32120e4245d7c61476c 289294 libparted2_3.2-3_i386.deb
 03d86ee31a8d590b6643e747afb9f57fbf3a4a5e 207838 
libparted-fs-resize0_3.2-3_i386.deb
 8a856910389fb8991df9dd90a57585c3044a49bf 103440 libparted2-udeb_3.2-3_i386.udeb
 7c5aa655330e32193f60500c0e5cd3768d529024 38496 
libparted-fs-resize0-udeb_3.2-3_i386.udeb
 6e36102fcdd447b271371d27ad265cc101420533 393318 libparted-i18n_3.2-3_all.deb
 7d11dfe55817cbf368f28c8e40aea2f385cf853c 362428 libparted-dev_3.2-3_i386.deb
 9a05fb461780fcef032f70f2a2152fa499bad4b4 160260 libparted0-dev_3.2-3_all.deb
 099e6b746c1da4240391b59343b670a8100f7bed 415190 libparted2-dbg_3.2-3_i386.deb
 85ffc0cffe330a5bcde00efb5cac711da240a06f 253122 
libparted-fs-resize0-dbg_3.2-3_i386.deb
 36e966a130a1ed238c5288af0108cee04050ef54 237880 parted-doc_3.2-3_all.deb
Checksums-Sha256:
 d96d08bbcd24a187bea2c6b33b839e4aa4e6dc040b018a60df6b39081ac81e9e 3078 
parted_3.2-3.dsc
 cde6af06d62f5b96a293b8b2509b2aa96ed2d3bfe7a3d7949fa605acb68dc304 54148 
parted_3.2-3.debian.tar.xz
 6484815c6251a0192b7406b1a2048c4af8cb630328fd9e0ad23e33686667 197260 
parted_3.2-3_i386.deb
 94ca74c479cf3de21cd101efe7d4b8b835c7a25789868be71fd4472fe1df4cf1 24462 
parted-udeb_3.2-3_i386.udeb
 e9d1b60bd215834ea70e7b831c2b69bd74624febe5d5c4b61c7afdeea89dfb43 289294 
libparted2_3.2-3_i386.deb
 b3ff24e769d18035528c5f0d9639654e77075ebb32d9c9c625fe3544b940c095 207838 
libparted-fs-resize0_3.2-3_i386.deb
 3cc1deca886697af87faad662fdfcad4ed036619c631abcc7d52f4384a82a0b2 103440 
libparted2-udeb_3.2-3_i386.udeb
 83e9952b79c88770b62eceea4415d6ff45b894244c28782b110a5ab501d70a47 38496 
libparted-fs-resize0-udeb_3.2-3_i386.udeb
 de57651e693367020d8e79e503f669a19530cee027174a4f049960535e286d8d 393318 
libparted-i18n_3.2-3_all.deb
 1a7c5379d0aa66f431d3c41714ab057e3445c9b4795c0659a36c88aaf129c7f1 362428 
libparted-dev_3.2-3_i386.deb
 e38d6996243cf4c9aaad5e3ee331b8ab08458bed103f5fc6da809fdbbfed8c82 160260 
libparted0-dev_3.2-3_all.deb
 e52c3466c537bb9c29188a25f7614a4ba210509b68c6e51d457756cdb21d2e48 415190 
libparted2-dbg_3.2-3_i386.deb
 b0ce25a1e04e7fad2b0eb330d724ea36a4a0cb5637c00d3b98a77c0fe42857b8 253122 
libparted-fs-resize0-dbg_3.2-3_i386.deb
 7ee20e491b47b8786a2c8a12ddfb1f4bb104b3642e68af243ecfcaeda2d86d2d 237880 
parted-doc_3.2-3_all.deb
Files:
 5f72083fcec11276f0770df1407599f7 197260 admin optional parted_3.2-3_i386.deb
 ca18e862a92d423134fac1a1ea55b899 24462 debian-installer extra 
parted-udeb_3.2-3_i386.udeb
 9a3dc20552d6ecd7d2684b25bee8c2cb 289294 libs optional libparted2_3.2-3_i386.deb
 73475dec4cf28630b47bbab386053e61 207838 libs optional 
libparted-fs-resize0_3.2-3_i386.deb
 d8fd2eb80418abc08305d2d4db930925 103440 debian-installer extra 
libparted2-udeb_3.2-3_i386.udeb
 bf3546a2b904b7d6550b56c5c76a4a6f 38496 debian-installer extra 
libparted-fs-resize0-udeb_3.2-3_i386.udeb
 84cc2d01597e39c915b3a9e56a05678a 393318 localization optional 
libparted-i18n_3.2-3_all.deb
 c3081e56665f75f07ff226aed81ed8e7 362428 libdevel optional 
libparted-dev_3.2-3_i386.deb
 8b5db0ab1b8c9ed5a34a61d2860f8595 160260 oldlibs extra 
libparted0-dev_3.2-3_all.deb
 9138a7a29edd895f6e0ccf36b40daac4 415190 debug extra 
libparted2-dbg_3.2-3_i386.deb
 d70c33507baaa13e87dcd29754900aa2 253122 debug extra 

Accepted partman-auto-lvm 54 (source all) into unstable

2014-08-10 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 11:23:07 +0100
Source: partman-auto-lvm
Binary: partman-auto-lvm
Architecture: source all
Version: 54
Distribution: unstable
Urgency: high
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 partman-auto-lvm - Automatically partition storage devices using LVM (udeb)
Closes: 757661
Changes:
 partman-auto-lvm (54) unstable; urgency=high
 .
   * Cope with parted 3.2 automatically creating a partition when creating a
 fresh loop label (closes: #757661).
Checksums-Sha1:
 0f9f473891ef36958fa00adc0f8c12a52702 1746 partman-auto-lvm_54.dsc
 914f7c8316c7c46008f1c8a58999284858644503 86636 partman-auto-lvm_54.tar.xz
 d628c151c85b257b8e147acc46bba0826aef00bb 84304 partman-auto-lvm_54_all.udeb
Checksums-Sha256:
 636895006f5f2e0751da34c6a505058db8c174c88f74be635efe69b78a1e6699 1746 
partman-auto-lvm_54.dsc
 981184ae4ed0241171c9b68c97e8744ba43d14932025c944f5f396953505cf25 86636 
partman-auto-lvm_54.tar.xz
 bf5822af894249cff36bfc8972537d44db282466778ace45c4298b03196933ec 84304 
partman-auto-lvm_54_all.udeb
Files:
 16131ca3e029fc5d9986aea734e5bd27 84304 debian-installer optional 
partman-auto-lvm_54_all.udeb
 4756ba4a1e0ddb17a101b3a80a34aa7c 1746 debian-installer optional 
partman-auto-lvm_54.dsc
 63d493ca3b466cc1ac293386f4302d30 86636 debian-installer optional 
partman-auto-lvm_54.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBU+dIezk1h9l9hlALAQhjmBAApPheqrquy1A+0L2UJHu1hLL/HYXoJLbD
5I3l56Scij2bNlQTIRsLRq4eti8OOn/+ornP81lf81ugkf5FlCrIiepx+8zpyGl2
QxpeHO4pyXub9UUB+F/IYxV/pM1xzrz+gJaQwiwKsF8QB0g4ne9DYS0CGHdUIR5d
AbvP4Kf5ZBzFmWwcr3ShiEQzS1nxLDGmuylSoN1xi2eYNovgPY2A86Z9rorj1WqX
l/4/wDrVWnub3CvRC6cavIKhpG+1bZ9/FMCYTMgRgkP3hGX5kvh/7GJ8aPv+UN0m
aRNj6VRdss2IBXNbr/s5LO8tWi1G6ag0JNXBJtbJxILO1rKvxGJvvZwaV+0TB/c8
yWAeQpnuun1wCV/ayNxzLMumN29xq6Kb24MCzdur9/qQ7F5G3nFMy53YcTTqGtug
xnMWipWlApkWlSUFD0qQRDREXechmmn7M2s5XPfVg0iILstLEkOhQdv48+PlQ5po
Qrp0UETdqRayg4Yp0Gu/X3LClcW3ioQtpP2nORkgxTKAImCv5ANVSxOrhQobicfd
+oWUTyAGfEbjgHRUDD1cN6vMHTgPcB+3PckY/NSO/5y2YVNui1N5rdwZDZZgaCB8
k/Wr41b2twbUkajcP4ABF0oNB46R/1SxzIh8MkeXUUM+bdWBmYe/L1XrTxSYigbS
XjBDt4G4jgk=
=A6e+
-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/e1xgqs0-0003mr...@franck.debian.org



Accepted partman-lvm 91 (source all) into unstable

2014-08-10 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 11:18:35 +0100
Source: partman-lvm
Binary: partman-lvm
Architecture: source all
Version: 91
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 partman-lvm - Adds support for LVM to partman (udeb)
Closes: 757664
Changes:
 partman-lvm (91) unstable; urgency=medium
 .
   * Cope with parted 3.2 automatically creating a partition when creating a
 fresh loop label (closes: #757664).
Checksums-Sha1:
 68eee180f0c99e8bd94bd05ff758617a319743fc 1688 partman-lvm_91.dsc
 98eff92ad2e5ea076c94a5c4343c7283bd9bc2d5 249752 partman-lvm_91.tar.xz
 0c7ad67810382d5824e51186a60f0f5cda2c84a5 378440 partman-lvm_91_all.udeb
Checksums-Sha256:
 0c215db3425580afd9c0be2484ac71fb2ee1fe9e3f861844a10052afc5012cf6 1688 
partman-lvm_91.dsc
 953a66a856655ed29d2abf6ec748a839d5c41f7800e963546f143187b5af 249752 
partman-lvm_91.tar.xz
 1ee5fab2ee3b75092b98b8b8f8b89fee413fb3a7ceb18d8fc49f82695e70aee9 378440 
partman-lvm_91_all.udeb
Files:
 a350960ea3d2c552c6f807ea86efa8bf 378440 debian-installer optional 
partman-lvm_91_all.udeb
 fa47c96481f977cc8a306b4bf21228ee 1688 debian-installer optional 
partman-lvm_91.dsc
 972a83ced0221b1dae37322c0a13d04a 249752 debian-installer optional 
partman-lvm_91.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBU+dHXDk1h9l9hlALAQizBw/+PcSCAj4exwujiHUspNsPUeIw7GkDElbR
Z2GJStLf5Q2+jIbiKAGr3Zk5lTMBQHp3xAPuVXtXl/7SJJTnY3puWx+MP38o8w6z
b48sdL32gcfeuRSN7RbTM6X716bw4rt/RKWOVrjuQHMlyNu+aY9cqqX/4aP6i2fJ
bepM4LuQBf0ojgFLK2xWrRCPo/dzw6ov+nl10y9DeeSKcLIDTzrk8JBTtyL0NPCK
NMvKkpfbaGIdKbg47oHKQCHpsVMMRgDGR2GpxYDnMSWl6HrQAC8kMEu6ArKfVDRV
EIKUlvCW0PUPiaoD4nEGpuy02hL0eSuON6Uxpxu4b0ycsgmzg0Sh3ZQG2kJlZyOQ
Vwy1ejxEeQEgowjw4FKGwFFecZa9sfs6Lq/iHleKSIPGwJCQ31HErSALtjyDeZQI
yMI0Xa6RY1Rt7/D3CmQUTkV284CGOzzcZyFSPIwedzIQ+UP6zlNb3TGQsTvrPNwO
Ga4SGSAncxAT8qxHLP1TxxjBRZHpC4mZSxvsF0ph17DARhGwfhMg7LwBhy8w+gWB
O0njZv+sisUgMBvg78nDIRYFMbgUwqMd1oN2GXcFZ4OxB2Xiszyf01dsyg9cQLOi
s7IB/rjrYD74lT6rKpbcrbTiTIUhW6X7Y5jxHf1Je3HGXpTVzi2tCfEdTGZu7ZqZ
EqYw5QTEDZ4=
=aOen
-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/e1xgqs6-0003pj...@franck.debian.org



Accepted pkg-php-tools 1.13 (source all) into unstable

2014-08-10 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 12:42:10 +0200
Source: pkg-php-tools
Binary: pkg-php-tools
Architecture: source all
Version: 1.13
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers pkg-php-p...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description:
 pkg-php-tools - various packaging tools and scripts for PHP packages
Changes:
 pkg-php-tools (1.13) unstable; urgency=medium
 .
   * PEAR: Don't add PEAR installer dependency (only needed at install time)
   * PEAR: Rework dependency on php5-cli: it is now separated from the
 versionned dependency on php5-common
   * Composer: let the maintainer decide between php5 and php5-cli (use
 php5-common)
   * Composer: Version x.y.* is = 1.x and not = 1.x~
   * Fix corner-case overrides
 - match case-incensibly
 - translate pecl.php.net channel to extension
   * Update testsuite
Checksums-Sha1:
 430a44f421579d7ec5eed4c981fe4a3ac173367e 1736 pkg-php-tools_1.13.dsc
 f3a0afb3ee14651432bd4d5dac8dbd4f1c6b1d0d 20876 pkg-php-tools_1.13.tar.xz
 b4cf9bfe234f3f27b0288142872f7d11a4ac5e85 23984 pkg-php-tools_1.13_all.deb
Checksums-Sha256:
 f10cd752e759ce7193b0121604b05508aae43c5fc4c00ade160ce5d4ce02b7f3 1736 
pkg-php-tools_1.13.dsc
 e16e8d6cedc8e139e2f8b9512f45cfe33bd3150c83488e0c68949e39a2854fc0 20876 
pkg-php-tools_1.13.tar.xz
 036f5c072947eaf6ebd87338f031f7ab1848b5e1b5f974812e040c88a4754f41 23984 
pkg-php-tools_1.13_all.deb
Files:
 0d550b52f8e7df39287300d3190a02e7 23984 php extra pkg-php-tools_1.13_all.deb
 a3776c59590ef3b9506ba79179ea6fc0 1736 php extra pkg-php-tools_1.13.dsc
 6b7fb0e0ebd29d75ab95e283936e6b2d 20876 php extra pkg-php-tools_1.13.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT50y7AAoJEK4DmARmaB+lAWwP/RgtnGctPi/Adyg0EskqwKpT
668S1Vajwbm9NRPuAAkyPbJT1nPmQiguPZhYHxurR2DmwHcbBqpQkc4uNDvdRcoL
I8PwPqkKmcg+fI+FSuP65CKnpxe6w4yfpQ9i9BbJtarrU5hfU5hCNGP6owW6PpTQ
bxGlEdZUNA2ZgO1Fnwp0iNm2Cy5PsYxEhiufvUqM1wfJP3Ftxp9V04PxyutPz79X
T64ywbAMmdPilHXi82XOSqXN7+UFRNfD7AS6Uu3KXeGM4TSIgzEq+X7J5XOIegXz
7FALKEyPM3L0T5WAlRfd0V/mD5gH57SM5ai66B1tqnz0Q+oa6mT86ue1dgF3ot8X
jq2qYeuT/hOSrn46nk6IXwXbBY+eJkoIWpVLsZs+szAyU90FQOi2TO7nZF2Lgg8p
LuZ184UueyY2AYG9KPwgdoyW6zmU0Y7frwP8yNrWD1K4ySnQjszBXRNkcW9IiLLT
YOGN30rp+WdzMHBqI9aXpmx89paatE1F99BXWtQ7PZrrpCOFnVdYaK+y5zow3xfo
V0ZV9yG/m/qHtnqoIL69I28wTqwr+4d7ElBjsOKUuPSIZVfcJSD5oVxFoN2BUdzV
cBkL0okQ7WB+dZ80MRuVaDtG42CWC09kWHgrYYADgFBa4ObB0RBllwegU7FRdd9L
H/s37hldGjqlh/2XDZOa
=kzcI
-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/e1xgqgy-0008e4...@franck.debian.org



Accepted libdrm 2.4.56-1 (source amd64) into unstable, unstable

2014-08-10 Thread Maarten Lankhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Aug 2014 12:15:26 +0200
Source: libdrm
Binary: libdrm-dev libdrm2 libdrm2-udeb libdrm2-dbg libdrm-intel1 
libdrm-intel1-dbg libdrm-nouveau2 libdrm-nouveau2-dbg libdrm-radeon1 
libdrm-radeon1-dbg libdrm-omap1 libdrm-omap1-dbg libdrm-freedreno1 
libdrm-freedreno1-dbg libdrm-exynos1 libdrm-exynos1-dbg
Architecture: source amd64
Version: 2.4.56-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Maarten Lankhorst maarten.lankho...@ubuntu.com
Description:
 libdrm-dev - Userspace interface to kernel DRM services -- development files
 libdrm-exynos1 - Userspace interface to exynos-specific kernel DRM services -- 
run
 libdrm-exynos1-dbg - Userspace interface to exynos-specific kernel DRM 
services -- deb
 libdrm-freedreno1 - Userspace interface to msm/kgsl kernel DRM services -- 
runtime
 libdrm-freedreno1-dbg - Userspace interface to msm/kgsl kernel DRM services -- 
debugging
 libdrm-intel1 - Userspace interface to intel-specific kernel DRM services -- 
runt
 libdrm-intel1-dbg - Userspace interface to intel-specific kernel DRM services 
-- debu
 libdrm-nouveau2 - Userspace interface to nouveau-specific kernel DRM services 
-- ru
 libdrm-nouveau2-dbg - Userspace interface to nouveau-specific kernel DRM -- 
debugging s
 libdrm-omap1 - Userspace interface to omap-specific kernel DRM services -- 
runti
 libdrm-omap1-dbg - Userspace interface to omap-specific kernel DRM services -- 
debug
 libdrm-radeon1 - Userspace interface to radeon-specific kernel DRM services -- 
run
 libdrm-radeon1-dbg - Userspace interface to radeon-specific kernel DRM 
services -- deb
 libdrm2- Userspace interface to kernel DRM services -- runtime
 libdrm2-dbg - Userspace interface to kernel DRM services -- debugging symbols
 libdrm2-udeb - Userspace interface to kernel DRM services -- runtime (udeb)
Closes: 741509
Changes:
 libdrm (2.4.56-1) unstable; urgency=medium
 .
   * New upstream release.
   * Enable building freedreno and exynos on arm. (Closes: #741509)
   * Add a squashed patch from upstream to hide all private symbols.
 - 03_hide_symbols.diff
Checksums-Sha1:
 2a8cff53efb839602ee54818efe94d25b617 3017 libdrm_2.4.56-1.dsc
 eae152deb842dda2b909b605117bc10412971ee2 766028 libdrm_2.4.56.orig.tar.gz
 3dcbb9231ed94c5bf196d33979eb30710350d1ed 33606 libdrm_2.4.56-1.diff.gz
 b7748344e009e0449821878389776d9f15bc4285 177954 libdrm-dev_2.4.56-1_amd64.deb
 dfcc37a705fecb3a0f4cdfc12107797ac9b48347 29362 libdrm2_2.4.56-1_amd64.deb
 b25cb49cef713d51d0f6e799169fa3df2f129ad3 18166 libdrm2-udeb_2.4.56-1_amd64.udeb
 6c4f5873f801e4e85d0f3ed0785467c1cd87d802 55124 libdrm2-dbg_2.4.56-1_amd64.deb
 8417722f3071bbd5b382f12a026ad85fed52ff5e 63442 libdrm-intel1_2.4.56-1_amd64.deb
 c63c1679d76a1e03dbead8c1065976b8e76a3774 88180 
libdrm-intel1-dbg_2.4.56-1_amd64.deb
 838451ebb259325f449220d5dc929f9e67390ea3 21286 
libdrm-nouveau2_2.4.56-1_amd64.deb
 d9468c34b664e55512d64ce03ac81f96e94ba391 35382 
libdrm-nouveau2-dbg_2.4.56-1_amd64.deb
 a02d2a7f74ccee8a7846e3035e83f78fe42f1cf9 30818 
libdrm-radeon1_2.4.56-1_amd64.deb
 1f2023938450db13589b91b48c3e552293b6268e 53004 
libdrm-radeon1-dbg_2.4.56-1_amd64.deb
Checksums-Sha256:
 8afd3a38ab6fed65e01b14bfc935f778dd4023e0b76101786a751c2f99fc524e 3017 
libdrm_2.4.56-1.dsc
 2af97b79d9c3947d596b80f70ae603af6539e9c0351113da5facab0488813990 766028 
libdrm_2.4.56.orig.tar.gz
 ca70fa2cfc9b477ce02aa957cdf03f7b335bb66e9d222dad6bb59cdd5e2002b6 33606 
libdrm_2.4.56-1.diff.gz
 c96a75225f9954f608741b96d7e872ecba49fd87193e31fdfeb3d0e9c38d0f83 177954 
libdrm-dev_2.4.56-1_amd64.deb
 dca4ec32abae73df03862654d27a2afe764f97579461385d025efc9daf673807 29362 
libdrm2_2.4.56-1_amd64.deb
 3d9e74d6a76167ce87590def56727f3d2be201ce5366d540497a54bf1bd55d6d 18166 
libdrm2-udeb_2.4.56-1_amd64.udeb
 21ac74dffe71c738298252a298c64de09a0f1b7a69d2465b79769669b11f937b 55124 
libdrm2-dbg_2.4.56-1_amd64.deb
 6b64e67e73405913603422e49391591f98022b6619ec2b5b3d70c693848257ab 63442 
libdrm-intel1_2.4.56-1_amd64.deb
 aa869debd680c9addbdbe6771e5af50ebf8ecb62ba1c19cc9f7798c19ac272ef 88180 
libdrm-intel1-dbg_2.4.56-1_amd64.deb
 53b7ec3af92340db81e43961493d86fc8d8816837f4b220822bb7e14f5d926a0 21286 
libdrm-nouveau2_2.4.56-1_amd64.deb
 c8493c82e076eef484d602a31566d8bb0d66c28a299880af47babccf1c123b6e 35382 
libdrm-nouveau2-dbg_2.4.56-1_amd64.deb
 645cdf36208787ec453313c226f5632f0de0003eed5c59ec0257f92c450d634f 30818 
libdrm-radeon1_2.4.56-1_amd64.deb
 749aad9245365476c29f1b0c83c5e8b9b09e0e17a1ad81a3b5ce7efed252d769 53004 
libdrm-radeon1-dbg_2.4.56-1_amd64.deb
Files:
 16168b453a79f315ed38dc51b520724e 177954 libdevel optional 
libdrm-dev_2.4.56-1_amd64.deb
 1e105afe3f73ba171d8776cdba85fbb0 29362 libs optional libdrm2_2.4.56-1_amd64.deb
 8101f1e6074aabf5a963e236de9721c7 18166 debian-installer optional 
libdrm2-udeb_2.4.56-1_amd64.udeb
 4b7949ec750224e4fd7cf3c69fde6490 55124 debug extra 
libdrm2-dbg_2.4.56-1_amd64.deb
 

Accepted postgresql-debversion 1.0.7-4 (source amd64) into unstable, unstable

2014-08-10 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 09 Aug 2014 21:34:41 +0100
Source: postgresql-debversion
Binary: postgresql-9.4-debversion
Architecture: source amd64
Version: 1.0.7-4
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers 
buildd-tools-de...@lists.alioth.debian.org
Changed-By: Roger Leigh rle...@debian.org
Description:
 postgresql-9.4-debversion - Debian version number type for PostgreSQL
Closes: 725795 732925 757335
Changes:
 postgresql-debversion (1.0.7-4) unstable; urgency=low
 .
   * debian/rules, debian/control.in:
 - Build for multiple PostgreSQL versions using
   postgresql-server-dev-all (Closes: #725795).  Thanks to
   Christoph Berg for this patch.
 - Upgrade to Standards-Version 3.9.3 (no changes).
 - Use dh-autoreconf (Closes: #732925).  Thanks to Logan Rosen
   for this patch.
   * Drop support for postgresql 9.3, replaced by support for 9.4
 (Closes: #757335).
Checksums-Sha1:
 8c060afd77b1772f8ea402eb4ca52316f9b0b2f2 2119 postgresql-debversion_1.0.7-4.dsc
 e98b61556b7ccaa8ee377260f5e05cdcf7153a1c 2511 
postgresql-debversion_1.0.7-4.diff.gz
 61b9ebd33e3a237aae8315fa7e66b70d737fabc4 14058 
postgresql-9.4-debversion_1.0.7-4_amd64.deb
Checksums-Sha256:
 aa59a50ff35927c0c135a86717bfc79c86e1394317fecd77b960fedd175b5ac7 2119 
postgresql-debversion_1.0.7-4.dsc
 af60e096ddc129748e78aca4bf8641e9de7aed56fc14fe03fc40492f13ad7844 2511 
postgresql-debversion_1.0.7-4.diff.gz
 3b021d826a1802686192a61246f6b4f6c77b9d1e5153647899b8ffc90bc0f189 14058 
postgresql-9.4-debversion_1.0.7-4_amd64.deb
Files:
 ce91222e989af80884b4c54213bbed7a 14058 database extra 
postgresql-9.4-debversion_1.0.7-4_amd64.deb
 2149748851471601c73838c550527ad4 2119 database extra 
postgresql-debversion_1.0.7-4.dsc
 9cd64d3a69ceaab9637ad2036a031daf 2511 database extra 
postgresql-debversion_1.0.7-4.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT5pQbAAoJEOJSSsUKn1xZ7X8P/0pQAkYAU0z5TOUCp9zCKTU0
uKBuUYINRzXUvrWt2eleLSIF04csx/Gt9v0LPOEZCKTrAk2wpI8aB0LGgt2Kz6Pq
ebfTrcAgIDZknYdbWYpxnV2QzmBc0cwM8/d/XdIt9uQ/QcxDSNxuFXuBJfWE4T0V
+BF2SfRzCpfT4gVWsELbmif4x59ipZIUr2DppGqzqr5sxvolWe7r6k+76aLmdFc2
CDwF3THfScmW022ylKQDBAtu1wL61JsXsfC8HWX0/JOwuMBQeBuAAmt481wePh4W
oCp9UPSGrrFQ/FlaoOu6ax6YEMC0eicaoHtdfHXwpzIWGLHsbvqtAcLoyotScWqa
dyaJvKi9uwfPmQ+Owji8enlgzky9dgpz75PU5td0hI2NAj001Psrz5jPy0UcanA0
6Kv+hB6BcO3w2QbGI7oji4zHFyAf2Jwqf9P7uhYDH7EZfqVWR5fm2b6SKqfGSRrF
ATtfoulPcBDQBYJbUX/6sb2n9Gp4po/SkHsYlSHkwQEXudsi3npgAwXPpYCg6IXA
lmou4pf9UifLo1cBYjAPj+RVqgsd0tSIaClEahocFMF/CMmHZpP0jj8D3BIrkXp3
tPtqt+cH3XftQ1eDgMj03SUjteJsDDuqa2eqmpPHP4CEflRwL/ohzeszxu7rvmnv
vFM5PRt4h/KzlRUWA4g1
=3pNT
-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/e1xgqrj-0004fz...@franck.debian.org



Accepted linux 3.16-1~exp1 (all source) into experimental, experimental

2014-08-10 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 09 Aug 2014 21:58:12 +0100
Source: linux
Binary: linux-source-3.16 linux-doc-3.16 linux-manual-3.16 
linux-support-3.16-trunk linux-libc-dev linux-headers-3.16-trunk-all 
linux-headers-3.16-trunk-all-alpha linux-headers-3.16-trunk-common 
linux-image-3.16-trunk-alpha-generic linux-headers-3.16-trunk-alpha-generic 
linux-image-3.16-trunk-alpha-smp linux-headers-3.16-trunk-alpha-smp 
linux-image-3.16-trunk-alpha-legacy linux-headers-3.16-trunk-alpha-legacy 
linux-headers-3.16-trunk-all-amd64 kernel-image-3.16-trunk-amd64-di 
nic-modules-3.16-trunk-amd64-di nic-wireless-modules-3.16-trunk-amd64-di 
nic-shared-modules-3.16-trunk-amd64-di serial-modules-3.16-trunk-amd64-di 
usb-serial-modules-3.16-trunk-amd64-di ppp-modules-3.16-trunk-amd64-di 
pata-modules-3.16-trunk-amd64-di cdrom-core-modules-3.16-trunk-amd64-di 
firewire-core-modules-3.16-trunk-amd64-di scsi-core-modules-3.16-trunk-amd64-di 
scsi-modules-3.16-trunk-amd64-di scsi-common-modules-3.16-trunk-amd64-di 
scsi-extra-modules-3.16-trunk-amd64-di
 loop-modules-3.16-trunk-amd64-di btrfs-modules-3.16-trunk-amd64-di 
ext4-modules-3.16-trunk-amd64-di isofs-modules-3.16-trunk-amd64-di 
jfs-modules-3.16-trunk-amd64-di ntfs-modules-3.16-trunk-amd64-di 
xfs-modules-3.16-trunk-amd64-di fat-modules-3.16-trunk-amd64-di 
md-modules-3.16-trunk-amd64-di multipath-modules-3.16-trunk-amd64-di 
usb-modules-3.16-trunk-amd64-di usb-storage-modules-3.16-trunk-amd64-di 
pcmcia-storage-modules-3.16-trunk-amd64-di fb-modules-3.16-trunk-amd64-di 
input-modules-3.16-trunk-amd64-di event-modules-3.16-trunk-amd64-di 
mouse-modules-3.16-trunk-amd64-di nic-pcmcia-modules-3.16-trunk-amd64-di 
pcmcia-modules-3.16-trunk-amd64-di nic-usb-modules-3.16-trunk-amd64-di 
sata-modules-3.16-trunk-amd64-di core-modules-3.16-trunk-amd64-di 
acpi-modules-3.16-trunk-amd64-di i2c-modules-3.16-trunk-amd64-di 
crc-modules-3.16-trunk-amd64-di crypto-modules-3.16-trunk-amd64-di 
crypto-dm-modules-3.16-trunk-amd64-di efi-modules-3.16-trunk-amd64-di
 ata-modules-3.16-trunk-amd64-di mmc-core-modules-3.16-trunk-amd64-di 
mmc-modules-3.16-trunk-amd64-di nbd-modules-3.16-trunk-amd64-di 
squashfs-modules-3.16-trunk-amd64-di speakup-modules-3.16-trunk-amd64-di 
virtio-modules-3.16-trunk-amd64-di uinput-modules-3.16-trunk-amd64-di 
sound-modules-3.16-trunk-amd64-di hyperv-modules-3.16-trunk-amd64-di 
udf-modules-3.16-trunk-amd64-di fuse-modules-3.16-trunk-amd64-di 
linux-image-3.16-trunk-amd64 linux-headers-3.16-trunk-amd64 
linux-image-3.16-trunk-amd64-dbg xen-linux-system-3.16-trunk-amd64 
linux-headers-3.16-trunk-all-arm64 kernel-image-3.16-trunk-arm64-di 
nic-modules-3.16-trunk-arm64-di nic-wireless-modules-3.16-trunk-arm64-di 
nic-shared-modules-3.16-trunk-arm64-di ppp-modules-3.16-trunk-arm64-di 
scsi-core-modules-3.16-trunk-arm64-di scsi-modules-3.16-trunk-arm64-di 
loop-modules-3.16-trunk-arm64-di btrfs-modules-3.16-trunk-arm64-di 
ext4-modules-3.16-trunk-arm64-di isofs-modules-3.16-trunk-arm64-di
 jfs-modules-3.16-trunk-arm64-di xfs-modules-3.16-trunk-arm64-di 
fat-modules-3.16-trunk-arm64-di md-modules-3.16-trunk-arm64-di 
multipath-modules-3.16-trunk-arm64-di usb-modules-3.16-trunk-arm64-di 
usb-storage-modules-3.16-trunk-arm64-di input-modules-3.16-trunk-arm64-di 
event-modules-3.16-trunk-arm64-di nic-usb-modules-3.16-trunk-arm64-di 
sata-modules-3.16-trunk-arm64-di core-modules-3.16-trunk-arm64-di 
crc-modules-3.16-trunk-arm64-di crypto-modules-3.16-trunk-arm64-di 
crypto-dm-modules-3.16-trunk-arm64-di ata-modules-3.16-trunk-arm64-di 
mmc-modules-3.16-trunk-arm64-di nbd-modules-3.16-trunk-arm64-di 
squashfs-modules-3.16-trunk-arm64-di virtio-modules-3.16-trunk-arm64-di 
uinput-modules-3.16-trunk-arm64-di zlib-modules-3.16-trunk-arm64-di 
udf-modules-3.16-trunk-arm64-di fuse-modules-3.16-trunk-arm64-di 
linux-image-3.16-trunk-arm64 linux-headers-3.16-trunk-arm64 
linux-image-3.16-trunk-arm64-dbg linux-headers-3.16-trunk-all-armel 
kernel-image-3.16-trunk-kirkwood-di
 nic-modules-3.16-trunk-kirkwood-di nic-shared-modules-3.16-trunk-kirkwood-di 
usb-serial-modules-3.16-trunk-kirkwood-di ppp-modules-3.16-trunk-kirkwood-di 
cdrom-core-modules-3.16-trunk-kirkwood-di 
scsi-core-modules-3.16-trunk-kirkwood-di loop-modules-3.16-trunk-kirkwood-di 
btrfs-modules-3.16-trunk-kirkwood-di ext4-modules-3.16-trunk-kirkwood-di 
isofs-modules-3.16-trunk-kirkwood-di jfs-modules-3.16-trunk-kirkwood-di 
fat-modules-3.16-trunk-kirkwood-di minix-modules-3.16-trunk-kirkwood-di 
md-modules-3.16-trunk-kirkwood-di multipath-modules-3.16-trunk-kirkwood-di 
usb-modules-3.16-trunk-kirkwood-di usb-storage-modules-3.16-trunk-kirkwood-di 
fb-modules-3.16-trunk-kirkwood-di input-modules-3.16-trunk-kirkwood-di 
event-modules-3.16-trunk-kirkwood-di mouse-modules-3.16-trunk-kirkwood-di 
nic-usb-modules-3.16-trunk-kirkwood-di sata-modules-3.16-trunk-kirkwood-di 
core-modules-3.16-trunk-kirkwood-di crc-modules-3.16-trunk-kirkwood-di 

Accepted cross-binutils 0.5 (source amd64) into unstable, unstable

2014-08-10 Thread wookey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 04 Aug 2014 17:43:50 +
Source: cross-binutils
Binary: binutils-arm-linux-gnueabihf binutils-arm-linux-gnueabi 
binutils-aarch64-linux-gnu binutils-mips-linux-gnu binutils-mipsel-linux-gnu 
binutils-mips64el-linux-gnuabi64 binutils-powerpc-linux-gnu 
binutils-i486-linux-gnu binutils-x86-64-linux-gnu
Architecture: source amd64
Version: 0.5
Distribution: unstable
Urgency: medium
Maintainer: Wookey woo...@debian.org
Changed-By: wookey woo...@wookware.org
Description:
 binutils-aarch64-linux-gnu - Cross-binutils (assembler, linker etc) targetting 
arm64
 binutils-arm-linux-gnueabi - Cross-binutils (assembler, linker etc) targetting 
armel
 binutils-arm-linux-gnueabihf - Cross-binutils (assembler, linker etc) 
targetting armhf
 binutils-i486-linux-gnu - Cross-binutils (assembler, linker etc) targetting 
i386
 binutils-mips-linux-gnu - Cross-binutils (assembler, linker etc) targetting 
mips
 binutils-mips64el-linux-gnuabi64 - Cross-binutils (assembler, linker etc) 
targetting mips64el
 binutils-mipsel-linux-gnu - Cross-binutils (assembler, linker etc) targetting 
mipsel
 binutils-powerpc-linux-gnu - Cross-binutils (assembler, linker etc) targetting 
powerpc
 binutils-x86-64-linux-gnu - Cross-binutils (assembler, linker etc) targetting 
amd64
Changes:
 cross-binutils (0.5) unstable; urgency=medium
 .
   * Rebuild with current binutils
Checksums-Sha1:
 f944bd446b01f9e00a16437799fee6e637fc527c 2473 cross-binutils_0.5.dsc
 4d159c02114e44fcfddb075acbd2261b8871956a 3780 cross-binutils_0.5.tar.xz
 0a1cbfc7d99c4275fe7676d9460bc0179911c92c 2699238 
binutils-mips64el-linux-gnuabi64_2.24.51.20140807-1_amd64.deb
 9d3af067747f6cee955db427d574602295a0f4ef 3654798 
binutils-powerpc-linux-gnu_2.24.51.20140807-1_amd64.deb
 d7d3dbeb7e31d7b2c2dc168c323af97ef388221b 3787950 
binutils-i486-linux-gnu_2.24.51.20140807-1_amd64.deb
 7986f741a43aff121f22920f86c678a771ceff9f 2705798 
binutils-mips-linux-gnu_2.24.51.20140807-1_amd64.deb
 af068f9b82878dfd44f4ce91588e7a94cff8cf2e 3682090 
binutils-arm-linux-gnueabihf_2.24.51.20140807-1_amd64.deb
 d0dc9f7771653b46310faef96f04726a25a9f693 3677292 
binutils-arm-linux-gnueabi_2.24.51.20140807-1_amd64.deb
 460a92de93f3a9668a09be01b8bcdd49b337d74b 2702054 
binutils-mipsel-linux-gnu_2.24.51.20140807-1_amd64.deb
 8e175949d580048cd92b119cf9dd594175e03468 2730472 
binutils-aarch64-linux-gnu_2.24.51.20140807-1_amd64.deb
Checksums-Sha256:
 f9f6d5027582b5e4f363ba8796534cc48353a605d7dd116da420ecdfce8629e3 2473 
cross-binutils_0.5.dsc
 1dd2330ca456792223b30249655303f6967727653c8a6328f1c5ec6bceeffb25 3780 
cross-binutils_0.5.tar.xz
 d07b79ea92ff5b6876f4779486881d431e77285c5382b6a00e24b743e73db059 2699238 
binutils-mips64el-linux-gnuabi64_2.24.51.20140807-1_amd64.deb
 2cb8fd67d1bff82ddbac1037ee6ac97b5339410a30add469fc37334211cc576d 3654798 
binutils-powerpc-linux-gnu_2.24.51.20140807-1_amd64.deb
 e25ad750031dc38934d91da53b22aee1657f633ba9f1ec6e83e9b0b39f29da17 3787950 
binutils-i486-linux-gnu_2.24.51.20140807-1_amd64.deb
 87d66382724df345da0a652aeddccc81db78c69bb8e6d8ac534d2bcf2c2e0a1b 2705798 
binutils-mips-linux-gnu_2.24.51.20140807-1_amd64.deb
 bc82955feccc5b571646e8953da5ffc0031d0466207cf69b74ec1285862b420e 3682090 
binutils-arm-linux-gnueabihf_2.24.51.20140807-1_amd64.deb
 fae97694285efbfd80d67f742af190aa69c11d42c0c79e6e14e6273f664c70c4 3677292 
binutils-arm-linux-gnueabi_2.24.51.20140807-1_amd64.deb
 56ee8b0792948417a706d01d159d70e77e35715d42553bc91164cc70241da97a 2702054 
binutils-mipsel-linux-gnu_2.24.51.20140807-1_amd64.deb
 f588ca00315962818f41de43b6376f680a726a64ba6a38c479553a10435af1c7 2730472 
binutils-aarch64-linux-gnu_2.24.51.20140807-1_amd64.deb
Files:
 f857a4bd3dd0c3e1529dfeca24b4be2e 2699238 devel extra 
binutils-mips64el-linux-gnuabi64_2.24.51.20140807-1_amd64.deb
 1748c33bbb5fb185db3f90071ce536b0 3654798 devel extra 
binutils-powerpc-linux-gnu_2.24.51.20140807-1_amd64.deb
 e9dd86fee709be318a90ea33bf1965be 3787950 devel extra 
binutils-i486-linux-gnu_2.24.51.20140807-1_amd64.deb
 0c3ef4dfd2d915ab1884fd12ee521127 2705798 devel extra 
binutils-mips-linux-gnu_2.24.51.20140807-1_amd64.deb
 9b81984cf7f5908a46c77cc696b9486a 3682090 devel extra 
binutils-arm-linux-gnueabihf_2.24.51.20140807-1_amd64.deb
 365a01fb0f2706339b3a997b1f5dbdcf 3677292 devel extra 
binutils-arm-linux-gnueabi_2.24.51.20140807-1_amd64.deb
 9f4532e2a2d4b64575403cb5cfef9ccd 2702054 devel extra 
binutils-mipsel-linux-gnu_2.24.51.20140807-1_amd64.deb
 d3884f2e11b11ea6d917bffc0411b135 2730472 devel extra 
binutils-aarch64-linux-gnu_2.24.51.20140807-1_amd64.deb
 758e21df52fb18b3d8577736790a1ea7 2473 devel extra cross-binutils_0.5.dsc
 4188a964dd9b4be6002b2f00a76cd749 3780 devel extra cross-binutils_0.5.tar.xz

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

iQIcBAEBAgAGBQJT5U4wAAoJEPuGMlGob55HUcsP/RwNzfOSFT+lGF9HBvyBuzaS
CACNKVaxZUcxlSEOTOOLilZUZ51CMHjBdt65PBB32s2WD2mUM1MrEWkU6+AksXUl

Accepted openspecfun 0.4-1 (source amd64) into unstable, unstable

2014-08-10 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 29 Jul 2014 14:07:59 +0200
Source: openspecfun
Binary: libopenspecfun1 libopenspecfun-dev
Architecture: source amd64
Version: 0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Julia Team pkg-julia-de...@lists.alioth.debian.org
Changed-By: Sébastien Villemot sebast...@debian.org
Description:
 libopenspecfun-dev - collection of special mathematical functions (development 
files)
 libopenspecfun1 - collection of special mathematical functions (shared library)
Changes:
 openspecfun (0.4-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.4
   * debian/copyright: reflect upstream changes.
   * fix-soname.patch: remove, no longer needed.
   * Bump SONAME, shared lib now libopenspecfun1.
 The bump was not really needed, but we don't want to diverge from upstream.
   * Restrict archs to amd64 and i386.
 The rem_pio2 stuff does not compile elsewhere.
   * Improve package descriptions.
Checksums-Sha1:
 1fb2c7d506242d3c92ce50cf96c9b39c743fbcb5 2045 openspecfun_0.4-1.dsc
 8f557730ecccabfccd30bdbeef9bcb0ac986a2e2 127722 openspecfun_0.4.orig.tar.gz
 2f409f81a03bad26a656ac51ef3f1c7a321fc6e2 3636 openspecfun_0.4-1.debian.tar.xz
 2f75424a17fe207ef9f672f1d15c9df2746ad69a 78112 libopenspecfun1_0.4-1_amd64.deb
 0bd60497e2ba01a38ce92af40a6db137ea164bbf 88794 
libopenspecfun-dev_0.4-1_amd64.deb
Checksums-Sha256:
 c0d5cdb32d0e36dfc6894d40b1dd853ddb39288140db582134b75ac9aace99ca 2045 
openspecfun_0.4-1.dsc
 bf98de20d429f6d9abedf47f2118350b3160875dd717b50a9f98415aa51c4a5b 127722 
openspecfun_0.4.orig.tar.gz
 04dc24a59ad349c418d178de263509b0636b6dd42091b0f6e63b9d6e46cc379c 3636 
openspecfun_0.4-1.debian.tar.xz
 06a0e5fcee579909608b7649547b6743293b20915a266ea0dfc71f4fb4f50b08 78112 
libopenspecfun1_0.4-1_amd64.deb
 f345482f3fff0880a2e04d15a81fc3c6e5de8881f23988e1fb95ab30a1709556 88794 
libopenspecfun-dev_0.4-1_amd64.deb
Files:
 c025723e52896aca0b762c6c6d4ea0a0 78112 libs optional 
libopenspecfun1_0.4-1_amd64.deb
 f3a95412362b4d514deeea5f207beb17 88794 libdevel optional 
libopenspecfun-dev_0.4-1_amd64.deb
 c27fa3401dfb6cad3da5a58b7757a288 2045 libs optional openspecfun_0.4-1.dsc
 9b5c189dc2011a8197d0c1f710c33fe5 127722 libs optional 
openspecfun_0.4.orig.tar.gz
 974d139b31bb20c7218411b3f703eb4f 3636 libs optional 
openspecfun_0.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1475AAoJECzs6TUOzr5KANYP/RuT9YoT5MpMhV7bMUN7w+xM
XxT6J2Z6PUJ8uNhvkDpLCvTNuznEqSX6fvPxZ3xSQRVktdTtFdRuMCvWhCaa9W0m
FcWJt6mfEbaQ6zcpd18namg5BJHM7w2Ow2QJ9TUFJUeMvwB6BdcoiMf7tnd+hjTw
S7D640exNmgCVzHDulaNfemtYnr2OMuKL4Rkk/nemQygzENeJMgWpdbmwAqu2mpT
0h3NYlnJhX01NG+7dNg9Y9ooIwXB7SjZ3zbQqO3Bc6JXZvkzo4iB8q171u8S724T
W4wH0QhljLn6lJCD3+cQ3K1fwlqOG8BEw+FVDTuSwQANDL67I5p5l58Ic40XU5+X
AOIFqLB6a36L80LvC3NS0gqgjacc1ZSfq7eS2MpxtEHNoJ+dkH9o3MIAY4URnmEe
KYQxZKGHW5iG16zHWtDpEf7we8MyioKJ1x9z6A965+BW7JY1zTW4mCiIDfr3klLo
XpLPmbxl8DjBwlXV8XOlUelN0MzzPYvrhuEvZOc6eG8/rV7+XeQCMHf9YXttV7o5
RRVRQXROhIg9zw9c1LOyvoplouEuiJfgWyT3pk7wolHONUQ+48lVZXJ3eQeZCPP0
zcrh3tj5r8bJFg8AQzCacIMAGujeLS4yeMdTRtqclYQnKu3vwhJTNTAy4vp+G+eZ
spBq8sTEmCibiZJHIvcv
=D91y
-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/e1xgqri-0004fg...@franck.debian.org



Accepted repmgr 2.0-3 (source amd64) into unstable, unstable

2014-08-10 Thread Marco Nenciarini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Jul 2014 11:53:22 +0200
Source: repmgr
Binary: repmgr repmgr-dbg postgresql-9.4-repmgr
Architecture: source amd64
Version: 2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Marco Nenciarini mnen...@debian.org
Changed-By: Marco Nenciarini mnen...@debian.org
Description:
 postgresql-9.4-repmgr - replication manager support modules for PostgreSQL 9.4
 repmgr - replication manager for PostgreSQL
 repmgr-dbg - debug symbols for repmgr
Changes:
 repmgr (2.0-3) unstable; urgency=medium
 .
   [ Christoph Berg ]
   * debian/rules: Remove $(LIBS) from repmgr(d), it isn't needed and would
 needlessly require a build-dependency on selinux now that PostgreSQL 9.4
 build-depends on it.
 .
   [ Marco Nenciarini ]
   * Use 9.0+ in debian/pgversions and B-D on pg-server-dev-all 148.
Checksums-Sha1:
 8e6a93748de522ee13d38e7303d2f6710e911064 2028 repmgr_2.0-3.dsc
 ba0e7693017282af867b598789895a3de3419268 7004 repmgr_2.0-3.debian.tar.xz
 cc953e21e0be30665ff7abf438ebc69e1bf495de 69198 repmgr_2.0-3_amd64.deb
 11873997860bf4757895a1940b5ec6eda138cbc7 83046 repmgr-dbg_2.0-3_amd64.deb
 29d9a3cac690f2d5486c1a595b0b5ec503d4d7dc 8706 
postgresql-9.4-repmgr_2.0-3_amd64.deb
Checksums-Sha256:
 dc0ca8fd8419c860649fbf51793b42a7276f9c9294a4463a5711fc92f33b7b55 2028 
repmgr_2.0-3.dsc
 8788efaed0b6377b7640a2d2f3ad3136b1aff6dde57e6b76496641b16a92779d 7004 
repmgr_2.0-3.debian.tar.xz
 dad4a36c54ce74953239b7c3c3777dbf14ad17b024ccece5f14096f2c8a03bca 69198 
repmgr_2.0-3_amd64.deb
 b7032c4b1945d851bf29f6052633c1fb7353d223448c71f07bee48a46e966497 83046 
repmgr-dbg_2.0-3_amd64.deb
 4833f02094da490475d42632da805cd9f9a25bf70b3d539c97e756dc161f54b9 8706 
postgresql-9.4-repmgr_2.0-3_amd64.deb
Files:
 7b642b721af0589a3b2438d1a82063eb 69198 database extra repmgr_2.0-3_amd64.deb
 36fcce765ef69017e62f61da0d291656 83046 debug extra repmgr-dbg_2.0-3_amd64.deb
 b12dcee4932bf6fd4a2ef948358b317e 8706 database extra 
postgresql-9.4-repmgr_2.0-3_amd64.deb
 20efc6e4150d399220fdfa954ae3ecd9 2028 database extra repmgr_2.0-3.dsc
 471985f156ccc75961de8e95f6efd142 7004 database extra repmgr_2.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT5MnGAAoJEFifA/AbpVA4+msP/0Q7gBFu/6K4jepyER7b1t5P
IEr8TXFHTbLRMUBILEFYx+zHSFEYClKzeRnHTUAv+fUWSVns9LdWksGCCoLUor8x
s3EhOZ2gYLrTHtkNlbmASs3CvLRT1BZNXSOEKNegt+yRGwcde5TTUbpA2jHQC9Pe
Z8y4HhNmB98uxqcCGU3BfYwVDqX8V8YBOciM6hLip4aBWIgcMm2ZIgd0sP4BVeTO
nO7kh8SzC38KekRWBEpca6N0TDnxpHI5tKnO6Pd/85FhzzbxvK5zlcmXvhKKl0R+
OcW9Ipner+OI9GaJad8eZyexCOEeyFcKEoi37UFmwHADYrOf+8mLmpBtAGlABCky
m986icHKVW9SSef7s7VgmEzBEAUufkC4cstrr9FtwfyItGbJ2MNSXH5xA3KcXoJ/
xNA+IJO2SRPU2AmP18YG6BY4am3U97kOj+Ig7xXbZyNrZUG4+E5bshBuEmns29Fm
XrGNUOk/DTEtvQwHNDOkUpBg/PvKIeR5FS+Tgo7n0oLTyvcWXm98vtLOL1s/1L0t
HGHzv80WyZr78pdIKMncPySdfnkwYbHXFviRtEQ67bFMEgUiBkNZrjZ9zPPk3sNS
RR9FxBWsnkXPX094WCLzoD/j2Wiu0REW36tP39APFUS/4usmAeasXzyI5ns+sO9S
EcNcDZO1MOioghWFLoo2
=r8ae
-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/e1xgqrk-0004gy...@franck.debian.org



Accepted drumkv1 0.5.0-1 (source amd64) into unstable

2014-08-10 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Aug 2014 09:30:17 +0200
Source: drumkv1
Binary: drumkv1
Architecture: source amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description:
 drumkv1- old-school drum-kit sampler
Changes:
 drumkv1 (0.5.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.5.0
   * Patch refreshed.
   * Install lv2 plugin to non-multiarch dir.
Checksums-Sha1:
 9e47ffc3a313933b8db5dbbc5228e99801562627 2091 drumkv1_0.5.0-1.dsc
 a4027f14e1ec1b17aa15de9512556b96c06b6c2b 218578 drumkv1_0.5.0.orig.tar.gz
 1f8478e5fa842ac21a1631c1ce30d6f14bbd2284 3440 drumkv1_0.5.0-1.debian.tar.xz
 e9a606ee8b49672111c8b99b414133fefd994393 227420 drumkv1_0.5.0-1_amd64.deb
Checksums-Sha256:
 1ed48dd8c500c604d3f7e511e7464a231e5a77c3cf25cba9946f298badad7ed0 2091 
drumkv1_0.5.0-1.dsc
 33608ed7ee2d7d2ceb97ef9e5f38dc6f2baa7f6b0da5d88afcf53a28c49d7299 218578 
drumkv1_0.5.0.orig.tar.gz
 ae9f50c60bb6eb0298b89d2022003ab78d85b2eb8a195bc2234b6a8fb09b71e5 3440 
drumkv1_0.5.0-1.debian.tar.xz
 a4d89b0a781ecd652dae5b47ac5e15bd89c12d984c896132d728290dbff4c5ee 227420 
drumkv1_0.5.0-1_amd64.deb
Files:
 a19a832636d59ffa6a2c693fd503153a 227420 sound optional 
drumkv1_0.5.0-1_amd64.deb
 96557f991aacf434c2c9f1b14dbe6ec6 2091 sound optional drumkv1_0.5.0-1.dsc
 800878e359aa564b23dd8b4e98b93a22 218578 sound optional 
drumkv1_0.5.0.orig.tar.gz
 bb11ad82320eeea48249f2b70209703e 3440 sound optional 
drumkv1_0.5.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT507xAAoJEFsBlFXiuE+lKSIP/R6a19nbtod441qKikgS/G3u
lT3ZcFJ5gUcfiocdPYP/iu+WULAdHsjT6uX/UxBdpSIGMtP04VG0uX+98OSpOCsS
pt9FgB9Dbk2U885pOd2sL80SHu/vjicVBZ1NH+QUQUH0gVYg3CjE6cep72bDOKtB
dWvzitFl9lSlWfAofm/woCFZIX9DosqGy9AzmhYG4ogwIb9R5A8Yu8lsCPuVAKOC
AxlrIKD2S690MWRVfsoirSKLSuYZNhqTcJrK790uzHTZ/pBfjxi1iIqabe6RBMKy
2OOKDKo8ZXoWh2X2EINB+DOXtjv0XJuY/LlwOkbn5WbidakiftM2W5IWuvr9Bg79
myfqR6E8eIRfD9z1O+fh39mShdRF4Hnksoqs9XEKz4srNN/6UJC5hz/OmOaDF82q
AFDZ2lJw+MRbVPSYtNt9YkCgI+usp5QVfF+nOcT+Ye67BZkMgSJh7wzut1525b3J
trrOug44jAFzVBuiYILLUXIEorEAPLQZlLqEIrNmq+VkYljHOzXEiZ7OQg6Nwfup
7VtxaFzKNhKei9dYfrDp37184QiXFmXH7awFDDD3799ZsonPv9bm6a7Y22C1+kn0
nw/NSrZqKPgeZnQ/Z1R9f5HgpXcdCQMBt3lZIwdQTf67DGeFD7ck2L/erMyo7wmi
ER6PpVrPKAi0xjsvxNPp
=KWza
-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/e1xgqup-0005ic...@franck.debian.org



Accepted lxc 1:1.0.5-1 (source amd64) into unstable

2014-08-10 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 12:55:27 +0200
Source: lxc
Binary: lxc lxc-dbg
Architecture: source amd64
Version: 1:1.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description:
 lxc- Linux Containers userspace tools
 lxc-dbg- Linux Containers userspace tools (debug)
Closes: 757326
Changes:
 lxc (1:1.0.5-1) unstable; urgency=low
 .
   * Due to 'popular demand', dropping Debian custom additions and shipping
 an (almost) vanilla lxc package in Debian from now on.
   * Removing Jonas from uploaders, thanks for your past support.
   * Dropping lxc-dev, according to ftp-master this is not acceptable
 anymore without having split out library package.
   * Merging upstream version 1.0.5:
 - lxc 1.1 would have been ready before the jessie freeze
   but apparently everyone knows it better than me so
   let's give in and have 1.0 in jessie (Closes: #757326).
   * Refreshing lsb-init-functions.patch.
   * Refreshing debian-config.patch.
   * Adding debootstrap to suggests.
Checksums-Sha1:
 2980e7ab083242f93bf302282e6265e5d7e77589 1402 lxc_1.0.5-1.dsc
 e4a9ae4769b4a434b306728d241ab1c6e024859c 500936 lxc_1.0.5.orig.tar.xz
 dfa99fec8f78af6d035caa6ade0897f0ad893b55 24160 lxc_1.0.5-1.debian.tar.xz
 16ddc6e585f6791360cb5e115b18385acd135da8 613438 lxc_1.0.5-1_amd64.deb
 0711b4e3c045c241fad0a8104fa644d4ea70453b 756912 lxc-dbg_1.0.5-1_amd64.deb
Checksums-Sha256:
 4a98ff9a695ffa3d82e56516b3b3247682ec7b08acb53d5ac16e381313f1f235 1402 
lxc_1.0.5-1.dsc
 b9e20505f740478eee390759dce95a362ef6685abcd20c1b0e302aaa51ac8f58 500936 
lxc_1.0.5.orig.tar.xz
 fd1c9a4ea4d8140446c3e840f6d45fa50ddf46b3bd62edbe74eec689ea4c0374 24160 
lxc_1.0.5-1.debian.tar.xz
 7c70984a658737e2e66d369ca91e548b37214ad1266c065212530aea9eb898ce 613438 
lxc_1.0.5-1_amd64.deb
 c4d1d05ad4bab282a859ba5ea51a129d792306cf0cb511c62fff29144ff771ed 756912 
lxc-dbg_1.0.5-1_amd64.deb
Files:
 f845f9cc1e57bd8256a535174fc89fc6 613438 admin optional lxc_1.0.5-1_amd64.deb
 a1772bac7e0345f6a020a1b5af9a12f7 756912 debug extra lxc-dbg_1.0.5-1_amd64.deb
 f223d4bfbbd083afeb5e3a35b6df170c 1402 admin optional lxc_1.0.5-1.dsc
 9e403fd421e70aa52b28d9a9525acdf8 500936 admin optional lxc_1.0.5.orig.tar.xz
 d84aa20660712e0720f4b268b47720b9 24160 admin optional lxc_1.0.5-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPnVGoACgkQ+C5cwEsrK542tgCcDo4W0iRrWsmSojADTUCiFRNv
K9oAoICEwHLTucdannDPPBZhMZcwM/1+
=gWQi
-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/e1xgr9o-0002gi...@franck.debian.org



Accepted samplv1 0.5.0-1 (source amd64) into unstable

2014-08-10 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Aug 2014 09:30:17 +0200
Source: samplv1
Binary: samplv1
Architecture: source amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description:
 samplv1- polyphonic sampler synthesizer
Changes:
 samplv1 (0.5.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.5.0
   * Patch refreshed.
   * Install lv2 plugin to non-multiarch dir.
Checksums-Sha1:
 8fc49a7c2a4944234744e25e831cd3a14f3b3cca 2091 samplv1_0.5.0-1.dsc
 ef2e288a2b9c144f12f0e15ed4e52dbd3c05d13a 208174 samplv1_0.5.0.orig.tar.gz
 a653eadb7aa6f7539fccbcaa72b29b4fed0b35ce 3192 samplv1_0.5.0-1.debian.tar.xz
 f02cbe1ad49de5c86830ff355bdeb2fd1d95d31d 200776 samplv1_0.5.0-1_amd64.deb
Checksums-Sha256:
 f094d0f00c898f437210fb9d21de7f98f1c3cc0ecd9812ed53ca4678f0f11f40 2091 
samplv1_0.5.0-1.dsc
 81ac44b3d1fc8634294536d6e5dd8bf53c86dbf006d17e57d19bceef832fb50a 208174 
samplv1_0.5.0.orig.tar.gz
 a7a2e5a3292104160fec20e4301ab8549bf6625521b1ee29fb833a0399116f1f 3192 
samplv1_0.5.0-1.debian.tar.xz
 665cf81c40328b4f5a76eda7ab7f21750043bb8e018153229f3aa07288d4338b 200776 
samplv1_0.5.0-1_amd64.deb
Files:
 f6db720321a4eb69c8e6feb2942589d8 200776 sound optional 
samplv1_0.5.0-1_amd64.deb
 ce0908a09d4540daee618f1507b8e7e3 2091 sound optional samplv1_0.5.0-1.dsc
 3369bb598f445a240e5d9e48f7574635 208174 sound optional 
samplv1_0.5.0.orig.tar.gz
 d516c6af685975a503ff558272b01143 3192 sound optional 
samplv1_0.5.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT51g3AAoJEFsBlFXiuE+lWoEP/3FJlnqRouWgNgPlvfw1Jse4
wOVzpfT6Un17jwzHhNGUp0zvOUesbcUVDX/BhNPHYunw4FX8JHQj804YbW0T60nb
YQBosw5ylpsTiE5L6UC4Fiy0eT4g8Ubpwrqkfm0YHx2bqBKoROIFbCCBVxPg7jKW
0D+iy1hWLF5IqWSZ5OqC/TK8sCXaCtz/urqJjv9cfDKyot417PZxLvtQfQqcatQB
Dn1TafKiQp58opxn9fyB0qnIilUhOVk7dIHnhpRZJkULu5s9u2oH/ok2HaemXZDT
cHBY+cWv2exjdH8+upEdETde/oQBaNiR38+ln8LKD65INkL3s/ASeb9irTpO+uar
Fm8RG/lpSTZVPnl0TutWME7yu4m24i5LIclURFQe1aS1plxFHZO6hqx1s+skjSkn
31EwZA0aGUqPlwkMavCmoVAhFVsGbmvFxE3Dx2AegJVpskoE7KBYuq+Vxmdt9j1V
PVdRHCc19P+3gJKid8Z6D1xwWjD03bhqSmmc3tDryNYp/nOgK4R3vFA0etAUkrZQ
KupFtJo1aMRWo2eTVCX0sJu3kEuLewCj3wNKDa4NGHOrfOgNnEMT2Bkh+DTPq02s
zyYghn9AuY2/jojbMqFHch8t0NG87++PMb0irMxXl1gXN+0zRDRYD27gfRuKpdfx
w1q2nJ2FER+ribQ+YgT4
=pC+w
-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/e1xgrco-0003oz...@franck.debian.org



Accepted xen 4.4.0-1 (source amd64 all) into unstable, unstable

2014-08-10 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Aug 2014 13:09:00 +0200
Source: xen
Binary: libxen-4.4 libxenstore3.0 libxen-dev xenstore-utils libxen-ocaml 
libxen-ocaml-dev xen-utils-common xen-utils-4.4 xen-hypervisor-4.4-amd64 
xen-system-amd64 xen-hypervisor-4.4-arm64 xen-system-arm64 
xen-hypervisor-4.4-armhf xen-system-armhf
Architecture: source amd64 all
Version: 4.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Xen Team pkg-xen-de...@lists.alioth.debian.org
Changed-By: Bastian Blank wa...@debian.org
Description:
 libxen-4.4 - Public libs for Xen
 libxen-dev - Public headers and libs for Xen
 libxen-ocaml - OCaml libraries for controlling Xen
 libxen-ocaml-dev - OCaml libraries for controlling Xen (devel package)
 libxenstore3.0 - Xenstore communications library for Xen
 xen-hypervisor-4.4-amd64 - Xen Hypervisor on AMD64
 xen-hypervisor-4.4-arm64 - Xen Hypervisor on ARM64
 xen-hypervisor-4.4-armhf - Xen Hypervisor on ARMHF
 xen-system-amd64 - Xen System on AMD64 (meta-package)
 xen-system-arm64 - Xen System on ARM64 (meta-package)
 xen-system-armhf - Xen System on ARMHF (meta-package)
 xen-utils-4.4 - XEN administrative tools
 xen-utils-common - Xen administrative tools - common files
 xenstore-utils - Xenstore utilities for Xen
Closes: 697407 705659 718898 727100 730254 737905 744157 744160
Changes:
 xen (4.4.0-1) unstable; urgency=medium
 .
   [ Bastian Blank ]
   * New upstream release.
 - Update scripts for compatiblity with latest coreutils.
   (closes: #718898)
 - Fix guest reboot with xl toolstack. (closes: #727100)
 - CVE-2013-6375: Insufficient TLB flushing in VT-d (iommu) code.
   (closes: #730254)
 - xl support for global VNC options. (closes: #744157)
 - vif scripts can now be named relative to /etc/xen/scripts.
   (closes: #744160)
 - Support for arbitrary sized SeaBIOS binaries. (closes: #737905)
 - pygrub searches for extlinux.conf in the expected places.
   (closes: #697407)
 - Update scripts to use correct syntax for ip command.
   (closes: #705659)
   * Fix install of xend configs to not break compatibility.
 .
   [ Ian Campbell ]
   * Disable blktap1 support using new configure option instead of by patching.
   * Disable qemu-traditional and rombios support using new configure option
 instead of by patching. No need to build-depend on ipxe any more.
   * Use system qemu-xen via new configure option instead of patching.
   * Use system seabios via new configure option instead of patching.
   * Use EXTRA_CFLAGS_XEN_TOOLS and APPEND_{CPPFLAGS,LDFLAGS} during build.
   * Add support for armhf and arm64.
   * Update config.{sub,guess}.
Checksums-Sha1:
 cb368617dd3500b7d2a5eecac9cc0ec1dec61982 2832 xen_4.4.0-1.dsc
 39aaa0627cd93920be8d12e4c63042c23d653c8c 3767352 xen_4.4.0.orig.tar.xz
 5df82fde3fca58fec84e96f11ebd3b1b6d72a387 47912 xen_4.4.0-1.debian.tar.xz
 6aade9f08e86a18125e9063835d627133c46b033 867698 
xen-hypervisor-4.4-amd64_4.4.0-1_amd64.deb
 7d6d567baa2785594d52b8fab2825bd291811555 115860 
xen-utils-common_4.4.0-1_all.deb
 c0b65ac49c1438c2dfa3e13a301fc70a7ae14a13 18454 
xen-system-amd64_4.4.0-1_amd64.deb
 bf8118fe46ee8760006c582db7066a477a13c38c 470730 libxen-dev_4.4.0-1_amd64.deb
 e8a2cddea239123adf0a7058a3e6d02bc47ee28d 29068 libxenstore3.0_4.4.0-1_amd64.deb
 bd21a03f086421600cbcfde35e346c56d29f3805 24656 xenstore-utils_4.4.0-1_amd64.deb
 489bf043b0596ea02dfc1c407cd2e01fb4cc7438 290828 libxen-4.4_4.4.0-1_amd64.deb
 f5d91a56e77163c6484df0eb6fc51de1e8c911d4 384254 xen-utils-4.4_4.4.0-1_amd64.deb
Checksums-Sha256:
 f1175eafb5dd98f6be66af83ba7449aa912f38d981c0b1ff1235fb4dbbe27155 2832 
xen_4.4.0-1.dsc
 0b23c79c9e526b9278ac9a0887b3c4eb5134a6e39dd98ae191463a6db006a004 3767352 
xen_4.4.0.orig.tar.xz
 3aaa84754a5c52f34116b9d80faf28cba78bc732fcef2bea286e5b614704493f 47912 
xen_4.4.0-1.debian.tar.xz
 0ae1f1fd7a4cfdb3e27efa5316a04f27856f6a4c08de50425e8f261d219bc8eb 867698 
xen-hypervisor-4.4-amd64_4.4.0-1_amd64.deb
 e9593fb0a98443a5369ad2094b842df165d4e1ce9831c0d6a1d8ee7ff555b5c4 115860 
xen-utils-common_4.4.0-1_all.deb
 651e7e8abda8a47d4b7534f7fee82d1a9ccd2076db6611a4b95a044e75756b81 18454 
xen-system-amd64_4.4.0-1_amd64.deb
 08571a17dbf0bf4ee8d73fbc2de068c83ce6446ae415389c8085d43818bcb13d 470730 
libxen-dev_4.4.0-1_amd64.deb
 88e680ae12e353d5d8d38ead0cd1805fe469fb511d3a68e32750f897a97e10a9 29068 
libxenstore3.0_4.4.0-1_amd64.deb
 f6d47a8094b0eac4b7850bc176d23bf89056f13457a2b8bb584c5e9c56ee784d 24656 
xenstore-utils_4.4.0-1_amd64.deb
 1cc7cb805d28da5617b6ef5b0ad951d7bfae6e4cb68942b89ed555a8569495f5 290828 
libxen-4.4_4.4.0-1_amd64.deb
 b5f58657cee3cfb0948e8bb374ab848361641ace61e3245552ec419bd0bad258 384254 
xen-utils-4.4_4.4.0-1_amd64.deb
Files:
 6a58140f584b50f2d82ffc2b28752922 867698 kernel optional 
xen-hypervisor-4.4-amd64_4.4.0-1_amd64.deb
 48536fb0b0b3b7b029b00b4210ec28e9 115860 kernel optional 
xen-utils-common_4.4.0-1_all.deb
 e2147fe3ffb4be746bf2a0cbdb477ffc 18454 kernel optional 

Accepted gtk-gnutella 1.1.0-1 (source amd64) into unstable, unstable

2014-08-10 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2014 16:32:30 +0200
Source: gtk-gnutella
Binary: gtk-gnutella gtk-gnutella-dbg
Architecture: source amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Luca Bruno lu...@debian.org
Changed-By: Luca Bruno lu...@debian.org
Description:
 gtk-gnutella - shares files in a peer to peer network
 gtk-gnutella-dbg - shares files in a peer to peer network (debugging symbols)
Changes:
 gtk-gnutella (1.1.0-1) unstable; urgency=medium
 .
   [ Luca Bruno ]
   * New upstream release
 .
   [ Unit 193 ]
   * d/control: Wrap and sort build-deps.
   * d/control: Drop build-dep on quilt and dpkg-dev, no longer needed.
   * d/control, d/compat: Use compat level 9.
   * d/control: Use canonical VCS-* URLs.
   * d/copyright: Fix copyright-refers-to-symlink-license, use GPL-2.
   * d/rules, d/control: Add a debug package.
   * d/rules: Switch to dh sequencer.
Checksums-Sha1:
 3a3b63c527bff93d1b914a97863ec171678caf8a 1408 gtk-gnutella_1.1.0-1.dsc
 2628a22396948b8289e402f1b681786da379b3b2 19399321 
gtk-gnutella_1.1.0.orig.tar.bz2
 aaa06d83a9f09e561b4a07514a55bc92cbd511ff 9704 
gtk-gnutella_1.1.0-1.debian.tar.xz
 c977261fd6f09705224ca8a1ffc080a5d379dcad 15372638 
gtk-gnutella_1.1.0-1_amd64.deb
 a013b77163b1d6415ab8ed2d0b9ef30bafc24519 5958066 
gtk-gnutella-dbg_1.1.0-1_amd64.deb
Checksums-Sha256:
 970a91b5429165fe409a293e978b4be972d6560ef7109b820e40fafa9ad64930 1408 
gtk-gnutella_1.1.0-1.dsc
 cb033d14b647c3a45c6731b94aaa8ed32729ff6aa31f82e372397cd75869f9e9 19399321 
gtk-gnutella_1.1.0.orig.tar.bz2
 c18a430977aec95e087e9f84ef79609ab50a303ce8b95a1d3ed5d8c9eeb7534c 9704 
gtk-gnutella_1.1.0-1.debian.tar.xz
 bf4628e83500f8c4b622ae7047da7317ff66681235cb01762f88e4ba34ebae9e 15372638 
gtk-gnutella_1.1.0-1_amd64.deb
 5f8ba8f8656d032290d4613a023a2241d385fb7bde05601be7b9283423ca88bc 5958066 
gtk-gnutella-dbg_1.1.0-1_amd64.deb
Files:
 2de6d28478c45a63464854d538e3b6c9 15372638 net optional 
gtk-gnutella_1.1.0-1_amd64.deb
 80b2d58da01228e21e4ca622a9f41a6a 5958066 debug extra 
gtk-gnutella-dbg_1.1.0-1_amd64.deb
 99bed6b377d2efa1356f941e36b4c5b2 1408 net optional gtk-gnutella_1.1.0-1.dsc
 43a566dbf8fd30a3446f0e3845f0d66e 19399321 net optional 
gtk-gnutella_1.1.0.orig.tar.bz2
 97d58c66103586c429ca2fe936632dbc 9704 net optional 
gtk-gnutella_1.1.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPKrx8ACgkQRqobajv7n7M/LwCgr4xRZ9lM4Jdm6oRawS+aopdQ
emMAoKOJ//6bR6ZAywmT2vZa3RZ5rQ/J
=P/7E
-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/e1xgrne-0007zq...@franck.debian.org



Accepted simgear 3.2.0~git20140719+4a9125-1 (source i386 all) into experimental, experimental

2014-08-10 Thread Markus Wanner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Jul 2014 13:42:11 +0200
Source: simgear
Binary: libsimgearcore3.2.0 libsimgearcore3.2.0-dbg libsimgearscene3.2.0 
libsimgearscene3.2.0-dbg libsimgear-dev simgear-dev
Architecture: source i386 all
Version: 3.2.0~git20140719+4a9125-1
Distribution: experimental
Urgency: low
Maintainer: Debian FlightGear Crew pkg-fgfs-c...@lists.alioth.debian.org
Changed-By: Markus Wanner mar...@bluegap.ch
Description: 
 libsimgear-dev - Simulator Construction Gear -- development files
 libsimgearcore3.2.0 - Simulator Construction Gear -- core library
 libsimgearcore3.2.0-dbg - debugging symbols for libsimgearcore
 libsimgearscene3.2.0 - Simulator Construction Gear -- scene library
 libsimgearscene3.2.0-dbg - debugging symbols for libsimgearscene
 simgear-dev - transitional dummy package
Changes: 
 simgear (3.2.0~git20140719+4a9125-1) experimental; urgency=low
 .
   * Experimental package of an upstream snapshot in preparation for
 release 3.2.0.
   * Adjust dependencies, shlibs and install files to the new upstream
 version.
   * Drop patches invalid-utf8 and sgstream_test_fix_length; both got
 applied upstream.i
Checksums-Sha1: 
 bbf4b89abf55760113d06da0a191bad77a2d0b9b 2752 
simgear_3.2.0~git20140719+4a9125-1.dsc
 dcbd98308709d6902f1add4455e464edf25aa8b8 1022247 
simgear_3.2.0~git20140719+4a9125.orig.tar.bz2
 c6e05297ff59a409e57b274aab9d9231c7c91075 11152 
simgear_3.2.0~git20140719+4a9125-1.debian.tar.xz
 9bb96c4cd874b9c7a0704025ce4a22314f699b9e 699048 
libsimgearcore3.2.0_3.2.0~git20140719+4a9125-1_i386.deb
 f88a15fde33dcc6b4d0c87720b55ea5ea161ccf5 3502410 
libsimgearcore3.2.0-dbg_3.2.0~git20140719+4a9125-1_i386.deb
 2a5db19227bb512fe95661ea31dc9da585d5aa56 948404 
libsimgearscene3.2.0_3.2.0~git20140719+4a9125-1_i386.deb
 e20e8f1603a21c6a9fbe34cfe26eaef84660d1ca 14236164 
libsimgearscene3.2.0-dbg_3.2.0~git20140719+4a9125-1_i386.deb
 007886652743523ed502f20c64f399cd729e2add 351086 
libsimgear-dev_3.2.0~git20140719+4a9125-1_i386.deb
 8dede1af163f8e1941cd6c57eb8c8fc22a30ca35 126164 
simgear-dev_3.2.0~git20140719+4a9125-1_all.deb
Checksums-Sha256: 
 f856c25c1a94c0ce188679aa084a7bd82dda5c19af4cd332cb4a2c3b4cd29197 2752 
simgear_3.2.0~git20140719+4a9125-1.dsc
 368e950d066e0636c2a9afb13421a08b120875f70177fe2a05570165dd6090ce 1022247 
simgear_3.2.0~git20140719+4a9125.orig.tar.bz2
 d5089ce63b02ed59a59961acc63a1bbc1e2d13bc1f40001b9b07624c310c0279 11152 
simgear_3.2.0~git20140719+4a9125-1.debian.tar.xz
 eee7d4fc8da452a7609de4ad8ff423b6672befac11e8d8fcfd157f0f1e690c68 699048 
libsimgearcore3.2.0_3.2.0~git20140719+4a9125-1_i386.deb
 41e87aba637c02601b8a0e042800bf363e1c91f7d64261f963e63c216644318a 3502410 
libsimgearcore3.2.0-dbg_3.2.0~git20140719+4a9125-1_i386.deb
 4f9615aa907a9657ac252e5e2094aca532d6f8a758654b901e409394e43d8398 948404 
libsimgearscene3.2.0_3.2.0~git20140719+4a9125-1_i386.deb
 c4d53e53b07fda77a8659c21b5f9c3f6dd0b513c10567aea10709be6abcb5c16 14236164 
libsimgearscene3.2.0-dbg_3.2.0~git20140719+4a9125-1_i386.deb
 f8309bedcdb6593d7521de545ffefe09a9e9c251922a720e30713e964f31f46f 351086 
libsimgear-dev_3.2.0~git20140719+4a9125-1_i386.deb
 f9dbd23ca78e1b9dbace324924c8fcbb84589108513a3fc49c1a2c205988ceda 126164 
simgear-dev_3.2.0~git20140719+4a9125-1_all.deb
Files: 
 49a35b161494126df2b344aedcd42f46 699048 libs extra 
libsimgearcore3.2.0_3.2.0~git20140719+4a9125-1_i386.deb
 a481db41051aca6819561f6259c70835 3502410 debug extra 
libsimgearcore3.2.0-dbg_3.2.0~git20140719+4a9125-1_i386.deb
 a657bfff97ada29695adf1b68603ea1b 948404 libs extra 
libsimgearscene3.2.0_3.2.0~git20140719+4a9125-1_i386.deb
 c3db8bc51c722569c5d6a72fe44af3ea 14236164 debug extra 
libsimgearscene3.2.0-dbg_3.2.0~git20140719+4a9125-1_i386.deb
 42f085e9e27107043579d293ed02eec2 351086 libdevel extra 
libsimgear-dev_3.2.0~git20140719+4a9125-1_i386.deb
 45b012342726bcb6e215fe19edafe463 126164 oldlibs extra 
simgear-dev_3.2.0~git20140719+4a9125-1_all.deb
 abb5c56482fc8bb53eb41ced096a9066 2752 libs extra 
simgear_3.2.0~git20140719+4a9125-1.dsc
 5bfb3dacb35cc0f5e848dac04739de9b 1022247 libs extra 
simgear_3.2.0~git20140719+4a9125.orig.tar.bz2
 dac481c8ae1711ae30fd966193f47df8 11152 libs extra 
simgear_3.2.0~git20140719+4a9125-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTyqkvAAoJEI7QYGkDfiTyaDMP/1Ve33OMtzdR9nXKHjlw1QfH
AjzWxg1mUp6pjHZzdWafYQW7+qkovfMTAwKbfupynpSe0qlJX1vefrF+7TIlHHBV
iX4JL/qiP9qpev9XgHW8bd71zUfidxJpj+xBuQKD4cfnFd9beG9/W+Mg3nPFldPP
WBV/gIwCJTOY643f5fbe0zFq14euZb5/dn/uBgC5Z6dk52vCrHsnIl1/Jl1Jyjmj
R0X96DDOyuej1M2Qx64kkDaeKLc6qKozEzlBjpisGTltYlfbkVqkXf9m0IJNd9JW
WCR41rYl7fxV4sJZ7lE2BAA+3vhEtd/PROk9Pm9IerSjH1KDb6pptHTrk5v3QVTH
Hc/dofwslm8DY7gCBrv12BmkLH8D8JpC8EjKKOwBYQ6HyFgdA6EF6JvIx44EL9uw
niAujRW7QffuJ82HaLWJOhlijW8yQA0xOHVacYTyjHqGHAwwcRDDo7j0wymqVQB8
cUevl9HHr7apgfnZ9VyKjUrN5+n3+uN4QDp4nAec7VhU0gNmjUMhcipd11y58IE1
HAMBLqY7TKtlnOwryQOwiJCt2Q7B+AbTfD2g2Yb8O26835M8OnMAPYKXYVzmS2UM

Accepted openturns 1.4-1 (source amd64 all) into experimental, experimental

2014-08-10 Thread Denis Barbier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Jul 2014 18:34:34 +0200
Source: openturns
Binary: libopenturns0.5 libopenturns-dev libopenturns-dbg python-openturns 
python-openturns-dev r-other-rot openturns-examples openturns-validation
Architecture: source amd64 all
Version: 1.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Denis Barbier barb...@debian.org
Description:
 libopenturns-dbg - debug symbols for OpenTURNS
 libopenturns-dev - headers and development libraries for OpenTURNS
 libopenturns0.5 - dynamic libraries for OpenTURNS
 openturns-examples - examples of OpenTURNS functionalities
 openturns-validation - validation files for OpenTURNS
 python-openturns - Python front-end of OpenTURNS (aka TUI)
 python-openturns-dev - Python front-end of OpenTURNS (aka TUI)
 r-other-rot - GNU R package of few tools needed by OpenTURNS
Changes:
 openturns (1.4-1) experimental; urgency=low
 .
   [ Julien Schueller ]
   * New upstream release.
   * tests-disable-broken-R.patch: Patch dropped, a fix has been
 applied upstream.
   * debian/control: Build Python bindings with -j1
 .
   [ Denis Barbier ]
   * debian/copyright: Updated.
Checksums-Sha1:
 8dec2ea4388b17f1075e5969390d566a75676526 1973 openturns_1.4-1.dsc
 7ee263b84e133c0aada58d07af7a84fd2c6b3d76 3323064 openturns_1.4.orig.tar.bz2
 ab16a804a733cd0618b5e7b4e40037d43ae3b308 17680 openturns_1.4-1.debian.tar.xz
 0caeb201a9b867667d52e7e5cf981b04d4d1de80 3320950 
libopenturns0.5_1.4-1_amd64.deb
 9383244ea5d530edfa40035d8808d4aff5b789ee 277226 
libopenturns-dev_1.4-1_amd64.deb
 8a6e1c8d098181c7a1aa7af37f240200901678f2 49668122 
libopenturns-dbg_1.4-1_amd64.deb
 e21a8926ea1a386d010ddb90137911172c5b7fc7 5654922 
python-openturns_1.4-1_amd64.deb
 78ddb8439788e0833fc89119e06e7225c7974a00 145300 
python-openturns-dev_1.4-1_amd64.deb
 1a2dc1009fcf48abacfb7a644ea962534f01b9c6 113384 r-other-rot_1.4-1_amd64.deb
 91a1d8e185aba1f35c908c8fa462edc4f8fd5b7a 265350 
openturns-examples_1.4-1_amd64.deb
 ffe2d5339a2eff2aec0471ab3454b7752eebb95e 154752 
openturns-validation_1.4-1_all.deb
Checksums-Sha256:
 32d33e0c7a23dc3bf31d9854f30d70b679f03afd9d3a37dffe98e934ca7c1424 1973 
openturns_1.4-1.dsc
 5f48fd955ee8ce95f72ef3f52e3aad71bef461714c88a2c8f07edabf4591203d 3323064 
openturns_1.4.orig.tar.bz2
 f5d41ad54b771e25419c37f071f73b818c3ccab79cf57fe351bb890d37531beb 17680 
openturns_1.4-1.debian.tar.xz
 58ae73c2cbd92b49fcae81cb66bee4f430b57a91305e70e09ed1326cf67ce473 3320950 
libopenturns0.5_1.4-1_amd64.deb
 c6a8490ad6f2c2cb66352fbac95bd9f4847018be51c7ae9f8729afb8f32e8125 277226 
libopenturns-dev_1.4-1_amd64.deb
 5f014da736dfb406a582cb171956bbbae32637d986e8e3a58d9363507e7434e9 49668122 
libopenturns-dbg_1.4-1_amd64.deb
 5aeabd402c0da4bbed0b19206da0a222f6394a08e33712034c8a7e0e9a4a05ea 5654922 
python-openturns_1.4-1_amd64.deb
 17cdaa767963dd388a4a7867925772423742ad44fb8618845e74d62833ae692b 145300 
python-openturns-dev_1.4-1_amd64.deb
 6935177187b323e4cb5b6d7025badfc06dd6945e5d806001e906bd8bb29f5cf4 113384 
r-other-rot_1.4-1_amd64.deb
 86db06a5e668d6f1a8fa8e5ae6cdca99805b0d8e6df21ca022db55264e82db6a 265350 
openturns-examples_1.4-1_amd64.deb
 bf10a7d7d5f0f4544a7a06dbd1915157fb36acf1951965902bf07a0f42178a87 154752 
openturns-validation_1.4-1_all.deb
Files:
 0e9f320e5241943ff72697b56357815e 3320950 libs extra 
libopenturns0.5_1.4-1_amd64.deb
 22cecdadbd54a511826b1cc63a209313 277226 libdevel extra 
libopenturns-dev_1.4-1_amd64.deb
 4fc522ae1bfa4b83cf6fe1d9d256f6fa 49668122 debug extra 
libopenturns-dbg_1.4-1_amd64.deb
 0c01e03f3165f77b43d9b878651bca92 5654922 python extra 
python-openturns_1.4-1_amd64.deb
 ffddd52639b5de92c09849a54b6e1669 145300 python extra 
python-openturns-dev_1.4-1_amd64.deb
 96881a683fd69d596033af360f56f194 113384 gnu-r extra r-other-rot_1.4-1_amd64.deb
 9b96cb44f0de1f6b4c8a5aff2cfe0e44 265350 science extra 
openturns-examples_1.4-1_amd64.deb
 8dfa00e29eed8a93f9cdf40a9ac15a75 154752 science extra 
openturns-validation_1.4-1_all.deb
 4cb9af7c8081721b48a346373639ceb5 1973 science extra openturns_1.4-1.dsc
 95ddef47c99ea2b009c61d16fa984792 3323064 science extra 
openturns_1.4.orig.tar.bz2
 f72973c78d9fb413e981e0cb857f8e55 17680 science extra 
openturns_1.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFT0tyW8Ri1lR4WGvsRAuHuAJ9QTLsM4y0dZhdHu6Ya5BkQB4TKMQCeL8mA
Z0fE2kr4rXbe6s67AXmBA6k=
=EPFS
-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/e1xgrni-0007zk...@franck.debian.org



Accepted orthanc 0.8.0+dfsg-1 (source amd64 all) into unstable, unstable

2014-08-10 Thread Sebastien Jodogne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 Jul 2014 11:27:56 +0200
Source: orthanc
Binary: orthanc liborthancclient0.8 liborthancclient-dev liborthancclient-doc
Architecture: source amd64 all
Version: 0.8.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Sebastien Jodogne s.jodo...@gmail.com
Description:
 liborthancclient-dev - Orthanc Client development files
 liborthancclient-doc - Orthanc Client documentation
 liborthancclient0.8 - Orthanc Client runtime library
 orthanc- RESTful DICOM server for healthcare and medical research
Changes:
 orthanc (0.8.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version: 0.8.0
Checksums-Sha1:
 313d34c991f8b28341509ed83a8a57b09fc8d30b 2576 orthanc_0.8.0+dfsg-1.dsc
 854dd4a37e2630d6576e91982ba57d35903ba49b 392824 orthanc_0.8.0+dfsg.orig.tar.xz
 10d5d0d8efe5be1df791f324c94393a2af5f5afe 257072 
orthanc_0.8.0+dfsg-1.debian.tar.xz
 6da739e6fe1d36ad6a80be27e3a4bfd11efd1f61 552382 orthanc_0.8.0+dfsg-1_amd64.deb
 3b37c061ae20cd8787f84484d91bc7a678c576ae 130364 
liborthancclient0.8_0.8.0+dfsg-1_amd64.deb
 c9e9849c3f5a5e3e4cadd7cd01189a1ce5724d52 18058 
liborthancclient-dev_0.8.0+dfsg-1_amd64.deb
 878c04dce564abb340ec37211ff277330a3c2071 72584 
liborthancclient-doc_0.8.0+dfsg-1_all.deb
Checksums-Sha256:
 481ebde374f0f247754cbede5fd4740bdc8c9c51c9992d5c56c88030c0eee746 2576 
orthanc_0.8.0+dfsg-1.dsc
 246d5f34cd318d2116677fc4e9de214634673c782f24753a3d6dc3549bf69f4c 392824 
orthanc_0.8.0+dfsg.orig.tar.xz
 f23380b550f11ece125fc0943f95668584ecc8a1b129c63a6c88df994b59560e 257072 
orthanc_0.8.0+dfsg-1.debian.tar.xz
 d6a7be4d203be8ac6cef2aaf96677f07eb57cc855738b36fbab75bbb381771b6 552382 
orthanc_0.8.0+dfsg-1_amd64.deb
 d17da07a7f2e835dc2a38e7a56f51d5f21712176a34ed9b9803e1f103bb4c74e 130364 
liborthancclient0.8_0.8.0+dfsg-1_amd64.deb
 8ca74b23a98978a0778a61d3af7f7fa6ad6e90c9331409333ecc51a36eeda6ee 18058 
liborthancclient-dev_0.8.0+dfsg-1_amd64.deb
 faf53f83a9f9aa0af1233eaf4ea777e193ff6c5987b3e39799c1ce675ee98fee 72584 
liborthancclient-doc_0.8.0+dfsg-1_all.deb
Files:
 f4a062cdf460a5b37c4140067e7ba66e 552382 science optional 
orthanc_0.8.0+dfsg-1_amd64.deb
 0bea7dc4aaffe76a331e78fa13034fba 130364 libs optional 
liborthancclient0.8_0.8.0+dfsg-1_amd64.deb
 6dee43b08472d2ec283d008daf5bf9c3 18058 libdevel optional 
liborthancclient-dev_0.8.0+dfsg-1_amd64.deb
 d49e9e88321b032263b4581d1a21d8d4 72584 doc optional 
liborthancclient-doc_0.8.0+dfsg-1_all.deb
 36f08c3f2cf963f0073109915af317d3 2576 science optional orthanc_0.8.0+dfsg-1.dsc
 a2a21c4873db55ba9e82100f4e16c9d6 392824 science optional 
orthanc_0.8.0+dfsg.orig.tar.xz
 719858a7dcef0973ff6ccbcd3af96d33 257072 science optional 
orthanc_0.8.0+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTwERcAAoJEFeKBJTRxkbR3JcQAIWRi0Fk7tHcvyE/+d+2dGuF
kp8oweYaZPMO05Lar7NiHUEtnrfR+7Zy81K/jXki5TuUlZyMWA3k9voirUY9f+oh
hAM3rEGyxmOiDWLwu1rsJCFjkA5Q1tCJ1+0wMnvKrMQqoaMugbym4wemGzqXIcE2
3VYweKuxvAG2QT/1I/3dat/Fo1EaibyZUtOBtWPCx4a9GwiE49tWd13oWmLJ3g61
nc9VM16vjk3FZ6Ta5Qv/5QkICcQUk99Vt5Q9nTnZL9eMUZ0YfwRf6AvZDc5/knOA
T4MdQRCKgWn5L+3K60zTfumwFvlMpuZa6Mcs+cmH+prMlr7DutA4m3KGMGulF5Tl
I0DarehR7e3508d9d/dDG59LNqHRk/LM8+qtzDy6Gb2dl2kUZCdQzA+7Rc0aQAZA
qLld6buwfrtT8gf61kjVD/vcLUHyf4mzVyS19UobaK8DnjbfTrDxYk9ED4PSKQBK
WpxDKIU+EDZVTGmAs+MabkhjojIMbl1dDtjazwA1EvE2MFNvDpkrhTeBaUaFZaQG
MCUtC/ZAYklseoZc+W7lkImKrZPVV2d0G7zhsPuQ7bKY0yRegTm0gcj+Nu563VPF
cnLXs4EbY0D9N76SlSqNVWb7dvQMnsbvii94sPvAiOvkRToxhBkAGu1cQwc/gBw6
sbtH1HNR2Bofwu+fBgh9
=vDEC
-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/e1xgrnj-0007zz...@franck.debian.org



Accepted smpeg 0.4.5+cvs20030824-7 (source amd64) into unstable

2014-08-10 Thread Manuel A. Fernandez Montecelo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 10 Aug 2014 12:43:39 +0100
Source: smpeg
Binary: libsmpeg0 libsmpeg-dev smpeg-plaympeg smpeg-gtv
Architecture: source amd64
Version: 0.4.5+cvs20030824-7
Distribution: unstable
Urgency: medium
Maintainer: Debian SDL packages maintainers 
pkg-sdl-maintain...@lists.alioth.debian.org
Changed-By: Manuel A. Fernandez Montecelo m...@debian.org
Description:
 libsmpeg-dev - SDL MPEG Player Library - development files
 libsmpeg0  - SDL MPEG Player Library - shared libraries
 smpeg-gtv  - SMPEG GTK+ MPEG audio/video player
 smpeg-plaympeg - SMPEG command line MPEG audio/video player
Changes:
 smpeg (0.4.5+cvs20030824-7) unstable; urgency=medium
 .
   * Patch ltconfig to add support for kfreebsd-*, otherwise FTBFS.  Thanks
 Steven Chamberlain.
Checksums-Sha1:
 a03d4d13a17018ed35fb066294978ed6596bc1fd 2295 smpeg_0.4.5+cvs20030824-7.dsc
 2dc57f608a64a6f99e692fea82169671970891c8 14252 
smpeg_0.4.5+cvs20030824-7.debian.tar.xz
 b7f1759de1932131dda13d9f88ee6a1b35d24a56 90908 
libsmpeg0_0.4.5+cvs20030824-7_amd64.deb
 5f3877ba21168486b016a39f65b6fb6b0df8559e 109392 
libsmpeg-dev_0.4.5+cvs20030824-7_amd64.deb
 be3616e0ae4d17457aef589d07b5dace3eb9d1a0 25116 
smpeg-plaympeg_0.4.5+cvs20030824-7_amd64.deb
 ef5f26fea0552510bd7705c42a51f422550965a0 27850 
smpeg-gtv_0.4.5+cvs20030824-7_amd64.deb
Checksums-Sha256:
 d9501cf03a9fc47dc1cd8c019efeccbebe697aa7a81bec1680e2e66a934d40ad 2295 
smpeg_0.4.5+cvs20030824-7.dsc
 c8a94657c3d3a47286aa6ad403366b3604f02b68ff28242f5ef9926956e390b5 14252 
smpeg_0.4.5+cvs20030824-7.debian.tar.xz
 e0759b8fba67c6fd7e800b7d75a07d24ead6690feee6f8b581e538c7535e7fc6 90908 
libsmpeg0_0.4.5+cvs20030824-7_amd64.deb
 a8804a98c077c2a586070564f927c4c836e338da1f25924d6d86ec2e98f75830 109392 
libsmpeg-dev_0.4.5+cvs20030824-7_amd64.deb
 264b038616becdc26d8ad74b01deaae7dbd57766ffe2c59b951d3f921fde9efb 25116 
smpeg-plaympeg_0.4.5+cvs20030824-7_amd64.deb
 f2d237f0ad8583589d792aa019096958dbebf15e35ebae950b3fd6d9a12ff061 27850 
smpeg-gtv_0.4.5+cvs20030824-7_amd64.deb
Files:
 69187a0f4468b9fd5c9789d5c7a7046f 90908 libs optional 
libsmpeg0_0.4.5+cvs20030824-7_amd64.deb
 9dd6284ad7e66d229d8be876c6d01cf1 109392 libdevel optional 
libsmpeg-dev_0.4.5+cvs20030824-7_amd64.deb
 41ea3137e37fa61f46688fc4bb1406ee 25116 video optional 
smpeg-plaympeg_0.4.5+cvs20030824-7_amd64.deb
 5077c2d2cff0e4ceffbc193ca9ec77c4 27850 video optional 
smpeg-gtv_0.4.5+cvs20030824-7_amd64.deb
 8a53e40b12d7537d6f9395986f2ffc96 2295 libs optional 
smpeg_0.4.5+cvs20030824-7.dsc
 1e91f171caca9edd66e9a3e8992f09cd 14252 libs optional 
smpeg_0.4.5+cvs20030824-7.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT51vTAAoJEH92BqRF3KgOYT8P/2RPiScEfeX734/tIFN+uTM6
KZY3PLlwDJQNgHsunG4o8IO3vTElMQezIOybZw6G+aaVwiD1/y2aTZSRBoYnR5mM
FciN2dfhkMsVgqZffbcg9yVKuSpnPUVC7DlIMlOnxRpupr6nIQKSu5sx+mbNb2xG
phJlMupjRbyQl3xzm/Pc+0ZbP/ZmsDdQhspONh5Hko5c2lVcIFuR6GVtNNs9llqE
BaSP+jv8OIc7bjZxfYDITGJdwJQ6fa5kcrvoLS38qifQK0K3m/JIXaSDXU8Ah95A
Dtk7tyjd6mUTN1YLnsCvN4rs3n8Z2/BtK4toHIZ5djeoHSPVn85RXYWxgRPTrqXr
AOVWmvExHvL+i788jN2XVyes+y9NUYHIQ+5AEUgN9P3QJMFQ3mOqRMTGfM+qUpkp
6PhrLLixLmrIv+GlqRT62dCj22+2giM/uAm33ZgmLltgWw/p9gqSwtzRO0LJuvL+
gnEsZAE6gJCV759/7juIxcHBIsSyIzjHwJwVrnksDO4jHbuSllTEA3DKVoOTpfqW
G+QJPrTXLKT+k7LtKzrol+e4iX/IrwknyZP1LHh/zioUxq2hMNhjbhx3emIPp/gP
VRP9vuvyv+En6Azjq/aZunL74/cZU2UrQKZv6idrCpKbOTludtccjOpCSxb3SKRR
5DtzaDu8EPUaGqHDzyeD
=m8un
-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/e1xgrqa-0008e2...@franck.debian.org



Accepted syslinux 3:6.03~pre19+dfsg-1 (source amd64 all) into experimental

2014-08-10 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 13:48:50 +0200
Source: syslinux
Binary: syslinux syslinux-efi extlinux isolinux pxelinux syslinux-common 
syslinux-dev syslinux-utils
Architecture: source amd64 all
Version: 3:6.03~pre19+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description:
 extlinux   - collection of bootloaders (Linux ext2/ext3/ext4, btrfs, and xfs b
 isolinux   - collection of bootloaders (ISO 9960 bootloader)
 pxelinux   - collection of bootloaders (PXE network bootloader)
 syslinux   - collection of bootloaders (DOS FAT and NTFS bootloader)
 syslinux-common - collection of bootloaders (common)
 syslinux-dev - collection of bootloaders (development)
 syslinux-efi - collection of bootloaders (UEFI bootloader)
 syslinux-utils - collection of bootloaders (utilities)
Closes: 750851 754225
Changes:
 syslinux (3:6.03~pre19+dfsg-1) experimental; urgency=low
 .
   * Adding dpkg-source local-options to abort on upstream changes.
   * Updating lintian overrides.
   * Due to 'popular demand' and the fact that the debian specific
 bootloader integration just isn't ready yet (and will not be in time
 for jessie, temporarily dropping Debian custom additions for jessie
 and shipping an (almost) vanilla syslinux package from now on
 (Closes: #750851, #754225).
   * Dropping syslinux-utils from depends of isolinux.
   * Merging upstream version 6.03~pre19+dfsg.
Checksums-Sha1:
 0fa09b4b944af0c50e6ae958b209c673f360 1792 syslinux_6.03~pre19+dfsg-1.dsc
 c4a4b954a2c98013b0b2d9abd2b96f158b21aabc 7071216 
syslinux_6.03~pre19+dfsg.orig.tar.xz
 22426e94932c6a4f0e9bb7f6bd0598ad82da125b 25856 
syslinux_6.03~pre19+dfsg-1.debian.tar.xz
 25210f37b137ea38beea182be3f572f2158115a9 185162 
syslinux_6.03~pre19+dfsg-1_amd64.deb
 d8a994d0cf96993fd0af0dd7e1ee95842b146813 183696 
syslinux-efi_6.03~pre19+dfsg-1_amd64.deb
 cae21f413ee09950781f25ed799de563f408b285 173848 
extlinux_6.03~pre19+dfsg-1_amd64.deb
 735f211076554900dde7c74dcf4d1b07ee1877cc 90124 
isolinux_6.03~pre19+dfsg-1_amd64.deb
 745697c9f1d3ff333415a990bbf4ceacca597aa0 226466 
pxelinux_6.03~pre19+dfsg-1_amd64.deb
 46781909fe4e309320d99352889eb7886472fb54 921452 
syslinux-common_6.03~pre19+dfsg-1_amd64.deb
 e80d4e6a3db86d2c3aac96483eacb4562d99e7ba 920940 
syslinux-dev_6.03~pre19+dfsg-1_all.deb
 df7dc9c00d65dbdc9fe32e2fa3117b1f6cfa9d4a 82752 
syslinux-utils_6.03~pre19+dfsg-1_amd64.deb
Checksums-Sha256:
 19e92ea8b9363a6f78f90511e0824dafe6db3d53c6480e5268384b1b67184fba 1792 
syslinux_6.03~pre19+dfsg-1.dsc
 9b26f18148a82ee35b9425bf74686c6b742c63a673fd322d367669bf5e19f9f4 7071216 
syslinux_6.03~pre19+dfsg.orig.tar.xz
 2da0dd51d2a02b4ef8ad9dc95446077ade3bb7894c0dc25f6be6599fe453d693 25856 
syslinux_6.03~pre19+dfsg-1.debian.tar.xz
 7c7783753c0c844c51e28e27ff96e38881e3fbc063b420ae3a98c9fb656cb5d3 185162 
syslinux_6.03~pre19+dfsg-1_amd64.deb
 41dfb3f9394af3acfe80d059e923779c2dfe479bf2055d8f0919a645e54e1540 183696 
syslinux-efi_6.03~pre19+dfsg-1_amd64.deb
 e5dbf31dfb71d7ba89d589997dc175e7c5ff144b6cea8099e881eede6415ef75 173848 
extlinux_6.03~pre19+dfsg-1_amd64.deb
 e4f5a717d8d24ed30ddb89b7aee52af08d05345414b6efbf1569973879aa 90124 
isolinux_6.03~pre19+dfsg-1_amd64.deb
 cd08fc645505a20170a14120522dac18e797db2d3b05978230ca20013d299503 226466 
pxelinux_6.03~pre19+dfsg-1_amd64.deb
 8b0e4b3eee12021922e17745039acf0d4ddfbe23dd10b9fcd3b6263a66bfa9ed 921452 
syslinux-common_6.03~pre19+dfsg-1_amd64.deb
 ae1f8b1340f6601578615ba89adeec3f7f2ad864d540b90bada93212d90cf199 920940 
syslinux-dev_6.03~pre19+dfsg-1_all.deb
 294d430439ad5e163130c17cb06c5e72fa664ca2ad54793ac332f5022b8468ce 82752 
syslinux-utils_6.03~pre19+dfsg-1_amd64.deb
Files:
 9478153f9d80b442d10d48391e4a38da 185162 admin optional 
syslinux_6.03~pre19+dfsg-1_amd64.deb
 d3cd0b9436eed5e6200d5b9d3a78dc5d 183696 admin optional 
syslinux-efi_6.03~pre19+dfsg-1_amd64.deb
 76a8ed06ee45a3c4af594645b786bf08 173848 admin optional 
extlinux_6.03~pre19+dfsg-1_amd64.deb
 b0f42b1d430f54a94a2d80762ef7ef0e 90124 admin optional 
isolinux_6.03~pre19+dfsg-1_amd64.deb
 ad59e47621673abb00b2dd95e36eb684 226466 admin optional 
pxelinux_6.03~pre19+dfsg-1_amd64.deb
 cd874c856aff79fc501a80876c62557c 921452 admin optional 
syslinux-common_6.03~pre19+dfsg-1_amd64.deb
 dc4c77c0d46f1b9a80ce0f87693fe1f9 920940 admin optional 
syslinux-dev_6.03~pre19+dfsg-1_all.deb
 3d6eb2d32e760fc6079548d5b8bc4989 82752 admin optional 
syslinux-utils_6.03~pre19+dfsg-1_amd64.deb
 2c03c1ffeb4264c658e2f3151d8a1042 1792 admin optional 
syslinux_6.03~pre19+dfsg-1.dsc
 d619ef51a36e80a084e917256db21136 7071216 admin optional 
syslinux_6.03~pre19+dfsg.orig.tar.xz
 8fad9e0dfd36317a63f2bb4c4b34c6be 25856 admin optional 
syslinux_6.03~pre19+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPnXmsACgkQ+C5cwEsrK55oiACdEoUCqiczZHb550vyNyXOfdlx
TxMAn3VdP1pvKiiZbU9xz/ELdeDiYiZR
=9oKz
-END PGP 

Accepted at 3.1.15-1 (source) into unstable

2014-08-10 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 10 Aug 2014 14:03:16 +0200
Source: at
Binary: at
Architecture: source
Version: 3.1.15-1
Distribution: unstable
Urgency: medium
Maintainer: Ansgar Burchardt ans...@debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description:
 at - Delayed job execution and batch processing
Closes: 677442
Changes:
 at (3.1.15-1) unstable; urgency=medium
 .
   * New upstream release:
 + pam.conf: require pam_loginuid.so (Closes: #677442)
   * Bumped Standards-Version to 3.9.5 (no changes).
Checksums-Sha1:
 4c5edc1696e3509f9fa58b6fd9c6099009dec1ef 1776 at_3.1.15-1.dsc
 658840da37ee83fc81139b007cb4895abacb8b93 122968 at_3.1.15.orig.tar.gz
 bd780f3e71a0751b65dfe3b10f9045cabba0f1e8 10154 at_3.1.15-1.diff.gz
Checksums-Sha256:
 3f106259d65098064d87f10a315d1a8e0622f09f699154572d03afb49ee17b11 1776 
at_3.1.15-1.dsc
 03a84f5293d5a95ef4231b7faf5578f141f0c76a2b304dd655bc7e90e97bf7fc 122968 
at_3.1.15.orig.tar.gz
 adf292bc0e733cc636822209cc1f7fa7102c5fc605f25f11dbda20e0d917cd90 10154 
at_3.1.15-1.diff.gz
Files:
 aa6380a6ad7626dc0a09a72f79e8404e 1776 admin standard at_3.1.15-1.dsc
 f0f96db22e3a174b53ce4beeeb848839 122968 admin standard at_3.1.15.orig.tar.gz
 17846853a08753b886558d34d5dba1ac 10154 admin standard at_3.1.15-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT52G0AAoJEIATJTTdNH3IfSUQAMYqF+4+pMsDuuLzcOK7isz5
yz82AuE9d9lK2Pgmp+9GYoXYPXFjM3mX9J4nfF7MDf/GsNNHGs4GKoJJzyani073
3FGMWdGizGmq/NA2LkX3/Njn/726PTkrI+MF1A48dXyu7vYL/JJWKU/HF0bagOkY
AkOTahMDQA8X27f4ijx91FpIbU9wmFhdHitA9sxom9OSvqF7W6LePSsQEmvCyXlG
EOmMLe50yGH6TODSCglxLpTk6no9yEqVsDINR14gJUoTVQlVN/5FwUD9HVbumfLe
mbIohrvaTWMd80h8owxuw6RcZes8V7yJlaZ0NvQLZ/ZwJf9592Lhopk6U9jfMAgC
XUBcp/oqutWYGaeZjXS5KPlMukzibUEf+gGUR6vlUPS6ppefIAN8zbLoy0T7zbBu
RAm0ZEmUGySQ8XVlyPI+RU0r/gBMcc/YUIcjbDM2ugcyiL5gfMonV0rdPNlPkX7G
Xpi72jTyFLHsLC8+rLPGzZvvPF8iJIRIv2ePHcHmSazesJy5imM0eULjeo8HQqgq
NiaYOF8y/wBVFlXEifXLpIv1M1PtMp0Huji57B+LxAo9XXe6yuhGDBCEkV3HeGpp
ht+hTFYPpbuuzTF6DLZVskhAH6zERetHZgNPMWyVHq1mvQCaXzHZsafKPm/G6FXa
LNNhtLzJZW2TyKp44+rm
=qIg7
-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/e1xgs5m-0001th...@franck.debian.org



Accepted synthv1 0.5.0-1 (source amd64) into unstable

2014-08-10 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Aug 2014 09:30:17 +0200
Source: synthv1
Binary: synthv1
Architecture: source amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description:
 synthv1- old-school polyphonic synthesizer
Closes: 747677 747678
Changes:
 synthv1 (0.5.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.5.0
   * Patch refreshed.
   * Install lv2 plugin to non-multiarch dir. (Closes: #747677) (Closes: 
#747678)
Checksums-Sha1:
 197f720f51e8aa04b0f5556f5834c740767b7050 2091 synthv1_0.5.0-1.dsc
 2c62be20ea2642b39ffd2264d69569226ec65099 189066 synthv1_0.5.0.orig.tar.gz
 43579afba09fb233352754a2e7c8b3c4caa4f882 3204 synthv1_0.5.0-1.debian.tar.xz
 57436aa92062b8e8ccca28e00660d7c707682d80 196468 synthv1_0.5.0-1_amd64.deb
Checksums-Sha256:
 6f13501517e797df6d8faebe006a19b990aae3c42b99e41324dad25e600efc42 2091 
synthv1_0.5.0-1.dsc
 2438586eec97fc3e3d3a929e63cdcca8ee3d0944eb95c96e1666f19619933304 189066 
synthv1_0.5.0.orig.tar.gz
 a3eeec588bd9673c628dff8e4cbccf70f005bb0aa5c48767800fdf3dff4b6263 3204 
synthv1_0.5.0-1.debian.tar.xz
 e6aaac02d12b42d7873b287366b1ac92e2bc24b029b8f2fc742de4f1476e5707 196468 
synthv1_0.5.0-1_amd64.deb
Files:
 5e81983091bdd06abbd4c27e2f209d14 196468 sound optional 
synthv1_0.5.0-1_amd64.deb
 c8e75860cc3b12f04a6dd00979d5b8be 2091 sound optional synthv1_0.5.0-1.dsc
 8c39ce2180abb6dedca4906fe1c499ed 189066 sound optional 
synthv1_0.5.0.orig.tar.gz
 5900c1e5c92149dccd45d143eb5fee01 3204 sound optional 
synthv1_0.5.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT51+HAAoJEFsBlFXiuE+lugQP/3cGm+HqDdL4s038dl6tVoQF
6VXXndS8bPU8eTxKcRn5pz2Std7UmGYbc/3j/ZcK10wWrY4X1JrcgJjGc9yRlKof
TCRem0XEQd42gaJyIkKj9dv3zskuhLoOqnkgFPG/O2nxNVIw1BffDI//NmaAteVr
kodzBy8mKy3Sn6Y4j8S2jqL1vjrN9uSMwMhEKh1ABj6XXKECfogs5B+74tCktX2u
Xl3QE29xfMw9xJrru9XscBEV55gVnKAakoJXRDRA9H+sKFhCPobc0vurxjRQag8Z
jCjPwG0Vi+8O/J2c7+XeWdNN6kFLTrHJV8gr6IyPd8Kgr82gSCuqxXIVOhgZQ6EQ
4VPxySr0f/0ysQqtq3fR3f/T3sXZyvoLrUclF6uBggF48w66gFt769tnMM3c1aqs
rydLuGS5DhzXtE65LaZDTb/8aBM+g2YFVQ48RSpMe7wBe6+Z7yIfrenWOcBg7nI3
DfFodZyst465p4FGnNu8wZOnUzcPMkeN0l9FiajTTM46FRoqFn/oOPWBuCHI/iqa
MLS1jP+2Qd+Q678Rot8gzzbMQPC7YKmTbO9xW7eGua0z0wxbuaB1NEbXduaqSks2
epq1R4/qB5haoKD1oR9v7+/F4j4b+WVwNxrmXiamhjzoY0TiTXCb8pb4dOxJCFtF
KKsIYaIgHTPlHYvp/vXu
=4W7E
-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/e1xgs67-000228...@franck.debian.org



Accepted pylint 1.3.0-1 (source all) into unstable

2014-08-10 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Aug 2014 17:15:37 +0100
Source: pylint
Binary: pylint
Architecture: source all
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi mo...@debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description:
 pylint - Python code static checker and UML diagram generator
Changes:
 pylint (1.3.0-1) unstable; urgency=medium
 .
   * New upstream release
   * debian/watch
 - updated to handle Zip file format too
   * debian/control
 - bump python-astroid dependencies to 1.2.0 at least
 - fix spelling error in short description
   * debian/copyright
 - add GPL-2+ licence stanza
Checksums-Sha1:
 24ae2461c11f85f2ca9d1911da6d9be2e18373f0 1379 pylint_1.3.0-1.dsc
 91ce054c68187da97c4f842351290384e5c16373 303476 pylint_1.3.0.orig.tar.gz
 da7dee597dc2b7f25923373fde2cba2ab95ff6ac 9293 pylint_1.3.0-1.diff.gz
 2ed96cf202e8695f29121ffc557b0e2d50399507 141496 pylint_1.3.0-1_all.deb
Checksums-Sha256:
 1b1969b0f072220e5b65f24779cb4b4d60e025a9fd7282c99ad2b09fc4225c60 1379 
pylint_1.3.0-1.dsc
 b60144cfcf6b2bfae2099dd9294dc7f622c552b54f2893e932967a3e87723a18 303476 
pylint_1.3.0.orig.tar.gz
 abd573f192aafce525e477f3e645a0cce398ba9a026f4ba06d63af0ce6aa1ac3 9293 
pylint_1.3.0-1.diff.gz
 93d01cd4c8ffd6d7042d5810b895c41aab2dd3a0f4c6def04c1f0fb7fb3bea1d 141496 
pylint_1.3.0-1_all.deb
Files:
 047b1bdf1a02c71e53ed4f20a623d5e6 141496 python optional pylint_1.3.0-1_all.deb
 73116049dabf232dc279995a6eab2f2b 1379 python optional pylint_1.3.0-1.dsc
 645638434d26830f34817e55c856a12b 303476 python optional 
pylint_1.3.0.orig.tar.gz
 78b9781b97627f3e2e059b6e76dc1e17 9293 python optional pylint_1.3.0-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPnYAkACgkQAukwV0RN2VCnWACePTkdO4vmXqzV9VyBlxTHt3QB
BscAn2qwXRdY+oQlb/7mEaFaYiNyqDR3
=cciQ
-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/e1xgs5s-0001yo...@franck.debian.org



Accepted breathe 3.0.0-2 (source all) into unstable

2014-08-10 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 14:26:20 +0200
Source: breathe
Binary: python-breathe python3-breathe breathe-doc
Architecture: source all
Version: 3.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sebastian Ramacher sramac...@debian.org
Description:
 breathe-doc - Sphinx autodox support for languages other than Python (documenta
 python-breathe - Sphinx autodox support for languages other than Python 
(Python 2)
 python3-breathe - Sphinx autodox support for languages other than Python 
(Python 3)
Changes:
 breathe (3.0.0-2) unstable; urgency=medium
 .
   * debian/tests/control: Add make to Depends which is needed by the tests.
Checksums-Sha1:
 094b412d7787dfc8b16f322cb781ec9c62fc49ad 2242 breathe_3.0.0-2.dsc
 3ca31df7d9147a3e5db967b1e2999c148870f729 4700 breathe_3.0.0-2.debian.tar.xz
 174056272dece2efc107df6f6ae44a41abb9a263 52072 python-breathe_3.0.0-2_all.deb
 ae19ec1b5ca8c37cf4b09f68075cd99f87a413e4 52010 python3-breathe_3.0.0-2_all.deb
 b07a6049ada8f91e2ea763f0e7799e0f9c8f4f68 135008 breathe-doc_3.0.0-2_all.deb
Checksums-Sha256:
 7265516bd58f45d34861c4c6e37225f4080f9378599be3cb7e5bcbef911dd039 2242 
breathe_3.0.0-2.dsc
 ab5b3df43565009164ffddaa2ea5d244d78e48f8b715d3d1085ca03abe54dad3 4700 
breathe_3.0.0-2.debian.tar.xz
 6932ddd86bacef364f4ac6fd6c7c698d9377af41779a5fb55b29bd695bc20468 52072 
python-breathe_3.0.0-2_all.deb
 595bf6644d3e7e194005170dc9d0d5dac016c3d08923a87e3a8518b55c953b4f 52010 
python3-breathe_3.0.0-2_all.deb
 b432efaa0eae4afd25b35e16e2b425a7136492ac86c79e1948327b75849efd91 135008 
breathe-doc_3.0.0-2_all.deb
Files:
 6f533c9fd83b53a866b509060b382d66 52072 python optional 
python-breathe_3.0.0-2_all.deb
 4bf14d54155ea467a6ae831b3671d1ad 52010 python optional 
python3-breathe_3.0.0-2_all.deb
 9099506ee03a69119732314500a6fd40 135008 doc optional 
breathe-doc_3.0.0-2_all.deb
 6a9c514ae05e604b5419d71b504dcc95 2242 python optional breathe_3.0.0-2.dsc
 040690279ffad71aad17da5c0e69d36b 4700 python optional 
breathe_3.0.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT52X4AAoJEGny/FFupxmTmcIQAMBgfFgIekjutmrk1JXLpZSw
ghLBfb+B+PxHrBRmj7MHpxnNpfFPGuYEpckjAcwaPV3XOeqpj9O5g3lUjVZ3naq/
rQ+Kdc5qDsasq7FSvJb3hWcghTbmuuerClqOZCYwy/EmrMSceViR3RxfTTmbkiyc
Brdx8qSUWa4zw7ucDg1AG+5IwV56fbUuSyjxgMYRuOHU9SlCCpspCbutm3mjJVIq
il5GSjD/qs4PU/+hPWNGoBhaZdLBpeUvtLI8tYvgtLE6PZptK/IrR18e+fh9qaZH
JpoiVTK8rxiy+V35NAM8vBp0rrTlfZIupjmMuq8Y8xlIaboOxQzulp6glv3NjGa9
VGscQJ8mcdZCjDmdIC+tNpMflsiH0o44q6oxX5S0vNRgcpOShESJuiPvdPQI0JaF
tHOjcSaaFFTE0cwDjVKI+X9Q9JVIRDl/H2mk/9x1TqsCsy97jELr5rgrr6xkYROL
J2CTC9Wg7Ov0XyqXpioA9n+naqv46VvjyaUrpIj0wqtFwo8r3nX11OwS1m2ZcMne
53A//EoBSZedcr/cujtL73cyMgTKvbbM8758qwHUvtpCFN5AixhWbqCYi/cfevcM
8emNMppb93TfxbfMKl1qghLWiAcLfu+5cGe25eiDIoaIhcj4qS5LZi1Ml1iDAeoA
O5+2cHQrXl5m7O7L0S0R
=rRzs
-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/e1xgsja-0003c9...@franck.debian.org



Accepted haskell-quickcheck 2.7.6-3 (source all amd64) into unstable

2014-08-10 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 13:36:22 +0100
Source: haskell-quickcheck
Binary: libghc-quickcheck2-dev libghc-quickcheck2-prof libghc-quickcheck2-doc
Architecture: source all amd64
Version: 2.7.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 libghc-quickcheck2-dev - Haskell automatic testing library for GHC
 libghc-quickcheck2-doc - Haskell automatic testing library for GHC; 
documentation
 libghc-quickcheck2-prof - Haskell automatic testing library for GHC; profiling 
libraries
Changes:
 haskell-quickcheck (2.7.6-3) unstable; urgency=medium
 .
   * Test for Template Haskell by testing for the existence of
 /usr/lib/ghc/bin/ghci, rather than by hardcoding an architecture list.
 This should enable Test.QuickCheck.All on powerpc and sparc.
Checksums-Sha1:
 764dd25e4e8962cce2b306a8e5aa185ea16299eb 2542 haskell-quickcheck_2.7.6-3.dsc
 ab7b2bbe1870504d6d95e87efb6bacf332aab38b 4476 
haskell-quickcheck_2.7.6-3.debian.tar.xz
 86eba62af997d598db86e5f54af60b1de763e027 124778 
libghc-quickcheck2-doc_2.7.6-3_all.deb
 82268ded2d5c7a0fb4db65faf77653bf4e6e2e85 387338 
libghc-quickcheck2-dev_2.7.6-3_amd64.deb
 7dfa7440e69214e9a61ab4c5757c4d0b0c1b5fb4 416422 
libghc-quickcheck2-prof_2.7.6-3_amd64.deb
Checksums-Sha256:
 92df81c164a2a41e39f065140cb8761b5a4460a783cbf78419e696a9639b6642 2542 
haskell-quickcheck_2.7.6-3.dsc
 728dda2e67e1ba5bcf10c1390b39f67316a6026a04e09465bb865b10f7779825 4476 
haskell-quickcheck_2.7.6-3.debian.tar.xz
 8d2cb9d6a7b9784c7854d198626489d785e2abdf280c505c815b931b660e8c1e 124778 
libghc-quickcheck2-doc_2.7.6-3_all.deb
 9ce6a8c8fabb317dd2ed07da1a87b0e5e4fe89c89a27ed8d69d4c6587b8c79c7 387338 
libghc-quickcheck2-dev_2.7.6-3_amd64.deb
 40fe647781716dfda2e1ff0b078a70e73c2d88a09f1d7176b17e88e2a8a2a4b0 416422 
libghc-quickcheck2-prof_2.7.6-3_amd64.deb
Files:
 7e39bea0b7b76185341081b887b7299b 124778 doc extra 
libghc-quickcheck2-doc_2.7.6-3_all.deb
 4c734e9105f2a914c04b09c4ca907cf7 387338 haskell extra 
libghc-quickcheck2-dev_2.7.6-3_amd64.deb
 fd1e38c05d7e88514a73fd377ed10ce1 416422 haskell extra 
libghc-quickcheck2-prof_2.7.6-3_amd64.deb
 63249dc462d1b2a9cf7b9ba625f96d5b 2542 haskell extra 
haskell-quickcheck_2.7.6-3.dsc
 a339ee64283747c7ef7a15a53d816c79 4476 haskell extra 
haskell-quickcheck_2.7.6-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBU+dphjk1h9l9hlALAQjFHhAAhG7uEiL4KU2oO3Z6RzQUOiAns3JUiR/9
F/7C+qEkNegPZPsT2N/N/geUHQCoQR505gCGaGQ+oh9GUbLK6A1RxPcSoiFaOAYX
5xPOyF/zxaZ7n9YVNS+BlH84i31FKj1pBarU7suRj6FX3dm1BEh1BozhMuxBhRMz
d7szHY1P+FMoACgL0RuhDERipu/ps7w07knNy8ZsaSyf+jR9ssv/JLhvn49N3xvv
SihzavdHxXe8eJd4ngeUQQUK5w2KqUm/qUFNH4wqmL05GL29zb7VLXAKGjKtwB5A
ZUwq7bLdavxM54ov+zMWWrHFisr2vcgXFezAc6vr7VjJn9MvZQCP/kK8rGfOePHX
oYQ7FblytQ7jJR53QuIg1+Eg5/2ghIQAByXrWUkYOW0X7qwrynmwlyLCvVCOJRox
IRQbPvz4H5K64s2t0+0u2IgUfdNDB9K/Hj7F2+PaV2lplgEImwabpCXrHUlLwGi6
hGwkq5g90fesdnuBEqszwrNBFCHchMXLKbJYvIHpsXm12maSdKqjocFLCo/9SJZN
lA1CtSKq/Fnmw2ylAYxwC5hDtSiBtIGrnG0Q0TVl4IgzCrwKSzuy1aLh+vcwh6b+
vEicIhqO6dBC5bnzykSyVQnxiuqs1sh1BKzGG0qgMB27IdgN7i2q/TgVN/MagK4e
/l+NA+oF1+g=
=E3Fi
-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/e1xgsyl-0005da...@franck.debian.org



Accepted tvnamer 2.3-1 (source all) into unstable

2014-08-10 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 13:36:22 +0100
Source: tvnamer
Binary: tvnamer
Architecture: source all
Version: 2.3-1
Distribution: unstable
Urgency: low
Maintainer: Sandro Tosi mo...@debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description:
 tvnamer- utility to rename TV-show episodes files
Changes:
 tvnamer (2.3-1) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Add Vcs-* fields.
 .
   [ Sandro Tosi ]
   * New upstream release
   * debian/control
 - switch me to Maintainer (team to Uploaders)
 - bump Standards-Version to 3.9.5 (no changes needed)
   * debian/copyright
 - extended packaging copyright years
   * Switch to dh_python2
Checksums-Sha1:
 e6b11da17a6ea2862a6d30b7c64a2a8a650ddf09 1303 tvnamer_2.3-1.dsc
 7999586aaea087b40daa417fba5f9435870695eb 44415 tvnamer_2.3.orig.tar.gz
 e06b449d580bf3e764e35b21a9c88803cc6918d5 2600 tvnamer_2.3-1.debian.tar.xz
 743a4d5be80ab2675e66600c7d9cea87fbfa8c80 27466 tvnamer_2.3-1_all.deb
Checksums-Sha256:
 60f54941e748b368b76fe208f54960ef14c6956cf093f2461e4385fac3958b1a 1303 
tvnamer_2.3-1.dsc
 230b5608002f048640e270639cfb43f3301f08127af46e1243a033c8e1c62696 44415 
tvnamer_2.3.orig.tar.gz
 b10d6a4c1a2f247581317a1ab5d598303c70586c470163d9489d26862c62beb7 2600 
tvnamer_2.3-1.debian.tar.xz
 50e348196e924a96a00b7997d143d81006e5836deca801592d38351bdfc03097 27466 
tvnamer_2.3-1_all.deb
Files:
 a862dedf31988ca12008fd3f064d3ca6 27466 video optional tvnamer_2.3-1_all.deb
 851d6b6171d22116956597ccd4d88d20 1303 video optional tvnamer_2.3-1.dsc
 61e03f745eba20e04c1594366a3dfbf2 44415 video optional tvnamer_2.3.orig.tar.gz
 77676aca990ac17ecdb9345a5529cab0 2600 video optional 
tvnamer_2.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPnaAwACgkQAukwV0RN2VDDwQCfcUZlP7pTya39L3JSwg3R177j
MFMAn0KddlNdhf2Ga0ahp42fZX3BGCSt
=8VnA
-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/e1xgszj-0005jr...@franck.debian.org



Accepted birdfont 0.45-1 (source amd64) into unstable

2014-08-10 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 10 Aug 2014 21:42:51 +0900
Source: birdfont
Binary: birdfont
Architecture: source amd64
Version: 0.45-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description:
 birdfont   - font editor that lets you create outline vector graphics and expo
Changes:
 birdfont (0.45-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 ce884c89e24517a0cbf4e1ca3c2871e0934ba38b 2044 birdfont_0.45-1.dsc
 62d1c070e05d37da2400cc50f60640bfb33557de 653226 birdfont_0.45.orig.tar.bz2
 26ced7c1defe3a1af5169e157c4c148e58df0079 4124 birdfont_0.45-1.debian.tar.xz
 601f234a8ac3da3b7f03e883c670a4e282fe2396 806030 birdfont_0.45-1_amd64.deb
Checksums-Sha256:
 4d1b990c9889560c251d443e1da8537f8480cc071f9b85e68b55fe9433313ea7 2044 
birdfont_0.45-1.dsc
 9864306b5c9ffa39539d051d3f57182cfe93cb7e5519eb7e979c6ef725854906 653226 
birdfont_0.45.orig.tar.bz2
 9b406347add5b89368c61e053487aced6201d4bec1fb0455c1f36b92b74913ec 4124 
birdfont_0.45-1.debian.tar.xz
 78cc9c829efc482eb52ebd9204c2ac935dfdce913c74e05ef63a411f02c9bab3 806030 
birdfont_0.45-1_amd64.deb
Files:
 30d9ff73aae292380f462ad0655815f9 806030 fonts extra birdfont_0.45-1_amd64.deb
 1cfeef7fa5ab70f714ad53985182fb53 2044 fonts extra birdfont_0.45-1.dsc
 1e881d6067b2f9c7e87f4301acd1b216 653226 fonts extra birdfont_0.45.orig.tar.bz2
 bd4e32db4da9aaff4c3356a9c6623602 4124 fonts extra birdfont_0.45-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT52srAAoJEF0yjQgqqrFAkJQP/RERQ4XcYtmrOKTQtJG6Wvb7
kZhsE3vMWBGxYwCz+3+6mt+vnAeGiMuC2kpyrNsENvDZyTMDhbKR+9g1PWUYqKbA
GzRaV6f1uXme4oXpXeI54PUYBaZlc1RpG50kUL/hGMS3IxWtzTr1d6Xk3nkGaiZL
Zrz45n4nK5TF/VjP9P+GleYbsmevwnwrs1ID51Jc+zP6vuMcplnDr6GSWxWyLAeL
zVCN5Rz8M/bDjNqOZLetE0oIEl+2ZFfyqZfdI45PWe/dKGrww3LYaPKTUtVDdRFv
sB2jY4OZjRh4owzN4qBrRNzMIKiBA2a6vi9fcHvIVLvVBRx8kP5EQk+LfD6h7qtX
wJvQeoTSR8PgfcaFwlgMwnMRDuAfyjBXK0AN4X5TMkZ3umZ464gp2u8IB8SLvSiJ
M48GQfENK8AR6rh2PHRUjVt6QVSO2kaoSEahhA/UQXCwk7UXjJ2AZq2fgQR1xMeJ
uvIoN47v29fVqmeMqiLphflvHsEVdBqye73Of4SjB1GVjn+0MsHrwBc/xrOugI3M
NIlFB4eECtpnLeLzarl7h31HkY3TjO9af2vLan8Prs5DXNupp7kojS9RDqY/wCvG
oS9sgLPEvnd03RHV2fH4iU2o7CuEKzKrbmtE3g/VCA99x1BGQDi4/bFho4kULYHa
vk263vcAwRAq+S058jzQ
=v47M
-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/e1xgsmc-0006uk...@franck.debian.org



Accepted libgtk2-perl 2:1.2492-2 (source amd64 all) into unstable

2014-08-10 Thread intrigeri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 10 Aug 2014 14:40:43 +0200
Source: libgtk2-perl
Binary: libgtk2-perl libgtk2-perl-doc
Architecture: source amd64 all
Version: 2:1.2492-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: intrigeri intrig...@debian.org
Description:
 libgtk2-perl - Perl interface to the 2.x series of the Gimp Toolkit library
 libgtk2-perl-doc - Perl interface to the Gtk 2.x series (documentation files)
Changes:
 libgtk2-perl (2:1.2492-2) unstable; urgency=medium
 .
   * Make_t_GtkCellRenderer.t_more_robust.patch:
 new patch, proposed by upstream on their bug tracker to address #746761.
Checksums-Sha1:
 ea74069f176544c56ae8313fb70ac8b1f2ec5c8d 2398 libgtk2-perl_1.2492-2.dsc
 53d8e90c7d70040a4be94b2e6b74168379ab593a 11800 
libgtk2-perl_1.2492-2.debian.tar.xz
 813a3baa6d7ce16e78cde51a4656bccd45bd4610 669660 libgtk2-perl_1.2492-2_amd64.deb
 b470c8f9b3df152460321827721531ff62f6398e 1245262 
libgtk2-perl-doc_1.2492-2_all.deb
Checksums-Sha256:
 26fe37b307821c21b9fe2386e84dc94ef93950412a58efc52d457918369b9870 2398 
libgtk2-perl_1.2492-2.dsc
 e574a36f4ffca9640dfc51008ece528db546dac39c3b46685f038db3b0b11719 11800 
libgtk2-perl_1.2492-2.debian.tar.xz
 92f47013806ddb5495e2ba9c8ea4b772cc17102382b51a7d4ba01ab27a52cfe1 669660 
libgtk2-perl_1.2492-2_amd64.deb
 b0920593e10100f1158c9bb9702ab8d79aa2c3684d2667732bad8c3d8b6760e4 1245262 
libgtk2-perl-doc_1.2492-2_all.deb
Files:
 ef7cc840980bf25764d85911ec330e3f 669660 perl optional 
libgtk2-perl_1.2492-2_amd64.deb
 d6dc45bab904cce1b31a98477b6b807d 1245262 doc optional 
libgtk2-perl-doc_1.2492-2_all.deb
 5d8583554b0029f944088e3b79d45df0 2398 perl optional libgtk2-perl_1.2492-2.dsc
 f04bf2932d6470e8ad3fc8fe699346a6 11800 perl optional 
libgtk2-perl_1.2492-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJT52m0AAoJELrOFdKldJj/XSYP/2OaY+QsKgarhMlFoxkvBZZD
ksQRs83CAZUmojNDOLDt5Y3xByNnZv0YgJrRjJVpi6DdcMysn2SF6LV0yksSYyvd
KpU3YKJ+PWDyvsthIhRqQXZZ5ZHiUoIY+hTJxPYP3YUkFJx4oAejJ9yBtPqZ8Jla
tSDFB6BIS1sdzYPopto6AsW0bMNAzdfE5lHWYhbLIyhcjb6jWmNNNefg0QIpBQK2
botqAdTAbbmqIrwistZUKZIm7whDeMLeHCFAHXhLT+HtcB3AezUJDnX5VZUxgIHl
eo0DxUxM/5YGOAXi1bbWK/InmGMxxmFtJoo8llmOi/hjOXl96vLI2r9vXqhfqce0
EcXyHG4jMks5EuzNCZoB506ebhxB7Rb+lMwnbX2ydqwVuZ+lGKpxGMdttZKWtSB9
gToDgAidN2hMhf8yz6Y6JswJ/xTLyxonZzv+YHD+gGoHgknjy94YVYO91vvNlKOw
TeLSvd7E8twlkXOS6k4jM7rLoB9Aw7gbe0AN6+Zobz/JuRDONj9nWAKpOUK+qZYM
nC1Lm506itRCNShSTNmsx7tEVmscHeNsynrus+z9Hk2QOfKV97pYmkVBrv6AfqHD
478UVhDrpX4l0XHNIxvpAv1R+kfmKvT800r3JroZ3IztJLHkeMTV5V9GvXZ5mJyd
uC1pKDFGif7y8/UVTEij
=2MJW
-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/e1xgsmk-0006xo...@franck.debian.org



Accepted mb2md 3.20-6 (source all) into unstable

2014-08-10 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 14:44:02 +0200
Source: mb2md
Binary: mb2md
Architecture: source all
Version: 3.20-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Axel Beckert a...@debian.org
Description:
 mb2md  - Convert Mbox mailboxes to Maildir format
Closes: 757601
Changes:
 mb2md (3.20-6) unstable; urgency=medium
 .
   [ Axel Beckert ]
   * Change section from net to mail
   * Redact short and long description
   * Bump Standards-Version to 3.9.5 (no changes).
   * Fix typo in previous changelog entry.
   * Fix UW-IMAP misspelling in multiple places. Thanks Jonas Smedegaard!
 (Closes: #757601)
   * Switch Vcs-Browser URL to new preferred cgit web interface.
 .
   [ gregor herrmann ]
   * debian/watch: don't try to run uupdate.
Checksums-Sha1:
 b92f2dbfda05ca34d46aacf5e520be2ebba54842 1292 mb2md_3.20-6.dsc
 e1bc1f7e97036b57bac8cc8ed12a61a4926881bb 9664 mb2md_3.20-6.debian.tar.xz
 da117d78a615b8602e593d72be50b6e384b5bc78 23242 mb2md_3.20-6_all.deb
Checksums-Sha256:
 4cbe4484e948e3f24a12403c6aaae89aa135e0a4b32ceb072b606029995397d3 1292 
mb2md_3.20-6.dsc
 fa0008d1fb8ce4799098be472327c535eb0512c2723e83209240cb9db3d6c649 9664 
mb2md_3.20-6.debian.tar.xz
 7078e5bfb203291e5965bf155567911dd69698626db1933c6ad4b80c4490e599 23242 
mb2md_3.20-6_all.deb
Files:
 c8c413955942ea0dc474f42002247eca 23242 mail optional mb2md_3.20-6_all.deb
 4d10bdd456bf0af468eea4f918bdb85e 1292 mail optional mb2md_3.20-6.dsc
 379dfb8c0d1b8d7a8b0b558213370b0d 9664 mail optional mb2md_3.20-6.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPnaVIACgkQwJ4diZWTDt7JRQCeICAv+5cgVE9jx20pk61+sYcW
0ogAnimDsP4zpWa1te2txQyyG42dIomw
=GGBj
-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/e1xgso5-00079h...@franck.debian.org



Accepted nova 2014.1.2-1 (source all) into unstable

2014-08-10 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 15:55:22 +0800
Source: nova
Binary: python-nova nova-common nova-compute nova-compute-lxc nova-compute-uml 
nova-compute-qemu nova-compute-kvm nova-conductor nova-cert nova-scheduler 
nova-volume nova-api nova-network nova-console nova-consoleauth nova-doc 
nova-cells nova-baremetal nova-consoleproxy
Architecture: source all
Version: 2014.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 nova-api   - OpenStack Compute - compute API frontend
 nova-baremetal - Openstack Compute - baremetal virt
 nova-cells - Openstack Compute - cells
 nova-cert  - OpenStack Compute - certificate manager
 nova-common - OpenStack Compute - common files
 nova-compute - OpenStack Compute - compute node
 nova-compute-kvm - OpenStack Compute - compute node (KVM)
 nova-compute-lxc - OpenStack Compute - compute node (LXC)
 nova-compute-qemu - OpenStack Compute - compute node (QEmu)
 nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)
 nova-conductor - OpenStack Compute - conductor service
 nova-console - OpenStack Compute - console
 nova-consoleauth - OpenStack Compute - Console Authenticator
 nova-consoleproxy - OpenStack Compute - NoVNC proxy
 nova-doc   - OpenStack Compute - documentation
 nova-network - OpenStack Compute - network manager
 nova-scheduler - OpenStack Compute - virtual machine scheduler
 nova-volume - OpenStack Compute - storage metapackage
 python-nova - OpenStack Compute - libraries
Changes:
 nova (2014.1.2-1) unstable; urgency=medium
 .
   [ Gustavo Panizzo ]
   * New upstream release.
   * Patches refreshed.
   * Patch for CVE-2014-3517 removed, it was applied upstream.
   * Patch added to fix regression. https://review.openstack.org/#/c/112750/
 .
   [ Thomas Goirand ]
   * Added new patchset from Dmitry Borodaenko to better support Ceph and NFS as
 backend storages. These are backports from Juno. Thanks for his work!
Checksums-Sha1:
 4fe58a9e9c7171175982b7f1018244de4457ddd6 4595 nova_2014.1.2-1.dsc
 4112dceaab16d839b0de05daf59aba1996f706fd 2852860 nova_2014.1.2.orig.tar.xz
 b6802803dab55460e8bf91cca4732b46365eb0f7 169048 nova_2014.1.2-1.debian.tar.xz
 af56fb212f560903e41a09657444a2f4081fdae8 1712266 python-nova_2014.1.2-1_all.deb
 2071545a7a04f4f8efdda35cee84b04a75e06eca 72720 nova-common_2014.1.2-1_all.deb
 2b9c0bf4a781e9609775f0b3389a375ec74a2d39 20744 nova-compute_2014.1.2-1_all.deb
 5fbb8deb3b02137531aa73849ed77f7e26cb4b84 16118 
nova-compute-lxc_2014.1.2-1_all.deb
 ebb8439d433a1cd741e70684191958e607cb6a15 16134 
nova-compute-uml_2014.1.2-1_all.deb
 a06a7b9cd75a85855dc1d9816f134553d3b6b477 16120 
nova-compute-qemu_2014.1.2-1_all.deb
 87f5c178ea3e5a0c38f0043f20c050c8aa6b0480 16236 
nova-compute-kvm_2014.1.2-1_all.deb
 c22fcbfc94cd4e862518c28f39a6140f9aff88e8 18344 
nova-conductor_2014.1.2-1_all.deb
 22048673eb23983bb8ea9f846f96f369a4e27532 18438 nova-cert_2014.1.2-1_all.deb
 c48647e5eee67d9575a86d8335725f065dd43fda 19364 
nova-scheduler_2014.1.2-1_all.deb
 2b5f6293e7c1f814de9bedd5037856f4085448b9 15752 nova-volume_2014.1.2-1_all.deb
 06312e7af96ef1d9c0d2eec7a8abce6422e580db 34548 nova-api_2014.1.2-1_all.deb
 6dbc85687489936e72f679fad914689f041bde0b 20514 nova-network_2014.1.2-1_all.deb
 a3f3f51f014c6600510f4ceeedff93ccb22b1f32 18492 nova-console_2014.1.2-1_all.deb
 c8dcfccb9dd870b408e754e8c360eaeb57a80416 18436 
nova-consoleauth_2014.1.2-1_all.deb
 ede8683d90b2251bbdce87a7f5a85b73e2f84a35 1044164 nova-doc_2014.1.2-1_all.deb
 6fe9a729321fb2bbecaa64ef29f41c4f97b859e6 17410 nova-cells_2014.1.2-1_all.deb
 c3e1d5abd15564f5704c0bb235319f523ae93e3d 17776 
nova-baremetal_2014.1.2-1_all.deb
 13a1d320f51a04a82ac5e7f1abea8367fab65a4f 23168 
nova-consoleproxy_2014.1.2-1_all.deb
Checksums-Sha256:
 6687dfceaa52afb72a4c79b48f90f3e012c992ce979f4b2964626b89c2330459 4595 
nova_2014.1.2-1.dsc
 fa22efa47dec312773ad145bb5476930c5d060ac4d35edce97da94b7e6e10c48 2852860 
nova_2014.1.2.orig.tar.xz
 4de15c7b636a5ec74637915aa0f0bf4e8b8103bbd4585db15e0ead6fba76601e 169048 
nova_2014.1.2-1.debian.tar.xz
 1e826044b1c4c88fe2d86c1b50b03889c0fd157e4edf6d5f4d59cc4d55a01a42 1712266 
python-nova_2014.1.2-1_all.deb
 3b3b55acc3365a89ffb8de9fe20cf848dbfc91a9db35e42d27b466bdab3e35f6 72720 
nova-common_2014.1.2-1_all.deb
 1f51d22c0c9243ca8ace4be5c654f347b97d6f1e23328af2615c3e4a2da1cae6 20744 
nova-compute_2014.1.2-1_all.deb
 f7ca246e6217669add42a4d65f29bec32757289685c04905211233f77ade380a 16118 
nova-compute-lxc_2014.1.2-1_all.deb
 42a53deaae0a3fb4c7193c867f2495b697fb7ad9344e1d75136cea77e25e73d6 16134 
nova-compute-uml_2014.1.2-1_all.deb
 4677604853560e012c786138b5fd5eb9087c707406e2b5771d0455c8c01574ae 16120 
nova-compute-qemu_2014.1.2-1_all.deb
 a9f98bbcfaa1fce937ef89cea2b0d1e61155dd6d52b37583e50059181b97ebe6 16236 
nova-compute-kvm_2014.1.2-1_all.deb
 1fb5c400d3160c31ededee3e8ace93cef2f51c10bc035d492a12e16ae1e56a31 18344 

Accepted cinder 2014.1.2-1 (source all) into unstable

2014-08-10 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Aug 2014 23:42:01 +0800
Source: cinder
Binary: python-cinder cinder-common cinder-api cinder-volume cinder-scheduler 
cinder-backup
Architecture: source all
Version: 2014.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 cinder-api - OpenStack block storage system - API server
 cinder-backup - OpenStack block storage system - Backup server
 cinder-common - OpenStack block storage system - common files
 cinder-scheduler - OpenStack block storage system - Scheduler server
 cinder-volume - OpenStack block storage system - Volume server
 python-cinder - OpenStack block storage system - Python libraries
Changes:
 cinder (2014.1.2-1) unstable; urgency=medium
 .
   [ gustavo panizzo ]
   * New upstream release.
   * Bumped python-keystoneclient dependency to 0.7.0.
Checksums-Sha1:
 6d4041470c2a0398872b736874fa1d7d405ab431 3436 cinder_2014.1.2-1.dsc
 7b83de54c1822d3b9d63899ff7714c6052b22eef 1056168 cinder_2014.1.2.orig.tar.xz
 6694d080798d1ec6862edf7d23303e27dcdbf99c 26812 cinder_2014.1.2-1.debian.tar.xz
 2bfb3d33789ce33fea2b19fd85a516d0e2ccbefb 808418 
python-cinder_2014.1.2-1_all.deb
 31a57d916e3ad662ce1e3a7549ad25b98106aeca 48448 cinder-common_2014.1.2-1_all.deb
 292d18b8d001734d6008190440df5225bd0114dd 24394 cinder-api_2014.1.2-1_all.deb
 c96d912e151a3d7a10e9a787dc6fadd91803b97d 20028 cinder-volume_2014.1.2-1_all.deb
 75fb825febdbc5c114d8dc73c8c57e3a2f857144 8464 
cinder-scheduler_2014.1.2-1_all.deb
 cccbb158f44f363a03eccc86f97840f88eb92e65 8130 cinder-backup_2014.1.2-1_all.deb
Checksums-Sha256:
 5449092958181fcb76419df961da95ea5b4186459c93b4599a1d1faea0a1ba63 3436 
cinder_2014.1.2-1.dsc
 80dc58865868f8d9330b5fdbb92dfa0d92f9c833c1aa35bcc8afe5163d348b5a 1056168 
cinder_2014.1.2.orig.tar.xz
 931ea6c84a099727ee50af74649c2e88998a53bef99a8879da37a83e393a417b 26812 
cinder_2014.1.2-1.debian.tar.xz
 28371223dfa67326827eefff48d98c06ab11b8f845d6db289cba311e159a6a95 808418 
python-cinder_2014.1.2-1_all.deb
 96d6460d118358c1805d10d3174a5091503df6051238ccb5218d00cb4cfb0f7a 48448 
cinder-common_2014.1.2-1_all.deb
 c99f6978c4b93693d26c0ac67d54c99b7b254dc537d0acbe77637f99e909de18 24394 
cinder-api_2014.1.2-1_all.deb
 e4490f407e65ed8ef09e1cb264d9b17323260f2621130fb86408f7193ef1442f 20028 
cinder-volume_2014.1.2-1_all.deb
 d6ed110865b36ccb103e33ebe5bfb377d2b934d22ca33eac89df26a79bd609f4 8464 
cinder-scheduler_2014.1.2-1_all.deb
 5c97affad4374095068bd61588c5f4bc5ef68778045fb684ebb8747e2ea6d9b2 8130 
cinder-backup_2014.1.2-1_all.deb
Files:
 b4170bccb71c3155490eb39bae1aeeb8 808418 python extra 
python-cinder_2014.1.2-1_all.deb
 78dde0f96153fedf338976e7cca16639 48448 net extra 
cinder-common_2014.1.2-1_all.deb
 d4f5a2efffe327aa3f2777e174b05caf 24394 net extra cinder-api_2014.1.2-1_all.deb
 9134935ac17eb82f2f00a928fbfc11eb 20028 net extra 
cinder-volume_2014.1.2-1_all.deb
 fdbaa313f49261f813d88aceb2ce7937 8464 net extra 
cinder-scheduler_2014.1.2-1_all.deb
 5e755534f0475e8043d4b6d45b1e19cd 8130 net extra 
cinder-backup_2014.1.2-1_all.deb
 3513fca8a02ab2ead2184cffbd281692 3436 net extra cinder_2014.1.2-1.dsc
 da10d11e6ce02cda7d6868db5d7344cb 1056168 net extra cinder_2014.1.2.orig.tar.xz
 87b7825b4e8f99518ec29cf3f6fe201a 26812 net extra 
cinder_2014.1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT5247AAoJENQWrRWsa0P+Vb4P/3E5+GrKzW8jmYChhggbCJxJ
68xSznZqg8KqjcAWk5q0H2cxXcZcQmeshUiRmTRmhDLn9JUnXXKYnzCztOxcwPQq
gjSpMFHJbz9meb8IzNijBZq7RxvkxndUyz44dVdhyith7cVOyy85WP4cODXwXpkl
dngmn27AXFD/Lo8lLolOVK6o1uyHiECjf2pUPmcbTCARBCfWqH01mYO1PUz8IINC
pJ1UQXSbGm440h2cB/8M6UZLO1XXBwLPSSh0LQY6fMnbuODyHX82byXFF7cDhmVx
DzWUEOHp2RpwoygfHvt3DwVMsRhV0ABMl1xmdeic9Q+ypwTe9ahkO82aI7NiSlFp
wTMvGnxZuziODspIyQP7HcTvI+97ueYxFw9nGbW+XFMX/zp6qDVoBoLcWx/CoB/W
KpzhG1BMPcLmhUH6f+JgT6nRCChK7AWOP5tH58XLI4GLsLvPlgn4dfOmWYfT2c1y
oGA+MATktwb7mHnRShqAsiqdcjZgoL1wE/zGI+4mCEmo8qxYeuF2RLQrI+wh8Dp7
0S35qKKTaoISW7P4Yzz0wy/rhcilpXo1e5/ah6Ig/t0DiZnjAd3rVtG9cT9qZYPW
eUZg6AqbGhFDvXxYqqVay27cW8hfC1XR6QTnFIon33eIEy6go4rvc/xbeEsPl5AY
lLuDnpezYdwLD4Q4v9j5
=Py5t
-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/e1xgt1d-0001cx...@franck.debian.org



Accepted python-astropy 0.4.1+dfsg-1 (source amd64 all) into unstable

2014-08-10 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 10:22:07 +0200
Source: python-astropy
Binary: python-astropy python3-astropy python-astropy-doc
Architecture: source amd64 all
Version: 0.4.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Astronomy Maintainers 
debian-astro-maintain...@lists.alioth.debian.org
Changed-By: Ole Streicher deb...@liska.ath.cx
Description:
 python-astropy - Core functionality for performing astrophysics with Python
 python-astropy-doc - Core functionality for performing astrophysics with 
Python (doc)
 python3-astropy - Core functionality for performing astrophysics with Python3
Changes:
 python-astropy (0.4.1+dfsg-1) unstable; urgency=low
 .
   * New upstream version
   * Exclude precompiled files from source tarball
Checksums-Sha1:
 606f071195e6a0f1adeadf94cff4e75cc110dedd 2535 python-astropy_0.4.1+dfsg-1.dsc
 905adfd480e248bf172b602510624c013e3e1b2a 6953097 
python-astropy_0.4.1+dfsg.orig.tar.gz
 d9abb1084935b63032c80b145dd8c13e4a4ff9a3 9072 
python-astropy_0.4.1+dfsg-1.debian.tar.xz
 5260dbbf84ea2705a3bcd8af586c34599dcaf1fb 2384316 
python-astropy_0.4.1+dfsg-1_amd64.deb
 5aa596602eaf9cc2ce41d00c05e85f9fc2db4664 2367936 
python3-astropy_0.4.1+dfsg-1_amd64.deb
 0d9be8941a2bafb214a5645fddcd0bd4cb9bdbea 6495368 
python-astropy-doc_0.4.1+dfsg-1_all.deb
Checksums-Sha256:
 ee8878fe48351356bd4e1f3db0b7510d5090b397fc7e9e1fdddf46f673a76d56 2535 
python-astropy_0.4.1+dfsg-1.dsc
 b5ebab7890d5ed133fcca7d3250cc4b4ab73c6bcd08e966a192049a7723c8f78 6953097 
python-astropy_0.4.1+dfsg.orig.tar.gz
 c87b4e51300ec6f1c4883aa087989d2a4a07b06aabe7065bdad19e338d08 9072 
python-astropy_0.4.1+dfsg-1.debian.tar.xz
 351fa05148befc277d566655b6ef4bcde395a107cbc528a7e1f6b2dc9dbb 2384316 
python-astropy_0.4.1+dfsg-1_amd64.deb
 ae4c1de1d19d1381db2bcce82b710132ea445334bff1478319902fd0dd642fd6 2367936 
python3-astropy_0.4.1+dfsg-1_amd64.deb
 9cfb75fe78286b16ee759e534ac97fd0774276bfde2896f13487f03caaf94208 6495368 
python-astropy-doc_0.4.1+dfsg-1_all.deb
Files:
 3b39b68e95934e86d50534611d5092cb 2384316 python optional 
python-astropy_0.4.1+dfsg-1_amd64.deb
 d4092e3562cb834061efe0e1d3a90710 2367936 python optional 
python3-astropy_0.4.1+dfsg-1_amd64.deb
 3ebad0a883606b9a56ff1f9503b30702 6495368 doc optional 
python-astropy-doc_0.4.1+dfsg-1_all.deb
 88792449dccfe69905b3fe5e41cabc37 2535 python optional 
python-astropy_0.4.1+dfsg-1.dsc
 ab3fa68d2f6805c6601ca20a630993c6 6953097 python optional 
python-astropy_0.4.1+dfsg.orig.tar.gz
 78b93af7889eced74db8ba256cbe6099 9072 python optional 
python-astropy_0.4.1+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT523qAAoJEHEVr9B3ENz3WJEQANPAZsY7l9L3QVHF2jfldW9o
Wh50mR7ogoC53p2QnjOLIIaCWd6uzdpA9lk1DOH7WpTwGu5svWiT/PrsxsiAq2RW
BSwp31v5wu13AzioKPV3CqNPh8s81WevhUAjPJSFJ6Mqq2o6uy7+DKiPL9qWZZht
qMyp2eb7o6lGzDsV4SW9NvtmgbZN65t4Sz7VDe9TDaB/JUBE0NjJdWiDQQlt8/HY
MFFqInm//fe6a9YmfjDcb/LWha4evFX0RwcH8fai1PqL7/kXVDeYYkAPYF7PGOIj
wnv7XQzNgDIWv8pMkrX5yBIqGZg2M2GGd3JixPPjyaE0UYTx1B+5N2l5kwLJLZ8H
QHlUhcEuVNaVaSTlDTkedQdsyKILjuVxn9CvuRvXQcV765or1Ukm4iM+2xTO3/ra
ghrrJxSAcrl5ypm4fWxR8YpbVlxiJPhEPNKvuxDxxiOf1P+QXq3Pnm5Mmh1KjLBC
zYL3xZ81VwcKHrw4YVzEN5LEfv76uNyp856qmmsme2jSgmt0WbUULtrst2C4U6FA
adTQWCD6AmNLq58EsIJUo4eAxrOLvvL4uUGnan4V/6Ag1bIkwh3K8YxCY7K08vZO
+7m2K7jSEQ+N0n3igDAHT+rk0ZzHOw0buAAhtCogcWJn6Ta4Zp9JJa/L9ASR/tZR
ueFn7Tiq8m60pF6c5CEY
=mlau
-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/e1xgt3i-0001rw...@franck.debian.org



Accepted traceroute 1:2.0.20-2 (source amd64) into unstable

2014-08-10 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 13:13:05 +
Source: traceroute
Binary: traceroute
Architecture: source amd64
Version: 1:2.0.20-2
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.org
Description:
 traceroute - Traces the route taken by packets over an IPv4/IPv6 network
Closes: 757568
Changes:
 traceroute (1:2.0.20-2) unstable; urgency=medium
 .
   [ Graham Inggs gra...@nerve.org.za ]
   * Fix --mtu on recent kernels (closes: #757568).
Checksums-Sha1:
 6b5b05e2963fcaebcf3d9fe49acfe17b4826bd5e 1736 traceroute_2.0.20-2.dsc
 8211496fd1d794929c70bc3c710bd84372e4e34a 8132 traceroute_2.0.20-2.debian.tar.xz
 5a0af613fd472d21c3bf34de000c905dc74a89b3 53198 traceroute_2.0.20-2_amd64.deb
Checksums-Sha256:
 09b2ad4683ee012abaf4aca433268ec0248aec5205b02026ee576d2ac003ea46 1736 
traceroute_2.0.20-2.dsc
 08c4b54a8544811c24de3c25b74d40f15406a2ec0c73048ceb7a0654bc98f770 8132 
traceroute_2.0.20-2.debian.tar.xz
 70fc95693d15b7395d4d675750604bb069b8f9191465b5a1ffb9567daf3bbd8c 53198 
traceroute_2.0.20-2_amd64.deb
Files:
 47ca41a60ae738852944d9ddf05aa5ad 53198 net important 
traceroute_2.0.20-2_amd64.deb
 55aa631f971143ba26deaa7a52a071a5 1736 net important traceroute_2.0.20-2.dsc
 6a1d911153b1529fb546e473e05cfde2 8132 net important 
traceroute_2.0.20-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT53LCAAoJENzjEOeGTMi/DxEP/A+kkdLmeHz93dIVcWH+CzPp
1HdvYu2TzWdMQHDnUljkIzQbDHaZgxPtmgTK5yyR/PBo/VWb4GtkVHsH7jhvKEul
m/YeRN8T2rBakTSO9lMwemsWSOD6gLDPrf2Y1j3YdaPKkbhZkmyYiTWDprld9+13
bjNYuJgg+D3+rgwiNpazJaeEjdxcMLESjcJRtPmWIqj4HSJlIrVnFO5VCADVHs3u
YDx7d7YfeN2VGsUoxcOwthpeQY5UK9aN52me76hIMNl+38xdnwf8XADT9bdzRHhJ
EiqZaJHRIz7EHwDBhNKEiQYTp1bABzERIvTcPCgmYtXFf2QbryLskm/vZlFDYapV
mywg2TxI71ZvQ6r2wWGnz9PYOmzOMf5Ra6GUv44qdhgYNjOnp3tf+fLAEGCd0vnD
rRtiVrAWwcAZ/cB83H2G5kl2oqHLUMKDV2oFEVNToaUek9APcX9Me+UUCyc4Bhgt
wAgRvvWIeb7M6M3usHcuWYiamyXgP6Oj4wNEI6gs4tyTgcUYDpTM4gOaS8BKmi9K
/l3SJ+7zUuH1nT2ZIkXCXQJ5gkQPShngwfLMyjPJpnZJsG46r5dCO6bORggckVuL
fpr2yrlsXySbGFGo32PYUqX3W64hNiNGdiOcFTbeH3yMUIQ2TXUSJeBgpplEiGqp
EZax7yBW6etsbcJmIz3G
=h5K3
-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/e1xgtgq-0003fj...@franck.debian.org



Accepted glance 2014.1.2-1 (source all) into unstable

2014-08-10 Thread gustavo panizzo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Aug 2014 13:49:46 -0300
Source: glance
Binary: python-glance glance python-glance-doc glance-common glance-api 
glance-registry
Architecture: source all
Version: 2014.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: gustavo panizzo g...@zumbi.com.ar
Description:
 glance - OpenStack Image Service - metapackage
 glance-api - OpenStack Image Service - API server
 glance-common - OpenStack Image Service - common files
 glance-registry - OpenStack Image Service - registry server
 python-glance - OpenStack Image Service - Python client library
 python-glance-doc - OpenStack Image Service - Python library documentation
Changes:
 glance (2014.1.2-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 a6a49f6f982be1e014f5294db73b0bd37e2f9b08 3495 glance_2014.1.2-1.dsc
 d10951d38af68257317109efffa3e9498d3d3ba4 558196 glance_2014.1.2.orig.tar.xz
 c2983584e74073b7613ce7dc72acf400d91713bb 32820 glance_2014.1.2-1.debian.tar.xz
 4a2cca80395787a42f59716246fe089aa737c9f3 406978 
python-glance_2014.1.2-1_all.deb
 a9ff364aa79f49ba15ec8e8bf1fa537f5a0f05fc 8862 glance_2014.1.2-1_all.deb
 69d2985bd0db1d477c20df7657abc3ddbb32481d 215432 
python-glance-doc_2014.1.2-1_all.deb
 8c744845b7421777c5bb461b0812154ce90d4c98 41360 glance-common_2014.1.2-1_all.deb
 b59d76d2335893375cb9900dd6ac74b8d4bf83aa 36158 glance-api_2014.1.2-1_all.deb
 a773a077c58140a3d87061941186539bf0c63f1a 12328 
glance-registry_2014.1.2-1_all.deb
Checksums-Sha256:
 e25f65ecc54e5d94d3193a6d07545089c0615132d6c1d0ab428afe2806ec35ea 3495 
glance_2014.1.2-1.dsc
 8a522cc0307f64fbaa2c6a6cb5b94030cc10b00bb689a48b1061fe7e0c933291 558196 
glance_2014.1.2.orig.tar.xz
 509fcfff771fa7db630bf214f57b9fd49bc76e71d4e289aa3f3d8776204a4589 32820 
glance_2014.1.2-1.debian.tar.xz
 72e2fdef74bad79e6ec507e951bb3b75c2967d2c1f8e22eebdeb592abe5d39ee 406978 
python-glance_2014.1.2-1_all.deb
 239465a59056fd2180a2745582b487b963e7c3be9fc22be78973d94e2a4ad090 8862 
glance_2014.1.2-1_all.deb
 eaa5ebb167fa29c5181582a95c20642664b5361856814f09c7f18467dae527c0 215432 
python-glance-doc_2014.1.2-1_all.deb
 f76ac5c3a19883c2bab4885519a4aaf9b91d992b85c90c25ead1cca582223217 41360 
glance-common_2014.1.2-1_all.deb
 ea7855a7e6e11f1bdfd7a8c4f4e047fa25bf79fe980c356132b0a923278a035a 36158 
glance-api_2014.1.2-1_all.deb
 cc02112a5e7ac30f2962f1ebb6bfb87c51dfba7007d898d1007b92ea476aa776 12328 
glance-registry_2014.1.2-1_all.deb
Files:
 3553cf7c961928830f9ebf2464503beb 406978 python extra 
python-glance_2014.1.2-1_all.deb
 06559b78f4dd5fae96e045b7672390b4 8862 python extra glance_2014.1.2-1_all.deb
 42656c4204dbe071b175195f141c0d71 215432 doc extra 
python-glance-doc_2014.1.2-1_all.deb
 4b4eb0b9d50ff4bc2cd11266582d51a3 41360 python extra 
glance-common_2014.1.2-1_all.deb
 65a6ecfabb72065ee6fe2e2ac9603d2f 36158 python extra 
glance-api_2014.1.2-1_all.deb
 349157431b91e04e843145ae8220fb26 12328 python extra 
glance-registry_2014.1.2-1_all.deb
 5840d30bdda3f3efd8f153728197a5b9 3495 net extra glance_2014.1.2-1.dsc
 8935740b59c0f28ee3c5626bf1758da7 558196 net extra glance_2014.1.2.orig.tar.xz
 7f88bdcc5fb9fa4c1eb8e8ee92104fff 32820 net extra 
glance_2014.1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIbBAEBCAAGBQJT53UhAAoJENQWrRWsa0P+2mgP+IYGZuR1YudXrZj4B7YZBqur
iA3Vh3V3bMEw9q/hMplRVjOh8hlcymebOi5sFL3d60SkkM9aSrOSA7TmRzA72kx3
FzFa01sP+K1SR1eBi/ydKskUS1CMJSDAeCUmiPTRIpt+Yj/3HpMTSSDCBObS8xmP
kmq/iPFbbwBwBA5ROaVd3tmgrKG56aNkTn/VANN59rNgQS/moxnIdIDwGe1/Ixv8
B9coN10Wr+G979uxtubj0Dq1T+A/harthizjURCHNBUoq7JFFdOctGwE4nrj2y+I
HKDHkBlAU5/oRj4YeZZO1fqTFr3BaxK5EIOUTZvHVbW6GtAG9CttGbwBXcRTP+SG
nFIjFyYS8mCzOLePGH2JdWEGIu4nPtiOZQJ4GreM0hHScJNBZA8+e8KCZwGViGQq
loZjTMlTkeUFH3j1v3O/IQ8ufmmaISK/csn0dBBi52I2NsWtDMdxeEj7mIVWV+5e
HO/muoOsl66B0CdVYKf7R/hgPYXZNAuL8xagnHQ3oyT4TAg6Yo0aj+ig8E3ASTCP
/oMIi7/KrOljL5Hknm6Hcvx376Sl8nQmwsA+p3I8SFYmDQVJaHN0QiAXEzbza1gS
SykJkkrS3eULmHZnbpXVKlaVQ0RNxf72OaAI1uXMJi9zY9bEYiV11VSpDifSufsS
vYKYlqAamAWOhBQpHKw=
=iWLz
-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/e1xgtuf-0005id...@franck.debian.org



Accepted bcron 0.10-1 (all source) into unstable

2014-08-10 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 14:16:45 +
Source: bcron
Binary: bcron bcron-run
Architecture: all source
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 bcron  - Bruce's cron system (programs)
 bcron-run  - Bruce's cron system
Changes:
 bcron (0.10-1) unstable; urgency=low
 .
   * new upstream release 0.10.
 * debian/diff/0004-bcron-exec.c-fix-typo-...diff: remove; fixed
   upstream.
 * debian/diff/0006-tests.sh-export-TZ-CST0-trailing-...diff: remove;
   obsolete.
 * debian/diff/0007-tests.sh-*.diff, 0008-bcron-exec-...diff: remove;
   applied upstream.
   * debian/control: Build-Depends: python, man2html, texinfo.
   * debian/diff/0001-...diff: adapt: remove *.html from TARGET to keep
 them on make clean.
   * debian/rules: ./ChangeLog no longer shipped by upstream, use NEWS.
   * debian/bcron-run.postinst: don't use update-service --add on package
 upgrade; use sv t to restart services on package upgrade.
   * debian/bcron-run.postinst: remove code for package upgrade from
 version 0.09-8 or earlier.
   * debian/control: remove version (= 1.8.0-2) from Depends: runit.
   * debian/bcron-run.postrm: purge: use sv force-shutdown instead of
 force-stop to take down services; guard deluser against failure.
   * debian/rules: echo /usr/share/doc conf-man; no longer install man
 pages explicitly.
   * debian/diff/0005-Makefile-don-t-use-Wl-R-bglibs-when-linking...diff:
 new: Makefile: don't use -Wl,-R'$${bglibs}' when linking programs.
   * debian/control: Standards-Version: 3.9.5.0.
Checksums-Sha1:
 3a68c254733382984cea44f1a135563d050fbca0 1067 bcron_0.10-1.dsc
 e012001ea4a903b6fd47396025a76054ad22a7a5 68314 bcron_0.10.orig.tar.gz
 0cc124b70d764d1d33928ca2d4e6999330931b66 9217 bcron_0.10-1.diff.gz
 f669e1471c4cdc46e437afc78f8cb0394d969823 7526 bcron-run_0.10-1_all.deb
Checksums-Sha256:
 867772c167c10b479805ae64976574f700e036782babbfa093e3d0366fe9d128 1067 
bcron_0.10-1.dsc
 322394a1fbf1b44c65a623a01c684044d56f026619e240ad74fe4f466ccd1dad 68314 
bcron_0.10.orig.tar.gz
 e3665e85798b5c036ad383876d753c1f459350dd6cc1fbe1ea5b5b6252f3ff39 9217 
bcron_0.10-1.diff.gz
 e9cf99662371f3117a5d1733ee7508997a63a41f67ae23be61d9c73f99a07047 7526 
bcron-run_0.10-1_all.deb
Files:
 4c1c339dc120035d8991eaf70a9fc989 7526 admin optional bcron-run_0.10-1_all.deb
 aa4a666f488dd2ddcfeb35bc93293ac0 1067 admin optional bcron_0.10-1.dsc
 35b86f020c3b4333c84ade28fb4630df 68314 admin optional bcron_0.10.orig.tar.gz
 90a982ebdc340f4f1d8426796b3b8118 9217 admin optional bcron_0.10-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPng8UACgkQGJoyQbxwpv+YRACeJQGfF4RuYaibKOAzaC0q6f+x
RC8An1DLlhYeRjbtghiEmvyTFVCEn0DV
=Uchd
-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/e1xgvmo-uj...@franck.debian.org



Accepted ceilometer 2014.1.2-1 (source all) into unstable

2014-08-10 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Aug 2014 01:05:27 +0800
Source: ceilometer
Binary: python-ceilometer ceilometer-common ceilometer-collector ceilometer-api 
ceilometer-agent-compute ceilometer-agent-central ceilometer-alarm-evaluator 
ceilometer-alarm-notifier ceilometer-agent-notification
Architecture: source all
Version: 2014.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 ceilometer-agent-central - OpenStack efficient metering counters system - 
central agent
 ceilometer-agent-compute - OpenStack efficient metering counters system - 
compute agent
 ceilometer-agent-notification - OpenStack efficient metering counters system - 
alarm notifier
 ceilometer-alarm-evaluator - OpenStack efficient metering counters system - 
alarm evaluator
 ceilometer-alarm-notifier - OpenStack efficient metering counters system - 
alarm notifier
 ceilometer-api - OpenStack efficient metering counters system (API service)
 ceilometer-collector - OpenStack efficient metering counters system - 
collector service
 ceilometer-common - OpenStack efficient metering counters system - common files
 python-ceilometer - OpenStack efficient metering counters system - Python 
libraries
Changes:
 ceilometer (2014.1.2-1) unstable; urgency=medium
 .
   * New upstream point release.
Checksums-Sha1:
 f6e7a9edd55e9c53cd35979d36222cd55a2a6cf0 4142 ceilometer_2014.1.2-1.dsc
 efd5985f945adab1b1311d7e40df31943913d078 859860 ceilometer_2014.1.2.orig.tar.xz
 7e140539547069730ecb66868536b3b16770735d 32616 
ceilometer_2014.1.2-1.debian.tar.xz
 d388bf5579ad71156a7f0a4aa1f0cd4b99e2370e 336756 
python-ceilometer_2014.1.2-1_all.deb
 9ba1b4abcd3391be3d7ada3348d81562c21acc38 27186 
ceilometer-common_2014.1.2-1_all.deb
 9ac20979c42db7b8876a0cb948eae2e3a02f2391 8304 
ceilometer-collector_2014.1.2-1_all.deb
 42357b515190edf96fcfbe75cfc6a144f80872e7 24468 
ceilometer-api_2014.1.2-1_all.deb
 25b63c467eb8174991b4a844e6aa4ce07107aef5 8216 
ceilometer-agent-compute_2014.1.2-1_all.deb
 812b7c04df73eff6774ad34b33a0cf7d86916c07 8230 
ceilometer-agent-central_2014.1.2-1_all.deb
 b7233210077e47bacf213f85630fea14bc9c2d84 7854 
ceilometer-alarm-evaluator_2014.1.2-1_all.deb
 aa85c3e757fb202c246cc38a969fe51248393ca3 7852 
ceilometer-alarm-notifier_2014.1.2-1_all.deb
 1560c2eb66528ee07f662262e1800a32775928e4 7858 
ceilometer-agent-notification_2014.1.2-1_all.deb
Checksums-Sha256:
 63b3a3e5f00045f116abf35f35fc9df2e62895fafa2b69ea899b6362c70e0e4c 4142 
ceilometer_2014.1.2-1.dsc
 32d606a6eb3256976c042e45fd124b987d79fa19a5b3f07b0530a73e76ea778e 859860 
ceilometer_2014.1.2.orig.tar.xz
 36d7c7185630a5702d777c2f14b1ba646f9c0f15490baf3b1e4738abc50ace78 32616 
ceilometer_2014.1.2-1.debian.tar.xz
 a6a0505197a3c09ce7c76e5dafefad038158765de00da93d6005af7fa52b9b7c 336756 
python-ceilometer_2014.1.2-1_all.deb
 e78e531f777bd1efd5e60dba0b3be27d132d54b43daed43eacf07a28b68c8f75 27186 
ceilometer-common_2014.1.2-1_all.deb
 da45ca42ee4ede66f874bffbef03b8aee310d208bb90c7332153508ad03224d4 8304 
ceilometer-collector_2014.1.2-1_all.deb
 1dea67693ff28d1188607897481507c18cc0b977186396ac3c517a8b78bfae90 24468 
ceilometer-api_2014.1.2-1_all.deb
 c75e7003326a908980e1ce581533966a2f4134f84905f93177ae48409d45a78a 8216 
ceilometer-agent-compute_2014.1.2-1_all.deb
 ce6a61efccf5c2b8527bd9898fc49bb3b3479fe9381afd4baccdbf305f8b0ab6 8230 
ceilometer-agent-central_2014.1.2-1_all.deb
 45da98f70ef643987b81f393fff8e18b6dcae9b685134395c20a65acabb1dbf5 7854 
ceilometer-alarm-evaluator_2014.1.2-1_all.deb
 8bf36be4a4d23f0d899f4df3cf8e18dd5598688b8a7fe2b71dcae6a618422fba 7852 
ceilometer-alarm-notifier_2014.1.2-1_all.deb
 4e45f8073fa25c96f5e75e8bb60f86fd438a32bc0d4e386561c0a6daa031a4ae 7858 
ceilometer-agent-notification_2014.1.2-1_all.deb
Files:
 75a1659c70e6b1ca4bc2416c4f786711 336756 python optional 
python-ceilometer_2014.1.2-1_all.deb
 70c2fe16e990b43464786227a54f7ba9 27186 web optional 
ceilometer-common_2014.1.2-1_all.deb
 d224574f88aafa13c415580924e6b41c 8304 web optional 
ceilometer-collector_2014.1.2-1_all.deb
 6707f8dec2cd72112d365af4824cbb1f 24468 web optional 
ceilometer-api_2014.1.2-1_all.deb
 8de1b298c73115ea499eedf0a8b3fa83 8216 web optional 
ceilometer-agent-compute_2014.1.2-1_all.deb
 7d63df45919a8cc8b5fc41b653ab501c 8230 web optional 
ceilometer-agent-central_2014.1.2-1_all.deb
 3ce3f745bb4a859cc52cf53b8d7ee061 7854 web optional 
ceilometer-alarm-evaluator_2014.1.2-1_all.deb
 172a1b3e79643cc8a1cab08bc1a01ba5 7852 web optional 
ceilometer-alarm-notifier_2014.1.2-1_all.deb
 c2d952994aac466e1ca1ade04eb4a6ca 7858 web optional 
ceilometer-agent-notification_2014.1.2-1_all.deb
 b915fd797db512c88e311aae1174d2ca 4142 web optional ceilometer_2014.1.2-1.dsc
 20586e5b93e018bf0c27baddff28cee1 859860 web optional 
ceilometer_2014.1.2.orig.tar.xz
 ac02bdd36f9ffaa803fc7ef15f4ddfb2 32616 web optional 
ceilometer_2014.1.2-1.debian.tar.xz

-BEGIN PGP 

Accepted heat 2014.1.2-1 (source all) into unstable

2014-08-10 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Aug 2014 01:14:03 +0800
Source: heat
Binary: python-heat heat-common heat-engine heat-api heat-api-cfn 
heat-api-cloudwatch heat-doc
Architecture: source all
Version: 2014.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 heat-api   - OpenStack orchestration service - ReST API
 heat-api-cfn - OpenStack orchestration service - CFN API
 heat-api-cloudwatch - OpenStack orchestration service - CloudWatch API
 heat-common - OpenStack orchestration service - common files
 heat-doc   - OpenStack orchestration service - Documentation
 heat-engine - OpenStack orchestration service - engine
 python-heat - OpenStack orchestration service - Python files
Changes:
 heat (2014.1.2-1) unstable; urgency=medium
 .
   * New upstream point release.
Checksums-Sha1:
 85b9c93c75e9762e68e7b5813b549d25c9e7d237 3532 heat_2014.1.2-1.dsc
 5cbdcf43cfe1dce74877668f47bec74d2cf4ac98 581188 heat_2014.1.2.orig.tar.xz
 ef5c0c83bb535cbca39c02b2ec31173dc2435ec6 23292 heat_2014.1.2-1.debian.tar.xz
 8431b9fafce85bad50ccc4e7c7a8f8162c52e37e 468558 python-heat_2014.1.2-1_all.deb
 ff81b15b86e97e5eb945514550c457ec5d8276be 38858 heat-common_2014.1.2-1_all.deb
 7a57b3e0d23f6b65349fe1a67f13031f2ce9faaa 7834 heat-engine_2014.1.2-1_all.deb
 3c4fbaaa6b78c512b278ff57c7613d3b85eed8d4 7858 heat-api_2014.1.2-1_all.deb
 166b199366056d375358684edc62eeeca088a2d1 7952 heat-api-cfn_2014.1.2-1_all.deb
 6f603c564c48f2c601860f0b5b21af4040878c01 7816 
heat-api-cloudwatch_2014.1.2-1_all.deb
 ec3be04631ddef4f0dbcc160df89c6c596b04d5d 279064 heat-doc_2014.1.2-1_all.deb
Checksums-Sha256:
 514c3a92f937e74901d06c62d6d4c0fd8482f643f9f6014ab1b168751f2826a3 3532 
heat_2014.1.2-1.dsc
 7756b948609ecc0c41754d13476168cd76f0211347f924e4e26a1e8704fd79b6 581188 
heat_2014.1.2.orig.tar.xz
 d7c87e6450ad1b8d4bf7d098b42e503a2e39378fe0d440a33d7ff7ea60ef588c 23292 
heat_2014.1.2-1.debian.tar.xz
 a92fa6c5aec88f29087a104ba5fc97525322343f5fd63a0522ffa008d61abf41 468558 
python-heat_2014.1.2-1_all.deb
 e8c51941eebb572dfb4aed23be2cd6d344226224b03b232654b753a98b15e664 38858 
heat-common_2014.1.2-1_all.deb
 d3b67a974bb24eb3781289a46845f8ce4273ad3cc8590ee1f0acdb610b324fea 7834 
heat-engine_2014.1.2-1_all.deb
 d9319aeeca5d2517531d16942539774ae6361f50c67dd9abf5e086338c550269 7858 
heat-api_2014.1.2-1_all.deb
 842cbce72c21a79bad1aa7015557290031b21293151789b24be92f4c88ec3448 7952 
heat-api-cfn_2014.1.2-1_all.deb
 e3f04f3592d90e54ee636e35e4bbbd937ab1f2648c83a85d9209d4f0f598eafe 7816 
heat-api-cloudwatch_2014.1.2-1_all.deb
 f379fb5fe8d709b554aea4a1b686ba5f7ad09d5f68d44cfc6744a695b65f8122 279064 
heat-doc_2014.1.2-1_all.deb
Files:
 4b242325a9cab0ff8643cd9e68f08dd8 468558 python optional 
python-heat_2014.1.2-1_all.deb
 526b0bd386d8de0f2709e37d47db6d6f 38858 web optional 
heat-common_2014.1.2-1_all.deb
 5fcac94b8f238a9f8060b786fb1d38d4 7834 web optional 
heat-engine_2014.1.2-1_all.deb
 24e8c76215000d3092b5e4c4d87b9804 7858 web optional heat-api_2014.1.2-1_all.deb
 26ebb432cb4dae11c515ba534e6f8157 7952 web optional 
heat-api-cfn_2014.1.2-1_all.deb
 760dfb80d5aa4c7b9d2d12afcf4bd296 7816 web optional 
heat-api-cloudwatch_2014.1.2-1_all.deb
 5d1700069824161ec19a45029e0d36a9 279064 doc optional 
heat-doc_2014.1.2-1_all.deb
 9802b8581a5d8d7a77e7806d45585713 3532 web optional heat_2014.1.2-1.dsc
 05ea994864d12534625bcf4f81a3c947 581188 web optional heat_2014.1.2.orig.tar.xz
 9a9d04b40718b676ebe1b45f3fb1e638 23292 web optional 
heat_2014.1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT53dXAAoJENQWrRWsa0P+yVUP/j8+UvLAWREbACtNyBtJYJtd
tXRGLDl1lJxk3PYUP6LFRLBZLWodEbNfLVPNXdhr/GKzUmfGquklBxHcDYIjjvYn
V4QvfYdeo2eXBFn8ioA/DmUrG7EOC0mkXV7RivJukYF89llm7ziAgTS0SfZ6HCga
54P7z3bdfS9w+kZAMkiOCV8Rv1xfAgHB7e1XpzI+X/NJrMiyyqQX5q4RXR0S8FC/
wKungihCNSjW+i3rskOBzMzaseEZUFbROEv/7ZvxJ28k5JwHwffnYBMePcPKcPyN
Afpe4LtbTSQ4l1rmftAmY/stuR5wVM6z1UhKL8RqviPWUhBVFtxIYhtvHRltwzOp
jfLhb4vLPBA+ri9iNVQRPq0H55gAi6uuR4sXiBO66oQTaXnEfgQLE2PyoO2xqsuR
81MxRcdI7yP3gQKAJyCcGNxov9S1ymjYEC5ZBN0ZmV8PWW0slcBxClXINjYQhzce
HryKRqX+R9gYEr7B+1NKLe1ApaV9JmjemGICAHFSc3MLKe0XsfDhK+12A2YY3TDY
Q2TgqqdyYLqofjG1Xq2IduxIAH+NUisW7/69hQYssofW9byOb5B+80KnbIugfYpM
7eONK39d1Z01vwSYcw12i1bMumtEqIcjtcqwYJ5ojsuPEcmRzVWTBdU3USt7gaQW
042IroxFLxtw43VfeqoE
=ZJ1I
-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/e1xgvnq-0001lt...@franck.debian.org



Accepted gwc 0.21.19~dfsg0-4 (source amd64) into unstable

2014-08-10 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 16:09:40 +0200
Source: gwc
Binary: gwc gwc-dbg
Architecture: source amd64
Version: 0.21.19~dfsg0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description:
 gwc- Audio file denoiser
 gwc-dbg- Audio file denoiser (debug)
Closes: 596693 750369
Changes:
 gwc (0.21.19~dfsg0-4) unstable; urgency=low
 .
   * Bump Standards.
   * Keywords added to desktop file.
   * Added patch to build with clang. (Closes: #750369)
   * Added patch to fix typos. (Closes: #596693)
Checksums-Sha1:
 03056cc770ac5b441e110cb1c2542058e44d4845 2106 gwc_0.21.19~dfsg0-4.dsc
 bb58c05224783037ebb6fa2c589849b38ab58234 11308 
gwc_0.21.19~dfsg0-4.debian.tar.xz
 06e977f59201f159c84e1bd27b084efe3cd8dd3e 180240 gwc_0.21.19~dfsg0-4_amd64.deb
 86359176e0497cdcdf676180cbfc4433ad0a5af9 387066 
gwc-dbg_0.21.19~dfsg0-4_amd64.deb
Checksums-Sha256:
 f7994e10f71e5aca890fdb963e0f821e85da47ae72f3649f517a22eab41ffbab 2106 
gwc_0.21.19~dfsg0-4.dsc
 79f4081b8eecf6cdeecf348b45ad142ae1c82a5318073efddc0b9057e099755f 11308 
gwc_0.21.19~dfsg0-4.debian.tar.xz
 4eab755f9d0a935b5f08bda26a8bcbf99a94baa55d413b79b4534a1e98dc8677 180240 
gwc_0.21.19~dfsg0-4_amd64.deb
 656f75a43980daddbca7d635b9e73d011b1cd4786fc2deb7fbe24068edb52614 387066 
gwc-dbg_0.21.19~dfsg0-4_amd64.deb
Files:
 2cda6bed8f525f804c7f4f5861c7a795 180240 sound optional 
gwc_0.21.19~dfsg0-4_amd64.deb
 149287dc59ed333937e0230d4f1003bc 387066 debug extra 
gwc-dbg_0.21.19~dfsg0-4_amd64.deb
 750cc0a13c9ae065043566cb44012782 2106 sound optional gwc_0.21.19~dfsg0-4.dsc
 0836daf9f2ed6a62c885f5b55f4533c2 11308 sound optional 
gwc_0.21.19~dfsg0-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT54ftAAoJEFsBlFXiuE+lg8IQAIkiukYN7ScNwSTFrL2DnCp9
Fwq3P1D67glRa9+6CdnXja6HaNPMs3NRRLAibSenPpEErIE1pFw0p2PMfYwg4Yuc
b9+PePOukZCp1VEfEvzFbBrZyiaEdpNvzQAb8tCBEDkSbwrkdzD5m/hCnbe44vf3
b4AAX1qCNXPXgyjV03A4we65TRW54m1hlNVLd71X9XrBaq1cvLiLvfDyRc7oQGGU
cA4POS+i7+Y7TRQIeF/fGhZjlGbI52WBwge4XNN5nJF4uyylL2WplSrkjCQG1TRV
IhRpDoOcjT5G7267bN2YThpI+JttPiyDusrjy8oIvy/7lyPwcCVNxMmkc0n7O+IB
+JU1Mmwl8XzwR3rjIyoHKNCk7y6m8VM9XZihXJnHHDA3kusokdKCKtJyWEl4jYEL
xj5flQ2cwDFxgEUDV7xSMiuR09qPfUSYpm8/VsK3Dgb48uHKxiEfzLjHLo5Cew1L
Ivv1M+9RdWX3ehfLz/VmudjhHBzMmw4PKDFrmqdz/21PfVlHJilQagxmJSvoiahU
Fxm+nwLBLOX29KPMEs6E7Cg5lmzubNxG9lc3dXFeNSLq0ZruJkJV1VZVtnHsM498
p9x1MERiHnUL8rnQ7XhKS74n4+rHa9fVhE0z2YVusM1T31IzkdlOYTT0keZoW/hx
FcE1DXHTb5IgEt9Nilq6
=7myN
-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/e1xgvnt-0001dt...@franck.debian.org



Accepted horizon 2014.1.2-1 (source all) into unstable

2014-08-10 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 22:57:13 +0800
Source: horizon
Binary: python-django-horizon openstack-dashboard openstack-dashboard-apache
Architecture: source all
Version: 2014.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 openstack-dashboard - OpenStack Dashboard
 openstack-dashboard-apache - OpenStack Dashboard - Apache support
 python-django-horizon - Django module providing web interaction with OpenStack
Changes:
 horizon (2014.1.2-1) unstable; urgency=medium
 .
   * New upstream point release.
   * Removed CVE-2014-3473, CVE-2014-3474, CVE-2014-3475 patch, applied
 upstream.
Checksums-Sha1:
 e8ec2bab22d92b167fe43ace71bb064aad107ce0 3169 horizon_2014.1.2-1.dsc
 0d05b1b8dbfd2bf307075c881b3df5247b54dfae 1673572 horizon_2014.1.2.orig.tar.xz
 df3fa00a5c1569fd3edfd3d56915f29f061c6fbc 17032 horizon_2014.1.2-1.debian.tar.xz
 987780b985ec97c88155272f5c832cbe920b6f7d 1688780 
python-django-horizon_2014.1.2-1_all.deb
 85bfc0f0c8810c7352f890f230746b9885bc2012 1127892 
openstack-dashboard_2014.1.2-1_all.deb
 36ddd154b89221e04e9c3ec5b8998b1f9feaffbc 10048 
openstack-dashboard-apache_2014.1.2-1_all.deb
Checksums-Sha256:
 e303b74e67106713c90ea59734183fd0cf24e374ef91cd0a1af0fddefb07d42f 3169 
horizon_2014.1.2-1.dsc
 36bba4803376f98bf7cadbb581f490081574ceb63abaf98b5f678ec5137545a0 1673572 
horizon_2014.1.2.orig.tar.xz
 dc7d49e250fbd306f6b27dff05b4194315ad014cfb7658fca0d06762803c4575 17032 
horizon_2014.1.2-1.debian.tar.xz
 6789c97c055828405af2c13151ed213d2b7a459026d63cc60c3ca521ea5d072c 1688780 
python-django-horizon_2014.1.2-1_all.deb
 fe07929ff422d175183a45ef79ea66192b240d229108939b04a8ade2dba00e2c 1127892 
openstack-dashboard_2014.1.2-1_all.deb
 de0888cc30ae9d71e673142d957ad4b0934eadda9d132ecda080a6f1ce02b421 10048 
openstack-dashboard-apache_2014.1.2-1_all.deb
Files:
 35b055d53527cf4869f31af02c4a0857 1688780 python extra 
python-django-horizon_2014.1.2-1_all.deb
 b9a9e048e6f1c67ca919c03f08401b50 1127892 net extra 
openstack-dashboard_2014.1.2-1_all.deb
 7b7e2b9ee6784ed880adc3d2e0ccfa65 10048 net extra 
openstack-dashboard-apache_2014.1.2-1_all.deb
 a5f3ca331c1a08b416af896fd1734c54 3169 net extra horizon_2014.1.2-1.dsc
 e1b0042bfe5a9720454fc6be964f8fba 1673572 net extra horizon_2014.1.2.orig.tar.xz
 a3d7abe84c1ccb523ab23996f575cafb 17032 net extra 
horizon_2014.1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT55B6AAoJENQWrRWsa0P+YA8P/jRq/Tz1LcM4RFg3wA/nzRZ3
hxHForrGd8BrMYXOBuQRC32JETR9N+iac2GxfZR/EpViP9zoG8dW5yQ3OblrpZd8
1r3vh2KsYJEwUd0CGGSzttEz1dNygYfidK4vzmplg6KQgkjlGdqlJ6vkkM0jh2Is
T/Fv6JYRLhldNObh8ovXxc3R9m6Rv6CKY1c2rAL7VQwsJARw5EdEvqmeprPghVZe
9+9haAEvoit/YOSkekcmCZt/VKGymjP0eGrR+KAUQu+M3QahVGlDz3EsBA9/DBc6
naOwssqPalQF7KW5k2xzpOIbmLZs9NpsK+hNsNPLvyIe8rNY9A/tqhhTncpOXHdP
f505U73Pbqm/b7NuG/c61q/NYJtgaxK2nTL5icXG5ItG008v7lwKRA/c7F1Jn+EF
peypTNsN1zE/vnv8DZZlWspoyyIwdPLRim5cmoIWlTzz1a5edSyNDwuyYg1pDYID
XLBf4+vJnf7fOXbW5s2Qg1TkMclt0zRhL1YWGOTe1k0UYGqQaidPR2qSB1LBi+Xs
ECZ1wNrUtfaKyiOiLEobznBOAz26xM3q0s45FU8TS4PpnR411r6Y13n6NZwRbHqm
f13b41kXEl2jajhm/31AplpiNCrUK9s3e2xcnKE8k6O/7Big+NijOVH6tFnVmSMC
ZzU/KP6XzZmpzueIMbDc
=j7nq
-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/e1xgvo3-0001pi...@franck.debian.org



Accepted kbtin 1.0.15-1.1 (source i386) into unstable

2014-08-10 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 03 Aug 2014 16:02:40 +0200
Source: kbtin
Binary: kbtin
Architecture: source i386
Version: 1.0.15-1.1
Distribution: unstable
Urgency: medium
Maintainer: Adam Borowski kilob...@angband.pl
Changed-By: Andreas Metzler ametz...@debian.org
Description:
 kbtin  - tintin++ style text-based MUD client
Closes: 753100
Changes:
 kbtin (1.0.15-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rebuild against libgnutls28-dev. Closes: #753100
Checksums-Sha1:
 d36281cbd73bd29a2adfebfda3a6c54dac5f5df3 1777 kbtin_1.0.15-1.1.dsc
 3e349ba2f56ee81255ff59d09e8507694bfe9423 5136 kbtin_1.0.15-1.1.debian.tar.xz
 33196f9e5753ec3e01d29199086adf84761eaa48 159212 kbtin_1.0.15-1.1_i386.deb
Checksums-Sha256:
 d585c6f2ac3be6de3cf7b4b486ae4cf45df1b6d2d6a7c6ed6ffec57634fb0157 1777 
kbtin_1.0.15-1.1.dsc
 242c3f657f47f6c757d759bb2bc0772d0063108bacad3722523e8b13630eba92 5136 
kbtin_1.0.15-1.1.debian.tar.xz
 4acdfce606e9be3271e3be2cbd9fe20a83647a1a1b3b14730936819be180e3f0 159212 
kbtin_1.0.15-1.1_i386.deb
Files:
 796c2cab77cf79bbdecdfb068237ae1e 159212 text optional kbtin_1.0.15-1.1_i386.deb
 9cbfc8d922ac5c2115a418f8e2b344e7 1777 text optional kbtin_1.0.15-1.1.dsc
 c78df20b1962a71ce82af5b4bff3f646 5136 text optional 
kbtin_1.0.15-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT3kGPAAoJEKVPAYVDghSEDUUP/0t7ntDGOHNZjfjdylUdW/Sz
BIDk4hv90YsZ63CTSoDN/uE35q5nGpq4V3FK2fwvvdDZlA7x9bKMFrgJtH2jFaWv
xveXqJVzGyaZBgxeIy7a8FW7W7qTWHTOZryKfuDwSCHjAL0Tssx2IwzOLziDkh2B
wtXAI11d6SUUEMKFAFduKUEWNs9R8URfO7Nn06cjjAthabxUTrvBN8uCRy+6qFAw
47rHYeKtbxDokr75akfSu+xfkr46oey9k8vKbMmApUXnuTIqpCJiOOODkll3pUvA
GMoK1+Ol0oDdpVo7ju8WxO52n9CgLYiLRzyZqexxjezpK4HztAcjYqqnopEH10Fa
/H8DnT0kPajZUSGloO7CkdqOH2W7R/dIOidI2eVbnF+CzV6kMRZR5VTTgtOa8mOK
jS2AaKsCp0lNGoLgVbXyVZwJ/UQNjVo/Rrf0z4DF+xev/p/pyXX8ynaatgbxuksb
6bsGdLIslbhDB3h8QaU8h2ymdA88+p+mLZksGGUNJoHan7Y6TQn7NbK0KTnwSvP6
XDwDmaM31hWGp/+hHagH5k3oK1PnBkZPBRnnM62oBuOKKfjWqFEEbg9mNgcF9byQ
jLZew5gtFnuFxsS2nAH86H/GJHumbUyFbBNVeNvcq8brEJlaOX6AFFnR9v3sizx0
rjsq9mBhg9+6OAcjtta1
=iQeH
-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/e1xgvoi-0001sm...@franck.debian.org



Accepted partman-crypto 74 (source i386 all) into unstable

2014-08-10 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 16:10:58 +0100
Source: partman-crypto
Binary: partman-crypto partman-crypto-dm
Architecture: source i386 all
Version: 74
Distribution: unstable
Urgency: high
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 partman-crypto - Add to partman support for block device encryption (udeb)
 partman-crypto-dm - Add to partman support for dm-crypt encryption (udeb)
Closes: 757663
Changes:
 partman-crypto (74) unstable; urgency=high
 .
   * Cope with parted 3.2 automatically creating a partition when creating a
 fresh loop label (closes: #757663).
Checksums-Sha1:
 8de1464fa35e04556de3373f0a9a8a8a0de41ce6 1845 partman-crypto_74.dsc
 518892abcd03f74863f596b2ad64e99bd6bb6849 259844 partman-crypto_74.tar.xz
 ca636496dd697ff4d83b52d54a2dfe1a2d67ce41 357920 partman-crypto_74_i386.udeb
 19387560b6a466313f420bb3996b0ec848e9879d 1380 partman-crypto-dm_74_all.udeb
Checksums-Sha256:
 2710a171df2b52e4bcccf82fb7cb91ed5d12136c13ed37586ad6cde0b66625af 1845 
partman-crypto_74.dsc
 f84d8410d51ff9eb197e0bcc45e6607a85791803327da8e4c381bd0e13c83497 259844 
partman-crypto_74.tar.xz
 93249a8eb1790bb15d56160fd0ad987d9d5156c4e8f33b0d27902793a6028b91 357920 
partman-crypto_74_i386.udeb
 13c1b198b6429200680cc887e174fd61617e6ea99876a0aa825b17a97df1dd93 1380 
partman-crypto-dm_74_all.udeb
Files:
 a5a3ecf087c42be6185ac0e68091f0b4 357920 debian-installer optional 
partman-crypto_74_i386.udeb
 19f071d5cb17af526254fd761ec07955 1380 debian-installer optional 
partman-crypto-dm_74_all.udeb
 aa9d7ff584ee6409221a4c06744aa774 1845 debian-installer optional 
partman-crypto_74.dsc
 01fb61c62a256b7c159fedb326a6a904 259844 debian-installer optional 
partman-crypto_74.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBU+eOszk1h9l9hlALAQi+8g//Rg35c3Ael+PfsAun8DD7rbw6i5OOAQ45
wNXRTMzbnMdtS9demWns9DrZjPFKhbgOt8oEQ0a0uFmwjUTccEDooCqN6jz7FqIM
NGj0aG4VnmPoAgEXluQbrx9fj8H2CZKsRfB9CjKG3yYlBpMwBmuH+5M6GoC4Z7Zg
mfz3FbjfzzlSeCgTjPwwDYetR1S6FZ9dR70lJQjYv9CnDh5wGKHbQYA31OcS+JfX
Ep5zABDzqdt3cMYTYqoUfc9aNjIcvPcEoDC8b+CWBo6/+889AVBlNouvpemqcrfs
Jlprw0xU0/brIOP21kSBoVtHBT9Lb7DEaVkNNSU1nVEsakeL1QxbUKg2lXQGCCrR
gXzao0rITOZBgt6RjTF5DuthhstTDlH8dAfcYTtZ79UxYysvVU1dQnu6vQiVj0ah
gUt+hvWWEefz6MQ+uEe9hjX3VgO0YwbhifkkD+K+es5zl9ov/tutiDM2E5tDoeAy
GwjM3+vcWo/PYvJbdCNsfU1zxNHa/7PbL70Vht3JEBJOc6pQajFc4Ztpw11tWLmR
V9CBOaQhFTHbXtY3KEwrwwCAcZZPN14qvApXEJHj6BHgY92vtlXiL/QOYlXB4BJ7
ChU/4Myqij+gRKsZ2E05EpxChKpCo50SCpJ5uuPs0ojDRvOuGMn4KQRJwjguqWcH
RxYbsQk7Nxg=
=xNJ/
-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/e1xgvqx-00023h...@franck.debian.org



Accepted partman-md 69 (source all) into unstable

2014-08-10 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 16:31:00 +0100
Source: partman-md
Binary: partman-md
Architecture: source all
Version: 69
Distribution: unstable
Urgency: high
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 partman-md - Add to partman support for MD (udeb)
Closes: 757665
Changes:
 partman-md (69) unstable; urgency=high
 .
   * Cope with parted 3.2 automatically creating a partition when creating a
 fresh loop label (closes: #757665).
Checksums-Sha1:
 fa59e1145b0ccc7417f6b5ddba181c4d5242e98e 1680 partman-md_69.dsc
 06ea47c19128ef6300905aa91aaf62959b4b3480 179868 partman-md_69.tar.xz
 9ab575003bed1211d0f51e21ec8354efbcd45da6 240738 partman-md_69_all.udeb
Checksums-Sha256:
 b36adec0634bc324f56741ce4c4f8e0a6d0d6ce5fd3d698cdbc953b6a8452e62 1680 
partman-md_69.dsc
 e19b61491309c0544a5274cf533922e74a3e391271fb9a78f4ed80ebf6fad6fb 179868 
partman-md_69.tar.xz
 e99d88a666d025309d228e9f2c81d9d93f0c75947eff5b1f83ed64260f61ff16 240738 
partman-md_69_all.udeb
Files:
 3bdfa91365db5cfca519757fb2552258 240738 debian-installer standard 
partman-md_69_all.udeb
 d530b3e4fd6870ffeed861f5b0e6a2c0 1680 debian-installer standard 
partman-md_69.dsc
 ee47670f8cf9af768faa073c06b7a394 179868 debian-installer standard 
partman-md_69.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBU+eQhzk1h9l9hlALAQiSAA//cHPsZarN8HAU/yfbobrXJIpigGlSyk04
KmHe9dlibTG+RovQVfH+LRfGNaias9EZqyd+q7lZM5IVob9oIMZN20HjgWfNyOCL
I5XX0Bc7+1wghJzTaHVUonWke5spfMtv80yv84RVKiJJpmbklDv01NPnEAQcDedN
2xKSJUwa8S/6eJcr+JzsTA+RXAaCZBufcye9ip3LwUcNVxcZsyoLXkYVBgnTjyXk
rZxIwufCVAoVW4vAKmi5VuKlVihrsGY45t27pxnygJm4vrDYMR6roXSYTjLR+3re
Tpcjrahty5hubdKv9wo5X5C2sHlvM6zBE+uRAKMQ5vGl85I6OOdFZM4ysQ9uy5jz
7U1YH+M4dOWPU6vz9vRHnhOP8X+I2mKxKoFhDfEhqqre0aXHW1Pv1OBAKrouACdZ
wTlMhidmv4bSxI6X+IAgXzvr/C6wrhd9EqKTzo+1LpedEyBlO49qPrNKhtFyM3s0
xaePrZi3kw17CHWajEGqff31UCPQTCt0scog8SvDpX1Fq7xqP/DwuOowntUeTpls
6Hwv4Od7QN3J90vSn4OGS/5ZhdSP6MsSKvj9cPPJXI1g9LTUw/im4Jq0vAXk+kP/
rMniAcOw2TLBMMup16BQPgpJg1WJCFHMr3vAKgEGUbzF6VJXmvR7x54GLZAStwNw
6d7q030Hi14=
=Jwgc
-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/e1xgvqd-00025t...@franck.debian.org



Accepted partman-base 175 (source i386) into unstable

2014-08-10 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 16:34:36 +0100
Source: partman-base
Binary: partman-base partman-utils
Architecture: source i386
Version: 175
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 partman-base - Partition the storage devices (partman) (udeb)
 partman-utils - Utilities related to partitioning (udeb)
Closes: 757662
Changes:
 partman-base (175) unstable; urgency=medium
 .
   * Make tests cope with parted 3.2 automatically creating a partition when
 creating a fresh loop label (closes: #757662).
Checksums-Sha1:
 ed9aa295393c510522780c6f800727894322b738 1900 partman-base_175.dsc
 8dbe33c7418d5b711bf7549b5862d9e0cf17be49 172152 partman-base_175.tar.xz
 129f2ae60b65520d2cc370c2e6061b2899ea69c0 179072 partman-base_175_i386.udeb
 af9b206cf5f6142fa2b93670370b4079326629ae 3344 partman-utils_175_i386.udeb
Checksums-Sha256:
 113567760d7ab6f10f56cb40dd3917ca950942b2fd32628fae24c2d1e8952f9a 1900 
partman-base_175.dsc
 6bb08d2f1ed4df4cb3241abcb618931aa32ae9ea7e20de419a028d1f6243f2c0 172152 
partman-base_175.tar.xz
 f5c6c681de66a5b5b6aff01917c0c08c5b2e9cd3ad3b00f81d8105615934b287 179072 
partman-base_175_i386.udeb
 0b0692aab929d8d88fe2096d93548ae4555b2702b029321ee79b3da6070a6e32 3344 
partman-utils_175_i386.udeb
Files:
 0ec6470692f45676affa18a7ac6c0c0a 179072 debian-installer standard 
partman-base_175_i386.udeb
 b3065d8adf74b31c0b21ec8889076171 3344 debian-installer extra 
partman-utils_175_i386.udeb
 975520ddf246dd66f79581b6fa6f1239 1900 debian-installer standard 
partman-base_175.dsc
 b0fa1d3d2a32d3ade8d374377148f687 172152 debian-installer standard 
partman-base_175.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBU+eR+jk1h9l9hlALAQjmOhAAn0pCtKnQ9JAoayrocPaoLMePQ3D6srSU
p29fyAzYAW4S5o/9qTNIOg4Pu2XiKUb7LGUPggPdjJzjLFaDzmsfuoSJycq2589H
gvSO8BMcMXtZNkQIyxupVHS3pdwczEpux59Nk3/UR69FpsVSfhO2KGZpP6UBTrxg
4iqKzmy1SuBCe436vQdA1Pv3dkjYd9+fOqj6SmKu4qYHlQL+hfKF8uOmg+hDnNGs
5q6fDXRFau926MrfYqOQuexRJ69Q98XIqIfYA/nC51I2ec6Mh77gLdh1bYkWEOwK
jNspOgyj0UJRl8fMSzlzkiL6T/zll/+CdhlR8QvHsqqGi/Lz2/ubmgucv+LUnfFE
CA0j1Mgu0ISWj5bC2+BETRYvjyIqGMxrLBJn4iKBaz1WTEH+aOWElLg7srbigwZ7
bIzZKNgu+exXVuFTQpLeT0H1V9dZlDlhxVGBRg3KaSky6L92LnXd/CZvdiGfqH0R
pDwBmclMJ+QCDcqK0eJeE5zqGnpQHPMLsZOLMNshJTaUiq5ETCqGdr27MmS/1kpp
2Q1AO3mveO0m2iKfL3Smaiqe29b8oiAK41aP+gnx39fuQ9S8GUZVlYbuwPzAUxPT
HbnCg8OilEWvB2Ecbh7lh+xePwaXNnZZelN5N28DFePIosU6o1/Yd47J0PbxJ7N6
ZmKZBLKTijE=
=i9D1
-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/e1xgvqq-00020o...@franck.debian.org



Accepted pillow 2.5.1-2 (source all i386) into unstable

2014-08-10 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 13:14:26 +0200
Source: pillow
Binary: python-pil python-pil-dbg python-pil.imagetk python-pil.imagetk-dbg 
python-sane python-sane-dbg python3-pil python3-pil-dbg python3-pil.imagetk 
python3-pil.imagetk-dbg python3-sane python3-sane-dbg python-pil-doc 
python-imaging
Architecture: source all i386
Version: 2.5.1-2
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 python-imaging - Python Imaging Library compatibility layer
 python-pil - Python Imaging Library (Pillow fork)
 python-pil-dbg - Python Imaging Library (debug extension)
 python-pil-doc - Examples for the Python Imaging Library
 python-pil.imagetk - Python Imaging Library - ImageTk Module (Pillow fork)
 python-pil.imagetk-dbg - Python Imaging Library - ImageTk Module (debug 
extension)
 python-sane - Python Imaging Library - SANE interface (Pillow fork)
 python-sane-dbg - Python Imaging Library - SANE interface (debug extension)
 python3-pil - Python Imaging Library (Python3)
 python3-pil-dbg - Python Imaging Library (Python3 debug extension)
 python3-pil.imagetk - Python Imaging Library - ImageTk Module (Python3)
 python3-pil.imagetk-dbg - Python Imaging Library - ImageTk Module (Python3 
debug extension)
 python3-sane - Python Imaging Library - SANE interface (Python3)
 python3-sane-dbg - Python Imaging Library - SANE interface (Python3 debug 
extension)
Changes:
 pillow (2.5.1-2) unstable; urgency=medium
 .
   * Update autopkg tests for 2.5.
Checksums-Sha1:
 91f34d0bc5ded419e7f9eb7f772e599d123598e0 2178 pillow_2.5.1-2.dsc
 6907df0f15dc24e66875299243a7c9a030e328f5 12992 pillow_2.5.1-2.debian.tar.xz
 85dfcb7e407c730a5893d34197fb0a46aec522a8 18372 python-pil-doc_2.5.1-2_all.deb
 f0fced2c10136cd084d65cffe215a2bd7d0bc815 9170 python-imaging_2.5.1-2_all.deb
 06054b6d615ad6c580b3f55f4247f22824765e02 330628 python-pil_2.5.1-2_i386.deb
 d1d7d6fb90d84783e8165a9d1d2c0287ef76830e 395046 python-pil-dbg_2.5.1-2_i386.deb
 65f057a8edbb1a8dd837c7d291d2884af5cc8f21 13298 
python-pil.imagetk_2.5.1-2_i386.deb
 5524a0fba1be82d76cf9e9d38a233f40cafd 12608 
python-pil.imagetk-dbg_2.5.1-2_i386.deb
 094ef39190ccc3fd771b9c5345c339e54da95328 24644 python-sane_2.5.1-2_i386.deb
 3a1b972098446ddfb50751d4a02d504dc1ededb1 27138 python-sane-dbg_2.5.1-2_i386.deb
 af0e22b7376c632a16f4eaec60401375452b5044 325340 python3-pil_2.5.1-2_i386.deb
 feb1683b7d68e2d7a196b9316ca36ee0258d3963 401268 
python3-pil-dbg_2.5.1-2_i386.deb
 cda85d652271e835bb257b89906ff5fd62a95d53 13306 
python3-pil.imagetk_2.5.1-2_i386.deb
 ecfab1319c0171d896f7938eaa89a158fbef6b40 12670 
python3-pil.imagetk-dbg_2.5.1-2_i386.deb
 91df7f952fb1a3391f1e6169a0f6a371d94c5bd7 20322 python3-sane_2.5.1-2_i386.deb
 977c17117c938eb441b9d464d3250f97a2b54e22 27414 
python3-sane-dbg_2.5.1-2_i386.deb
Checksums-Sha256:
 09ec3e8b141e5c1162ce939884bf797966b6c857a986b85e9ead5bf4d49bed69 2178 
pillow_2.5.1-2.dsc
 db86f946e0cf456cbd9cf78a26324f8f9a74e4bc85d0d40da63833fee1c81e0e 12992 
pillow_2.5.1-2.debian.tar.xz
 1c96539336fe64b02f5ecee4cc1adaa81e4b47f5ae511bb444d9bf19a2e42f52 18372 
python-pil-doc_2.5.1-2_all.deb
 e1b6591983bc77897a09ff5fc21e2452860c36903daa5fd02042c249c39b84b2 9170 
python-imaging_2.5.1-2_all.deb
 b82dcdda2ae85ce1a9514cfe4fa7da45dc73fdcbd60631aebbf105d67b057e88 330628 
python-pil_2.5.1-2_i386.deb
 42b5b1e283a1a689918585dc06f47a61fbd65fc6c2d9b12663d3793b23298d72 395046 
python-pil-dbg_2.5.1-2_i386.deb
 ff060f9caec5f5fec1bd2c616310676914868c4a436bf5b4fe907097c4504283 13298 
python-pil.imagetk_2.5.1-2_i386.deb
 ac592a9ccca7a13cbab8a6e6e64d765b9d2aaa5fd67dcb79c1f097527bb4916a 12608 
python-pil.imagetk-dbg_2.5.1-2_i386.deb
 b39f5f2641f95351d56a80474296054024aa6feb7e80e7a6b7848f42fc79012c 24644 
python-sane_2.5.1-2_i386.deb
 93ad934c8c1f76073b4886ac39487eeed0374bc69c97e0263b9a5f5f7a93fc26 27138 
python-sane-dbg_2.5.1-2_i386.deb
 63f1c05a26332e16a980f92d1fafbbea7f05236d954c5f5ba4700abd159fdac8 325340 
python3-pil_2.5.1-2_i386.deb
 8c50679d3190966809b4f7abf0c9ae56afd011bc1d22e8dbf7cb70a32e4a4fb4 401268 
python3-pil-dbg_2.5.1-2_i386.deb
 a522102d6e81419e4d1dc3730fcd0ac838c9496f1c35a76cb905622816159259 13306 
python3-pil.imagetk_2.5.1-2_i386.deb
 f760fbd0b803e924362c1c64a12e91fc96a2158d282ff3e1b16462258e844911 12670 
python3-pil.imagetk-dbg_2.5.1-2_i386.deb
 0b42a713b2a6542c36fdac5eea8d43a7f4f17219971b0d90dadd92e1aecb3cfd 20322 
python3-sane_2.5.1-2_i386.deb
 2f8791c338d2704a1ad0dec82cf8ec33dc0085246822f742b9b2301017b9b934 27414 
python3-sane-dbg_2.5.1-2_i386.deb
Files:
 a31748cd6b6b00fbcdf8d8643327d98e 18372 doc optional 
python-pil-doc_2.5.1-2_all.deb
 5e4200224610f81a555b937c085e531d 9170 python optional 
python-imaging_2.5.1-2_all.deb
 60f13d5e47cb6cdb48771d67aa032417 330628 python optional 
python-pil_2.5.1-2_i386.deb
 c6aea2fb2ab9ef98517aff9aaf66f730 395046 debug extra 
python-pil-dbg_2.5.1-2_i386.deb
 67a255e72b1a84daeac978751d3fbb92 13298 

Accepted python2.7 2.7.8-4 (source all i386) into unstable

2014-08-10 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 13:45:31 +0200
Source: python2.7
Binary: python2.7 libpython2.7-stdlib python2.7-minimal libpython2.7-minimal 
libpython2.7 python2.7-examples python2.7-dev libpython2.7-dev 
libpython2.7-testsuite idle-python2.7 python2.7-doc python2.7-dbg 
libpython2.7-dbg
Architecture: source all i386
Version: 2.7.8-4
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 idle-python2.7 - IDE for Python (v2.7) using Tkinter
 libpython2.7 - Shared Python runtime library (version 2.7)
 libpython2.7-dbg - Debug Build of the Python Interpreter (version 2.7)
 libpython2.7-dev - Header files and a static library for Python (v2.7)
 libpython2.7-minimal - Minimal subset of the Python language (version 2.7)
 libpython2.7-stdlib - Interactive high-level object-oriented language 
(standard library
 libpython2.7-testsuite - Testsuite for the Python standard library (v2.7)
 python2.7  - Interactive high-level object-oriented language (version 2.7)
 python2.7-dbg - Debug Build of the Python Interpreter (version 2.7)
 python2.7-dev - Header files and a static library for Python (v2.7)
 python2.7-doc - Documentation for the high-level object-oriented language 
Python
 python2.7-examples - Examples for the Python language (v2.7)
 python2.7-minimal - Minimal subset of the Python language (version 2.7)
Closes: 756772
Changes:
 python2.7 (2.7.8-4) unstable; urgency=medium
 .
   * distutils: For extension builds pass the CPPFLAGS, CFLAGS, LDFLAGS
 used for the python build when these flags cannot be found in the
 environment.
   * Don't use the system python during the build.
   * Build using autotools-dev. Closes: #756772.
   * Pass AR and RANLIB for lto enabled builds.
Checksums-Sha1:
 1a15a87996a2ff6ed18cc2074c8777944cb42745 2539 python2.7_2.7.8-4.dsc
 f982d655fc60762cfc69886baf655d1c817e65a9 263771 python2.7_2.7.8-4.diff.gz
 5c6dece228ff0bfcf363d7d93306b32046a9fe09 592380 
python2.7-examples_2.7.8-4_all.deb
 843b29cd2da9b2c086364b4024ef28927bd6ae90 2677492 
libpython2.7-testsuite_2.7.8-4_all.deb
 6317a913fa197ea6bf1fde83ecc7439e33278114 294148 idle-python2.7_2.7.8-4_all.deb
 0a616f22a3b9f73e70124fe868d2301f36af529d 4290672 python2.7-doc_2.7.8-4_all.deb
 de1fa5c896b7c578ce5bf9cc8215339e18f294ae 243540 python2.7_2.7.8-4_i386.deb
 8b12ed5856dd73ca0dd6a759636e098c0b33e460 1892252 
libpython2.7-stdlib_2.7.8-4_i386.deb
 e9f1e5a311370554872b8489f829c0522d3ebb7b 1366158 
python2.7-minimal_2.7.8-4_i386.deb
 aa1b18437cc1cb2792577031f55dc2fd3fbf8038 348872 
libpython2.7-minimal_2.7.8-4_i386.deb
 17ab567bde3b58b9055abfae9258a569b6be4be3 1073490 libpython2.7_2.7.8-4_i386.deb
 d06e6bc12d538f5a2b5b256c474dcdf24b8000b5 276516 python2.7-dev_2.7.8-4_i386.deb
 776a011f31a05ff4689b034caf469296023cd852 28693532 
libpython2.7-dev_2.7.8-4_i386.deb
 c5ea1297cc295c9880bcff24de43a2073876a6a2 5385272 python2.7-dbg_2.7.8-4_i386.deb
 56636d1fd47923c9f533709ea5ee8ad92e5c1f99 3687854 
libpython2.7-dbg_2.7.8-4_i386.deb
Checksums-Sha256:
 c16b876027aefb07445b2921ad3a1ead4c8d1002888d967b13275d90a7b1dc46 2539 
python2.7_2.7.8-4.dsc
 cbee8ac9a55a17488bf7fddc27c075303457f605003e7457a7d06790314778fb 263771 
python2.7_2.7.8-4.diff.gz
 1ffb2653ecac2c5ea10f376a092b23261af9deea5b123e6c6184d0af5653ff5a 592380 
python2.7-examples_2.7.8-4_all.deb
 9cfc92f2247c78a2f6f6e2697df94851ce41da9bb08e63a95cfe41c15f3e6c03 2677492 
libpython2.7-testsuite_2.7.8-4_all.deb
 bc75e525d5f76dbb6587097f9f29fc99731e350ec314ce853fed5ea1ff6b1de4 294148 
idle-python2.7_2.7.8-4_all.deb
 5dafd9ce1e1fbe2c6e68d0451ba98bf07a9ba6d7b3e6d5a01f90454ba4138aa3 4290672 
python2.7-doc_2.7.8-4_all.deb
 56d6b1c8a2d3542c207e13d005a92fb5709c6df2b2909f7095492e46dfb8f627 243540 
python2.7_2.7.8-4_i386.deb
 9ad5ac662327129d485664f0b4337958de142225b10b4706208e59ac9ee364ad 1892252 
libpython2.7-stdlib_2.7.8-4_i386.deb
 964cf17e9fd9e71b7532679278ef3f41044fc7d77a51aa41df8c0c37bf7152a5 1366158 
python2.7-minimal_2.7.8-4_i386.deb
 0002b199b17edc517e8b35108db80f312d21d3c21641d8b4d8f0fcc42b246e95 348872 
libpython2.7-minimal_2.7.8-4_i386.deb
 2996875e8c57ff89d4fcb1554ce2dc478ac65c581c7ba2ed62588e2f4c390ca9 1073490 
libpython2.7_2.7.8-4_i386.deb
 00b60f58b7a055195520a8c4361f26caa8177b6d993f6bb5beb002bad6b233d8 276516 
python2.7-dev_2.7.8-4_i386.deb
 1ea9cd229e75e1adb7181e4fb2027c3b098602b875fc1e99d309276d705ddbdc 28693532 
libpython2.7-dev_2.7.8-4_i386.deb
 7273c4bcc68a8dda98194002ea29604d3947accf91ce4a7433c5230d67149cb2 5385272 
python2.7-dbg_2.7.8-4_i386.deb
 7b95d0f2ca34f1937d5da8a9a867f67a88297b211eb504b739a33bc9a429f38f 3687854 
libpython2.7-dbg_2.7.8-4_i386.deb
Files:
 705c5d2d03ad8da8501e8add15e8b5e7 592380 python optional 
python2.7-examples_2.7.8-4_all.deb
 ea774029a68df36eb7925119eea8198f 2677492 libdevel optional 
libpython2.7-testsuite_2.7.8-4_all.deb
 beaaaedff4163ebd86f2ffc6504ca960 294148 python optional 
idle-python2.7_2.7.8-4_all.deb
 

Accepted python3.4 3.4.1-9 (source all amd64) into unstable

2014-08-10 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 14:53:46 +0200
Source: python3.4
Binary: python3.4 python3.4-venv libpython3.4-stdlib python3.4-minimal 
libpython3.4-minimal libpython3.4 python3.4-examples python3.4-dev 
libpython3.4-dev libpython3.4-testsuite idle-python3.4 python3.4-doc 
python3.4-dbg libpython3.4-dbg
Architecture: source all amd64
Version: 3.4.1-9
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 idle-python3.4 - IDE for Python (v3.4) using Tkinter
 libpython3.4 - Shared Python runtime library (version 3.4)
 libpython3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 libpython3.4-dev - Header files and a static library for Python (v3.4)
 libpython3.4-minimal - Minimal subset of the Python language (version 3.4)
 libpython3.4-stdlib - Interactive high-level object-oriented language 
(standard library
 libpython3.4-testsuite - Testsuite for the Python standard library (v3.4)
 python3.4  - Interactive high-level object-oriented language (version 3.4)
 python3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 python3.4-dev - Header files and a static library for Python (v3.4)
 python3.4-doc - Documentation for the high-level object-oriented language 
Python
 python3.4-examples - Examples for the Python language (v3.4)
 python3.4-minimal - Minimal subset of the Python language (version 3.4)
 python3.4-venv - Interactive high-level object-oriented language (pyvenv 
binary, v
Changes:
 python3.4 (3.4.1-9) unstable; urgency=medium
 .
   * Update to 20140810 from the 3.4 branch.
Checksums-Sha1:
 63f098dea990a0b10487c140c0edc7e1f0c60db7 2564 python3.4_3.4.1-9.dsc
 3a92b0b89767f3f678e49771b2c9b6c8f6bd2180 1003338 python3.4_3.4.1-9.diff.gz
 aac209a1a54fd971560124c3ce5ccd3682b197e9 392344 
python3.4-examples_3.4.1-9_all.deb
 ecdd0a33218fcc8beca7606ea52225d324c32d29 3008090 
libpython3.4-testsuite_3.4.1-9_all.deb
 3bc33049f66453421eefdc98bff672bb2ee11c5b 81310 idle-python3.4_3.4.1-9_all.deb
 b4f900c32fdfcc7b11347c7dc4399f45eb8bfcce 5240498 python3.4-doc_3.4.1-9_all.deb
 54318f28debdaa5cc3106ec6cda0c70ab1efb05e 200870 python3.4_3.4.1-9_amd64.deb
 b63ad5b2e4bc7cb2f60f1606f3d7b22b111acc48 5444 python3.4-venv_3.4.1-9_amd64.deb
 0bcabe5f7fac53d240502afc1b5dc8009480ec90 2085324 
libpython3.4-stdlib_3.4.1-9_amd64.deb
 843f96fc87a7cfc20e52c25f9c5033a29a5cf7d1 1642948 
python3.4-minimal_3.4.1-9_amd64.deb
 420bd3dd92195f3135bf6dc136abfbe288898f8b 490234 
libpython3.4-minimal_3.4.1-9_amd64.deb
 7302d08a11899b1d66bb1a5a7cdfb080406d4938 1313560 libpython3.4_3.4.1-9_amd64.deb
 24658266b493bc206abe74d50c3e8245e2e41a71 417816 python3.4-dev_3.4.1-9_amd64.deb
 3a1dab4534308a0639aa19cfc15a7f21a9f5dad8 39479106 
libpython3.4-dev_3.4.1-9_amd64.deb
 019c6bb06bda8e25e9d5ed57fdb89ed7e93e27a4 7871420 
python3.4-dbg_3.4.1-9_amd64.deb
 7aeff3e3e61f6d8428a3364d2c718886cd1c32ec 5380596 
libpython3.4-dbg_3.4.1-9_amd64.deb
Checksums-Sha256:
 075ccc18d932ba8cb86eab028f7d8ce55acf0a0c66e6818f135caad997c39cfa 2564 
python3.4_3.4.1-9.dsc
 089c4f1192d54cd0ebac985f9adeb51181cf8a0f58e998ad0f1b03ac452bbb91 1003338 
python3.4_3.4.1-9.diff.gz
 2d6f39cab40b1c684364abf8a20d735997acf9c8ae02faa4190fdc302619b247 392344 
python3.4-examples_3.4.1-9_all.deb
 7202a9da6c8c95d469db75fc74f662636eb69017324358b51ac4cd39d859c426 3008090 
libpython3.4-testsuite_3.4.1-9_all.deb
 f954974b0129160ab04a7cc04caa22f360c2cf76507e7b633f91ddcbccd5f907 81310 
idle-python3.4_3.4.1-9_all.deb
 43063c1afc3bb9ae2e188ebcaec43e7c16d071937f1ad18ba33ecfb65d37dca9 5240498 
python3.4-doc_3.4.1-9_all.deb
 ff300c22286c0a401d643d05b5610ed5d8e2f146a20a788bd2005f6f65f298ee 200870 
python3.4_3.4.1-9_amd64.deb
 d24df5b62c3c2d71460892cd379d66350694b667a2f9de1ca37b1a4a888dc3f6 5444 
python3.4-venv_3.4.1-9_amd64.deb
 aaf8d9e747d7f017f2782c0c71535403f51192c1433ec76923a72dac2af9b6fe 2085324 
libpython3.4-stdlib_3.4.1-9_amd64.deb
 f0a8087e8109a279cac7ecd46c39f6da45a9b74900badf3ee11e5d9eabab63e4 1642948 
python3.4-minimal_3.4.1-9_amd64.deb
 30b8aa6747b72463247e0ccfefeeede09d058d76bebae28e8c07d7fbfc1dcf2a 490234 
libpython3.4-minimal_3.4.1-9_amd64.deb
 3d5355fc742d967aa558b997938dc8aa49136e3d8e1c2cb8a2451fd86b1f038e 1313560 
libpython3.4_3.4.1-9_amd64.deb
 4839f3a4cfba9cadddaf0686d3fdeb8c46508b2cc9b91acae76aafea060a5443 417816 
python3.4-dev_3.4.1-9_amd64.deb
 c87a7718795df99701c0e35b706e86b7c8cb61683269dfd90ff772943274b9e6 39479106 
libpython3.4-dev_3.4.1-9_amd64.deb
 5892e4068d94e97afd49d6f57478ec3c0d81c12546fe979aee0bac6b06dbaf7e 7871420 
python3.4-dbg_3.4.1-9_amd64.deb
 960118145a1ba17cab16fe1fd9b6e99f8cfb15f1322f31b96b550bfaf5ee1ece 5380596 
libpython3.4-dbg_3.4.1-9_amd64.deb
Files:
 7a5fbc9c6fa8db783c7a4430f0c0e54e 392344 python optional 
python3.4-examples_3.4.1-9_all.deb
 95fa86d32525f8dc243a585493894400 3008090 libdevel optional 
libpython3.4-testsuite_3.4.1-9_all.deb
 2adcfd207e3e8de001fc2b9f1490694c 81310 python optional 
idle

Accepted sineshaper 0.4.2-8 (source amd64) into unstable

2014-08-10 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 15:41:40 +0200
Source: sineshaper
Binary: sineshaper
Architecture: source amd64
Version: 0.4.2-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description:
 sineshaper - Monophonic synth plugin with two oscillators and waveshapers
Closes: 757686
Changes:
 sineshaper (0.4.2-8) unstable; urgency=medium
 .
   * Build with autoreconf. (Closes: #757686)
   * Bump Standards.
   * Update VCS fields.
   * Set compat/dh 9.
   * Keywords aded to desktop file.
   * Fixed build with compat 9.
Checksums-Sha1:
 9af9226c0ee0903aae94d8b52cf80da64c39487a 2243 sineshaper_0.4.2-8.dsc
 296487fc330feb3c3b626bd181165cb11b2804fc 6768 sineshaper_0.4.2-8.debian.tar.xz
 0eac889f0a3f33b8ce1f51039e147dfc4283e41d 289768 sineshaper_0.4.2-8_amd64.deb
Checksums-Sha256:
 e54a3d3f81bcbf3f0245e1fadd554a04dc8c95a4a6eac41185a361b26f8d80ac 2243 
sineshaper_0.4.2-8.dsc
 885d75c579dfb42c3b18de563c75941ad338a76d5da5e7c7503bfb52b9df8cad 6768 
sineshaper_0.4.2-8.debian.tar.xz
 246fea0fe62c8c0f9859c161273da2a5318876b3aeead4fa7921088c0776a2ec 289768 
sineshaper_0.4.2-8_amd64.deb
Files:
 4950cab24deb0df27ce6d5bf94841eb5 289768 sound optional 
sineshaper_0.4.2-8_amd64.deb
 048ca78f646dd055213284c83ad26318 2243 sound optional sineshaper_0.4.2-8.dsc
 6ecfd9726be0aa5ae1a65052c09fd87b 6768 sound optional 
sineshaper_0.4.2-8.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT53euAAoJEFsBlFXiuE+lhJQP/RA0D36uOBWLdhyBK+UKfIpb
rJML/7QqbuNFWBMdqyu9k1CkfivhY/hw1s6DYnq+I0UMJ7JW4Cq1nAh7AmIxpkbY
H2lhubHbTIEBD2+uYT7UF8PZCVGg6alRwGaufaTnxUWcn/oDJd1hQC/p3nYMa3lO
JP12Zpd8kXX6SKxorX9FxN9WSz83VZYBpi27h39xp34hg5+DM0wzDCDY/3V+muj7
5PYiDEi6qWj1SBn9Y1Y74YJ5mgvUv0vB/8b4FdGMxnNsMzv52GaC7HzCIx4p5IKj
TPSG9wP/sulQfEKWbtuFaxR0vhq/8kUL1i3Kua3lxbWgB9bpB5ua9TOwG2FISloq
I8smB1IwYmMyRzFvC+y+CJXmU06Z4zgaMDEJbMnPfpnEE5z2oxt6hEVmcEkvBZfk
V1eO9QF1WkpWDVXSK96xi/HmsE5QQkUR2RE/vOwtSrd4SyXEfz0fX9pW1st5oBWv
HjgUI3I1pt3h3pEFa1OiU1lNufsjE3e5fSfvu68lSu0koE/BRegtpwgJDFfl2k0j
JrrPIM3mKCyns1sRVFoBQr9QSERK2my27qCoODwQMFLQV9cHn9lC/6GKnOyRLZoP
QI0DR7SwKXyPJtxmiZU+IxBODOlmD2kvpKrclDQjgfCW30+Ku/EeOafj1p2vzTIn
q57QkUaCRZQlzBNMOjDM
=ohEy
-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/e1xgvsm-0003uo...@franck.debian.org



Accepted ucspi-proxy 0.99-1 (source) into unstable

2014-08-10 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Aug 2014 14:58:28 +
Source: ucspi-proxy
Binary: ucspi-proxy
Architecture: source
Version: 0.99-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 ucspi-proxy - Connection proxy for UCSPI tools
Changes:
 ucspi-proxy (0.99-1) unstable; urgency=low
 .
   * new upstream version.
   * debian/control: Standards-Version: 3.9.5.0.
   * debian/control: fix spelling error.
Checksums-Sha1:
 63ae2d0dd9c16c7614b2f853744a0134cc7a24c0 990 ucspi-proxy_0.99-1.dsc
 4952cc3bc793f62e67002639c209fb993116c1a3 35537 ucspi-proxy_0.99.orig.tar.gz
 bddc9fa0090e67ae4ca90b2a565e198758775e7f 3554 ucspi-proxy_0.99-1.diff.gz
Checksums-Sha256:
 11549333665cd6680563b390a8a4512ad831cb4b3a977e7e8fc7b4cbcb7c5247 990 
ucspi-proxy_0.99-1.dsc
 42943e978f51875e587567c552d349e058b983723c0d80756d1816e3ad560beb 35537 
ucspi-proxy_0.99.orig.tar.gz
 67111cb97d3ddf498ae8a81acd681ad2479ec6862c6af6836953ab748dd9e72b 3554 
ucspi-proxy_0.99-1.diff.gz
Files:
 4b9c6034f2fd67af0fd6d48ba55127e7 990 net optional ucspi-proxy_0.99-1.dsc
 ab702881d28bf3a8f97509ee9cdba2d7 35537 net optional 
ucspi-proxy_0.99.orig.tar.gz
 89c133fb59fdc0502a0ea78cb10901a4 3554 net optional ucspi-proxy_0.99-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPniiYACgkQGJoyQbxwpv+vbgCfRgMRcI7G6CfJ0nPNVcAxAEPm
x6QAmwV5PBDoJ3WQKhyHH5coftGhY+pi
=sO3C
-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/e1xgvt6-0003xk...@franck.debian.org



Accepted libedit 3.1-20140620-2 (source amd64) into unstable

2014-08-10 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 17:51:57 +0200
Source: libedit
Binary: libedit2 libedit-dev libedit2-dbg
Architecture: source amd64
Version: 3.1-20140620-2
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description:
 libedit-dev - BSD editline and history libraries (development files)
 libedit2   - BSD editline and history libraries
 libedit2-dbg - BSD editline and history libraries (debug package)
Changes:
 libedit (3.1-20140620-2) unstable; urgency=medium
 .
   * Upload in unstable with the UTF-8 changes.
 In theory, this should be painless because it just adds new symbols.
Checksums-Sha1:
 bb508e50dcf5361ced02eaa4c779681c0c34c352 2235 libedit_3.1-20140620-2.dsc
 7c3485c7ec01825c2112440ea52a0ceb2a776979 17637 
libedit_3.1-20140620-2.debian.tar.bz2
 06fcfa8c19e07189f15a48e2a446bc4144606bd0 85100 
libedit2_3.1-20140620-2_amd64.deb
 12f43abb00fb2126758824065a0c097fbbd87fed 100640 
libedit-dev_3.1-20140620-2_amd64.deb
 11e887ed3e0b267ea5e3f7a79fcfe8f67eaf30ed 181810 
libedit2-dbg_3.1-20140620-2_amd64.deb
Checksums-Sha256:
 ca5af1e511d53595d6f518c9f4805feba66af23d3c468a92d9e84c1987af7512 2235 
libedit_3.1-20140620-2.dsc
 610d08273c7f73a83dad62b322a520497c12b9714bb1d9b54918c7bc0b3bb6ff 17637 
libedit_3.1-20140620-2.debian.tar.bz2
 3a57eaaeaf34dae83ea5c9fa55b4600a686351d6138a5735c922c9dbb88d1248 85100 
libedit2_3.1-20140620-2_amd64.deb
 1826d4e34e3a6a854c371ec42185040202ac959337152ddc87e756797afa7924 100640 
libedit-dev_3.1-20140620-2_amd64.deb
 1f3b2b658f1f8aa888749edb89aeeb896f18219104abaa2b492f5518f4e32604 181810 
libedit2-dbg_3.1-20140620-2_amd64.deb
Files:
 f3d0b059f14a448f6c2fe4dc6c206c68 85100 libs standard 
libedit2_3.1-20140620-2_amd64.deb
 0220c225a26710ff128ed613e7ad40b9 100640 libdevel optional 
libedit-dev_3.1-20140620-2_amd64.deb
 56b3fcc4b8668307dab448206aebe147 181810 debug extra 
libedit2-dbg_3.1-20140620-2_amd64.deb
 a7c201712e54292788c6189f86a9e597 2235 libs standard libedit_3.1-20140620-2.dsc
 ae46e8a05333169489d3634337391b99 17637 libs standard 
libedit_3.1-20140620-2.debian.tar.bz2

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT55a6AAoJEH5lKNp1LxvhNtwP/0KplfbDx2naEDpfifrrQb8I
GZGkwrkxyyk4zhsT2u3E2asIfQHWNAE0g9Cn74O/ElTW/7+im6nWXnomOCW/Qj0m
CSsydnsLl+IsonizFHW7aP9Ylx47esAOwY5HQyuI98vhfnrK6uiFGxsU6USwnsaj
GWNDJ5EXW+FKA+DAnLb3zXIvdkkAhN+SIRAuTNuR2tjrsZnKUEB0G5z5Qv8xa3CS
WtXMRqBxwyw8VMAl/MTtQgv358iQK8PvSBwFUGBGomnC6Gt/lLgj//JHTa9LnJSH
sMPVEPf25kxbAZofZqwC9aDVZODI3cgPHn+BOqe1sQOglQ9BDcJ3zttLK1XpiOJ6
7gJA8TS/t8xm62YPl+BWRUVaMfIHsdBIS8klQpzXIwMiDn/a5DAQS6EsF6m3qCIP
9KMvViacpHTPLiyqGkkRiK1Xlfouz8go58CH/ZluX17zeLL6QRjlYFhWnbef34+C
wv06k5Ps29jEEb4/ED1Py+INPvfPVNF7cBAY50DEysL7yLkM4V6FgM8vIQ9Id8Tw
qiaWnK5iOXMLtL9JZcietifXkMjJE1kw9hpGhYCBvaBjrsLmZy4xbxRcgLH5KSBi
gOeklRJn4YOzQTkRBMmBOUpp2EobBUKulQ6irQDOs4Xzv8IxmlCslfKYg/yrrsy1
ZLj7Qqk7bTvulMEroI58
=us+I
-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/e1xgvrr-0006d9...@franck.debian.org



Accepted shutter 0.92-0.1 (source all) into unstable

2014-08-10 Thread Andrew Starr-Bochicchio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 11:51:16 -0400
Source: shutter
Binary: shutter
Architecture: source all
Version: 0.92-0.1
Distribution: unstable
Urgency: medium
Maintainer: Ryan Niebur r...@debian.org
Changed-By: Andrew Starr-Bochicchio a...@debian.org
Description:
 shutter- feature-rich screenshot program
Changes:
 shutter (0.92-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release.
- Fixes crash after clicking edit while using certain
  icon themes (LP: #1285287).
Checksums-Sha1:
 cb0678adc954801f19fe48db512dcb0fc77fe6ba 1817 shutter_0.92-0.1.dsc
 6df27b5396005c7758d76a754e17d46f8968f397 3372828 shutter_0.92.orig.tar.gz
 94797957f7ba166536e091435ab0368e41930a03 4212 shutter_0.92-0.1.debian.tar.xz
 229cde68353b808a78ac3503c048bf4a2f4e3dd7 1584716 shutter_0.92-0.1_all.deb
Checksums-Sha256:
 9493f09234f7a4b42e90054c6376129b199b6e5783cc64c6fac80be00950a8e2 1817 
shutter_0.92-0.1.dsc
 262eb3172e92cf9a94b963def1ccff6c5097f99315bd2e73bf6343781b6d600c 3372828 
shutter_0.92.orig.tar.gz
 f3781818620109ea6ed8f4f06459eec89b52922ae253870cd593e8839a409681 4212 
shutter_0.92-0.1.debian.tar.xz
 98b5c1e6fe3b1506becbb7d06c18cb75495caffc0d1454e1012547d13368464f 1584716 
shutter_0.92-0.1_all.deb
Files:
 172a832bbda0cad4788e2993e0c238b1 1584716 graphics optional 
shutter_0.92-0.1_all.deb
 ed1e6956a99e359566f387260d92927a 1817 graphics optional shutter_0.92-0.1.dsc
 95d849c387deceaa0767a859004103db 3372828 graphics optional 
shutter_0.92.orig.tar.gz
 b9f87b2e1ebd7bb1af23a3bc3ec46496 4212 graphics optional 
shutter_0.92-0.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT55anAAoJEDtW4rvVP9yxC3oP/iNhaQsfs8UepNk0CSLtYLUL
pxHK9Z7zezG9/zUzaA75HgGLFNnpMCPh84LBBDQOTunJ3xL+ktQ+6Huuemp86Ndi
e0gK4c36wcsz1ENkqNDYl/6XsFHbrerKpuaH3W/rKuzMRpTtP6fJdlr5KhoH15YD
znjOPLvp5MHYYzMnSLMLakLfUGaskpf68NEPFPsV/vTlEOV4PuwIR8lOAgJli5CS
q6hcTzzBJYQPxR+Qpnf8SQ5SRyJlwAiUluyviqOLEJveBhjBsTUy8zNf5h5bK5T9
Tp1f7cgALLOyzDAkhcnmct9Fs23cQ6wQdFfD6p9n4nU21Hhs0tm290BAoLsoJ6lU
023N/KgQlok+rlcUBH1TPKxaq33s9WzFL3XvdWC0W/bQB4hFesNMveZ02fW8jHBA
dfOahIluaIkcNFk7WmWTxaMdeZp3xPei/u4G5dWmh7kYdJFK2LFn0BLcgGGeQmwH
zwXiGsZSx8K5YpGDhZNxxFOjAX34RS+QBvS6FvlH24LHpX14rZOFFJRCGkiQ2Q3G
VIIPmlYBtT9Bi38Gjy1WFs1yw67Y+kceN0Et6JJuPT3rXC1moIdsPDDxupA0gnIT
so4kBW43NZ3aQrc81MPSkF55MC0KPsaefsnanOhMErkZANcQ82xKjFVbDBtyufux
MQUGPcs85EUoFLRfV8KY
=o1ix
-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/e1xgvsh-0006in...@franck.debian.org



  1   2   >