Re: Bug#749099: ITP: conv -- Simple ASCII,binary,decimal,hex converter

2014-05-24 Thread Jakub Wilk

* Marcio de Souza Olivera m.desouz...@gmail.com, 2014-05-23, 23:53:

* Package name: conv


That's an awfully generic name...


 Description : Simple ASCII,binary,decimal,hex converter


How is it different/better than iprint?

--
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/20140524061629.ga8...@jwilk.net



Re: edos.debian.net is back as qa.debian.org/dose

2014-05-24 Thread Sune Vuorela
On 2014-05-23, Ralf Treinen trei...@free.fr wrote:
 Which packages exactly contain these applets ? I guess in this case we
 should continue providing the xml files with the data, which is quite
 easy to do.

At least kde-workspace has code that can provide it as sources for the
weather desktop widget.
(It is not a debian addition, it lives in kde upstream)

I think at least at one point in time, also others had this feature.

/S


-- 
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/llpk16$f6v$1...@ger.gmane.org



Bug#749108: ITP: python-os-cloud-config -- configuration seed and initialisation for TripleO OpenStack clouds

2014-05-24 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand z...@debian.org

* Package name: python-os-cloud-config
  Version : 0.0.2
  Upstream Author : Robert Collins rbtcoll...@hp.com
* URL : https://github.com/openstack/os-cloud-config
* License : Apache-2.0
  Programming Lang: Python
  Description : configuration seed and initialisation for TripleO OpenStack 
clouds

 This package is part of the TripleO project. TripleO is a program aimed at
 installing, upgrading and operating OpenStack clouds using OpenStack's own
 cloud facilities as the foundations - building on nova, neutron and heat to
 automate fleet management at datacentre scale (and scaling down to as few as
 2 machines).
 .
 This package contains the common code for tuskar and the seed initialisation
 logic, the post heat completion initial configuration of a cloud.


-- 
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/20140524082524.11887.67290.report...@buzig.gplhost.com



Bug#749113: ITP: libplack-middleware-deflater-perl -- compress response body with gzip or deflate

2014-05-24 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: libplack-middleware-deflater-perl
  Version : 0.12
  Upstream Author : Tatsuhiko Miyagawa
* URL : https://github.com/miyagawa/Plack-Middleware-Deflater
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : compress response body with gzip or deflate

 Plack::Middleware::Deflater is a middleware to encode your response
 body in gzip or deflate, based on Accept-Encoding HTTP request header.
 It would save the bandwidth a little bit but should increase the Plack
 server load, so ideally you should handle this on the frontend reverse
 proxy servers.

The module is needed (optionally) for testsuite of libfurl-perl.
It will be maintained in the Debian Perl Team.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQF8BAEBCgBmBQJTgGGGXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWJA4H/0nB/cCFZY6X4qvUhRDggHIs
Lsvg839321mV7dFtzZ499/pb4oNv/64V5NWwAacKE3L0mvx4dgckqLZw3uT7AExQ
xetma5nzdanuzAwOqy/jD/W5t58S3HzBdDjjOFFFNrL93mrwk0qu0M014GYWKnbi
zDqH1bFNS2yCFDRs37JU3x9xTM2dJB961jwsJWFQnFMetkQ1r/Vw7//K65wpS2WS
HH5jJDFxUNHYo55wrYB6wjzRh+mn+5CcweplrAUGqYIunFJRceOgf7776Ilig+Ei
FMLCCsompvYYkKKdaApKsyTU/Cx9wQdLfbLLkamzN4/wUWSAYxOfiWtHgV+6d9Q=
=Y6+/
-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/20140524090826.27394.56508.report...@bastian.jones.dk



Bug#749121: ITP: libplack-test-anyevent-perl -- run Plack::Test on AnyEvent-based PSGI applications

2014-05-24 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: libplack-test-anyevent-perl
  Version : 0.05
  Upstream Author : Rob Hoelz r...@hoelz.ro
* URL : https://github.com/hoelzro/plack-test-anyevent
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : run Plack::Test on AnyEvent-based PSGI applications

 Plack::Test::AnyEvent allows you to easily test your AnyEvent-based
 PSGI applications.  Normally, Plack::Test::MockHTTP or
 Plack::Test::Server work fine for this, but this implementation comes
 in handy when you'd like to test your streaming results as they come
 in, or if your application uses long-polling.  For non-streaming
 requests, you can use this module exactly like Plack::Test::MockHTTP;
 otherwise, you can set up a content handler and call $res-recv.  The
 event loop will then run until the PSGI application closes its writer
 handle or until your test client calls send on the response.

This package improves testsuite of libplack-middleware-deflater-perl.
It will be maintained in the Debian Perl Team.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQF8BAEBCgBmBQJTgHKGXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWwPgH/0RqfR7ZjhNWCiuRjpVYysCp
XjhcVnXgmZVaiw5WBatTs+XXieigLag6UXBYymP/NKi1/kWo5Sn6U9eAdXPJRmzQ
3Bjb6xay0GG+aXwJfQz4pJniOWUx+jmh+Z/k7upX23kft1n6F0X0t1dzik6TCL4B
r2aZM9Bnj/BA3REbqeo3uv13p9w384kP+2Sgjy0n6kujTYzT3IQKpWxSYE5ZhMD1
YLEct45y6xt1OeGI8FSy3Qr5WkHQF+9gv7XeeuZTrV9b5l5wSz8l33rnnMjGjrpR
RNJErxB+ArOQQ+caeEtxyb21F6rYW/rHA+Z+yD5Ayy1BTUMF6a9mbIlxAMqbT78=
=tFlY
-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/20140524102058.26062.43171.report...@bastian.jones.dk



Bug#749125: ITP: libtest-fake-httpd-perl -- a fake HTTP server

2014-05-24 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: libtest-fake-httpd-perl
  Version : 0.06
  Upstream Author : NAKAGAWA Masaki mas...@cpan.org
* URL : https://metacpan.org/pod/Test::Fake::HTTPD
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : a fake HTTP server

 Test::Fake::HTTPD is a fake HTTP server module for testing.

This package improves testsuite of libfurl-perl.
It will be maintained in the Debian Perl Team.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQF8BAEBCgBmBQJTgHpKXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWq9EH/RkrHtIbhZMJNNTta5tXVP6O
o8DzU+nVKtYDsfPsLrBeAny4147iR5qygxgd7tAHfgkfFH3iyC0S+NpYppYlKboG
Cap+H76tVTPlhYhqIhj5FJUroDjDnct+Ve3kaLAVHGEardrKQPOXAWvdBq8SQ/sp
Gjn7QHOXt2pg+3FVd+o7/NzCWAr7x9Qg+f5dF3E4aRRIV+Ml0I/gBnxadN84RvUV
QKf/CzpKBFjLvS1kmL/kkiUtg60qExru70kSfuTpUMG+H4RDBC+EI+b3t+Vi2Q5q
hE54safDWA9Wf0CEjs2E+HK/MMQyJq7c34xT2NmE0/ztH0T47hkAZ7jPsXGkoug=
=8yp5
-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/20140524105402.28823.46232.report...@bastian.jones.dk



Re: edos.debian.net is back as qa.debian.org/dose

2014-05-24 Thread Holger Levsen
Hi Ralf,

On Freitag, 23. Mai 2014, Ralf Treinen wrote:
 the redirection will be done soon, as soon as the generation of the xml
 files for the weather applets is in place. An announcement to dda will also
 follow later, maybe when I have completed some more of the features.

cool.
 
 To which pages of the old edos.debian.net exactly does piuparts link?


$ git show -1 | magicpipe
commit eca0405122dfe1a8fd8276ef0008d9428a7ff1bc

EDOS is now Dose, update links

-of this kind see http://edos.debian.net/file-overwrites/.
+of this kind see http://qa.debian.org/dose/file-overwrites.html

-echo caught by other tools like britney or 
http://edos.debian.net/edos-debcheck/;
+echo caught by other tools like britney or 
http://qa.debian.org/dose/debcheck.html;

-  a href=http://edos.debian.net; target=_blankEDOS tools/a
+  a href=http://qa.debian.org/dose/; target=_blankDose tools 
(former: EDOS)/a

  And, those weather icons should definitly come back! They're cute! :-)
 Hmm, there seems to be some popular demand, so maybe I will reconsider ...

:)


cheers,
Holger




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


Bug#195481: Freie Stellen für Sie vom 23.05.2014

2014-05-24 Thread Trum Vermittlung

Sehr geehrte/r Arbeitsuchender,

folgendes Arbeitsangebot ist für alle geeignet, da diese Arbeit ohne besondere Anforderungen auch von zu Hause zu bewerkstelligen ist. Der Arbeitnehmer hat keine Ausgaben und muss keine besonderen Kenntnisse mitbringen. Die benötigte technische Ausrüstung wird von uns frei zur Verfügung gestellt. Zu Ihren Hauptaufgaben gehört das Digitalisieren von Buchwerken, das Bücher Einscannen, das Erstellen von Buchwerken, die Betreuung von Onlinebibliotheken und die Koordinierung. Wir bieten eine attraktive Vergütung in Höhe von 17€ pro Stunde. 

Unser Betrieb verfügt über internationale Außenstellen auf der ganzen Welt und wir arbeiten in der Medienindustrie. Zur Zeit suchen wir nach neuen Mitarbeitern. 

Was Sie mitbringen sollten: Sie verfügen über ein Paar Stunden Zeit am Tag, Sie besitzen eine teamorientierte Arbeitsweise, Sie arbeiten gern von zu Hause, Sie besitzen Flexibilität, Grundkenntnisse von MS-Office sind von Vorteil und sie verfügen über ein Paar Stunden Zeit am Tag. 


Konnten wir Ihr Interesse wecken? Dann freuen wir uns über Ihre Bewerbung! 
Senden Sie Ihre kompletten Unterlagen an: mikaelaroebu...@gmx.com
Wir freuen uns auf Ihre Bewerbung.

Mit freundlichen Grüßen

Trum Vermittlung


--
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/=?UTF-8?Q?30b4b605.0b535b992fe09f28@TinoAnschütz-PC?


Re: Bug#749099: ITP: conv -- Simple ASCII,binary,decimal,hex converter

2014-05-24 Thread Henrique de Moraes Holschuh
On Sat, 24 May 2014, Jakub Wilk wrote:
 * Marcio de Souza Olivera m.desouz...@gmail.com, 2014-05-23, 23:53:
 * Package name: conv
 
 That's an awfully generic name...

Agreed.  And for something rather limited.

  Description : Simple ASCII,binary,decimal,hex converter
 
 How is it different/better than iprint?

Or printf in bash, or the correct use of ibase and obase in bc...

We really have way too many ways to convert between bases already.

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


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



Re: Bug#749099: ITP: conv -- Simple ASCII,binary,decimal,hex converter

2014-05-24 Thread Tollef Fog Heen
]] Henrique de Moraes Holschuh 

   Description : Simple ASCII,binary,decimal,hex converter
  
  How is it different/better than iprint?
 
 Or printf in bash, or the correct use of ibase and obase in bc...

I'm not sure how to get command line printf to do binary, but iprint
seems to be a match or a superset.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/m2tx8en8qo@rahvafeir.err.no



Bug#749182: ITP: golang-coreos-log -- simple logging library for Go

2014-05-24 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: golang-coreos-log
  Version : 0.0~git20140520
  Upstream Author : CoreOS Inc.
* URL : http://github.com/coreos/go-log
* License : Apachev2
  Programming Lang: Go
  Description : simple logging library for Go

This is a simple logging library for Go. It supports different Sinks
for log messages, and can filter log message based on message
priorities.


(this is a dependency for etcd)


-- 
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/20140524222534.18552.17296.reportbug@localhost



Re: Bug#749099: ITP: conv -- Simple ASCII,binary,decimal,hex converter

2014-05-24 Thread Marcio Souza
Em 24-05-2014 03:17, Tollef Fog Heen escreveu:
 How is this different from i(1) in the iprint package?
Hello to all,

The purpose is the same iprint. The difference is that it allows you to
choose the conversion option.

Usage: conv [mode] arg1 arg2 arg3 ...

Convert:
- Binary to decimal b2d
- B2h Binary to hexadecimal
- Binary to ASCII b2a

- d2b Decimal to binary
- D2H Decimal to hexadecimal
- d2a Decimal to ASCII

- h2b Hexadecimal to binary
- Hexadecimal to decimal H2D
- h2a Hexadecimal to ASCII

- ASCII to binary a2b
- a2d to decimal ASCII
- A2H ASCII to hexadecimal

Other:
-h - help Print this help
-i - info Print information about program

Ie you can only get the result you want. What can be more useful
depending on the situation and need.

-- 
Marcio de Souza Oliveira
LPIC 1 - Linux Professional Institute
Novell Certified Linux Administrator
Novell Data Center Technical Specialist (DCT)
Cursando Gestão de Tecnologia da Informação - Unisul
Visite nosso site (http://respirandoti.com.br)
 
---
ATENÇÃO !!! 
Se houver documentos de escritório incluídos neste e-mail,
eles poderão estar no formato ODF, um padrão aberto, 
gratuito e homologado pela ISO e ABNT.
Para visualizar ou editar, basta copiar e instalar o LibreOffice em
http://www.documentfoundation.org/

Cansou de vírus, pragas virtuais, travamentos e falta de desempenho?
O melhor anti vírus é usar Linux :)
Conheça o Debian (http://www.debian.org/) 
Conheça o Mint (http://www.linuxmint.com.br/‎)
Conheça o Fedora (http://fedoraproject.org/pt/)
Ubuntu (http://www.ubuntu-br.org/)




signature.asc
Description: OpenPGP digital signature


Re: Redefining critical bug severity

2014-05-24 Thread Manoj Srivastava
On Tue, May 20 2014, Russ Allbery wrote:

 Arto Jantunen vi...@debian.org writes:

 Because a package that doesn't work at all (and thus breaks rdeps) isn't
 as broken as a package that wipes the root fs on installation.

 Note that the latter breaks the whole system, and hence is critical
 regardless of this distinction.

True. But we might have a package whose breakage is not as
 extreme: It does not remove the roof file system, it just cases another
 package (say, xtank, or flex pr ccache) to break. It is not breaking
 all the system, so is not by itself critical.

There is a gap in the wording, an unless  the bug happens to
 match other criteria that make it more than serious, it will default to
 normal.

Having an subset of the system, where the software does not
 explicitly depend on the package in question, without breaking the
 system as a whole -- is that release critical? What if a package turns
 /var/games immutable? Does nto break the system -- until something
 wants to write there.

As long as such breakage remains serious, I can't, as Russ put
 it, become too excited about it.  It was not clear to me that braeking
 independent packages is covered under some other clause, though, s long
 as the whole system is not compromised.

manoj
-- 
The shortest measurable interval of time is the time between the moment
I put a little extra aside for a sudden emergency and the arrival of
that emergency.
Manoj Srivastava sriva...@acm.org http://www.golden-gryphon.com/  
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20  05B6 CF48 9438 C577 9A1C


signature.asc
Description: PGP signature


Bug#748556: #748556 general: Power Off does not work

2014-05-24 Thread Yunus Ariyanto
My laptop (ASUS A45VD) does not shutdown after i click on power off,
and does not reboot if click on restart.

-- 
Yunus Ariyanto


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



Accepted blktap-dkms 2.0.93-0.3 (source amd64)

2014-05-24 Thread Bob Ball
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 23 May 2014 11:46:01 +0100
Source: blktap-dkms
Binary: blktap-dkms
Architecture: source amd64
Version: 2.0.93-0.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Xen Team pkg-xen-de...@lists.alioth.debian.org
Changed-By: Bob Ball bob.b...@citrix.com
Description: 
 blktap-dkms - Xen API blktap kernel component DKMS package
Closes: 748953
Changes: 
 blktap-dkms (2.0.93-0.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch for compatability with kernel 3.14+
   * Closes: #748953
Checksums-Sha1: 
 cec267d1fe745e7218431046ad90b090b0ccd506 1979 blktap-dkms_2.0.93-0.3.dsc
 af7c6e5ebad170631302e99813672b0c33317e13 4896 
blktap-dkms_2.0.93-0.3.debian.tar.xz
 ad7baf810f05bee7ec3530bad445cf17f8199d78 18134 blktap-dkms_2.0.93-0.3_amd64.deb
Checksums-Sha256: 
 cd3c6c74004b363bd881eb94d0ef6a38372218df20a9e4aede7efe62aab29d81 1979 
blktap-dkms_2.0.93-0.3.dsc
 78c855b17e9682d867223d949409b0cf2ea2507e9c9a9c55630f78463ea29687 4896 
blktap-dkms_2.0.93-0.3.debian.tar.xz
 212553b084af0c6ff29c447ab97149bee4df9ed73d502936484305f7f91bda72 18134 
blktap-dkms_2.0.93-0.3_amd64.deb
Files: 
 8a0f66ad9818164391b82f2ef4a677f7 18134 kernel optional 
blktap-dkms_2.0.93-0.3_amd64.deb
 cdab941cfa36b5afa36dac39eed9a94d 1979 kernel optional 
blktap-dkms_2.0.93-0.3.dsc
 d18c7f3c339ef96e4dbdb335fa693ac5 4896 kernel optional 
blktap-dkms_2.0.93-0.3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgEIsAAoJENQWrRWsa0P+q2wP/3fbLqfTSpfCkT2bh4BS0C23
zAfMUwUn2LUQ21UqLcbPMZ+yxUx4sb4z/KZeWCeh4+xPl/tp2BJQKXFLMrlRi4en
Ep3V4HiRCjWa17y2K3IldK4OmlbdzB9Z3AlndwqWyaLKeDernkSOeltftttnQvpa
zduuzneBbXaH9Hbv5/8e5jmlhTrSXv0meQct7BVmb7+hvSDA0U+185MUoRwjNEtH
tKtawBw4Y9EFydxx+nQSivPCGHVpUpZ1575JmzeXzCCK5Dljz5dAcvO2QkCmiSE7
Wj/Ux8Hcci0Jv18w5rmKDCBrt+MCsPcbd7hLXzdBXpwIYdoqaN9A7xFHKTVEabP/
areG67yKJe0qR1+RbPida+k6ijVJd2F52qT2eO+9ZDMICv3c0QPo0Jdies9ppyKk
ZEn22cV5npN8lJu8aijVQjJVSKRbMkRE3q6Y+a74mfBAVsX1bTjZM+rrjq2GmP2b
TIObRxIYoyTsCpvOFgnKeXQngbeC9kxi8lY0jx2m2qX/VOwrJ/ADKAYCzWHTA6xx
o8n9s8k7PNPNBawm5fckKZJZhsLruBqM2QGV217B37+c9wkAlTGpst0m1QwaEe+p
clrAEvDk9k7m9eq4KGwtZFpOTfMcJ4kf1sTzHxrfqHVMe2gefYFf/Pdw0adJbI4x
OaYqpZXf9qKQtQXA2ovV
=w/wa
-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/e1wo5za-0005t7...@franck.debian.org



Accepted freeglut 2.8.1-2 (source amd64)

2014-05-24 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 08:59:05 +0200
Source: freeglut
Binary: freeglut3 freeglut3-dbg freeglut3-dev
Architecture: source amd64
Version: 2.8.1-2
Distribution: unstable
Urgency: medium
Maintainer: Anton Gladky gl...@debian.org
Changed-By: Anton Gladky gl...@debian.org
Description: 
 freeglut3  - OpenGL Utility Toolkit
 freeglut3-dbg - OpenGL Utility Toolkit debugging information
 freeglut3-dev - OpenGL Utility Toolkit development files
Changes: 
 freeglut (2.8.1-2) unstable; urgency=medium
 .
   * [2c0bc01] Set canonical VCS.
   * [0e0c4d2] Set Standard-Versions: 3.9.5. No changes.
   * [426cece] Remove logo-download.
   * [2804176] Add autopkgtests.
   * [5da44c7] Use wrap-and-sort.
Checksums-Sha1: 
 15319082004a30599b8e992796c807471aaa937b 2197 freeglut_2.8.1-2.dsc
 3bb4808f0915138950d14ab609c432b8a7d8eca3 17596 freeglut_2.8.1-2.debian.tar.xz
 8d7ad41429ab24cc9fc9f69e60b2f07d8261d4f0 124104 freeglut3_2.8.1-2_amd64.deb
 6b8e1ef6948d3c5c77124accbda464a654674ad7 216606 freeglut3-dbg_2.8.1-2_amd64.deb
 f9e9a9fab018ac75344c01835ea05487138ded7e 176610 freeglut3-dev_2.8.1-2_amd64.deb
Checksums-Sha256: 
 3247a3126e829a319b3bfb1d74e99ab322cbf81df2b82f0aeef6544cd5f1ee68 2197 
freeglut_2.8.1-2.dsc
 7c43305b9d45829ea7619ba4635f86698054f48f7cae94b2d51dbe566fc67b67 17596 
freeglut_2.8.1-2.debian.tar.xz
 b7f5da3f07e385d19326599bdd847e54bd1d2f357dce5fa9d9e6f4e9e490e6bd 124104 
freeglut3_2.8.1-2_amd64.deb
 61092328610fd40bc27970ce01a250b90c39100b50c051c441a729370eac730f 216606 
freeglut3-dbg_2.8.1-2_amd64.deb
 82d005caeba5cc80752acc38bf5a5ebf53e99473683d1521df3529ce58495f8b 176610 
freeglut3-dev_2.8.1-2_amd64.deb
Files: 
 f7f6da9b747a58a352e4b299036af324 124104 libs optional 
freeglut3_2.8.1-2_amd64.deb
 3b864275196a0cbe9643b08365f2c3b5 216606 debug extra 
freeglut3-dbg_2.8.1-2_amd64.deb
 10fac19f2a8a445f84d042ef7af83614 176610 libdevel optional 
freeglut3-dev_2.8.1-2_amd64.deb
 3dc8fd50234d497548a5a2a47ec21d49 2197 graphics optional freeglut_2.8.1-2.dsc
 be2c6c11ef39fa1f679a85e4aabb3c2f 17596 graphics optional 
freeglut_2.8.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTgEkDAAoJENPhc4PPp/8GuEUP/04+57esMqGXisVQpx+fle/a
q0sbfEfqVTkg7HgqEQyR/xqIfNd5UperUwPEcMIE5DIAjaDVkEOd8YYwFTTSsSXx
z9qupF29ks0WZJgO8TmbCD7t0uNHooSXnwEaSh0D2wu5lCITVigCy7k0bXRZore7
bBb90NF4GJEBwSrEwW5XfZMVTssufK5Wrb9tWR3GCY1+TZyjQ2XF67BleSl9Amka
O0x2F8j1lPu2VlpQxhF7ygGn1rOD4SVrHy5C0La5WWDTuNTooh6v+BWHHmt4kmlW
k/Hjbmt7HP+cvL3ltPrQW3ywIEbaox9q67WYuJdPWeHiPJO+HyeesA6WECgBnWvz
m9FQJ0c9FUjEK8SLDm2CzOJQFbGzkF0W6hcWhUkYSeqnobUEhThQ/eSQ4VPJFWy9
Ay2GnNa+rGeFtczVDiE5F2m4vARYX5+o452dRLFtwO4u0CfESoGNrzKpNZbJ/5hw
ZvmGUFP7f0ro8KsVyrH8msyt4peDEHuBn27tBXG8uK6YWq+aqTO56Q1yQZtgUOlB
41Sct4PHMUSQx+P4rAhPree1gqQcEjaIAssVTORh2RW51a4grLxjfwlnZhdVrP7C
Hejf7Zt3xQvW59i5v/Rp/Ao7FFX2nz8Fd/GFGCUSc8mov4qt63/s+vhqs5hM5+ue
Y9Ifn9uHbaejGEGm+qnt
=ysYz
-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/e1wo6sb-0007qw...@franck.debian.org



Accepted nsscache 0.27-2 (source all)

2014-05-24 Thread Jamie Wilkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 13:10:49 +1000
Source: nsscache
Binary: nsscache
Architecture: source all
Version: 0.27-2
Distribution: unstable
Urgency: medium
Maintainer: Jamie Wilkinson j...@debian.org
Changed-By: Jamie Wilkinson j...@debian.org
Description: 
 nsscache   - asynchronously synchronise local NSS databases with remote direct
Changes: 
 nsscache (0.27-2) unstable; urgency=medium
 .
   * Remove suggests: on python-zsync, which doesn't exist.
Checksums-Sha1: 
 8c4104e73b4fc2e79b4b82537a32ee492319be9b 1311 nsscache_0.27-2.dsc
 0f3e66b62684f525ff414d99b4a9706776fdc014 12980 nsscache_0.27-2.debian.tar.xz
 7a60cec17f61e43f5242cf450d42469a24c396dd 80858 nsscache_0.27-2_all.deb
Checksums-Sha256: 
 fed452f9c07edbd2864d934ceb37e0283e20d21de3b0d97615b8477f86d38783 1311 
nsscache_0.27-2.dsc
 bdbfa0ee19a18df12a30732f1bdf457ef5f50d24aa947ea6a9fd3f122e9800fc 12980 
nsscache_0.27-2.debian.tar.xz
 a38cc5f8fe062d0adb15548470d7c7719a744a950c8f68a96e715aa2178d76dd 80858 
nsscache_0.27-2_all.deb
Files: 
 a8f768b17dfcb70475c7b995426d48c3 80858 admin optional nsscache_0.27-2_all.deb
 7fc51d7022c81b3f0d1455a07d811908 1311 admin optional nsscache_0.27-2.dsc
 55cbfd267753ddd721e7f638e40b12eb 12980 admin optional 
nsscache_0.27-2.debian.tar.xz

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

iEYEARECAAYFAlOADigACgkQ5u9oNyz9HDi6iACg0uV5qrXhg4jiCnS5OkFjk3WM
UGgAnR6b2fQc1qAxKtp9ISE1IQ3/J+38
=2LoU
-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/e1wo6tp-0008a8...@franck.debian.org



Accepted qtwebkit-opensource-src 5.3.0+dfsg-1 (source amd64 all)

2014-05-24 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 23 May 2014 21:53:24 -0300
Source: qtwebkit-opensource-src
Binary: libqt5webkit5-dev libqt5webkit5 qml-module-qtwebkit libqt5webkit5-dbg 
qtwebkit5-doc-html
Architecture: source amd64 all
Version: 5.3.0+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 libqt5webkit5 - Web content engine library for Qt
 libqt5webkit5-dbg - Web content engine library for Qt - debugging symbols
 libqt5webkit5-dev - Web content engine library for Qt - development files
 qml-module-qtwebkit - Qt WebKit QML module
 qtwebkit5-doc-html - Qt 5 webkit HTML documentation
Changes: 
 qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium
 .
   * New upstream release.
   * Do not build qtwebkit5-doc from this source anymore. It will now be built
 from qttools. In this way we allow qttools to build depend upon
 libqt5webkit5-dev without creating a circular dependency.
   * Do not force dh_builddeb to use xz compression: it's now the default.
   * Bump Qt build dependencies.
   * Remove fix_ftbfs_in_archs_without_jit_support.patch and
 dont_pollute_pri_and_pc_with_private_deps.patch, applied upstream.
   * Refresh no_gc_sections.diff.
   * Install headers in their new multi-arch qualified path. Mark the
 development package as Multi-Arch: same.
   * Take into account the new multi-arch path for removing the private
 headers.
   * Update symbols files with current log. The missing symbols are private
 stuff not present in any static method.
   * Remove the transitional package libqt5webkit5-qmlwebkitplugin.
   * Switch debugging symbols for amd64 to gstabs until we are able to build
 normal symbols again.
Checksums-Sha1: 
 63ffd67c2a79a112e5ff80e63bed9b0782679109 3170 
qtwebkit-opensource-src_5.3.0+dfsg-1.dsc
 34bf0dc4fa4571121cdad0a6647380e04dbcc226 35120220 
qtwebkit-opensource-src_5.3.0+dfsg.orig.tar.xz
 6a50d6d385f4f50599d05bb53b5f7d691b600dff 92168 
qtwebkit-opensource-src_5.3.0+dfsg-1.debian.tar.xz
 0d9c37892963f4871debadd5cc94c55b0f632453 76692 
libqt5webkit5-dev_5.3.0+dfsg-1_amd64.deb
 20227e3ee0a648fda0a2fcf1d287e42a499a1567 8826010 
libqt5webkit5_5.3.0+dfsg-1_amd64.deb
 f1206ea358ae243470c4b375e3bb82235bd42838 73806 
qml-module-qtwebkit_5.3.0+dfsg-1_amd64.deb
 6bc5c823e7ab5aee4dcdb22a451f40677d50ebba 55867206 
libqt5webkit5-dbg_5.3.0+dfsg-1_amd64.deb
 508bb590c192507853f4a868a5967a4ecbc348bb 584340 
qtwebkit5-doc-html_5.3.0+dfsg-1_all.deb
Checksums-Sha256: 
 e939032fff7f146ef8d5e381a12e9dc857ee6af815f2a41d1f109c3243965f15 3170 
qtwebkit-opensource-src_5.3.0+dfsg-1.dsc
 dafb7d3bb47698b4e0216a6e379e0a3688507f1751274f12c1576bb6e2d24f37 35120220 
qtwebkit-opensource-src_5.3.0+dfsg.orig.tar.xz
 40c4676c04b26cd624f04c5b72474390a11b9f6587640686379bfa64ed107cef 92168 
qtwebkit-opensource-src_5.3.0+dfsg-1.debian.tar.xz
 e233aa0841730ee26cec7279726fd53883bbe5d72b0e97fc6342b5173592d6bd 76692 
libqt5webkit5-dev_5.3.0+dfsg-1_amd64.deb
 b7f337640b10b1501f13a36be001735c0a6fa336f621f8ff2d6b42d4a7682ff5 8826010 
libqt5webkit5_5.3.0+dfsg-1_amd64.deb
 a0e24480983cc45550bb9b080d469550c97687d170166a659de27159848cad06 73806 
qml-module-qtwebkit_5.3.0+dfsg-1_amd64.deb
 83c01bc90425478a97f0822c18745ae772e068c9404de421c03c49fef43e9238 55867206 
libqt5webkit5-dbg_5.3.0+dfsg-1_amd64.deb
 b6e3968d3ec1a06aac799efc29b709c5d147f89b2b2b2c31d8bec5980e670ce4 584340 
qtwebkit5-doc-html_5.3.0+dfsg-1_all.deb
Files: 
 94ac8e8f1029ace3add6044841a9b5c5 76692 libdevel optional 
libqt5webkit5-dev_5.3.0+dfsg-1_amd64.deb
 dbd7f5d1b335ad804bda27696a484732 8826010 libs optional 
libqt5webkit5_5.3.0+dfsg-1_amd64.deb
 33c1c6d9e88155d2046d6f6f1252d293 73806 libs optional 
qml-module-qtwebkit_5.3.0+dfsg-1_amd64.deb
 45c20248991594be68708d5d531e99dc 55867206 debug extra 
libqt5webkit5-dbg_5.3.0+dfsg-1_amd64.deb
 cdc9f547892ceacfbdac7fd849e8bf9d 584340 doc extra 
qtwebkit5-doc-html_5.3.0+dfsg-1_all.deb
 6ecf926ef51dabb99f39d8cba542d0b1 3170 libs optional 
qtwebkit-opensource-src_5.3.0+dfsg-1.dsc
 28ecd85cd4362eed646012517a2833dc 35120220 libs optional 
qtwebkit-opensource-src_5.3.0+dfsg.orig.tar.xz
 643582cfa29ff2f185d6a06bc1bd68f4 92168 libs optional 
qtwebkit-opensource-src_5.3.0+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgAo+AAoJEKtkX0BihqfQnsIP/AgYHruZNtrmPi6+Q20tM0/B
xJU5WbmCPJS+N255A4GVYFQ3Ske+i/rlN/KfgTVQlnfRaKZTtdVeDDIPl88ULmgP
R5/jnaFIfuEK+Jja3AwcVDjGsJ9BX68bbIswlSIW7WtILYxfEg7v7w0dENBlgLPf
/bBdevvhywN32YfVAqm4Qgio9zcX1w8ALDvX3ZhXfVh31iG0hkpyDkW2s9Vm1tRu
GTEZ3bgRsA2+c66h6z89/g6OUTJRdJbh7+1ZtOGIryScjMhRzD92GS4bOvxPgAcU
0tVwHEYaQiL5S2HfJfZw8hTl7tWC7Lk49YrmtiEsd37kb709hllMTqGx+HYmpTLT
l3HJaGAxFeAidEqXSS72g7rLTfTP7Ecaf7is2lk3N+5a8+WsuRVpsqVxpYi4gJxy
q5SkAm/yZlofuLsyCTKC1Pg9gpC2xB7RwbkRWBZwBY9BeE8i+xBbmyOYyTNNQjle

Accepted r-cran-stringr 0.6.2-2 (source all)

2014-05-24 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 23 May 2014 11:23:24 +0200
Source: r-cran-stringr
Binary: r-cran-stringr
Architecture: source all
Version: 0.6.2-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-stringr - Make it easier to work with strings
Closes: 748985
Changes: 
 r-cran-stringr (0.6.2-2) unstable; urgency=medium
 .
   * cme fix dpkg-control
   * debhelper 9
   * remove dependency from r-cran-plyr
 Closes: #748985
Checksums-Sha1: 
 e574098c765cdb97db927246da285dcb633c480e 2048 r-cran-stringr_0.6.2-2.dsc
 537bc7a2722565800850a392f04bc2c65a09709e 2268 
r-cran-stringr_0.6.2-2.debian.tar.xz
 9908d3831dee81a8a6d3cb87afc1ec360c3f5295 71800 r-cran-stringr_0.6.2-2_all.deb
Checksums-Sha256: 
 cdf048af4f7232a31c67fbde6ff39da03f1292c565eb73966e6c873b132333cd 2048 
r-cran-stringr_0.6.2-2.dsc
 fe7a1484d510c6850a2532828ec9f4ea0cbc6b01d783261c840e6c4a9d094966 2268 
r-cran-stringr_0.6.2-2.debian.tar.xz
 a8272845347de7a0d279e47ebcf6480a65b0b709e49d7fe3d6aadee63b6842d4 71800 
r-cran-stringr_0.6.2-2_all.deb
Files: 
 b6eb4b8995c7248e51fff5fda70003a6 71800 gnu-r optional 
r-cran-stringr_0.6.2-2_all.deb
 f71a623a9a9c5b958300b4292c2bd1e5 2048 gnu-r optional r-cran-stringr_0.6.2-2.dsc
 e77f2ebb7964a07f72b8f87d59519478 2268 gnu-r optional 
r-cran-stringr_0.6.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTgD9qAAoJEFeKBJTRxkbR1bgP/28rO3hNSsvFxCzGmR38YNGE
10V9E7lb/og66SEPyTWvN/iqLsURJ01nuimvePiBdv9GpktVbsyWwBDxfk3ipeCe
+sqRgATYeJqIECw2e3oPE+eqEG5S/35RUg0Qg7Fw1ADjrT+PE3OuVHBvJe49EtVv
evaEJCp3VF0qXH2pZEXqcklvbDJiENHCfzA3YU42aT6bE1Nut0ILxka67ELvo28m
9frA6opt+o9FocdcWyMU1p4F6BoHqM7YUeKm3HUhV+n5g95pwwQoU9qnkBaRti1A
BXCgSvt1n11jfUNkHs7DqHzqT8ZX9YXXnF9Mgh0eMLgVwUe5qsg43EFATVeza63+
CXwrEXVTPQUzo6xNJ7hHMUHiZxZOmNXgCHfUaYujgXV5QSNb+kJ6Q4Acb4U8P1Rs
1RjT2MhZrAnz5ufLpq9vvrhaa0BAGq6tfz06oqzbpuSCnHTku+HG3dCtuhOSmV6V
noywlMPjpativd3HID9TL6w2BL7NZoHkdeq9ghyGo312Cb3Iyd1BZ6xb1Xl6xUC9
BG7KkBXipJXZR70q/6vX06PXpJCIip7xEwVehp6e4ksmkvGy4/mqojheQ2RTordE
DcESc9gbjltVDkUKjWHjJNN0x3h0f9Zq6c7JdtPDR6gy3R/zQ10jKyaUjXqk0A6/
/WZa+WsyamNufNareXVQ
=r2cs
-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/e1wo6ur-0008o9...@franck.debian.org



Accepted slepc 3.4.2.dfsg-2 (source amd64 all)

2014-05-24 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 06:19:38 +
Source: slepc
Binary: libslepc3.4.2-dev libslepc3.4.2 libslepc3.4.2-dbg slepc3.4.2-doc
Architecture: source amd64 all
Version: 3.4.2.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Christophe Prud'homme prudh...@debian.org
Description: 
 libslepc3.4.2 - Scalable Library for Eigenvalue Problem Computations
 libslepc3.4.2-dbg - Scalable Library for Eigenvalue Problem Computations
 libslepc3.4.2-dev - Scalable Library for Eigenvalue Problem Computations
 slepc3.4.2-doc - Scalable Library for Eigenvalue Problem Computations
Changes: 
 slepc (3.4.2.dfsg-2) unstable; urgency=low
 .
   [ Anton Gladky ]
   * Add copyright information of files
 src/eps/impls/external/blopex/petsc-interface.*
 Thanks to Paul Tagliamonte.
 .
   [ Christophe Prud'homme ]
   * upload
   * add ${shlibs:Depends}  to -dbg Depends lines to fix lintian
Checksums-Sha1: 
 a99d930d5f3d122937face6b896373b44f164c6b 1662 slepc_3.4.2.dfsg-2.dsc
 f325742c9b7d2a0b64788ac59aaebb03755366f5 8966 slepc_3.4.2.dfsg-2.diff.gz
 08f889c1eb3ed459a18b9903c0a0e421d3160573 736548 
libslepc3.4.2-dev_3.4.2.dfsg-2_amd64.deb
 7dc7b1eb4c3b4651a9141744fb887b79f057558d 395536 
libslepc3.4.2_3.4.2.dfsg-2_amd64.deb
 78cece12fae198288d747d9b1e151b5634b36a7d 1200346 
libslepc3.4.2-dbg_3.4.2.dfsg-2_amd64.deb
 2a450e72b862140e402a6a2c3dfa1771be5c87e3 278182 
slepc3.4.2-doc_3.4.2.dfsg-2_all.deb
Checksums-Sha256: 
 83329bff6adcb4e89693c8519c386a81e106ccfbdab2dbb91758a9514018aa3a 1662 
slepc_3.4.2.dfsg-2.dsc
 b89de73ad7ff65ee5fafe8165188454ccdec5212f4110b5cee92b8b2b1a6c2da 8966 
slepc_3.4.2.dfsg-2.diff.gz
 21d83fc80165c6079b4b831e7f0a770bb57c12619ed1aa7b2b7f9a6f7e2cd887 736548 
libslepc3.4.2-dev_3.4.2.dfsg-2_amd64.deb
 7b8009a84f16818e3e2abeeada3acfdd8acb831a18f8599475c247a0b878f614 395536 
libslepc3.4.2_3.4.2.dfsg-2_amd64.deb
 9c7bc089c29e416f77be4aeaa3b4fcdafdfb9be204dcfb45ded5e50f52c38cb9 1200346 
libslepc3.4.2-dbg_3.4.2.dfsg-2_amd64.deb
 b8ef49a42e4b03b60f8500c63ac747babb884387bb5c861d76d08cea71179730 278182 
slepc3.4.2-doc_3.4.2.dfsg-2_all.deb
Files: 
 d04b2b204f0fd4254032eb316a8878ef 736548 libdevel extra 
libslepc3.4.2-dev_3.4.2.dfsg-2_amd64.deb
 9a25468a338f82faad1cfc12431459d6 395536 libs extra 
libslepc3.4.2_3.4.2.dfsg-2_amd64.deb
 e973497304c0355ed4c68d3ee42730bc 1200346 debug extra 
libslepc3.4.2-dbg_3.4.2.dfsg-2_amd64.deb
 e20d6b6b2c63578273ced4a01c7d69ff 278182 doc extra 
slepc3.4.2-doc_3.4.2.dfsg-2_all.deb
 3a900a7a92dc727f137bcf76ffc8c59b 1662 libs extra slepc_3.4.2.dfsg-2.dsc
 5c3dcb4bb798a92d1fc78e4df33d0ad9 8966 libs extra slepc_3.4.2.dfsg-2.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFTgEd2oY+0C9S+FFARAvowAJ9cjUlW/OgUv8tycxdSkZn+NVPcRQCeLGjb
qbYljiNUIoSxpLd/rsrw7dc=
=BwqF
-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/e1wo6vi-4r...@franck.debian.org



Accepted tdb 1.2.13-3 (source amd64)

2014-05-24 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 24 May 2014 03:51:19 +0200
Source: tdb
Binary: libtdb1 tdb-tools libtdb-dev libtdb1-dbg python-tdb python-tdb-dbg
Architecture: source amd64
Version: 1.2.13-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Samba Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libtdb-dev - Trivial Database - development files
 libtdb1- Trivial Database - shared library
 libtdb1-dbg - Trivial Database - debug symbols
 python-tdb - Python bindings for TDB
 python-tdb-dbg - Python bindings for TDB - debug extension
 tdb-tools  - Trivial Database - bundled binaries
Changes: 
 tdb (1.2.13-3) unstable; urgency=medium
 .
   * Only build on linux-any and kfreebsd-any, since the Hurd does not
 yet support byte range locking (bug #190367).
Checksums-Sha1: 
 f9b4c30586ccebb11b8f315424c567e70ca62e85 2266 tdb_1.2.13-3.dsc
 d748e0a022c3fcef4bbf519677164e423bd00c75 12676 tdb_1.2.13-3.debian.tar.xz
 62b7f0801a427905705690b5431023ba4e9a7a30 37158 libtdb1_1.2.13-3_amd64.deb
 67391c5649081be4296a47e6351c8433a28463ff 23964 tdb-tools_1.2.13-3_amd64.deb
 ee2a33ae3055887a55cab5849244ad405afe7853 24762 libtdb-dev_1.2.13-3_amd64.deb
 60f8ee101f38aa7d5da868e18d8ca3c7664de41d 63108 libtdb1-dbg_1.2.13-3_amd64.deb
 c31c24acb79cf4722efa9629fdcf39a0a414b073 13742 python-tdb_1.2.13-3_amd64.deb
 55f3c4eedd50e2f4b91be2274c4f50d22d826d3d 20126 
python-tdb-dbg_1.2.13-3_amd64.deb
Checksums-Sha256: 
 030cc9b638f3f065d3a720ba8e2c5d83936cc24aa49daf59165f7e042ea470ad 2266 
tdb_1.2.13-3.dsc
 a591c3ebd89fc4cf1bb48ecbd01cbd7a7f00b5310f05bd91fc923a22d512fab2 12676 
tdb_1.2.13-3.debian.tar.xz
 7acd71cc2137b6de11fb0d684156de75c916a2188c3f6cd1745704d36b5ad692 37158 
libtdb1_1.2.13-3_amd64.deb
 b58a54cbc7a9a44a4dbe3a5577c16c112964739de34afb8ea2cc329c036ae4d7 23964 
tdb-tools_1.2.13-3_amd64.deb
 af8525e9e72c627c082a63c7273c958d85886eca60c1da97361ebf947a56b0b1 24762 
libtdb-dev_1.2.13-3_amd64.deb
 e0d4cc6dc5014e925639b625835dd4eb1970bfbbfac6ec153420eca4f81a8f13 63108 
libtdb1-dbg_1.2.13-3_amd64.deb
 9b538fc8f216c71f33ab2db2e6453d4de9a797f98ed4fb537e798d67370c0914 13742 
python-tdb_1.2.13-3_amd64.deb
 7ac4ce18ad6a702571e8192c2033b2d519800565bb295c1e37be18fd1ecb11af 20126 
python-tdb-dbg_1.2.13-3_amd64.deb
Files: 
 5930891e4ceefc4d74aa736e2dc17019 37158 libs optional libtdb1_1.2.13-3_amd64.deb
 8d96a9ca21b7e0e1eae797f08d0025de 23964 utils optional 
tdb-tools_1.2.13-3_amd64.deb
 c18f49c3aa7fe4f8cd219547f08ab2d0 24762 libdevel optional 
libtdb-dev_1.2.13-3_amd64.deb
 3bd574de8e53835bf12d05b1fe04f1e8 63108 debug extra 
libtdb1-dbg_1.2.13-3_amd64.deb
 fb0682dc873d7486e5586dca3b2e3444 13742 python optional 
python-tdb_1.2.13-3_amd64.deb
 9a985d703fe8b224d102536ad5e1f3ae 20126 debug extra 
python-tdb-dbg_1.2.13-3_amd64.deb
 c0b8a2eca5efaf58d26d904ac8118ccf 2266 devel optional tdb_1.2.13-3.dsc
 4451c64e3d15e5a105badd9ec833fcbd 12676 devel optional 
tdb_1.2.13-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTgADLAAoJEACAbyvXKaRXItwP/AptUH560LxZF6Uih2r5US2c
XMzyaJ8O4TdJzF3KOgOe8Kwez+vSsK91JzP8g8SBCozizSkdHNo66zIuILWkoT7D
NXjAK+PXuXS+wsfmwQi1JihNxv/NyDY8tiwaQQeN9i2kSJsRId9mH2nb4XX8hoAg
6HvC4lZ09NWbAGBWDzI+CINpGkgsDurgsNslY4QRN2E8CicJiscxfjkSRFIpMPDv
boCvJjlyEwk9A2dg/XvkZFt4u+Dd+ieEBLvRdRieDtl0pn4qXAW2pt6poQ6VNeX3
6dsPnSDXhuUPPmdBxF4IJHp7RiTfczdb7qSA3aiSOOt2erm+XBIjgOSTc58jKDbG
gpS1gxJtrGvIHIpRWO3Ne1/tGGffsEWXijCeBeXBa2ndrYEm155V2rHui1tmC62m
S/eGH0wLbz4qn0GtwVsYTp8w89euGL+LYlqhGJNMe++ywgtHdD1ILe9LdgUQ6kyF
weAAbyrlHwhTP/FtDfMN5GdlxAmnl89bc1/6gVedBfPd3/IBA1jLrm9EsxKig0N4
0QWRx2uXuyf7nxt5lBulEPSROmjrR9zlDL9r6usE63cz3qFxKAw7ymDLuNAzGrD2
BMfg/7VqbseP/75S62j4fwLPFUTCKC0iBzrWid0LmT2Sxec6GsYSxROaoROSmZ4v
gwBZRh4rpDpwBv7Rtz5E
=jBHV
-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/e1wo6vu-da...@franck.debian.org



Accepted tomcat7 7.0.54-1 (source all)

2014-05-24 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 22 May 2014 10:27:10 +0200
Source: tomcat7
Binary: tomcat7-common tomcat7 tomcat7-user libtomcat7-java libservlet3.0-java 
libservlet3.0-java-doc tomcat7-admin tomcat7-examples tomcat7-docs
Architecture: source all
Version: 7.0.54-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description: 
 libservlet3.0-java - Servlet 3.0 and JSP 2.2 Java API classes
 libservlet3.0-java-doc - Servlet 3.0 and JSP 2.2 Java API documentation
 libtomcat7-java - Servlet and JSP engine -- core libraries
 tomcat7- Servlet and JSP engine
 tomcat7-admin - Servlet and JSP engine -- admin web applications
 tomcat7-common - Servlet and JSP engine -- common files
 tomcat7-docs - Servlet and JSP engine -- documentation
 tomcat7-examples - Servlet and JSP engine -- example web applications
 tomcat7-user - Servlet and JSP engine -- tools to create user instances
Changes: 
 tomcat7 (7.0.54-1) unstable; urgency=medium
 .
   * New upstream release
   * Refreshed the patches
   * Use XZ compression for the upstream tarball
Checksums-Sha1: 
 48a33235503d66b15e56bd7302c3d727d95bd9c2 2736 tomcat7_7.0.54-1.dsc
 1cbb84d9877fd15ae5eb7dc768b0013dd3e87637 2891540 tomcat7_7.0.54.orig.tar.xz
 74a18a6d33ba9443429b7a52168dd1e8916ea83a 41388 tomcat7_7.0.54-1.debian.tar.xz
 bd999d5cb7ea89a3fb1b22f2d589528927e51676 60234 tomcat7-common_7.0.54-1_all.deb
 6731a6c336ea4b750e4b5e90822e58309c7af05d 49076 tomcat7_7.0.54-1_all.deb
 948f0f4176fcbb4598194c916423cf4711cb3854 36744 tomcat7-user_7.0.54-1_all.deb
 e54b0f7bd9228d422812ed63b7327242980813a8 3664512 
libtomcat7-java_7.0.54-1_all.deb
 c83aba21dccc6e4b755a702f6091bb9d57dc290b 312358 
libservlet3.0-java_7.0.54-1_all.deb
 9736fb6a2fdd9a10122289f15416eb098d8fdd24 203764 
libservlet3.0-java-doc_7.0.54-1_all.deb
 18690c97133f0178bece1e69a2ed9e348fd5bf89 37766 tomcat7-admin_7.0.54-1_all.deb
 0f61d4d706acaa885d343c7215418e11350e18d4 194888 
tomcat7-examples_7.0.54-1_all.deb
 6b169e4dad9ede3f8d13b8473068b03b10ec4a2a 596096 tomcat7-docs_7.0.54-1_all.deb
Checksums-Sha256: 
 91805c1482bdfebab3279ae38f9191deefaa856643aea455b3a46ab9808b99ad 2736 
tomcat7_7.0.54-1.dsc
 1df9e1676ef4f0fed23335b5765c8ddd439551857dbe038c426789c88554d972 2891540 
tomcat7_7.0.54.orig.tar.xz
 694cd5a206fcedb6f66b3e85f18d5f6b45f3a06c17aab7c9b5c366deadd1fb4d 41388 
tomcat7_7.0.54-1.debian.tar.xz
 5bd43807a9aa3ee9eb50c11471d57201870a412d96453cd1a2a26ed385d3172f 60234 
tomcat7-common_7.0.54-1_all.deb
 3f68f4bc706d48e97e82047c53608d47c2bfd3ae9a5f911466f2f53a64de 49076 
tomcat7_7.0.54-1_all.deb
 00d796abad39fb25e553713fa2ffca303ddae702d35f81c3af4f6d03cfd69ab0 36744 
tomcat7-user_7.0.54-1_all.deb
 e98957ae33885427d40c5ece19ed13be00fd77a706e6d1a6b6b03f3aedd5d9e5 3664512 
libtomcat7-java_7.0.54-1_all.deb
 506c6f03d69298643f2d0088676f6dabb9122568f085e208f676cdd5de417f92 312358 
libservlet3.0-java_7.0.54-1_all.deb
 3353644a2855814e1feefbdac70ca7ee6777f9c47a4415b993b144c52c1e7be1 203764 
libservlet3.0-java-doc_7.0.54-1_all.deb
 eb411520d53fc81b1911abdc8e5a4ef0198ebb27c2ef483984479a0d06266dfb 37766 
tomcat7-admin_7.0.54-1_all.deb
 497371df1e56ba7035a4192a8ed0de7ea1ad4c3f67469b5384c21ee3f5cf3e96 194888 
tomcat7-examples_7.0.54-1_all.deb
 99e3d8225baef1ebc41884ee4f7bc096c82fbacab70c97caa8965de34585f9d0 596096 
tomcat7-docs_7.0.54-1_all.deb
Files: 
 cd5224b661093b758e39ede1597d1c75 60234 java optional 
tomcat7-common_7.0.54-1_all.deb
 7c463141777f689ff5952025d31a2544 49076 java optional tomcat7_7.0.54-1_all.deb
 4e19129edabff754d41aa2b96c196790 36744 java optional 
tomcat7-user_7.0.54-1_all.deb
 257706218d365285b83d74f65ac86781 3664512 java optional 
libtomcat7-java_7.0.54-1_all.deb
 dd6ccbf7ebdeba00ca5db1294d836e02 312358 java optional 
libservlet3.0-java_7.0.54-1_all.deb
 2047cc2067368878526951f957c3daf5 203764 doc optional 
libservlet3.0-java-doc_7.0.54-1_all.deb
 6e7c40b338da928ded59b6e832b24d4c 37766 java optional 
tomcat7-admin_7.0.54-1_all.deb
 aedc2f832274cb0108fe4734440a6c58 194888 java optional 
tomcat7-examples_7.0.54-1_all.deb
 10f7d6e98f2c6097fb9e3835cb481360 596096 doc optional 
tomcat7-docs_7.0.54-1_all.deb
 acdd4a1736079de2c6224a4eca30a606 2736 java optional tomcat7_7.0.54-1.dsc
 f4d974bed0647a709b731571390eaacf 2891540 java optional 
tomcat7_7.0.54.orig.tar.xz
 4bff1f98790ce151e474e7dfe7759e9c 41388 java optional 
tomcat7_7.0.54-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTgDB6AAoJECHSBYmXSz6W8pcQAK7xWhJltZpoAt8+Q74Hhunu
or3r+LG9FUQxw/YC8UiGHEWYJu99mUpRGn/dBqUOEvxSNAX5T9Uq9MB/Ty3opope
4t0RqeLThc0rnyJeBD4/d0Ct2zSi0/YzsdMw50hpe2RHgiZ4wT3U3plKHv8Z0/dM
yMviQ+peXyh4k1hRfyxnolh8YAylu2vBhfdG5/AeiDtzw6tN8jHbg/ub1EbL9l2Z
DYxGrvKlJauwhL0vyA2me0eVks0ZIL8LAuH6gRy7rHHSpCIROh9V/WLkcT6ICgiY
PCVSwnRjoqMPpo4XTuVuCOgTVCe4S/AkO9rJt4Bw9C6VEqR+38knCT7fe8LxezMV
vq3JY0IFBvuYQoen+Zd9rSO6dxxEEPoZ/yXFxrLCFedQB1Baflikdd+RoriFJH68

Accepted tomcat6 6.0.41-1 (source all)

2014-05-24 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 22 May 2014 10:03:04 +0200
Source: tomcat6
Binary: tomcat6-common tomcat6 tomcat6-user libtomcat6-java libservlet2.4-java 
libservlet2.5-java libservlet2.5-java-doc tomcat6-admin tomcat6-examples 
tomcat6-docs tomcat6-extras
Architecture: source all
Version: 6.0.41-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description: 
 libservlet2.4-java - Transitional package for libservlet2.5-java
 libservlet2.5-java - Servlet 2.5 and JSP 2.1 Java API classes
 libservlet2.5-java-doc - Servlet 2.5 and JSP 2.1 Java API documentation
 libtomcat6-java - Servlet and JSP engine -- core libraries
 tomcat6- Servlet and JSP engine
 tomcat6-admin - Servlet and JSP engine -- admin web applications
 tomcat6-common - Servlet and JSP engine -- common files
 tomcat6-docs - Servlet and JSP engine -- documentation
 tomcat6-examples - Servlet and JSP engine -- example web applications
 tomcat6-extras - Servlet and JSP engine -- additional components
 tomcat6-user - Servlet and JSP engine -- tools to create user instances
Changes: 
 tomcat6 (6.0.41-1) unstable; urgency=medium
 .
   * New upstream release.
 - Refreshed the patches
Checksums-Sha1: 
 4715138060ca3d641506a1fa834f32ed390ca118 2812 tomcat6_6.0.41-1.dsc
 3950e007ca28c1ffea2ded79c66a8c393a1a2b6d 2158596 tomcat6_6.0.41.orig.tar.xz
 251f8a39d6c35b670a56d2dc6a2ddf548e0dbf42 37628 tomcat6_6.0.41-1.debian.tar.xz
 0a5194065f43c8db2e7aae740d53ad924bc3a924 54144 tomcat6-common_6.0.41-1_all.deb
 7c930ff131524b436846a6f312195f176254443c 46682 tomcat6_6.0.41-1_all.deb
 abb1bb12fb3db1e4021e705cac41032d4ecafb29 36170 tomcat6-user_6.0.41-1_all.deb
 d35fc148f8e58d9af05f9652358f4002f73265cb 3077766 
libtomcat6-java_6.0.41-1_all.deb
 1037db7455b3d8dcc90b737e87c6ce3155fcda27 13394 
libservlet2.4-java_6.0.41-1_all.deb
 28856cdf0734b1f3b6ea8af3093eeccda5617512 216794 
libservlet2.5-java_6.0.41-1_all.deb
 6b41d1642c2536676974c671553f45eea9ba6fec 175564 
libservlet2.5-java-doc_6.0.41-1_all.deb
 da7b1316688b95aa26aa9f62f35a7699725a8b6c 33354 tomcat6-admin_6.0.41-1_all.deb
 91c1b952a8eaee58b780cba6e80649ad10ffc481 128498 
tomcat6-examples_6.0.41-1_all.deb
 54fe89324e4b541c6bbce7a2e461252ebf2a4417 438348 tomcat6-docs_6.0.41-1_all.deb
 2477313498c7a54c667e3b2ba9c4082729c45f05 13610 tomcat6-extras_6.0.41-1_all.deb
Checksums-Sha256: 
 d10cd335cd3572faafd2583447d8e8d23844b4f7118635e8b4a2157c045d8c59 2812 
tomcat6_6.0.41-1.dsc
 986192bdc95893b73b7175968b8b75ffbedc2f551ac425d10b5d1e083cd42f1b 2158596 
tomcat6_6.0.41.orig.tar.xz
 b483466a4f8d25a392cd7877f1f91349239a82658e9fcf241de33e97dd37cc50 37628 
tomcat6_6.0.41-1.debian.tar.xz
 3a41449c0ef6ea24bfeeb451e9d283009bf6e0dac7f95bb2eca24e237ed5f788 54144 
tomcat6-common_6.0.41-1_all.deb
 e649a8775836719b770fff0fc2beb03ace824e28792149975cb042c0a04b3266 46682 
tomcat6_6.0.41-1_all.deb
 bfe79596a7a9b6840c43d6ef13aa8d3740e2084e0e83765d5b009e8392813f76 36170 
tomcat6-user_6.0.41-1_all.deb
 7bffac11525f6645e7f4baac918df0d6187af30a207b2faf5b48882cf4c08ac3 3077766 
libtomcat6-java_6.0.41-1_all.deb
 2c092201799790a863ed5c836f220b24d2893cc82e9a88d0df747449cdc07c1b 13394 
libservlet2.4-java_6.0.41-1_all.deb
 13e92fc47be1e096e9d69e97e8d932c239ebf886e74c3972b174a9fa3222f839 216794 
libservlet2.5-java_6.0.41-1_all.deb
 438ecb68b775a4a86be7ede95858cc8fe6a7e4593b1f190708d06b69a9740f7a 175564 
libservlet2.5-java-doc_6.0.41-1_all.deb
 9070367a456a3e703f8bb703dc4336f7f1c850ae66f3ad978f01f32bc395f6fa 33354 
tomcat6-admin_6.0.41-1_all.deb
 8732c210af4d8a09da831afcee1055fe6eec3a7670ea1e29d18c7dbf0fc1e7c8 128498 
tomcat6-examples_6.0.41-1_all.deb
 fc6052a227645f947f97f3fb94b06fa5b5b537fd5ba5bfabef19cab129f8d92e 438348 
tomcat6-docs_6.0.41-1_all.deb
 9b18e82ada6d19e83c97d88f90e43c931f1e5fe57a973be3de57a42e4798a9af 13610 
tomcat6-extras_6.0.41-1_all.deb
Files: 
 019deb40c3ced6708ba1fec189872539 54144 java optional 
tomcat6-common_6.0.41-1_all.deb
 836752d55bd366d3cb1013f4ee51cb23 46682 java optional tomcat6_6.0.41-1_all.deb
 e3f5eaaf2a4dbf18063095b76eb43636 36170 java optional 
tomcat6-user_6.0.41-1_all.deb
 b93018013a9b5523bdedafe3943d70a6 3077766 java optional 
libtomcat6-java_6.0.41-1_all.deb
 1be6888787d1cf64b7dbe211fddb767f 13394 oldlibs extra 
libservlet2.4-java_6.0.41-1_all.deb
 4b7059f81aa1e82625d4d66dae042b77 216794 java optional 
libservlet2.5-java_6.0.41-1_all.deb
 43b77c799e406644e79f238ba10267df 175564 doc optional 
libservlet2.5-java-doc_6.0.41-1_all.deb
 2edffbf7e22c54e834d523b89f00bb7f 33354 java optional 
tomcat6-admin_6.0.41-1_all.deb
 1f4b115c35ee20f860bf2e6972482a2f 128498 java optional 
tomcat6-examples_6.0.41-1_all.deb
 3e7c3cef209255ef7efe3a93835ad60b 438348 doc optional 
tomcat6-docs_6.0.41-1_all.deb
 cdaa88d03a2922edeb76e9e39fd8d097 13610 java optional 
tomcat6-extras_6.0.41-1_all.deb
 b85cb285c86f1bc283b1898de4c17ce4 2812 java optional tomcat6_6.0.41-1.dsc
 

Accepted tomcat8 8.0.8-1 (source all)

2014-05-24 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 22 May 2014 13:01:55 +0200
Source: tomcat8
Binary: tomcat8-common tomcat8 tomcat8-user libtomcat8-java libservlet3.1-java 
libservlet3.1-java-doc tomcat8-admin tomcat8-examples tomcat8-docs
Architecture: source all
Version: 8.0.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description: 
 libservlet3.1-java - Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API 
classes
 libservlet3.1-java-doc - Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java 
API documenta
 libtomcat8-java - Apache Tomcat 8 - Servlet and JSP engine -- core libraries
 tomcat8- Apache Tomcat 8 - Servlet and JSP engine
 tomcat8-admin - Apache Tomcat 8 - Servlet and JSP engine -- admin web 
application
 tomcat8-common - Apache Tomcat 8 - Servlet and JSP engine -- common files
 tomcat8-docs - Apache Tomcat 8 - Servlet and JSP engine -- documentation
 tomcat8-examples - Apache Tomcat 8 - Servlet and JSP engine -- example web 
applicati
 tomcat8-user - Apache Tomcat 8 - Servlet and JSP engine -- tools to create user
Changes: 
 tomcat8 (8.0.8-1) unstable; urgency=medium
 .
   * New upstream release
 - Refreshed the patches
Checksums-Sha1: 
 a588a603738cb2980e501d2282f0470f1c934402 2790 tomcat8_8.0.8-1.dsc
 7e9e3754adbd01f37ea6b8282c93497276749456 3284176 tomcat8_8.0.8.orig.tar.xz
 19630251661b1753b3f63d62ba1aaa1b83fad5f5 38492 tomcat8_8.0.8-1.debian.tar.xz
 a3ed3f9735180031e30329e0fa08d8d3cfe465f8 54068 tomcat8-common_8.0.8-1_all.deb
 82dde90c6cdac4f0a9da6a4e38ddaf20f3fad587 43362 tomcat8_8.0.8-1_all.deb
 ebab2f63a75bfd5e71f085d87298d2bcc8a8fa9d 31190 tomcat8-user_8.0.8-1_all.deb
 96064c16cf27801970115c06a00cc4da40e185d7 4312468 
libtomcat8-java_8.0.8-1_all.deb
 1d6a7c798a20e91b20fc4b2594c8cb152f3a6ac1 385892 
libservlet3.1-java_8.0.8-1_all.deb
 c35eea70709930dd37a26f0227e91b76803b724b 244356 
libservlet3.1-java-doc_8.0.8-1_all.deb
 b0f3e07cca0faaf7fefebdc4ac24cb1dd8583d4b 32514 tomcat8-admin_8.0.8-1_all.deb
 3cada3a6ea475e82cb2e9785d9618905fb03db6e 186682 
tomcat8-examples_8.0.8-1_all.deb
 6b9c2411ef9c93babafde8e12173077a0945b094 674666 tomcat8-docs_8.0.8-1_all.deb
Checksums-Sha256: 
 05b5c66719744522e27b5126c27942eeb5c54375f82142c51f2c3c465668a0ce 2790 
tomcat8_8.0.8-1.dsc
 3a6828d80499521975a40a2671e4605879285b73550fe4eadf66067f0771c9aa 3284176 
tomcat8_8.0.8.orig.tar.xz
 d11cf2aff8f7a069456ab48f7f4d4e307dc5aafe3b3ca44020990b67079141bf 38492 
tomcat8_8.0.8-1.debian.tar.xz
 665bbb7472f5bc949268bec84c3de8f5ba3b6d3cb41f6da20f44a25083804b2d 54068 
tomcat8-common_8.0.8-1_all.deb
 e4a7954cbe976968db09e2b9e6cbea5270c92d25215b4544e371acfe9f0bae7c 43362 
tomcat8_8.0.8-1_all.deb
 a6cafb97c16c4ef46b6dc19f2287ada83bc394306fc4a643ff3a74417d37d2f0 31190 
tomcat8-user_8.0.8-1_all.deb
 3076720dfcd92e5d553675c0b32b2a6c9b42459dd8b438bd2d2a79d5be615ceb 4312468 
libtomcat8-java_8.0.8-1_all.deb
 6151ce11ed75d9b59933be25f64ac69c02136916aad60d3d739f270a7f824c83 385892 
libservlet3.1-java_8.0.8-1_all.deb
 547b8fa20f01a43fad25863606129861687cf21e18da53fd7ef59223ff965490 244356 
libservlet3.1-java-doc_8.0.8-1_all.deb
 7073dcd5fb2460a0be0b106f1e459f266592f7faae1d09cc917bfb5923324d78 32514 
tomcat8-admin_8.0.8-1_all.deb
 73104e2a9df48e3f2fa07cc3294d10584109a6ae1fd467929556c0dfa915c30a 186682 
tomcat8-examples_8.0.8-1_all.deb
 6924b4afdde1ff249a9f1d5aee01b5905c503db77ba5415eff3f04595adccefd 674666 
tomcat8-docs_8.0.8-1_all.deb
Files: 
 9db808c7c6d2c36a6a38f6af89d07a97 54068 java optional 
tomcat8-common_8.0.8-1_all.deb
 9cd5ffdedfe79c0a25eb7d034a8ecb09 43362 java optional tomcat8_8.0.8-1_all.deb
 58495f544efb1e8b869e45a460f52250 31190 java optional 
tomcat8-user_8.0.8-1_all.deb
 1556d0cdf79bdb7a585b9e5161d2713b 4312468 java optional 
libtomcat8-java_8.0.8-1_all.deb
 2d2754f62fd569da9bf593227207209f 385892 java optional 
libservlet3.1-java_8.0.8-1_all.deb
 6cf1c9f22ef9779fe87af71b9d604ff5 244356 doc optional 
libservlet3.1-java-doc_8.0.8-1_all.deb
 f6bf67e3ce005f88657647f53ec00275 32514 java optional 
tomcat8-admin_8.0.8-1_all.deb
 953f97fc2f8dd47d22bc78e548cf9653 186682 java optional 
tomcat8-examples_8.0.8-1_all.deb
 4812c299aaf53a1588416794e26cc6f0 674666 doc optional 
tomcat8-docs_8.0.8-1_all.deb
 9072eb8ed80b25f9f105b3dea24f3ea6 2790 java optional tomcat8_8.0.8-1.dsc
 8acac5bfb3e47e8893241747063fd03f 3284176 java optional 
tomcat8_8.0.8.orig.tar.xz
 a919b86604760bace6fe9c5c51722104 38492 java optional 
tomcat8_8.0.8-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTgAexAAoJECHSBYmXSz6WW+sQAKbQGpQaMCrH6fRebkAvA59U
Ud7BnEIVd7UPJcObUena2yxEIx7SLc6WqUO3PEPS0gR56Q2x6sCRmwk0jDxaZ/uu
NeaCKApzQV5BYj9FfCNCSPZdEwoVbap//kdeGRGhhmLFcgHj14xYmPf/b34gDlHh
TnOue/vWKWq4UV4AIxeh+ADf7ldgDYlaE21ogJX8zMvR2WvyO9rl5zBMtLTdLaxW
cKglBeKFmqrp45H7op1sNxO+vfWehHF3uSHZ/Jb2ZK8CwtmMoncZrS+MCqqjY3aY

Accepted wayland 1.5.0-1 (source amd64)

2014-05-24 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 02:54:40 +0200
Source: wayland
Binary: libwayland-client0 libwayland-client0-dbg libwayland-server0 
libwayland-server0-dbg libwayland-cursor0 libwayland-cursor0-dbg libwayland-dev
Architecture: source amd64
Version: 1.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 libwayland-client0 - wayland compositor infrastructure - client library
 libwayland-client0-dbg - wayland compositor infrastructure - client library 
(debug)
 libwayland-cursor0 - wayland compositor infrastructure - cursor library
 libwayland-cursor0-dbg - wayland compositor infrastructure - cursor library 
(debug)
 libwayland-dev - wayland compositor infrastructure - development files
 libwayland-server0 - wayland compositor infrastructure - server library
 libwayland-server0-dbg - wayland compositor infrastructure - server library 
(debug)
Changes: 
 wayland (1.5.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Switch back to source format 1.0 for now.
   * debian/libwayland-dev.install:
 + Update path for wayland-scanner.pc.
Checksums-Sha1: 
 f0a77a7c8cabc8afebe7bf1a1ce319767c17455c 2460 wayland_1.5.0-1.dsc
 9f27a4eb694ab860866217befd761f680603bf3a 553681 wayland_1.5.0.orig.tar.gz
 acebaf55a407f60ebe4da2b0e0a0294577485ca9 6616 wayland_1.5.0-1.diff.gz
 84a447619e8ed7d050ede799c711c03ae7a45c13 22638 
libwayland-client0_1.5.0-1_amd64.deb
 cf05c90177629b5c30e43df34e08455a2df1659b 45364 
libwayland-client0-dbg_1.5.0-1_amd64.deb
 9e439cc4798ec66191f0fda8177ecce4b4b286f2 27610 
libwayland-server0_1.5.0-1_amd64.deb
 e91cdd97a2372dcd4ec0b730c1900eda11db202d 60856 
libwayland-server0-dbg_1.5.0-1_amd64.deb
 a89c20fdd0805564bf41fabf92cfd3782ee3bd24 12178 
libwayland-cursor0_1.5.0-1_amd64.deb
 d913726c5c67db07e3f87bdd81e800fd8c7454b0 24156 
libwayland-cursor0-dbg_1.5.0-1_amd64.deb
 fd8ad58337c042712f9a026fcdfedfd1ef33526b 106954 
libwayland-dev_1.5.0-1_amd64.deb
Checksums-Sha256: 
 d168feee82ca5607b83ab4330aec9a2f54de5b59d4a1230d7f7e944cd0ea1192 2460 
wayland_1.5.0-1.dsc
 5219b351fe8c03bd4d8732c25e3b7994d6344d15b4bae3e6357f46590836bbf0 553681 
wayland_1.5.0.orig.tar.gz
 8703a51ebb74282d8a49d6c6c3938fe7f0153df647c6a63fa9df80edcf27bf8e 6616 
wayland_1.5.0-1.diff.gz
 d00f7c48ae56cbcb2d34a882de852467548de280d703a7f81d15818d46009e1c 22638 
libwayland-client0_1.5.0-1_amd64.deb
 502863e403ff57b4997dc9b798e2c9b9fd705f02b8344dcb99a38201f522bd90 45364 
libwayland-client0-dbg_1.5.0-1_amd64.deb
 de489926118bafbdecc78fd3a2ae49814c351228d24ffcee0d98f2f916008c7f 27610 
libwayland-server0_1.5.0-1_amd64.deb
 5f18805934ceb321b0de03e251fdc372fa91f264d4dff0ca54976d9d5bfdf532 60856 
libwayland-server0-dbg_1.5.0-1_amd64.deb
 79592d02ab698b46a7b2032725f096c9f18f2d20637bb88c6e79d69b0e7d53d7 12178 
libwayland-cursor0_1.5.0-1_amd64.deb
 233c6c9b3e7b30a3429fc819a280ec09b6346d527b4b221ac0e4c18b4bdde3ee 24156 
libwayland-cursor0-dbg_1.5.0-1_amd64.deb
 a24a9d2071875bf354e95c07c517c78c9367a104b73366d54a9f67e3928ff789 106954 
libwayland-dev_1.5.0-1_amd64.deb
Files: 
 1d7f2ec2a742fca7a9475b7466b77a26 22638 libs optional 
libwayland-client0_1.5.0-1_amd64.deb
 c962aede17403496d361cf67abf77b16 45364 debug extra 
libwayland-client0-dbg_1.5.0-1_amd64.deb
 aa622a4db2fc88904c6ce38dc1d3d4ea 27610 libs optional 
libwayland-server0_1.5.0-1_amd64.deb
 15ccab4054eb7ae0f521cd2ac8dbfed4 60856 debug extra 
libwayland-server0-dbg_1.5.0-1_amd64.deb
 b3932a7ab60c387109dd649f6472ce11 12178 libs optional 
libwayland-cursor0_1.5.0-1_amd64.deb
 92f93172409c84cec65ab9b5be92de3c 24156 debug extra 
libwayland-cursor0-dbg_1.5.0-1_amd64.deb
 5cb376d0e46fa0f86cf61628dcc11284 106954 libdevel extra 
libwayland-dev_1.5.0-1_amd64.deb
 43d97a0e73f1f36f140958d9198a291b 2460 x11 optional wayland_1.5.0-1.dsc
 7c4ba2473c52047ef8a8a3c5c8e20c38 553681 x11 optional wayland_1.5.0.orig.tar.gz
 b2d28ed0379d0d5ad6821b2d20a2415b 6616 x11 optional wayland_1.5.0-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTf+6FAAoJEJ1GxIjkNoMCwWQQAJsJnKHING4vO8iCUtl64ip0
41Yy4xSoc2b+zoXTFYxM1rSuVgKAu6SK4Wsd6VCgYIyJGsGb95duhF4DlHAPcyi1
T/7wKm0AtNmJfPwAC99HbQzI8H5lhZ9bZ8kiIOU7cHUPBHpGbOF8e6LBTB+5J3cx
kSOYLeNQLyWzqNJpHWZ/xUlQhYgIO1XhcUrYgPkdQn9JUjc6wHgirE1rBwXiIkgS
LpAI6vcqedNYNueqtT+5M+ZE1Qppva4XQMBg5vrbKNxREDg9RCspyK4uqjuy2Pyf
86vb+tDFkHFE0KgSvaN0uu7iJmZBoc/LBnA+DZppPSZ7AiVfCBPSxt5qRQkfD9bB
CUp8YK6gQIzm/go0eNqu/nQde2YIk2rg21gcDS5CTk2l0JlAnaE8NPq9QD7EdZlf
8aOwamPJjGan2HcEpivoRY4CY0Y3wmDv4GtOfFxG9LXhTJd9Dplkthft8ABi47ST
KMBEqn9FfQLlmgYJB4XkTnhNvBEyhSQT/TkU85ZfXncuP/VabdV9Vjp3984qVlXz
MB2FZTbFl88qzx1nSoOzkZpHq39JNQmuDXO717JfygimyJDAF9Z0fnT++fpKTjH6
gncVrwtwHKJpkHwN0pET7JyXOsqL/ZJ6bFnxPSi76dxxQTjxmc0AlWBadkkwBZdR
g5nBAIklYLcuYHYFt6ZM
=s+gK
-END PGP SIGNATURE-


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

Accepted weston 1.5.0-1 (source amd64)

2014-05-24 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 02:53:44 +0200
Source: weston
Binary: weston
Architecture: source amd64
Version: 1.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 weston - reference implementation of a wayland compositor
Changes: 
 weston (1.5.0-1) unstable; urgency=medium
 .
   * Add myself to Uploaders.
   * New upstream release.
   * Switch back to source format 1.0 for now.
   * debian/control:
 + Drop librsvg2-bin build dependency, no longer needed.
   * debian/clean:
 + Dropped, no longer needed.
   * debian/weston.install:
 + Fix path for demo clients.
 + Install the fullscreen shell.
   * debian/patches/0001-animation-fix-move-scale-animation.patch:
 + Patch from Jonny Lamb, taken from wayland-devel@, that fixes
   move animations, as triggered e.g. by exposay.
   * d/p/0001-exposay-fix-crash-when-navigating-with-the-keyboard.patch:
 + New patch, fix a crash in exposay.
Checksums-Sha1: 
 255bcc9e11f6dbc263f416aca336970623dfe713 2530 weston_1.5.0-1.dsc
 6fe2839727dbcf5f13b40d7ff21d1de33ce7893e 1010745 weston_1.5.0.orig.tar.gz
 e70ec9a2ad6e2e8efb0b92ddb00f6d629a1e0b27 19924 weston_1.5.0-1.diff.gz
 37cd687623674a9aa24c0f52c96a7e0d9cc67e5d 575718 weston_1.5.0-1_amd64.deb
Checksums-Sha256: 
 b0d1aa5b84949ef32fb8f9dba6d3f1e9b982b038d03258801795582d83db3609 2530 
weston_1.5.0-1.dsc
 d90b66040354bc2fd9385310658cc3a0d422cc572d426582f6cf81b99448b992 1010745 
weston_1.5.0.orig.tar.gz
 dd0ad34e459cf88946bc9ee5d1c1541b0279b04dee7f49288272fd930bd98920 19924 
weston_1.5.0-1.diff.gz
 95432c2d9911b265bacb2913674dee377428ec98eb9b91c8a7c78cd5efee2fd4 575718 
weston_1.5.0-1_amd64.deb
Files: 
 6a4dbe4e011971009d82bf3cfa7d62f2 575718 x11 optional weston_1.5.0-1_amd64.deb
 6068c23b493f7fb7f7890b22627993cc 2530 x11 optional weston_1.5.0-1.dsc
 e8e19c719fcde20b65b8960c916fe4e2 1010745 x11 optional weston_1.5.0.orig.tar.gz
 55a9ef8f0ef8cad9146cac86524ec416 19924 x11 optional weston_1.5.0-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTf+/GAAoJEJ1GxIjkNoMCVVgP/18sg5KvY+I7lBTGJKDf6VXC
371j69iAoeJFBbHHm8g0+RULGuNu1Oep1EGKqYhV0Gj3zLXxLLjIp38z7eunezhO
wJH2K93QhDLDim8a9q96oCcUxES306q3vO9bCMpsQpejCPX1OqgMjuD8PEisalCu
0n9Qq8pXFNOte9T8DoVi3uaPlUIQpUHSJlz8KO5F+KZqaArmGnuvi2Sl1WqXPtKi
daPRjmr673iL8M0dNTPWMb0mrntMw9gx9RCV1jEVW39+tS45UbL2GJsK/OtbqtRX
l2xnI5kXjwANplHvxNmy4n0EgVsm3T5o4ZkX8AqWzM6Gn9gvAFLXNQkSleFsWDLq
LCDkgOZLomfBBUjfUy5QwtnyWz7lZM6bNRDtFSmp2kWFyfvq2r5/U1H5M99SXqjh
/fKGhotVOmptaw/UTQRKb4YMonCZluGjJfncmRpQiMNbWUY/m+PhlLjWFLyOTlgw
mMnVXn/6Vc+FmU21kU4/721ZxRfCgpEFcBRh8m6iJBuFB1clJUTbsy43IJarSwaW
86CksOIMlE6BrML2T2hzSGG8J173eUWRQlSPnENmnmz6AsFGnDViorynw6vge4rK
VuaOWcX3el5mzhAVxslubiIkGD/qH/c8BhDFDzdvmcXHiMGaxTtK7HF6YrOMmQy6
G+PFzB4hl5alSNmeZjd1
=9b8b
-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/e1wo6xb-00011q...@franck.debian.org



Accepted mhash 0.9.9.9-7 (source amd64)

2014-05-24 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 08:48:29 +0100
Source: mhash
Binary: libmhash2 libmhash-dev
Architecture: source amd64
Version: 0.9.9.9-7
Distribution: unstable
Urgency: medium
Maintainer: Chris Hanson c...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 libmhash-dev - Library for cryptographic hashing and message authentication
 libmhash2  - Library for cryptographic hashing and message authentication
Changes: 
 mhash (0.9.9.9-7) unstable; urgency=medium
 .
   * add build dependency on pkg-config for its autoconf macros.
Checksums-Sha1: 
 da793c73948f5d2537273c8462f72da8e9fdf256 1947 mhash_0.9.9.9-7.dsc
 c2ad8a523a6e5a2696772c75d339a4b43ed8ddbd 11120 mhash_0.9.9.9-7.debian.tar.xz
 db6b7258645f493cb8d38948ddcdd686d40c6198 91766 libmhash2_0.9.9.9-7_amd64.deb
 cbbf7f93867fff664e40e3683cd20e3dc235e17e 105342 
libmhash-dev_0.9.9.9-7_amd64.deb
Checksums-Sha256: 
 cb4349ff77c8ad7ecb0b5d02083d0a0f2d60f7e8dd6ce4735cbafc7b4dc63461 1947 
mhash_0.9.9.9-7.dsc
 229076933ac07420e16f7ab76e820aba79158cd7c5f3204fd1adac4f048bbe5a 11120 
mhash_0.9.9.9-7.debian.tar.xz
 3721c7215f53018cbf246d4f5a87b7c150a0b3b13b51c18ccd63985fcead89f8 91766 
libmhash2_0.9.9.9-7_amd64.deb
 d2b2fa51d06a65ef1688c4d8fd15d0c866c893376ef331816ba1e9ae37d26fe7 105342 
libmhash-dev_0.9.9.9-7_amd64.deb
Files: 
 c71bc3e4fe1c34e0ebcb019fc4180d42 91766 libs optional 
libmhash2_0.9.9.9-7_amd64.deb
 15f71a8a870c8f645ff139689f56500d 105342 libdevel optional 
libmhash-dev_0.9.9.9-7_amd64.deb
 6b986d3d4700ee34990121124e765dae 1947 libs optional mhash_0.9.9.9-7.dsc
 96a249691f3b8ed3642ea85a89526fcb 11120 libs optional 
mhash_0.9.9.9-7.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTgE+IAAoJEBJbV0deGQ0YAgkP/0P+sg04B96+fdBgxJPSwJS+
R6jwXuxSlCqPjQ1dO8kM/Qd1Y0/CrjZ9osqn4QLm9yrRRGYKQ2UVhdurUNeVu2eB
E8X5sCwj3lPMw01tykiltKzlMT3ha+Hnf/OtasnjStFt3MhOsRKprrqm0ZkCoyvM
j6+cr14EHoVCu+ZEbgYUY2XHgQqmaYmsCW+XC0TnWTT+I3SLQzkt6P8LnAamu//K
kVGbc+Tq+GuuGwzZ7YD5mdOjP93IRXP+q6iulgrVCD/vBthrMPWw5xW51mAV5gS2
qQJ8vCFwiOo/v8HI0/qsUAMscaS1ZinbCLo26YFVOtBCxRveSIuJ88Rk9cjZ+Gst
XioPK0SuMQdZ7PURv5kDm//yf5rV61Rk83WZIEjGpim0O/MKRUsoakXIYvSXivUi
bdNkLEw8g39dxmY7x7opNaI4cn00OFudF4MI1kceY3f85tI6kATAD1j43y9daj2q
mr6vR1QBlBdXB89Dr4z6R0B23nVilDMTodINKS7Hf8tnaYn7WXVlZaSDzuBEWNdj
JMLr4Z+pPDceJRVZWPKlxaOCwjTq+Bxo895PptfOwGhWu0uXaneFpj+wTiV+4JLx
sE4rkcuCFT7fbhmTSUcrVF2Z3QEnAvfboR2OPEknkH9v2ZHwZFhwrEtIBNC3PQkd
2SRU9RgSnyitR966ARzb
=9fn8
-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/e1wo8mm-0008bz...@franck.debian.org



Accepted plymouth 0.8.8-17 (source amd64 all)

2014-05-24 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 11:30:48 +0200
Source: plymouth
Binary: plymouth plymouth-drm plymouth-x11 plymouth-dbg plymouth-dev 
plymouth-themes
Architecture: source amd64 all
Version: 0.8.8-17
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 plymouth   - Graphical Boot Animation and Logger
 plymouth-dbg - Graphical Boot Animation and Logger (debug)
 plymouth-dev - Graphical Boot Animation and Logger (development)
 plymouth-drm - Graphical Boot Animation and Logger (DRM)
 plymouth-themes - Graphical Boot Animation and Logger (themes)
 plymouth-x11 - Graphical Boot Animation and Logger
Closes: 748988
Changes: 
 plymouth (0.8.8-17) unstable; urgency=low
 .
   * Building with dh-autoreconf, thanks to Fernando Seiti Furusato
 ferse...@br.ibm.com (Closes: #748988).
Checksums-Sha1: 
 a8c0e397339302ae5bfb25817b0d6863f4ca2b2d 1644 plymouth_0.8.8-17.dsc
 eaacd41bd87e59c9cd7799341be751dd9f008621 21392 plymouth_0.8.8-17.debian.tar.xz
 8010c3d7d311a09488d58eccfeb4cc40134bd33d 126490 plymouth_0.8.8-17_amd64.deb
 f98e52a7994c3198ee2eac1206578449af792873 88332 plymouth-drm_0.8.8-17_amd64.deb
 55b75f81d846eefea405a6d75951bd93068cf382 19432 plymouth-x11_0.8.8-17_amd64.deb
 1f2cbada0d99534b3029d572760c091ba6e08a49 557552 plymouth-dbg_0.8.8-17_amd64.deb
 dfd7cf54c0197bc65b8a732db3d585666eb99470 381292 plymouth-dev_0.8.8-17_amd64.deb
 7e3b92bb9493403e9ab5b9cf19eb57cfb75e45a7 629134 
plymouth-themes_0.8.8-17_all.deb
Checksums-Sha256: 
 63cb245d1af516eb801bb8798bd1ff045ec619258bc58dfb0c5d89d8949d2e40 1644 
plymouth_0.8.8-17.dsc
 e453684bd4b86be62edbba358ad7f31f1d1d756951e2c46eff850d72aa3061e8 21392 
plymouth_0.8.8-17.debian.tar.xz
 d490feb4894e5f7f52b829d7f06ffc1b8ed82252021feb8f70dcfdb59ab64993 126490 
plymouth_0.8.8-17_amd64.deb
 7f6c62a3569b3ef84525233831d862d0ce65e4d0cd119b7939244f010170d081 88332 
plymouth-drm_0.8.8-17_amd64.deb
 bc0d1958ae581deca3e77fd58368eefb1d71598baa104cd9a6539b5918747016 19432 
plymouth-x11_0.8.8-17_amd64.deb
 81a38a1a250f281910b29b25705b03822f80c33270c15b20dc73be8d33a3e9c5 557552 
plymouth-dbg_0.8.8-17_amd64.deb
 dbd16937072cca252078848d5e3aeaef1f51ec258e0f2e1959222a869b3735bc 381292 
plymouth-dev_0.8.8-17_amd64.deb
 da413f259360ec01257cc0aadec8c9cef62e7bc5301093f1881f5dc27342d741 629134 
plymouth-themes_0.8.8-17_all.deb
Files: 
 8675a6d5f96b834b125ffe5309302078 126490 misc optional 
plymouth_0.8.8-17_amd64.deb
 45af060fcd4f76cb530da54bbc038264 88332 misc optional 
plymouth-drm_0.8.8-17_amd64.deb
 b5cea87dd58e143d34073dbf06598452 19432 misc optional 
plymouth-x11_0.8.8-17_amd64.deb
 46b9a7b59f2498a0cc7c285b91429efb 557552 debug extra 
plymouth-dbg_0.8.8-17_amd64.deb
 141100e06d7322b8abeb31b65e1a9a42 381292 misc optional 
plymouth-dev_0.8.8-17_amd64.deb
 76c21a55600ea1e52333bce393f48306 629134 misc optional 
plymouth-themes_0.8.8-17_all.deb
 1811f9fd33e1b3ffd35d4e5ff43f5f7f 1644 misc optional plymouth_0.8.8-17.dsc
 9d0257c3bd0b8073fbbf9a19600c7f32 21392 misc optional 
plymouth_0.8.8-17.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlOAaoUACgkQ+C5cwEsrK56pZACcDguAw6DrAfmLrJqimZxmKSTm
iAsAnic085mGuELmbauRRfnXKHsoP05a
=9SAP
-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/e1wo8ok-00081x...@franck.debian.org



Accepted zenity 3.12.1-1 (source all amd64)

2014-05-24 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 12:21:07 +0200
Source: zenity
Binary: zenity zenity-common
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 zenity - Display graphical dialog boxes from shell scripts
 zenity-common - Display graphical dialog boxes from shell scripts (common 
files)
Closes: 612683 646304 717053 739248 740361
Changes: 
 zenity (3.12.1-1) unstable; urgency=low
 .
   [ Jeremy Bicha ]
   * Update homepage
 .
   [ Laurent Bigonville ]
   * New upstream release. (Closes: #740361)
 - Return correct exit code when --timeout is used (Closes: #646304)
 - Do not return item twice when double clicking in a list (Closes: #717053)
 - Expand lists vertically (Closes: #739248)
   * debian/control.in: Bump Standards-Version to 3.9.5 (no further changes)
   * Drop d/p/01_dont_quit_zenity_when_stdin_ends.patch: This patch is changing
 the upstream behavior when using --listen flag (Closes: #612683)
Checksums-Sha1: 
 fa5b0de66c4a9efdf77f4af82675da5f10fa8acc 1929 zenity_3.12.1-1.dsc
 8b9430205970673242cf4bcb6073cb6f4edcba38 3670368 zenity_3.12.1.orig.tar.xz
 e4c19b68a36bf02bac33fb0a390a790a582c8811 6196 zenity_3.12.1-1.debian.tar.xz
 76a116ca9bb75851345eb4b7622c8eacf4c3c8fd 3509956 zenity-common_3.12.1-1_all.deb
 0f2ab02e2324279740a14d6deb4f5072a71682ec 247832 zenity_3.12.1-1_amd64.deb
Checksums-Sha256: 
 3da27ea8079964f121af2eb6a33ff5ddd57bab3b5a19d32338169393dd0cea38 1929 
zenity_3.12.1-1.dsc
 a59705cdd1ea5318fdae3075c1cedcbead479230e9bead204391566d973dae11 3670368 
zenity_3.12.1.orig.tar.xz
 189730fdcd54e881a944132173180e0712d632c5308f9bbe404d4292741b 6196 
zenity_3.12.1-1.debian.tar.xz
 f5235d45991a58e9b2b9aee0da01e14b41fdabf273622ee07d535c976f616051 3509956 
zenity-common_3.12.1-1_all.deb
 19e7e8b808686f5f1d9ad1ecabf994ecf5d0eac593f34913002185701319e698 247832 
zenity_3.12.1-1_amd64.deb
Files: 
 4da8e3c29c4878f5f1a3d2b61215c803 3509956 gnome optional 
zenity-common_3.12.1-1_all.deb
 8fc8b56cea294f2f7aa73bef3754bc1a 247832 gnome optional 
zenity_3.12.1-1_amd64.deb
 c14ef32da2fe4a51ab6587a1010da900 1929 gnome optional zenity_3.12.1-1.dsc
 497dfbc1b473185f0294f38a92661ac0 3670368 gnome optional 
zenity_3.12.1.orig.tar.xz
 3c99e9022742781834153a79b173a72e 6196 gnome optional 
zenity_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTgHNeAAoJEB/FiR66sEPVkwsH/iJbt82r/3b68tupd0ZGGSAu
n9JwT7tpYZp9Ut4+Hjly8eVzIzL+69L6t6QBwVnXMGR7R3YNyv5b4+LmDW4C4g4O
PBhqYxNvK7SNYIaq18SJhjEdhPxHtcPiYdOHjQX0mIyXwIW//lLmZAHtxkz9oFg9
kK87pig8oaQzzUnImXnDwnUEDn8LAlOpXXL/5IdCEv66mdhGTnGmfrduOJvpXMvS
VmCnhbWcYdbeym8cPeAcFSY0zG5LUIHITwziqsJvs2rBqS6/eQR7BZ3jS6hEPfwc
UGv7Ynjq1qL+xNlgGc7Gb8OW8XYcK7/8HznDCVh1yplplLEuFhgSsdEJV+8KbWw=
=oyHk
-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/e1wo9hd-cu...@franck.debian.org



Accepted feel++ 1:0.98.0-final-1 (source all amd64)

2014-05-24 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 23 May 2014 07:31:30 +
Source: feel++
Binary: libfeel++1 libfeel++-dev libfeel++-dbg feel++-apps feel++-doc
Architecture: source all amd64
Version: 1:0.98.0-final-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Christophe Prud'homme prudh...@debian.org
Description: 
 feel++-apps - A library for the finite element method
 feel++-doc - A library for the finite element method
 libfeel++-dbg - A library for the finite element method
 libfeel++-dev - A library for the finite element method
 libfeel++1 - A library for the finite element method
Changes: 
 feel++ (1:0.98.0-final-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1: 
 9d12da5031805d1a86cd182177f88d44a27c121c 2051 feel++_0.98.0-final-1.dsc
 b711b585b4fbd3ee9271cc6a5711b4126dd19cd4 31757307 
feel++_0.98.0-final.orig.tar.gz
 f74063a614956b10ea1f269ea8481ab087aa717d 13920 
feel++_0.98.0-final-1.debian.tar.xz
 3b9e5318804c61be66fbeb7f4c022f33e7d6bdf2 3036196 
feel++-doc_0.98.0-final-1_all.deb
 a1a89d30118f8bbd84d81d8a0e336fa2a9861fee 2264660 
libfeel++1_0.98.0-final-1_amd64.deb
 369ed7e4d4dddfcd1467e42731d11a25d9df8899 1083600 
libfeel++-dev_0.98.0-final-1_amd64.deb
 a17522d0c66f21ef3900e15484dcee5910521029 615934 
libfeel++-dbg_0.98.0-final-1_amd64.deb
 8dc25ecede5c0abdffd9bfae897e6372442412a7 5055326 
feel++-apps_0.98.0-final-1_amd64.deb
Checksums-Sha256: 
 b6009d9edc31da78c79070a13dca968febc32db5d7b269fad6fa2accda90182a 2051 
feel++_0.98.0-final-1.dsc
 8b752c9923be21e287f7221e8f1632d5f2e31d52cd503cd7237e7c801d7198cc 31757307 
feel++_0.98.0-final.orig.tar.gz
 2696adf853b00a7f37247e5e31c153ba49967e251c4e45556fca9e63bec763ea 13920 
feel++_0.98.0-final-1.debian.tar.xz
 c4d244f9dc9562ab4a2f58465c456a56b4056fb43b1c2f34b42b3cae05988992 3036196 
feel++-doc_0.98.0-final-1_all.deb
 898237a06d40c2003441d4f6370d582057e8bfca99e7a7229f4f138a4589c6aa 2264660 
libfeel++1_0.98.0-final-1_amd64.deb
 4fa6e83c1e612dd1f34b1a5af2c4da59656e23815c189e811f0d55a233457c8f 1083600 
libfeel++-dev_0.98.0-final-1_amd64.deb
 1f064d0ce92fecb5c4b08956b3faeb598f6cdf572a6d13951db53b118203a262 615934 
libfeel++-dbg_0.98.0-final-1_amd64.deb
 100a6207ffd62585abd17d43aa1295875d3dcb7585d46f0d1bc5aaa962d5125f 5055326 
feel++-apps_0.98.0-final-1_amd64.deb
Files: 
 98e46cbd23840396d2f147ca49ce8900 3036196 doc extra 
feel++-doc_0.98.0-final-1_all.deb
 21318ebe4a6936a397b8af671fc21762 2264660 libs extra 
libfeel++1_0.98.0-final-1_amd64.deb
 688d1ab0cd83f6d00be3bdde644fe565 1083600 libdevel extra 
libfeel++-dev_0.98.0-final-1_amd64.deb
 d474b7c53340daf4e542bcd7f4570e79 615934 debug extra 
libfeel++-dbg_0.98.0-final-1_amd64.deb
 019f4985c110721eb5adc8c7c331ae52 5055326 science extra 
feel++-apps_0.98.0-final-1_amd64.deb
 154e3575dab07a1c4136b6de03941a4e 2051 science extra feel++_0.98.0-final-1.dsc
 0483d72cd6cbbf416fb8c1665e61dd90 31757307 science extra 
feel++_0.98.0-final.orig.tar.gz
 20e2f8ba1c7b3a2f0d58e6a0c4b981b9 13920 science extra 
feel++_0.98.0-final-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFTgHbAoY+0C9S+FFARArAIAJwJCv7KWo3ItbFn8J3PHFP7sb0+egCfd7k6
RLshx103Tq8nPQVEXmzvOM4=
=zfWs
-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/e1wo9vp-0004ij...@franck.debian.org



Accepted sendmail 8.14.4-6 (source all amd64)

2014-05-24 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 13:19:14 +0200
Source: sendmail
Binary: sendmail-bin rmail sensible-mda libmilter1.0.1 libmilter1.0.1-dbg 
libmilter-dev sendmail-doc sendmail sendmail-base sendmail-cf
Architecture: source all amd64
Version: 8.14.4-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description: 
 libmilter-dev - Sendmail Mail Filter API (Milter) (development files)
 libmilter1.0.1 - Sendmail Mail Filter API (Milter)
 libmilter1.0.1-dbg - Sendmail Mail Filter API (Milter) (debug symbols)
 rmail  - MTA-UUCP remote mail handler
 sendmail   - powerful, efficient, and scalable Mail Transport Agent (metapacka
 sendmail-base - powerful, efficient, and scalable Mail Transport Agent (arch 
inde
 sendmail-bin - powerful, efficient, and scalable Mail Transport Agent
 sendmail-cf - powerful, efficient, and scalable Mail Transport Agent (config ma
 sendmail-doc - powerful, efficient, and scalable Mail Transport Agent 
(documenta
 sensible-mda - Mail Delivery Agent wrapper
Closes: 553293 740792 741257 747551 747910
Changes: 
 sendmail (8.14.4-6) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group.  (See: #740070)
   * Add systemd socket activation support for libmilter, thanks to Mikhail
 Gusarov.  (Closes: #741257)
   * Add _FFR_TLS_EC support, thanks to Fredrik Pettai.  (Closes: #740792)
   * Add support for OpenSSL options SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2
 (backported from 8.14.8), thanks to David F. Skoll.  (Closes: #747910)
   * Apply manpage corrections from Ubuntu.  (Closes: #747551)
   * libmilter-assert.patch: Fix an incorrect assertion in libmilter,
 cherry-picked from sendmail 8.14.7.  (LP: #1299571)
   * close_on_exec.patch: Properly set the close-on-exec flag for file
 descriptors before executing mailers, cherry-picked from sendmail 8.14.9.
   * libmilter: Convert into a 'Multi-Arch: same' package.
   * libmilter: Add symbols control file.
   * libmilter-dev: Move static libraries from /usr/lib/libmilter to /usr/lib.
   * Remove outdated documentation and other cruft.
   * Don't re-generate d/changelog during build.
   * Abort build if debian/control got regenerated and differs.
   * Create directories during 'd/rules install' instead of using .dirs.
   * Patch sendmail build system to install libraries.
   * Install files via debian/tmp and use dh_install/dh_installman.
   * Update to Standards-Version: 3.9.5.
   * Update Lintian overrides.  (Closes: #553293)
   * Import ftp://ftp.sendmail.org/pub/sendmail/PGPKEYS ($Revision: 8.46 $,
 $Date: 2014-01-18 00:20:24 $) into debian/upstream/signing-key.pgp.
   * d/watch: Enable PGP signature checking.
Checksums-Sha1: 
 cf2095c32993e7d0d6ff5d80b1e54e5ff58b09c6 2626 sendmail_8.14.4-6.dsc
 d84fd173bd41d19c2a152be754bcfb07a65bde1c 375024 sendmail_8.14.4-6.debian.tar.xz
 9a0f6014d8b7e8fff144873155cfb00852d976f7 831362 sendmail-doc_8.14.4-6_all.deb
 86851baf47a8cf71ea262d09098d9338cff71c91 216132 sendmail_8.14.4-6_all.deb
 f31555a9c45e452c0902f87f4d2d31ccf3f2a15e 337670 sendmail-base_8.14.4-6_all.deb
 78803e0d473fb2af81ee737783f5bab40da65ca7 285198 sendmail-cf_8.14.4-6_all.deb
 51a049d379803abf4cd465154f2e1b28927cbbee 668644 sendmail-bin_8.14.4-6_amd64.deb
 308cb108d9895ff67f3434298ed15125f89355a9 244984 rmail_8.14.4-6_amd64.deb
 b6767e47f239aa8c6758efb0b42e3c37b5c55a37 218224 sensible-mda_8.14.4-6_amd64.deb
 78b7b6feddbed1998edb9355ad298f118dc0c186 239176 
libmilter1.0.1_8.14.4-6_amd64.deb
 7721c1428d88996de38695f261e3c871e8159875 2181652 
libmilter1.0.1-dbg_8.14.4-6_amd64.deb
 e7b602edc2282c19aa737e75aef2f99779c82b88 304412 
libmilter-dev_8.14.4-6_amd64.deb
Checksums-Sha256: 
 decdc943aa37b177e5b6ac71146d1f6b1f4d4af8ab3da5d71de5aa8e7353af09 2626 
sendmail_8.14.4-6.dsc
 12e6461f5aa933467492e63db441945e9727ee9123d4df76e287acf100bf94f9 375024 
sendmail_8.14.4-6.debian.tar.xz
 ff269ab2774149c44fc9bc24f50ead5181aa1b780beba60028991425feb3efec 831362 
sendmail-doc_8.14.4-6_all.deb
 e16318a3fce298b1d5c98a0e7d07d2e0fdaa488055524b17db34204022ce84b3 216132 
sendmail_8.14.4-6_all.deb
 f734818a4c233b8c52fde62d6ead5c8bf88ce8653d3add7cc37ee681e7df9072 337670 
sendmail-base_8.14.4-6_all.deb
 aa2003e8e7328479cfffb65322754762b93aeddabe17fe976526429ff36eed18 285198 
sendmail-cf_8.14.4-6_all.deb
 7984ffed68681f6d736b0157a3ee90299cfd3ad927b16ee8db4c5da96f273a39 668644 
sendmail-bin_8.14.4-6_amd64.deb
 15bde7d9674761a9da49bb2f88a8302df3f7e9c50019654a347fa271fdf84480 244984 
rmail_8.14.4-6_amd64.deb
 ba0d6604c6ff6918fc54b7904d07c1f1f090731c9a45b1a5406798a389df8eae 218224 
sensible-mda_8.14.4-6_amd64.deb
 4e1472904bdfefb89c8b2eba967a42af7655cce3942fd788b72f6869ca593565 239176 
libmilter1.0.1_8.14.4-6_amd64.deb
 441f9ec05b1f9d0171728d65ea552fea0e03895717e974545e9bda7c12b30b32 2181652 
libmilter1.0.1-dbg_8.14.4-6_amd64.deb
 

Accepted libweb-simple-perl 0.023-1 (source all)

2014-05-24 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 24 May 2014 14:26:42 +0200
Source: libweb-simple-perl
Binary: libweb-simple-perl
Architecture: source all
Version: 0.023-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libweb-simple-perl - simple web framework
Changes: 
 libweb-simple-perl (0.023-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ gregor herrmann ]
   * New upstream releases 0.021, 0.023.
   * Update debian/copyright.
 Add new copyright holders, bump years of packaging copyright.
   * Replace pod_fragment.patch with an override in debian/rules.
   * Add patch to fix POD (missing whatis entry).
   * Declare compliance with Debian Policy 3.9.5.
Checksums-Sha1: 
 a48fd77b5efa40c4258af7ee7688bb9c918822e7 2345 libweb-simple-perl_0.023-1.dsc
 7664bbb65d435f20b7181bac96aa6dca612b06f2 52577 
libweb-simple-perl_0.023.orig.tar.gz
 3f6b48788b54e1086461b281ed8dbacccf610ce6 3324 
libweb-simple-perl_0.023-1.debian.tar.xz
 f5a40990ba45f27e82863b8a987b9d50187d8b94 61644 
libweb-simple-perl_0.023-1_all.deb
Checksums-Sha256: 
 b2f422f92a192d180ef54250c478f40495ebea11560400572ce5cf54a74334ca 2345 
libweb-simple-perl_0.023-1.dsc
 497c0de67fb896a59d249a38bd16d4745f09bdfb92a8c5a7b47cfdf8e2aa0442 52577 
libweb-simple-perl_0.023.orig.tar.gz
 f98e4b503dcb6aefeb56dd04d48f466ba664b9415818b327dd87dd11bba51ddb 3324 
libweb-simple-perl_0.023-1.debian.tar.xz
 1f525dea374114d088d20c18ca10e8a02c29dae1de32ee2a76796ec4379f1efb 61644 
libweb-simple-perl_0.023-1_all.deb
Files: 
 813aea75e0135faf3e94944068b98d8c 61644 perl optional 
libweb-simple-perl_0.023-1_all.deb
 616c75aaab38d1681696635bd97419e6 2345 perl optional 
libweb-simple-perl_0.023-1.dsc
 0e0b6d301bca143eae4660d272115fe0 52577 perl optional 
libweb-simple-perl_0.023.orig.tar.gz
 9d733d0d8777cb9883e911286258c025 3324 perl optional 
libweb-simple-perl_0.023-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTgJAxThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBvzIEACsLPaSaMo/vpcY0/2D2GvtttzHiQfV5DFdFj1A9rRN98ZW
m0skjX2PyN5BIHYyL4pSOCZWW6/y+DVQ+kvDza+yn65rYJQB92zpEAwd/MtMbHmX
oLLDDsCaUx4Eu0zjaR57pFwFJaUyxWcsYdeMmtciNpaBsoQ+mFDf2l3zyPWrdaw9
vYX75LjkZ5zHEh3g/tAwiGDY5tR3dqa33vePAgbeSXdfNsfdycPSqhoBUrJn0RBf
lXZPo/dnzv3wWAYZx2SeyM8R374ZpMixsvMdrNZajXp7btjLr+hJLPnO3bWG4ATM
F81vpq+oiJKoX97VEZfOlQBsJdA9+6Rwb3fb0FqB0DM4uOrK9E/hgs7IVJv0Uqa1
Kq26WoCOazXIcahz6o+BGAg+bjjidOjg/SVeoP3aHsv+cYH5+PROQqbcdWN6bX3b
u6Ep1zrOVl3FzKbuFYL03mt5zcj5K6PurHdgIkRsAzQvERi1mDCHmY5MEISdi36A
aJ5JlYHFJ7drTdBSVDSnKR7IK0uVkYb3dLszEeAydVOEXF7JeXw5HvUNZ0fVuZwJ
YoFF70W1Ke5lOK2A6NgIpJVeJ74CvJXpXnE0BtMbI6FVsOwOjbRmQqv8zgKeTIDg
sOoq84Xjk9Bjw42W7Ltam0vEyHvT7qiCvVMT5fkr60qKA9uNVM51u/SISgfYyA==
=fGLY
-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/e1wob91-0006a8...@franck.debian.org



Accepted libfile-share-perl 0.10-1 (source all)

2014-05-24 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 24 May 2014 14:39:44 +0200
Source: libfile-share-perl
Binary: libfile-share-perl
Architecture: source all
Version: 0.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libfile-share-perl - replacement for File::ShareDir to deal with a development 
environ
Changes: 
 libfile-share-perl (0.10-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * Strip trailing slash from metacpan URLs.
   * debian/rules: drop override. The manpage is created correctly now.
   * Update debian/copyright.
 Bump copyright years, drop info about removed files.
   * Declare compliance with Debian Policy 3.9.5.
Checksums-Sha1: 
 f21b955b281957dabbb5a166ef7a822a9868527c 2190 libfile-share-perl_0.10-1.dsc
 05fecb33dc8639b02320ed787f79bf99e8d68390 9700 
libfile-share-perl_0.10.orig.tar.gz
 232d7639f7714b695dd3cdbe6286e5abe56af090 1824 
libfile-share-perl_0.10-1.debian.tar.xz
 e19bcfcddb5039ad57380129cf49d76c528168d2 6930 libfile-share-perl_0.10-1_all.deb
Checksums-Sha256: 
 96e34b7cac5ee4611815fd94c1dcc3e652ec4402a13a0c775e73a8f582d403d3 2190 
libfile-share-perl_0.10-1.dsc
 6547bf2615f6152972b78a029d1776724c7cd54f99f9379d3c77dc4d9173afc7 9700 
libfile-share-perl_0.10.orig.tar.gz
 67b50f9f6201b64260d9e59bb0af709e697cdf9a6e42cab08fc6be66b01a61f5 1824 
libfile-share-perl_0.10-1.debian.tar.xz
 17d4f002790a0f1d374cb70da9cfc4467af59ad1b91bee59f5292b2fd5d3a89f 6930 
libfile-share-perl_0.10-1_all.deb
Files: 
 2d627af2f6cf28bc394e87cab8dac276 6930 perl optional 
libfile-share-perl_0.10-1_all.deb
 f55d7772bec8aeb8e599afc4dc203576 2190 perl optional 
libfile-share-perl_0.10-1.dsc
 34ac6ac53b5451d1bdde03d765c41915 9700 perl optional 
libfile-share-perl_0.10.orig.tar.gz
 29bbc01b594f074fce713581f5948d8b 1824 perl optional 
libfile-share-perl_0.10-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTgJNDThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBvZmEACX3e5g9pWdHFUnd9OVwNj5NC9HA6ZzuM1yuyLgU5cqfnR0
tc66z5+VcKKB+7mftgpQKpYVHH8m8F6YlDbO+4au3f3t919a8fHvQhrcw/ybd7yI
Ayx6tECDgxRy7+zlxMX2wO1peexKojXzr8BKTrDAjnOMXGPj1xBcyvtEvZLoXV4P
kawZVLD8mNFay3wSsfeUckWFxn0JJKJJydyIVruT4Il1pouc4rbbRjnx+gd2WT0u
gnY4mpK5x6WzcF75symWE1JTgQxCON8dW3cQ5IHaUkbEKtCPwVOx+Qy5ggQVsUQH
iV36/IXly4zgJ5s36csgS7mJY8qpO3Brjfv9Pgt/RVx8hQQe6qhA4N3lPm8sIC5l
/eOdygrOf4w9t3A/uFpF27pdPJ/0WzEsE491BBUQdqcBBSLZ2wshNN0EqLuOgbNe
rnEqMoua9iQaxuqrBi0H/YNWYdSC4U38fRRYu7da6tjm48+qTdzS/lHhklFqFLJR
Xx9VYzDWPx96e+KRxkl+h783XfRNMfaetBaA8xdiQ1MtKZwbXjb8osrSQgRyyWuj
BCARr1NrxDA+vta12LPXF4iAfnN9uBLna/shLkCAnk3byXdNZVi7u9OsMvE2Cczi
JbHuLXSvS1hmyq4bl/nNz98z+SnIBf4X3H/vTEDfIIju5wBZ1KDJ3V5Lv5WSGA==
=Ezfz
-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/e1wobnr-0007p4...@franck.debian.org



Accepted povray 1:3.7.0.0-3 (source amd64 all)

2014-05-24 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 14:27:52 +0200
Source: povray
Binary: povray povray-includes povray-examples
Architecture: source amd64 all
Version: 1:3.7.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Andreas Beckmann a...@debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description: 
 povray - Persistence of vision raytracer (3D renderer)
 povray-examples - Persistence of vision raytracer (3D renderer) sample files
 povray-includes - Persistance of vision raytracer (3D renderer) include files
Closes: 745448 746365
Changes: 
 povray (1:3.7.0.0-3) unstable; urgency=medium
 .
   * Perform render test without display and pause.  (Closes: #746365)
   * Configure with --disable-strip - let dh_strip do this job.
   * verify_POV_LONG_is_64bit.patch: Verify that POV_LONG is a 64bit integer.
   * correctly_use_POSIX_V6_LP64_OFF64.patch: Fix the usage of
 POSIX_V6_LP64_OFF64 etc. for detecting sizeof(long).  (Closes: #745448)
Checksums-Sha1: 
 c7fa5697634db685177a52d143a1650872e1f309 2136 povray_3.7.0.0-3.dsc
 704b83cce2e13890df3a4039b110958770079a44 71916 povray_3.7.0.0-3.debian.tar.xz
 fb9add6fd38c9dc184f0a84895d893dae3e13068 1114882 povray_3.7.0.0-3_amd64.deb
 53de6e89e0904228cfaf55c67583cac7f48d8006 262886 
povray-includes_3.7.0.0-3_all.deb
 f6bbddaab18b0250da0f1f44dbb38336237b163a 10159368 
povray-examples_3.7.0.0-3_all.deb
Checksums-Sha256: 
 34fda98e961f91524d1c9e17ff07eb2387e48afa967436484c6801d3bbb67f73 2136 
povray_3.7.0.0-3.dsc
 6aae4272dc5fdc785da12881a0bbcef02436b0ff1cac721c6255c702435d3d8b 71916 
povray_3.7.0.0-3.debian.tar.xz
 a3648ebb40dba8e12f3c46ebd0aaefa1c834f21070ed58cf7820f2acd1c5d1d0 1114882 
povray_3.7.0.0-3_amd64.deb
 571f00f4364486721f789de2d92aa11d4cf9d412c52462deb3b7fea956cc5106 262886 
povray-includes_3.7.0.0-3_all.deb
 263171dd6d4bf124b7bd75bf5ecf80f77d1ad3cb45115855c08bd0f0654544a7 10159368 
povray-examples_3.7.0.0-3_all.deb
Files: 
 fa912a1b89859ac2625188d2b4a5a194 1114882 graphics extra 
povray_3.7.0.0-3_amd64.deb
 ae5be132312a41bc553a8b3e28aec509 262886 graphics extra 
povray-includes_3.7.0.0-3_all.deb
 902deced6aa0633b9338db3780228157 10159368 graphics extra 
povray-examples_3.7.0.0-3_all.deb
 dd2ae346fddd877643f02799d26182c7 2136 graphics extra povray_3.7.0.0-3.dsc
 0471a8b6d83219607c871bf87915d90b 71916 graphics extra 
povray_3.7.0.0-3.debian.tar.xz

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

iQIcBAEBCAAGBQJTgJHEAAoJEF+zP5NZ6e0IBugP/Amg6EWktUJxoHZuiZNujVph
9x7YX9GQF2s2wPOOPpMvQXFETN0ya05c1nQqF+MM9JQPSS6Z1i0gUEbVsr2pVsb3
qmVpGsj+Re/w8Cf8YIi5nYY4CEN9hSKlsiHhxUPtE2eVfsmmKEpC14dp3b5c0D5W
hIY5UkZOUuzfGC1dv2ATCZ8eea0qWXdlzvFUMfsyT2i2J66Pr7Visr+SniAHbzec
Ch1vM4WCURZDpr0jBEPvjuQD05xmffBEGpHD0yTlnVdde7iLnpV10B51pcM9yL21
3eFrm3A9VBYUDYmmlCpJIIAFgyKUzahf0otdjRGcg8Lskez7iMVzPlWC0uWtEVFe
7mU3ExvlWejku99dZlsRFRVxod1Z+TEksBN8gk02UFtrcbJAatR46roYNW1C10bK
07H/lMXqsK5HV88eN0shzMWLl2ivG8BDgN+StzrOag3T3yAVKxDbAyxio1Qq3brD
sTQZw0W5nz/suKYK/z6Px9vPOyOfTqNnLcuNj1VxqJtyCAOLKB3fwbrZq0hNjN4R
K+6CUbW6o/obEHZbakyTZVhqxVd8x/iU/hcWM+PwEZIekpS7BXTTloMwiblWrB31
U3JkNky90LtYef2ckGMz9evyqteBbPc7xeO6nolC1Es3qxnpNJ3vhfZCVHNaeciw
0Fbfd4GOd/H4AoFRbbrI
=XtKP
-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/e1wobok-0007ub...@franck.debian.org



Accepted libfile-spec-perl 3.4700-1 (source amd64)

2014-05-24 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 24 May 2014 14:46:35 +0200
Source: libfile-spec-perl
Binary: libfile-spec-perl
Architecture: source amd64
Version: 3.4700-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libfile-spec-perl - collection of tools for working with paths across platforms
Changes: 
 libfile-spec-perl (3.4700-1) unstable; urgency=medium
 .
   * debian/control: remove Nicholas Bamber from Uploaders on request of
 the MIA team.
   * Strip trailing slash from metacpan URLs.
 .
   * New upstream release.
   * Update years of packaging copyright.
   * Declare compliance with Debian Policy 3.9.5.
Checksums-Sha1: 
 8e1965e0dcc70051409f7fa5b2bf63bbb78b20c7 2358 libfile-spec-perl_3.4700-1.dsc
 e29c649d51405a63ea5c3255637411bbf82c96c2 143041 
libfile-spec-perl_3.4700.orig.tar.gz
 3f0f82a025d91b4f41a6e079a3c3170909ebc4a6 4844 
libfile-spec-perl_3.4700-1.debian.tar.xz
 f3244401ab6750091c8f1b7f33ad2284ee29148c 91966 
libfile-spec-perl_3.4700-1_amd64.deb
Checksums-Sha256: 
 67e8e410368846c96e1db46fc105fdb523016ecc8cdaed587ff70045467aff0e 2358 
libfile-spec-perl_3.4700-1.dsc
 caa8d4b45372b8cb0ef0f6f696efa3a60b0fd394b115cad39a7fbb8f6bd38026 143041 
libfile-spec-perl_3.4700.orig.tar.gz
 dd25876b4e3667cbb463de321b6d8f4bec52daa75e1b8551157de151bf910788 4844 
libfile-spec-perl_3.4700-1.debian.tar.xz
 faf53bb0ccca3a6337f20bb3f9a8def83ae0e0308807a01fb319f55dcbe1ba79 91966 
libfile-spec-perl_3.4700-1_amd64.deb
Files: 
 dc31a022c544a0ebf0fa430ae4543d39 91966 perl optional 
libfile-spec-perl_3.4700-1_amd64.deb
 dd7b77995c1b1178516f9a8e3d81e861 2358 perl optional 
libfile-spec-perl_3.4700-1.dsc
 5b97a7f64ab964aa470919ca11133809 143041 perl optional 
libfile-spec-perl_3.4700.orig.tar.gz
 bb34ac8dd5575b3e581c94733c8bd738 4844 perl optional 
libfile-spec-perl_3.4700-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJqBAEBCgBVBQJTgJTRThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBgXoD/iXw4BfdprALyXR2ann1KgDWfTMYT7+i16zgD2d1K1CaqYY
CCV90sEsXTaDhVoiBRUVXExNyzLNRde/2caB/k/ZgiXVJhrYVLKQVxDHGmnoExW0
tZUDSwnx8MpXsMe+icdxkJl5QYk6/Psx6ZXKzqrBvi2IlWUohErh0tuofomCt0Fe
kw9l+qCMPIINBpgRVOUthMzKB37CPaDF4ukYNtR014Oq1vDO/jzFe+V9J1YJ7JDu
5b5gI5kJ/dsTHu0AWbYxRWl4/iP02dIUPdrCnfDZMMslRhkAFLTYq6lfyYqI8Oet
slqhpNKBuoo6oFgmRQFnlYuccjo7RgOJYYqEkZHBQ4z4I/w6tLMT1S4fcQG62ziW
5Yw0bBu7hfClN1qO2aibRKW/jm9PC96BrC7kDe0uln6f+mPTOpfiT4d8UrSmZ/NB
R4XCZDMhI3aRFnQTe4A2plE5Gj9FTzp2T5ZDLkmfQ8U6bYSFCrVyHluUnz4S1ApQ
33As/tvng/6rZXhWveg3y7j+b3WKGPwHkYSXw9U1/ZDFFQIe8PI0uYYO56nuwRE/
lTUfXVeiRdaAeUzQqPQQ2g/Dcv6/KAO0uw5ZVDyMXkzS/WtkU2T53sIRTP28Puln
mu+mWWCvvjSQQS3h5ezPIycqIlU87E3QZ1O30doo8a4/1xGD1zFREWQHm3Mk
=Lb75
-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/e1wobc7-lw...@franck.debian.org



Accepted libasm4-java 5.0.3-1 (source all)

2014-05-24 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 15:07:35 +0200
Source: libasm4-java
Binary: libasm4-java libasm4-java-doc
Architecture: source all
Version: 5.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description: 
 libasm4-java - Java bytecode manipulation framework
 libasm4-java-doc - Documentation for ASM, the Java(TM) bytecode manipulation 
framewo
Changes: 
 libasm4-java (5.0.3-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
   * Refreshed the patches
   * Updated the version in debian/libasm4-java.poms
Checksums-Sha1: 
 0b596502a671b892dd69a40d9bab77f54e58c7cb 2208 libasm4-java_5.0.3-1.dsc
 742e83b582fd50d3aee1973865281ebb08cc4124 14728936 
libasm4-java_5.0.3.orig.tar.xz
 e9a36841e83cf170d860b9dda9233f38c2e225c4 6816 
libasm4-java_5.0.3-1.debian.tar.xz
 c66dcd234808262cb4b292e5dff25532b5ae35c1 251054 libasm4-java_5.0.3-1_all.deb
 cd38fd18b0ff0eb51b8d1fc2578c34119501962d 382554 
libasm4-java-doc_5.0.3-1_all.deb
Checksums-Sha256: 
 f458b15fe9afa5537660c01ff442663818edbb9588bc124febcc2c8ded65fae5 2208 
libasm4-java_5.0.3-1.dsc
 78f9e01ae7db3e4ec74f70c35393ce4afa53008079208dec28bebd6c3f864ec4 14728936 
libasm4-java_5.0.3.orig.tar.xz
 454eb600c46adfd7f05e1b4094084e969d5e4d7ef9665aab251a0a669679c29d 6816 
libasm4-java_5.0.3-1.debian.tar.xz
 3325ba3556da35af1bc8792790ecb6cea377d2130503fcffc8b84ff8b4a52ec7 251054 
libasm4-java_5.0.3-1_all.deb
 b477989607da63113af579f823510154ca0adef9631b9fed618a750a68131593 382554 
libasm4-java-doc_5.0.3-1_all.deb
Files: 
 bf8f33a8fa03a6c9c653d0036d153a40 251054 java optional 
libasm4-java_5.0.3-1_all.deb
 eaea39d7acb9d7a1f0a0e267f607b3f2 382554 doc optional 
libasm4-java-doc_5.0.3-1_all.deb
 66281649e88b1b26037da43a169c5095 2208 java optional libasm4-java_5.0.3-1.dsc
 63f899ab26483fe4f75d3ae9d0fc366b 14728936 java optional 
libasm4-java_5.0.3.orig.tar.xz
 6e73c349face00d3dc951e1e881b8751 6816 java optional 
libasm4-java_5.0.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTgJtkAAoJEPUTxBnkudCsSQQP/A9NgjU1unzLvi6mD/YdcYj5
gArIs0y2ShKZ8iDuik7vLbe9eZsUnOJ0E4dE9ibPzUfeNAH84Mk9vHHuKFMYFUbk
+EMpZoqjx2D2ox6ZfoP1PFfWXSVO4ecWpLr8ACecN1lyjaKYFAQHPjH1R4Dkotys
GA6DYfTAYRs2nkY6h3IlllHyVbRN9GFuqYoiMEZSIcLG/z0lwEPxV5ecGUHI7Gb0
JR7I040ZrEiFOUk3p14BKlvsB4ii4uaj4rfmEWiWO1pc4DiI9qCwlMchfnD24qab
YdyChHJ18RA7M0ERsWvpWSqyR+qBM+CyrrrJpmYsT9bFIjCWQlMOO+T/fjg7Xcfd
gDRlI0KUIPjrQ7OyV9Hs/fAwlkkhnKFwbm/O06qnF1Il/gyHTs2Qd0PhGTAOl2QZ
a1lkLZMsN+XpeyZbOAM79RkJy/I+IyMUi9B10v0nChLfJy130oeLyCoCOZmbP6uD
ou9tflLkVZ5ZBRJ3PmSwFd7byLWBaStJ2gYqjCK374m6lHAY1nRzqP7SAJOsJkf4
zfEPR/KrE93Aj8Ebw7YkuQ90nqWzc+ief7Zd2BUDX6M0w9q4Wl3hb3Rd1USVgjGr
meKzilgYhi70oc244mG7saLaINuFACnZAB/2tThtT1eyLsfPtyc5BAx4M7s1Lfhy
dHZjLUnumU8heCPM9x6D
=/YzH
-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/e1wobqn-0002uo...@franck.debian.org



Accepted poppler 0.24.5-4 (source amd64 all)

2014-05-24 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 15:00:15 +0200
Source: poppler
Binary: libpoppler44 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt4-4 
libpoppler-qt4-dev libpoppler-qt5-1 libpoppler-qt5-dev libpoppler-cpp0 
libpoppler-cpp-dev poppler-utils poppler-dbg
Architecture: source amd64 all
Version: 0.24.5-4
Distribution: unstable
Urgency: medium
Maintainer: Loic Minier l...@dooz.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt4-4 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler44 - PDF rendering library
 poppler-dbg - PDF rendering library -- debugging symbols
 poppler-utils - PDF utilities (based on Poppler)
Closes: 734014 747057
Changes: 
 poppler (0.24.5-4) unstable; urgency=medium
 .
   * Backport upstream commit 5b2cdef49a8a0a92fd323fbe45841a5098a42ece to fix
 extraction of text in in some documents; patch
 upstream_Fix-extraction-of-text-in-some-files.patch. (Closes: #747057)
   * Enable the autotools_dev dh addon to update config.{guess,sub} before
 configure. (Closes: #734014)
Checksums-Sha1: 
 3e22a63deebece3ebee18b09abc433217f03bc2b 2681 poppler_0.24.5-4.dsc
 ad2dd663303d6d8b85dbfcd628325406b358703f 27632 poppler_0.24.5-4.debian.tar.xz
 2def76b6cc3fd3069dc09a5950c1b0e2ea5633ea 1129726 
libpoppler44_0.24.5-4_amd64.deb
 13a802311cd423650f6a673748bd1034441f42fd 701766 
libpoppler-dev_0.24.5-4_amd64.deb
 14616995ef7680cae661d8192ad01ce130bac45d 172952 
libpoppler-private-dev_0.24.5-4_amd64.deb
 dcddfa35a400d5244e70e4cb5e60ae6c5b45c2b7 99526 
libpoppler-glib8_0.24.5-4_amd64.deb
 78b3742e87cfff2b3ab5b86bd460a053e1104997 128696 
libpoppler-glib-dev_0.24.5-4_amd64.deb
 c6a0a3bb03f382df9b39a76a0cd98faa3e67433a 68524 
libpoppler-glib-doc_0.24.5-4_all.deb
 e83975d3c594d2bcb09d95dc56f9dc5a31669a0b 28122 
gir1.2-poppler-0.18_0.24.5-4_amd64.deb
 0db229a0a3211d823f690be3e0c818d0d404361d 124504 
libpoppler-qt4-4_0.24.5-4_amd64.deb
 41fd57913340923e811bbdb4ee9cd2a8c2e648dc 151636 
libpoppler-qt4-dev_0.24.5-4_amd64.deb
 7bcc6d9972901e1a1112bc856a2a02702f53c370 127902 
libpoppler-qt5-1_0.24.5-4_amd64.deb
 9852ca162c61dc45f13eecdc274a11b0d43c0d9b 157324 
libpoppler-qt5-dev_0.24.5-4_amd64.deb
 b23ce4c99c50d3b694aa447d6eaefd377c123127 43360 
libpoppler-cpp0_0.24.5-4_amd64.deb
 6c9b3456381d02e29489916a3fbe3369d9d5 47562 
libpoppler-cpp-dev_0.24.5-4_amd64.deb
 befd776aaeb51eb5650ab11e2848c7f79b0af5d3 131366 
poppler-utils_0.24.5-4_amd64.deb
 d86fa11fa616c688f50f7f4c8a0b7abf424677fb 7355904 poppler-dbg_0.24.5-4_amd64.deb
Checksums-Sha256: 
 77b4620b074d486d2dc7eb9107f029b8b03d37370f2110c334c262cb67e088e0 2681 
poppler_0.24.5-4.dsc
 e0b0a1431a9641dc7cc8c1742907d17e2bdd79556857a6f4f55714e40a38c5d1 27632 
poppler_0.24.5-4.debian.tar.xz
 b410ca5dee2066fa2b7b43f2ff5b451649d3fa082e6a5191102614ecfa5a195b 1129726 
libpoppler44_0.24.5-4_amd64.deb
 2376f5e360541008f7e22667d6dd856c08438055446236857f03309631ebfb5f 701766 
libpoppler-dev_0.24.5-4_amd64.deb
 be1b7f97b905dbddd2892e63f0b69d98b78414e461c3cb9e561231e594a445d3 172952 
libpoppler-private-dev_0.24.5-4_amd64.deb
 73dfe600b2e4290ff6b35160da2e0c2099f66e040e5490fd1fe6075587589d50 99526 
libpoppler-glib8_0.24.5-4_amd64.deb
 5859472a5afdec562fc3d553385fb1ba49f201ee2e875bf3ef2a606a2a8dee73 128696 
libpoppler-glib-dev_0.24.5-4_amd64.deb
 e595481dfe58740e4a26b100b6d8c7dea0db2b8e0fd2e2918f1c563dac7143a9 68524 
libpoppler-glib-doc_0.24.5-4_all.deb
 2ce3107b25099fbac06644dda53ba3980c16e3b071011ae8e0073ea437fbaf67 28122 
gir1.2-poppler-0.18_0.24.5-4_amd64.deb
 0f67af6b391e580322b142e760af5369b44b5d66722c3794036b9a699a1e0b9b 124504 
libpoppler-qt4-4_0.24.5-4_amd64.deb
 dbce2644eeda7a9a3476500b7d3885c687b62b46d43ecb7ad1ed90845dc21030 151636 
libpoppler-qt4-dev_0.24.5-4_amd64.deb
 bb61c9874fc0129a44c1a1756fd9a0e9e8ad30d2bb69f8f12cd4ab1cd1025668 127902 
libpoppler-qt5-1_0.24.5-4_amd64.deb
 9a43832a62a891202c1f94fce0dae5fa9d54a00aab65599c461e0010efced9d2 157324 
libpoppler-qt5-dev_0.24.5-4_amd64.deb
 d32f3093c7f519fd25728aa0d0898bef6fb870dbc7e98576b61b33516dfb22d2 43360 
libpoppler-cpp0_0.24.5-4_amd64.deb
 

Accepted debian-security-support 2014.05.24 (source all)

2014-05-24 Thread Christoph Biedl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 24 May 2014 12:50:41 +
Source: debian-security-support
Binary: debian-security-support
Architecture: source all
Version: 2014.05.24
Distribution: unstable
Urgency: low
Maintainer: Christoph Biedl debian.a...@manchmal.in-ulm.de
Changed-By: Christoph Biedl debian.a...@manchmal.in-ulm.de
Description: 
 debian-security-support - Identify installed packages with ended/limited 
security support
Closes: 748954 748960
Changes: 
 debian-security-support (2014.05.24) unstable; urgency=low
 .
   * Update security support ended information from 2014.05.16+deb6u1
   * Don't overtrim the explanative text. Closes: #748954
   * Don't run the check program through a login shell. Closes: #748960
Checksums-Sha1: 
 b0b63d58d4d2fd7567bb78611b4517c7f575c75b 1676 
debian-security-support_2014.05.24.dsc
 6e7bc6231cd356df5e43d19e1b0e6cc325b72e46 9000 
debian-security-support_2014.05.24.tar.xz
 45f19fe68168a8defcd27369b69e65ce5d5f3d83 8318 
debian-security-support_2014.05.24_all.deb
Checksums-Sha256: 
 b71afb1d5059f723ef66e08ab9af925f30736f76ca59946e009f698d02b29339 1676 
debian-security-support_2014.05.24.dsc
 9654bc66a447db7bd7b8ae3478d65d1ff0c07b04168b0ceceabc26a7d1f4bc9a 9000 
debian-security-support_2014.05.24.tar.xz
 05d28cb88036525262998117488d6b04bc41b2b36299be24c7727e2d817bc0bc 8318 
debian-security-support_2014.05.24_all.deb
Files: 
 c468773fd17c1806e6795aac660e4f18 8318 admin optional 
debian-security-support_2014.05.24_all.deb
 5874ebce255cfde8fd847d1f1e46cfbb 1676 admin optional 
debian-security-support_2014.05.24.dsc
 9be3503f38d95e6f052973cece46907a 9000 admin optional 
debian-security-support_2014.05.24.tar.xz

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

iQIcBAEBCgAGBQJTgLKnAAoJEMQsWOtZFJL9FaMP/1HGmTDnebldWmH1V1Dgiagz
QcVpGvzRXnMDQMIk68AXSnLXHBHxxMvXO+9Ik8TBGa8eE6QWBoWgQNAA+p41hJsh
U7lbOvU9R3US4hE7ryzHsTbfoakwriZCsjImRUQlWzUWo61xEePV9koYf8vwEHmW
uGYeS9/B+SFEKF6f6vPdfBt/Pu5prhh2QlolkY5Y/67ok5qVhP/r52dN0+oLvjZG
zOhyR0C5sxfbGJOpQAyr/mjr4HICKtjgeCHjdplWjm2PbdfBgbrdwuY/Txvt/3b3
BtQGfTTlbhzPGM7+ymvgVvyjMxvkreGEt/jsa4hFv9su6mt0nVU9ubnhxFAaqaqC
1QE7gFHulgtOLixKjTJX2iv97LysHVTAp5kLHR6iZj6kg3s3ApCcw8jW+hlbVshy
hyjjvOQMYXIQmNr1o3AYJECNWaH6r4M3HfaHeQTiJ/j7j4fzbZgLhjaLEZDha4EU
VtrFJdjgLpsH0cHSbVeLsJef/rKQmOITGfgFa/hy6UnRhjfMQDjbxtD5pQJNfiw5
VpgfZcdlFTHFZSdpiD84SFlILcWU3ZhFeO9EK1MztfopF7lzFUplWPKkJPCl5yTz
5JreEOlhNgTH8lYc7GJUciIr9es0iOtPjCMZ/noP8nBMJgvfgzpdtJLhfBvj4mQD
1tX/uEx+oPc/kovtfuue
=XrMq
-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/e1wody3-0002qc...@franck.debian.org



Accepted firebug 2.0~b7-1 (source all)

2014-05-24 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 10:30:29 -0400
Source: firebug
Binary: xul-ext-firebug
Architecture: source all
Version: 2.0~b7-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description: 
 xul-ext-firebug - web development plugin for Iceweasel/Firefox
Changes: 
 firebug (2.0~b7-1) experimental; urgency=medium
 .
   * Team upload
 .
   [ Sebastian Zartner ]
   * Removed obsolete panel toolbar background images
 (related to https://github.com/firebug/firebug/pull/140)
 .
   [ Jan Odvarko ]
   * [firebug-2.0b7]
 .
   [ David Prévot ]
   * Revert Document repack
Checksums-Sha1: 
 6d6d8eeccfd1a0047a2efcc9f511d810da1cf5f8 2020 firebug_2.0~b7-1.dsc
 761c6ec6b2c5e97db820023a461c144df2b0f47b 1343716 firebug_2.0~b7.orig.tar.xz
 9f2a61d3cc6db7ccab92b72916cf76d568368e7b 17856 firebug_2.0~b7-1.debian.tar.xz
 20bc0d36b79751c8f52e98365d1121bdabb29b21 1322678 
xul-ext-firebug_2.0~b7-1_all.deb
Checksums-Sha256: 
 69053e1b23ca167e39c168cf62063e8fbad9c5a72d1f2a04115d628f2ec85e5d 2020 
firebug_2.0~b7-1.dsc
 50af693b837a54e186a7416d42e0906cae9d9c4dc15d1cada1154e681eddd749 1343716 
firebug_2.0~b7.orig.tar.xz
 2409a781093b3c3d82f4309451689113fc9ca10d8ff617e77c1a6dd0689cadac 17856 
firebug_2.0~b7-1.debian.tar.xz
 c6ed571b1bb2e29de724c4df78456214be91af59a0a2de3a28bedc3c425f4116 1322678 
xul-ext-firebug_2.0~b7-1_all.deb
Files: 
 2d7e0544dcdda1ad97f38ebaf187ed46 1322678 web optional 
xul-ext-firebug_2.0~b7-1_all.deb
 cf0a5847ec98961316badffdf832fac6 2020 web optional firebug_2.0~b7-1.dsc
 b2526718793f5c1810eae217dd528add 1343716 web optional 
firebug_2.0~b7.orig.tar.xz
 aede99b3a6c804eaa2039634d956ffce 17856 web optional 
firebug_2.0~b7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgK/yAAoJELgqIXr9/gnyi+cP/0I+cFYLzrmOgN6x+y/ZJVZw
Y0WAgsunYxuiQp1FXNBMHIybbLSuWjdrM1mUVkfkqgu+QJ68J4LWM0YqWLIl7OUL
O/vxEJkYEsuuZJ+MZk03BObhAB1Imfqotntc3AWdasFJt0AxTbOtk/Rdz/X1aPMC
MTYzoDDXQ63t3szYtSvzDXL7zrS6DOJCY16cKIxsg0tkfPov1YD54R9TNx71PszX
O81meF7SSd8p02w5V/ZmFB7WtQWRs9XiPO8Z540PSm5Q4t8cnuBifepZme3OXd5Q
g7UTf3e9rvcb9VGYMUQ+nobQGizx9k+3a7aYRELD4Ji6rTjLcfNbuQMgcyUPmBOp
enfl+Woz4qBroPzUy/ZWZdNz2/URqvfFhwaVJlN9zBUUNrKwUtkN39BWarZ2QT90
SCR7Z10/cQ+idSQBsvqooxKXtXQeNvngaE4xeoqGzbROld2rCw7qy0p7Xoa+nRZh
lzEaruhyfOxiPvM7IuiQIEv/3Sg1q8PWNsTJxcrst7nCBDkGP6w2ILP3ArUd+TZm
VqsEb/CZiSn8OCgkNSKOrxOl1Re4oObOSup9aq6EiPPLdhVg8Bx+RxHfs24C/StA
br3rVLRMJKt1sImmTvcl0YtALC34ek1qz0tIgtW0Kl45XmMdhoazHULuDU3nwp7H
/NPn2wItPjTtFdAeDAEh
=kq3H
-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/e1wodyl-0002t8...@franck.debian.org



Accepted mesa 10.2.0~rc4-1 (source amd64)

2014-05-24 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 15:16:23 +0200
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686 
libgl1-mesa-swx11-dev libxatracker2 libxatracker2-dbg libxatracker-dev libgbm1 
libgbm1-dbg libgbm-dev libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev 
libegl1-mesa-drivers libegl1-mesa-drivers-dbg libwayland-egl1-mesa 
libwayland-egl1-mesa-dbg libopenvg1-mesa libopenvg1-mesa-dbg 
libopenvg1-mesa-dev libgles1-mesa libgles1-mesa-dbg libgles1-mesa-dev 
libgles2-mesa libgles2-mesa-dbg libgles2-mesa-dev libglapi-mesa 
libglapi-mesa-dbg libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri 
libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev 
mesa-vdpau-drivers mesa-vdpau-drivers-dbg mesa-opencl-icd mesa-opencl-icd-dbg
Architecture: source amd64
Version: 10.2.0~rc4-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 libegl1-mesa - free implementation of the EGL API -- runtime
 libegl1-mesa-dbg - free implementation of the EGL API -- debugging symbols
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libegl1-mesa-drivers - free implementation of the EGL API -- hardware drivers
 libegl1-mesa-drivers-dbg - free implementation of the EGL API -- driver 
debugging symbols
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgbm1-dbg - generic buffer management API -- debugging symbols
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libgl1-mesa-swx11 - free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - free implementation of the OpenGL API -- debugging 
symbols
 libgl1-mesa-swx11-dev - free implementation of the OpenGL API -- development 
files
 libgl1-mesa-swx11-i686 - Mesa OpenGL runtime [i686 optimized]
 libglapi-mesa - free implementation of the GL API -- shared library
 libglapi-mesa-dbg - free implementation of the GL API -- debugging symbols
 libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime
 libgles1-mesa-dbg - free implementation of the OpenGL|ES 1.x API -- debugging 
symbols
 libgles1-mesa-dev - free implementation of the OpenGL|ES 1.x API -- 
development files
 libgles2-mesa - free implementation of the OpenGL|ES 2.x API -- runtime
 libgles2-mesa-dbg - free implementation of the OpenGL|ES 2.x API -- debugging 
symbols
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libopenvg1-mesa - free implementation of the OpenVG API -- runtime
 libopenvg1-mesa-dbg - free implementation of the OpenVG API -- debugging 
symbols
 libopenvg1-mesa-dev - free implementation of the OpenVG API -- development 
files
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - implementation of the Wayland EGL platform -- runtime
 libwayland-egl1-mesa-dbg - implementation of the Wayland EGL platform -- 
debugging symbols
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 libxatracker2-dbg - X acceleration library -- debugging symbols
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-opencl-icd-dbg - free implementation of the OpenCL API -- debugging 
symbols
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vdpau-drivers-dbg - Debugging symbols for the Mesa VDPAU video 
acceleration drivers
Changes: 
 mesa (10.2.0~rc4-1) experimental; urgency=medium
 .
   [ Fabio Pedretti ]
   * debian/rules: remove unused --with-llvm-shared-libs configure option
   * debian/control: remove python-libxml2 dependency
 .
   [ Julien Cristau ]
   * Bump libdrm-dev build-dep to 2.4.54 per configure.ac.
   * Bump libxcb-dri2 and libxcb-glx build-deps per configure.ac.
   * Remove Cyril Brulebois from Uploaders.
   * debian/rules: explicitly disable omx.
 .
   [ Maarten Lankhorst ]
   * New upstream release candidate.
 .
   [ Andreas Boll ]
   * New upstream release candidate.
 - 01_no_undefined.diff dropped, upstream
   * Don't try to enable xa on !linux.
 .
   [ Emilio Pozuelo Monfort ]
   * Upload to experimental.
Checksums-Sha1: 
 799ac7a2a26b6abac99db6d3a9cba58faaa3d85f 5404 mesa_10.2.0~rc4-1.dsc
 0f010dad0da0259fb9d435fe6074f24f2bab4d77 9522870 mesa_10.2.0~rc4.orig.tar.gz
 def4ed1a8879b5f098c94d45670d85629ee95cd9 51110 mesa_10.2.0~rc4-1.diff.gz
 e910dc0dff34ddda76377db21eb57936ad257ff3 

Accepted mozilla-noscript 2.6.8.26~rc1-1 (source all)

2014-05-24 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 11:03:03 -0400
Source: mozilla-noscript
Binary: xul-ext-noscript
Architecture: source all
Version: 2.6.8.26~rc1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description: 
 xul-ext-noscript - permissions manager for Iceweasel and Iceape
Changes: 
 mozilla-noscript (2.6.8.26~rc1-1) experimental; urgency=medium
 .
   * Team upload
   * Imported Upstream version 2.6.8.26~rc1, and upload to experimental
   * Refresh upstream changelog
Checksums-Sha1: 
 b2bd94eff185813ff56e1a18204d140815312b61 2102 
mozilla-noscript_2.6.8.26~rc1-1.dsc
 4aa7147589b7bd1b8e92c3642ad9b831c18c1151 427096 
mozilla-noscript_2.6.8.26~rc1.orig.tar.xz
 da6a65f6339568deced567befab73e9c779581ae 118484 
mozilla-noscript_2.6.8.26~rc1-1.debian.tar.xz
 f4ca204535a2abc121a57dd768153ea32bed681c 741928 
xul-ext-noscript_2.6.8.26~rc1-1_all.deb
Checksums-Sha256: 
 490e1eeb59a4a6ba1bac254bbaae4f07314537ddf823aac2d32e4065a6a4b72c 2102 
mozilla-noscript_2.6.8.26~rc1-1.dsc
 5ef8643840022fbb1bcb536a8c7fafd7e186c022e79b4c3fae436e48f6945543 427096 
mozilla-noscript_2.6.8.26~rc1.orig.tar.xz
 fb7b83b070818a04f9508b96838b6d29125034b09568e04cb885b1d03b2d3ae1 118484 
mozilla-noscript_2.6.8.26~rc1-1.debian.tar.xz
 5b69970ab0b799ba1d95e2220787573f8a503d6d73fffc7a4df8d32b345e17f6 741928 
xul-ext-noscript_2.6.8.26~rc1-1_all.deb
Files: 
 fb23367fbd0aef0966910e2c328e8ef9 741928 web optional 
xul-ext-noscript_2.6.8.26~rc1-1_all.deb
 8f4af8f1004bb3cf6c849146a404dc4f 2102 web optional 
mozilla-noscript_2.6.8.26~rc1-1.dsc
 e9f1f498d73ae5c6fda4e0fec7c1b23d 427096 web optional 
mozilla-noscript_2.6.8.26~rc1.orig.tar.xz
 beaf3775e0aacc013340232321599954 118484 web optional 
mozilla-noscript_2.6.8.26~rc1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgLc7AAoJELgqIXr9/gnySs8QALA4DBrRHl0VrNO7BNYd9o5J
pTw75xpcq0wQvM5BgP+XRbW4ugZo3cO+6KhulxGoAlQmBielnl6lYv7bYymHs11x
glXGR+XtziXzX4cLVIvkzHnMAXhzob/TbUyO7LZpFQ2i+AFKHV+L1cJl9+Q+VHhv
NN+ebkvO4lNQGuaNRD5PPxCfyl5bGVHYDHFiqGejEUgRuX3xhhEHXAuAY2ac0B5b
r3W9sXAcLkAR0qkneGZvjigqOcTrPcRNnqqJedhYSTt5QAZly+g+HiOzxQwsNm1o
AGhrsuA4TsIiifbBiH5QYXFIk6YhHFAwfJK6GVMbmW/h+ZL/CYo3d4kD5q6XSwqc
xv+hcDmWpd5infvo9hDY2m86/LbK+OqPVIqvKNbp/1xSi89VIdtAS62kRL9+b9S6
lA9ml+/Ir2ecJJ1YRjeXxJkAaDTT0e+RHZPFOSBUTvrU5D4lW1WnVXjUR2GGzqNo
r7ekX5psixIY9hquwiTnbZ+FsVnVP7YKIeJdl3CIAY8lcacBhmrroESCZlmuXY5T
0lvLNoBk6dHr7nvSeYjPJPHrhQi1E0L7MODRhirL/g6j9EzOiHXuQOx26Pfb+SR6
zK9BWtrIiRxGdCHtx7kzcNS+GC1ynC4CKNAIzwqIZ6EzsNDbSAZrBPuX7rle6b8b
hXyFZr+EJblhY4zVcxHw
=UItl
-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/e1wodzq-0003mr...@franck.debian.org



Accepted nvidia-graphics-modules 331.79+3.14+1 (amd64 i386 source)

2014-05-24 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 16:54:43 +0200
Source: nvidia-graphics-modules
Binary: nvidia-kernel-dummy nvidia-kernel-amd64 nvidia-kernel-3.14-1-amd64 
nvidia-kernel-486 nvidia-kernel-3.14-1-486 nvidia-kernel-686-pae 
nvidia-kernel-3.14-1-686-pae
Architecture: amd64 i386 source
Version: 331.79+3.14+1
Distribution: unstable
Urgency: medium
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description: 
 nvidia-kernel-3.14-1-486 - NVIDIA binary kernel module (486 flavor)
 nvidia-kernel-3.14-1-686-pae - NVIDIA binary kernel module (686-pae flavor)
 nvidia-kernel-3.14-1-amd64 - NVIDIA binary kernel module (amd64 flavor)
 nvidia-kernel-486 - NVIDIA kernel module for Linux (486 flavor)
 nvidia-kernel-686-pae - NVIDIA kernel module for Linux (686-pae flavor)
 nvidia-kernel-amd64 - NVIDIA kernel module for Linux (amd64 flavor)
 nvidia-kernel-dummy - NVIDIA kernel module for Linux 2.6 (dummy package)
Changes: 
 nvidia-graphics-modules (331.79+3.14+1) unstable; urgency=medium
 .
   * Use nvidia-kernel-source 331.67.
Checksums-Sha1: 
 955e1773ed35d9ffcb06957d5814ee266cf8ce47 2571 
nvidia-graphics-modules_331.79+3.14+1.dsc
 58169efee732e0f175e3aad0a2e7eaf1dfa1b458 8556 
nvidia-graphics-modules_331.79+3.14+1.tar.xz
 c8ea274a421ff7c366fc73f30039028308eadc32 6872 
nvidia-kernel-dummy_331.79+3.14+1_amd64.deb
 bc27a409436905a0cd1402149c3ae346592da0e5 6822 
nvidia-kernel-amd64_331.79+3.14+1_amd64.deb
 903aef53fe9589462ed8c138509c6e09b8438681 4556994 
nvidia-kernel-3.14-1-amd64_331.79+1+1+3.14.4-1_amd64.deb
 c06cd7f03c13772e0287d3aff78ebc474168701f 6824 
nvidia-kernel-amd64_331.79+3.14+1_i386.deb
 e98e3491b0126a9145c497839cf4abcc0072bc35 6820 
nvidia-kernel-486_331.79+3.14+1_i386.deb
 0e994f9b9da39faf12f9c081b6a3b0217c1a61b1 6826 
nvidia-kernel-686-pae_331.79+3.14+1_i386.deb
 8396cb47227768882fea9b55bd17a9c1b51dafa1 3460104 
nvidia-kernel-3.14-1-486_331.79+1+1+3.14.4-1_i386.deb
 27ca4afec17f26c2f7eb7a60c41f26f37d79b5df 4425438 
nvidia-kernel-3.14-1-686-pae_331.79+1+1+3.14.4-1_i386.deb
 c76389c5ccb454d6c25c578b9b11217c74a70e1b 3589338 
nvidia-kernel-3.14-1-amd64_331.79+1+1+3.14.4-1_i386.deb
Checksums-Sha256: 
 fbcff036c869e93904d9a8a67794e908312cebc3d8c5fc08419dd402181c31ab 2571 
nvidia-graphics-modules_331.79+3.14+1.dsc
 4230551ae83da2eac14a145ebf3ea4c8c18aabd05e8b767323dafc5affa2e871 8556 
nvidia-graphics-modules_331.79+3.14+1.tar.xz
 dd22323c9e9ec1b87fd8b30cb3604c30687bbfef54da9e05b54994a0fff43afd 6872 
nvidia-kernel-dummy_331.79+3.14+1_amd64.deb
 9116a5bfa70d2c216aab397dcf598efb8cedbe3c684ce39cc9c35930ef718c17 6822 
nvidia-kernel-amd64_331.79+3.14+1_amd64.deb
 86b2aec6e463d7ab1b6b03e797903794a4d9e4ffc61f749f3bcc8e565be4e778 4556994 
nvidia-kernel-3.14-1-amd64_331.79+1+1+3.14.4-1_amd64.deb
 416ebeb254ef918e9a9524dd6a58f4337480a3f20bcfc4600bd2fe3d0cf641e4 6824 
nvidia-kernel-amd64_331.79+3.14+1_i386.deb
 16b5a15f337539cf37fd70a93df8747bce9ec16262f14b121bbb6b591a4aa292 6820 
nvidia-kernel-486_331.79+3.14+1_i386.deb
 68cffbde493f61be37bfa26d95a3f39e4a282430e0e54ea1488fa922cf6ad1e9 6826 
nvidia-kernel-686-pae_331.79+3.14+1_i386.deb
 54abfeb79643be5feff1c2bbdf69513883d9f8e2d31f32bbb6fe8da5ab8e4224 3460104 
nvidia-kernel-3.14-1-486_331.79+1+1+3.14.4-1_i386.deb
 7920d1daf553c6b615e2eb50fd6fd4f74c227dc367ff87df112b45d142fe1453 4425438 
nvidia-kernel-3.14-1-686-pae_331.79+1+1+3.14.4-1_i386.deb
 d5d07bf6ec8747ccdfff7e5ddb646017c9fa4a451e45b3ff893cf59cabebfd3b 3589338 
nvidia-kernel-3.14-1-amd64_331.79+1+1+3.14.4-1_i386.deb
Files: 
 15ebfedda90628d70b6c728af38978ce 6872 non-free/kernel extra 
nvidia-kernel-dummy_331.79+3.14+1_amd64.deb
 d2c094667d29d468098fb626e1fe8986 6822 non-free/kernel optional 
nvidia-kernel-amd64_331.79+3.14+1_amd64.deb
 90a1856ea71759f4b90299b007982745 4556994 non-free/kernel optional 
nvidia-kernel-3.14-1-amd64_331.79+1+1+3.14.4-1_amd64.deb
 936b590adb5da4bfabb5c905cf5f6830 2571 non-free/kernel optional 
nvidia-graphics-modules_331.79+3.14+1.dsc
 7b5532863ab3cdedfe388911e26708c2 8556 non-free/kernel optional 
nvidia-graphics-modules_331.79+3.14+1.tar.xz
 25f1c668ca17b4d628e20b8b06205355 6824 non-free/kernel optional 
nvidia-kernel-amd64_331.79+3.14+1_i386.deb
 a8cf8dd6447d65333f7999feb72c889d 6820 non-free/kernel optional 
nvidia-kernel-486_331.79+3.14+1_i386.deb
 237d8ac275b87de3c904a5689358b9ab 6826 non-free/kernel optional 
nvidia-kernel-686-pae_331.79+3.14+1_i386.deb
 3e5ddac98b75d9423745329d4ff825cb 3460104 non-free/kernel optional 
nvidia-kernel-3.14-1-486_331.79+1+1+3.14.4-1_i386.deb
 e973298ec2f73f6e088b3c863c67b7d8 4425438 non-free/kernel optional 
nvidia-kernel-3.14-1-686-pae_331.79+1+1+3.14.4-1_i386.deb
 5dbe1dd28fce01dcee5f3e272bed6261 3589338 non-free/kernel optional 
nvidia-kernel-3.14-1-amd64_331.79+1+1+3.14.4-1_i386.deb

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

iQIcBAEBCAAGBQJTgLX8AAoJEF+zP5NZ6e0IwHwP/1XVJO7wgfvjaqa7EYOzXU0l

Accepted php-patchwork-utf8 1.1.23-1 (source all)

2014-05-24 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 09:41:02 -0400
Source: php-patchwork-utf8
Binary: php-patchwork-utf8
Architecture: source all
Version: 1.1.23-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers pkg-php-p...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description: 
 php-patchwork-utf8 - UTF-8 strings handling for PHP
Changes: 
 php-patchwork-utf8 (1.1.23-1) unstable; urgency=medium
 .
   * Upload to unstable
Checksums-Sha1: 
 9ebbaa1d3fbb3dc57f618ba411cf6e88ecff994a 2138 php-patchwork-utf8_1.1.23-1.dsc
 cd79e88b2e297921ff9a5bd2446b5bb3ed44009c 507146 
php-patchwork-utf8_1.1.23.orig.tar.gz
 b4289e6d6429a02c0c1c3d5df02390587e919930 3344 
php-patchwork-utf8_1.1.23-1.debian.tar.xz
 258904f23fe1fe23a917d9d9096197b7d2773079 156374 
php-patchwork-utf8_1.1.23-1_all.deb
Checksums-Sha256: 
 0f1d417225d475f8be15c23c6527fcba4b6421732402f66847c3eb3965ba08f5 2138 
php-patchwork-utf8_1.1.23-1.dsc
 7b2cc29daa9b6aa845817a07099dbf3b9b2932356f3e31534330a685d72ed469 507146 
php-patchwork-utf8_1.1.23.orig.tar.gz
 c46f672f37fef654b5ee309383f1d1c8b898fce328de74ce59e70a62425b0b1a 3344 
php-patchwork-utf8_1.1.23-1.debian.tar.xz
 584d8ed82b6b89224ed4fa943af9910b224b04a25388ce1d393e161adc80c4cd 156374 
php-patchwork-utf8_1.1.23-1_all.deb
Files: 
 14f96112f6605f5b18efa14e0baa84b3 156374 php optional 
php-patchwork-utf8_1.1.23-1_all.deb
 5e65f7d7c2341a3142699c4f5f594bc4 2138 php optional 
php-patchwork-utf8_1.1.23-1.dsc
 483bc6bf75c14f8999812764871be599 507146 php optional 
php-patchwork-utf8_1.1.23.orig.tar.gz
 36eb8a717e8cda6438a687790bf74e8f 3344 php optional 
php-patchwork-utf8_1.1.23-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgKpDAAoJELgqIXr9/gnyv9UP/2ladmPUU80CiwfozohRidx1
h2D5FyNeHpETY0hvM4kxRSTltiU9cI6XvIzgWmYxSBmYYUhKOEJelnmmO716k+o/
T2Iahz7Q+F2CtoOC8YmogrOvXzXK8SNEK+SFp1SBjnckg1ss86hwvTZfcGzOMI7g
SZR618KyETgRTdds+2s5CYhPAZVRyPnErwG1IgkHNzYp71rmTDMXFdGolgK+Aya5
U6+3e/Yq2CVQPk8B6rWwXaYZ1e/dnee+PqS8B+VZfuw80FhEGBu7U+EpvEOqJiWJ
PTGzi9m5RIDZ6Ih2HMOrPNk8zRW83Rkmy6d7pBbJ9NKttyvUeqbJTkda5MOw2bgz
MazLd6TJat77BFR/nCSKgvISHBB7mJxJ2Rqbwgrkhw5dmrAv/ZI33hUJ7q1eKHKm
LQpfhFjXOsG4pkLhA8Orj8yhxvb0s9Ma6cQWxGVHI08Hqdqaa+M5P7jduHF17ZUl
wMrhH1hdydKwpA8d3e6+bBEc1zd2yiVEJ8MkEICBNNF7qUFIqKNR7GKtbvFAvplP
B70DLIURu6KBAAkHk1qTeK3yPHm5JFoiNUKZ/lvF4Zk0zNmURDFoeNCKtk4xwE7H
FuwjwiqX3TiXC6Nx9Zjvovl/LJSbmTXem9a1HE6ZGK6M+Jc+p+Qjq5Uk8l3l+7Mc
ESpLQdmRhuzDZIxweVtl
=BNbZ
-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/e1woe0w-0003aa...@franck.debian.org



Accepted poppler 0.26.1-1 (source amd64 all)

2014-05-24 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 16:03:20 +0200
Source: poppler
Binary: libpoppler46 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt4-4 
libpoppler-qt4-dev libpoppler-qt5-1 libpoppler-qt5-dev libpoppler-cpp0 
libpoppler-cpp-dev poppler-utils poppler-dbg
Architecture: source amd64 all
Version: 0.26.1-1
Distribution: experimental
Urgency: medium
Maintainer: Loic Minier l...@dooz.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt4-4 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler46 - PDF rendering library
 poppler-dbg - PDF rendering library -- debugging symbols
 poppler-utils - PDF utilities (based on Poppler)
Closes: 747057
Changes: 
 poppler (0.26.1-1) experimental; urgency=medium
 .
   * New upstream release:
 - fix extraction of text in some files (Closes: #747057)
   * Update copyright.
   * Merge changes from 0.24.5-4:
 - upstream_Fix-extraction-of-text-in-some-files.patch: drop, backported
Checksums-Sha1: 
 fa4397e21c4b8f13a9148f366a0e04aa85293482 2681 poppler_0.26.1-1.dsc
 69911065030200bb7233a1f051b2e4695bbc386c 1592884 poppler_0.26.1.orig.tar.xz
 0e001d4128ba06df076e49a291d2ed9ecd3c06e7 27228 poppler_0.26.1-1.debian.tar.xz
 e0d45b2af697d3b35bb05252a39c0d0a35ac2cbf 1184012 
libpoppler46_0.26.1-1_amd64.deb
 af745fb5aa214c4a72718f4c2d4aba13685ae3a5 734948 
libpoppler-dev_0.26.1-1_amd64.deb
 ff70f58304201f0684b9e2c9fbec4664bcc53529 178182 
libpoppler-private-dev_0.26.1-1_amd64.deb
 cf0ad7ce7053053011ddc4e4ae1fbb5cb991d57c 118038 
libpoppler-glib8_0.26.1-1_amd64.deb
 aedeba1ab005c403ffb5bb31f33e84f71056ea21 157724 
libpoppler-glib-dev_0.26.1-1_amd64.deb
 476979b51aaaf939b4ac78c9200b5ee3d647f720 83824 
libpoppler-glib-doc_0.26.1-1_all.deb
 57be8825656bf3969339c9cc1b29549b13386c04 32278 
gir1.2-poppler-0.18_0.26.1-1_amd64.deb
 a708bde2828c3a35fc12274ae4b2bd675e1b481a 123740 
libpoppler-qt4-4_0.26.1-1_amd64.deb
 8a5e2a400cf994b98b289c7d53c58197477f6e56 151470 
libpoppler-qt4-dev_0.26.1-1_amd64.deb
 7b8480b9ef6f7cb93b620b388bad964c42dda504 127608 
libpoppler-qt5-1_0.26.1-1_amd64.deb
 24c9ebb0904e91ab62297b3966b39feb39388854 157086 
libpoppler-qt5-dev_0.26.1-1_amd64.deb
 6fd403fd6c629b1271e67a054ad9a43567f2ae16 42198 
libpoppler-cpp0_0.26.1-1_amd64.deb
 bafb8d4ae6df8f6bf2b9460bb7baf8ac44ba11a1 46470 
libpoppler-cpp-dev_0.26.1-1_amd64.deb
 0cde5f9f07f74503292b44fb091dfd4d41a86346 136420 
poppler-utils_0.26.1-1_amd64.deb
 d5799a1eb439692bda4d899f51cd03f3fef94497 7807396 poppler-dbg_0.26.1-1_amd64.deb
Checksums-Sha256: 
 dcf968cb775d69c1c3e4f0e6e7667bab47d9b32a9c3f5501964e77de8b799005 2681 
poppler_0.26.1-1.dsc
 c8c959c3f605a17ed21e2cfec2d9379be5e0c801db4edad5e7b2e44a6cef214c 1592884 
poppler_0.26.1.orig.tar.xz
 ee0cdad1f156f792c3b64a975e7b087b5f172fee78717098d17ee52776f5f567 27228 
poppler_0.26.1-1.debian.tar.xz
 fa40048a1d3abe98ce9777d1c7a2b60ce519ddfe4ad4400443ea09e45a89054c 1184012 
libpoppler46_0.26.1-1_amd64.deb
 8b4be569292a032d48390a1ffc20419a6d253943064474713f5041c6e18fbe00 734948 
libpoppler-dev_0.26.1-1_amd64.deb
 2bd99c42ee9020d74ed3c1709c8c50cb1e44404237410d84837e92fa7bb7ff68 178182 
libpoppler-private-dev_0.26.1-1_amd64.deb
 27e68b625970854a1d24b4546ff0b686abb0c01842694f4eef564e8379f1524e 118038 
libpoppler-glib8_0.26.1-1_amd64.deb
 c0007865770cf555709447ee58b16192aeb7dfa76e97281191d9286533a291d7 157724 
libpoppler-glib-dev_0.26.1-1_amd64.deb
 4cce26a8ab5653aeb9f93f499da10162ccd034bd3404b286e67269d4e701e7e1 83824 
libpoppler-glib-doc_0.26.1-1_all.deb
 ebc36cb8c8f4d3f378c321bc31fd33245963a315c692887172c38bd91e6bd9f8 32278 
gir1.2-poppler-0.18_0.26.1-1_amd64.deb
 769c9816c248255742f2cd21ee6972e1fa654ceee0f6867e51bd39b74c3768cf 123740 
libpoppler-qt4-4_0.26.1-1_amd64.deb
 ca941d115ef79a640e1113dcef5327a8dc04356d5eb7baa22e4e6713e1eeb474 151470 
libpoppler-qt4-dev_0.26.1-1_amd64.deb
 db9a43fca48b81a8d9182d8900060c7c9288d089709b90ba7c9d169be78c9939 127608 
libpoppler-qt5-1_0.26.1-1_amd64.deb
 1c5bf4f3d73da7e2247d2fac02d29c10be80565fc2529bf14d6b21feb6880fbc 157086 
libpoppler-qt5-dev_0.26.1-1_amd64.deb
 

Accepted qtdeclarative-opensource-src 5.3.0-3 (source amd64 all)

2014-05-24 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 11:01:14 -0300
Source: qtdeclarative-opensource-src
Binary: libqt5qml5 libqt5quick5 libqt5quickparticles5 libqt5quicktest5 
libqt5quickwidgets5 qml-module-qt-labs-folderlistmodel 
qml-module-qtquick-localstorage qml-module-qtqml-models2 
qml-model-qtqml-models2 qml-module-qtquick-particles2 qml-module-qtquick2 
qml-module-qt-labs-settings qml-module-qttest qml-module-qtquick-window2 
qml-module-qtquick-xmllistmodel qtdeclarative5-dev qtdeclarative5-private-dev 
qtdeclarative5-dev-tools qmlscene qml qtdeclarative5-examples 
qtdeclarative5-dbg qtdeclarative5-doc-html
Architecture: source amd64 all
Version: 5.3.0-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 libqt5qml5 - Qt 5 QML module
 libqt5quick5 - Qt 5 Quick library
 libqt5quickparticles5 - Qt 5 Quick particules module
 libqt5quicktest5 - Qt 5 Quick Test library
 libqt5quickwidgets5 - Qt 5 Quick Widgets library
 qml- Qt 5 QML viewer
 qml-model-qtqml-models2 - transitional dummy package for 
qml-module-qtqml-models2
 qml-module-qt-labs-folderlistmodel - Qt 5 folderlistmodel QML module
 qml-module-qt-labs-settings - Qt 5 settings QML module
 qml-module-qtqml-models2 - Qt 5 Models2 QML module
 qml-module-qtquick-localstorage - Qt 5 localstorage QML module
 qml-module-qtquick-particles2 - Qt 5 particles 2 QML module
 qml-module-qtquick-window2 - Qt 5 window 2 QML module
 qml-module-qtquick-xmllistmodel - Qt 5 xmllistmodel QML module
 qml-module-qtquick2 - Qt 5 Qt Quick 2 QML module
 qml-module-qttest - Qt 5 test QML module
 qmlscene   - Qt 5 QML scene viewer
 qtdeclarative5-dbg - Qt 5 declarative libraries debugging symbols
 qtdeclarative5-dev - Qt 5 declarative development files
 qtdeclarative5-dev-tools - Qt 5 declarative development programs
 qtdeclarative5-doc-html - Qt 5 declarative HTML documentation
 qtdeclarative5-examples - Qt 5 declarative examples
 qtdeclarative5-private-dev - Qt 5 declarative private development files
Changes: 
 qtdeclarative-opensource-src (5.3.0-3) experimental; urgency=medium
 .
   * Add libqt5quickwidgets5 to qtdeclarative5-dev.
   * Update symbols files with buildds' logs.
Checksums-Sha1: 
 538850778aa176a518ae092c0821bdd59f0f1aab 4030 
qtdeclarative-opensource-src_5.3.0-3.dsc
 2108c47834f85cd919c5aca8d641e7231b0c5da6 68416 
qtdeclarative-opensource-src_5.3.0-3.debian.tar.xz
 629be5932d7c2dcda791e98d74d7c8cfa7daea74 1217412 libqt5qml5_5.3.0-3_amd64.deb
 efdb69ba73540ddde7c4d6e3bec36ea7da43a799 1030112 libqt5quick5_5.3.0-3_amd64.deb
 5aed51021ed2782270c1566f38a4a77c214ffc9c 167102 
libqt5quickparticles5_5.3.0-3_amd64.deb
 a645511ab6a0f69a621621811811103eb63f921c 53126 
libqt5quicktest5_5.3.0-3_amd64.deb
 2eb925f5225fe93adbca19c5f2153941ec8a0eb9 33026 
libqt5quickwidgets5_5.3.0-3_amd64.deb
 1a3e63534a6ed59eb75cf79552efa853b753f2fe 34940 
qml-module-qt-labs-folderlistmodel_5.3.0-3_amd64.deb
 2202e31c867916cc9fc5abf06b920a14af538168 32244 
qml-module-qtquick-localstorage_5.3.0-3_amd64.deb
 9ca9c874e7b76e5782d0e071d626ae4483d80065 18770 
qml-module-qtqml-models2_5.3.0-3_amd64.deb
 9d2ec0ec60597c726a6c482743d9cb3fc40932e0 15508 
qml-model-qtqml-models2_5.3.0-3_all.deb
 3cb9c916ffcf15d68a0ec0c5789a682e03a620e5 21866 
qml-module-qtquick-particles2_5.3.0-3_amd64.deb
 50cc30e5f60ca4bb52e873c512687695784d0877 38676 
qml-module-qtquick2_5.3.0-3_amd64.deb
 0f9fb3cf11d9b847c0cda2692a3c99237eb4fda7 24362 
qml-module-qt-labs-settings_5.3.0-3_amd64.deb
 aab1bb657a9638419b13cbadaa46b95199ae25b9 35500 
qml-module-qttest_5.3.0-3_amd64.deb
 f313d93976564a8da35e707f18a6571d113e9a23 20202 
qml-module-qtquick-window2_5.3.0-3_amd64.deb
 ef4f4908cb279f8a41e339dd8eb09bfc4b720708 43958 
qml-module-qtquick-xmllistmodel_5.3.0-3_amd64.deb
 85a0258eb8b97e5c30910ab3a5d184c78cfd14d5 304446 
qtdeclarative5-dev_5.3.0-3_amd64.deb
 c955540f3b0bf09736b195e3afdc7c37e35820d4 281348 
qtdeclarative5-private-dev_5.3.0-3_amd64.deb
 b793c835335c93c6ad9ed7a0c381eb3e8023f969 220914 
qtdeclarative5-dev-tools_5.3.0-3_amd64.deb
 6ba1edf2eb191dede1097c673ca7e4bec89a749c 28676 qmlscene_5.3.0-3_amd64.deb
 c92efe1dc5909e622585150f1b746fe3a3706668 31204 qml_5.3.0-3_amd64.deb
 7ac4f7f1f689d9c752d87704a8743bbd32cee5b4 6422098 
qtdeclarative5-examples_5.3.0-3_amd64.deb
 4efcf8f715122c6d47f3c4d0e1f47dce1179c13e 89759694 
qtdeclarative5-dbg_5.3.0-3_amd64.deb
 011472758f2bbe53135aa2ca29b584651f5e15b5 7867798 
qtdeclarative5-doc-html_5.3.0-3_all.deb
Checksums-Sha256: 
 c5c47448e628d05455adc35e929cb8b2a0d354e9d1d7e7bca966847074fc6f6f 4030 
qtdeclarative-opensource-src_5.3.0-3.dsc
 132a0d491a0965f3671be4b0e1dc51ffca54b858d6c52e8d256c678f7c323d67 68416 
qtdeclarative-opensource-src_5.3.0-3.debian.tar.xz
 8e8d4a5fb77508e7ed43892fc449ade4357f5554a3c8cb38e733e470ddeb3981 1217412 
libqt5qml5_5.3.0-3_amd64.deb
 

Accepted fglrx-driver 1:14.4.2-1 (source amd64)

2014-05-24 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 15:39:45 +0200
Source: fglrx-driver
Binary: fglrx-driver libfglrx libfglrx-amdxvba1 libxvbaw-dev libgl1-fglrx-glx 
libgl1-fglrx-glx-i386 fglrx-modules-dkms fglrx-source fglrx-control 
fglrx-atieventsd amd-opencl-icd amd-libopencl1 amd-opencl-dev amd-clinfo
Architecture: source amd64
Version: 1:14.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Fglrx packaging team pkg-fglrx-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description: 
 amd-clinfo - AMD OpenCL info utility
 amd-libopencl1 - AMD OpenCL ICD Loader library
 amd-opencl-dev - AMD OpenCL development files
 amd-opencl-icd - AMD OpenCL ICD${fglrx:VariantDescSuffix}
 fglrx-atieventsd - events daemon for the non-free ATI/AMD RadeonHD display 
driver${f
 fglrx-control - control panel for the non-free ATI/AMD RadeonHD display 
driver${f
 fglrx-driver - non-free ATI/AMD RadeonHD display 
driver${fglrx:VariantDescSuffix
 fglrx-modules-dkms - dkms module source for the non-free ATI/AMD RadeonHD 
display driv
 fglrx-source - kernel module source for the non-free ATI/AMD RadeonHD display 
dr
 libfglrx   - non-free ATI/AMD RadeonHD display driver (runtime libraries)${fgl
 libfglrx-amdxvba1 - AMD XvBA (X-Video Bitstream Acceleration) runtime 
libraries${fglr
 libgl1-fglrx-glx - proprietary libGL for the non-free ATI/AMD RadeonHD display 
drive
 libgl1-fglrx-glx-i386 - ATI/AMD binary OpenGL 32-bit 
libraries${nvidia:LegacyDesc}
 libxvbaw-dev - AMD XvBA (X-Video Bitstream Acceleration) development 
files${fglr
Changes: 
 fglrx-driver (1:14.4.2-1) unstable; urgency=medium
 .
   * New upstream release 14.4-rev2 (2014-05-23) (14.10.1006.1001).
   * Use the signature from 14.4.
Checksums-Sha1: 
 92c36f05a821fde41ee6c55391e7438e720adfd2 3238 fglrx-driver_14.4.2-1.dsc
 44347d45f5fd32b7d4735d41fb057b6c6f5f1ac6 83409484 
fglrx-driver_14.4.2.orig.tar.xz
 69573f5a8a11f4343683ec97c8cf43c6e991a8b4 107288 
fglrx-driver_14.4.2-1.debian.tar.xz
 7f78a7f91865671ea43119c6f7959f7d2c283acd 6061016 
fglrx-driver_14.4.2-1_amd64.deb
 2ae1db6ec2dc8af7c4d5ab6e63e66ce8e5803f28 9747748 libfglrx_14.4.2-1_amd64.deb
 60a8aeee25b7697a0f9aa302ff26d137296db9bb 3725304 
libfglrx-amdxvba1_14.4.2-1_amd64.deb
 ce8cd78ed8c7ebf65457a200229ad204105aa78c 41022 libxvbaw-dev_14.4.2-1_amd64.deb
 44afcba8f7228feb5bddd78b4d90f2c405df 168298 
libgl1-fglrx-glx_14.4.2-1_amd64.deb
 5bd986dad817a4c5a2f78362265b9bac426d0887 1862242 
fglrx-modules-dkms_14.4.2-1_amd64.deb
 8346cd6cae094343ee9223c20596c3ce443ddb07 2698488 
fglrx-source_14.4.2-1_amd64.deb
 e6ad3eee17e89830220bf24e8e2f8f97713efcad 4254422 
fglrx-control_14.4.2-1_amd64.deb
 ab1639791af0c22b707c17165cd9bab5837ee6e5 146254 
fglrx-atieventsd_14.4.2-1_amd64.deb
 ddf7895225cd21ed844a62066ef0c19c56d3dea9 9801574 
amd-opencl-icd_14.4.2-1_amd64.deb
 177e57b03c431665a7abd5b3083bf94ac8f13134 45210 
amd-libopencl1_14.4.2-1_amd64.deb
 d269087bd51973efd7272c4b41132a18af240939 36586 
amd-opencl-dev_14.4.2-1_amd64.deb
 6f18cfc16c03dc152f9c147f927684d0110fb1b3 173366 amd-clinfo_14.4.2-1_amd64.deb
Checksums-Sha256: 
 66ad8761c2a5ee0fddb84e5271202773aaf139d8164c710b4e9538fba33c 3238 
fglrx-driver_14.4.2-1.dsc
 5582b0a587b5c2633b4daa610d3a0e11e366fe7588e0c95e97442225ed984532 83409484 
fglrx-driver_14.4.2.orig.tar.xz
 d9a0d54cbe835c4be830c1e363969613fedffcefc7c284650adc78d7ccc669e2 107288 
fglrx-driver_14.4.2-1.debian.tar.xz
 eda641721cc9b270523086f752e58735257bd709f55df11fc7b9b3916bcc7321 6061016 
fglrx-driver_14.4.2-1_amd64.deb
 1a9c5db7b418c9221423e7384531b9376e115a9c39bebfd485229b019c44f79e 9747748 
libfglrx_14.4.2-1_amd64.deb
 c6ca49d2a77505037904771f590243b427ff649ad226555dc7acd584e2af85ce 3725304 
libfglrx-amdxvba1_14.4.2-1_amd64.deb
 25fc6a10de67a829ba559f6e9e9cf30826b336bbae1653dfe22ab1d32df50ba2 41022 
libxvbaw-dev_14.4.2-1_amd64.deb
 5c24bfb43f6e348d14cc03c5cd9edc5e8a8a525c997a9904122b867b9c2f0ca2 168298 
libgl1-fglrx-glx_14.4.2-1_amd64.deb
 61c36b0ddbcd1885e4c7b1c885343ceeb31bde6947f641d8fbc239caa6874925 1862242 
fglrx-modules-dkms_14.4.2-1_amd64.deb
 74641efb907cd6a454742f4532024c99828704091ab6f72b59f43a4ad500b57c 2698488 
fglrx-source_14.4.2-1_amd64.deb
 97ec3b938b9c6f68f9fd3fcb26d9a7f4e5ce7feb0d32a6b0c043997737d517ce 4254422 
fglrx-control_14.4.2-1_amd64.deb
 33dc9ab9e7c6f7ac8066d578efff96c75ca3f3c9aff0b67974a284f4754bad20 146254 
fglrx-atieventsd_14.4.2-1_amd64.deb
 c6cba28f8ccf704c5e4fe71b8acb9aac593f7ae8273ce334332522b365241aed 9801574 
amd-opencl-icd_14.4.2-1_amd64.deb
 f0ae2e6bfafb40741e28d5aa8856fb8768aade3595afd94f2a9f45429e4d872d 45210 
amd-libopencl1_14.4.2-1_amd64.deb
 511caad64f940236fb78ef4028a39e4c74c8d2517949c419d1dc7895303566c5 36586 
amd-opencl-dev_14.4.2-1_amd64.deb
 86ef6a25ecc028a469fe95fdad91d3bda1040532e55bf47e2c3c2332421151fd 173366 
amd-clinfo_14.4.2-1_amd64.deb
Files: 
 7c30f06c20f48c74c2f0bc47d79823f3 6061016 non-free/x11 extra 
fglrx-driver_14.4.2-1_amd64.deb
 fe1cae0ca190ea441933c31d68d6dd02 9747748 

Accepted tilda 1.1.12-1 (source amd64)

2014-05-24 Thread Sebastian Geiger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 May 2014 14:30:00 +0100
Source: tilda
Binary: tilda
Architecture: source amd64
Version: 1.1.12-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Geiger lan...@gmx.net
Changed-By: Sebastian Geiger lan...@gmx.net
Description: 
 tilda  - Gtk based drop down terminal for Linux and Unix
Changes: 
 tilda (1.1.12-1) unstable; urgency=low
 .
   * Fixed an issue where the
 keystroke for the fullscreen
 hotkey was carried into the
 terminal and caused a '~' key
 to be printed.
Checksums-Sha1: 
 ef46b33bff8cc5c5e78ca2eef9ed0689f3cff16d 1876 tilda_1.1.12-1.dsc
 9fed1b1f23b1dbb47774f8762494a0137f4f43c3 115368 tilda_1.1.12.orig.tar.gz
 25432f6e35886a4e6b59c5f7a8a6158bfd18bd0a 4884 tilda_1.1.12-1.debian.tar.xz
 9db51e923ed7ddf9898d7f1b9c899a249844059f 75188 tilda_1.1.12-1_amd64.deb
Checksums-Sha256: 
 156d41cae2f2cc1abeb003e5206b1b49c2a5653a0003379d07dee8a2bc59baeb 1876 
tilda_1.1.12-1.dsc
 3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282 115368 
tilda_1.1.12.orig.tar.gz
 f96e0b97e1d1e088a40a22f00103f32ca4db7decd32a0a272dccb4f922bf9d05 4884 
tilda_1.1.12-1.debian.tar.xz
 ba643053c2e23af0b35d66aeee4772fff02600dc7731a6956515840724462027 75188 
tilda_1.1.12-1_amd64.deb
Files: 
 2fbb7a1bf2e6c084519129db05968273 75188 x11 extra tilda_1.1.12-1_amd64.deb
 65c73358673d2ca364cf3c7767cbc6ce 1876 x11 extra tilda_1.1.12-1.dsc
 474f21ec8b812f741c82466a3979f3b8 115368 x11 extra tilda_1.1.12.orig.tar.gz
 9f9e494901b0b9c2b3d87591f38d2f23 4884 x11 extra tilda_1.1.12-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTgMTMAAoJENPhc4PPp/8G1icP/2C2o8KTL48d7StEIuaZpN33
OZvYO8SHoz4x96eyS1QrZyBxnNaQn/dlqtDQ+llrIAf7vNHEr6vaWbTF8GTQZEW0
yUX1g41Cuvq2IcuuITanS6NR/tshddxRC/O5ZXIDDKMk4FEB53k+h5ZPAaToy1bU
DFvs4pEIk2peGvIlZ899k0lbAav+Cx50K0zu3jjmD3AKvguQAA04WCHSFVWanhNo
L6Hy0sdw9pconRiPBdtR/1zsRBwoOwcNHTZ9+GvS8p91wBLJ7/8mqzbywGDNBsL3
Exbeujxt7JNNM6kVMvNv7hJi2qZQ9j+pkOzbcxvXBMujhbZNmaWrwC4/lc/PYw9Z
wGEAOY8GLxzOE82B2Sm2elOlDV+JK0+yY0ZmKeoa+ZzH34TO3hjOgL+cuZet5PQP
kHdjUsBqCKRaeTabeq4Oo9cxWHVYSHMVIO/QeGFgXScT2n7KT8eLrdEUa413rS6i
tEmMDpXWWm5yaDKWu412ilLZ70wv8NVsagFBKHnfIU0MauXPTXW6hgW1LA9oFYjF
0pXMyDTVjo4IwlUiBB93ixoKXKpLzPivP85KkwKLaXcI7sLZX9WOS8yc1zDQo3Pa
uDaxluWHVHy/4sr9R3JRM8vQMSgYUbvzuh8ELs9Pain3CEkxSffdzIE8aYz9elsF
0fPOmNB6PonRc7uQec8t
=0rh6
-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/e1woeho-0001zb...@franck.debian.org



Accepted gnome-split 1.2-1 (source all)

2014-05-24 Thread Guillaume Mazoyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 23 May 2014 19:26:38 +0200
Source: gnome-split
Binary: gnome-split
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Guillaume Mazoyer respawne...@gmail.com
Description: 
 gnome-split - GNOME Split - File splitter for GNOME desktop
Changes: 
 gnome-split (1.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Build against java-gnome 4.1.3.
   * debian/control:
 - Remove libdbus-java dependency.
 - Update Standards-Version to 3.9.5.
   * debian/watch: use github with Githubredir for uscan.
   * debian/patches/02_makefile.patch: remove useless patch (fixed upstream).
Checksums-Sha1: 
 a93abf6dfc9492e036d76a00bad3fbbc701b43d3 1896 gnome-split_1.2-1.dsc
 3011d0e988db335bd798b8c5a22c96de38fab794 94437 gnome-split_1.2.orig.tar.bz2
 9b473f9ad0cee6748f64029e37a7597149065783 2300 gnome-split_1.2-1.debian.tar.xz
 eeaefc0d62944f3c976b1cdbdc0639fe220cd1cf 194218 gnome-split_1.2-1_all.deb
Checksums-Sha256: 
 c0c25096944ab887dcac9b3a5438ffa2fbde50fcc0439320801b98ea5c382daf 1896 
gnome-split_1.2-1.dsc
 a442e89ec2c5a11888bf951e389074a512599dc73d7c9e208197d87a81ebcd8a 94437 
gnome-split_1.2.orig.tar.bz2
 a1e7c33a5c7998e0ba07aee93d62ea305539a2244279942f995988359a312bce 2300 
gnome-split_1.2-1.debian.tar.xz
 d1cd209f8a85a214c5bbf6994fe4819f30f051dc8e92bd65acd7aed6bf29b02b 194218 
gnome-split_1.2-1_all.deb
Files: 
 47e76a36fb2a9da054153ab66005b571 194218 gnome optional 
gnome-split_1.2-1_all.deb
 01da5e9961ca757cb757d0fe8fae9ea9 1896 gnome optional gnome-split_1.2-1.dsc
 b6d0e0229ad62bb56bb7f4a6ce4c8036 94437 gnome optional 
gnome-split_1.2.orig.tar.bz2
 f175a1bb827bc9470f2ae393216c 2300 gnome optional 
gnome-split_1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTgMtdAAoJECHSBYmXSz6WkNMP/jZfEfmzkmXWZK4lXVk/nTUX
aS6bWiF0y3Fc5yGGNiJYY4CPpnCoRNH2Q/PLZEs/gEEC+IMFHmh5/fu0R22/4Qui
P9i6LbVsQiJS7MI3J+4rNhp8YbmPdXMGp9PRTaGTvPithBQdxmrLIaTSB9v859ND
oY+VvbPwbutxCDVZheTTHwjoTeHla2weytBVbga/DABWWZ/Kd7IwgkrEnu2yElzZ
oiu6UgH/ArhcJas/KWLmiAjgc+p74idGEU0wNdvoHn+zKwpbgGGkr/ClnUzqm0g9
lpAJnsHHcJEJI9R/4UISon3lzKhmEOuADr+E401INK6OxfX/0/mrMWP2kWQcJyhx
VGVrR9EZnYLnFoqGf5M124UK+3jAGJIdz3sJkPSksJLIMOqvRRfoG8iF+30PObP2
k6l87Ar03LIkULIf76CqKpiJRJWAwDKlCL5sJOY6nLxFLBZPipm2rmrIro9xk9D1
ReE4sxlVDc7pCmHQv5ldObfQtFGtTUBMyBTV1GDq5iG6Uf/PUc7FN3eK99wVLY8P
Hp5IRwltmUvILltMQvemX1n/Y5kUJ+2bd18WDzJJ58MSfOvLliMiDOqEhia5/P/+
zoL66n8r86VdnRtmUm7kAVUkIWPnw3oehcLC1gxJyamC4R4/tWBTjGcEwmdzZ0hZ
ANrjn49WYmfVB0Hs6Vy/
=jQkT
-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/e1wof7j-00051z...@franck.debian.org



Accepted git-buildpackage 0.6.15 (source all)

2014-05-24 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 18:40:44 +0200
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.6.15
Distribution: unstable
Urgency: medium
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 749104
Changes: 
 git-buildpackage (0.6.15) unstable; urgency=medium
 .
   * [5cde49a] Revert Determine build_dir upfront
 This reverts commit b2549fac19f2d666552291a4fcf2020ca0570834.
 Closes: #749104
Checksums-Sha1: 
 9bfa5437373ca68ea1fb3b03d72ef9e9afb1a1ee 1282 git-buildpackage_0.6.15.dsc
 0fe89b53a399ea3f0210034272f95522b32ba5ef 1581528 git-buildpackage_0.6.15.tar.xz
 98aac6dcbaea20ffbf42b8ed707d00334832ce38 280034 git-buildpackage_0.6.15_all.deb
Checksums-Sha256: 
 4f83cb15ddf2518bb15bc25ac99b6357d6b29a024132c02525a3a5809cc918e3 1282 
git-buildpackage_0.6.15.dsc
 53dcaab52feb413ad1ba2000275b980e8d16a179ab6e75a10f66d329b5015ccc 1581528 
git-buildpackage_0.6.15.tar.xz
 333aa6efc0c76351329bb2d80e2fb34ba2cd5517a138da641e976bd9f5389530 280034 
git-buildpackage_0.6.15_all.deb
Files: 
 1b658600eb59dbae01751558a3562513 280034 vcs optional 
git-buildpackage_0.6.15_all.deb
 2c18e1dff12fc24feff695d970913cdc 1282 vcs optional git-buildpackage_0.6.15.dsc
 b3ef171e894055ed2d23dc25d88621b5 1581528 vcs optional 
git-buildpackage_0.6.15.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFTgM6/n88szT8+ZCYRAvfOAJ49q58ugzqyusya1N4KDOjelu5T+ACfTXjF
XPOzlgbvBFH+nCso++I4YE4=
=GO8k
-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/e1wofbv-83...@franck.debian.org



Accepted qttools-opensource-src 5.3.0-1 (source amd64 all)

2014-05-24 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 14:37:00 -0300
Source: qttools-opensource-src
Binary: libqt5clucene5 libqt5designer5 libqt5designercomponents5 qdbus-qt5 
libqt5help5 qttools5-dev qttools5-private-dev qttools5-dev-tools 
qttools5-examples qttools5-dbg qttools5-examples-dbg qtbase5-doc 
qtdeclarative5-doc qtscript5-doc qttools5-doc qttools5-doc-html 
qtxmlpatterns5-doc qtwebkit5-doc
Architecture: source amd64 all
Version: 5.3.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 libqt5clucene5 - Qt 5 CLucene module
 libqt5designer5 - Qt 5 designer module
 libqt5designercomponents5 - Qt 5 Designer components module
 libqt5help5 - Qt 5 help module
 qdbus-qt5  - Qt 5 D-Bus tool
 qtbase5-doc - Qt 5 base documentation
 qtdeclarative5-doc - Qt 5 declarative documentation
 qtscript5-doc - Qt 5 script documentation
 qttools5-dbg - Qt 5 tools debugging symbols
 qttools5-dev - Qt 5 tools development files
 qttools5-dev-tools - Qt 5 development tools
 qttools5-doc - Qt 5 tools documentation
 qttools5-doc-html - Qt 5 tools HTML documentation
 qttools5-examples - Qt 5 tools examples
 qttools5-examples-dbg - Qt 5 tools examples debugging symbols
 qttools5-private-dev - Qt 5 tools private development files
 qtwebkit5-doc - Qt 5 webkit documentation
 qtxmlpatterns5-doc - Qt 5 XML patterns documentation
Closes: 742396
Changes: 
 qttools-opensource-src (5.3.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * Don't force dh_builddeb to use xz compression: it's already the default.
   * Build against qtwebkit to fix assistant (Closes: #742396):
 - Build qtwebkit5-doc and qtscript5-doc from this source, thus allowing us
   to avoid a circular dependency.
 - Build depend upon libqt5webkit5-dev.
   * Install headers into their new multi-arch path. Mark the development
 packages as Multi-Arch: same.
   * Bump Qt build dependencies.
   * Remove fix_path_to_lrelease.patch, applied upstream.
   * Require qtdeclarative = 5.3.0-3~, it includes a fix in the development
 package that we need.
   * QuickDialogs are not part of Declarative anymore, so we don't build it's
 documentation.
   * Modify install files to install new files in this version.
   * Build depend upon libqt5opengl5-dev (= 5.3.0+dfsg~), we need to link
 against it.
   * Update symbols files with current build log.
   * Update copyright file.
Checksums-Sha1: 
 0a8c6b8cdaab398bd8d7ea303043ba01a1ae4d4d 3691 
qttools-opensource-src_5.3.0-1.dsc
 25f79ef4f24930f0335e75eb2e8584ea27d51a54 8987652 
qttools-opensource-src_5.3.0.orig.tar.xz
 116c80e3ee95941581b393c42f38d6ad2b3a3b18 46732 
qttools-opensource-src_5.3.0-1.debian.tar.xz
 ccc40fc9638811365c051c3d554dd1ec4a6493f3 278620 
libqt5clucene5_5.3.0-1_amd64.deb
 204422272fc03b77cbd827771f33b6204b549e85 2735276 
libqt5designer5_5.3.0-1_amd64.deb
 d4f555a80805fbd765f37550a81d51f3b9fc0b44 676426 
libqt5designercomponents5_5.3.0-1_amd64.deb
 85bef2a5235f5bf2ac7b721f785a64db12f4208f 28042 qdbus-qt5_5.3.0-1_amd64.deb
 341f3074b94a5b083bd5096bb64adf8abcb38f13 185500 libqt5help5_5.3.0-1_amd64.deb
 16aae9cde4d8ddf3c0a99212213fc88116f67194 191158 qttools5-dev_5.3.0-1_amd64.deb
 6a479950ee4852d109c27970dc5e71ee8a6ac287 83778 
qttools5-private-dev_5.3.0-1_amd64.deb
 5d42cb2c645b3bf3a0176dfcb0829b72c3192b47 1643192 
qttools5-dev-tools_5.3.0-1_amd64.deb
 3db2b6c7e675d91bd6c4305251d66e536a3a4e66 482904 
qttools5-examples_5.3.0-1_amd64.deb
 f24ecfab28f5cf0999bfb7cbf0d87450bd1a8368 93209712 
qttools5-dbg_5.3.0-1_amd64.deb
 1e0079efed869c64aa7a1d25089e1b62e1251d95 12884918 
qttools5-examples-dbg_5.3.0-1_amd64.deb
 a3d621970fca247ba56777d339810800a4deed71 26631194 qtbase5-doc_5.3.0-1_all.deb
 5f5175e23065f5dbe91490b33dc0770d67bedec2 9554248 
qtdeclarative5-doc_5.3.0-1_all.deb
 c28672f54f549f67f77cee230eba6dc9dc10c6a0 300570 qtscript5-doc_5.3.0-1_all.deb
 32d355a04f540f5a545564768eb76210c6f3a737 3666724 qttools5-doc_5.3.0-1_all.deb
 a00f31740d8ed2d8973f7f67aca00519b2d8da24 3382964 
qttools5-doc-html_5.3.0-1_all.deb
 c7f719d0b13dba4af6d6d0e984b8283b0e9e5df6 584432 
qtxmlpatterns5-doc_5.3.0-1_all.deb
 c9f1297068a8cd3d8080f02b72600cd12794f6d3 658174 qtwebkit5-doc_5.3.0-1_all.deb
Checksums-Sha256: 
 d7225d3f0796a2cfa00b1dfaa74edffb0bb4d3f44b46ccc7c47026ec34c3069a 3691 
qttools-opensource-src_5.3.0-1.dsc
 f64d2ca5dc59ab8980987649bcef4597a7c0194e802e64d93448cac892fd8250 8987652 
qttools-opensource-src_5.3.0.orig.tar.xz
 27e155c03053b956dc04c124da619d5998eb3e690c8b6926617c9f0a19f80a2d 46732 
qttools-opensource-src_5.3.0-1.debian.tar.xz
 603252343d686014d8025791a3fbe50f859ee8ce2e5178060b7e7c382efa6adf 278620 
libqt5clucene5_5.3.0-1_amd64.deb
 0323411d01442a4ff700bea02829d2b35d727c45d1ad128b05583c09f7507371 2735276 
libqt5designer5_5.3.0-1_amd64.deb
 a3fc826bc27ac06d25f7e132771130751e20425c52bb9990437c6bbf91988de1 

Accepted cinnamon-desktop 2.2.3-1 (source all amd64)

2014-05-24 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 19:28:34 +0200
Source: cinnamon-desktop
Binary: cinnamon-desktop-data libcinnamon-desktop4 libcinnamon-desktop-dev 
gir1.2-cinnamondesktop-3.0 libcinnamon-desktop-dbg
Architecture: source all amd64
Version: 2.2.3-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Cinnamon Team pkg-cinnamon-t...@lists.alioth.debian.org
Changed-By: Margarita Manterola ma...@debian.org
Description: 
 cinnamon-desktop-data - Common files for Cinnamon desktop apps
 gir1.2-cinnamondesktop-3.0 - Introspection data for CinnamonDesktop
 libcinnamon-desktop-dbg - Cinnamon library for loading .desktop files - debug 
symbols
 libcinnamon-desktop-dev - Cinnamon library for loading .desktop files - 
development files
 libcinnamon-desktop4 - Cinnamon library for loading .desktop files
Changes: 
 cinnamon-desktop (2.2.3-1) experimental; urgency=medium
 .
   * New upstream release.
Checksums-Sha1: 
 6d7e54c31140592628cf16cf748c8e2dfe6b6f67 2869 cinnamon-desktop_2.2.3-1.dsc
 f11da96c06964ffcd3ee2d73b27f4ba144ed2aaa 558366 
cinnamon-desktop_2.2.3.orig.tar.gz
 63b79c2ea16bfe4d00f05380ce60bd12577b5845 154088 
cinnamon-desktop_2.2.3-1.debian.tar.xz
 1c0a9df362678fa79268832fa3fb206c1ea0731e 144706 
cinnamon-desktop-data_2.2.3-1_all.deb
 81c970d0e7bad6bf52f57159e31a8950546f4b57 131240 
libcinnamon-desktop4_2.2.3-1_amd64.deb
 cd8353c4998548ae14a2f52ca7c3fc3a97c5807c 87246 
libcinnamon-desktop-dev_2.2.3-1_amd64.deb
 40f6c4bd649cde466ec93038ba74db622fcf4dea 75158 
gir1.2-cinnamondesktop-3.0_2.2.3-1_amd64.deb
 cd323e0c35aabb37e4855cc45bf013c4ade8d009 282902 
libcinnamon-desktop-dbg_2.2.3-1_amd64.deb
Checksums-Sha256: 
 73553700fd15f8960f38b4c7d991d9303c2e1f519c390d3b37e34d964da88c15 2869 
cinnamon-desktop_2.2.3-1.dsc
 a13b752ea67b909ea65d4467522d814265d83071e22ec45572fbd23a4bda7d9d 558366 
cinnamon-desktop_2.2.3.orig.tar.gz
 035288397f79a0ecd5551272adca63d734500cfd39f32da98cd66dac8fbcef8c 154088 
cinnamon-desktop_2.2.3-1.debian.tar.xz
 3b697279e692cbb83dca561d7e9aea862479c03ec6d8d286f6737d31cddf611f 144706 
cinnamon-desktop-data_2.2.3-1_all.deb
 a41d19f1cca6b435c10ecc76e66184fc015e93858411560c717d8a0aacc058de 131240 
libcinnamon-desktop4_2.2.3-1_amd64.deb
 eb73999aaaf726a8598f8ceb589bf262dd7efd94fe089283ba9f6cf4a516a28f 87246 
libcinnamon-desktop-dev_2.2.3-1_amd64.deb
 91e917f9cb350d5274c72181e527bd68bf360f90e7d3bb71fd951db5024e9633 75158 
gir1.2-cinnamondesktop-3.0_2.2.3-1_amd64.deb
 cda93f4bca6a353dc371b912245ac5d0a149eecb6b84ac30b5c04d7596c13349 282902 
libcinnamon-desktop-dbg_2.2.3-1_amd64.deb
Files: 
 f7d7e583f533189cbab39cead992eded 144706 x11 optional 
cinnamon-desktop-data_2.2.3-1_all.deb
 76e61db4f308d8d075c4e90002f8efea 131240 libs optional 
libcinnamon-desktop4_2.2.3-1_amd64.deb
 22c2ecfe9d1f7bc68a0f34891ed3a9de 87246 libdevel optional 
libcinnamon-desktop-dev_2.2.3-1_amd64.deb
 ee57c08d73fcdc6d6432a99cd10cec3c 75158 introspection optional 
gir1.2-cinnamondesktop-3.0_2.2.3-1_amd64.deb
 4aa246e884a6d8e6ac0c34011332c573 282902 debug extra 
libcinnamon-desktop-dbg_2.2.3-1_amd64.deb
 ad35a0b6f4c4b2fe391f2a68c3003edc 2869 x11 optional cinnamon-desktop_2.2.3-1.dsc
 4da25772406c591dd7e8ecd8d7fdf5c1 558366 x11 optional 
cinnamon-desktop_2.2.3.orig.tar.gz
 e34364edf1d63af6683cf5a7c8908d4a 154088 x11 optional 
cinnamon-desktop_2.2.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgN8XAAoJEIDQpC/yyFDKKLkP/36TkcVqzbMyOe9yVbMdieZv
Oj0CCKaKza7VaxEtn2J6MVoUR9ZwZGIans99dTTGKE4ZWXxe84aeI/UjyP9J8W90
yh98G4Q9lfgRp1fsIzHgxPXANENRO34zB5id8FMAyuZXoYktCRydlUb50sR3MDev
0THUaB/ULdCh/1nbCRjpWEfqQsNqMQg7NUK0a5FW0k4hltY04OYtmLEMU5M5IaJV
UM99uzPj1BMzso5h7lMytiz1oXBqJyiyWD1M/JHN5Zmi/aKeBr8U4MrUBUT2l8uv
EteFarAzngjUw9dTSdIA1vzKYwtD0q88l8r3hpoyLHQpEYtzODNSh4+wf9JKNro8
9z/R5twTon2Wlx9JA+j+gP3pJIYrckjjy38d+d07s8nwhX1mfjuFAAnTCeIJPBWY
KDjwwaNn504YfRtsWgllcpN0NvHIwV0wq6DTX3e4p86s5yFLiJWXWQebJTXC/bOW
1dzmobXujyb4ZAOLof7CrOcVNBrQCx2lbVnyVw9NLBET2/sypgsNd9sMxWC9aq2L
jz4j1jrm3vh+TSSZn7I6P4nljTj3fQBSL3HywZ9FBWxqPAlkqljOb/RCeXbFTLXi
cZLLALu4ryKXuOfMC1/l+rLAl3E17FWFh1UAa6qCpCypkpeLCuXDRxcSFDq5AV6Q
3zEa9uUlpmAtGVAX8LxO
=bCls
-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/e1wogxu-0007fb...@franck.debian.org



Accepted cinnamon 2.2.10-1 (source amd64 all)

2014-05-24 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 19:28:40 +0200
Source: cinnamon
Binary: cinnamon cinnamon-common cinnamon-dbg
Architecture: source amd64 all
Version: 2.2.10-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Cinnamon Team pkg-cinnamon-t...@lists.alioth.debian.org
Changed-By: Margarita Manterola ma...@debian.org
Description: 
 cinnamon   - Innovative and comfortable desktop
 cinnamon-common - Innovative and comfortable desktop (Common data files)
 cinnamon-dbg - Innovative and comfortable desktop (Debugging symbols)
Changes: 
 cinnamon (2.2.10-1) experimental; urgency=medium
 .
   * New upstream release.
Checksums-Sha1: 
 ab5f0a1b66a676b39b0ada67b665a87b5efeb18d 3241 cinnamon_2.2.10-1.dsc
 8f54c8feb0a43d5156d90d9aa363326bcf0219ab 2675922 cinnamon_2.2.10.orig.tar.gz
 e790126855956966d2413e34137df8950cc19c5e 47148 cinnamon_2.2.10-1.debian.tar.xz
 75542a52d6f42e2f0819d740c44d2aa60b2e97a1 370382 cinnamon_2.2.10-1_amd64.deb
 ce2ca645f63ce668dd56d54ac7ca3e76df9b78ba 1756334 
cinnamon-common_2.2.10-1_all.deb
 f0cf0bdcff757027b9839e146968468495eb7068 865276 cinnamon-dbg_2.2.10-1_amd64.deb
Checksums-Sha256: 
 90d0e21d8154ff9cacf069657a29c68ec66e8d16620e513be2d6dbe4a766df32 3241 
cinnamon_2.2.10-1.dsc
 d129282ed9430e03d4b287ca2b39b9b287af0ec431ed2a0dc899453a302c5f3e 2675922 
cinnamon_2.2.10.orig.tar.gz
 3fa3aaf8403a055d334eeb197b5bdef793b939678a4efd2846d67ced2277e560 47148 
cinnamon_2.2.10-1.debian.tar.xz
 c0b22841d147f7d25d07c337c953fdd7ca93fe0519e74ea0868b594eb322f655 370382 
cinnamon_2.2.10-1_amd64.deb
 bd5006c139e91048a072a9affa487c1bf3aa39579559d88040e5f14d368abade 1756334 
cinnamon-common_2.2.10-1_all.deb
 2f424fb2462b1fb3a307e2e97b9ae1448a5195e2ec039e4efeea4fb2e0c2d2ca 865276 
cinnamon-dbg_2.2.10-1_amd64.deb
Files: 
 fae31e12ed32730468d2e198bc464a44 370382 x11 optional 
cinnamon_2.2.10-1_amd64.deb
 2cf1a6aa1689a8e3092e38424b651af2 1756334 x11 optional 
cinnamon-common_2.2.10-1_all.deb
 df7cec2f1eb21ad7d99071d2a17c5237 865276 debug extra 
cinnamon-dbg_2.2.10-1_amd64.deb
 14f470a1e5e7baae50a0c8f70d32bf77 3241 x11 optional cinnamon_2.2.10-1.dsc
 10120b3030e063cb8d95bb99c2e5 2675922 x11 optional 
cinnamon_2.2.10.orig.tar.gz
 71a8fda392a98ee649367b02475666a3 47148 x11 optional 
cinnamon_2.2.10-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgOCJAAoJEIDQpC/yyFDKSTYQAJlXqF0QL4zTKdc/1IUV5AQx
zEui3nI4a5HLeesn46WLPJ3l6ccLcm+bu6jKm7v7daVp6QHCOsBJa655G8n12uD3
zoA/pKWTNH/QNZzHXZV7qBeyhEgPWgWNstnd/99k0WSCIkGSBbipX+ktg9SvVFNt
65xP9Qnl2wAUMcmiPkJ/5f3NzvrtuEQFfHiw1KPPRh/eHtLE6OYrP5PgkKYpuR5R
xrZinCt6CGXEUQ+PQS/nA3lS15ijnm5j3r3JN5LjP1leoFl2NK17hr5UxemI/MJK
e+zC3EwBXKwXOw9fdJuQAJF3qbZYUNnTkcAnz+VAU2HX3q/zqwh0I6zWd2XYxMUG
/Y4TEwkQtqe/gau9ZJpaqd2/S44cqh2Y70Z8N0qjHKe5BHlY59OheTzYW8wgaCzY
c/m50en17KT28RcBYPFnvkiEd/+g597fOY7UqEIcXTz3bu7TiBZOpJkOeol9qyu1
3DvD93ma8GRtUoMxCUiLPdA0xR1CmqRlmaRBpRzVgqqdU9GM1Uiv/QO9crJcqjxL
k34tLyaAofZtgxprBBRRelCUensH0TYJWzTS6QlsfDJ3oGvQkGIshIOhqr3XrMrZ
DCpdERrH1KnmEOkC/TFTA0CERjSc8Kmrhd4kQjIQFZKNqO1f4Op7dULoh8i/lFPI
Np3XU9qPpYyckesRMHOy
=Gj44
-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/e1wogx5-0007ix...@franck.debian.org



Accepted cjs 2.2.1-1 (source amd64)

2014-05-24 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 19:28:44 +0200
Source: cjs
Binary: cjs libcjs0 libcjs-dev libcjs-dbg
Architecture: source amd64
Version: 2.2.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Cinnamon Team pkg-cinnamon-t...@lists.alioth.debian.org
Changed-By: Margarita Manterola ma...@debian.org
Description: 
 cjs- Mozilla-based javascript bindings for the GNOME platform
 libcjs-dbg - Mozilla-based javascript bindings for the GNOME platform
 libcjs-dev - Mozilla-based javascript bindings for the GNOME platform
 libcjs0- Mozilla-based javascript bindings for the GNOME platform
Changes: 
 cjs (2.2.1-1) experimental; urgency=medium
 .
   * New upstream release.
Checksums-Sha1: 
 1bf82717ec2f4affab89172182f1efa3365048b9 2302 cjs_2.2.1-1.dsc
 c5bb0b608fee4e216cc83fbc878836cb382cc046 354982 cjs_2.2.1.orig.tar.gz
 495de6d7c5d2b7ef09ed67a5a661108d9250 6416 cjs_2.2.1-1.debian.tar.xz
 9528cb06a650cdfe8f992015759e8065eac904ef 9666 cjs_2.2.1-1_amd64.deb
 c3a15730fe29ee60b355cb29a524119d2bbfbe33 179868 libcjs0_2.2.1-1_amd64.deb
 07edc8d23b116d67519eb3a2eeb0e331b0759d6d 16446 libcjs-dev_2.2.1-1_amd64.deb
 3422f5e9d712784f6d3540cf80fd6f471ef73c5a 599406 libcjs-dbg_2.2.1-1_amd64.deb
Checksums-Sha256: 
 8af043d8e2f4608d01e580a9727aaea1591c376e2631c21abdd1b9db18970ca0 2302 
cjs_2.2.1-1.dsc
 7e451866eaca5bc66a31313cdf1e7630d4936ab28083caa2cac15f25d2fcd918 354982 
cjs_2.2.1.orig.tar.gz
 3ef06b169f36b5e2edfa3b7eab051aec70330699e4515037e2c46fd7d041822a 6416 
cjs_2.2.1-1.debian.tar.xz
 ae4846e145d774b363e47373ebf39c0afd817e43d014fd4d16ae69e37baaf037 9666 
cjs_2.2.1-1_amd64.deb
 1f1c4dfa1d2db89a8b66782dc9d4f4759795bd14a863d23a65f2a5ef1b209d14 179868 
libcjs0_2.2.1-1_amd64.deb
 160a9ddc99b290c92c67baffe91b9b8d51cf5fb8d55273cb187ed86a89907f0b 16446 
libcjs-dev_2.2.1-1_amd64.deb
 da4d46ff61f43efe71395cdf8705f79b007bd1f22f15520b61249ae1a4d76ddf 599406 
libcjs-dbg_2.2.1-1_amd64.deb
Files: 
 87c17f6a157d080743ba30776a7eee68 9666 interpreters optional 
cjs_2.2.1-1_amd64.deb
 f92e641c0e7b5a0295caabc6d2841ca2 179868 libs optional libcjs0_2.2.1-1_amd64.deb
 679becf267787c54b89475a4f67b2c16 16446 libdevel optional 
libcjs-dev_2.2.1-1_amd64.deb
 118689e10b0b0e169e91ffc20cb075a0 599406 debug extra 
libcjs-dbg_2.2.1-1_amd64.deb
 19ca338af29b799ccd06032737736eb1 2302 interpreters optional cjs_2.2.1-1.dsc
 13694ebc3cf9e05e034b6d9f92946826 354982 interpreters optional 
cjs_2.2.1.orig.tar.gz
 f453de83044a180686d03a5dc6b83052 6416 interpreters optional 
cjs_2.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgODBAAoJEIDQpC/yyFDKHJ4P/2WgSqPGGZRvU/3EJ3LtT2kL
Ie69ayZcPNDxXNXWGEHMCHL3XIqhy6AHViL/nC9XeBT+hRjXODLjOmyOFHWcAWf5
gGECFStfUdzsoIjN1ZnOZQQczFQeQoc2mInccXmVy7u9vHwe+g3+xpxc0w2HG4ld
RXZ64Ea6dOOEQ01wRXNrrUUEz8JothfK5POdKW9l5uTgnWI/TmoPQf7B1SQS1MTQ
8OD5Dy1JTRde4oajnOOtl8A8QB8eKT+t954I2TX1hgGDBh7f5Jru6SaMH3SCNXBu
eld5cM1hMw0YDR+WcsPr+nUW6mPVcV1OgOUOhVy8mOfM/pOFJP+JZeMzjU+3aXMy
tbtROA2FiLAgaAzbWh5n65siNoYhc4s/JInlKiEvtrytYxBVFIwlrQAMmIBdOMoC
4JC+RsC/2mIsXfiOww+fzvDDH5Psj7NxSNyP/LOoNGs6VX06PUoKHnKmWz1pzC9Y
uYo5cRhNdAWg7rVelHgQH5frsJRstJkR+KvWtcRzWsfuKifrZSuAp7J4APy7z6HX
makNeLPOp0EtEosv1qx0pcIxAUU3WCREb0FfNDtvERYiALligy7ZxLNZCYeKssO/
cEX8dW04u2v6M1wdmEs74sJ87sDVfrGfXXqsp11TobnIRkxJPPLTZZ+EsAn3tNAD
zcd6isaWtHX8JBv5S71K
=lVFN
-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/e1wogxn-0007pz...@franck.debian.org



Accepted muffin 2.2.5-1 (source amd64 all)

2014-05-24 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 19:28:35 +0200
Source: muffin
Binary: muffin libmuffin0 muffin-common libmuffin-dev gir1.2-meta-muffin-0.0 
gir1.2-muffin-3.0 muffin-dbg
Architecture: source amd64 all
Version: 2.2.5-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Cinnamon Team pkg-cinnamon-t...@lists.alioth.debian.org
Changed-By: Margarita Manterola ma...@debian.org
Description: 
 gir1.2-meta-muffin-0.0 - GObject introspection data for Muffin
 gir1.2-muffin-3.0 - GObject introspection data for Muffin (compatibility 
version)
 libmuffin-dev - lightweight window and compositing manager (development files)
 libmuffin0 - lightweight window and compositing manager (shared library)
 muffin - lightweight window and compositing manager
 muffin-common - lightweight window and compositing manager (data files)
 muffin-dbg - lightweight window and compositing manager (debugging symbols)
Changes: 
 muffin (2.2.5-1) experimental; urgency=medium
 .
   * New upstream release.
   * Update symbol file.
Checksums-Sha1: 
 001e09434d5d833d5431d99dd79fa49d78303467 2984 muffin_2.2.5-1.dsc
 b0db6f0a67230db94d48c1a3a6e8cbdae6a7dfc7 2704905 muffin_2.2.5.orig.tar.gz
 9859a2dcfd12937dbb30e2cef53cec64cea74989 9024 muffin_2.2.5-1.debian.tar.xz
 3f74de7f491d1b62d47afe765e5242f762a2685f 22558 muffin_2.2.5-1_amd64.deb
 64ff41da3b3279382aa34c7577a83b36d518abdb 276718 libmuffin0_2.2.5-1_amd64.deb
 7546e9014c17ed1e9d82b24ad75fccbcf43295bd 730526 muffin-common_2.2.5-1_all.deb
 50d783ca8be113bdd4330057d55881e50a6fe3eb 48238 libmuffin-dev_2.2.5-1_amd64.deb
 e2775fd0618f705e0071b37bbd3ad87b3dc64735 16572 
gir1.2-meta-muffin-0.0_2.2.5-1_amd64.deb
 8c1d10d1024f7ff814e7becc49ded822aa5b527a 16624 
gir1.2-muffin-3.0_2.2.5-1_amd64.deb
 b07ec0172bf56f2c7b03dad2e30a3c0f11408586 1128554 muffin-dbg_2.2.5-1_amd64.deb
Checksums-Sha256: 
 75cffa53e65ce25dd1d772cbefa4a34cd18e4caaad6b183c8d18a776a4ea8e3f 2984 
muffin_2.2.5-1.dsc
 fff3239aa4fc3543d09b6c318c1f127db4ca4a8b514bba0da12e557577ae44e8 2704905 
muffin_2.2.5.orig.tar.gz
 727b6a3af392cafa1270401e1cfaed11df7194952b19e284dcfb22ccdaf3ac9c 9024 
muffin_2.2.5-1.debian.tar.xz
 37de54a86210e918bf57ff42837122c68ae9bd6fd44c018454b0a7cd0a64 22558 
muffin_2.2.5-1_amd64.deb
 f60358230c876cbd4ac13d8cf583055010a8d0d98c80bd9d9fe16754d9d402ca 276718 
libmuffin0_2.2.5-1_amd64.deb
 379e378c940bc6f69468ce0162ce6517b57878d6a5b71dce0fa0049be2bc9477 730526 
muffin-common_2.2.5-1_all.deb
 66eef51678002ae2dcc8f3383418229394fc02e0758dd7566dc4bb610e2bc31b 48238 
libmuffin-dev_2.2.5-1_amd64.deb
 4a1c0a937d1a586d4c80ce8e33160349927cf95c143f322215c1dba891689c0e 16572 
gir1.2-meta-muffin-0.0_2.2.5-1_amd64.deb
 87f5c54c03eccbb7f2ba9c0580f0da5b11826b376df56a0f2c0d00c3ea699ff6 16624 
gir1.2-muffin-3.0_2.2.5-1_amd64.deb
 c9bbe800778d2319a80e00a9dbf11e0ce0419be80711f599eebb5ada013ceae9 1128554 
muffin-dbg_2.2.5-1_amd64.deb
Files: 
 b17bd07d06b2dca5d20462bc4688cf4c 22558 x11 optional muffin_2.2.5-1_amd64.deb
 857989c246ef15e7ec3b98dfb4fcc9ef 276718 libs optional 
libmuffin0_2.2.5-1_amd64.deb
 2bd17464cc3743e41098ae177eb24b12 730526 misc optional 
muffin-common_2.2.5-1_all.deb
 f7b9c28f0167e926fb23b3ad5ddff50d 48238 libdevel optional 
libmuffin-dev_2.2.5-1_amd64.deb
 92af41b48c88373a420e9bbe4919dd65 16572 introspection optional 
gir1.2-meta-muffin-0.0_2.2.5-1_amd64.deb
 1baf70fe194362603df34cf48fa250f3 16624 introspection optional 
gir1.2-muffin-3.0_2.2.5-1_amd64.deb
 fb5576bf2c276f703a956299952461c8 1128554 debug extra 
muffin-dbg_2.2.5-1_amd64.deb
 bb1af4a220297f9bd26f0d318055f70b 2984 x11 optional muffin_2.2.5-1.dsc
 6a284181aabebc5344e178993d1c9bc8 2704905 x11 optional muffin_2.2.5.orig.tar.gz
 580c6d1877a564a53b9b8a55d7785121 9024 x11 optional muffin_2.2.5-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgN8sAAoJEIDQpC/yyFDKRmkP/iIIlzY5CaLqNjsS3LPS174N
5iXgiq5CaMCVoLUnWOoXhRhtNNIIv6kEir6ClT7lWo9oAhyg7P6UF4G+W98KhR/6
eW6dzt+Jd46Fc6v0KlrDp+Pu3pPYuXx3hFeX96RvySiG6LJ8RzVrJcR84UX4bKpb
PhcYFhdBxwYSymdG+06pVCP/EdPwTm1+cPUWrzReuTmMrQakcuwsNFlzJzfjRfSy
uJmCRPCyC1rrbGRAJDGoZgo3bOiazHZpOT5ulT90F4ayY2ckb1iCg8zCD/LkJqLB
1ONVKsejSfL2DdhGpQH3IjwVjrj4Ry16+ox5iBJVcV4PQrhwLB/viGuWpBBMTfgb
R4RpQlaRtRW3mpCJKI6bCuHZhwev/PZLE7xvVisBa4PWFaTXX5rZOgRGBGUSl6vE
VadaJsMV3vZ4uURVewKunPUdutLseu6do8pbMvYY7o+jnn+XIRfXT840v+/6UzA0
L8T4YTL6wM627M3AU3joopdcOKbTh/77jvPJSRVpKzJIVTcpYQLp4k4HKrLeTK80
fHyhOmfo4Bv/OUiVFcmEOkIVS7nBsUqgb0uJKPGksNroPu3dBxbz/nV9lp15xjDh
fsR0WP9MQtb09QKftbq0rwu2cOy7WCGCsmJRGmuKsKyETI1SUX1Oq7y6wtvBoBP6
nMWuE8u0gAJWB61dm7RJ
=RC/B
-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/e1wogy4-0007z2...@franck.debian.org



Accepted nemo 2.2.2-1 (source amd64 all)

2014-05-24 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 19:28:37 +0200
Source: nemo
Binary: nemo nemo-dbg libnemo-extension1 libnemo-extension-dev gir1.2-nemo-3.0 
nemo-data
Architecture: source amd64 all
Version: 2.2.2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Cinnamon Team pkg-cinnamon-t...@lists.alioth.debian.org
Changed-By: Margarita Manterola ma...@debian.org
Description: 
 gir1.2-nemo-3.0 - libraries for nemo components - gir bindings
 libnemo-extension-dev - Nemo component system facilities (development files)
 libnemo-extension1 - Nemo component system facilities
 nemo   - File manager and graphical shell for Cinnamon
 nemo-data  - File manager and graphical shell for Cinnamon (data files)
 nemo-dbg   - File manager and graphical shell for Cinnamon (Debugging symbols)
Changes: 
 nemo (2.2.2-1) experimental; urgency=medium
 .
   * New upstream release.
   * Install missing usr/share/polkit-1/actions/org.nemo.root.policy.
Checksums-Sha1: 
 5531daf2726db0bb7da9d8a24e62894bde94a96c 2789 nemo_2.2.2-1.dsc
 4d5e89eab86e940b7f8a8270591c381804ebcfae 1358999 nemo_2.2.2.orig.tar.gz
 0776abac8c652550e8e39757ab8607cfd8166c1c 8156 nemo_2.2.2-1.debian.tar.xz
 72654466bd511b4edef1cebb21ae4e7a24486257 872112 nemo_2.2.2-1_amd64.deb
 dec4009fa1c30df413d8b0fb1593c065b9856d35 3394060 nemo-dbg_2.2.2-1_amd64.deb
 3ce785815fe05c900e6cc90b35903ba4cd909b91 217434 
libnemo-extension1_2.2.2-1_amd64.deb
 a9a735d9c636f9646303925a2d82da65b9214455 233864 
libnemo-extension-dev_2.2.2-1_amd64.deb
 08704884ae58b4c6816682b781a42b8f29f6f982 209658 
gir1.2-nemo-3.0_2.2.2-1_amd64.deb
 e43f63d3df564bf4fc3f805a67564b058cd0af77 231052 nemo-data_2.2.2-1_all.deb
Checksums-Sha256: 
 ae0de67d707a0eed7b635b3ff500b1bb61ffc6253ff1452e3b4db9667eac3e99 2789 
nemo_2.2.2-1.dsc
 e57d807e5d7a96d48064b2eef2b0590d53443e5033d42906c5474de3678789c8 1358999 
nemo_2.2.2.orig.tar.gz
 6432696d0a763931e8fd364d2a89d2d25fe286f94ffd75da855529477803836d 8156 
nemo_2.2.2-1.debian.tar.xz
 1a14085e4c57d24453839935822d0aba5355c4cdd28e7a5be79ed806fdb4b95a 872112 
nemo_2.2.2-1_amd64.deb
 aff53eb847f78adda68d6c66b72ae68310a59966d6d3bae3e1e362afb5c77d85 3394060 
nemo-dbg_2.2.2-1_amd64.deb
 53a3e103fc671799d2db146dc6cde3e311e8f8928e247e4bff5a193bce336d96 217434 
libnemo-extension1_2.2.2-1_amd64.deb
 18bb1fd526d1db1aa0e5b909ef53f189382e85bfd4f25500eae1b375adcba45a 233864 
libnemo-extension-dev_2.2.2-1_amd64.deb
 7bfed92ea5d9b67bbb373da592c43e098323c3867523466e4026a2d6c7e97766 209658 
gir1.2-nemo-3.0_2.2.2-1_amd64.deb
 9d4ff317d8d6d8ebd0e3ca3eea0c4c5dc2c8e72b6d6a31c1c400d96659fa18a7 231052 
nemo-data_2.2.2-1_all.deb
Files: 
 6a925f54ec17366331689fecbc728078 872112 misc optional nemo_2.2.2-1_amd64.deb
 ee9b12574eca7fac051bc886a6270594 3394060 debug extra nemo-dbg_2.2.2-1_amd64.deb
 c88d8d0f7f5c44b21ea428adaaa1a37c 217434 libs optional 
libnemo-extension1_2.2.2-1_amd64.deb
 c5939f0965a8e81d375d32e3674b954a 233864 libdevel optional 
libnemo-extension-dev_2.2.2-1_amd64.deb
 dc6be67de0c21570ba021b26523c210f 209658 introspection optional 
gir1.2-nemo-3.0_2.2.2-1_amd64.deb
 dbd103d9786723452658030a1fbd71f5 231052 misc optional nemo-data_2.2.2-1_all.deb
 ac02f6b297ac31a136fa65b6769f63eb 2789 misc optional nemo_2.2.2-1.dsc
 05197305ce0205f605670ccd3d5971cb 1358999 misc optional nemo_2.2.2.orig.tar.gz
 c1f921216f155fce9e90e8bebf5f4a6c 8156 misc optional nemo_2.2.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgN91AAoJEIDQpC/yyFDKFksQAK4FPtuTiVh/SBz95g70zNQv
Ky36ux+eueHm8zzVAiBnfAQYTJNRgLamEdz+IGr27qmD5Vgy8adstqGPNCmNxk5b
OgoQ0W65EljAUP2sZIqF/o5HIy400kh4gxvMvQYDDvJWiL9uzXkh+FeOsgIUT4Jo
Qp3r8VLhGWjuQ2q3YKONhrdtLXNLu2m/TKLmRRtEHsEfqZBvek5D5saFyw7xFYWw
uF0b1krKXXyIF82B3RbGhI6mSKIsfT6o4VD+4tgpJQzTO4W5Fwy+0EAllHxyfzya
P/vQ4ZAH4HcaQf5lP838ybFJTl4AKWM9Cfe6v5s3fsmmzt81inFTQDgXuKjSmWUl
VAA8IlVVLUstxX/VzNGIwovOSLdId5nsyW1QlOU3+X6ztrHq/+y7HWZv8qeiD8kf
IX1ymPfbtzAodAGl8/lJuQ5kpBtMmpNFSRvMz6dKwPc0laWrvf4CY7YjDErRqvDb
xndHA2C7NSdDGmXKnBI3cols7QinIsbEvGYBqcPCBsg2jTh9XOxgdF8yILY8pVQF
PIrqUrpHnx/2XWeTurXUIuRc1un07MVGqu00EPn9nSF7wJjdc5K9r/oDHwfY1QJF
Ejb9B7sROzwIa2Kvap2GVm1Gto/85LVEm+sLH3OI0e0Ol4deYGn1er4AdZXDf/oy
6TcXclJ109ZgFFfRDjW7
=uqm6
-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/e1wogyh-00086w...@franck.debian.org



Accepted lammps 0~20140523.gite5e877d-1 (source amd64 all)

2014-05-24 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 19:03:51 +0200
Source: lammps
Binary: lammps lammps-doc
Architecture: source amd64 all
Version: 0~20140523.gite5e877d-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Anton Gladky gl...@debian.org
Description: 
 lammps - Molecular Dynamics Simulator
 lammps-doc - Molecular Dynamics Simulator. Documentation and examples
Changes: 
 lammps (0~20140523.gite5e877d-1) unstable; urgency=medium
 .
   * [4c132dc] Grab source from GitHub page.
   * [7811c49] Move mpi-default-bin to Depends.
   * [4bd2ecb] Imported Upstream version 0~20140523.gite5e877d
   * [7f4e9a8] Remove colloid autopkgtest.
Checksums-Sha1: 
 47d3eb5abef2b76b6e0f2bd0599d7265b05215be 2166 
lammps_0~20140523.gite5e877d-1.dsc
 8a9676ed6c1f6983940b88344b85ce274716bc52 47465344 
lammps_0~20140523.gite5e877d.orig.tar.xz
 4dc71fbda1fae44873c6dd60f6725c3520d1a3ae 12144 
lammps_0~20140523.gite5e877d-1.debian.tar.xz
 a8a3c25700830cd134befe8b5de7c6cead65339c 2861336 
lammps_0~20140523.gite5e877d-1_amd64.deb
 e5b273c3db40e97d295c78a08dd816b3d52a559f 33197452 
lammps-doc_0~20140523.gite5e877d-1_all.deb
Checksums-Sha256: 
 722a9f6fd09d4f27a587c3828b174c2782d336d74e61a6ab028efa32e0a05ddc 2166 
lammps_0~20140523.gite5e877d-1.dsc
 374273406e7f5957692f3e543456f84a7814386263cc35fc944f16822377313b 47465344 
lammps_0~20140523.gite5e877d.orig.tar.xz
 7a145cd69b61a81710ffa70f4307249951e1a88b37d67ff6a8d4749f66d7871b 12144 
lammps_0~20140523.gite5e877d-1.debian.tar.xz
 9ebf13dce97cc417fd66bdaa96ab936ae0321faf7edd1f89c2bea49312f9a819 2861336 
lammps_0~20140523.gite5e877d-1_amd64.deb
 c8e5f0ed6413827d5f31e6e5af910c613762290f4a70748eaa40156151f8fe29 33197452 
lammps-doc_0~20140523.gite5e877d-1_all.deb
Files: 
 3974d20e860f58a1868ce5d9f3aa3e20 2861336 science extra 
lammps_0~20140523.gite5e877d-1_amd64.deb
 31c6dacd9c08874eea0e0f49b86f3451 33197452 doc extra 
lammps-doc_0~20140523.gite5e877d-1_all.deb
 fd27bef7780042ecd415b37ef110a5fb 2166 science extra 
lammps_0~20140523.gite5e877d-1.dsc
 1ac3930b44b741ff1f0d4973d8d31afb 47465344 science extra 
lammps_0~20140523.gite5e877d.orig.tar.xz
 791973cbc39bd3eefd5e79be7a8cbab7 12144 science extra 
lammps_0~20140523.gite5e877d-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTgN9RAAoJENPhc4PPp/8GrswP/jnJwLa/dgjWy3nuC8c73D7l
ni/q6c59xvUgVFcY/vdiI4tsudWCH7VLPGSEiL2bsKp4dCrhstpj6uDxjLuXXj3Y
yS4YuKHnelIYu2m2nsv3Ct2QisNWEZWRnUVQvsrVopC51Q54CkpKIcd5C8/8kdZu
wC8Uh8GLEOuCdtUumqaZjRJ5HmlC8PTzb6Kc6VeaCx49RcrfSodhCE+I2kDntS0y
UjQrGySYgWF9srjnkJRz9n0/hPMNNpGwSYYbiEqu4LDnCck+jToPCryAXTtJmxH+
MGTvUgcpqfMl7jWtgCKYsC1rCA7DBXzNfAxpRQdcP1vTG2lvBYaSg5dVDh6jenx5
ttq6ovHN/9yMgln9y9LlZuFQXfXNEIVc7j7dik27FEiO7LDtX7WbB7pZQXA040DX
78uovNXMJO4DyBBGzJb+PuZj+s0Fb1PU++Z+jMdL2AwS7g2i7xkaNhj+7xqTQ+Ly
ef92DTbtWr2/ih5Ikq9M8LB1VXyi5OJ3Bkkexog+qUZUor26QWXbFwX1PU1SxihF
4HugeGjSKeXfp85F58A18fbnn7iIJcn22QwK3j+Xyr03BO7Urdx8F2qD6E6LEQg4
GG1L/p9VGGgSigGljRsnH1ZoWSUJ0IAdm44nku7BRskz4NdGq8CG5CZNaxeXMCoC
rmfvdgLg35krc5psTkYo
=tD1x
-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/e1woglw-0001gq...@franck.debian.org



Accepted crm114 20100106-5 (source amd64)

2014-05-24 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 20:50:32 +0200
Source: crm114
Binary: crm114
Architecture: source amd64
Version: 20100106-5
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal p...@debian.org
Changed-By: Milan Zamazal p...@debian.org
Description: 
 crm114 - versatile classifier for e-mail and other data
Closes: 748029
Changes: 
 crm114 (20100106-5) unstable; urgency=low
 .
   * Function declaration conflicts fixed; closes: #748029.
   * Standards 3.9.5 (no real change).
Checksums-Sha1: 
 f8b2f67b574db7529c2bfcc6581c129c81dacd0e 1106 crm114_20100106-5.dsc
 cf85ce2cb6b04f989b6b9ca6781ff2f750c2c2b0 32280 crm114_20100106-5.debian.tar.xz
 3b880dc646e13f75b46e099281613ecf882c8d89 532480 crm114_20100106-5_amd64.deb
Checksums-Sha256: 
 8ba57b4ecd80c240f160ec62affd3d488de53374bc04a0cbb714e64e518fe299 1106 
crm114_20100106-5.dsc
 f07e685def64a5a8c528ae861816ca2ac95e2e697e162ff0ff5d95e3e219af2d 32280 
crm114_20100106-5.debian.tar.xz
 d4f6ebb418c5141980be23fc3acd51afb89753e01bd50282292467bf4adbea72 532480 
crm114_20100106-5_amd64.deb
Files: 
 e09b51803a11a987c1ad30d0f8997b59 532480 mail optional 
crm114_20100106-5_amd64.deb
 8afaeec18c65351290f48ea5180a6f86 1106 mail optional crm114_20100106-5.dsc
 b8c99c968e7f1b44becb06ff0c914a7e 32280 mail optional 
crm114_20100106-5.debian.tar.xz

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

iEYEARECAAYFAlOA6qIACgkQkSkk/j3Cm0ENUgCgkezMJVGCZkeJB0FpxMqTf2oj
4bwAn2pLKF7NtBV+r1xIzy2Rm/ZDVFFl
=bPH6
-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/e1wohfy-0005pg...@franck.debian.org



Accepted sigrok-cli 0.5.0-1 (source amd64)

2014-05-24 Thread Uwe Hermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 19:33:53 +0200
Source: sigrok-cli
Binary: sigrok-cli
Architecture: source amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Uwe Hermann u...@debian.org
Changed-By: Uwe Hermann u...@debian.org
Description: 
 sigrok-cli - command-line frontend for the sigrok software
Closes: 737753
Changes: 
 sigrok-cli (0.5.0-1) unstable; urgency=medium
 .
   * New upstream release.
 + Updated build-dep versions: libglib2.0-dev (= 2.28.0),
   libsigrok-dev (= 0.3.0), libsigrokdecode-dev (= 0.3.0).
 + The non-existing --list-devices command-line option is no longer
   mentioned upstream (Closes: #737753).
   * Standards-Version: 3.9.5 (no changes required).
   * Switch from cdbs to debhelper.
   * debian/copyright: Update.
Checksums-Sha1: 
 bdbffe89d909d334056f214934b267c7f8edd185 1212 sigrok-cli_0.5.0-1.dsc
 6fb5d6ff75f6492bca8d3da66ba446a6438438de 390077 sigrok-cli_0.5.0.orig.tar.gz
 e4df038a007c2810e4d12704105d8bcdb1732c08 2180 sigrok-cli_0.5.0-1.debian.tar.xz
 ed3c3169486ad243463a79a5be305eee046a330b 53216 sigrok-cli_0.5.0-1_amd64.deb
Checksums-Sha256: 
 8ea0ed962f2061cb3381a95ef9f1f0d5d558176220b3d8db81377d5f4161765d 1212 
sigrok-cli_0.5.0-1.dsc
 73a30501525b13c09624ae00d37041cdaa50238d89c6febf169fc784affe723c 390077 
sigrok-cli_0.5.0.orig.tar.gz
 b49c873ff301f2b8988b07425c621ccb7b99b8e19601733b4caf7af3bdb48be2 2180 
sigrok-cli_0.5.0-1.debian.tar.xz
 a7c96c51abf154a3ed4306cac329e48e5ace775cfa0dd231841f62b4b3725d4f 53216 
sigrok-cli_0.5.0-1_amd64.deb
Files: 
 5ae18f13422c6a4eb6e4534396bcc0bc 53216 electronics extra 
sigrok-cli_0.5.0-1_amd64.deb
 a8435ad02d57b696687d7e82c3cc46a0 1212 electronics extra sigrok-cli_0.5.0-1.dsc
 f6786bc4d2455b8b7d225f4909946549 390077 electronics extra 
sigrok-cli_0.5.0.orig.tar.gz
 58a5623e1746c10b3496b82dccc52a68 2180 electronics extra 
sigrok-cli_0.5.0-1.debian.tar.xz

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

iEYEARECAAYFAlOA2YUACgkQXdVoV3jWIbQS7gCgh2/4AV5V2owsstiziIim8le5
pEMAnR5O8NN2OotpyfzTlCo6k8ZcQmVt
=Eta3
-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/e1wohgt-0005ah...@franck.debian.org



Accepted netsed 1.2-1 (source i386)

2014-05-24 Thread Mats Erik Andersson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 20:50:12 +0200
Source: netsed
Binary: netsed
Architecture: source i386
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Mats Erik Andersson mats.anders...@gisladisker.se
Changed-By: Mats Erik Andersson mats.anders...@gisladisker.se
Description: 
 netsed - network packet-altering stream editor
Changes: 
 netsed (1.2-1) unstable; urgency=low
 .
   * New upstream version.
 + debian/netsed.1: Updated.
 + debian/netsed.lintian-overrides: Removed.
   * Standards-Version 3.9.5, no immediate changes.
   * Support signed archives at upstream's site:
 + debian/upstream/signing-key.asc: New file.
 + debian/watch: Add a signature file unmangler.
Checksums-Sha1: 
 1a6c10d1c75bf0b1bfc82b102e897d7b01c4f88b 1225 netsed_1.2-1.dsc
 4a99b9a29315c449fcfcdab96a740ca66372b970 28835 netsed_1.2.orig.tar.gz
 928af1290bf9b23f3e6aeaaee84b79641142fca9 33592 netsed_1.2-1.debian.tar.xz
 3793bc83056d6c01850ecba8958d2e4f4dfa 20270 netsed_1.2-1_i386.deb
Checksums-Sha256: 
 ea2bb66589f8607e29a9fb097d2a8c13aa128e7b1316e63292026c55c13b8b0c 1225 
netsed_1.2-1.dsc
 0a7f12bac83d02c6fc837055bf4ff02c1bdfc8ea478227afcc762e92d1661c80 28835 
netsed_1.2.orig.tar.gz
 501d2b03832684522743e82d1b2e66a963d011b6e9dc33abf750e33f83abf06f 33592 
netsed_1.2-1.debian.tar.xz
 84bcb453101a9fef5c1041606e907fd394d538358e2b2a9a4ec1ebcdc858c2cb 20270 
netsed_1.2-1_i386.deb
Files: 
 9d190612652944ef6266d9c7b3950cee 20270 net optional netsed_1.2-1_i386.deb
 72a1f41abde4c61a812e50c8fc35e92e 1225 net optional netsed_1.2-1.dsc
 4422b3cded2278438b5ab4f3ae4b992f 28835 net optional netsed_1.2.orig.tar.gz
 43248e3698f26ed1d60797bd1a6d3b4b 33592 net optional netsed_1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlOA88MACgkQG7N1M011A3aVLQCfVBT1NS7U/cou8tfJGtNkYXnP
OvgAn1wrP5yXI4QFulDe4bpdDuehwz0M
=oWbN
-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/e1wohwp-0002t7...@franck.debian.org



Accepted genometools 1.5.2-4 (source amd64 all)

2014-05-24 Thread Sascha Steinbiss
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 18:57:45 +
Source: genometools
Binary: genometools genometools-common libgenometools0 libgenometools0-dev 
genometools-doc genometools-dbg python-genometools
Architecture: source amd64 all
Version: 1.5.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Sascha Steinbiss steinb...@zbh.uni-hamburg.de
Description: 
 genometools - versatile genome analysis toolkit
 genometools-common - shared data files for GenomeTools
 genometools-dbg - versatile genome analysis toolkit, with debug symbols
 genometools-doc - documentation for GenomeTools
 libgenometools0 - versatile genome analysis library
 libgenometools0-dev - development files for GenomeTools
 python-genometools - Python bindings for genometools
Closes: 748305
Changes: 
 genometools (1.5.2-4) unstable; urgency=low
 .
   * Incorporate patches addressing type conversion errors (thanks to
 Michael Tautschnig).
 Closes: #748305
Checksums-Sha1: 
 7bf5d4b0d4085f6b40b581cf907c208ccb6edb91 2778 genometools_1.5.2-4.dsc
 a635f6623db75ae35bcf896cd6f715c721c7fdce 15416 
genometools_1.5.2-4.debian.tar.xz
 9efb033f4094225ff08618865f97bb0230a9eb29 1671142 genometools_1.5.2-4_amd64.deb
 7bfa6c0853efff9637686f1e2695136ed19748b1 138140 
genometools-common_1.5.2-4_all.deb
 9fb427f96640c2c4b940f6808c1da76422b231c3 1673818 
libgenometools0_1.5.2-4_amd64.deb
 6164aabb5fff075d42479f20bf402c40a71f7938 73270 
libgenometools0-dev_1.5.2-4_amd64.deb
 1e48ce855ce60a5fa2e3946eee1f70bd269a6a77 2643556 
genometools-doc_1.5.2-4_all.deb
 61ee8e3661670c326aa4c9d392a43145fc304801 7842756 
genometools-dbg_1.5.2-4_amd64.deb
 a5933ef6e062b06e7b4ec0d6799d2c1af8abe56d 28456 
python-genometools_1.5.2-4_amd64.deb
Checksums-Sha256: 
 45f1aecf127f1c8cc11e67a9c289bf06f4ff38421f946698b2206c29e3a0c562 2778 
genometools_1.5.2-4.dsc
 ef75e640af0f2a4c898b557a0c395e348ddae84067fdebaa765b71f91d65536b 15416 
genometools_1.5.2-4.debian.tar.xz
 2d2ee122b8df77e8f3ab6d85bafd8882193db32607b80e765b1922efbc965079 1671142 
genometools_1.5.2-4_amd64.deb
 e3d5e3690b3fd03afbbe82dd586b981429a73955f2de88395a6aeecb84cf8113 138140 
genometools-common_1.5.2-4_all.deb
 b451db6426ef4484460a351522d2847113c39dbea749234ec41eef0cbd19dbbe 1673818 
libgenometools0_1.5.2-4_amd64.deb
 32bee3e88a22c238de0693ae67ba8fab4123d6418f48c58591c179418d9a 73270 
libgenometools0-dev_1.5.2-4_amd64.deb
 8edcc8b0688609b49dd2512c86c70ac19a9465261fc7fa55738a2c183bf7ace6 2643556 
genometools-doc_1.5.2-4_all.deb
 0824d7b79762f2e0e271738af615f691b56b91cf9e7624a20d6b063ca15c8141 7842756 
genometools-dbg_1.5.2-4_amd64.deb
 c131851e2c0e8baf6ab8ef19a4431fbd5a884f48c7a3a1afba2f6171a01b3cc6 28456 
python-genometools_1.5.2-4_amd64.deb
Files: 
 cd3e7c707dfc94c4beb1edcb89330a36 1671142 science optional 
genometools_1.5.2-4_amd64.deb
 311f3b06bfdc526950c5e1622cf5d122 138140 science optional 
genometools-common_1.5.2-4_all.deb
 9e6fcd4e68da560c29762481a95c39b7 1673818 libs optional 
libgenometools0_1.5.2-4_amd64.deb
 6ac8bb30bce01ce4d284f81575fa6db8 73270 libdevel optional 
libgenometools0-dev_1.5.2-4_amd64.deb
 5f7bf714945e232554f6e72c99a6b380 2643556 doc optional 
genometools-doc_1.5.2-4_all.deb
 e638a21afb4f625955c5afb38831ad9d 7842756 debug extra 
genometools-dbg_1.5.2-4_amd64.deb
 f2bacb3fbf982f053eec3e78671778ab 28456 python optional 
python-genometools_1.5.2-4_amd64.deb
 8c8d5dedf0c93a5de2752044e56ff399 2778 science optional genometools_1.5.2-4.dsc
 a36d8b8e9702157500cd5c38ce7ea622 15416 science optional 
genometools_1.5.2-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgQkiAAoJEFVWo04Eo2ELA9MQAIuZgy5SHwbOchid2IJUQA8f
qPR/BQVrUdGtLzdQQwxTxj0v9SGWRDAsLvDo1YRzJyS2jaQh0Z0pXkia+G0JmwYE
PbI086l8ROaw0WDoFfatoiUxYyRIrHnSlXHD81+diNQ3B+xPXbcN9XLDihrj5aK8
DQs6Mel0G6JTTcVp+OGvdTWoUjyyIGOyQQT6v30+/LHI2y25nFkhzd10mW06q4kN
axyH2Avu91aYKHKsIsLdDYAmln8/05xrOzzQ59k8fXlEkBSmtVw9kfJFDtpwrGtf
yfHQfA4+k3TtwhzLAXqKNCODkqc+czbAbmaCplSB2HNaPJBn753i2WcncPXhfUMD
0dvcN5huiTxJcD9prBbpfbdDEPTQR62mZ5blPlfV/8gU72Fk57OutwWtkZnp1MIP
NxBHmif2z/sHHHsKyoy80XByDKnelK/cpZk/qplu9cmR+LT9pWfeHJ8km4gSTNtc
x53nnKissCshCPM8RglYV47e00TrhALBd0nIvLmEM0wibmzseZrK/Snluw5VS6Nm
LjNqQR5eGLl3F/15G2Bb4TeN7BJJakUth3BTEC78RbAS7j99J0z2B1UW54DTp9aB
H3VbWGrmbXZJbknAO5QwRWHtvfDN45OmwLEe1iyND2UcJv+enuWQV48hni3FtFue
Yf1eMayBTt4HXXkhwp75
=H211
-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/e1wojlp-0004nl...@franck.debian.org



Accepted jssc 2.6.0-3 (source i386 all)

2014-05-24 Thread Scott Howard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 16:27:08 -0400
Source: jssc
Binary: libjssc-java libjssc-java-doc
Architecture: source i386 all
Version: 2.6.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Scott Howard show...@debian.org
Description: 
 libjssc-java - library for working with serial ports from Java
 libjssc-java-doc - library for working with serial ports from Java - doc
Closes: 748920
Changes: 
 jssc (2.6.0-3) unstable; urgency=medium
 .
   * Use g++, not cc (i.e., gcc). (Closes: #748920)
   * Lintian override source-is-missing. Source is included, just named
 differently.
Checksums-Sha1: 
 42108adf6dd329879ba52acbf440f770a4221788 1357 jssc_2.6.0-3.dsc
 386da3063ba6d7696cf3145a2fc58146f52a3c5a 5832 jssc_2.6.0-3.debian.tar.xz
 f6a3f497733dd2233af09082692805742a0acce7 27604 libjssc-java_2.6.0-3_i386.deb
 27211852d2ce1b8bc0cf72aca2ced7fcd584c92c 40100 libjssc-java-doc_2.6.0-3_all.deb
Checksums-Sha256: 
 890434810ab97254f153f57526b6b73770115a6735376c2c879a49232c1d9d01 1357 
jssc_2.6.0-3.dsc
 5ef69da2692de50acc9f04c69767662a1916f37820f5474bcf3c75a1a7730bcf 5832 
jssc_2.6.0-3.debian.tar.xz
 d8d2bbf4985fb976faf4942f9f579f5318d4ea1a8bb10f90e264969bd1d0636f 27604 
libjssc-java_2.6.0-3_i386.deb
 39641d6f6742e16367461df26e1bf1b1821df958cc7172e53cc50c93b2471209 40100 
libjssc-java-doc_2.6.0-3_all.deb
Files: 
 95b50be008e01cef50ee128523042ba3 1357 java optional jssc_2.6.0-3.dsc
 8815383413e62dc211e84c733a7ce3b3 5832 java optional jssc_2.6.0-3.debian.tar.xz
 f733f5f11608d0789f7708569c9fce85 27604 java optional 
libjssc-java_2.6.0-3_i386.deb
 cbea6da6342c36317b1456160e2a03f3 40100 doc optional 
libjssc-java-doc_2.6.0-3_all.deb

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

iEYEARECAAYFAlOBBS0ACgkQuqVp0MvxKmoTtACggVDACk1UGLT9+cQRf4xSqRlO
c0sAn0Gf80uKZd24gVj2VglidFuSQKV7
=6cZb
-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/e1wojm8-0004tm...@franck.debian.org



Accepted libsignatures-perl 0.08-1 (source amd64)

2014-05-24 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 22:35:56 +0200
Source: libsignatures-perl
Binary: libsignatures-perl
Architecture: source amd64
Version: 0.08-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 libsignatures-perl - Perl pragma for subroutine signatures
Closes: 749174
Changes: 
 libsignatures-perl (0.08-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Axel Beckert ]
   * Import new upstream release
 + Fixes issues with Perl 5.20 (Closes: #749174)
   * Bump Standards-Version to 3.9.5 (no changes)
   * Bump versioned debhelper dependency to = 9.20120312~ to get all
 hardening flags.
Checksums-Sha1: 
 82d0435e6e0f8adbaee56413561f49977a7e7c61 1642 libsignatures-perl_0.08-1.dsc
 d06308cee69c9a2d1a4afdefabc2644f0fee01a5 74230 
libsignatures-perl_0.08.orig.tar.gz
 9f793157989c1fb169e935f6003bedad9d06d757 2560 
libsignatures-perl_0.08-1.debian.tar.xz
 e845453c26c2323f616a32c06b08fb7c12af61cf 14564 
libsignatures-perl_0.08-1_amd64.deb
Checksums-Sha256: 
 a5657d45be707ba8b2f8590d6431a548f21811fcc1729b7768cecd022d349341 1642 
libsignatures-perl_0.08-1.dsc
 ee7cd55f1bee0c19249f3b28ed2a5e570ba1ec0a463f18e5d3363abeae04ba8e 74230 
libsignatures-perl_0.08.orig.tar.gz
 e750c3e42acee91dbf53dcd0cbc27cd95f689d138163cb7210f384e09702f94e 2560 
libsignatures-perl_0.08-1.debian.tar.xz
 376886960ae47308633550e9408b339f2ca25e138ecaf5fb46a0318cf75472df 14564 
libsignatures-perl_0.08-1_amd64.deb
Files: 
 63315b4d94fa21c8587c9a74d54b769b 14564 perl optional 
libsignatures-perl_0.08-1_amd64.deb
 a9ff916af33ac7246a8aadbf064b3538 1642 perl optional 
libsignatures-perl_0.08-1.dsc
 4e4fa93b7699533b04741f0d39eb2d2d 74230 perl optional 
libsignatures-perl_0.08.orig.tar.gz
 afa54ce8273a6efc18b7d548e2fbd775 2560 perl optional 
libsignatures-perl_0.08-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlOBBKIACgkQwJ4diZWTDt7xUQCdFxsQkp0e273FAze8BYc558pa
PyQAoIHJxEngto4tbvpm5oNxa/mLU+vM
=0Ram
-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/e1wojmh-0004vo...@franck.debian.org



Accepted since 1.1-5 (source amd64)

2014-05-24 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 22:06:29 +0200
Source: since
Binary: since
Architecture: source amd64
Version: 1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Axel Beckert a...@debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 since  - tail(1) work-alike that saves and uses state information
Closes: 591386
Changes: 
 since (1.1-5) unstable; urgency=medium
 .
   * Make adequate messages trigger a failure in the adequate autopkgtest
   * Output content of .since in case of test failure
   * Merge changelog entry from impatient NMU by Anibal Monsalve Salazar
 + Ignore dev_t.patch from NMU, use my DEP-3 compliant variant
   * Import updated dev_t.patch by Svante Signell to make it work on
 GNU/Hurd, too. Thanks! (Closes: #591386)
 + Rewrite patch description to make it more clear and to mention Hurd.
Checksums-Sha1: 
 58ae836ddc45fdb781a41568ab9eef981bea9988 1160 since_1.1-5.dsc
 7b201f7fadfdd79ab246bbaafe79ec4371c7400d 5104 since_1.1-5.debian.tar.xz
 9049cac4ab1f7c7f9dc162e6a22fea640a70df2e 16028 since_1.1-5_amd64.deb
Checksums-Sha256: 
 a49317ba01402c7ba1be3ecbd5486e2764dc8edc5ef1e461cbfb50f0afa5ad56 1160 
since_1.1-5.dsc
 c83d979dbf7aaacadb2d462e2061f04a6152c0a6fec0180f90e69e8f56999ed5 5104 
since_1.1-5.debian.tar.xz
 c4f81149de846732fd2dc8558be4644e3d201eb6820a98e237bdcf5014465ecf 16028 
since_1.1-5_amd64.deb
Files: 
 8f24149e5888c253c2a853b0c4cbbe24 16028 text optional since_1.1-5_amd64.deb
 3b14f500a0c47741b8ca9ae7ab211384 1160 text optional since_1.1-5.dsc
 629a95a89f2945fc82819c8793b8341e 5104 text optional since_1.1-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlOA/AkACgkQwJ4diZWTDt7L0QCfYMX0qPJpv9jfXWgNTg1LbzPn
QO0An21wC82kbY43aIINQzrtiOdixFxo
=RG8R
-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/e1wojmv-00053g...@franck.debian.org



Accepted telepathy-mission-control-5 1:5.16.1-2 (source amd64 all)

2014-05-24 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 20:11:30 +0200
Source: telepathy-mission-control-5
Binary: telepathy-mission-control-5 telepathy-mission-control-5-dbg 
libmission-control-plugins0 libmission-control-plugins-dev 
libmission-control-plugins-doc
Architecture: source amd64 all
Version: 1:5.16.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 libmission-control-plugins-dev - management daemon for Telepathy (headers for 
plugins)
 libmission-control-plugins-doc - management daemon for Telepathy 
(documentation for plugins)
 libmission-control-plugins0 - management daemon for Telepathy (library for 
plugins)
 telepathy-mission-control-5 - management daemon for Telepathy real-time 
communication framework
 telepathy-mission-control-5-dbg - management daemon for Telepathy (debug 
symbols)
Closes: 748938
Changes: 
 telepathy-mission-control-5 (1:5.16.1-2) unstable; urgency=medium
 .
   * Disable UPower support and rely on logind to be notified about suspend,
 the current UPower support is incompatible with 0.99 (Closes: #748938)
Checksums-Sha1: 
 7173b95826565d46fb21f8154894c102f3e94226 2509 
telepathy-mission-control-5_5.16.1-2.dsc
 60fb183bd41de4fdc7c69531b39b0338c2c27f87 8256 
telepathy-mission-control-5_5.16.1-2.debian.tar.xz
 0ebd9f489f99a4ce2b1454794c66cdbdc77a 303790 
telepathy-mission-control-5_5.16.1-2_amd64.deb
 bc5a581652e0e0909e48680bd254fbb756457d58 493942 
telepathy-mission-control-5-dbg_5.16.1-2_amd64.deb
 ef1cc27107a6609ad668c01ed8f4f451f3eee16b 163710 
libmission-control-plugins0_5.16.1-2_amd64.deb
 69286bb727e1dfcec6cca2dda5323f855b7041bb 6882 
libmission-control-plugins-dev_5.16.1-2_amd64.deb
 513c7ed1522a739cb23023686a2bfedc98aaaed5 177894 
libmission-control-plugins-doc_5.16.1-2_all.deb
Checksums-Sha256: 
 e4cd4467ac95ec4e5f92ecbea64e263ddf2c590512258fad2098b9d97dabd70a 2509 
telepathy-mission-control-5_5.16.1-2.dsc
 7452d9c992118a27961a38d04a7240cc4f6c01e6186d4219490112f930ff7045 8256 
telepathy-mission-control-5_5.16.1-2.debian.tar.xz
 fa42ea4933e9afbaba03bb9bdd2861e6b47133939574eae2461a9e87201340f0 303790 
telepathy-mission-control-5_5.16.1-2_amd64.deb
 ca400860f4c67f6e3c5d8ee7f49db1e5287ab617bad4c9572528a2b4879b8b6a 493942 
telepathy-mission-control-5-dbg_5.16.1-2_amd64.deb
 92348ad8346d0dd82b7d258645a8cbc5b622d444a0aa303b49c651e4bbe8d7d9 163710 
libmission-control-plugins0_5.16.1-2_amd64.deb
 9daa6c06520151cba884abd60d7d55a342994d176361fd8608758d4c6bb8a03a 6882 
libmission-control-plugins-dev_5.16.1-2_amd64.deb
 e0f95dfe827894496c9aeeed6f829cd6fa059ed0566c1095f5f234fb65b44783 177894 
libmission-control-plugins-doc_5.16.1-2_all.deb
Files: 
 713e41a81b710ee48eee1eb225dc7a64 303790 net optional 
telepathy-mission-control-5_5.16.1-2_amd64.deb
 f927d09a993463f27d8f6e9c15bf04b6 493942 debug extra 
telepathy-mission-control-5-dbg_5.16.1-2_amd64.deb
 efed7d1f805a2ecd9a822b0e6118c810 163710 libs optional 
libmission-control-plugins0_5.16.1-2_amd64.deb
 cbb652256702e0c802045f7ccbb2bbcd 6882 libdevel extra 
libmission-control-plugins-dev_5.16.1-2_amd64.deb
 5b5a14f4832cf0cf8a12a98c68679c62 177894 doc extra 
libmission-control-plugins-doc_5.16.1-2_all.deb
 93b97cd65f623441f3bba1e139861ea8 2509 net optional 
telepathy-mission-control-5_5.16.1-2.dsc
 109f327912cd38247575321c95f1eeaa 8256 net optional 
telepathy-mission-control-5_5.16.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTgQLGAAoJEB/FiR66sEPVpU4H/RhmExJK5YvBxZKfZ8bCd0vi
J1hVZzbmE7tV6RjMGKORKZrq246B4YpEx6ho0s8Qe3aTrI4NR/khXr4uDa1dA3I8
9I7GJFXY3Hh1mf8aJuwy1fcQ2bc9wADncrpbLhvYEZqsHcB7rudFsos8nBNE/GEH
bfo9JWzHUcjQy56kqN8HNgykKoYbEiEh28yOGVbgBSFSpaxO9V+/0AKaDRkXoGJk
sd0hNwuruqa5ikzGM4ENLFDepK13bSPzQrsWgLdEdBUs6uZUfGQp3HHweLB/Zkdt
AqMdsZiutRIL1lcvbIeOo/IcLLC5UfiurKCYpVS+CRc2HRYUo/aaOHQMwoLEOTs=
=baWy
-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/e1wojn7-00059y...@franck.debian.org



Accepted rdflib 4.1.2-3 (source amd64 all)

2014-05-24 Thread Olivier Berger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 22:47:03 +0200
Source: rdflib
Binary: python-rdflib python3-rdflib python-rdflib-doc python-rdflib-tools
Architecture: source amd64 all
Version: 4.1.2-3
Distribution: unstable
Urgency: low
Maintainer: Christian M. Amsüss chr...@fsfe.org
Changed-By: Olivier Berger ober...@debian.org
Description: 
 python-rdflib - Python library containing an RDF triple store and RDF 
parsers/ser
 python-rdflib-doc - Python library containing an RDF triple store and RDF 
parsers/ser
 python-rdflib-tools - Python library containing an RDF triple store and RDF 
parsers/ser
 python3-rdflib - Python 3 library containing an RDF triple store and RDF 
parsers/s
Changes: 
 rdflib (4.1.2-3) unstable; urgency=low
 .
   * Upload to unstable almost identical to 4.1.2-2.
   * Cleanup of this changelog, for revisions 3.2.1-1.1 by Sören Brunk
 soeren.br...@gmail.com and 3.2.1-1.2 by Christian M. Amsüss
 chr...@fsfse.org, which previously appeared on their own as
 UNRELEASED, and have now been merged into 4.0.1-1's entry.
Checksums-Sha1: 
 7934de740aae389524140d62b3a2789a4623a874 2422 rdflib_4.1.2-3.dsc
 06b22fc97ba0dacb0bcf5284eb570d8a7728cc3c 27796 rdflib_4.1.2-3.debian.tar.xz
 9bc424ebb2cec883a4f91d512494f2f8f5ff53c3 243760 python-rdflib_4.1.2-3_amd64.deb
 f2f36341adc4819a9b19b24cb597e944c009085d 242732 
python3-rdflib_4.1.2-3_amd64.deb
 9060d4f8d88ce0f16c110758a40e4ec380765e2f 599742 
python-rdflib-doc_4.1.2-3_all.deb
 c177f0e9f571f812c304121bcef22e639e971dd8 24464 
python-rdflib-tools_4.1.2-3_amd64.deb
Checksums-Sha256: 
 b0edf6016ae3451c5571c531664fd5e37643572c7400e6ba1aa6ba42a1c8b613 2422 
rdflib_4.1.2-3.dsc
 3d73488d5272d588c666580ce251b1af50885619a8f6ccaf8536f12850eeb023 27796 
rdflib_4.1.2-3.debian.tar.xz
 38cc96ad5aa7d47a0bb9a9e7f583c931407878666d9bdb459a3500735a923c6a 243760 
python-rdflib_4.1.2-3_amd64.deb
 ef5e6d6eb2af0ce5b92d5997cd999e0a782f43bff2ea4537d39e079ccabf0a38 242732 
python3-rdflib_4.1.2-3_amd64.deb
 4e6965d4fe3e4e78560077ce9eb90be1bc751b7234b26bc02ad505f07aa4e10e 599742 
python-rdflib-doc_4.1.2-3_all.deb
 695c15fa084551b71a81a473788ebd4f7adb31de2cdac3d00b574ab9aea2f432 24464 
python-rdflib-tools_4.1.2-3_amd64.deb
Files: 
 4001bab8cba0a9f43360b8e2fb09d821 243760 python optional 
python-rdflib_4.1.2-3_amd64.deb
 3b34481a36d765a02d76e7b3fe17826c 242732 python optional 
python3-rdflib_4.1.2-3_amd64.deb
 83d89c2a7bb9ff295ecad7cbfff15693 599742 doc optional 
python-rdflib-doc_4.1.2-3_all.deb
 b863c19f6465c2d9794e9d3d64d1f9ae 24464 python optional 
python-rdflib-tools_4.1.2-3_amd64.deb
 762704aec59f43c5c55b92a2b2c4acc8 2422 python optional rdflib_4.1.2-3.dsc
 a5994893304c5bd29011d1f3ff6233f1 27796 python optional 
rdflib_4.1.2-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgQxNAAoJEOlB3tp8W7alGrwP/jd1gmo/FurQ8OFUlOCHjGho
E3ZMKhTVmRwlxS7EHNFGapq7O4BvIkmUiKrpgHw2w9ePR2kCKQwOCTt7J8/zurx4
JqmHFRUWflv21hnoRIbyC8IGe+gzVRb4YqCEj6II/DwA96lvynXVJxtfF5F6ctWI
jMKGN3WNZmLBcUemEkAU5EkfSc95NSn3ApenSKSX8NztUJHciCwdOQki2UVaATO7
NrvsmczCNoD0V+XTgH6UsJyzjhQVnlszWYxGs4ePxnJYmJdvh1slfFMOe6Vv+Zih
rye0Pr626erwVYdHu0zmac6/vZKA1vZoHsRiHkhm3S8urTzmSC1j6uqcP8FykE9e
WwVjZlsmqpXlr0mupZPM3WygLlOwMEKb21rZLy1VVrQ+cdlAo3DGFqm8ftR+FwKq
VX2Hs4QgPsW0OI6pvJcUWFXK5YL8EGx0jw86wEC0OSgcuagI4aP7E4q2brunAcG6
8mA7d2fteZMmZDajc/c3tinaMHM8PIpt780IaQbGINNizD5/GYSfslKjKaqO68Zn
NdjSXj9fY5peP82P6kV1dmfOoySTfeoxQhuFxvy5tF+D7yWojQ6FCmaAzFU3SZKE
wDyj/43OxHSsp14haUQkEquv7Cmmb4ZHg7NlRm1XL1xMOr32V8OGzQ5eN+uS/i7u
fF1fJZwLUto0MQuZy5wy
=13mS
-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/e1wojqo-0008ev...@franck.debian.org



Accepted qtimageformats-opensource-src 5.3.0-1 (source amd64)

2014-05-24 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 20:09:12 -0300
Source: qtimageformats-opensource-src
Binary: qt5-image-formats-plugins
Architecture: source amd64
Version: 5.3.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 qt5-image-formats-plugins - Qt 5 Image Formats module
Changes: 
 qtimageformats-opensource-src (5.3.0-1) experimental; urgency=medium
 .
   [ Dmitry Shachnev ]
   * Remove dh_builddeb override, xz is now the default compression method.
   * Run tests during build (based on a patch by Chris Gagnon).
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * New upstream release.
   * Build depend upon libjasper-dev and libwebp-dev to avoid using the
 embedded copies.
   * Add libjasper, libmng, libtiff and libwebp's licenses to debian/copyright.
Checksums-Sha1: 
 181753819e4a02656ae07358e5758ef0356e8986 2426 
qtimageformats-opensource-src_5.3.0-1.dsc
 9ab03e5744adea185f92af5bf5c99c51bbefc438 2113316 
qtimageformats-opensource-src_5.3.0.orig.tar.xz
 7e138edf26994c9303efc2428323d92ca07f2960 5860 
qtimageformats-opensource-src_5.3.0-1.debian.tar.xz
 490ff25eb97982d4e073fafda1616a3d700a2e02 60538 
qt5-image-formats-plugins_5.3.0-1_amd64.deb
Checksums-Sha256: 
 50b2fe85b55e96d2e47aaa0abc46c7896e824bf2741ac453ba7b74f0b33ffc15 2426 
qtimageformats-opensource-src_5.3.0-1.dsc
 f3b895847d27eaa98979ad146e6c0f46f38e23471a87ef496b8b777c578db2dc 2113316 
qtimageformats-opensource-src_5.3.0.orig.tar.xz
 7522b6f04197aa25e2db7d06d9429c4568b4d208c4a645c4b447286543354a0c 5860 
qtimageformats-opensource-src_5.3.0-1.debian.tar.xz
 a3f65a5daabd026fe14f19332a69cf82d5eed06f4712cd4c63c9592c312472fd 60538 
qt5-image-formats-plugins_5.3.0-1_amd64.deb
Files: 
 0f9b0e4fffa9d6747fc35a7e4b43a361 60538 libs optional 
qt5-image-formats-plugins_5.3.0-1_amd64.deb
 5f683655d89681ef85af863dc36e8a9e 2426 libs optional 
qtimageformats-opensource-src_5.3.0-1.dsc
 90c751ffe23c005eb411d1f081bf116d 2113316 libs optional 
qtimageformats-opensource-src_5.3.0.orig.tar.xz
 fc17426e6a0776d1dbcc6995949b5b4a 5860 libs optional 
qtimageformats-opensource-src_5.3.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgSeAAAoJEKtkX0BihqfQsa0QALmYgZWB2Brvg7UlseX8hGLA
a2a/tG0iVbwOrgJ+Cz653bLalHQSQPH5KBg4gO33hzvZLeztVqF50W2SEn8MJb9m
yH5tKYPoIn0k6QarKrWXDAoyzl+txVVvRVPguzWwnrw+hzp1/+4BRtU5eaad3JxJ
F+hG+MTvba3IUJUB9ClsxiT59q9Mbv0muS9zrfbOv/YPgjVHx0AR9kfhbUzUD0pK
s8XCd17+4Fty8VBHA+abZrxWUFcYvQzoSBnFBzx9kfNvoRAQS/vdAqZr7KnxW7xi
LeN5BOr9YAWufThExMVnl/e+nd8xgniU53MAR3Gc1+UCsHkOZKBh84556RLBpjcj
05lqYOKjn4ligNicDBHgVB3l7OdNqWyXJLSrDPqV6Xg/MEINwdPvwNVxsdvOgD8e
jj2c1QB9iR1mVAErpb/xT7JdZqiMNa5TEMP/5Vrny8lECujUv8JBEwJfwJ7A0Tvg
ZK71abKse3cLr4ZFh96eiuNBPf+eDpqa2atanKPSdAopOEFsqEcXqaxYvwDDx/nK
6rX69rOgiKdlOPfH2I10d2dEyRBK+hTwwiiaL8RT2bBpvY6bFB+MqhEXgTJUx+ZS
qH4OTXn15eXcQO80Rp3qsYewssQKAhTuKJVwdhO0xrCaGIR+w6Jesw42DNg25V/T
kKey5rUFK9lVRncSQOb6
=eWmA
-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/e1woldn-0001qp...@franck.debian.org



Accepted jssc 2.6.0-4 (source i386 all)

2014-05-24 Thread Scott Howard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 18:58:59 -0400
Source: jssc
Binary: libjssc-java libjssc-java-doc
Architecture: source i386 all
Version: 2.6.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Scott Howard show...@debian.org
Description: 
 libjssc-java - library for working with serial ports from Java
 libjssc-java-doc - library for working with serial ports from Java - doc
Changes: 
 jssc (2.6.0-4) unstable; urgency=medium
 .
   * Fix FTBFS on kfreebsd* from not finding jni_nd.h
Checksums-Sha1: 
 2ec261a6541116b9b4572705f938ee3f3d678553 1357 jssc_2.6.0-4.dsc
 ebcbd8cdd25da22781b09eb4cc557b544b85965d 5884 jssc_2.6.0-4.debian.tar.xz
 dbdfaf8650d086a6e8d7ef7fa0a38325afc9b099 27664 libjssc-java_2.6.0-4_i386.deb
 36a9fb0bc86e16a613ad5c34f377032fe6b7d6a3 40188 libjssc-java-doc_2.6.0-4_all.deb
Checksums-Sha256: 
 c4f584ae200662dea7c863e02a5f39d69ba6289ab5ec9e95d25911412401cd30 1357 
jssc_2.6.0-4.dsc
 b9e23def0ad3c7e69f96d1b0d350adc43ef99ee5babab646855605982fd98c53 5884 
jssc_2.6.0-4.debian.tar.xz
 cb955dbfc7f25bd2fec9bddd8a52045249fb8784436a667608539a6ab9df48da 27664 
libjssc-java_2.6.0-4_i386.deb
 d78a5a54a1ff12dc4fc110486d6400c74040732a71d8b18471727bdbafa76336 40188 
libjssc-java-doc_2.6.0-4_all.deb
Files: 
 8b2901a7c5a7a55dd0b2c0591eb17315 1357 java optional jssc_2.6.0-4.dsc
 3258a198aa35385c5399a1f5153158cb 5884 java optional jssc_2.6.0-4.debian.tar.xz
 e0b21fe3c048e20690b7c1ed653fbec7 27664 java optional 
libjssc-java_2.6.0-4_i386.deb
 9925425be698efbde048fd782854d131 40188 doc optional 
libjssc-java-doc_2.6.0-4_all.deb

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

iEYEARECAAYFAlOBKDAACgkQuqVp0MvxKmoeWACdGdddtWmoEBjHx9WVkqDdNWZL
5MAAnik+UJJmPyEOfC+6Nla5N59MNI4D
=vRW2
-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/e1wolsd-0003zs...@franck.debian.org



Accepted librdf-trine-perl 1.008-1 (source all)

2014-05-24 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 May 2014 01:25:09 +0200
Source: librdf-trine-perl
Binary: librdf-trine-perl
Architecture: source all
Version: 1.008-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 librdf-trine-perl - RDF Framework for Perl
Changes: 
 librdf-trine-perl (1.008-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release.
 BUG FIXES
 + Fixed bug in Turtle lexer that was failing to anchor matches of
   PNAME_LN.
 + Fixed looping bug and handling of N-Triples escape sequences.
 + Made checking for known DBI backend DSN strings case insensitive.
 + Fix bug in RDF::Query::Plan::Join::PushDownNestedLoop that didn't
   allow 'aggregate' to appear in the RHS serialized text.
 + Fix SPARQL 1.1 GGP parsing bug.
 + Fixed bug in constructing the HTTP request object for SPARQL
   updates.
 NEW FEATURES
 + Added RDF::Trine::Parser::RDFPatch.
 + Added RDF::Trine::Parser::LineProtocol as a RDFPatch parser
   subclass allowing querying (with bin/cliapi tool).
 ENHANCEMENTS
 + Sync RDF::Trine::NamespaceMap up with URI::NamespaceMap's
   interface.
 + Updated RDF::Trine::Parser::Turtle-new to accept a default
   namespace 'map' key.
 + Updated RDF::Trine::Model-add_statement to verify that statement
   nodes are ground (not variables).
 + Updated RDF::Trine::Parser::Turtle-parse_node to allow accessing
   the tokenizer object used in parsing.
 + Added RDF::Trine::Parser::Turtle-_term method.
 + Fixed RDF::Query::Algebra-subpatterns_of_type to support descent
   into sub-queries.
 + Fixed as_hash method in RDF::Query::Expression::Alias,
   RDF::Query::Algebra::Aggregate and RDF::Query::Algebra::Sort.
 + Return a success iterator for POST requests based only on response
   code (and regardless of the response content).
 + Allow POST responses to redirect in RDF::Trine::Store::SPARQL.
 + Use normalized language tags in RDF::Trine::Node::Literal-new.
 + Added RDF::Query::ExecutionContext-bind_variable method.
 OTHER
 + Added W3C Turtle Test Suite harness bin/turtle-2013-harness.pl.
 + Added xt/perl-critic.t.
 + Updated parser method documentation to indicate where data is
   expected to be bytes.
 + Added some more docs to the SQlite config.
 + Throw error if bindings iterator is given rather than graph in
   RDF::Trine::Model-add_iterator.
 + Disable pushing full updates down into the store object (only
   meant to be full queries at this point).
 + Add POD hyperlinks to RDF::Trine documentation.
 .
   [ Jonas Smedegaard ]
   * Bump to standards-version 3.9.5.
   * Fix use canonical Vcs-Git URL.
   * Update copyright info:
 + Extend coverage of packaging, and bump its licensing to GPL-3+.
 + Add git URL as alternate source.
   * Update watch file to use metacpan.org URL, and ignore prereleases.
   * Fix build-depend explicitly on perl (accidentally missed by previous
 CDBS releases).
Checksums-Sha1: 
 f167a270284ac626c08031757995bc044cc010d9 2876 librdf-trine-perl_1.008-1.dsc
 59c6b17da636a604cfdbc6d52b4437c1fdde75b0 553974 
librdf-trine-perl_1.008.orig.tar.gz
 f58b6eb37fe7675a49352ca0e6f2f1299f8efc98 14880 
librdf-trine-perl_1.008-1.debian.tar.xz
 f0e6d5b4af2f2a64bc1650a4472cd5783b1a3f74 310918 
librdf-trine-perl_1.008-1_all.deb
Checksums-Sha256: 
 4c245de8cf421243dbd076e65a057cfef1b1568a3c5461aab541b99a54e22776 2876 
librdf-trine-perl_1.008-1.dsc
 021f790f7e3a5715db10df74ee8987c4934bef8462472fdfe9a41cc367f60a24 553974 
librdf-trine-perl_1.008.orig.tar.gz
 f377af7eb25aabac5a754c5f3837ef0f32231220db4a025e6f4cac13d8220b55 14880 
librdf-trine-perl_1.008-1.debian.tar.xz
 523f729b7323ed83a03235ec7f6a32de3e2cbc9d946c994e32b8b17d40b25c9f 310918 
librdf-trine-perl_1.008-1_all.deb
Files: 
 5834c0491befd2330f3b39bcb72f2a32 310918 perl optional 
librdf-trine-perl_1.008-1_all.deb
 3ca7e2c802f1d2d13caac712beeebf1d 2876 perl optional 
librdf-trine-perl_1.008-1.dsc
 9b2fbf36e4b4f9f5d5654ecf31e06dc6 553974 perl optional 
librdf-trine-perl_1.008.orig.tar.gz
 58927c17813749c7f3936d2a18edc4c7 14880 perl optional 
librdf-trine-perl_1.008-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJTgS3kXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy
QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhRZEQAKDDTjf2DB+gYEU/WJMlDTz1
q/Lfr4msi4Ymt3Own9DMAWeAuHFZV6HZKGgThAXTf5B7dep2VFRgenFm1n+5jxxL
jUap+qHuhVZ6dKFnzXpZqAY1ohj2lHB0ajXm2szvxGWP3n0+cRcTzZZMnIfyH25m
Doi8N/DlrVjeYWWLSI6AoImgJhjqXZvsZ4+UeUx/2cnN29DvtAtOHZglhM7fRSAY
0j1xdnKo2TxYI8273yeWUJsA95Tj39FGnQ+W0XIEpjgGgU9FRWNcWo+Yvr2ywKMS
USVltcHWZuwbVUH2NjfDK4qB+cYpEhK5dVE6fa6+GGqZURnKRveQqr34GVbzRkN7
dwHCIrG0fcr4JjA4zAZicgDpvTL/ej05Z/nKLdFej8+6p6OhwveEKTasj0abzIA+

Accepted nvidia-cuda-toolkit 5.5.22-4 (all amd64 i386 source)

2014-05-24 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 May 2014 01:27:03 +0200
Source: nvidia-cuda-toolkit
Binary: nvidia-cuda-toolkit nvidia-cuda-doc nvidia-cuda-gdb nvidia-profiler 
nvidia-visual-profiler nvidia-nsight nvidia-cuda-dev nvidia-opencl-dev 
libcudart5.5 libcublas5.5 libcufft5.5 libcufftw5.5 libcusparse5.5 libcurand5.5 
libnppc5.5 libnppi5.5 libnpps5.5 libcuinj32-5.5 libcuinj64-5.5 libnvtoolsext1 
libnvvm2 libcupti5.5 libcupti-dev libcupti-doc
Architecture: all amd64 i386 source
Version: 5.5.22-4
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Closes: 745149
Description: 
 libcublas5.5 - NVIDIA CUDA BLAS runtime library
 libcudart5.5 - NVIDIA CUDA runtime library
 libcufft5.5 - NVIDIA CUDA FFT runtime library
 libcufftw5.5 - NVIDIA CUDA FFTW runtime library
 libcuinj32-5.5 - NVIDIA CUDA INJ runtime library (32-bit)
 libcuinj64-5.5 - NVIDIA CUDA INJ runtime library (64-bit)
 libcupti-dev - NVIDIA CUDA Profiler Tools Interface development files
 libcupti-doc - NVIDIA CUDA Profiler Tools Interface documentation
 libcupti5.5 - NVIDIA CUDA Profiler Tools Interface runtime library
 libcurand5.5 - NVIDIA CUDA Random Numbers Generation runtime library
 libcusparse5.5 - NVIDIA CUDA Sparse Matrix runtime library
 libnppc5.5 - NVIDIA Performance Primitives core runtime library
 libnppi5.5 - NVIDIA Performance Primitives for image processing runtime librar
 libnpps5.5 - NVIDIA Performance Primitives for signal processing runtime libra
 libnvtoolsext1 - NVIDIA Tools Extension
 libnvvm2   - NVIDIA CUDA Compiler NVVM runtime library
 nvidia-cuda-dev - NVIDIA CUDA development files
 nvidia-cuda-doc - NVIDIA CUDA and OpenCL documentation
 nvidia-cuda-gdb - NVIDIA CUDA GDB
 nvidia-cuda-toolkit - NVIDIA CUDA toolkit
 nvidia-nsight - NVIDIA Nsight Eclipse Edition
 nvidia-opencl-dev - NVIDIA OpenCL development files
 nvidia-profiler - NVIDIA Profiler for CUDA and OpenCL
 nvidia-visual-profiler - NVIDIA Visual Profiler
Changes: 
 nvidia-cuda-toolkit (5.5.22-4) unstable; urgency=low
 .
   * Bump the alternate virtual libcuda dependency to libcuda-5.5-1.
   * Remove alternate (Build-)Depends on nvidia-current.  (Closes: #745149)
   * Add libopencl-1.1-1 as alternate virtual libopencl1 dependency.
   * Update lintian overrides.
   * Remove switch for non-multiarch builds.
Checksums-Sha1: 
 4b53f0d7e12bca6fd722cc585c17b19d60be7330 3774 nvidia-cuda-toolkit_5.5.22-4.dsc
 b8f0596d04621c4b15362b5c2c3c75397d203511 43380 
nvidia-cuda-toolkit_5.5.22-4.debian.tar.xz
 1075467c88e312814c266cd03454793596463e6f 14278962 
nvidia-cuda-toolkit_5.5.22-4_amd64.deb
 d8cc60ce28768365e080e982f64300d2cf5cc599 1929948 
nvidia-cuda-gdb_5.5.22-4_amd64.deb
 98459c103d0966ca060df46e1713c9a46a687f0f 833540 
nvidia-profiler_5.5.22-4_amd64.deb
 255334559d4afc1bb00c69239c61adf26419c872 84619042 
nvidia-visual-profiler_5.5.22-4_amd64.deb
 1dd93350818624194feb034f76230f173e5cbaac 134527498 
nvidia-nsight_5.5.22-4_amd64.deb
 99e8089c5ad8b1baf2dc2dbb1618b3cf076b0514 6559586 
nvidia-cuda-dev_5.5.22-4_amd64.deb
 591addfc5063a3854d2cdb69babd325b7d9e9574 23276 
nvidia-opencl-dev_5.5.22-4_amd64.deb
 0e120f9fb658872a077e2ad6ff53e03f308261cc 97434 libcudart5.5_5.5.22-4_amd64.deb
 d44c897c7144a9406b4703f76b8300f7ae9833ba 10100356 
libcublas5.5_5.5.22-4_amd64.deb
 2609d0a0f02eb3ecdfcd90680a5c01b09413caa4 13847392 
libcufft5.5_5.5.22-4_amd64.deb
 801b0c753a6ee8f6db442b9d6c409cfe154b86cb 114542 libcufftw5.5_5.5.22-4_amd64.deb
 4c78da65b6f71b5f6577ba8b1d003ebf7bf20369 15344526 
libcusparse5.5_5.5.22-4_amd64.deb
 a300e76cccfb1f928ccd00508bc7652626943ebe 18172958 
libcurand5.5_5.5.22-4_amd64.deb
 b057a325f8925abfbd5ed75a810972eaeb9c215f 106508 libnppc5.5_5.5.22-4_amd64.deb
 957225e1ba2df06f82122ae02b2768a8347fd036 16830076 libnppi5.5_5.5.22-4_amd64.deb
 bd584f8334ddf7d621a670bc88095575c7e34b8c 1970512 libnpps5.5_5.5.22-4_amd64.deb
 cb346627aa6fa275bb8c3b9d4f41ddf14c0dce80 675886 
libcuinj64-5.5_5.5.22-4_amd64.deb
 7789f28d1d7454d1b459ba74d79e4314b4f2973b 35958 
libnvtoolsext1_5.5.22-4_amd64.deb
 f644a1b0776a3f61dafaffcca15a77e7e1faccb9 4012466 libnvvm2_5.5.22-4_amd64.deb
 e2d5367c3d1e7e3a1f8d7fc7c5d5326a625d9bb6 610004 libcupti5.5_5.5.22-4_amd64.deb
 ebb4d1f89340531692196a3af4bb9dc2cc32129b 59998 libcupti-dev_5.5.22-4_amd64.deb
 bbd150d7055b9647d66d66c6aebe8c8518d8d38c 61002318 
nvidia-cuda-doc_5.5.22-4_all.deb
 f4e4a06e32d183f68637443e75036b783c9a166a 37764 libcupti-doc_5.5.22-4_all.deb
 c47206d1b8f86023e91872edd133991409b323d2 13390140 
nvidia-cuda-toolkit_5.5.22-4_i386.deb
 13a8c3e48f1dceb98313ed44c6b2ca66972b78ea 1853158 
nvidia-cuda-gdb_5.5.22-4_i386.deb
 b15d5ada7d259eaa319458c8c9b89a1239f3f60c 805342 
nvidia-profiler_5.5.22-4_i386.deb
 cb7898c32e7d36d5be0d1474b3bdffd8efc4bc28 79059686 
nvidia-visual-profiler_5.5.22-4_i386.deb
 cd8a2b6b5086853b1d210f19fdaabbd9b8be3d37 128836680 
nvidia-nsight_5.5.22-4_i386.deb
 

Accepted sendmail 8.14.4-7 (source all)

2014-05-24 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 May 2014 01:37:44 +0200
Source: sendmail
Binary: sendmail-bin rmail sensible-mda libmilter1.0.1 libmilter1.0.1-dbg 
libmilter-dev sendmail-doc sendmail sendmail-base sendmail-cf
Architecture: source all
Version: 8.14.4-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description: 
 libmilter-dev - Sendmail Mail Filter API (Milter) (development files)
 libmilter1.0.1 - Sendmail Mail Filter API (Milter)
 libmilter1.0.1-dbg - Sendmail Mail Filter API (Milter) (debug symbols)
 rmail  - MTA-UUCP remote mail handler
 sendmail   - powerful, efficient, and scalable Mail Transport Agent (metapacka
 sendmail-base - powerful, efficient, and scalable Mail Transport Agent (arch 
inde
 sendmail-bin - powerful, efficient, and scalable Mail Transport Agent
 sendmail-cf - powerful, efficient, and scalable Mail Transport Agent (config ma
 sendmail-doc - powerful, efficient, and scalable Mail Transport Agent 
(documenta
 sensible-mda - Mail Delivery Agent wrapper
Closes: 749177
Changes: 
 sendmail (8.14.4-7) unstable; urgency=medium
 .
   * Remove timestamp from bug-script.  (Closes: #749177)
   * libmilter.symbols: Mark shm-specific symbols as linux-any and add the
 !linux-any counterparts.
Checksums-Sha1: 
 c6b5205a897aa89dd0dfa4769a1ff49e831da2ce 2626 sendmail_8.14.4-7.dsc
 1bdada4a47e9fd0a2e8d31c647b1606afa103562 375052 sendmail_8.14.4-7.debian.tar.xz
 b197b943a9aa53905a6752884f5f7226f02cf868 831398 sendmail-doc_8.14.4-7_all.deb
 35ed7b23e9249fa130503e4e9a60b8361f252f4b 216166 sendmail_8.14.4-7_all.deb
 5136381bfe60b95a361aebed39e6f57c33bdf99d 337760 sendmail-base_8.14.4-7_all.deb
 cc3c0f09ca8d971b2e488c6bc843bf00197fa16f 285286 sendmail-cf_8.14.4-7_all.deb
Checksums-Sha256: 
 f6381bb77caf3a1c1ce801be6467a0d8e714b0ec9555b9f25241922c332d39d6 2626 
sendmail_8.14.4-7.dsc
 9485a12e8e26321b352080eafb7172fe9543fb1ec476a9e05b68f46d9e3c33ac 375052 
sendmail_8.14.4-7.debian.tar.xz
 fdfa31155583a81f1f315ce0346afb2cc4b41bf044f28745fa3a44866e522e74 831398 
sendmail-doc_8.14.4-7_all.deb
 2f842932b7b01e91cc67510d7383f9d8069ffd224829dbbdcc69020a76154908 216166 
sendmail_8.14.4-7_all.deb
 31a4e1cf0624e29f273fc93bfedfa273047095be0a6370dc0fe3a8430dfb0839 337760 
sendmail-base_8.14.4-7_all.deb
 6496f6f998535af6845086d815dbc1b87985047f5a0602c01a1806f97a828ab1 285286 
sendmail-cf_8.14.4-7_all.deb
Files: 
 9cbd8971a152d1312ec287703acd10e4 831398 doc extra sendmail-doc_8.14.4-7_all.deb
 2752cae252bbdaced196dbb56b16cde1 216166 mail extra sendmail_8.14.4-7_all.deb
 3f567bcc0b9c5627be2a6f50a75fc6b2 337760 mail extra 
sendmail-base_8.14.4-7_all.deb
 9bb03b0b9b1d43694a4741aec2ebbc36 285286 mail extra sendmail-cf_8.14.4-7_all.deb
 fe68a695ffe77d7b851fc425a0596ade 2626 mail extra sendmail_8.14.4-7.dsc
 818d6e2d6fe7c1ecb36ea192b77c7b33 375052 mail extra 
sendmail_8.14.4-7.debian.tar.xz

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

iQIcBAEBCAAGBQJTgTkwAAoJEF+zP5NZ6e0IzsIP/0pzAOhEoC3RlRI7z0cWnPm1
kKk/faS8X2YlsQeZES2BdEA4AW84ZPqnqEBS3IxmfShgJLPQI9KMMch7Opmr5Icu
2a1LigOqBZ4389JR4wVmeMZURQgRNYuDyN5YrWYyY6T16bcTYhrFRTWEv7rxabv5
nNpjCtDLJXLn1km+gKKINCWkfLkkQwuvI722KUVy1ccddFCtsOj35Mf0+c+uV4fs
7YUjPwZoA12giGVkzAzeDZgnmtHV0qmKbmCdHfezW9mnPX5uHmUbO2V+z//i2aN0
4/SzsvoguUBH8mh8CF7GY4+7N6cn1TiAL+g4R4I4jboCoRcjT0ZhMQcLGXRvy6Yq
mJGvns1ZlcDT4+LrjgeNXaBPMPFdVTqdHH8I7E7N73eSZZoSQlBe6LevxSk2ZUDk
nskIg69MQmau2hwRvHBOp9osfrRiljCV7uUORDvPp0d5sV9/uXqpIy3Wbvvnq/D8
JSt4cDAsEh4IvfvivfGBHcBhc2hN1P7bgMh1gzOx2JPuogbM6Q2oi2RmJU7n3oDp
VEeWgEKFc7E0WpDIOFTHRsiP236zclJ9mADLq51eBOg2Ya5bvk4b3QGDMNn1+yB2
jlRFO41ibZk2nlcesPbJ6UsYHHNp3zd/gtREiXGkWdt+zqY47FOtapIgY0NKwKTH
YAYB3zGOzvo5DvdeHKqF
=xqGI
-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/e1womop-0002fo...@franck.debian.org



Accepted qtx11extras-opensource-src 5.3.0-1 (source amd64 all)

2014-05-24 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 21:16:08 -0300
Source: qtx11extras-opensource-src
Binary: libqt5x11extras5 libqt5x11extras5-dev qtx11extras5-dbg qtx11extras5-doc 
qtx11extras5-doc-html
Architecture: source amd64 all
Version: 5.3.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 libqt5x11extras5 - Qt 5 X11 extras
 libqt5x11extras5-dev - Qt 5 X11 extras development files
 qtx11extras5-dbg - Qt 5 X11 extras libraries debugging symbols
 qtx11extras5-doc - Qt 5 X11 extras documentation
 qtx11extras5-doc-html - Qt 5 X11 extras HTML documentation
Changes: 
 qtx11extras-opensource-src (5.3.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * Fix headers location: they are now in a Multi-Arch qualified path. Make
 the development package Multi-Arch: same.
Checksums-Sha1: 
 22cc1e9b239453a74de4d6ec74a3a90e8067e7a5 2696 
qtx11extras-opensource-src_5.3.0-1.dsc
 bf07702c59e71c013bb77b23519a25a2e638d743 30036 
qtx11extras-opensource-src_5.3.0.orig.tar.xz
 26fb6a5f7502feba0fae02e8f3d5680bfb1edb41 4424 
qtx11extras-opensource-src_5.3.0-1.debian.tar.xz
 9051e2f1e068827cdcd75846fff7d6e79567097b 7752 
libqt5x11extras5_5.3.0-1_amd64.deb
 820c9874d8a4df63ab94e491cd87c9639ac74cd5 7802 
libqt5x11extras5-dev_5.3.0-1_amd64.deb
 849adc9d99ff6c7c61bab561879ae585325c1344 71488 
qtx11extras5-dbg_5.3.0-1_amd64.deb
 9c72e3c99fcb3e3186ffbb3f324b7d0ac161f9a3 21898 qtx11extras5-doc_5.3.0-1_all.deb
 776cd3da2d2d8a7aeb4dd0b91a0e83c26630ceb3 25570 
qtx11extras5-doc-html_5.3.0-1_all.deb
Checksums-Sha256: 
 353091e258ad6de221a73a9d00f269821c242d004397669e9b390ad58ae2 2696 
qtx11extras-opensource-src_5.3.0-1.dsc
 92d1c051294d92a250a405c120673721865b37d8f5db4eaac4b3f7fe46707719 30036 
qtx11extras-opensource-src_5.3.0.orig.tar.xz
 e16bb30f6cc677b787446142ae654d6f1ed56961d0b30b5477ee1ab08812d52c 4424 
qtx11extras-opensource-src_5.3.0-1.debian.tar.xz
 698c00f109cdb2dcdb3efbdb9bb79855de66a8daed6f0bd1bad3d95edd08268a 7752 
libqt5x11extras5_5.3.0-1_amd64.deb
 5f5a3c927961a2a75d4941d08ea0c3c50c6835decfb5e0faca31c5d3025a 7802 
libqt5x11extras5-dev_5.3.0-1_amd64.deb
 cb0d3b04d5ec48435c372f7a4d0b4ed97d0ef3e50ee55642eac680294ae3d863 71488 
qtx11extras5-dbg_5.3.0-1_amd64.deb
 1322ab76c8fc6dd56173c5f141e368b402d5d7921e673eedab344eadb552e863 21898 
qtx11extras5-doc_5.3.0-1_all.deb
 f6e1c8071c88f346bd3042171233e44cb872f13ac5b05bbbe8ffbd1be2ce3ec2 25570 
qtx11extras5-doc-html_5.3.0-1_all.deb
Files: 
 ef12bc5b503396f3fecdae97f17421bb 7752 libs optional 
libqt5x11extras5_5.3.0-1_amd64.deb
 3dbdc512ee8e4c1cc3a9c44e390803f7 7802 libdevel optional 
libqt5x11extras5-dev_5.3.0-1_amd64.deb
 8e940f16fa8a0872f76024e1df0e3427 71488 debug extra 
qtx11extras5-dbg_5.3.0-1_amd64.deb
 3437cbccb83ff2f6cbe478b4e5e45bda 21898 doc extra 
qtx11extras5-doc_5.3.0-1_all.deb
 5163c1ab20a4533e336c31654a2d57ff 25570 doc extra 
qtx11extras5-doc-html_5.3.0-1_all.deb
 ccc17c3293c9ec7f0f9e843823b1e98e 2696 libs optional 
qtx11extras-opensource-src_5.3.0-1.dsc
 83fc516c7f6ab82599b3f6e46744cb85 30036 libs optional 
qtx11extras-opensource-src_5.3.0.orig.tar.xz
 47504200f84468d9d650cd9ecc25c369 4424 libs optional 
qtx11extras-opensource-src_5.3.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTgTbeAAoJEKtkX0BihqfQA/wP/2G0ePJekF/VjAKTe+xg9uHG
oMiykv3wNsv3JWv5e57Be8LXEinUk3ymuKi0Bc8EAjnPq930CWkzjVYxKiqWrbDa
y6A3cRO2qyRwzt3yhG7bAUvm2eNEYUyCfyMNV21FdCRtJbq2R2htmLXZrYQhmPrc
y17gJw1WodLwg8FshORa9pWnb1a1qsIauu7gRh4PfhaS4hoyOHUxR53FSsuTQxOi
KBass8BR1c231zswri5JOJ2ZSGeQDf8LaX51iDyO4C23RnCHe52sHyNBtwTk3ooB
OgwBnrvn7nB/rwGM98cQRCfF0ALc+Iz5ShUwy7B0McUPaGtjRLRO9mNeO2+4Nl/u
upDfGGZ6L9JOYARMRBAb1kr5gi3qSKdZGCDIGaQ9OT1dHHg8InbygteanlqVHBl2
Y79K00pYqWchi55TssOWNt7OlM5CWy0OKhsuDvRXV/MDWx1o7KCH62D1emLQ0zi6
Nn8VsphYhaIC5TbjAG7u1+Wr5plesavSUxGtIgU9UyZcdYml5LMmZtjg6gBCrU5d
j3FXzFcuNLlP43jGtJA/w4LZZEf7KEij5q1LUim1ykXoMMqQhk3OEqPmjYaNjmPQ
vqdF4sVvVMp0Qgrnix2NNJ69Ni9yrihQHZ0aZDTIosv9G27yVWo7Gi6mIXsRZ749
tDcNQYQ+XT3LUuW+Us5Y
=SA9T
-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/e1womob-0002zq...@franck.debian.org



Accepted libhtml-clean-perl 0.8-12 (source all)

2014-05-24 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 May 2014 02:00:07 +0200
Source: libhtml-clean-perl
Binary: libhtml-clean-perl
Architecture: source all
Version: 0.8-12
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 libhtml-clean-perl - Cleans up HTML code for web browsers, not humans
Changes: 
 libhtml-clean-perl (0.8-12) unstable; urgency=medium
 .
   * Team upload
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Fabrizio Regalli ]
   * Bump to 3.9.2 Standard-Version.
   * Switch to DEP5 license format.
   * Add myself to Uploaders and Copyright.
   * Switch d/compat to 8.
   * Build-Depends: switch to debhelper (= 8).
   * Bump to 3.0 quilt format.
   * Email change: gregor herrmann - gre...@debian.org
   * Added fix_manpage.patch patch
   * Refreshed patch pod-before-head.patch
   * Back to three lines standard d/rules
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using cme fix dpkg-
 copyright
   * Remove t/testpages/t*.html in the clean target (via debian/clean)
   * Bump Standards-Version to 3.9.5 (no changes)
   * Fix lintian warning debian-watch-contains-dh_make-template
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
Checksums-Sha1: 
 0477b9d98172284949f413b0454741c55a5b3786 1493 libhtml-clean-perl_0.8-12.dsc
 f53f629f2d23c76f3e1631855c6f66f18f7f5e81 5096 
libhtml-clean-perl_0.8-12.debian.tar.xz
 9c5f3731012db91124ff1e4cc133eb8d34c1d1ac 21436 
libhtml-clean-perl_0.8-12_all.deb
Checksums-Sha256: 
 23200e6431ec0d8686ad49a70d9cc8fdeb3bd4ee1cac258d3929dc52e6f3ab4d 1493 
libhtml-clean-perl_0.8-12.dsc
 ebf02bce49f9932ad98531b6b5a5a7015f98ea9743b2579b8e98d8f4edb5909f 5096 
libhtml-clean-perl_0.8-12.debian.tar.xz
 1ab5456aaecfadd556d7c0cd02772d316e7152f121228da8346a5f0b1afa854d 21436 
libhtml-clean-perl_0.8-12_all.deb
Files: 
 9be14e9b10c821d427a1a5e9f46419f6 21436 perl optional 
libhtml-clean-perl_0.8-12_all.deb
 ea987c50794c15df8f05959605674de5 1493 perl optional 
libhtml-clean-perl_0.8-12.dsc
 bb78667b432448e2233b398f011d19fa 5096 perl optional 
libhtml-clean-perl_0.8-12.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlOBOmkACgkQwJ4diZWTDt6EsgCeNMD8jn0RDb5Ws2WkDtrYsfm7
+hAAmwUGqp5duV3DjfQ1SBNYXGERmpXz
=jaB7
-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/e1womcq-0003td...@franck.debian.org



Accepted mime-support 3.56 (source all)

2014-05-24 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 May 2014 09:36:07 +0900
Source: mime-support
Binary: mime-support
Architecture: source all
Version: 3.56
Distribution: unstable
Urgency: medium
Maintainer: Mime-Support Maintainers mime-supp...@plessy.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 mime-support - MIME files 'mime.types'  'mailcap', and support programs
Changes: 
 mime-support (3.56) unstable; urgency=medium
 .
   * Media types added:
   e47e5a6 application/vnd.debian.binary-package
 .
   * Mailcap:
   e47e5a6 Replaced a/x-debian-package with a/vnd.debian.binary-package.
Checksums-Sha1: 
 8834cacbce61be1b0eda81249ed7e14600c25820 1608 mime-support_3.56.dsc
 2be4e81364808a56a4824a04e573778e9a384ecd 34526 mime-support_3.56.tar.gz
 a5b1e6d383305db6ec29de8da66a24ffb879f094 35538 mime-support_3.56_all.deb
Checksums-Sha256: 
 0ad754fb3356628ef5b283391c6808472da027d8b9fef8c5af1510af24c952c8 1608 
mime-support_3.56.dsc
 1d0fde97e41a9c5bd76fbad4f37996117f7f42f0c6011b42b40a9de143312377 34526 
mime-support_3.56.tar.gz
 4773d866dd8f1dfb804332a5a22a9e3dec7c0341fdffef498cc8b75333902ade 35538 
mime-support_3.56_all.deb
Files: 
 6ee972d82bda93c9f27c9146ea2736ed 35538 net standard mime-support_3.56_all.deb
 999b2752dcd37e29bca02bb8fad7dc6a 1608 net standard mime-support_3.56.dsc
 0ef7c0d338635055cf18e0b79a515df9 34526 net standard mime-support_3.56.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTgT2fAAoJEMW9bI8ildUCMvoQAJeMVWxngXkTyljKnNON2q7t
JatVlphPQjoh7G02vrWHounT3Prf/lH3fPcPgiFmsXX3cCQqzZ0FXRaI4AdRzvfS
atFaTc3DVycYQKd5xNLSW3IxH+lOVDzcwzE3mXiY8XF/PGp8lFW9wXtcaOqWMT34
xCWtYHzOCD0TTES8WVrtmNHVFt2uLyT4gfp95XZHhnB2gGSkIU3wAp4V1eVyMltp
9DNAuI0fKhhG+xWUyLq2rZz2DlIkKCBx29kgsM8VTsZOkAUcwpIazu/8K4YgUL7L
8ds7vyfqSlunGpsaThPafIUbouXcGAI/5VEHrjwuR5BC6LEuFEJjjSNchrKaZpyO
vP5CH77lqNUlpiy9LMQ7oJ6BTANSgP+79uP/EvU88hbiQGX0LYBPVaxCTercjqKV
w43NT2D4lyY0KhI0kLSTjQ+g0bb1FIUERUeNDaRiflvAHMa/2apmk4bK8AjVBMmS
hiGTlYrZvrdTTlTZB07GF9D6a00D7XsrW21/nj6JIeExuNyUJQdo6Jckv45RvEWG
BN+7CCgI989Rlw67AHHA0vwyaeTTDiEAzvJlvULQkuaB+560h2UM8bzkOWUO/DOz
QPG3zkV8/aMg0lUq0pxdb5GrJDaagFiqBk60CaDqo2LlLWfLBAk33w9PUlYW/JUB
US97VsUOBE37ffJLZ8qi
=/wS4
-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/e1womqs-0005oo...@franck.debian.org



Accepted isc-dhcp 4.3.0+dfsg-1 (source amd64)

2014-05-24 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 24 May 2014 21:54:01 +
Source: isc-dhcp
Binary: isc-dhcp-server isc-dhcp-server-dbg isc-dhcp-dbg isc-dhcp-server-ldap 
isc-dhcp-common isc-dhcp-dev isc-dhcp-client isc-dhcp-client-dbg 
isc-dhcp-client-udeb isc-dhcp-relay isc-dhcp-relay-dbg
Architecture: source amd64
Version: 4.3.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian ISC DHCP maintainers pkg-dhcp-de...@lists.alioth.debian.org
Changed-By: Michael Gilbert mgilb...@debian.org
Description: 
 isc-dhcp-client - ISC DHCP client
 isc-dhcp-client-dbg - ISC DHCP server for automatic IP address assignment 
(client debug
 isc-dhcp-client-udeb - ISC DHCP Client for debian-installer (udeb)
 isc-dhcp-common - common files used by all of the isc-dhcp packages
 isc-dhcp-dbg - ISC DHCP server for automatic IP address assignment (debuging 
sym
 isc-dhcp-dev - API for accessing and modifying the DHCP server and client state
 isc-dhcp-relay - ISC DHCP relay daemon
 isc-dhcp-relay-dbg - ISC DHCP server for automatic IP address assignment 
(relay debug)
 isc-dhcp-server - ISC DHCP server for automatic IP address assignment
 isc-dhcp-server-dbg - ISC DHCP server for automatic IP address assignment 
(server debug
 isc-dhcp-server-ldap - DHCP server that uses LDAP as its backend
Closes: 738934 742151 747017
Changes: 
 isc-dhcp (4.3.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream stable release.
   * Update debian/copyright to format 1.0.
   * Depend on iproute2 instead of iproute (closes: #742151).
   * Depend on freebsd-net-tools for kfreebsd (closes: #738934).
   * Acknowledge and apply the non-maintainer upload (closes: #747017).
Checksums-Sha1: 
 628da4d0af2346f443992d17f4757071892cf5a4 3404 isc-dhcp_4.3.0+dfsg-1.dsc
 2da3bbb8b9ec53adf10a39af80b8ffaf6ad9bb89 8743063 
isc-dhcp_4.3.0+dfsg.orig.tar.gz
 7f7e71900832d6c242e38c1ad09b0c3d534bf8a5 74992 
isc-dhcp_4.3.0+dfsg-1.debian.tar.xz
 eca7e063f2a63add3944183f7909366e49613cfc 854010 
isc-dhcp-server_4.3.0+dfsg-1_amd64.deb
 3dfb1eee8963bac6013212e94eb3e5596a79b62b 27818 
isc-dhcp-server-dbg_4.3.0+dfsg-1_amd64.deb
 2c5b719715ebf076246a7f33e61e7b66c9dd2b48 11797626 
isc-dhcp-dbg_4.3.0+dfsg-1_amd64.deb
 75ae31bab3eb4d522a2baa3521a35e3d6a1923ee 813932 
isc-dhcp-server-ldap_4.3.0+dfsg-1_amd64.deb
 5c7983fa30de1a27a75ea00849edb1a2afc7837b 740070 
isc-dhcp-common_4.3.0+dfsg-1_amd64.deb
 cdfa9905e2d6989fe0deef51539c349574006fc6 108810 
isc-dhcp-dev_4.3.0+dfsg-1_amd64.deb
 136f6f1ed84859e19c04fcd6c408baa6254a1b74 730686 
isc-dhcp-client_4.3.0+dfsg-1_amd64.deb
 d63697a013fbf0b8035ddc6c8ab22e29a14aef91 27822 
isc-dhcp-client-dbg_4.3.0+dfsg-1_amd64.deb
 e1dbbac315c04f650bc7a9d9a503b9cb3c9580b5 676596 
isc-dhcp-client-udeb_4.3.0+dfsg-1_amd64.udeb
 91da0fa78faade5bd71914bb54d2b124a8a6d066 681426 
isc-dhcp-relay_4.3.0+dfsg-1_amd64.deb
 16e568cfce928df934d47cea82fafcfd2a48f58d 27822 
isc-dhcp-relay-dbg_4.3.0+dfsg-1_amd64.deb
Checksums-Sha256: 
 613c0e7bdb12465c13dc134ad660267c20a8dd21a9bd7e0461eb38c7bd214903 3404 
isc-dhcp_4.3.0+dfsg-1.dsc
 f9aa82cac338a4b78429f058ed64c050beb7c23bc4861c241e7d4f006a55244d 8743063 
isc-dhcp_4.3.0+dfsg.orig.tar.gz
 9f854bb19ac524510f7a322ce789212d942fc3e4fd8b8a88a8e525173a07af1a 74992 
isc-dhcp_4.3.0+dfsg-1.debian.tar.xz
 3fc19f398ac5e4ab52431b954de3a82833df32aa3c3bc1d8c546441292ee07ca 854010 
isc-dhcp-server_4.3.0+dfsg-1_amd64.deb
 ecc542ed53ac4ad358732a41a6af7cf1fd44dd39f156448db4d0100c38ad5fa1 27818 
isc-dhcp-server-dbg_4.3.0+dfsg-1_amd64.deb
 d707164c2d82a5a9cd15a1553677dfb0e56a1ccdf0da6b53c25f58f4c2bc2186 11797626 
isc-dhcp-dbg_4.3.0+dfsg-1_amd64.deb
 05bd146b91bc36ddac6bf51ed8e7fcfac1fbaa785ac61c97db660ea3d0e5620f 813932 
isc-dhcp-server-ldap_4.3.0+dfsg-1_amd64.deb
 2411bfb68bb09c585e38abb5cefb6f7e97a7b9533bcaaf925bda6213631da940 740070 
isc-dhcp-common_4.3.0+dfsg-1_amd64.deb
 c45c2e15734c2e07eb679007a5556c7ac9ccaea4c8f697742f751137f99a5c27 108810 
isc-dhcp-dev_4.3.0+dfsg-1_amd64.deb
 b9bb9da6fe11ab9aa9ab1fc576f9dabd742e43368c372b5b9d9740bab184705e 730686 
isc-dhcp-client_4.3.0+dfsg-1_amd64.deb
 2eb20ebec82b673c9abd79b4b311276e23a7185da05488d0738af656c657f4d2 27822 
isc-dhcp-client-dbg_4.3.0+dfsg-1_amd64.deb
 f0bbac5e321d3e74954d63f0f11dc0ee8256b417b919d20114e6ec491f881d09 676596 
isc-dhcp-client-udeb_4.3.0+dfsg-1_amd64.udeb
 3ff80c7c895dda2d390baa5199d09f7ba2cd6b57d7d8ad2978ad3049bf03d52e 681426 
isc-dhcp-relay_4.3.0+dfsg-1_amd64.deb
 3639efbca55d644608843cd3c9673d9245e0e5e9479f0ac53c818054a052a2ac 27822 
isc-dhcp-relay-dbg_4.3.0+dfsg-1_amd64.deb
Files: 
 2e1f01fa1c962da6004ccaf601e1e2c3 854010 net optional 
isc-dhcp-server_4.3.0+dfsg-1_amd64.deb
 d71c316d40fe2a5c1097facf2e9e8ad4 27818 oldlibs extra 
isc-dhcp-server-dbg_4.3.0+dfsg-1_amd64.deb
 8b823b09d6a5b2cd86a7f394d4716100 11797626 debug extra 
isc-dhcp-dbg_4.3.0+dfsg-1_amd64.deb
 6e368504e23cc0be12759e29b142d79f 813932 net optional 
isc-dhcp-server-ldap_4.3.0+dfsg-1_amd64.deb
 73b307f4d785a2c3b2a9ff34fece5c39 740070 net important 

Accepted libemail-valid-loose-perl 0.05-4 (source all)

2014-05-24 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 May 2014 02:43:11 +0200
Source: libemail-valid-loose-perl
Binary: libemail-valid-loose-perl
Architecture: source all
Version: 0.05-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 libemail-valid-loose-perl - Email::Valid which allows dot immediately before 
at mark
Changes: 
 libemail-valid-loose-perl (0.05-4) unstable; urgency=medium
 .
   * Team upload
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Axel Beckert ]
   * Switch to source format 3.0 (quilt)
   * Bump debhelper compatibility to 8
 + Update versioned debhelper build-dependency accordingly
   * Revamp debian/rules:
 + Use dh_auto_{configure,build,test,install,clean}
 + Move dh_installdocs parameter to debian/docs
 + Remove obsolete dh_installchangelogs and dh_clean parameters
 + Replace dh_clean -k by dh_prep
 + Fix lintian warning debian-rules-missing-recommended-target
 + Drop obsolete targets, variable usage and /usr/lib/perl5 handling
 + Finally switch to a minimal dh-style debian/rules file
   * Fix lintian warning copyright-refers-to-symlink-license
   * Bump Standards-Version to 3.9.5 (no further changes)
Checksums-Sha1: 
 4eb9cd613af90ff7302b40add9688a921073f77e 1523 
libemail-valid-loose-perl_0.05-4.dsc
 740765b61f60e2ce6815cc0b35fcd9f64efc1e7d 2300 
libemail-valid-loose-perl_0.05-4.debian.tar.xz
 803db0ae2a2b7eb66027d5e642c16ad7c4e8dcf0 6754 
libemail-valid-loose-perl_0.05-4_all.deb
Checksums-Sha256: 
 ba33a66a5811cbfe4e7c32935fe747df9d7d19e800f0c2b73555f235ca92d598 1523 
libemail-valid-loose-perl_0.05-4.dsc
 f751bdeb882e246e8f9e137b1269ea279acafa95e74baa51730b1d17dbb1a1a0 2300 
libemail-valid-loose-perl_0.05-4.debian.tar.xz
 ed583aa7fef1bebfcf3441f690236e4767344b49e3502982e78d32ff3d1cf0a1 6754 
libemail-valid-loose-perl_0.05-4_all.deb
Files: 
 bc00fff39d40c5b7b809e3596b92331f 6754 perl optional 
libemail-valid-loose-perl_0.05-4_all.deb
 d36efa66149aaf927e12ba901aebc749 1523 perl optional 
libemail-valid-loose-perl_0.05-4.dsc
 b0e999b582c20a0e38ac9d92c3ddce1d 2300 perl optional 
libemail-valid-loose-perl_0.05-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlOBQe4ACgkQwJ4diZWTDt5icwCfUD6wIu1tkBWWOLKaaxlhuBou
zLAAn10NMTKKaOewPzkswTIeeNmA3hKp
=8T3m
-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/e1won5c-0007lw...@franck.debian.org



Accepted openafs 1.6.8-1 (source i386 all)

2014-05-24 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 May 2014 17:55:20 -0700
Source: openafs
Binary: openafs-client openafs-fuse openafs-kpasswd openafs-fileserver 
openafs-dbserver openafs-doc openafs-krb5 libkopenafs1 libafsauthent1 
libafsrpc1 libopenafs-dev openafs-modules-source openafs-modules-dkms 
libpam-openafs-kaserver openafs-dbg
Architecture: source i386 all
Version: 1.6.8-1
Distribution: unstable
Urgency: medium
Maintainer: Russ Allbery r...@debian.org
Changed-By: Russ Allbery r...@debian.org
Description: 
 libafsauthent1 - AFS distributed file system runtime library (authentication)
 libafsrpc1 - AFS distributed file system runtime library (RPC layer)
 libkopenafs1 - AFS distributed file system runtime library (PAGs)
 libopenafs-dev - AFS distributed filesystem development libraries
 libpam-openafs-kaserver - AFS distributed filesystem kaserver PAM module
 openafs-client - AFS distributed filesystem client support
 openafs-dbg - AFS distributed filesystem debugging information
 openafs-dbserver - AFS distributed filesystem database server
 openafs-doc - AFS distributed filesystem documentation
 openafs-fileserver - AFS distributed filesystem file server
 openafs-fuse - AFS distributed file system experimental FUSE client
 openafs-kpasswd - AFS distributed filesystem old password changing
 openafs-krb5 - AFS distributed filesystem Kerberos 5 integration
 openafs-modules-dkms - AFS distributed filesystem kernel module DKMS source
 openafs-modules-source - AFS distributed filesystem kernel module source
Changes: 
 openafs (1.6.8-1) unstable; urgency=medium
 .
   * New upstream release.
 - Change the default fileserver sync behavior from delayed to
   onclose so that explicit syncing only happens when a volume is
   detached.
 - Add -offline-timeout and -offline-shutdown-timeout options to the
   fileserver, allowing interrupting of clients accessing volumes that
   the fileserver is trying to take off-line.
 - Fix RX bug that could hide errors during packet reception.
 - Fix vos size -dump display for large volumes.
 - Give up callbacks when the client is shut down.  This can cause
   crashes in old fileservers (prior to 1.4.6).
 - Restore vos e alias for vos examine.
 - Throttle byte-range lock warnings per file, and include the FID of
   the file that the client is trying to lock.
 - Avoid a possible panic during shutdown while tracing.
 - Fix a bug that could cause getcwd to fail to find parent
   directories.
 - Avoid a delay when accessing uncached data in AFS in a confined
   context under SELinux.
 - Documentation, diagnostics, and error message improvements.
   * Add Lintian override for the copy of RFC 5864, which has been
 dual-licensed by the author.
Checksums-Sha1: 
 443335d31b69403da0418b43c83cd759cbbcdea6 3572 openafs_1.6.8-1.dsc
 6825cb8ac94e0518726a48d431ee2d0b588e3dc0 6633256 openafs_1.6.8.orig.tar.xz
 85367d79932e821d1dba59ff34d1fef2fc7f864b 129444 openafs_1.6.8-1.debian.tar.xz
 f1cbf31999f1a8e651fb09b3074c5758da2a05b8 1969076 
openafs-client_1.6.8-1_i386.deb
 4a89da5a363221c57a9ebe16f9d4f81cb8c86c04 261222 openafs-fuse_1.6.8-1_i386.deb
 1502ab953403fc1f59458bfbe4c4112180d1d5bb 207588 
openafs-kpasswd_1.6.8-1_i386.deb
 7dd45f564f442be501d1b2e8d684307899793e15 1301064 
openafs-fileserver_1.6.8-1_i386.deb
 a5bf2d1dc6d9d0dd1db77f211c8bc79698b56dc0 472326 
openafs-dbserver_1.6.8-1_i386.deb
 2846ef04f962c522346e1da8d881181cead5d2ef 3987136 openafs-doc_1.6.8-1_all.deb
 9b30864509d1e4382032d706690395fe8faad356 266018 openafs-krb5_1.6.8-1_i386.deb
 c5533cf61a0a6e97f876d168be9b9750319f37b6 89702 libkopenafs1_1.6.8-1_i386.deb
 446690a097adf87ec9247b9b428d0436bd3e7d4f 213414 libafsauthent1_1.6.8-1_i386.deb
 0dce741fe7c6847935f36b21f69ab1d6622cf8f5 204840 libafsrpc1_1.6.8-1_i386.deb
 e1c13703041ecc50d7a50b5c3b1f3f872ee2fecb 1412924 
libopenafs-dev_1.6.8-1_i386.deb
 ec62d9258cbaf4870dfc82a997f49747fe914a94 1133184 
openafs-modules-source_1.6.8-1_all.deb
 727e07230b719643776f00a6d02d4b4d3817ac07 937748 
openafs-modules-dkms_1.6.8-1_all.deb
 13cdb7487131c9b1fd2ea50e7f5e5eb69365405c 188854 
libpam-openafs-kaserver_1.6.8-1_i386.deb
 8db17b36e3d4db0f587f932a0ba2cc064144731e 21689942 openafs-dbg_1.6.8-1_i386.deb
Checksums-Sha256: 
 63705603a793ca43c214c0afac4c83dce3e7b239a82d4154c20ec3d5ceac1c08 3572 
openafs_1.6.8-1.dsc
 a0456b50857f77465eb8747c92c95e4cb3bce025ebdb65b71a2ba733c04b51aa 6633256 
openafs_1.6.8.orig.tar.xz
 f01c73a1e9cc13014e545057a46a2764d50455688fad0a593f4684f11fefee76 129444 
openafs_1.6.8-1.debian.tar.xz
 a5cde4badfaaacc9b45df13479ad84971f0af7e6952a3f38102482ce8691aa9a 1969076 
openafs-client_1.6.8-1_i386.deb
 f30063e9ea715af78adc5c959a58dab159140b0c043bd712fb471bd8ec25f2c7 261222 
openafs-fuse_1.6.8-1_i386.deb
 53b906d01f1e0ca8ae3c3565f292fe2cc1460673505da6f5c9c19fc952fbe5c5 207588 
openafs-kpasswd_1.6.8-1_i386.deb
 

Accepted libauthen-simple-passwd-perl 0.6-3 (source all)

2014-05-24 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 May 2014 03:12:18 +0200
Source: libauthen-simple-passwd-perl
Binary: libauthen-simple-passwd-perl
Architecture: source all
Version: 0.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 libauthen-simple-passwd-perl - Simple Passwd authentication
Changes: 
 libauthen-simple-passwd-perl (0.6-3) unstable; urgency=medium
 .
   * Team upload
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD
 now.
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Axel Beckert ]
   * Fix trailing comma in debian/control. Found by DUCK.
   * Switch to source format 3.0 (quilt)
   * Bump debhelper compatibility to 8
 + Update versioned debhelper build-dependency accordingly
   * Revamp debian/rules:
 + Use dh_auto_{configure,build,test,install,clean}
 + Remove obsolete dh_installchangelogs and dh_clean parameters
 + Fix lintian warning debian-rules-missing-recommended-target
 + Drop obsolete variable usage and /usr/lib/perl5 handling
 + Finally switch to a minimal dh-style debian/rules file
   * Fix lintian warning copyright-refers-to-symlink-license
   * Bump Standards-Version to 3.9.5 (no further changes)
   * Make long description more verbose. Fixes lintian warning
 extended-description-is-probably-too-short.
   * Add patch to fix lintian warning spelling-error-in-manpage.
Checksums-Sha1: 
 3859d0937e2346b382160feb02cab5410656a25b 1585 
libauthen-simple-passwd-perl_0.6-3.dsc
 63390157e6fb1eca516d20dc64a80251cce87005 2904 
libauthen-simple-passwd-perl_0.6-3.debian.tar.xz
 30b2723389d505578bb823be3ab16ed47f913a31 7920 
libauthen-simple-passwd-perl_0.6-3_all.deb
Checksums-Sha256: 
 9d14d2867ba6a34d0b374f07a0c4d9158d249cdfc438d884ad24d8362fbab753 1585 
libauthen-simple-passwd-perl_0.6-3.dsc
 3b6d1c999e92c636d6ed279efc32c4635d02a714e9387cf4b7b9ab449c5f6168 2904 
libauthen-simple-passwd-perl_0.6-3.debian.tar.xz
 3e2bf99bcad4220369e2fec76badc04189dd1c3a9bf0f5f6a1d07d11e4f5fae6 7920 
libauthen-simple-passwd-perl_0.6-3_all.deb
Files: 
 6c63c49a855aad08f33a684f01ffed3d 7920 perl optional 
libauthen-simple-passwd-perl_0.6-3_all.deb
 c26be9448df61ac3396a088291877254 1585 perl optional 
libauthen-simple-passwd-perl_0.6-3.dsc
 0cec51d7e94eebb0c926de24b9bd086f 2904 perl optional 
libauthen-simple-passwd-perl_0.6-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlOBSgoACgkQwJ4diZWTDt7y4ACdGFE+A6f7B9mbHORIlb7Oao8l
5X0An31FJ38pAZ5Vmt520nsgHlEe6FME
=9QUn
-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/e1wonz8-0002t8...@franck.debian.org



Accepted jssc 2.6.0-5 (source i386 all)

2014-05-24 Thread Scott Howard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 20:59:33 -0400
Source: jssc
Binary: libjssc-java libjssc-java-doc
Architecture: source i386 all
Version: 2.6.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Scott Howard show...@debian.org
Description: 
 libjssc-java - library for working with serial ports from Java
 libjssc-java-doc - library for working with serial ports from Java - doc
Changes: 
 jssc (2.6.0-5) unstable; urgency=medium
 .
   * Fix FTBFS on hurd and kfreebsd* by setting java source 1.6
 and specifying UTF-8 encoding in debian/rules
Checksums-Sha1: 
 19f944f4f0d34f8ce17343a782c38846d94cb228 1357 jssc_2.6.0-5.dsc
 49dfa9601512eb69a6b54c204e1d246f7b10a003 5980 jssc_2.6.0-5.debian.tar.xz
 bdea97642c065b20df15d00a0ea1c126ff920d3d 28628 libjssc-java_2.6.0-5_i386.deb
 354706532b7b515f15d2fd3b2790808ddd749c6c 40266 libjssc-java-doc_2.6.0-5_all.deb
Checksums-Sha256: 
 b0a3b0eb5855582472d5f47c71a925b60208a94ed5492b0e240f37f4e303e032 1357 
jssc_2.6.0-5.dsc
 9e97b67a4ef1be6b473a6e7aaf47063cca1bf054203105810919452439932f84 5980 
jssc_2.6.0-5.debian.tar.xz
 f45f31c4ea8baacdf931bafb908a6a6e0f5bf2affe3374a700ba32a236a2f669 28628 
libjssc-java_2.6.0-5_i386.deb
 6e22b43581e50ea696c7bd0799441d72e2724cc571ec1332e1b6d7fd1ddf2933 40266 
libjssc-java-doc_2.6.0-5_all.deb
Files: 
 6ca862d69ee9c313a593c198375951dc 1357 java optional jssc_2.6.0-5.dsc
 0e007f707e90e921ca89c9a67a60712e 5980 java optional jssc_2.6.0-5.debian.tar.xz
 ff7f401f2cce6afe42bf7908528c65be 28628 java optional 
libjssc-java_2.6.0-5_i386.deb
 7cff286aad3532448101213b692e3bd8 40266 doc optional 
libjssc-java-doc_2.6.0-5_all.deb

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

iEYEARECAAYFAlOBR/IACgkQuqVp0MvxKmoxmQCfZpzQv0m1yK4aW8t5Y1XyENXy
zw4AoJ8ftFFV65ZQVO66r9Z/nbnJUFZj
=S+rH
-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/e1wonz2-0002r7...@franck.debian.org



Accepted groovy 1.8.6-4 (source all)

2014-05-24 Thread Miguel Landaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 18 May 2014 16:32:17 -0300
Source: groovy
Binary: groovy groovy-doc
Architecture: source all
Version: 1.8.6-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta nomad...@debian.org
Description: 
 groovy - Agile dynamic language for the Java Virtual Machine
 groovy-doc - Agile dynamic language for the Java Virtual Machine (documentatio
Closes: 747819
Changes: 
 groovy (1.8.6-4) unstable; urgency=medium
 .
   * Implement alternatives usage to allow co-installation with groovy 2.x.
 (Closes: #747819).
   * Change versionless Maven symlinks from 'debian' to '1.x'.
   * Small fix in debian/watch file.
Checksums-Sha1: 
 1e7d88d3bfc75d9eb0cb3380eadd39f0b85556b7 2460 groovy_1.8.6-4.dsc
 c0711ab5e60bef7b9c9a37bb82a7878860e1751e 14436 groovy_1.8.6-4.debian.tar.xz
 11e614f8f524e66baf6dc8f3a0bfcc0bac3387ef 9746924 groovy_1.8.6-4_all.deb
 0ac9d844e36def91638b0df1057a540f75a7cbc8 2534914 groovy-doc_1.8.6-4_all.deb
Checksums-Sha256: 
 28cd7fb17df6dd302aad465359a1d7c41fe38f0e5829edb20b991c52a231159e 2460 
groovy_1.8.6-4.dsc
 30c85f3730c5beb4fbc10e29491189be688db20db0f0fb2c70afb5f6e512295a 14436 
groovy_1.8.6-4.debian.tar.xz
 f8ac5ecc278ba902ed1b7c800e35f6c651e2cceb9eea296193460adccd8d24b5 9746924 
groovy_1.8.6-4_all.deb
 38c6031978722bedd8cd28140b37c6cd4660a696f90847780e790745a85c831a 2534914 
groovy-doc_1.8.6-4_all.deb
Files: 
 50626b469a37de567e1177e1d08ff85f 9746924 java optional groovy_1.8.6-4_all.deb
 5aa3de6ca99b511a7d9e29d7ac8ad51c 2534914 doc optional 
groovy-doc_1.8.6-4_all.deb
 76d737c5530d55de453f0e11f8f45840 2460 java optional groovy_1.8.6-4.dsc
 6ac8b9c59e71e31f25d1e1f74d95b12f 14436 java optional 
groovy_1.8.6-4.debian.tar.xz

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

iQIcBAEBAgAGBQJTgVNBAAoJEI8AS/UHtGj78PkQAMX5bJOsPX2YwzthuVP/llLZ
HfBGKRaeuigBY32dljKNgdc4lWdwxTxnySYzv6pdiaOd4iveh0QWJ43YFkiCX88r
8wmD8GcCA7f0FBOV/PrzrukAcKUOYesXZP7bye4J0hljq/kIuLVSIMpfDM3FTm0N
cxdNIOBT+G07OA/L/64ZJ6HiHmV0y79euMlBeJzuTA5qEnuq/N4dObwzCDXheMZr
hTgWOReYVzEbGc4iH1VRVD/b+iggVXq7NToQy6cUaikL6awlYBkinVeckDVVNfXg
Q/XCPeY1vTYfynjKBJVHPai0P+3yhVIF9m1Gz6EldNCuOE+Wyb0wJr0RAQo8Udws
Oh0pzMhKyENlaiasdh1YidJ2MgbuXXVZCHWM7kiDce7hZgCHo6tPAasJY6mwLRMx
i4s8ulk2QrKDYbmXXmH/avYc2xHWE4KxezUnl0pgX9XSRwubGH/mkO48cL52CSOM
0Oc7xYjCQeer4ujAkV9sUPTeZcrYIGLyVkycjfYJMVjnVUzgJfxF8yKZOfUmCvM0
TbVlJ8MpGn5MUmhBfDps4yNbZLHTt7ObLgliVQsKqIaMa+f26XSCwyTG1gCk6ign
FIwvi7GvEjFLJKlnWbSMe3gopWp7zezrMrUq9hs7FegcoKmvPJ7j95pKWTmJR5qH
7RKqdnMJKjqmm6vo9AWH
=FEV3
-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/e1wopgg-0005ll...@franck.debian.org



Accepted rpy2 2.4.0-1 (source i386)

2014-05-24 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2014 22:46:32 -0500
Source: rpy2
Binary: python-rpy2
Architecture: source i386
Version: 2.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 python-rpy2 - Python interface to the GNU R language and environment (version 2
Changes: 
 rpy2 (2.4.0-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Added python-setuptools to Build-Depends
Checksums-Sha1: 
 3559040ae4737185ebb755708ef087bf241be570 1273 rpy2_2.4.0-1.dsc
 ced105415d7f2448dbb5994b63da4b1bdddc2fa4 160914 rpy2_2.4.0.orig.tar.gz
 0b987304e8c53aaf8a663a2030a83416959dde7a 13124 rpy2_2.4.0-1.diff.gz
 4eabaaa91c01bc65c97d142f435f2922cecbf858 130444 python-rpy2_2.4.0-1_i386.deb
Checksums-Sha256: 
 e8514af3df0694d0fcf8e5847095295ceff6bf5179d16fecba4c17e751d49b5f 1273 
rpy2_2.4.0-1.dsc
 3cb6360d4d0af7996979f50d0347f5f74fc3fcf98e3ee8057c4c886b358d17e1 160914 
rpy2_2.4.0.orig.tar.gz
 239576e2d9f5602ff9f8620ca10ec14895e10e6e20f8f19326e588e48fa2fd3a 13124 
rpy2_2.4.0-1.diff.gz
 91c0c567c6184a0c844d3fa62dd143be9d953d69df6d5afa3e9b7f78d3be8dc2 130444 
python-rpy2_2.4.0-1_i386.deb
Files: 
 16bcb0473cf5e37b0c9cde08d2538e77 130444 python optional 
python-rpy2_2.4.0-1_i386.deb
 f71c235beff0e5848ecbb9b76103c606 1273 python optional rpy2_2.4.0-1.dsc
 6e09d88e1fdd4afb8b6274fa302053fa 160914 python optional rpy2_2.4.0.orig.tar.gz
 30fbec862e2693f809936827279921a7 13124 python optional rpy2_2.4.0-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFTgWzVCZSR95Gw07cRAmFPAJ0ZaUMb+qhxEmPdHF5aBFkH4bs24QCeNwDm
1tP3FfUxrXldTevKPqZt8ww=
=tIwq
-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/e1woptp-0004kw...@franck.debian.org



Accepted chromium-browser 35.0.1916.114-1 (source all amd64)

2014-05-24 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 May 2014 23:15:51 +
Source: chromium-browser
Binary: chromium chromium-dbg chromium-l10n chromium-inspector chromedriver
Architecture: source all amd64
Version: 35.0.1916.114-1
Distribution: unstable
Urgency: high
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Michael Gilbert mgilb...@debian.org
Description: 
 chromedriver - WebDriver driver for Chromium browser
 chromium   - Chromium web browser
 chromium-dbg - Debugging symbols for the chromium web browser
 chromium-inspector - page inspector for the Chromium browser
 chromium-l10n - chromium-browser language packages
Changes: 
 chromium-browser (35.0.1916.114-1) unstable; urgency=high
 .
   * New upstream stable release:
 - CVE-2014-1743: Use-after-free in styles. Credit to cloudfuzzer.
 - CVE-2014-1744: Integer overflow in audio. Credit to Aaron Staple.
 - CVE-2014-1745: Use-after-free in SVG. Credit to Atte Kettunen.
 - CVE-2014-1746: Out-of-bounds read in media filters. Credit to
   Holger Fuhrmannek.
 - CVE-2014-1747: UXSS with local MHTML file. Credit to packagesu.
 - CVE-2014-1748: UI spoofing with scrollbar. Credit to Jordan Milne.
 - CVE-2014-1749: Various fixes from internal audits, fuzzing and other
   initiatives.
 - CVE-2014-3152: Integer underflow in V8 fixed in version 3.25.28.16.
Checksums-Sha1: 
 f9c10728ed01759dcd8b64a6893eddbaeff78066 4125 
chromium-browser_35.0.1916.114-1.dsc
 99342ed61a2c3c3f13bf1222d59aeaaba713b60c 818696376 
chromium-browser_35.0.1916.114.orig.tar.xz
 900149c5ae3c2e69fbc32cb693f5ae00e4af3a34 203256 
chromium-browser_35.0.1916.114-1.debian.tar.xz
 24a27ed32f29cc0c1a648631723770f0b7bbab6b 2928572 
chromium-l10n_35.0.1916.114-1_all.deb
 67dc44a7415315008edcfa724d00579661302901 724946 
chromium-inspector_35.0.1916.114-1_all.deb
 ae0fe684b73fc330a05a3349c4862d298761fcd8 35733162 
chromium_35.0.1916.114-1_amd64.deb
 ebb12135997a164a0c9d13ade8742066dd50c873 635893310 
chromium-dbg_35.0.1916.114-1_amd64.deb
 d1efd777f177a753e7d93e41c979d999041b994c 2125984 
chromedriver_35.0.1916.114-1_amd64.deb
Checksums-Sha256: 
 548ded08b07ddb0e668c7be37e41a708f22a4d08eb0d126ace5e1da1a93d894b 4125 
chromium-browser_35.0.1916.114-1.dsc
 418d28b4fb7c0179c44350ceb85a6c10f51626bc58d44a49def6f2e65305ffc4 818696376 
chromium-browser_35.0.1916.114.orig.tar.xz
 ae630288b701d96b25b3c5cc9c96418594b35cf92f270b412a46b6f59d1ce1d8 203256 
chromium-browser_35.0.1916.114-1.debian.tar.xz
 3a7df45117478c303e10b259fd07b1311eab6887a758ba53c6d84a449add98b9 2928572 
chromium-l10n_35.0.1916.114-1_all.deb
 3566734bce6a5dba3e44ccdb521a11989038eb738a56268d646fb549cd40772a 724946 
chromium-inspector_35.0.1916.114-1_all.deb
 518571819372906662cc3ce1acdc03cefa7bfe6e099c9dcfb081f80d26d2e0d5 35733162 
chromium_35.0.1916.114-1_amd64.deb
 d1af3bcd752a8ca772b5e283123ac42a81cca5c1a82fb3c59e9373aeb8ab4fe1 635893310 
chromium-dbg_35.0.1916.114-1_amd64.deb
 eadecf439208fd07b0311636d0349af29c950c2bc23c719e8d1a4e6a74676bd0 2125984 
chromedriver_35.0.1916.114-1_amd64.deb
Files: 
 839536d0d47a1af721007a0cecaa9f1f 2928572 localization optional 
chromium-l10n_35.0.1916.114-1_all.deb
 b82c73e84099b73280e6c4ebb9169a68 724946 web optional 
chromium-inspector_35.0.1916.114-1_all.deb
 72afdb426b4ccdbc155b454010a62356 35733162 web optional 
chromium_35.0.1916.114-1_amd64.deb
 2e3abcbca2f4d3e2b589582421a8f084 635893310 debug extra 
chromium-dbg_35.0.1916.114-1_amd64.deb
 7e7abcc4e9ceb597af505ee36be3ba7d 2125984 web optional 
chromedriver_35.0.1916.114-1_amd64.deb
 7ff8cf0031a27c40ca5233eb618629b4 4125 web optional 
chromium-browser_35.0.1916.114-1.dsc
 838b5a5ab44a6d9012fa8f534b03c89b 818696376 web optional 
chromium-browser_35.0.1916.114.orig.tar.xz
 8b9237ad9974af8abaf21084b71d01ba 203256 web optional 
chromium-browser_35.0.1916.114-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQQcBAEBCgAGBQJTgWUyAAoJELjWss0C1vRzavQf/i76GswDu2xhGL3GOkiNOWhB
iVEudieyVUOnMUAP4WFp65BreRMbrzC46aXF/e7Wfap1LH4vONFBeUHxcwd0Zi1Z
mtz2PpeGqL8+CDZxxab7yWfPgKbCqwtd9oGwQFyR5VCpsIN6u3qeI3+FfrXRty20
TQ2qkR1EvzjDRID2W5aJOhoYy4Wmfml9vbsMVnxPjaUv8sbBFaqHHxOvI/3WUliu
aVidcuvu0UAuyfNHWpr4LLuUQvMX//dpCY/OH3E6Lda7omoHNDm4sx5+HEdpBxgl
CIyMS1pDXNeC1q91mo7ovA53EsUF0TGDLipzjhZiiDZQ4YDbLC4g/DtQ1e1gaTvs
n52ae2oXLdHKX/T0AfTAfyQJtdz9WxECQipcgb3meSVQPov03khnzdtbJZinNJJF
EDe3OpEaKtDPbWKZ9c8Rd4G8FTkDfcTLZZ/xO4diHMebivW0uPXBJ2sbcEm3xUxi
8f6dWarQQqSJaNbBdeVZ0RwxP+/mcr75yInDm8SAe9c0r7p3y9dqB4ZvKLDwMp6p
cQ4gmfvmrVJEYQuV9mKTFQZOV/f6z7HYeU4iBqTxps2wv2bd8nVKLc9+9kxBzQV9
eqzPCHk9EH21sz9s45vW7lkem2JcFmKqh2a5yMI0CVR/MOWqFzsXbXVxJ2lRRxkb
GkXzAa7zh2Mhz/rWL7tVm3O8VhqgKzYrrS+8iLfq3yxntXC+TM1da7Wm1duK8xsc
skA7y9nhM/haf/rhS4PcY0BSzwr7pE1XQTRl5Cu9DCOVjGhA+njHk/n+PIeSXys/
4ANKRMkcafpGU/3BHl/ESHIo3GMAY+3QyeWwEiZFwjeVwV7SewLbltTK1Jmk7Q8r
3QCb5ijPUCuBT0s8mpnV+xHnh/Masa4S4nCScuXOKadMYMjtshoSGBCOf2ydjxC2
LKXwZ/epw2Oumv2FeIkPNA2T+t7p4RNBu5TtpPiNoUaYJ3P7uMoOoktu+aKgXt9y

Accepted libmwaw 0.3.1-1 (source amd64 all)

2014-05-24 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 23 May 2014 22:14:34 +0200
Source: libmwaw
Binary: libmwaw-dev libmwaw-doc libmwaw-0.3-3 libmwaw-tools
Architecture: source amd64 all
Version: 0.3.1-1
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libmwaw-0.3-3 - import library for some old Mac text documents
 libmwaw-dev - import library for some old Mac text documents -- development
 libmwaw-doc - import library for some old Mac text documents -- documentation
 libmwaw-tools - import library for some old Mac text documents -- tools
Changes: 
 libmwaw (0.3.1-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 b095f40a34bd9a9e1638a11f9e6603e1b4185b0b 1973 libmwaw_0.3.1-1.dsc
 02b6949b5d9fcd7ec3b0b686b1f8ab921fcdf033 1147351 libmwaw_0.3.1.orig.tar.bz2
 5d8340ef48e9638cea0bd448f635ddbc94d423f5 7548 libmwaw_0.3.1-1.debian.tar.xz
 f8f2f25d0655dee43a27f019bcd42b7de8612e5c 18884 libmwaw-dev_0.3.1-1_amd64.deb
 a5a3cafff448cc10dde645045053e3103c573970 1908262 libmwaw-doc_0.3.1-1_all.deb
 f1f886e58c142a3a8092efb3a367e13326546c0d 1722856 
libmwaw-0.3-3_0.3.1-1_amd64.deb
 4615d51e63de5d2bc3dbadab68b1da45eee9efc8 19108 libmwaw-tools_0.3.1-1_amd64.deb
Checksums-Sha256: 
 1f78e7bd21e2aa3ff577e31df274c0f698f2733d11d0fa0b8ed1361cdd3af722 1973 
libmwaw_0.3.1-1.dsc
 66d3dbc4421daa628326204b5d14bb99f2b9d4423184027aabe207d677c89845 1147351 
libmwaw_0.3.1.orig.tar.bz2
 0133526087af7a5469615848589c86919ba689933a3fb9c814b14114aeeea0ff 7548 
libmwaw_0.3.1-1.debian.tar.xz
 08eb082ccf10864728debe0bf3da225c511bc051b654fca525efea9a2eb1ebf8 18884 
libmwaw-dev_0.3.1-1_amd64.deb
 b3d621b6ad1a46ccfcf0a27c3c301cc113b2b69f34a12c192ff32c9c5cb1ebba 1908262 
libmwaw-doc_0.3.1-1_all.deb
 4f88be3713340ed954433765fef15155f0926e36b9b21c0f1ccb2c7348bb8078 1722856 
libmwaw-0.3-3_0.3.1-1_amd64.deb
 19a7282508e51738676ec1f2931d3d3e503a33ef0ad6574b6e2fb4775236c8a6 19108 
libmwaw-tools_0.3.1-1_amd64.deb
Files: 
 4f7ddb721a97f57df41a38b66bb3bb1c 18884 libdevel optional 
libmwaw-dev_0.3.1-1_amd64.deb
 facab6a1fc66f24d8a08b37f2fdf946a 1908262 doc optional 
libmwaw-doc_0.3.1-1_all.deb
 374cf900115ef0e815ea7f8f752cf9f9 1722856 libs optional 
libmwaw-0.3-3_0.3.1-1_amd64.deb
 9911983cd22b6655c8f4e65639962992 19108 utils optional 
libmwaw-tools_0.3.1-1_amd64.deb
 b5ceec66b799c84265bc617de2d30a51 1973 libs optional libmwaw_0.3.1-1.dsc
 6f1ac4a0e24131c422e1e91f07718fb6 1147351 libs optional 
libmwaw_0.3.1.orig.tar.bz2
 74aa3832287ffe489c16d4d0a58bccb4 7548 libs optional 
libmwaw_0.3.1-1.debian.tar.xz

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

iQIcBAEBAgAGBQJTf793AAoJEAqgRXHQPj5wOWAQAMmPSTRMdN6ROlf9XKL5wFIx
DLn8tk48gO89HRMqn3o8XZYny/CyZXI/INkL9Sct0vCGEWdkVPoQSxVzudVHuP9i
kuIgxjFRk5KYqyI3Wv4lcawqNHxrK9IhFFCEzB2axFtXjw45sL7y2gH9TgxJwNOA
KpG7TnpPM5to+r04jbLhtfx9kau1QTHaWY9ddFFFvSFzj8jWTkqFTnVfWR6cQr20
YBPQBZC8OIqvZkFlEnBJycrWkn3SkNdE5BXRsNxVMzr9n7bYsATdll373i8zlCIO
xSL0aPoKrZTKXnke1KmytpgtSQZbT9VQjB3fFXKChASoEiEscufACrumHOTTeFbs
f2gdDP7rm0brbxAc5fT6u1SZSuMEDvK76tQ5sC0ZN2SVGm1YwrNmBewhDM9Af9Gh
FTAPs01ItIBKM3OyW9kvgNm4GWjZPsQdXM/oSuq4EY22wSfRxHskeTLbLJhhoefI
B8lZZn0ZxzN7qFcpi4mk/3guUNAW16AXmOa7hXr9oJMbzXDASpWRya/HIO9xhWQ4
HtQXSzLOv5ltwE2FooDNu4lpjhA98Xpfc1KmHkFZMLJi2RQcu9LAghnLiBeB/iY0
VLIBKoPonjGx1OObxX4/Xgq8iNtEJq4AxxSyRwNoukK+niw/hP2bFHFrBe22v5J8
X70T5xe89bIH9MGclxiP
=2XP1
-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/e1woqxv-hh...@franck.debian.org



Accepted librevenge 0.0.0-1 (source amd64)

2014-05-24 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 23 May 2014 19:45:16 +0200
Source: librevenge
Binary: librevenge-dev librevenge-0.0-0
Architecture: source amd64
Version: 0.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 librevenge-0.0-0 - Base Library for writing document interface filters
 librevenge-dev - Base Library for writing document interface filters -- 
developmen
Changes: 
 librevenge (0.0.0-1) experimental; urgency=low
 .
   * Initial release
Checksums-Sha1: 
 f39ff611c88c892e87ed5b3d7477d449dbef975c 1915 librevenge_0.0.0-1.dsc
 25159b8d9cd12b50fbe5b3cbe678bd5620a489a8 483065 librevenge_0.0.0.orig.tar.bz2
 88a53e37ae3a171991c1add78f274feaade90f3f 12688 librevenge_0.0.0-1.debian.tar.xz
 af06e243150bb5e40791d71852f0def2f98f6701 99236 librevenge-dev_0.0.0-1_amd64.deb
 b7cd2c14459cf40203ac1b087bc21adf605e3744 260132 
librevenge-0.0-0_0.0.0-1_amd64.deb
Checksums-Sha256: 
 f6fdddf54cf04834fff09b95f3c7860ae3648bb5b85c1db916ec6dba2b746704 1915 
librevenge_0.0.0-1.dsc
 55b9fde4c729a525db36d37b51a0f5d8614d4c631e336320e540dfce3128f7f7 483065 
librevenge_0.0.0.orig.tar.bz2
 90ddc1309f8cb7a5c57391a94d7b565209e4cdfd9a3e16f6b2f5f648486eb187 12688 
librevenge_0.0.0-1.debian.tar.xz
 a037a2fccad8a62d0f782366eaf4fee170e4f5957730e15e459168ca9cd03275 99236 
librevenge-dev_0.0.0-1_amd64.deb
 ca8fd69cc94a87f7c3842af1318795d40e689fc25a65459921f22eba8341ff0b 260132 
librevenge-0.0-0_0.0.0-1_amd64.deb
Files: 
 d6dfe4b17d73899b77f9a2ffe986e4d3 99236 libdevel optional 
librevenge-dev_0.0.0-1_amd64.deb
 dc01af48a583e47a6f723a94349fbef4 260132 libs optional 
librevenge-0.0-0_0.0.0-1_amd64.deb
 a974f422106371376b0fb20932be1e12 1915 libs optional librevenge_0.0.0-1.dsc
 b483b99af21c92c763a1c6a28ebee958 483065 libs optional 
librevenge_0.0.0.orig.tar.bz2
 f826aec03b6907a2d05be310fd88e4a0 12688 libs optional 
librevenge_0.0.0-1.debian.tar.xz

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

iQIcBAEBAgAGBQJTf795AAoJEAqgRXHQPj5w7rIQAJigDO5I8ItAphefIm9MCfxn
APP0CzMDcU8/S1weJ8AfceDP2jqiqbL+cpjYlG5KdNn2R5OIKapyepwiy3nW/H30
5hQo4q5F8kvUWsgo09LR5kRiwEDF1lddHtTAr+ZJ8xo2bJWwIvWDQHHogLR1jZir
7LU5yMBpeJ8SzkvMCqZGoGwULHhECNACJ9IDVPT8knUDCESrS0JJIFGiZwj7n4w9
miGk9ShLlBQYL4jX+zNRrqjw5nO6vXMGGHdkj72DdB+vUhKyZot4dHCrZZgZz7Jd
kp6WDWZKS/cqJT0BRvYIYhDyTZFI5oGabk05Z0v+xCR87wJZrzh5eMwmhpGQK8/d
PEavx6g9YAwmeBCmWcmDfI6dC/vw7TCdZZ2en23rkCnxGCGiScTbwsIrGJeUH2WE
az8w+EvxVwDTCNNIu4cibflx6Z5pIl0P0LHkgmV/7BnjWlbn5LVC/gdNo9zcRHSc
hhs+XMx00zssTuJT7XWP5Dj0StQi9bxbqBKk/l2PG+DPHEo3H9kI41pUlynpaVK+
8GeDehf8EYeDuLnmd+UlBPMlxmNfa28CFcP0A8s1QDAf0FBNjeKTmzuyU5NM4qHA
2d5LZwkuTF1pYA06EtqyICqpizrbxO821gndD/YY/fkPPJARhwyz1Bv1BAaLF8lU
oDdXkPB8CikFU4fdJfkD
=Qraw
-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/e1woqxv-ht...@franck.debian.org