Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Steve M. Robbins
On April 25, 2014 04:40:26 PM Neil Williams wrote:
 Jeroen Dekkers jer...@dekkers.ch wrote:

  part. But if the minified javascript files in the upstream tarball
  aren't used when building the binary packages because the javascript
  libraries are already packaged in Debian, then it isn't possible that
  something bad sneaks in our packages. So why repack the upstream
  tarball?
  
  I don't really see any value in repacking every upstream tarball that
  has a minified copy of jQuery.
 
 For one thing it makes it *a lot* simpler to scan the archive for
 exactly the kind of problem you describe and we all need to avoid.

That sounds like you you're asking N developers to do a bunch of extra 
busywork so that 1 person's job is made easier.  Here's an alternative: if you 
can indeed scan the archive for bad files, add that detector to the archive-
rebuilding project and do this:

1. Unpack 
2. Remove bad files
3. Build

If it still builds after removal, you have proved the bad file is not used.


 Secondly it makes it simple for people working from the Debian source
 package to check and debug the package without needing a build step and
 without possible confusion about which file gets used.

Perhaps, but again there's a simpler alternative: remove the bad file in the 
clean target.  That proves to the reader of debian/rules that the bad file is 
not used.


 Finally, there is the issue that these minified JS files are not source
 code and we should not be distributing files in source packages for
 which there is no source code in that same source package.

I think this absolutist view was eloquently debunked by Russ Allbery recently; 
see https://lists.debian.org/debian-devel/2014/03/msg00270.html

In summary: yes, such files should not be used to generate the binary and they 
are a nuisance to have in the source package, but a nuisance is all it is.


-Steve


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


Re: Non-source Javascript files in upstream source (was: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699)

2014-04-26 Thread Steve M. Robbins
On April 25, 2014 11:02:29 PM Ben Finney wrote:
 Neil Williams codeh...@debian.org writes:
  On Fri, 25 Apr 2014 01:16:04 +0100
  
  Manuel A. Fernandez Montecelo manuel.montez...@gmail.com wrote:
   I don't think that we should go and do the tedious work of repack
   thousands of packages because of this, with no real benefit in terms
   of freedom (or any other) for our users -- provided that we depend
   and link to the canonical versions in the binary packages.
 
 We promise the source for everything any recipient downloads as part of
 Debian. If non-source files are distributed in Debian source packages,
 without a way to confidently guarantee the corresponding source is
 what's already available in Debian, then that is a definite impact on
 the freedom of Debian recipients: it threatens the freedom promises in
 the Social Contract.

That is certainly not a universally held view.  Some of us [1] regard random 
trash littering the source distribution -- but not used in generating the 
actual software (binary distribution) -- as merely a nuisance that can be 
tolerated.

I have to say that this absolutist zeal in scrubbing the source package grates 
on me for two reasons.  FIrst, it introduces an undocumented difference between 
upstream source and Debian source.  Second, it adds a bunch of busywork that 
distracts and, frankly, de-motivates me from working on packaging.

[1] https://lists.debian.org/debian-devel/2014/03/msg00270.html

-Steve


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


Re: Non-source Javascript files in upstream source

2014-04-26 Thread Ben Finney
Steve M. Robbins st...@sumost.ca writes:

 On April 25, 2014 11:02:29 PM Ben Finney wrote:
  We promise the source for everything any recipient downloads as part
  of Debian. If non-source files are distributed in Debian source
  packages, without a way to confidently guarantee the corresponding
  source is what's already available in Debian, then that is a
  definite impact on the freedom of Debian recipients: it threatens
  the freedom promises in the Social Contract.

 That is certainly not a universally held view. Some of us [1] regard
 random trash littering the source distribution -- but not used in
 generating the actual software (binary distribution) -- as merely a
 nuisance that can be tolerated.

If it's in the Debian source package, it is distributed as part of
Debian.

If it's distributed as part of Debian, it is subject to the promises in
the Debian Social Contract.

Those promises include the promise that anything in Debian has its
source in Debian.

That promise entails a confident guarantee that the source corresponding
to any non-source file – such as an obfuscated Javascript file's
corresponding source form – is in Debian.

What part are you saying is “not a universally held view”, and how do
you reconcile that with the Debian Social Contract?

 I have to say that this absolutist zeal in scrubbing the source
 package grates on me for two reasons. FIrst, it introduces an
 undocumented difference between upstream source and Debian source.

The difference should not be undocumented: the difference should be
described in the package, and its rationale given. ‘README.source’ is a
good place to document the difference.

 Second, it adds a bunch of busywork that distracts and, frankly,
 de-motivates me from working on packaging.

I'm sorry you feel that way. I'm presenting what appear to me to be
clear implications of the facts of the matter.

Fortunately, we have people working on tools to make this significantly
easier (e.g. nominating files to be automatically removed from
downloaded upstream source; nominating files to be presented in the
source package as corresponding source; etc.).

So, please don't be disheartened! This is a situation that is eminently
addressible in a manner conformant with the Social Contract, and work
already being done to address it.

-- 
 \   “It is wrong to think that the task of physics is to find out |
  `\ how nature *is*. Physics concerns what we can *say* about |
_o__) nature…” —Niels Bohr |
Ben Finney


-- 
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/85mwf8lh0y@benfinney.id.au



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Daniel Pocock


On 26/04/14 01:31, Manuel A. Fernandez Montecelo wrote:
 2014-04-26 00:08 Vincent Bernat:
 ❦ 25 avril 2014 17:40 CEST, Neil Williams codeh...@debian.org :

 Compared to that amount of work, stripping a few files from a tarball
 using uscan is utterly trivial and I don't see why it is a problem.
 It's quite a bit harder to do the right thing and persuade upstream to
 not include them.

 How to handle this with gbp?
 
 I guess that one of the best things that you can do is to filter the
 files, like
 other cruft in the tarball coming from upstream, example:
 
 http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl2.git;a=blob;f=debian/gbp.conf;h=b3a5a0939feff4f6578c8d617059ac7e740b778b;hb=HEAD
 


The problem with this (or any other approach) is that DDs need to spend
much more time checking every upstream tarball and adapting the filter
rules each time they update the package.  This is especially true for
upstreams that are web-based projects where dealing with minified js is
like playing whack a mole.

Once again, my feeling is that it needs to be done pro-actively (by
scripts that track the upstream repository/releases) to assist the DD.
Many cases of minified js are easily spotted by certain patterns (like
long lines)


-- 
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/535b5824.9000...@pocock.pro



Bug#745872: ITP: profanity -- a console based XMPP client

2014-04-26 Thread Dariusz Dwornikowski
Package: wnpp
Severity: wishlist
Owner: Dariusz Dwornikowski dariusz.dwornikow...@cs.put.poznan.pl

* Package name: profanity
  Version : 0.4.0
  Upstream Author :  James Booth boothj5...@gmail.com
* URL : http://www.profanity.im/
* License : GPL-3
  Programming Lang: C
  Description : a console based XMPP client

Profanity is a console based XMPP client written in C using ncurses and
libstrophe, inspired by Irssi. It supports:
* XMPP chat services, including GoogleTalk and Facebook,
* command driven interface,
* customizable functionality and user interface,
* Off the Record message encryption,
* chat room support,
* roster management,
* flexible resource and priority settings,
* desktop notifications,
* unicode support,
* integrated DuckDuckGo search,
* sending tiny URLs,
* plugin written in C, Python, Ruby and Lua.

Since I did not get a response from XMPP packaging team, I will strat packaging
it by myself with a possibility to move to XMPP team when they respond.
Profanity depends on a great XMPP library libstrophe, which is not in Debian
yet. I am currently working on providing a high quality package (ITP 511341),
for that reason I am working with upstream to adjust the source for Debian.


-- 
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/20140426073200.ga9...@blackstar.cs.put.poznan.pl



Re: concurrent installation of different pkg versions

2014-04-26 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 26/04/14 07:11, Steve Langasek wrote:
 On Sat, Apr 26, 2014 at 02:07:22PM +0900, Charles Plessy wrote:
 Le Sat, Apr 26, 2014 at 11:41:17AM +0800, Paul Wise a ←crit :
 On Sat, Apr 26, 2014 at 1:39 AM, Daniel Pocock wrote:
 
 a generalized approach is needed.
 
 Multiple versions of a package seems undesirable to me, for the
 same reasons as static libraries and embedded code copies are
 undesirable.
 
 Hi Paul and everybody,
 
 it would be a great advantage for Debian over the other
 distributions to have the capacity to install multiple versions
 concurrently.
 
 No, no it wouldn't.
 
 This is how rpm handles library packages.  It's a horror show.
 

There is a difference between doing this for core packages (e.g. C
libraries, system daemons, things that are sensitive to something in
/etc) and these independent eco-systems that exist around Python,
Java, JavaScript, etc.

Letting people install arbitrary versions of Python and then expect
all the Python scripts in a stable system to just work feels unreasonable.

However, letting them install additional versions of the Python
interpreter or some Python libraries that can be used on-demand, while
not impacting the default that is used would be less demanding on
Debian to support.  The same can be said for Java and JavaScript and
other things.

With JavaScript, the problem is particularly acute because the APIs
are more volatile.  It is harder to force all web packages to use a
single version of jQuery (or something else) if each upstream uses a
different version.  Debian either ends up dropping a lot of these web
packages or demanding that DDs who want to upload such things jump
through more hoops to patch their packages.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJTW2TGAAoJEOm1uwJp1aqDJVwQAIXaaMRQtgkXxBE+3ZfOOGly
HFWQjJ+6sX1f2xfzUCok5wyhnhQNmSCSXQ5tknEvtvJAOC5Vmb4d3fhV8knIt6HZ
QEprwYDzPeOmpxtbLQpCrGOnsIG0WcJX3Sr5DUG9g6ObJvArNTX/7sZKYLdcDZWG
FVQCLFgD6BqCXC4b0MMO6GGmb8WvnM9qz7GVgwv3JaQdlwWHzkZZ5RNRGBrN7BGS
uLqVTMWblUa8qmmhGbSNbefaOOk8rjvuKlPH0mwctcZ03K44/fr0lkoRG41bGnx/
HztaOGmGG2xOOgSbKE5oOpCCy/J/5RK2VzcFAS4NQlry+vXdHt7A/3/4UFJPTCuS
OFnEnNu7+d8bC+YtoJgVOWGncQ587eOhGhGAVnNT4Jf3VLy6F15XGoOSQmUUgCjj
Avtpmz+lFjdCmv3zCji8yw4LV/2ZANHyAWwWQAIJSQtz0+B6kQCXtaRYtBmrpHKG
bp6OIhMKtRzfsx/1Vl27ZGvbFhC2ZpRflubyNasFBD1VXbIAvsAmwGCRG3863cWS
bWY4F7Kfq0HzzDPpgan9S3Tl3XEa/HEFfRzQBtsUDNQuO1rtvQwQufhjxpXvEp5o
NnNzPxfdQHj1d3MtxuYB+VAS30kwuE9jOd/ES8jdLhyrBzq0VnGEO9+QU/CJHzPq
DgEkOPG+e3Qp9ejVOs7N
=gLWq
-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/535b64c6.3090...@pocock.pro



Re: Bug#745872: ITP: profanity -- a console based XMPP client

2014-04-26 Thread Andrey Rahmatullin
On Sat, Apr 26, 2014 at 09:32:00AM +0200, Dariusz Dwornikowski wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Dariusz Dwornikowski dariusz.dwornikow...@cs.put.poznan.pl
 
 * Package name: profanity
   Version : 0.4.0
   Upstream Author :  James Booth boothj5...@gmail.com
 * URL : http://www.profanity.im/
 * License : GPL-3
PKG_CHECK_MODULES([openssl], [openssl], [],
[AC_MSG_ERROR([openssl is required for profanity])])

The resulting binary cannot be distributed.

-- 
WBR, wRAR


-- 
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/20140426081210.ga31...@belkar.wrar.name



Re: Bug#745854: ITP: phpunit-exporter -- export variables for visualization - PHPUnit component

2014-04-26 Thread Thomas Koch
On Friday, April 25, 2014 10:48:06 PM David Prévot wrote:
 * URL : https://github.com/sebastianbergmann/phpunit-exporter
404

correct: https://github.com/sebastianbergmann/exporter

After reading the description I still wasn't sure what the package was about.


--
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/201404261017.35872.tho...@koch.ro



Re: Registration open for DebConf14

2014-04-26 Thread Daniel Baumann
On 04/26/2014 08:11 AM, Steve Langasek wrote:
 If you want to attend DebConf14, please fill out the registration
 form https://summit.debconf.org/registration/.

this redirects to:
https://sso.debian.org/sso/acs_error?DACS_ERROR_CODE=902;[...]

which shows a page requiring a login, either a debian SSO login or an
alioth one. i have neither. how should i register?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
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/535b73d9.5030...@progress-technologies.net



Re: Registration open for DebConf14

2014-04-26 Thread Rene Engelhard
Hi,

On Sat, Apr 26, 2014 at 10:52:41AM +0200, Daniel Baumann wrote:
 On 04/26/2014 08:11 AM, Steve Langasek wrote:
  If you want to attend DebConf14, please fill out the registration
  form https://summit.debconf.org/registration/.
 
 this redirects to:
 https://sso.debian.org/sso/acs_error?DACS_ERROR_CODE=902;[...]
 
 which shows a page requiring a login, either a debian SSO login or an
 alioth one. i have neither. how should i register?

TTBOMK DDs should login via Debian SSO anyway...

I think the page explained that, but you can set the SSO password in your
db.debian.org settings... Wait a bit unil it's synced and the login with
your debian username and that password.

Regards,

Rene


-- 
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/20140426091300.ga10...@rene-engelhard.de



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Vincent Bernat
 ❦ 26 avril 2014 01:31 CEST, Manuel A. Fernandez Montecelo 
manuel.montez...@gmail.com :

 Compared to that amount of work, stripping a few files from a tarball
 using uscan is utterly trivial and I don't see why it is a problem.
 It's quite a bit harder to do the right thing and persuade upstream to
 not include them.

How to handle this with gbp?

 I guess that one of the best things that you can do is to filter the files, 
 like
 other cruft in the tarball coming from upstream, example:

 http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl2.git;a=blob;f=debian/gbp.conf;h=b3a5a0939feff4f6578c8d617059ac7e740b778b;hb=HEAD

Good to know. I was using a dedicated dfsg branch, but the workflow is
crappy in this case. But currently, nothing we can do with
debian/copyright?
-- 
panic(esp_handle: current_SC == penguin within interrupt!);
2.2.16 /usr/src/linux/drivers/scsi/esp.c


signature.asc
Description: PGP signature


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Vincent Bernat
 ❦ 26 avril 2014 08:12 CEST, Steve M. Robbins st...@sumost.ca :

 That sounds like you you're asking N developers to do a bunch of extra 
 busywork so that 1 person's job is made easier.  Here's an alternative: if 
 you 
 can indeed scan the archive for bad files, add that detector to the archive-
 rebuilding project and do this:

 1. Unpack 
 2. Remove bad files
 3. Build

 If it still builds after removal, you have proved the bad file is not
 used.

In case of minified JS or stuff like that, the build process could just
be copy all the files from this directory in this directory. So the
build will still be successful.
-- 
Don't sacrifice clarity for small gains in efficiency.
- The Elements of Programming Style (Kernighan  Plauger)


signature.asc
Description: PGP signature


Re: concurrent installation of different pkg versions

2014-04-26 Thread Vincent Bernat
 ❦ 26 avril 2014 07:07 CEST, Charles Plessy ple...@debian.org :

 it would be a great advantage for Debian over the other distributions to have
 the capacity to install multiple versions concurrently.

 That does not mean that it would be a good idea to install multiple versions 
 of
 core packages.  However, on multi-user systems, the ususal approach is that 
 the
 administrator tells the users to go compile their specialised programs
 themselves.  In Debian, these programs are typically in leaf packages that 
 have
 simple dependancy trees and tend to work well unmodified on multiple releases.

 If we could use APT to leverage resources like snapshot.debian.org, this would
 give Debian a strong momentum on that use case.  Of course, I understand that
 implementing this properly is a lot of work.

I would be a lot simpler to leverage containers.
-- 
panic(Fod fight!);
2.2.16 /usr/src/linux/drivers/scsi/aha1542.c


signature.asc
Description: PGP signature


Re: Registration open for DebConf14

2014-04-26 Thread Adam D. Barratt
On Sat, 2014-04-26 at 10:52 +0200, Daniel Baumann wrote:
 On 04/26/2014 08:11 AM, Steve Langasek wrote:
  If you want to attend DebConf14, please fill out the registration
  form https://summit.debconf.org/registration/.
 
 this redirects to:
 https://sso.debian.org/sso/acs_error?DACS_ERROR_CODE=902;[...]
 
 which shows a page requiring a login, either a debian SSO login or an
 alioth one. i have neither. how should i register?

Steve's mail clearly says:

This year, conference registration is integrated with the new Debian
SSO system.  If you are a Debian developer and have not previously used
the Debian SSO system, you will need to configure an SSO password on
db.debian.org.

Regards,

Adam


-- 
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/1398508901.15557.21.ca...@jacala.jungle.funky-badger.org



Re: Registration open for DebConf14

2014-04-26 Thread Adam D. Barratt
On Sat, 2014-04-26 at 11:41 +0100, Adam D. Barratt wrote:
[stuff]

Sorry, ignore that.

The correct answer would appear to be register an alioth account.

Regards,

Adam


-- 
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/1398509382.15557.22.ca...@jacala.jungle.funky-badger.org



Bug#745886: ITP: gfbgraph -- GObject library for Facebook Graph API

2014-04-26 Thread Laurent Bigonville
Package: wnpp
Severity: wishlist
Owner: Laurent Bigonville bi...@debian.org

* Package name: gfbgraph
  Version : 0.2.2
  Upstream Author : Álvaro Peña alvar...@gmail.com
* URL : http://download.gnome.org/sources/gfbgraph/
* License : LGPL2.1+
  Programming Lang: C
  Description : GObject library for Facebook Graph API

GFBGraph is a GLib/GObject wrapper for the Facebook API.


-- 
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/20140426110905.11059.25222.report...@soldur.bigon.be



Re: concurrent installation of different pkg versions

2014-04-26 Thread Russ Allbery
Steve Langasek vor...@debian.org writes:
 On Sat, Apr 26, 2014 at 02:07:22PM +0900, Charles Plessy wrote:

 it would be a great advantage for Debian over the other distributions
 to have the capacity to install multiple versions concurrently.

 No, no it wouldn't.

 This is how rpm handles library packages.  It's a horror show.

All of our research computing systems run Red Hat (or CentOS) because
that's where the people who care about concurrent installation of
different versions have gone, since no one in the Debian and Ubuntu world
with influence seems to care about their problems.  And simultaneous
installation of multiple versions of packages is simply a requirement for
many research computing scenarios, usually because there's a lot of
bespoke scientific code that accomplishes some specific goal but was not
written to the standards one would expect from professional programmers,
and therefore doesn't easily work with newer versions of libraries.

Just something to keep in mind.

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


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



New Cinnamon Maintainer, looking for help

2014-04-26 Thread Maximiliano Curia
Hi,

Cinnamon is a desktop environment based on GNOME, but with a different
shell and some other replaced parts (screensaver, file manager, system
settings, etc).  It was created by Linux Mint, but it's independent of
the distribution.

The cinnamon package and dependencies included in Debian are currently
uninstallable, and have been unmantained for a year.

I have prepared new packages, adding their sources to the collab-maint
alioth project.  There's still quite a lot of work to do in order to
bring these packages into Debian shape, so I encourage anyone who's
interested to contact me, so that we can work together.

-- 
I decry the current tendency to seek patents on algorithms. There are better
ways to earn a living than to prevent other people from making use of one's
contributions to computer science.
-- Donald Knuth
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: Non-source Javascript files in upstream source

2014-04-26 Thread Manuel A . Fernandez Montecelo

2014-04-26 07:51 Ben Finney:

Steve M. Robbins st...@sumost.ca writes:


On April 25, 2014 11:02:29 PM Ben Finney wrote:
 We promise the source for everything any recipient downloads as part
 of Debian. If non-source files are distributed in Debian source
 packages, without a way to confidently guarantee the corresponding
 source is what's already available in Debian, then that is a
 definite impact on the freedom of Debian recipients: it threatens
 the freedom promises in the Social Contract.

That is certainly not a universally held view. Some of us [1] regard
random trash littering the source distribution -- but not used in
generating the actual software (binary distribution) -- as merely a
nuisance that can be tolerated.


If it's in the Debian source package, it is distributed as part of
Debian.


What's your position on 'configure' scripts for which we don't know if they are
generated from the .ac?  (Is there a good method to even test this?).  Are they
also missing the source?

If the versions of autotools used by upstream generating code from the .ac into
'configure', not shipped in [almost?] any source packages, were not even ever
packaged in Debian (or patched in upstream's distributions or local systems), we
are missing the source (preferred form of modification) of 'configure' script as
well.  Svante explained in a previous e-mail of this thread a case with
Makefile/.in/.am.

This has important consequences, and IMO much more serious than the case of
minified JS.  If we regenerate 'configure' from the .ac for all packages, part
of the tests and compilation flags at build time will change, most likely
runtime behaviour will change as well.  I think that there were even security
problems reported recently related with this.


If you agree that source-is-missing also applies in those cases, do you also
think that we should immediately declare all source packages in Debian
containing a 'configure' script as somehow non free (unless we can check
unambigously that they were generated by the .ac), and emit lintian errors
asking all the source packages are repackaged stripping the 'configure' script
and regenerating from the .ac?  Or what alternative solutions are acceptable for
you?


(I'm in favour of regenerating 'configure' scripts automatically as expressed in
another recent thread, but because of ports and other practical purposes... and
because they actually are a central part of building every package in which they
are present.  But I would also be against requiring to strip source packages of
this file just because we don't know exactly where its source comes from -- that
would be Very Silly and counter-productive).



If it's distributed as part of Debian, it is subject to the promises in
the Debian Social Contract.

Those promises include the promise that anything in Debian has its
source in Debian.

[...]

What part are you saying is “not a universally held view”, and how do
you reconcile that with the Debian Social Contract?



My understanding is that SC and DFSG, similarly to the definition of Free
Software by FSF and other efforts, were devised to promote user freedom when
using and modifying software, etc.

If the consequence of following SC and DFS *Guidelines* (SC#1 refer to it) does
not further these goals, it is an exercise in futility, and thus not worth doing
in my opinion.  Interpreting SC or DFSG (or any law or guideline, for that
matter) without thinking of the utility, the costs or the consequences, does not
seem very wise to me.

source-is-missing is not important if we (or the users) don't need, or even
use or want, the source or the derived file.  And if they want to use/modify it,
they can easily get it, and in fact it is *better* if they get it from JQuery
upstream (or our canonical Debian package) than from the upstream project that
ships it (more recent fixes, etc).


Every person with knowledge about how to modify the minified JQuery, or to ask
some other person to do it for them, will know (the minified file tells them)
where to get the preferred form of modification, change them to their heart's
content, and replace it.  In principle most versions will work fine; and people
who want to modify it will generally just grab the latest one from upstream,
from another file their system or a Debian package, or elsewhere.  So I think
that not having the unminified file in the same source package doesn't have any
practical negative consequence for users.

I could be mistaken, though.  I asked in several emails of the thread for people
to provide realistic examples in which doing the huge *collective* work of
repackaging thousands of source packages improves user freedom in any way, but I
think that nobody provided an example.

So unless/until somebody does that, I consider all this issue a futile effort
(and by wasting time and energy of this, we are actually harming other aspects
of Debian, etc...).  I would wish it to stop before more maintainers spend time
on this; but 

Re: lintian source-is-missing for jquery

2014-04-26 Thread Manuel A . Fernandez Montecelo

2014-04-26 02:30 Charles Plessy:

Le Fri, Apr 25, 2014 at 03:48:51PM +0200, Bas Wijnen a écrit :


Ignoring a bug because you set your priorities is understandable and
(in some cases) good.  Adding an override is not.


There are also benefits from using an override:

- It shows that the message has been received by the maintainer, not just
  skipped, missed or ignored.

- It gives an opportunity to write down why he decided to not take further
  action.


Agree, that's why we did it in the package that sparked this complaint:

#it is removed and symlinked when building
sdlgfx source: source-is-missing Docs/html/jquery.js



Overrides are a central place in which Lintian maintainers and other developers
doing distribution-wide developments and quality controls can try to unerstand
why a tag tends to be ignored by a large number of package maintainers.

For example, I am very tempted to start to override hyphen-used-as-minus-sign
tags with a justification such as “Never going to work; will not spend my time
on this; others may do as they wish”.


Also agree with both.

--
Manuel


--
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/20140426142925.gb9...@lugh.itsari.org



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Manuel A . Fernandez Montecelo

2014-04-26 11:00 Vincent Bernat:

❦ 26 avril 2014 01:31 CEST, Manuel A. Fernandez Montecelo 
manuel.montez...@gmail.com :


Compared to that amount of work, stripping a few files from a tarball
using uscan is utterly trivial and I don't see why it is a problem.
It's quite a bit harder to do the right thing and persuade upstream to
not include them.


How to handle this with gbp?


I guess that one of the best things that you can do is to filter the files, like
other cruft in the tarball coming from upstream, example:

http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl2.git;a=blob;f=debian/gbp.conf;h=b3a5a0939feff4f6578c8d617059ac7e740b778b;hb=HEAD


Good to know. I was using a dedicated dfsg branch, but the workflow is
crappy in this case. But currently, nothing we can do with
debian/copyright?


I am not sure of what you mean.

If you don't have it in the repackaged .orig.tar, you don't have to document it
in debian/copyright (you can document somewhere why you removed them from
orig.tar, though).

Other people mentioned other methods of solving these cases with uscan and other
tools, but I am not familiar with those so I don't know if there are better
methods.

--
Manuel


--
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/20140426143419.gc9...@lugh.itsari.org



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Vincent Bernat
 ❦ 26 avril 2014 16:34 CEST, Manuel A. Fernandez Montecelo 
manuel.montez...@gmail.com :

Good to know. I was using a dedicated dfsg branch, but the workflow is
crappy in this case. But currently, nothing we can do with
debian/copyright?

 I am not sure of what you mean.

 If you don't have it in the repackaged .orig.tar, you don't have to document 
 it
 in debian/copyright (you can document somewhere why you removed them from
 orig.tar, though).

I was speaking of the File-Excluded feature. It would be neat for gbp
to use that during git-import-orig (like uscan does).
-- 
Don't compare floating point numbers just for equality.
- The Elements of Programming Style (Kernighan  Plauger)


signature.asc
Description: PGP signature


Bug#745930: RFP: fbzx -- ZX Spectrum emulator

2014-04-26 Thread Santiago Vila
Package: wnpp
Severity: wishlist

* Package name: fbzx
  Version : 2.10.0
  Upstream Author : Raster Software Vigo (Sergio Costas)
* URL : http://www.rastersoft.com/fbzx.html
* License : GPL-3+
  Programming Lang: C
  Description : ZX Spectrum emulator for X or framebuffer

I actually started to package this, but I would prefer that someone
else maintains it. Preliminary package here:

http://people.debian.org/~sanvila/fbzx/


-- 
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/alpine.deb.2.02.1404261720001.27...@cantor.unex.es



Re: New Cinnamon Maintainer, looking for help

2014-04-26 Thread Mateusz Łukasik

On 26.04.2014 16:14, Maximiliano Curia wrote:

Hi,

Cinnamon is a desktop environment based on GNOME, but with a different
shell and some other replaced parts (screensaver, file manager, system
settings, etc).  It was created by Linux Mint, but it's independent of
the distribution.

The cinnamon package and dependencies included in Debian are currently
uninstallable, and have been unmantained for a year.

I have prepared new packages, adding their sources to the collab-maint
alioth project.  There's still quite a lot of work to do in order to
bring these packages into Debian shape, so I encourage anyone who's
interested to contact me, so that we can work together.


Hi Maximiliano,

I'm not Cinnamon user, but I have contact by the another users with that 
environment. I can help you.



--
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/535bca66.1090...@linuxmint.pl



Re: Bug#745872: ITP: profanity -- a console based XMPP client

2014-04-26 Thread Dariusz Dwornikowski
 PKG_CHECK_MODULES([openssl], [openssl], [],
 [AC_MSG_ERROR([openssl is required for profanity])])
 
 The resulting binary cannot be distributed.
 

Hey Andrey,

Could You elaborate on that ? Why would openssl ban the binary to be
distributable ?

-- 
Dariusz Dwornikowski, 
  Institute of Computing Science, Poznań University of Technology
  www.cs.put.poznan.pl/ddwornikowski/  
  room 2.7.2 BTiCW | tel. +48 61 665 29 41


-- 
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/20140426164451.ga9...@blackstar.cs.put.poznan.pl



Re: Bug#745872: ITP: profanity -- a console based XMPP client

2014-04-26 Thread Russ Allbery
Dariusz Dwornikowski dariusz.dwornikow...@cs.put.poznan.pl writes:

 PKG_CHECK_MODULES([openssl], [openssl], [],
 [AC_MSG_ERROR([openssl is required for profanity])])
 
 The resulting binary cannot be distributed.

 Could You elaborate on that ? Why would openssl ban the binary to be
 distributable ?

The GPL and the OpenSSL license are incompatible.

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


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



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Manuel A . Fernandez Montecelo

2014-04-25 23:32 Wookey:

+++ Manuel A. Fernandez Montecelo [2014-04-25 09:42 +0100]:


... a recent/ongoing thread, about using dh-autoreconf or something
similar ...



Nobody in the thread tried to apply the same logic with configure
script compared to minified .js.  The case of configure script is even
worse, in my opinion, because it is actually used to compile the
binary (unlike minified .js, which in virtually all cases is only
shipped to be used for documentation).  And it is at least as
difficult to check if a configure script actually came from that
source as to check if minified js came from another .js.

In that situation, nobody proposed that we should strip ./configure
from the source packages just because we don't know if it was
generated from the accompanying .in/.ac sources of that script (if
present there at all), or because any other consideration.

People attempt to deal with that sitation acknowledging the problem
and by using automatic tools to regenerate it at build time, before
starting the build.  Nobody is proposing repackaging orig.tar to
remove the source-is-missing configure script, and nobody argued
that this would improve user freedom or benefit our users in any way.


I see the point you are getting at, but don't agree that the
situations are equivalent. First I have never seen a package (and I've
looked at a lot) where the source (configure.in/ac) is missing.



From some hundreds of orig.tar that I have around, the following

examples are generated by autoconf but .ac/.in seems missing.  Few in my
survey, but some of them are important.

acl-2.2.52/configure
attr-2.4.47/configure
ccache-3.1.9/configure
(I stopped looking)



So the source is never missing, and re-generating it is thus
straightforward. Also the configure script, whilst not entirely
'preferred' is perfectly modifiable, comprehensible, with comments and
variables and so on, so again it's at least much further up the scale
of 'preferred/modifiable' than minified js. It's a much harder call to
say that it doesn't count as source for DFSG purposes. I'm not sure
that generation itself makes something 'not source'.

It is possible that the shipped configure is not what you'd get from
regenerating - i.e. it doesn't match the 'source' provided, and we
don't check for that. But this is just another argument for
re-autoconfing, which we have agreed is a good thing for other reasons
too, and as we have all the parts we need, there is no issue of source
availability.


I don't know if people agree, but if we accept the premise that the
source and preferred form of modification of 'configure' is
'configure.ac' (and, I would add, the code from autoconf expanding the
functions/macros in .ac is also source of 'configure'), then I don't
agree that the source code of 'configure' is never missing.  And other
people argue that not being the preferred form of modification, violates
the DFSG.

If we need to modify the '.ac' to support a new feature, the regenerated
'configure' is potentially very different (and fail to compile, be
buggy, whatever).  Once we need to modify the .ac and regenerate, parts
of the source of the old 'configure' is more or less effectively
missing and lost for any new builds.  Generally that's fine and we
don't care, but still, I would argue that conceptually the same is true
of well-known minified JS libs: you take the new unminified, substitute
it, and are done with it -- that the exact source code changes is not
important, as long as it works.  And we know that the canonical versions
usually work better than old copies, so good riddance.

If either 'configure' or minified JS were modified by hand (e.g., adding
extra non-minified functions to the minified .js, to provide unrelated
functionality to the original library), or for whatever reason does not
work with newer autoconf, and so regeneration from configure.ac or
unminified JS breaks the build, we have no option but use the original
'configure' and minified JS (not their preferred form of modification).
At that point they are their own preferred form of modification -- until
somebody fixes the project to be compatible with newer versions of the
libs.

So I think that the uses and problems that we have to deal with minified
JS have many parallels with 'configure', at least in the case of
well-known JS libraries.


As you say above, and it is one of the objections of people about
minified JS, in the same way that there is no easy way to say if
'configure' comes from '.ac', there is also no general/sure way to say
about minified JS and unminified source.  If that's an argument for
regenerating from .ac (I agree, again) and so we are ignoring the
'configure', I think that it's an argument for ignoring the minified JS
from upstream and linking to the canonical libjs-* (except in cases
where fails).

Crucially, and that's what I am arguing for, I think that nobody thinks
of asking upstream to remove their 'configure' file on the basis that it
might not 

Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Jakub Wilk

* Manuel A. Fernandez Montecelo manuel.montez...@gmail.com, 2014-04-26, 19:13:
From some hundreds of orig.tar that I have around, the following 
examples are generated by autoconf but .ac/.in seems missing.  Few in 
my survey, but some of them are important.


acl-2.2.52/configure
attr-2.4.47/configure


$ ls {acl,attr}-*/configure.in
acl-2.2.52/configure.in
attr-2.4.47/configure.in


ccache-3.1.9/configure


This is true positive AFAICT, and I don't doubt there's more in the 
archive. You (or anybody else) are welcome to implement Lintian check to 
find such cases.


--
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/20140426183905.ga5...@jwilk.net



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Russ Allbery
Jakub Wilk jw...@debian.org writes:
 * Manuel A. Fernandez Montecelo manuel.montez...@gmail.com, 2014-04-26, 
 19:13:
 From some hundreds of orig.tar that I have around, the following
 examples are generated by autoconf but .ac/.in seems missing.  Few in my
 survey, but some of them are important.

acl-2.2.52/configure
attr-2.4.47/configure

 $ ls {acl,attr}-*/configure.in
 acl-2.2.52/configure.in
 attr-2.4.47/configure.in

They're added via a patch because upstream forgot to ship them, so they're
missing from the upstream tarball, which I suspect is what Manuel was
checking.

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


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



Bug#745968: ITP: gcc-4.9-doc -- documentation for the GNU compilers

2014-04-26 Thread 郭溢譞
Package: wnpp
Severity: wishlist
Owner: Guo Yixuan (郭溢譞) culu@gmail.com

* Package name: gcc-4.9-doc
  Version : 4.9.0-1
  Upstream Author : FSF
* URL : http://gcc.gnu.org/
* License : GFDL-1.3+, with invariant sections
  Programming Lang: Texinfo
  Description : documentation for the GNU compilers

This package contains manual pages and documentation in info and
html format, for the GNU compilers.

This documentation is licensed under the terms of the GNU Free
Documentation License, and contains invariant sections, so it can't be
part of Debian main.

I'm maintaining gcc-4.4-doc-non-dfsg, gcc-4.6-doc, gcc-4.7-doc,
and gcc-4.8-doc now. All the packaging work is in available in
git[1].

[1] http://anonscm.debian.org/gitweb/?p=users/yixuan-guest/gcc-doc.git;a=summary

Cheers,

GUO Yixuan


-- 
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/20140426194242.15715.18062.report...@miz.etto



Re: DFSG : Really useful?

2014-04-26 Thread Dimitri John Ledkov
On 25 Apr 2014 15:15, Solal solal.rast...@me.com wrote:

 Why not just take the Free Software Definition[0] instead lose a lot of
 time in specific guidelines.
 I think use the Free System Distribution Guidelines published by the
 FSF[1] is the best way. Use the FSDG instead of the DFSG will :
 -Be more efficient instead of lose a lot of time in the DFSG.
 -Be sure to be in the 100% free GNU/Linux distros list of the FSF.


One is not a superset of the other. The two documents are incompatible. As
one example each way - In debian, we consider GFDL license with invariant
texts to be non-free. Whilst FSDG, disqualifies providing compatible
archives of non-free software.

How are you measuring efficiency / loosing time here? Given the non-trivial
cost of switch and more restrictive terms of FSDG would require more audit
and ongoing work.

The FSF 100% free list is not a deal-breaker pretty much for everyone.

What specific aspects of FSDG do you find to not be met by DFSG?

I am not sure if DFSG predates FSDG or not, but DFSG was used as a basis
for free software definition as published by Opens Source Initiative (OSI)
thus many organisations, including the Linux Foundation, do recognise
Debian as a free operating system.

To answer the topic of your email - yes by large DFSG has been extremely
useful (especially in the early days of pleora of self-written licenses) to
current times with established license terms and non-trivial
compatibilities between them. It is concise and easy to read and
understand. Widely accepted by everyone else. Switching to a different
metric will not magically resolved all licensin issues (patents, trademark
violations, copyright assignments etc.) nor make upstream tarballs to be
magically correct and acceptable.

Regards,

Dimitri.


Re: Non-source Javascript files in upstream source

2014-04-26 Thread Peter Samuelson

[Manuel A. Fernandez Montecelo]
 If you agree that source-is-missing also applies in those cases, do
 you also think that we should immediately declare all source packages
 in Debian containing a 'configure' script as somehow non free (unless
 we can check unambigously that they were generated by the .ac)

There's 2 reasons to care if configure was built from the configure.ac
in the tarball.  The immediately practical reason is to ensure that if
we or our users need to patch it, we can patch the actual source, and
still be able to build correctly.  (These things do tend to bitrot if
you don't watch them.)  Basically that means always rebuilding from
source - which is already a best practice in Debian.  Not every package
does it, but IMO every package _should_.

The other reason to care is of course to comply with our free software
guidelines.  For that purpose, I think it's entirely reasonable to
assume good faith in upstream.  If we find out that some upstream
intentionally tricks us by shipping a mismatching configure, just so
they can point and laugh at the DFSG violation, the solution is very
simple: remove the package from Debian, because such upstreams clearly
can't be trusted not to trick us in more malicious ways.


-- 
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/20140426232014.gd4...@p12n.org



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-26 Thread Bas Wijnen
On Sat, Apr 26, 2014 at 07:13:33PM +0100, Manuel A. Fernandez Montecelo wrote:
 I would argue that conceptually the same is true of well-known
 minified JS libs: you take the new unminified, substitute it, and are
 done with it -- that the exact source code changes is not important,
 as long as it works.  And we know that the canonical versions usually
 work better than old copies, so good riddance.

But this is not a reason for a lintian override.  Your argument is that
the lintian check is incorrect, and it is triggered by many packages.
Those packages don't need overrides; lintian needs to be fixed instead.

Thanks,
Bas


signature.asc
Description: Digital signature


Re: Non-source Javascript files in upstream source

2014-04-26 Thread Jose Luis Rivas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El 26/04/14, 06:20pm, Peter Samuelson escribió:
 
 [Manuel A. Fernandez Montecelo]
  If you agree that source-is-missing also applies in those cases, do
  you also think that we should immediately declare all source packages
  in Debian containing a 'configure' script as somehow non free (unless
  we can check unambigously that they were generated by the .ac)
 
 There's 2 reasons to care if configure was built from the configure.ac
 in the tarball.  The immediately practical reason is to ensure that if
 we or our users need to patch it, we can patch the actual source, and
 still be able to build correctly.  (These things do tend to bitrot if
 you don't watch them.)  Basically that means always rebuilding from
 source - which is already a best practice in Debian.  Not every package
 does it, but IMO every package _should_.
 
 The other reason to care is of course to comply with our free software
 guidelines.  For that purpose, I think it's entirely reasonable to
 assume good faith in upstream.  If we find out that some upstream
 intentionally tricks us by shipping a mismatching configure, just so
 they can point and laugh at the DFSG violation, the solution is very
 simple: remove the package from Debian, because such upstreams clearly
 can't be trusted not to trick us in more malicious ways.
 

I think is unfair to compare `configure` files with minified JavaScript,
starting by the fact that you can't read the minified JavaScript and
distinguish if is doing something wrong compared with the source of the
same un-minified JavaScript.

I think is fine to ship these minified JS files as long as you have a
reproducible way to show that is the same as the source.

Maybe a dh script should be born for this and my head says the prototype
may look like `dh_js_minify_reproduc --source source.js --output min.js
- --rules-should-apply='--with-license --with-copyright' and throw an
error if it's a mismatch.

Kind regards.
 
 -- 
 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/20140426232014.gd4...@p12n.org
 

- -- 
Jose Luis Rivas -- GPG: 0xB9AC8C43
http://www.joseluisrivas.net/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNcQeUACgkQOKCtW8rKsRhndwCfWOT9rNfsvyf9A+wNRH3G1xJr
03IAoL8NazLacbwzqYqjIqQxLlKu2EIR
=z0qp
-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/20140426233149.gc12...@arya.ghostbar.co



Re: Non-source Javascript files in upstream source

2014-04-26 Thread Jose Luis Rivas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El 26/04/14, 06:20pm, Peter Samuelson escribió:
 
 [Manuel A. Fernandez Montecelo]
  If you agree that source-is-missing also applies in those cases, do
  you also think that we should immediately declare all source packages
  in Debian containing a 'configure' script as somehow non free (unless
  we can check unambigously that they were generated by the .ac)
 
 There's 2 reasons to care if configure was built from the configure.ac
 in the tarball.  The immediately practical reason is to ensure that if
 we or our users need to patch it, we can patch the actual source, and
 still be able to build correctly.  (These things do tend to bitrot if
 you don't watch them.)  Basically that means always rebuilding from
 source - which is already a best practice in Debian.  Not every package
 does it, but IMO every package _should_.
 
 The other reason to care is of course to comply with our free software
 guidelines.  For that purpose, I think it's entirely reasonable to
 assume good faith in upstream.  If we find out that some upstream
 intentionally tricks us by shipping a mismatching configure, just so
 they can point and laugh at the DFSG violation, the solution is very
 simple: remove the package from Debian, because such upstreams clearly
 can't be trusted not to trick us in more malicious ways.
 

I think is unfair to compare `configure` files with minified JavaScript,
starting by the fact that you can't read the minified JavaScript and
distinguish if is doing something wrong compared with the source of the
same un-minified JavaScript.

I think is fine to ship these minified JS files as long as you have a
reproducible way to show that is the same as the source.

Maybe a dh script should be born for this and my head says the prototype
may look like `dh_js_minify_reproduc --source source.js --output min.js
- --rules-should-apply='--with-license --with-copyright' and throw an
error if it's a mismatch.

Kind regards.
 
 -- 
 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/20140426232014.gd4...@p12n.org
 

- -- 
Jose Luis Rivas -- GPG: 0xB9AC8C43
http://www.joseluisrivas.net/


- -- 
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/20140426233149.gc12...@arya.ghostbar.co

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNcVbEACgkQOKCtW8rKsRjmGQCfVPeh/hut08w4cnyIzmsNYi9W
LcoAoIc6H549oQNmsXcMvYXZNAlIauXZ
=Y5kV
-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/20140427005617.ga27...@arya.ghostbar.co



Accepted lxc 1.0.0-9 (source amd64 all)

2014-04-26 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 07:47:09 +0200
Source: lxc
Binary: lxc lxc-stuff lxc-dbg lxc-dev
Architecture: source amd64 all
Version: 1.0.0-9
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 lxc- Linux Containers userspace tools
 lxc-dbg- Linux Containers userspace tools (debug)
 lxc-dev- Linux Containers userspace tools (development)
 lxc-stuff  - Linux Containers userspace tools (additional utilities)
Closes: 744854 745169 745670
Changes: 
 lxc (1.0.0-9) unstable; urgency=low
 .
   * Adding conflicts to libvirt-bin which messes with cgroups (Closes:
 #745169).
   * Adding updates Spanish debconf translations from Camaleón
 noela...@gmail.com (Closes: #744854).
   * Configuring systemd service manually since the upstream makefile fails
 to do that (Closes: #745670).
Checksums-Sha1: 
 56982fcadc6bb711370c1434e157ed32acf77937 1557 lxc_1.0.0-9.dsc
 5af80bd0aa68890dc423987b1af238be7edc6f07 485436 lxc_1.0.0.orig.tar.xz
 e1904d71a776ba0bc347c80fa49c02aff8a8ba4d 48232 lxc_1.0.0-9.debian.tar.xz
 1e1ad902523e9d1cf56d255a41565fbe34ceb786 416630 lxc_1.0.0-9_amd64.deb
 56d6d08adb28fc8dbecd50534267b5f6533bede2 50556 lxc-stuff_1.0.0-9_all.deb
 2eb4feb3f7fa7495f4ac4dd0d86189c19d719365 773016 lxc-dbg_1.0.0-9_amd64.deb
 3906f537f778417927eff17ede365af5f8cba548 152242 lxc-dev_1.0.0-9_amd64.deb
Checksums-Sha256: 
 dbc0538e28eb46a1edc5c0b8266cbd3f4b9aeb00078c447ef753b1ff1ac8c502 1557 
lxc_1.0.0-9.dsc
 80f8e3b8834d8851fcbb47d1ea6faf5b738bc712f45e14e28b089b3b7f0d3cab 485436 
lxc_1.0.0.orig.tar.xz
 c92f93ead30277fa1a77a96741400107d3602787b2f8cc6b77461c60cda93bdb 48232 
lxc_1.0.0-9.debian.tar.xz
 a8086a3fd6eadb18dfa18f4beba2b848377e6f7d8d7498fd40e0d1b426e1c823 416630 
lxc_1.0.0-9_amd64.deb
 28c23cd5a77c94f2e00a402a487dc3cc15c1676242cd0891648b1851a7476a3a 50556 
lxc-stuff_1.0.0-9_all.deb
 7dfa6a4ea314713914e25d2e58d2d6cdd8a74ae763b12dd8331192409129c4be 773016 
lxc-dbg_1.0.0-9_amd64.deb
 aede6b7478260044f089931a17c431532395581922de4d8cee6fdaf48ba97385 152242 
lxc-dev_1.0.0-9_amd64.deb
Files: 
 f5ae7117923dabd916000813d7bafc16 416630 admin optional lxc_1.0.0-9_amd64.deb
 1d9cc10560da8f6a2f5bf44b842cdd94 50556 admin optional lxc-stuff_1.0.0-9_all.deb
 0a4a0903dab7a40071c233ca3f2c21de 773016 debug extra lxc-dbg_1.0.0-9_amd64.deb
 6715856b93e8e5e1a4f1509e6f19616e 152242 libdevel optional 
lxc-dev_1.0.0-9_amd64.deb
 ad3eee339e1fbf9f6cfbf9af81cb1ee2 1557 admin optional lxc_1.0.0-9.dsc
 68ec55361e5214bfcadc4fe0d8a47e4a 485436 admin optional lxc_1.0.0.orig.tar.xz
 c44f7f6c90970f23a91870b3090e0146 48232 admin optional lxc_1.0.0-9.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbSNMACgkQ+C5cwEsrK57ZvQCguheQARhiMZvTcIlQMoL6guQi
I+oAnAy/zPqhoCC4X30rD3c3jDNWqMQR
=Shi3
-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/e1wdvi6-0005hl...@franck.debian.org



Accepted https-everywhere 3.5.1-1 (source all)

2014-04-26 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 08:00:40 +0200
Source: https-everywhere
Binary: xul-ext-https-everywhere
Architecture: source all
Version: 3.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Jérémy Bobbio lu...@debian.org
Description: 
 xul-ext-https-everywhere - extension to force the use of HTTPS on many sites
Closes: 744975 745131
Changes: 
 https-everywhere (3.5.1-1) unstable; urgency=low
 .
   * New upstream release:
 - Re-enable ability to see all rulesets in enable/disable dialog.
   (Closes: #744975)
 - Fix XKCD rule. (Closes: #745131)
   * Drop obsolete patches for Debian rules.
Checksums-Sha1: 
 cbe2c072a2ba9dfdc696746b398e54d5b4d13eab 2145 https-everywhere_3.5.1-1.dsc
 392bb2473c92fa36c677e95e7fbf7cf79ffeb8c1 855167 
https-everywhere_3.5.1.orig.tar.bz2
 5157720784394313be1ca5ec88d69c56e8d09920 9048 
https-everywhere_3.5.1-1.debian.tar.xz
 73b9af31762d7156a44cc982102a7be871cd 618302 
xul-ext-https-everywhere_3.5.1-1_all.deb
Checksums-Sha256: 
 5f1708144aad8751dba4cbef737b7c565d5eac1e931fc8d3ea4688a7876678e5 2145 
https-everywhere_3.5.1-1.dsc
 daf81c111ca07c6b77e921b5f5ef1a6864cc3ab5832af512414ff90681354615 855167 
https-everywhere_3.5.1.orig.tar.bz2
 7e0522a212a3d40240a33d149279d1bb33961ab14c6dd6b777e550f29fee4856 9048 
https-everywhere_3.5.1-1.debian.tar.xz
 39634d5f1c70563c7f431856748b17958909f0587e3388eda4021335e251594b 618302 
xul-ext-https-everywhere_3.5.1-1_all.deb
Files: 
 192af663567809e223ac1d4bb97eb270 618302 web optional 
xul-ext-https-everywhere_3.5.1-1_all.deb
 967f73d4f42422cff34fd64bbb2d3e77 2145 web optional https-everywhere_3.5.1-1.dsc
 08172d86b5ebd6ec05f6a1de298b8fa9 855167 web optional 
https-everywhere_3.5.1.orig.tar.bz2
 9f57f6c80b9c9254cdf8a7f3ae8045ef 9048 web optional 
https-everywhere_3.5.1-1.debian.tar.xz

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

iQIcBAEBCAAGBQJTW01eAAoJEEgU3sIrMHw8ydEQAOlbGHX63ZWtIAS32dx1dyN6
zonAXk/MgsnRfcDOVWDitfEm8DKCeNT/nIaCo+UqGxGJLHkbYaYP2wfLgHV2JfJ5
rd0p3I0LjxmsuehNDwVZdw63poMRr//wmqc1TKUoN3sqcjQ9Cp2Ctjp209KWsJnh
2iUwGXQ8uM4LAbyi0WjykJ0bKTQhx2CwFzmfvJrkwuRjfBBeszcSHCkonSF/Z+0S
VJWhRH61cBWdvu5IT33x7VJwJMukkyZn4v9Vo7Jx5DO3RAfHR6Kd/dH69xbZ4pWI
oJOex+BJpMG942rBgDiUTPLc5aGnIBEYECS2Hnb88aIVTKfxt6aKI/dvEKLIjwXK
y2eOVoRUsl1NPUIToqk92GFzJwc93OKg48euwPVbPCDRiApxEcQKzKM0FWHTDEhR
WEgDwbXtY/0I5atm1zEcONJyBg3JM1NQBClEny1mTqtVnZx6/kAxBclmM874kFrT
yue1CBJ3fpQh+p8fYIn76coLyegHXbJaP3PT4Tg2W06jxa4ZP4+doDy91ZhuDAE9
ieErtbVUiyjWMKQS61yfG9J4SFqc6BXCKb/m5hwmug11oY6oZ7vAHy9WVjujZlQS
C470PM5/mRqoptSydjmOVHkHWHA/SS2Enmmeb5xZ53KQmbCb9D9if9bWrD9p6U5L
ly8xGsm5IiDUkbbdDdXu
=O0jL
-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/e1wdvwv-00079z...@franck.debian.org



Accepted live-build 4.0~alpha34-1 (source all)

2014-04-26 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 08:01:22 +0200
Source: live-build
Binary: live-build live-build-cgi
Architecture: source all
Version: 4.0~alpha34-1
Distribution: unstable
Urgency: low
Maintainer: Live Systems Maintainers debian-l...@lists.debian.org
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 live-build - Live System Build Components
 live-build-cgi - Live System Build Scripts (CGI frontend)
Closes: 739729 744365 745020 745205 745760 745824 745839 745855
Changes: 
 live-build (4.0~alpha34-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Only automatically do replacements within syslinux configs when they
 are not directories (as they can be in the pxelinux.cfg case), thanks
 to Antony Messerli amess...@rackspace.com (Closes: #745760).
   * Correcting required installer package determination to avoid extra
 packages, thanks to Benjamin Moody benjamin.mo...@gmail.com (Closes:
 #739729).
   * Failing in lb config when config wasn't initialized first with lb init
 (Closes: #744365).
   * Using cp -a on all non-fat filesystems to copy content into the binary
 image (Closes: #745824).
 .
   [ Simon McVittie ]
   * Run hooks in sorted order (Closes: #745839).
 .
   [ Daniel Baumann ]
   * Dropping superfluous comment about recompression initrd images in
 chroot_hacks.
   * Updating sha1sum for recompressed initrd images (Closes: #745205).
   * Adjusting splash.svg filename in embedded syslinux configurations to
 match code (Closes: #745020).
   * Ensuring correct include directory permissions avoiding tainting of
 target system in lb init.
   * Abort early in installer_preseed if d-i is not included on the image
 (Closes: #745855).
Checksums-Sha1: 
 09e9e62c7c0d5e85572af34a0227bedfe8ec4549 1371 live-build_4.0~alpha34-1.dsc
 ab6902a6170e70d1a21707abc54c24bdf30d6a95 149220 
live-build_4.0~alpha34.orig.tar.xz
 5118eeef252c6c96260aab6805851c226b79228d 56788 
live-build_4.0~alpha34-1.debian.tar.xz
 05740ca45ccfc362a7066cf067113aa12f2753f9 223056 
live-build_4.0~alpha34-1_all.deb
 325e5cb57fa0ca2e9b011d1f83f3b1639501f2e9 71204 
live-build-cgi_4.0~alpha34-1_all.deb
Checksums-Sha256: 
 ef131f084d32ec5a04b0aec896dd6545db7fa50daf9421b66df425e3e97167e1 1371 
live-build_4.0~alpha34-1.dsc
 4cf35c2ee4a218c02c51d5f99f1cea9436241ccd346f018388b4461d6a23994b 149220 
live-build_4.0~alpha34.orig.tar.xz
 caf7afcdf51d844470450379050f23ac077eb5f1eb0b1f8a86162c1445dbb461 56788 
live-build_4.0~alpha34-1.debian.tar.xz
 1917ebcb81449691d894f862186b6b509f11354bef980baeebcab9712c911ea2 223056 
live-build_4.0~alpha34-1_all.deb
 49e7ca633544830b2f320e392a255d5ffb2f1593f2483262806b747359a508cf 71204 
live-build-cgi_4.0~alpha34-1_all.deb
Files: 
 3dc4a3d9507f8c78e397134ea2090b04 223056 misc optional 
live-build_4.0~alpha34-1_all.deb
 70f43eccb6152d89932b2dae1a913e26 71204 misc optional 
live-build-cgi_4.0~alpha34-1_all.deb
 d700aef13994ab3141e82a919c7ff617 1371 misc optional 
live-build_4.0~alpha34-1.dsc
 1d53d89c2539412ae3fbe7817ca5 149220 misc optional 
live-build_4.0~alpha34.orig.tar.xz
 250fb86184ee4035354eb7c57934430e 56788 misc optional 
live-build_4.0~alpha34-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbTa4ACgkQ+C5cwEsrK55ewwCg3PpPQ6KsYI1Qd6Ssf6Imyavi
BxEAoISkyFkDf9U381Vz+aBJrfkzzx1q
=x2fV
-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/e1wdvwe-0007en...@franck.debian.org



Accepted live-manual 1:4.0~alpha12-1 (source all)

2014-04-26 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 08:21:34 +0200
Source: live-manual
Binary: live-manual live-manual-epub live-manual-html live-manual-odf 
live-manual-pdf live-manual-txt
Architecture: source all
Version: 1:4.0~alpha12-1
Distribution: unstable
Urgency: low
Maintainer: Live Systems Maintainers debian-l...@lists.debian.org
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 live-manual - Live Systems Documentation (metapackage)
 live-manual-epub - Live Systems Documentation (epub)
 live-manual-html - Live Systems Documentation (html)
 live-manual-odf - Live Systems Documentation (odf)
 live-manual-pdf - Live Systems Documentation (pdf)
 live-manual-txt - Live Systems Documentation (txt)
Changes: 
 live-manual (1:4.0~alpha12-1) unstable; urgency=low
 .
   [ chals ]
   * Adding brief note about the 'lb' wrapper for clarification.
   * Updating the overview of tools chapter, introducing 'lb init'.
   * Adding live-config-sysvinit to automatic formatting.
   * Adding 'lb init' to the examples.
Checksums-Sha1: 
 f2285c3a888a4bc2c2e0b4919d8aba23db9affd3 1837 live-manual_4.0~alpha12-1.dsc
 4f4ba0f72697d21667376fec2f912e7ad975c6b2 386240 
live-manual_4.0~alpha12.orig.tar.xz
 72b5a129f7a6c108c378737dcedf627ed5fe65a1 30328 
live-manual_4.0~alpha12-1.debian.tar.xz
 032453af516596e16a9044ad01622c52d43e3c48 34160 
live-manual_4.0~alpha12-1_all.deb
 4291a3e1cf3721666eb89fd6bdf628b99d8d2a33 725784 
live-manual-epub_4.0~alpha12-1_all.deb
 b07443e0f7895249634836aafb55273d50c19fad 442878 
live-manual-html_4.0~alpha12-1_all.deb
 99d74d9ff24fd6fa07b8ea779fc29ace8f191097 780622 
live-manual-odf_4.0~alpha12-1_all.deb
 51d1d866bddd67a36109d5aeefba973bdc6e2b6f 13739804 
live-manual-pdf_4.0~alpha12-1_all.deb
 424f2387a6931d4a89250cae53fc0f28d0c59881 566880 
live-manual-txt_4.0~alpha12-1_all.deb
Checksums-Sha256: 
 dca3e1a8344b439f208a71dc5346ea11e7abcf957b98b7b298a7b2c91fca838d 1837 
live-manual_4.0~alpha12-1.dsc
 906efec4c1b7a398f184440f9bac51356cf9d45006aeabea44ded1db1479a893 386240 
live-manual_4.0~alpha12.orig.tar.xz
 874f4e104ac05808684598307b20f49dc220fa2b5be5321b9c15083c7b97fc88 30328 
live-manual_4.0~alpha12-1.debian.tar.xz
 e58a4dda9a31ef117bbae97778c8fe883cdf5765e7f282c995f527beeb61ac6c 34160 
live-manual_4.0~alpha12-1_all.deb
 7e8c6cfb7bfea9651b642760c11597eab5fce57f9b2b8df7dd8fe696c1601885 725784 
live-manual-epub_4.0~alpha12-1_all.deb
 f6751e55b956a72db240fccf385708b2cf02e65ea7c19a2688518fc32a4a5496 442878 
live-manual-html_4.0~alpha12-1_all.deb
 4873c1b51ed78c710512516b8c8ef2be829ad14f82c15c18f23a4c8512104e51 780622 
live-manual-odf_4.0~alpha12-1_all.deb
 57d208008e4e63d226bbc71b1e42ce16d431e843fa478a7d1fa515dd78c47b7c 13739804 
live-manual-pdf_4.0~alpha12-1_all.deb
 fa1e841dd49092a693cc3c120aa96349cceb76a4451c4c8f1044a82443828667 566880 
live-manual-txt_4.0~alpha12-1_all.deb
Files: 
 4dd16eb506a77d7746f7be3643c24f2b 34160 metapackages optional 
live-manual_4.0~alpha12-1_all.deb
 ebf84183ee001621d6e62b70a603b20c 725784 doc optional 
live-manual-epub_4.0~alpha12-1_all.deb
 a392975531b06cce04937e4913dfcc1a 442878 doc optional 
live-manual-html_4.0~alpha12-1_all.deb
 480a44877cdb44e6e1bd1fcfef0324b0 780622 doc optional 
live-manual-odf_4.0~alpha12-1_all.deb
 3880d6520e0323d118e1b1e8f70792d4 13739804 doc optional 
live-manual-pdf_4.0~alpha12-1_all.deb
 d5267031df9f907447ef66301139b6cc 566880 doc optional 
live-manual-txt_4.0~alpha12-1_all.deb
 018e603b21b6060eddb135a0e8a39b4b 1837 doc optional 
live-manual_4.0~alpha12-1.dsc
 f0b8562e63797a192dc563ab1b195180 386240 doc optional 
live-manual_4.0~alpha12.orig.tar.xz
 4954591e2064c8063af0a9398525d114 30328 doc optional 
live-manual_4.0~alpha12-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbVBoACgkQ+C5cwEsrK55cEgCdEmN/xDRkZD6ER5s5EQqYMoCc
4PoAn3ql6HyF4LMVyJpCaYOqcdKkL2w6
=ngZc
-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/e1wdwpz-0001no...@franck.debian.org



Accepted flex 2.5.39-4 (source amd64 all)

2014-04-26 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Apr 2014 23:37:29 -0700
Source: flex
Binary: flex flex-doc libfl-dev
Architecture: source amd64 all
Version: 2.5.39-4
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava sriva...@debian.org
Changed-By: Manoj Srivastava sriva...@debian.org
Description: 
 flex   - fast lexical analyzer generator
 flex-doc   - Documentation for flex (a fast lexical analyzer generator)
 libfl-dev  - static library for flex (a fast lexical analyzer generator)
Closes: 745228
Changes: 
 flex (2.5.39-4) unstable; urgency=low
 .
   * Bug fix: Flex 2.5.39-3 has a typo in installman, thanks to
 Gianfranco Costamagna. over - over (Closes: #745228).
Checksums-Sha1: 
 7d7364be09a311711ab7848ad267b79493b0ec6a 1860 flex_2.5.39-4.dsc
 78d9b8715a4b9d6e622547c5a9e7699e648593a3 25444 flex_2.5.39-4.debian.tar.xz
 2d1da5d14040bff0c2daa1b7002f661a4fff7020 972846 flex_2.5.39-4_amd64.deb
 9bc1522164b78a6c079495b99f64f6d5e623c9e1 199432 flex-doc_2.5.39-4_all.deb
 0997f72ab22747eb5519fe816b4d39da9b3d75c3 74364 libfl-dev_2.5.39-4_amd64.deb
Checksums-Sha256: 
 3e7c67d4ce25e996354e3ee378e87610f9461a3c9dead321baee866f8380c62e 1860 
flex_2.5.39-4.dsc
 9024105b8adf0c675e5e05e99e7fc33ec72c8b07d8f0522100ace73548df5314 25444 
flex_2.5.39-4.debian.tar.xz
 decb7ba958e06a664acfc28ed885da252407a82725badb93101db197a423ab7f 972846 
flex_2.5.39-4_amd64.deb
 3db07aaf2922e6ee78513409def7baf177f36259f83cb1be90a4b5ccdf29c44c 199432 
flex-doc_2.5.39-4_all.deb
 c15f8b952b55ded93376a0bd7502eb0fa562e6b46492235431cc780c97c2ef45 74364 
libfl-dev_2.5.39-4_amd64.deb
Files: 
 99132ba609b45b1b9967e69408fd272a 972846 devel optional flex_2.5.39-4_amd64.deb
 93c57b1d54e59491a6339185fa97c9f4 199432 doc optional flex-doc_2.5.39-4_all.deb
 533514013ba18773b249faedbfc93dbb 74364 libdevel optional 
libfl-dev_2.5.39-4_amd64.deb
 e9cac2df6a2f2e33105816ebf81a2fbd 1860 devel optional flex_2.5.39-4.dsc
 e36a00dd5fc818fbbb26caa72b2fd8db 25444 devel optional 
flex_2.5.39-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQFtBAEBCgBXBQJTW1qxUBSAABsALHNyaXZhc3RhQGdvbGRlbi1ncnlwaG9u
LmNvbUFCQTcxMDI1QTFCNUE4OEE0RTVGNjhDMjM2QkQ3MjBGNkY1NzY0NzJfNDgx
AAoJEDa9cg9vV2RyY3cIAOQDdBuAc+7P6R+pV9qVQomnzlY+X7mujTy2SVmmwl+h
TsyZ24w6HwKmGhZjeF83SeeNJvvEath2x9GZbwwlu5phO5694V03JdtX4UzmBa4C
tLXtxbp7hU4cmOtLP4EVjZPE+mnjYXMZe1Z4CDlgY0P5DNkLg5S03gtlKygmlWq2
vxTQ6DWGlqU3Oki5KdmRQtBsues4cu6O+XiMad//FOLlDLUS+qqZly4qdppU95Cv
KVH7nA6J6RaYz2dLgFXUY8MLQJqeRlD71L77CyNH1GZRYwDCjzj1Quhl5ofB6r4d
PcLZpPNw4BbU4vDEBRqcVQ9W0I7HlfAZMDdFC1QLdmM=
=wNVD
-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/e1wdwsh-0004xh...@franck.debian.org



Accepted wxsqlite3 3.0.6.1~dfsg1-1 (source amd64 all)

2014-04-26 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 20:43:48 +0200
Source: wxsqlite3
Binary: libwxsqlite3-2.8-0 libwxsqlite3-2.8-dev wxsqlite3-doc wxsqlite3-2.8-dbg
Architecture: source amd64 all
Version: 3.0.6.1~dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.org
Description: 
 libwxsqlite3-2.8-0 - SQLite3 C++ wrapper for use in programs based on the 
wxWidgets
 libwxsqlite3-2.8-dev - Development files for wxSQLite3
 wxsqlite3-2.8-dbg - Debugging symbols for wxSQLite3 2.8
 wxsqlite3-doc - Documentation files for wxSQLite3
Changes: 
 wxsqlite3 (3.0.6.1~dfsg1-1) unstable; urgency=low
 .
   * Remove minified jquery.js to be DFSG free.
Checksums-Sha1: 
 d218eb961322386341b9cb6df0b74fc92f0f772d 2262 wxsqlite3_3.0.6.1~dfsg1-1.dsc
 4ced1368774ec0184ebe36df125d7a310a4e494a 670956 
wxsqlite3_3.0.6.1~dfsg1.orig.tar.bz2
 aae667b78f1f9e0a59a28143d5f2dc573355c73a 10680 
wxsqlite3_3.0.6.1~dfsg1-1.debian.tar.xz
 800a900946b276e78da72da330525086a26e3ee3 53788 
libwxsqlite3-2.8-0_3.0.6.1~dfsg1-1_amd64.deb
 ecdd3760e5d7fb3487c8045268c8b1b4e8da791d 36498 
libwxsqlite3-2.8-dev_3.0.6.1~dfsg1-1_amd64.deb
 a1cb93be2cef2fc38d568fc88d06250653763d2d 102510 
wxsqlite3-doc_3.0.6.1~dfsg1-1_all.deb
 a2b6b33ae2223299e6b20ecee73a4badb73e457b 241904 
wxsqlite3-2.8-dbg_3.0.6.1~dfsg1-1_amd64.deb
Checksums-Sha256: 
 6281cdef4d285d868f064369cdd0a40f19f4dc645ab0ecfbf5b14bbe2f7b6af0 2262 
wxsqlite3_3.0.6.1~dfsg1-1.dsc
 76adcc5203721e82b7fbef375c4024ecce40c4299b96897f91a67546ae1f07f5 670956 
wxsqlite3_3.0.6.1~dfsg1.orig.tar.bz2
 cf346c2b1b2334cfed9563f146c35eb316f540cd5b3b5dd6beb1d6550666a2cb 10680 
wxsqlite3_3.0.6.1~dfsg1-1.debian.tar.xz
 29b9b785ad6b2a301034729b23d019ff83ee711df16a7d579814e0e8b37879ed 53788 
libwxsqlite3-2.8-0_3.0.6.1~dfsg1-1_amd64.deb
 0b3698761c48ee2d9dee70799b0da35f070baec4af83175e29769f6d13038b54 36498 
libwxsqlite3-2.8-dev_3.0.6.1~dfsg1-1_amd64.deb
 b9e61d04e99bc7e742272cc15983b176eb06f5c32b9a09df4d1caa47c5987046 102510 
wxsqlite3-doc_3.0.6.1~dfsg1-1_all.deb
 fb960488ca0c2c51d7353ee18d1582fac61647e97b07c4dea2856026af1ac224 241904 
wxsqlite3-2.8-dbg_3.0.6.1~dfsg1-1_amd64.deb
Files: 
 e14ff003c143bad3825188d912417f41 53788 libs optional 
libwxsqlite3-2.8-0_3.0.6.1~dfsg1-1_amd64.deb
 da9f95321dcb137a3ce60297553b62cf 36498 libdevel optional 
libwxsqlite3-2.8-dev_3.0.6.1~dfsg1-1_amd64.deb
 c65b8c925a27a9d88a6203cf9013af29 102510 doc optional 
wxsqlite3-doc_3.0.6.1~dfsg1-1_all.deb
 4a78f2eb2211603eaba7f04551615125 241904 debug extra 
wxsqlite3-2.8-dbg_3.0.6.1~dfsg1-1_amd64.deb
 e9ceb0e6c6ac36dc6a3098dc283c5eab 2262 libs optional 
wxsqlite3_3.0.6.1~dfsg1-1.dsc
 9abdd88d22ce6024c2c3f916615a7035 670956 libs optional 
wxsqlite3_3.0.6.1~dfsg1.orig.tar.bz2
 4f60b5679dd9a6d5a9f9cdf57f6ee140 10680 libs optional 
wxsqlite3_3.0.6.1~dfsg1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW18zAAoJENzjEOeGTMi/dYMP/3Nz70mR/NjD5F06jSEwX6ah
8gvUxbZzA9mQ/H8D7lCxuXlC05vpWepzLvkpGdpH3efNalJOvUr/aztKGgMwRaQX
jXwYwskUjI0a5NPjBKfd3wnqLG57975UGrbxFfsnrWPJaxjWrHJcseVvpzy4P79q
eYMKqQvfZQzDVU7wgdP26/M66JmRYV/txKG1RRJUExId7CgKPiSaLFLQMHH8/Dzm
1B+28bCwjwNMFZzGykmc/ovn5IQRmnPneWN231t4lrjuQ/eVMjPuLcy6z5PbCUAi
6/totHRFAtc+SodFGI6/+Z2W6ALmUJSogRZKCZcCR/THJWTbhoL4ueGrvRayGYk+
xyVxuITU8j5e2vYFtS5zDMQ6y5c0PCzZvrtfBTsNxWpVh5GUlFFujFp7l9JW8OEd
acXFw0z9lxUnSbZhOV/hWKwk5wE0TKcUevW7vNRGkdsUE6NCTRhBsTTPE8c2bPVi
92fnDIzheIPtbE4Cb0PDjlRz85J6tdqzOW2j5b99rK79Um2TS7SQkls6TsO05o1Q
JIcrh5GHgVacGsn1BAEM0jzf8FXZGjZkZ5oBIInwFu3rx7rmMludD82ljdvbiAgA
ZAtxtyGBDHozsz/IH6TlSCPP6cPMF4W9MQDo8Lychf2BkMl5CRczupjqxlb/052n
HA3l9XeMwb9njJWgg6aU
=Kgv5
-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/e1wdx7n-0006rt...@franck.debian.org



Accepted cheese 3.12.1-1 (source all amd64)

2014-04-26 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 10:29:08 +0200
Source: cheese
Binary: cheese cheese-common libcheese-gtk23 libcheese-gtk-dev libcheese7 
libcheese-dev libcheese-doc gir1.2-cheese-3.0
Architecture: source all amd64
Version: 3.12.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 cheese - tool to take pictures and videos from your webcam
 cheese-common - Common files for the Cheese tool to take pictures and videos
 gir1.2-cheese-3.0 - tool to take pictures and videos from your webcam - gir 
bindings
 libcheese-dev - tool to take pictures and videos from your webcam - base dev
 libcheese-doc - tool to take pictures and videos from your webcam - 
documentation
 libcheese-gtk-dev - tool to take pictures and videos from your webcam - 
widgets dev
 libcheese-gtk23 - tool to take pictures and videos from your webcam - widgets
 libcheese7 - tool to take pictures and videos from your webcam - base library
Changes: 
 cheese (3.12.1-1) experimental; urgency=medium
 .
   * New upstream translation release.
   * Rebuild against new gnome-desktop.
   * Bump gnome-desktop build-dependency accordingly.
Checksums-Sha1: 
 3b278fafc39578d718343709907caaa71b92082f 2693 cheese_3.12.1-1.dsc
 a071b38e72d3810ca70e766b301c80e852603150 1775396 cheese_3.12.1.orig.tar.xz
 122cb0674f90055eb4f6b079519c5d81a5724030 16384 cheese_3.12.1-1.debian.tar.xz
 85783e2f287b74ae460302d942bd23ad469de45c 1250078 cheese-common_3.12.1-1_all.deb
 10837340d7e0152ab6969d3ffcff414e2da72d58 393072 libcheese-doc_3.12.1-1_all.deb
 81435df87b6540757adb5e723eae56d1c61b1fcc 299688 cheese_3.12.1-1_amd64.deb
 e3e32c5ab7893337f8e195e09df8513c788a509d 255182 
libcheese-gtk23_3.12.1-1_amd64.deb
 39c139a3e7fd19aed5b0664997ef039b40960c23 239048 
libcheese-gtk-dev_3.12.1-1_amd64.deb
 26ca5e0806e017cb8610e3bf8872a24149be4eac 260952 libcheese7_3.12.1-1_amd64.deb
 b3c17e0492c7dd623019339c0a2d9887aac85de5 245690 
libcheese-dev_3.12.1-1_amd64.deb
 b8b33c187139f18314da56453cbb17d20b8c65f5 240126 
gir1.2-cheese-3.0_3.12.1-1_amd64.deb
Checksums-Sha256: 
 573ed848327df90d014e8254a8a14ecba40e5c89c8774ba6f5851bf7a7d96e11 2693 
cheese_3.12.1-1.dsc
 8185cecc4639c6c3c1474a0d50c8f571137a7ffada868329f0129dd6cb651a05 1775396 
cheese_3.12.1.orig.tar.xz
 0debf0f08517e7ae29497643de2631529ab3e19b820c2f586ca50ee4c35a95df 16384 
cheese_3.12.1-1.debian.tar.xz
 cd00fe85b9db0518b9b9de20f98e1c3d56dea66dcccd4dc23b2c0a12f49808c2 1250078 
cheese-common_3.12.1-1_all.deb
 0e88ae9a97c7fd2fdf089742eb98b6e3f02c2a3581b94e24ee04ff94cf093f32 393072 
libcheese-doc_3.12.1-1_all.deb
 93ea7dc1cce82d97c60926d4f3973a7f140139acc6b8e2d14991b50f35ebd226 299688 
cheese_3.12.1-1_amd64.deb
 ad5d72d1751f449196e05ee58374d5db10645ea802fba365c86b664c917ccdf8 255182 
libcheese-gtk23_3.12.1-1_amd64.deb
 a6258c50f1648a4eafcf5deb85ce9e9ddc5545158b566799f30760b1b2d0a397 239048 
libcheese-gtk-dev_3.12.1-1_amd64.deb
 57b487e1df1ddc446b613efc653b0852beef7623090326d4a4c14d0bad398fd4 260952 
libcheese7_3.12.1-1_amd64.deb
 ecc23675df71efd50b48cf4499fe67c2d191ba12bda8d64bd698a226ad46857e 245690 
libcheese-dev_3.12.1-1_amd64.deb
 5d1eec1e3a45d76e27ef71f8d86c1ce6680770115817d794b25280da9561db7d 240126 
gir1.2-cheese-3.0_3.12.1-1_amd64.deb
Files: 
 93fad3f21584c47e0e97b39796cafa6f 1250078 gnome optional 
cheese-common_3.12.1-1_all.deb
 8abc5708628083f3c7b69a9920cf2e30 393072 doc optional 
libcheese-doc_3.12.1-1_all.deb
 0e8b161b13e713dc097bc6d0e4bdcce8 299688 gnome optional 
cheese_3.12.1-1_amd64.deb
 6db96c7e2f237ebb9aa8652403b99cfa 255182 libs optional 
libcheese-gtk23_3.12.1-1_amd64.deb
 10a9cba1ab9c7026a86a355ca78b3c2e 239048 libdevel optional 
libcheese-gtk-dev_3.12.1-1_amd64.deb
 81e5d49f262af10384b5e67a375b12b8 260952 libs optional 
libcheese7_3.12.1-1_amd64.deb
 467c36cd0f4e20f749fd012e57103cc4 245690 libdevel optional 
libcheese-dev_3.12.1-1_amd64.deb
 c3a7e5d48fccdefbe725bef81164ef10 240126 introspection optional 
gir1.2-cheese-3.0_3.12.1-1_amd64.deb
 c3a1eceff3d992e8d79cee33a3dc7aed 2693 gnome optional cheese_3.12.1-1.dsc
 48730944a24c9adbd897b672ec66adee 1775396 gnome optional 
cheese_3.12.1.orig.tar.xz
 b2efef2b8243f0300624edab665e1157 16384 gnome optional 
cheese_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbcOcACgkQrSla4ddfhTNckACeMGGIzjskAPYDYwqXs2jNJSl3
D2sAnAjCufbWnbtqxT37QKyfQlJ4KZ3O
=UOtj
-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/e1wdzts-0005ve...@franck.debian.org



Accepted bibtool 2.57+ds-1 (source amd64)

2014-04-26 Thread Jerome Benoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 08:42:28 +
Source: bibtool
Binary: bibtool
Architecture: source amd64
Version: 2.57+ds-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tex Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Jerome Benoit calcu...@rezozer.net
Description: 
 bibtool- tool to manipulate BibTeX files
Changes: 
 bibtool (2.57+ds-1) unstable; urgency=low
 .
   * New upstream version.
 - integrate previous Debian fixes that silenced compiler warnings.
   * Debianization:
 - debian/copyright, Source field refresh;
 - debian/control, Homepage field refresh;
 - debian/watch, path refresh to CTAN;
 - debian/patches/*, refresh.
Checksums-Sha1: 
 4d4e31312395f1e7c16f88b23e0fdde0fa9ce1aa 2067 bibtool_2.57+ds-1.dsc
 3238d05606dac9fcc137468c6a6f882f88d4acd3 227260 bibtool_2.57+ds.orig.tar.xz
 1637747b45923f6596948943ee93a1a324a2be90 12548 bibtool_2.57+ds-1.debian.tar.xz
 659573c1cffc3145c911ad2be71d9cae0426ed85 923212 bibtool_2.57+ds-1_amd64.deb
Checksums-Sha256: 
 90f7358477c9f80a6d267dbfe6bc59bc774374233870bbd914d88eb3a340cd14 2067 
bibtool_2.57+ds-1.dsc
 4d0de719ff9e9388dd380d713bba72b30131a971a50500ec13a453717d878c15 227260 
bibtool_2.57+ds.orig.tar.xz
 849871c2ff016708bff0a3d9dbf1d52045205670fc95c65bf934bc25e6264c5c 12548 
bibtool_2.57+ds-1.debian.tar.xz
 8867fc49084cd56a9a0d8351e72c92b6eb4dac939c880365417e9ebcc6ff6234 923212 
bibtool_2.57+ds-1_amd64.deb
Files: 
 6297688966249e101496fb707590b2f6 923212 tex optional 
bibtool_2.57+ds-1_amd64.deb
 450649644b295c91071c6df6f247a152 2067 tex optional bibtool_2.57+ds-1.dsc
 fc39982642ced0c006c76b9e09f3824c 227260 tex optional 
bibtool_2.57+ds.orig.tar.xz
 c1c9c5e763c4d72b6e778fdaa5b8e2f3 12548 tex optional 
bibtool_2.57+ds-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU1t9OmyspEiGDNwTAQga1BAAgMgXwviCOoFu57BTtZVV6wNVlY+m9prc
IuPEenQONhfruMFNMHF2Ckzn9XJPNYVzriChUj8kcw0HDhFVEuKW2EOZan3L3Z/t
Mt04r9LCblw5lWfkt5/+bCJ+D3i6cHmd1CTYaiDJiwJmhiNAd2ksRMdqGMlZn8Z9
kUwHpj9pRwNoIfUz/ko9KiwP6C+H8CQ3Z3ugjjU4Po4ICpZhi4J4mwAOk6V10d/6
ka7f977eYj/wdE6F0ptMMLXvxc4w1qp3oYIrFg9raqKjVP55gxYqqpTErC7MNtaz
naRAKQsQPGQwYwOaK3Elq+fhs9elBOG5snrAvTXCXPSyBcGKY8JgCnIk6jOTK/z7
RYi3ObZzfuYkihqUI19ORGLDXHA1Kv7rGRNdMPlSTZocHRYAY5GwLEm58MoAXDnE
s0EHoOAF6JIdLdq5WJd0vapyALwysuI+bfhvvumzONuxhuJNqybySKBcTvWsWRfU
OtMkMK8E4cgqSFTB67ns3SDyq/yRCLEtmQCgiaEtiLCdRfnvFmdJ9eeUBbamL7aF
cMsgR0hi3qK2DEDowGi/+RzFlZKsgKix887X9ZV2OTDB8YWJI1FzAXsx4zKUrP8j
lYqfasuyNkHuKy91SumFlAPyolnCP0sGz8jEC4CzshoXMvplA1n3AyP2SPWo1Mmv
cmBLS/oMivc=
=E/xC
-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/e1wdztc-0005mc...@franck.debian.org



Accepted clhep 2.1.4.1-1.1 (source i386 all)

2014-04-26 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 23:56:31 +0200
Source: clhep
Binary: libclhep2.1 libclhep-dev clhep-doc
Architecture: source i386 all
Version: 2.1.4.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Philipp Kern pk...@debian.org
Description: 
 clhep-doc  - Documentation of CLHEP
 libclhep-dev - CLHEP: A Class Library for High Energy Physics - development
 libclhep2.1 - CLHEP: A Class Library for High Energy Physics
Closes: 733301
Changes: 
 clhep (2.1.4.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix broken double comparision in a testcase. (Closes: #733301)
Checksums-Sha1: 
 5f754ccba1f2124b674e9b083495581d159ce095 1773 clhep_2.1.4.1-1.1.dsc
 1ece2dac06c68ebea72c9dea122e5299b91d6582 5296 clhep_2.1.4.1-1.1.debian.tar.xz
 02a9571b531b084abacc2a55fd5450c7992f564a 425844 
libclhep2.1_2.1.4.1-1.1_i386.deb
 e42c963c7ab978a9db98f12b6b3382ae7bfa29fa 621004 
libclhep-dev_2.1.4.1-1.1_i386.deb
 75a6aab95d7a4eebbdb136847de5ff15bc14ebc0 3694174 clhep-doc_2.1.4.1-1.1_all.deb
Checksums-Sha256: 
 8a22fe7def75b8a735a0e5c4dd8c17435a6cb81ed5e1cd45927c55e0722fec8c 1773 
clhep_2.1.4.1-1.1.dsc
 b8c0a85047c75a20f1139338699c1abdd279d193989fa3cbb412b6867d5242f3 5296 
clhep_2.1.4.1-1.1.debian.tar.xz
 cd4bd3ed439d2ae90de8090bee2d607002e55da2c65dc344ad17aa8b49dea50d 425844 
libclhep2.1_2.1.4.1-1.1_i386.deb
 9292db0b30ea58645a9812838962701870311a1ce4931b3104f933eb7976fd5c 621004 
libclhep-dev_2.1.4.1-1.1_i386.deb
 8d22655b753f69f0b7b2d4ae215f1169d785895f337f47b155265f802e44ce54 3694174 
clhep-doc_2.1.4.1-1.1_all.deb
Files: 
 c01f383b5e9e92d501f18913d17ba432 425844 science optional 
libclhep2.1_2.1.4.1-1.1_i386.deb
 9922b1235c91361ca2d664aee45871de 621004 libdevel optional 
libclhep-dev_2.1.4.1-1.1_i386.deb
 6ab14689ec9c6c18cead39428a8f935c 3694174 doc optional 
clhep-doc_2.1.4.1-1.1_all.deb
 afc279cda10e601027ef8eb271f95d06 1773 science optional clhep_2.1.4.1-1.1.dsc
 2e485ee95c00c0062e801a87296ab731 5296 science optional 
clhep_2.1.4.1-1.1.debian.tar.xz

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

iQEcBAEBCAAGBQJTW2f+AAoJEERuJUU10FbsZPoH/3WITLCdELQ/8iiDv4HxMz1Q
xNCy0Es9b08GbHFpsCCPqcxqSXpqMBK6PR4EvgddAHsIJrdzAKEj328fafN0pBzf
2EwfZ/EWLFTZrUlb9SB+WqVP9eJVZj20LShBtrE0xfv7dvJZEzW3owv6vSFmACZy
A/LY23d9zGpqxv0V0h9hrXIw8yz0NalomIlEDpbmShxnF0FXtz+7wu2K3ZwISrfg
jEVYXD+8LyRveZ3+iiMGLyGMryoYeXBdY/TOm8hLuU0VXrmt7xIeagHrtPWohQXD
7G7b3E/EzYM75obD9+OHYXqm7p/1TrdAXCOkCxWc7Ur458z3L1CcOF1y7+S1QeY=
=KpJL
-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/e1wdzwz-0006if...@franck.debian.org



Accepted eog 3.12.1-1 (source all amd64)

2014-04-26 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 10:42:48 +0200
Source: eog
Binary: eog eog-dbg eog-dev
Architecture: source all amd64
Version: 3.12.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 eog- Eye of GNOME graphics viewer program
 eog-dbg- Eye of GNOME graphics viewer program - debugging symbols
 eog-dev- Development files for the Eye of GNOME
Changes: 
 eog (3.12.1-1) experimental; urgency=medium
 .
   * New upstream translation release.
   * Rebuild against new gnome-desktop.
   * Bump gnome-desktop build-dependency accordingly.
Checksums-Sha1: 
 41c75dd8235f296a4cf4ff661e9333b9ef65 2185 eog_3.12.1-1.dsc
 147c6a8fe8dd341255b38bae918d6ea4c245691b 3966108 eog_3.12.1.orig.tar.xz
 d3f65a2b287fd39e5be3c34d0fe5b8edfac5c79e 14020 eog_3.12.1-1.debian.tar.xz
 4a13cd88a1fafff9f124c138e4dca6b519bf0421 300262 eog-dev_3.12.1-1_all.deb
 3654fdc9bffa3f86b787ef7ef0486860d28488a3 3320772 eog_3.12.1-1_amd64.deb
 ef84ae9dfac54347119bb62aa84886215ac97908 721976 eog-dbg_3.12.1-1_amd64.deb
Checksums-Sha256: 
 34c81fc0926e84274436ddf4991507b6f00b6465c0ec1fbdeaa4613c693286c1 2185 
eog_3.12.1-1.dsc
 69a68a95c1322f133e15d86616db3b4fd02a2100767e897a85157b6c8ac77dd1 3966108 
eog_3.12.1.orig.tar.xz
 bdfcc384c5a5d3d78f04cbdf96c9c011e6016a34c37b351066e6bac03be90179 14020 
eog_3.12.1-1.debian.tar.xz
 acb7b4c2506d590f308dbbd46ad2c06539bc9ea87ff096b12d75c2c5eca4fde1 300262 
eog-dev_3.12.1-1_all.deb
 86b15cfb5f7e1ade4b4dab8ab7b249e2861d015e9352cd4aeba1c3c671de94b0 3320772 
eog_3.12.1-1_amd64.deb
 707015ae12616f6ac6fc766d4af3ce88d23ffbbc8364bbd3f2cdab3bfbf90a65 721976 
eog-dbg_3.12.1-1_amd64.deb
Files: 
 09b0846906d852394bb59b689c92cca8 300262 gnome optional eog-dev_3.12.1-1_all.deb
 a82a47258587d24239fc6650548f6ca1 3320772 gnome optional eog_3.12.1-1_amd64.deb
 dff1ec62e1da354ca1d0b6e6eea4300d 721976 debug extra eog-dbg_3.12.1-1_amd64.deb
 761d4a8596a9d4e05e64121e4467a470 2185 gnome optional eog_3.12.1-1.dsc
 14ed287ec50039e494c3472075c77c2f 3966108 gnome optional eog_3.12.1.orig.tar.xz
 447f46fba24c4a8a1874ba83159cae9c 14020 gnome optional 
eog_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbc+YACgkQrSla4ddfhTMrfwCcDpGgOCHAOVHWiiq0nYeBCsTw
A60An1oxgAe79OKxRjJsvpbLjWkm7uvg
=ZBBs
-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/e1wdzxl-0006nd...@franck.debian.org



Accepted gexiv2 0.10.1-1 (source amd64)

2014-04-26 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 11:43:18 +0200
Source: gexiv2
Binary: libgexiv2-2 gir1.2-gexiv2-0.10 libgexiv2-dev libgexiv2-2-dbg
Architecture: source amd64
Version: 0.10.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Shotwell Maintainers 
pkg-shotwell-ma...@lists.alioth.debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 gir1.2-gexiv2-0.10 - GObject-based wrapper around the Exiv2 library - 
introspection da
 libgexiv2-2 - GObject-based wrapper around the Exiv2 library
 libgexiv2-2-dbg - GObject-based wrapper around the Exiv2 library (debugging 
symbols
 libgexiv2-dev - GObject-based wrapper around the Exiv2 library - development 
file
Closes: 745596
Changes: 
 gexiv2 (0.10.1-1) unstable; urgency=medium
 .
   * New upstream release.
 - Fix broken Python binding (Closes: #745596).
Checksums-Sha1: 
 027c55821961234c1389e4e17f4623f4d3295b16 2152 gexiv2_0.10.1-1.dsc
 0f3b9e05e734e56ef4da6c6fb70c6366c85eb476 245804 gexiv2_0.10.1.orig.tar.xz
 a71ef4c9babd15824a745979f8491b0d21255e79 6024 gexiv2_0.10.1-1.debian.tar.xz
 ae3f9f2b127338e918ef4c2f020a8a778c26334f 43728 libgexiv2-2_0.10.1-1_amd64.deb
 4daf36e33a4d679c27251c1e63ce47251f9f3b25 9878 
gir1.2-gexiv2-0.10_0.10.1-1_amd64.deb
 481732b51e66a674baeee6435ce3645d41444efd 55866 libgexiv2-dev_0.10.1-1_amd64.deb
 236274a1024b62be1d4b0dba2bfe4664897c3ab8 343226 
libgexiv2-2-dbg_0.10.1-1_amd64.deb
Checksums-Sha256: 
 2f6ffdecabde3534a06f529ab4240bdaf3aec7eaa5fcc2330895c03b9ad39518 2152 
gexiv2_0.10.1-1.dsc
 7675752a59c2f091560be1f39514ef492ec705b9fdea5f52281672e6b3eba2c7 245804 
gexiv2_0.10.1.orig.tar.xz
 2fa2b2723396f16069c5d23b2a2f9263c41f3688d28ebaa6b4c950907a2bacfe 6024 
gexiv2_0.10.1-1.debian.tar.xz
 ca01d3d1cb660e890f26e7a9aabd5f5d17af86e2960b0eaf5f6683b7baafd923 43728 
libgexiv2-2_0.10.1-1_amd64.deb
 4cd7f1444f5257ffeaaf2e09cf1b1c4931420213df3a392abbb2b592a3ab1894 9878 
gir1.2-gexiv2-0.10_0.10.1-1_amd64.deb
 48376191f7efd93dd9b840f4d264464e98c81a54b1a0e571ad56dc5574868566 55866 
libgexiv2-dev_0.10.1-1_amd64.deb
 aaa697c45b56be2fa3f8e9f71e085e9d431bf91935d2b282e1956b601bab6461 343226 
libgexiv2-2-dbg_0.10.1-1_amd64.deb
Files: 
 21c6ac7f338ead52df1e8f26d0684e6c 43728 libs optional 
libgexiv2-2_0.10.1-1_amd64.deb
 41de1b03c1288972a36b1629125068d2 9878 introspection optional 
gir1.2-gexiv2-0.10_0.10.1-1_amd64.deb
 eaf6f299318818f6530f8add6c637606 55866 libdevel optional 
libgexiv2-dev_0.10.1-1_amd64.deb
 7c52dfe98433ce182ab1dc718b3922e8 343226 debug extra 
libgexiv2-2-dbg_0.10.1-1_amd64.deb
 a17940c96f19097493ea887a18f09589 2152 libs optional gexiv2_0.10.1-1.dsc
 3d9d966a477b1eab752756cfd72b5da0 245804 libs optional gexiv2_0.10.1.orig.tar.xz
 0965bdcef945e632234903959ccd746a 6024 libs optional 
gexiv2_0.10.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW4EFAAoJEEkIatPr4vMfg+IQAJbCu4exHeEjTKWxq2fe49ua
Bw8RaDp4lYjuGHaz1OEgmHcWMM/WEYkNOhlAERieVv/RZVj+xF2CP19OE9eFZKG8
1FYPRx/ZZdN9brfLpKu0EeiFZRSlGMGo3ecyzmKg1/1905ebrNqx6Do3jY4ovIgn
XCQoFAbFGUOLSbDlPYwTCWdXHxF/AgvaO4eA/DSGLaWiPpGxwtVgy2ZpSfqGjNM+
uQfOT34JVbnxvJfglGc/gfu/+iF8bGnRYhWxxSeR/f0N3B7doXYdTjw0GSMlLegW
RSP51Zp1GtAZ3aA9l6z64aqdpy5mQbg4uYLbHPyi8yQi9jkPecUwG++Z6mlUpxAh
b8tcpG2zTrDUbCKdp1INCVvWFKlx6PkGIVQ5prKZUDBkMDFzDoxP36fjrFKZZjVw
PRDgEU5mt5rRywwapXDp/pcpBxBkrGsPuPgzuACG32xpc1sQsnRB5cNhoDwIeDY5
YHNCb78Y6JIMTXTX9DcFoug1qZ+Qvn+kdT0kCQ/K5rOxtVe2VB5kgv5JcQmvdQQc
JLGsUAyncY2wqCxnFkUnFHWI/ktGf+Johs3KtR787gRdFy1X9rze7QFk7T0Opa+T
IJa+95Rrb9HDuxLX1iRvFSHszVlkpJch9KwpFL0oC6i6TH6IY5MOLHF0inQAaIFu
oob+46do7ktPGdbrGPK1
=CUl+
-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/e1wdzz7-0006eh...@franck.debian.org



Accepted gedit 3.12.1-1 (source all amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 10:04:38 +0200
Source: gedit
Binary: gedit gedit-common gedit-dev
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gedit  - official text editor of the GNOME desktop environment
 gedit-common - official text editor of the GNOME desktop environment (support 
fi
 gedit-dev  - official text editor of the GNOME desktop environment (developmen
Changes: 
 gedit (3.12.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Upload to unstable.
Checksums-Sha1: 
 f28fdc1637b8a5a69bfdf4d1a15e92c312dcc392 2722 gedit_3.12.1-1.dsc
 f7bc20e516cdde557e1a8a65de0f74922e934764 2892392 gedit_3.12.1.orig.tar.xz
 37f8d91ebdd0e648fe31f074970c5629fe7c2847 16740 gedit_3.12.1-1.debian.tar.xz
 e88f2f2eb5178e757046c21d6010f6cae473db25 1552480 gedit-common_3.12.1-1_all.deb
 e03863c8c7b2eac59e3dccbd90b924e3b0033eda 408348 gedit_3.12.1-1_amd64.deb
 c4f9fbe0328996655c631aa840fcc71c61747bc6 90002 gedit-dev_3.12.1-1_amd64.deb
Checksums-Sha256: 
 d9e1029baf17d2889d5fde395df181bf6833667f6af7ec0f3ec160ebfcb4e3d3 2722 
gedit_3.12.1-1.dsc
 8e3edc62102934a8be708b0fdf27b86368fa9ede885628283bf8e91b26bbb67f 2892392 
gedit_3.12.1.orig.tar.xz
 782f72556a18be832d52130dbc2a5893a1d2c3da1255666406f7ecc648cbeb99 16740 
gedit_3.12.1-1.debian.tar.xz
 bda8531276ad9dd7db04d711228a5390abb301cdbe5f8f5eb0fc21389b6b9876 1552480 
gedit-common_3.12.1-1_all.deb
 265884c009275cd474992749f130e8ad84207481f3772a3c24cc34a03b63ac51 408348 
gedit_3.12.1-1_amd64.deb
 062a6f25560f4cb33ec68b0324cfecea1e7e3aa15c148ac8bc338079ff49733c 90002 
gedit-dev_3.12.1-1_amd64.deb
Files: 
 3b5deedbdd46fcd2c7ef73294e74f0a3 1552480 gnome optional 
gedit-common_3.12.1-1_all.deb
 12ac1c5b80dfeebd19d4a19b531cef33 408348 gnome optional gedit_3.12.1-1_amd64.deb
 299fc6037d07a2193df1a41bf6bdeee8 90002 devel optional 
gedit-dev_3.12.1-1_amd64.deb
 b76fb988d32d027f7c23a10cfcb9e5ab 2722 gnome optional gedit_3.12.1-1.dsc
 c7773745c31d2723c32d159d1e64d461 2892392 gnome optional 
gedit_3.12.1.orig.tar.xz
 8a01ef6565e2c0429226f9584e2e2aca 16740 gnome optional 
gedit_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW2t8AAoJEJ1GxIjkNoMCiAoP/AswVzzqDK5g21Lg1MXC9MG2
j5pa2YiqpFzfLnEyZfV/si2kjvd6b1cKiY3B0iDLwazYtuayNK9VHRoel312hD1N
FRS2pvaF9rGcjlbnJ/KAlIeC4jd786GYxNKUY7pwGTiYACZdWZ3YsglYMkUk7T4G
8xF+zRuyoo8nY+hHuOLGfXBZcRR4UuDM99utsk7eceKscZhPIRUnCrbR+LB4whdj
BIGikay6SpfOGL3YA1LyF8aPjnfiyndJw4bx6CiyKav/CIu7/0BxnC8Vn2LSn9ME
UfeJ8Lc7zMf+GSyk3Ex7lpnPRLkt++6DqFxSNpYrdm+qNWa2Pae88icxCYMFLg0S
2vigqc53GkejQ+aDyu188sfzkFVtho3qCH/+UIwfwn8vFPst+9sRGsRi1M4O+VQb
2ZGC8+or5854RBpPA5eePTApoovyV06BfIayiFA+rFM1hsl2kRS1ro8cD99MNhQO
ydpEId6ICleCWZvRZpOWRo+dyYzdQCQeHgl/8msukBHoniNh/4DfFq1KZp+Ecb16
4RB2oYURI8XsZdln9cENrR5O/YrgrhqO/rWQccxYlIEzxPxhlDnmHNGvkqdvwO0x
VpM3LbQM5mYPkYWmJmhbu9XofsZj9wIzTeh1KRDqbDlKdf6BthpAhb2aU7mL6lR0
EQ6z/ECEdSddcabDJLVv
=2P5+
-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/e1wdzyx-0006zn...@franck.debian.org



Accepted gnome-online-accounts 3.12.1-1 (source all amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 11:30:35 +0200
Source: gnome-online-accounts
Binary: gnome-online-accounts libgoa-1.0-0b libgoa-1.0-dev libgoa-backend-1.0-1 
libgoa-backend-1.0-dev libgoa-1.0-common libgoa-1.0-doc gir1.2-goa-1.0
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-goa-1.0 - Introspection data for GNOME Online Accounts
 gnome-online-accounts - GNOME Online Accounts
 libgoa-1.0-0b - library for GNOME Online Accounts
 libgoa-1.0-common - library for GNOME Online Accounts - common files
 libgoa-1.0-dev - library for GNOME Online Accounts - development files
 libgoa-1.0-doc - library for GNOME Online Accounts - documentation files
 libgoa-backend-1.0-1 - backend library for GNOME Online Accounts
 libgoa-backend-1.0-dev - backend library for GNOME Online Accounts - 
development files
Changes: 
 gnome-online-accounts (3.12.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Upload to unstable.
Checksums-Sha1: 
 28b9a3fcfd4d4c83d8d035d0037b9d082847a506 3121 
gnome-online-accounts_3.12.1-1.dsc
 c099ca178421b58d0e9da1d2b3b5cbe7747e2aac 1290084 
gnome-online-accounts_3.12.1.orig.tar.xz
 cb37008da299f873c612ed47d04dc12ee52bdca2 10376 
gnome-online-accounts_3.12.1-1.debian.tar.xz
 dc7861c6fe5e037037ed746563da49ed33d7b779 276018 
libgoa-1.0-common_3.12.1-1_all.deb
 6872379ed21b6a1175ae3bfd914c345c17543845 106670 libgoa-1.0-doc_3.12.1-1_all.deb
 7ee242887d59e2bf78f7eaccb01036541301e3da 310976 
gnome-online-accounts_3.12.1-1_amd64.deb
 c7d33d03dc1f65450dfaada60dbe17cbaa4641fb 62804 libgoa-1.0-0b_3.12.1-1_amd64.deb
 f756b32d03f3a0c19d1c9e6086cabb000af276ea 41134 
libgoa-1.0-dev_3.12.1-1_amd64.deb
 3dad46c5abcf7224288635c1c29c40b37fcc4866 208904 
libgoa-backend-1.0-1_3.12.1-1_amd64.deb
 083e3e38cc88d83849b3021dfd6d481310a7bd22 14150 
libgoa-backend-1.0-dev_3.12.1-1_amd64.deb
 6fbfd29fe3e0d2c78c2442ac4c7b47f280a365f5 20174 
gir1.2-goa-1.0_3.12.1-1_amd64.deb
Checksums-Sha256: 
 ef5cb4eca43af24cf166edd085be824b0a0e198ec855acbd6b351bb9e11b4022 3121 
gnome-online-accounts_3.12.1-1.dsc
 2b8930e463c84d609a00ed9337db16550de89e7a7b8184ab18f2a63f150e7cef 1290084 
gnome-online-accounts_3.12.1.orig.tar.xz
 caf06cf96b269915f82b663116a32d37d07812482ee24c2b485a0e109683f91f 10376 
gnome-online-accounts_3.12.1-1.debian.tar.xz
 f3624416cdea076a04a1b4dc362f02243529400f6c14cd8e65b99ae4c29df742 276018 
libgoa-1.0-common_3.12.1-1_all.deb
 ed896a828308ed261d0ee3ad3a68181769c6447fc8e82ab9f0e0ac009df0f29f 106670 
libgoa-1.0-doc_3.12.1-1_all.deb
 2f14ab6549d716dc257e1e17e8e29aad35af7d52c3f2abb8dfcf0eb96ecc830f 310976 
gnome-online-accounts_3.12.1-1_amd64.deb
 87aed30828cbe2e7b328e2cbc494db56a6e6d72a402f027dcffbca2b026a53b0 62804 
libgoa-1.0-0b_3.12.1-1_amd64.deb
 a43545e22ec870d0de41c6ffe370fbceb46d6f575c6ef9e8d1214d6c5f3fec30 41134 
libgoa-1.0-dev_3.12.1-1_amd64.deb
 4be32ce4948431cb9ae2c062d0f2e1164bd3b0943512a488c5abc667dd73a547 208904 
libgoa-backend-1.0-1_3.12.1-1_amd64.deb
 e9e58b23cb5d9c291326697e5a803ef969eb8f708f856400f82252a5988b3cc5 14150 
libgoa-backend-1.0-dev_3.12.1-1_amd64.deb
 a829b660d1b297164c98baa3e54be8be746eb2b1eac822d48388bb4f1fc21f31 20174 
gir1.2-goa-1.0_3.12.1-1_amd64.deb
Files: 
 0e22101a478b8d82926b343d9f8983be 276018 libs optional 
libgoa-1.0-common_3.12.1-1_all.deb
 95d464058c0201d2f9058482935bbc9a 106670 doc optional 
libgoa-1.0-doc_3.12.1-1_all.deb
 5cdec0726887dc1bc031a4106f96630d 310976 gnome optional 
gnome-online-accounts_3.12.1-1_amd64.deb
 a9ee5790aa2327b06ac70b9b3f848f73 62804 libs optional 
libgoa-1.0-0b_3.12.1-1_amd64.deb
 dfbfaab9ab19d4b9a4c8ea8ad5581f09 41134 libdevel optional 
libgoa-1.0-dev_3.12.1-1_amd64.deb
 652715a2cd654a75e2bf0c765ac4e7c0 208904 libs optional 
libgoa-backend-1.0-1_3.12.1-1_amd64.deb
 9a91ad4c45b76b104a1e28ec9ca99215 14150 libdevel optional 
libgoa-backend-1.0-dev_3.12.1-1_amd64.deb
 8470d373c8b8ec50042c2629e1dab432 20174 introspection optional 
gir1.2-goa-1.0_3.12.1-1_amd64.deb
 526399211d5fd877f63e4e8ffea86314 3121 gnome optional 
gnome-online-accounts_3.12.1-1.dsc
 729cb9ccbc83fceb1ce2e1808dd10b74 1290084 gnome optional 
gnome-online-accounts_3.12.1.orig.tar.xz
 4af0db187cd81f75a5ccad807e8bbc07 10376 gnome optional 
gnome-online-accounts_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW36PAAoJEJ1GxIjkNoMCfBAP/1FCRfTuZR+Gfthc+BDd4uEK
PP9mdF+L9uTm3ECWMH6kHpKBQeRUAghCkx7RfmJOrDNA81xkcE6pyPWZcYmzoTWT
KjK0uI4MOq7EVMHbhhvlaWRXIih+Z2shcJ+hi9D+jRMP0FMiq2TN3foCXM4gfONP
i+m7WMjQaFyv4U51fMLYfUgs01pzSgH0LTVnD3YvDdvhRw2g+3CqZVTXAAlw4Wr4
4wPAyWWZ9VyulGcrs+wP0owv9Ja0wXNqz/uCOZ8x5rIzgcZzPlpWeKYrpQnpS3Ew
XxmSg5tgfYaIQSxBrrSSi5aCGN5g5oheMRZFfOxJoK/o22agOejA1H94N+M9xXe4
K25F6tjcSwxGaCzpcYJvBaeo7VfvHJcTge+rCgLVXMHgrgkvutdyARI6eqdXnXcL

Accepted gtksourceview3 3.12.1-1 (source all amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 09:58:53 +0200
Source: gtksourceview3
Binary: libgtksourceview-3.0-1 libgtksourceview-3.0-common 
libgtksourceview-3.0-dev libgtksourceview-3.0-doc gir1.2-gtksource-3.0
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-gtksource-3.0 - gir files for the GTK+ syntax highlighting widget
 libgtksourceview-3.0-1 - shared libraries for the GTK+ syntax highlighting 
widget
 libgtksourceview-3.0-common - common files for the GTK+ syntax highlighting 
widget
 libgtksourceview-3.0-dev - development files for the GTK+ syntax highlighting 
widget
 libgtksourceview-3.0-doc - documentation for the GTK+ syntax highlighting 
widget
Changes: 
 gtksourceview3 (3.12.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Upload to unstable.
Checksums-Sha1: 
 970a5395db04fee58435fe42af470dcdca282ff4 2887 gtksourceview3_3.12.1-1.dsc
 04ae033acb2853d85f094851d14b3417de953a5e 1195804 
gtksourceview3_3.12.1.orig.tar.xz
 efdb6990160fad708ffc96ca3023fd32fb0fe723 12816 
gtksourceview3_3.12.1-1.debian.tar.xz
 64fde219f9b03dd516d7bb0effcd9363fb4a838e 607742 
libgtksourceview-3.0-common_3.12.1-1_all.deb
 82fafe145dcd19ebd9a4a7a20e1a048056267574 113266 
libgtksourceview-3.0-doc_3.12.1-1_all.deb
 57466d8704c2c1bc39b93780f1cf25e2cd4992a8 180416 
libgtksourceview-3.0-1_3.12.1-1_amd64.deb
 30f8f805d9b592594723e05d526af25ab4f43b9b 246120 
libgtksourceview-3.0-dev_3.12.1-1_amd64.deb
 a413385e67df831b5b0eb8853777a30abb636fd4 30596 
gir1.2-gtksource-3.0_3.12.1-1_amd64.deb
Checksums-Sha256: 
 e4263363475b7d2c711fec0457c55079951ec3241f5f2d54e3e5915b2870d394 2887 
gtksourceview3_3.12.1-1.dsc
 008cc0758197aeb4843fc4d1220cbe1586a419455b8ef2efdc9d05a2e6f6bd3e 1195804 
gtksourceview3_3.12.1.orig.tar.xz
 ba14bd5eaffb70d081e6656201b0dc1e8d712e307fc998bd28951165ab377f85 12816 
gtksourceview3_3.12.1-1.debian.tar.xz
 d4a208ca9e46a43b64857c0cab5653f0c37e88d53419bb66655c197f902b9f34 607742 
libgtksourceview-3.0-common_3.12.1-1_all.deb
 101ba65784ef1355905dfb7a4a9b0bfd4fbe2c6526a7caa37276eee1ea48b2da 113266 
libgtksourceview-3.0-doc_3.12.1-1_all.deb
 74338c2977b7392026c385a9d668af724a0b374438296284b53f8efec9b46e18 180416 
libgtksourceview-3.0-1_3.12.1-1_amd64.deb
 2b140d3cbc295d77f0dbbab4d04506bf72971a69448efc1e7416df23dd82c94b 246120 
libgtksourceview-3.0-dev_3.12.1-1_amd64.deb
 a8463c2a1525b087cb3644a549386731a0bddad26f08474ac4bb325f1b0cff5b 30596 
gir1.2-gtksource-3.0_3.12.1-1_amd64.deb
Files: 
 fd03966caefaffe20a03e287b74840c8 607742 libs optional 
libgtksourceview-3.0-common_3.12.1-1_all.deb
 b533564e2c86060746b561cebd7e8b8b 113266 doc optional 
libgtksourceview-3.0-doc_3.12.1-1_all.deb
 fca49163e494d51238c420418c058a00 180416 libs optional 
libgtksourceview-3.0-1_3.12.1-1_amd64.deb
 db8e439318b215839d18ef788bbce871 246120 libdevel optional 
libgtksourceview-3.0-dev_3.12.1-1_amd64.deb
 068f9469cff9c45a370e9f8bbd73a8c5 30596 introspection optional 
gir1.2-gtksource-3.0_3.12.1-1_amd64.deb
 eed13f6f22e99f075ad4890df8bdf62d 2887 libs optional gtksourceview3_3.12.1-1.dsc
 4012b31fc2d06d18da1e9588312ac97e 1195804 libs optional 
gtksourceview3_3.12.1.orig.tar.xz
 7bf2dac6266374280c15936304aee449 12816 libs optional 
gtksourceview3_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW2juAAoJEJ1GxIjkNoMCmS8P/iviailiflHKapSxwzq1OkiH
JXvNKmWPvK3XNxZ7SSA8/8ZyhMwVkHcIeLQm669NBSD6wm6wLNB/slLkF0ZPSSH0
8N9VMwdTmn9fr72KPKT6biMvqv++5VEHOXJEkWXuZJgiftY0AivPHm/iYwz1q/Lb
TM4ixGSRdYqEhLRZ2yUXVNBW9Z5lNc1fxnSbM+m/7b2kipNMjnmjWEhylVFt3a0E
sGt6+YBRHMIWfhTmGKPsp+oAyokQJCHBKqgnItHsSUTxsPO/8QulfD0EVSX3gg96
vomsNJASX2p3GFTNVMz4s8I/YdHue0nlVkBwFsOHhSzLbnM9AK50T7WVzpZspzrI
bEZKctBwrmm6LE+YKsa1G1UZcntdnvrAbSIqB09xDhN0zBOkAqX7TyTZNxshDOUA
F5hagKmlJ8kxbpGf/HKo0Ov1yKbTmeEURr2CMgb96d7mce/WEEZa1RQzI/CQz0Ut
r2f332xnvmXSizyaKC9Fk9w7YroMhXR//7Loj0B7NJSRKGdEDZ+rX/FAdcL85AjW
1l2uVPFVwXEtu2PlS0orlJQUOhtc9VIFV5SMC0ULWXFG/VVB6tJeemESQrOkh6LV
Grx/l02Qk0VVD0c+l1m50sxGp8GB0rLj/AC3lKJWAKhCzGWgW77Vb5yfrPeivBbH
mGZoeNa4Nbjt00HPz55z
=xIJv
-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/e1wdzad-00079i...@franck.debian.org



Accepted gnome-terminal 3.12.0-2 (source all amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 10:30:29 +0200
Source: gnome-terminal
Binary: gnome-terminal gnome-terminal-data
Architecture: source all amd64
Version: 3.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gnome-terminal - GNOME terminal emulator application
 gnome-terminal-data - Data files for the GNOME terminal emulator
Changes: 
 gnome-terminal (3.12.0-2) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1: 
 2a784b5fd650c2e6ab77d7ab324bbf968e8bfd9f 2617 gnome-terminal_3.12.0-2.dsc
 0f417dcd5e8527eb1c5483c13964d2c8e5d8a332 24548 
gnome-terminal_3.12.0-2.debian.tar.xz
 64ddb4f2eaa994ffbc7a8fd42022dcf37feb0af5 1245212 
gnome-terminal-data_3.12.0-2_all.deb
 249fe630e352250ed0600de369893f5c3eec2084 628570 
gnome-terminal_3.12.0-2_amd64.deb
Checksums-Sha256: 
 6bb4c40a1b0260e8674fc1e82775caa921b41438192d62c1a43440330ced8cba 2617 
gnome-terminal_3.12.0-2.dsc
 b6619e6180147fdb4cca6ac6351c42b69412f4e33b037c04354ca72c806c4168 24548 
gnome-terminal_3.12.0-2.debian.tar.xz
 45fec9ac6bb43749e55af7624c3187db67f910f2fa376efbfaaba3e3d402cc64 1245212 
gnome-terminal-data_3.12.0-2_all.deb
 5152ae74fe48ad3f91846ba09efb7f85801ec03ae13c093bee53ec424c5497c9 628570 
gnome-terminal_3.12.0-2_amd64.deb
Files: 
 73e363c7a67f7613695f7e5423b777a1 1245212 gnome optional 
gnome-terminal-data_3.12.0-2_all.deb
 c4f96356eee5367e6dd5039e717b951d 628570 gnome optional 
gnome-terminal_3.12.0-2_amd64.deb
 64d16f5cea7f195be0edccc67bcf59c1 2617 gnome optional 
gnome-terminal_3.12.0-2.dsc
 a6b47cadd65c022f99d09221c67a8486 24548 gnome optional 
gnome-terminal_3.12.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW3G/AAoJEJ1GxIjkNoMChScP/0CmD5E0s+KiZEpubIMqoDyD
TzTHwowyoYhIEfSdz/DgS8PMIRIHLiPKwA8m3GKzEzhk4mNN8zWUCSlFnD5YzQ7l
PKhhjOku08c+53Jc2kTxE18ArgS2ujSEvgsjfh2E1uicWitYwxD8rGhWVF56maDb
IWPuBHMqhgtiKHeUHClawEJ3a7Ig8AGjlBfke6ovznSSNIlAiv3BUFWL9Xfml9uy
fI1YjZ9RViink3UDBz3PYpZUDyvvqm7AG8KF0GxmsuUt9EmOWq4pHkoPJQ5r+6S1
m3E8+kk2+W2pU0LPZzdoc5Q70ac6qUgSYCNcoqYFBtj/gSIs+N2BFw5dK8lifsiW
JRqrYGMD6d64eTM1eOJhVGt5pfZxHVVGwee5nM9AIQJfMdVVrjQaDIUQ+8ecc5zL
GZ7SWGp0toQd11DUBQz60yleZZLH5tiEggWSIqvthjEmtzB6HJv+lxhB6b/VEtDg
LMHLCM6ezTmDZP5eB7/KJsnIG7g1Ch63ygi20uZg6hL+C3Mrygnwq6FLpL+pH6ps
ZgovhaNJGv7Y1aj5w8epjXTbm3Lq/4LUbz4X1dsN2+bPpmulgXjcb9o3MuYNC8/F
+XhfeAyHYsrhUgTFOw5reqvia8Ptg0EV9aVF9WWvlV+V441JE36EEc0QHkayvckb
L3K119Q39qeTT22AaeK2
=ZXt0
-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/e1wdzzn-0006ws...@franck.debian.org



Accepted gst-python1.0 1.2.1-1 (source amd64)

2014-04-26 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 26 Apr 2014 11:46:44 +0200
Source: gst-python1.0
Binary: python-gst-1.0 python3-gst-1.0 python-gst-1.0-dbg python3-gst-1.0-dbg
Architecture: source amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 python-gst-1.0 - GStreamer GObject Introspection overrides for Python
 python-gst-1.0-dbg - GStreamer GObject Introspection overrides for Python 
(debug exten
 python3-gst-1.0 - GStreamer GObject Introspection overrides for Python (Python 
3)
 python3-gst-1.0-dbg - GStreamer GObject Introspection overrides for Python 
(Python 3, d
Changes: 
 gst-python1.0 (1.2.1-1) unstable; urgency=medium
 .
   * New upstream bugfix release, fixing Python 3 compatiblity problems.
Checksums-Sha1: 
 eac577583ebda559c97d5894f6b28f37c6e80805 2417 gst-python1.0_1.2.1-1.dsc
 c1310d5adcf457a567617eefc3d16b66fe773b36 497248 gst-python1.0_1.2.1.orig.tar.gz
 64eb6ef63ae501d56d3efceeec34ca69362654e8 2472 
gst-python1.0_1.2.1-1.debian.tar.xz
 a557821c48c2f8a470f128542d22296dbd26d917 52842 python-gst-1.0_1.2.1-1_amd64.deb
 8bd396c0bc6264517dd9dd37c6fd46d42f7b250d 53606 
python3-gst-1.0_1.2.1-1_amd64.deb
 ed6da4cae201f19fdcd0685551791191eff38c9f 72276 
python-gst-1.0-dbg_1.2.1-1_amd64.deb
 6b327446c5ea2b8ecd20e1b568245418431f0538 94838 
python3-gst-1.0-dbg_1.2.1-1_amd64.deb
Checksums-Sha256: 
 55d9e1a22d642f572c27d2f53114c95104f9795c0cf8879ce7d2604c49890bc6 2417 
gst-python1.0_1.2.1-1.dsc
 a0bb63144ed0646a6859baaf06550b6398dd0cd41233504347abfc486f1e1124 497248 
gst-python1.0_1.2.1.orig.tar.gz
 9fe0d106126d1913f9d4bfaa451b61c927cf4a2ceb6ea98a60b36e71596ec183 2472 
gst-python1.0_1.2.1-1.debian.tar.xz
 1d68cf52afe5bef040d70ca625329dd2ed19fe03b3c5394390109ffc7fee4f18 52842 
python-gst-1.0_1.2.1-1_amd64.deb
 3af0b38da6ee5f885fa3503ae7cc2a3ce965ca9b12765a7cba33c8be6a7bae57 53606 
python3-gst-1.0_1.2.1-1_amd64.deb
 285b9e74974fcc89646ed70104f95e07c43e7eb01fc5069c704a5f4b1239e6b1 72276 
python-gst-1.0-dbg_1.2.1-1_amd64.deb
 583b8802a41b7f534f1a4ea8a2cbd92d0528588c48f51e0f74cc85100f930ba3 94838 
python3-gst-1.0-dbg_1.2.1-1_amd64.deb
Files: 
 49004d8e60507a4fdd74a4f5df122287 52842 python optional 
python-gst-1.0_1.2.1-1_amd64.deb
 8ba250c7fceea5922467907e4543f393 53606 python optional 
python3-gst-1.0_1.2.1-1_amd64.deb
 08992d17b7045ae07202fef6efddcbd2 72276 debug extra 
python-gst-1.0-dbg_1.2.1-1_amd64.deb
 1f1b51db9ed86d5838de44d3215d24ee 94838 debug extra 
python3-gst-1.0-dbg_1.2.1-1_amd64.deb
 b59a0fc89980963307e58ce7894639f1 2417 python optional gst-python1.0_1.2.1-1.dsc
 f80b3503b46aad0a5f8ec0903910cd57 497248 python optional 
gst-python1.0_1.2.1.orig.tar.gz
 5d9a2ed35f0600c18b9457db93176ba4 2472 python optional 
gst-python1.0_1.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJTW4KOXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3RjRCQzdDQzNDQTA2Rjk3MzM2QkJGRUIw
NjY4Q0MxNDg2QzJEN0I1AAoJEAZozBSGwte1mWoQAMFi5kO8l2EZ8xvblbum31Y9
yEmRdNSBm7rYcTj8dhEaRQeRlHUb0ZCUB01iFvz4M1zIk6uJ81f33gM7z9nt4Z7Z
VTfFG8bXTYeLSCSHuv0XRzSEC71/piivKdVMbbF12CKmhELcYUGV5NvSsIUYIxZ3
KLTWrH1Y9zNQyKAX8SErLilboVMo6g4+1tqQjUwjyHxt8GbGfVqzR4yoaW+7t4RZ
sW7muGpi1DC5H5fhNIoN2YAIBbFhfx8vgb7Ys3sfCXHAlrDhdRVoRd2U4z35/m5G
rHZkg7d0thpoeOByO0QHcJl6FuU04thJUJf5JYz3X2JCv3l9vvd7xn1zjMu9q8Hx
LzFw26mWMYpf62BWdYQ0Y6b1P8Z2bR/D5x0G2k9oL6N549b0dTC+FnY0jtRtgOiq
rSA7kqbDkv3ytqGZer9qVquB6WhgkFIiyIdEGbJ/7xOtRE8BXhAv/KGEmIaXUJoZ
RKP3YFCIB761uLdHA6qCBcKngCyhkzISmBSTKEEzlk2vc0sUT4M7NCi9u7n8OSky
p1rCDnFai107/Zn6+5k0zzD+0aejg0ytRfbuuxU+2Mx+Jc4ffN1C3djKjR0v3nzB
qHa+Q1OKGtXtNb3voLQ+mxN7nDiU2Don0Pm9brUKR7LemX/r7mcmnisobRuI9MVo
a9sCd4ooeHYgLzqFeEWu
=mmUO
-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/e1wdzzx-000730...@franck.debian.org



Accepted iagno 1:3.12.1-1 (source amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 10:39:57 +0200
Source: iagno
Binary: iagno
Architecture: source amd64
Version: 1:3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 iagno  - popular Othello game for GNOME
Changes: 
 iagno (1:3.12.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Upload to unstable.
Checksums-Sha1: 
 0bfc679a8eabbe691f9578d984197209cdade214 2262 iagno_3.12.1-1.dsc
 d58a686af6356e53c0af55e4269914bf0641767b 1904580 iagno_3.12.1.orig.tar.xz
 68c36618e4d208575319f548b9bb8a1d1531702c 20148 iagno_3.12.1-1.debian.tar.xz
 44a42b43f36f6ae3fba983ad4134f3d601978e76 1135492 iagno_3.12.1-1_amd64.deb
Checksums-Sha256: 
 ef71fcf3c6f25237ec4f994e4e2662e9e6f4612dbe39aa93f3c1f6fa8ce51d1f 2262 
iagno_3.12.1-1.dsc
 980e9341c35e763d1f461a6f4f4970225b1caec2167718c5c19e04c52fbb2cab 1904580 
iagno_3.12.1.orig.tar.xz
 83ea1ea1a99bbdd5d9861751ded8c21ab8a47398897f3c82b0f698e615efbfdb 20148 
iagno_3.12.1-1.debian.tar.xz
 1e86416b513cd814896805b11a512fb43a6f06a74a960eb09c00c4a57c6b1633 1135492 
iagno_3.12.1-1_amd64.deb
Files: 
 8b52fbfcbfd72cacd54438dfe5d210d8 1135492 games optional 
iagno_3.12.1-1_amd64.deb
 98151028709629c8460c8317791bedf6 2262 games optional iagno_3.12.1-1.dsc
 8363f71af8385f2855a2c46d3293a985 1904580 games optional 
iagno_3.12.1.orig.tar.xz
 b610aea3940729f203b92d1b31eda244 20148 games optional 
iagno_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW3L1AAoJEJ1GxIjkNoMCwoEQAKBuyQbUDd16HQIcEFzUNLaY
pFogfprnwgyFUJx9/W22W+oLG6pNGeIOd01zLzBnc2LBZ9FTv5zH8XRQCEJBpxQx
0TEScDzTSy7rnTTheaGMcP3y15JrKGGkC6dA2s1gcclzmwYPYpoH229EUURn4puI
xta1xANneo0/NFRgMbF2CldqPeHIfoAielpjU0btpQJQhatSyKYKUl84i8o6dE/g
zq8j+1RjJGqf1xOUspERIDA/GVpdAfavB8JNoTwVoZkgbief9d/4sNNXsnkPUSST
mphcSPBhu5C9RKyR+5Y/9O9X8nwsw9EjP6dZ0GAVW6uFxZkeXhgmfWzlb5J76UPo
qz5ffWMd2oiBmsU8Kr2hSnCXCJsThow+UoXtFlRAg6d73fbHtyM3/U2J0tZcQfDT
ElhQ2OwJKrkSP298ceoP44355VmxcuDW/GUR2HZmvAK1srBmNgBLKv3Tdsnbk/M4
8fxEaHU65im2VUpd0lE5BbtJfz+ixpzMMyehrGnd9vXRGbHYkP+iu9NMfa6wHTra
nrV79n3b5cxgVOQQXOdbdbLyNoWYmunUzEAvGei/tvpVKzbs73dRJ21eiVLCmW6k
M3OwCH/pf3WElJXJvKC1+JlZ+rQBjcJwy7s5Xr5wQPi2EpoKU+xb/iew5G2W2mko
//YUEPoVAMTPlVQP4i/t
=ZuHQ
-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/e1wdzag-0007go...@franck.debian.org



Accepted pal 0.4.3-8.1 (source amd64)

2014-04-26 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 20:15:32 +0200
Source: pal
Binary: pal
Architecture: source amd64
Version: 0.4.3-8.1
Distribution: unstable
Urgency: medium
Maintainer: Carsten Hey cars...@debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 pal- command-line calendar program that can keep track of events
Closes: 741779
Changes: 
 pal (0.4.3-8.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New patch: 53_debian_rl_hook.patch (Closes: #741779)
Checksums-Sha1: 
 94241484fcbd2503c1cfedd9b5be5bb634225e56 1699 pal_0.4.3-8.1.dsc
 e76cc3c1df4d5629238720098990342c6bee532e 11855 pal_0.4.3-8.1.diff.gz
 90b5de450466f9fe3f133ec21ed9725dc9ab4598 104846 pal_0.4.3-8.1_amd64.deb
Checksums-Sha256: 
 c08012b220e42c9ac3ad3a8a34954f54e556a1e1ea21734886b58a4eaff7ea73 1699 
pal_0.4.3-8.1.dsc
 b79627419fcfe70557b1bf01724a09f0cd9e64c052e25a363f9e05e3e5093d65 11855 
pal_0.4.3-8.1.diff.gz
 866aa9dc5e11af632efd564f79db91322aa4954b568809bcbccd8c3a70449be2 104846 
pal_0.4.3-8.1_amd64.deb
Files: 
 f346beb940f41c0409275f1be01087fb 104846 utils optional pal_0.4.3-8.1_amd64.deb
 a82f5aeafa002e6c914904805662f26c 1699 utils optional pal_0.4.3-8.1.dsc
 0b7a4f152d6b27bd5a80bb8010395b9b 11855 utils optional pal_0.4.3-8.1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWqiBAAoJEMcZdpmymyMq6pcP/3JJJ1uT9n+VbihzjyQ5b8U5
CfZ+wdEEJcwhZ37cQpBNcsl/mq2oNLO5zHtPHseK2LQQgSuvDIla7VLAJopBZosu
RF4fI9gCTEsxnwkG9KCBuPbZpQgUhPJtxOohSrZu09lfZSibCkr35d34aPsFZeNP
iFs2vIhXgs3uv4JaaVufVrjMvAZ/e7XrDF8wy8bCmT93ig4k7jkmz8WwsAIl9KOx
x+jASYg+qdXdkv0EtTeG/y7gHXMQqgr95RkeT251wnxETv+b7mVRbSOG866xnpO3
MdpIJLikk5w/86s/B2P89Wqm/UYQ0e9U8X9SYIWDoWEP0Q5pYL6bRjqcGAwlOx76
Hv3gO75bJ4RI7x2IL4g1KltehN/B0EyQzgkZVM1TVCCutqJwZO6r0p3CFkdQF75Y
s9YQ1X33KPJxG3Vlx3IbLyoLRsUEgfy/IZbJjye8h42DXEUrhQ6fMDr7TaOK1b/X
LawlHUpvlzA1CuFbnR8AUth4MjGB46OhM96ElvdnnPys5lyy5j1Hr2FZAjrrTQQi
+63QXtIjjS0FjizEzqcN0XTYQPF/nkOCSuCnkwySGHuaxDX3vcmJvSbFgdO+5h7Q
5vfJjN8bo6az9vArlz5gt2Ade3UgMRHD3M38EWFVNDvqvg2b4qTQxSVME1v/FZjn
KwazD0FA+ldhWSGbVNaO
=Gg3o
-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/e1wdzbm-0007kl...@franck.debian.org



Accepted slapos.core 1.0.3-2 (source all)

2014-04-26 Thread Arnaud Fontaine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Apr 2014 16:17:51 +0900
Source: slapos.core
Binary: slapos-client slapos-node-unofficial
Architecture: source all
Version: 1.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Arnaud Fontaine ar...@debian.org
Changed-By: Arnaud Fontaine ar...@debian.org
Description: 
 slapos-client - Client-side to request applications with SlapOS
 slapos-node-unofficial - Node-side to deploy applications with SlapOS 
(unofficial)
Changes: 
 slapos.core (1.0.3-2) unstable; urgency=medium
 .
   * debian/patches/fix_static_opt_path.patch:
 + Fix static '/opt/' path.
Checksums-Sha1: 
 f8397595bda84f746bf80afac76c6dbf225814ff 1488 slapos.core_1.0.3-2.dsc
 cf1c44432a100f70fb9fa2ddee4f1b2999aa7229 27284 
slapos.core_1.0.3-2.debian.tar.xz
 837cf0d50525d3bec3675d2987acdc6bc72494f9 51478 slapos-client_1.0.3-2_all.deb
 a5c56fcb7d4f8fa36336d2a851a2137be843b754 94950 
slapos-node-unofficial_1.0.3-2_all.deb
Checksums-Sha256: 
 31e6d3efb9e9db70cc4ed5d28d587ee743bee45c42b3077cb5cfd3f55333a90a 1488 
slapos.core_1.0.3-2.dsc
 38c11d92974ffe29c9d73a9a8d86d020b197d6c80bdfe51e086a838bbd5ec321 27284 
slapos.core_1.0.3-2.debian.tar.xz
 68750e478d544d4c85caeabc1e2a1bbc51ad60348c12f50ddceae040d28530e6 51478 
slapos-client_1.0.3-2_all.deb
 e521bf3685d9d28d61dcaccca24847a2a92617d77f479380080f9442a967715c 94950 
slapos-node-unofficial_1.0.3-2_all.deb
Files: 
 afad1f0b66bed46b8a57e4cba648f9bb 51478 net optional 
slapos-client_1.0.3-2_all.deb
 40919275ad1beea7be8b156f2739809a 94950 net optional 
slapos-node-unofficial_1.0.3-2_all.deb
 29269415c8973efd8754e13d92b54b5a 1488 net optional slapos.core_1.0.3-2.dsc
 8fd8eb99d51a73d13691b826c540c14e 27284 net optional 
slapos.core_1.0.3-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbfjcACgkQvfKiIF42GdMmngCfZBZTe5gN9NV/sLLjiMVkn5uM
BgAAoJSjTU4M8YX4N5lkQqmfLXCbiCit
=BjT5
-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/e1wdzci-00080d...@franck.debian.org



Accepted meta-gnome3 1:3.8+6 (source all amd64)

2014-04-26 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 11:18:07 +0200
Source: meta-gnome3
Binary: gnome-core gnome gnome-games gnome-desktop-environment 
gnome-platform-devel gnome-core-devel gnome-devel gnome-dbg gnome-api-docs
Architecture: source all amd64
Version: 1:3.8+6
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome  - Full GNOME Desktop Environment, with extra components
 gnome-api-docs - API reference documentation for the GNOME libraries
 gnome-core - GNOME Desktop Environment -- essential components
 gnome-core-devel - GNOME Desktop Environment -- development components
 gnome-dbg  - debugging symbols for the GNOME desktop environment
 gnome-desktop-environment - The GNOME Desktop Environment - transitional 
package
 gnome-devel - GNOME Desktop Environment -- development tools
 gnome-games - games for the GNOME desktop
 gnome-platform-devel - GNOME development platform
Closes: 71
Changes: 
 meta-gnome3 (1:3.8+6) unstable; urgency=medium
 .
   [ Michael Biebl ]
   * Demote xul-ext-adblock-plus to Suggests. Icedove and Iceweasel receive
 major updates via stable-security causing them to get out of sync and
 making xul-ext-adblock-plus and thus the gnome metapackage uninstallable.
 Closes: #71
 .
   [ Laurent Bigonville ]
   * Drop recommends against nautilus-sendto-empathy, the plugin is not built
 anymore
 .
   [ Josselin Mouette ]
   * Remove gnome-panel, gnome-applets, gnome-power-manager and
 gnome-screensaver. They will all live in gnome-session-flashback and
 they are not installable in experimental until the gnome-desktop
 transition.
Checksums-Sha1: 
 676c3673d5de97bfbd0c08df40698653f63e86a4 1664 meta-gnome3_3.8+6.dsc
 120e8d1afd422ec9fdbd299d1711c5dc2e428edd 21492 meta-gnome3_3.8+6.tar.xz
 a3df518f308a2ea8d81697b4eed6eff466aa4236 20894 gnome-games_3.8+6_all.deb
 7f1910c47637595b1de64eb7d28f000ddfba7b8a 20734 
gnome-desktop-environment_3.8+6_all.deb
 ba5f88c7659af7aaaee3acda2916e7b067e305c4 20790 gnome-devel_3.8+6_all.deb
 e78a414b8c23f4f976c778203c7802288f145fb1 20938 gnome-api-docs_3.8+6_all.deb
 b45dc29d8ab0f44e3ef866b9c6f99eb90f6dccbb 22060 gnome-core_3.8+6_amd64.deb
 7c0159c5e5a520b3d0d94e395bb97c9f9badea0c 22000 gnome_3.8+6_amd64.deb
 bfd53ca96e78191bdf8860456e4b2d4223bbface 20962 
gnome-platform-devel_3.8+6_amd64.deb
 6b58a9f7db99a16e17a9c6e56a1897ce20080d9e 21546 gnome-core-devel_3.8+6_amd64.deb
 bfe6606fc8edc24e3a85f46ed213ab24ed05b509 20808 gnome-dbg_3.8+6_amd64.deb
Checksums-Sha256: 
 a69e95b7692f431c82f9a046288309c0b3bcf746e006ec5751e729f15dd7aece 1664 
meta-gnome3_3.8+6.dsc
 5d13871e6604a41f6f2a993e89939d62f42fcc0434c22422609fcbe36d076544 21492 
meta-gnome3_3.8+6.tar.xz
 5f71a55fe364ac280f5647191f8ff50deccc105d58701136eec6384ca99eaa19 20894 
gnome-games_3.8+6_all.deb
 23b5a44cd9c967f5489bae648075b4bb8678de3fc37dd97aed5a8352f1c483aa 20734 
gnome-desktop-environment_3.8+6_all.deb
 b2e5c0fe38553f9ce3bb611f74f701d11ac5a9f246235362a7c6a331cd988616 20790 
gnome-devel_3.8+6_all.deb
 72c9fbc8e89dc291623dddcd1c64f1c4c263ced7177965073650316896a13d18 20938 
gnome-api-docs_3.8+6_all.deb
 8bd35af8844daf83fc72d9f0f599aa65ecad33f831aced621b1f94aad82bbef4 22060 
gnome-core_3.8+6_amd64.deb
 01794a7fd434601175c9c00236fe1d890094bd87d41967d28d57cc029c623871 22000 
gnome_3.8+6_amd64.deb
 e01a5aab3afe82a552608c94ec4bff8ba61680e924f762a17170d9bad21c4232 20962 
gnome-platform-devel_3.8+6_amd64.deb
 8f5945966adeab6998d5b52e567e4a624dc11e1b03488d93a99dd388e1372c9c 21546 
gnome-core-devel_3.8+6_amd64.deb
 b131cd64bfbe892b4b7eda36600c9664aa7de1f0a7d0dc6bddb63b1836055266 20808 
gnome-dbg_3.8+6_amd64.deb
Files: 
 cddd76e975b4728c8e7b6dfb0c778a0a 20894 metapackages optional 
gnome-games_3.8+6_all.deb
 bf71d840973a71431d91d4dc258ba19b 20734 oldlibs extra 
gnome-desktop-environment_3.8+6_all.deb
 1f40ba819f6109313c39bebe1dc8e916 20790 devel optional gnome-devel_3.8+6_all.deb
 3a46e1eef5eb8baea4c82a133157329f 20938 doc optional 
gnome-api-docs_3.8+6_all.deb
 db033047575b3856a42581544faa7aea 22060 metapackages optional 
gnome-core_3.8+6_amd64.deb
 0f124cf00c2250cfe90c90fce0652ed3 22000 metapackages optional 
gnome_3.8+6_amd64.deb
 54bc00c176bbed0a9dfde3e63b0dd884 20962 devel optional 
gnome-platform-devel_3.8+6_amd64.deb
 1c9ae280e0a29f7eed3b78584d0303c0 21546 devel optional 
gnome-core-devel_3.8+6_amd64.deb
 134dadba06b083ceeaaf624afdfee9ce 20808 debug extra gnome-dbg_3.8+6_amd64.deb
 bb921469fa0295f9534cc988a6e3d325 1664 metapackages optional 
meta-gnome3_3.8+6.dsc
 3682afb30b5fafb3930b6a206915f2d7 21492 metapackages optional 
meta-gnome3_3.8+6.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbe0gACgkQrSla4ddfhTPjCACfQAovkClIcfuUUW7tkl7r8WFF
Hi4AoN32zSg8jhpDHVKNhgroe2GBiVM5
=Bil0
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to 

Accepted totem 3.12.0-2 (source all amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 10:21:05 +0200
Source: totem
Binary: libtotem0 totem totem-mozilla totem-common totem-dbg totem-plugins 
gir1.2-totem-1.0 libtotem-dev
Architecture: source all amd64
Version: 3.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-totem-1.0 - GObject introspection data for Totem media player
 libtotem-dev - Main library for the Totem media player - development files
 libtotem0  - Main library for the Totem media player
 totem  - Simple media player for the GNOME desktop based on GStreamer
 totem-common - Data files for the Totem media player
 totem-dbg  - Debugging symbols for the Totem media player
 totem-mozilla - Totem Mozilla plugin
 totem-plugins - Plugins for the Totem media player
Changes: 
 totem (3.12.0-2) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1: 
 0da8475b9314da422a3de5808429b317722cc606 3595 totem_3.12.0-2.dsc
 0acdcf75f5297893fbb5bbb70aa1ed2a7a2e6897 25720 totem_3.12.0-2.debian.tar.xz
 fb70cb213a1df589e42e0dab560b6310fe48a11e 2168026 totem-common_3.12.0-2_all.deb
 fce43059cb417273e3a40bc0f2cae2a1fa334422 491592 libtotem0_3.12.0-2_amd64.deb
 ef40cce545d127964fe5359df0f7bd21c8f17a21 454856 totem_3.12.0-2_amd64.deb
 dd175d1534c1df5b0a550dab12a0b18a12a36f3a 415298 
totem-mozilla_3.12.0-2_amd64.deb
 a9686e5b2f541a031981cf4b2a2fb9c0b21860a8 1234818 totem-dbg_3.12.0-2_amd64.deb
 4061f781953dc100a80dc8c06c331b31aef83c6b 457562 
totem-plugins_3.12.0-2_amd64.deb
 b6c7dfc9538a77c533730c2faee1b1613ea02f98 350360 
gir1.2-totem-1.0_3.12.0-2_amd64.deb
 7d33169584255321049d9b6de42557e893df6ca7 357934 libtotem-dev_3.12.0-2_amd64.deb
Checksums-Sha256: 
 581f55a0a423d5dbf23762abd4cc333c81c7e5ad21863dfd81da37f806d2a940 3595 
totem_3.12.0-2.dsc
 d38eea1671bc1ea526e978dc922c8c8e533d6002eb898b2c1e3834986c4eca5d 25720 
totem_3.12.0-2.debian.tar.xz
 ea3db6ac73c4e5a5fb4344729ee653507957853a170d072d3798ca8a06d3caca 2168026 
totem-common_3.12.0-2_all.deb
 c1d0d1f79c2afc97a935a6713909502888de0721810c2a440c34506ce0a15ddf 491592 
libtotem0_3.12.0-2_amd64.deb
 2866a9e3f0bd8cff4ac7542653d89e07558a1b0fa5dcc8872d029a12c061ecd2 454856 
totem_3.12.0-2_amd64.deb
 732d02787df6e58c3114662d42d954390460a82c375a233dbdfb5920e1745135 415298 
totem-mozilla_3.12.0-2_amd64.deb
 535a88e4d05dee1bf8f812f4a82cf910507c2deea4ad04cff385303de038cf35 1234818 
totem-dbg_3.12.0-2_amd64.deb
 f38763000f28d5bb148c94fc33613d17443d3c8fe306825f7d4e6627d670d604 457562 
totem-plugins_3.12.0-2_amd64.deb
 8119c7422d5588a1e8de586d0801728d23045a097152c51754f2a96cbd15c2f1 350360 
gir1.2-totem-1.0_3.12.0-2_amd64.deb
 61fbd09538c18c7b23a5d7f471fdc77433701912228849e7070e9694d17b3474 357934 
libtotem-dev_3.12.0-2_amd64.deb
Files: 
 4ad002eb06228bb444cc0a66f27662a2 2168026 video optional 
totem-common_3.12.0-2_all.deb
 dfdbf4ba34d961daa14d98104aa89a39 491592 video optional 
libtotem0_3.12.0-2_amd64.deb
 71708847f03d60788903a20399c9d57f 454856 video optional totem_3.12.0-2_amd64.deb
 eb2d8515d0e297dc5afe629273f68dfe 415298 video optional 
totem-mozilla_3.12.0-2_amd64.deb
 0f9513302d3338b8c7116cea1b70f2d8 1234818 debug extra 
totem-dbg_3.12.0-2_amd64.deb
 8b71c0efad8108e2a371aed76b76846c 457562 video optional 
totem-plugins_3.12.0-2_amd64.deb
 3b860919fc9a0a5eee423873a49b46db 350360 introspection optional 
gir1.2-totem-1.0_3.12.0-2_amd64.deb
 d0dd695772267085d3bb7f2dc60c4221 357934 libdevel optional 
libtotem-dev_3.12.0-2_amd64.deb
 ea62fae80fc315191ff5432ee73ef630 3595 video optional totem_3.12.0-2.dsc
 7159549f6a6dfda24a18d3bc68d0e7f8 25720 video optional 
totem_3.12.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW27YAAoJEJ1GxIjkNoMCzxcP/1erzZC3Bm12g3TM3fox3m7o
BY51f/aI1KpwElgHO00J+bPTcgLgBSQvJW8UQOb4XRSni8DDBDUVRyCuwcQVJzsz
JCDQYB8Qhuq8XrERLp7U/Ngyg6PzSbin2U7vIJbTSR0FWSb4HFDkPeKH7WmNU4/V
xfUWrsQ5IjiN3bgv4UK5i8+/jkeEBw7PdfPkgQ5PhdkPsAqy+VZk4K1pFDOAM/AZ
qs6UbjFMg+nMFNww9uwMWO46r6IWNhtIT7X8RxcbdvJPzR8y8GeAtjKA7BKBQBnG
cOkROEgEXBl3ccWX77XzO2xbMKkts82l1xtt92BSo6sysHRw0ZNVPTLmd3pfMf7s
Y9P0GlVehYHAnr8LfBbybz9tu/0GIq7Vv7cct8wnnK5KNjjoJonulLeuVSvLTQN9
VPB4OzgcDG5LBD6KM8CYkZ5LLMBnjhkkPWVHeo5LTOYsF8q+0+11yX9mF63/qDsd
mDO9wylPZtXfK+bg8OzzKXbhgv320ltrH8Fei6BorkuAjvveqcqPp1XqT8hv/l7v
N2n4sep0cYjewfjqaAMMxGz1WS4n8M06MiN2s9Btx/q92VDNaGOr6T4JsKRJmfsE
nbVekObVL6mepE7Pw2T5MJxhsUkp/zC471IpI9zV9pVcuzsN2rGZK1giO9E//0y8
ZwF7LW2wJRWAvOwHNhHx
=PBgt
-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/e1wdzcb-0008ei...@franck.debian.org



Accepted upower 0.99.0-2 (source amd64 all)

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 10:25:28 +0200
Source: upower
Binary: upower upower-doc libupower-glib2 libupower-glib-dev 
gir1.2-upowerglib-1.0
Architecture: source amd64 all
Version: 0.99.0-2
Distribution: experimental
Urgency: medium
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gir1.2-upowerglib-1.0 - GObject introspection data for upower
 libupower-glib-dev - abstraction for power management - development files
 libupower-glib2 - abstraction for power management - shared library
 upower - abstraction for power management
 upower-doc - abstraction for power management - documentation
Changes: 
 upower (0.99.0-2) experimental; urgency=medium
 .
   * debian/control: Let libupower-glib2 recommend upower
Checksums-Sha1: 
 b18ef9b49f03c07700fa38fff4dc8e48d0881372 1984 upower_0.99.0-2.dsc
 64e7fbb4939eccfc321eda9b6a2fb6e4e11e68f1 11752 upower_0.99.0-2.debian.tar.xz
 b505bfa92c955cc32be3a8a54d16ce52b8ab90e0 88828 upower_0.99.0-2_amd64.deb
 f8411063f56cc294a08c97620206547f3ad84f00 41108 upower-doc_0.99.0-2_all.deb
 25eb038af7e4bf90940100ba44949de79e565999 46194 
libupower-glib2_0.99.0-2_amd64.deb
 b1d5171585244b0e38c6bb2d3cca634170d807f3 64752 
libupower-glib-dev_0.99.0-2_amd64.deb
 d4088b7a2c1d0f8b2b8f9b3dbebbc8d6b6b819d3 15866 
gir1.2-upowerglib-1.0_0.99.0-2_amd64.deb
Checksums-Sha256: 
 391e8eae19c8e2fbc5e096f99d77b6704462cef485ccb8de736305f8290728fd 1984 
upower_0.99.0-2.dsc
 721d400994f0d5451882a51a9a80957c4d19ef96b079eb9a2577d0d2ab4125f0 11752 
upower_0.99.0-2.debian.tar.xz
 6b08a3d95a9251f3b1146e6707c8870ddfba41c75a4de6cbdfe2f37df4a63c14 88828 
upower_0.99.0-2_amd64.deb
 980ba1aefa44b4da8a86ac5a63f011cfe7446ca0a4bc854b9d06692c82ee3ca2 41108 
upower-doc_0.99.0-2_all.deb
 2266fb108e13dbfb988debeee68df5f6bbe7a1cec2fee94c413afce1eabd30a6 46194 
libupower-glib2_0.99.0-2_amd64.deb
 618a6f773496ab4d21dc0e912cd9e7e526fc81ff7330c68326a37cb11ced9c00 64752 
libupower-glib-dev_0.99.0-2_amd64.deb
 44e76a95bbe00f8e56a29693d38131b8d3114a2a34eb2510df618fea013b2661 15866 
gir1.2-upowerglib-1.0_0.99.0-2_amd64.deb
Files: 
 59dcf2e648fbd88749738c06ef6b375f 1984 admin optional upower_0.99.0-2.dsc
 b46a70354affd60b14a0ebaf8b02accf 11752 admin optional 
upower_0.99.0-2.debian.tar.xz
 b85217219bdd888171a46ce3a8af 88828 admin optional upower_0.99.0-2_amd64.deb
 60718255d7dffa488e0e003d91185013 41108 doc optional upower-doc_0.99.0-2_all.deb
 c22bd7532ce05a661966e67fd8529fd6 46194 libs optional 
libupower-glib2_0.99.0-2_amd64.deb
 8801cba3ef821b2932ab4553a064f3a2 64752 libdevel optional 
libupower-glib-dev_0.99.0-2_amd64.deb
 b81908ffd3034cfd10d806b855177b52 15866 introspection optional 
gir1.2-upowerglib-1.0_0.99.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbbzEACgkQgTd+SodosdJqYwCguiZC5WRxvBtoMrnY2ovPF1mk
G5sAn3xT6oOUZUxQIueIob2TtRlF+wvk
=nWVN
-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/e1wdzcn-0008l3...@franck.debian.org



Accepted evolution-data-server 3.12.1-1 (source all amd64)

2014-04-26 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 10:52:17 +0200
Source: evolution-data-server
Binary: evolution-data-server evolution-data-server-common 
evolution-data-server-dev evolution-data-server-dbg evolution-data-server-doc 
libedataserver-1.2-18 libedataserver1.2-dev gir1.2-edataserver-1.2 
libcamel-1.2-49 libcamel1.2-dev libebook-1.2-14 libebook1.2-dev 
gir1.2-ebook-1.2 libedata-book-1.2-20 libedata-book1.2-dev 
gir1.2-ebookcontacts-1.2 libebook-contacts-1.2-0 libebook-contacts1.2-dev 
libecal-1.2-16 libecal1.2-dev libedata-cal-1.2-23 libedata-cal1.2-dev 
libebackend-1.2-7 libebackend1.2-dev
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 evolution-data-server - evolution database backend server
 evolution-data-server-common - architecture independent files for Evolution 
Data Server
 evolution-data-server-dbg - evolution database backend server with debugging 
symbols
 evolution-data-server-dev - Development files for evolution-data-server 
(metapackage)
 evolution-data-server-doc - Documentation files for the Evolution Data Server 
libraries
 gir1.2-ebook-1.2 - GObject introspection for the EBook library
 gir1.2-ebookcontacts-1.2 - GObject introspection for the EBook Contacts library
 gir1.2-edataserver-1.2 - GObject introspection for the EDataServer library
 libcamel-1.2-49 - Evolution MIME message handling library
 libcamel1.2-dev - Development files for libcamel
 libebackend-1.2-7 - Utility library for evolution data servers
 libebackend1.2-dev - Utility library for evolution data servers (development 
files)
 libebook-1.2-14 - Client library for evolution address books
 libebook-contacts-1.2-0 - Client library for evolution contacts books
 libebook-contacts1.2-dev - Client library for evolution contacts books 
(development files)
 libebook1.2-dev - Client library for evolution address books (development 
files)
 libecal-1.2-16 - Client library for evolution calendars
 libecal1.2-dev - Client library for evolution calendars (development files)
 libedata-book-1.2-20 - Backend library for evolution address books
 libedata-book1.2-dev - Backend library for evolution address books 
(development files)
 libedata-cal-1.2-23 - Backend library for evolution calendars
 libedata-cal1.2-dev - Backend library for evolution calendars (development 
files)
 libedataserver-1.2-18 - Utility library for evolution data servers
 libedataserver1.2-dev - Utility library for evolution data servers 
(development files)
Changes: 
 evolution-data-server (3.12.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Upload to unstable.
   * Bump Build-Depends libgoa-1.0-dev to = 3.12 for transition purposes.
Checksums-Sha1: 
 7f39b879455fd03cbc25213968c980cdddcd9f21 4068 
evolution-data-server_3.12.1-1.dsc
 bc16dcef322f2d1a6732a2e4cd5da6f5330249e7 4994796 
evolution-data-server_3.12.1.orig.tar.xz
 504ddbd624e83d5d36e83d4ead7413a532897975 41300 
evolution-data-server_3.12.1-1.debian.tar.xz
 f3fa0254aecd53d71851d010f3e672c1c1bf397e 1166140 
evolution-data-server-common_3.12.1-1_all.deb
 94a7ef6f9487794e0cf2f82a55c690e3e41df229 1466974 
evolution-data-server-doc_3.12.1-1_all.deb
 9d401bff7685796cac19d9defc78b12888989e65 533818 
evolution-data-server_3.12.1-1_amd64.deb
 9dbbee29ad381cffafe7154183a991ad9c7a030c 115878 
evolution-data-server-dev_3.12.1-1_amd64.deb
 a0cdcde669fed8ba00d491db57d287c47fb1af23 5370614 
evolution-data-server-dbg_3.12.1-1_amd64.deb
 9f5f052d19b901f5d5728bbfdf0540317c40752e 306364 
libedataserver-1.2-18_3.12.1-1_amd64.deb
 e59308d87e128965c748d61a605ae90d50c5d989 191852 
libedataserver1.2-dev_3.12.1-1_amd64.deb
 80221030c90d49d2344afc2bb9fd2c2036ce4b4c 132150 
gir1.2-edataserver-1.2_3.12.1-1_amd64.deb
 0e1caa0ab077826e134ea9c8af82450c6db353a3 472800 
libcamel-1.2-49_3.12.1-1_amd64.deb
 9e4ca4a58dae384e8cdc3bf494f736213383e3df 171542 
libcamel1.2-dev_3.12.1-1_amd64.deb
 c366eaa356880dd5e6981bdf6de843851e27b0cd 168034 
libebook-1.2-14_3.12.1-1_amd64.deb
 d8afc60250f29475e64fdcf9fe9e3a265aa371f6 135482 
libebook1.2-dev_3.12.1-1_amd64.deb
 b76ef33403a81db9c01a1a12c82ac85ec60b562b 119876 
gir1.2-ebook-1.2_3.12.1-1_amd64.deb
 5bf72865180ecff3d0b52af999e8bbd78f62384a 228462 
libedata-book-1.2-20_3.12.1-1_amd64.deb
 12ceea39fcda030fcb5a8307b282d90fd5f64eff 128900 
libedata-book1.2-dev_3.12.1-1_amd64.deb
 7dc864825b3d81e7ab25026f944557232f6bca86 124870 
gir1.2-ebookcontacts-1.2_3.12.1-1_amd64.deb
 807efe5149191301bd376383d7ac00d2c9ae5c78 160378 
libebook-contacts-1.2-0_3.12.1-1_amd64.deb
 109182c3e2344aeb91c7e430c24dfb2cd5c9b4cd 147474 
libebook-contacts1.2-dev_3.12.1-1_amd64.deb
 7710956aa8a849a87312fa737426318ad1d2093b 210154 
libecal-1.2-16_3.12.1-1_amd64.deb
 a3e0b77ec716435ed484ac112d73a4cf84613f7a 128296 
libecal1.2-dev_3.12.1-1_amd64.deb
 

Accepted golang-go-flags 0.0~git20140412-1 (source all)

2014-04-26 Thread Sergio Schvezov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 23 Apr 2014 10:26:39 -0300
Source: golang-go-flags
Binary: golang-go-flags-dev
Architecture: source all
Version: 0.0~git20140412-1
Distribution: unstable
Urgency: low
Maintainer: Sergio Schvezov sergio.schve...@canonical.com
Changed-By: Sergio Schvezov sergio.schve...@canonical.com
Description: 
 golang-go-flags-dev - Go library for parsing command line arguments
Changes: 
 golang-go-flags (0.0~git20140412-1) unstable; urgency=low
 .
   * Updating Standards-Version to 3.9.5 (no changes necessary)
   * Adding Built-Using to debian control file
   * New upstream release
Checksums-Sha1: 
 23dcaab938e7b9d8af1ddff57aea9d6128895e2a 2035 
golang-go-flags_0.0~git20140412-1.dsc
 219049098430e06c89ea52a46460bc31026c5c52 33203 
golang-go-flags_0.0~git20140412.orig.tar.gz
 37ef22428fec658682ffa5f168ba3cd87fd1ef95 2176 
golang-go-flags_0.0~git20140412-1.debian.tar.xz
 a4ddac80caf12e44aae2aebdf5dc3c41e5f33473 30052 
golang-go-flags-dev_0.0~git20140412-1_all.deb
Checksums-Sha256: 
 1afcc006fb461266781112e14f4ad25c66e4e934ae93c213bb56e30729416615 2035 
golang-go-flags_0.0~git20140412-1.dsc
 53943987ffed4c6e79b97a3d23dc41bad38452f8fb601b08c7de9c965dc06215 33203 
golang-go-flags_0.0~git20140412.orig.tar.gz
 bac7e14e075d8608b2facc2b33aab78f17492d0f2281c3e3713264d8fccc1b18 2176 
golang-go-flags_0.0~git20140412-1.debian.tar.xz
 ba797551050d9cf2bebda1dd877c2825e0512b65d09017ea4eaeac0b01e74a51 30052 
golang-go-flags-dev_0.0~git20140412-1_all.deb
Files: 
 382f21f67e6ca99b3b319a97ebb2e72b 30052 devel extra 
golang-go-flags-dev_0.0~git20140412-1_all.deb
 765831daa98d64eb4ec4e33e12b47eae 2035 devel extra 
golang-go-flags_0.0~git20140412-1.dsc
 2bf33f8449393171fb3fdc25321e4640 33203 devel extra 
golang-go-flags_0.0~git20140412.orig.tar.gz
 9d9afc00b3c7d30b16acc5696200c1f1 2176 devel extra 
golang-go-flags_0.0~git20140412-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTW4J0AAoJEE5xYO1KyO4ds70QANRSF6IGL3VbEwfT3VA8tLwp
AJjSj8fJW7/7eYvMTFwUYYjshocPrc9k39Kq8iKaLX7tvDr9pj1DcjKAhyH7bzYT
AxdsGEZ9PXMq0am5LjyHcH8Ld7bhKJdwhr0ltGf5kRzMGxwAzeKJoBKiiCB0bJRU
puJ5dHVfMQX4pMZxgNtQWDCYWrwDyvtM7GGGqlMV65WWaCsy64+GEqrenGAFvpjm
bOu0qQ7uBZzsbxh4xvixygN5Ez3vZ7IkmbHjC8nliESs1d8zBmHJ7quH6aRjVTsB
M5Y6DUirOu8mZtz0o0a1IsoJ91/vhGWvehZcVjy5xz4z9iNrXfmNgkAHOLbFoM1w
DmFHc+VEHxmRh5hkpoQ0pQXic6nwTZYt3MZR5l178Db2nmA/TvPqc3zCOHCF9kkq
2o1haqBKdr6eWoQQDpwxvygzELQIlCFY5Mw8o375+qa0pDwRwbSco1CC9xcVj24+
J8lk4wytzuuhMMxQVRi9WMPvAYbJeDOfiK0hBQb66e6hjr/vwnArlD7ZK64QGjVz
0j9uOJSl7pfxAd1MIoyYDHgrnvAPnoNXuehgOMddLVhZk+jvIzlfn2avsmZGMjkr
CQZKuQs1KwYX9Kf1OGIFU0JWQR56RMH1kZbOE7h4voqWZhWIc067cHTjZM+/Zw6T
cbYk0FMqQiKn0sNmGXGj
=Zol4
-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/e1we0ac-0004yj...@franck.debian.org



Accepted scons 2.3.1-1 (source all)

2014-04-26 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 12:22:43 +0200
Source: scons
Binary: scons
Architecture: source all
Version: 2.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 scons  - replacement for make
Changes: 
 scons (2.3.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/patches/remove_stale_files.patch:
 - Refresh for new upstream release.
   * debian/patches/manpages.patch:
 - Restore man pages from version 2.3.0, otherwise empty.
   * debian/control:
 - Bump Standards-Version to 3.9.5, no changes required.
Checksums-Sha1: 
 31ba350a647d0c83c2fac76b22accaa4ccea029b 1868 scons_2.3.1-1.dsc
 775e715e49fe5fd8e1d29551a296fdc9267509e7 499037 scons_2.3.1.orig.tar.gz
 5c5ef614d3044be657f66df10996208648334645 99848 scons_2.3.1-1.debian.tar.xz
 9a7dc9f07fc58f9ea4417b7b288df0f4b83dcd36 519358 scons_2.3.1-1_all.deb
Checksums-Sha256: 
 867e8a45c23ece9710c3f3edda907f54b93b0456821f843b21074282fd7ea3e2 1868 
scons_2.3.1-1.dsc
 091ab468f8e6084c30f3ae9fd48828e3884021401cfef4b713d13161ba120201 499037 
scons_2.3.1.orig.tar.gz
 fc4b217b1919a5afc58489ef6fc5b67d1262c3548e63e3980324dd99a87e01cd 99848 
scons_2.3.1-1.debian.tar.xz
 4a2da2ecea0e7decec8fd2c25f7ab1ecec93c92edd87032583a3ffc4e30e6c62 519358 
scons_2.3.1-1_all.deb
Files: 
 fdc26805e5cfbb089bd8da13814763d7 519358 devel optional scons_2.3.1-1_all.deb
 ab71539fe4a98bdc036caf8500890897 1868 devel optional scons_2.3.1-1.dsc
 60a3cfb98b661df9f4406c61b5686bd7 499037 devel optional scons_2.3.1.orig.tar.gz
 6717a1691c2c3fa3caa0878dee4384fd 99848 devel optional 
scons_2.3.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW44pAAoJEEkIatPr4vMfKDQP/jlvNwIJUEJ3ppezvz9/5v4X
1I1yuzmJMQSNHcyCYAK8hbHMID+keSk5lIow1YHAqyT6Juf4cBZkzAmRazd42VbL
42po7VPNbQEOKLP0hNf1+1+dlJBEL7bnsaIqk58Rf16tgxACV5JIQcaqrP42flC5
LpZjf9CsbfsbmO/fP09TK8HF4iS72yYNRHnMsq1AdllBtS7Z6ml9cPDm8efNWyl4
umyt7ZzG8dOcxUDXsDW4HIfZMOqtdRXWNNSRhKvpHa8SkSsTdW+ENIRaupDD3Z4u
wgFNZf3zmF0uyYnajkANTOrzqoyitxjHIjqSod1z3hUaMmRMsaw+2ElR77flpfwT
nJIg/14o08GAG86nngy1nWlnh6ayay95kNScExzEsF4G1Ksfxmr4pQsjEkZdB6aW
ApeilAgHlXbVrGIFQ0N2rUNHgqH0z//9cN6tmBHWL9REIbJsdNEgkgZukEpKeHj0
bBN0GC6yoBXI1wYlERHU7T2ALXglnHw/ZUH5BIfz5iSM18Yefy0cbdby0s7xF6jo
IQ/X1wmQggiyUGKJDFy55Sgi84zb27mLj4ZGKjCsBdPGL7+sbSylbDOq0TYLeB77
BJm1TwjJESx4xSUF3wXjc35a4twfpVwElF2sei46H5hHAFe2HZc5UX+ml2Ti3mLP
XgLrHZ2yVPxKGrfbE2Pv
=7gJE
-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/e1we0bj-0004gc...@franck.debian.org



Accepted gnome-bluetooth 3.12.0-1 (source amd64)

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 11:14:02 +0200
Source: gnome-bluetooth
Binary: gnome-bluetooth libgnome-bluetooth13 libgnome-bluetooth-dev 
gir1.2-gnomebluetooth-1.0
Architecture: source amd64
Version: 3.12.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gir1.2-gnomebluetooth-1.0 - Introspection data for GnomeBluetooth
 gnome-bluetooth - GNOME Bluetooth tools
 libgnome-bluetooth-dev - GNOME Bluetooth tools - support library development 
files
 libgnome-bluetooth13 - GNOME Bluetooth tools - support library
Changes: 
 gnome-bluetooth (3.12.0-1) experimental; urgency=low
 .
   [ Michael Biebl ]
   * Drop obsolete configure switches.
 .
   [ Andreas Henriksson ]
   * New upstream development release (3.9.3)
   * Bump glib build-dependency to = 2.36
   * Rename package for new SONAME (11 - 12).
   * Update debian/libgnome-bluetooth12.symbols
   * Replace debian/patches/02_gettext_macros.patch with upstream commit.
   * gnome-bluetooth was ported to the new BlueZ5 API in the 3.9 series.
 - bump dependency on bluez to = 5.5
   * Bump Standards-Version to 3.9.4
   * Add build-dependency on autotools-dev to fix outdated config.sub/guess.
   * Ran wrap-and-sort
 .
   [ Emilio Pozuelo Monfort ]
   * debian/patches/01-Revert-lib-Remove-ObexFTP-browsing.patch:
 + Dropped, the soname has changed so we can finally remove this API.
 .
   [ Jordi Mallach ]
   * New upstream release (3.10.0).
   * Drop debian/patches/02_gettext_macros.patch: finally obsolete.
   * Require glib 2.38, to fix the build.
   * Adjust .symbols file.
 .
   [ Andreas Henriksson ]
   * New upstream release (3.12.0)
   * Update build-dependencies according to configure.ac changes:
 - Bump gtk+ to = 3.11.2
 - Drop libx11-dev and libxi-dev
 - Add libudev-dev
   * Rename package for new soname (12-13)
   * Update debian/libgnome-bluetooth13.symbols
   * Don't install usr/lib/gnome-bluetooth
 - upstream dropped plugin support.
   * Drop part talking about applets in gnome-bluetooth package description.
   * Bump Standards-Version to 3.9.5
Checksums-Sha1: 
 f589f3353a6e411176d60da452413bfd4a74b366 1941 gnome-bluetooth_3.12.0-1.dsc
 5595c99852c8a3ab25bd9a88ede0adae89d7a30e 1341584 
gnome-bluetooth_3.12.0.orig.tar.xz
 2c313aef52b9b8e87ca195bd24f4af57d2165704 8872 
gnome-bluetooth_3.12.0-1.debian.tar.xz
 61bc8f254703c9cc78e735fd653ba0d6f26f3be2 978734 
gnome-bluetooth_3.12.0-1_amd64.deb
 531b8be3c0d52363707b025a5a78bdd213579242 302258 
libgnome-bluetooth13_3.12.0-1_amd64.deb
 3db5b5a28a9da08ad33149dd8ed8e163b46fa1cf 262320 
libgnome-bluetooth-dev_3.12.0-1_amd64.deb
 9c6c86d252723176144836f23614b585e3d5bb2d 238598 
gir1.2-gnomebluetooth-1.0_3.12.0-1_amd64.deb
Checksums-Sha256: 
 2fcd16596d53da48e0a8e0b615676482bda2b6bb35944033a367bd45360c7eda 1941 
gnome-bluetooth_3.12.0-1.dsc
 086917c13ada4e3233eafad0a91b072cd60bb2be7c0b7d6657072123fd115c67 1341584 
gnome-bluetooth_3.12.0.orig.tar.xz
 9280283423f6959bce47e286dde5026d8b31335fb9d22eeb9cfecc91453a05e8 8872 
gnome-bluetooth_3.12.0-1.debian.tar.xz
 815301c187dfbb4478589704dc4a4663c11c7e401202097fc882fcdec3d37669 978734 
gnome-bluetooth_3.12.0-1_amd64.deb
 8d7378c62c5e2842a85134de863c30ad32d8d60234ec2aa23bef8348822e8773 302258 
libgnome-bluetooth13_3.12.0-1_amd64.deb
 c794ac7fdc61733f1010b1b9a87d3e99b05281d6da6820219ca3c65e257cfd80 262320 
libgnome-bluetooth-dev_3.12.0-1_amd64.deb
 d0bcec3b48cb6f6a2d5b8a9b03084b4e09ed4fa9acccdeaebbe40dbb2379af76 238598 
gir1.2-gnomebluetooth-1.0_3.12.0-1_amd64.deb
Files: 
 9f339ba6b499b8fcf42449a5d8982ed0 1941 gnome optional 
gnome-bluetooth_3.12.0-1.dsc
 c23666aa1d0bfc37be38f45493679de2 1341584 gnome optional 
gnome-bluetooth_3.12.0.orig.tar.xz
 75a7df1b195364d3b3ae994c3ccdb6df 8872 gnome optional 
gnome-bluetooth_3.12.0-1.debian.tar.xz
 edeeb3861c638f590c4e6dadc2eed0e4 978734 gnome optional 
gnome-bluetooth_3.12.0-1_amd64.deb
 65685e3eaf1d5a5a2e20850cb853204b 302258 libs optional 
libgnome-bluetooth13_3.12.0-1_amd64.deb
 989d0c23d67e879c151f22add68a2ec2 262320 libdevel extra 
libgnome-bluetooth-dev_3.12.0-1_amd64.deb
 aed28695de31a066536847e759131d7c 238598 introspection optional 
gir1.2-gnomebluetooth-1.0_3.12.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbefIACgkQgTd+SodosdLRvQCg8Z8WzbIz8pKMgh6kgKc1onMo
duMAnAmyKXtQ8flB3crwDJEPW9oirBk/
=3ZyU
-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/e1we0l0-0005nd...@franck.debian.org



Accepted haskell-pandoc-citeproc 0.3.0.1-1 (source all amd64)

2014-04-26 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 12:53:09 +0200
Source: haskell-pandoc-citeproc
Binary: libghc-pandoc-citeproc-dev libghc-pandoc-citeproc-prof 
libghc-pandoc-citeproc-doc libghc-pandoc-citeproc-data pandoc-citeproc
Architecture: source all amd64
Version: 0.3.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-pandoc-citeproc-data - Pandoc support for Citation Style Language - 
data files
 libghc-pandoc-citeproc-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-pandoc-citeproc-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-pandoc-citeproc-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
 pandoc-citeproc - Pandoc support for Citation Style Language - tools
Changes: 
 haskell-pandoc-citeproc (0.3.0.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1: 
 46c7406cd1d9c7f4358e958256e7172d81aae95e 3559 
haskell-pandoc-citeproc_0.3.0.1-1.dsc
 958309f9996d563ffba0bd4870bb7f201aac08e8 255740 
haskell-pandoc-citeproc_0.3.0.1.orig.tar.gz
 d9777ea65ab3e08d5e36aa9a694fbcadd0364955 10276 
haskell-pandoc-citeproc_0.3.0.1-1.debian.tar.xz
 8ef08e10e93af595052f915f5a54f8e848d64ff4 198710 
libghc-pandoc-citeproc-doc_0.3.0.1-1_all.deb
 460f58170314f442071f800bc30d75dd240e30d7 50236 
libghc-pandoc-citeproc-data_0.3.0.1-1_all.deb
 4e26d893e26d3ded3251a2f022b9ac8764f9fd02 1703960 
libghc-pandoc-citeproc-dev_0.3.0.1-1_amd64.deb
 d84a0a912b9e2f43a69672175b2a13a1d82d9c6f 2178744 
libghc-pandoc-citeproc-prof_0.3.0.1-1_amd64.deb
 6ac77b324034446a7bdf4176c8b2a6d40c9bc874 3941686 
pandoc-citeproc_0.3.0.1-1_amd64.deb
Checksums-Sha256: 
 f80d2f1c80342ae955119ea09d37e9efa2a4c54af387922cd1b239078adccc9e 3559 
haskell-pandoc-citeproc_0.3.0.1-1.dsc
 9d6e5b8e0d22cba9b0277488ac7efb344fa75413af7a08365e431556819314f1 255740 
haskell-pandoc-citeproc_0.3.0.1.orig.tar.gz
 a29ad11c621057b8cd890f525309d3b16fa77b8c2d2c46aaaca8997611a496d8 10276 
haskell-pandoc-citeproc_0.3.0.1-1.debian.tar.xz
 da1ef1cacbbed5f350827c6eeb0c0eec52bf9d002dbd8adfa837fe4d5173f5f7 198710 
libghc-pandoc-citeproc-doc_0.3.0.1-1_all.deb
 a57bd0ca76f8bcf71119ff584175a57f900737ade3b98ba8a3392dbe4b56d33e 50236 
libghc-pandoc-citeproc-data_0.3.0.1-1_all.deb
 82da311cafcac343b1d6ee4576f0f9ae0fc927145e918c474162f90a6eb1a468 1703960 
libghc-pandoc-citeproc-dev_0.3.0.1-1_amd64.deb
 eb235df697291b01c6476eeb8a775d18375580f491c9eab296ef5a2428f1db95 2178744 
libghc-pandoc-citeproc-prof_0.3.0.1-1_amd64.deb
 ae5e8d12d97c952608164973cb8a434e99c967a46af47d25251a9cd8babac202 3941686 
pandoc-citeproc_0.3.0.1-1_amd64.deb
Files: 
 e99d51f415788dc088a9cef18ecf3142 198710 doc extra 
libghc-pandoc-citeproc-doc_0.3.0.1-1_all.deb
 e5bb3e3fe0e5d40ffcef5b84bdd9d45b 50236 haskell extra 
libghc-pandoc-citeproc-data_0.3.0.1-1_all.deb
 c405c56b6c1464191f7409b41bd626f0 1703960 haskell extra 
libghc-pandoc-citeproc-dev_0.3.0.1-1_amd64.deb
 bc45c157f76d034163f6c249832ebe7d 2178744 haskell extra 
libghc-pandoc-citeproc-prof_0.3.0.1-1_amd64.deb
 bb7f956fecc06e54dc04f41c3b499373 3941686 haskell extra 
pandoc-citeproc_0.3.0.1-1_amd64.deb
 e9b227193d301440656b49df44d1db81 3559 haskell extra 
haskell-pandoc-citeproc_0.3.0.1-1.dsc
 0dbe892acbfe7a38b7b837c87e61 255740 haskell extra 
haskell-pandoc-citeproc_0.3.0.1.orig.tar.gz
 0c4a236fcd0e5deaaf38a20a629af27b 10276 haskell extra 
haskell-pandoc-citeproc_0.3.0.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW5HHAAoJED2QirPw+/Ufo9MP/3Ys187Xwq1/8+OaSjjNxOxt
mC1wItl+3YoIPoiEsG0Dz6hd938bt5ym6QFL5lV6o8WfcB0xyLFqn3yg/WSXCJmM
904beEW2Pla2SyrUq9x9m7b+x+NJg21emxehK7946020Gy7QvAEAMhWoFoH8Gjhb
RLtd7pVzA3P1xckHcdDRT/NlKRGj/g/gccgSWTRXz+2ihupB/z6IK1bOSoZZ0VW5
tmZsvGzXvH9j+fTjM4MK9zwjY2cOKSpkgzs0K6zdzvW17KiyeD4onLE3ooWSTlqz
Ix4f3U0DUkmWTbPtA8VY0BDEFXrBzYhhkRy++mZYJrLrHz6JFVl8nMmW4OSHJ6Nr
CYmwAPIylKgbjlkoNjIqqD7416A3dpLkXfT9fMkVOMw02FSkYRjX/+hr+l4ZB7jl
shWusrNPAim10BHI0bFTRJmvOQS8cP8L94GfIj7qxwkm49TFpnRJ/KEfv6M0iqa4
urcKmteDZ8m2rRdll5zaRv6vtFbAUsifb/zwlhLZeQ3nWxZPUDBVUozxCAqn1jJF
1FMeGb0XDssdX2Woueg/Mtn61u/Yz9tjyfk8JgwzP/m63wTx15KqM2RTkIXgbBs/
1XbF4i78Xf+BPhyGq6Gd4Li2ryMQBA2gjlAv8nHns9TN0Ansy4xXhRToWoE843gG
dik7VMDou3TziBvBPRZm
=lTJ5
-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/e1we0pt-0006al...@franck.debian.org



Accepted gnome-system-log 3.9.90-2 (source amd64)

2014-04-26 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 12:27:17 +0200
Source: gnome-system-log
Binary: gnome-system-log
Architecture: source amd64
Version: 3.9.90-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gnome-system-log - system log viewer for GNOME
Closes: 740908
Changes: 
 gnome-system-log (3.9.90-2) unstable; urgency=medium
 .
   * Add debian/patches/02_no_timestamp_styling.patch (Closes: #740908)
Checksums-Sha1: 
 e18682258a26ea93935464052532d0a84b2383d7 1654 gnome-system-log_3.9.90-2.dsc
 33c1601640dc1bc432a3cbb93e3b393cf16a7e1b 16292 
gnome-system-log_3.9.90-2.debian.tar.xz
 ec52e1fe3e0c702546cbef3e8801dbc94f222f5b 936728 
gnome-system-log_3.9.90-2_amd64.deb
Checksums-Sha256: 
 60d91f3af4886bed95d52b973240c03e403d6a960f71ba231a1ed5d65097efc9 1654 
gnome-system-log_3.9.90-2.dsc
 167f066750071ce198e3653421e4bedd339e1316777f847158e04980644adc87 16292 
gnome-system-log_3.9.90-2.debian.tar.xz
 9d526d0b311f61b31a69dbe99a4106f2993d9bbaea0178ab701ffd53fb45007b 936728 
gnome-system-log_3.9.90-2_amd64.deb
Files: 
 1a6379842e259f533e75205d8ba8b695 936728 gnome optional 
gnome-system-log_3.9.90-2_amd64.deb
 32916ff8d7cd62c400d96fba1c2f3155 1654 gnome optional 
gnome-system-log_3.9.90-2.dsc
 8c1ec95b6f59e7810baea3c4f1f7cf5c 16292 gnome optional 
gnome-system-log_3.9.90-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbjxcACgkQcgQ2cL3l8e7F0ACeN/UqdE0Sfru4Gact+iCQaatg
et8An2PTo8nxxUjRa3yy2xRC+OHXLLSA
=uMTK
-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/e1we0ou-0006so...@franck.debian.org



Accepted haskell-tagsoup 0.13.1-1 (source all amd64)

2014-04-26 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 12:48:11 +0200
Source: haskell-tagsoup
Binary: libghc-tagsoup-dev libghc-tagsoup-prof libghc-tagsoup-doc
Architecture: source all amd64
Version: 0.13.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-tagsoup-dev - Haskell library to robustly parse unstructured HTML
 libghc-tagsoup-doc - Documentation for Haskell TagSoup library
 libghc-tagsoup-prof - Profiling support for TagSoup Haskell library
Changes: 
 haskell-tagsoup (0.13.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1: 
 a0ee5f595d1e8068033aeffd6e278b162240e5eb 2390 haskell-tagsoup_0.13.1-1.dsc
 4066f9e949dacf8111fb187bf01b1f214f5ee7d8 42756 
haskell-tagsoup_0.13.1.orig.tar.gz
 6d972f53f73eb120cb12224c62a16ffefbb13b18 3576 
haskell-tagsoup_0.13.1-1.debian.tar.xz
 7073127833e361a01eb1117184bb08f94b509756 97742 
libghc-tagsoup-doc_0.13.1-1_all.deb
 f16ef4aa5e8c12010bcc6ec786f71cbf6765a7cd 680520 
libghc-tagsoup-dev_0.13.1-1_amd64.deb
 3604e50dd8c1776479a2e32cdb3d3100d9defa77 626220 
libghc-tagsoup-prof_0.13.1-1_amd64.deb
Checksums-Sha256: 
 e8b84e6aa7e439903a01b6854d0c0b345573b8bae9c4ff5186b251b39bc152af 2390 
haskell-tagsoup_0.13.1-1.dsc
 1314020e877b8208f42866f4683db40403099595edcd50e556772f31a5e7355c 42756 
haskell-tagsoup_0.13.1.orig.tar.gz
 6cc1174e6095359c4db7a659dc8c8493541ee5ab73975422870bdd72e68e52c5 3576 
haskell-tagsoup_0.13.1-1.debian.tar.xz
 622255e84cb8ebb0b3e5817a91ba07e339439e06f913258b0e8ec91c29556bb5 97742 
libghc-tagsoup-doc_0.13.1-1_all.deb
 37aad38847200b0b9b101b639843aaab1a80a0ce09241cda1e311e315c725e37 680520 
libghc-tagsoup-dev_0.13.1-1_amd64.deb
 2277b0d4840cab97bee0453f6fbd1a9210e0fffe389b57280ac86abf6aca9196 626220 
libghc-tagsoup-prof_0.13.1-1_amd64.deb
Files: 
 84fdd489d5928ba51c30f9c959296275 97742 doc extra 
libghc-tagsoup-doc_0.13.1-1_all.deb
 44efcdc977aa03562a54d7b824107e19 680520 haskell extra 
libghc-tagsoup-dev_0.13.1-1_amd64.deb
 88c502e1d49b7755d9078a32a9238b52 626220 haskell extra 
libghc-tagsoup-prof_0.13.1-1_amd64.deb
 25e88b5be25afe5d60c25e269ff4068e 2390 haskell extra 
haskell-tagsoup_0.13.1-1.dsc
 50374ef9f3bbb50d503a1981e94315f1 42756 haskell extra 
haskell-tagsoup_0.13.1.orig.tar.gz
 e70e165752fb5de9371fc79e01cda3be 3576 haskell extra 
haskell-tagsoup_0.13.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW5IZAAoJED2QirPw+/UfNEgP/2tF1xPcS+kBnd5kKb3/bz0u
99wFuguuqPN8VmY33h6SdIceYg/JQj2OfKpaK0255OnRDPKFktccbpjjD7Bokuxw
TWY3XPn7IXmif1FEBKVlNmZRUggrKUWBUL1ys9DVlbshNsi0/ogirFScw9pX8qE6
EOnBcW7PPvqcTMp8ni1ZP3tvDA5B3PIScxP4pfjT+dY1+e3Ks/2r7EflCYkBnzdX
0dLoFqlz0D9GJrtvHd60Ry7gVTpjtSkrGgP139PnnPYlZ9UIDMzCfbyCLrYQojnd
LzKG+wtwkwb7GYI0P600doq5Vn+gEBh7tGhIJCaBxduMrnD/VBKw2SFJdu/ay4D4
xUo2PdYCoxFItkYzFNG3z5i7XcvnKVn0zDG2IOsOSTPFMtAxm2daD5PHRXKr2wtp
LmuZlQsQFAM0W48TGHbGA3r0oscEKeFX3XfiCm2+wpZ8y4l/fdJm7rgP3vSwzHvX
/uDwmdl33IWQPxXNRrERgb0qqepdpdchd0V65zwi6R/UAPlF7/6eq3c92Nqxy4VW
SXDLzckRhsosySH8hWvTkdT2DskQjytNSrFYj/7xH0mV8P1B8EqDwnlvEy4W9AXO
bkG3S8mU+LJt9PoezhW+paSNTEH/Wgalss6jmmnZGH2o19ZNTQQX/mKTaL7nOBsr
RVoCQMGuhAWXDu3/Jw/4
=eHdj
-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/e1we0pe-0006ei...@franck.debian.org



Accepted libgdata 0.15.0-2 (source all amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 13:04:08 +0200
Source: libgdata
Binary: libgdata19 libgdata-common libgdata-dev libgdata-doc gir1.2-gdata-0.0
Architecture: source all amd64
Version: 0.15.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-gdata-0.0 - GObject introspection data for the GData webservices library
 libgdata-common - Library for accessing GData webservices - common data files
 libgdata-dev - Library for accessing GData webservices - development files
 libgdata-doc - Library for accessing GData webservices - documentation
 libgdata19 - Library for accessing GData webservices - shared libraries
Changes: 
 libgdata (0.15.0-2) unstable; urgency=medium
 .
   * Force build against the new goa.
   * Upload to unstable.
Checksums-Sha1: 
 4eeef0d3a1f676534e7a99240a0a4a783d734bde 2786 libgdata_0.15.0-2.dsc
 cf15902acca1ba637a14c4ddc7a84ddd27e469e4 10288 libgdata_0.15.0-2.debian.tar.xz
 8d603b8433fe79e752e12c2609973be338f2a009 288674 
libgdata-common_0.15.0-2_all.deb
 90f9b92f1ba821182fd92df3cbd1500666ff1c02 507444 libgdata-doc_0.15.0-2_all.deb
 3180cf7a1594d9285b2547c1aa6027f0f52718da 402798 libgdata19_0.15.0-2_amd64.deb
 0024922a9d83c904f6ffdff1e60e669114ac4b00 555482 libgdata-dev_0.15.0-2_amd64.deb
 8d4918ec3dba31dcf2104d3cca093b8a021b693b 227586 
gir1.2-gdata-0.0_0.15.0-2_amd64.deb
Checksums-Sha256: 
 30d339b0e426cf20afee6c05db736908d6629cdb22669efc00c4ee1c9dd22a57 2786 
libgdata_0.15.0-2.dsc
 026b3b32df118e6249d40d9d27a35bc5b05ec994aabd9782211d572e1f1ca7f5 10288 
libgdata_0.15.0-2.debian.tar.xz
 cbab51d7d75277364072d91b110dc8100487fa3d8bb81b96e2e2e6be82dd5a37 288674 
libgdata-common_0.15.0-2_all.deb
 6f646b8d2d28ed9201205100b9e31a26c5f82305759116d1825c5e0c366b69de 507444 
libgdata-doc_0.15.0-2_all.deb
 c8514766a745931539838304f5907f0923c5fa3138a02b1abc605c0255834332 402798 
libgdata19_0.15.0-2_amd64.deb
 9eacdc5e995917c2bf6e89e00af286931b32da0510d49cf12257b39c785f6c60 555482 
libgdata-dev_0.15.0-2_amd64.deb
 f9e13e9aa6a9411ee9f5fba774c4611d46403a899d8477f91c4cbd8a6fb8d139 227586 
gir1.2-gdata-0.0_0.15.0-2_amd64.deb
Files: 
 46c0ffa7fee306668ea2a8aaf22b6457 288674 libs optional 
libgdata-common_0.15.0-2_all.deb
 092cf6bddbbf24d3c2e66c6b56f80969 507444 doc optional 
libgdata-doc_0.15.0-2_all.deb
 5612de1cf880474f50024f8d65dc2a53 402798 libs optional 
libgdata19_0.15.0-2_amd64.deb
 4b8867a5fc5011e1731e72d3500219fe 555482 libdevel optional 
libgdata-dev_0.15.0-2_amd64.deb
 299dbf8adceaa581839bca3f42b4bb5a 227586 introspection optional 
gir1.2-gdata-0.0_0.15.0-2_amd64.deb
 e91fbc4fabe652f5fb6d61984442990f 2786 libs optional libgdata_0.15.0-2.dsc
 3bf7c7ed43ccdad0161d08392f90977e 10288 libs optional 
libgdata_0.15.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW5VkAAoJEJ1GxIjkNoMC8rMQALvVY8kI5f52T6536UUKPpyy
ejNJlFEq7XesOy3fjVp+sJ+qhYIBoFCe7YOTBt6qTXafoubnn9cVSEFkby8oWUF4
hgspvMYLbbVpKS/5fCw5I3E6yl446CHUJNJkn4ZqV7NW3LzybTNXTo1psN0Y2DBx
2vPZQ25GoZxxidWo5pJRr7Xyd+yWUDgLKRjZw0Y/y/ITJpD/S5QE7yxv38ROV6BR
X/apUl0EXk45GTPWPPKFt7IU5jrTrAiN6Yc1rcSNltQVAH9nhLPjAEFEdcBB/tE6
1FPHa153FCpFfjO4Z1NnGbuukVLk8DeuL/2hB4MgadokLWU/IyBHJge7s/0Nyk92
p1qxie3neqP27yg/YkGotBQlMciGho61jzKSGE5gywYSlAbj+sWaXSJy/spXcP9i
cIDw8UbMtIQhrRY7YSZm3RT6GPb6E0Dwt3DveXRuKqo8kPd4EP05U9ZGWuPRRVOD
2FQp1j/dD6xOp/IipSJVBuhOKQDUjDSu1dRVLmJGRrm/swpDNCst5wnAufJ1B98U
KQmbOgqvkrI8hLNQC/pWY0L/6FQfrNmdOHagsC7qQjaz2WkBV7XiYeWnY0V2wrIS
dZRNshimJHJCpr20ppLzWflfl1BdfwRO7EzPKPtgG1MFaMLYLDwW23NJUCOTrv9t
/tT4doUd3zCzis4ktYDf
=Z2Yh
-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/e1we0dk-ca...@franck.debian.org



Accepted warmux 1:11.04.1+repack2-1 (source amd64 all)

2014-04-26 Thread Felix Geyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 13:21:58 +0200
Source: warmux
Binary: warmux warmux-servers warmux-data warmux-dbg
Architecture: source amd64 all
Version: 1:11.04.1+repack2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Felix Geyer fge...@debian.org
Description: 
 warmux - turn-based artillery game on 2D maps
 warmux-data - data files for the WarMUX game
 warmux-dbg - debugging symbols for the WarMUX game
 warmux-servers - stand alone server and game index server for WarMUX
Closes: 742994
Changes: 
 warmux (1:11.04.1+repack2-1) unstable; urgency=medium
 .
   * Replace the copyrighted superman logo. (Closes: #742994)
 - Repackage upstream tarball.
   * Bump Standards-Version to 3.9.5, no changes needed.
Checksums-Sha1: 
 870f737fd2341461e59dd3a874c9f58052f63b95 2334 warmux_11.04.1+repack2-1.dsc
 173b7cf8109456eaf301b847631e30a29bd47da2 106286960 
warmux_11.04.1+repack2.orig.tar.bz2
 75ff2fa2e3b9f5069a427b536c69e9cd40924b17 13560 
warmux_11.04.1+repack2-1.debian.tar.xz
 61cf7c8c4a3bb66b4f2df6e732beb1d7d178bf6f 594158 
warmux_11.04.1+repack2-1_amd64.deb
 16acd396a44e3200935bd2884468e3ae51cf4375 99654 
warmux-servers_11.04.1+repack2-1_amd64.deb
 b826ad5ea2fdb83d8a5f8f00c92343c24fd28fa3 98552224 
warmux-data_11.04.1+repack2-1_all.deb
 bca2b72f92eb1aa82e2f6810dcd515db0496c204 12522428 
warmux-dbg_11.04.1+repack2-1_amd64.deb
Checksums-Sha256: 
 fbd059889d1dd6ae7d55d48c61792e64ee98a94e3d30227493d100f7da8afaff 2334 
warmux_11.04.1+repack2-1.dsc
 67609af43d1cc3abfebc02cb090f152226d7e7d21843535376dbbe1d956ddbea 106286960 
warmux_11.04.1+repack2.orig.tar.bz2
 0fc183d93819a438b6a027eab211dfcdd8b972b045a2b274d5ec59d57ea1e244 13560 
warmux_11.04.1+repack2-1.debian.tar.xz
 9961cfb5359c0bbf4a9bc098fd58c4a620f89c5af0837230ba1b2ce58533a72b 594158 
warmux_11.04.1+repack2-1_amd64.deb
 cad8646067f06b467ec85f12a916e6d76472217c8ac7fbf5bdfdd18668108a1f 99654 
warmux-servers_11.04.1+repack2-1_amd64.deb
 ccc84d8200cfa85b191252dfce33c506a131f0605f66e02c9ae186ba781b0049 98552224 
warmux-data_11.04.1+repack2-1_all.deb
 efa53756786f123229fd1e5b76586e9a85e632bc5b15c4ebd5334091ae96aca6 12522428 
warmux-dbg_11.04.1+repack2-1_amd64.deb
Files: 
 fdd75f28fcf0df479354805ae0eb742d 594158 games optional 
warmux_11.04.1+repack2-1_amd64.deb
 c4b4f63b81ed1e45d388082c0f152793 99654 games optional 
warmux-servers_11.04.1+repack2-1_amd64.deb
 88db31ae02d1ad037b6129d6d73ce026 98552224 games optional 
warmux-data_11.04.1+repack2-1_all.deb
 439a4e0e9f9f782e77b8d54ac39e8149 12522428 debug extra 
warmux-dbg_11.04.1+repack2-1_amd64.deb
 1815001b563d8d846021106be9d8ac00 2334 games optional 
warmux_11.04.1+repack2-1.dsc
 2f4370beed755f16d40831cc01aaeee6 106286960 games optional 
warmux_11.04.1+repack2.orig.tar.bz2
 ef680e0501f5509416330827abd49fde 13560 games optional 
warmux_11.04.1+repack2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW5igAAoJEP4ixv2DE11FQNMP+gNOM0g0MFEzr/rERcms1rXs
vA2k2xCJJYVMthEuw1fj8nIAdt05VQmsraUYKXNW/hR7ikuogfNMg8DhtEfiD2Dz
ZQx50tMeku+sn6E552V7P3VOCkPdcfVbl61T9FA7yfftnSrxa89SE6qhINOOJ2lG
e52EaZNc0AnUtgDkHlw7/VRjDacrGT5locyHzRwpgAMz0KJShmI/hqQbJHXYlX41
gNSq+5/DHIfI00fBd12kNp7iAzTyKvNuTdUIoMn6UarQAJ5qB0Xn1gY2ajcEg684
qmUq/X7OTfhN1ew4kr3zqXdltlUBFKxcUBGI+aONuiy1L3KUklE1d0+1pDR8u083
4IddYBZCRidmpfNo0OcWKsUrg3JJfcUZQcPfAHWtcxFMODbM/dxhgKRKaHfITWjI
2x7bgRUYQZwoFQjRWXwHgUPZMCfq+eDAKC4hV7HpW/EMw/87i0HMEcrcAldbjGsL
7OOwv+ABD5QGOQy4HBzVXtaqBdmAIjRbfHb0iVrylSWC5iqjP1y3sHR+Z+7HXikY
g65SvCSmJYAHVyEZWNIbTpHWW8N6cvM/g4TWRmKb/fphiw1ItwVpALaz5aw0HC2Q
RviUrvXWMM4UYntQKByePU87OnS/kyvqCxzhqhUEYbN8PInHs+QnW1yZ85QedwH6
Xqs/YRh2eHEAidLsg1vx
=Rxpw
-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/e1we17f-0004co...@franck.debian.org



Accepted evolution 3.12.1-1 (source all amd64)

2014-04-26 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 13:08:58 +0200
Source: evolution
Binary: evolution libevolution evolution-common evolution-dev evolution-dbg 
evolution-plugins evolution-plugins-experimental
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 evolution  - groupware suite with mail client and organizer
 evolution-common - architecture independent files for Evolution
 evolution-dbg - debugging symbols for Evolution
 evolution-dev - development library files for Evolution
 evolution-plugins - standard plugins for Evolution
 evolution-plugins-experimental - experimental plugins for Evolution
 libevolution - evolution libraries
Changes: 
 evolution (3.12.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Upload to unstable.
   * Bump e-d-s Build-Deps to = 3.12.1.
   * Re-enable contact maps and add libchamplain-gtk-0.12-dev and
 libgeoclue-dev to Build-Deps.
Checksums-Sha1: 
 63caa809aa1f5223946b9e026e46c701f044afca 3431 evolution_3.12.1-1.dsc
 2da7f69b7427881a3fe1a6242d98786bbf92de33 12111704 evolution_3.12.1.orig.tar.xz
 b2cd1ae14bece80d7d5aeacadd369ab732516241 45100 evolution_3.12.1-1.debian.tar.xz
 347f29cdf76a45593542512304f5bd4217f21f57 7363694 
evolution-common_3.12.1-1_all.deb
 bfbd1827de4e101af2cef330fc5778b6ae315f44 243050 evolution_3.12.1-1_amd64.deb
 02d7bdc6374c12cf3b58e8403c85a0bfcddb9255 2120942 
libevolution_3.12.1-1_amd64.deb
 0299ab44ac408648ac2e378ac09da405eaa506bc 711904 
evolution-dev_3.12.1-1_amd64.deb
 b606664c2117080a32e4c5be269b8481f7b0a21c 10715594 
evolution-dbg_3.12.1-1_amd64.deb
 7d4de9a2de9953e9fbfdaab4fa7728dbaabb979c 269978 
evolution-plugins_3.12.1-1_amd64.deb
 7a1bccbafc4f5876ee914094572b3467ef39f3ed 195682 
evolution-plugins-experimental_3.12.1-1_amd64.deb
Checksums-Sha256: 
 f578d079ed0575d538ede77224225d9b56b5f7e76741515b3921d1f7219401d3 3431 
evolution_3.12.1-1.dsc
 a4b5058a82949e883956863d23fd65cd4e89d6a1fb18d4d35b3ddaf4464bf52a 12111704 
evolution_3.12.1.orig.tar.xz
 37a7f014a95aa4cc3b823fc25ae162fdc6563f72e7c7b304d9dac730f461a4c9 45100 
evolution_3.12.1-1.debian.tar.xz
 5530b25092144519d34561ef2a39cfa661dea798c890a8524b1a1be68b889c8d 7363694 
evolution-common_3.12.1-1_all.deb
 bde5c5fff93c3ee59a302cd3a8f753fa9dc560bd76229239843dced10b6a48df 243050 
evolution_3.12.1-1_amd64.deb
 34e5fe6b480b8efb8418b61869732bc8c44779f80fb26a736de5d0fcac3b1158 2120942 
libevolution_3.12.1-1_amd64.deb
 46f744d2708135353de3bd311f11b6facd94a46c51970b000bbd7c44d20b9ae4 711904 
evolution-dev_3.12.1-1_amd64.deb
 2c9e4c60ca9cd08643ef455d1281f396f771544283b29ef2d5b3f4bbf1a75421 10715594 
evolution-dbg_3.12.1-1_amd64.deb
 243f7c8405dbab269d6b86a64691bdb70982a6a12573ac112b28cea78b4a 269978 
evolution-plugins_3.12.1-1_amd64.deb
 4fb0a66d514ac959b4c2a358e7ee4fe3ef871cd5046f377a22913f81f8d0fa3a 195682 
evolution-plugins-experimental_3.12.1-1_amd64.deb
Files: 
 5dd796c85d38590ef8430bdf8d0da231 7363694 gnome optional 
evolution-common_3.12.1-1_all.deb
 dec1ae619063c15348ad73378f1bd03b 243050 gnome optional 
evolution_3.12.1-1_amd64.deb
 79bc47bbe24a0f172125068f55cc2aa3 2120942 gnome optional 
libevolution_3.12.1-1_amd64.deb
 ef5d04a52442e163cb3dd5aff4341038 711904 devel optional 
evolution-dev_3.12.1-1_amd64.deb
 fc387e2a55dad1ee853fd3344b92d7a0 10715594 debug extra 
evolution-dbg_3.12.1-1_amd64.deb
 86d3cb72705ce48c5b85e4f485a654aa 269978 gnome optional 
evolution-plugins_3.12.1-1_amd64.deb
 6c7f677e1033de4887695e7f68a3f57a 195682 gnome optional 
evolution-plugins-experimental_3.12.1-1_amd64.deb
 4aba67f90216853f2c83e97f6493fd1e 3431 gnome optional evolution_3.12.1-1.dsc
 03fd35c2ec39a90221c16400f8797623 12111704 gnome optional 
evolution_3.12.1.orig.tar.xz
 137c035758149cca9bff70d0601492aa 45100 gnome optional 
evolution_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbnWcACgkQJYSUupF6Il7crgCffyDROkcAn/XYMQj1MOh0in2E
CrkAnRE167swfQoOYiP/lMA782ieGF7p
=4M4W
-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/e1we1kt-0006o7...@franck.debian.org



Accepted glade 3.18.2-1 (source all amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 13:46:28 +0200
Source: glade
Binary: libgladeui-2-6 libgladeui-common libgladeui-dev libgladeui-doc 
gir1.2-gladeui-2.0 glade
Architecture: source all amd64
Version: 3.18.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-gladeui-2.0 - GObject introspection data for the GTK+ User Interface 
library
 glade  - GTK+ User Interface Builder
 libgladeui-2-6 - GTK+ User Interface Build core library
 libgladeui-common - GTK+ User Interface Build core library (common files)
 libgladeui-dev - GTK+ User Interface Build core library (development files)
 libgladeui-doc - GTK+ User Interface Build core library (documentation)
Changes: 
 glade (3.18.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Upload to unstable.
Checksums-Sha1: 
 dc9c53da221a8214efcfc7529057646937691e1b 2638 glade_3.18.2-1.dsc
 ce7bf74583e89644631464087123fd0829f4be92 3256200 glade_3.18.2.orig.tar.xz
 1091dc12df954164de5759e9cf66d22945562f81 28020 glade_3.18.2-1.debian.tar.xz
 9fae61c44fb58dae6b3ff6f3d37362051e5d0e7f 1506992 
libgladeui-common_3.18.2-1_all.deb
 581c41bfb0bf8d571bef5eb93bd83b6a28d36093 645216 libgladeui-doc_3.18.2-1_all.deb
 171e3e2734bf15a510436b28668a05d69f797ad4 1015296 
libgladeui-2-6_3.18.2-1_amd64.deb
 11dabb8807cd6befa1450f7f72be1ea37b05065b 633430 
libgladeui-dev_3.18.2-1_amd64.deb
 04ef2c4620e8bb85e03dc480276b1f1131bb9748 587716 
gir1.2-gladeui-2.0_3.18.2-1_amd64.deb
 eec84ba78c8fdfff24f73ccab9b013b8b0348abb 1430996 glade_3.18.2-1_amd64.deb
Checksums-Sha256: 
 1df38c63c373f7bbddf51f19306de41495992ddb9104b50deea27a1bce6c9cca 2638 
glade_3.18.2-1.dsc
 a2fd77e64e8d6c4d6cbd7f365b5b3a4a06b04f749c90acbdf7a09538b2a021fc 3256200 
glade_3.18.2.orig.tar.xz
 bd322ace32bb829ef43d2753f15a47a5b5f02f02a01398e2a6c21c3c1a8bf089 28020 
glade_3.18.2-1.debian.tar.xz
 57c648c4acbe8f4931d1225d5ffeb4cc25116226a14404b2f6142bffd41b6ee1 1506992 
libgladeui-common_3.18.2-1_all.deb
 a495187b74751af524190485eda9ed77145d015ca272fefea9c9f0b23be7783f 645216 
libgladeui-doc_3.18.2-1_all.deb
 e1d131c814ed88002517150af910e2f7b392bb3c9106a588b7936034ffa2ced1 1015296 
libgladeui-2-6_3.18.2-1_amd64.deb
 b846dcf90724a1a1ccef86a3f6bebf0ce1706f6a2970e804542e8c5a7180105c 633430 
libgladeui-dev_3.18.2-1_amd64.deb
 9fe02e57c0ec56037957bc0318d683b8b80240e8649e0487d2f50c75a24807b0 587716 
gir1.2-gladeui-2.0_3.18.2-1_amd64.deb
 30c985f3394ecabf4e88c7aca52ec8c5a9cee763ad671dbae077e22e4fade6f5 1430996 
glade_3.18.2-1_amd64.deb
Files: 
 f5044dc6fb43b00f5b7bbef3ff89a1e8 1506992 libs optional 
libgladeui-common_3.18.2-1_all.deb
 1210da6cb79f001bc7bf7fd8c141f07e 645216 doc optional 
libgladeui-doc_3.18.2-1_all.deb
 e6469e447a9aa6d8320a270e8db76799 1015296 libs optional 
libgladeui-2-6_3.18.2-1_amd64.deb
 a71872cd5b4924d732689e9fcca3b839 633430 libdevel optional 
libgladeui-dev_3.18.2-1_amd64.deb
 04fc44f2180838a2b0dbfcb97c241946 587716 introspection optional 
gir1.2-gladeui-2.0_3.18.2-1_amd64.deb
 2e079bb59b4582485773e59472d4a44b 1430996 devel optional 
glade_3.18.2-1_amd64.deb
 b11129ebf2a0e82c864aed53ffbc2b09 2638 gnome optional glade_3.18.2-1.dsc
 ecc29cef2c94fa4baa0678c295a897f9 3256200 gnome optional 
glade_3.18.2.orig.tar.xz
 40a166b7aa52d10a17e6af0f43357bfc 28020 gnome optional 
glade_3.18.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW55KAAoJEJ1GxIjkNoMC17cQAKU7AjBCBrJsn+SeLsfjXRjO
PYQ+yYe4RuUDopynJzlCtin1p75fkORYx6MzDkKSNSyYe+xMfsvxvvCaZNdtqb9S
eotJfJlVieClsr1MhAKrBSZElI8ntW4KFELAbDt/MPcoUIfVSRZsjY3ZfpUNCAMK
p6Bnt+Z4n+sXU32+qELT1Fy2et09PnsfiDXNXqlxAOvsuBU0rum1nGoa7/xFRFOB
JmMzUFAX/f/F9thInqz713FVb2cWQYY+j9dY75KMFOgbjiyoUhp+yUiDSShVx4XI
/577BsPgiLPPlx7XwSUQLPHjwRWCuCBazAmiV8QkiXvKN/ROpwte6Hx2AFLoOi/g
Z153UWLsnAUyaTOg1/zxpJoR9lGj6G9OkxWHN1nHHc6R5Qt5jf1roA+dLjv07GwM
8u9zcpaKjh9Zi/JtjIy5lbDoBUJ4eJN+qd3ehqYDuDwLjji30/ulgoTwHxo4mltF
KU16FnDpT+SfW0iKIF+M+obwjfwXnb2RHXA+hrDcKRe0eDJnBfWfTe22D+YS9x39
fsltPHyBHccD/o2og6Ijxc/i33sP3YhUruIAdS0jQQc+551H72YWMrTQlAVQg0B4
1rCTLhoUIRHBFt6sGOaQt7zeZPxbcl+5EVcQyn5nKKPhxpxtc1zQmmg0ab+qB/8u
SZfBq5wNOJgCgFdCvYZz
=uEwP
-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/e1we1lf-0006ve...@franck.debian.org



Accepted gnome-clocks 3.12.0-2 (source amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 14:07:08 +0200
Source: gnome-clocks
Binary: gnome-clocks
Architecture: source amd64
Version: 3.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gnome-clocks - Simple GNOME app with stopwatch, timer, and world clock support
Changes: 
 gnome-clocks (3.12.0-2) unstable; urgency=medium
 .
   * debian/control.in:
 + Bump libgtk-3-dev to 3.12, needed for GtkActionBar.
   * Upload to unstable.
Checksums-Sha1: 
 bfb33f3f0ecf888ba372578e94637fd284d7f2eb 2362 gnome-clocks_3.12.0-2.dsc
 a7a67bef449239dc85d60b3da5cc9d9229903ff0 2908 
gnome-clocks_3.12.0-2.debian.tar.xz
 5990417fc125277827b875b611df4d875bcaa698 305320 gnome-clocks_3.12.0-2_amd64.deb
Checksums-Sha256: 
 f1a1665bfdff6c098e307195601c45a0d1dd5248ec7733e437bd6c74336ae97d 2362 
gnome-clocks_3.12.0-2.dsc
 ad1623cb95730dbd42c14cb9434a36c4fbcc5f729456938cadcec97ecc2db528 2908 
gnome-clocks_3.12.0-2.debian.tar.xz
 ee89d8d7159d209f62325fdef701315043b96583d5b9acd97962e43f73e79fc6 305320 
gnome-clocks_3.12.0-2_amd64.deb
Files: 
 e0de50b0a3aab9f2e2c911abd9ccb3b1 305320 gnome optional 
gnome-clocks_3.12.0-2_amd64.deb
 51cb98a388b6bb5d67492eac511016ce 2362 gnome optional gnome-clocks_3.12.0-2.dsc
 f5a0ded8e94aaed6305db26ea6a3cd7d 2908 gnome optional 
gnome-clocks_3.12.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW6K9AAoJEJ1GxIjkNoMCnC0P/jNEOnuj7TvnUU3cPKpvgerc
49tBVr9G3N0eFlFu2aXZbLUGXnJlaCJbntppMbidMI1+WsxogvkywHu4RT6c8myq
KsEp7kEIRulkVNJh2Ugf+9ooJf6xgDAVNMfXaJ4L2y+A1C6fiZdQK5Lf3NqQh9Zz
r59n4cL1cpAFW1/9W38Bwnb2uAwnOl2sRwY3HxnX37LPn9NXftj2k9XWH+gONcXh
aLWJldII/yM+1XlZbddwwonQeXjgTlXcV9RK6xBZR0/1fprBFbBTO93dpAlRRSmS
snIAFHDirPLALmuPefOGXpDfiufWWbXTuRiALGQWNp+G22fT3j6BmziKQURbp5MY
PKoN5wKDGZdCM0jRUy3XxKnHZIKyMDrLtYUSpig350mVNsAQ0vgMu7SvMmEl9U4N
JgoCinLt6hg+ICSP+fED44Qrc70Ijq3chwLfBKUiDIEMD/LVkB/FQRocSZ3f5//6
kY7M1TLEkyE4Le84kbnIOkSz1H8gejJvCpHJCMI8YHp0BJEIG73nwhVUyulBh717
+VsPjNqH13Uq+KyQow3FUF/8tiyOoMOxtv2knIFpp3KpqsJzlZFTplhhCH+A5CUQ
iq0xpHtKm3MKVhdpxvXDTM6BNTL/Z7jNuFV/jeS0yuSi41RfaowGc0lGkYABbUGP
kE3/3uvfoTBL9gGJRvFM
=uwHd
-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/e1we1z0-0008cs...@franck.debian.org



Accepted tupi 0.2+git04-1 (source amd64 all)

2014-04-26 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 21:39:57 +1000
Source: tupi
Binary: tupi tupi-data tupi-dbg
Architecture: source amd64 all
Version: 0.2+git04-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Smirnov only...@debian.org
Changed-By: Dmitry Smirnov only...@debian.org
Description: 
 tupi   - 2D Animation design and authoring tool
 tupi-data  - Data files for tupi (2D Animation design and authoring tool)
 tupi-dbg   - debugging symbols for tupi (2D Animation design and authoring too
Changes: 
 tupi (0.2+git04-1) unstable; urgency=low
 .
   * New upstream release [April 2014].
   * Build-Depends:
 + qtmobility-dev
   * Dropped obsolete libav10.patch.
Checksums-Sha1: 
 a3826ecfc9d9e2b4fda3707916a6042f66c447e5 2172 tupi_0.2+git04-1.dsc
 a881ea5ff29bff38665db0eb303ece412004dbfd 16960121 tupi_0.2+git04.orig.tar.gz
 3eb7f85fb3d2d45bed5cb903337f9867393be48b 6316 tupi_0.2+git04-1.debian.tar.xz
 a6c4cc0dce5d4a6f64f515df3fa81eadcad4de66 1412740 tupi_0.2+git04-1_amd64.deb
 dfc58098dcea8f220ce170341816e9eae87449c5 9634130 tupi-data_0.2+git04-1_all.deb
 ac99cc7bc805d3cc9d69456fa6ded16c20164888 35712114 
tupi-dbg_0.2+git04-1_amd64.deb
Checksums-Sha256: 
 02f87813a84d2579628593bfdf1757b6c82917e5826c7a7f2f2a4678aab7bcc2 2172 
tupi_0.2+git04-1.dsc
 c79d60307f954c7227dc80223cbc6bad05cce0a6e668168154942b0e9408113a 16960121 
tupi_0.2+git04.orig.tar.gz
 58fc03e19a8a789e801a7911d615396979b1dd06b9bd0a00167b7363f40ec530 6316 
tupi_0.2+git04-1.debian.tar.xz
 8f45169f892dc787ece6e5591d2f5d6b0fec14140a2ac5f6f3430d852ce0cd6d 1412740 
tupi_0.2+git04-1_amd64.deb
 78de4bbaa2d7cdf653c561f7372a27b21beba07597d2abd72369982e456ce538 9634130 
tupi-data_0.2+git04-1_all.deb
 af6c444876de69e8fcae4134f2e8cbe2fbbcf5aac2b6fd4107bda1ca963a6db4 35712114 
tupi-dbg_0.2+git04-1_amd64.deb
Files: 
 f51d7804f5c9116d69543d2320deec66 1412740 graphics optional 
tupi_0.2+git04-1_amd64.deb
 641c400aba03217b53ab94bbac0ad328 9634130 graphics optional 
tupi-data_0.2+git04-1_all.deb
 2fee6f39d1b447b48c4a85c34e8c8ec4 35712114 debug extra 
tupi-dbg_0.2+git04-1_amd64.deb
 640369533b2a33a4325dca372f78009b 2172 graphics optional tupi_0.2+git04-1.dsc
 0229d0c60a2332a274c8620960a22bc3 16960121 graphics optional 
tupi_0.2+git04.orig.tar.gz
 02bef51f3a1a129158f693a3263e1863 6316 graphics optional 
tupi_0.2+git04-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW6HbAAoJEFK2u9lTlo0bakUQALl0j+bqITYjJ+PpTmWO+h77
sn4RMeEsKQq5vumDBOZmhMqT0IpoIT2cmHJQgBne8XC1CV8gEmo+TkV6S91xNgkl
efIwyezeUpyp4IgSKFfxIe4J7VAdFHjNdTAM+w3FNOtmoXdcFEBBrJ6mLL4kLS8n
X/BP20GcCc1I1r5HYQZXdxsfQXj5oI8Fu1ILjFhZLJG00jNRICG1ZQEs7dJcEpSM
tJ7wjkAT4/7slLTC9Ocx8CccbJlpK3GLv4ypHjmMZCtESfiarGYIsykseA3RN2xF
v1e1CpmFT9rHGPfvU7Nu19sNMdlp/Cca+jiOfC3FD0A833GVy7LGmZHaRHtCQYdB
UeRGDu/yXlRkS4rNMvZAKZ6VN154YBN361HXTtG2+I3GkLu6JYWabIgUCFq7V5ON
aq0wi+mH6WKATeaDfGZ2X7elp0uvPif/v0kfEwq7T0lJlrei2l2kIbMmSKtb3/pR
9o9Wldp0l/6xSamO9XpL73qOCd4o5938qdLa957ylqDlTPIU2I9Ix3hm8AKSqgSY
9pC2sLi9xtx/uQSiOcL22aKcB9ELAeCUtepjMgdsa8qwc6a7y3au2c3q++HUc4Ti
t+JLezRiLQlwJHonK1fXwyP1xOwMqOB7NTGnOx/XqJe5w+Sm0bh+HIeoN+UsmSqU
U5Vm0JS4l22dSoit2+k+
=tx5t
-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/e1we1of-0001bp...@franck.debian.org



Accepted gnome-control-center 1:3.8.3-6 (source all amd64)

2014-04-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 14:36:06 +0200
Source: gnome-control-center
Binary: gnome-control-center gnome-control-center-dev gnome-control-center-data
Architecture: source all amd64
Version: 1:3.8.3-6
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gnome-control-center - utilities to configure the GNOME desktop
 gnome-control-center-data - configuration applets for GNOME - data files
 gnome-control-center-dev - utilities to configure the GNOME desktop
Changes: 
 gnome-control-center (1:3.8.3-6) unstable; urgency=medium
 .
   * d/p/0001-online-accounts-Accept-requests-for-account-creation.patch,
 d/p/0001-online-accounts-use-the-async-function-to-get-all-th.patch:
 + Backport patches from upstream, modified to apply on 3.8, to fix
   the build with gnome-online-accounts 3.12.
   * debian/control.in:
 + Build depend on goa 3.12.
Checksums-Sha1: 
 154222051037cb05b96ef643883fcba0e10fe204 3677 gnome-control-center_3.8.3-6.dsc
 075147822c7a04fcce92f0b15063fb15249a2f32 31172 
gnome-control-center_3.8.3-6.debian.tar.xz
 7abd4b9d3e371550d6aa44bce756d6470109e093 1612978 
gnome-control-center-dev_3.8.3-6_all.deb
 e7c3ec2bb7faf65b3e7fd5e17916ef4dd78934fb 3727512 
gnome-control-center-data_3.8.3-6_all.deb
 0b1f43ea960cdd62685ddea286d1a3a2da903140 3124858 
gnome-control-center_3.8.3-6_amd64.deb
Checksums-Sha256: 
 45c720efa193d6e3fdac29f2dd40733166935d3d635b0671242979da688cf506 3677 
gnome-control-center_3.8.3-6.dsc
 f4cd8d011a9aa3f6ab95aa592a59e35296f968c133cdbe1c5cd0fc756f4091a4 31172 
gnome-control-center_3.8.3-6.debian.tar.xz
 92c49c6fc6b4baf7ff8de95b9131d693d5dae0b85b669a5ad3d19fb58d9bb30b 1612978 
gnome-control-center-dev_3.8.3-6_all.deb
 ff0a880c08cd84b75b09f82e1e8cc7359783e0d7900643a61c47f8775937b403 3727512 
gnome-control-center-data_3.8.3-6_all.deb
 2fa91d930bf77393e563f2258ffa71badb03e036581d85f145c293f32b3c4a9a 3124858 
gnome-control-center_3.8.3-6_amd64.deb
Files: 
 0cb73f32a771182cd4d871aba0d43bb2 1612978 devel optional 
gnome-control-center-dev_3.8.3-6_all.deb
 1ce715cb1c38140915bbfef06f394a6f 3727512 gnome optional 
gnome-control-center-data_3.8.3-6_all.deb
 47d8ef2315b729e5227cb072850897fb 3124858 gnome optional 
gnome-control-center_3.8.3-6_amd64.deb
 f3f0ef18ec0509f3379624fe1b930d99 3677 gnome optional 
gnome-control-center_3.8.3-6.dsc
 4e9ef3fe34c6f049da81a4e7e3cb95e6 31172 gnome optional 
gnome-control-center_3.8.3-6.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW6ssAAoJEJ1GxIjkNoMCteUP/3nDq5D8yt9mnxNyYJmA4tJA
avN0lfxBS4Ps9d0gXpo3TYzbjFKF9UZGLCv04DdqM5qlyAOetZbOoaC1eiGX3+Qa
yg/XC7CQOmM7z4RqHgEa8poO7IvE+k1ApGWzbXJZ34y7j3w8UahTTHkbw+NzvOxm
tbiSYnx1JAVeNVQDBDdRd2OnrQIfJXMchUGexx/jAF28slxlL0KkrvZ+yKwHhcaL
noxKyHr6wJ7Qy39pOIC8vg5fLRZDVT3gZg5uz8PO9sfzeJgrDnzm/1/0061gsrRZ
0gcojOsffKLWGijMqNXvSbbXFToSkOtH4l5r9jdWXx8iaPG0Zb4PiiaGMNFiKI5O
0kYvWM+ETRMChIUSVw5ysfep6eY1Y4kh3lIr6p3PBxEyKnRR0WfGY+uuCGapYeG0
Kor6jhv+7wHhrcXIqz9zvg/GeMEgxtG+4rX/s+SmXA/9AtCiadmUZKw6NZX/wCe1
tErxXOkrpjBvSz6EQI+OC5JSZROXBQUEtHplHjKypqNAbiHgM+Cjswr9bWEjncmO
JUvr9b2LzGL5Cs8CdmkNjDlCzh7z9bl+dv32gIMpryYrApuRA47rV/Sv16Hja7Nl
+epR6EPKE38rra7+SVvbxS2MFEQLOu0jQSssBrr17rUR5FXwRGePs1CMyFxNwjVq
QuFkB4LwdW1FBw3bwU18
=sH4B
-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/e1we2gw-0004wb...@franck.debian.org



Accepted kdevelop-pg-qt 1.0.0-3 (source amd64)

2014-04-26 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 15:06:27 +0200
Source: kdevelop-pg-qt
Binary: kdevelop-pg-qt
Architecture: source amd64
Version: 1.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 kdevelop-pg-qt - LL(1) parser generator based on Qt
Closes: 733390
Changes: 
 kdevelop-pg-qt (1.0.0-3) unstable; urgency=medium
 .
   * Team upload.
   * New upstream patch: upstream_fix-some-warnings (Closes: #733390)
Checksums-Sha1: 
 112714d8b9e6579deb657f5f07df5f7b178e95ea 2042 kdevelop-pg-qt_1.0.0-3.dsc
 8befa0e793537fc1c64f5ae833cd6d0247fb5874 4544 
kdevelop-pg-qt_1.0.0-3.debian.tar.xz
 cb121371a02531b17caeb719fe27b220c859f8d5 485950 
kdevelop-pg-qt_1.0.0-3_amd64.deb
Checksums-Sha256: 
 cd30b5d27af56a625e98e537dfd312d893dae2f500d7731be390051ff488a52f 2042 
kdevelop-pg-qt_1.0.0-3.dsc
 1507e43c9298f92ac36d55befa84cb4e559a12d24a6a353de7b5efd17259e6ef 4544 
kdevelop-pg-qt_1.0.0-3.debian.tar.xz
 0e1288d33b4c6331d2d1c1adad0ad78d7d798d2cba76c518fde284f9f15af4a9 485950 
kdevelop-pg-qt_1.0.0-3_amd64.deb
Files: 
 5b7e13eae12293e0c237deca8de66dfe 485950 devel optional 
kdevelop-pg-qt_1.0.0-3_amd64.deb
 f539861c1c4fa9075eb2578900e1f6c0 2042 devel optional kdevelop-pg-qt_1.0.0-3.dsc
 5be9e76ed40e347577369ea35e2afbd4 4544 devel optional 
kdevelop-pg-qt_1.0.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW6/tAAoJEMcZdpmymyMqZksP/i0Lx0ajJ+VUT/0J/PhQIYYN
fUAXt5x8A4AvcCk6nfLdbKKfA1M15YGjB1R7FJwNUbLSFom9GOIhWYOrNxJnhnxI
kGHkl6E4LtTjvjeEnsWwZZAUvGN/MSBrycxfBFE3wyqEfHhdZkJlMxfHVHHo4ple
Ppd0a4SBsNdz7afAMzRNJnJv3iyuHUct72380zvv0YWx7/oUn8kD0BdCLMcx3bop
NlKpK2izukaG9A/Nv1C7n3LloEMiDeTOSnK/IoLhi7VxvRHSgfWmfOqs26JFKp3R
UMpA/mVBoa5QL5vFfFiz+5Fzs+C8unX5yjTBXKPiggZ4YP5GsqSUVzx0V+v0hNFC
OYLHH25VoIAGrwvrOzU/E1/g5EeuxcC4AT41plddZwZ/w2ewgtLrPLWGJIFnLzEK
qtdnFJz6zT/F+KNyZ6rnkviczUvT5NifZaGfUhxAGo95uu4UVzIic7aZm8mkQbnL
z5HG9iNxSV0IQdpQFLUggEX27/YhtQVmd0DftjfdVak3ObWFfd5IGQqtqvhVhv9Y
olt3lpfFPQF6RpecXlD9qDxTF2dGpjLXSeOC5F5yAtIA0naZgOiRd+XzLXyKVAWX
GZQ1lvfYB9TAD99aVKesP8IYu+nhZyYV4BbbDJvfOzcj0W6VHyBLY5hi9angvMew
Zbkc/2dTdEgtyYLMfzEz
=QpcM
-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/e1we2va-0006tu...@franck.debian.org



Accepted haskell-hakyll 4.5.0.0-1 (source all amd64)

2014-04-26 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 12:50:30 +0200
Source: haskell-hakyll
Binary: libghc-hakyll-dev libghc-hakyll-prof libghc-hakyll-doc
Architecture: source all amd64
Version: 4.5.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-hakyll-dev - static website compiler library${haskell:ShortBlurb}
 libghc-hakyll-doc - static website compiler library${haskell:ShortBlurb}
 libghc-hakyll-prof - static website compiler library${haskell:ShortBlurb}
Changes: 
 haskell-hakyll (4.5.0.0-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1: 
 c99f26230a13da58e8dc146b11dfab9bdd6a2fb9 4957 haskell-hakyll_4.5.0.0-1.dsc
 f9fe94d5a5c96903f06f37bdeb60d53654e9393a 77079 
haskell-hakyll_4.5.0.0.orig.tar.gz
 591e5ce76047af10955a09f47f52596b051ec889 3688 
haskell-hakyll_4.5.0.0-1.debian.tar.xz
 6f08f97ca1872ed1844f7222d611c201ea6992f3 152862 
libghc-hakyll-doc_4.5.0.0-1_all.deb
 3d78e81996a40f0af4909a2db5a6c88a309dad98 540102 
libghc-hakyll-dev_4.5.0.0-1_amd64.deb
 4cf3bf8be223258e9d703fa7b981f8713e547ecf 785010 
libghc-hakyll-prof_4.5.0.0-1_amd64.deb
Checksums-Sha256: 
 3539e9f0f62e3152532c464d4cbbeab4c8499f0cde8538620bc22c2e376e8a9b 4957 
haskell-hakyll_4.5.0.0-1.dsc
 1ff1af4ae897f2610eabf76bd555749fcbb91a4117c87e54538a7d04ca8a35a7 77079 
haskell-hakyll_4.5.0.0.orig.tar.gz
 35762ee7db50b92421e11c73db5b1af4d197df403aea2a572192202de8edd425 3688 
haskell-hakyll_4.5.0.0-1.debian.tar.xz
 ac4b384b0797c65e66951282edda3d28e798590bc5878812a5d90edbbee2cb8f 152862 
libghc-hakyll-doc_4.5.0.0-1_all.deb
 306a2ddda42bee2f1666587ec6eeaba0af12f87fdfddabe729b3141aab75b7e0 540102 
libghc-hakyll-dev_4.5.0.0-1_amd64.deb
 6c2ce777e4004e5cc0349970ae3aba8c2662a26472f00caf5b3007a18219a74e 785010 
libghc-hakyll-prof_4.5.0.0-1_amd64.deb
Files: 
 0f747c4ab952a351eeacdf82bce8c726 152862 doc extra 
libghc-hakyll-doc_4.5.0.0-1_all.deb
 f6697bb45ce804f1d548ed5b7ad6411f 540102 haskell extra 
libghc-hakyll-dev_4.5.0.0-1_amd64.deb
 0b3375447d2425e498effb0b928f34ca 785010 haskell extra 
libghc-hakyll-prof_4.5.0.0-1_amd64.deb
 c5f3c67f501f24ab64aeb69cc70ac04e 4957 haskell extra 
haskell-hakyll_4.5.0.0-1.dsc
 218e7c8e6fdfedbe650a56406d5340a4 77079 haskell extra 
haskell-hakyll_4.5.0.0.orig.tar.gz
 b3b01ff67262092137245c8fcf219236 3688 haskell extra 
haskell-hakyll_4.5.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW7VRAAoJED2QirPw+/UfU6wP/RdDnvMe4QSx/sD+wuaOjP4F
YzO67449D0YMF5r2NUtwB6B2ru7EiggL+CSNVmsPX0gcenFY7qnIcyMnG6IeHUKs
6zDTSgk+NQaq+Z7c6TPcbyJ5XxIkCBEd3zIFEh0b19lneuWJoIR7Ul18wmmb2liS
KQY1TFJZL9Q84o43H+mvXxPGjQ8ICsVdGfY2m2t8lyaQLKud8ZdqVUc2J4u4kt9V
rwhNLv0pWDeTVLP0EOEh9x6g4zqW3ztuPmMfcnE/amePeH+Cln6czjSxVBoCotE1
Wbg1uroaShfF7xXYel9cMsy2dyR2X/4Fu9DQitaKrDFJvRGivHd7lsSJnEpYDBUh
clBJzQeKNBqtg58VCJWA5CYE01Fk9g59ycyFGpVNGahKJwEnCDV5FwjV23Mq8HUn
8HRmUhYTK5Mzt/wGeLMaV3VniWDnGbXC1i+352C1qO62wQic8Wz7qXstuILK3A+6
EahY3MndtSOGxuCLsKrSzRSl6NRTXwqX66PuAUxju7gI4YT/ne+F2NKQjY7wEu+z
s9dhDYZysTryz+DJDUEfxx1KWFbXdBLrBU18PZqRxW9AlFKZ05DuG24g54tR2GR3
ZKdKLoPAo0T3YaV9QfFuYGxGWnTMSM8kUOlcOmpJv+nZt8KM4+fRlBXGK/3iuDZ9
qYz5vaG/QeDEypkbMcR0
=a9wO
-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/e1we2yh-0001hw...@franck.debian.org



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

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 16:31:33 +0200
Source: clutter-1.0
Binary: libclutter-1.0-0 libclutter-1.0-common libclutter-1.0-dev 
libclutter-1.0-dbg libclutter-1.0-doc clutter-1.0-tests gir1.2-clutter-1.0
Architecture: source all amd64
Version: 1.18.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 clutter-1.0-tests - Open GL based interactive canvas library (installed test 
programs
 gir1.2-clutter-1.0 - GObject introspection data for the Clutter 1.0 library
 libclutter-1.0-0 - Open GL based interactive canvas library
 libclutter-1.0-common - Open GL based interactive canvas library (common files)
 libclutter-1.0-dbg - Open GL based interactive canvas library (debug files)
 libclutter-1.0-dev - Open GL based interactive canvas library (development 
files)
 libclutter-1.0-doc - Open GL based interactive canvas library (documentation)
Changes: 
 clutter-1.0 (1.18.2-1) unstable; urgency=medium
 .
   * New upstrema release
   * d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
 + Dropped, merged upstream
Checksums-Sha1: 
 8b649efbb6c2e7de7cd284bb05e7923a7cb315b9 2551 clutter-1.0_1.18.2-1.dsc
 61248e052bafe7b4392b601fcb27fe5c2818a522 5215180 clutter-1.0_1.18.2.orig.tar.xz
 b9ac3caa4df725f24e93f490718364263ca06e04 17400 
clutter-1.0_1.18.2-1.debian.tar.xz
 096aa33fe25b81844224e22e38ce6bf86240 444300 
libclutter-1.0-common_1.18.2-1_all.deb
 1f4c84f78c24652f0d395dda7ca5d3c569ae9357 2635330 
libclutter-1.0-doc_1.18.2-1_all.deb
 b763bc2e001b3e33a6fc261599c9147521fd8272 548308 
libclutter-1.0-0_1.18.2-1_amd64.deb
 275a83f73bbedb597b625992bce892dc77935ed1 427392 
libclutter-1.0-dev_1.18.2-1_amd64.deb
 500dd4ab0e26bdf0dd321c32c3020f07e2df0190 1336494 
libclutter-1.0-dbg_1.18.2-1_amd64.deb
 6947876ef7b6830158d14184d7dff622248e1bcb 193946 
clutter-1.0-tests_1.18.2-1_amd64.deb
 86ba85ee81cd4fb73e361b7ee019f5e7201a90ab 227732 
gir1.2-clutter-1.0_1.18.2-1_amd64.deb
Checksums-Sha256: 
 3d14505405223e2902b16733471e9fabfb1e47e5ae782f8b8e50e4d1343a1953 2551 
clutter-1.0_1.18.2-1.dsc
 f9fe12e6148426063c90e67dfaeb56013bf1aea224ef502223d13eab6c1add63 5215180 
clutter-1.0_1.18.2.orig.tar.xz
 4ab81a405dd85d20cbc2a976433293463044b617fa627992c08d333b170e79ff 17400 
clutter-1.0_1.18.2-1.debian.tar.xz
 3ebeaed1b207522a353bf0ea34cdba816dbce42cb82954d8bf6f3ff03e4bb974 444300 
libclutter-1.0-common_1.18.2-1_all.deb
 c27b5fa22f2c74808009b871ed880143146b1a8e201bdea287177dcd39341cbb 2635330 
libclutter-1.0-doc_1.18.2-1_all.deb
 c8e8a68f659d404615371a877516f3495663245f9b076e67afab6443a71f7bab 548308 
libclutter-1.0-0_1.18.2-1_amd64.deb
 31ddd083727b3c5ac775c57859f43959a3045298a53cee90c62aeece63c60ef9 427392 
libclutter-1.0-dev_1.18.2-1_amd64.deb
 110c8a568abfc439d6cb594e839c8882368cf8dcdc089eb2bc2636b0ea7bdc83 1336494 
libclutter-1.0-dbg_1.18.2-1_amd64.deb
 f711623f1bb96890ed47c8ce8339d85f5d256fb7ac5b5a413095f136dff44a08 193946 
clutter-1.0-tests_1.18.2-1_amd64.deb
 53e6e0b099309b2d242b5ba8c55ee0f710ffafc9cb88ca0f90be06dc9b01c34f 227732 
gir1.2-clutter-1.0_1.18.2-1_amd64.deb
Files: 
 6012bc67f8b0dd70058e0da9e9afcb69 444300 libs optional 
libclutter-1.0-common_1.18.2-1_all.deb
 567965ff57b262852dbbb9f0301ba3c9 2635330 doc optional 
libclutter-1.0-doc_1.18.2-1_all.deb
 106c64174f93749117a7390f48e1170e 548308 libs optional 
libclutter-1.0-0_1.18.2-1_amd64.deb
 c9b12372bfaea6ed05f85556c4ae5014 427392 libdevel optional 
libclutter-1.0-dev_1.18.2-1_amd64.deb
 3385ee0107a4e507f5a07e879de25f87 1336494 debug extra 
libclutter-1.0-dbg_1.18.2-1_amd64.deb
 dc3dbb0632b1733a7415d1a9570c40ef 193946 misc extra 
clutter-1.0-tests_1.18.2-1_amd64.deb
 93f9185029960093352765a961b14a27 227732 introspection optional 
gir1.2-clutter-1.0_1.18.2-1_amd64.deb
 cd686234d8a5479b994fb61941186259 2551 libs optional clutter-1.0_1.18.2-1.dsc
 471f5ea423e20d4140c7771873daef29 5215180 libs optional 
clutter-1.0_1.18.2.orig.tar.xz
 f8a03bbdf1be837609b3b782daae61a8 17400 libs optional 
clutter-1.0_1.18.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbyQAACgkQgTd+SodosdIy9gCgrymZSfbu8i5Iff9u0DiFN9wc
kHkAmgN8pasxw+KqqKRNnsQWTC95fFdu
=Od0e
-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/e1we4cp-0005mp...@franck.debian.org



Accepted caribou 0.4.13-1 (source all amd64)

2014-04-26 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 16:25:29 +0200
Source: caribou
Binary: libcaribou0 libcaribou-common libcaribou-dev gir1.2-caribou-1.0 
libcaribou-dbg caribou caribou-antler libcaribou-gtk-module 
libcaribou-gtk-module-dbg libcaribou-gtk3-module libcaribou-gtk3-module-dbg
Architecture: source all amd64
Version: 0.4.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 caribou- Configurable on screen keyboard with scanning mode
 caribou-antler - Configurable on screen keyboard with scanning mode
 gir1.2-caribou-1.0 - GObject introspection for the Caribou library
 libcaribou-common - Configurable on screen keyboard with scanning mode - 
common files
 libcaribou-dbg - Configurable on screen keyboard - library (debug symbols)
 libcaribou-dev - Configurable on screen keyboard - library (development)
 libcaribou-gtk-module - Configurable on screen keyboard with scanning mode 
(GTK+ 2.0 modu
 libcaribou-gtk-module-dbg - Configurable on screen keyboard with scanning mode 
- module
 libcaribou-gtk3-module - Configurable on screen keyboard with scanning mode 
(GTK+ 3.0 modu
 libcaribou-gtk3-module-dbg - Configurable on screen keyboard with scanning 
mode - module
 libcaribou0 - Configurable on screen keyboard with scanning mode - library
Changes: 
 caribou (0.4.13-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Jackson Doak ]
   * New upstream release
 .
   [ Andreas Henriksson ]
   * Install caribou-1.0 vala api files in libcaribou-dev
   * Bump Standards-Version to 3.9.5
Checksums-Sha1: 
 6d54531e3613ee3f785a05fca0a03c591777a384 2570 caribou_0.4.13-1.dsc
 15af0b493bf33508ce21204e6a006260939ee8e6 404560 caribou_0.4.13.orig.tar.xz
 40e84f240c8ae196444996c95e02331510c22188 5272 caribou_0.4.13-1.debian.tar.xz
 b7f714988b6f1ea2f1ddf4d21ffc3a91584cd8b5 10126 
libcaribou-common_0.4.13-1_all.deb
 541b86972312b446aaf874ec2b9380b187994b53 17854 caribou-antler_0.4.13-1_all.deb
 1422f9f80da9b76f635c68aaa229450fe46b2c0b 45342 libcaribou0_0.4.13-1_amd64.deb
 56b884a44216f9ea631aa8f997230e29546c7e60 16908 
libcaribou-dev_0.4.13-1_amd64.deb
 f69810436346c377b19b2abbda229dbe052731fa 12278 
gir1.2-caribou-1.0_0.4.13-1_amd64.deb
 f20f02b877ac6376d0f80cc4ec2446ed2d70ae80 150420 
libcaribou-dbg_0.4.13-1_amd64.deb
 bffef570be9a635d478d6fe33bc60fbdf3f460e8 81106 caribou_0.4.13-1_amd64.deb
 d28a98dad574de858e83a8f784bb5282a417dc09 18364 
libcaribou-gtk-module_0.4.13-1_amd64.deb
 d4d1cdf68333acd1515d4f9bfa45d16a94dbf084 46042 
libcaribou-gtk-module-dbg_0.4.13-1_amd64.deb
 2e1777ccc5c4c9183b396550ff91dc9aef0b9dec 18258 
libcaribou-gtk3-module_0.4.13-1_amd64.deb
 a585974a06bd739939029ee91dd7316c66b7fd49 39210 
libcaribou-gtk3-module-dbg_0.4.13-1_amd64.deb
Checksums-Sha256: 
 dec0019e1ad701f05d7e1d08056c83495c0daf7f459313eb7f824e0a9d37c560 2570 
caribou_0.4.13-1.dsc
 953ba618621fda8a828d0d797fc916dbe35990dc01d7aa99d15e5e2241ee2782 404560 
caribou_0.4.13.orig.tar.xz
 ef876234412ae4d9e055d52760ab8536565e3992da8f181c9c6b3da0451b6ca7 5272 
caribou_0.4.13-1.debian.tar.xz
 dba871cd5c8f66138f4aa43b293b9f2e0d6168760f4d791a830a95a8a3515cf8 10126 
libcaribou-common_0.4.13-1_all.deb
 74a78a2abe5612d679a64add1858c8a09be9f7863bf28b174c729add5588d38b 17854 
caribou-antler_0.4.13-1_all.deb
 c17fedced788148a7e81ad4f462fb417404f47791ce4922b43ca715efc72bdf9 45342 
libcaribou0_0.4.13-1_amd64.deb
 8e866c805ce0a232686e38f31acc0cfae9a8375b486cf2e4fff671150a3a553a 16908 
libcaribou-dev_0.4.13-1_amd64.deb
 78bd82f196d51c428980a1f693e8177abb19674e63b1c809adfbfef89ad2fd88 12278 
gir1.2-caribou-1.0_0.4.13-1_amd64.deb
 30f943baea4d44064e821e58e7edb97ff12fca16da5ddb69265009f7227ab930 150420 
libcaribou-dbg_0.4.13-1_amd64.deb
 0925d8e802871b51cfa7108dfc32f56f4d462f494d9c215004d52f9f1bec17db 81106 
caribou_0.4.13-1_amd64.deb
 e757642d30cf9380918aea3cb569011ec0624b3daebdd7c5fae3e9f60380d19e 18364 
libcaribou-gtk-module_0.4.13-1_amd64.deb
 9de85e4f849db55c8806df1f1b8bf40a856c7e0fdb7d0206c96e2a50953998e7 46042 
libcaribou-gtk-module-dbg_0.4.13-1_amd64.deb
 90c96c076680dd6ed210ac4fc4b028948b0a39ef62c95c24efef9050bffc3196 18258 
libcaribou-gtk3-module_0.4.13-1_amd64.deb
 6818a2348c161fe68efc5b3226e2949a87d22698b6d7809dd598ea2e193ae81f 39210 
libcaribou-gtk3-module-dbg_0.4.13-1_amd64.deb
Files: 
 35d45a6b9789b4c34fb7caa2aeeb92fa 10126 libs optional 
libcaribou-common_0.4.13-1_all.deb
 4ae80b123e49a8c0c9dd7be0ed358dc2 17854 gnome optional 
caribou-antler_0.4.13-1_all.deb
 1067d790951fa42ce1cfecc6adaaf6b1 45342 libs optional 
libcaribou0_0.4.13-1_amd64.deb
 ef881a29cad740cca1d7cfa7e418d613 16908 libdevel optional 
libcaribou-dev_0.4.13-1_amd64.deb
 b69b5f0d6fd6acb5e703c26f27a85759 12278 introspection optional 
gir1.2-caribou-1.0_0.4.13-1_amd64.deb
 772032a6da94e43e656e6e9536d0cbfb 150420 debug extra 
libcaribou-dbg_0.4.13-1_amd64.deb
 a1586b26a49d1d7f2e7103339ad7088b 81106 gnome 

Accepted evince 3.12.1-1 (source all amd64)

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 16:39:37 +0200
Source: evince
Binary: evince evince-dbg evince-gtk evince-common libevdocument3-4 
libevview3-3 libevince-dev gir1.2-evince-3.0
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 evince - Document (PostScript, PDF) viewer
 evince-common - Document (PostScript, PDF) viewer - common files
 evince-dbg - Document (PostScript, PDF) viewer - debugging symbols
 evince-gtk - Document (PostScript, PDF) viewer (GTK+ version)
 gir1.2-evince-3.0 - GObject introspection data for the evince libraries
 libevdocument3-4 - Document (PostScript, PDF) rendering library
 libevince-dev - Document (PostScript, PDF) rendering library - development 
files
 libevview3-3 - Document (PostScript, PDF) rendering library - Gtk+ widgets
Changes: 
 evince (3.12.1-1) unstable; urgency=medium
 .
   * New upstream release
   * debian/libevview3-3.symbols: Updated
Checksums-Sha1: 
 53b343706071069dee74c0992b78659cac59e68f 2497 evince_3.12.1-1.dsc
 ce25b021b3190c7609e2b4c5f5d7b03b4e2cf015 2910936 evince_3.12.1.orig.tar.xz
 99a32ef82f5822739d01c9eb2f82c6300c4b2665 24532 evince_3.12.1-1.debian.tar.xz
 2560e24fe19268bcda1442b15e3753338ca213b6 1975658 evince-common_3.12.1-1_all.deb
 2ea85b8052efec0a9bf29ebeb521efa232f9844a 704738 evince_3.12.1-1_amd64.deb
 e14f477e479fc6b99b92c4cb475adcc220622ea5 1679092 evince-dbg_3.12.1-1_amd64.deb
 57ca7cd7fef9dafcddb252ea889764056e6839f5 700238 evince-gtk_3.12.1-1_amd64.deb
 1016a9bbb542d19e31225821e162336ea09092bd 740336 
libevdocument3-4_3.12.1-1_amd64.deb
 1eed4e96709524cffcd5db69af630729d340471b 667582 libevview3-3_3.12.1-1_amd64.deb
 971e480eb6de2e24a62c6d9991c1b5df3568a79e 825622 
libevince-dev_3.12.1-1_amd64.deb
 b7f8f2f9096fae0d77adbdbb9034253152c3e5f9 587054 
gir1.2-evince-3.0_3.12.1-1_amd64.deb
Checksums-Sha256: 
 7a245285109c0d3706ad1b796b29468c65000cb8dc03404d4c8d887fe314b474 2497 
evince_3.12.1-1.dsc
 ef22cc29a7cbe70d2e7ce8c0b5b7ee774187ea69f3ae49a64c6d4a91559ef137 2910936 
evince_3.12.1.orig.tar.xz
 4e41be511ac63f3bf5764f45fe7edfd75ab7999e468cb742951f5a4a1bc8c065 24532 
evince_3.12.1-1.debian.tar.xz
 296e110b7611c464c80fe4aa8fbd154493d84d2a80229a7ae47224091bf313d1 1975658 
evince-common_3.12.1-1_all.deb
 6556baa9fb6db143daace52a6babef827b54c454a6b00773c178f9d3632259ea 704738 
evince_3.12.1-1_amd64.deb
 3fd821a01d87837a2eab6904a7fb7f4dd1877bc266c6eb335a8c350588afccb8 1679092 
evince-dbg_3.12.1-1_amd64.deb
 ce9170af8ef50e933723f10aa90e1b21fba3bf11e02795688d74ae5bf35a7717 700238 
evince-gtk_3.12.1-1_amd64.deb
 42528442c6287c952f8ea3697bdb625076af90cbd584e440e1e52e0ec63cc813 740336 
libevdocument3-4_3.12.1-1_amd64.deb
 625fa4376094aafa2c2ea2cc40667e6edde33736a35726d868f16b3861a1549f 667582 
libevview3-3_3.12.1-1_amd64.deb
 8674b05268e501cd2bbea68ea97b83e6c7215a940b625c4d4d21f89101b3303b 825622 
libevince-dev_3.12.1-1_amd64.deb
 d74086f3fb244680399046610adae6be43dd2fffb5f6e450ad16bb9f1c5d622f 587054 
gir1.2-evince-3.0_3.12.1-1_amd64.deb
Files: 
 b5a396d3d0c277e7e407345aca7d4a7d 1975658 gnome optional 
evince-common_3.12.1-1_all.deb
 11cfe00fc1c5677a1a6a04c8cc4728f1 704738 gnome optional 
evince_3.12.1-1_amd64.deb
 9cd15d2dcffccf0c9072b910c94e9718 1679092 debug extra 
evince-dbg_3.12.1-1_amd64.deb
 797790fdbf4ed21c719e140d48146368 700238 x11 optional 
evince-gtk_3.12.1-1_amd64.deb
 bccd2b77a499b029d1dab555fb515b91 740336 libs optional 
libevdocument3-4_3.12.1-1_amd64.deb
 277b13bc01edbafbeff3ccfd53bfbb12 667582 libs optional 
libevview3-3_3.12.1-1_amd64.deb
 bc1bf208c7e4db80d9a5fc1f4e3e3a09 825622 libdevel optional 
libevince-dev_3.12.1-1_amd64.deb
 3b270851aec34d13201bd90d8ee80277 587054 introspection optional 
gir1.2-evince-3.0_3.12.1-1_amd64.deb
 8b6e457ce0b6970e28195c2a78363f00 2497 gnome optional evince_3.12.1-1.dsc
 7bd3defee6d3766517a0e6611003f6ca 2910936 gnome optional 
evince_3.12.1.orig.tar.xz
 e9b641665dc170dc679a8609ebcb3194 24532 gnome optional 
evince_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbzEcACgkQgTd+SodosdKynACdEPDSsRHys5zwH6LOGRbjXdMO
GvoAnRA0zfZFO2Fd42EBdoddcNt4FZPx
=YV1y
-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/e1we4dc-0005zm...@franck.debian.org



Accepted evolution-rss 0.3.95~20140414-2 (source amd64)

2014-04-26 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 17:21:46 +0200
Source: evolution-rss
Binary: evolution-rss
Architecture: source amd64
Version: 0.3.95~20140414-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 evolution-rss - Evolution RSS Reader Plugin
Changes: 
 evolution-rss (0.3.95~20140414-2) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1: 
 71dc99542046dec1dd211e03402fde30eac468c8 1956 
evolution-rss_0.3.95~20140414-2.dsc
 1ad05a20df6ae00e792ce9d7431a9c60b91609b4 5652 
evolution-rss_0.3.95~20140414-2.debian.tar.xz
 f5d89ea40dd84a4bb55e36b74b368bce018cf597 259324 
evolution-rss_0.3.95~20140414-2_amd64.deb
Checksums-Sha256: 
 c9594c644703857a302a7239afe4ba2a301ff4228bccec30d94aa6e4130d49ac 1956 
evolution-rss_0.3.95~20140414-2.dsc
 ac141a11d3fd7fda839e14cc6357b5addb2b26321e193f672ae6c1f746d34a76 5652 
evolution-rss_0.3.95~20140414-2.debian.tar.xz
 0013257635d0b757346f7561489d37f8226080021b8895b54b940aa9357a509d 259324 
evolution-rss_0.3.95~20140414-2_amd64.deb
Files: 
 ea98a861b23034ca711993a05acc0ea1 259324 gnome optional 
evolution-rss_0.3.95~20140414-2_amd64.deb
 30ea39250dd79f629a41ac604a9b36ef 1956 gnome optional 
evolution-rss_0.3.95~20140414-2.dsc
 21f661cd3faea32a7ee1dc5ee6b45afb 5652 gnome optional 
evolution-rss_0.3.95~20140414-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb0P8ACgkQJYSUupF6Il4UFQCcCo4zHfcaQp/UaOfG3Nn2DHbo
flEAmwTYpWOO4HyaodXV3gseuA8U1VpY
=aGJq
-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/e1we4do-0005ef...@franck.debian.org



Accepted gmp 2:6.0.0+dfsg-2.1 (source all amd64)

2014-04-26 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 16:40:35 +0200
Source: gmp
Binary: libgmp10 libgmpxx4ldbl libgmp-dev libgmp10-doc libgmp3-dev
Architecture: source all amd64
Version: 2:6.0.0+dfsg-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 libgmp-dev - Multiprecision arithmetic library developers tools
 libgmp10   - Multiprecision arithmetic library
 libgmp10-doc - Multiprecision arithmetic library example code
 libgmp3-dev - Multiprecision arithmetic library developers tools
 libgmpxx4ldbl - Multiprecision arithmetic library (C++ bindings)
Closes: 745233
Changes: 
 gmp (2:6.0.0+dfsg-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add a .symbols file, as provided by Magnus Holmgren (closes: #745233).
   * Pass -c4 to dpkg-gensymbols to detect future symbol changes.
Checksums-Sha1: 
 2009802ac93a64c8008d9e74853f197ed897844a 1541 gmp_6.0.0+dfsg-2.1.dsc
 9f0999b5496a7e73d0c47d4afbc04abc644467ed 18992 gmp_6.0.0+dfsg-2.1.debian.tar.xz
 52f25367145e7440ddf5cf73b4dbde1497def392 173278 
libgmp10-doc_6.0.0+dfsg-2.1_all.deb
 8aa0d4903261876d2d5b00e3be699856b1c7e9bb 235736 
libgmp10_6.0.0+dfsg-2.1_amd64.deb
 d1f9ea3b438e9c9c9017266ed198923c219cd9f4 21344 
libgmpxx4ldbl_6.0.0+dfsg-2.1_amd64.deb
 3e0bc23200fb9d45596d90e1f8c7917d1174e2c2 601206 
libgmp-dev_6.0.0+dfsg-2.1_amd64.deb
 3c3b23686d24f9da6fa90bf248520bf2a08ac993 14418 
libgmp3-dev_6.0.0+dfsg-2.1_amd64.deb
Checksums-Sha256: 
 8b73b293da4e302956975acc8ab3afe03175cb528cf6c0220ad91c7267cd69e0 1541 
gmp_6.0.0+dfsg-2.1.dsc
 5047b6f75ed461f56caae540677a0b4836ab7e92c5c7bc13f30f2f11f383858a 18992 
gmp_6.0.0+dfsg-2.1.debian.tar.xz
 23995a03aa32738aea8724e6688314dd525d986cb29da0d5a43591796f42eecf 173278 
libgmp10-doc_6.0.0+dfsg-2.1_all.deb
 1437a9cb1094658ac995be53fb70f0ca5c1ef73f0b938f1ed6087a81255ff547 235736 
libgmp10_6.0.0+dfsg-2.1_amd64.deb
 bab76bbc8061567bdcaf6d85540a64bcba288f5dcff8fa638d97d90b7d76ac8e 21344 
libgmpxx4ldbl_6.0.0+dfsg-2.1_amd64.deb
 8b2b0587d77026325c100d7be5da85cb196910bc616ebcf5bff551f248bc0e20 601206 
libgmp-dev_6.0.0+dfsg-2.1_amd64.deb
 8cac9bc8c6786da7e0e2f56674714c6a2b822f65534a52039b9935cc8e059afd 14418 
libgmp3-dev_6.0.0+dfsg-2.1_amd64.deb
Files: 
 9afa52c2cc42e4ca5b7930e69734b22c 173278 doc optional 
libgmp10-doc_6.0.0+dfsg-2.1_all.deb
 f49d776ead869b449098d533bcd195d9 235736 libs optional 
libgmp10_6.0.0+dfsg-2.1_amd64.deb
 c20244b3a4feb7d87722beaee8812e6f 21344 libs optional 
libgmpxx4ldbl_6.0.0+dfsg-2.1_amd64.deb
 b0d43114461cc488bad33d6b3f5e7647 601206 libdevel optional 
libgmp-dev_6.0.0+dfsg-2.1_amd64.deb
 12b360ec69c55f1a524928619108bc6c 14418 libdevel optional 
libgmp3-dev_6.0.0+dfsg-2.1_amd64.deb
 1ba6e2b2009774a9e292b6ea64062dfe 1541 libs optional gmp_6.0.0+dfsg-2.1.dsc
 c17b8a1c52faac91c2cbc283c018a90f 18992 libs optional 
gmp_6.0.0+dfsg-2.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbzV0ACgkQJYSUupF6Il7WLwCfWsFQVi/2RjYDdREzZUReHEgM
9qwAnja5kOlc2HFyWz8xNQA7e6deNq79
=S0CZ
-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/e1we4e2-0005l3...@franck.debian.org



Accepted gnome-color-manager 3.12.1-1 (source amd64)

2014-04-26 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 16:51:46 +0200
Source: gnome-color-manager
Binary: gnome-color-manager
Architecture: source amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gnome-color-manager - Color management integration for the GNOME desktop 
environment
Changes: 
 gnome-color-manager (3.12.1-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Jackson Doak ]
   * New upstream release
Checksums-Sha1: 
 9d13c26900daafebb1004a4c3e453dac8bcebd88 1815 gnome-color-manager_3.12.1-1.dsc
 23491a4c3a3799ed64b98b917165325f0dd7a356 2619712 
gnome-color-manager_3.12.1.orig.tar.xz
 569984e0309ab9093d9fc3a900806c16830eeab5 3640 
gnome-color-manager_3.12.1-1.debian.tar.xz
 7242ff92464709ad9924103d3047803b13197fb1 1620694 
gnome-color-manager_3.12.1-1_amd64.deb
Checksums-Sha256: 
 1c49e45720b6ee16348fed0b3ddc9484d2f6a890888a4c4af9b726760cdf946e 1815 
gnome-color-manager_3.12.1-1.dsc
 06bbc4ce1cd7862a33c6b8d64e647770936cf8787756135b0781385bac1998a9 2619712 
gnome-color-manager_3.12.1.orig.tar.xz
 66b735462e513637b22939fbf0d5458f38dde28f87f8bb36b80d8e96fa3cd407 3640 
gnome-color-manager_3.12.1-1.debian.tar.xz
 5b8a60b3e4368101e25bea9533c24e35a4388a5de0c6e5e07f38e030e91b6bcd 1620694 
gnome-color-manager_3.12.1-1_amd64.deb
Files: 
 6a48ad3d5c753110c3d50018970ac32d 1620694 gnome optional 
gnome-color-manager_3.12.1-1_amd64.deb
 bb694ed48be45f20389b7cbe846deafb 1815 gnome optional 
gnome-color-manager_3.12.1-1.dsc
 ab31c36b5f21d25fc27a3a070cdc48ad 2619712 gnome optional 
gnome-color-manager_3.12.1.orig.tar.xz
 ef02d9d8f150fe7c5ff82c897ed752a8 3640 gnome optional 
gnome-color-manager_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNbyqQACgkQcgQ2cL3l8e4D7gCfeMGRs9X6Bsw//MTgEda59ZxJ
TkwAoMbjtA7Y4sl1sCStY9RaKYJQIWlj
=waGW
-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/e1we4ec-0005pn...@franck.debian.org



Accepted gtk+3.0 3.12.1-1 (source all amd64)

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 16:44:41 +0200
Source: gtk+3.0
Binary: libgtk-3-0 libgtk-3-0-udeb libgtk-3-common libgtk-3-bin libgtk-3-dev 
libgtk-3-0-dbg libgtk-3-doc gtk-3-examples gir1.2-gtk-3.0 libgail-3-0 
libgail-3-dev libgail-3-0-dbg libgail-3-doc
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gir1.2-gtk-3.0 - GTK+ graphical user interface library -- gir bindings
 gtk-3-examples - example files for GTK+ 3
 libgail-3-0 - GNOME Accessibility Implementation Library -- shared libraries
 libgail-3-0-dbg - Gail libraries and debugging symbols
 libgail-3-dev - GNOME Accessibility Implementation Library -- development files
 libgail-3-doc - documentation files of the Gail library
 libgtk-3-0 - GTK+ graphical user interface library
 libgtk-3-0-dbg - GTK+ libraries and debugging symbols
 libgtk-3-0-udeb - GTK+ graphical user interface library - minimal runtime 
(udeb)
 libgtk-3-bin - programs for the GTK+ graphical user interface library
 libgtk-3-common - common files for the GTK+ graphical user interface library
 libgtk-3-dev - development files for the GTK+ library
 libgtk-3-doc - documentation for the GTK+ graphical user interface library
Changes: 
 gtk+3.0 (3.12.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1: 
 fdafbd1c5cdf5efeaec93555a7c4210d5cc08828 3189 gtk+3.0_3.12.1-1.dsc
 38399dabbbca0eab1d74a45a3e16473494b071a3 14731512 gtk+3.0_3.12.1.orig.tar.xz
 a3fa33f7a32794483be00d4112b73ee008afee1b 81212 gtk+3.0_3.12.1-1.debian.tar.xz
 7b823a414e00c5963e39e304caef04de3cc07a29 3027862 
libgtk-3-common_3.12.1-1_all.deb
 60c79af8aee22f746b37fc624e009f7301206ac6 2830346 libgtk-3-doc_3.12.1-1_all.deb
 2b522e96469263fd3d3cd98eb186e62d9ea8bfbb 64514 libgail-3-doc_3.12.1-1_all.deb
 18eb929e1f0d85a26f8cb32ab23fcf4f04beca5f 2073578 libgtk-3-0_3.12.1-1_amd64.deb
 a91f39a2c3765a8081ccbd40c4bdc8d9e716981d 1888054 
libgtk-3-0-udeb_3.12.1-1_amd64.udeb
 d85755a940f047c6e3627b75d52a1ebbdf9c5eee 91044 libgtk-3-bin_3.12.1-1_amd64.deb
 14c71a51bbb29d038768895279b2c17c65200d3c 865918 libgtk-3-dev_3.12.1-1_amd64.deb
 1e0fb3a6b5c2d7de9e0a49fb0b72d6d5fa2c43bf 5667364 
libgtk-3-0-dbg_3.12.1-1_amd64.deb
 a18c16f946cd03cd8dbdd17f68acafe2269ef648 396158 
gtk-3-examples_3.12.1-1_amd64.deb
 41f03d0f04804ece3d3de7c809bdaec00e0d1761 220670 
gir1.2-gtk-3.0_3.12.1-1_amd64.deb
 65493cc694e5e79c5b7c9ccb8c407741e1fcd7ed 64378 libgail-3-0_3.12.1-1_amd64.deb
 f3cd0c2a54239e6080a09bd905cac533cdabfa36 56294 libgail-3-dev_3.12.1-1_amd64.deb
 d0e622682b74a205ca6e7bd43696da5fc8a06612 75548 
libgail-3-0-dbg_3.12.1-1_amd64.deb
Checksums-Sha256: 
 c21e6e1023a9a909964f8e64ab9ca6baa895ec15300317871b4ff53f48d81fb1 3189 
gtk+3.0_3.12.1-1.dsc
 719aae5fdb560f64cadb7e968c8c85c0823664de890c9f765ff4c0efeb0277cd 14731512 
gtk+3.0_3.12.1.orig.tar.xz
 8fe6a33ec9060b03ee6b69c3b18e1e32663318839cd82b799285c98d69df3055 81212 
gtk+3.0_3.12.1-1.debian.tar.xz
 58797b054575a0e2c9720b2a3bb1ea05530687ff1b97beb8797be6b48539d340 3027862 
libgtk-3-common_3.12.1-1_all.deb
 eb112607c9cc65ce7b3c6a9db4e96d3dbb72b3e52f05eae93f3c3d6320ad2634 2830346 
libgtk-3-doc_3.12.1-1_all.deb
 c2360ac5f3175ec815f5c19672dcf27213fa3a2b435e9f5289c8bb7a53f6fadd 64514 
libgail-3-doc_3.12.1-1_all.deb
 7f749cbb4a09b178525484021342359fbb269212a75fce812a578c251cc37f83 2073578 
libgtk-3-0_3.12.1-1_amd64.deb
 dac691f0c733eaa6b2f698bfaa3a76fa1b86a00b44a7d9b010f9800882a27c1c 1888054 
libgtk-3-0-udeb_3.12.1-1_amd64.udeb
 d60b26329996952b64a51622a58cad034f4ccd20f1bed8b31b14a89ecf54408d 91044 
libgtk-3-bin_3.12.1-1_amd64.deb
 6df35c7880dd3c4c226ed30047a455ab7c7ba6a778dc30b57b96694de2e3d70e 865918 
libgtk-3-dev_3.12.1-1_amd64.deb
 bacfc4851b69b0651a8d3c92e803bca5b4975a8cc7b988ce03ef93eb57833f24 5667364 
libgtk-3-0-dbg_3.12.1-1_amd64.deb
 a4758cd282cacca19e754c2624db4af3fc484cd04453b5f09c7311b1cbb4fbc0 396158 
gtk-3-examples_3.12.1-1_amd64.deb
 08057f6d363ed8501de5b456291021d9b825bb433cd04ea5a75ab30a86919b4e 220670 
gir1.2-gtk-3.0_3.12.1-1_amd64.deb
 7798593eedbd9a9fdc960b895f94d7af7946e51036d2f78256148b5536d120ea 64378 
libgail-3-0_3.12.1-1_amd64.deb
 af3d342923bc2cd579a0fe4dc94a3c5a59930cb0c6e81ddb28007baeedce33a8 56294 
libgail-3-dev_3.12.1-1_amd64.deb
 a0ca40b39f4bb0430c0ac612470563df9086cd3dcca76a69456dc7ef8879b1ed 75548 
libgail-3-0-dbg_3.12.1-1_amd64.deb
Files: 
 77230b488bfd1a3bea30b3c6f35e878c 3027862 misc optional 
libgtk-3-common_3.12.1-1_all.deb
 a2bee6e6f01515ec731fccbc314a9b91 2830346 doc optional 
libgtk-3-doc_3.12.1-1_all.deb
 5d0912c95464ce2c9d5c453082bbe85e 64514 doc optional 
libgail-3-doc_3.12.1-1_all.deb
 6cc89397020bde41bd7730583249b0ed 2073578 libs optional 
libgtk-3-0_3.12.1-1_amd64.deb
 34fa412b095212b62a1914ff67e13610 1888054 debian-installer extra 
libgtk-3-0-udeb_3.12.1-1_amd64.udeb
 c52abd1bcc8a93d2e0d62fe275ba530a 91044 misc 

Accepted rabbit 2.1.2-1 (source all)

2014-04-26 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 22 Apr 2014 23:16:22 +0900
Source: rabbit
Binary: rabbit rabbit-mode
Architecture: source all
Version: 2.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 rabbit - presentation tool using RD, a simple text format
 rabbit-mode - Emacs-lisp rabbit-mode for writing RD document using Rabbit
Changes: 
 rabbit (2.1.2-1) unstable; urgency=medium
 .
   * Team upload.
   * Imported Upstream version 2.1.2
   * debian/patches
 - drop 0002-Import-upstream-8cd4741-Fix-a-typo.patch, merged upstream
 - drop 0003-Import-upstream-58be9-Info-Window-support-auto-sourc.patch,
   merged upstream
Checksums-Sha1: 
 85046759bfc6a1d35103da50b528e6de1210ad4e 2220 rabbit_2.1.2-1.dsc
 9328619cd806c41f0ce4ab94a5fb7a5db0f080da 5168127 rabbit_2.1.2.orig.tar.gz
 4212af02cc4f8a582e79dc1c742d8ed0b7c2e7a2 18032 rabbit_2.1.2-1.debian.tar.xz
 432c592b45f097bb4d5251a96d9f93964b215a42 3472954 rabbit_2.1.2-1_all.deb
 e7ec6951a055c9b60ba5fe53d9507b6933e536ce 22304 rabbit-mode_2.1.2-1_all.deb
Checksums-Sha256: 
 77fe1ed165f3dff7bf71d8451eb9f5985dfe330e1aa1ac6c95ba8acde4bdbece 2220 
rabbit_2.1.2-1.dsc
 66eb1843b997cd47274c2e4be3e92202118b672cb995df3e37e83c2993d0ef5a 5168127 
rabbit_2.1.2.orig.tar.gz
 2656db6f30d06575f21c3577757856dcf56a3fc0ff263d4ad72b197da97ac924 18032 
rabbit_2.1.2-1.debian.tar.xz
 17df9dd652e713778eb243942b24258e3bf7fe1ce22b170d12114f884d707788 3472954 
rabbit_2.1.2-1_all.deb
 1953c99cae6634403e8ec602b5b79915cd9b5ac13049ff77ed1c34ae1a9e1ad3 22304 
rabbit-mode_2.1.2-1_all.deb
Files: 
 261c94a097b99085cf42ebd79fc6e46c 2220 x11 optional rabbit_2.1.2-1.dsc
 9e78a03f727672faf0009660fa24eb14 5168127 x11 optional rabbit_2.1.2.orig.tar.gz
 841237d60e53118a114d16953c0745e2 18032 x11 optional 
rabbit_2.1.2-1.debian.tar.xz
 c947bef4cddfb096127b591b3ed84247 3472954 x11 optional rabbit_2.1.2-1_all.deb
 0523e2391eeef03cfc4b0f61c7d7bdef 22304 x11 optional rabbit-mode_2.1.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTVnxbAAoJEF0yjQgqqrFAW5kP/0CyeRDf2etDUw+QoAWwoNQI
HtzFq1KLsocjLCMAMOh2Zf65sHbFNe7aeGOBd8to0qvt4NSqqrf8CPihtz2lMUja
zkkQLToYXMH8MGP/s+XOQGU41wzb4YDL4Zniev4ptaOSf8Rf4H14vnULvLXiPO0K
WXHXymTrsA2/MjqtglfvOC958WYdSIC0xYKpuia8RAWbyQcc+ls5ILswj1925p4y
/tRwap6N7d7SGXnQGGIn3ELzD3qpGedgAsTmBKs+AJ9DbwfoEmw6HiYUwBPVES8q
pQaofLZthnK038/8pallKHQkpFXgE2mJAYxjmqVXiEemFQJfDfORJgWDaduBI5Jg
1mM6NKDgtGN69j7EWEdnNwR2CXSVAdiTgKw0NZzYPslEKr6EgZWe50ZAM5N87t8A
l0sGW2Zs8+yR+S62y1szc89M8cm3xrLJmCuToEJ7qnZHamjOa2Q8qjkW6lPMBfIc
bkdHcpYI7FURBtksx0xuAIDxdqa2Ni+4yjp2URIiL843/LkxFYt+zDIfewBM1mav
9p6WPYxZNy4ikYbPhC3xRQz6galiv5vnDrAOP0ccGcO+jxCajSLMSb3s/S9raQ4Y
1qSE3gmwFiwcnaCgt4qflYTQ/hNrwSAlyIh32QPBmQ5UBejVyazPCq5811fUHDgs
MDYvkJDnwWKZ+fT3NFje
=bHRk
-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/e1we4go-0006y5...@franck.debian.org



Accepted python-ipaddr 2.1.11-1 (source all)

2014-04-26 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 11:29:54 -0400
Source: python-ipaddr
Binary: python-ipaddr python3-ipaddr
Architecture: source all
Version: 2.1.11-1
Distribution: unstable
Urgency: medium
Maintainer: Scott Kitterman sc...@kitterman.com
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 python-ipaddr - Python module for working with IP addresses, both IPv4 and IPv6
 python3-ipaddr - Python3 module for working with IP addresses, both IPv4 and 
IPv6
Changes: 
 python-ipaddr (2.1.11-1) unstable; urgency=medium
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Fix a typo in README.source.
 .
   [ Scott Kitterman ]
   * New upstream release
   * Update debian/watch to check pypi, since tarballs are no longer published
 on Google code
   * Bump standards version to 3.9.5 without further change
Checksums-Sha1: 
 4dcad7047be5ae6e06d028bee3b284ae298b52e0 2098 python-ipaddr_2.1.11-1.dsc
 f9a16ddb3cf774b8dcf8894c2f4295c4e17d0ed3 29046 python-ipaddr_2.1.11.orig.tar.gz
 c0d3234263d2896aa2897064cc59c096e1d34736 3186 python-ipaddr_2.1.11-1.diff.gz
 278eb0104b6cff57715ed1baeadc6518f6270093 19528 python-ipaddr_2.1.11-1_all.deb
 7b02af6428af076dafc8193fbf22fd4a7132e7d0 19554 python3-ipaddr_2.1.11-1_all.deb
Checksums-Sha256: 
 838312c97ed39d6ebf0be0ddfaa865adaf7626364d1bfd45669acf04b4d35317 2098 
python-ipaddr_2.1.11-1.dsc
 1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7 29046 
python-ipaddr_2.1.11.orig.tar.gz
 89a1d997bd3048102ea5aec9fefa6b35299a074c2906ac4e18ad9ec2630af542 3186 
python-ipaddr_2.1.11-1.diff.gz
 03f315535905d8534666aeb9972d8fd15cd008ca159c74c1cd5c99c71645355a 19528 
python-ipaddr_2.1.11-1_all.deb
 88d10d6cdcd3726d28a5fd5f10455b7eea47d528bed519d6b7100053bc562c7d 19554 
python3-ipaddr_2.1.11-1_all.deb
Files: 
 1be34963e704674dd095c267d33495c8 19528 python optional 
python-ipaddr_2.1.11-1_all.deb
 d6078c895e91ebf9fe7fafde23dd0e69 19554 python optional 
python3-ipaddr_2.1.11-1_all.deb
 79c5e142486df47a663a26ecd83f19e6 2098 python optional 
python-ipaddr_2.1.11-1.dsc
 f2c7852f95862715f92e7d089dc3f2cf 29046 python optional 
python-ipaddr_2.1.11.orig.tar.gz
 9caed12918195ae91d8855603122e128 3186 python optional 
python-ipaddr_2.1.11-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW9MoAAoJEHjX3vua1Zrx3WgQALdXC01P77j6iQx6KceDIHld
6a7IQ3zCodl4vL9/syr7uCHiJyMnwXiqEcMuxAkNck/ZiZIOoFc57nODiFddZZKu
LzIO1TtnCaUV+GKiTtgT6RCwZyXDuKEgliSHbDVMs4XsscmnPJj+/1eX8qT48tcm
kuvOdVR99mYfOsnR5I8kXSzOzAV6Ex53xc4KutsANXEW6yjblVN2jeXDNWylj86I
M2zuqRt+IQWK9CSRWKdK03e6Y35s0MDU1CKqaPejxU1wmJdgrItFWFx1PJK8yMYv
c49q8Fm2J4gG+NqQUtWpupPtJ5BDox1uoP8Bpa5fv1MvLfbpKN/EIuL6yp/fLj56
MkLdZiDuCzUPcfEpmHSXvZD1GKLDO8hLjQm4cZ961h2DLhewT+TBC4PgHgBI4A31
108ZE4YQ986DfToEroZp0ef7rMCpDAUfewhl4EGs3QTupcrKaEs3rJQS0eJK+RiE
M/kg1MdKWnmRoVF1YvJHfhXtgEzZA0sOBP24aOKOL/dIJJyeryKlES/9a6vgidbv
3vFzNuq5G4QhqUtqVq9EmFcfvW7brC2SSDKjf+cN6kV9yZgoR7/t/2Vy4GY/Mdnf
m6U3Yyvozb7Cxops8EGDKEiYymGaG9gb8O0DPjAsBxPy3D5v/BLGsvL4w4KmBPj9
GTTXyrSezX8Q8ggLDRDA
=2tnX
-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/e1we55p-00012a...@franck.debian.org



Accepted gnome-desktop3 3.12.1-1 (source all amd64)

2014-04-26 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 14:09:27 +0200
Source: gnome-desktop3
Binary: gnome-desktop3-data libgnome-desktop-3-10 libgnome-desktop-3-dev 
gir1.2-gnomedesktop-3.0
Architecture: source all amd64
Version: 3.12.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gir1.2-gnomedesktop-3.0 - Introspection data for GnomeDesktop
 gnome-desktop3-data - Common files for GNOME desktop apps
 libgnome-desktop-3-10 - Utility library for loading .desktop files - runtime 
files
 libgnome-desktop-3-dev - Utility library for loading .desktop files - 
development files
Changes: 
 gnome-desktop3 (3.12.1-1) experimental; urgency=medium
 .
   * Drop conflicts against libgnome-desktop-3-7 because it is not
 necessary: only leaf packages in G3.8 use gnome-desktop, including
 gnome-shell that does work with the new g-desktop library.
   * New upstream bugfix release.
Checksums-Sha1: 
 9216f988d45d36e24bc651ce6cc23ffbd33e040b 2240 gnome-desktop3_3.12.1-1.dsc
 dc79a9235708f0aa168b04ec9b46c1d817f45990 1093332 
gnome-desktop3_3.12.1.orig.tar.xz
 b19de5b29f22e2d75456121149a27ded59be2630 19576 
gnome-desktop3_3.12.1-1.debian.tar.xz
 f6795b979a288f3dc701fecf9f53764adb11700f 521042 
gnome-desktop3-data_3.12.1-1_all.deb
 9155e1442f3fef4ef87cc5d6a571f958debb6482 230880 
libgnome-desktop-3-10_3.12.1-1_amd64.deb
 fb8e2ecedac1693d6345ff0d0601d06f1dee8e0c 188890 
libgnome-desktop-3-dev_3.12.1-1_amd64.deb
 7cfe8631d30a5ad9f17fce305694c2ea591446f8 149870 
gir1.2-gnomedesktop-3.0_3.12.1-1_amd64.deb
Checksums-Sha256: 
 920f5de188cccdb5d6a6062283e7cfd4ce466f6e7dedaaa75f5494163f0df530 2240 
gnome-desktop3_3.12.1-1.dsc
 853604f55158343d7220a557f4705aa3270770fa47f5c0453d7fdde61f8c0691 1093332 
gnome-desktop3_3.12.1.orig.tar.xz
 3399b4eb99e2a55dd05aee8035edc53c084beb04af225f100b50e856f0c13fd5 19576 
gnome-desktop3_3.12.1-1.debian.tar.xz
 ac354fba08879a7ff654b76f106cab1aa0c93cb6f269823b4400c49baa88d973 521042 
gnome-desktop3-data_3.12.1-1_all.deb
 044f5ca7b400b737608f8bb0aa8e36f33c660e585e0d944ccc63374621740e43 230880 
libgnome-desktop-3-10_3.12.1-1_amd64.deb
 8af22c03ce4561916fa17dca0b37a9bd0725be04a88c768eb1d9f10cf968d809 188890 
libgnome-desktop-3-dev_3.12.1-1_amd64.deb
 16def7d323cb21bc810dcf2b913ef188ed363a50917cd477605cb3398cb2fe79 149870 
gir1.2-gnomedesktop-3.0_3.12.1-1_amd64.deb
Files: 
 4e8b51938c95d7d3913df55ef93d4d5f 521042 gnome optional 
gnome-desktop3-data_3.12.1-1_all.deb
 07bfb31ee0c0c058c95bd755f25166d8 230880 libs optional 
libgnome-desktop-3-10_3.12.1-1_amd64.deb
 441b5ada1c1e4a2870ba2df73888f20b 188890 libdevel optional 
libgnome-desktop-3-dev_3.12.1-1_amd64.deb
 df23e74fb68e374fbc05c4c1a18468b0 149870 introspection optional 
gir1.2-gnomedesktop-3.0_3.12.1-1_amd64.deb
 0ad717abe76a81c0e3439ff5e6db6940 2240 gnome optional 
gnome-desktop3_3.12.1-1.dsc
 81a33b246d1b35f8ea8fbb14f878d550 1093332 gnome optional 
gnome-desktop3_3.12.1.orig.tar.xz
 ca3818ec0a8c743e1376526574ef4600 19576 gnome optional 
gnome-desktop3_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb2lEACgkQrSla4ddfhTMlbQCeOxDKLFDY5m8Ip4hbJhJaCRlh
avkAoJA4CkWLyRrD6KjzDkc3rcbscR1V
=Q4Yx
-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/e1we5kz-0002j7...@franck.debian.org



Accepted tmux 1.9-4 (amd64 source)

2014-04-26 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 18:05:47 +0200
Source: tmux
Binary: tmux
Architecture: amd64 source
Version: 1.9-4
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise rfranco...@debian.org
Changed-By: Romain Francoise rfranco...@debian.org
Description: 
 tmux   - terminal multiplexer
Changes: 
 tmux (1.9-4) unstable; urgency=low
 .
   * Cherry-pick fixes from upstream Git:
 + 030437e33e: server crash due to wrong snprintf() usage
 + 0d14f81d76: change osdep_get_cwd() logic on Linux to also try sid
 + 0f0db07c49: incorrect handling of 4-byte UTF-8 sequences
 + 57f2de093a: use O_TRUNC in save-buffer
 + 806cc11008: don't leak two fds on subjob fork() failure
Checksums-Sha1: 
 edbed65ee02639be5d5b0796b47edecc142e53ed 1919 tmux_1.9-4.dsc
 b441433c939e91d236ff3bba0c4ee99e3dda54a1 14380 tmux_1.9-4.debian.tar.xz
 a02950d0a284d9af5cd9729233b2f05950999e91 242092 tmux_1.9-4_amd64.deb
Checksums-Sha256: 
 603a59307d7c09f1b7eb2347d5e2c4e7870e08f545d6942d79400b55d6ba4de1 1919 
tmux_1.9-4.dsc
 3d6e36c5c79422858a542e303b2d3f5aef61885b0854733327c0bcbb77e29264 14380 
tmux_1.9-4.debian.tar.xz
 7adb84a7863af74a91df83b4f8a112732a401ce7428998cc5c4b32c0b721f396 242092 
tmux_1.9-4_amd64.deb
Files: 
 419ef1a78b28f212a599578137534e29 1919 admin optional tmux_1.9-4.dsc
 d1ad77df9d42d863d17363c199915b24 14380 admin optional tmux_1.9-4.debian.tar.xz
 4a452420bca2177bee0691b5e98ad528 242092 admin optional tmux_1.9-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW9rVAAoJEK0V9DXwX5YtZeQP/2kPHZriVSADeQqgwf0hocfX
Xg1OnMX0O35YAHShsdEGZIH1+qug5YJDeWi32+Dpwq5BDQCf564DOfsB/Jq67fFw
j68ICnHGrUtQyoPGx5BA5kB9jDdllGGR1AhimacKGTdZnd4nfwVWN8C/UqX+HKzJ
VE0OzUHChBFiUpHJ5Ng331ZNx2mtA5ioli5oCoo101KmFfo72583l9IKM/gXA5IV
5bBpRf7jkusMfP2/VAtWJaDQmN9Zuka13+fiKEawnDDa0mSwFAZOAtTuTtRGCJem
5t9yNuLveYA/l9R/LgWraw50xXl4SsAmvvPmjtrMN87ITnRtZnMOWfmiPcHbXSkx
3ro/yD/AlY7Z4x6WweJneTdcJ9OFsMYSehe6IHm6jCVZReN83sFycOhRhsv1YHot
+OXwayv+fqgXQonR0WwYFBtmW7SDbxchYkuL0JOKC28kQc0beNtNAWJgyOV4WHns
cNSdZvT1QVEcuIkF3w6Bu/5QZGKEY0m2T6iddr/QTlyZu6pEbRwoi0oUxZKxeuKQ
hhR2M8tXCgOL0ftG1S9RIbib5FsKBemnbqba63BO58TcZkA8+blkKPYwzOyY6W6d
ElJ/sj0wrp49aWMV0wtr9MHX9ccIeK1AmvUDJ6bzvT1Kvgqjyvo16ju1UZ/I7p75
u/xVhak0/K4xa1Om2I1N
=6iY8
-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/e1we5ko-0002ml...@franck.debian.org



Accepted lttv 0.12.38-21032011-2 (source amd64)

2014-04-26 Thread Jon Bernard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 26 Apr 2014 12:16:42 -0400
Source: lttv
Binary: lttv lttv-dev liblttvtraceread-2.6 liblttvtraceread-2.6-dev 
liblttvtraceread-loader-2.6
Architecture: source amd64
Version: 0.12.38-21032011-2
Distribution: unstable
Urgency: low
Maintainer: Jon Bernard jbern...@debian.org
Changed-By: Jon Bernard jbern...@debian.org
Description: 
 liblttvtraceread-2.6 - LTTng trace reading library
 liblttvtraceread-2.6-dev - LTTng trace reading library (development files)
 liblttvtraceread-loader-2.6 - LTTng trace reading library JNI interface
 lttv   - Linux Trace Toolkit Viewer
 lttv-dev   - Linux Trace Toolkit Viewer (development files)
Closes: 713656
Changes: 
 lttv (0.12.38-21032011-2) unstable; urgency=low
 .
   * [7587439] Use dh-autoreconf instead of autotools-dev
   * [740c438] Link against gmodule in any case, to fix FTBFS.
 Thanks to Johannes Brandstter jbran...@2ds.eu (Closes: #713656)
   * [f344ca5] Add patch to include a missing Gtk header.
 Thanks to Johannes Brandstter jbran...@2ds.eu
Checksums-Sha1: 
 0bd59827a5bc5ea5c70dc01e68251b793d2cc685 2208 lttv_0.12.38-21032011-2.dsc
 be29d83401b2b3fd1de38e650e59908c23d44829 4420 
lttv_0.12.38-21032011-2.debian.tar.xz
 20dee2c755f5a002c022aa0ba7882f14a366422d 358334 
lttv_0.12.38-21032011-2_amd64.deb
 eef3ef1284200a117f0e0311b5bb4a99fdbc2ae0 30776 
lttv-dev_0.12.38-21032011-2_amd64.deb
 a5f561ed40ddfc2d8c6f5e4554c73fcde8597e73 35188 
liblttvtraceread-2.6_0.12.38-21032011-2_amd64.deb
 8035a3eb6001f8943ea6a02952cea7657f512929 11804 
liblttvtraceread-2.6-dev_0.12.38-21032011-2_amd64.deb
 c0b5f113cde74eebfe612a0ba932b256ff99ba61 12956 
liblttvtraceread-loader-2.6_0.12.38-21032011-2_amd64.deb
Checksums-Sha256: 
 4de15294bd10b53c8396e5b196ddb6f2e6be40322101982e6fd2126bb69c2498 2208 
lttv_0.12.38-21032011-2.dsc
 31e3b664f6478772f583911cff8c2e494c15099d828a93ee81ed9f0bb995a4a1 4420 
lttv_0.12.38-21032011-2.debian.tar.xz
 ae4e38c474657dc50f9f593bc2376db86dc46a3fc8991415c17e0c741a682c01 358334 
lttv_0.12.38-21032011-2_amd64.deb
 71a288f51b721675b251fbb8b933f241d9d39336d7eaab6d0b5e923b69ff5da7 30776 
lttv-dev_0.12.38-21032011-2_amd64.deb
 26d08c7cf1b0a671493c336e94ececd5491d57f46bfa4056c29cf2af09112744 35188 
liblttvtraceread-2.6_0.12.38-21032011-2_amd64.deb
 94f85e261bab575c07fa84a5207ce87054919fd7a3266a6bad5ff95b504567e8 11804 
liblttvtraceread-2.6-dev_0.12.38-21032011-2_amd64.deb
 06594ddfeea0aa09e3b46626ed8321ea4d2af2b05b6d186e5b9473dcfff53c78 12956 
liblttvtraceread-loader-2.6_0.12.38-21032011-2_amd64.deb
Files: 
 faf85fd8b27c66b0f607427c30c6ac17 358334 utils extra 
lttv_0.12.38-21032011-2_amd64.deb
 b2af572a8853292afe2969b70960ce11 30776 devel extra 
lttv-dev_0.12.38-21032011-2_amd64.deb
 04a0239cfbeec3a71deab5cd549b6dc7 35188 libs extra 
liblttvtraceread-2.6_0.12.38-21032011-2_amd64.deb
 20a259dc88542735967a1a18960ecd8a 11804 libdevel extra 
liblttvtraceread-2.6-dev_0.12.38-21032011-2_amd64.deb
 aee99465ac0db991c681e7d9b772c91b 12956 libs extra 
liblttvtraceread-loader-2.6_0.12.38-21032011-2_amd64.deb
 b8677c9e19a9da72b1934032d0e19e42 2208 utils extra lttv_0.12.38-21032011-2.dsc
 ccf09d729091d260a470f5a77814196e 4420 utils extra 
lttv_0.12.38-21032011-2.debian.tar.xz

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

iQIcBAEBCgAGBQJTW9yVAAoJEGl4Op6tU2EHEPUP/3PxzFb1y0T4gzUoFHyBizBy
7PYeulfzUDyW10mPa6CL18tuZEs6xYYv+goRNuv/pWUyd3VY1lvI5Cl4+7Gpo1mP
QRb1d+OXpe41bYFG1h+OR6iewM8H7vdQ/T4g6X1mrgu7qxEWgFu0d/XXlJtA9uPB
GOuuVx8qxDNLsbbdxuWi2K1ArUFRFNPQUSBtcLomTokPDbbbhU+ry6zzrE0xhsJI
nk1c0dxNfv8U122f4JKVvuTcKQ83jbgXmxEWCK+CVYxOwOY8Rx8maOuqwsjuhOd7
Ylu/kwp6X4d9HH8XImqeoXs83dgTHOR+98x7NwEB7dOvkHtUL5QjkKn6VLhOclPk
7xQtmWUC0FbLDob7h1eGif5JSZnB0cHWDc82I0VoWsdfBogloyhvOO9cGtgFXyks
UgPyNDQ6/3O3wez13jRwi08cpL8k21MEjKVtmw4zYhIU2Vyi7zV1gzM1gSLyuCgQ
Gc4VW7/U3dshKfDXdJrm0e2uAhn7ilbrIZEt2ZOrjJDSMr4nSC4cq/NHxlBmTgvY
hWj1NPSfAZWJFEr8MnSsnGprKIxRDzULOLRHYDyWmNtfSLhrGdmAGJn6rBJkTP3b
20tE1+CZfz7Ghm5vWDyPjfy5G3xNaKpRiS/zi/SIR875klssxQFf7/mouM4/kUS8
qC+oiMfzU7cmk5S9WpRf
=Ur4I
-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/e1we5yk-0004cp...@franck.debian.org



Accepted mutter 3.12.1-1 (source all amd64)

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 17:47:46 +0200
Source: mutter
Binary: mutter mutter-dbg libmutter0d mutter-common libmutter-dev 
gir1.2-mutter-3.0
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gir1.2-mutter-3.0 - GObject introspection data for Mutter
 libmutter-dev - Development files for the Mutter window manager
 libmutter0d - window manager library from the Mutter window manager
 mutter - lightweight GTK+ window manager
 mutter-common - shared files for the Mutter window manager
 mutter-dbg - Debugging symbols for the Mutter window manager
Changes: 
 mutter (3.12.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1: 
 c1e53dc57478c80353c1d29e2412af91b50d1388 2389 mutter_3.12.1-1.dsc
 9a6ea91c2e83888c26d9038af25d2a59b882aa0f 1699632 mutter_3.12.1.orig.tar.xz
 2d56d25267f04ed8fce2f6715e7a953bb5912d9b 16528 mutter_3.12.1-1.debian.tar.xz
 105e7486a534f4a33bf6c7f447fc8683f400a33e 775320 mutter-common_3.12.1-1_all.deb
 b2d899465b2d23650b358411472b8563b8f9f238 245998 mutter_3.12.1-1_amd64.deb
 6d4e81d2d2e5b177b2a8fcbcbe6d84482deee0d4 1374684 mutter-dbg_3.12.1-1_amd64.deb
 02ecc21217f80c9f6611a86d9f1ad7fd7f7a7e9a 538802 libmutter0d_3.12.1-1_amd64.deb
 992a3dd3bf13f006fc2060c6b158c62cf57dd18e 679134 
libmutter-dev_3.12.1-1_amd64.deb
 237c24526c68d89fdba6ef997510997e0114f80d 247238 
gir1.2-mutter-3.0_3.12.1-1_amd64.deb
Checksums-Sha256: 
 9d35d34bbb60a195048c25fff793d5e19764bbb6632423c30b11893064d167c2 2389 
mutter_3.12.1-1.dsc
 d0fe35ec7a6e8ef0c8d589243adeae3dc663be11169388228939cc56a4c0df2a 1699632 
mutter_3.12.1.orig.tar.xz
 84b9c16ebd40fb1ebaa64a0a75c3ad8e3c484164602320bf6cc98a59c97b2020 16528 
mutter_3.12.1-1.debian.tar.xz
 25aad761ede8389c087e12a4154d9327957ee8ee4c7ac88ccdaeb3921d969a7c 775320 
mutter-common_3.12.1-1_all.deb
 dc0a390f38a8d0fbdd495ba895fb334f3054828f36d155c2d0569612c609d586 245998 
mutter_3.12.1-1_amd64.deb
 55cc8b9a9c4accaab336e82ad966ec119108d3d1a354f1be8098e577eef417db 1374684 
mutter-dbg_3.12.1-1_amd64.deb
 49c6ce2ed1e2491b13d67744f6fcea71e82f0748a2b2c69d025cdcb7f8331136 538802 
libmutter0d_3.12.1-1_amd64.deb
 107570379122114af3be1ba55b0a0f9aced943a94e5a3ee5db8ce9c7f204bff2 679134 
libmutter-dev_3.12.1-1_amd64.deb
 a50aa6261774db5f4a35a0a9012ec34106f71cf60779f6d1a5b52af30ec6d516 247238 
gir1.2-mutter-3.0_3.12.1-1_amd64.deb
Files: 
 50137fe7c6afe3ccc7d328a5387dbb16 775320 misc optional 
mutter-common_3.12.1-1_all.deb
 e0281be9ae0be45264dbf58f2b5119ca 245998 x11 optional mutter_3.12.1-1_amd64.deb
 0d7178b7f37269b1f5a14dda64666887 1374684 debug extra 
mutter-dbg_3.12.1-1_amd64.deb
 2b58d504431a31e7061aacfe128aa9a0 538802 libs optional 
libmutter0d_3.12.1-1_amd64.deb
 f86b5c37aac2fa51db1f3c9e58517b54 679134 libdevel optional 
libmutter-dev_3.12.1-1_amd64.deb
 2b3a06f34409fe759548ef524a6c5134 247238 introspection optional 
gir1.2-mutter-3.0_3.12.1-1_amd64.deb
 0259732e85c897250e4de9583be06937 2389 x11 optional mutter_3.12.1-1.dsc
 3b548811c29507b06aa645c1be05e4cc 1699632 x11 optional mutter_3.12.1.orig.tar.xz
 9499ef240a55fea851879cdc384bba1e 16528 x11 optional 
mutter_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb3ckACgkQgTd+SodosdITPQCfQYoI6hV24nADlonH3k9LcyuI
UvQAn2ofEqBngBVPonYROMy0DA7D6kIs
=1ZGd
-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/e1we5yz-0004jv...@franck.debian.org



Accepted python-gevent 1.0-2 (source amd64 all)

2014-04-26 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 17:58:50 +0200
Source: python-gevent
Binary: python-gevent-dbg python-gevent-doc python-gevent
Architecture: source amd64 all
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.org
Description: 
 python-gevent - gevent is a coroutine-based Python networking library
 python-gevent-dbg - gevent is a coroutine-based Python networking library - 
debugging
 python-gevent-doc - gevent is a coroutine-based Python networking library - 
documenta
Closes: 738750
Changes: 
 python-gevent (1.0-2) unstable; urgency=low
 .
   * Sync with Ubuntu, thanks to Sebastian Ramacher for the heads-up.
 .
   [ Matthias Klose d...@ubuntu.com ]
   * Fix build failure on arm64 (closes: #738750).
Checksums-Sha1: 
 6c57a20452bc5730f41505dce09b1171d3883acc 2009 python-gevent_1.0-2.dsc
 ced9f104f9838f9c0943f66548c9a581c9df210e 71704 
python-gevent_1.0-2.debian.tar.xz
 4c4e350b98fc8be435b6419713605851e87da90f 1224470 
python-gevent-dbg_1.0-2_amd64.deb
 0dec5e35060038ea9e09ebdc58dc7b7f6ca8602d 139444 python-gevent-doc_1.0-2_all.deb
 f12ce4666d9b5f607b2ed6439b0f2f457a081454 215320 python-gevent_1.0-2_amd64.deb
Checksums-Sha256: 
 2bd75ae65bd7097d0f7ac95ee8160823d61eaef43a313d6e59ce5fb5e11f82d1 2009 
python-gevent_1.0-2.dsc
 94405042beac708cdf7a7d4de3337d302d9546e9d5f819d89a7df54b3596810e 71704 
python-gevent_1.0-2.debian.tar.xz
 86b83bb4e747c8d5a7f7576409614aac1b661bce0ca6cde40790456e1c71ef42 1224470 
python-gevent-dbg_1.0-2_amd64.deb
 e1f2f7cf799ba7053ccb4c0f5bd56a4dd3bccecffb80fa6864ea1e4a52ef827e 139444 
python-gevent-doc_1.0-2_all.deb
 4d10a30fcfa78fe9d427f7034be3c4ead8631c418953d6a480ea08b6e3ffde37 215320 
python-gevent_1.0-2_amd64.deb
Files: 
 e8ce34f8c4fe01f9cceb44bfdbf7febf 1224470 debug extra 
python-gevent-dbg_1.0-2_amd64.deb
 3f5586dba80abfd5b49264d9f0020639 139444 doc optional 
python-gevent-doc_1.0-2_all.deb
 716da02823d7080291af88e51ca9d0eb 215320 python extra 
python-gevent_1.0-2_amd64.deb
 50df2bf23db1b684638a7d70f42a2d71 2009 python extra python-gevent_1.0-2.dsc
 1439af31beac4b12a6ecaf99325c2012 71704 python extra 
python-gevent_1.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW90cAAoJENzjEOeGTMi/VNQP/1eAyrieZddyEgbUm7zgRCTT
5qiNhvNJSdCZuzLnWAXGCHa039HyTAzU6HJd45I8UQ88UfmsT8AgwDg9s/GKEmqR
DJmyfKUwZJ5ZzhO6Jqdw99uksXJYC82iSGRCVy/U0j0HYMsY1SdcrEzvqCMvsxUb
s2BSiWlNSw/9s+e9CNyFOP5b3StqwbpFt/5/xrU7Jo64pXlOFXpE/rzm8YqmN2cp
mB7qniRNT8sr2Sl8brFEr8GqvIKSXf1Hb4kBrjmNK1E6zflrFAIEBLMSGegaruWQ
j7UVxaUV0zYuN1Ic9Wm7bgbDB6YUeUD2zG41sRe6YGNWin4DLjLA29yOHgGHMmUq
ASaMf1FTb5gAuOOxhER5+OZs0eOgQmmWUMN0SpErOla0t/A5+a0tPIWrV3wJgxTx
6u6K3vwcJoZxaULG+Kh9ExePmXDGWypGcfDAa9lCtQ0ecr/Y9ju9rQJrfFIxGUI2
UCRmFvJ8trePu+9dilC5lk7JYZ6ab44401WiNzw77/0xaiRbC5vXQhESI0bwxnqd
nP5jOPjNXioGMvgc0D8wCAh9hG0UNruu3bUN2kEiFuKSrKD+btFBT7e/MKXXWyYw
Qyq9OA6V1tVg1tC0wL14rqjAQpNPoKkUy6lnadBDi00nl83mNcgD1RW5zGuGQrIV
ojKXMTIsEOsmsCTFU3Te
=tGT9
-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/e1we5z9-0004p9...@franck.debian.org



Accepted d-conf 0.20.0-2 (source all amd64)

2014-04-26 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 17:30:28 +0200
Source: d-conf
Binary: libdconf1 libdconf-dev libdconf-dbg libdconf-dbus-1-0 
libdconf-dbus-1-dev libdconf-dbus-1-dbg libdconf-doc dconf-tools dconf-cli 
dconf-editor dconf-gsettings-backend dconf-service
Architecture: source all amd64
Version: 0.20.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 dconf-cli  - simple configuration storage system - utilities
 dconf-editor - simple configuration storage system - utilities
 dconf-gsettings-backend - simple configuration storage system - GSettings 
back-end
 dconf-service - simple configuration storage system - D-Bus service
 dconf-tools - transitional dummy package
 libdconf-dbg - simple configuration storage system - debugging symbols
 libdconf-dbus-1-0 - simple configuration storage system - D-Bus library
 libdconf-dbus-1-dbg - simple configuration storage system - D-Bus debug symbols
 libdconf-dbus-1-dev - simple configuration storage system - D-Bus development 
files
 libdconf-dev - simple configuration storage system - development files
 libdconf-doc - simple configuration storage system - documentation
 libdconf1  - simple configuration storage system - runtime library
Changes: 
 d-conf (0.20.0-2) unstable; urgency=medium
 .
   * Force strict dependency between dconf-cli and libdconf1.
Checksums-Sha1: 
 4b588d194eecb54803a81894d3026ce049f60943 2343 d-conf_0.20.0-2.dsc
 ba294d02ebabe68bfc1ab51fcaf90fd1456e17ae 9460 d-conf_0.20.0-2.debian.tar.xz
 be11d0a341137cfd4fd770215da81dbc08e39367 37066 libdconf-doc_0.20.0-2_all.deb
 e014c9ebf6f8e487f6d96010c93c771c4698f9f8 16282 dconf-tools_0.20.0-2_all.deb
 3d33b3d2f8ac5c035d3e19befbbc29c8cfb91ff9 34818 libdconf1_0.20.0-2_amd64.deb
 4d20a278d71362b5d446e6b990ef7a4659b5210e 18516 libdconf-dev_0.20.0-2_amd64.deb
 7ddb4ee80730eac36c4ab4d99bf5592951272b0a 63158 libdconf-dbg_0.20.0-2_amd64.deb
 89a0489c5ff048e186f4440a4dd0b272c5fd9e20 34160 
libdconf-dbus-1-0_0.20.0-2_amd64.deb
 9258388d92c91e052a044ee85a69e82f4d7c116f 16902 
libdconf-dbus-1-dev_0.20.0-2_amd64.deb
 76f8b84ea438af3157117264cf967509aadbde49 60588 
libdconf-dbus-1-dbg_0.20.0-2_amd64.deb
 0abf3d7c1d2574487119a1ff020a5979d0741dff 36904 dconf-cli_0.20.0-2_amd64.deb
 2c14e9b4ebead7b4eeab1b1bdb1272ef2cba8ad9 169524 dconf-editor_0.20.0-2_amd64.deb
 603417e11d831c9fd575b18d51d3f5d5994a002a 33494 
dconf-gsettings-backend_0.20.0-2_amd64.deb
 38d97a943dab99515a2bd5865089a3d87ae063b2 41042 dconf-service_0.20.0-2_amd64.deb
Checksums-Sha256: 
 7990afa7b1fdc2fa89fe060119084f7a7e9eace231ae4e87c78f80ffa511dea7 2343 
d-conf_0.20.0-2.dsc
 01b416bba6db830d19d1b0af550fa559473b5e97de4ff11288566dcc10ba7bff 9460 
d-conf_0.20.0-2.debian.tar.xz
 2b98a600453928861131ba5b5d5a9d61193f764a03857072dfe8dd8c25ed63f8 37066 
libdconf-doc_0.20.0-2_all.deb
 3e81366230e668710c4f7e0dad3f40464a684fedb0c128840a69b67056f3b84d 16282 
dconf-tools_0.20.0-2_all.deb
 1f7fe96531bf7fd89a4a70382d316f2e3d675d0c32eb5548c0b8dab35a7db2ff 34818 
libdconf1_0.20.0-2_amd64.deb
 6247981c744bb369ea86d10721d45e95f0b2fb3d0529ab0cd1ae65bf42a62232 18516 
libdconf-dev_0.20.0-2_amd64.deb
 504392134f87ee07b5723b599628e971f432787ab594290b092c568b99ae6244 63158 
libdconf-dbg_0.20.0-2_amd64.deb
 f376fc06ab94d533baa8c16153268b6c731939f2eaa59b3225d6c2177f4f4063 34160 
libdconf-dbus-1-0_0.20.0-2_amd64.deb
 00e1c4db29946e3ca349af7aecd1d57e520b19fa49ab746f9fd7b82affd6ae1b 16902 
libdconf-dbus-1-dev_0.20.0-2_amd64.deb
 8493680c46fcef67ab33d55f8e4dbc1cca0504dae2109d09af74045018104584 60588 
libdconf-dbus-1-dbg_0.20.0-2_amd64.deb
 75abc81ceaa535d9420a7e04c23f27c7cc36308f0b500cf1ac2d4bb6a8809587 36904 
dconf-cli_0.20.0-2_amd64.deb
 f7add1226478ff9ef70cd93488ad54207947207ce70d2d636e88f0e9537aa404 169524 
dconf-editor_0.20.0-2_amd64.deb
 36f56405c4fef12a1124a362db2c9c715d171991258ccb916ef009e49a9bbd52 33494 
dconf-gsettings-backend_0.20.0-2_amd64.deb
 f6d589e9b0b6081c2b66a20b5ad1342012a40c6ac9a843283b4e8ddfc9b90d47 41042 
dconf-service_0.20.0-2_amd64.deb
Files: 
 8b14fece6cc3a5743bea6ab94af921df 37066 doc optional 
libdconf-doc_0.20.0-2_all.deb
 703bdee645615390635d65e37cbf7918 16282 oldlibs extra 
dconf-tools_0.20.0-2_all.deb
 0a926091690c063833b6148a6dd32d87 34818 libs optional 
libdconf1_0.20.0-2_amd64.deb
 0dd06769d4beb1a094ec6ab0dcd56a03 18516 libdevel optional 
libdconf-dev_0.20.0-2_amd64.deb
 1a74414c538dc70ceafc8a65d1b8137f 63158 debug extra 
libdconf-dbg_0.20.0-2_amd64.deb
 104083b0f9ca1be77b78733041779b04 34160 libs optional 
libdconf-dbus-1-0_0.20.0-2_amd64.deb
 48decae002a359d789792a3dc510d65d 16902 libdevel optional 
libdconf-dbus-1-dev_0.20.0-2_amd64.deb
 958b6459d354ae4dc1c317607a50a78d 60588 debug extra 
libdconf-dbus-1-dbg_0.20.0-2_amd64.deb
 cfa9500cab2f4fd7b44757e487dd139c 36904 utils optional 
dconf-cli_0.20.0-2_amd64.deb
 9aef236d8dd67617fc44470932136521 169524 utils optional 

Accepted file-roller 3.12.1-1 (source amd64)

2014-04-26 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 18:23:51 +0200
Source: file-roller
Binary: file-roller
Architecture: source amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 file-roller - archive manager for GNOME
Closes: 745594
Changes: 
 file-roller (3.12.1-1) unstable; urgency=medium
 .
   * Add a recommends on gnome-icon-theme-symbolic (Closes: #745594)
   * New upstream release.
Checksums-Sha1: 
 9d3b4cada6a2785382d3d0c7242d6aec55078c0f 1668 file-roller_3.12.1-1.dsc
 dbd77f90e92ad8dbbf37c38b3997a61fe26b7567 1397404 file-roller_3.12.1.orig.tar.xz
 de2d883bb1f6c4868ad7eefb157c699556f8ebbc 13716 
file-roller_3.12.1-1.debian.tar.xz
 8ad5863205b48267389c730da83cf8764b647b15 1066554 file-roller_3.12.1-1_amd64.deb
Checksums-Sha256: 
 2f1d672aafc0f96722445625e95561251c2cd13ea1472349280f54d8317cb121 1668 
file-roller_3.12.1-1.dsc
 bb35ae0d3542eee59b916b699f86298dfe93379b1769d6ca1980b2db95672481 1397404 
file-roller_3.12.1.orig.tar.xz
 b532ee4a39ed50dbf0196b6340924dfdab67bc769b3fed8adf8fb5dd1c8c1df3 13716 
file-roller_3.12.1-1.debian.tar.xz
 f74a73d5fb6897456d25765801f3f834f1407c01892c53dc598eec887f357290 1066554 
file-roller_3.12.1-1_amd64.deb
Files: 
 fbae7358e6b4f5ff5647e0f99909526d 1066554 gnome optional 
file-roller_3.12.1-1_amd64.deb
 10b21fd28abc895469eeb2ab52e0412b 1668 gnome optional file-roller_3.12.1-1.dsc
 434952be3565b74c13b22ac171283933 1397404 gnome optional 
file-roller_3.12.1.orig.tar.xz
 71d1df8d5a33b3551240c3f0a01e5fef 13716 gnome optional 
file-roller_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb3/oACgkQcgQ2cL3l8e4UcwCfVnG8N+zgZ8LKi496d9oUVVXd
5jcAnAlgpM0hYoHN7Akh5U471iR8RDfB
=5eJf
-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/e1we5mo-0006ff...@franck.debian.org



Accepted gnome-shell 3.12.1-1 (source all amd64)

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 18:40:57 +0200
Source: gnome-shell
Binary: gnome-shell gnome-shell-common gnome-shell-dbg
Architecture: source all amd64
Version: 3.12.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gnome-shell - graphical shell for the GNOME desktop
 gnome-shell-common - common files for the GNOME graphical shell
 gnome-shell-dbg - Debugging symbols for GNOME Shell
Closes: 744030
Changes: 
 gnome-shell (3.12.1-1) experimental; urgency=medium
 .
   [ Laurent Bigonville ]
   * debian/control.in: Add dependency against gir1.2-gdesktopenums-3.0 (=
 3.12) (Closes: #744030)
 .
   [ Sjoerd Simons ]
   * Depend on new version of the upower gir
   * New upstream release
   * debian/patches/42-Specifically-ask-for-Telepathy-0.x.patch:
 + Dropped, fixed upstream
   * Bump libgnome-bluetooth-dev dependencies
   * debian/control.in: Bump mutter build-dependency
Checksums-Sha1: 
 00ea5f95c17b5be04a6d24bbb35cc55ff880babf 2803 gnome-shell_3.12.1-1.dsc
 545536fab4d3fb9862458f8f0345781ee51c59e9 1541420 gnome-shell_3.12.1.orig.tar.xz
 70c751f0915199450a59e3f9386ab332722d4389 19144 
gnome-shell_3.12.1-1.debian.tar.xz
 405f1eb0b71a5f87c6e267d954e777d192325435 631382 
gnome-shell-common_3.12.1-1_all.deb
 ba16141fcdbba8585989bba450b6a0708b94b254 605278 gnome-shell_3.12.1-1_amd64.deb
 bc1e6d62ef2746b737eb9bff646b6955eebded76 788256 
gnome-shell-dbg_3.12.1-1_amd64.deb
Checksums-Sha256: 
 3d207cbe32b95a63214a721962a91497ef63638a825a7bf37ba68a6cf1ac1b63 2803 
gnome-shell_3.12.1-1.dsc
 d5a475f390d992de03ccf8ffeafec90595da700594eba9fc0688cbb1652b5516 1541420 
gnome-shell_3.12.1.orig.tar.xz
 0fe4b94548c240c8ff361a6237c9f1855808050ebcb37b7d55fa0a9f662629a0 19144 
gnome-shell_3.12.1-1.debian.tar.xz
 5a672f1b10e6134ec7f8aeb21410219e468088343e5ed424679f32d37c3af716 631382 
gnome-shell-common_3.12.1-1_all.deb
 9d72b2ffdc7d426f4f95d91481ac66ac7cf9c6848f6990737fe7df157f81931c 605278 
gnome-shell_3.12.1-1_amd64.deb
 6cc865db831404b2104f20f645b05597eebb81e0927b974af7db0377e4b32a1f 788256 
gnome-shell-dbg_3.12.1-1_amd64.deb
Files: 
 2efc3850da470e45edd897eacec1ec9d 631382 gnome optional 
gnome-shell-common_3.12.1-1_all.deb
 0f0d64eb7c89393f9624f5cc8d65fcbc 605278 gnome optional 
gnome-shell_3.12.1-1_amd64.deb
 5adfe111750991c835f8de9e9948ab24 788256 debug extra 
gnome-shell-dbg_3.12.1-1_amd64.deb
 ab8996b2493e6789b4bcd97f78d02154 2803 gnome optional gnome-shell_3.12.1-1.dsc
 40c2a3096f6c8a3ea845ac9bb2c5f9bd 1541420 gnome optional 
gnome-shell_3.12.1.orig.tar.xz
 f2e5c0d9fcd7b84db9a0e398474848fb 19144 gnome optional 
gnome-shell_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb4pwACgkQgTd+SodosdIPSgCgyfiS3y9MbtLDj9aKeDx8BH5A
DoIAoKgxuvE2K/l80t2bX74XKa0M1KN2
=y72Z
-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/e1we615-8d...@franck.debian.org



Accepted evolution-mapi 3.12.1-1 (source amd64)

2014-04-26 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 14:14:21 +0200
Source: evolution-mapi
Binary: evolution-mapi libexchangemapi-1.0-0 libexchangemapi-1.0-dev 
evolution-mapi-dbg
Architecture: source amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 evolution-mapi - Exchange support for the Evolution groupware suite
 evolution-mapi-dbg - debugging symbols for the Evolution MAPI provider
 libexchangemapi-1.0-0 - client library for accessing Exchange servers - runtime
 libexchangemapi-1.0-dev - client library for accessing Exchange servers - 
development
Changes: 
 evolution-mapi (3.12.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Upload to unstable.
   * Bump e-d-s build dependencies to 3.12.1.
   * Add openchange_pidtag_api.patch: Adapt to openchange API changes.
Checksums-Sha1: 
 ebd5090e5377cbc9cc4a8c92377e6c62282d6e73 2283 evolution-mapi_3.12.1-1.dsc
 fd2770a7e0b5b9a3c6c01d10d1ffd0adb1f9533f 591588 
evolution-mapi_3.12.1.orig.tar.xz
 a1959cf574c82ffbfac14227dcb5afbc3316833b 6600 
evolution-mapi_3.12.1-1.debian.tar.xz
 73ee3cc85b72be5374ce4d11229a61fdb66a5086 281678 
evolution-mapi_3.12.1-1_amd64.deb
 b8f149700091563400fdf7d62cdaa49f7974d3da 143684 
libexchangemapi-1.0-0_3.12.1-1_amd64.deb
 b754d9ca66ec3b891919ff1a0523b21b5c9553dd 31424 
libexchangemapi-1.0-dev_3.12.1-1_amd64.deb
 4d3d3c46d6d067469a46d84270faa805db1905bb 1030286 
evolution-mapi-dbg_3.12.1-1_amd64.deb
Checksums-Sha256: 
 961d9eea2fe7a7c1e4152e588657bdf2e2923e3294f4f7f48b585f41754b78b8 2283 
evolution-mapi_3.12.1-1.dsc
 764530f39fcb2f4851ddd79327a1341d1f2461a005442b1e4345ef88cbc82805 591588 
evolution-mapi_3.12.1.orig.tar.xz
 10b692b31977b361648550ac5bc4494c98a9b9ecb7f0581e0fb80be1db3c964d 6600 
evolution-mapi_3.12.1-1.debian.tar.xz
 3ff2363bbcc577ec8850bfc58ddd4c8fa231ae86f9864c86bb505d0796ee7371 281678 
evolution-mapi_3.12.1-1_amd64.deb
 bf1c2d4a6185207c8428b970f2d34c72908bab58aad399fdf4132321dc036633 143684 
libexchangemapi-1.0-0_3.12.1-1_amd64.deb
 a3de627377da439a7d7cd39820ea2388e7b97020e19e6dd1966936e3d189b85b 31424 
libexchangemapi-1.0-dev_3.12.1-1_amd64.deb
 868cbf53b790a7c25bdd8f9351a72d3d1e20544ffdcb96da226ccf007f71517a 1030286 
evolution-mapi-dbg_3.12.1-1_amd64.deb
Files: 
 3a39470701113bbce0882ba56a021651 281678 gnome optional 
evolution-mapi_3.12.1-1_amd64.deb
 76aadcc2df55b5d654b84facf8284e19 143684 libs optional 
libexchangemapi-1.0-0_3.12.1-1_amd64.deb
 005ef04901e7076820c748307ff4a44b 31424 libdevel optional 
libexchangemapi-1.0-dev_3.12.1-1_amd64.deb
 24264afe58d8061e9a72f131b7656696 1030286 debug extra 
evolution-mapi-dbg_3.12.1-1_amd64.deb
 7d145748c4d182dd08ca278fd69482cb 2283 gnome optional 
evolution-mapi_3.12.1-1.dsc
 c37462b62fdc3b0c999b1186e81ba6ea 591588 gnome optional 
evolution-mapi_3.12.1.orig.tar.xz
 54b5af1566038b60ee1094ee99e650dc 6600 gnome optional 
evolution-mapi_3.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb5rEACgkQJYSUupF6Il6vmACgjd3DMhIl88dMuaLNG8eCVgl4
T8wAn3cwwbog/D8tfzSWbGiuBl5RZEdC
=q7Yh
-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/e1we6fa-0001q3...@franck.debian.org



Accepted pymongo 2.7-2 (source amd64 all)

2014-04-26 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 17:59:47 +0100
Source: pymongo
Binary: python-pymongo python3-pymongo python-pymongo-ext python3-pymongo-ext 
python-pymongo-doc python-gridfs python3-gridfs python-bson python3-bson 
python-bson-ext python3-bson-ext
Architecture: source amd64 all
Version: 2.7-2
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Federico Ceratto federico.cera...@gmail.com
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-bson-ext - C-coded extension to the python-bson package
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
 python-pymongo-ext - C-coded extension to the python-pymongo package
 python3-bson - Python3 implementation of BSON for MongoDB
 python3-bson-ext - C-coded extension to the python3-bson package
 python3-gridfs - Python3 implementation of GridFS for MongoDB
 python3-pymongo - Python3 interface to the MongoDB document-oriented database
 python3-pymongo-ext - C-coded extension to the python3-pymongo package
Changes: 
 pymongo (2.7-2) unstable; urgency=low
 .
   * Run dh_sphinxdoc when building python-pymongo-doc only
Checksums-Sha1: 
 268d5dc0a7e0db1baf77af69903f5a5d6c0d0ef9 2772 pymongo_2.7-2.dsc
 6d3ea2fd7dd0c6def1f16e6ab00eb9f08e32c49c 4912 pymongo_2.7-2.debian.tar.xz
 37470690704ed9d29fef5aeabd23fe187bcfb934 100566 python-pymongo_2.7-2_amd64.deb
 bb4265541643d0829a05bd8f2b59ea1f450eff8e 98744 python3-pymongo_2.7-2_amd64.deb
 7ef0d7fab73aa97641bb2b3aa815bdb695ab7d6b 25802 
python-pymongo-ext_2.7-2_amd64.deb
 acc02f95682bbd7fbf7a1119634004ffd6c7464a 26478 
python3-pymongo-ext_2.7-2_amd64.deb
 30f163e14f08ae6204b3bda6686c1a24223d2734 188936 
python-pymongo-doc_2.7-2_all.deb
 c564557b57b06cc4ffd2794ac26631d386d608be 27096 python-gridfs_2.7-2_all.deb
 db7f352d45e05dbe4f39f447f95d20477619c264 27098 python3-gridfs_2.7-2_all.deb
 3c31a2048952b15da248bcfa6d64de46d67dcc77 34474 python-bson_2.7-2_amd64.deb
 9a835363d3987d81a60f9728b922c6fb5be44ddf 34302 python3-bson_2.7-2_amd64.deb
 4afbbfd9d0dc85fe75133dd37b625e9670e40a50 33376 python-bson-ext_2.7-2_amd64.deb
 c36795d992b4b86afd67d673f67a7903ca96a214 35162 python3-bson-ext_2.7-2_amd64.deb
Checksums-Sha256: 
 4425e11f6519dd37e4f34b7883011d6c85780993df15f8e37b7a4f751a2cd5c2 2772 
pymongo_2.7-2.dsc
 8437d5a0a6853bc51b2c0877a4787f25afe14a1d6cf998f30dec5187ca05682c 4912 
pymongo_2.7-2.debian.tar.xz
 dee5731607f37ca7bd404d897655fd440493a556c60cab4dbd985d009fe76536 100566 
python-pymongo_2.7-2_amd64.deb
 aa9a41b0c869610b7d77c28264a68fcd87e25d4a5cffc97f6d9612268a2ed503 98744 
python3-pymongo_2.7-2_amd64.deb
 72de501f4d1752b4c5a5dbb992f7ed213e44cb020d6db365e17b2f6aac77467f 25802 
python-pymongo-ext_2.7-2_amd64.deb
 15d24f5568a2da478cc8333af2f503d36303b5a8bec7691fc295cfd629c171db 26478 
python3-pymongo-ext_2.7-2_amd64.deb
 a84244de744a614f17d6684e59d217e74bffc101762076a0f54f1fcd2de3d1ce 188936 
python-pymongo-doc_2.7-2_all.deb
 4c4fcc3ac12f82bf5058477f6a71811351966d48bc80fb587ef0af503bff914b 27096 
python-gridfs_2.7-2_all.deb
 1235fb838d6f29ebf0f7c75054836999eca9af07e51a5805f4f248d9fb741ded 27098 
python3-gridfs_2.7-2_all.deb
 7fd710fc2ef5583f8101dd5ba05ebe2bc4a4bf7ed29721374662997e917c6413 34474 
python-bson_2.7-2_amd64.deb
 74090d7c8698d3515de046bf34b1cc826509c4625c61ac920c0121dfc87a74f9 34302 
python3-bson_2.7-2_amd64.deb
 a5dc3c08299fe814bf5b24460ac88e3e0bc385194711ef0e990cfdd8397d3162 33376 
python-bson-ext_2.7-2_amd64.deb
 ffcf325da78c2d146ddebafdaacb9b56bce5657d7f671b99ef4f08ab3aa2ecac 35162 
python3-bson-ext_2.7-2_amd64.deb
Files: 
 13800acc85321ca8afcf5c82483b23af 100566 python optional 
python-pymongo_2.7-2_amd64.deb
 cfeaab0e233655be552f37fca64e9909 98744 python optional 
python3-pymongo_2.7-2_amd64.deb
 affaea4b822e439074fe303c7523d982 25802 python optional 
python-pymongo-ext_2.7-2_amd64.deb
 88fdef4f6586d91621efa9b81aa2c1f3 26478 python optional 
python3-pymongo-ext_2.7-2_amd64.deb
 bcb06b1382af85ec3ba0349baab8231a 188936 doc optional 
python-pymongo-doc_2.7-2_all.deb
 39a6a4ff4baf1e8b36a20168b094bc20 27096 python optional 
python-gridfs_2.7-2_all.deb
 9ec489419accefd0617947cff6fee453 27098 python optional 
python3-gridfs_2.7-2_all.deb
 ce0cf1e32b0ba0e7381a5e4775ba6fd8 34474 python optional 
python-bson_2.7-2_amd64.deb
 7170ed9dd9b1f18722cc671a752c6401 34302 python optional 
python3-bson_2.7-2_amd64.deb
 bd0501473b428758e0e5c8fae26ea440 33376 python optional 
python-bson-ext_2.7-2_amd64.deb
 ed60024d85d3a76e63ff4a7c3919e387 35162 python optional 
python3-bson-ext_2.7-2_amd64.deb
 a722637bca39fac0564b4dfe033727b9 2772 python optional pymongo_2.7-2.dsc
 6cc966364238467b434d508088e99906 4912 python optional 
pymongo_2.7-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1


Accepted kerneltop 0.91-2 (source amd64)

2014-04-26 Thread Dariusz Dwornikowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Apr 2014 20:04:35 +0200
Source: kerneltop
Binary: kerneltop
Architecture: source amd64
Version: 0.91-2
Distribution: unstable
Urgency: medium
Maintainer: Dariusz Dwornikowski dariusz.dwornikow...@cs.put.poznan.pl
Changed-By: Dariusz Dwornikowski dariusz.dwornikow...@cs.put.poznan.pl
Description: 
 kerneltop  - shows Linux kernel function usage in a style like top
Closes: 686791 745197
Changes: 
 kerneltop (0.91-2) unstable; urgency=medium
 .
   * Updated architecture to linux-any (Closes: #745197)
   * Added patch to fix display 64bit addresses (Closes: #686791)
   * Added patch to etext on 64 bit systems
   * Fixed hardening hardening-no-relro and hardening-no-fortify-functions
   * Added VCS fields to d/control
Checksums-Sha1: 
 6f741f4cfc8b16bf7f8a123d1ad295bcf4d1adeb 1891 kerneltop_0.91-2.dsc
 ae35e4953c484feb43d70c70e0896364bd53b434 3828 kerneltop_0.91-2.debian.tar.xz
 91d0b851404ac33d73a9312c2479db9b166791d5 11282 kerneltop_0.91-2_amd64.deb
Checksums-Sha256: 
 9cdc65b0d846c418bf6265de6892f3d50a61b8d0e7726e26436f45cbf1c28200 1891 
kerneltop_0.91-2.dsc
 c0ab3ded15985cdb07d305124886e57dc6cc63a09daf32124f7b8fdc2d360425 3828 
kerneltop_0.91-2.debian.tar.xz
 125baa11fdae426d5317df3fac4c97f0e555f36d6619a7188e24453136afeffa 11282 
kerneltop_0.91-2_amd64.deb
Files: 
 0e56daf602961e0de4322f5eca270713 11282 devel optional 
kerneltop_0.91-2_amd64.deb
 91c3c2e80c3862943de4d6dac829d1cd 1891 devel optional kerneltop_0.91-2.dsc
 01f1d65c115deb6b5b4e39b5e1d6c14f 3828 devel optional 
kerneltop_0.91-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTW+aZAAoJEJvS1kCaDFL6hJYP/1v+u1J5GaOlfTiaYNWxje66
H/DSrLm469daymHl/NE1Pt9sriSTLGeWWQrgHnqCiphJ5Nt1dhgV7cd7tfhNTgQ0
l8lKp4PMMqSPjGEajQyuWFGdYyBMTH9sGcgSIIlYagi6RsPvf083AkML0UakggKC
6lqtwIFCrupM2rz5yrPHXd6l6fFxyFsZ7UuEuXQ3w0DJuvDmiOCp7sAWIjZJsFfS
FD8XPfAcDpMfH7sMC5Vyt76yyLJPKBlsv55eOvQKfY+xHMLyuwihX5u0XwAk4Ewd
3AGdLq9U6RPBF9NPNF85gcsqgfLruF6ULLOKcT8jdNEORXZyzV7YrluOCokZ/ZiZ
aWkrpICWeAMop+CAR1EPmjg2bU4kP5oul9dU0vL8N2hcLE18JLY/S+9yElu6cR43
M3iZ0SWfCsbGnSJ8RIzwcVXYekuDgkX7bR1qI37Xt4Dk2o32jtgkOMpnxF38Wgya
1Q/aRiRkWlUeju/LzmT0qRUOy6HdyXA6dfmRJtzIDoLxwfJvoBsHSxw34gQJKGzx
oxbjhXjRgXWFxHFRvkwm2TOWPUGrVY4fuCzoDjT1y1qP9KcnTbc3A9W9x4kY0F6L
OBZczomQt8cKc7Y5HtnVpYTs5aEwqPT3F5oGn+cQDKJIcE4lSdppb+JTgKlPlOFU
bMGcjgbNt6scaRcjX5so
=7TfO
-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/e1we6fo-0001tx...@franck.debian.org



Accepted mutter 3.12.1+really+3.8.4-1 (source all amd64)

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 19:34:12 +0200
Source: mutter
Binary: mutter mutter-dbg libmutter0b mutter-common libmutter-dev 
gir1.2-mutter-3.0
Architecture: source all amd64
Version: 3.12.1+really+3.8.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gir1.2-mutter-3.0 - GObject introspection data for Mutter
 libmutter-dev - Development files for the Mutter window manager
 libmutter0b - window manager library from the Mutter window manager
 mutter - lightweight GTK+ window manager
 mutter-common - shared files for the Mutter window manager
 mutter-dbg - Debugging symbols for the Mutter window manager
Changes: 
 mutter (3.12.1+really+3.8.4-1) unstable; urgency=medium
 .
   [ Emilio Pozuelo Monfort ]
   * debian/control.in:
 + Bump libcogl-dev build-dependency, required by the previous patch.
 .
   [ Sjoerd Simons ]
   * Uglify the version number to override a mutter version that shouldn't have
 gone to unstable yet
   * debian/patches/fix-build-with-g-i.patch:
 Added. Fix mutter buid with recent gobject-introspection
Checksums-Sha1: 
 dd8c23189971cceefa0253d79522f751eab1fd75 2435 mutter_3.12.1+really+3.8.4-1.dsc
 16d1caf5361c1e18407ea973b6635d1df4cab24c 1705104 
mutter_3.12.1+really+3.8.4.orig.tar.xz
 71ef5bee6fa34c7869ce4f72c08078d2c3b2cb35 17304 
mutter_3.12.1+really+3.8.4-1.debian.tar.xz
 090af77b0d3038def8545f69bf6df13ae862fd8d 794472 
mutter-common_3.12.1+really+3.8.4-1_all.deb
 1f4c0479644239cbd788f5535cdc522ef661d54f 255566 
mutter_3.12.1+really+3.8.4-1_amd64.deb
 386506f6ae8e2b2e2800f0bbcbb7ed8c78c59c0a 1315168 
mutter-dbg_3.12.1+really+3.8.4-1_amd64.deb
 0cd23875cd0a6ac981e8a342046366331838bb2b 508984 
libmutter0b_3.12.1+really+3.8.4-1_amd64.deb
 06f08b9844a3d09d349ab5550ed0241fb80e7874 651610 
libmutter-dev_3.12.1+really+3.8.4-1_amd64.deb
 9456774275e63939a1c780c0a40cfa5f71895ba0 244042 
gir1.2-mutter-3.0_3.12.1+really+3.8.4-1_amd64.deb
Checksums-Sha256: 
 f5d9b5a0b058d68f28bd91020ee08bb94e3f0179f4a766591c70cb1df3b7285a 2435 
mutter_3.12.1+really+3.8.4-1.dsc
 efe28bb665fd43d97b20c57bb1d1dc0a7e98919b6ad4b770bfd7ec5576e29454 1705104 
mutter_3.12.1+really+3.8.4.orig.tar.xz
 dd259bf0ae5f07ff9b538430f2d66582c5f5e2428e02e3ceb02ec388a9962265 17304 
mutter_3.12.1+really+3.8.4-1.debian.tar.xz
 b26eca495c5f75fce7c8f36806ce47e2a93676d699f7171623516535a4bde69d 794472 
mutter-common_3.12.1+really+3.8.4-1_all.deb
 399ce27f772cab2cdcdf1a202f637f77dc0c5a179524dc5cda7fdb2437f2c4b8 255566 
mutter_3.12.1+really+3.8.4-1_amd64.deb
 a46d140543114855867ead60cf59e438c8af1930b2af525b16bcf772f089e19a 1315168 
mutter-dbg_3.12.1+really+3.8.4-1_amd64.deb
 a67417cea9aea798a612c5300944ef335a3308422fdbb59252b98a036da7819f 508984 
libmutter0b_3.12.1+really+3.8.4-1_amd64.deb
 38c778bfd618959d7eba2c7e3a4604f199131c3c815932c28d7366e906c11c0b 651610 
libmutter-dev_3.12.1+really+3.8.4-1_amd64.deb
 1276c2a8923c9bed6b882f5c1a88b1fbbba8f20ae2bfeb3c5d204550df83be9c 244042 
gir1.2-mutter-3.0_3.12.1+really+3.8.4-1_amd64.deb
Files: 
 9bc8d0ee54ad9a14c3b5cba09f2e72bc 794472 misc optional 
mutter-common_3.12.1+really+3.8.4-1_all.deb
 06e1fe8e534045c5aa160b4e5f63865c 255566 x11 optional 
mutter_3.12.1+really+3.8.4-1_amd64.deb
 9505f8e5476195d617e467bd8c697e5e 1315168 debug extra 
mutter-dbg_3.12.1+really+3.8.4-1_amd64.deb
 45e516733cc32c5169772b51e1889c03 508984 libs optional 
libmutter0b_3.12.1+really+3.8.4-1_amd64.deb
 da9cbf40bf458fafca351678318625aa 651610 libdevel optional 
libmutter-dev_3.12.1+really+3.8.4-1_amd64.deb
 25418f272fbcabf31dd58fcf85e23f0b 244042 introspection optional 
gir1.2-mutter-3.0_3.12.1+really+3.8.4-1_amd64.deb
 b1606bfdffd8e8ee146d8840f8665d03 2435 x11 optional 
mutter_3.12.1+really+3.8.4-1.dsc
 cfe0233d783f1f6ee529448c1888492e 1705104 x11 optional 
mutter_3.12.1+really+3.8.4.orig.tar.xz
 74993de1853a7bd00d0298a54837a2ee 17304 x11 optional 
mutter_3.12.1+really+3.8.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb7rAACgkQgTd+SodosdIwjgCfZOmTEDLY7vu1SQB3q2sJ8Hz0
BWAAoMhsUUYQTqrYlde4LBFw5KkVW1Q9
=OfZ4
-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/e1we6mz-0005ne...@franck.debian.org



Accepted derby 10.10.2.0-1 (source all)

2014-04-26 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 19:27:30 +0200
Source: derby
Binary: libderbyclient-java libderby-java derby-tools derby-doc
Architecture: source all
Version: 10.10.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description: 
 derby-doc  - Apache Derby API documentation and examples
 derby-tools - Apache Derby Tools
 libderby-java - Apache Derby Database Engine and Embedded JDBC Driver
 libderbyclient-java - Apache Derby Client JDBC Driver
Changes: 
 derby (10.10.2.0-1) unstable; urgency=medium
 .
   * New upstream release
 - Refreshed the patches
   * Use XZ compression for the upstream tarball
   * Standards-Version updated to 3.9.5 (no changes)
Checksums-Sha1: 
 fd3b4af1d72f6a70557afe32ee45402337fda324 2217 derby_10.10.2.0-1.dsc
 67d7f367a4ab85c1698e2bd85e51cba7c82e48a1 7989556 derby_10.10.2.0.orig.tar.xz
 dd61597bc779e47ba9011a2b7246e141e6f2ecb8 6716 derby_10.10.2.0-1.debian.tar.xz
 ec740092b0c8841e02c9fa85c70f9c5c3f8e90bd 510086 
libderbyclient-java_10.10.2.0-1_all.deb
 fd43041739183634c75f9a28fae2419a810184e7 3824328 
libderby-java_10.10.2.0-1_all.deb
 17f14695d9534b58d5dd213a3222476760bc 180420 derby-tools_10.10.2.0-1_all.deb
 37a249e9ca807d6659c805a15a06dabdbed06935 4618244 derby-doc_10.10.2.0-1_all.deb
Checksums-Sha256: 
 0b248a34e5cff44c4068c85ea0c10088359b6ee280001130bc4ac6313f42dcd4 2217 
derby_10.10.2.0-1.dsc
 2cca1f8ac62dd988b65b0b1817102cf4686587994e942a42904371b95cbe3468 7989556 
derby_10.10.2.0.orig.tar.xz
 cd119d85ca39b51850ad331ad4b269e484271f98cf0d9c4474b0de5a2f7acb40 6716 
derby_10.10.2.0-1.debian.tar.xz
 e301ace406f0570559c4076883a0965be3a4f5d534646cceb5a652f71105517a 510086 
libderbyclient-java_10.10.2.0-1_all.deb
 31669743fc55132f5627d701908e31da27cc9150a994c36ba8b86949e7b9e7de 3824328 
libderby-java_10.10.2.0-1_all.deb
 66f0bdf48c187d0a1e59d1578520b36b57fcf2b3aabbb16160f9af12db4e3431 180420 
derby-tools_10.10.2.0-1_all.deb
 e108c28116d4ac7d9d8f6697dbb1eb44ae25f501cf7e079079d8af31363c7a3a 4618244 
derby-doc_10.10.2.0-1_all.deb
Files: 
 bd74ab02a87b72e4c19669336fa4d98a 510086 java optional 
libderbyclient-java_10.10.2.0-1_all.deb
 4fa907895911c8415e433100fd2af2c2 3824328 java optional 
libderby-java_10.10.2.0-1_all.deb
 bafdfa43fb62ce5bb4ea561a0f7b815a 180420 java optional 
derby-tools_10.10.2.0-1_all.deb
 420f79730545a7d814b25518fc4d4a1e 4618244 doc optional 
derby-doc_10.10.2.0-1_all.deb
 7b0fcbe9884efd9edafa82127c68c93f 2217 java optional derby_10.10.2.0-1.dsc
 7d60279ef4e8a52d05e09d398a3ffbbd 7989556 java optional 
derby_10.10.2.0.orig.tar.xz
 f997baf46a18b17c67f328e49fd2a308 6716 java optional 
derby_10.10.2.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTW+32AAoJEPUTxBnkudCs2i4P/2yStvuAoXBbWT6RKU/9lhiq
9PFLME/M9VLqWuB598lTxnU8E13Ucffskta30oaL4KuwFt/46W+anZhqjhm0emJQ
G5uyhGiOFMSFpBmpSdhXq1unWlTiJ2RZXEfWTjeduntsbyuxI2hi5QF+DRxjxPC0
1HoIohzT70FQDJOGMQGai18BEuvKkPJK95RGz1NCLoZ2eJodtN4oq6mvVRE/XKSn
oFXKVOn0z+tDnKcU0qlpOlIfK2kZbomv5hs8TnkpRETNsQrCYqHoMO8EtpDZqsdJ
ZkFhMeYA5UnKBuNua8CJlZJVV4uA5qTj68bKumcMaZDbbY9sPGdAH4LEup+ipnEQ
luPdjIRS4tvQxFMKU3QV+heqNjXQPCS/YIGmVTPkpAAvA9eXIuTUKPaQbFKDFGml
inVJNlsiTXZxBGtf7dSoyihgaPqCWEpt6SUPgPoLy8XN3CGBHAM5T5V9dDM9kWFD
FHPV8VuNA9UQRtH1H0ojynUsfA2rTvPGXEcujwzUe9dzdMRpku6roM6z/2uPEZEs
wZGtUKiriO6s6SMK1tgFCagU0u75xwQNlk9Fsp1CttB/+5l39MgvqcoMtrWoh1kZ
Qa1SUA4v/p4GAV6ezkt3vRt66JnQ4aQ1i+y+ksGvk/9rKljf9tgiwte6w1AKkYym
hdDPE3YUc85AerE5dH72
=Yuoo
-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/e1we6me-0005dl...@franck.debian.org



Accepted mutter 3.12.1+therealdeal-1 (source all amd64)

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 19:38:07 +0200
Source: mutter
Binary: mutter mutter-dbg libmutter0d mutter-common libmutter-dev 
gir1.2-mutter-3.0
Architecture: source all amd64
Version: 3.12.1+therealdeal-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gir1.2-mutter-3.0 - GObject introspection data for Mutter
 libmutter-dev - Development files for the Mutter window manager
 libmutter0d - window manager library from the Mutter window manager
 mutter - lightweight GTK+ window manager
 mutter-common - shared files for the Mutter window manager
 mutter-dbg - Debugging symbols for the Mutter window manager
Changes: 
 mutter (3.12.1+therealdeal-1) experimental; urgency=medium
 .
   * Tweak version to be bigger then the one in unstable
Checksums-Sha1: 
 3001754908a2d75a39874c80fcd2d8850950e8a2 2473 mutter_3.12.1+therealdeal-1.dsc
 9a6ea91c2e83888c26d9038af25d2a59b882aa0f 1699632 
mutter_3.12.1+therealdeal.orig.tar.xz
 4cf24df4ef3078f4aa356bc04fbef3a1f664c279 16596 
mutter_3.12.1+therealdeal-1.debian.tar.xz
 fcec55f7e72d119891459865e443631b6781f014 775556 
mutter-common_3.12.1+therealdeal-1_all.deb
 8f43cd04c623b6912bd99cfb3d92c13183c7c8c4 246008 
mutter_3.12.1+therealdeal-1_amd64.deb
 a8a2598bdb494e2c59b7ea5b935899cc820577d1 1374690 
mutter-dbg_3.12.1+therealdeal-1_amd64.deb
 06759b809b4db9dcd8274c78dc55751859413631 539702 
libmutter0d_3.12.1+therealdeal-1_amd64.deb
 cb9e37fde1eb1003058ad3d36c82c7b0611abafd 678902 
libmutter-dev_3.12.1+therealdeal-1_amd64.deb
 a5a9ecaf989705c6e600ee38655a9a673652dc02 247280 
gir1.2-mutter-3.0_3.12.1+therealdeal-1_amd64.deb
Checksums-Sha256: 
 c05acb389a1049b8ec0bc67164f6d1391b661c1c5c46d268d0e8ef1605553d1a 2473 
mutter_3.12.1+therealdeal-1.dsc
 d0fe35ec7a6e8ef0c8d589243adeae3dc663be11169388228939cc56a4c0df2a 1699632 
mutter_3.12.1+therealdeal.orig.tar.xz
 e0e9f8e1d00f0c499ae4ae295ed09a63a5c3ce16b9110f647ecdcc3673f66bdb 16596 
mutter_3.12.1+therealdeal-1.debian.tar.xz
 074f8220db64796ecf2d1bfbe092f5b628ca4a51b98237f08ed9aed1b2d632f9 775556 
mutter-common_3.12.1+therealdeal-1_all.deb
 e086d4dd765a1e40fc8d0b15adff815e6304347fe15f440a4b43d3d72f6c355e 246008 
mutter_3.12.1+therealdeal-1_amd64.deb
 90706e6831f147d84b515514600df4afcc2ddbc12300fcfcd455f4ef6479195c 1374690 
mutter-dbg_3.12.1+therealdeal-1_amd64.deb
 f5893a08b7551af2fe3ef880162e10b7bdc2f1ae8ad80af581c7ad1f22899dd5 539702 
libmutter0d_3.12.1+therealdeal-1_amd64.deb
 ae4f3ee38022099f4c8656ddb8308953bf0887544de3370950a0880feabda994 678902 
libmutter-dev_3.12.1+therealdeal-1_amd64.deb
 17587071c65780562c58ae462cc063fe73295125f6083e3c46ca1cb1a21e3d71 247280 
gir1.2-mutter-3.0_3.12.1+therealdeal-1_amd64.deb
Files: 
 6327f1227826cfca1172ad99f5099d52 775556 misc optional 
mutter-common_3.12.1+therealdeal-1_all.deb
 9faee28a1ba2d67d23a82d29f4c5a3b8 246008 x11 optional 
mutter_3.12.1+therealdeal-1_amd64.deb
 3905f48240461d0d43199129fc046c6d 1374690 debug extra 
mutter-dbg_3.12.1+therealdeal-1_amd64.deb
 51efeac158e01c62bcbdb27ea26ce611 539702 libs optional 
libmutter0d_3.12.1+therealdeal-1_amd64.deb
 1abe58655b6449a3f7eed2f210ca6694 678902 libdevel optional 
libmutter-dev_3.12.1+therealdeal-1_amd64.deb
 759970ea421ad75b3bb12a88b4174663 247280 introspection optional 
gir1.2-mutter-3.0_3.12.1+therealdeal-1_amd64.deb
 bd4c4d7fa00e38f6d62b3724fb2ba080 2473 x11 optional 
mutter_3.12.1+therealdeal-1.dsc
 3b548811c29507b06aa645c1be05e4cc 1699632 x11 optional 
mutter_3.12.1+therealdeal.orig.tar.xz
 a13aef77e559504ce0e180a5aa6b634d 16596 x11 optional 
mutter_3.12.1+therealdeal-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb8BsACgkQgTd+SodosdJIDACgyD78YKsMmDqEYWcnXJt9HXeN
Y/wAnR42DpcMVqW7sp7r6qqLU3exUElx
=5Dp6
-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/e1we6mo-00067m...@franck.debian.org



Accepted tor 0.2.5.4-alpha-1 (source all)

2014-04-26 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 19:53:45 CEST
Source: tor
Binary: tor tor-dbg tor-geoipdb
Architecture: source all
Version: 0.2.5.4-alpha-1
Distribution: experimental
Urgency: low
Maintainer: Peter Palfrader wea...@debian.org
Changed-By: Peter Palfrader wea...@debian.org
Description: 
 tor - anonymizing overlay network for TCP
 tor-dbg - debugging symbols for Tor
 tor-geoipdb - GeoIP database for Tor
Changes: 
 tor (0.2.5.4-alpha-1) experimental; urgency=low
 .
   * New upstream version.
   * Build depend on libseccomp-dev.
Checksums-Sha256: 
 ec06cac83c976f9c90e42554ae75f1e6915b0380cbf2314044cac6bea3b165f7 1744 
tor_0.2.5.4-alpha-1.dsc
 92ec86e009cc859a3e18fcf286d8699fa393fb08047aab37295e22ea62a5219d 3074918 
tor_0.2.5.4-alpha.orig.tar.gz
 5cf846585f82be550a9f399db0b6971fca710273181e3531e145d546b80a3965 34308 
tor_0.2.5.4-alpha-1.diff.gz
 09e41a6d354e374d65f595aceea64d62209511b1d1450d5aa9ecab1caf3a6d6b 701452 
tor-geoipdb_0.2.5.4-alpha-1_all.deb
Checksums-Sha1: 
 83526102a8f3e2de758896356f2ae1924365b714 1744 tor_0.2.5.4-alpha-1.dsc
 6817c103e2e401330823930e1a0dec38e5147ba2 3074918 tor_0.2.5.4-alpha.orig.tar.gz
 420b09ad107028184bea8942c4ceab1301341afa 34308 tor_0.2.5.4-alpha-1.diff.gz
 c9f1ab57c8a770cd02fa5713472cf22614d113f0 701452 
tor-geoipdb_0.2.5.4-alpha-1_all.deb
Files: 
 65f964e33d2a416caf9c5591fe6c7312 1744 net optional tor_0.2.5.4-alpha-1.dsc
 c913735a3527fec3e9bacf3a1e1a70bf 3074918 net optional 
tor_0.2.5.4-alpha.orig.tar.gz
 fe8c226112475d25dc21cdc69e95e553 34308 net optional tor_0.2.5.4-alpha-1.diff.gz
 edf301f769d7d33ce0ed768304b90b20 701452 net extra 
tor-geoipdb_0.2.5.4-alpha-1_all.deb

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

iQEcBAEBAgAGBQJTW/LlAAoJEDTSCgbh3sV36isH/0lE48PfGlXgbXCQTNauuPwZ
LuEp/6SFL09Hi28mVwNNiNuh+Qcj2nZegMjXitd3t2JPZEYin0WwWw1Md40FDir7
qvjuqDpGmgnKqC0yprdljBgKv46KkKKVpL12+lVZY5Ax58vf4a2PNYYkmcOzlDR4
Oh+ywBcr/fip7ZAMlHRZUmh2EBGmraO9NHeeY8UKg+Iouv3kmjlPwQmjI/sb40O6
TwZ3p8iNxy/HEI6LGs3mweRTAVAkllqH+FhsqXQDCPZfQuMY61tlsK7fEgctLD6h
w14pd9HmRCYHIgLxSlYg5tC1iUvOYQA9fYWP2wftzHOa3CzQofCs74Nx3o7+m7U=
=9jVH
-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/e1we6xh-0007ot...@franck.debian.org



Accepted gnome-shell 3.12.1-2 (source all amd64)

2014-04-26 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 19:43:34 +0200
Source: gnome-shell
Binary: gnome-shell gnome-shell-common gnome-shell-dbg
Architecture: source all amd64
Version: 3.12.1-2
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gnome-shell - graphical shell for the GNOME desktop
 gnome-shell-common - common files for the GNOME graphical shell
 gnome-shell-dbg - Debugging symbols for GNOME Shell
Changes: 
 gnome-shell (3.12.1-2) experimental; urgency=medium
 .
   * Bump mutter build-dependency
Checksums-Sha1: 
 e7389a2d4816dfaac2a9cb6e7c06a0bd3ffd38dd 2811 gnome-shell_3.12.1-2.dsc
 e0530fc511392f8cc49a8b6115f940c57a6d6125 19164 
gnome-shell_3.12.1-2.debian.tar.xz
 46fad31b38229c7a23f871695a1f265e8fedc06e 631002 
gnome-shell-common_3.12.1-2_all.deb
 416aba48d341683b1759540c8dd1a7aa5940fed9 605266 gnome-shell_3.12.1-2_amd64.deb
 bb441e3e7be76cb750e77e65e1f4adba3d20605e 788576 
gnome-shell-dbg_3.12.1-2_amd64.deb
Checksums-Sha256: 
 69f9337a8a45875ecdc4321e0decad624f41d4e015a193f59c3fc59e40179ef7 2811 
gnome-shell_3.12.1-2.dsc
 e51a4ec9a1789f9f301f355d1bc40095039c2952f21b44ccb55a3c9229ea7780 19164 
gnome-shell_3.12.1-2.debian.tar.xz
 1e11e3f0e0dedcafe5cf3ffcdf7dd04e8fa881de02ce9d6f29fa01944ee677c8 631002 
gnome-shell-common_3.12.1-2_all.deb
 49c4fc8b0d906b3aa4ed8fb5dd859382e1ec7ff8b4e212f22c2c112c10427359 605266 
gnome-shell_3.12.1-2_amd64.deb
 5c171354dcc08c6945062e135df637c426e599453d8b5a01ce07a6a2315f18f4 788576 
gnome-shell-dbg_3.12.1-2_amd64.deb
Files: 
 c722d88189961c97da3229d1ade9e844 631002 gnome optional 
gnome-shell-common_3.12.1-2_all.deb
 331314349bab82c327571df4e44db831 605266 gnome optional 
gnome-shell_3.12.1-2_amd64.deb
 4fd494dd47fefaf7bc61194c748d5a12 788576 debug extra 
gnome-shell-dbg_3.12.1-2_amd64.deb
 54fa3edb78187735ef8e56e8191e8791 2811 gnome optional gnome-shell_3.12.1-2.dsc
 219b42e1c683aa239b687bbad3e6105f 19164 gnome optional 
gnome-shell_3.12.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb8acACgkQgTd+SodosdLYaQCgpIkR9Zl7uTT3Hv2oHevWONqc
yKwAoJN/rvuQPBWiDEBdz/r147Vja6OR
=rDxq
-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/e1we6xr-0007lz...@franck.debian.org



Accepted gmp 2:6.0.0+dfsg-2.2 (source all amd64)

2014-04-26 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2014 20:00:14 +0200
Source: gmp
Binary: libgmp10 libgmpxx4ldbl libgmp-dev libgmp10-doc libgmp3-dev
Architecture: source all amd64
Version: 2:6.0.0+dfsg-2.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 libgmp-dev - Multiprecision arithmetic library developers tools
 libgmp10   - Multiprecision arithmetic library
 libgmp10-doc - Multiprecision arithmetic library example code
 libgmp3-dev - Multiprecision arithmetic library developers tools
 libgmpxx4ldbl - Multiprecision arithmetic library (C++ bindings)
Changes: 
 gmp (2:6.0.0+dfsg-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add arch overrides for three symbols that are not available on
 every architecture, and check they were all available in 5.0.1.
Checksums-Sha1: 
 7d5d2b4f01f7ba29dddb1189abb7b4119ae79418 1541 gmp_6.0.0+dfsg-2.2.dsc
 599b6b409b07296002a53ccc3507c7e906161d30 19108 gmp_6.0.0+dfsg-2.2.debian.tar.xz
 e2cb4e34cacfe62156a16b5cf795a66850b887e7 173334 
libgmp10-doc_6.0.0+dfsg-2.2_all.deb
 295a765e5c62ab2068bc833b7607a50615da135b 235738 
libgmp10_6.0.0+dfsg-2.2_amd64.deb
 34c024a1a286d2d183795dbd7174b00025a6f006 21414 
libgmpxx4ldbl_6.0.0+dfsg-2.2_amd64.deb
 faba1ad48d74154077c79630c18edced2fe22a31 601490 
libgmp-dev_6.0.0+dfsg-2.2_amd64.deb
 0de345c9013d496ebd1de75f4ed370a4326400a8 14486 
libgmp3-dev_6.0.0+dfsg-2.2_amd64.deb
Checksums-Sha256: 
 366f813403dc329e8a56694e77d929a19ef9379209cc1ef872aa46af8926e632 1541 
gmp_6.0.0+dfsg-2.2.dsc
 23c7327719170d6ae463c291f878952489268f7651d481f3c1ac8ec85dedd48b 19108 
gmp_6.0.0+dfsg-2.2.debian.tar.xz
 36315391f2115dd350fefaa8ebfa43041506d23af9be87dd79fe2db517a68061 173334 
libgmp10-doc_6.0.0+dfsg-2.2_all.deb
 76a6dfecd75887cbab9749bb7944bb99cdc3036575a4befac129215458be514e 235738 
libgmp10_6.0.0+dfsg-2.2_amd64.deb
 6e7d1067a97d76cb43ecfad23551886ffd2fbd7b26f443f3897832a408e16f76 21414 
libgmpxx4ldbl_6.0.0+dfsg-2.2_amd64.deb
 36977265209cda0959cac2efccabb07993557497ee929cd0f4569fea1c6de063 601490 
libgmp-dev_6.0.0+dfsg-2.2_amd64.deb
 3d9ae1895733d6877ec1c57e0f20e53954085d79f8a4038ecfb15f1113eed919 14486 
libgmp3-dev_6.0.0+dfsg-2.2_amd64.deb
Files: 
 e2f8cf0ae67e10a9ee21051b1cae883f 173334 doc optional 
libgmp10-doc_6.0.0+dfsg-2.2_all.deb
 dd4362187abefc5b6909f7972a0ea397 235738 libs optional 
libgmp10_6.0.0+dfsg-2.2_amd64.deb
 f612fc49f83e7f826e81cb187e97bbf5 21414 libs optional 
libgmpxx4ldbl_6.0.0+dfsg-2.2_amd64.deb
 e7fe852134d7f30b9faa50d1d84a5806 601490 libdevel optional 
libgmp-dev_6.0.0+dfsg-2.2_amd64.deb
 dda79d85290095148abbff0aded2f2fb 14486 libdevel optional 
libgmp3-dev_6.0.0+dfsg-2.2_amd64.deb
 9f2ab79d041b2ea2e8aee4f8db998be3 1541 libs optional gmp_6.0.0+dfsg-2.2.dsc
 f0a3dcdbe87938742373e641f7bc7625 19108 libs optional 
gmp_6.0.0+dfsg-2.2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNb9doACgkQJYSUupF6Il5RugCdEFqJhaPUpDcFTxvXSlCXhQg3
W9UAnRU+izdrPpBgi8V83Vnx5c41b6MT
=AmJR
-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/e1we7bk-vx...@franck.debian.org



Accepted sqlite3 3.8.4.3-2 (source all amd64)

2014-04-26 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 19:36:37 +0200
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0-dbg libsqlite3-0 libsqlite3-dev 
libsqlite3-tcl
Architecture: source all amd64
Version: 3.8.4.3-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.org
Description: 
 lemon  - LALR(1) Parser Generator for C or C++
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3- Command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 576272
Changes: 
 sqlite3 (3.8.4.3-2) unstable; urgency=low
 .
   * Make lemon look for the packaged lempar.c and make it working again
 (closes: #576272).
Checksums-Sha1: 
 64d0d409115d9c641f3e5bdf4cacb63c987bc375 2516 sqlite3_3.8.4.3-2.dsc
 6f4ba422dd1a01acf6e5f6e907fe472c2984417e 15748 sqlite3_3.8.4.3-2.debian.tar.xz
 0683b32429df2664eca3bc487b53d213278bd7be 2891678 sqlite3-doc_3.8.4.3-2_all.deb
 2d46a9e0a14fbd2623f70c5761298e59da0e2e32 112302 lemon_3.8.4.3-2_amd64.deb
 b3dd94ba0f94ccf5759aa3727a887bd21cd4f969 94360 sqlite3_3.8.4.3-2_amd64.deb
 64b77e669e0b398f76d654349ed9c4737fe65d46 1145780 
libsqlite3-0-dbg_3.8.4.3-2_amd64.deb
 bbb7068db0f99b177df53de0665e1a38f5797dc1 408602 
libsqlite3-0_3.8.4.3-2_amd64.deb
 fbea04e55431c49ef30a0e6282621ace8ca24d8b 506246 
libsqlite3-dev_3.8.4.3-2_amd64.deb
 cdfc8f46aca6d07869de7dd5f7ffaf77c58f8379 82842 
libsqlite3-tcl_3.8.4.3-2_amd64.deb
Checksums-Sha256: 
 5661c2530cc17f34937ca3665f0ac28e30755e8943f773e14b3a647b4a388c1a 2516 
sqlite3_3.8.4.3-2.dsc
 0d47457629bd9df18bd4be9ea12e4ec0475a2dbca7d44c68cccdbee63c75c676 15748 
sqlite3_3.8.4.3-2.debian.tar.xz
 0839d8d7a047ed489993a1ce543bf72dfaca19c8f41c26c937eba1adadb5821c 2891678 
sqlite3-doc_3.8.4.3-2_all.deb
 f348e0cd20267442073bc76562423d52142530a3650199dbb66f9ebd7de06ca7 112302 
lemon_3.8.4.3-2_amd64.deb
 11a44fd1611b534e9eac0f7c7a5a93e94bf9724a924f554a1ccfe989ecff7c3a 94360 
sqlite3_3.8.4.3-2_amd64.deb
 39453c6ec749b117f5184a80704e25a2248008bcbe5c3c1ae99a55cd73221b0d 1145780 
libsqlite3-0-dbg_3.8.4.3-2_amd64.deb
 41615f1ac94459d980789905207792a08cb4b4f88af27129e9d46f68cc0d47b9 408602 
libsqlite3-0_3.8.4.3-2_amd64.deb
 3c1d5cc44b47f764a810b4a533bfa9b6bed219777bfe22e2890d6699747fe574 506246 
libsqlite3-dev_3.8.4.3-2_amd64.deb
 3403d5695061a7cc30384b37ace84490fa57eb1ed030e44f67a689cfe48b8556 82842 
libsqlite3-tcl_3.8.4.3-2_amd64.deb
Files: 
 3f1dcbe19a3f90b69c9335c5ba5d126f 2891678 doc optional 
sqlite3-doc_3.8.4.3-2_all.deb
 140172ea8ad5b49004c9a785f0b3e9c3 112302 devel optional 
lemon_3.8.4.3-2_amd64.deb
 99c5b73bc9b30d00f21254b5af1c4906 94360 database optional 
sqlite3_3.8.4.3-2_amd64.deb
 b045e2e24cc05233ce504a0a67b3a375 1145780 debug extra 
libsqlite3-0-dbg_3.8.4.3-2_amd64.deb
 41cd020413b30bd4c927855a50ef4e84 408602 libs standard 
libsqlite3-0_3.8.4.3-2_amd64.deb
 e4ef372c1a753c017e757ac42be69ca7 506246 libdevel optional 
libsqlite3-dev_3.8.4.3-2_amd64.deb
 bda3adf85823897c1032800da5566fad 82842 interpreters optional 
libsqlite3-tcl_3.8.4.3-2_amd64.deb
 ebc6f7cf0dc834792d13338344c37bd7 2516 devel optional sqlite3_3.8.4.3-2.dsc
 5467d01999b8aa77694b5a4363ba2cd9 15748 devel optional 
sqlite3_3.8.4.3-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTW/PHAAoJENzjEOeGTMi/EUUQAKE9ujD3QIiu8mUE9BAiTRVP
gi8TlVxrL1m9x0TSoYEKVENX5EZobktPfoIjxd4yjo86XFAYiETpPJYDvIBZUZrq
DRcGRZynCqW/aJo0oSI0KNsxS/gGl8ZbzCqXGayAoAn31dTZXS6LSU/Zj8TptFnZ
eqLaVp83WRcG1fVI0yJkCwmPy/VQ2ko2lptcIthCJ/wwPhsduOcHWwTJALiml//E
QsUCYitWJW4XBQ00O82CSm6G8o8S606OVTzV2V2GSdCi02PQHFa+9qSpKju4GYkn
ydHdUDZFv1WLIcGCd6rfcO3EfrqNn/fS5oTVsLLkaZUyu0cIIHosw+coIMAuBgcm
asWeIm9enYCthpL2Oz03m+Cpi/Jbs5v47Sx+OiWfGem3uKNKynU/NoNaC0b5A2Ov
y5tzyS/p7KmvbrF8dR8bUZ3Mf3YBMUI1gbUmddCSWICC0UBuDVP/03AlMu3Squ1P
zCXI87Dm1X9V/GMrlUyygUPgsF7xza0Xu+Os404ctLBVM2boiAw13BEeSYDwiH1h
FEQAzWICTTzqlgovEl7djvrNN3XaMPYzMOXY0Jv5p6OZIzoaPDnJJmMR0GaAU0sh
9jwT09edLZW8n9ul34DaCOyBEah9nLuPYVv2wXJexjZkRPI6qfxV4d+1sw0oLg74
JziFEE8hxmtdWuG/eakg
=+LXd
-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/e1we7ci-00017b...@franck.debian.org



  1   2   >