Re: Proposal for upgrades to jessie

2014-11-26 Thread Thorsten Glaser
On Tue, 25 Nov 2014, Svante Signell wrote:

 (another partial? solution is to change order of the (pre-)depends of
 the init package, as proposed in

No, that breaks due to the bug in debootstrap’s dependency “resolver”
(see #557322, #668001, #768062) and the unwillingness of KiBi to fix
that. That is, it breaks fresh installs.

 1) Heavily advertise (release-notes?) that doing an upgrade from
 wheezy/etc to jessie will give you systemd as init system and inform
 about the apt pinning solution.

That should be a given, a minimum, independent of the others.

 2) In case you missed doing the above, you get a debconf prompt when

No, no, no, no, no, no, no!

Again: aborting the dist-upgrade in the debconf of one
package may leave the system an ugly mess, especially
if you don’t preconfigure packages.

The linux-image-* check in their prerm for an attempt
to remove the running kernel. Even that is borderline,
and only somewhat acceptable because you would not
normally do that during a dist-upgrade.

This is not “suboptimal”, this invites not just new
bugs but new classes of bugs. Recovering the system
after that is going to be hell.

One thing you *could* do is a debconf warning (just
a message!) after the switch to systemd, to tell users
to switch back manually *before* rebooting (for these
cases where e.g. systemd is incompatible with the SoC’s
2.6 kernel you absolutely must run). Does that work,
anyway (i.e. does installing systemd and immediately
reverting to sysvinit leave the system net unchanged,
modulo the dependencies it pulls in (see planet post))?

 3) Heavily advertise (again in release notes?) that you need to install
 sysvinit-core and add the pinning file _before_ dist-upgrading.

As I said, this should be a given.

 Note that the only technical in the above is the creation of a debconf
 prompt in pre/post-inst of the init package. All the rest is just a
 matter of writing.

Right, and I believe that a debconf *message* is
appropriate, but a *prompt* with a choice to abort
the upgrade is wrong.

bye,
//mirabilos
-- 
Just a user…


--
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.11.141126095.19...@tglase.lan.tarent.de



Re: Bug#762194: Proposal for upgrades to jessie

2014-11-26 Thread Svante Signell
On Wed, 2014-11-26 at 09:56 +0100, Thorsten Glaser wrote:
 On Tue, 25 Nov 2014, Svante Signell wrote:

  2) In case you missed doing the above, you get a debconf prompt when
 
 No, no, no, no, no, no, no!
 
 Again: aborting the dist-upgrade in the debconf of one
 package may leave the system an ugly mess, especially
 if you don’t preconfigure packages.

I did _not_ propose aborting the dist-upgrade here. Sorry for not being
clear enough. The proposed debconf prompt is just for information: hit
return to continue




-- 
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/1416993577.11764.317.ca...@g3620.my.own.domain



Re: Bug#762194: Proposal for upgrades to jessie

2014-11-26 Thread Svante Signell
On Wed, 2014-11-26 at 09:56 +0100, Thorsten Glaser wrote:
 On Tue, 25 Nov 2014, Svante Signell wrote:

  Does that work,
 anyway (i.e. does installing systemd and immediately
 reverting to sysvinit leave the system net unchanged,
 modulo the dependencies it pulls in (see planet post))?

I've installed testing (basic install) on a new box and immediately
after first reboot installed sysvinit-core. That worked for me, but as
written before, it can create problems for people having different
preferences set.


-- 
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/1416994053.11764.322.ca...@g3620.my.own.domain



multi-arch and non-multi-arch gobject introspection in Debian and derivatives

2014-11-26 Thread Mike Gabriel

Hi all,

I have a short question, asking for opinion and feedback.

At the moment all gir1.2-* packages in Debian must have multi-arch  
paths for the .typelibs files that provide information for gobject  
introspection.


In Ubuntu and possibly other derivatives, this step has not been taken  
yet, .typelibs files are installed to non-multi-arch locations.


This makes it quite difficult for downstream maintainers (Ubuntu et  
al.) to simply pull over src:packages that provide some gir1.2-*  
bin:package.


My proposal for the interim phase (however long that might be) is to  
provide symlinks in gir1.2-* packages that provide correct  
functionalities in Debian and downstream distros (such as described  
above), as well.


/usr/lib/girepository-1.0/Caja-2.0.typelib
- /usr/lib/triplet/girepository-1.0/Caja-2.0.typelib

This surely wouldn't be something worth a freeze exception (I guess),  
but once we have jessie in place, is this something others would  
consider, as well?


Happy about feedback!
Mike (from the pkg-mate-team)

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp_bufdPd8Lo.pgp
Description: Digitale PGP-Signatur


Re: multi-arch and non-multi-arch gobject introspection in Debian and derivatives

2014-11-26 Thread Alberto Garcia
On Wed, Nov 26, 2014 at 10:11:02AM +, Mike Gabriel wrote:

 My proposal for the interim phase (however long that might be)
 is to provide symlinks in gir1.2-* packages that provide correct
 functionalities in Debian and downstream distros (such as described
 above), as well.
 
 /usr/lib/girepository-1.0/Caja-2.0.typelib
 - /usr/lib/triplet/girepository-1.0/Caja-2.0.typelib

But if you do that those packages would stop being multi-arch,
wouldn't them?

Berto


-- 
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/20141126102208.ga21...@igalia.com



Re: multi-arch and non-multi-arch gobject introspection in Debian and derivatives

2014-11-26 Thread Colin Watson
On Wed, Nov 26, 2014 at 10:11:02AM +, Mike Gabriel wrote:
 At the moment all gir1.2-* packages in Debian must have multi-arch paths for
 the .typelibs files that provide information for gobject introspection.
 
 In Ubuntu and possibly other derivatives, this step has not been taken yet,
 .typelibs files are installed to non-multi-arch locations.
 
 This makes it quite difficult for downstream maintainers (Ubuntu et al.) to
 simply pull over src:packages that provide some gir1.2-* bin:package.

Ubuntu really wants to have this feature (and indeed did some of the
work for it); the only reason it wasn't in Ubuntu 14.10 was release
management concerns.  The current Ubuntu development series has
multiarch typelibs, so this is no longer an issue for Ubuntu.

I don't think it's worth complicating packages for this.  I would expect
derivatives to either move forward with gobject-introspection or hold
back (or trivially patch) packages that install typelibs.

 My proposal for the interim phase (however long that might be) is to provide
 symlinks in gir1.2-* packages that provide correct functionalities in Debian
 and downstream distros (such as described above), as well.
 
 /usr/lib/girepository-1.0/Caja-2.0.typelib
 - /usr/lib/triplet/girepository-1.0/Caja-2.0.typelib
 
 This surely wouldn't be something worth a freeze exception (I guess), but
 once we have jessie in place, is this something others would consider, as
 well?

Certainly by the time jessie is out this should be a rapidly diminishing
concern; and adding those symlinks stands a good chance of breaking the
very use cases that multiarch gir1.2-* was trying to fix, because you'd
no longer be able to coinstall gir1.2-* from different architectures.
Please don't.

Cheers,

-- 
Colin Watson   [cjwat...@debian.org]


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



Re: multi-arch and non-multi-arch gobject introspection in Debian and derivatives

2014-11-26 Thread Iain Lane
On Wed, Nov 26, 2014 at 10:11:02AM +, Mike Gabriel wrote:
 Hi all,
 […]
 My proposal for the interim phase (however long that might be) is to provide
 symlinks in gir1.2-* packages that provide correct functionalities in Debian
 and downstream distros (such as described above), as well.
 
 /usr/lib/girepository-1.0/Caja-2.0.typelib
 - /usr/lib/triplet/girepository-1.0/Caja-2.0.typelib

We made it so that gobject-introspection also considers the non
multi-arch path too. The change that affects packages is that the value
of the `typelibdir' variable in g-i's pkgconfig file was changed, so
build systems that respect this will install these somewhere else and
maintainers might have to update their .install files or similar - and
preferably version the BD accordingly.

What problem are you experiencing exactly?

Cheers,

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]


signature.asc
Description: Digital signature


Re: multi-arch and non-multi-arch gobject introspection in Debian and derivatives

2014-11-26 Thread Stefano Karapetsas

On 2014-11-26 11:11, Mike Gabriel wrote:

My proposal for the interim phase (however long that might be) is to
provide symlinks in gir1.2-* packages that provide correct
functionalities in Debian and downstream distros (such as described
above), as well.

/usr/lib/girepository-1.0/Caja-2.0.typelib
- /usr/lib/triplet/girepository-1.0/Caja-2.0.typelib


I agree with this solution. Theoretically we could also create this 
symlink only on Ubuntu, in debian/rules.


Cheers,
Stefano


--
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/bc76a269e3c47d315c585d19156b4...@webmail.karapetsas.com



Bug#771057: ITP: arasan -- xboard-compatible chess engine

2014-11-26 Thread Peter Pentchev
Package: wnpp
Severity: wishlist
Owner: Peter Pentchev r...@ringlet.net

* Package name: arasan
  Version : 17.4.0
  Upstream Author : Jon Dart
* URL : http://www.arasanchess.org/
* License : MIT
  Programming Lang: C++
  Description : xboard-compatible chess engine

Arasan is a chess engine - a console-based program that plays
the game of chess.  It may be used together with interface
programs such as xboard.  It may be configured in different
ways for a compromise between performance and playing strength.

I intend to maintain this package within the Debian Games Team.

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p.penc...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13


signature.asc
Description: Digital signature


Re: multi-arch and non-multi-arch gobject introspection in Debian and derivatives

2014-11-26 Thread Colin Watson
On Wed, Nov 26, 2014 at 11:35:08AM +0100, Stefano Karapetsas wrote:
 On 2014-11-26 11:11, Mike Gabriel wrote:
 My proposal for the interim phase (however long that might be) is to
 provide symlinks in gir1.2-* packages that provide correct
 functionalities in Debian and downstream distros (such as described
 above), as well.
 
 /usr/lib/girepository-1.0/Caja-2.0.typelib
 - /usr/lib/triplet/girepository-1.0/Caja-2.0.typelib
 
 I agree with this solution. Theoretically we could also create this symlink
 only on Ubuntu, in debian/rules.

Please don't - this would be undesirable for Ubuntu and would break the
very multiarch scenarios we want to work.

-- 
Colin Watson   [cjwat...@debian.org]


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141126115820.ga7...@riva.ucam.org



Bug#771060: ITP: ruby-mina -- deployer and server automation tool

2014-11-26 Thread Aggelos Avgerinos
Package: wnpp
Severity: wishlist
Owner: Aggelos Avgerinos evaggelos.avgeri...@gmail.com

* Package name: ruby-mina
  Version : 0.3.1
  Upstream Author : Nadarei, Inc.
* URL : http://mina-deploy.github.io/mina/
* License : MIT
  Programming Lang: Ruby
  Description : deployer and server automation tool

Mina is a fast deploy Bash script generator. It generates an entire
deployment procedure as a Bash script and runs it remotely on a server,
creating a single SSH session per deploy, minimizing the SSH connection
overhead. Its syntax is similar to Capistrano.

I intend to maintain it under the Debian Ruby Extras Team.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141126122320.1022.58703.report...@gallifrey.ws.skroutz.gr



Bug#771065: ITP: python-cassandra-driver -- client driver for Apache Cassandra db

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

* Package name: python-cassandra-driver
  Version : 2.1.2
  Upstream Author : Tyler Hobbs ty...@datastax.com
* URL : https://github.com/datastax/python-driver
* License : Apache-2.0
  Programming Lang: Python
  Description : client driver for Apache Cassandra db

 This package provides a Python client driver for Apache Cassandra. This driver
 works exclusively with the Cassandra Query Language v3 (CQL3) and Cassandra's
 native protocol. Cassandra versions 1.2 through 2.1 are supported.

This is a new dependency for OpenStack Kilo.


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



Re: Bug#762194: Proposal for upgrades to jessie

2014-11-26 Thread Neil McGovern
Hi,

On Tue, Nov 25, 2014 at 09:29:28PM +0100, Svante Signell wrote:
 1) Heavily advertise (release-notes?) that doing an upgrade from
 wheezy/etc to jessie will give you systemd as init system and inform
 about the apt pinning solution.
 
 3) Heavily advertise (again in release notes?) that you need to install
 sysvinit-core and add the pinning file _before_ dist-upgrading.
 

See
https://anonscm.debian.org/viewvc/ddp/manuals/trunk/release-notes/en/issues.dbk?view=markup
lines 170 to 223.

Are you after something different? How about raising a bug against the
release-notes package before asking tech-ctte to do something?

 Note that the only technical in the above is the creation of a debconf
 prompt in pre/post-inst of the init package. All the rest is just a
 matter of writing.
 

Alternatively: The only hard bit of the above is the creation of the
release notes. All the rest is just a matter of coding.

Neil
-- 


signature.asc
Description: Digital signature


Bug#771072: ITP: python-os-net-config -- OpenStack network configuration

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

* Package name: python-os-net-config
  Version : 0.1.0
  Upstream Author : Dan Prince dpri...@redhat.com
* URL : https://github.com/openstack/os-net-config
* License : Apache-2.0
  Programming Lang: Python
  Description : OpenStack network configuration

 The core aim of this project is to allow fine grained (but extendable)
 configuration of the networking parameters for a network host. The project
 consists of:
  * A CLI (os-net-config) which provides configuration via a YAML or JSON file
formats. By default os-net-config uses a YAML config file located at
/etc/os-net-config/config.yaml. This can be customized via the
--config-file CLI option.
  * A python library which provides configuration via an object model.


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



Bug#771076: ITP: python-pykmip -- implementation of the Key Management Interoperability Protocol

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

* Package name: python-pykmip
  Version : 0.2.0
  Upstream Author : Peter Hamilton peter.hamil...@jhuapl.edu
* URL : https://github.com/OpenKMIP/PyKMIP
* License : Apache-2.0
  Programming Lang: Python
  Description : implementation of the Key Management Interoperability 
Protocol

 PyKMIP is a Python implementation of the Key Management Interoperability
 Protocol (KMIP) specification, supporting version 1.1 of the KMIP standard.
 The KMIP standard is governed by the Organization for the Advancement of
 Structured Information Standards (OASIS) and specifies a client/server-based
 protocol to perform key, certificate, and secret object management, including
 storage and maintenance operations.  
 .
 The PyKMIP library currently provides a KMIP client and server supporting the
 following operations for the KMIP SymmetricKey managed object:
  * Create
  * Register
  * Get
  * Destroy

This is yet another new dependency for OpenStack Kilo.


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



Re: Bug#762194: Proposal for upgrades to jessie

2014-11-26 Thread Svante Signell
On Wed, 2014-11-26 at 14:46 +, Neil McGovern wrote:
 Hi,
 
 On Tue, Nov 25, 2014 at 09:29:28PM +0100, Svante Signell wrote:
  1) Heavily advertise (release-notes?) that doing an upgrade from
  wheezy/etc to jessie will give you systemd as init system and inform
  about the apt pinning solution.
  
  3) Heavily advertise (again in release notes?) that you need to install
  sysvinit-core and add the pinning file _before_ dist-upgrading.
  
 
 See
 https://anonscm.debian.org/viewvc/ddp/manuals/trunk/release-notes/en/issues.dbk?view=markup
 lines 170 to 223.
 
 Are you after something different? How about raising a bug against the
 release-notes package before asking tech-ctte to do something?

Is it possible to get access to edit those pages? By filing a bug
against release-notes?

  Note that the only technical in the above is the creation of a debconf
  prompt in pre/post-inst of the init package. All the rest is just a
  matter of writing.

To clarify: debconf prompt - debconf message, meaning that the
install is not to be aborted, only an informal message is written and
hit CR to continue. Is it possible to propose a text here?

 Alternatively: The only hard bit of the above is the creation of the
 release notes. All the rest is just a matter of coding.

YMMV



-- 
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/1417015399.11764.347.ca...@g3620.my.own.domain



Re: Bug#762194: Proposal for upgrades to jessie

2014-11-26 Thread Neil McGovern
On Wed, Nov 26, 2014 at 04:23:19PM +0100, Svante Signell wrote:
 On Wed, 2014-11-26 at 14:46 +, Neil McGovern wrote:
  Hi,
  
  On Tue, Nov 25, 2014 at 09:29:28PM +0100, Svante Signell wrote:
   1) Heavily advertise (release-notes?) that doing an upgrade from
   wheezy/etc to jessie will give you systemd as init system and inform
   about the apt pinning solution.
   
   3) Heavily advertise (again in release notes?) that you need to install
   sysvinit-core and add the pinning file _before_ dist-upgrading.
   
  
  See
  https://anonscm.debian.org/viewvc/ddp/manuals/trunk/release-notes/en/issues.dbk?view=markup
  lines 170 to 223.
  
  Are you after something different? How about raising a bug against the
  release-notes package before asking tech-ctte to do something?
 
 Is it possible to get access to edit those pages? By filing a bug
 against release-notes?
 

https://www.debian.org/doc/cvs, though I suggest a patch would probably
be better, and that should be a bug against release-notes.

   Note that the only technical in the above is the creation of a debconf
   prompt in pre/post-inst of the init package. All the rest is just a
   matter of writing.
 
 To clarify: debconf prompt - debconf message, meaning that the
 install is not to be aborted, only an informal message is written and
 hit CR to continue. Is it possible to propose a text here?
 
  Alternatively: The only hard bit of the above is the creation of the
  release notes. All the rest is just a matter of coding.
 

Indeed, my point was that 'just writing text' doesn't mean it happens -
we've traditionally been very understaffed in that bit of the project.

Neil


-- 
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/20141126153726.gg17...@halon.org.uk



Re: multi-arch and non-multi-arch gobject introspection in Debian and derivatives

2014-11-26 Thread Mike Gabriel

Hi Colin,

On  Mi 26 Nov 2014 11:31:24 CET, Colin Watson wrote:


On Wed, Nov 26, 2014 at 10:11:02AM +, Mike Gabriel wrote:

At the moment all gir1.2-* packages in Debian must have multi-arch paths for
the .typelibs files that provide information for gobject introspection.

In Ubuntu and possibly other derivatives, this step has not been taken yet,
.typelibs files are installed to non-multi-arch locations.

This makes it quite difficult for downstream maintainers (Ubuntu et al.) to
simply pull over src:packages that provide some gir1.2-* bin:package.


Ubuntu really wants to have this feature (and indeed did some of the
work for it); the only reason it wasn't in Ubuntu 14.10 was release
management concerns.  The current Ubuntu development series has
multiarch typelibs, so this is no longer an issue for Ubuntu.

I don't think it's worth complicating packages for this.  I would expect
derivatives to either move forward with gobject-introspection or hold
back (or trivially patch) packages that install typelibs.


My proposal for the interim phase (however long that might be) is to provide
symlinks in gir1.2-* packages that provide correct functionalities in Debian
and downstream distros (such as described above), as well.

/usr/lib/girepository-1.0/Caja-2.0.typelib
- /usr/lib/triplet/girepository-1.0/Caja-2.0.typelib

This surely wouldn't be something worth a freeze exception (I guess), but
once we have jessie in place, is this something others would consider, as
well?


Certainly by the time jessie is out this should be a rapidly diminishing
concern; and adding those symlinks stands a good chance of breaking the
very use cases that multiarch gir1.2-* was trying to fix, because you'd
no longer be able to coinstall gir1.2-* from different architectures.
Please don't.

Cheers,


Thanks for your feedback on this and information on the gir1.2-* work  
being done for Ubuntu 15.04.


I agree with you that we should not do such interim hacks, now that it  
is clear that this issue is merely a backporting issue.


Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpOZ1Vt2x6Pk.pgp
Description: Digitale PGP-Signatur


Re: multi-arch and non-multi-arch gobject introspection in Debian and derivatives

2014-11-26 Thread Jonas Smedegaard
Quoting Mike Gabriel (2014-11-26 16:57:26)
 I agree with you that we should not do such interim hacks, now that it 
 is clear that this issue is merely a backporting issue.

You may consider caring particularly for backporting.

With long-form dh_* (and therefore also with CDBS) you can have packages 
that behave correctly both with and without multiarch, by relying on 
$(DEB_HOST_MULTIARCH) being empty on single-arch build environments.  
See e.g. zimlib¹ for an example of that.

Might be possible too with short-form dh, but I suspect that's more 
tricky.


 - Jonas

¹ Funny detail; You are co-maintainer of zimlib. ;-)

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#771099: ITP: cakephp2 -- MVC rapid application development framework for PHP (2.x series)

2014-11-26 Thread Maxime Chatelle
Package: wnpp
Severity: wishlist
Owner: Maxime Chatelle x...@rxsoft.eu

* Package name: cakephp2
  Version : 2.5.6
  Upstream Author : http://cakefoundation.org/
* URL : http://cakephp.org/
* License : MIT
  Programming Lang: PHP
  Description : MVC rapid application development framework for PHP (2.x 
series)
 CakePHP is a flexible model-view-controller rapid application development
 framework for PHP inspired by Ruby on Rails.
 .
 CakePHP makes developing applications swiftly and with the least amount of
 hassle:
 .
  * Integrated CRUD for database interaction and simplified queries including
scaffolding
  * Request dispatcher with good looking, custom URLs
  * Caching
  * Localisation
  * Fast and flexible templating (PHP syntax, with helpers)
  * Useful core features (access control lists, AJAX integration, etc.)
  * Works from any website subdirectory

  
Regards  
-- 
Maxime Chatelle
gpg: 5111 3F15 362E 13C6 CCDE  03BE BFBA B6E3 24AE 0C5B


-- 
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/20141126184721.ga4...@hermes.rxsoft.eu



Re: Technical committee acting in gross violation of the Debian constitution

2014-11-26 Thread Noel Torres
On Wednesday, 26 de November de 2014 02:23:20 Paul Wise escribió:
 On Wed, Nov 26, 2014 at 3:41 AM, Noel Torres wrote:
  Who our users are?
 
 Debian's users are the set of people and organisations who use Debian.

Exactly. Who they are? The people who chose Debian, are they laptop users? 
desktop users? sysadmins? The question is important.

 That is changing every day as people discover Debian, discover other
 systems they like better, discover something about Debian they don't
 like, try a system that is new etc. Since there are no monetary or
 other restrictions on downloading and installing Debian, we can't know
 the exact set of people and organisations who use Debian but there are
 some indicators of who they are (see below).

But we can have estimates. popcon gives us 98681 installations of 
libgnomevfs2-common (which may indicate desktop or laptop users) and 96647 
installations of apache2.2-bin (which may indicate server users). Not a big 
difference.
 
 I expect you don't actually want to know who uses Debian but who the
 people involved in Debian want or don't want to be using Debian.
 Debian's motto has been The Universal Operating System for a long
 time and Debian folks often talk of world-domination; I think it is
 safe to say that Debian folks want Debian to be used by everyone,
 including those who have a particular preference of init systems.

I'm sorry but you're wrong here. I actually want to know who uses Debian, not 
which groups are better suited to the desires of some contraposed groups of 
developers.

 
 Here are the set of Debian contributors, presumably most of them use
 Debian in some capacity:
 
 https://contributors.debian.org/
 
 Here are some examples of organisations using Debian:
 
 https://www.debian.org/users/
 
 Here are some indicators of how many systems run Debian:
 
 http://popcon.debian.org/
 http://w3techs.com/technologies/details/os-debian/all/all
 http://linuxcounter.net/distributions/stats.html
 http://linuxcounter.net/distribution/Debian+GNU_S_Linux.html
 https://wiki.debian.org/Statistics#mirrors

I already know these. The question is not how many are there but who they 
are. It is great to know that we have millions of users, but who are they? 
Specifically, are these machines servers or desktops/laptops?

The question is important because most of the distribution about switching to 
systemd by default has been centered about the important questions of 
technical feasibility, manpower required to maintain a distribution with more 
than one init system widey installed, manpower to perform the required changes 
to support multiple init systems in Jessie, and so on, but it has not been 
centered about the most important question: our users.

It is a gut feeling, one that I share with systemd proponents, that Debian's 
desktop experience will be better for our users with systemd.

It is a gut feeling also, and one that has been widely expresed by others, 
(with better and worse words) that Debian server admins will not be pleased 
with an init system which is bigger and does not use shell scripts to start 
system services. Inconveniences have been stated about binary logs (which has 
been expressed that it is not true), big binary, tightly related set of 
binaries, security relying in developers and packagers and not sysadmins, 
encompassing of not-init-related services, and more.

So to know which of these two approachs is better for our users, which is what 
our Social Contract, 4, impose on us, we need to know who our users are.

Without knowing that, we can not be true in deciding about switching or not on 
upgrades to best serve our users.

Regards

Noel Torres
er Envite


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


Bug#771124: ITP: gradle-propdeps-plugin -- Gradle plugin enhancing the Maven integration

2014-11-26 Thread Emmanuel Bourg
Package: wnpp
Severity: wishlist
Owner: Emmanuel Bourg ebo...@apache.org

* Package name: gradle-propdeps-plugin
  Version : 0.0.7
  Upstream Author : Phillip Webb pw...@vmware.com
* URL : 
https://github.com/spring-projects/gradle-plugins/tree/master/propdeps-plugin
* License : Apache-2.0
  Programming Lang: Groovy
  Description : Gradle plugin enhancing the Maven integration

The propdeps plugin provides additional optional and provided dependency
configurations for Gradle along with Maven POM generation support.

This plugin is a build dependency of libspring-java = 3.2


-- 
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/20141126232844.27480.59590.report...@icare.ariane-software.com



Re: Technical committee acting in gross violation of the Debian constitution

2014-11-26 Thread Axel Wagner
Hi,

Noel Torres env...@rolamasao.org writes:
 It is a gut feeling, one that I share with systemd proponents, that Debian's 
 desktop experience will be better for our users with systemd.

 It is a gut feeling also, and one that has been widely expresed by others, 
 (with better and worse words) that Debian server admins will not be pleased 
 with an init system which is bigger and does not use shell scripts to start 
 system services. Inconveniences have been stated about binary logs (which has 
 been expressed that it is not true), big binary, tightly related set of 
 binaries, security relying in developers and packagers and not sysadmins, 
 encompassing of not-init-related services, and more.

Once again, I am asking for numbers. I refuse to believe this narrative,
that systemd is somehow (widely viewed as) taylored to the needs of the
desktop on the cost of the needs of a server, no matter how often it is
repeated, unless someone offers some at least rough data on this (for
example the results of a survey, trying to correlate I administrate
mainly/a lot of servers vs. I administrate mainly laptops with I think
systemd is bad for the desktop/server usecase). Because there has been
a lot of testaments towards the benefit of systemd for servers too and
that totally fits my own impressions. I couldn't care less for it's use
in a DE, I don't use a DE. What I *do* care about is it's use in
servers, which I view as the *main* beneficiaries of systemd.

So please, before we keep rehashing this narrative and letting it become
widely believed (and thus self-fulfilling): Show me some
data. Anything (Okay, not anything. Quoting for example number of
mailing-list posts or reddit/SO-answers is *not* good data).

The question about what use-cases our users care about only matters, if
we accept this underlying assumption, that systemd is good for one but
actively bad for the other.

Oh and of course: meh. systemd-flamewar. *Exactly* what we need…

Best,

Axel Wagner


--
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/878uix1psg.fsf@rincewind.i-did-not-set--mail-host-address--so-tickle-me



Re: Technical committee acting in gross violation of the Debian constitution

2014-11-26 Thread Russ Allbery
Noel Torres env...@rolamasao.org writes:

 It is a gut feeling also, and one that has been widely expresed by
 others, (with better and worse words) that Debian server admins will not
 be pleased with an init system which is bigger and does not use shell
 scripts to start system services.

And many of us who actually *are* Debian server administrators have said
repeatedly that your gut is wrong, in the innumerable versions of this
conversation that have happened over the past two years.  This idea that
systemd is somehow aimed at desktop environments and is not useful or a
good idea for servers is complete nonsense.  I say this as someone who
barely uses desktops at all and who has been running large-scale server
environments professionally for twenty years, and who has had extensive
conversations on this topic with professional colleagues in environments
ranging from a hundred servers to hundreds of thousands.

Obviously, there are some server administrators who disagree with me, just
like there are some desktop users who don't like systemd, and some
embedded developers who don't like systemd (and others who love it and
think it will help their work immensely).  The opinions about systemd do
not at all break along the lines that you have imagined.

Given that, could you please stop trying to divide Debian's users into
artificial opposing camps, and then trying to play those camps off against
each other?  I really don't think that Debian needs yet more attempts at
forming in-groups and out-groups and excluding people based on what they
use Debian to do.

The decision about the default init system to use for Debian was made with
an eye to *all* of Debian's users and all of their varying use cases.  You
are certainly entitled to disagree with that decision on its merits, but
if you're going to claim that it was made solely for desktop users while
ignoring server administrators or embedded users, directly contradicting
the statements of the people who were actually involved in that
decision-making process, you're going to need some really good evidence to
back up that assertion.  Not just a gut feeling.

-- 
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/87zjbd33to@hope.eyrie.org



Re: Technical committee acting in gross violation of the Debian constitution

2014-11-26 Thread Josselin Mouette
Le mercredi 26 novembre 2014 à 16:05 -0800, Russ Allbery a écrit :
 And many of us who actually *are* Debian server administrators have said
 repeatedly that your gut is wrong, in the innumerable versions of this
 conversation that have happened over the past two years.  This idea that
 systemd is somehow aimed at desktop environments and is not useful or a
 good idea for servers is complete nonsense.

Yes, yes, and yes. This needs to be put in a frame and bashed in the
head of anyone who keeps repeating that systemd is about GNOME.

Desktops (not only GNOME) use a very tiny bit of systemd, interfaces
that could be provided elsewhere. The real purpose of systemd is to
provide a modern init system.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


-- 
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/1417047554.17080.2.ca...@kagura.malsain.org



Re: Technical committee acting in gross violation of the Debian constitution

2014-11-26 Thread Stephen Allen
On Wed, Nov 26, 2014 at 04:05:55PM -0800, Russ Allbery wrote:
 Noel Torres env...@rolamasao.org writes:
 
  It is a gut feeling also, and one that has been widely expresed by
  others, (with better and worse words) that Debian server admins will not
  be pleased with an init system which is bigger and does not use shell
  scripts to start system services.
 
 And many of us who actually *are* Debian server administrators have said
 repeatedly that your gut is wrong, in the innumerable versions of this
 conversation that have happened over the past two years.  This idea that
 systemd is somehow aimed at desktop environments and is not useful or a
 good idea for servers is complete nonsense.  I say this as someone who
 barely uses desktops at all and who has been running large-scale server
 environments professionally for twenty years, and who has had extensive
 conversations on this topic with professional colleagues in environments
 ranging from a hundred servers to hundreds of thousands.

Indeed and even FreeBSD acknowledges that they need a new init. I often see the 
oponents of sytemd touting the BSDs.

See https://www.youtube.com/watch?v=Mri66Uz6-8Y#t=1643 John Hubbard talking 
about how an approach like systemd is needed on FreeBSD. 


-- 
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/20141127002808.GA6801@stephen-desktop



Re: Technical committee acting in gross violation of the Debian constitution

2014-11-26 Thread Josh Triplett
Russ Allbery's response already refuted the general approach of
attempting to create artificial divisiveness between Debian users, but
in addition to that, I'd like to refute a specific bit of misinformation
from this mail:

Noel Torres wrote:
 But we can have estimates. popcon gives us 98681 installations of
 libgnomevfs2-common (which may indicate desktop or laptop users) and
 96647 installations of apache2.2-bin (which may indicate server
 users). Not a big difference.

gnome Depends: gnome-core, which Depends: gnome-user-share, which
Depends: apache2-bin (or apache2.2-bin in stable, which is a
transitional package depending on apache2-bin in unstable).

- Josh Triplett


-- 
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/20141127011851.GA2712@thin



Re: Technical committee acting in gross violation of the Debian constitution

2014-11-26 Thread Sascha Mester
Every Desktop-user who has a printer also needs a webserver since CUPS
has its own webinterface ... ;)


Am 27.11.2014 um 02:18 schrieb Josh Triplett:
 gnome Depends: gnome-core, which Depends: gnome-user-share, which
 Depends: apache2-bin (or apache2.2-bin in stable, which is a
 transitional package depending on apache2-bin in unstable). - Josh
 Triplett 




signature.asc
Description: OpenPGP digital signature


Bug#771142: ITP: bro-aux -- small auxiliary tools for Bro

2014-11-26 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: bro-aux
  Version : 0.33
  Upstream Author : Bro Development Team i...@bro.org
* URL : https://www.bro.org/sphinx/components/bro-aux/README.html
* License : BSD
  Programming Lang: C, Bash
  Description : small auxiliary tools for Bro

This package provides handy auxiliary programs related to the use of the
Bro Network Security Monitor.

The “adtrace” utility is used to compute the network address that compose
the internal and extern nets that bro is monitoring. The “bro-cut” utility
reads ASCII Bro logs on standard input and outputs them with only the
specified columns (if no column names are specified, then all columns are
output). The nfcollector and ftwire2bro utilities are for dealing with
Bro’s custom file format for storing NetFlow records.

As I've specified in Bro's ITP, I'm willing to team-maintain this package.


signature.asc
Description: Digital signature


Bug#771143: ITP: broctl -- interactive shell for managing Bro installations

2014-11-26 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: broctl
  Version : 1.3
  Upstream Author : Bro Development Team i...@bro.org
* URL : https://www.bro.org/sphinx/components/broctl/README.html
* License : BSD
  Programming Lang: Python
  Description : interactive shell for managing Bro installations

Bro is primarily a security monitor that inspects all traffic on a link in
depth for signs of suspicious activity. More generally, however, Bro
supports a wide range of traffic analysis tasks even outside of the
security domain, including performance measurements and helping with
trouble-shooting.

This package contains broctl, an interactive shell for managing Bro
installations.

As I've specified in Bro's ITP, I'm willing to team-maintain this package.


signature.asc
Description: Digital signature


Bug#771144: ITP: capstats -- command-line tool for collecting packet statistics

2014-11-26 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: capstats
  Version : 0.21
  Upstream Author : Bro Development Team i...@bro.org
* URL : https://www.bro.org/sphinx/components/capstats/README.html
* License : BSD
  Programming Lang: C++
  Description : command-line tool for collecting packet statistics

capstats is a small tool to collect statistics on the current load of a
network interface, using either libpcap or the native interface for
Endace’s. It reports statistics per time interval and/or for the tool’s
total run-time.

capstats is a dependency of broctl, an interactive shell for managing Bro
installations.

As I've specified in Bro's ITP, I'm willing to team-maintain this package.


signature.asc
Description: Digital signature


Bug#771145: ITP: trace-summary -- tool for generating break-downs of network traffic

2014-11-26 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: trace-summary
  Version : 0.83
  Upstream Author : Bro Development Team i...@bro.org
* URL : 
https://www.bro.org/sphinx/components/trace-summary/README.html
* License : BSD
  Programming Lang: Python
  Description : tool for generating break-downs of network traffic

trace-summary is a Python script that generates break-downs of network
traffic, including lists of the top hosts, protocols, ports,
etc. Optionally, it can generate output separately for incoming
vs. outgoing traffic, per subnet, and per time-interval.

trace-summary is a dependency of broctl, an interactive shell for managing
Bro installations.

As I've specified in Bro's ITP, I'm willing to team-maintain this package.


signature.asc
Description: Digital signature


Re: Technical committee acting in gross violation of the Debian constitution

2014-11-26 Thread Russ Allbery
Josh Triplett j...@joshtriplett.org writes:

 gnome Depends: gnome-core, which Depends: gnome-user-share, which
 Depends: apache2-bin (or apache2.2-bin in stable, which is a
 transitional package depending on apache2-bin in unstable).

Also, just in general, popcon is not going to be particularly helpful in
getting a count of servers, since they often come in large numbers in
single locations, and there's often an institutional policy against
running things like popcon that expose details of internal configurations
to any outside party.

Stanford wasn't even willing to run popcon on any institution server, let
alone companies with more locked-down production environments.

-- 
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/8738952q7a@hope.eyrie.org



Re: Technical committee acting in gross violation of the Debian constitution

2014-11-26 Thread Paul Wise
On Thu, Nov 27, 2014 at 7:29 AM, Noel Torres wrote:

 Exactly. Who they are? The people who chose Debian, are they laptop users?
 desktop users? sysadmins? The question is important.

All of the people you mention choose Debian.

It is impossible to know who they are though, except for people who
ask us to add their organisation to the users section of the website
and people claiming they use Debian in posts on various mailing lists
and websites, we don't track the latter though.

We can however compare various packages using the popcon graphs to get
relative quantities of popcon submitters over time but we can't do
that for all Debian users. It appears there are more web servers
running Debian than people with Debian GNOME desktops but the ratio is
changing over time.

https://qa.debian.org/popcon-graph.php?packages=apache2+gnomeshow_installed=onwant_percent=onwant_legend=onfrom_date=2013-01-01to_date=2015-01-01hlght_date=date_fmt=%25Y-%25mbeenhere=1

 But we can have estimates. popcon gives us 98681 installations of
 libgnomevfs2-common (which may indicate desktop or laptop users) and 96647
 installations of apache2.2-bin (which may indicate server users). Not a big
 difference.

Please note that GNOME depends on apache2-bin by way of
gnome-user-share so that isn't really a useful comparison.

 I'm sorry but you're wrong here. I actually want to know who uses Debian, not
 which groups are better suited to the desires of some contraposed groups of
 developers.
...
 I already know these. The question is not how many are there but who they
 are. It is great to know that we have millions of users, but who are they?

I assume you aren't talking about the names of people who use Debian
but about types of machines that run Debian and what those machines
are used for. Some folks use laptops as servers for example.

 Specifically, are these machines servers or desktops/laptops?

This information is not submitted to Debian so we can't know. We can
guess based on the popcon graphs of installed packages but it doesn't
cover all Debian users.

 It is a gut feeling, one that I share with systemd proponents, that Debian's
 desktop experience will be better for our users with systemd.

Probably yes, since some of them depend on parts of it.

 It is a gut feeling also, and one that has been widely expresed by others,
 (with better and worse words) that Debian server admins will not be pleased
 with an init system which is bigger and does not use shell scripts to start
 system services. Inconveniences have been stated about binary logs (which has
 been expressed that it is not true), big binary, tightly related set of
 binaries, security relying in developers and packagers and not sysadmins,
 encompassing of not-init-related services, and more.

I work as a sysadmin myself and I am very much looking forward to
switching the systems I run to jessie with systemd. I believe that the
Debian sysadmins (who run debian.org machines) are discussing trying
systemd too. I believe the technical advantages of systemd outweigh
the concerns and think that some of the concerns are actually
advantages of systemd, not disadvantages. My opinions are based on the
initial design for systemd and on the systemd for admins blog series
as well as using systemd on my laptop.

http://0pointer.de/blog/projects/systemd.html
http://www.freedesktop.org/wiki/Software/systemd/#thesystemdforadministratorsblogseries

I acknowledge that some server admins may feel differently though and
whether or not the claimed disadvantages are true, some server admins
will be switching away from Debian entirely due to the
systemd-by-default decision and some will continue to use Debian but
choose to install sysvinit or stay with wheezy.

 So to know which of these two approachs is better for our users, which is what
 our Social Contract, 4, impose on us, we need to know who our users are.

We can't know who they are but we can have guesses based on feedback and popcon.

 Without knowing that, we can not be true in deciding about switching or not on
 upgrades to best serve our users.

Looking at jenkins, right now systemd-sysv is installed after upgrades:

https://jenkins.debian.net/view/All/job/chroot-installation_wheezy_bootstrap_upgrade_to_jessie/523/console

That said, I did an upgrade recently with an almost-Debian system and
got sysvinit-core instead.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


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



Accepted clasp 3.1.1-1 (source amd64) into unstable

2014-11-26 Thread Thomas Krennwallner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 08:44:17 +0100
Source: clasp
Binary: clasp
Architecture: source amd64
Version: 3.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Thomas Krennwallner tk...@kr.tuwien.ac.at
Description:
 clasp  - conflict-driven nogood learning answer set solver
Changes:
 clasp (3.1.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump Standards-Version to 3.9.6.
Checksums-Sha1:
 d8291eb15c369a31444c3c2ff22149985b6a9ca5 1994 clasp_3.1.1-1.dsc
 01a35f05fb4c138bb0bfd8759f36b2eebafa7069 516159 clasp_3.1.1.orig.tar.gz
 7405b8e873ec115244a5f9a68ec8b60ad5c90291 6376 clasp_3.1.1-1.debian.tar.xz
 0eb149f981cb984e126eeebff7441c32f7282b96 460436 clasp_3.1.1-1_amd64.deb
Checksums-Sha256:
 4b5987f993a905db8849d6e38f33130a284b3b55ddf29069efd061e472b5d6e8 1994 
clasp_3.1.1-1.dsc
 c209bf8961b99d02d88ed3c9de4570f4bb9bde5f238663be5ce432abab2ac989 516159 
clasp_3.1.1.orig.tar.gz
 97ec6862fdb1f49b05bf1cb5b3f11df20223c97599e433b1ca8c489e033c9705 6376 
clasp_3.1.1-1.debian.tar.xz
 3447043306f786f9caa59aa45d36ea4897f67e7abaf225320c376200304c6a3a 460436 
clasp_3.1.1-1_amd64.deb
Files:
 19ef08c04b37e995add1a00731d3e8af 1994 interpreters extra clasp_3.1.1-1.dsc
 9e07e4d54c1a183a859e9512f7e3a8c1 516159 interpreters extra 
clasp_3.1.1.orig.tar.gz
 e4d1c9179b930280ef9c2c2e6c5bc000 6376 interpreters extra 
clasp_3.1.1-1.debian.tar.xz
 cc847540e98931d0e64a81103accda96 460436 interpreters extra 
clasp_3.1.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdYb8AAoJECeX33SmZpqpPLMP/036dqXbGi7YDpHufMWgMm0D
T7boBa8ZREp+H69A4+ERBomY43TO2/pYh6J4Qdf3KwMw7nHs+stGwU+Cs8QLwMLD
R1ARZVUoIWllzThTtubYCW3kJRVZqc1nYHsxznrc8fdL7cZMrGZZKtN+7lNB3M0Y
BAWZ3wJI81u4ws1padU2rctwy/Ec9kNUTxgu1W5Ez2CDpH30WoPQVlgecVKsMPup
DWPr3wgCHrfqdkvaPgXYNEvfC4QK9TvMOlK7a1e+BOZu+vLeuQxdLZdsItjxkfbT
zjNjxf8NFBmFL/QeIXMJT73YGGZEh3pf0n15sfPXhFIrCgpICUCUB/8TLrfVqv0S
aRnuRDDCIJanhYsv33fMNOVPMZTjFvuQhM2kDGTTk3gBC0TU7DIpveMBoivYi/lB
5DFHcweEILQgODvGCRqSJSkeE3dUq3iLjRTU9NppZIBch98vX2sBRqYDUfbXWarX
LzPlnlvx7lRLYtyL/twvnRRQlwHArlc11qQIM8zam+UlVUxo48gSUDm/w9EdT+1a
131+RpibUziqxbDu1QSQ3rbl8r1RS99K2skvm6gJi0BLixQdK0miSaod5shefKE9
ORykf/LZY2t5EgJoEkuD5sbSDmAlw59RpN78On7KaGqP3AORTysPlOoPi+59pGGi
8DBW8Y5+1izd8EtI4gDa
=pISq
-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/e1xtykn-0007u9...@franck.debian.org



Accepted ruby-twitter 5.11.0-2 (source all) into unstable

2014-11-26 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 14:01:21 +0530
Source: ruby-twitter
Binary: ruby-twitter
Architecture: source all
Version: 5.11.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description:
 ruby-twitter - Ruby interface to the Twitter API
Closes: 768160
Changes:
 ruby-twitter (5.11.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Add ruby-buftok to depends.
   * Conflict and Replace ruby-twitter4r (closes: #768160).
   * Bump standards version to 3.9.6 (no changes).
Checksums-Sha1:
 0d9a1f59c1f764b477127d405cac7bca0b162731 2306 ruby-twitter_5.11.0-2.dsc
 b66c910064cea608f13bb98d31f585592ba36695 2756 
ruby-twitter_5.11.0-2.debian.tar.xz
 9a2c12c8b75064722e96038964ada93a5c74eb65 68250 ruby-twitter_5.11.0-2_all.deb
Checksums-Sha256:
 92ff7145397f0622527b552091706ca8333648450fc8fb0d219f0574f0aa5ad8 2306 
ruby-twitter_5.11.0-2.dsc
 ffe64986077d5488e1d61902bbf46db66f074fafadc786f78644c5de46db5df5 2756 
ruby-twitter_5.11.0-2.debian.tar.xz
 875d086f6bed4bb05ffce446d8e03b63df37423895439e2c7cfa652047d3643f 68250 
ruby-twitter_5.11.0-2_all.deb
Files:
 dd1fdeeef5b6ee9602d6d577e3466f23 2306 ruby optional ruby-twitter_5.11.0-2.dsc
 50d293d76b0a4c1f62d7f4a3f37cef29 2756 ruby optional 
ruby-twitter_5.11.0-2.debian.tar.xz
 9897c86bf42b3d919a82e736d2926530 68250 ruby optional 
ruby-twitter_5.11.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdZCpAAoJEM4fnGdFEsIq4usQAKIKLQjcTB/pE3M0Bty/CLd7
5T14j/kGR/EeP2RAQrnq43pa5+zmsi55ppRW+1eLkpVIzYyLzwtS1spAGzAeVdLZ
zBrcVL4QavjNcGEsCT4VOfHsU93zV333I7Gp35FHFbSO7R1mxhu/nKz7+1GGXfxc
iwUWFcbHkqXS95/0DqfXmca8Qi1T6p/pvY/hBwVs1BDbuzu9kx/NFp76SOEBCqZF
EwEhv6S5XjUp4yftv/HMnvZgCPsC4apKMoNyW2ofEMlLS6HdCuFOllZhf4dNHhP+
DwisttjLpvtrsZ/NEhwTXG60uLEVGHMH51XwpHJuQgh3RABxug+xsI36O4z5ZKUs
1CudS0wdNu8muU/eHHo9aS5VzlPmplC6PgU8SV0FAFg1xyIw27tK6bWpMvgXJeI+
SgsQkJPu2Dg3U8U5lR1G3zQfOkdbMhFVsXfRE8EHYNu7Tkh2nAdYHBQO95H+SWwZ
EpobICaysUvkP4wBcgvC9JCu193SFwbEawbBllvzgUOJUl/uEy6XU3Iw4C5RZHDT
WaupG9yFttRzqLd61faXQuzKb9iXpT0+R5im1SEZ2f5C8cxZ4ii7GY+RXHCcp4yF
zZPNCHUfeqoa58Za2xruDQzsbrsmfRv8JJiMI906TjDc1DWwdZOAjJmQ6IsSc3At
9tT6AYSPEkifUbI5HiWV
=0J8H
-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/e1xtymg-00081e...@franck.debian.org



Accepted libguestfs 1:1.29.10-1 (source amd64 all) into experimental

2014-11-26 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Nov 2014 00:35:15 +0100
Source: libguestfs
Binary: guestfsd libguestfs-dev libguestfs0 libguestfs-gfs2 libguestfs-hfsplus 
libguestfs-jfs libguestfs-nilfs libguestfs-reiserfs libguestfs-rescue 
libguestfs-rsync libguestfs-xfs libguestfs-zfs libguestfs-tools libguestfs0-dbg 
python-guestfs python3-guestfs libguestfs-perl libguestfs-ocaml 
libguestfs-ocaml-dev erlang-guestfs libguestfs-java ruby-guestfs 
libguestfs-gobject-1.0-0 libguestfs-gobject-dev gir1.2-guestfs-1.0 lua-guestfs 
golang-guestfs-dev
Architecture: source amd64 all
Version: 1:1.29.10-1
Distribution: experimental
Urgency: medium
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description:
 erlang-guestfs - guest disk image management system - Erlang bindings
 gir1.2-guestfs-1.0 - guest disk image management system - GObject 
introspection files
 golang-guestfs-dev - guest disk image management system - Golang bindings
 guestfsd   - Daemon to access to guest virtual machine through virtio serial
 libguestfs-dev - guest disk image management system - development headers
 libguestfs-gfs2 - guest disk image management system - GFS2 support
 libguestfs-gobject-1.0-0 - guest disk image management system - GObject 
bindings
 libguestfs-gobject-dev - guest disk image management system - GObject 
development headers
 libguestfs-hfsplus - guest disk image management system - HFS+ support
 libguestfs-java - guest disk image management system - Java bindings
 libguestfs-jfs - guest disk image management system - JFS support
 libguestfs-nilfs - guest disk image management system - NILFS v2 support
 libguestfs-ocaml - guest disk image management system - OCaml bindings
 libguestfs-ocaml-dev - guest disk image management system - OCaml development 
files
 libguestfs-perl - guest disk image management system - Perl bindings
 libguestfs-reiserfs - guest disk image management system - ReiserFS support
 libguestfs-rescue - guest disk image management system - virt-rescue 
enhancements
 libguestfs-rsync - guest disk image management system - rsync support
 libguestfs-tools - guest disk image management system - tools
 libguestfs-xfs - guest disk image management system - XFS support
 libguestfs-zfs - guest disk image management system - ZFS support
 libguestfs0 - guest disk image management system - shared library
 libguestfs0-dbg - guest disk image management system - debug symbols
 lua-guestfs - guest disk image management system - Lua bindings
 python-guestfs - guest disk image management system - Python bindings
 python3-guestfs - guest disk image management system - Python 3 bindings
 ruby-guestfs - guest disk image management system - Ruby bindings
Changes:
 libguestfs (1:1.29.10-1) experimental; urgency=medium
 .
   * New upstream development version
   * Updated symbols file
Checksums-Sha1:
 70d8ccfb18bf8a8cc9835d14a747904bb00a8dc5 5206 libguestfs_1.29.10-1.dsc
 d3c073bf99573d40dea61089931f5e976fe128f3 12724194 
libguestfs_1.29.10.orig.tar.gz
 59927f4f091285eb1b6b4c24dc03ed59b357c634 26440 
libguestfs_1.29.10-1.debian.tar.xz
 86f68d37bb501983f54dcce2aa7ff2ba968e61d2 900240 guestfsd_1.29.10-1_amd64.deb
 7b26601ec097772128fa165f65d275ffac786aad 1549014 
libguestfs-dev_1.29.10-1_amd64.deb
 fdda5b8189fbce2d4003d6bf364adafec2b9c1e1 2368344 
libguestfs0_1.29.10-1_amd64.deb
 952cd1757e9daffdd4c696efebf1537b04d6d474 727678 
libguestfs-gfs2_1.29.10-1_amd64.deb
 e5e85ba1cd2486a165116d87ed313985a370edfd 727646 
libguestfs-hfsplus_1.29.10-1_amd64.deb
 fd4d6224a1caf9c39512fe84ca27f35949864faa 727660 
libguestfs-jfs_1.29.10-1_amd64.deb
 e9a970f54f72057e41350a53c7283666907efe6d 727660 
libguestfs-nilfs_1.29.10-1_amd64.deb
 7d6b3eb963d12a43c740e0a9e3209d7996c5cb80 727662 
libguestfs-reiserfs_1.29.10-1_amd64.deb
 a3b6b1c7d2533995d3bc5e04e5aefb2b8ba46109 727730 
libguestfs-rescue_1.29.10-1_amd64.deb
 ecf7bc22ae86fa4c24117e3ff4e287332f725480 727660 
libguestfs-rsync_1.29.10-1_amd64.deb
 43a03327dbf3549aa2f906acce5b643e4821215f 727648 
libguestfs-xfs_1.29.10-1_amd64.deb
 25c9ba406164f831ff4ed21a66cf4d3b8ae3d4cf 727648 
libguestfs-zfs_1.29.10-1_amd64.deb
 0bf7ae4e09faeb80f8047c8085010324542da6b1 3094362 
libguestfs-tools_1.29.10-1_amd64.deb
 8d6d4eb1cbc9ee0c961a73b8bd991ccc4cad50b3 7999176 
libguestfs0-dbg_1.29.10-1_amd64.deb
 069dac70065a0f032eebf00215cf2ae14efa85c7 856334 
python-guestfs_1.29.10-1_amd64.deb
 2b17d19fff2d818580d6ff916acd67933877e933 848404 
python3-guestfs_1.29.10-1_amd64.deb
 b62c4c9bbafaf18a097254f06722abc93f560eca 1006188 
libguestfs-perl_1.29.10-1_amd64.deb
 7609cf3659cab8f0ea1028a8927f4200e3924b31 786296 
libguestfs-ocaml_1.29.10-1_amd64.deb
 c8b4edf57b07c778ba11aebb534ba43890e02c31 1034782 
libguestfs-ocaml-dev_1.29.10-1_amd64.deb
 ec02e3dbcf8cab7ef7942541de6343901d6eecfd 850496 
erlang-guestfs_1.29.10-1_amd64.deb
 86c3c1963e1f1708992052ff0c5ebeda44d3df95 958264 
libguestfs-java_1.29.10-1_amd64.deb
 a8dc1309864f274d1f8d0c8ccba6b4426250ea1e 

Accepted unattended-upgrades 0.83.2 (source all) into unstable

2014-11-26 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 10:19:48 +0100
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source all
Version: 0.83.2
Distribution: unstable
Urgency: medium
Maintainer: Michael Vogt m...@debian.org
Changed-By: Michael Vogt m...@debian.org
Description:
 unattended-upgrades - automatic installation of security upgrades
Changes:
 unattended-upgrades (0.83.2) unstable; urgency=medium
 .
   [ Martin-Éric Racine ]
   * debian/changelog:
 - updated to the DEP-5 format
 .
   [ Alexandre Detiste ]
   * Fix spurious newlines
Checksums-Sha1:
 f6898484253c7160dc77a4ab470273afa35bb9d1 1748 unattended-upgrades_0.83.2.dsc
 1d35c1f4258c447193d9ced9a7a11df455d16f48 74188 
unattended-upgrades_0.83.2.tar.xz
 1d698ca47930bb946861f7e02bfdbc981c8555d0 52322 
unattended-upgrades_0.83.2_all.deb
Checksums-Sha256:
 e7a356a5a060c1517ed97ebe562543768997515deff8b73674dbf1a158bd7587 1748 
unattended-upgrades_0.83.2.dsc
 57391e3e8506f72b4693e9f96cccdcb9250db588fb301e3c219fceb66ee16fa3 74188 
unattended-upgrades_0.83.2.tar.xz
 70125eb7733b02d36003905cfa1164b16bf1f5ff358507a468bddc0816e99ded 52322 
unattended-upgrades_0.83.2_all.deb
Files:
 821449989eb9dec3688aaa5bd86136f4 1748 admin optional 
unattended-upgrades_0.83.2.dsc
 3fbc3b8629e300b5998c9a8b165b92cb 74188 admin optional 
unattended-upgrades_0.83.2.tar.xz
 0fe694988e2474430da29491e8d411cd 52322 admin optional 
unattended-upgrades_0.83.2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdaR7AAoJEJjKuzq9TKWeVe0P/0C+uC65amakv85bocoAwNDo
sOLtBBJbCq8KO7gXppkxEKyp6dWVOQ3NQBAf9GaQTWa1JNUfO9bHBvkLRL2YEY+N
jUBix4ox6AJ1TqQYHz/zm8NDFha0FCLA99hTYxwyEomfFtfCldYAIfCGdYOMR5Ai
mntTWvDMOec/nTeiN6tAjdHoKycKVWUlOyRMiI1JQt7eTwUofQX9dyDcuQ6WF9+m
FpSkfktNrKGBWSin8g0qoHxXbN5aQm0lCsCrFiA4N0VeeE5Kqs9KMrBdt3jPOebV
lVwXSc1c7yq+x2ZO070BZXLdkHcbNOfuFq8ambOt2iQM97VOQBzk3pMsCIhFhJhv
KouHSPYY/laxZyWI2hqJ/DcjhZLKEC8Wl9D3aSwXpuZOHUyOOGChXm55TbeYesXc
7MP2aNlFBIlzdQ/UCGzIMSC5zzBrRHBpSqfPaEAI/aP1twHEuDjKLc9BEwQ5DoCV
8vqrOhYh0DEO5NqvzlQDRG6okhqkmbI5O4XSjnsY7XC+cO06QTSj7xt8+vVoCEW8
QJ69mL3fXeWq6Ox0nyYGQL7YKxhu4kAYFRNG3tamluG54Ei4MzVhegT9DVz3/MoE
mTKBAgy9X3nKUEc13NZNoS8WkbTmYVxBaI31S2ORw86v7BqypfNSO6D4nqWiqvlz
KQIZP2HpIv6w1DSEJ9Ye
=bIux
-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/e1xtzsx-0005q4...@franck.debian.org



Accepted libjpeg-turbo 1:1.3.1-11 (source all) into unstable

2014-11-26 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 26 Nov 2014 11:00:17 +0100
Source: libjpeg-turbo
Binary: libjpeg-dev libjpeg62-turbo-dev libjpeg62-turbo libjpeg62-turbo-dbg 
libturbojpeg1 libturbojpeg1-dbg libturbojpeg1-dev libjpeg-turbo-progs 
libjpeg-turbo-progs-dbg
Architecture: source all
Version: 1:1.3.1-11
Distribution: unstable
Urgency: medium
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description:
 libjpeg-dev - Development files for the JPEG library [dummy package]
 libjpeg-turbo-progs - Programs for manipulating JPEG files
 libjpeg-turbo-progs-dbg - Programs for manipulating JPEG files (debugging 
symbols)
 libjpeg62-turbo - libjpeg-turbo JPEG runtime library
 libjpeg62-turbo-dbg - Debugging symbols for the libjpeg-turbo JPEG library
 libjpeg62-turbo-dev - Development files for the libjpeg-turbo JPEG library
 libturbojpeg1 - TurboJPEG runtime library - SIMD optimized
 libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging 
symbols)
 libturbojpeg1-dev - Development files for the TurboJPEG library
Changes:
 libjpeg-turbo (1:1.3.1-11) unstable; urgency=medium
 .
   * Cleanup the list of maintainers and uploaders
   * [CVE-2014-9092]: Fix a Huffman local buffer overrun
Checksums-Sha1:
 011ffbd056a0e14ac562365d99d144ed3748aa8e 2650 libjpeg-turbo_1.3.1-11.dsc
 b917046f02769baaed45898abf592dece88f9bd1 78564 
libjpeg-turbo_1.3.1-11.debian.tar.xz
 188fda08e635c02c8342518e2b8b0dc50c2f52ac 49252 libjpeg-dev_1.3.1-11_all.deb
Checksums-Sha256:
 2ecd68541983135312abea57c2bbfc450ab30073ee2e19a22c548d26111d 2650 
libjpeg-turbo_1.3.1-11.dsc
 ec23814a296bbc3a5f2b383f5526c28bfe21ce380c4a93b4205d7088bc021667 78564 
libjpeg-turbo_1.3.1-11.debian.tar.xz
 072ba94d3d8c536fff05a03581c184e26bc41c6a8ada917e75e26fca35985bbd 49252 
libjpeg-dev_1.3.1-11_all.deb
Files:
 7ece68461462ccca84c59cc84425f034 2650 graphics optional 
libjpeg-turbo_1.3.1-11.dsc
 3e311d4984d27e0ad126a22300a2 78564 graphics optional 
libjpeg-turbo_1.3.1-11.debian.tar.xz
 fba750757cea3765da47c2a5ee86f1f3 49252 libdevel optional 
libjpeg-dev_1.3.1-11_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJUdaYUXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsHXM0QAICyscKOTKeu/OuwI0RTnknf
AFufLwjfL2LnjgH6+rGN02zedfhWxF40UMVXlCdi2dHOaffNgsumA521O5GMzYyA
QmHwjZKIqbeVWg7UWMo/ZBFjzBd0N1urKmAdE4mT86o6RDE9EOeJa/RDa1AfgD6o
nWFCtgNQvwo29km8T5A0aFIxbs5wSZdBH58ymzzeXnYhsGF8b+erxD/ZVZhcostt
V615Zg1WhsHjAL7IxKL9btLYe59NPnCqMrcA/gRcf/GDIZAoh8BdqunU2Vd7RPoC
Bj7t7jmHM9AR6kcxtWuslcpOHtPUzf0labsRSZ/eZXB9NC8kwESLJ6AOt3Gv0eJB
eIEK1mn+DRbEaVylcnyt1onIVqxe9maNfxggWZ4DyEsyCfftLhVlcdElvAvg1AHQ
MBMsu1lvb/+VjDzY8LSLqKrTUdGM1DS6D4OpJwS6rQqGhAi9JUZ8m5Rq0ZXEos2f
9Ih1r+ki3W0TmSk4dwMShCXMhdi9WkSZFpefJ+Avv4gfYEulSUjvOYRGQ1A+iRUv
cI9oW4Rz4VzDI9qYOD1D8ND+Oh8747g0WmOHqp0hpWx7NHvZxrneYbxCRUMOj+Wo
CDn1TH91NS65RzQ0dnfqh0VuYmoUoQ6yr/1eLSWm7FHGoSJVQY/l7VY3Qnl/PeJ8
rTDPdovfn65/4fldFGas
=EZ7/
-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/e1xtzuz-0001nh...@franck.debian.org



Accepted haskell-shake 0.13.2+dfsg-3 (source all amd64) into unstable

2014-11-26 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 10:10:43 +
Source: haskell-shake
Binary: libghc-shake-dev libghc-shake-prof libghc-shake-doc libghc-shake-data
Architecture: source all amd64
Version: 0.13.2+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 libghc-shake-data - ${haskell:ShortDescription}; data files
 libghc-shake-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-shake-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-shake-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-shake (0.13.2+dfsg-3) unstable; urgency=medium
 .
   * Rebuild against latest libjs-jquery-flot.
Checksums-Sha1:
 132d30dbc47bf076961a8920a9ae4c7feb6b98ea 2844 haskell-shake_0.13.2+dfsg-3.dsc
 c996f62fc752d90338f704677e7de80d975a1c6f 3344 
haskell-shake_0.13.2+dfsg-3.debian.tar.xz
 05d785ef61e495a8a8902efba3a0fcbf4bb2bc92 219422 
libghc-shake-doc_0.13.2+dfsg-3_all.deb
 fe16eda840d200a543092f45fb6d25beb08712d6 23314 
libghc-shake-data_0.13.2+dfsg-3_all.deb
 11bd4f5b394909123ea57d67b9273c9b114c840e 835914 
libghc-shake-dev_0.13.2+dfsg-3_amd64.deb
 805241954ccd0bb949b2916c633be72c0d843608 861744 
libghc-shake-prof_0.13.2+dfsg-3_amd64.deb
Checksums-Sha256:
 2cd65e2d9b5c3214151d96e2aa75a317a2056498e37dd57ce579cbe06433cd79 2844 
haskell-shake_0.13.2+dfsg-3.dsc
 a2415a9aecbbe30f48eb23719100abd8fda7368b001756c52dbc2544ac7ff8bb 3344 
haskell-shake_0.13.2+dfsg-3.debian.tar.xz
 d643b823629496d469a55b5c3f3d2ffbe45a84c440241f6dbc1a70b3a4ad4f8e 219422 
libghc-shake-doc_0.13.2+dfsg-3_all.deb
 69a6647b3b5799e617c02d72b00d231cc0f471c705fac565106c8bbfbd8a2548 23314 
libghc-shake-data_0.13.2+dfsg-3_all.deb
 5e86b64a476e8f15ca85b190e6b55eeac1f4162a5c4d0a4fa37725e21cef1b71 835914 
libghc-shake-dev_0.13.2+dfsg-3_amd64.deb
 02c9c8a1e28fd26238b71e654fefcc696dd732819f7de64cbda74700b0f12952 861744 
libghc-shake-prof_0.13.2+dfsg-3_amd64.deb
Files:
 102a3109780572ea1f0d89e4e13e739f 2844 haskell extra 
haskell-shake_0.13.2+dfsg-3.dsc
 4e68d9797bd8978e9118aaedec523237 3344 haskell extra 
haskell-shake_0.13.2+dfsg-3.debian.tar.xz
 f0a0e831d78744fd6d78fa9da5c34b80 219422 doc extra 
libghc-shake-doc_0.13.2+dfsg-3_all.deb
 656a3e316179426f99deecdd413f38a9 23314 haskell extra 
libghc-shake-data_0.13.2+dfsg-3_all.deb
 1b610e4b3c7932da5627358fd08fe109 835914 haskell extra 
libghc-shake-dev_0.13.2+dfsg-3_amd64.deb
 8271ed03881b690f2f2a74c14694a874 861744 haskell extra 
libghc-shake-prof_0.13.2+dfsg-3_amd64.deb

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

iQIVAwUBVHWtjDk1h9l9hlALAQgkgxAAimiWvJBdS2pLpdv2KwvQCU8HYKKlStzE
+vBahm45SW/GnM56CjyIQCjYQC3MB/KSA7LOix+IaFAhUfSmXH6ivOP/vTv2JEgE
IzxkF9HmZ9mzuPxJhd5tPUthg3hNPf4+HaSXx3PJvmyp/y+sP/DdUXjla1P3dQ9m
AzC3U01tRdUEL40Lj7IhT9AT3i/USZwVdFnYz+wSX9XHV04fwJHAZf7t8Zzqhu9X
T67cXFc7/5xLcz73n0hcvtV8yggSFlb4S0DWIvcysKw8MGtnweAc7sB5SorWe0Xp
T3e98T7OePTE4NlX+CDnfT4ucDzWuFYSEqPob5SiHkC5IXMSkwukGhHGDoXobeW3
BE9Po+uc4sG/glwuZR8qqXxo/IrCZypwoR4XmianeXDAuiDq0cDpg5NkNQWJrkEl
w72jT6NqXZtFGyyEOqSr0jnAjtbe9J0gouw+IIz4S0uMJ9u74pP/0KijK38O/Bvc
q2BE5ttaX/ZNMHwooTGXMajejBX40Tc8852QLHzr4Om5IH6imFGPQPkc+/uNCQrS
6z5M/zhcZHBe7yyF6OAOpi8qOw40gvzMQ2e+EgKnXH6ML6UV7MFp3/5XFk6UHDep
ZALRsLgN2waW167u15j7svxkLbLxALGDvZoVAIdwbiQJBMyhqliEQMM7r3ThF1kZ
SIcSR1u7eiI=
=sQU+
-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/e1xta9u-0003ec...@franck.debian.org



Accepted percona-xtradb-cluster-5.5 5.5.39-25.11+dfsg-1 (source all amd64) into unstable

2014-11-26 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 10:36:36 +
Source: percona-xtradb-cluster-5.5
Binary: percona-xtradb-cluster-common-5.5 percona-xtradb-cluster-client-5.5 
percona-xtradb-cluster-client percona-xtradb-cluster-server-5.5 
percona-xtradb-cluster-server
Architecture: source all amd64
Version: 5.5.39-25.11+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian MySQL Maintainers pkg-mysql-ma...@lists.alioth.debian.org
Changed-By: James Page jamesp...@debian.org
Description:
 percona-xtradb-cluster-client - Percona XtraDB Cluster database client
 percona-xtradb-cluster-client-5.5 - Percona Server database client binaries
 percona-xtradb-cluster-common-5.5 - Percona Server database common files
 percona-xtradb-cluster-server - Percona XtraDB Cluster database server
 percona-xtradb-cluster-server-5.5 - Percona Server database server binaries
Closes: 748829 761913 766531 770510
Changes:
 percona-xtradb-cluster-5.5 (5.5.39-25.11+dfsg-1) unstable; urgency=medium
 .
   [ Frans Spiesschaert ]
   * Dutch translation for debconf messages (Closes: #766531).
 .
   [ Felipe Reyes ]
   * New upstream release (Closes: #770510), including the following
 security updates:
 - http://www.oracle.com/technetwork/topics/security/cpujul2014-1972956.html
 - CVE-2014-2494
 - CVE-2014-4207
 - CVE-2014-4258
 - CVE-2014-4260
   * d/autoreconf,rules: Drop build of UDF, update for new plugin locations.
 .
   [ James Page ]
   * d/rules,control: Drop use of OpenSSL in preference to bundled SSL
 library (Closes: #761913).
   * d/copyright: Update for moves in upstream source.
   * d/po/*: Sync any missing translations from mysql-5.5, update for PXC
 (Closes: #748829).
Checksums-Sha1:
 a1092c46a0fec2a09fa5f0c90bba9a1188dc2c99 2852 
percona-xtradb-cluster-5.5_5.5.39-25.11+dfsg-1.dsc
 949cc383d67816536ab7439e30abd17e19aa027a 18536679 
percona-xtradb-cluster-5.5_5.5.39-25.11+dfsg.orig.tar.bz2
 a66b5b1739296b0883e599bcfc45f5ff5e2b3f7b 61372 
percona-xtradb-cluster-5.5_5.5.39-25.11+dfsg-1.debian.tar.xz
 be9b0e4187a2d5c2efe05e72fd582aa2a965dbd9 11096 
percona-xtradb-cluster-common-5.5_5.5.39-25.11+dfsg-1_all.deb
 28657a1f2de25152d4894c6e829b53c5ce854e01 1786318 
percona-xtradb-cluster-client-5.5_5.5.39-25.11+dfsg-1_amd64.deb
 2acf948862f3734edea211c415cb7b539f7a0351 10796 
percona-xtradb-cluster-client_5.5.39-25.11+dfsg-1_all.deb
 07fd0ab9ca422661249ab7f254a289439ce9a2c2 5918820 
percona-xtradb-cluster-server-5.5_5.5.39-25.11+dfsg-1_amd64.deb
 bab648631c34ce62b742bbaf5309e0740cb3ba91 10804 
percona-xtradb-cluster-server_5.5.39-25.11+dfsg-1_all.deb
Checksums-Sha256:
 bb60984dfa1d014d5bc07e83eac75ae8ed741fcbb3631e5bcd6c7065d20952c7 2852 
percona-xtradb-cluster-5.5_5.5.39-25.11+dfsg-1.dsc
 7a62801bb1fbb0f7a23d8c7519905c00ad5ee9794fb8a25adc6d1a268ba8c9f3 18536679 
percona-xtradb-cluster-5.5_5.5.39-25.11+dfsg.orig.tar.bz2
 2422216940e09a2aacdf4de9ae38795c1b07d2359bb161cfd9ccf333023b1320 61372 
percona-xtradb-cluster-5.5_5.5.39-25.11+dfsg-1.debian.tar.xz
 6169cafc39f4765a87afe6fe84608d4321a8e5bb0490d37aba3b2a18af34 11096 
percona-xtradb-cluster-common-5.5_5.5.39-25.11+dfsg-1_all.deb
 522f13ddda31ccce737ee89f74711feac7be78f157f1d7ec2074a6de90f9c1cf 1786318 
percona-xtradb-cluster-client-5.5_5.5.39-25.11+dfsg-1_amd64.deb
 f43980a9b20e6f5c6c4dd12ff5454422c7376dea6c4d18ffa1d2e6f9bfef9e37 10796 
percona-xtradb-cluster-client_5.5.39-25.11+dfsg-1_all.deb
 8bc24af54420eb5859f02b814abaf97ba305aa81992ace37b9af34a0d5d8651a 5918820 
percona-xtradb-cluster-server-5.5_5.5.39-25.11+dfsg-1_amd64.deb
 43e4b8d990dd56b937c58721f11c7243a852122ca5f0cb422a5bd9bd3a0f4198 10804 
percona-xtradb-cluster-server_5.5.39-25.11+dfsg-1_all.deb
Files:
 5b5ab38ea02b8c694b8a0024baedbdad 2852 database extra 
percona-xtradb-cluster-5.5_5.5.39-25.11+dfsg-1.dsc
 62c4589cb3a822ff70d6cef35fea66ae 18536679 database extra 
percona-xtradb-cluster-5.5_5.5.39-25.11+dfsg.orig.tar.bz2
 7c9ccc822d20b49ff5e5a4ca514e5f80 61372 database extra 
percona-xtradb-cluster-5.5_5.5.39-25.11+dfsg-1.debian.tar.xz
 9fe1b06a2d8bdc93a92de7396d62882a 11096 database extra 
percona-xtradb-cluster-common-5.5_5.5.39-25.11+dfsg-1_all.deb
 2d18613874d2c15c080a214d8a3cf52e 1786318 database extra 
percona-xtradb-cluster-client-5.5_5.5.39-25.11+dfsg-1_amd64.deb
 7b4fef834ec6905ecd877a3a948dede1 10796 database extra 
percona-xtradb-cluster-client_5.5.39-25.11+dfsg-1_all.deb
 17afadf7bfcc960e08d4c81a55900b82 5918820 database extra 
percona-xtradb-cluster-server-5.5_5.5.39-25.11+dfsg-1_amd64.deb
 53165bb65ee27d6e44c361f605b6926d 10804 database extra 
percona-xtradb-cluster-server_5.5.39-25.11+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdbPjAAoJEL/srsug59jD5/QQAIzvXiyEWATIGPgKjkKtYxTM
84TmYwg8rppQHVorwzJfOuwbieYQMKcZank+Xn+q8dtvrG4i9FmPH9iA8BG+y2WA
/2Ho8TCVwHcPU2U2lbrRloqWZH9FwbOO/dUVT8wkJp7r9ypDZ0ul+xOjVWlSFz7n
rnIRf8EdmddpnRm158YVgnCwUApg9zH8Y81urPcEAWse89tMEDv33ximJoWvZ/oT

Accepted ghc 7.8.20141119-1 (source all amd64) into experimental

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

Format: 1.8
Date: Wed, 26 Nov 2014 10:12:08 +0100
Source: ghc
Binary: ghc ghc-prof ghc-doc ghc-haddock
Architecture: source all amd64
Version: 7.8.20141119-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 ghc- The Glasgow Haskell Compilation system
 ghc-doc- Documentation for the Glasgow Haskell Compilation system
 ghc-haddock - Documentation tool for annotated Haskell source code
 ghc-prof   - Profiling libraries for the Glasgow Haskell Compilation system
Changes:
 ghc (7.8.20141119-1) experimental; urgency=medium
 .
   * New upstream release candidate (7.8.4-rc1)
Checksums-Sha1:
 37661b7571011bc6209b66279e6f852db37354bd 2373 ghc_7.8.20141119-1.dsc
 1cb1074096f25cec847d6ab375bc1c9063f68a0d 10701026 ghc_7.8.20141119.orig.tar.bz2
 2daba19ae6d946e4d50455705ba21c78d2f1b4ab 43920 ghc_7.8.20141119-1.debian.tar.xz
 b721584721eb8373c3f22e7437f3141ed9f5b1a3 8334212 ghc-doc_7.8.20141119-1_all.deb
 5292e0b114e153ce2e6e083ce4c8ac3735321f42 35712452 ghc_7.8.20141119-1_amd64.deb
 c7b4aecb738531e5631e70c3bf2c9485131192e2 28963152 
ghc-prof_7.8.20141119-1_amd64.deb
 48931b2ea5e25a774cda2e9953182186395f57d6 5886560 
ghc-haddock_7.8.20141119-1_amd64.deb
Checksums-Sha256:
 abc9f736f38bd6316352b21f458ae56f9aecbabd1d206c0ce88f0b8599304374 2373 
ghc_7.8.20141119-1.dsc
 0715dd298235b188083bd263fb0b4f4f42e11b807112dcf79e006a5003af621e 10701026 
ghc_7.8.20141119.orig.tar.bz2
 76cfe0ff5e10f3bfdccc0d5f22232305c53eefce68d3a32d6ad64ca91f02 43920 
ghc_7.8.20141119-1.debian.tar.xz
 f9ec63ade783f34ad2dd4310b10251e515b525fbcaa7ce7adf272bd08e76a9fa 8334212 
ghc-doc_7.8.20141119-1_all.deb
 90064c9cd99a1a2dfd03201470451a5caa143ebfecddd205839889185da2fbe7 35712452 
ghc_7.8.20141119-1_amd64.deb
 05d8b3fab7af58ff7c037e52f5608058e07f67bf80bdc726798c5e2ea1df091c 28963152 
ghc-prof_7.8.20141119-1_amd64.deb
 d317122105cddf366b0b7580122967fd845f57cbeb34db7a727499890a4c8b1e 5886560 
ghc-haddock_7.8.20141119-1_amd64.deb
Files:
 705494aa4ee63b4ac51ebfc857041f05 2373 haskell extra ghc_7.8.20141119-1.dsc
 04d7d04a3d9fb80cc7d491204c72873b 10701026 haskell extra 
ghc_7.8.20141119.orig.tar.bz2
 3b7a2ee16ccdd1915aa256aced775e01 43920 haskell extra 
ghc_7.8.20141119-1.debian.tar.xz
 06c540481c84aec6cc699ea01bacbdf3 8334212 doc extra 
ghc-doc_7.8.20141119-1_all.deb
 16a8b6044c3f248d45cd156c1f79a150 35712452 haskell extra 
ghc_7.8.20141119-1_amd64.deb
 bf51ac742184443ca45cdef25e903be1 28963152 haskell extra 
ghc-prof_7.8.20141119-1_amd64.deb
 ca9ac7e58a03767e6fda2bfdb2ee1bfe 5886560 haskell extra 
ghc-haddock_7.8.20141119-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdcBMAAoJED2QirPw+/UfDXoP/j/uiSHqHxV9Wws+fUTCQsdl
B3WImaVvjsHiY+7adGPWPMiOdw15UuS+X9GSZiMjQE1JczXcgqNf4LWgYHDgfCqn
XM9vetaVq20MT7LWgbg7og87JUhTx4d+S1YBOvC8GBVXcHneOWgIg6GWF0eFMGZl
v1t+wcQtTNljOo8iHKyc0OqAya74tagobJQpKee6dbvkmQqXjb62GOR/haDVMWGU
pM6muwvlBslgNy7b+YzGbKYjl7OY+3bPHGNipOVhwLJdsUpCJ1oCbsbWMBAUPxlO
cY0isdkp2KVgLpcHTGGYuy+I5VCqbGrj8SS9WW56gJlfwBZx0tnZ6OttoCU1Hgwb
/W8kVJgOwbN3TQ6ZF8cO7MSql474iDFiCRGCrvxSEa4jnze9gIhlqXMmzbhQ/Rus
1uiPz590Xstlc0jauqrAgUkAU9MpLRMaM8QM/PCDQ6c2nghApEdzW45Dv/WvbO5e
TEvPmy6B/l8VXNwiqmcuT2bC7kxMyJytB5f+S7a1eQYxbPmDLnAGwKFrZtl+kXIj
o2w06dZyJQdcVjIbuzkyVofdn/W5faCX7NATN72SJZnJfYaSJTYtOSbW9n9Z1d0Z
4oHYYCFBO8N/scV1cvDbJqh3pKem8TRy4oM7azn0fRLrS/2y/xLFLM2kJlGBCv3Q
Pi8YTEIWXEiqEn5NgxQE
=QpLw
-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/e1xtbkb-0003lt...@franck.debian.org



Accepted libsoup2.4 2.49.1-1 (source all amd64) into experimental

2014-11-26 Thread Iain Lane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 26 Nov 2014 11:25:57 +
Source: libsoup2.4
Binary: libsoup2.4-dev libsoup2.4-1 libsoup2.4-dbg libsoup-gnome2.4-1 
libsoup-gnome2.4-dev libsoup2.4-doc gir1.2-soup-2.4
Architecture: source all amd64
Version: 2.49.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Iain Lane la...@debian.org
Description:
 gir1.2-soup-2.4 - GObject introspection data for the libsoup HTTP library
 libsoup-gnome2.4-1 - HTTP library implementation in C -- GNOME support library
 libsoup-gnome2.4-dev - HTTP library implementation in C -- GNOME support 
development fil
 libsoup2.4-1 - HTTP library implementation in C -- Shared library
 libsoup2.4-dbg - HTTP library implementation in C -- debugging symbols
 libsoup2.4-dev - HTTP library implementation in C -- Development files
 libsoup2.4-doc - HTTP library implementation in C -- API Reference
Changes:
 libsoup2.4 (2.49.1-1) experimental; urgency=medium
 .
   * debian/watch: Also consider unstable versions, for exp
   * New upstream release 2.49.1:
 + Fixed a bug in the SoupMessage:event signal that broke evolution's
   ability to connect to https hosts with bad certificates.
 + Fixed a case where the async codepaths could potentially block on a
   synchronous write
 + Fixed the symbol soup_server_set_ssl_cert_file() to get exported, and
   added soup_server_get_uris() to the documentation.
 + Improved a bunch of introspection annotations
   * Re-add change which was accidentally dropped: Use dh-autoreconf to update
 for new ports.
   * Bump Standards-Version to 3.9.6, no further changes required.
   * Add new symbol soup_server_set_ssl_cert_file exported in this version.
Checksums-Sha1:
 ed36e1606a7ee1cc6993683131d2623fd30ae69b 2765 libsoup2.4_2.49.1-1.dsc
 1a54487764e3037981b65d5b8d1b23ca1389047f 1705712 libsoup2.4_2.49.1.orig.tar.xz
 f012dcc90505a655a13df524d4df1b0aec75944b 14980 
libsoup2.4_2.49.1-1.debian.tar.xz
 409e32754a04db4e6448f114cd312f7f76626837 217870 libsoup2.4-doc_2.49.1-1_all.deb
 4deb1494d65a76f1e960b11b9ae5cf8158fbdc80 368130 
libsoup2.4-dev_2.49.1-1_amd64.deb
 a5ee16bed0b55ad4ff5621c4cc6103ccfd129eca 261848 libsoup2.4-1_2.49.1-1_amd64.deb
 7a30c80ce7ce995c253fda09a5b5cda2a7d5a86b 617986 
libsoup2.4-dbg_2.49.1-1_amd64.deb
 271cad909a5bda7e96095d458af80942b57b47a4 57806 
libsoup-gnome2.4-1_2.49.1-1_amd64.deb
 97a82f3180bfd7c706a9328c4ff270eabe7f2f6a 58860 
libsoup-gnome2.4-dev_2.49.1-1_amd64.deb
 7712e0ec580f61138cd75278023d7e7ac481a060 75738 
gir1.2-soup-2.4_2.49.1-1_amd64.deb
Checksums-Sha256:
 4370cf02d7945d7889ebcfca63bc4ec046a447138cede97d91abf54917168e65 2765 
libsoup2.4_2.49.1-1.dsc
 795c1468ea4548f4a7b13d83d11962cd2287b43a3b3b3f370b1fba3a9b605a3c 1705712 
libsoup2.4_2.49.1.orig.tar.xz
 cf89d2ccab1df8fd14394edd70b09bcecd6eba258f17013289266860027f0bfb 14980 
libsoup2.4_2.49.1-1.debian.tar.xz
 2e2036f70e0e91aeb48b4a72c734b478977127085def6d780828a7dc632cb183 217870 
libsoup2.4-doc_2.49.1-1_all.deb
 2b886c8477743e725cb059d468fb68999e0e9f6065044e4a6ca62d4ca04fbbe0 368130 
libsoup2.4-dev_2.49.1-1_amd64.deb
 a33a70de57bccdec3d7f73b38ddcd564f00f5e11ddc947d7f15c1f48a6db8728 261848 
libsoup2.4-1_2.49.1-1_amd64.deb
 a36b3cc751f3252e3937f14f33a98fa0c1d4f3310f89808fe94eeeb36d2e8479 617986 
libsoup2.4-dbg_2.49.1-1_amd64.deb
 f91e10d50d668b3cded79cbb5616a80705e71bd2fc4dd176530f74b9b8b28de7 57806 
libsoup-gnome2.4-1_2.49.1-1_amd64.deb
 b815d1326bbc25938133ad6a9b9d7650c29fdee87466c32e79559d711edf28c1 58860 
libsoup-gnome2.4-dev_2.49.1-1_amd64.deb
 5415fdb80ef34ca32dea5315ff45e2004809878df116e6849ab48dfa07026157 75738 
gir1.2-soup-2.4_2.49.1-1_amd64.deb
Files:
 feb15188b5cd78f8e7509225288eace5 2765 devel optional libsoup2.4_2.49.1-1.dsc
 60f3b57efbaa48a0375c3e61fd3f5c3b 1705712 devel optional 
libsoup2.4_2.49.1.orig.tar.xz
 175f9f16094522d48f16b64d79fd17df 14980 devel optional 
libsoup2.4_2.49.1-1.debian.tar.xz
 ec9469b7c96cea9fc51d61ba19af13fd 217870 doc optional 
libsoup2.4-doc_2.49.1-1_all.deb
 2508d8c15297a96bcc6b76de7fa01abb 368130 libdevel optional 
libsoup2.4-dev_2.49.1-1_amd64.deb
 d0bc3b5bc2875791b8d00dabd33a3e2a 261848 libs optional 
libsoup2.4-1_2.49.1-1_amd64.deb
 f9f62634ce9262b2ade6d9ee378178ab 617986 debug extra 
libsoup2.4-dbg_2.49.1-1_amd64.deb
 2d4a94332e06e651c25e49ba24f86e2c 57806 libs optional 
libsoup-gnome2.4-1_2.49.1-1_amd64.deb
 6bc4c4fc40bf9da7739d816306d1c941 58860 libdevel optional 
libsoup-gnome2.4-dev_2.49.1-1_amd64.deb
 a70be4f6b2c710b79185f3b4323960c9 75738 introspection optional 
gir1.2-soup-2.4_2.49.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUdby3AAoJEONS1cUcUEHU9sEP/13Hh35Cstfnqe2bfucn7spI
KcsqwnqM7wh49lONOBe5OBgunK36hSfcm8XulB8ZLcTpcH385bxsA5sST/P/kipc
QlDEG/hvUfvOuKDFhhNFP1YwsSU0vQRUS8jIzo7w7htZvLYjbwuhGIxzLQO7WW5H
drcd1zW4rFsmvH6Nos8MWA6XlnbJXIWIQ4bM5q/vfuHi4Pl7gEgD4BNcj4AyC8eg

Accepted epson-inkjet-printer-escpr 1.4.1-2 (source) into unstable

2014-11-26 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 13:36:11 +0100
Source: epson-inkjet-printer-escpr
Binary: printer-driver-escpr
Architecture: source
Version: 1.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description:
 printer-driver-escpr - printer driver for Epson Inkjet that use ESC/P-R
Closes: 755408
Changes:
 epson-inkjet-printer-escpr (1.4.1-2) unstable; urgency=medium
 .
   * Backport the 1.4.4 change:
 - Fixed a problem when using Rear Feed Slot as InputSlot
   (Closes: #755408)
Checksums-Sha1:
 203cb7207f248ee0726ec45d5b3d0c3a30bf1395 2048 
epson-inkjet-printer-escpr_1.4.1-2.dsc
 83c9ee72153c151f9e1fa66f95200fc67213df63 5320 
epson-inkjet-printer-escpr_1.4.1-2.debian.tar.xz
Checksums-Sha256:
 50cbfadd4be37990c5db31140bd22e6cbfb45ae58b83cf81e8265a4255587cc6 2048 
epson-inkjet-printer-escpr_1.4.1-2.dsc
 6455d4b38921a4b3dcc79c941ec2d62d614aadc1e22be8fca5dbcd19f0b17ee6 5320 
epson-inkjet-printer-escpr_1.4.1-2.debian.tar.xz
Files:
 aadb27b0ba2023555e055e085c56cf64 2048 text optional 
epson-inkjet-printer-escpr_1.4.1-2.dsc
 39278c466f68af0fa6ffd6b55da87cbf 5320 text optional 
epson-inkjet-printer-escpr_1.4.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQGcBAEBCAAGBQJUdctaAAoJEIvPpx7KFjRVCccL/0/iUG4Nka929yLZgoGa3WEV
+12Mpu7ddC0DGmZs48j/tvjxLOPOaPWKY47VdLyN+v6eEnzeDgHly3dYAquHbwbY
5tmizb5/UhUNOywXumJf21LIK/ZRrbWn8mkG7+7j/p1L6sQMK/5KQU1yLzb/KSN+
1yTXSulI3YhE5GzsPzqV8LOHVKP7HYITg9eMEAPiFMM7cxQuoEPL244pcQexIHPv
lowrhlkbyQbCcsrdWJCb92FDYPlN5MMIJMrvNWMhwj+9dn6WNa2hkNObiX+jZEX2
ItAZC81hmE/wtG7I5HNWraNMviH+QAMY5qg7xDPdqyrSh4/VeoXuUb3U/iWX1fA7
GdHVn1K4S99F9hAHaTqyxRen+Sa0IqV+hLFyfV5Fk/VL06DzcBMztSU1imCH8PQL
cCDFF04u8r1khWMblief3HLfFjMSSJl4rN9umiZeL3MyTtGSf0C8codrXEOvUCEf
8xH+Ct9tcBY9rr3ejg4OY7AuuTBQRPnnd6oEENZkig==
=QoVB
-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/e1xtc1k-wy...@franck.debian.org



Accepted android-platform-build 21-4 (source amd64) into unstable

2014-11-26 Thread Hans-Christoph Steiner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Nov 2014 12:53:11 +0100
Source: android-platform-build
Binary: zipalign android-libhost android-libhost-dev
Architecture: source amd64
Version: 21-4
Distribution: unstable
Urgency: low
Maintainer: Android tools Maintainer 
android-tools-de...@lists.alioth.debian.org
Changed-By: Hans-Christoph Steiner h...@eds.org
Description:
 android-libhost - Android utility library for cross-platform tools
 android-libhost-dev - Android utility library for cross-platform tools - 
headers
 zipalign   - Align zip/jar/apk along byte boundaries
Changes:
 android-platform-build (21-4) unstable; urgency=low
 .
   * include Breaks: and Replaces: to allow for proper upgrading
Checksums-Sha1:
 654f0f16052a9014b4d99d54f95bf1cfc9b4f9a2 2352 android-platform-build_21-4.dsc
 da5ed86aab864ba137fa9166610161f61de3a154 9296 
android-platform-build_21-4.debian.tar.xz
 f70b31ad16d1f95dcf81183c5fc525b17d2588bf 22386 zipalign_21-4_amd64.deb
 ecdb5f81f79bc8327476b3bc7e5d5f9f6fe64ffc 11734 android-libhost_21-4_amd64.deb
 9ce64d2674d0da7f5a1dd00880b84a120d081303 11586 
android-libhost-dev_21-4_amd64.deb
Checksums-Sha256:
 7d545e78537c8da562fa55161f4f6afcaa79149a3359c6d1842b085ba8b96267 2352 
android-platform-build_21-4.dsc
 b6c800325a6d3785bb292f9cca58aa374e67b342676185dcdf3d9b90627ed708 9296 
android-platform-build_21-4.debian.tar.xz
 4e390fe032ca49bcb11dca5626b4420e480c209fe07754e5b3ae00f597ffec51 22386 
zipalign_21-4_amd64.deb
 2ef4939f15704dc005aa5a49b2bd269f4830cb6aed78d7ef59bf89766127c44c 11734 
android-libhost_21-4_amd64.deb
 86b46bf426d8953d28968c9033bbe19f9e709cc5839b128724312ef6750cc85d 11586 
android-libhost-dev_21-4_amd64.deb
Files:
 efd03985353e7f24b500bc88c9c4211d 2352 devel extra 
android-platform-build_21-4.dsc
 34db74895a8b90f4b21988da4e1d4f3f 9296 devel extra 
android-platform-build_21-4.debian.tar.xz
 438bf4900b3dd898cfa96a8e65f84a2d 22386 devel extra zipalign_21-4_amd64.deb
 6141d1735dcc9e0f353300209dd5a7b0 11734 libs extra 
android-libhost_21-4_amd64.deb
 cddd47b5ab68898f62841d6bebfcaab1 11586 libdevel extra 
android-libhost-dev_21-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: GPG for Android - https://guardianproject.info/code/gnupg/

iQIcBAEBCAAGBQJUdczUAAoJEJ8P5Yc3S76BcwYP/RZkgzXEKp5F20xRSffaJ3kS
yl+q8vD0fRsc4sAPlvC5pCaI8Q0/a5LbPIlOD9qTKsQQvuM/PDHCqhNrjzWbEMiY
+q7ZtBVKmbT390ONeA0XD875N/ND5tRMRykpdwUXC0RORsOik2fWJ4jK8HsYwtLO
kTZO42LNCLBzEv7HMionKgVnKNofRDk0IFsmiZkNVIsl8bMwr9SID80ztNdLoWom
P9vc3ELNPGLrrdcrEfTUfHMQ1lDnkawVDaYHFZ3MvjBqFMCVkd4VBGAd+pkAx0Mk
ou4+Cl+vEexc6WElhfzDzTxU5vQ5hlMyHTK7Y7TZ/VeRTMW6Q9EcBvO4smp03VUA
721qiJNYdDyixJ4cYJZqwaNoUp9z4VgWrlqq74pMjoLeXA0sZZVjKggsCarckop+
/Ltb0cmvBGfm74WRLICGWqEHeptM/U/vBKNUm4lTTGo4bbR5sDJ0IN1e1Ip0AbWv
FrZz2slcord+QZ1yd3jTI2uRCw6Jo5ETa3edKLIo7xyQHt/b3JpZ8NH33iC4RFBR
yFEkDoWp3Ji0EdPO/tqfwfzhUxmMAHizx4WLKRrmb37Aitxwk4v0yAcRUEExesg7
Ev05D6xyQLa8rRDZYRKohBCeX8kINrlXg+fNZ5ngiz0l7fUchze184seaJOepueZ
KaUJ8YQc1eFiZiAQDWgH
=UQbQ
-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/e1xtcga-0002nn...@franck.debian.org



Accepted android-platform-frameworks-native 21-3 (source amd64) into unstable

2014-11-26 Thread Hans-Christoph Steiner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 14:55:28 +0100
Source: android-platform-frameworks-native
Binary: android-libutils android-libutils-dev
Architecture: source amd64
Version: 21-3
Distribution: unstable
Urgency: low
Maintainer: Android tools Maintainer 
android-tools-de...@lists.alioth.debian.org
Changed-By: Hans-Christoph Steiner h...@eds.org
Description:
 android-libutils - Android utility library
 android-libutils-dev - Android utility library - Development files
Closes: 771062
Changes:
 android-platform-frameworks-native (21-3) unstable; urgency=low
 .
   * add Breaks: and Replaces: for proper upgrading (Closes: #771062)
Checksums-Sha1:
 319906d628981b7cfa4866bca7ae2019438d0cb6 2488 
android-platform-frameworks-native_21-3.dsc
 b95f936013934c44eed056e6f507fcbaddc5d430 7208 
android-platform-frameworks-native_21-3.debian.tar.xz
 47c407aef53ddeb3bc3c8e6eb86c5f87ff3931af 67984 android-libutils_21-3_amd64.deb
 331d04dae09c81d7c8d8e144c5fe4aac42e15111 141850 
android-libutils-dev_21-3_amd64.deb
Checksums-Sha256:
 545b679ce3af8b968980d471fc8aed46f2e8fc47ec558b3e5ece0f0ff430c4f7 2488 
android-platform-frameworks-native_21-3.dsc
 724f776e67eed943c67e5114ee9f61e4d0f0cc219873fcbbbce70d52e81bc8a5 7208 
android-platform-frameworks-native_21-3.debian.tar.xz
 5c207adf16e11394ce4f81559779c53099603ef3ba9f5a209a20efaa2722d642 67984 
android-libutils_21-3_amd64.deb
 73aa1cab982b23bc1fcc84f6658dcb8cf25e1c2d2cda1697be947fcdd45b4a71 141850 
android-libutils-dev_21-3_amd64.deb
Files:
 3f51b9e5358de12c2c3c637a850fe0a3 2488 devel extra 
android-platform-frameworks-native_21-3.dsc
 e7447d51a872f287609a37cb00e3cd6c 7208 devel extra 
android-platform-frameworks-native_21-3.debian.tar.xz
 0a2189b343fb4b415cd60078a662cd8c 67984 libs extra 
android-libutils_21-3_amd64.deb
 134d1d840f1c718950a199691a26cace 141850 libdevel extra 
android-libutils-dev_21-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: GPG for Android - https://guardianproject.info/code/gnupg/

iQIcBAEBCAAGBQJUdd3oAAoJEJ8P5Yc3S76B6d0QAJ5+8/L4xC26CL0a26uZPU0L
lYYMgM1aC2kjb0tTKkbhY2wPRvfBd4Dm5VhGgTUqYwoTBxSFmm9CJisnhuJ0ZI+j
0wdLInBDYzEDBW234/Lzkz6g8UH51LyeqAsV6RUiOw3W55CnqKhf5wkPic30Omdb
MSKC7xAbMjOTUV6+lXBkw47Pd4NSCwEIDU7H3yginpPogDgXBKYmCC0z4h+gF6jN
5KY+d5ScpDEIQx8jzE6w7p71SlLg/wYrro93KpmzgW6XNOaFuCcyFvYcNj9vTfrN
lGRmXSU86nuUzlSffs+jUe7q0zOfln/t7zCVNQIl7x26eOUeMZU3vnTXySC983hy
MSQWqRM8ECqjixz3KVDbboMvC5G8snQoFxQTBaA9x0WcWHN/BtzSpf6Pt49w1DPG
7o2Egpv8CbOzDRkLA3+WJlwket2FpCEaBafHHCAhRQtdeTkZ1tiaH6C2/QwulW6D
FAOqhm94ahujyHlQSWgxr4ahvL/SW972SfK6mxuZWbbcLWffYCMmkqak297M/WZD
9JkO0gizutb/gIs7CMb6pztB78yloGIPBRSIri4UFPRXwIGpyKKK0JnHOIbaUMox
ljy9C/5Jq/dohZhez+6kSFTawkFzAmS05hhHv+xgMObB404uOVQeWBpNmuizGLcs
iIcL/0ChKWom149B56KH
=npfQ
-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/e1xtenl-0001zc...@franck.debian.org



Accepted jss 4.3.1-6 (source amd64) into unstable

2014-11-26 Thread Timo Aaltonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Nov 2014 15:48:14 +0200
Source: jss
Binary: libjss-java
Architecture: source amd64
Version: 4.3.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian 389ds Team 
pkg-fedora-ds-maintain...@lists.alioth.debian.org
Changed-By: Timo Aaltonen tjaal...@debian.org
Description:
 libjss-java - Network Security Services for Java
Closes: 688472
Changes:
 jss (4.3.1-6) unstable; urgency=medium
 .
   * jss-PBE-PKCS5-V2-secure-P12.patch: Bump NUM_ALGS. (Closes: #688472)
Checksums-Sha1:
 223da2571c46e5001be2de45f262d72d75bb3e39 1936 jss_4.3.1-6.dsc
 457157d4e93a8cb3de96155a0991c3735dfff7db 361652 jss_4.3.1.orig.tar.bz2
 4bb6f0587d3d29d492fbb599a6c396e617eaec45 112180 jss_4.3.1-6.debian.tar.xz
 083d3de3feb1c9852fb2558f06bbef40e2e9f2fa 685902 libjss-java_4.3.1-6_amd64.deb
Checksums-Sha256:
 58879d57bba447075f36a7f72b7cf938c497f1fc1c3bb0dd450e01520b16fd40 1936 
jss_4.3.1-6.dsc
 8d3e848f018fca1a2e5b75f3231546b17923df10002091f7dfa2e53cf6f7a183 361652 
jss_4.3.1.orig.tar.bz2
 abb744524ef89fe520c04b269b65e4624110c80803acb49d4ba105745aebaa87 112180 
jss_4.3.1-6.debian.tar.xz
 6dbfca92c0e174df53fbda98471ac74e4c7d564bdc931998d063a45f08f500b7 685902 
libjss-java_4.3.1-6_amd64.deb
Files:
 6632dbe4fd1f39db2fb4688cd612ab51 1936 java optional jss_4.3.1-6.dsc
 5b16d2315006338b55653336be4ea750 361652 java optional jss_4.3.1.orig.tar.bz2
 d6a7270a154c19e21a6ba9f27fb70180 112180 java optional jss_4.3.1-6.debian.tar.xz
 c8fc7125e3e86f2b0a050382720080e3 685902 java optional 
libjss-java_4.3.1-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUddt2AAoJEMtwMWWoiYTcojAP/jQ9y7s+gtY7is+6klaG8Lhs
hobSiFv+EsZhb/YUU1cCnJ5L7zQTAQPMilCpNqfTHTn/XR5Em6Dcn1W9bL73ltWV
RPQx1SGXCyZXlUJ5Wr1Pf+L/A6r833i+M/cxosyTbP4MNjqmax4PHvv73SbK2qMn
TP8DFykZyY3rOeXxjt6gllGKLr/A+vEb+JHxpkTLp7doQyE34APW7N/NFnzaeZNq
Md/xaoU5LmP64q1bOSWtRDt9BM+aGwCItZ6ex+ZO0GNMp6aUjPFaA/i0f0iaNZcP
uE2Hf6Hx34NSsHS8EI3+A8jqI0M4V2LW850pvcg5n5/ppQexkDmQqAbgE4JDlzCi
lynYzNpBj4XpNUFw7VuvnzNOFTG6tS6gRrBFolrwBaa0aZaoJz1m/8gv/3bEM1+g
VOolCwzvpcqkmBTMJkpJU3vLwG6KMnXaFy/ispQcHXjL6XIO6kzc4KEJiecuuQRM
7kOb3YPFLAl25a8upEQfC6JHjloR3lh02UgREiVHy++DX5qBeU6s48lfNZoIR1iY
gZC/7NzCD+3ir/LKkxMmMzMSdF2/gG5g2oqZ6X5NGle+2yV0rU7alJvRbKOelzEz
YDiCsqI9hlzXiDfD9xoQZe04TATCEBQa3iueoGnKWiCEEqPv0LJlV3/W8TjhtPWu
enIWAE9ls8vMUcLEhAer
=ejcg
-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/e1xtenf-0001do...@franck.debian.org



Accepted handbrake 0.10.0+dfsg1-1 (source) into experimental

2014-11-26 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 15:31:56 +0100
Source: handbrake
Binary: handbrake handbrake-cli handbrake-dbg
Architecture: source
Version: 0.10.0+dfsg1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Ramacher sramac...@debian.org
Description:
 handbrake  - versatile DVD ripper and video transcoder (GTK+ GUI)
 handbrake-cli - versatile DVD ripper and video transcoder (command line)
 handbrake-dbg - handbrake -- debugging symbols
Changes:
 handbrake (0.10.0+dfsg1-1) experimental; urgency=medium
 .
   * New upstream release.
   * debian/patches:
 - Removed 004-link-pthread.patch and 006-add-video-ogg.patch. Both were
   applied upstream.
 - Refresh 005-use-libtoolize.patch. Parts were applied upstream.
   * debian/{gbp.conf,control}: Work in experimental branch.
   * debian/{copyright,rules}: Use uscan to repack upstream tarball.
   * debian/watch: Adopt Debian version scheme.
Checksums-Sha1:
 2eb457cb1cb8f82b1b8c92e003a0dfcb87fcc727 2989 handbrake_0.10.0+dfsg1-1.dsc
 af3c184be774fff4f59f7e4a5190fadd3f79adf8 6542197 
handbrake_0.10.0+dfsg1.orig.tar.bz2
 d6ec04d4248ec7262d8466c408e03386325f1e97 14920 
handbrake_0.10.0+dfsg1-1.debian.tar.xz
Checksums-Sha256:
 a6f81d39adff25196cbbd9eb9b5f7f34bba5134fd46d50e667f49e69d0566816 2989 
handbrake_0.10.0+dfsg1-1.dsc
 473ca4a398592605085a619a8436cdbce75f3f7e25a4a805bbaf5d77d13a4417 6542197 
handbrake_0.10.0+dfsg1.orig.tar.bz2
 93f659befbf5e4e7ed969fd11e5c852b739cbca5dcb344c16cad2f41735c003d 14920 
handbrake_0.10.0+dfsg1-1.debian.tar.xz
Files:
 f98fb35d1eea05d09c964dd357dc0c73 2989 graphics optional 
handbrake_0.10.0+dfsg1-1.dsc
 316bed852679f25e53d7f99620c9ab07 6542197 graphics optional 
handbrake_0.10.0+dfsg1.orig.tar.bz2
 c3086eb6f1ea3e42ac0a5d58fb078678 14920 graphics optional 
handbrake_0.10.0+dfsg1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdeYyAAoJEGny/FFupxmTAq4QALsEJp3VxmJT5crZ7smek7xL
YB4t59grCU7Fa7Tfb0e/Al/vxjXvfR/lLeu59g74Ni7PYRU40uPbE/aS03Tms+7g
4oVE4+1YmSRhc5c3Uj2ZZ/WnUwcILKmpp6i7mBL043Nt8/aQ8Fd1uYemjuT0bJoY
0jFndXTaPKwpzAjlRy/vZ2y57iYCP54P4vtEYakkSy4G9sq34SnzrP1DxuCsnvX0
AscYjNEercvfuZftbizj4eXU2UiyGkEhKK971aAp9uL9Eb2qEaw0eBrV1Vg5NBnY
yPaYZb3V1hPxoOJ0fQBcFyoSaSRBTBhipO/4rp+Hvf1BuFOwFywK2V3bncfueOIu
YYHYvv/A27TNSbdV+YKGCZsovfayVygUmEsENkZIMCJDxAeHSYr2LVIvHY1vuTdS
4TLq7jr6CS625W7UxyPOhbp0IKuH4i4GaIudKiyXWQ03dTxU+BIwpPpukikkbIzf
c53H/7eJcrhILXEkj9bAyj3Jdd9jnIV2SlwfLPd5Gb62jz3f7/0QqpCev5IZ2sfb
L2YDYxVzhEGoV53CarTc3BWzvU0fqUNfexDFV4ktMf3IRdtms1+TYI0oTsVdKXOg
qwTAh8rdbB1clVFcf3fmeQsuu00mD3Mjo6ZGspMAnTUnXaHQhhvM/1GYfp5wvCBo
aDiGwe8w4DMocdxJ6skZ
=Eg6h
-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/e1xtenw-0001b8...@franck.debian.org



Accepted ruby-omniauth-wordpress 0.2.1-2 (source all) into unstable

2014-11-26 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Nov 2014 19:02:31 +0530
Source: ruby-omniauth-wordpress
Binary: ruby-omniauth-wordpress
Architecture: source all
Version: 0.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description:
 ruby-omniauth-wordpress - Wordpress strategy for OmniAuth.
Changes:
 ruby-omniauth-wordpress (0.2.1-2) unstable; urgency=low
 .
   * Team upload.
 .
   [ Nitesh A Jain ]
   * Added source link in d/copyright
 .
   [ Pirate Praveen ]
   * loosen dependency on omniauth-oauth2 in gemspec.
   * Bump standards version to 3.9.6 (no changes).
Checksums-Sha1:
 40c8a6deb30d56218f3ca271e9914e57e36bd35e 2198 
ruby-omniauth-wordpress_0.2.1-2.dsc
 58b6930279796a977710305537416f3935eb0d20 2608 
ruby-omniauth-wordpress_0.2.1-2.debian.tar.xz
 2cc6cb59e6c3c2d46a17306180eecde63d6418e7 3656 
ruby-omniauth-wordpress_0.2.1-2_all.deb
Checksums-Sha256:
 f090c89c879508d2e6e1b7f37329a4f926a1e4bc34fbb31aa776c63eac432049 2198 
ruby-omniauth-wordpress_0.2.1-2.dsc
 ef9f93ac146f395eed460c1c6ad3cc09d2092346d29710f5624ee13d93af1177 2608 
ruby-omniauth-wordpress_0.2.1-2.debian.tar.xz
 95a869e167fa06c5b83352192784d1f9f7d1c951348b1e046353711593c1d68f 3656 
ruby-omniauth-wordpress_0.2.1-2_all.deb
Files:
 af0ce30e09d04949d616978c94aaca8c 2198 ruby optional 
ruby-omniauth-wordpress_0.2.1-2.dsc
 7075adc7f2d936d95f71711e12d6bc7e 2608 ruby optional 
ruby-omniauth-wordpress_0.2.1-2.debian.tar.xz
 6b7011afa3b893831a3de0a28b1f0bd2 3656 ruby optional 
ruby-omniauth-wordpress_0.2.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUceI/AAoJEM4fnGdFEsIqOgkP/2y1rsxeNKfskVrXWCMWcjg8
cNLIlQx0XwjkSbyohpSU6+lvF/IxK7qhvLETcmrlXc4jm6oPgIW697YJ0vcn/HYG
vwiT1fnP/utdThVnXbGFt5iTPql+ew0J9J1j1m4SnVa7zB5ohfNh6kl+qE4cQN2I
j1KjBU7uae391QUAnTKuFmO8+2NXdXIpR9f7acauVQgb/jeSv3JvCcKkiAIghuyf
isYjr/jaxeBMQYuPPXQibkiVCQnHjBT6HLUsE2ryDa76csYmWFptFW3gPY05+w14
ZGQrsgaFwZS0f6YMbvVHNNNAsN5oOy3aoBjHCANOKhao9ULfblvonqM6Y9IJbYXx
KI6ZqQibVP7ks4owRvHw9Omcd1fSx09H9xnO+LqFNzdVpxoS50LPZOE5u3AtyPD0
lhv9bg/TLZPR4L+nZ3YzdRhl++ucmTf+Cv2ftnoX69Inc8wLSJMFthW3VTKviszr
0ikfkbZu9mqOQt+hqbUi2uZZXG0UWdZ/hsTYDeOk8DsJ6QQBJjGcO+td/HU2LYad
cuoLFMYzQ8oR3TIguUk8W1ouM+mO89r2OvqzUbU91J0jZqDoQZJJKZqbU+CqlpiU
m/gOh46Wbar7TKRAWBQH9028wPogZVLumvlZDnwSJoX7cVn53oR/WQ0hetOIHFkM
zbmZRrAH51fJUAaAkAsc
=zvN2
-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/e1xtenw-0001ib...@franck.debian.org



Accepted ui-auto 1.2.3-1 (source all) into unstable

2014-11-26 Thread Stephan Sürken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Nov 2014 14:26:18 +
Source: ui-auto
Binary: ui-auto
Architecture: source all
Version: 1.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Stephan Sürken abs...@debian.org
Changed-By: Stephan Sürken abs...@debian.org
Description:
 ui-auto- Autotools library and development tools
Changes:
 ui-auto (1.2.3-1) unstable; urgency=medium
 .
   [ Fixes minor m4/doxygen issue; not for jessie]
   * [6ae1394] Imported Upstream version 1.2.3
   * [a366a06] debian/control: Update Stds-Ver to 3.9.6 (no changes needed)
Checksums-Sha1:
 912a6ef183127f472763905df483cc5fdf45d175 1193 ui-auto_1.2.3-1.dsc
 9443c1afb46be908c5a72f13d247e415e140e639 178649 ui-auto_1.2.3.orig.tar.gz
 bc2d53bfd13169f29cb9dee46b35a4623d3c3667 7740 ui-auto_1.2.3-1.debian.tar.xz
 5acbc1cd3f36fa17c480bf3d29f1057472217015 84978 ui-auto_1.2.3-1_all.deb
Checksums-Sha256:
 a252d96272a2bdc9f8e0f259f5b5468758f00a9e14e78d61a8472d353dc797f2 1193 
ui-auto_1.2.3-1.dsc
 ad92c464908d38e0515918c7f511d7b74112badeaaf82ca08f6427bfb421360b 178649 
ui-auto_1.2.3.orig.tar.gz
 81432c2000328b17703806a9473aa052be0e251d2e55518a973d8c34578a55e1 7740 
ui-auto_1.2.3-1.debian.tar.xz
 0e1387dac76b9d66500213a226d740947875265070b1df753a6716ef9cf7 84978 
ui-auto_1.2.3-1_all.deb
Files:
 72946940c1dc0b3b330cbf9230d4bc3f 1193 devel extra ui-auto_1.2.3-1.dsc
 5920ec99f4150972414acc53bd23849d 178649 devel extra ui-auto_1.2.3.orig.tar.gz
 a942b816b63620e74a6c922b3378a69f 7740 devel extra ui-auto_1.2.3-1.debian.tar.xz
 fe22d2e5453c6fa20f002f510190f81d 84978 devel extra ui-auto_1.2.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFUdePTzCVHePKM0QIRAlJEAJ44s73WPlNKUJOlPKuNzvjRrFwGGgCfbTAt
4YjMet/lnM1BHtlJ2nNFHOE=
=X0uy
-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/e1xteof-0001nk...@franck.debian.org



Accepted ruby-responders 2.0.2-2 (source all) into unstable

2014-11-26 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 20:35:53 +0530
Source: ruby-responders
Binary: ruby-responders
Architecture: source all
Version: 2.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description:
 ruby-responders - set of Rails responders to dry up your application
Changes:
 ruby-responders (2.0.2-2) unstable; urgency=medium
 .
   * Team upload.
   * loosen railties dependency
Checksums-Sha1:
 2ed50ecb761b59fd8ec1b06440cc49c57d12be4e 2157 ruby-responders_2.0.2-2.dsc
 47a197799cb6be6433235200248584a51d32667b 2960 
ruby-responders_2.0.2-2.debian.tar.xz
 61b96bd70dfeb09bade168261f637d3c8f58d4b8 16466 ruby-responders_2.0.2-2_all.deb
Checksums-Sha256:
 7deb1340810c584ad57f27708b1b512a5dd54e5aad2189f1dacce918283ab637 2157 
ruby-responders_2.0.2-2.dsc
 e78ed6f5a32382ff87ec45395cd5979aaa10e6d457825dc8f6afd94573a3418c 2960 
ruby-responders_2.0.2-2.debian.tar.xz
 e11304af8dc8d438ec52e456bdd817bf39894643917201d8a239bdc1f3db1ff4 16466 
ruby-responders_2.0.2-2_all.deb
Files:
 301676cad5f3f6346e08574543d26c23 2157 ruby optional ruby-responders_2.0.2-2.dsc
 04cdb1bafd5f857d1e805556d7078ad1 2960 ruby optional 
ruby-responders_2.0.2-2.debian.tar.xz
 8d4654c9467619774f8c8f3c79bd3e87 16466 ruby optional 
ruby-responders_2.0.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdezBAAoJEM4fnGdFEsIquO8QAJL9laRdTKgu95RlzA4Y9526
0hn/nQdisXNBOw+mHrbFtUDr00XD0wz/0O6yzqDe2HNYkPK/wWSgYX2uJaDzC7EK
Df/06zMbWCEC3KkRDTqL3DxJaDEYrzIRb6LFfE1wVCe9NdUDPnPWkfs4t0R0dYPH
1yk2ifz7xWvS39xAVbnJlyWf4o0V4dSnMveTPGKWqtUkUfWFqvDVAneCjSDcZ9Ft
x6JbR09ehwiOA1DENlRf7DUmnkV9EaWGEK467m8eyl6Mi8V1nLJDJ+0eA8F6DjuM
qG6aayCbWY1uIp58jNx2ES5bWYJwTi4WDtzBTQ6faF9cLJml852xXV/bXRrZxUwb
2x7Ns12ERXFnGRBPOfoDMXyJaFLICSbyFty0jpbXomlsq3IPCPhlb/zHFbdeXrmy
O9wXDOHTmHeFlfrv1j2LumAs4vuovy3yCHrUYGACWJaSksBzFZpL0bqrcc2tGYPV
58mQUqVlj8LBbpKZ9r70MMBpFYToW7Z9QGT2KueppQPzo1aYGbhllVbOJ+/Om1qj
COipp/vmaOtBqikKHsBuCSxAGdf5AibUMFdXJmQ3tJxVLooCKGy/jns6vWmJCipB
zBIk87JI7QNpXDLUVQ1ZQWquz8/CS6juxuY0bGGOKqrKzZkHkufIIsWs8tDLf9gD
7CjR9ErGH+NX4qZUTSH8
=F0CE
-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/e1xteo2-0001ki...@franck.debian.org



Accepted tomcatjss 7.1.1-2 (source all) into unstable

2014-11-26 Thread Timo Aaltonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Nov 2014 15:50:17 +0200
Source: tomcatjss
Binary: libtomcatjss-java
Architecture: source all
Version: 7.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian FreeIPA Team pkg-freeipa-de...@lists.alioth.debian.org
Changed-By: Timo Aaltonen tjaal...@debian.org
Description:
 libtomcatjss-java - JSSE implementation using JSS for Tomcat
Changes:
 tomcatjss (7.1.1-2) unstable; urgency=medium
 .
   * control: Add versioned depends on libjss-java with TLS support to the
 binary too.
Checksums-Sha1:
 29cef410f89b73a1478728d635411626f71c06ad 2013 tomcatjss_7.1.1-2.dsc
 350d6ee9e8e545b19a60bf26037c4a0add7e469d 2 tomcatjss_7.1.1.orig.tar.gz
 6c156079fc374dc23e7ccd39a79921e568377f60 2316 tomcatjss_7.1.1-2.debian.tar.xz
 5bf85347489009afb83e3a4121b59760efe657f5 18538 
libtomcatjss-java_7.1.1-2_all.deb
Checksums-Sha256:
 9ccd745ed3612f829c06e5cdaf44d218d361960ef21830930809440a51646c82 2013 
tomcatjss_7.1.1-2.dsc
 9abf433be6295a10a5367807f9022f490a4bc6c1d67b1c98a5cd6fe20d10bcd6 2 
tomcatjss_7.1.1.orig.tar.gz
 863a379368669c938ed2fe7dfdb8870f24a673947e9192a40a399e4ffaff4003 2316 
tomcatjss_7.1.1-2.debian.tar.xz
 d9dca5898ce4391bb785058e6487518168d4a9254c7c0641644f0efc8b1b8309 18538 
libtomcatjss-java_7.1.1-2_all.deb
Files:
 3a3be8177b7a9c58df1f8c930d085b33 2013 java extra tomcatjss_7.1.1-2.dsc
 4d1fcc146a4fa48e132c7e8150faef09 2 java extra tomcatjss_7.1.1.orig.tar.gz
 2ccdf77d54d74e2741de716c54fbf63d 2316 java extra 
tomcatjss_7.1.1-2.debian.tar.xz
 42f417113d68cb51104877421ac49ee4 18538 java extra 
libtomcatjss-java_7.1.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUdd0UAAoJEMtwMWWoiYTc+LAQAKXT2R01N4EXNhYWEtG1wsut
yOaCLdOfOoS01EyOjcJKWZvhk7qAw/SSDBOWubK3EdDneOybfrvDV+p1bCadRKgF
zLyCpRIVR305vZvT2QEZFFamNpFcqjXcoN9xZ1ooY298OUIdFqnkgMinFOWqx3mY
Bu8pfmZp/5V1Lux3uWq6Q28oYYXkGIdbL8NVEiLKt7h0Yg8AwKPZEFRarUgbilVQ
PzOlO1tPdCeLvDYQyYDN7LkAd1z8q9/8y1VJ/Ic9e8mOy0oeshoFujYRqQFugGRm
EbP9OBoA5PW7PhD1pNoTAp/9OpqoSAr1wab8GsdcSQBcbM2a2AmIlTA+YOQwe10a
8jflHY5g55Nf6ItweMc0bbqjaWS/499TRSRs/N2gBzRPK51/mG9BonLxQ8YvbE3Q
dBl+9mMX5N4NSvd3ocV/KNwF2HxBcMMmc9ZnGvxO+w74Z7kjCWnLVx0gAZpq/Fo4
GbYxmjE9nQY11S3BJfhIauBNTNa4P54JwWtVFHHAoSpG+JcLMm/081RN7Y2eUgcm
yrduQkK9aajWM5b7ab6PtcDtS0074VzryoWGJmK1dvYm3r3+Svajunrcg+Yc3Zz4
ZUcOVHvwJeJ+ZtT+QF8k95gTZgohBn5nPggoBIbzw3RxhxioiBPN6F3kPirj7jHZ
gKZ3l9/4Co7fVW2QnEUZ
=69ga
-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/e1xteo8-0001lw...@franck.debian.org



Accepted libapache2-mod-rivet 2.2.0-2 (source amd64 all) into unstable

2014-11-26 Thread Massimo Manghi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 17 Nov 2014 01:25:03 +0100
Source: libapache2-mod-rivet
Binary: libapache2-mod-rivet libapache2-mod-rivet-doc
Architecture: source amd64 all
Version: 2.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Massimo Manghi mxman...@apache.org
Changed-By: Massimo Manghi mxman...@apache.org
Description:
 libapache2-mod-rivet - Server-side Tcl programming system combining ease of 
use and powe
 libapache2-mod-rivet-doc - Documentation for Rivet, a server-side Tcl 
programming system
Changes:
 libapache2-mod-rivet (2.2.0-2) unstable; urgency=medium
 .
   * Fixing lintian warnings because of improper usage of * in copyright
 lines
Checksums-Sha1:
 4b3577e4732ee2c8f01195d3a19991f7f23a34ca 1996 libapache2-mod-rivet_2.2.0-2.dsc
 47ea1339f9c49be7362cb78ca32ac05a330df5a5 11600 
libapache2-mod-rivet_2.2.0-2.debian.tar.xz
 f8d1f02c81196b4423b44869cab325c2b39b7965 148044 
libapache2-mod-rivet_2.2.0-2_amd64.deb
 95ef7df5fbecb879791b80a14e3887d781eb315d 238070 
libapache2-mod-rivet-doc_2.2.0-2_all.deb
Checksums-Sha256:
 70b4664cdc3ad2ecf64b0903b2f6e11c918452a1aca4b031156cc9ba8fe3583a 1996 
libapache2-mod-rivet_2.2.0-2.dsc
 16b9b3d6ce84e2fb0327e1034c0829e2d540da2b6d107201dce973f357e41280 11600 
libapache2-mod-rivet_2.2.0-2.debian.tar.xz
 fcd53793e175e5def1ded1ea84a2e27159d50a70413e9fd1b7d4e5e7cc1094fb 148044 
libapache2-mod-rivet_2.2.0-2_amd64.deb
 00e3ec8265c1b6dc84041353f822a7d043998ba622dfb784191a0937f5a6790c 238070 
libapache2-mod-rivet-doc_2.2.0-2_all.deb
Files:
 f28203191b38f8d913a29922f303ca74 1996 httpd extra 
libapache2-mod-rivet_2.2.0-2.dsc
 e9dbca044d8346b238604222b42a24a5 11600 httpd extra 
libapache2-mod-rivet_2.2.0-2.debian.tar.xz
 37f244ba8bcd2f2496fc038c78bcf853 148044 httpd extra 
libapache2-mod-rivet_2.2.0-2_amd64.deb
 94d0c6dcc37ee324f5ca0f768a024104 238070 doc extra 
libapache2-mod-rivet-doc_2.2.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdJ/4AAoJEKbcJNnaJJPR7FIQAJIHamyrRteQvqFCs5yy2bgc
2og//aTineJ89ku44JFH8MeaqQ3dLjDPzR91+ODo/iBBWNRmzIpVmzzAR0CwkQXz
/1gH+B3k45T5E/o4OubUpGjiG7ah4A+XOpmSxhj+B1XgDRfOP1rWLodYXkMYWjPP
+BELEWdlyK+ndLCrHcyv1I/izhbwC7rJ8G+2JJ4uratSX+gMpRJbywbflay3V+e9
3EHG+4mpsb5VQkiL6E6/FZBAP+I+Z3joGN3RlXvLP1cDARzK1TCRDN/POWq2Kfaa
bbT9hYE8tYNjARGhzPwtbs50UyEIozpbJz82IgK+TMKU7yIsYskK0RScuJN7aucg
Eq3FIzhfXpI/rvsgQeelOX4Xn0TgG1OIzjisRDB+9fN2OH/nN6pdVSHsiJ4dGsFm
ywBibHvyYojMfsEzuSGDsd/KSZJokCOAfvW3U04/WO/Xl5zKhqXenzkaIZXEtjIq
vxY7pRTRh0K2Gj38iyx/+dzc5mqt79jhOIsNlVtdN2G/EFppKc4QEJ3lgAi/aK9w
Ojqvybxqc0OpNoz6KnFYgJpTfD8NodB++ETAmS6KTvwLX/wJ6JI17bK5jFB7Z3vD
jHDJ+hgmoRFEd793D44+odPl5DAixYuxLHBrN6UaMvcCYsigwNoHsSNttZ33xApq
Z1dtXSJltAA6LrxBSbS/
=qUwf
-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/e1xtfj2-0008sz...@franck.debian.org



Accepted galette 0.8+dfsg-1 (source all) into unstable

2014-11-26 Thread François-Régis Vuillemin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2014 20:12:15 +0200
Source: galette
Binary: galette
Architecture: source all
Version: 0.8+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: François-Régis Vuillemin frv-deb...@miradou.com
Changed-By: François-Régis Vuillemin frv-deb...@miradou.com
Description:
 galette- Membership and subscription management for associations
Closes: 763082
Changes:
 galette (0.8+dfsg-1) unstable; urgency=medium
 .
   * Generalized Files-Excluded in prevision of upstream/0.8
   * Don't rely on phpmailer to act as an autoloader (Closes: #763082)
   * Imported Upstream version 0.8+dfsg
   * Uses embeded Zend as V2 of DB component is not packaged in debian
   * Add 'files' dir to support files type dynamic fields
   * Use existing php-analog debian package
   * Update copyright comments, holders and dates
Checksums-Sha1:
 f7d03f896b25c14d5c2e85291be9f4c9ea10315c 1661 galette_0.8+dfsg-1.dsc
 6d5358a37cc9bbc017e860e977112a9416f33f08 3092353 galette_0.8+dfsg.orig.tar.bz2
 238b554a0eaf60a2a82167f41ba964bddc7712f6 281808 
galette_0.8+dfsg-1.debian.tar.xz
 1285ca00871678d04dc9fba557f573f3233c7cd0 810272 galette_0.8+dfsg-1_all.deb
Checksums-Sha256:
 ac033ca709f1f167b35cf3f5600a47d579f2785074b3de67a7429bf492229647 1661 
galette_0.8+dfsg-1.dsc
 ea19ce45432a06474784486bcd0ce4b5ddb4ca28f1f6fefd2facb190ad77a502 3092353 
galette_0.8+dfsg.orig.tar.bz2
 002b2b703bbb0d2c86c64911a192645ab53a6a799a62ad9a4e08a3d07cd141bb 281808 
galette_0.8+dfsg-1.debian.tar.xz
 30b87963492dd17661ed1e6be1a499831632deed0d8c51d967a69e411b91c9cc 810272 
galette_0.8+dfsg-1_all.deb
Files:
 cd9e8daa76a240355629a93359e155c4 1661 web optional galette_0.8+dfsg-1.dsc
 87e562763d7900dc381a544ff57732f7 3092353 web optional 
galette_0.8+dfsg.orig.tar.bz2
 1434b62896b02ada955ecb5e6fca608f 281808 web optional 
galette_0.8+dfsg-1.debian.tar.xz
 42d9fd18c7484287fca807d3067b29e1 810272 web optional galette_0.8+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAEBAgAGBQJUdf6LAAoJEAOIHavrwpq53GEIALWi5MJ3n43seKJs37zhRBiw
kylrgRnN1y8LbJEW/tqSPQAGefQ32lMcDN5GmauK5o97JhHL/Q4T0dpV2O41wDMQ
KLfRDPCKbCVfN2K8MI1hWwKFYQCdMnkSghrd/SrOlYVE3WlGQpgZ6z36tntKXCVF
cwDLaWH2clKQwpkmCdD3fYfNNCUNGGEgARVC7NkW8c7ifD+h/ssgMIguVZji67Yb
ZDHrZzTHwh18QfCIEtjPZ6ZQC7VqX5VigCm5x0dJQ0BxRXIhuF03057pUfDPt/qd
UyMoSW31f1KllsSS9g6RDGCdc60np5L6HZb04yW1CuiTKtfWC+nlRj19BZF2vFc=
=zYLV
-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/e1xtfxk-0001bq...@franck.debian.org



Accepted galette-plugin-paypal 1.5-1 (source all) into unstable

2014-11-26 Thread François-Régis Vuillemin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Oct 2014 20:56:57 +0100
Source: galette-plugin-paypal
Binary: galette-plugin-paypal
Architecture: source all
Version: 1.5-1
Distribution: unstable
Urgency: medium
Maintainer: François-Régis Vuillemin frv-deb...@miradou.com
Changed-By: François-Régis Vuillemin frv-deb...@miradou.com
Description:
 galette-plugin-paypal - Paypal module for Galette
Changes:
 galette-plugin-paypal (1.5-1) unstable; urgency=medium
 .
   * Imported Upstream version 1.5
   * Update Standards-Version and make depend on galette = 0.8
   * Changed dir from sql to scripts according to new upstream
Checksums-Sha1:
 fb4449286ae3069d1f84a19f3b83ffd5ff5a8bc1 1702 galette-plugin-paypal_1.5-1.dsc
 25b9221579e1e441c05107e415ab8aa40b37fe3d 35070 
galette-plugin-paypal_1.5.orig.tar.bz2
 67b38a7645322ca21b29689ba37fec384ee6c241 1924 
galette-plugin-paypal_1.5-1.debian.tar.xz
 42a4d0ea2df1dd60fa975acf7da40a761b73fe31 23752 
galette-plugin-paypal_1.5-1_all.deb
Checksums-Sha256:
 508381238b77d9c3bfe1bcc939a5e88a5dc8e7ab41aa8981c54e15ba4d1078ee 1702 
galette-plugin-paypal_1.5-1.dsc
 8fd538ded30d2a136972f977cd3278494daba125581f2930447f4ce46e822cba 35070 
galette-plugin-paypal_1.5.orig.tar.bz2
 9e2f4ade4ea1cd0adc174a1effb8c9d0991a159ed65a7e2730ada2d7d35eb659 1924 
galette-plugin-paypal_1.5-1.debian.tar.xz
 19e39768b0025482803b43aa76636759904e1f68037cf9dff19651309215d960 23752 
galette-plugin-paypal_1.5-1_all.deb
Files:
 399dafc1d5c8dca0fbaa353860773487 1702 web optional 
galette-plugin-paypal_1.5-1.dsc
 3f437aa266f711d874c9858651d260c1 35070 web optional 
galette-plugin-paypal_1.5.orig.tar.bz2
 de44523452adef4b4a32283c1eb0cddc 1924 web optional 
galette-plugin-paypal_1.5-1.debian.tar.xz
 e8c74182c71ae171478573ad6eb295c4 23752 web optional 
galette-plugin-paypal_1.5-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAEBAgAGBQJUdf+tAAoJEAOIHavrwpq5bREIAI3GZ2zKS8Gxwu1q78oVEUz1
6H/GhFgHxo7VF5ummW/IMQO4X90JQ6gqXe7FcC5nZCohep5ozTYnwsRMXC5Jmc9+
0hCmxCl8OP1kVqujKieM3MLEqxuUFlCo1dBzad/PaOmw95GJweBhhqcMstqFR0D/
K36FlVUFcaLE2ZhlCKOMlDKyg14IYwkSYmmw+WuLWO/++XsZ62gzaoWCwjiGtRSi
JtN4LzTtUkZXaWa4ejPeV13gZ+PwyvBi31icdyAG91tSZ6Fc1k4diCRUbg50SoEu
1A9yZNgBIynoNp7pbN28HgJKO5j78FWkCbDB2JClj+atQh7///gbb3qoOgMG7jg=
=KJMz
-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/e1xtfxr-0001ea...@franck.debian.org



Accepted galette-plugin-admintools 1.5-1 (source all) into unstable

2014-11-26 Thread François-Régis Vuillemin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Oct 2014 16:01:43 +0100
Source: galette-plugin-admintools
Binary: galette-plugin-admintools
Architecture: source all
Version: 1.5-1
Distribution: unstable
Urgency: medium
Maintainer: François-Régis Vuillemin frv-deb...@miradou.com
Changed-By: François-Régis Vuillemin frv-deb...@miradou.com
Description:
 galette-plugin-admintools - Administration tools for Galette
Changes:
 galette-plugin-admintools (1.5-1) unstable; urgency=medium
 .
   * Add license and copyright for lang/xgettext.py
   * Imported Upstream version 1.5
   * Update Standards-Version
   * Update date in copyright
   * Make plugin depend on galette = 0.8
Checksums-Sha1:
 ac598295d2f49223b16daefef5bce0dfc84acc6d 1746 
galette-plugin-admintools_1.5-1.dsc
 f8b48997a236419aa8895e96bf8dc391318828cd 20835 
galette-plugin-admintools_1.5.orig.tar.bz2
 3ce78087b0371e842971d1cfbe25c975d08a3741 1932 
galette-plugin-admintools_1.5-1.debian.tar.xz
 6b0b54e3e5d2c31add6efca058b059f8e2b88e5d 9800 
galette-plugin-admintools_1.5-1_all.deb
Checksums-Sha256:
 1bf3f2ae0a6524b120b267c5fe2fe09769deee8a6f74a0341ead376c5595a1a5 1746 
galette-plugin-admintools_1.5-1.dsc
 48a8a1768230c590037e03ad5e8f12d993dde11deb1205b761c3af6b55216a98 20835 
galette-plugin-admintools_1.5.orig.tar.bz2
 72f153133c063f4fd3149568396019bf3532e20f2e73f50b8e0573966dd90025 1932 
galette-plugin-admintools_1.5-1.debian.tar.xz
 5fa689f6bb9569839f13248f1b487da1881878f083b9b6e515380200a2b833fa 9800 
galette-plugin-admintools_1.5-1_all.deb
Files:
 29d02c9e1d33f249291df6fc8f11d272 1746 web optional 
galette-plugin-admintools_1.5-1.dsc
 a32702c425651751bbb6deb5e4b1e1d9 20835 web optional 
galette-plugin-admintools_1.5.orig.tar.bz2
 d710782d80f038ee20d339251e7e9696 1932 web optional 
galette-plugin-admintools_1.5-1.debian.tar.xz
 24fb56f3ababe98c8794204d7ce37904 9800 web optional 
galette-plugin-admintools_1.5-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAEBAgAGBQJUdgDrAAoJEAOIHavrwpq59L0H/joMFZXYOk4kdhirdRJGRvPv
UzqUTiWVmkVk4D4S6exApxZUUBHs276w70SozwGNuiPVp8ntIIZzMsu3HwB/wXjg
XAXXy5J4gYiG6qUrdGxc8BMtRpDT39y2L53h9e76rHhI70GRw6CZ7tORlgR16Dgi
uFltFmca9Ex6Lpm3D6CBvut/IWtyYp0b7yeidnG52H19WI1Tl3N/bbtdU+BczHUh
n/54n6PxRAXDAidxtmZ6pri7FLK6TvT/I7hUwcyURWGfnrw4nXR4ZRAAVPyyfosh
stRCfHuqWtdLToASdOEHVAfyKRAtLHRftXKClljNmEOV1wkN9Yu+gGXL9cFCwpE=
=CyYQ
-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/e1xtfls-0003it...@franck.debian.org



Accepted galette-plugin-maps 1.2-1 (source all) into unstable

2014-11-26 Thread François-Régis Vuillemin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Oct 2014 20:59:07 +0100
Source: galette-plugin-maps
Binary: galette-plugin-maps
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: medium
Maintainer: François-Régis Vuillemin frv-deb...@miradou.com
Changed-By: François-Régis Vuillemin frv-deb...@miradou.com
Description:
 galette-plugin-maps - Openstreetmap plugin for galette
Changes:
 galette-plugin-maps (1.2-1) unstable; urgency=medium
 .
   * Imported Upstream version 1.2
   * Update Standards-Version and make depend on galette = 0.8
   * Changed dir from sql to scripts according to new upstream
   * Fixed missing license short name
   * Add leaflet.js in missing-sources
Checksums-Sha1:
 65d70870504d96ab9732d8581fa0062f88b08614 1675 galette-plugin-maps_1.2-1.dsc
 82aca4a10b6e460352d23eae3a5e6aa9ea24f156 137536 
galette-plugin-maps_1.2.orig.tar.bz2
 8223a50355b2aebd78a5156f867144f653818dc0 49072 
galette-plugin-maps_1.2-1.debian.tar.xz
 63da340251c09631edfb544d9c11522fbc091e70 123444 
galette-plugin-maps_1.2-1_all.deb
Checksums-Sha256:
 3fa5f9d7e07907b6280e36cf758ec806d2085ae7625a1ee6ea97694636806a47 1675 
galette-plugin-maps_1.2-1.dsc
 50b2209ffba33afd7f3088973ea054421258acd1558a1fa68fcb6d4cbe9d5f6b 137536 
galette-plugin-maps_1.2.orig.tar.bz2
 93956896077e60fdf594eb2d4154a70cd7ca91a32b668da7882fe3178a024804 49072 
galette-plugin-maps_1.2-1.debian.tar.xz
 560aaf59756ef45bbbcbdb79ecdf3fa47b2b1d378939229c29d93ed5906d3fba 123444 
galette-plugin-maps_1.2-1_all.deb
Files:
 396faec607ae28a9584102059ab33eb4 1675 web optional 
galette-plugin-maps_1.2-1.dsc
 f6783f06107b3b7442ca5c17cb94a015 137536 web optional 
galette-plugin-maps_1.2.orig.tar.bz2
 01b9647b0b667f4e79c8bd7d8c476063 49072 web optional 
galette-plugin-maps_1.2-1.debian.tar.xz
 39bf1ae4282e1e93b4961d12c33cca93 123444 web optional 
galette-plugin-maps_1.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAEBAgAGBQJUdgBjAAoJEAOIHavrwpq5zS0H/j5CAylzk9Tp+FImyWYUKGPa
5ZG+rl1/CgbhnBESLbU+JYRfXsvQaIEuxl1mMjuGr97ucleUkL0zA6SZDvITUXCo
KLQEmC2TtHJePZ7fLOcNjAB2xOOE/1eB5JtAOnUH9kz7GJfqxTFs1xm48ybjIB5X
od0p6as8OmmXnHXD6S5yQBwn5HkGExP2KLQI37sQE9gqILTOcadzNgKw9sD+16du
w9WkWtfq61vzCzRSBdI1t0kEUvQZVZQ0Dp78DJaj4gZvx/p7fZctQpBwZORI4Fgb
2YXHE10HL/XVkZrcieXAkI1r2cIm0aEvtNdJFMnGWFu+AyDH5+t/Q3cuATIS5/U=
=EBhz
-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/e1xtfm0-0003kz...@franck.debian.org



Accepted gnome-shell 3.14.1-2 (source all amd64) into unstable

2014-11-26 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 02:17:03 +0100
Source: gnome-shell
Binary: gnome-shell gnome-shell-common gnome-shell-dbg
Architecture: source all amd64
Version: 3.14.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@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: 769118
Changes:
 gnome-shell (3.14.1-2) unstable; urgency=medium
 .
   [ Laurent Bigonville ]
   * debian/gnome-shell.gsettings-override: nautilus.desktop has been renamed
 to org.gnome.Nautilus.desktop
   * debian/gnome-shell.gsettings-override: Replace epiphany by iceweasel, the
 gnome metapackage is depending against iceweasel and we want new users to
 have a webbrowser.
 .
   [ Jordi Mallach ]
   * Add 50-compute-weeknumber-with-gdatetime.patch: Fix miscalculation of
 week number in the calendar (closes: #769118).
Checksums-Sha1:
 96acbb3111d08e9bd80ddd810a67649b4bcc95f0 3437 gnome-shell_3.14.1-2.dsc
 bfc73137d0baf44dafd3affa196389f479a8c0f9 20860 
gnome-shell_3.14.1-2.debian.tar.xz
 3a93703df4addc9743f6150746dfc4572a835659 639154 
gnome-shell-common_3.14.1-2_all.deb
 5197dd3c30a96c967ed7a752bcbc33f59c965015 635562 gnome-shell_3.14.1-2_amd64.deb
 dc1fb111ed1c3a08674e907aad8123d493d6bd78 769232 
gnome-shell-dbg_3.14.1-2_amd64.deb
Checksums-Sha256:
 3c57d2ca3d649c3ec88965a600707d675c2581d84335ec7b29d4e4609612114a 3437 
gnome-shell_3.14.1-2.dsc
 2eb134e670b8e7cd48ba17812df0c014c5732a777f8f43fc4f1f7081863f 20860 
gnome-shell_3.14.1-2.debian.tar.xz
 662a888787fb9a31cd9d9e76fc6d1c238fd159054fc78c06a3281528ec5672ff 639154 
gnome-shell-common_3.14.1-2_all.deb
 50e0be88d705220b3cfe8a2e3644fb7975b94be1a957ec3b05591be3750d98dc 635562 
gnome-shell_3.14.1-2_amd64.deb
 f7f30df0b25773f30a12565ffa092b573a24b5add3e47c13a5fde5250832b501 769232 
gnome-shell-dbg_3.14.1-2_amd64.deb
Files:
 46361addbc7dc43f0fbc0740492a30f9 3437 gnome optional gnome-shell_3.14.1-2.dsc
 d81b8dc826221f988ee99e9f7810365e 20860 gnome optional 
gnome-shell_3.14.1-2.debian.tar.xz
 8417d9d3dd3ed5989dbde0d59a3d0a59 639154 gnome optional 
gnome-shell-common_3.14.1-2_all.deb
 79854dda40f8b402888139f111f3fa08 635562 gnome optional 
gnome-shell_3.14.1-2_amd64.deb
 db027d30e4fb9aeccedab125c57399e5 769232 debug extra 
gnome-shell-dbg_3.14.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdf+TAAoJECVQL2/L48sEq4IP/1oAkLq1fHTdqW4UVAtYLLLQ
fo+aYVmaMg77L/FyAPQh4Zs94YuQyBIs16K7FJF2hliz2lV4bzpPis2l2+KmQ16E
n9a1HcqdAGEJa2irtVjIS7tq39KLxc2dyzAjJopK0tgwKg4tTuvLWfPwl0/n/Wm2
X6tcee16VufriYk4Y6DyMImtGHl7GwfeVSFuZQyslbK+wQLqX6cxy/65TxV4dnFH
gHBA75ZcrW529eE9VsmwpnpRz/LQoST15WkdPyMQdK0f2vIoCK1FWJxLIiBepqV6
CxJzA+6fR7LeIPEBc/lAGBbzKoJ2cjVnTrEHj0+hqyMnraDScu7BqjxXdFuxsVdv
qzenTAuc89CnZ/RfCw+4i2jj1Ka1c+0acH8reQyxo6m/pwFN+HngWpORDuPFQ+Ar
eFYNlNuuA0OWtx1lFkE98nPzLHcEqdfS5GIhhrPkC5A5Fd5Muzf8WY5V0h2gQXpT
FrjlM+UftCM18169r7pYF7et+gg7ACf50gRUYqqCw/7eXj2ugyVnMr5YTLU0ZPby
ACDzRWDZI5wFyBB7IPtZlenroBX0RmjsLzS/0f2TpeOkq9q0eS1zWxWJR8vQYbHd
oetnhV45JPj4f1Wzob90qjQqjrQ/GSH5TyBripPSt5QT9AAfhrBXZ6tQzAIv2Ybu
AXF5UFSPp0ovlbc+a/7A
=O2HU
-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/e1xtfmd-0003pl...@franck.debian.org



Accepted ghc 7.8.20141119-2 (source all amd64) into experimental

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

Format: 1.8
Date: Wed, 26 Nov 2014 16:14:54 +0100
Source: ghc
Binary: ghc ghc-prof ghc-doc ghc-haddock
Architecture: source all amd64
Version: 7.8.20141119-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 ghc- The Glasgow Haskell Compilation system
 ghc-doc- Documentation for the Glasgow Haskell Compilation system
 ghc-haddock - Documentation tool for annotated Haskell source code
 ghc-prof   - Profiling libraries for the Glasgow Haskell Compilation system
Changes:
 ghc (7.8.20141119-2) experimental; urgency=medium
 .
   * Explicitly depend on llvm-3.4 on arm, maybe that works better.
Checksums-Sha1:
 1546dfd39900f237e794cfe6f265521bf8cd11e7 2377 ghc_7.8.20141119-2.dsc
 7970bb821c9c8b87d7556550ddab8d517f11d85f 43932 ghc_7.8.20141119-2.debian.tar.xz
 2bd5dae346272df1629f34a62baf24dc3312b078 8334426 ghc-doc_7.8.20141119-2_all.deb
 3e4078d57f9a51d304cfd22470f254e282b3800f 35727370 ghc_7.8.20141119-2_amd64.deb
 2fe53d941980c98df19c7dea4f2394ec61c977ef 28963150 
ghc-prof_7.8.20141119-2_amd64.deb
 0905f66df79e2af25d4b5635f5e618d7976f6c3e 5887592 
ghc-haddock_7.8.20141119-2_amd64.deb
Checksums-Sha256:
 70d427e1966bd5b6d06295363c5104337b5402313b52e5d0bbce8a531021abad 2377 
ghc_7.8.20141119-2.dsc
 28eea024d13cf966c992cc35178fa9ff9ed63a4e0a369fe59d29d3fd31d1ae3c 43932 
ghc_7.8.20141119-2.debian.tar.xz
 a74ab9a49ec9795c362765d89793dc215daf11ad410ce3c1e8291cbd07e21ff0 8334426 
ghc-doc_7.8.20141119-2_all.deb
 0eee4f2bcc688ef63fea1f765517919d6747a4b2fbe395f01ba25f934b15c06f 35727370 
ghc_7.8.20141119-2_amd64.deb
 203827a64172934db6b6240d6cadd33a2328ccbfc841dd8b64f94fb34fe912fd 28963150 
ghc-prof_7.8.20141119-2_amd64.deb
 f2a5ba19a9c1a776dec5e49b9630db14ee690ed16deddfad6dd185aa8c2558ac 5887592 
ghc-haddock_7.8.20141119-2_amd64.deb
Files:
 f324b92575579de53c03444031c8761c 2377 haskell extra ghc_7.8.20141119-2.dsc
 22ad4065b1fef83069e52bcd6c211d9a 43932 haskell extra 
ghc_7.8.20141119-2.debian.tar.xz
 54ddaef38f92c2035c628eabbeb5432c 8334426 doc extra 
ghc-doc_7.8.20141119-2_all.deb
 70ea1caa8be24c2e98e04200f5a1e12e 35727370 haskell extra 
ghc_7.8.20141119-2_amd64.deb
 bf225f3b79b0f60b3e78aa8222041b73 28963150 haskell extra 
ghc-prof_7.8.20141119-2_amd64.deb
 833be7e5e1ff8ca2869379d7d48ccc15 5887592 haskell extra 
ghc-haddock_7.8.20141119-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdgpOAAoJED2QirPw+/UfjgEQAJN2GfUFVv+/w4B3tAVgn2od
zFXi/nniEJPusMIEVbku39Oa4KeICrUcB+5UOVZIVHAQHjg6Gzu7j2r4DoneyLJv
V2OYOX+gxgXe6wF7XZe0U2B3n6A4BLLZjC7kmFrHQTLOQU40GO7XcScIkik5Msaf
8a39txmjLrpVjlxHNUm1kq3KuSKcHOoY+9fFfTYjVKO0nnW1mmqaSB0jh6fwDHu8
YtplZkKy3NpwUFBwcSSb89Ux0Wl4U2sUCBI9gu3HruBC2BJ4QyUzyvj8Co0q0vuO
EqGucSOxpdgF6NReH3pVQknWwInQEJgActXui4HENWU0PYoPvrgAsrksITVEpjG+
gXBiLVvr5k4titpzv73vXTD+sKJGPePgEaxDxfRv2HtvMIJS089I+WvVWKUrSOOr
1zPrG9GkyPu6gri6qp0aOYbfh1wrxWFOQm7Yb3RHqoBg+T40T5PfF1PGoAESX8YK
Q9RtEyBn7U0incqWTgvxK/t4VmAk2OhSU4JWTGYPjtFps3R06874nCw7jC7C7tdw
oZQdecrQR9eTuReAktEfdvMiVttXQJ2As4w1muXd4AFtZbXvKK3ptUJeCiT+tWQv
XltNM1ASnJJEELr8+VvGY8id9lx8cLpNBtugFcd/yv9GR2D+109VfnV5qGv+SiJa
OQtL15L9h4YGQTE2xqtI
=9BCh
-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/e1xtgtw-ol...@franck.debian.org



Accepted git-review 1.24-2 (source all) into unstable

2014-11-26 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 27 Nov 2014 01:32:02 +0800
Source: git-review
Binary: git-review
Architecture: source all
Version: 1.24-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 git-review - git command for submitting branches to Gerrit
Closes: 771049
Changes:
 git-review (1.24-2) unstable; urgency=medium
 .
   * Now packaging the man page (Closes: #771049).
Checksums-Sha1:
 c0bfda977e2deac422f25a943200940d4ace6baa 2018 git-review_1.24-2.dsc
 7b2415eb3c43f643648ae274e06b58d31583dc91 2764 git-review_1.24-2.debian.tar.xz
 9067adeea4f94972708ca35fe9f544e3955caf30 27568 git-review_1.24-2_all.deb
Checksums-Sha256:
 7712e07d397592c60e79977ff46f489f27b92355d6e236f0de4485d108171b14 2018 
git-review_1.24-2.dsc
 4d525671336a6e48f245c8273acdfd49f9034b9bc6dec3901febe06cccafff96 2764 
git-review_1.24-2.debian.tar.xz
 b7b88749b23e5bdf4aafecae2f4b2b5d602f973d372f379f3f1264097bf7ada5 27568 
git-review_1.24-2_all.deb
Files:
 75849898cbc10ff8fb8f5b45f42b2a32 2018 vcs extra git-review_1.24-2.dsc
 ac5bc22e918a567d5671d0358a03c277 2764 vcs extra git-review_1.24-2.debian.tar.xz
 76cce2a132e9c2fc5c08cb8255da3bc8 27568 vcs extra git-review_1.24-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdg8ZAAoJENQWrRWsa0P+uSEP/385t2q0OB7o4UCcH7Hb5rp1
5V+IDkVSxJIITxCmYVWGEU8H1q4Wxj3qUpBa2sFQcsI+TNdF9E5zzHPU1O1T+l/+
nuorUrDpvbCA4nQb4jDRdaBtk7VRrNX2IRSU1IyY6pV6FaVjixlYNzehfQ6Zu8gq
0sQDbdulzYZKlkZx7eqbuX4KFNPfSh2zpSvMruCoSu/+jUlz+Ia5PmTkAJtvpbUL
0r4kRDwzGPT2tGoj5TkiiEq/yZTJsIl5ZzCs4WN7qc6w5k9alQY+wf/wsNuytEQX
Oatm39dvd6bbJlmXOGLKhnBiSUOmTA68yJT3lOJ89SRG66g2PwlPyRDjSWj91SAB
CrJcy7VhgjuXM9VOVWjg+3eQKhff7JMKwBcZtpOkeyMGdx6+w5slP6BVLe+htc47
D4rOza7oypa25u8aMqCAs1JOgKZ/C1QtXAd1cPFubKVrCWd4AodFYg6QVAV6cW36
O+KQxZEkD4/3mD75ua/2E0KMz8jlrPye01byuzdPFyLwUusH2JFRJzikpnMYyx+X
8EvtMAE8CUz0prAr2ZlLYfJ+l1/phj5HZc/QpjGMufA4t/wyc1XletXERe2xoxCL
IvrCxuqTdVU406deoESGqGwkwRnL9OzLLzylPSxkdkfN7E6fvjG7ThstEm1nXtf5
2KdGCUfbyX98Kpyb66Ai
=O8tf
-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/e1xtgi6-00020q...@franck.debian.org



Accepted libinline-java-perl 0.56-1 (source) into unstable

2014-11-26 Thread Peter Pentchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 26 Nov 2014 12:31:04 +0200
Source: libinline-java-perl
Binary: libinline-java-perl
Architecture: source
Version: 0.56-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Peter Pentchev r...@ringlet.net
Description:
 libinline-java-perl - write Perl classes in Java
Closes: 770762 770844 770845
Changes:
 libinline-java-perl (0.56-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ gregor herrmann ]
   * Imported Upstream version 0.55
   * Add git URL to Source field in debian/copyright.
   * Update build and runtime dependencies.
 The new release needs libinline-perl (= 0.68) and libinline-c-perl.
 .
   [ Peter Pentchev ]
   * Depend unconditionally on default-jdk, as per the Debian policy for
 Java section 2.2.  Closes: #770762
   * Remove some autogenerated files to allow the package to build twice
 in a row.  Closes: #770844
   * Set LC_NUMERIC=C when running the tests since some of them assume
 that the decimal point separator is a period.  Closes: #770845
   * Depend on debhelper  8 to appease Lintian.
   * Bump Standards-Version to 3.9.6 with no changes.
   * Improve the package's long description.
   * Add the 01-typos patch to fix the manual pages.
   * Switch to the cgit frontend for Vcs-Browser.
   * New upstream release.
Checksums-Sha1:
 e59b5a0abf240dac165bb30c1f19e7fd3b6a25bd 2252 libinline-java-perl_0.56-1.dsc
 cca9a0ce7782362dd6bc95d8641e26889c67bb2e 95398 
libinline-java-perl_0.56.orig.tar.gz
 b640508b25adff9acbb6ff990de98d8933991101 6760 
libinline-java-perl_0.56-1.debian.tar.xz
Checksums-Sha256:
 f2f9ebf48bcbad80d563b009acad40b5603c69f0fbcce8df39beb9aa1203367b 2252 
libinline-java-perl_0.56-1.dsc
 2775d817453c61e7f2f6feebe7c19995821546db5ce2f5485ff1ebeafe2751b3 95398 
libinline-java-perl_0.56.orig.tar.gz
 c246929f58354c4948c29afd3073c93e9d9f0d9fd3cfa2c79173ee331dc12c0c 6760 
libinline-java-perl_0.56-1.debian.tar.xz
Files:
 4ac214573869a4ca08b2537c653d4244 2252 perl optional 
libinline-java-perl_0.56-1.dsc
 34c9b3e6cf41b1143e7f8f9bd476ca17 95398 perl optional 
libinline-java-perl_0.56.orig.tar.gz
 75444782958bcdbcff8bb0a857c1bbd7 6760 perl optional 
libinline-java-perl_0.56-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJUdg81XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGFOEQALapsUZJwdB+C+rFDyPLOy93
7QSiqBcOw5VV9WelHQYL4ysXFjEi3KRWpg+hPzVQYX4zO7IXGIkyGZFAYeowHlGm
slefvtlz01f0cIVJPck/T1LwqIor3apB5YkC3fSih79ha0ZwGYpOkqaaIPukdNAY
l5S+uw9Aa6hmrnUA3UNJHhrMOtFjNDjwQKV8OQb6JrDhPxsdWZAvtkKs4T+qKg/M
1v2QGbOP8B7vLl2sHy0nSeiKrXT9G9a3vMGI6FzCWUacgmaP/wNWLhfm//8sbPf4
zs199N2PzoEywCoCjmkhKAobiOjq6YMgTgrJA7euXarP6hkbbrwl1mNinIDt13oD
9JxNMAy1VJBfYhNS1Ubs+zkfuOyROmvDHBlvAkmSTdDRl42RlEskbxJBrZ1q69nJ
zxf4Xgb5jVLPD/24OzSX43Wd0Ekg9bgal1KzeAPnF/uBblxdvYnkOgdm8Kv/d8lx
eb1ni/QgUWQZJKYxQ4lEgGMOm8UPWNhAncnUnpfPG8k9dRHzqff0l0sBB33gcyu5
XL9TNGa2WLqlod+H9BP7C66SOYOGsZvazLIKM8zCYYpDwVM0b59N+gb7/ndg1cPU
znqgofLBpHkFy63CY0RAYNhqN8igryflhoOLO6Dhb+PwkOVSJucTVO5fYNxLKHie
S0ezGm2AK99LgiSvFzLf
=js/m
-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/e1xtgie-00021e...@franck.debian.org



Accepted gvfs 1.23.1-1 (source all amd64) into experimental

2014-11-26 Thread Iain Lane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 26 Nov 2014 17:36:35 +
Source: gvfs
Binary: gvfs gvfs-daemons gvfs-libs gvfs-common gvfs-fuse gvfs-backends 
gvfs-bin gvfs-dbg
Architecture: source all amd64
Version: 1.23.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Iain Lane la...@debian.org
Description:
 gvfs   - userspace virtual filesystem - GIO module
 gvfs-backends - userspace virtual filesystem - backends
 gvfs-bin   - userspace virtual filesystem - binaries
 gvfs-common - userspace virtual filesystem - common data files
 gvfs-daemons - userspace virtual filesystem - servers
 gvfs-dbg   - userspace virtual filesystem - debugging information
 gvfs-fuse  - userspace virtual filesystem - fuse server
 gvfs-libs  - userspace virtual filesystem - private libraries
Changes:
 gvfs (1.23.1-1) experimental; urgency=medium
 .
   * debian/watch: Watch unstable versions too, for exp.
   * New upstream release, changes:
 + Several improvements to unmounting reliability
 + fuse: Several fixes to prevent data corruption and improve stat()
   results
 + Improve root dir name and icon handling for gphoto2 and mtp
 + Add bash completion support for gvfs-rename and gvfs-set-attribute
 + client: Check for G_FILE_COPY_NO_FALLBACK_FOR_MOVE when push/pulling
 + Add -C flag to gvfs-move
 + sftp: Don't spin during connection
 + sftp: Correctly retrieve the username from the secret store
 + goa: Pass password as ID when fetching the password
 + tests: Some cleanups and reliability fixes
Checksums-Sha1:
 4dfcad94124061bd1543f727a0c338e3de01b472 3252 gvfs_1.23.1-1.dsc
 b343755d803772307713953c1a4572cf93c18810 1598536 gvfs_1.23.1.orig.tar.xz
 974b50818b11e885f8f843ac924bced21e8e412f 16500 gvfs_1.23.1-1.debian.tar.xz
 72f56866632f5047fbf70836419d8864b76c6c45 750926 gvfs-common_1.23.1-1_all.deb
 68ef2afd880c7fc116402360cd69c50c7518e574 338402 gvfs_1.23.1-1_amd64.deb
 a3e1dbee7ae3df80d39155af408e4c596a402596 357474 gvfs-daemons_1.23.1-1_amd64.deb
 103bd96e1cce83810f0dc4e1fc2fcbb774a7fa03 338122 gvfs-libs_1.23.1-1_amd64.deb
 966d1ab0f0151be2614e3423b11730a099ae6d77 259820 gvfs-fuse_1.23.1-1_amd64.deb
 82bfdb63c95e89664cc1119f5d615ac3aaa91719 538656 
gvfs-backends_1.23.1-1_amd64.deb
 cbcf5e137c5c0c964c9c2ae94129d39b461e864a 281092 gvfs-bin_1.23.1-1_amd64.deb
 a4a4ac22ae3f7b47c41b870cc0265a62c2e7ce2c 1838718 gvfs-dbg_1.23.1-1_amd64.deb
Checksums-Sha256:
 2204ea81af02c80e932be3b6e6d1b25d4008d7a334263afddc6c423e4eb54fe0 3252 
gvfs_1.23.1-1.dsc
 59f243b1b9eb03510d76a400720036f1120160522b88da734abaf831e82b4947 1598536 
gvfs_1.23.1.orig.tar.xz
 99a22fb3a705461fa84af32b49cfbddf68cb0768dba6e64e9ab348576e227695 16500 
gvfs_1.23.1-1.debian.tar.xz
 9ec616778a7621dae1d87c231a4f0bb3458c09af39257d66e8673515fe23947b 750926 
gvfs-common_1.23.1-1_all.deb
 d744c37f71c574741919fa926865bbe110e3607cd9ecff5568c4cd4d1d0c4895 338402 
gvfs_1.23.1-1_amd64.deb
 c7d6f4bfa38dd672b75bd0b6b0b2cc2e5598ea375672a00e510975a446e23de1 357474 
gvfs-daemons_1.23.1-1_amd64.deb
 c13d0d6a2deae57098211272b23f9ba2998a7391275f11c346f87467b9151f67 338122 
gvfs-libs_1.23.1-1_amd64.deb
 782fdb73d1ea0a434ffc2a674df68e611b6e2f385bec31b0af5e66f807d8c1e7 259820 
gvfs-fuse_1.23.1-1_amd64.deb
 aa08d233d90ea4d283e71382ff4116ff7971ab490359e7b4815fa778ab700070 538656 
gvfs-backends_1.23.1-1_amd64.deb
 76a98a5966d690ff394739e55e448dd8681abd07c7dddbb29f20542942c32864 281092 
gvfs-bin_1.23.1-1_amd64.deb
 16287cc869a453629992e3894ce320c02613192f3b8d6bfbb6825d94fb3288d6 1838718 
gvfs-dbg_1.23.1-1_amd64.deb
Files:
 a35437dbed0899924a16ae55a0b65e14 3252 gnome optional gvfs_1.23.1-1.dsc
 44909237dceeec702a07a373cf17b2ce 1598536 gnome optional gvfs_1.23.1.orig.tar.xz
 f32fcb04892495d503731e5f6b4cd1cd 16500 gnome optional 
gvfs_1.23.1-1.debian.tar.xz
 b7fa9d6285536765c07f8d53dcbae2f0 750926 libs optional 
gvfs-common_1.23.1-1_all.deb
 88d9d605986892043aedc4a5a40594dc 338402 libs optional gvfs_1.23.1-1_amd64.deb
 f4571fe89af83abeb26b19a58b1295ea 357474 libs optional 
gvfs-daemons_1.23.1-1_amd64.deb
 41e983c9ed27710dbe9e49d73b3f3513 338122 libs optional 
gvfs-libs_1.23.1-1_amd64.deb
 8f6aa9073ce388643601984a0a30d947 259820 gnome optional 
gvfs-fuse_1.23.1-1_amd64.deb
 f78e0ab6b9c5281eec81c10f44ee119d 538656 gnome optional 
gvfs-backends_1.23.1-1_amd64.deb
 c1df2fb06bcb08f82191a50f69f553bb 281092 gnome optional 
gvfs-bin_1.23.1-1_amd64.deb
 3aa553a0e39b1ed86856cc4b1f8bbfb7 1838718 debug extra 
gvfs-dbg_1.23.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUdhWPAAoJEONS1cUcUEHUc10P/j6OKkjjx4ExprDerMfEp32H
uUrMbMm/RxLFZwnpqtjCOp0lJfnpP98fqczjUXkptQA4AYsvsnKTL61t8ZHNUM7u
PcJ9B1dCxh3PQsvU/ANyJ4KMqB6X2/uY0SWjHnNz/5V6uYO820JRH621B+Pu/4Hi
8w9jBU6rrR5vdAuNH50Lyd+hjeKJrH/m5MaQhCyZh0iuSnEsmMUWfCL9PtScBaHi
sKeUGzSsWVKdXdVgTf0lH+dm4rQoeYO4zVGdr6kVs3IzzRDukdG0I11YrTmbqdw6

Accepted openafs 1.6.10-3 (source amd64 all) into unstable

2014-11-26 Thread Benjamin Kaduk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 26 Nov 2014 13:00:27 -0500
Source: openafs
Binary: openafs-client openafs-fuse openafs-kpasswd openafs-fileserver 
openafs-dbserver openafs-doc openafs-krb5 libkopenafs1 libafsauthent1 
libafsrpc1 libopenafs-dev openafs-modules-source openafs-modules-dkms 
libpam-openafs-kaserver openafs-dbg
Architecture: source amd64 all
Version: 1.6.10-3
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Kaduk ka...@mit.edu
Changed-By: Benjamin Kaduk ka...@mit.edu
Description:
 libafsauthent1 - AFS distributed file system runtime library (authentication)
 libafsrpc1 - AFS distributed file system runtime library (RPC layer)
 libkopenafs1 - AFS distributed file system runtime library (PAGs)
 libopenafs-dev - AFS distributed filesystem development libraries
 libpam-openafs-kaserver - AFS distributed filesystem kaserver PAM module
 openafs-client - AFS distributed filesystem client support
 openafs-dbg - AFS distributed filesystem debugging information
 openafs-dbserver - AFS distributed filesystem database server
 openafs-doc - AFS distributed filesystem documentation
 openafs-fileserver - AFS distributed filesystem file server
 openafs-fuse - AFS distributed file system experimental FUSE client
 openafs-kpasswd - AFS distributed filesystem old password changing
 openafs-krb5 - AFS distributed filesystem Kerberos 5 integration
 openafs-modules-dkms - AFS distributed filesystem kernel module DKMS source
 openafs-modules-source - AFS distributed filesystem kernel module source
Closes: 770815
Changes:
 openafs (1.6.10-3) unstable; urgency=medium
 .
   * Make openafs-client Before=umount.target for improved shutdown
 behavior. (Affects: #760063)
   * Mark openafs-client.service as RemainAfterExit=true. (Closes: #770815)
Checksums-Sha1:
 ddc374a3ecb41cd60098457bd18f210a1a92d2f4 3798 openafs_1.6.10-3.dsc
 d9af63644d46778a6934de27568d53cf1252aa6a 134624 openafs_1.6.10-3.debian.tar.xz
 ff9def9d75d8a4f66d6b793ca80cba04a0c7dad6 1966552 
openafs-client_1.6.10-3_amd64.deb
 6117be599c9d7d34967e2edc8e9fc86496b5b1d9 288948 openafs-fuse_1.6.10-3_amd64.deb
 5e11547688c7e5de972219acf9a57c769656f164 202972 
openafs-kpasswd_1.6.10-3_amd64.deb
 b3164429bec952306c036f0748c145a5b3c59219 1341468 
openafs-fileserver_1.6.10-3_amd64.deb
 872781c93cfff241bc9c11adb0a242f597d45294 453536 
openafs-dbserver_1.6.10-3_amd64.deb
 d54dd000bd354224c2b6a4986f62ff6e5df9603b 3992342 openafs-doc_1.6.10-3_all.deb
 ab406bb7bb0339562cd57ecf6fc1515866374590 260316 openafs-krb5_1.6.10-3_amd64.deb
 7629ff4b36e7082e255172ba669ab07aa66f8763 92072 libkopenafs1_1.6.10-3_amd64.deb
 6b389e754233c0856e288e5b39774af812b0e9e4 215126 
libafsauthent1_1.6.10-3_amd64.deb
 269a37491286e5e3aaf1f59498ea1aff1fb0c8d0 200076 libafsrpc1_1.6.10-3_amd64.deb
 03b6663fa796e199816ad26df21204980d78ccd9 1332664 
libopenafs-dev_1.6.10-3_amd64.deb
 cdc5531f72771193a466a5f6b0382d08c5c48588 1153014 
openafs-modules-source_1.6.10-3_all.deb
 79dd71292bc8b12c8d482ae24e24212a2525254d 940302 
openafs-modules-dkms_1.6.10-3_all.deb
 bb612c707d7252a33de7baba5d4802e9a2be0b33 191680 
libpam-openafs-kaserver_1.6.10-3_amd64.deb
 7476add626c62946520bf78d8418c9272e073fd6 22391646 
openafs-dbg_1.6.10-3_amd64.deb
Checksums-Sha256:
 6ac37d3a15284c5148e640e1ff0b6368a1096311fb0e6f5bca5ecf88f8d1f9d9 3798 
openafs_1.6.10-3.dsc
 e70550819cbb9192f3dc4ce6063422e0c76daa9619cf24dff9f5142ff03165d8 134624 
openafs_1.6.10-3.debian.tar.xz
 ba165c76766c3ac0f6f82efa1543399b54f2eb0e897bb06fa7d3f15ded1e3857 1966552 
openafs-client_1.6.10-3_amd64.deb
 c35a8deebf3e7d670c87a201de1c785a91393ebd0768721d42c012385ce4ea18 288948 
openafs-fuse_1.6.10-3_amd64.deb
 3804dd8141a111e3540824915e761e34be36d6e2605585b2aad3ed9ceb411ad2 202972 
openafs-kpasswd_1.6.10-3_amd64.deb
 09e2ad29214d43709faaffec3b2169922f090dd2b5261cded1977122da0fc70e 1341468 
openafs-fileserver_1.6.10-3_amd64.deb
 13aff7df2e4f488ad63053508b63ae86ce9ac6d5ce35a3db380b99db2f0522c9 453536 
openafs-dbserver_1.6.10-3_amd64.deb
 c240d56959b65dbe1e9e6b312cab14991255a98e46088d0fc318d9e5ab77ff48 3992342 
openafs-doc_1.6.10-3_all.deb
 c55c7ce9d1c55c361b51aa3f199d9d72bcad19bfa7e6461c095784e700f9c67d 260316 
openafs-krb5_1.6.10-3_amd64.deb
 f8c090bc704246458e885c25014880517e72c65f3061b5bf7ba4e1976772caab 92072 
libkopenafs1_1.6.10-3_amd64.deb
 d572fed7d7d4881951958f50bdf5a5ff78bc15455d23e146e8ed71e7f6ec5cea 215126 
libafsauthent1_1.6.10-3_amd64.deb
 643c8b3ccbd9dcdafe7fb7f5e572e6dceb1c50c6e1c2f8261120cfa03f5b315d 200076 
libafsrpc1_1.6.10-3_amd64.deb
 2505ad5144b5b4a9b166ce820df72bcd403069e9b2ac872b1b841da6e6bb0338 1332664 
libopenafs-dev_1.6.10-3_amd64.deb
 f99d9c52ba0a1384c939740238bc9d016980d7d303cc380c702124ae7ac7bdfd 1153014 
openafs-modules-source_1.6.10-3_all.deb
 e9b9267da48397f534d6671f89b0c1634ce2602240e73cd5709d89d4cb7cb742 940302 
openafs-modules-dkms_1.6.10-3_all.deb
 b504932ebe2b9728b013442438bd0384d25de57054821921fafd4fe161332191 191680 
libpam-openafs-kaserver_1.6.10-3_amd64.deb
 

Accepted gcc-3.3 1:3.3.6ds1-27.2 (source amd64) into unstable

2014-11-26 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Nov 2014 18:58:06 +0100
Source: gcc-3.3
Binary: libstdc++5
Architecture: source amd64
Version: 1:3.3.6ds1-27.2
Distribution: unstable
Urgency: medium
Maintainer: Philipp Kern pk...@debian.org
Changed-By: Simon Richter s...@debian.org
Description:
 libstdc++5 - The GNU Standard C++ Library v3
Closes: 770352
Changes:
 gcc-3.3 (1:3.3.6ds1-27.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Use a nonempty default target architecture as dpkg-architecture no
 longer supports -a without argument. (Closes: #770352)
Checksums-Sha1:
 cff8fad82b607d9d4c05e324a4fc775b706be219 2000 gcc-3.3_3.3.6ds1-27.2.dsc
 b88a3d16251ecd67a8dcbd88065ea1e9cb923834 372086 gcc-3.3_3.3.6ds1-27.2.diff.gz
 fde1f232aeed3db414af578c94cbb3251b5e4503 251634 libstdc++5_3.3.6-27.2_amd64.deb
Checksums-Sha256:
 de47b36c0ae55f82210172c1ce5ef61381fa13890feb8fde25d8bb5c06540d63 2000 
gcc-3.3_3.3.6ds1-27.2.dsc
 34f6cd6064f85082b1afc6327854cfcb9f4d758c3ce83f4fc80a6fac69e08fba 372086 
gcc-3.3_3.3.6ds1-27.2.diff.gz
 49d1c39f417269859070b5bc98d1ce7177abf9a9f2ed26718cc9cbc5f7f3b70d 251634 
libstdc++5_3.3.6-27.2_amd64.deb
Files:
 b87b1bac7f1fed5df97d2842bde7f7fb 2000 devel optional gcc-3.3_3.3.6ds1-27.2.dsc
 936c5ee9bdc4556ca1e270ba3e25c0eb 372086 devel optional 
gcc-3.3_3.3.6ds1-27.2.diff.gz
 4e83a2b69272d4a019be331634fbc5c7 251634 libs optional 
libstdc++5_3.3.6-27.2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iJwEAQECAAYFAlRyJscACgkQ0sfeulffv7sYSgP+OOlkS6zqdHe8CC2Zigtezqg/
Z833Bz+ecnPeSJeiw84oGtFcZkBVCKsKSJJA3hMt2cNkgPpZmDAwOMxJLSBuicbY
hwoBlxrys5JD1psdGMhterjtpt93wbM4J50kgaQsJWHNPcmorplWqY2AZ6g0erOZ
pstfqI9baeuasT4A068=
=QCD+
-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/e1xthe5-oo...@franck.debian.org



Accepted freebirth 0.3.2-9.1 (source all amd64) into unstable

2014-11-26 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Nov 2014 20:36:11 +0100
Source: freebirth
Binary: freebirth freebirth-data
Architecture: source all amd64
Version: 0.3.2-9.1
Distribution: unstable
Urgency: medium
Maintainer: Paul Brossier p...@debian.org
Changed-By: Michael Banck mba...@debian.org
Description:
 freebirth  - Bass synthesizer/sample player/sequencer
 freebirth-data - Bass synthesizer/sample player/sequencer -- sound samples
Closes: 769264
Changes:
 freebirth (0.3.2-9.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * fused_loop.c: Include auto-generated C-file (closes: #769264).
   * Makefile: Do not generate or remove fused_loop.c.
Checksums-Sha1:
 b89ac2d7847215b75a1d4c912c9813f614f6e24c 1910 freebirth_0.3.2-9.1.dsc
 de50bb4b12a715623a45c654e71016618d87f5b5 13691 freebirth_0.3.2-9.1.diff.gz
 02890990761b7bf803ae6f28e1174c13e6ccd40f 1890082 
freebirth-data_0.3.2-9.1_all.deb
 d3576ac30c4eb96dc9f90b0945eb0b0c9448b51a 88838 freebirth_0.3.2-9.1_amd64.deb
Checksums-Sha256:
 e6a092c65ac95a680002ad78f5cf35f5fa4a4c30b005552ae08dbcf4b9c4f9ad 1910 
freebirth_0.3.2-9.1.dsc
 c515027beb11dc040f36db4bedc7c2efba8836b761fa2673f2eceea51477c415 13691 
freebirth_0.3.2-9.1.diff.gz
 d5f5a7a725d5a2d1332178a69a519c641639c4e90c70a96768944a0b6ac6 1890082 
freebirth-data_0.3.2-9.1_all.deb
 545ce72bb4d24254f491da9e745f4df9fa95df885f7c07100d1c913560c94892 88838 
freebirth_0.3.2-9.1_amd64.deb
Files:
 dfcd2c021dc67b26422630f7c2f9b19d 1910 sound extra freebirth_0.3.2-9.1.dsc
 46cba65fdda623f106c99223572c2b7b 13691 sound extra freebirth_0.3.2-9.1.diff.gz
 c1e49e307ea00d4c369510d204cc95e1 1890082 sound extra 
freebirth-data_0.3.2-9.1_all.deb
 b814e44cf241b7df5f105e545619cb90 88838 sound extra 
freebirth_0.3.2-9.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUcinfAAoJENxoaie0NIGwbz4QAJU6yq80HdaO9oXDfBzpyASY
h54RPJdbzuoI3+TP3PI/v2GYsPWRG7jqq2cRP+OqAYqjVfpZCHK9XduKvgjfRLT/
NhRIU4CXYK0CkZOpb6btIF9VSdNGK3vH/5ZG79UIHtoGXN7wNPMlgGA8c74bcvyp
PcOSCDqGFXiyzmF7lm+G1w1iNNeQ1b0A5WptRE+AVF/UDnTjXRmOQAzYBvC26z9k
hJsF19PzQ3bw5qCAlzfHSesrIVS3ey4SsX6qz4hvyBBokZRK271HWHfAuiI4BvAB
B3GE5KWr6TfOn1ErSZ1tHx6i5y8XWXNlIE3nh/40O7f/cpxFNeNuRwLCcXb7ozsa
0iRvvmQK0nge3DWHXJRFlc3m09bvJLZ5wRL8wTYUNpLuSGe+HYuBZEWWgReWa6r4
YlDadawMyI6TXm9pbj4iAi3OUTfdCLYtCFah7L9fTtw2ndGoslEVmWj026B9MAV1
W2GJQ8HR5h38QnVeKVihezSUxRJkLmO4ay72cxUOiKFaoTopKj2AIKTfca09AQba
BZvW4iWTseKti0DXFOFcWnRJjPZgSXs8Hrh6p6dKTgWFEBgGU/BxOc64053QprsT
eHiyUqMsk1SVvEKj0TlgxBoQVUS89a/KJp35RM+7TyFKTWntsO0fYVrxZjf6htvi
uEXN5+txcCx/dt9yJXlq
=t9WV
-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/e1xthsu-0002tf...@franck.debian.org



Accepted icecast2 2.4.0-1.1 (source amd64) into unstable

2014-11-26 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Nov 2014 20:02:58 +0100
Source: icecast2
Binary: icecast2
Architecture: source amd64
Version: 2.4.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Simon Richter s...@debian.org
Description:
 icecast2   - streaming media server
Closes: 770222
Changes:
 icecast2 (2.4.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Include patchset 19313 (close file handles for external scripts).
 (Closes: #770222)
Checksums-Sha1:
 f07815e8f3a5e224586a07682b810175b6b4b8a0 1795 icecast2_2.4.0-1.1.dsc
 4afe6209220fcbde5299dd9988987ce016eeb9d7 29244 icecast2_2.4.0-1.1.debian.tar.xz
 32ca9d8e32f9acde56950d2c49550c322e219d0b 277488 icecast2_2.4.0-1.1_amd64.deb
Checksums-Sha256:
 149ac55f0b9f687f8c7745b7441b4c6f264407a41b6493e884ac1fbc2b97648b 1795 
icecast2_2.4.0-1.1.dsc
 92d4df3614f535ab765954602c95318b680979051dda8b88b86c0f07d5fe6cf9 29244 
icecast2_2.4.0-1.1.debian.tar.xz
 4db127a84a19aaf48ace2604e529613e6d7e03b537adb129dff395c42d8ac697 277488 
icecast2_2.4.0-1.1_amd64.deb
Files:
 ac0e53e427e89add56022d383dece46a 1795 sound optional icecast2_2.4.0-1.1.dsc
 85bdb6502864cc6371854ee6ccf27da1 29244 sound optional 
icecast2_2.4.0-1.1.debian.tar.xz
 f0bb99682fa75d1fc9511f4e382cf2ef 277488 sound optional 
icecast2_2.4.0-1.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iJwEAQECAAYFAlRyMQ8ACgkQ0sfeulffv7v3PQP/X2MDVYx6lr7oooJvtMK+iB92
amqjkoEqv4srmN8twhZw5vvhGn6knL2KL5pJAXhuoruukKLlP4I4G3APV6klWwb1
mZF4l832t9/8BXDsKPWyyovFextsLFQxwvzRwQtZKz+H5ow+Zwvp22U6UZ5xgpb9
yahs+YXSlxeQvZ0AKzg=
=4Bkj
-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/e1xtim5-0006tk...@franck.debian.org



Accepted ekeyd 1.1.5-6.1 (source) into unstable

2014-11-26 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 24 Nov 2014 21:46:45 +0100
Source: ekeyd
Binary: ekeyd ekeyd-egd-linux
Architecture: source
Version: 1.1.5-6.1
Distribution: unstable
Urgency: medium
Maintainer: Simtec Electronics supp...@simtec.co.uk
Changed-By: gregor herrmann gre...@debian.org
Description:
 ekeyd  - Simtec Electronics UDEKEY01 Entropy Key Daemon
 ekeyd-egd-linux - Transfers entropy from an EGD to the Linux kernel pool
Closes: 767671
Changes:
 ekeyd (1.1.5-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix fails to remove: subprocess installed post-removal script
 returned error exit status 1:
 apply patch from Cameron Norman to ekeyd.postrm:
 use invoke-rc.d instead of calling udevcontrol and udevadm.
 (Closes: #767671)
Checksums-Sha1:
 9e53f7d2257b5f8b573f904fe1721323e82eb836 2080 ekeyd_1.1.5-6.1.dsc
 9102ce06e8e1c3cbfe7b4d1588d7a4e326c5 8456 ekeyd_1.1.5-6.1.debian.tar.xz
Checksums-Sha256:
 2c568528ee935cb66f48b0071025ab24d00eba6b7738c2afcfa51ef96a46dffe 2080 
ekeyd_1.1.5-6.1.dsc
 84f83df46532b09dfac2ee1c4834da574ff7612c6fb605e8e43dfa0742f1b587 8456 
ekeyd_1.1.5-6.1.debian.tar.xz
Files:
 91cdf62cd1114fd80c70d2e6ba91c527 2080 utils optional ekeyd_1.1.5-6.1.dsc
 eaf8fdadc16827246e9e9c075cee6c77 8456 utils optional 
ekeyd_1.1.5-6.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJUc5nRXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG5PgP/jMNQRR6u/ovMbciIKITiga6
xkUx87XJPhN5UnShEk6Y4JeHx3J65EiMDvj2qJ6HqfY7lcc4ee7E+EcKD+qKRNzt
ZEh0rXvqT2DUxz4mc5y/GRkfixumuEjWnFxF8fNGFm/azsf4LopmFAvNO3RbWMZL
oFpC1wtThBLsSProXIZLw4zw83T/22vTR4OqPdWhhXTFPECiw4r1szfDmLc+FG5P
R8pWtYcPoYaBkOpjY8Ov5ra7MhUKOfFR4g2rliBaZ91rnVoI+ZJTyc4L/Xv8F82+
s9En5v/Uwl14cdL3mteLAq9iqnOgVKPnJQ2Rcbs4nqA3oA3cXI/NokYQkrtFx2MA
fBChKeg2b/K2LlMjMUH6hTLItEHCC+wfIJDpvygfu3+ZgrYY3picAJpWDIK2jmr6
OvJl9B0xMG+K2MgrNM1AaNYgQENoVm0hY5rHAbOBzuhMQZgmTW0JqvTbUDvzpf6c
6P6GFC/89ObZqvfEuWyGcwViuwUgQ7xnGmaJBvyhXSUbLK9400NOv6u02CpkxRRN
lychOp/2wThjVGitGAqs9ZpORmOy4a5LJuDONXhWcIrF2r2jyrVhw0bbe34U+TwE
cSp0eN0qZR9zDj08dRrghS9ceCNAk9sJL2D9dYA2xbs3iiXu68840GdGHwk6ZROh
yQuXtsbg/4zLm85ELaSE
=FsU+
-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/e1xtjzw-0001xl...@franck.debian.org



Accepted lttngtop 0.2-3 (source amd64) into unstable

2014-11-26 Thread Michael Jeanson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 26 Nov 2014 19:43:18 +0100
Source: lttngtop
Binary: lttngtop
Architecture: source amd64
Version: 0.2-3
Distribution: unstable
Urgency: low
Maintainer: Michael Jeanson mjean...@ubuntu.com
Changed-By: Michael Jeanson mjean...@ubuntu.com
Description:
 lttngtop   - LTTng 2.0 Top-like trace reader and analyzer
Closes: 770817
Changes:
 lttngtop (0.2-3) unstable; urgency=low
 .
   * [7b45b77] Use openat on arm64, Closes: #770817
Checksums-Sha1:
 aaa930faa02b5ed820398e2f7cd88c894827b35d 1941 lttngtop_0.2-3.dsc
 0d573609831e474730c10bab0279921ec53ef368 2224 lttngtop_0.2-3.debian.tar.xz
 7356592fae3d81db1b498963968c13e5e1557cc6 27414 lttngtop_0.2-3_amd64.deb
Checksums-Sha256:
 f3a583b0d6f145c3e0673dc02e1e17efbf9ea01684e2ff135639f76e7aa6a39a 1941 
lttngtop_0.2-3.dsc
 8debce14ee7f70754fb8c18e1a378686918899d62b6be09ee6a4fbebb720cbaf 2224 
lttngtop_0.2-3.debian.tar.xz
 1d5c09fa0dd88e85ac24a67e77b52c4dfc7840b884dd3d9091b2ef924a419b11 27414 
lttngtop_0.2-3_amd64.deb
Files:
 273f03ab97c77af693d5be49ba14b974 1941 utils extra lttngtop_0.2-3.dsc
 98781c0f986df5a96154f5b69d50bab6 2224 utils extra lttngtop_0.2-3.debian.tar.xz
 00a2d423727cc58292d05df1a9445678 27414 utils extra lttngtop_0.2-3_amd64.deb

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

iQIcBAEBCgAGBQJUdjA7AAoJEN+j8UsohsyzXBAQAKw0tHnnmZvfYaOpe09jGvc5
LahtybrykP2zcZKecXX7ocWF1IQBHZjnAaRd4VFdkOOXWPV7rjUMubpXwW1LWx5f
MVH5S4yryF5zhF0Yl9W0kz1IkZEuHJDC1t3CrCm/5twPBx3qR+hJMNZUcafP/mld
0H2SDf8BHO9kSwGqr++ILgmKdqsiIrcvLkuGZvy0m8WVaQEy8FskK3/NPl/X5ApI
uds/pgowS0lTV1o+SrAgSSxvgoX7DBROgosf2J6StlIzwFC0o8xeP6sKOP7ElLi+
MVQMhvDptUrCF8CtUJMs7ivuGHDUNUAxaaapqbQXvExztk4zIn9vWwJfJM38ScoT
dV1p1y5uvGbL+S/BuvW+5Ka8vJ5H/WHeeJZBjrFlpDQK4ky5ZVFkB9/BMlC8rHsg
4+Do7LKQZR6N+t2xOFLTUdHmlYW9wcXtujPLAompJN3oY5+Gl3Ik/RpvjD7Xp8We
MGzB5CGObeRJk1VV2q95g0SG3IsrnB4fhT7ACzvR9089AJ/p8lKbq6UcdYq7fbDN
dauULSWvmSMjfAhlrxOIKbfO3VBFsm13bk4OfAJQp9eyS3L2OvvTh0YzXKXJOAwh
axV8NKeT0/TcxoJ3a2TrUcGSXINKg2fKyOBSqNzsaPsSAUI1WiKK2sFtMUC2/k3/
NLNUybqRBayrVjDLKp4E
=1aOj
-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/e1xtk0m-000223...@franck.debian.org



Accepted fish 2.1.1.dfsg-1 (source amd64) into unstable

2014-11-26 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 20:13:12 -0200
Source: fish
Binary: fish fish-dbg
Architecture: source amd64
Version: 2.1.1.dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Gustavo Noronha Silva k...@debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description:
 fish   - friendly interactive shell
 fish-dbg   - friendly interactive shell (debugging symbols)
Changes:
 fish (2.1.1.dfsg-1) unstable; urgency=medium
 .
   * Remove jQuery file from upstream tarball
Checksums-Sha1:
 f7d5f8a8b8c5a7129d25263ba815e421748c 1576 fish_2.1.1.dfsg-1.dsc
 abab1ca7078f3071c105c470b94ea7653a655724 1628618 fish_2.1.1.dfsg.orig.tar.gz
 e565e71803243bde0f9cfbe623553806c9ea57f4 12423 fish_2.1.1.dfsg-1.diff.gz
 d2283697598c9897a20f24c08aafce68f5adb38f 830060 fish_2.1.1.dfsg-1_amd64.deb
 00b771950cb17fe68fd2d38a46abe321cba30bab 2641704 
fish-dbg_2.1.1.dfsg-1_amd64.deb
Checksums-Sha256:
 065b0b696202a784214881099530cf9ca5547011d26834bb0db0a2aad90fa05b 1576 
fish_2.1.1.dfsg-1.dsc
 c1eac4d344dcd04de04f22530d788ee77d17d73a643c48a3e5a935a9a1ba9b99 1628618 
fish_2.1.1.dfsg.orig.tar.gz
 8d71104a949b6c76e12ee358f72ebe069bac15a67902170cbbe974a769db508d 12423 
fish_2.1.1.dfsg-1.diff.gz
 f07deea9883cd9ba288648b2a2854d44258439795b0170b9f0d62556eb386139 830060 
fish_2.1.1.dfsg-1_amd64.deb
 07e30de9a661b10a4dc9b42695f07b65b725c4649465fdefcc939ce3bbb2fc45 2641704 
fish-dbg_2.1.1.dfsg-1_amd64.deb
Files:
 9673ae039abc8de8e269091b1b4e3b08 1576 shells optional fish_2.1.1.dfsg-1.dsc
 0c4caa208882b7d81b405fa428b850c8 1628618 shells optional 
fish_2.1.1.dfsg.orig.tar.gz
 b43cb7c31c0448546db941e88980b7df 12423 shells optional 
fish_2.1.1.dfsg-1.diff.gz
 ade546f33d2a8d31c8c95207c9e099b0 830060 shells optional 
fish_2.1.1.dfsg-1_amd64.deb
 d9b08436eef1170f711fa53a913678c3 2641704 debug extra 
fish-dbg_2.1.1.dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUdlK/AAoJENIA6zCg+12m8+8H/RB9u4Oh8FxEY3w44UuMC3s7
ueAh817tTxX+6GOQCVU7kKzIqbJvLbGtZyn/1q+skS4EEOA2CGS1mKxPHWhl4zzQ
2V+29RncmZLu5OobcnY7EK5MvbFBImE4CxxJLvTZOnF057JTGe3+aXp8+w/jAS4U
hYWtdu8xBNAR6nJXl7ztDyM0uXTgNUxqoRJ0MXiDHEGnt/s9Jls8tbNoYHd260ZV
EQMxLgTmMs198DB3ABl41hNBOMQyHSaY6JE9s5X5hFAmS8FmOJ1KCguIpzgjipB3
IbpDJpXP4iVH2dr/xcAQXyU06rLNdPKt/6/VOZWso+FSULzLzJAZB0hM4gRvuB4=
=MBUi
-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/e1xtl9l-00042l...@franck.debian.org



Accepted ghc 7.8.20141119-3 (source all amd64) into experimental

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

Format: 1.8
Date: Wed, 26 Nov 2014 22:11:34 +0100
Source: ghc
Binary: ghc ghc-prof ghc-doc ghc-haddock
Architecture: source all amd64
Version: 7.8.20141119-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 ghc- The Glasgow Haskell Compilation system
 ghc-doc- Documentation for the Glasgow Haskell Compilation system
 ghc-haddock - Documentation tool for annotated Haskell source code
 ghc-prof   - Profiling libraries for the Glasgow Haskell Compilation system
Changes:
 ghc (7.8.20141119-3) experimental; urgency=medium
 .
   * Explicitly call opt-3.4, and avoid the generic opt command.
Checksums-Sha1:
 27e3fdaf27b2fc562bc192f9ef8cafae91f77c90 2377 ghc_7.8.20141119-3.dsc
 3c0afad44e9084761d935202c7af0028c31e391e 43976 ghc_7.8.20141119-3.debian.tar.xz
 0a282c1f9caed49b3c81f08f80acf0e88a72b060 8334908 ghc-doc_7.8.20141119-3_all.deb
 04d66920ef0646f186f5c785ff84dcff66ff48e3 35718242 ghc_7.8.20141119-3_amd64.deb
 4b9b5ed8a145503ca42b58383a5079073626b4d3 28957752 
ghc-prof_7.8.20141119-3_amd64.deb
 e7aa55614345ce2df96d00f195c1dca756347251 5890624 
ghc-haddock_7.8.20141119-3_amd64.deb
Checksums-Sha256:
 11b5ab22334b678b07378227d607082c8e5e4e9630e12c6ec2c6ad84d2db2cc5 2377 
ghc_7.8.20141119-3.dsc
 18ea6eb9db03318d8c55b0efdc2011683aba43afce77cf807d69236a65052e5b 43976 
ghc_7.8.20141119-3.debian.tar.xz
 dd43f025b1bd1a0b3e5501a62b8f98705667c8a7c9b0dc5126c1cdb7e8c726d7 8334908 
ghc-doc_7.8.20141119-3_all.deb
 4147fc993ab281aae94f706542211abbb4647d5fff01b35ddf8d74570b9be9b9 35718242 
ghc_7.8.20141119-3_amd64.deb
 132fee62e66dc30d8ecf774cef30d762101ac7639b35a2ee68a3db87dc5c6de7 28957752 
ghc-prof_7.8.20141119-3_amd64.deb
 45716501a82281ccdb5135c84d3fd847310a61f65a525c0d4be9a77bcf351426 5890624 
ghc-haddock_7.8.20141119-3_amd64.deb
Files:
 274bdba099743bb5093cfdba15ee51f8 2377 haskell extra ghc_7.8.20141119-3.dsc
 996c1988e026133ec97cfd3be2cb1e56 43976 haskell extra 
ghc_7.8.20141119-3.debian.tar.xz
 bdcd1d5ad9f7db00d89ba92322082584 8334908 doc extra 
ghc-doc_7.8.20141119-3_all.deb
 615fcbfb05909734f6b4b63dcc5316a3 35718242 haskell extra 
ghc_7.8.20141119-3_amd64.deb
 6b1e9b259b415dabbf2bfd0b0deeab4d 28957752 haskell extra 
ghc-prof_7.8.20141119-3_amd64.deb
 90f06fb0cbf17b80c71a87fb435a59b2 5890624 haskell extra 
ghc-haddock_7.8.20141119-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdk5VAAoJED2QirPw+/UfvP8P/1b+rzxp2qkTlM+yglg/lsbW
v45+QW8bTJAgKSzxyOUf1lGbOEiodOiqPXzcnWaiIRNRASq72JDJizig+lrJxDYr
u4kcOIm5F9NdFU06vY4Y+Z0reS+rgLFiZar2xwVzX2/cld/7mw+vWZ5Ii2eY6xft
VyqnjzD0CpNdKw/hY0dxf6nGb+VEO9oIXKAmm043xfPm7NOIJyhQ4O4/J2xW67Dg
d+18N8OhRJUa91RidHCWrrnV0/UFAIAntj6v4Hs/veVO/Rb6QO5R4Cl+NguPL7Up
hlk10KL6P7UrrdzZJdNgEymcARgAPyKYhwhQejpNKcK2NARiBA4GBJfzXDX5iruB
LHXd3zUWV4FA84bxbB3+9yAx3WtHsFwsLwc+HP1ZomEzqIxHUBQfJgAKpZpe11EV
bkCfp5vqjquVsFaRSIkr5+LEZoRrlbBBy0IbEvFUqBn0O8oe/DpAjaToIWzBpGi3
EH6dbmpyIeyoqK+pL62nUzO8ZEYxqPvICO5Q7LO6SV16Jl4q21OBGMc92ZdBEl+4
gApYYbgxeHEDeAy/GIJqfhH1/SW0X0NT0V7RiLCE64i11b6vLEsE0B7onJrQMqlv
cRWPOrVxXj8zk6TGWckRYX+3HLuw2TjD91nFehLp5PG++HZDf8zKgS+7sFVq1ntj
QYpbdpi2tRTqKY1HBOaP
=dkJX
-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/e1xtlat-0004ly...@franck.debian.org



Accepted xboard 4.8.0-2 (source amd64) into unstable

2014-11-26 Thread Vincent Legout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 17:46:45 -0500
Source: xboard
Binary: xboard
Architecture: source amd64
Version: 4.8.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Vincent Legout vleg...@debian.org
Description:
 xboard - X Window System Chess Board
Changes:
 xboard (4.8.0-2) unstable; urgency=medium
 .
   * Build XBoard with the new gtk interface instead of the default xaw
 interface.
 - debian/rules: Build with --with-gtk
 - debian/control: Add libgtk2.0-dev in Build-Depends
Checksums-Sha1:
 f799c5519b3d327f26d7f860c66b47c411ffd97b 2086 xboard_4.8.0-2.dsc
 ed9f83a910b97dd0e65810b5beb829dd5217b8d5 53892 xboard_4.8.0-2.debian.tar.xz
 0e17c60ddc4b607ca7c38a638209109c1d507230 1233142 xboard_4.8.0-2_amd64.deb
Checksums-Sha256:
 5d3cd0cca7a433573ef2ae987ce7785b92f45feac2d3249569aecf972c301b1e 2086 
xboard_4.8.0-2.dsc
 ccf9c133d9ed42bf901510471213e38b00f61d973e8f32907b9c8fed6b958ccf 53892 
xboard_4.8.0-2.debian.tar.xz
 a7f3e6ffa179c14e1e9e82fcd0e189a782eeeac7d9031f9f27e6f911cea11e9d 1233142 
xboard_4.8.0-2_amd64.deb
Files:
 851bc4fe99f5413d4c3e506bbecb4ab1 2086 games optional xboard_4.8.0-2.dsc
 ad393c532b1c7a7cc8b7aea84a9b47a5 53892 games optional 
xboard_4.8.0-2.debian.tar.xz
 e2b4b4b4c208bacd0912790af61e8b47 1233142 games optional 
xboard_4.8.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdln3AAoJEGWYeJBYoj3pAdEQAL3J6PkoRlxD/4rtfcnUK1FQ
0OM0sVZtRIU5rzXsDOQneLF04Ny0d3m6QTdDfCwCxz79U6t9uPu/ejsZ0UBgSYr9
OCDAq+wrNeMjb0Ym3pz6SScxSk5l9Mw8fgSfsR88AuBhLbiG/TIZpLhtVsTDcXBl
OrBwXSf55H8BH0FMNoqyVY0etXisnql2Nsi6p7T8+ttfU09MAUjD/rLCjhMW2dKP
Gy2k6XcWxvTa9/ag8w3xV7akLrHUk+PVM4qTcmN3mZg2qS1KyTlng5Hqj/k/Bu7N
FoD/+CF2e3lfCRruaQ7mjRajYdHiqpnlUkkTEgRQpUmyx3Hnn4UAX/HCzKJQ60nU
N9COOE+KbdM2OE1XO6troYm0/3fUW/h86tcdFgfXwfUmKQMTHQoEzAtdHmkbmm2x
6dduzfKwrqNKcvTkHpJ6xVEmbVCqlEoE9F/J+2pOD/+TSoSEI4z13P4vzSjf/Xh0
mDoVeQ4FKrofwwaf+9Wzp08zBrebQxhWBZqRpRD2Yr1WShZ2PiOE28ACDK7B+7VN
G9eSyTy3pjcOVl2isLQ7U0+Vty1QFjRbJLVnY3tZsHqzQR5GzYddKKgW+d54LpLY
FzxnJ9MWxMKavsyvz6YsWgTdBewF2aoePbSIwIjuc/9/oKkL7dxlegrpoFj2OTMf
jJ/cshcn62115ZG0JqFZ
=4JQW
-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/e1xtldt-0008l8...@franck.debian.org



Accepted ruby-mysql2 0.3.16-2 (source amd64) into unstable

2014-11-26 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Nov 2014 17:52:01 +0100
Source: ruby-mysql2
Binary: ruby-mysql2
Architecture: source amd64
Version: 0.3.16-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description:
 ruby-mysql2 - simple, fast MySQL library for Ruby
Closes: 770891 770896
Changes:
 ruby-mysql2 (0.3.16-2) unstable; urgency=medium
 .
   * Add upstream patch avoid_openssl_loop.patch to use /dev/null in the
 invalidate_fd function to avoid infinite loop in OpenSSL (Closes: #770891)
 Before, a dummy socket was used instead of /dev/null, which may not absorb
 all writes and lead to an infinite loop.
   * Add upstream patch correct_mysql_init.patch to correctly initialize the
 MySQL library, to avoid race condition when other threads try to create a
 connection (Closes: #770896)
Checksums-Sha1:
 d59a1fe8101b0b17e8fc84a6729f3f2dc9fe39cd 1771 ruby-mysql2_0.3.16-2.dsc
 e3ee9190281833834432f1c78824ac651bd6194b 6064 
ruby-mysql2_0.3.16-2.debian.tar.xz
 f4206de2b279bec35d65651975565c085dc3ec85 31484 ruby-mysql2_0.3.16-2_amd64.deb
Checksums-Sha256:
 0c510df3502abd1dbc47f3607d5c34393ad605ff28e17242c0e2c2891364236a 1771 
ruby-mysql2_0.3.16-2.dsc
 6ad9acb5774650366dfc664cce09011b62fe762c552f02e2b68612dc2377d2bd 6064 
ruby-mysql2_0.3.16-2.debian.tar.xz
 56ef9f598f902eeaacb5e4ef7d9811f4dceabda5c7e5fd1995f5053f6e7de3e7 31484 
ruby-mysql2_0.3.16-2_amd64.deb
Files:
 5d5948b71a40c38cfa5e6627497d2a63 1771 ruby optional ruby-mysql2_0.3.16-2.dsc
 35821c5d9d74eaf01f9a1ae668331e66 6064 ruby optional 
ruby-mysql2_0.3.16-2.debian.tar.xz
 d72683b8feb2eb2de2304e866bc6b8c6 31484 ruby optional 
ruby-mysql2_0.3.16-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUdl3+AAoJEImvgrc5zSF6UDAIAKF6pnuZhb2VDgHjXSTg5aqO
kQeChJsL7WpuY9I94zEKnao7aOBn6OpGo6KtcadsV/vGmKtGmZ+xGOD5p9Z6gM94
6DDeEMl05G4YhZs7aY9WqBQfmn20b39C5hz9HVEyZGgTThgMdcLxVEVln54p1QWn
QpGJYx87mi+ROWmR8a8H7xEm5MpqMQv+lAvOVfqU4iSbQRYQ29hGxbPni3XO+NOC
bRh70C4wFoR0mpQTG15/1pHn3zQYlHxeSsfPaIjzTeOTIYjGubOGe6dYwBRspQfG
FPc/1oFYSnDhzinpveNrt3suKRxDcteY3FIkNcu6qmFAa1p7wsH+hjDWuXqEtK0=
=l59M
-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/e1xtlro-0001if...@franck.debian.org



Accepted django-guardian 1.2.4+git20141127-0.1 (source all) into experimental

2014-11-26 Thread Brian May
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Nov 2014 12:05:20 +1100
Source: django-guardian
Binary: python-django-guardian python3-django-guardian 
python-django-guardian-doc
Architecture: source all
Version: 1.2.4+git20141127-0.1
Distribution: experimental
Urgency: low
Maintainer: Kouhei Maeda mkou...@palmtb.net
Changed-By: Brian May b...@debian.org
Description:
 python-django-guardian - per object permissions of django
 python-django-guardian-doc - per object permissions of django (documentation)
 python3-django-guardian - per object permissions of django for Python3
Closes: 769216
Changes:
 django-guardian (1.2.4+git20141127-0.1) experimental; urgency=low
 .
   * Non-maintainer upload.
   * Use git version 3b41775705a0466d9033c5f88e425386d7e553cb.
   * Remove patches from debian/patches that are no longer required.
   * Add fix for https://github.com/lukaszb/django-guardian/issues/284.
   * Fix test errors. Closes: #769216.
   * Increase standards version to 3.9.6.
   * Requires Puthon = 2.7.
Checksums-Sha1:
 2afdde258a08a4bafe1821f502c1e60eaa0c7e4c 2285 
django-guardian_1.2.4+git20141127-0.1.dsc
 f956a12f44f1efecad18e9157a6ae0ce84a527f2 346655 
django-guardian_1.2.4+git20141127.orig.tar.gz
 9186858d432884c324d073c1f95c3729af4fb268 34608 
django-guardian_1.2.4+git20141127-0.1.debian.tar.xz
 88ee82fbc2378b2e40712edea65355edfeca3705 124950 
python-django-guardian_1.2.4+git20141127-0.1_all.deb
 8ed3cd663af742fe08c917e559d87a06b90a01b5 123878 
python3-django-guardian_1.2.4+git20141127-0.1_all.deb
 dec03b2d621866ea87c3e35334f84ea9ae5ddb5a 248266 
python-django-guardian-doc_1.2.4+git20141127-0.1_all.deb
Checksums-Sha256:
 391162697e83da08b78059c23e0b920625ba76f6e887065dce3c0bd51c78af29 2285 
django-guardian_1.2.4+git20141127-0.1.dsc
 993dbd61dde6c7bf2bd3e99b7fd18236a551c3740670187fcae3bab41efe183e 346655 
django-guardian_1.2.4+git20141127.orig.tar.gz
 d6ef214661388439b610f39434c8e9a201bb820eacf4ad0d86a890f69428e0db 34608 
django-guardian_1.2.4+git20141127-0.1.debian.tar.xz
 81cd7b6ee209f39dd194f6f459aafd60322f6dc0586f5d207fcff02851453ddd 124950 
python-django-guardian_1.2.4+git20141127-0.1_all.deb
 ce5dc41afa049ef8669bbed3e4b5754dd5ec0fb80274adf6741defc8cb1424e1 123878 
python3-django-guardian_1.2.4+git20141127-0.1_all.deb
 9f3637fb7d1a4f6614b88e3425e13137873d55cb7c218ae4428ce897b074603c 248266 
python-django-guardian-doc_1.2.4+git20141127-0.1_all.deb
Files:
 03c54bd7279a7166222b0d0d1ddd98c8 2285 python optional 
django-guardian_1.2.4+git20141127-0.1.dsc
 bdbe7d3a776d5c0f8c4279f7c6b35c14 346655 python optional 
django-guardian_1.2.4+git20141127.orig.tar.gz
 307e0723eabafc7eb220c97a79ad95ea 34608 python optional 
django-guardian_1.2.4+git20141127-0.1.debian.tar.xz
 cca953c94d5e2c0cf173cfbd0f895dc1 124950 python optional 
python-django-guardian_1.2.4+git20141127-0.1_all.deb
 5a05c50dbf70589d9a19cd56a6de61ac 123878 python optional 
python3-django-guardian_1.2.4+git20141127-0.1_all.deb
 a4ff47a84e5150fe8f6cdebaf57fc33f 248266 doc optional 
python-django-guardian-doc_1.2.4+git20141127-0.1_all.deb

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

iQIcBAEBAgAGBQJUdmsLAAoJEJyE7hq50CY2i+kP/3Zw3wAjnfeo+H26ATz6D9A5
sbZb3MKH5NH5VaS28e0lqgzy7bVT88AZyCSSaFcqBBwPelT8gVikUYguNqjr5DlO
XjvFIBNF9dxJh5SpZYdL8keZWW+N56muTrv4umZSncNHd6oqlC5a4syxZfrEi7qJ
8n+0+RAlKQJx9mOJTyNPn8Zpx/yzrp8dpaSmA9rFIxGbt+AIvKBb+KtPXKwK9W7a
g3I100dYxfzmOAjhV6pgKuyT+OJ4bzaHPOjS9j9/ppdkS2GvkcjmHdBfwDb2tRcZ
dJa2Dpm3Ypdf1ggA1Yg893RE4oX3fynNVJ+k/CKLYX/7m7m1bYOBEJW82+DMOj0b
bGKvZ1RK8PZQBobVRuNFK7g9TVVG2IK+c7ijQWYN4wJWiIw5WP2eSEP3aIBq7x1C
41SVwe3/H3dO6s5Rr0+1fUlkGa4TGt6Fq76nqp1uh5qnbj6VrBLFJ3w1eEB1TywS
kiKSR5I+hQN5rZrSYPsG8G2r8VXbbDq9rC6iXl47FO6kiL1GYmfRpg9L5qMkQC2P
vkuR/4Dzpz+lgzKfEzckFCNktXoCPdMgktjgMsUmPm4FaIrylyUzATqdilCynU3T
91fmhIKsBXuBvPCrGIPzZB2/7iiJ5Y1vQkUY/7wlsy9vnOya4/yuy435Xp5seH2L
DhzzZYDAwe48XwXWzqja
=Dlsg
-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/e1xtmnj-0008ld...@franck.debian.org



Accepted python-lightblue 0.3.2-2 (source amd64) into unstable

2014-11-26 Thread Andrew Starr-Bochicchio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Nov 2014 20:24:35 -0500
Source: python-lightblue
Binary: python-lightblue
Architecture: source amd64
Version: 0.3.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Andrew Starr-Bochicchio a...@debian.org
Description:
 python-lightblue - cross-platform Bluetooth API for Python
Closes: 562907
Changes:
 python-lightblue (0.3.2-2) unstable; urgency=medium
 .
   * QA upload.
   * Set QA Group as Maintainer.
   * Add missing dependency on pybluez (Closes: #562907).
   * python-support is deprecated. Port to dh_python2 and dh.
   * Bump Standards-Version to 3.9.6
Checksums-Sha1:
 22f1a8236948a03020a2d970c112c7758bf41d8b 1761 python-lightblue_0.3.2-2.dsc
 b283ae9e8a9a3c1e5d22e01eb6bce5ccb7ccb0ea 2341 python-lightblue_0.3.2-2.diff.gz
 394d660ff72d275332c53409c5f07f06abe33421 32396 
python-lightblue_0.3.2-2_amd64.deb
Checksums-Sha256:
 455d7eceb85f9aadc010e7acc4b7dd1958d2e546ea6fc817b3f7f7a038b8da06 1761 
python-lightblue_0.3.2-2.dsc
 8b031b35ab078f4777b69c6fd718b82530b5611eb6f0269793129dde99702f2b 2341 
python-lightblue_0.3.2-2.diff.gz
 83a4c7058c68b8aacfad5a479e52393079892af50867c557f38402fe7b80509a 32396 
python-lightblue_0.3.2-2_amd64.deb
Files:
 778d75f572410eedfb52cfe94f2798b6 1761 python extra python-lightblue_0.3.2-2.dsc
 db4d84fe4ce78d542091d3804174b82c 2341 python extra 
python-lightblue_0.3.2-2.diff.gz
 c2d0621ceb56266b89b5b27756bc1d40 32396 python extra 
python-lightblue_0.3.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdoUlAAoJEDtW4rvVP9yxnVYP/R2+afpeO620YrgUs13fwTtT
6mF4ocDgmi38D5G4bBVrEaRPk02W97ADIvmTknAhEsk55BMGZTEdUYYq6E1QB7RB
wgski8k1yAqD750Q5UctHpmIokLIfrEph1tVZcGz5zIDFuahx+KjcP3eJnaNqtfM
90d1MnSSIs5Z5flpZTXlbEJgk83oCqltZknAEfbaMbXmIzM0LZwJIZ6lTFPFp324
YLjsTwfQBjePinX4jG/bakjljCN31H8RE3aRvTHdSvQIkG/oLNuAVLsXJROgxyGI
ugRY8/SiqNFQzrlFu0gqxNGVZvYIItb3nGgkTzV2+OT1RVgX9LN+Rj6sMiLPMloS
mRysBo35QS7QNBtRrztpYs0p5OhPvMgFvSnHyW7scoRq4OgO1eNw6rb/XmkQ3TGl
5N8gGT6ILYz77UJA+bRhf/nY761Mmih11wartJvER6uL7e4tpI8Ff8qz9OK6q0NR
98Sj5GQHKohowKQyA0BdXsxnd4n++Dw3NTBjvKSOWchxrQRljDIXTkctb8nwqDK8
CfUg4o4YC1ghwTiu6Vl/MSGioX2J50cdGeedibbb0GrtV+atq3bgqEpUqHoDophh
MSG0W+2ETXUhVdohkEqT4G/Gg2zlkJU03nBVEYBhlpLQy+1IDqd5tJ8AsuEWna9S
X+Bop6SqW5wWgEs4RuAb
=/N8T
-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/e1xtpc3-0002ur...@franck.debian.org



Accepted salt 2014.1.13+ds-2 (source all) into unstable

2014-11-26 Thread Joe Healy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 27 Nov 2014 15:49:13 +1100
Source: salt
Binary: salt-common salt-master salt-minion salt-syndic salt-ssh salt-doc 
salt-cloud
Architecture: source all
Version: 2014.1.13+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Salt Team pkg-salt-t...@lists.alioth.debian.org
Changed-By: Joe Healy joehe...@gmail.com
Description:
 salt-cloud - public cloud VM management system
 salt-common - shared libraries that salt requires for all packages
 salt-doc   - additional documentation for salt, the distributed remote executi
 salt-master - remote manager to administer servers via salt
 salt-minion - client package for salt, the distributed remote execution system
 salt-ssh   - remote manager to administer servers via salt
 salt-syndic - master-of-masters for salt, the distributed remote execution syst
Closes: 770174 770909
Changes:
 salt (2014.1.13+ds-2) unstable; urgency=medium
 .
   * [da66ee3] Addition of patch to ensure systemd service functionality works
 (Closes: 770174)
   * [6a17bb9] Added patch to prevent crash when unicode text is output from 
salt
 (Closes: 770909)
Checksums-Sha1:
 662e5ac23e310e4812f99e9ddce2e775deb48513 2440 salt_2014.1.13+ds-2.dsc
 87acac8591f3bebcd0ff883b6df9b3a3099cc82a 24064 
salt_2014.1.13+ds-2.debian.tar.xz
 7e53d056348d8b0cdaa58825fdab3bae600ef00e 1360370 
salt-common_2014.1.13+ds-2_all.deb
 95c6e656b32c71e45985ebf78a8ce33801e8884e 35430 
salt-master_2014.1.13+ds-2_all.deb
 8aa43d17e7cfe3a025febf10c0f913ce12908660 26378 
salt-minion_2014.1.13+ds-2_all.deb
 fb92799ba7e665b7af8148414cd13a9f819adf91 19156 
salt-syndic_2014.1.13+ds-2_all.deb
 0eae486780d4442480539907b2d3ce857c0f511c 18806 salt-ssh_2014.1.13+ds-2_all.deb
 918641c326b2f2a1845c8f3ff048f5726c47f636 1517210 
salt-doc_2014.1.13+ds-2_all.deb
 305eebaf1b271a9bfa37501dae54080252aaa1dd 18590 
salt-cloud_2014.1.13+ds-2_all.deb
Checksums-Sha256:
 3d9e1344acca59e4ea995b18ee271659da2e842d52eff1d353dbec348083cf1c 2440 
salt_2014.1.13+ds-2.dsc
 18aeacaacdb4f8846c10037dead8854d92524d60ec5287bd764721cddfdec8ac 24064 
salt_2014.1.13+ds-2.debian.tar.xz
 bd6ede57911c0368f75140b3d9747a96889226fb13219bf18125ba6be12fbf50 1360370 
salt-common_2014.1.13+ds-2_all.deb
 870f19043b85434453f344bc63fc8f44a14037736cd69f4cb235200723a517be 35430 
salt-master_2014.1.13+ds-2_all.deb
 b9a1cf9bee54a1ca455ec1551fec837feba5c68041510f120df8d36c4ee09c0c 26378 
salt-minion_2014.1.13+ds-2_all.deb
 7d403adf890d41fb74a2a321acd5d2dca9e42b42cc6a4fb8859c566f635c81a3 19156 
salt-syndic_2014.1.13+ds-2_all.deb
 2cdd9444ab0506572553e05be68a7fea5359e52867b404dbcb0e77f453b243fd 18806 
salt-ssh_2014.1.13+ds-2_all.deb
 26a6bc4b42ea5c74379fe2263169ec4e37ca621c80bb35b79743414d2b350b0c 1517210 
salt-doc_2014.1.13+ds-2_all.deb
 1cf63d5d2c6c94b80079971f231a406d32270fae8b8cb40067670eba1340d0d6 18590 
salt-cloud_2014.1.13+ds-2_all.deb
Files:
 769cc188e8c628806ef04f4df74e5904 2440 admin extra salt_2014.1.13+ds-2.dsc
 ed0a053543cbea3c438a3348b522ccc7 24064 admin extra 
salt_2014.1.13+ds-2.debian.tar.xz
 0d6aa8fa15d20a3eda13497fb91c99e7 1360370 admin extra 
salt-common_2014.1.13+ds-2_all.deb
 2c15faeeda863774cb2535f52631aef6 35430 admin extra 
salt-master_2014.1.13+ds-2_all.deb
 0d4784667ef254cb0ec8816cc3fa20dd 26378 admin extra 
salt-minion_2014.1.13+ds-2_all.deb
 2664e80830a611b5621480d63a29a809 19156 admin extra 
salt-syndic_2014.1.13+ds-2_all.deb
 266561715a3bbf4be275c6af41c2736f 18806 admin extra 
salt-ssh_2014.1.13+ds-2_all.deb
 7c4151b3cc9f9f8efb96d5c4867d1e4d 1517210 doc extra 
salt-doc_2014.1.13+ds-2_all.deb
 d14900ef56838e7e2c9e089c72a8045e 18590 admin extra 
salt-cloud_2014.1.13+ds-2_all.deb

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

iQIcBAEBCAAGBQJUdrJjAAoJELCeQLDyrmq5+UgQAJvd9S/kRxhFYeciXD8lJief
k4pUGF0VSVjiuZeAs2gby9K5KCnC+Rvohj0WD6PdokI74Aieuxseb3WgTcJGL/8y
v6rNZFLsqCDLWICyJk9/ewntW/PMU3+Wo90vL2mNeW+aFICzFeilDHz0869Q0xem
POT8WmH2n0Z0RjWjem9sWzYA3rUzDx0JlIGjYf358EgeRuxrZZnGgBd0Rvc7RDaG
sMdfvzuR7VIt9Xt3iYEPxfZjTNRrHSJEdeqA5jXVclwUd258xK4IdaX4EcFQVlxi
vvLFfcIwCB/DL32UAynCaGfLSv6+jUSQM9O+4fuGCBR8NnW7vzGO10gRhJe5bMcb
g3itC0lXcQf7sLbHnrqYVQqliZx0FcqVlwJH9H7B0ReLbhSO4RLwZf4rnxFo4a+S
rgEjhwXZVDnM+PfdLl0obCKX0CNmewHtaA8IyS/qg3iU4Vp06P6lNqhF7zaT5gDb
nwj4h+hRjt9tZmbVVU69tE21L4ySuWuClJuMr88f8cdE6b7YnZdXUFlNj5rbckqt
JoFdQnBX6amlhBXQ96XVqkTe7JzNhEG56dgC9McLQpo1NbAzT4YAPNw1unWfY/nR
q/uEfxVkJ0MzeiF9N/OleB5P9ZhzaxH7Mh6j6D/SngStb5udW68R1tteFrwouebs
yaUu29ogIQJy8YAsIYQl
=+3xF
-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/e1xtrtj-0005bg...@franck.debian.org



Accepted libbitcoin 2.0-2.2 (source amd64) into unstable

2014-11-26 Thread Tobias Frost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 21 Nov 2014 22:44:56 +0100
Source: libbitcoin
Binary: libbitcoin0 libbitcoin0-dbg libbitcoin-dev
Architecture: source amd64
Version: 2.0-2.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Bitcoin Team pkg-bitcoin-de...@lists.alioth.debian.org
Changed-By: Tobias Frost t...@debian.org
Description:
 libbitcoin-dev - Bitcoin toolkit library for asynchronous apps - development 
heade
 libbitcoin0 - Bitcoin toolkit library for asynchronous apps
 libbitcoin0-dbg - Bitcoin toolkit library for asynchronous apps - debugging 
symbols
Closes: 768726
Changes:
 libbitcoin (2.0-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Apply patch from BTS to fix FTBFS in jessie: configure: error: cannot find
 install-sh, install.sh, or shtool in . ./.. ./../.. (Closes: 
#768726)
Checksums-Sha1:
 f277420e3bf5bda4393bbcebdea168c96baa4cfb 2377 libbitcoin_2.0-2.2.dsc
 de6eb21dcf4cc00631f3c6570104908f9b335d25 19920 libbitcoin_2.0-2.2.debian.tar.xz
Checksums-Sha256:
 8f34a8744ceabf17042940e18e946a6dea4d7b60e78871cbfd95cba22fee8621 2377 
libbitcoin_2.0-2.2.dsc
 4458b1ad4567e6020cb3072058f3f554a33b0e81dd068c594d1e1dc594f20601 19920 
libbitcoin_2.0-2.2.debian.tar.xz
Files:
 94380e90fb09ce3626d0a6fe3802876b 2377 libs optional libbitcoin_2.0-2.2.dsc
 15ff011e4579393939ad9d3705df019f 19920 libs optional 
libbitcoin_2.0-2.2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUcDTvAAoJEJFk+h0XvV02ir0QAKOYhjnaZjMok+DKv36omvZO
iQ7osIdr2QbaGEnh2AfGyYUuP5toxmzZT6BlKbaAb0aMqGgcuOIJp+9uU0E42GXY
BdVbf340RPf0mDJGja/DElmgMklT0Ie2uWkAMoZ2GfyIzvOyPAgSXjw3i+7r1GFQ
ZXkmEElToWPBcOoA+C49S8+8rge+7n82zj1L8iA7nffyE2MEqI9VYXTLlwN7oxF8
hJa/2WCjOz4lffPryz5VQZ7wrP7Eyqyz1zVdOg7ZlLBucHVYqWrHBNLad98074/C
6zrSrqad+b++rp3bO9E3kxrQXx4C0KAvV8xNmbnC+DxpKlbB1HLEGZOOGaXVswGu
tz4rx5M7144F666Qn8jeQxVIyXOsrAaf8OEXOaS83r+KDIJWvtVYTiTEVG0VtAKP
YSbQR61f+eNzDdfGnmaEf2shVuDsAOyXB4YACmsmChbLCoabxiGxsSQYiY2RbuTW
4GFp1c8udsnX4HIhfi8suurEKOZ3yXGsN/mPHXOneE/h/l+2mobS6zrSCmEYBwgZ
uKVDANeoO680bL1UzwK9xw6LNdUEm+lseSXkbil1CoT4C9wk5qODlnrUYlldr3sD
UIRDYzOJDhyQjf4HwNoeMvarZYNPFUQ33YpoyARzqG854ZRNfLDiO4B51v9orDjP
kkj0rwTb73zPQjvQvWrB
=SnuN
-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/e1xttag-0008iw...@franck.debian.org