Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Russell Stuart
On Thu, 2014-10-30 at 01:40 -0400, Michael Gilbert wrote:
 There are also end-of-life announcements, which maybe the
 debian-security-support package now addresses in a somewhat automated
 fashion.

I wasn't aware of that.  Thanks.

 Anyway, it is entirely understandable that reading can be hard, but at
 a minimum the truly security-conscious need to be to do so.

Yes, fine.  But a truly security conscious distribution doesn't depend
on its users being truly security conscious.

And on that note, I applaud the Debian Security Team for  demonstrating
their awareness of this by releasing debian-security-support.


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


Bug#767326: ITP: user-agent-utils -- Utilities for processing user-agent strings

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

* Package name: user-agent-utils
  Version : 1.14
  Upstream Author : Harald Walker
* URL : https://github.com/HaraldWalker/user-agent-utils
* License : BSD-3-clause
  Programming Lang: Java
  Description : Utilities for processing user-agent strings

The user-agent-utils Java library can be used to parse HTTP requests in
real-time or to analyze log files and gather information about the
user-agent. It doesn't try to identify hundreds of different clients and
operating systems but instead offers a compromise between performance
and usability.

This library is a dependency of Sonatype Nexus.


-- 
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/5451f05f.7070...@apache.org



Bug#767334: ITP: python-cs -- simple CloudStack API client for Python and the command-line

2014-10-30 Thread Vincent Bernat
Package: wnpp
Severity: wishlist
Owner: Vincent Bernat ber...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: python-cs
  Version : 0.5.7
  Upstream Author : Bruno Renie bruta...@gmail.com
* URL : https://github.com/exoscale/cs/
* License : BSD
  Programming Lang: Python
  Description : simple, yet powerful CloudStack API client for Python and 
the command-line

This library provides a simple, yet powerful Apache CloudStack API
client for Python as well as a command-line tool. It is a thin wrapper
on top of the CloudStack API and hence it is able to adapt to any
future version.

Apache CloudStack is open source software designed to deploy and
manage large networks of virtual machines.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUgUsAAoJEJWkL+g1NSX5AlwP/0b6NCFluqNj8JlK8uiRxgMe
EQD0ehDYJ5y3AcBUlCud52aU9Nelr3Q634UMoagnSbHA4KVtVUsRWgyFLtuyAE5M
qz9fbRWWFWoi9ekaKv3Z6pLOwJRX39qBl8hyhji1w9lXZj++CfhHq7llDgKSuIWi
U8RGm/H8KPddjYxYUSMIJhPYTRLTnjFwV+mdVbqZXpb9ytWqpcZi3n5eFN4Uh0uj
lsdCzIB7zb6E2fQ62Tgj4dyohVy4zMk39yq63ddZS1Ubq74dwrQMUxGWv8N+xbUT
+B6Ckd0ptrqEhrT7u0mIxU0f1Y0lPMcXvsB6UZ4j96eB7SqrxJGQzyTb40z43gYs
U7P6jJ0xsu8pBhm9cSoiJCqij2fBQ7iif6eY1P7PnsAuLokBilB4w28LO3kh4YiK
ch5eNe0G9pwwXP6rSJRPhj4J/j/g0YsflFqTO60rd+K1CP4QRtMilJFb3F0RvpXP
KeuNQ6HF+B3F8BC8Xn5jSKEkEgvrQi8raUofpJPZVxz6/jnOABieuZ2e8vMM3hpp
LULG+HYxnvPZOPP2kHOuztA5w9fT3lM5sKH+LVoHPJ2IQY07fPQCg70HguhMyDBE
9g3dwvxnJNu/QQm7Udt4lF1BkX8ViFKI+6IQLhZH+99dZbKfizgREbvA1lFPty5+
1E/aYq2ohwC/5BsCRls0
=uYLB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141030093028.22762.73153.report...@zoro.exoscale.ch



Bug#767344: ITP: ruby-raemon -- framework for building UNIX daemons

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

* Package name: ruby-raemon
  Version : 0.3.0
  Upstream Author : NuLayer Inc. peter.kielt...@nulayer.com
* URL : http://github.com/nulayer/raemon
* License : Expat
  Programming Lang: Ruby
  Description : framework for building UNIX daemons

 Raemon is a Ruby framework for building daemons. It's designed for writing
 master/worker pre-forking servers running on UNIX. The library has been tested
 on both 1.8.7 and 1.9.2 and carries no dependencies outside of the Ruby core.


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



Bug#767349: ITP: ruby-symboltable -- symbols-only hash for Ruby

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

* Package name: ruby-symboltable
  Version : 1.0.2
  Upstream Author : Michael Jackson mjijack...@gmail.com
* URL : http://mjijackson.github.com/symboltable
* License : Expat
  Programming Lang: Ruby
  Description : symbols-only hash for Ruby

 SymbolTable is a handy little Ruby class that was conceived from the union of
 Hash and Symbol. SymbolTable directly extends Hash, but it stores all keys
 internally as symbols. Any key that cannot be converted to a Symbol is not
 valid.
 .
 While this may seem restrictive, it does have the nice side effect of making
 all keys slightly more memorable and usable. For example, values may be set
 and retrieved using any key that resolves to the same symbol.

Note: Just like ruby-raemon, this is a dependency of Fuel which I am
currently packaging. Fuel is a tool to deploy OpenStack.


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



Re: dgit and git-dpm (was Re: Standardizing the layout of git packaging repositories)

2014-10-30 Thread Antonio Terceiro
On Thu, Oct 30, 2014 at 12:36:24AM +0900, Osamu Aoki wrote:
  This would mean a much more expensive build by default, please don't.
 
 git-pbuilder uses cowbulder by default (not bare-bone pbuilder), so it
 is not as slow as pbuilder.

Yes, but it is a lot slower than a plain build on the current system
just because you have to install all dependencies at every build.

  Chroot build is a good thing.

Sure.

  I would rather make plain debuild, or just dpkg-buildpackage, the
  default.
 
 If you need this, set --git-builder=debuild or 
   set builder=debuild in ~/.gbp.conf
 
 It is no big deal which ever system default is chosen.

I could use the same argument in reverse: if you want to use a full
clean build by default you can also just do that. :)

-- 
Antonio Terceiro terce...@debian.org


signature.asc
Description: Digital signature


Re: dgit and git-dpm

2014-10-30 Thread Ian Jackson
Thorsten Glaser writes (Re: dgit and git-dpm):
 Ian Jackson dixit:
 [ NMU ]
 A dgit user should be able to do this without reading the debdiff:
 
 This is a dangerous habit to get into

Why ?

Of course for this NMU approach to be a good one, dgit needs to
reliably do the right thing.  dgit is still quite immature software so
some scepticism is probably warranted.

But, the whole purpose of computers is to save human effort.  We
should not be spending our time double-guessing the output of
computers, unless we really can't avoid it.  That our current NMU
practices involve a lot of pratting about, bookwork, double-checking,
paperwork, and so on, is not a feature.

It's a bug.  A bug in our processes and tools.  A bug I am fixing.

 – I’d prefer users of even dgit, no matter how good it may be, to
 not rely on that.

Again, why ?

If (hypothetically - I'm definitely not claiming this right now) dgit
were 100% reliable, there would be no reason not to simply rely on it.

 This is a social issue, not a technical one.

I don't understand this comment at all.

Ian.


--
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/21586.12846.427325.890...@chiark.greenend.org.uk



Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Ian Jackson
Russ Allbery writes (Re: Bug#752450: ftp.debian.org: please consider to 
strongly tighten the validity period of Release files):
 Russell Stuart russell-deb...@stuart.id.au writes:
  If there are two ways and one requires a human and the other is
  completely automatic, all other things being equal for me the right
  way is the automated one.  I know my limitations - not being
  conscientious when doing manual repetitive labour is one of them.
 
 That's a valid point.  But I'm not sure that presence of the package in
 the archive is the best trigger here, particularly since there can be
 information in the security advisory that's rather important, such as an
 additional upgrade step that has to be performed.  We try to avoid that,
 of course, but it has happened.

That additional step should be encoded in the package, just as we
would for any other additional step that is required for any other
update.  (Perhaps a debconf prompt, perhaps by automating it, etc.)

 Also, this means that you completely miss security advisories that *don't*
 involve changing a package in the archive, like this thing is a disaster,
 so we're pulling it from the archive entirely and suggest you stop using
 it.

That's what debian-security-support is for.

 This implies to me that we need some better tool than just triggering off
 of package availability to address these concerns.  I personally think the
 concerns are fairly minor and the cost is not worth the benefit, but that
 said, I have often wished debsecan was more generally useful.
 Volunteering to help the security team improve it might be a good path
 forward for someone wanting to work in this area.

DSAs are hopeless for any kind of reliable and systematic approach.
In practice, I'm sure that many many Debian systems, perhaps most, are
maintained on the basis that if the system is up to date vis-a-vis the
security archives, it is up to date.

Ian.


-- 
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/21586.13098.863798.341...@chiark.greenend.org.uk



Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Wouter Verhelst
On Thu, Oct 30, 2014 at 03:59:33PM +1000, Russell Stuart wrote:
 On Thu, 2014-10-30 at 01:40 -0400, Michael Gilbert wrote:
  Anyway, it is entirely understandable that reading can be hard, but at
  a minimum the truly security-conscious need to be to do so.
 
 Yes, fine.  But a truly security conscious distribution doesn't depend
 on its users being truly security conscious.

I would hope Debian never becomes a truly security conscious
distribution by that definition. It implies the distribution thinks it
knows better than its users what the right security trade-off is, and
that way lies disaster.

Empower our users to make their system more secure? Sure. Enable
security options by default? Yes please. Annoy them by assuming they
never need the insecure option and making it hard or impossible to do
them? Hell no.

I'm not saying that the latter is what you meant, but it does seem to go
there.

-- 
It is easy to love a country that is famous for chocolate and beer

  -- Barack Obama, speaking in Brussels, Belgium, 2014-03-26


-- 
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/20141030150600.ga32...@grep.be



Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Christoph Anton Mitterer
Hey again.

On Wed, 2014-10-29 at 22:07 -0700, Russ Allbery wrote: 
 If you don't read the mail, you're going to miss some really vital
 information, like packages that we are no longer supporting.  I am very
 much opposed to giving people the impression they can just monitor the
 security archive and not read the DSAs.
All that kind of stuff should IMO rather move to some machine controlled
system as well.

I mean, in that area (package installation, upgrade, maintenance) we
have actually several things which should be goals:

- Debian shouldn't ship packages that enable network listening services
per default (unless perhaps very few special examples). At least this
services should try to come in a localhost-only fashion.
Not having packages like postgresql/httpd/etc. start and initialise
automatically would actually be the natural way and... well I don't know
what suse does but I think the other distros don't do that thing.

- Debian should ship a default set of firewall rules. Are we the only
distro which doesn't do this? I mean a basic ruleset which drops
incoming, accepts outgoing and accepts related,establised is so easy to
do... and it would help for all those cases where services are started
but not yet finally configured/secured by the admin.

- There should be a central system, that checks whether something needs
to be restarted after package upgrades. Some package just
unconditionally restart their services on upgrade (even when there is no
technical need to do so), some (e.g. libc) check whether other packages
need to be restarted.
I think this should rather be moved to something like needrestart, even
though needrestart currently only looks at services, and not at any
other processes which also make use of old libraries/etc.
Apart from that, a package should only restart its own service, when
there is a strict technical need that stop/start needs to be made
before/after the upgrade, e.g. one should be able to upgrade sshd
without the need to restart it.
The decision whether restarts are made, should then be centrally
delegated to e.g. needrestart.

- And last but not least to address your concerns about packages which
are no longer security supported.
For that we already have debian-security-support... and it should
ultimately be the canonical point to handle this question.

If you still think that the DSAs themselves need to be distributed to
the users in a secure way (which is an idea I'd support) than this
should perhaps go to the package as well. Like a file DSA.Debian,
similar in style to the NEWS.Debian and it could be displayed by
apt-listchanges.


  To be honest, it's really awkward to see how much all this is apparently
  fought against.
 I don't think people are fighting against you.
First I've said how much *all this* is fought, and not how much *I* am
fought ;-)

But, seriously?! Remember our last dance about strengthening crypto
algos in Debian?
It wasn't that I proposed to implement something impossible or
completely awkward, just to take a concentrated effort to phase out the
usage of algos (or key sizes or DH group sizes, etc.) which have already
known flaws - or at least to disable them from being used automatically.
And history simply proves me right, that it's better to do this
proactively, even when something is still safe (for the very moment) or
when upstream is slow.
Not doing this is, why we still have MD5 in several places, where it's
probably not the best idea to use it.
The typical arguments then are... xyz is still safe, which often turns
out to be a for a few months or years at best; or we use only xyz for
performance reasons, which is kind of a strange argument in all those
places where performance isn't crucial and where a few extra ms that
e.g. SH512 needs over SHA256 just don't matter.

And actually I got several mails by people and other cryptographers
after that last discussion, which supported my views and were kinda
disturbed of the what has been styled as a commonly accepted opinion
amongst cryptographers.

Or remember the thing with the downloader packages?

And for this issue it's the same? I think the current top argument is
we don't need to do anything, since LWN provides people with secure
advisories.

So please apologise me if I sometimes get the impressions that people
rather just search for reasons not to do something. And so far, noone
has really given me a solid technical argument why and of these issues
wouldn't be real. The only arguments are rather things like most
users don't care or things at that level.
E.g. to quote yourself from below: esoteric security gains compared to
all the other things that they could be working on

The funny thin it that one gets arguments like these in all these
fields, and an attacker is probably not too smug to exploit such a
meta-security-hole just because Debian calls it esoteric. :-(


 I think people are
 unconvinced that all of the machinery that you want to put in place is
 worth it
Well actually the 

Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Christoph Anton Mitterer
On Thu, 2014-10-30 at 01:29 -0400, Michael Gilbert wrote: 
 There is also LWN as a mechanism for independent verification.
Don't they just take up the information from Debian themselves?

 Although there is often more than a day long delay on that, and more
 on weekends
Which makes it inadequate to deal with the issue we were talking about.

  it can be used as reliable indicator if has different
 information than expected from the DSA mail.  That is a retroactive
 process, so sure it isn't a preventative measure, but when something
 does differ, at least you know that the events you observed for the
 prior day were suspect.
I actually regularly look at LWN, but I wouldn't bother to remember
which updates they've listed and whether there's anything I've missed on
d-s-a or in apt.


 The mail and dak install are manual and independent actions, so the
 timing difference is the human in the loop, and is rarely more than a
 few minutes.  Maybe the two could be tied together, but someone needs
 to volunteer to do that.
Just FIY: I definitely wasn't criticising that mails or the data on the
web may have been delayed in some cases... actually that's what I've
naturally expect in most cases: First pushing the updates... and only
then starting to write some prose text about it :)


  See above, both means of distributing DSAs seem not to protect against
  downgard/blocking attacks.
 Why wouldn't a once per every TIME debsecan cron job not solve the
 entire automation problem?
I would need to look at debsecan whether it avoids the issues we have in
apt.

But I mean at least to me it sounds quite appealing of having it secured
there (apt/aptitude).
It's the central place for package management, it's what my 3rd party
tools any nagios checks use.


 If the problem really is the lack of a nagios plugin, then that seems
 like a straightforward problem to solve, and a potentially positive
 direction to focus this energy.
I don't feel that this is the way to go, since it rather seems like just
working around an issue... but you'd need to explain in more detail,
what you actually imagine.
At it still has the problem that not all people would secure themselves
via that plugin.
Some may use their home-brewed shell scripts that query apt and install
security packages automatically, some may use existing packages for
that, and so on.



 I think ftpmaster said they would consider signing more often, but
 they were not willing to consider reducing validity time (in case
 something does go down).
Well I did notice that, but two problems remain open:

- if we have so many mirrors, that are that slow, then one would still
need to distribute the re-signed files on a fast track.
Otherwise all the people who actually choose to tighten their validity
times may end up having problems every now and then.

- it still leaves the broad majority which either don't care or simply
doesn't know vulnerable
So I personally (and I know that I have a more extreme security POV than
most here) feel, that we should actually want that people get errors,
when the master servers in Debian get down.
People should somehow be notified and see... aha, something is going on
there, I may not longer get security upgrades.
Now people of course fear such changes and possible breakage, but to
repeat myself: giving the user a warning on what's happening, allowing
him to override the validity check and accept the expired Release file
isn't something that will stop the world from turning.
It's not so much different to the possibility of seeing
unauthenticated errors that came with the introduction of APT.
It happens very rarely, people get an adequate warning and can deal with
it.

 Debian is about meritocracy.  If you're unwilling to do any of this
 (or to have figured) it out yourself, then there is no reason forcibly
 attempt to make others do it for you.
Well unless I'm appointed ftp-master, then it's probably unlikely that I
can do/decide much in that are, can I? ;-)


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Christoph Anton Mitterer
On Thu, 2014-10-30 at 16:06 +0100, Wouter Verhelst wrote: 
 I would hope Debian never becomes a truly security conscious
 distribution by that definition.

 It implies the distribution thinks it
 knows better than its users what the right security trade-off is, and
 that way lies disaster.
Isn't that the very what we actually do right now?!

We think we know better which validity time is appropriate to the attack
model of users.
We think we know better whether and how users should educate themselves
above upgrades.
We think we know better which algos are still appropriate for the user
or not.

AFAIU the term truly security conscious it's:
- assuming the worst (attack)
- default to be secure 
- in case of uncertainty, security critical warnings or error, or in
case of unexpected things: try to educate the user what's likely to be
going on and leave the choice up to him (e.g. disable SSL3 per default,
tell the user why, but allow him to override
- try to deploy security to the masses in a way they can still deal with
it, and not just to the few paranoid people that really dig into it.


 Annoy them by assuming they
 never need the insecure option and making it hard or impossible to do
 them? Hell no.
Absolutely agree.


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Nick Phillips
On Wed, 2014-10-29 at 21:58 -0700, Russ Allbery wrote:

  Yes, I agree.  But for me apt.conf/Max-ValidTime is useless unless the
  release file is guaranteed to be updated more frequently than its
  Valid-Until: header implies.  Is it, and is that undertaking
  documented somewhere?
 
 Point.  We should have documentation for what the minimum signing
 frequency we guarantee is, particularly for the security archive.  Then,
 people who are willing to suffer from mirror issues if they're slow can
 just use that.

It seems to me that Valid-Until was a mistake in the first place; the
date on which it was signed and the frequency with which it is expected
to be re-signed are needed (whether this information is in the file
itself or just in the docs), and it's up to the client to decide how old
is acceptable given this information.


Cheers,


Nick
-- 
Nick Phillips / nick.phill...@otago.ac.nz / 03 479 4195
# These statements are mine, not those of the University of Otago


Leading With Emotional Intelligence Workshop

2014-10-30 Thread Sager Al-Mohisen
  

 Having trouble viewing this e-mail? Try the online version.

  

  [1]
  [2]

THANKS FOR READING!

 This newsletter was sent to debian-devel@lists.debian.org.

 Mega Training | Al-Sulaymaneyah | Riyadh, Riyadh 9661, Saudi Arabia

 If you do not wish to receive any more advertising, newsletter and
offers, please click the Unsubscribe link below.

Unsubscribe. 

  

Links:
--
[1]
https://docs.google.com/a/megabizs.com/spreadsheet/viewform?formkey=dHBodUU1RV9CZS1qX3I5YXlJODlaSlE6MA#gid=0
[2] http://www.megabizs.com/eq.pdf



Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Russ Allbery
Nick Phillips nick.phill...@otago.ac.nz writes:
 On Wed, 2014-10-29 at 21:58 -0700, Russ Allbery wrote:

 Point.  We should have documentation for what the minimum signing
 frequency we guarantee is, particularly for the security archive.
 Then, people who are willing to suffer from mirror issues if they're
 slow can just use that.

 It seems to me that Valid-Until was a mistake in the first place; the
 date on which it was signed and the frequency with which it is expected
 to be re-signed are needed (whether this information is in the file
 itself or just in the docs), and it's up to the client to decide how old
 is acceptable given this information.

I approve of us putting a ceiling on how long the client should trust the
signature.  The client can always ignore Valid-Until if they really want
to, but this way we're explicit about our recommendations.

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



Re: What is the policy on audio group? and, proposal of a new group for the jack audio server

2014-10-30 Thread Tobias Frost
Am Mittwoch, den 29.10.2014, 23:25 +0100 schrieb Ralf Jung:
 Hi,
 
  Marco d'Itri:
  On Oct 27, Tobias Frost t...@frost.de wrote:
 
  Ok, so you are for removing audio group from user default groups?
  Eventually, yes.
  Did you mean maybe or for sure, someone
  
  s/someone/sometime/
  
  No.
 
  Then what *did* you mean?
 
 Well, probably the correct English meaning of eventually, which is,
 at some (unspecified) point in the future. :)
... but its already determined that it *will* happen;
 Probably Ralf meant that, but I think it needs to be said more explicit:
This is just such a common false-friend-error in many languages [1]; and
the false-friends-meaning is possible, maybe maybe  . 

I think the word eventually should be avoided. Its just too likely you
get misunderstood.

[1]
http://www.macmillandictionaries.com/MED-Magazine/May2003/07-important-actual-eventual.htm#3

 Kind regards
 Ralf
 
 


--
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/1414701606.25653.1.ca...@frost.de



Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Jonathan Dowland
Show me the patches.

Bug#767414: ITP: 2048 -- Simple number game for the text console

2014-10-30 Thread Gabriel Pérez-Cerezo
Package: wnpp
Severity: wishlist
Owner: Gabriel Pérez-Cerezo gabr...@gpcf.eu

* Package name: 2048
  Version : 1.0
  Upstream Author : Gabriel Pérez-Cerezo gabr...@gpcf.eu
* URL : http://en.gpcf.eu/2048
* License : MIT/X
  Programming Lang: C
  Description : A mathematical puzzle game

As you may already know, 2048 is a fun puzzle game in which
you have to move the number tiles across the board. If two
tiles with the same value touch, they merge and their values
add up. The goal is to have a tile with the value 2048.

2048 is a really fun and popular game. Being a game, no other
packages depend on it. There is another package that does the
same thing, called 2048-qt, but it is a graphical version, and
this version is text-mode. It is much more lightweight, it depends
only on libc.

I would maintain the package, because I am also the upstream maintainer.


-- 
Gabriel Pérez-Cerezo Flohr .--
GPG Key: BB09BA34D353EC69 / Email is like a postcard, anyone can read 
Website: http://gpcf.eu  / it. Please use the GPG Key to encrypt your 
Email: gabr...@gpcf.eu  / emails (tutorial: emailselfdefense.fsf.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/87zjcd8cok.wl-gabr...@gpcf.eu



Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-10-30 Thread Russell Stuart
On Thu, 2014-10-30 at 16:06 +0100, Wouter Verhelst wrote:
 On Thu, Oct 30, 2014 at 03:59:33PM +1000, Russell Stuart wrote:
  Yes, fine.  But a truly security conscious distribution doesn't depend
  on its users being truly security conscious.
 
 I would hope Debian never becomes a truly security conscious
 distribution by that definition. It implies the distribution thinks it
 knows better than its users what the right security trade-off is, and
 that way lies disaster.

You are reading way too much into it.  It's meant to express something
uncontroversial.

There is the spectrum ranging from: The default install priorities
should be (...put your fetishes here - eye candy, small, have
everything, [not] run systemd...).  If the user wants security they can
customise it later.  To: The default install should be as secure as
possible.  If the user wants to weaken that in favour of (...put your
fetishes here...), they can customise the system later.  IMO, on the
spectrum Debian must be heavily biased towards favouring security.

So it just expresses what I presume to be the consensus.  As such I
really should not have wasted your time by writing it, but there was an
element of conceit involved - I was taken with the turn of phrase.


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


Re: Doxygen and embedded jquery problem, how to solve?

2014-10-30 Thread Helmut Grohne
On Wed, Oct 29, 2014 at 03:59:44PM +0100, Jonas Smedegaard wrote:
 IMO the proper solution is for Debian packaging of doxygen to untangle 
 jQuery from extensions, depend on + symlink the jQuery part, provide the 
 extensions as a shared package, and patch doxygen code to generate 
 docuementation referencing each separately instead of the entangled one.

Yeah, I had that opinion as well before looking into implementing it. In
the mean time I did remove several embedded copies of jquery from
Doxygen, just not the one we are discussing here.  Maybe you could help
doing the missing work by packaging the missing javascript libraries?
It seems futile to discuss whether doxygen should set symlinks to files
that do not exist.

 ...but seems from that README that maintainers of doxygen have already 
 reflected on this and disagrees.

I do not disagree with the goal. I just disagree that doing the work is
worth the^Wmy effort. I.e. patches welcome.

 I suggest (but won't drive it myself) to file a bug against doxygen to 
 kindly reconsider...

Please don't. I'd have to merge it into #736432.

 ...and until eventually maybe progress on that front, either a) try 
 untangle the jquery+extensions code yourself for each and every single 
 package using doxygen, or b) embrace same attitude as doxygen 
 maintainers and add lintian suppressions referencing doxygen README as 
 comment.

I don't think it makes any sense to untangle this in individual
packages. If anyone puts up that work, it should happen in Doxygen.

A lintian suppression is not necessary, because this is a bug in
lintian: #736360.

Also packages shouldn't set Built-Using: doxygen. That's not what
Built-Using was created for.

Helmut


-- 
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/20141030225911.ga21...@alf.mars



Work-needing packages report for Oct 31, 2014

2014-10-30 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 609 (new: 2)
Total number of packages offered up for adoption: 138 (new: 1)
Total number of packages requested help for: 56 (new: 1)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   goocanvas (#766612), orphaned 6 days ago
 Description: development libraries, include files and documentation
   for goocanvas
 Reverse Depends: gpredict libgoo-canvas-perl libgoocanvas-dev
   libgoocanvas3 libgoocanvasmm-1.0-5 libgoocanvasmm-dev
   python-pygoocanvas
 Installations reported by Popcon: 9296

   imwheel (#766979), orphaned 3 days ago
 Description: program to support non-standard buttons on mice in
   Linux
 Installations reported by Popcon: 557

607 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



The following packages have been given up for adoption:

   yap (#766585), offered 6 days ago
 Installations reported by Popcon: 246

137 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

[NEW] openmpi (#766859), requested 4 days ago
 Description: high performance message passing library -- header
   files
 Reverse Depends: abyss aces3 ampliconnoise blacs-mpi-test
   clustalw-mpi code-aster-mpi-engine code-saturne-bin
   coop-computing-tools cp2k elk-lapw (120 more omitted)
 Installations reported by Popcon: 8625

   apt-xapian-index (#567955), requested 1732 days ago
 Description: maintenance tools for a Xapian index of Debian packages
 Reverse Depends: ept-cache goplay packagesearch
 Installations reported by Popcon: 77376

   athcool (#278442), requested 3656 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 47

   awstats (#755797), requested 99 days ago
 Description: powerful and featureful web server log analyzer
 Installations reported by Popcon: 4167

   balsa (#642906), requested 1131 days ago
 Description: An e-mail client for GNOME
 Reverse Depends: balsa-dbg
 Installations reported by Popcon: 760

   cardstories (#624100), requested 1284 days ago
 Description: Find out a card using a sentence made up by another
   player
 Installations reported by Popcon: 13

   chromium-browser (#583826), requested 1614 days ago
 Description: Chromium browser
 Reverse Depends: chromedriver chromium-dbg chromium-l10n
   design-desktop-web mozplugger
 Installations reported by Popcon: 25630

   cups (#532097), requested 1972 days ago
 Description: Common UNIX Printing System
 Reverse Depends: bluez-cups chromium cinnamon-settings-daemon
   cloudprint cups cups-backend-bjnp cups-browsed cups-bsd cups-client
   cups-core-drivers (64 more omitted)
 Installations reported by Popcon: 143253

   debtags (#567954), requested 1732 days ago
 Description: Enables support for package tags
 Reverse Depends: goplay packagesearch
 Installations reported by Popcon: 2289

   developers-reference (#759995), requested 61 days ago
 Description: guidelines and information for Debian developers
 Installations reported by Popcon: 15096

   fbcat (#565156), requested 1751 days ago
 Description: framebuffer grabber
 Installations reported by Popcon: 164

   freeipmi (#628062), requested 1253 days ago
 Description: GNU implementation of the IPMI protocol
 Reverse Depends: freeipmi freeipmi-bmc-watchdog freeipmi-ipmidetect
   freeipmi-ipmiseld freeipmi-tools libfreeipmi-dev libfreeipmi16
   libipmiconsole-dev libipmiconsole2 libipmidetect-dev (4 more
   omitted)
 Installations reported by Popcon: 5703

   gnat-gps (#496905), requested 2254 days ago
 Description: co-maintainer needed
 Reverse Depends: gnat-gps gnat-gps-dbg
 Installations reported by Popcon: 501

   gnokii (#677750), requested 866 days ago
 Description: Datasuite for mobile phone management
 Reverse Depends: gnokii gnokii-cli gnokii-smsd gnokii-smsd-mysql
   gnokii-smsd-pgsql gnome-phone-manager libgnokii-dev libgnokii6
   xgnokii
 Installations reported by Popcon: 1553

   gnupg (#660685), requested 983 days ago
 Description: GNU privacy guard - a free PGP replacement
 Reverse Depends: 0install-core apt aptly arriero bootstrap-base
   cdebootstrap cdebootstrap-static clamav-unofficial-sigs cloud-utils
   

Re: Bug#767414: ITP: 2048 -- Simple number game for the text console

2014-10-30 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 30 October 2014 22:34:03 Gabriel Pérez-Cerezo wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Gabriel Pérez-Cerezo gabr...@gpcf.eu
 
 * Package name: 2048
   Version : 1.0
   Upstream Author : Gabriel Pérez-Cerezo gabr...@gpcf.eu
 * URL : http://en.gpcf.eu/2048
 * License : MIT/X
   Programming Lang: C
   Description : A mathematical puzzle game
 
 As you may already know, 2048 is a fun puzzle game in which
 you have to move the number tiles across the board. If two
 tiles with the same value touch, they merge and their values
 add up. The goal is to have a tile with the value 2048.
 
 2048 is a really fun and popular game. Being a game, no other
 packages depend on it. There is another package that does the
 same thing, called 2048-qt, but it is a graphical version, and
 this version is text-mode. It is much more lightweight, it depends
 only on libc.
 
 I would maintain the package, because I am also the upstream maintainer.

Hi Gabriel! What would the difference be with 2048-qt which is already in the 
archive [0]?

[0] https://packages.debian.org/jessie/2048-qt

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


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


Bug#767444: ITP: fig -- Punctual, lightweight development environments using Docker

2014-10-30 Thread Felipe Sateler
Package: wnpp
Severity: wishlist
Owner: Felipe Sateler fsate...@debian.org

* Package name: fig
  Version : 1.0.0
  Upstream Author : Docker Inc
* URL : http://www.fig.sh/
* License : Apache
  Programming Lang: Python
  Description : Punctual, lightweight development environments using Docker

Fig is a service management software built on top of docker. Define your
services and their relationships in a simple YAML file, and let fig
handle the rest.


-- 
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/20141030231526.27983.10866.reportbug@felipepc



Accepted sleepenh 1.3-2 (source amd64) into unstable

2014-10-30 Thread Nicolas Schier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 28 Oct 2014 08:07:21 +0100
Source: sleepenh
Binary: sleepenh
Architecture: source amd64
Version: 1.3-2
Distribution: unstable
Urgency: low
Maintainer: Nicolas Schier nico...@hjem.rpa.no
Changed-By: Nicolas Schier nico...@hjem.rpa.no
Description:
 sleepenh   - Sleep until a given date with subsecond resolution
Closes: 759732
Changes:
 sleepenh (1.3-2) unstable; urgency=low
 .
   * Purge obsolete Debian files
   * Use default debian/rules
   * Add missing package dependency ${misc:Depends}
   * Set source format to '3.0 (quilt)'
   * patch: use Debian compiler flags
   * Update copyright file
   * Update Standards-Version to 3.9.6 (no changes required)
   * New maintainer (Closes: #759732)
   * Bump debhelper compat level to 9
   * Add Vcs-Browser and Vcs-Git URLs
Checksums-Sha1:
 eb15602c80f7c2e0db6461cf4bc7ca49031bc1ab 1729 sleepenh_1.3-2.dsc
 ebe6d69428674f822b4c024de6b7c61b5157340d 2840 sleepenh_1.3-2.debian.tar.xz
Checksums-Sha256:
 4922951058eb35b9f455790f1d89607bce79bffb286ca1021e1ef0c4ca571025 1729 
sleepenh_1.3-2.dsc
 958a3ba568f4e29aed72b054e5ffdaf183fd4bf7b6e5532eeae0d24145e32a34 2840 
sleepenh_1.3-2.debian.tar.xz
Files:
 6a0dd290795bb6e192ac8676c607a3f3 1729 utils extra sleepenh_1.3-2.dsc
 13f38bba515343a7a35dca15d747e22a 2840 utils extra sleepenh_1.3-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUdfTAAoJEJFk+h0XvV02qlkP/0yM4gHM3cSRNc+RWPr47fWb
6uSHUhrU4L6k2jt6EowNbmRvDn0Kea+iA/95U8qVv0SrGowq4HEf+RXGJPaKZnpM
ceB1IHqr0Ou7zlCfFz2ROMmmPY59qEGUMjPuTot/poGwmu8fJysybI7cxWrq8Hl4
CiLbBL3BHsggDH1VcxzhnsqGt5eccKi5AmqDtZqrzGWDutuLhfUbCQMNAWf79/6t
myoC5I6NMQoNkEqCwd3xAuCd83/wM/dQp9g6gzZT3QALHf0P0bS5aFRKefJmD75o
IKjwoOxyQScIEn7MC8Rv5P/dooDczh6sXb33ehH9/koMlUtQKvma3ORZlMaaqNK8
7WkBT7/dyZNU3R6aTi0/B8B6HcKtT4cpitozSMrV25cL0JwSjoeeu4TNGNEsOTR2
+OSBY7qVktYP/NOaZSCNT0fxbWbBmG+O73wSMpOn7R9nMG7vhoGgmTPhBqF6ciuC
gE8bU6L5v5A+bqqMhWCxukYo2H2qe89tNVromtB8JmP9mteNlj6od4yeavOa0zUi
Vz1m+HiAppDcx/QMtFmI54GsVmV6RC2Y+FhMmuoEAm5xdSCSOxlL5dmotWL2fEHk
NPw3Iyk1/RUQRxWJsTA1fK42HHwhSP/BlAfZpmq22KvWax3PqYamN6TOsArhskTp
8k62rlEAu2z6OhIF+DdF
=AU2u
-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/e1xjjjn-00024q...@franck.debian.org



Accepted coturn 4.2.2.2-1 (source amd64) into unstable

2014-10-30 Thread Oleg Moskalenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Oct 2014 23:49:49 -0700
Source: coturn
Binary: coturn
Architecture: source amd64
Version: 4.2.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Oleg Moskalenko mom040...@gmail.com
Description: 
 coturn - TURN and STUN server for VoIP
Changes: 
 coturn (4.2.2.2-1) unstable; urgency=low
 .
   * 1) Sync to 4.2.2.2; 2) UFW definitions added to the debian package.
Checksums-Sha1: 
 70b064e4e3bac996558d0ce79d095a2e66f3be91 1737 coturn_4.2.2.2-1.dsc
 209654975fe59ac6f9405843f4ae31b917999dbb 349137 coturn_4.2.2.2.orig.tar.gz
 5969d43adc0333cc2248a843fe9795b0f012b8e0 8928 coturn_4.2.2.2-1.debian.tar.gz
 82cac3b6c3e51f419c8e78ae48d10671fa155380 435410 coturn_4.2.2.2-1_amd64.deb
Checksums-Sha256: 
 c772da0e268fa864b21515a57c3b581680261686874f2b86013db4314148d40e 1737 
coturn_4.2.2.2-1.dsc
 fa20bf887ece8b911bc13c7757f8b6bf53733d149521b02c9f43bef63553750d 349137 
coturn_4.2.2.2.orig.tar.gz
 22ae78a0752c8fdf5d2b5a1752c7fea2c35801a3bde6b979ae5e7a784ad1d498 8928 
coturn_4.2.2.2-1.debian.tar.gz
 c2234c38d274dd55421f2b7e86ffa544143ff7fa386c71d9027c0bae373a5ac0 435410 
coturn_4.2.2.2-1_amd64.deb
Files: 
 caee6fdbbab8c8499472ff2579f0e2d4 1737 net extra coturn_4.2.2.2-1.dsc
 1ddae88d0c449b2323bf3b5038af64b2 349137 net extra coturn_4.2.2.2.orig.tar.gz
 3423cefdac0c74d7f508da1dfbf077b3 8928 net extra coturn_4.2.2.2-1.debian.tar.gz
 475652601f3e74528fffb8b0fd004a7f 435410 net extra coturn_4.2.2.2-1_amd64.deb

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

iQEcBAEBCgAGBQJUUebEAAoJEAMGIiRcHlm0TFIIAM2V5VZ9a2GoPyFWqwQQMPJL
yz0VvEp0Ib4R2jLcrcXIEC+7xFAZyZN4pH1ZWDd1Eq+9llDaSg+9EqcdR3dWw5f0
a5mutODGfxaxZCVkQi+rYKUriF8iGuIyhPOPZje/ffgqc8ksJQJwzwyFoTzIuISy
XikDZ8hd4e0GCYd0MeLGY2ApOH8foqUqdyL0V9qLoI3EIQ7uR5NuRzdqKfv1Fe6r
bEH9Bpzk4toQhIl4vgluR9nAjp2EkGWsY2SG2c77W3RdDeWsUP5YVt0wcLCt1wpY
oAQDX5CQCP9YSZUdHQkiQfJTN9e0RqoAdNBHswZYwOZwrNe2TekHVLkT5cnhq8E=
=hIZR
-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/e1xjkfv-c6...@franck.debian.org



Accepted matplotlib 1.4.2-2 (source all amd64) into unstable

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

Format: 1.8
Date: Wed, 29 Oct 2014 23:18:01 +
Source: matplotlib
Binary: python-matplotlib python3-matplotlib python-matplotlib-data 
python-matplotlib-doc python-matplotlib-dbg python3-matplotlib-dbg
Architecture: source all amd64
Version: 1.4.2-2
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi mo...@debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description:
 python-matplotlib - Python based plotting system in a style similar to Matlab
 python-matplotlib-data - Python based plotting system (data package)
 python-matplotlib-dbg - Python based plotting system (debug extension)
 python-matplotlib-doc - Python based plotting system (documentation package)
 python3-matplotlib - Python based plotting system in a style similar to Matlab 
(Python
 python3-matplotlib-dbg - Python based plotting system (debug extension, Python 
3)
Closes: 767210
Changes:
 matplotlib (1.4.2-2) unstable; urgency=medium
 .
   * debian/patches/1a182a98f76ce8c624bbaf3882e40d799e867338.patch
 - fix a possible deadlock when identifying Qt backends; thanks to Julien
   Cristau for the report; Closes: #767210
Checksums-Sha1:
 f3ac68515313506965ccd1514fe723a12f167b38 2757 matplotlib_1.4.2-2.dsc
 83e21950b096b48a9fbe9747521e62394e4d0c5d 25756 matplotlib_1.4.2-2.debian.tar.xz
 6f81f84d0dd0da320d58757f8bd11501f6e4d1fe 3039744 
python-matplotlib-data_1.4.2-2_all.deb
 5955088c46a7c65ef5c323a82c8e4fab1a52561a 74089952 
python-matplotlib-doc_1.4.2-2_all.deb
 3bc37bf35e7c29c47e8119225a8e6aef049bea6f 3779426 
python-matplotlib_1.4.2-2_amd64.deb
 a760ed227a814afd6440b2ee3c315cdb333a132b 3743198 
python3-matplotlib_1.4.2-2_amd64.deb
 a6846f56f2a10107d6fcb5e75d48deec304f0e49 8592198 
python-matplotlib-dbg_1.4.2-2_amd64.deb
 91837b816ff2a5b9505b3596220360e425017fae 831696 
python3-matplotlib-dbg_1.4.2-2_amd64.deb
Checksums-Sha256:
 ad7e1a72642e30c97983593b1ddb91df8f53865e92d09dffd672f6f9cc899957 2757 
matplotlib_1.4.2-2.dsc
 144b1a11c9008e0f5e7cb83c268421eb5bf62859b146c2bcb06c051378c8a53f 25756 
matplotlib_1.4.2-2.debian.tar.xz
 94d72050b45d8e87f014358b68a6c3c4f00b7bab57ebf75013937c0869c13388 3039744 
python-matplotlib-data_1.4.2-2_all.deb
 c50df5627a42752e448460a5eae4316a1731cdd03e1c506fc8f076945b075643 74089952 
python-matplotlib-doc_1.4.2-2_all.deb
 43288f0acadbdea37d23ad005c917ebb6924b6061a8023a1e107ae61de69b885 3779426 
python-matplotlib_1.4.2-2_amd64.deb
 bdb9d9e3f35afd135ea9aa8ccdc011b079685484bc4a17adcf7056e97e85dc31 3743198 
python3-matplotlib_1.4.2-2_amd64.deb
 49644efd521ede57101d400c4a2e2becd43f77d7cf40602190933dc276e5f748 8592198 
python-matplotlib-dbg_1.4.2-2_amd64.deb
 c0b91f21e18f3127cbd004072e1ccbe5ad76ddd494d7977b0b85bc7dcc97583e 831696 
python3-matplotlib-dbg_1.4.2-2_amd64.deb
Files:
 dc98bb50f9edd20776685e9e083f801c 2757 python optional matplotlib_1.4.2-2.dsc
 e8a44467d5454fac1a74a4d61750f495 25756 python optional 
matplotlib_1.4.2-2.debian.tar.xz
 9682be4980557a79e898866e3167cd9c 3039744 python optional 
python-matplotlib-data_1.4.2-2_all.deb
 65f7474c3c78197eec0c3aac180a0499 74089952 doc optional 
python-matplotlib-doc_1.4.2-2_all.deb
 ecf30f23846cffee37737b5cb2b20424 3779426 python optional 
python-matplotlib_1.4.2-2_amd64.deb
 c4cee57f05edd5d373303b2801cf7e15 3743198 python optional 
python3-matplotlib_1.4.2-2_amd64.deb
 0b26943fa5070ce1392d056c544eae7b 8592198 debug extra 
python-matplotlib-dbg_1.4.2-2_amd64.deb
 2e77a1ddce2271037418afa24276103b 831696 debug extra 
python3-matplotlib-dbg_1.4.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRR7EIACgkQAukwV0RN2VBklwCgnxh6uG6gT2qKl6cC4iAaBM/0
eQQAn2U5u083VM+BGBVzJWPgethDDX9R
=NorB
-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/e1xjktp-0002vs...@franck.debian.org



Accepted ticcutils 0.7-1 (source amd64) into unstable

2014-10-30 Thread Joost van Baal-Ilić
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 07:50:36 +0100
Source: ticcutils
Binary: libticcutils2-dev libticcutils2
Architecture: source amd64
Version: 0.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Joost van Baal-Ilić joos...@debian.org
Description:
 libticcutils2 - library for TiCC software - runtime files
 libticcutils2-dev - library for TiCC software - development files
Closes: 752798
Changes:
 ticcutils (0.7-1) unstable; urgency=medium
 .
   * New Upstream Release
   * debian/control: migrated version control from Subversion to git (still on
 Debian's Alioth).
   * debian/*: change version control tags from Subversion to git.
   * debian/watch: more strict.
   * debian/control: enhance short description (thanks lintian).
   * debian/{control,rules}: add dh-autoreconf to Build-Depends, add
 autoreconf.mk to rules. This fixes: 'ticcutils: use dh-autoreconf in
 order to build on new architectures':
 The package ticcutils fails to build on ppc64el, as on new architectures,
  because the config.{guess,sub} and libtool files are out of date, and
  are not updated during the build, causing the following error, because
  shared library is not generated. ``cp: cannot stat
  'debian/tmp/usr/lib/libticcutils.so': No such file or directory''.  I
  just created a patch that enables the package to be reconfigured during
  the build process, so, updating the libtool files. I am using the
  following URL as reference: https://wiki.debian.org/qa.debian.org/
  FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build .  Thanks Breno
  Leitao for the patch.  (Closes: #752798).
   * debian/copyright: point to the version of the license the package
 references in its license statement; not to versionless symlink in
 /usr/share/common-licenses (thanks lintian).
Checksums-Sha1:
 5a759708324f0e44cfb784f613e204e83882ce40 1783 ticcutils_0.7-1.dsc
 f58ec1a6b64a0eebc1a8a74ef625cf6398a5fafc 447327 ticcutils_0.7.orig.tar.gz
 46cc62f025279df654ef4420564137f6cabf75e4 3328 ticcutils_0.7-1.debian.tar.xz
 83d7e9539bf1e74e2b30223d42d31ebf8a687eb1 136384 
libticcutils2-dev_0.7-1_amd64.deb
 134579f08753d7bb04d0392471bb409a11fc2b12 107076 libticcutils2_0.7-1_amd64.deb
Checksums-Sha256:
 9e8b2817856a5ec8a47fe4e8cc5d498593191cb361f7ea960e5b3440db14ff88 1783 
ticcutils_0.7-1.dsc
 8a72b78da8f69fb09b83f032dc636a985fe266c9e8aca6d2a69ba49ec4f9 447327 
ticcutils_0.7.orig.tar.gz
 718bd393fb2a15e26739b54a2cbec365a0c0a0851efca2b9ba5f5191bafba714 3328 
ticcutils_0.7-1.debian.tar.xz
 96a1169254ae8fec7eb2568cf07219bc7f5286fc57972b333cbe2a7aef4f15ab 136384 
libticcutils2-dev_0.7-1_amd64.deb
 10da9a822ac0d615c0bf018e078427e657c1ea6fa87f96f1f502acf610ef4813 107076 
libticcutils2_0.7-1_amd64.deb
Files:
 9c0ebf97f6fb94bf9d3ac2055db6c5fa 136384 libdevel extra 
libticcutils2-dev_0.7-1_amd64.deb
 2285192e8576d64f1e7d90aeeaff1a16 107076 libs extra 
libticcutils2_0.7-1_amd64.deb
 a222904026db7f517cee8aed7cc5f0d8 1783 science extra ticcutils_0.7-1.dsc
 812370bce2b4cefb48b16ec863e70825 447327 science extra ticcutils_0.7.orig.tar.gz
 dfc8a4cb13f9fd8d08bfca425e51a818 3328 science extra 
ticcutils_0.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUUem7AAoJEDNRenKl5rDIU6kH/3mlswFrq7Z8SSk0H1kSGVx2
Mz3Vs6zyuys3nNyv26ajz+xBxEYg13u5k8LZSE9mKwmTKwBNa3828eC7ay6LwGUv
28Cwak0bNz9Vux6Z7oLeDCVC4AQ+C8nNXntTJ0UJx+TiAlNfj2631uCNR7HbuhGO
RGCXE7tJ5+pZas7n3nJCO5OCRx9FQUyIamqBd8BKW7LViOYdEoQZP/KYz/lHRdvJ
HFPzEHZGfqF+obmH12mVnQvdku03A8cALq2JRkfg9SjVZyjDQroLrIbc4caS2w7p
DrUV7C18SxXiY1HhkljN80pYIojmQDWXI1omCvcouKieAmtg4eWP7RZTMeuoK9Q=
=gxrO
-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/e1xjku7-00038c...@franck.debian.org



Accepted fgo 1.5.3-1~exp1 (source all) into experimental

2014-10-30 Thread Florent Rougon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 24 Oct 2014 15:18:20 +0200
Source: fgo
Binary: fgo
Architecture: source all
Version: 1.5.3-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian FlightGear Crew pkg-fgfs-c...@lists.alioth.debian.org
Changed-By: Florent Rougon f.rou...@free.fr
Description:
 fgo- simple graphical launcher for FlightGear
Changes:
 fgo (1.5.3-1~exp1) experimental; urgency=low
 .
   * New upstream release.
   * Remove debian/docs and adapt the override_dh_installdocs target of
 debian/rules in order to fix the
 /usr/share/doc/fgo/docs/README/README_* previously-broken symlinks.
   * Bump Standards-Version to 3.9.6 (no change needed).
   * Fix indentation of continuation lines in the Uploaders field (convert
 the tabs into spaces).
Checksums-Sha1:
 ac61a12c092382bb4b52bcbb727895fad7f4d031 2705 fgo_1.5.3-1~exp1.dsc
 14007a4a62b40f9758ebad0be06590b5c6c5aeb8 207822 fgo_1.5.3.orig.tar.gz
 600a364edcc74c941a0b93ecad9fd7f9c8a4e0a0 3844 fgo_1.5.3-1~exp1.debian.tar.xz
 11ced254d8361321e3fff71b32a9d38c7b6d31e6 191846 fgo_1.5.3-1~exp1_all.deb
Checksums-Sha256:
 1e61b97d1812443ad5eef74f7abd2b0ee9c3b7daebf73d9bb848398d4fa4a538 2705 
fgo_1.5.3-1~exp1.dsc
 14a1a36083cd51fb163dbc836709ba0d5a9043c1a0ba7321417b250076cbf6d8 207822 
fgo_1.5.3.orig.tar.gz
 f1e88da5828b3a2ab76e135205f2cc73ca060def4678e5e5b9a4a13f52d48bd6 3844 
fgo_1.5.3-1~exp1.debian.tar.xz
 b9c05758044416f2d2ebbfafde55b2751df709893c8c00bc1374c25aa7b5ceb1 191846 
fgo_1.5.3-1~exp1_all.deb
Files:
 7e5dbc8c53e293ab755fded3ed3108af 191846 games extra fgo_1.5.3-1~exp1_all.deb
 0945911628ae678ca1f1f16f6be39232 2705 games extra fgo_1.5.3-1~exp1.dsc
 b4660617f0248ef2f112cf55151ff3ec 207822 games extra fgo_1.5.3.orig.tar.gz
 02f6841fcfcdde94bba28996658189ec 3844 games extra 
fgo_1.5.3-1~exp1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQQcBAEBCgAGBQJUUfe+AAoJEOhoLRs/MemzWQgf/2Nqe/fLeRNrjxyDW/0Pc8SI
x1b3jUAlCgCcMdo9HXmcVE8yp6yrX/EYhIlxCEN4MnunSEryvoLBdDqnL4LfpeLk
m989JmNtWKhIg7KIhvRTvofryZqSSh9rIbyiTQ9jGp/TTZ1L5iTIskOzbjOlZ5PQ
cWqfsyLvdcJcXFmhTlgB922EAPmveQkxkJOvqJlbTD2K5geQ9h3RPvqIEwAKcTOX
G8U3otJkTRNpejhNOeSfmaqUnglzPiZNqEQarfI1cS2CH7H7ZsecbxkeVYqNrOo9
GL5VhXZiFPgWSyZK4Cf/GdvyiTZho3DQ1P0vLa/lTD1XZ3IhZW3hVViXjuWHmu9U
GeFxI5HJnYeqgbXhuXObN8Lua74GwtEL5GWGDUhFs7xiQvckTrFboTzXdtQxbWuo
9XzdOXpAjuvWx7DHpRnjcFxohPqIB3ZQtlAVuvs0x2oPrZm40NsC5FhHtIgjiG7X
ehaOyUT+fPHXDQ3ZJKdOlMqf8CQLOlKHvmF/9j/pPlqQiYDPMcn3Kt7Kn5VaiQnt
/lv4MYOwHJJZvnD5zdF54f5aR/2cWAv/8jd/8R7VZep4dEtPa9Hl7KzqQumebDVa
tdpIRBV8Eu+kVz42JP1nU5bVrqkZAkN5Ofhj+mtbXXpf1euhF8foXpOqZUnZluBb
acfEuUWdysjpfFp1BJ02qQNTTQs67iOynyVRdG5T443yozGU6fch7Ecr/I+fExYJ
QFzaIBnjCunnmpahQist9axDgIB+CpKjw4bPLBhychsulKwHOi2+29g2hLd6OnwQ
qDQMPQtEQKShE8FcNgOMNqzwkM58BuydUF5EpZnYhg8mBVjTBBYJoSLNlLZO2k59
T7an5WZi+1CoCTtHNgAeHv9smAaYDk5PmPf0MRJfgk4V+p/9OwrgB55TxFRDl49s
owfAJ8cIFnIZoEcM8hx/00OMxMERm51Yo3E96lBHx9bum72qcVOkektOjCCcwqq4
ON4RPRIguxtCAhWm3jiymyZzeRvHe3TnFRVjx1ykxEFmaikYFh+ZBDqBUXBXFacH
IHdPkJs7aycH4jaDRhQYNV/LkXNq/uP3X+lKqyTPljUaAPz1uCTV5jBGRQhId004
QVT6/nq0h4LEfjkQ8nFT/dTBNGhT8wiZfVhlKN2UshmOtI1ro/jxqoHMMZSQJ7h7
udANS2K7cBT5nkMh9MhqxfVNgOXdN7bkUClnBqc32WzVD9B4Oj3cXspJpk+CTb5c
AwQz7fhBhajdKfDJOFbfD5uWDxvNsJFVjNpxA5hXZ+wMzfb4FJeiy+G3l4NslQQ+
+YLKWpisEFQEO5SCMjrPy1xRY+i5grE7FdF/CXy6bJKX4nVudDDi/Oz5qEq5TRI=
=SBav
-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/e1xjltz-0006mh...@franck.debian.org



Accepted pidgin-librvp 0.9.7cvs-1 (source amd64) into unstable

2014-10-30 Thread Devin Carraway
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Oct 2014 22:40:32 -0700
Source: pidgin-librvp
Binary: pidgin-librvp
Architecture: source amd64
Version: 0.9.7cvs-1
Distribution: unstable
Urgency: medium
Maintainer: Devin Carraway de...@debian.org
Changed-By: Devin Carraway de...@debian.org
Description:
 pidgin-librvp - MS Exchange RVP instant messaging plugin for Pidgin
Closes: 751518 763176
Changes:
 pidgin-librvp (0.9.7cvs-1) unstable; urgency=medium
 .
   * New upstream version; this represents the final development snapshot,
 and differs from 0.9.7 mainly by fixing a memory leak
   * Explicitly build-depend on libgcrypt-dev in preference to upstream
 MD5 (Closes: #763176)
   * Patch upstream mismatch in NTLM auth functions (Closes: #751518)
   * Quilt, standards-version 3.9.6, debhelper 9, lots of lintian fixes
Checksums-Sha1:
 5de7b38ab59c9b0fbe2dbd0f6073d168c86cad01 1782 pidgin-librvp_0.9.7cvs-1.dsc
 b465e40345bfe2956eb296ef555ef5d95164e757 478193 
pidgin-librvp_0.9.7cvs.orig.tar.gz
 0dc5db6a3f278811ecff4f0fdd17909c8ec3fd5a 5196 
pidgin-librvp_0.9.7cvs-1.debian.tar.xz
 f897bc4f60f666816167d48d3cf90a20ba9b6049 148834 
pidgin-librvp_0.9.7cvs-1_amd64.deb
Checksums-Sha256:
 352009f485bb518f0653e01ec474b05ad46e3e25793e972237379798aa458f90 1782 
pidgin-librvp_0.9.7cvs-1.dsc
 6a55472a51c96b1ea63024e9aedf2a489d974a7a1d15b18d4a4733ede21794fc 478193 
pidgin-librvp_0.9.7cvs.orig.tar.gz
 6f2889b00d33990b7368632fe5a51c6a7d633ccffbc5e1a06ff9bdcd111a3572 5196 
pidgin-librvp_0.9.7cvs-1.debian.tar.xz
 8ed1e878295a05b0b81184b56dd0e6b611e92e1778fbd5d1ed95b8beb94598ab 148834 
pidgin-librvp_0.9.7cvs-1_amd64.deb
Files:
 1cf91b32bde9e7f8bba4729c8f58fc6c 1782 net extra pidgin-librvp_0.9.7cvs-1.dsc
 d49ee28a69356f17c7355427c50e9ce2 478193 net extra 
pidgin-librvp_0.9.7cvs.orig.tar.gz
 76df8cebe1158d8dc67fef858eaabc3f 5196 net extra 
pidgin-librvp_0.9.7cvs-1.debian.tar.xz
 b8dc0793cd819053f1a09761dacf49f5 148834 net extra 
pidgin-librvp_0.9.7cvs-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVFHvGBqr3ImpjIu5AQr1PBAAlqyRzUwSI6dR1WOCF42a6ks9eA+H0PD5
iYHcBcnRIABLN4N1LqxYbhqOPUe7Vy6kjwi61bFHNRIqygwkFN5IEaZkA1GmemdP
5zW7bevaYCBuk0Th5/Xedjsu0xb7R5yn5tMnyb//6iTWxPGhonfSXND/XPFfRDHe
d++trkGT2DASIKHnJ3QL3dwNOAKJArcLXhFF6b+0ulN+ziWS9XuR9MRef4rZXrM8
Mjr4ufSHIxuL0J/8OQ1fxNimop1IWhU/4IQ4VS2LEbbUz5dFljSFbvWJ13uAJdgK
BDLDqQkbb9s+l9nkrd+XxUlBQnz9eAAXxWTXnke3drR3fR2BRYWmxF8K+JDFbG8D
51hzapEGz0tm77kCmODZGhm2xrvquYCwE+oSLGi85LKczPjl0DPE/U+h9oAWkHLh
SGnBtey9eGhLaHZ5Urwp022t5URPzi1ad93KeUOR+Po3V6QJM01dvveKbP7MMkZq
Ivcdr/LjBQiZBPXqD8lPSZu/WHURlNYoJvIqgky4eVlVSgwZJAifkW/ZgItGdu6Z
gEaJwMi+2/NXQb9D5dhQrOw8dAcG1KNqIf0XDkGrFkT3ViE4F7WdXxif48zUJ1Cy
zuzZmGZbREupFBbqxdfDpOmLjeL7w78DKqUCpcLxPX4XJgp85FgKL8nHApCY1gAi
8MidEh/1B5U=
=ZcA1
-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/e1xjlup-0006tz...@franck.debian.org



Accepted simgear 3.2.0-1~exp1 (source all) into experimental

2014-10-30 Thread Markus Wanner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 Oct 2014 12:17:53 +0200
Source: simgear
Binary: libsimgearcore3.2.0 libsimgearcore3.2.0-dbg libsimgearscene3.2.0 
libsimgearscene3.2.0-dbg libsimgear-dev simgear-dev
Architecture: source all
Version: 3.2.0-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian FlightGear Crew pkg-fgfs-c...@lists.alioth.debian.org
Changed-By: Markus Wanner mar...@bluegap.ch
Description:
 libsimgear-dev - Simulator Construction Gear -- development files
 libsimgearcore3.2.0 - Simulator Construction Gear -- core library
 libsimgearcore3.2.0-dbg - debugging symbols for libsimgearcore
 libsimgearscene3.2.0 - Simulator Construction Gear -- scene library
 libsimgearscene3.2.0-dbg - debugging symbols for libsimgearscene
 simgear-dev - transitional dummy package
Closes: 757919
Changes:
 simgear (3.2.0-1~exp1) experimental; urgency=low
 .
   * New upstream release 3.2.0.
   * Adjust to the new upstream version: dependencies, .shlibs and
 .install files.
   * Drop patches invalid-utf8 and sgstream_test_fix_length; both got
 applied upstream.
   * Add patch md5_endianness.patch. Closes: #757919.
Checksums-Sha1:
 3bb7f4a89f1a577e91d84566c26c6f87181b6920 3300 simgear_3.2.0-1~exp1.dsc
 6e384a70bafc9145477cdc6b50d746667d52103d 1020432 simgear_3.2.0.orig.tar.bz2
 c2bbc4401375c6659dd02b8db3127dd0beac86b7 12820 
simgear_3.2.0-1~exp1.debian.tar.xz
 54f158a61212212b341205fa08ea1d61df42d118 126180 
simgear-dev_3.2.0-1~exp1_all.deb
Checksums-Sha256:
 3fce08b06dc7c24d12db5971f5b0f3c814d472ed17e9dedb4f2e5e1eac2014df 3300 
simgear_3.2.0-1~exp1.dsc
 b456cdc63b37d609bc24b347d43dc275eb7d06f5d92b18aeb0e66eedd3819c86 1020432 
simgear_3.2.0.orig.tar.bz2
 f67ed47088541261de8c699375b104e41b87feef4d293ca69a2f23ced654ae98 12820 
simgear_3.2.0-1~exp1.debian.tar.xz
 33e6c54418790d74d51b6b058d04db7dd5d03d88154b8c843fdbe7c5a8491b83 126180 
simgear-dev_3.2.0-1~exp1_all.deb
Files:
 0da3329ed8f6bb52a8b92dcfa3c1ecff 126180 oldlibs extra 
simgear-dev_3.2.0-1~exp1_all.deb
 6579a371d93bd16d78fa9da3b0de9984 3300 libs extra simgear_3.2.0-1~exp1.dsc
 d6aac26bf8876391a7d5f4381fc98c01 1020432 libs extra simgear_3.2.0.orig.tar.bz2
 8ef135313a6458ff3276adf18188612e 12820 libs extra 
simgear_3.2.0-1~exp1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQQcBAEBCgAGBQJUUfa9AAoJEOhoLRs/MemzpIEf/0r4AkI4lvOxA06XqFKn48hN
9QK/9Gg76P3JbwQIvV2X6PLENS3rT5uB19Ltm/xkvy5ottJdUxteQIyCw8ybrMTY
EI9Qp/EA89zz82gJrzrHijZXllioPlG/430iGA9Nzz2X9typD4CtKSk0BchT7CXw
E4cWgCBUJpWd+Vk5vBERzrVdty2oU+E4qp+Z45kA+mIbBzb/98gU+rc8MHmZHZM1
1XAOmFUAW85+ii0HV4RHT1VKis/ioFWX7Wni3EIvrznikvmxl/F1D25FTAnYa/D2
elcYVtu8smwmCcHxQMAugeKt1kF0JL4o6w3orCGBLy2PvR4c5sn4ONLSmxq/UQZK
eNOyCL86AkM/CydBu/2XXxkKt7JBagFXXSNYsdJEggJZuYrIuM54nGqQMJiD5kkC
gWTjYh419FkXXem5D7So9RxOadBiup+dRg0NU20KSun/CQz2/Y5wvnMWo5RifkA7
8q/5yiViKwgC1gd7X9D9G7e77iFiy3ykh9Jr3ZQhsPRk8647lXplVTjZ/mEwdrRy
gGhDLAMWb12RpB0eKBUu6ot0qMqSyl3vfRiwuXMT2wptAcuuBICkWvAGuyhlCwQs
Qp9nrD5l0mClzQcvMRhTsIpXVdjmjgHWYAPU4mQs1vH56ge6/6e7GOCGbI2OFBB7
sy56Dbd1ySGN2B5KeBCdoqJOM6wPguuWWAprFA//aisl802MagRoAdPwt086l3fp
U/bO21jw68hzuNHlTDKUq6fTVkoCv/WAfE3mb1ua7BHgTEAooEvX0Wv4zYOoZUVm
R+dwXjL2wB66FJ9ZEh25w4EZwRbV4dV/Z6PnvgyGdXxxVJozyKCpnUodiW3f55n1
cQZzqPwG0eUgXSR6GBpi79NI3/MAzG8LatX9oBdsj7Mi0Pri5JDqTWr34Y2AxGQc
PtgAmBugaAupdflpeWTPJxEl4I8Mzdh1rJhbWOPgTlnRjMvyrRDhE4GeKIzSZzpv
DUEhRT5ub8uEHj2C/f74j5kocZTp+3w+NHLVNjYbzKXpG1w9KpGrZAu66r9h8m9c
j4/7cYHfAYmCDCf3RB1AEa4gQ4XLy/F6TB5w89id1M6AJcoNnV0cSuDxzegELfhU
8oE/i1tg5fOi23kue2ytG0sn0hf9mPkAX8a6BZepLcG/2NSRpa/tB6KzydgSPND8
9cTJGJ03i3jULjRSQ6PnGDAYUYq0e27q/AwoU1C1rBbtmBZCfC57iB0IqOvhakqd
lYdmDh/WmfQnf1IpOvHRrUyx2eAkQ0BtYwTbx7J6Cgo8AoCg4GKHO39mL5w1YzMs
v937kqqFCi+mDLe9ApTCgtsU4ofcVR6WF/DcdqDH7tKKxJKZNG7pEzx6oZrsG5o=
=GBv+
-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/e1xjluy-0006xf...@franck.debian.org



Accepted ticcutils 0.7-2 (source amd64) into unstable

2014-10-30 Thread Joost van Baal-Ilić
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 09:47:41 +0100
Source: ticcutils
Binary: libticcutils2-dev libticcutils2
Architecture: source amd64
Version: 0.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Joost van Baal-Ilić joos...@debian.org
Description:
 libticcutils2 - library for TiCC software - runtime files
 libticcutils2-dev - library for TiCC software - development files
Changes:
 ticcutils (0.7-2) unstable; urgency=medium
 .
   * debian/control: add missing build-depends zlib1g-dev; fixed FTBFS.
Checksums-Sha1:
 64522078ff7a4e61418942fcc544e8af7832bf0e 1795 ticcutils_0.7-2.dsc
 4e1ecc478669930c71d36424217e2b572a647525 3372 ticcutils_0.7-2.debian.tar.xz
 4b93ba99e16a78da6bb2e276d6a067e18cf01761 136368 
libticcutils2-dev_0.7-2_amd64.deb
 551b682cd888eb3f37f7ac6c3c28dba249262184 107190 libticcutils2_0.7-2_amd64.deb
Checksums-Sha256:
 044c23a647e209ae770121e7c02ac3a8a31f2a1c1522d7535809fefa765b9722 1795 
ticcutils_0.7-2.dsc
 25c57209402df1d6489e78582ea7794cd37be120fd65d0a6bb5a05d2789e6a6c 3372 
ticcutils_0.7-2.debian.tar.xz
 fe4158b90b83fb604f780bb8549c4fb201db0e673563ba8c759591e5b78224ee 136368 
libticcutils2-dev_0.7-2_amd64.deb
 78d651b6a52110d63772d8054f896df644c35fa88905f9662ed85d7b9643d209 107190 
libticcutils2_0.7-2_amd64.deb
Files:
 95dc5c455ce82bb4e1932bfa7b1d96c9 136368 libdevel extra 
libticcutils2-dev_0.7-2_amd64.deb
 a48589482189b8c0961ae9d4e1bdc6d6 107190 libs extra 
libticcutils2_0.7-2_amd64.deb
 499236f02cf8490ef9360c8275e91120 1795 science extra ticcutils_0.7-2.dsc
 884d23755b0172901d3c16676dc80ccc 3372 science extra 
ticcutils_0.7-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUUf2rAAoJEDNRenKl5rDIhVUH/10svs1ZS7CRnPN6ZARRnBt2
rBqM//MQf+SSaMUavPWt8hC3KZ0kdhI6dFxc2I7fj1bvGl/JPQKybugaNikJh+vD
V99u3aFXtj9yfz9SOieLXYpsQ+MvV6GPqF1c3RCxYKXf89kOkwu2n+PrsR1Zirtd
4D28Ut7kl8eK6d2ahQ0Tamd3RnCJG8VOCnFqGM9ya44rES/dscnnIazEki+857VO
BoCmTHfPk42Gsjt/wDlfW7h5E7CPnWQ8KGYulvG1/boBPzfGkh2OB6aSJ/qw/yd2
si5v+WQXf2szGg3hR1rL+soT7lLvP60FjjCuou9Aeag4NZtfxtzcRCbMbk9nO1I=
=OxRv
-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/e1xjlul-00073h...@franck.debian.org



Accepted wmshutdown 1.3-2 (source amd64) into unstable

2014-10-30 Thread Doug Torrance
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Oct 2014 19:41:30 -0500
Source: wmshutdown
Binary: wmshutdown
Architecture: source amd64
Version: 1.3-2
Distribution: unstable
Urgency: medium
Maintainer: Doug Torrance dtorra...@monmouthcollege.edu
Changed-By: Doug Torrance dtorra...@monmouthcollege.edu
Description:
 wmshutdown - dockapp to shutdown or reboot your machine
Closes: 767284
Changes:
 wmshutdown (1.3-2) unstable; urgency=medium
 .
   * debian/control
 - In Depends, switch systemd to libpam-systemd and architecture of
   consolekit to !linux-any (Closes: #767284).
Checksums-Sha1:
 167d33cd1d043bcf20ee661cc346c3796a5527d4 1850 wmshutdown_1.3-2.dsc
 47bbd748df352732b424f60294d310dc6ca46b23 106452 wmshutdown_1.3.orig.tar.gz
 51b0d91427bfb511c319a9e5112cbfa6466c6562 8428 wmshutdown_1.3-2.debian.tar.xz
 1c5830120e482ee41b1a88e8d5733cb6f5bc9173 14508 wmshutdown_1.3-2_amd64.deb
Checksums-Sha256:
 bbe8ee6259cf331dd2d53cabfbf388d725a4716e8186fb8e5c8fb1d99e902d4c 1850 
wmshutdown_1.3-2.dsc
 9f429424b195d613eefcad8a88911315f12a9d18823a0983fd0cc2f3c78ce80c 106452 
wmshutdown_1.3.orig.tar.gz
 713fdfa23358c231514000efd808799a93611ab0f9ecdff61413eea69ab85451 8428 
wmshutdown_1.3-2.debian.tar.xz
 425d57b56ee6a10a809a1e98de32eea54c8ddfe749fa8222d392c2048d0f07dd 14508 
wmshutdown_1.3-2_amd64.deb
Files:
 7c223741f4c8fd3f16f8a6ee34f418ad 1850 x11 optional wmshutdown_1.3-2.dsc
 82faf47e77db46de6d68fdc61ee6e830 106452 x11 optional wmshutdown_1.3.orig.tar.gz
 8ca7dcd7d5db40142bc5573e35272dcb 8428 x11 optional 
wmshutdown_1.3-2.debian.tar.xz
 d6991b474274037fde0da93be8738a40 14508 x11 optional wmshutdown_1.3-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUgQTAAoJEHQmOzf1tfkTRgoP/39P2fUWArMm37dX6O5kP6al
wkVQCm93v9LLKYnbt8PSVEt1SLr16nclp40/dqrfoIMGYcMulWbW0eORiw9MBTDB
zZhM5HE/8f8PODg+z/c5cYQzhxYPL+GCvcVrxY6vel/lWVQgayLgpQQtEcdGOH0G
dSIx+NlMu3WRDdhWpiMdEQzLkwkzrimzSK2TtRoTEr+RvVaytimH8oCWIzItQ5mI
nqLGlluUdXbA+5h1QlAd+id2p8IyCAa9bvRgxuPtBRrsDcAlM6EN7PiYMUNB3o/F
vcTS6dtH0WoQ29cxeYoavy8QW8gs5g1+igP5nuIXanDWF6nWfyfpDofvHgDn6YmX
irVyHv2OkwhbC4dnpLQ3L+u2jyPxaG4PK7p/NNhvtocOS/C0LBwWV+W6czZD28Aw
AIDY8Muot0F8SFIZULO6CN0lflLlXmnRV0mXZRcxGp0TK7dICMJi5E4MaGSHok1I
x4sa5V7g5XHwcbs7VBJ7fcyxmQ5ipb/IjrZGIfvczHcUQsvHV49F0SecL1NNAbNp
xa2InXteazl1LbyvuK97ALT0NlhbtmhYHg57E0wuzAvxkf2HJMjy867Rkbs5LG8f
+FGs8RXQEJ22stn4UNrHLTrXHoDKyZ1d7uugL+BAjSfH0Ug0sYCt+bn96C43mXb4
ngIsZAmgDKTyIwBsAUHi
=OQ1b
-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/e1xjm9c-0003gq...@franck.debian.org



Accepted granite 0.3.0-2~experimental1 (source amd64 all) into experimental

2014-10-30 Thread Shnatsel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Oct 2014 23:47:21 +0300
Source: granite
Binary: libgranite2 libgranite-dev gir1.2-granite-1.0 libgranite-common 
granite-demo libgranite2-dbg
Architecture: source amd64 all
Version: 0.3.0-2~experimental1
Distribution: experimental
Urgency: low
Maintainer: Sergey Shnatsel Davidoff ser...@elementaryos.org
Changed-By: Sergey Shnatsel Davidoff ser...@elementaryos.org
Description:
 gir1.2-granite-1.0 - extension of GTK+ libraries (introspection files)
 granite-demo - extension of GTK+ libraries (demo binary)
 libgranite-common - extension of GTK+ libraries (common files)
 libgranite-dev - extension of GTK+ libraries (development files)
 libgranite2 - extension of GTK+ libraries
 libgranite2-dbg - extension of GTK+ libraries (debugging symbols)
Closes: 767090
Changes:
 granite (0.3.0-2~experimental1) experimental; urgency=low
 .
   * Fix build on valac 0.25.2 and later by cherrypicking an upstream patch.
   * debian/control:
 - Update Standards Version to 3.9.6, no changes needed.
 - Do not pre-depend on multiarch-support directly.
 - Provide Vcs-Bzr and Vcs-Browser fields.
   * debian/copyright:
 - Fix short names for BSD licenses.
 - Supply the correct path to granite-demo .vala file.
 - Drop copyright info for nonexistent lib/GtkPatch/gtkpatch-utils.c
 .
   [ Iain Lane ]
   * Install typelib files into MA libdir and build-depend on the version of
 gobject-introspection which started supporting this (Closes: #767090).
Checksums-Sha1:
 06415c77ebc8bbc7d600228fa335e194cd1c0ae0 2354 granite_0.3.0-2~experimental1.dsc
 ba218709ab1eb43c171cdd1800140caa0f00f9fa 285072 granite_0.3.0.orig.tar.gz
 3de5cca0b9ca5d49178bb03f0a0b57e57d8f180b 8676 
granite_0.3.0-2~experimental1.debian.tar.xz
 a529d34fb82251ea504018e1773dd39bad73a203 150856 
libgranite2_0.3.0-2~experimental1_amd64.deb
 403920345d965cef453fd9837ea098f51077 38602 
libgranite-dev_0.3.0-2~experimental1_amd64.deb
 5679145806f6937ed8448e66674f3c512ee226a6 19400 
gir1.2-granite-1.0_0.3.0-2~experimental1_amd64.deb
 06d638583e8643f4b669d7d55ee0f662211928c5 41706 
libgranite-common_0.3.0-2~experimental1_all.deb
 8dbe67a477b2cc6ba97326d4d2247ef0143b41c6 16828 
granite-demo_0.3.0-2~experimental1_amd64.deb
 e1db8158c7ebaf43596816ceea5740063d6876c8 825156 
libgranite2-dbg_0.3.0-2~experimental1_amd64.deb
Checksums-Sha256:
 3ae672c86c18020b2f1da1c550a415f8ec8b6e8390d33fae2985a235d060f870 2354 
granite_0.3.0-2~experimental1.dsc
 df950dd79749213971d50316c68edadf1fb3c2151cb7d63f6a6b9edf12084ad1 285072 
granite_0.3.0.orig.tar.gz
 a6c69415a379a81157ac66698719396decea49e82b324e1badedef5b4f422cc6 8676 
granite_0.3.0-2~experimental1.debian.tar.xz
 909e877f311c4335fc09b1668f3317d08bcfe19045dacebc5b631162c8499431 150856 
libgranite2_0.3.0-2~experimental1_amd64.deb
 42d2d2746b2832a7520c387313778ed2cb2112d200ee064373ed38fdcd2f748b 38602 
libgranite-dev_0.3.0-2~experimental1_amd64.deb
 11bf62b4749271cc5362ebf9a5887109d64f0b61a9feb3c2bea867d27892112d 19400 
gir1.2-granite-1.0_0.3.0-2~experimental1_amd64.deb
 d5d9f04bfcfc47a9c97aadf2bb210ac462c8a13132dcffa434c94336aa0dd6ba 41706 
libgranite-common_0.3.0-2~experimental1_all.deb
 bdf1444701106f35c0086a1892823028bf30eb1e0c92fcd12e3b153802525b79 16828 
granite-demo_0.3.0-2~experimental1_amd64.deb
 770bfc57de290bf9681e792b2d7b3358a0bcd85d0578ddb931839f7b5b0c 825156 
libgranite2-dbg_0.3.0-2~experimental1_amd64.deb
Files:
 c630f062a0ba26f2505a5ce952460269 2354 libs optional 
granite_0.3.0-2~experimental1.dsc
 cff1bf7c465829bb9b800b45a92c8256 285072 libs optional granite_0.3.0.orig.tar.gz
 c1ac33ece11dcac38268eaf38e25b20b 8676 libs optional 
granite_0.3.0-2~experimental1.debian.tar.xz
 dea41fa0ff7fd4628ec7e3b4f77640f9 150856 libs optional 
libgranite2_0.3.0-2~experimental1_amd64.deb
 4132b31cce80e72c5cedc3ba0d4a2b73 38602 libdevel optional 
libgranite-dev_0.3.0-2~experimental1_amd64.deb
 a20ff3044b16efa711c37fa7ec5991d2 19400 introspection optional 
gir1.2-granite-1.0_0.3.0-2~experimental1_amd64.deb
 9f92983b51cd65b295aa15f3bae3dc24 41706 misc optional 
libgranite-common_0.3.0-2~experimental1_all.deb
 c7f8d8fef8ee71102b9b0218d6e1d163 16828 misc optional 
granite-demo_0.3.0-2~experimental1_amd64.deb
 bcf04ab78049d525185b0146308f746d 825156 debug extra 
libgranite2-dbg_0.3.0-2~experimental1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUgfbAAoJEHQmOzf1tfkTPcoP/2nntItx3zuYws1OVEB3crxW
e5uZ3hU/PfllzIKvSnBiWgIhUSY3sFdGOPraWQKBIA/5Xw57annjaNtK0WO1Hh7v
OLi3ylfD3/fDr3WNo9zkSnUwJsDp7iASrfHy32tmrAomn8ImJHhvom3IrbVDmsz0
TV2Yt0vBXMOm1TOGQSibvK9V0iIVfP2vVi8FdP9lVzJWGp101QFuE67A2eFlP0Kz
MUnNce8Gp4Oxn4mv+OiHLPX/liEgNgCI+7l08u1lLgtHxJU9kKX/JhwKYnkge3UJ
2gNMKrGzPG7Y99nu+h7gPP0Dzpmp7Qq1ospYGNKxyFg5hMQfgNG06ux1IxK+GAHr
HLL7Qa0Gp4ejD2xT9EWZOj64x8L4EoRZiobr1zhMVy7KVU2TOd3aCxn/4jv2bsl9
fMTQmpTD9Yx3g3P/XEYe6XG3XbyqLSWmrWRCiw/S35EFYeTXKyb4HrjczoIHT8zD
nHNnHn4DSgZ2T3PZmOcidlu1xop8z0r8iThVQaM1y32+yAswFeNDABQnz2hv8ECq

Accepted haskell-djinn-ghc 0.0.2.2-1 (source all amd64) into unstable, unstable

2014-10-30 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 00:03:35 +0100
Source: haskell-djinn-ghc
Binary: libghc-djinn-ghc-dev libghc-djinn-ghc-prof libghc-djinn-ghc-doc
Architecture: source all amd64
Version: 0.0.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 libghc-djinn-ghc-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-djinn-ghc-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-djinn-ghc-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-djinn-ghc (0.0.2.2-1) unstable; urgency=low
 .
   [ Daniel Gröber ]
   * Initial release.
Checksums-Sha1:
 be872e0ec84053d97ef6e574f4949cd75f302c3d 2509 haskell-djinn-ghc_0.0.2.2-1.dsc
 f92342fb665ad4eaf7f11ec710ef0ac7c79dfcc1 3308 
haskell-djinn-ghc_0.0.2.2.orig.tar.gz
 ed41ed71ed82f165598f40e92f3f1e4ec64a0ea3 2148 
haskell-djinn-ghc_0.0.2.2-1.debian.tar.xz
 7f8234d624d08d21436e8054f8dbde9e808fb468 29834 
libghc-djinn-ghc-doc_0.0.2.2-1_all.deb
 8801ff299bf2fed61a22497aaa63fa7ec5fdec65 24336 
libghc-djinn-ghc-dev_0.0.2.2-1_amd64.deb
 7cb191518baeb206d0490b74add0608d19b1278d 27630 
libghc-djinn-ghc-prof_0.0.2.2-1_amd64.deb
Checksums-Sha256:
 7f0e15261314a6d73b22f9e7d442877d4a3c5dae2847fe049172b79edd14e26e 2509 
haskell-djinn-ghc_0.0.2.2-1.dsc
 e0d0046797d9eeda7c904d8b7558cc3f013f7fed59042102d32e458dca93e537 3308 
haskell-djinn-ghc_0.0.2.2.orig.tar.gz
 6354d70ba6bc994a64a232ea3ca99bb9c94889aba41605df6a78326052dfe882 2148 
haskell-djinn-ghc_0.0.2.2-1.debian.tar.xz
 f0de444ad58071b7e5d1686f5d69d4a5680398709342c4e56bd25d80bf45f0b9 29834 
libghc-djinn-ghc-doc_0.0.2.2-1_all.deb
 6121820a012b928ffb66e04af89297fd6e3ed693f7cc55ece3da75fd08081b01 24336 
libghc-djinn-ghc-dev_0.0.2.2-1_amd64.deb
 f3dfe3f93a5a7ce20da18b55db3e437a28002e50f9d7e587cbc715cb45e887c2 27630 
libghc-djinn-ghc-prof_0.0.2.2-1_amd64.deb
Files:
 3ce602b507e8d7072aefe2d27b3f97d9 2509 haskell extra 
haskell-djinn-ghc_0.0.2.2-1.dsc
 8258fa726c1020875a98732ab3e39ace 3308 haskell extra 
haskell-djinn-ghc_0.0.2.2.orig.tar.gz
 a36ce977eda296412df38a5d2a318214 2148 haskell extra 
haskell-djinn-ghc_0.0.2.2-1.debian.tar.xz
 24d08e0c236916b7abd74b324b24457f 29834 doc extra 
libghc-djinn-ghc-doc_0.0.2.2-1_all.deb
 a0ee388de97e2515305f29243a8166e7 24336 haskell extra 
libghc-djinn-ghc-dev_0.0.2.2-1_amd64.deb
 39189b21649c46d358d53b1d3a36a06e 27630 haskell extra 
libghc-djinn-ghc-prof_0.0.2.2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUXR/AAoJED2QirPw+/Uf524P/iSpgVrHj+/FPm4EeWWsqdKX
RP0IU6eKtS/ihWj7qPVyJCaFpX9nHuEWbzj3szeiOTKxN0l3k+AlyEmpAgeBtu3e
Is8SY0PqmxhPLyUg2nvYiIolhidpJlO1GddTkkc30vFc2+CefbkSuPI5/LBGNP8p
GrT39zj0y/YQCj2GLrd6A1DWyYVkC0spFFX1ZlIt3+KRVdXUtc/q2U5B4tqZJljn
Fj4afHUYk12Asq2SYLTIoIeubRI7UpYT85M/mlgQGdpurNIXW5onYOsa8QRRm6/M
q70fKJxRs6KeZnlY2b7QGIK3gP1+iO2wFW5/8hyTVpaOGAv6EMkMqmbSvsfy69nP
tQQb8rO+F9Oxw/3GPiDZEIfkFcTMk1I4DyLLT8MO0RoZkzOj6v+ioQOUjkdbA4uw
mc7XfkpwUDGHAqRKTEVeqUzCyQ6nauRjEzeBFAqqQec4oL8Qh7fyNhc/2XFyC3fa
eZvi44huc6eqAvjSfo81aTMb9jsk0v5Zbem4ro+lcwv6nSU6C/PZYZqoidUQdA5O
RyTSjelCXAQaIJA96QU/3H2eUi4Pz3RYIVWYczcQcJb+Zl/LKAfl6KdZZxwMMKed
b4HiH3PafxRdYS/jUId9f719clWsA4Rmb/cD8GIVDMpZs4jbDqCleGbTGUaUd1nE
/Vw7bBICyqwPA0POdDjr
=yxi8
-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/e1xjmwv-0002bf...@franck.debian.org



Accepted haskell-djinn-lib 0.0.1.2-1 (source all amd64) into unstable, unstable

2014-10-30 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 00:03:35 +0100
Source: haskell-djinn-lib
Binary: libghc-djinn-lib-dev libghc-djinn-lib-prof libghc-djinn-lib-doc
Architecture: source all amd64
Version: 0.0.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 libghc-djinn-lib-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-djinn-lib-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-djinn-lib-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-djinn-lib (0.0.1.2-1) unstable; urgency=low
 .
   [ Daniel Gröber ]
   * Initial release.
Checksums-Sha1:
 52c76156e7b238eda603ad6036d53218327d42a2 2390 haskell-djinn-lib_0.0.1.2-1.dsc
 eed8da152c5930ad5367c3119657a9bdc985aea3 14608 
haskell-djinn-lib_0.0.1.2.orig.tar.gz
 14aa06ea2905e3f05ad13f92d8e4968886c3815f 2188 
haskell-djinn-lib_0.0.1.2-1.debian.tar.xz
 7c71c71140b564af3efefa37c56c22d0860df4e7 53364 
libghc-djinn-lib-doc_0.0.1.2-1_all.deb
 b60c9c891f1cc8eddd1da52663d5f78bc0f41779 142928 
libghc-djinn-lib-dev_0.0.1.2-1_amd64.deb
 773e13ec480b7695ffbf8608815875e2658a0f54 158028 
libghc-djinn-lib-prof_0.0.1.2-1_amd64.deb
Checksums-Sha256:
 8bcdf6346138ec0f795d9b247537113b1764b92078d91c49f7a488928f508635 2390 
haskell-djinn-lib_0.0.1.2-1.dsc
 c0fe10b7aa5cb39f828e933925fc5bbf86c290bb7661021e4d9250ae8ed01011 14608 
haskell-djinn-lib_0.0.1.2.orig.tar.gz
 b7e110402603032cb603433312900e65209e86380e55d8c0770d89e7bc0ef9b5 2188 
haskell-djinn-lib_0.0.1.2-1.debian.tar.xz
 5384a24b4816bb1ffb600cb6a97f56fc6a8bd7b670a22e8c25cafc926026ab73 53364 
libghc-djinn-lib-doc_0.0.1.2-1_all.deb
 9ffdef5110b703573ba00fbfcfe3d13b5ab0444c13dd4bddd3462e301579e3dc 142928 
libghc-djinn-lib-dev_0.0.1.2-1_amd64.deb
 71f43ae1a99331b5235a989cdfa906dffedcc4af68ae9e31bce0255bebfc8a02 158028 
libghc-djinn-lib-prof_0.0.1.2-1_amd64.deb
Files:
 9abb9190bb2f9ed9d4a62f316c040047 2390 haskell extra 
haskell-djinn-lib_0.0.1.2-1.dsc
 b9daf18309908684f482a0ca8c2c4a49 14608 haskell extra 
haskell-djinn-lib_0.0.1.2.orig.tar.gz
 19d6d35e1d7208d3dd6f740cb414039e 2188 haskell extra 
haskell-djinn-lib_0.0.1.2-1.debian.tar.xz
 b85be79f4c7b2a5f11152dd6ce4c7e25 53364 doc extra 
libghc-djinn-lib-doc_0.0.1.2-1_all.deb
 5d75cabde27ed71ef795091a162e098f 142928 haskell extra 
libghc-djinn-lib-dev_0.0.1.2-1_amd64.deb
 df0580ebfaddcee9b81cf716c3791cc9 158028 haskell extra 
libghc-djinn-lib-prof_0.0.1.2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUXSJAAoJED2QirPw+/UfEDUP/0tKNqu5la3YPPDA/wVhrBAX
pJ0EtHDZeMzHC/cUjg6mlRmJfcoiEdxu5lRuwbJ7Jhrv1ptYPoNYWdSRs0fYLnQf
q45od3nLY6Z61U4hzLhjuSWrTfOTKH6KoElmGW1WyNkE98o1fc17dOCJcgESBC9e
XK7hVzIEIgVXB+SxDrgzBI3EkCdlhi2xMk0NDWKuO/RsFsxjATzx7qNK9mohnU2t
InOuNXjGiOtr5DVhtHctnSGsBfJjWBGaRaHYTxRonB5iM5YShJju8Gl+cglu1xIV
38G1hyZXo08/vmrVvCdeLs+ojUsNOQKX8bUO9/EKZDiwI5kGNGMPA4LZbgxPMM6/
MiQjDLcSqAz9KnazRW/v4Y/d7rsdFBwxkxpZL6V1OLI3DO2w2KdX/PUO2iJcUfUk
Bo8NBQ3myPCe8YBwIeLBJkmXbnis7OVM6F7lY5tvwbJOnazJ78zxURv/6bu1bgei
to8tRQnmAhmAtB/Rgx/Pja5HRuvpXfCf/KVz4hkV8gekgmqzX4zz18lNEnZ3lJNQ
wRBZIUlfQSIT+5xFMhuwhysViNHlG4unhOrM/k32qBF4G8Nd1vggm9dTY59gzk3Y
gIE/qsgUUNncDtFmfb/M7mqmQeQ55U48XHckCrHGMNJZyW7uISv9xlB+DuksRoG1
DXMBBifJ8GxwyK80hRd/
=aEhk
-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/e1xjmww-0002bl...@franck.debian.org



Accepted haskell-monad-journal 0.5-1 (source all amd64) into unstable, unstable

2014-10-30 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 00:03:35 +0100
Source: haskell-monad-journal
Binary: libghc-monad-journal-dev libghc-monad-journal-prof 
libghc-monad-journal-doc
Architecture: source all amd64
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 libghc-monad-journal-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-monad-journal-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-monad-journal-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-monad-journal (0.5-1) unstable; urgency=low
 .
   [ Daniel Gröber ]
   * Initial release.
Checksums-Sha1:
 788eb8b9ad72848d0d7de48d61a9e8dd4158d56f 2832 haskell-monad-journal_0.5-1.dsc
 844d7b34fed55323036e13a2edf082d5df11a16d 3538 
haskell-monad-journal_0.5.orig.tar.gz
 52ccec919c4b1cae46c1e8cbbfe491267e50fe3f 2224 
haskell-monad-journal_0.5-1.debian.tar.xz
 435976e8a52feeb4974122c3b00032ccdf25a195 33384 
libghc-monad-journal-doc_0.5-1_all.deb
 eb60a55286f6c0afe2b48f14892f07ae272fc8ea 38512 
libghc-monad-journal-dev_0.5-1_amd64.deb
 56f86db9951845796a70c8e86bd7283734515351 46226 
libghc-monad-journal-prof_0.5-1_amd64.deb
Checksums-Sha256:
 a32cbb489375cbda184bf92e84b51a4f1c404f1183436dfcfde15c90e25cb1e5 2832 
haskell-monad-journal_0.5-1.dsc
 30ad3d0213266cbb46cef9d4fca61241ffc01f85ec9674b51f32f2f06fa225b7 3538 
haskell-monad-journal_0.5.orig.tar.gz
 0dad98ef614f9a19665fc6cebacdc75a775e9e8ea2a1132b56529852f1bb5282 2224 
haskell-monad-journal_0.5-1.debian.tar.xz
 505e756524b75b79ed8dda3e93132c2759db03a9e2db56c499e5baf495c8e123 33384 
libghc-monad-journal-doc_0.5-1_all.deb
 1563c24efc1d96ce6defe85df20d810d63175c905212597071c24eab5ff8611e 38512 
libghc-monad-journal-dev_0.5-1_amd64.deb
 e55bf784f63fd0ecc282f9a4194f5b7fe3f7c0beea5b8eeafd0683c073696722 46226 
libghc-monad-journal-prof_0.5-1_amd64.deb
Files:
 ba62c44f27c91d0b8711dba0f5f16792 2832 haskell extra 
haskell-monad-journal_0.5-1.dsc
 d86fa4997b3068832ad10e8cfe913556 3538 haskell extra 
haskell-monad-journal_0.5.orig.tar.gz
 7b15dfb283d5d20c492e23ecf5ef6159 2224 haskell extra 
haskell-monad-journal_0.5-1.debian.tar.xz
 91646a1af396f027af3909230526f88a 33384 doc extra 
libghc-monad-journal-doc_0.5-1_all.deb
 ec657a4396d818d5c255bcd5013f9849 38512 haskell extra 
libghc-monad-journal-dev_0.5-1_amd64.deb
 7b329a1086f2082bdb9e8659de3d16e9 46226 haskell extra 
libghc-monad-journal-prof_0.5-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUXSVAAoJED2QirPw+/UfSwEP/2fWbxwlVZEow9dJFekto+rc
obwm7pgJj79bJu/pUf42bc+a9Nqbifz5DvZkGo+RMz1vv5P3V/ANDC3nYlnt+DPy
woD5LNKSiZKPCACffcHyFXp6BPw6p6uKeIZQtShHEALngi3d0NVsIlhJKLm0xzd2
2WXGGgGco5u+sRITAgkvopd1rMkLwNLE2EMWKbLBY4pZl82i+TprK4snjz1wudjm
+KA+UIagnwpUWEVds2/xB6wiwBjKnce48yi9loe1epTFs5IgQlFwKgq61+UzjtsG
xK9LLdcD3S1cpzeG7KpXbETkUsoUGelQUcJECXFxugbWj3sglVhoirG2XT1Aa5hw
2c/kSeeexgH8gpXJuvS43KFge0Bv9k3PIkICZs/MISjJye+Z9bCuYDfYAgbSaVaH
wKslpjj2BO2Xf3fA3TFJig4+KI6X0Vf2JNHpc+//DhqKGbT2vHa3w2xxIn37mekN
d8NsBadbupYjFfzvQSEP2ALlCowawEF0Crlc2cVBuOOCMmJjXvZ3zLyXgzHt5u6X
SBti/oNwHlvj/yOtTDjRjjy5NG6etTs/hO6syMfa1j2WVItbgQKdyC/86ezwNZWZ
C5XQyfSkD3OP3QN1Q37JO/ywjndD78B8MPhMS4kzvJQ74bNS0NeudkiDUK6jBVdX
OEEgGaF0oJUlwBSPIjf4
=Px/8
-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/e1xjmwx-0002cg...@franck.debian.org



Accepted ruby-fog-softlayer 0.3.17-1 (source all) into unstable, unstable

2014-10-30 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Oct 2014 16:30:36 +0530
Source: ruby-fog-softlayer
Binary: ruby-fog-softlayer
Architecture: source all
Version: 0.3.17-1
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-fog-softlayer - fog module to use the SoftLayer Cloud in applications
Closes: 767132
Changes:
 ruby-fog-softlayer (0.3.17-1) unstable; urgency=medium
 .
   * Initial release (Closes: #767132)
Checksums-Sha1:
 3829ae4415a5afe1ee9d3278f158255e30986cd7 2159 ruby-fog-softlayer_0.3.17-1.dsc
 0ee2d2cf1f9b9b05fbf292daa86979b96ed286d0 143647 
ruby-fog-softlayer_0.3.17.orig.tar.gz
 70a5d5d4ec9dd4bfe67227bb6c88fcc6995207ed 2544 
ruby-fog-softlayer_0.3.17-1.debian.tar.xz
 ed2b21e498d2925f6cbc3594897b62afd21335a1 37110 
ruby-fog-softlayer_0.3.17-1_all.deb
Checksums-Sha256:
 dd9b7cd034707f470515fd34fa4d6655ad88e6ff6974e8b1024d8ef8d2822689 2159 
ruby-fog-softlayer_0.3.17-1.dsc
 de17a89ed09ca5238de00c90efd01a41a63f515625d2398993bbb012ff9139b6 143647 
ruby-fog-softlayer_0.3.17.orig.tar.gz
 3ed187ee19dd98e2855a3c287e57b72afe39001630d090a919990945d48bbb53 2544 
ruby-fog-softlayer_0.3.17-1.debian.tar.xz
 985b3a7520b8b72b4bbd2d4ee5f78d39417b25add8139c182b804c02ef3f5151 37110 
ruby-fog-softlayer_0.3.17-1_all.deb
Files:
 678544a0ec9b18e001145bc4c6ccd6e7 37110 ruby optional 
ruby-fog-softlayer_0.3.17-1_all.deb
 5137b87c7a439f021ffed0677cf3c9b5 2159 ruby optional 
ruby-fog-softlayer_0.3.17-1.dsc
 b85bee786fd72cbf41d399aa010b1f0c 143647 ruby optional 
ruby-fog-softlayer_0.3.17.orig.tar.gz
 28b934836da8d05cbe36b6510c92d401 2544 ruby optional 
ruby-fog-softlayer_0.3.17-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUMj0AAoJEM4fnGdFEsIq0WwP/0t8HifJLpHHlCaQAsDZXB88
qfD1E4VFs+cLlufswvCWAsdqYXtL8syhgQ/1UTTm2RJjZstuNuVvMt5dW7iQ9uow
+ArQyCYDVeJHANN4ZgqResqFxgPrDGdd2gi6k0AJUZ64JTygk/KxWHox6+anDe7Q
QBWrE1QhgkoyuJCTJPAFEBXv5I2qMPL4woZArygifGELQeqSyTIsD8xm5mrDFDvv
AdPvAiY9N+fxTTcMSFadP482vICq2DilewTJalm84UG8c0xzdH2zK9TTAfyvrEiI
CnOFzp7RiE++QSCt34GRyxsx2VSP6gUyhEAu4JJNKpPLDklJlFa9XdFI2ElGsvck
PMxvbkTNIwY2Ta3XMrFbZWm7+fSz1XSq6pZK9l823RGnatqG+RtfmYU80CxBKSYW
AUCRzrQTtU1IuK2fd95rufhYYHOAPE13c+sQNTG2wFW19WaYI33bnzip2OsGAltP
ghKMoj4bxhCg9p3Nox8zFNzLajeB2FW7ELrgun1nu2x63LLzeTpkJiS+UObVIVWb
lS/oyYRg6ar1IQw9NWYK1cBNazeCh7emdcmMtGml+jj6Rjbu6pa5rgWa5Lbaed8r
xlMg9wW4MKQcVnCNHpekRlS7adMNIMNL0SNDfusOINxlqj8fWppv7uyE9gden+Tx
A0ow8gluZ+qX+U7g8jik
=9eCZ
-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/e1xjmwr-0002kd...@franck.debian.org



Accepted kicad 0.20141025+bzr4029-1 (source amd64 all) into unstable, unstable

2014-10-30 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 26 Oct 2014 10:26:51 +0100
Source: kicad
Binary: kicad kicad-common kicad-doc-de kicad-doc-en kicad-doc-es kicad-doc-fr 
kicad-doc-it kicad-doc-ja kicad-doc-hu kicad-doc-pl kicad-doc-pt kicad-doc-ru 
kicad-doc-zh-cn
Architecture: source amd64 all
Version: 0.20141025+bzr4029-1
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar georg...@debian.org
Changed-By: georg...@debian.org
Description:
 kicad  - Electronic schematic and PCB design software
 kicad-common - Common files used by kicad
 kicad-doc-de - Kicad help files (German)
 kicad-doc-en - Kicad help files (English)
 kicad-doc-es - Kicad help files (Spanish)
 kicad-doc-fr - Kicad help files (French)
 kicad-doc-hu - Kicad help files (Hungarian)
 kicad-doc-it - Kicad help files (Italian)
 kicad-doc-ja - Kicad help files (Japanese)
 kicad-doc-pl - Kicad help files (Polish)
 kicad-doc-pt - Kicad help files (Portuguese)
 kicad-doc-ru - Kicad help files (Russian)
 kicad-doc-zh-cn - Kicad help files (Simplified Chinese)
Closes: 737933 763683
Changes:
 kicad (0.20141025+bzr4029-1) unstable; urgency=medium
 .
   * upgraded to the newest upstream releases for the code and the components.
   * added a rule in d/rules to remove useless .ps files. Closes: #737933
   * modified kicad.pro. Closes: #763683
   * updated Standards-Version to 3.9.6
   * added a build-dependency on unoconv
   * added build rules to make PDF help files from sources
   * added the package kicad-doc-ja in d/control, and files
 d/kicad-doc-*.install, for pt and ja languages.
Checksums-Sha1:
 0e43e67f342e33e69d3502b96eb2a35b94199735 2762 kicad_0.20141025+bzr4029-1.dsc
 0c8b34788384188c04081260921302261e10865b 175392936 
kicad_0.20141025+bzr4029.orig.tar.xz
 d7236d75295bcf01936125bfa4b19de050fa1f0d 32447916 
kicad_0.20141025+bzr4029-1.debian.tar.xz
 267aa8ec8e2ae1b06c856aabf86955b002c68bb0 4922934 
kicad_0.20141025+bzr4029-1_amd64.deb
 589d1ec30a1ba8dc52d2132763944ecc65aededf 22843458 
kicad-common_0.20141025+bzr4029-1_all.deb
 bd4e8c02d65f11fa05245522e909fc60ecbbfb68 409054 
kicad-doc-de_0.20141025+bzr4029-1_all.deb
 f1df86ea7ab23ef1d708490cb5939c2213bce951 13259718 
kicad-doc-en_0.20141025+bzr4029-1_all.deb
 1bae9f07a37aa97ac95d4b11a5b4951d722acd41 1142666 
kicad-doc-es_0.20141025+bzr4029-1_all.deb
 045a0a863cab2d73d6f2b07065bc2f2963e3d9c0 6812740 
kicad-doc-fr_0.20141025+bzr4029-1_all.deb
 f303c393bfde40aadd913142823ddb2300bede71 768950 
kicad-doc-it_0.20141025+bzr4029-1_all.deb
 069acf796ddb015f98dc039651ec6cb8af6ce799 28470810 
kicad-doc-ja_0.20141025+bzr4029-1_all.deb
 7c33dc6c11a41975b395e62b988e3d0303f86764 762348 
kicad-doc-hu_0.20141025+bzr4029-1_all.deb
 3ed12871ce198f9d5568dacde89fd470b8696383 7477262 
kicad-doc-pl_0.20141025+bzr4029-1_all.deb
 bfb5eaceb9162e36762307c12c352bc3c2c319a3 3857272 
kicad-doc-pt_0.20141025+bzr4029-1_all.deb
 f3f8e7f00b553d87c4c752b095febaee6049bb38 12800558 
kicad-doc-ru_0.20141025+bzr4029-1_all.deb
 aebff07c50c2035fc1cd8ae960733a03def1b37b 482694 
kicad-doc-zh-cn_0.20141025+bzr4029-1_all.deb
Checksums-Sha256:
 d4ba62a61a444bb9f62900ae5c5e559128d8e55dec66a13b52d4383efbba68d5 2762 
kicad_0.20141025+bzr4029-1.dsc
 c666f1073995c3c417a7d164031886cb073f44e6388bf07d51c7894a01a4 175392936 
kicad_0.20141025+bzr4029.orig.tar.xz
 c4c525ddcd51c30cb682f4e7c7041f3d7a0d6d7bd87be559adb71983682c2aac 32447916 
kicad_0.20141025+bzr4029-1.debian.tar.xz
 8b8361dd0a249e984d591d965681699d052b4802fb37c267dcff0601a6b476ce 4922934 
kicad_0.20141025+bzr4029-1_amd64.deb
 6bb2dc22e4434c03ae8ab064f400d6d6c2a278de20c81e9dea7fbe68a4a3c2fc 22843458 
kicad-common_0.20141025+bzr4029-1_all.deb
 cd0058dbd4d969c9c57bf90dfedb9eb3556e839f8882913c1b3e21482f724b25 409054 
kicad-doc-de_0.20141025+bzr4029-1_all.deb
 7f873fccbfe2c20cba4f7849e048632a65eb5772d73f3b73ecdb14e02c7d8c80 13259718 
kicad-doc-en_0.20141025+bzr4029-1_all.deb
 31fcca6d216ff9bfa7e8d460cef7e3b729df834742e152df00242a54af3a0d4f 1142666 
kicad-doc-es_0.20141025+bzr4029-1_all.deb
 2dc3556c029be7c099d015f77c1422202772b4de22d8f0322d76f6644b41e42b 6812740 
kicad-doc-fr_0.20141025+bzr4029-1_all.deb
 04053eabe508468e9090fa1eb4f8be58977061a032116bf47dcab6597005d27d 768950 
kicad-doc-it_0.20141025+bzr4029-1_all.deb
 c87d8382321ff559e911829ae2b55eeca420a6f0449f81440ead4ed9b34b405e 28470810 
kicad-doc-ja_0.20141025+bzr4029-1_all.deb
 b9f2c3d6c9d621f7e8f52412df9a532c52b5be99b05d057d3e8232536be0031a 762348 
kicad-doc-hu_0.20141025+bzr4029-1_all.deb
 7f52f537186110223080dbfe4ad89935388713e9b038e0697dcc3163e36f31c6 7477262 
kicad-doc-pl_0.20141025+bzr4029-1_all.deb
 8ebcd5ea4a5427bcc420f930fb3004065b33387be6f2734d7af7bb6b77529ab1 3857272 
kicad-doc-pt_0.20141025+bzr4029-1_all.deb
 973cf40bcb3a6a549cf956118234dd5eca604ac06baccfc8bb24f9e3ee6fa2a2 12800558 
kicad-doc-ru_0.20141025+bzr4029-1_all.deb
 7fddd1f3a9524dbeb3b27921eb33f2c85ed9666c7a4c8f7696c5c28818f7085a 482694 
kicad-doc-zh-cn_0.20141025+bzr4029-1_all.deb
Files:
 

Accepted ruby-crass 0.2.1-1 (source all) into unstable, unstable

2014-10-30 Thread Balasankar C
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 25 Oct 2014 09:53:12 +0530
Source: ruby-crass
Binary: ruby-crass
Architecture: source all
Version: 0.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Balasankar C balasank...@autistici.org
Description:
 ruby-crass - CSS parser based on the CSS Syntax Level 3 draft
Closes: 766709
Changes:
 ruby-crass (0.2.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #766709)
Checksums-Sha1:
 a0404e2d45bfa8b61c7d5a4a76658ee1aea9161b 2020 ruby-crass_0.2.1-1.dsc
 cbe67a2e26c4112232d846b607e700ab09ee0dc7 52688 ruby-crass_0.2.1.orig.tar.gz
 d55c521dc4d9b9d121d66474fe5e8c6c762c8a0b 3336 ruby-crass_0.2.1-1.debian.tar.xz
 45020a8aad39a75bdf19b54da985efa73ae7a961 15522 ruby-crass_0.2.1-1_all.deb
Checksums-Sha256:
 7f0e5b13855db48c7b30149c30cfc5ba9d28ba4a912304fba8dbebd24e08654d 2020 
ruby-crass_0.2.1-1.dsc
 5d7d2fa1801a6c5d158cbd7e671814ae76d8ea2e65d1dacb3c8e764882e9431c 52688 
ruby-crass_0.2.1.orig.tar.gz
 3035f1762e7466aaac2e12aa1b0c3b56f2868e23e78d257167907e5cdbe231e6 3336 
ruby-crass_0.2.1-1.debian.tar.xz
 f3dd2f43348f0788eda2e3ff797a83e259eb23c63e0126accfd96fd8bf9df1a4 15522 
ruby-crass_0.2.1-1_all.deb
Files:
 54ed2f3a844ea6bb1f387ff8648ec2c2 15522 ruby optional ruby-crass_0.2.1-1_all.deb
 a934745f99c7e888d45c5120410c0620 2020 ruby optional ruby-crass_0.2.1-1.dsc
 03a7704ad550cce0eeb8604d0e321c82 52688 ruby optional 
ruby-crass_0.2.1.orig.tar.gz
 020988242a291926536b50d45b5023e2 3336 ruby optional 
ruby-crass_0.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUT6nSAAoJEM4fnGdFEsIqNMMP+wRWyn5SePu8bwaUCAXCmDnY
OhiiQliPbKd7RtbZ1ckxur9EOtHPDgBI4aJgYZh/F6VKz8t3cljXwLR9gWekQuII
rqJ8nbrZmD3opefA1V+LoGsGAi7yd48fbQjD7YKB/pVdDzP5VgSqDF5TmvTo+/Zf
VsKXJ30vZLMNOe61ym99CgBB6JMOdJJ2VHDtnj8WESQkXtxbjZtGWG0/IxxlYmAv
VVOLI0RqQhLYdM2UOyDPX3P5wSBtkOkK564Ec4wDhtFxwGsRVS+Q4wEF1G9b6Bmi
IHYD3/a9JPn+pMsIJe5ZDsxws/tyK27T80dVv/xKMpLbQ9O2X8gpCtmu3d0svdi7
xiauLNoCToKS4GdiMtDboClPj4E9AKfp6+7K9+JtxLHoPZE4s+9ka2fyaCBtFQmM
2Sk3cZWFp/A4Y45SS/P6JYi7n6oRohOZg+InDX0YLQO6H+SkHBkZBXxF+6v0k3MV
3ErwJvLUFnMe3mwueDc/z3yp2HC0flab5QhP048jd/e5WzdoadaDxV4ADF7cUIkI
48z16/qDQFJxY1jwfeZ4Zr58rU0T4iSScQD4vGl8j5et8ErCfOTtlLZhmd78bQgp
9q7vys0nizU2yBIkxAxjiM//wnwZV5XDbUY76Kc6ywxLFCcp/J1r20ySik3Be/IS
4+bthRlO3yIDcVoHQ7TU
=u2eC
-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/e1xjmwq-0002jx...@franck.debian.org



Accepted pyxb 1.2.4+dfsg-1 (source all) into unstable, unstable

2014-10-30 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 24 Oct 2014 23:43:11 +0200
Source: pyxb
Binary: python-pyxb python3-pyxb python-pyxb-doc python-pyxb-bundles-common 
python3-pyxb-bundles-common python-pyxb-bundles-wssplat 
python3-pyxb-bundles-wssplat python-pyxb-bundles-dc python3-pyxb-bundles-dc 
python-pyxb-bundles-saml20 python3-pyxb-bundles-saml20
Architecture: source all
Version: 1.2.4+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Michael Fladischer fladischermich...@fladi.at
Description:
 python-pyxb - Python XML Schema Bindings (Python2 version)
 python-pyxb-bundles-common - Python XML Schema Bindings (common bindings for 
Python2)
 python-pyxb-bundles-dc - Python XML Schema Bindings (Dublin Core bindings for 
Python2)
 python-pyxb-bundles-saml20 - Python XML Schema Bindings (SAML bindings for 
Python2)
 python-pyxb-bundles-wssplat - Python XML Schema Bindings (WS-* bindings for 
Python2)
 python-pyxb-doc - Python XML Schema Bindings (Documentation)
 python3-pyxb - Python XML Schema Bindings (Python3 version)
 python3-pyxb-bundles-common - Python XML Schema Bindings (common bindings for 
Python3)
 python3-pyxb-bundles-dc - Python XML Schema Bindings (Dublin Core bindings for 
Python3)
 python3-pyxb-bundles-saml20 - Python XML Schema Bindings (SAML bindings for 
Python3)
 python3-pyxb-bundles-wssplat - Python XML Schema Bindings (WS-* bindings for 
Python3)
Closes: 764338
Changes:
 pyxb (1.2.4+dfsg-1) unstable; urgency=low
 .
   * New upstream release (Closes: #764338).
   * Add dh-python to Build-Depends.
   * Switch buildsystem to pybuild.
   * Add Python3 variants of all binary packages.
   * Rename patch to include numeric index (01-remove_remote_logo.patch).
   * Add 02-setup_open_unicode.patch to make tests work with Python3.
   * Bump Standards-Version to 3.9.6.
   * Rename BSD to BSD-2-clause in d/copyright.
   * Update years in d/copyright.
Checksums-Sha1:
 aff52e6e450283134b39c0be13db6c1a211de4e2 2818 pyxb_1.2.4+dfsg-1.dsc
 0f6fbb04e688ac325aba9362209f8365b8e1236a 8684780 pyxb_1.2.4+dfsg.orig.tar.gz
 458ad7ef61322f6e53e199f9a06e3ffddab0ec59 17476 pyxb_1.2.4+dfsg-1.debian.tar.xz
 d3c52d6b9ad465267c81564db7ee9f27c33a647e 231480 
python-pyxb_1.2.4+dfsg-1_all.deb
 29b9623fa43d8c6e97b22f1a6618fadfbaf41f2f 231250 
python3-pyxb_1.2.4+dfsg-1_all.deb
 0c4f3014dbcb1ff79dd6264c829feb72ec6ff639 647032 
python-pyxb-doc_1.2.4+dfsg-1_all.deb
 b80a5d3f32ec63715bfa9f02bc3b0b143908cf24 1440472 
python-pyxb-bundles-common_1.2.4+dfsg-1_all.deb
 50d5b57a9131372bb1a607ed2842385517d84908 1440578 
python3-pyxb-bundles-common_1.2.4+dfsg-1_all.deb
 07030987e62b7c0217e4c5e2a5642c7281aa1362 607402 
python-pyxb-bundles-wssplat_1.2.4+dfsg-1_all.deb
 2cbcf0a100c5f51a9c05f79f1d93a7d76ad2e9da 607806 
python3-pyxb-bundles-wssplat_1.2.4+dfsg-1_all.deb
 c6424f10d5a8a0dcc88aa040e6a617048848d4c9 57458 
python-pyxb-bundles-dc_1.2.4+dfsg-1_all.deb
 c3579b991c04bfeaedae3f8423be0bb96b6c278b 57612 
python3-pyxb-bundles-dc_1.2.4+dfsg-1_all.deb
 e7c75a96fa04625d3ccbad9b034e8a66a48d9bc8 171618 
python-pyxb-bundles-saml20_1.2.4+dfsg-1_all.deb
 915a3113d15db49fc15ed1d38e14469dd25f3e14 171516 
python3-pyxb-bundles-saml20_1.2.4+dfsg-1_all.deb
Checksums-Sha256:
 a31030c0786a4fb11e859f7311d61af15eb174ffebf677e2e29310124698aba1 2818 
pyxb_1.2.4+dfsg-1.dsc
 8ff6aff24f04cb22c2aa03b5d71e65047f119924cb19c9ede49ff61ddbee3336 8684780 
pyxb_1.2.4+dfsg.orig.tar.gz
 8a7994f4bfd46f5356796e5145f4d247c90330bcec4f767d21edcf8bbb5a4348 17476 
pyxb_1.2.4+dfsg-1.debian.tar.xz
 0e9c20a3154130f17f1aa24ac9a9ff133a9178ebafe7247e43e2033145471ce1 231480 
python-pyxb_1.2.4+dfsg-1_all.deb
 ff8f951ba4698c490ee080fef9120b68a82fe2da277030085aeafd01707d9d58 231250 
python3-pyxb_1.2.4+dfsg-1_all.deb
 4cfc8ac94f265858bccca428d5bf4795fbd07abee173c2d907ab588440178bab 647032 
python-pyxb-doc_1.2.4+dfsg-1_all.deb
 8745a46caf064142cb35dd49d4dcfe159246b429387591726722c48493641caf 1440472 
python-pyxb-bundles-common_1.2.4+dfsg-1_all.deb
 13283d5357bd2d3750fb8c647d8f6f250b5e415f5e4858d71fd2c7081bdcf8e9 1440578 
python3-pyxb-bundles-common_1.2.4+dfsg-1_all.deb
 ebdf7388a36b186c3c214c7e028e191bc7ee7f217ae80c2f15002b2ddfa2dbb7 607402 
python-pyxb-bundles-wssplat_1.2.4+dfsg-1_all.deb
 b93c25f6fd8462be88bafe55c33003cc07828204d51d60ff1c810e923703511e 607806 
python3-pyxb-bundles-wssplat_1.2.4+dfsg-1_all.deb
 c8336f61d33e1a62c2828aa450a2b001e489a279c6463da521aa049140e54917 57458 
python-pyxb-bundles-dc_1.2.4+dfsg-1_all.deb
 f6e8f5f4ea2637c751c5c390e23b937acfce9792738beca6dfcb7d1567420206 57612 
python3-pyxb-bundles-dc_1.2.4+dfsg-1_all.deb
 a137db795683a0b88b5edea4130b79a1c6672fb5ab23bea4da69af98f81ac133 171618 
python-pyxb-bundles-saml20_1.2.4+dfsg-1_all.deb
 65cf09ff5ce0f720edf4e8d44b49d4fd67be5ff25d57afbd55a0ea1470e0d018 171516 
python3-pyxb-bundles-saml20_1.2.4+dfsg-1_all.deb
Files:
 8a437b32c8572af834582c6ce173ad12 2818 python extra pyxb_1.2.4+dfsg-1.dsc
 

Accepted parmetis 4.0.3-3 (source amd64 all) into experimental, experimental

2014-10-30 Thread Wolfgang Fuetterer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 26 Oct 2014 11:27:07 +0100
Source: parmetis
Binary: libparmetis-dev libparmetis4.0 parmetis-test parmetis-doc
Architecture: source amd64 all
Version: 4.0.3-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Wolfgang Fuetterer deb...@wlf-online.de
Description:
 libparmetis-dev - Parallel Graph Partitioning and Sparse Matrix Ordering Libs: 
Deve
 libparmetis4.0 - Parallel Graph Partitioning and Sparse Matrix Ordering Shared 
Lib
 parmetis-doc - Parallel Graph Partitioning and Sparse Matrix Ordering Lib - 
Docs
 parmetis-test - Parallel Graph Partitioning and Sparse Matrix Ordering Tests
Closes: 706710
Changes:
 parmetis (4.0.3-3) experimental; urgency=medium
 .
   [ Wolfgang Fuetterer ]
 .
   * Package migrated to use git
   * Set Standards-Versions: 3.9.6. No changes.
   * Dropped duplicated section field in control file for parmetis-test
   * Added symbols file for shared library
   * Changed VCS-field to use git now
   * Added myself to the uploaders field (Closes: #706710)
   * Set Standards-Versions: 3.9.6. No changes.
 .
   [ Andrew Miller and...@amxl.com ]
 .
   * Team upload
   * Standards-Version updated to version 3.9.3.1
   * Fix watch file with respect to case changes on the project.
   * Update to parmetis-4.0.2
 .
   [ Christophe Trophime christophe.troph...@lncmi.cnrs.fr ]
 .
   * Build using libmetis-dev
Checksums-Sha1:
 cebd7b0a11a76143fd2e78503158f29c5f753b38 2339 parmetis_4.0.3-3.dsc
 e0df69b037dd43569d4e40076401498ee5aba264 5567670 parmetis_4.0.3.orig.tar.gz
 81dd0f71453579838997a603fef15bc42622b3d6 12464 parmetis_4.0.3-3.debian.tar.xz
 4acb1d8b31274ef757fe3ae1f4be54bac2dc2d94 133976 
libparmetis-dev_4.0.3-3_amd64.deb
 7129fda6f88ec21ec1bcabd4e3c0fb25d3204728 126750 
libparmetis4.0_4.0.3-3_amd64.deb
 833542dc7b5e8695726ade48d9b4af678dec903a 32508 parmetis-test_4.0.3-3_amd64.deb
 d8a700e2406cc50c6d773ecbf4c3ddabaf0e0d45 3803198 parmetis-doc_4.0.3-3_all.deb
Checksums-Sha256:
 cfba6bd64d4c0356f47da238f4e1e637d89a80838c8a1ee6909bbd436f514c59 2339 
parmetis_4.0.3-3.dsc
 f2d9a231b7cf97f1fee6e8c9663113ebf6c240d407d3c118c55b3633d6be6e5f 5567670 
parmetis_4.0.3.orig.tar.gz
 8a6c5072fee81d06e14fdea5d8ba4edaf4c91ffd5f7c3846c522e4f32dd9af50 12464 
parmetis_4.0.3-3.debian.tar.xz
 7aded7d4edb001bc673cfeb2d36aa5a3f6af78a62dc3b0edb12789722931e43a 133976 
libparmetis-dev_4.0.3-3_amd64.deb
 2657127e098a7a8dbdaf9cc97a47d297e79f1b7c059c86cc065c1d409b5ff05c 126750 
libparmetis4.0_4.0.3-3_amd64.deb
 f5dddab4de3f56bf181bb10b7fc06d7bff1e44ec1349cfc729850ff80185b58c 32508 
parmetis-test_4.0.3-3_amd64.deb
 7136bccec90e08324854c7fbce3018bd78a7d23b4d153dd3f520034d30a1 3803198 
parmetis-doc_4.0.3-3_all.deb
Files:
 c9ef3fa673e20b7982ce891d63cf215e 2339 non-free/math extra parmetis_4.0.3-3.dsc
 f69c479586bf6bb7aff6a9bc0c739628 5567670 non-free/math extra 
parmetis_4.0.3.orig.tar.gz
 edf0ede95b1a5f4d9b7e8dd0cb091ce4 12464 non-free/math extra 
parmetis_4.0.3-3.debian.tar.xz
 8d1d2aa5074201c72cc3f94e88d281e0 133976 non-free/libdevel extra 
libparmetis-dev_4.0.3-3_amd64.deb
 50a4a465306a2e1135fe92422245295a 126750 non-free/libs extra 
libparmetis4.0_4.0.3-3_amd64.deb
 1fee409fc8dcb33a13362da57242103f 32508 non-free/math extra 
parmetis-test_4.0.3-3_amd64.deb
 f2e801ec4be689551b3d02b409395b9f 3803198 non-free/doc extra 
parmetis-doc_4.0.3-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUTqTfAAoJENPhc4PPp/8GnogQAJ1ip9Gg6ttdEd8Lo5Oieakb
EOcBwuAlM6bl2qF+zJu2zvuMO2ac9gzTfBL8NuzPzR3HT5yUcmmNtgX5UGbLsRV7
6IN3jUwhj33K65xmQINLYqoBbk5EBqGciPtguQ78v4/NdUmXo7aKkEMELXZAsIoS
PvqGubcDods9UI4M5A/ilwFInIIpmTZQvqGKxnC2+zdIdLoSWy1vZ+7TH077d7GJ
fp5h0kpF6ByocrW+w5t/8R4tM5GiAet0sxr8NcqdGUyoOTPhELiwmxnNDQmPC9QT
FGJkIPSng9wFplRhzdzh3rhEktlx6lEoNlN8ymQ7gdCQA4Q9qpad8Qsqd3JAR8ag
jvqRE0Ru/DFM+5UrK7YU8k1hfgVUf9e4rTVvswizHXtfl22nMdqIz8idVI8pX1Bz
Z5b7ADK/r+Gd0cFcILK07K4zpiUgDWqq6Gg3xekdMMe5vxjl/gVuUoKhcN2YKWxa
OIOYfcViiK+Wfod/5LPxrGuiLlnEgfNCKafZ6xNJAo1xRMwnEgPHjS0bhdctLPzx
EMnAaDYLPvJN7qnPKqQucOlmnTpdHPp1ha0JVAbwU3LccLyl5NUTRkuxhhSFX2qs
vl93yPmcxbYDIhKmoCh+DPElH7YeO4ZYtcZY6WVoukTsBTLkbM5eQZmgVVfNEHli
VEh2gPM4heQ1O2Grt4q8
=yhJ+
-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/e1xjmwn-0002hc...@franck.debian.org



Accepted autopkgtest 3.7 (source all) into unstable

2014-10-30 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 10:47:16 +0100
Source: autopkgtest
Binary: autopkgtest
Architecture: source all
Version: 3.7
Distribution: unstable
Urgency: medium
Maintainer: Autopkgtest team autopkgtest-de...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description:
 autopkgtest - automatic as-installed testing for Debian packages
Changes:
 autopkgtest (3.7) unstable; urgency=medium
 .
   Improvements/cleanup:
   * When not logging to a file, colorize adt-run debug/info/warning/error
 messages to better tell them apart from from apt and test output.
   * adt-virt-schroot: Simplify determination of schroot session location.
   * adt-virt-chroot: Drop support for dchroot arguments. dchroot has been
 obsoleted by schroot for a long time now, and isn't being tested by the
 developers. Allow relative chroot paths.
   * adt-virt-ssh: Rewrite adt-ssh-wrapper to not call the readlink command on
 every single /proc/*/fd/*. This is too slow on devices like Ubuntu Touch,
 where it adds an extra ~ 5 seconds to every command.
   * ssh-setup/adb: Drop --rw and --apt-update options. They stopped working
 when adb switched to running as user, and can be done with
 --setup-commands.
   * Recognize Perl modules in temp dir install mode.
   * Consider programs in the temp dir install tree for preparing the source
 package. This makes it possible to run --source or --apt-source tests in
 read-only environments without dpkg-dev installed. (LP: #1383878)
   * With --apt-upgrade, retry apt-get update a third time after one minute.
 With just a second try we still get occasional hash sum mismatches.
   * Recognize Qt plugins in the temp dir install tree, so that autopilot tests
 work on images which don't have autopilot-qt installed any more.
   * Remove the adt-satdep package after test installation finished, to avoid
 tests being confused about an unexpected package.
   * ssh-setup/adb: Drop autopilot --dbus-probe enable call. It wastes some
 1.5 minutes and is not needed any more, as we now reconfigure AppArmor for
 the particular clicks that we want to test.
 .
   Bug fixes:
   * adt-virt-ssh: Terminate the ssh connection muxer on cleanup. Fixes eternal
 hangs on waiting for tee with the --output-dir option, as the muxer
 inherits our stderr. (LP: #1384324)
   * Fix crash when running from a git checkout, but git is not installed.
   * ssh-setup/adb: Robustify powerd-cli invocation. It previously failed
 randomly.
   * ssh-setup/adb: Quiesce some noise from various phablet-config/gdbus/adb
 commands.
   * ssh-setup/adb: If the welcome wizard is already running, just kill that
 instead of the entire session. In particular, this avoids killing adb on
 both the host and the device.
Checksums-Sha1:
 be3362dd5db2c4fbbb510c6f9f33b9850de9df25 1751 autopkgtest_3.7.dsc
 755f7232be8502b6317043e256029ae21ff50f3f 152626 autopkgtest_3.7.tar.gz
 b103a1f1e7356d74685c1c421cb1f4b42d4c2e77 132888 autopkgtest_3.7_all.deb
Checksums-Sha256:
 ee58eecb16760266c912fc30b2a4beccdc03bdb63dbfa6da30d26034557acefb 1751 
autopkgtest_3.7.dsc
 52d88fb4ef603251c4be91088e051f61da86406a4aabf0ebeff7e2cba4a0b439 152626 
autopkgtest_3.7.tar.gz
 24bdd90909a7252978e48a59dbadc3f3d81254d597446b1f5eb66f9e7825ca75 132888 
autopkgtest_3.7_all.deb
Files:
 303b4169a600561a0ee9e8d0e8bde598 1751 devel optional autopkgtest_3.7.dsc
 7820efcc2a95513a195b0642daab28f6 152626 devel optional autopkgtest_3.7.tar.gz
 78be1f21d0802dcfdb2775b5504933a3 132888 devel optional autopkgtest_3.7_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUgoTAAoJENFO8V2v4RNH8I4QAKlEorb1ARoJUjs56yS3mRtf
dDXdNdwR8qUzvZlxuEwMJOp2F7/6uLJO7L/jmtgLbmR/tcDT9smVunmF+8e93H/f
jGOtr+G22YuFcZdgXGOjUp1d+gGSFA0k8I5yHI9ugxXBKDO8tq3UOoqaTmJns2px
hYevEiVmyc0RL3uHje9GhnwWCrJh71lITbJusZck4lma1GWiaKwtuO4qXL6tSnyE
tyt5KyAIHAIV4VVauxEQYian3iG7LaxcZSz4o+SeSvK0uqLuue0FiWLU03HP+1lh
TK7KXkHTIz1w06izh2RR6J/psvDRaMbCkMJJENbWqh7qGe+pk0/2XVYtnz45vLoi
O+TM7wCj6t5PAAbR5Ciyh/RZUryk63rV0jMGDd2KKA+f/4/oUabGYd7YijAecNpF
DGlgNbwT3SwS8m8QJbl4BPdY0The3BSrnCx0EnooUXO7k/GzJocOudUoXsbdcNrc
5SwoihaF2YIPHeaOFxSXBaAziHhjg39b0ZIR3y1af4SkgKjxmGXvoFPl/PhJaz29
Upd5fakni1yELhKh2XkJZFrw9KzeE2AYe9IYeYfUGBJqXlRQQr6WWGSOUjscYV2Y
W5X70sSjFEkKb/j38bEmZMyN6qSPaxWI6cRKwHezutry+KKwANsWO6KqQJC990Q/
3nlEMQu+IhPdP//SL+sY
=6kBL
-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/e1xjmzs-0003f7...@franck.debian.org



Accepted calibre 2.7.0+dfsg-1 (source all amd64) into unstable

2014-10-30 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 10:57:06 +0100
Source: calibre
Binary: calibre calibre-bin
Architecture: source all amd64
Version: 2.7.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Miriam Ruiz little_m...@yahoo.es
Changed-By: Martin Pitt mp...@debian.org
Description:
 calibre- e-book converter and library management
 calibre-bin - e-book converter and library management
Changes:
 calibre (2.7.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 8e670dda35a7bd03e7a33a85bb736f92935a6d63 2637 calibre_2.7.0+dfsg-1.dsc
 fb2a5b287e9abfb5b09700f02cc4ed2277312eb4 34939296 
calibre_2.7.0+dfsg.orig.tar.xz
 c20eb769d2d2466044d366042c03a9388c2cac24 22120 
calibre_2.7.0+dfsg-1.debian.tar.xz
 0e016945713d34fc7823a76739cbf4609485c253 19844766 calibre_2.7.0+dfsg-1_all.deb
 3e4697b8377665a8eccbf849564c2b6dab1bb075 471896 
calibre-bin_2.7.0+dfsg-1_amd64.deb
Checksums-Sha256:
 05c257b4551c7aa17ecaf5feaf3e245ff8a7d6e2345bcc6453fcb81ad461a2a2 2637 
calibre_2.7.0+dfsg-1.dsc
 55a92b448233ef355c6db565dfa781ce5646fb2f89aca7769c5d72b95c5c870a 34939296 
calibre_2.7.0+dfsg.orig.tar.xz
 bc7c55f86dfb7222ac46a3771e81ff91ca2e65d218329176d569ef7b086cac2c 22120 
calibre_2.7.0+dfsg-1.debian.tar.xz
 03521061be6f276429023a7b3bc0bce851dba68e808df91c5d46ae4fb1a686e3 19844766 
calibre_2.7.0+dfsg-1_all.deb
 64622ebc67d54576ae608d856a6033d2e0180c121e7f60cd4bca64826b7696b7 471896 
calibre-bin_2.7.0+dfsg-1_amd64.deb
Files:
 30fc1905ae0a53762955c44fb69993fa 2637 text extra calibre_2.7.0+dfsg-1.dsc
 4274e11324e2548d1e9c5c2f3d3cf640 34939296 text extra 
calibre_2.7.0+dfsg.orig.tar.xz
 7716d6d57c16c6d7a14c49113e9ade38 22120 text extra 
calibre_2.7.0+dfsg-1.debian.tar.xz
 235a1907d4824443215714ca3fbd41a9 19844766 text extra 
calibre_2.7.0+dfsg-1_all.deb
 8c1b3281870728f3b2c6b089e9823117 471896 text extra 
calibre-bin_2.7.0+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUg35AAoJENFO8V2v4RNHUBQP/0gtAhDHGNFUnv5iPL8y90XX
xh7w/4e6Pm/xOSuxwJV1Ci5qSK7gayPtJrS+g/aU9fZOW0dSaQPpRVEw9zWXSZ1W
fgbgcmVFAcOPtXt4qo0oELugMiLJ//6TyxK24u/jGm7E2E88/WsAtLitZDDytSVV
ljI214+GS9mqR0/hso6A6q3ne3PYmbX8aqfjStN1VeUU/G3Hnkmvc+EksLZqPKjr
ehlVZOB1lz3tllbB3Jq1n/q2jUU8h+mWIRRa287LQf7X3zdQKWrQYLX3/HTVufYJ
J1bN2izSP07OAoZ0//aNHbdGgJDfTnKDEaJ9YPwOrnpsTycSsBNF206PRKyEP+P5
1H8gLigLPF6A7xfdEVFuYERrGn/OtVKZWp/CYeqtf/QM3qDRRaiobvnPq7qesIkY
vgXWKS+mwgnKpslovNhBSDjfBjaXq0uV0WucbmC7OLrSA9SqcRArsxgbbdlqbhjo
bZx8t2bvNKQwGnSslAaKEkBiD1tFRTX5fsnRWBxflYqafY0xnK+bdh5Xa+0nSOKg
v1iEGY6r/YKUwnrf34ORGoghPfXxuaNyLeO2K6c0rH6aFoIkYHbmyK4Qmf6crs/u
a0r5qnRWpYLjwD0UIa04azbkBeyw8G2p7qgODIJsLehYNTTaTaUmMykiB8HBLYX3
fDwcnHsVmjegc6OuZ2y2
=U3G7
-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/e1xjmqa-sq...@franck.debian.org



Accepted dianara 1.2.4-1 (source i386) into unstable

2014-10-30 Thread Mònica Ramírez Arceda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 10:54:22 +0100
Source: dianara
Binary: dianara
Architecture: source i386
Version: 1.2.4-1
Distribution: unstable
Urgency: medium
Maintainer: Mònica Ramírez Arceda mon...@debian.org
Changed-By: Mònica Ramírez Arceda mon...@debian.org
Description:
 dianara- client for the pump.io federated social network
Changes:
 dianara (1.2.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump to Standards-Version 3.9.6. No changes required.
Checksums-Sha1:
 3095a88fa940110aff56b62e73dc367bb1cff605 1894 dianara_1.2.4-1.dsc
 26f90f953eb7a05fa854c093afffb07157c80cbc 540237 dianara_1.2.4.orig.tar.gz
 8b6ede0fa408c87e01f0f7a98417586348ff5ab0 5324 dianara_1.2.4-1.debian.tar.xz
 0a7d488869f084d1606ba7dbd50ad888bae1ef39 653444 dianara_1.2.4-1_i386.deb
Checksums-Sha256:
 3621d1390b338032a632ab7f8534e0bca355dd3835277fccff974a029b506153 1894 
dianara_1.2.4-1.dsc
 8e58042e551646a09bd3c47838a1fb6d65c90501547ce4ed85944814d6e609d2 540237 
dianara_1.2.4.orig.tar.gz
 7e132b8143f2bd8a2cc1d5f15cc145c938e38bcc9927cf9947e16f8748a10abd 5324 
dianara_1.2.4-1.debian.tar.xz
 7d0512a65d7ba8df3757e0d7210416046f19284fdf07203538a99d5099aea38a 653444 
dianara_1.2.4-1_i386.deb
Files:
 e4ed47110686af44660dc73fcfbd40f5 653444 net optional dianara_1.2.4-1_i386.deb
 c9a3120e39f0805999a7c41b3362cfc3 1894 net optional dianara_1.2.4-1.dsc
 80f0694c4e01e0e73f0edaa434048955 540237 net optional dianara_1.2.4.orig.tar.gz
 2c6575c9d5f9861ed1c3ebf32edebe81 5324 net optional 
dianara_1.2.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUUg7YAAoJEB7+sYAaScDSPewP/1gr7MkTaJHaJ3ea73z6xAFb
TkpnJg3BIYoUsLygr+i4rWsvHbJf2BOkTDX22z+jvyCUjMCYygzfFr8agCivqKKR
1aCDec5LAXJo4CrS+QNgUldFwITy5t9K45scOAj1FeMOpC0CLJGi6Mquo6atEeq4
R0/vvw89tMBeUscCWcuR6D2NKomVHRUDsBpikN4DSXryug1CMp9oCMQsvmFDl+Ud
tD8ScXyYbNGfuFauzph5DLPyupO84dWcehFQZNF/GosmJP97xMs75tXwRb1YZNA4
AC9tkWcXhmQddFGuCMAidPFgO6sfOUPYlF42fLwuAheoOE/S2C3sKqjHY5dYYnRT
YOEwj2HKU+Pbh8CvzLT+k6Uo+2RQW3FfQRU9ymGZGl+wvI/oML/4FZLMAyasHChs
r9QLbjhrS0ngvrwDVx5O8xPsOy/28f0Di+WXswoiKzxTXS1NNuZigQ7Zgk5SukXB
+9rm4i3qUEz7gv/aHZDcgKhLWILS647IX6bZFWQc/CungCfdzHtf/M+UDeB7ZcMI
+bIR0jss7styXI5vF/G9gXNWC5bYw5RxaQU9hK8WvLSEbX5cJ8TG+vUJE91AU33A
kEzKzeZiqBTjT6D/PgGVqkxdNk1RrAGB+BY8BYikDBRvVU3h7rUbKdWXfoAtpIf/
vTvL8dEnC2qCbJVankG7
=pqWI
-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/e1xjmqj-wy...@franck.debian.org



Accepted ocaml 4.01.0-5 (source amd64 all) into unstable

2014-10-30 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Oct 2014 09:28:06 +0100
Source: ocaml
Binary: ocaml-nox camlp4 camlp4-extra ocaml ocaml-base-nox ocaml-base 
ocaml-native-compilers ocaml-source ocaml-interp ocaml-compiler-libs ocaml-mode
Architecture: source amd64 all
Version: 4.01.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description:
 camlp4 - Pre Processor Pretty Printer for OCaml
 camlp4-extra - Pre Processor Pretty Printer for OCaml - extras
 ocaml  - ML language implementation with a class-based object system
 ocaml-base - Runtime system for OCaml bytecode executables
 ocaml-base-nox - Runtime system for OCaml bytecode executables (no X)
 ocaml-compiler-libs - OCaml interpreter and standard libraries
 ocaml-interp - OCaml interactive interpreter and standard libraries
 ocaml-mode - major mode for editing Objective Caml in Emacs
 ocaml-native-compilers - Native code compilers of the OCaml suite (the .opt 
ones)
 ocaml-nox  - ML implementation with a class-based object system (no X)
 ocaml-source - Sources for Objective Caml
Closes: 749311 754021
Changes:
 ocaml (4.01.0-5) unstable; urgency=medium
 .
   [ Ralf Treinen ]
   * ocaml-mode: change dependency on emacs23 to emacs (closes: #754021)
   * ocaml-mode: add versionend dependency on emacs-common, add a file
 ocaml-mode.emacsen-compat (closes: #749311)
Checksums-Sha1:
 25fe78f99a61cfe82c8e62cdbd09c54f74094dc5 2783 ocaml_4.01.0-5.dsc
 4fd90be0214693afb62334a6d8bd47cefa60654f 48672 ocaml_4.01.0-5.debian.tar.xz
 4a665aad3f6eac821c9c3884df82df22e2efb71e 4023550 ocaml-nox_4.01.0-5_amd64.deb
 d549143d66cdd28db17ed0e4cf40e10ba203c7b0 10515778 camlp4_4.01.0-5_amd64.deb
 6c39a75dc394176de23c258bbe04ccfabc069274 10227052 
camlp4-extra_4.01.0-5_amd64.deb
 520985792dd6bae7143c3814e06eb12de5ad06de 1324052 ocaml_4.01.0-5_amd64.deb
 fca469d369bc320fd5a17499265393e8e8d8f2aa 520186 
ocaml-base-nox_4.01.0-5_amd64.deb
 889b886032a33314730a9b6a4d247dfb80022028 128526 ocaml-base_4.01.0-5_amd64.deb
 0c6fa568ab3421bb3c6e7246dc3ace84ac306661 2417550 
ocaml-native-compilers_4.01.0-5_amd64.deb
 6fd6bf21e7e295ee533d9b867f320a6a495581c8 3775092 ocaml-source_4.01.0-5_all.deb
 3421c956f7aa6024dd30709ca18db13fbbb571f0 305074 ocaml-interp_4.01.0-5_amd64.deb
 153cffe442724e7a34199a9368461f6e64dc01c7 1391508 
ocaml-compiler-libs_4.01.0-5_amd64.deb
 286f2b9f5d0dc2b4c59a0ecdd479a9fd7c63b0d2 125634 ocaml-mode_4.01.0-5_all.deb
Checksums-Sha256:
 ef14f3f60561520ae54ee4a39f3985ecd5ce42bf720ab46a3055e31c54abda1d 2783 
ocaml_4.01.0-5.dsc
 e861da02d800243b5a672c7f8513ea87f2110e52cb4de03ba44ab3b4c997b4a6 48672 
ocaml_4.01.0-5.debian.tar.xz
 32da6f8bf2cebcd63a3269c5d953590efe4f7eba591f532d17df807c733597ca 4023550 
ocaml-nox_4.01.0-5_amd64.deb
 6bfb3bfea64b6719e462e66fb4adb91d84c088cf3f652e5edfcedea51a412414 10515778 
camlp4_4.01.0-5_amd64.deb
 12b89b088eabfe0c5a664cd3dd2a30123c08dfdceae97314e2ab7e00bd32227b 10227052 
camlp4-extra_4.01.0-5_amd64.deb
 b02b3146dee1c7158395fc39116eeddbd20d360bf8e97a33cefa254aaf2ce086 1324052 
ocaml_4.01.0-5_amd64.deb
 3f12586cc5be55a0c1a1d9d24c38658aa0f596144ea41a0417bf5d3bc8c5c862 520186 
ocaml-base-nox_4.01.0-5_amd64.deb
 89cdae71575acb47b72fc8234e871541076d7b50050a574dfd0029bcd27ced35 128526 
ocaml-base_4.01.0-5_amd64.deb
 c916824ccdbda164d471972132cd7d8bc090b5046d0281774a40a825b53003e5 2417550 
ocaml-native-compilers_4.01.0-5_amd64.deb
 526fdbf4c12d5137e470757581f27cd50713f16533a25ca772d6c06099af8c42 3775092 
ocaml-source_4.01.0-5_all.deb
 28ce94f68460ad3751dd6380e28cb352fae3d70c13e039b28cf2988d68d842f1 305074 
ocaml-interp_4.01.0-5_amd64.deb
 bb420ab85e928ef179bd5c0583d7a78d4f8efdaa5282452cea22f170907ec8a6 1391508 
ocaml-compiler-libs_4.01.0-5_amd64.deb
 0a5766c5c7b1915c505af38dc821ef463fa6448b9e43bd69e0dbe939dac99e39 125634 
ocaml-mode_4.01.0-5_all.deb
Files:
 514a32624346dbbfb73625af747485f4 2783 ocaml optional ocaml_4.01.0-5.dsc
 edf2d3eb384842b9bd44e9d5c4953301 48672 ocaml optional 
ocaml_4.01.0-5.debian.tar.xz
 82a24c9fc352e142ca05ea63417159d3 4023550 ocaml optional 
ocaml-nox_4.01.0-5_amd64.deb
 72ea56f0f8a95e0ea9b372b1c0680f83 10515778 ocaml optional 
camlp4_4.01.0-5_amd64.deb
 f1c0f3dcd02cb8a85e5f159fbfde8266 10227052 ocaml optional 
camlp4-extra_4.01.0-5_amd64.deb
 7046d1a9e18048d679df05772bff1b33 1324052 ocaml optional 
ocaml_4.01.0-5_amd64.deb
 f079334bf0a177e27b25d2385261a060 520186 ocaml optional 
ocaml-base-nox_4.01.0-5_amd64.deb
 5583fbdcb9d0c31d79407515463b61af 128526 ocaml optional 
ocaml-base_4.01.0-5_amd64.deb
 8a3c728f1753d8472a4619212ba76de3 2417550 ocaml optional 
ocaml-native-compilers_4.01.0-5_amd64.deb
 b5d2b57d093d1b9eae0ad82c437c9e94 3775092 ocaml optional 
ocaml-source_4.01.0-5_all.deb
 a85f3f12a63189ab36ea7e2383516161 305074 ocaml optional 
ocaml-interp_4.01.0-5_amd64.deb
 6242bd06a078a60fcbb5e77439e76a1f 1391508 ocaml optional 
ocaml-compiler-libs_4.01.0-5_amd64.deb
 

Accepted thunar 1.6.3-2 (source amd64 all) into unstable

2014-10-30 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Oct 2014 11:00:02 +0100
Source: thunar
Binary: libthunarx-2-dev libthunarx-2-0 thunar thunar-data thunar-dbg
Architecture: source amd64 all
Version: 1.6.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description:
 libthunarx-2-0 - extension library for thunar
 libthunarx-2-dev - Development files for libthunarx
 thunar - File Manager for Xfce
 thunar-data - Provides thunar documentation, icons and translations
 thunar-dbg - debugging information for thunar
Closes: 763726
Changes:
 thunar (1.6.3-2) unstable; urgency=medium
 .
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 .
   [ Jackson Doak ]
   * Bump standards-version to 3.9.6
 .
   [ Yves-Alexis Perez ]
   * debian/control:
 - update long descriptions.
 - fix typo in thunar-dbg long description
   * debian/patches:
 - 02_fix-default-application-selection added, fix selection of default
   application for opening files, broken since glib 2.42.closes: #763726
Checksums-Sha1:
 c0fc58abec9179004d921db2cde83741074c5ebb 2142 thunar_1.6.3-2.dsc
 0e50f7cc8f19b2c159e502d2373753d1eb5b2562 14852 thunar_1.6.3-2.debian.tar.xz
 9ffc7d3f36412bfc28a51273ddea104fae45166f 6054 
libthunarx-2-dev_1.6.3-2_amd64.deb
 8b3e1369620db9828a5be1172107bfeec692ab29 62778 libthunarx-2-0_1.6.3-2_amd64.deb
 fa6070783c2b9649af7d2ab92425e8fa2df8a50e 262892 thunar_1.6.3-2_amd64.deb
 71e895af579cc86cd9cfd31f7af2bacc327e3bf4 1005496 thunar-data_1.6.3-2_all.deb
 f2f8ee524ecabd20c92dc1cc884320f6f18af9a3 1795490 thunar-dbg_1.6.3-2_amd64.deb
Checksums-Sha256:
 271046929466a6a4efab06a32cadb700ac44a0f6b4d494d37e98c3e2d8511bb7 2142 
thunar_1.6.3-2.dsc
 a9aba7b801a748d491f510b7d2cd20e1fe6a4bbd6d32492b21248d4904973b24 14852 
thunar_1.6.3-2.debian.tar.xz
 a7b1b9bb439d230f7a9adc1801e3e23239dcda17e53b454d45600d443299fcb2 6054 
libthunarx-2-dev_1.6.3-2_amd64.deb
 10e992eb056f409d1b9bdac120e619e889f58dfa382ca7381d64eb594ae156e1 62778 
libthunarx-2-0_1.6.3-2_amd64.deb
 9010bdd82919f165073d5655fb7e5a624d5b81429ad2ad86bc06b7825212d01e 262892 
thunar_1.6.3-2_amd64.deb
 b7991baf493a5387433ab0bebeaf0c0463096d5d3688d2618181ac54e275f5cc 1005496 
thunar-data_1.6.3-2_all.deb
 bfdd31c08c529894d6bc587a5d5043b0e27599133698edb76eee18dd187cfeea 1795490 
thunar-dbg_1.6.3-2_amd64.deb
Files:
 d5f85aff6a500c052144c97309937256 2142 xfce optional thunar_1.6.3-2.dsc
 7dc85f1707f54ff9c2947d28095f3bfd 14852 xfce optional 
thunar_1.6.3-2.debian.tar.xz
 20f2bd4d2bc20eb8720daafd49e26883 6054 libdevel optional 
libthunarx-2-dev_1.6.3-2_amd64.deb
 a9b47482e37d6a66b31d9a1b74cefdcf 62778 libs optional 
libthunarx-2-0_1.6.3-2_amd64.deb
 1d67a67f86fb97aabc20d0de6a75894e 262892 xfce optional thunar_1.6.3-2_amd64.deb
 955b88e2d58835521803996b14535708 1005496 xfce optional 
thunar-data_1.6.3-2_all.deb
 2b5a5b8c9a8bd19c4847ca771e9ef4ea 1795490 debug extra 
thunar-dbg_1.6.3-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCgAGBQJUUg12AAoJEG3bU/KmdcCl1PIH/iPZStVuFYABaRXqnXpNzq1/
Ar0CpUKbULGgQvyGVin84dtMuewY+8CyIuw2u0N7hgBhdedyzztNJjlCHb7Hud5C
9T+kZ0jPuJjp63CHpubZ3xxI6bcC5QXdKDiqe89Ew+PkvOSG2Z7ct+Kqdu8e8FK9
Ekqmw3O5Dc2VSE5FIf5VnyPC0mgxBK5/Ey5/+qV26fF8YRc8l2EmAVlAHjo00KhO
XqBp9NoBLzPwGZA4e/yrW3s6qTlBV41c1+raXWMDJLM+SwOuDLeDBrdJWqCAzux8
tly7nBNAMswpGTe5h6vhe3thxCCXjwLnr7D5KFXF9nroUrxS0znTjlqvwGMsZ7U=
=IFpB
-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/e1xjmrz-0001hc...@franck.debian.org



Accepted megatools 1.9.93-1 (source amd64) into unstable, unstable

2014-10-30 Thread Alberto Garcia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 27 Oct 2014 10:13:02 +0200
Source: megatools
Binary: megatools
Architecture: source amd64
Version: 1.9.93-1
Distribution: unstable
Urgency: medium
Maintainer: Alberto Garcia be...@igalia.com
Changed-By: Alberto Garcia be...@igalia.com
Description:
 megatools  - Command-line client for the Mega cloud storage service
Closes: 766611
Changes:
 megatools (1.9.93-1) unstable; urgency=medium
 .
   * Initial release (Closes: #766611).
Checksums-Sha1:
 f4a647cc67db4c352658553eb465e21c276ddef9 1770 megatools_1.9.93-1.dsc
 8e4672ed42838f41733db4f80b7c6fde8cd1b6ef 306992 megatools_1.9.93.orig.tar.xz
 0deba2ca490284259606e5eb021065dae5cf3fee 2136 megatools_1.9.93-1.debian.tar.xz
 a431a69131ccdbc1cc450adae1aa35f3ac88b5e0 165900 megatools_1.9.93-1_amd64.deb
Checksums-Sha256:
 d557623adae90f88fca32d5af67cb4d8df075b0edd37989dff9458b773eaf596 1770 
megatools_1.9.93-1.dsc
 13490930b297d66626194578a91ce73f48b87491170f2f7e03f3b213129dccaa 306992 
megatools_1.9.93.orig.tar.xz
 e7c15c29fe62372ebde27e46c1951fee30d121bd2d263e77d2405b8199a7e3d1 2136 
megatools_1.9.93-1.debian.tar.xz
 dedd0ed62f60218cc6cd13b7228216451759f6284be85eb1f4623884cf4bc268 165900 
megatools_1.9.93-1_amd64.deb
Files:
 9cca03ce2ddae9aa3597fe1ddfc4bfcb 1770 utils optional megatools_1.9.93-1.dsc
 097fae58b754ada25d06e83927e34906 306992 utils optional 
megatools_1.9.93.orig.tar.xz
 692644142922f5c3c9a4a3bea0f490e9 2136 utils optional 
megatools_1.9.93-1.debian.tar.xz
 8661730c4be68efb63e760aaf4ccc956 165900 utils optional 
megatools_1.9.93-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVE4Ct74yGa8+1BNBAQhmGA/+OE/XHD2Vpho9FRY4v9AeMsWFnQwOL2Hr
Eq9L60oHNY8qxnsQ+hjhyjG7awlIrX4du4+yPnwjIi1keK3lXZgZ/oiI3V3g2rnD
SpKnaU2NQFLeN196B2ZEhzA60SF/5+GnjVJA6x8DDVyUSS2J4q0TS/J1nuRIBGfU
sttJKBcCWk4Nd7H+ix347GuSWBYtkxGWGsd43f7W2tlyClW9QfOk/hlpHSk3TKJ9
kN/Efh4xFYFxaycqF6aJ6tI/cCDReptw/Acdp/gNWEdIHxSEXz/DTUOExzal9vTe
oHzBfnisXOxXN/mmXqGAkloLy5F1PqnKjivkRlmqkypD3TNwr2tw4yYti4KT9B6x
dDiWSTmgUygKdv0rFwUZ/NLPHgRRDTpfAHYqiuy/9d3GIN1L1uppqkCj0n/u5UxF
b2cI+Wl4FDmw8Zn3teQx3d4GnquOr7slcAxLiHI8pmsW8bzXeGSyf8vUqS477VYx
h1cBGP4KzSCLfPqUzC4dJVJXFNZ4h6vL+lVfjaK66VSUVmdeMblUzS2C6rBBKdPE
cNAD1zseSGjnjwoAiUCe5lLatOIh/5DO0eOB2LpXcUJPl78UBs87Uc51/gY2WiG2
bwwytH/WibzIaGw3Hynxz2yN5MI5YVjKzDadpa8Eq0TpV4GM8m2Lf//qht9/qcuZ
dUf0XlWW8+0=
=KO3u
-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/e1xjnsa-00064y...@franck.debian.org



Accepted cross-gcc-4.9-mips 0.8 (source amd64) into unstable, unstable

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

Format: 1.8
Date: Mon, 27 Oct 2014 03:08:05 +
Source: cross-gcc-4.9-mips
Binary: cpp-4.9-mips-linux-gnu gcc-4.9-mips-linux-gnu g++-4.9-mips-linux-gnu 
gfortran-4.9-mips-linux-gnu
Architecture: source amd64
Version: 0.8
Distribution: unstable
Urgency: low
Maintainer: Wookey woo...@debian.org
Changed-By: wookey woo...@debian.org
Description:
 cpp-4.9-mips-linux-gnu - Cross-gcc (cpp) targetting mips
 g++-4.9-mips-linux-gnu - Cross-gcc (G++) targetting mips
 gcc-4.9-mips-linux-gnu - Cross-gcc (GCC) targetting mips
 gfortran-4.9-mips-linux-gnu - Cross-fortran targetting mips
Changes:
 cross-gcc-4.9-mips (0.8) unstable; urgency=low
 .
   * Adjust patches and rebuild for 4.9.1-19
Checksums-Sha1:
 22a294f1976079f43b9aed380d1cd061589ce5e7 2172 cross-gcc-4.9-mips_0.8.dsc
 b8ffddaf5509797719e1e4460ba5fcf939c502c4 6156 cross-gcc-4.9-mips_0.8.tar.xz
 97f4aea6b785f618c5e04d60a7d0a24b3d0fbc46 4820914 
cpp-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
 c0df5bafc5cf55f12e7825f2d980db425cbb895b 4737234 
gcc-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
 2147bde211832f520bdbf7b253eff2e51db8112c 5104980 
g++-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
 ca4c72b6a92fb9c3af2de8830385b2c35542a02f 4973976 
gfortran-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
Checksums-Sha256:
 c3b1eb69ca70253be0ad6ce89ebf0a1f436d3f16efa5c43056ebd87bcb17b301 2172 
cross-gcc-4.9-mips_0.8.dsc
 6d527a27f515e482df5517f857e32b7b8713251e4f306e897aba7c20ca145cc1 6156 
cross-gcc-4.9-mips_0.8.tar.xz
 1511a07e6f4b557ca5e77591b9495e373367ab27e1daab8710adfac1fa613d1c 4820914 
cpp-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
 37396c041846f9c8433ff90acad64cba8cd0e668353fd11e654077a4f2674cbe 4737234 
gcc-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
 877aa7a8bf767511727958a6c3df2981e75a6516194926b779db43acbb97477c 5104980 
g++-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
 0fe2c8935851563b028288bfdca058d592b3933785d3c25dff9d9aef75643c9a 4973976 
gfortran-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
Files:
 b810b46115d3acf8b0e720d66936761c 2172 devel extra cross-gcc-4.9-mips_0.8.dsc
 6183cc8ed32ac7ccdaa9c0f54d834be2 6156 devel extra cross-gcc-4.9-mips_0.8.tar.xz
 d0f16fc467fe169cdba736bb0ea1153c 4820914 devel extra 
cpp-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
 78b7af60e503441cae8f2615064f2256 4737234 devel extra 
gcc-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
 554f1b187b49b84541d1ed19452df475 5104980 devel extra 
g++-4.9-mips-linux-gnu_4.9.1-19_amd64.deb
 e47a63e7afe0c56d4e5762d33ded2e8e 4973976 devel extra 
gfortran-4.9-mips-linux-gnu_4.9.1-19_amd64.deb

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

iQIcBAEBAgAGBQJUURdbAAoJEPuGMlGob55HjmIP/2dRJf0N9JH4BD2b+vLvdAfs
1bDH/rVzPdSGI610kExPfIIzufsDW2fcmJ1E34MP4B8crZyxA8V71jT8VetAWAzy
sWzpOUuJ4kwWnc0pMshiPbeTv2x4wJoWF/IVN5aHKpSvSr8E72/cv0MNiSvhk7ie
Rm+VsyK+8Hzh7hij/m2+GUcQ8Rsv9vzsxt8cZ0u22ml/jupg1FvXDeda8CxukX3b
8AM1S/YOfGFCaVC8K1vTu5ayuijv1PX6n8amnuxHs5qaIyfvcsMPfrVEtAOHisRQ
OJISXhOkkozQfC/CdLZkF1LBhVVjfam7ZVSvHvUrDDAGkhCFZ7+tpOd437jq8lOl
Z+puCnJoR/cRGDR7WFkc1hOwUA2JYpxVZ/bgmfakqY2A+7yui+8YZDbGyfC0ZWo2
VhLwAc1NiYRKvE7Ckr0IQEzvGkS37u2cSKri4RlvwBk2pZkG6M5PLD1tllz0uSvK
UvY33J8g2JJpzg3Y+yQWldTxiKHv3FuEl5Vp/eK/9JlYJLv82w5SsjQyHscCk75H
yPyEyyVwWjkgxDWQyJbffnU3O+NDKXaIduNQ47OwZdzBN++XVDPeanzArSbHW4Ar
IRlt+0iclZDiUYTy8lkSBbhcBeiI7MYcUX1jKomiWPUwZQ3tXycy2v4zOqaWjq6v
dia+OK65p1ggbII6s19l
=pi02
-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/e1xjnsz-00064b...@franck.debian.org



Accepted nvidia-graphics-drivers 343.22-2 (source amd64) into experimental, experimental

2014-10-30 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Oct 2014 11:53:09 +0100
Source: nvidia-graphics-drivers
Binary: nvidia-driver nvidia-driver-bin nvidia-glx xserver-xorg-video-nvidia 
libgl1-nvidia-glx libgl1-nvidia-glx-i386 libegl1-nvidia libgles1-nvidia 
libgles2-nvidia libnvidia-eglcore nvidia-alternative nvidia-kernel-dkms 
nvidia-kernel-source nvidia-vdpau-driver nvidia-smi nvidia-cuda-mps libcuda1 
libcuda1-i386 libnvidia-compiler libnvcuvid1 libnvidia-encode1 libnvidia-ifr1 
libnvidia-fbc1 libnvidia-ml1 nvidia-opencl-common nvidia-opencl-icd 
nvidia-libopencl1 nvidia-detect
Architecture: source amd64
Version: 343.22-2
Distribution: experimental
Urgency: medium
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description:
 libcuda1   - NVIDIA CUDA Driver Library
 libcuda1-i386 - NVIDIA CUDA 32-bit runtime library${nvidia:LegacyDesc}
 libegl1-nvidia - NVIDIA binary EGL libraries${nvidia:LegacyDesc}
 libgl1-nvidia-glx - NVIDIA binary OpenGL libraries${nvidia:LegacyDesc}
 libgl1-nvidia-glx-i386 - NVIDIA binary OpenGL 32-bit 
libraries${nvidia:LegacyDesc}
 libgles1-nvidia - NVIDIA binary OpenGL|ES 1.x libraries${nvidia:LegacyDesc}
 libgles2-nvidia - NVIDIA binary OpenGL|ES 2.x libraries${nvidia:LegacyDesc}
 libnvcuvid1 - NVIDIA CUDA Video Decoder runtime library
 libnvidia-compiler - NVIDIA runtime compiler library
 libnvidia-eglcore - NVIDIA binary EGL core libraries${nvidia:LegacyDesc}
 libnvidia-encode1 - NVENC Video Encoding runtime library
 libnvidia-fbc1 - NVIDIA OpenGL-based Framebuffer Capture runtime library
 libnvidia-ifr1 - NVIDIA OpenGL-based Inband Frame Readback runtime library
 libnvidia-ml1 - NVIDIA Management Library (NVML) runtime library
 nvidia-alternative - allows the selection of NVIDIA as GLX provider
 nvidia-cuda-mps - NVIDIA CUDA Multi Process Service (MPS)
 nvidia-detect - NVIDIA GPU detection utility
 nvidia-driver - NVIDIA metapackage${nvidia:LegacyDesc}
 nvidia-driver-bin - NVIDIA driver support binaries${nvidia:LegacyDesc}
 nvidia-glx - transition to ${nvidia}-driver
 nvidia-kernel-dkms - NVIDIA binary kernel module DKMS 
source${nvidia:LegacyDesc}
 nvidia-kernel-source - NVIDIA binary kernel module source${nvidia:LegacyDesc}
 nvidia-libopencl1 - NVIDIA OpenCL ICD Loader library
 nvidia-opencl-common - NVIDIA OpenCL driver
 nvidia-opencl-icd - NVIDIA OpenCL installable client driver (ICD)
 nvidia-smi - NVIDIA System Management Interface
 nvidia-vdpau-driver - Video Decode and Presentation API for Unix - NVIDIA 
driver
 xserver-xorg-video-nvidia - NVIDIA binary Xorg driver${nvidia:LegacyDesc}
Changes:
 nvidia-graphics-drivers (343.22-2) experimental; urgency=medium
 .
   * nvidia-driver: Stop shipping nvidia-persistenced, this is being moved to a
 separate source package.
   * Split nvidia-driver-bin from the metapackage nvidia-driver.
   * nvidia-driver-bin: Support switching via nvidia-alternative.
   * d/rules: Add #!armhf# and #!legacy# substitutions.
Checksums-Sha1:
 6c1ebf5e75572513dbafadade18a16d30eef9087 4456 
nvidia-graphics-drivers_343.22-2.dsc
 f50e8085256e3da9c59fe55f3c0621fc083b1553 117848 
nvidia-graphics-drivers_343.22-2.debian.tar.xz
 4d182790cb55a738d3bc2a349f6391fda42eebc3 411350 
nvidia-driver_343.22-2_amd64.deb
 55a47928954467d05ec54be09c2424630a39ce90 213652 
nvidia-driver-bin_343.22-2_amd64.deb
 e7a688825524b769f2c0c82a5e3d4bb2690f64c6 131840 nvidia-glx_343.22-2_amd64.deb
 4240644b6f8cde2388fb800279375ead0e735d60 2540382 
xserver-xorg-video-nvidia_343.22-2_amd64.deb
 6d6a4a6a4f2f62b0c9f436aa32426d5f86d942ad 7609778 
libgl1-nvidia-glx_343.22-2_amd64.deb
 6d41efcc9c0b6f0eae0a2d6b19947d5e62620bb3 282950 
libegl1-nvidia_343.22-2_amd64.deb
 d231b86984cd6d0bc1b55992dd3aa97b2374a890 146444 
libgles1-nvidia_343.22-2_amd64.deb
 a817c679d9d848f5470c349478faf6c3d047af54 149050 
libgles2-nvidia_343.22-2_amd64.deb
 d35c08b519494bf45d1e6ab77a26c9cb7f0f295d 7081868 
libnvidia-eglcore_343.22-2_amd64.deb
 172a9318ff4ab0a86321737d14b72caae0efc24e 132506 
nvidia-alternative_343.22-2_amd64.deb
 ab9bb6ac4c1926ca243c8280cf0a88963f7abb61 4712196 
nvidia-kernel-dkms_343.22-2_amd64.deb
 ed655ad92acf4c8f007719e30addd8b1868c9f94 4773664 
nvidia-kernel-source_343.22-2_amd64.deb
 aa97b120cadc9f335cbe0ef85fe759bf61b966d7 641278 
nvidia-vdpau-driver_343.22-2_amd64.deb
 7b8e325a296fe85a4d07d8d3583cfdfd282f9409 215376 nvidia-smi_343.22-2_amd64.deb
 e743e06cc34a5258b7e00932a96388223785d6b9 154156 
nvidia-cuda-mps_343.22-2_amd64.deb
 e355864e1a7dbc55bb0ce7172723929a8bb723c8 4506460 libcuda1_343.22-2_amd64.deb
 0f191f3ba24fa674f0a4961ee47c150773395df1 7966254 
libnvidia-compiler_343.22-2_amd64.deb
 ed813690464632690468096e0687fdccdc160e55 807956 libnvcuvid1_343.22-2_amd64.deb
 2c17fb4c642b5118382941fe20481e6dc15717cb 174826 
libnvidia-encode1_343.22-2_amd64.deb
 13d6c74f553c6e8008cde96a975a41d6c290074c 185490 
libnvidia-ifr1_343.22-2_amd64.deb
 3efc998bb2871b37f9248c02658ef3ff747a1b63 

Accepted flightgear 3.2.0-1~exp1 (source amd64) into experimental

2014-10-30 Thread Markus Wanner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Oct 2014 10:01:10 +0100
Source: flightgear
Binary: flightgear flightgear-dbg
Architecture: source amd64
Version: 3.2.0-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian FlightGear Crew pkg-fgfs-c...@lists.alioth.debian.org
Changed-By: Markus Wanner mar...@bluegap.ch
Description:
 flightgear - Flight Gear Flight Simulator
 flightgear-dbg - Flight Gear Flight Simulator - debugging symbols
Changes:
 flightgear (3.2.0-1~exp1) experimental; urgency=medium
 .
   * New upstream release.
   * Drop patches systemLibraries.patch, nasal-fix, and
 fix-mobile-tacan.patch; they hall got applied upstream.
   * Adjust dependencies on simgear.
   * Add a flightgear-dbg package for debugging symbols.
   * Add a simple patch that fixes some spelling errors.
Checksums-Sha1:
 8dbcb7f325696cbc95d9f7e3ac89fba06f6ac6d0 3286 flightgear_3.2.0-1~exp1.dsc
 89b187ecc891f880ec50a562fcf8281b587a37f2 6950249 flightgear_3.2.0.orig.tar.bz2
 9eb34449243a0694f4c6333a97db21732223e51b 21880 
flightgear_3.2.0-1~exp1.debian.tar.xz
 0dcaf7e6a1aac557543cc53c6dd252e608a9b10d 4572152 
flightgear_3.2.0-1~exp1_amd64.deb
 e4da1f0144769b253bed77f983e78dd7da0dc8fb 47619796 
flightgear-dbg_3.2.0-1~exp1_amd64.deb
Checksums-Sha256:
 dc923ddd670a45eb915f5c8df2017b6b022d26ce2347e2816e12b7e60ca81720 3286 
flightgear_3.2.0-1~exp1.dsc
 addac512375b9f800a77e5733c7c0e4214442ed61a0b2712abedc0a506ac5f12 6950249 
flightgear_3.2.0.orig.tar.bz2
 b42dffaba69279964c1fcf6dedd73a8cf9315359cc29346662035c104ec593af 21880 
flightgear_3.2.0-1~exp1.debian.tar.xz
 b39ed004911d3dcccae09cd85e8e117df1d308e180f794a34b90af230eed59be 4572152 
flightgear_3.2.0-1~exp1_amd64.deb
 066d12d3e94cc5a0eec7e42f50be1327b10deb9ba78769ad2f1627484415433e 47619796 
flightgear-dbg_3.2.0-1~exp1_amd64.deb
Files:
 122e77ad558714204821c1390c2f536c 4572152 games extra 
flightgear_3.2.0-1~exp1_amd64.deb
 b84c7e4592d8074dd3d0fd3ef9b9df0d 47619796 debug extra 
flightgear-dbg_3.2.0-1~exp1_amd64.deb
 09248ef554f123fa50f761d1859f436d 3286 games extra flightgear_3.2.0-1~exp1.dsc
 0a16920cc22ea070f8bb345e76c55e05 6950249 games extra 
flightgear_3.2.0.orig.tar.bz2
 d9748061585ae5696e4962a8d1555f9e 21880 games extra 
flightgear_3.2.0-1~exp1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQQcBAEBCgAGBQJUUisZAAoJEOhoLRs/Memz8LEf/ipW3Rl3a0gWZqOILiS0fNhl
7Mv4ZiD6umzkp9PGO56Tyi0G36VTNmSyEIp7Sqr2yAw6cVkPGX/zYuF9s95DS/1E
cBIaBDePDFFc4gNQgo2zuWUwExYoHIJ0gdvPGMnEAgpXP/+w7MiAsp0bCUwhL11Z
qBZ3SYb6RRWiFLD/tWkHn2juDM6a91BmGY/Gx+MWRbx9A1dRiBAqBWubpMUMV3R5
8/QKtWsVTDhr8bHirSHCue1X6HX8Zf7BcP3iyP3OkoUcvbCVV5VFmFHcc5Wv7laZ
K/nglU6X8EWhNp5yB2uuiQRehS+NRWwTmJ/MdhwXf9wUyxR0yvEba5cWtYxyR5/p
RmsHRFigFgh/+QusuQhvrQMbcTYOJIh+LGiTd7H6ROBZcdZbN9xh9FJtdXCWL3b/
fWCo00F6R+4V5VIoIf0vWx+AQJ85+88aZfEiQ505DPRzGs7sm+k1OVI/6AoLMIQU
GNsMZbX3cK1SG33hRgctbRcHPt/83JtnMCbacEqaAbWX38iMQGGJz7uEYwTlK6UZ
GSJtjXEgl6JjVfYIaCGeaIt57bA6PeoBgItwaF5vwO7qqkLLenU1VpprSU1NXAsr
rwl5h85UN9DrL3BKa0galSl31z+s3wtm+bRUIbNhj5drFN0OUSxi111P8lHySPhS
esnKmYnupNbxp+Tu3eh1cCgbOdRbBn0YWvIOJTCAnTma1ZgtJbuVUcG4tx1UQ/O6
2fERi21kSLhmKy0CZd/69tdBKw/fnjU3t05LGxSKJjq832Mvxa5mUIDlYpyU9Uti
Pd7rm/yHxQuwj5YpbHNvbSykWMXR+d4V9SD/efCH+oViACF9h5QA597WYqPOdkWz
pAJZilPNwTMNMucI559fG3uBAc/9k4XRza3qXny01vcr0JjWEvkHrxDcRvRhtnzl
xeSVx/J34qlC7cgFpvCJ4wmbzMbpOYPsfOEbkJnh73BQYiQtE5C/h02TyBknUVIN
4jDht7rbKA7QVV3XKnYhwxouah/aZRqq6Ny9tutQ2+U4dAlHEZxLVwRx0bC37Pwm
yHIWxoYIWiYInL0xH90WPBAECr+BDPlePw77c/OHjpBaclkd2C3i/WG5NObpaL28
i34QOLXyRMfE/rvLtfA+gNrrZunws+abY6Z/aL+fqYXO1s6z0/8g4PdyQGEuA5H6
TqGtmOyGmZtMlrystM/K97XH6f72LxEuFco8HP8p04KJjA1+ikYfBVl0ug6bz7b/
c3kXuhQQOWgVyxsU6Y5MuBmWDpHxHSS03pM8G5JxfE4Odnyypxcve+ZKufj383gD
jaqtZKV65qLrsv6gXfYmkOkdcZYB85RU7CrWlORfRyfaJvo2DQIMM2sar/SRyQE=
=dZX8
-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/e1xjohd-0005gp...@franck.debian.org



Accepted ruby-raemon 0.3.0-1 (source all) into unstable, unstable

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

Format: 1.8
Date: Wed, 29 Oct 2014 15:52:08 +
Source: ruby-raemon
Binary: ruby-raemon
Architecture: source all
Version: 0.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 ruby-raemon - framework for building UNIX daemons
Closes: 767344
Changes:
 ruby-raemon (0.3.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #767344).
Checksums-Sha1:
 fcd66b15a1fae12b970a456c4ca43aec03c78edc 1965 ruby-raemon_0.3.0-1.dsc
 e885fc348f3e185fb415b534cd7b784a0c4dfe20 12080 ruby-raemon_0.3.0.orig.tar.xz
 98c4edbb1e91c5f70c7a92b30fffb7630c276d93 2128 ruby-raemon_0.3.0-1.debian.tar.xz
 fa88cefcdf26f54ebeef311cb9fc5f91e95dc68b 9678 ruby-raemon_0.3.0-1_all.deb
Checksums-Sha256:
 b36fccd8b8229b3bda7b9423e677e773b6faffc416233866fdb0399c64d99210 1965 
ruby-raemon_0.3.0-1.dsc
 71c6f8b88346d9ea2d9bbf4fcae3dbac8678f5cd764082fe1c2253962045c73c 12080 
ruby-raemon_0.3.0.orig.tar.xz
 4b75a30dba5f353fd439d300ca610bcbcb11b27dfbffb1b649034d7e34a913ef 2128 
ruby-raemon_0.3.0-1.debian.tar.xz
 9d2e317d97dfcde4b6d2727765da24acf9753c22ac0ef8b5267260f589cbb8c5 9678 
ruby-raemon_0.3.0-1_all.deb
Files:
 b4e790d3e48262905a8043de405ef787 1965 ruby optional ruby-raemon_0.3.0-1.dsc
 bae1aa4fa1a19f2d00b4a1477384c8f6 12080 ruby optional 
ruby-raemon_0.3.0.orig.tar.xz
 b2c49035020ae53648a91dc14431ee5c 2128 ruby optional 
ruby-raemon_0.3.0-1.debian.tar.xz
 3fc237a5ad32bfc0a1a96c7d9addcd4c 9678 ruby optional ruby-raemon_0.3.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUiEsAAoJENQWrRWsa0P+1JkP/iJTWOiZyo85P4KMK1KiWCYf
9SOeNRebSbJLZnuT+oQ59rCBQqRAasA2tx5VEU0RsIT9Nc+iXQM0f5hEb6/X32HQ
VHhs4d98uQJg13o8CUi4ZfCtNTyA/u0belTjdMFZ2PulGrJK6W5G83dXS574MkGP
fPw8jzbWGktTCHGM4c7/TUIuEZ18VCn1DdvE/JNksrWmQzXVQDMKl1QVHSNXudkE
/9C3Qjr/spkG0j3uP9hyaRPmqWhtEvIslrmN7hSNq5WvqBILkIRmqrmCkbN3ZiD+
JXxAFTD32BONmDCOjKbF+B8lNRURkvY8OxfqZj75Pfu2lmeq6z26KSZGEqZgZvX9
/w3ihysuu6DddcvjOj4gLTYrt750J4LYiQff51YAeyTArBUODJKZvTrrnfsuAmSg
J372i5Xzg7HC63DZgVFGgpdOKEP+LtQLFoHXdVMeKVUFbQeTms/r90JLO8xluP9G
3mSUHSbvbsDWjiakrqFmOJxKvude6AfOmtCy7coNsa0mj1/uL0WSaxPnfuCDGLbT
JczLGIQVJu8mQU/C3JuZHphVu37TsSGjsHc7tX/5D5HMpKZg7e10pLF3ZAXWENX/
moAJUNxQ1IXd1hCE5ByF12XaDZehl1m4c5GC+UrkUebqS2u5boDLpk7i89ZPLhMS
vRLrH9yQTNY5es1tDp9L
=dLyc
-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/e1xjpki-00066p...@franck.debian.org



Accepted user-agent-utils 1.14-1 (source all) into unstable, unstable

2014-10-30 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 08:18:36 +0100
Source: user-agent-utils
Binary: libuser-agent-utils-java
Architecture: source all
Version: 1.14-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libuser-agent-utils-java - Utilities for processing user-agent strings
Closes: 767326
Changes:
 user-agent-utils (1.14-1) unstable; urgency=medium
 .
   * Initial release (Closes: #767326)
Checksums-Sha1:
 7ea5fff6f6cafd6acd7e43b23564a83f0ec76e17 2062 user-agent-utils_1.14-1.dsc
 e7cd9bfe75576ae7abe066540ec8a04f407b94fb 26664 
user-agent-utils_1.14.orig.tar.xz
 078eaf267558dcb0e51826f18e96c589f4476f73 3292 
user-agent-utils_1.14-1.debian.tar.xz
 553143258c0ec19aed74cc74cf8a1b8defc963df 34122 
libuser-agent-utils-java_1.14-1_all.deb
Checksums-Sha256:
 457402023ce3c4ed6fe3971f5753886acf7a9ded865c2a0c39773110d982ca43 2062 
user-agent-utils_1.14-1.dsc
 791059c12b352d225481f6afff952a5ee47905dd12a63871d15f58f0474a9d8a 26664 
user-agent-utils_1.14.orig.tar.xz
 78eacaa3b54c863b9bbffddb20441d838c668ba6246016e05603620f39f0a5d2 3292 
user-agent-utils_1.14-1.debian.tar.xz
 e881694149acd56b895047427092d0c37293cabb3c8ffdc2163bc0a2291f526c 34122 
libuser-agent-utils-java_1.14-1_all.deb
Files:
 849267d76ee6584bb34a99aeb018b940 2062 java optional user-agent-utils_1.14-1.dsc
 89d5334d8102f85db7fe9e72d05e6975 26664 java optional 
user-agent-utils_1.14.orig.tar.xz
 38f1ce9663afdb6897eb1f6be88939dc 3292 java optional 
user-agent-utils_1.14-1.debian.tar.xz
 1a133025d044f02cdf0b1ac18f943d98 34122 java optional 
libuser-agent-utils-java_1.14-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUUfh+AAoJEPUTxBnkudCsky0P/Av5cQ58zOZaDFpH79p+6W4L
3+nTQQSqInDbLh6j9CWRYKAOY5C3Oe3hpdDaEw8JodvoE6NdmX/5DPAUkOvW6nFO
zmW/MrpppPvp2D1w/eDC83NFxD13xrmYBzeln2U/YKDj7PgvT5/2zaxE6qdyVf/g
uub/xvbMEbAreEsPppiy8Z3n4NwWlj11auuHn/BE88VpdiuBvpo++mb8HZggpEaD
06OXy/LnaRzAD3xrDnBqk9/DKfwkiWYuS6ctvysCdHFQceRl0hd/1debtPeRbZD+
u0h3RerLktMelgaLDxLuyhSvEI2Tof1rJ11BVMbRkMepxFswlGXp/AKAe72vZj4B
7W+XiReWrDA4L4gpcW4BaQoIV1fur2aZdG8Vh/9cSZBOeH5K0H6USv5dRB/43iPs
0xp9/qJw8fvixDxtZY5mrYj/VUjNFtBF2WTDmYVQL62WjTsfgfyoG7kaxPZ8pA+2
cZSY3kPDG6j1xssDQDEw/Dq+xYKNC0Ju4hzkHmGDQBRQbEMfZiPrnmeuAPrtBJKS
jeZ6wiXOI0tGpGeloKWRQKcsbM42TuMUQHSqbsDDTT2BT+c3UvXNq/1r1uek7rlC
QWartEdUiAd+yNQ7b3WnKTkW36Uy4UWpQ2g6a6hISxGHDIt/KnDqlexkY8DbiSyD
n7+KfRZLeugla654brF1
=XniC
-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/e1xjpki-000678...@franck.debian.org



Accepted pyapi-gitlab 6.2.3-1 (source all) into unstable, unstable

2014-10-30 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 11:16:26 +0100
Source: pyapi-gitlab
Binary: python-gitlab python3-gitlab
Architecture: source all
Version: 6.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung benjamin.dr...@profitbricks.com
Changed-By: Benjamin Drung benjamin.dr...@profitbricks.com
Description:
 python-gitlab - Python wrapper for the GitLab API (Python 2)
 python3-gitlab - Python wrapper for the GitLab API (Python 3)
Closes: 767246
Changes:
 pyapi-gitlab (6.2.3-1) unstable; urgency=medium
 .
   * Initial version. (Closes: #767246)
Checksums-Sha1:
 8d995893f63e5d59e11bc5f30fce657db0b92878 2050 pyapi-gitlab_6.2.3-1.dsc
 0d93cde2784d01c802bd211029a30284c9f72ee0 32473 pyapi-gitlab_6.2.3.orig.tar.gz
 5a6800a496d2c2dcf6d28a83b197f4a67865df93 1532 
pyapi-gitlab_6.2.3-1.debian.tar.xz
 8df5e34f29106fd5718ec029d851fe82758adc59 11176 python-gitlab_6.2.3-1_all.deb
 440d2a5be2ef109aa653752e59b9ba416ac6f99a 11246 python3-gitlab_6.2.3-1_all.deb
Checksums-Sha256:
 eb12c765327a61d4838b14cad4c1c2ed608e1e481525977f204c663f59963f3a 2050 
pyapi-gitlab_6.2.3-1.dsc
 33da035daf908e62feeb9834472887b30afe80a0e06888e8aaa439a7717e3047 32473 
pyapi-gitlab_6.2.3.orig.tar.gz
 399d29324c6376e63868de5a08ca1e6ffb402ace7c2eb3b5ed52990a69f3e8d6 1532 
pyapi-gitlab_6.2.3-1.debian.tar.xz
 c144349ec047af281208e71ca7686463501da8c70c6ee9a2ee38ee59b226db15 11176 
python-gitlab_6.2.3-1_all.deb
 3179fe2f3eda8e5b2afe368467ebc4d09e59752e4a322b00713073f92e44cd69 11246 
python3-gitlab_6.2.3-1_all.deb
Files:
 67de371d307c5c9bc6e377ac3bca5260 2050 python optional pyapi-gitlab_6.2.3-1.dsc
 b14d53e0109f6d6b1573dc71a430cfc7 32473 python optional 
pyapi-gitlab_6.2.3.orig.tar.gz
 1d499a7a00b842aff7316a51130d8616 1532 python optional 
pyapi-gitlab_6.2.3-1.debian.tar.xz
 1e130d2cbbdc6d429878c1f5a50297ea 11176 python optional 
python-gitlab_6.2.3-1_all.deb
 086047d08d6fbc6cabefa7b76c2f3759 11246 python optional 
python3-gitlab_6.2.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUUhW2AAoJEN2M1aXejH56t8wP/3O+IruU2dZ8LUZoP816Gm+O
JqGKrp0MxvJ5Q70dbnUR5GrfnVg/XMc2eptJERun48nxsjtHIGJMCNUhEAxt4zew
ZRp6SuFCTCOKZWJZUJnu6xbuZIGn9nwPNcEOc1GNub+axokRasYFGA0DhGrMhSMi
iBX/642QmcC7BvzEicwpfMY2ySWzdFAm0uZafOEBY70b82CfTqUk0cGrMQPTZyTj
tukJtQ2lwwE24VtWQolSsB1nRlmjeYgK+TFo8x++CZvefpsG3A9rg7LUqXniraWx
iTvMj/ANZ6tAjUS2ZQHN+z04s8L5Erfz4eqUNJyPqIlDelJ7H9SW7OLeyUGPTARS
WfbTl8onF+Yu/NDU0ZQK9kCnem4DRpsNOLqSIEN5jY1IhBSThhdvUHQcV4QklWRn
GotAfGQWIp7JHYPCxhrQKyNHqlGEVpR5gYftRH4NAm8uXV3Do2JJ6Y3Uuvnqchd+
bL14J278Qf23OzYpVeDPK5xV3kgk+ql8tVGr/rARS0I8G+QWhwT0uGwQKIjVOtwx
8WfNA0LFz/86eBlsuL4zYoDqXaDOBpIki4B6eBq11CV00mEC93EpIXEiITo50Xb2
wLgVVDi9YUdUj+fea0wGcZ6/VjdPnJZ8xXtruCv79CU18mlk3BIxJawbGdkN8fXo
46X7FPjRUuOMK7jN3jSm
=WEPn
-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/e1xjpkh-000665...@franck.debian.org



Accepted python-cs 0.5.7-1 (source all) into unstable, unstable

2014-10-30 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 10:44:24 +0100
Source: python-cs
Binary: cs python-cs python3-cs
Architecture: source all
Version: 0.5.7-1
Distribution: unstable
Urgency: medium
Maintainer: Vincent Bernat ber...@debian.org
Changed-By: Vincent Bernat ber...@debian.org
Description:
 cs - simple, yet powerful CloudStack API client
 python-cs  - simple, yet powerful CloudStack API client (Python module)
 python3-cs - simple, yet powerful CloudStack API client (Python 3 module)
Closes: 767334
Changes:
 python-cs (0.5.7-1) unstable; urgency=medium
 .
   * Initial release. Closes: #767334.
Checksums-Sha1:
 5ec296067182c47993101989454c3d309f25ce22 2167 python-cs_0.5.7-1.dsc
 b8b24734e874ae0a0ded29784f8c1999d7e198d2 5913 python-cs_0.5.7.orig.tar.gz
 aa3e6e091164b8f96b8ee96b8a82030cf98eec55 2696 python-cs_0.5.7-1.debian.tar.xz
 ad1ca8790856126bf3e0389cf9e2081d31c4851c 3130 cs_0.5.7-1_all.deb
 cf489a43014873fa3f5b34d9e4bb0242fa0d057e 6290 python-cs_0.5.7-1_all.deb
 059d302a58fdcc8aee455919939e85d52628e94d 6388 python3-cs_0.5.7-1_all.deb
Checksums-Sha256:
 9a98536867772ae892f39fe981c922d415583872c81f2c4560348c35947ab016 2167 
python-cs_0.5.7-1.dsc
 15f78fbd341e093a2935a2a99a099bc8d560adbc0485b254422191780cb4b597 5913 
python-cs_0.5.7.orig.tar.gz
 1a44c8e0f5cf6f603650e4f332be9325d36c4c99226eea2e4fe73ad3d79f72c7 2696 
python-cs_0.5.7-1.debian.tar.xz
 12814a718f722483ec422b31346e1382dd04f87e370ed8884e105871df0e9333 3130 
cs_0.5.7-1_all.deb
 43ad440dcb9bfa610f906a429f1710cb3e3f7f4840ea158bb5666afaeffdcfc9 6290 
python-cs_0.5.7-1_all.deb
 974a00a23791ac374095b05b5d712521788c792094a2f502377813941e42af72 6388 
python3-cs_0.5.7-1_all.deb
Files:
 ad3e1dbfabc30454d07c9d9df735e601 2167 python optional python-cs_0.5.7-1.dsc
 9019bd177440812b3fd2179d34599036 5913 python optional 
python-cs_0.5.7.orig.tar.gz
 1ea8204faf11cd7d6a6790eb6f169a6d 2696 python optional 
python-cs_0.5.7-1.debian.tar.xz
 1278a99407020d6133d170d69d26fa12 3130 python optional cs_0.5.7-1_all.deb
 8f1fe76d04aeee5ef40276c89bb6163a 6290 python optional python-cs_0.5.7-1_all.deb
 f4a49b449d809b125fd188b29535c90a 6388 python optional 
python3-cs_0.5.7-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUhN4AAoJEJWkL+g1NSX59XQQAJTNLjbKdnL+eHay+vYbApGg
+0ncqi0cYYo4TOlB9/7mkdd3pe8su4eCEQrW0pqf2JLkmT3kqxCspKKzb/pKQpBa
VQ6263Vetx7gUsgXJvrbwGNcug2wIN/rlKthxvx35acc9nBimZHTlf5rRA6hGlUs
pMSr67qiypLydTGF1X1z7N1ydAJMIDi2YCF+UUO3KWwPPkQ57Znys/gnlbv3Ytd0
75pH+tVFas2AAjnE8BXlSgwn3ChFYeeaObglyoebfqxu3u/MRZMvCgm4evp8Km2s
+oMGynsvYfphP6FpA5mh4KuP8phrYzhuweTvaibV72glHSi3Cgc2qMjZxw/Dldd2
BW6b0Whzkw1+u/tsxx6g+URb37ikJwckqiuJah2o9+d0N8S0lP55V4ZkSL3KvUMq
Y6rudMBIuQRmVMCkXbgY1ct5ActejrziFS9xHv8E1e213j7iBSksPjl85TBSxhDa
8gBD+uW3dlFhgvBiCZlXgBALDduzCnRtUbzjRjT/Cec+Ll4TUl2oH/zm4Zj+Xx+x
79v2R46w+q8kPS5oqO1dEntnBUhYAi1GpSK/U8/GxMaYn4oG0SHz5/0+GhIgLj+M
O6VaAwokE1CjeoroijQVsLmlwl7nJfLmUUSa9kWSRjdH3YCqVnaoMxImHPtZfBAI
mcJjvGzEb+em/KX2Ghy9
=8TX1
-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/e1xjpkh-00066o...@franck.debian.org



Accepted r-cran-rcpparmadillo 0.4.500.0-1 (source i386) into unstable

2014-10-30 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 06:26:28 -0500
Source: r-cran-rcpparmadillo
Binary: r-cran-rcpparmadillo
Architecture: source i386
Version: 0.4.500.0-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description:
 r-cran-rcpparmadillo - GNU R package for Armadillo C++ linear algebra library
Changes:
 r-cran-rcpparmadillo (0.4.500.0-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1:
 8abe8af959a652c5a90e8f5ea228a65000d993fd 1889 
r-cran-rcpparmadillo_0.4.500.0-1.dsc
 ac56d61f9ee063e33ee09ef7d23ffa01c7c3be6e 876913 
r-cran-rcpparmadillo_0.4.500.0.orig.tar.gz
 990e78b5182a467f0808d5e66b8a11ac0963d047 2968 
r-cran-rcpparmadillo_0.4.500.0-1.diff.gz
 ecc3e0b196755352fd6e60f4637fa44899ab26cf 768418 
r-cran-rcpparmadillo_0.4.500.0-1_i386.deb
Checksums-Sha256:
 b8931953a93f6719013ffa5946f786b3fdd0091475e8e8ae2aad6f9a010e3cd9 1889 
r-cran-rcpparmadillo_0.4.500.0-1.dsc
 d812b286cac2c5217167d0b10cea43eadeb146efa0605df183470bc9a8ce54fb 876913 
r-cran-rcpparmadillo_0.4.500.0.orig.tar.gz
 684f88e360993c181ef5e70041f49674599a3a1e012672eccbc4429139f74840 2968 
r-cran-rcpparmadillo_0.4.500.0-1.diff.gz
 2d3efd4b6518c390869e94fbe7d348842bff228207cf4af0557b65a4bd3a5dc7 768418 
r-cran-rcpparmadillo_0.4.500.0-1_i386.deb
Files:
 cafe23c28cc5b1e586dd02ab5aaaf3f5 1889 gnu-r optional 
r-cran-rcpparmadillo_0.4.500.0-1.dsc
 70580807643251822c3deb252866d1dc 876913 gnu-r optional 
r-cran-rcpparmadillo_0.4.500.0.orig.tar.gz
 d10e1a29bb28b119ed3dea5953049569 2968 gnu-r optional 
r-cran-rcpparmadillo_0.4.500.0-1.diff.gz
 52ab2e3ef300dccfabeacc41bac54b93 768418 gnu-r optional 
r-cran-rcpparmadillo_0.4.500.0-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVFIniqFIn+KrmaIaAQLWQBAAn7QTaMnA4DH/TTFT7lIGAzwmvae06nLu
l3gcmqsrdZZ+37veri7W2wVQ39q5MfSQUib3TerAtaqn3gEuLjQfoIoqRgHJuD/h
QCM8z8+YJ6+61CqSrfLTWZF2ryDEUYp73Su+LmG9ebh3X2MaahcKaLC+NGDX/+Z/
eK/xCgMHuCP2T6P9xvFNZQd7qQ3arVaqhROnOkZHj5TfpDbOxeOwIAXIRbjA62LO
1Y99OUTkgikOjxb3GRESbpV+2fSqTYY0gYNH8KdV9YuSwufp1CxkyrV4jdzzsjUa
Fo5ye1wPpOW3AgGRVeO+D7gv216teajq0Q2ddVi1/27/p2aRIE72bSLwaP3qeCVV
00lmc/D97uje5n4HJdihAzTpeEVUwCwT7RQO27dWWDHlaoOOvUZtBTcYTm/Dhd3a
R2AVd8VkrZkR+W7s3H+6Gvq+OTAuO6KriOVDTRkP07qeh4X/kK9h3U7m+vj+0hPm
z9/Vj0hYr759JbJTx/kfV5qFEs+Qt2B9Bc0hji4ittfMxIbf5vP58T8Du2Pg8dCx
yAh23P44W4dDn5cwZ4RTqO/vi10moi7MNZIT5QjxfdSw4xaT+gPV7Fgwdb6NgUyL
zWAjuMtbt7k0GcmYdY5wnm3FaN2PZJwNThiGXkQaG0pvyZSqahn8b+Y4RIEn38Xl
FhO0w8tNolE=
=pHKj
-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/e1xjpok-0006w3...@franck.debian.org



Accepted globus-ftp-client 8.13-2 (source amd64 all) into unstable

2014-10-30 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 13:25:24 +0100
Source: globus-ftp-client
Binary: libglobus-ftp-client2 libglobus-ftp-client-dev libglobus-ftp-client-doc 
libglobus-ftp-client-dbg
Architecture: source amd64 all
Version: 8.13-2
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description:
 libglobus-ftp-client-dbg - Globus Toolkit - GridFTP Client Library Debug 
Symbols
 libglobus-ftp-client-dev - Globus Toolkit - GridFTP Client Library Development 
Files
 libglobus-ftp-client-doc - Globus Toolkit - GridFTP Client Library 
Documentation Files
 libglobus-ftp-client2 - Globus Toolkit - GridFTP Client Library
Changes:
 globus-ftp-client (8.13-2) unstable; urgency=medium
 .
   * Don't use /etc/groups in dir-test.pl
Checksums-Sha1:
 26a13fa6e79c3e4279cdfeca76e54db75f8b3fe6 2585 globus-ftp-client_8.13-2.dsc
 4b5fb678bb8c9bc1ee4842faf206e2cbc8a93299 5612 
globus-ftp-client_8.13-2.debian.tar.xz
 c22faed1c696124af492e1be9923fa058a64be70 85030 
libglobus-ftp-client2_8.13-2_amd64.deb
 238030e850fd99b4c91a1970ee2c66676615c3e3 17822 
libglobus-ftp-client-dev_8.13-2_amd64.deb
 19e98f1cc5de7a732a44b637a6875c6c0900736e 150292 
libglobus-ftp-client-dbg_8.13-2_amd64.deb
 8baa294460fb37e060620f2b8614d9419ba49c2f 829314 
libglobus-ftp-client-doc_8.13-2_all.deb
Checksums-Sha256:
 68174fefc5d195be1820d53754898b8d522c994384f64d7f2bb50e3505b88c05 2585 
globus-ftp-client_8.13-2.dsc
 e6a53069e138d262d988fcc6be33cef0895983ed359d21e5af166e589826fc6e 5612 
globus-ftp-client_8.13-2.debian.tar.xz
 5352405754a77fd3892877f2fb4a7b7a378cdf842b9174dec344e91cb14cb806 85030 
libglobus-ftp-client2_8.13-2_amd64.deb
 65be5660d3dd6e44c8ba7ad4ab89d2e988668803b7f9f1981fa865611f905a98 17822 
libglobus-ftp-client-dev_8.13-2_amd64.deb
 41b1c4e333f1de52cb8b56f268b6259f919e9cbef6369e92c7fff7ee697cf113 150292 
libglobus-ftp-client-dbg_8.13-2_amd64.deb
 49f3c9f646d0ab1443345c813e9e07cd6f165cc36ee913ad152199bbf37d6ba0 829314 
libglobus-ftp-client-doc_8.13-2_all.deb
Files:
 5879007b327b112e48717ba6a790eca2 2585 net optional globus-ftp-client_8.13-2.dsc
 f943150c280f449261452c5ebad0a12f 5612 net optional 
globus-ftp-client_8.13-2.debian.tar.xz
 8d9e2f28989cf3c354894790aae1493c 85030 libs optional 
libglobus-ftp-client2_8.13-2_amd64.deb
 ed1b51115d4cf567414637062dedc306 17822 libdevel optional 
libglobus-ftp-client-dev_8.13-2_amd64.deb
 794ead509e7e82405de534c5107ca2bf 150292 debug extra 
libglobus-ftp-client-dbg_8.13-2_amd64.deb
 c1f14b54c35b54e25e1f2ca2fbfea8e4 829314 doc optional 
libglobus-ftp-client-doc_8.13-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUUjkxAAoJEOiuwv874alLcwMP/i8xjDfAsgjzn6mDmLEd9WLa
hO+NAyp3LD21BvpF99fkQf7ZV0dl9VbYJa8PRBnrBYueP86W7oIMF1NOmTWc7Flr
H5cQwr3pSUH/nLpirdmrQHVvDKBsawArUJ1KV/L2pEjlqdo5gThcCzF0L1z2H1UH
ia8vo7c8W/n4ZrCeHYvhRlQ8BL9kqa4c50WdNQGc/jCIaaaxwNoxAuBeQyVmoT8R
AZqie0P6or5C9Pvr8hX6BbkGYKfO3MlCMlFiiJfl69gHSX21jmTpMJuERnLIZmmx
ibWf1hX+qHfQ16fJjgRUF/5hWjV0uQIHDOpC5YkRfQUoqhrTovA7uFkkCc106b85
Cs65FnEg41dwsmTxSFIVm0XQa/yJUl/Lr+UdUK+O/BVVqjOL6aZH757FVntZHoTe
Dt6NZhKbX7Y41VAzqBlXbPmHZXxeiSd0mJ/5UwKbhSCKAaQoWv5lhf4ACnYFx0VY
6+XSR5XmOjJgrbsikzUyANoUYCSCAytiTuK2e2bv68G0/0FvVLIR4firk2u09NJt
pW2YPpthFciZ1/DXu/u+wFm7ZjWjepSR+ELTC6K+mv5/jbaWIf7urMv96DmLCroS
e1lwAkZzgtXrW2kKfEvN6QK2brcM3PCmcuOpWfXM+fnp6lvrOrD5A0u/96wOxz76
QPx3klWh8nT/hjuZWRnb
=N4V6
-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/e1xjpck-00089g...@franck.debian.org



Accepted harfbuzz 0.9.35-2 (source all) into unstable

2014-10-30 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 12:43:28 +0200
Source: harfbuzz
Binary: libharfbuzz0b libharfbuzz-gobject0 gir1.2-harfbuzz-0.0 libharfbuzz-icu0 
libharfbuzz-dev libharfbuzz-bin libharfbuzz-doc libharfbuzz0-udeb
Architecture: source all
Version: 0.9.35-2
Distribution: unstable
Urgency: medium
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) 
aelmahmo...@users.sourceforge.net
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) 
aelmahmo...@users.sourceforge.net
Description:
 gir1.2-harfbuzz-0.0 - OpenType text shaping engine (GObject introspection data)
 libharfbuzz-bin - OpenType text shaping engine (utility)
 libharfbuzz-dev - Development files for OpenType text shaping engine
 libharfbuzz-doc - Documentation files for the HarfBuzz library
 libharfbuzz-gobject0 - OpenType text shaping engine ICU backend (GObject 
library)
 libharfbuzz-icu0 - OpenType text shaping engine ICU backend
 libharfbuzz0-udeb - OpenType text shaping engine (udeb)
 libharfbuzz0b - OpenType text shaping engine (shared library)
Changes:
 harfbuzz (0.9.35-2) unstable; urgency=medium
 .
   * debain/clean: Remove test/shaping/*.pyc during clean
   * debian/rules: Build static libraries.
   * debian/libharfbuzz-dev.install:
 + Install static libraries (LP: #1385616)
 + Simplify file
   * debian/control: Bumped Standards-Version to 3.9.6
   * Update my email.
Checksums-Sha1:
 1baba466cba6cc33e12177cbc027c061b3fad77d 2303 harfbuzz_0.9.35-2.dsc
 2b1ce81a55c38b1a839abd4f6368af3e1e084c54 7440 harfbuzz_0.9.35-2.debian.tar.xz
 1064db6c17bf0f002fa031431ed088e6bc5a8ef9 400834 
libharfbuzz-doc_0.9.35-2_all.deb
Checksums-Sha256:
 6e9428c29ecbb4beeb186a00121fda23362eebb4d389eb6f24f398cef1e1b9ec 2303 
harfbuzz_0.9.35-2.dsc
 a51eef8e3a9565865fc10d19fcd0d8d5be421a715f3f1445a9015274a8778532 7440 
harfbuzz_0.9.35-2.debian.tar.xz
 2d73c96238969bc9fcbb23844f86d3fb2f736d3ab2c31bb663dec383526e1b54 400834 
libharfbuzz-doc_0.9.35-2_all.deb
Files:
 3472bf9bc6d68c74864f16281e85c5fa 2303 libs optional harfbuzz_0.9.35-2.dsc
 77f08622646c91a42ade9822c5bb5156 7440 libs optional 
harfbuzz_0.9.35-2.debian.tar.xz
 63554437a9f22329b313008e4bc01aa5 400834 doc optional 
libharfbuzz-doc_0.9.35-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUUjqUAAoJELwZapTt3aG3lTYH/1fEvStBokV5j/ZUkUJmT2Ff
NeuKiizuaYRtEDbGs/CpUhwneY9MA8KozGvKJQMhdjvipdBIB4Sfsiv6lDb9+ACw
/W3JS0Ac8PlGQ/4EMN1q5UjHwNaDnVceA5cGZvlGzCm98CsxfbigoyQMzh2er9Hs
0oXBo9mfRzewypFnrtJ71A/fGoeckiACnc4tVIPBAnlAGHw5+CDHFFJaqJrWPynt
0R8kXcL+ltEzJsUYKehZs8aVSaIrEdOVA9sfoz92y/R/to6JyRgTALnjd2aJA/r7
QKE0106qEp0GC/7T7EvtoO7umWc9XH+d6cDITrDHAm4+kDqZPxFwDJUjg1jiCtQ=
=eupY
-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/e1xjprf-0001vs...@franck.debian.org



Accepted libfap5 1.3-1.1 (source arm64) into unstable

2014-10-30 Thread Wookey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Oct 2014 00:44:43 +
Source: libfap5
Binary: libfap5 libfap5-dev
Architecture: source arm64
Version: 1.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
Changed-By: Wookey woo...@turfan.debian.net
Description:
 libfap5- APRS Parser
 libfap5-dev - APRS Parser - Development Files
Changes:
 libfap5 (1.3-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * use dh-autoreconf for new architectures
Checksums-Sha1:
 083ed8bca69f5f9fe46f0542fa6aff09615f5571 1973 libfap5_1.3-1.1.dsc
 c1af2db76961bd466246ed59ae9ff87ef82750f2 2660 libfap5_1.3-1.1.debian.tar.xz
 72cd0c02554f31f1b86b258156b2bc3aed915a53 27254 libfap5_1.3-1.1_arm64.deb
 ad07b8d515f6a273d041de1f3c5316d65c7d9b57 32114 libfap5-dev_1.3-1.1_arm64.deb
Checksums-Sha256:
 2651281dd86307abbb7cd6afbbeacfa92017894502add5897755320dfc1b8741 1973 
libfap5_1.3-1.1.dsc
 28a6071df013d837ae4f55078206a0e7ceb39072812ed406a265271b6c85e1d2 2660 
libfap5_1.3-1.1.debian.tar.xz
 520b478361f1df6c6591c8a56df55e2695a0c7eeb34ff3fa3197564e7ef0df7a 27254 
libfap5_1.3-1.1_arm64.deb
 86ca1ad6fe87eed1471e9d7753192ce0fe9d4802cf98d167c61d64abca81bdf4 32114 
libfap5-dev_1.3-1.1_arm64.deb
Files:
 e74d72dffbfffefa1c40c73ab49476a2 1973 hamradio optional libfap5_1.3-1.1.dsc
 796ce6d623daa6d33eee23e4d1ba66d6 2660 hamradio optional 
libfap5_1.3-1.1.debian.tar.xz
 f49472dbd31a672daa391d4685427278 27254 hamradio optional 
libfap5_1.3-1.1_arm64.deb
 eeb738254222d7411147074228957832 32114 libdevel optional 
libfap5-dev_1.3-1.1_arm64.deb

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

iQIcBAEBCAAGBQJUUDxFAAoJEPuGMlGob55HEf0QAImiX1hBRq9Jt1sE913A7ta8
Vx9goFwEjpRBobqOunKO2JwxJemM4WdwMBvxvNOfTZ9w7UVyIFKp+DzGCe+PSbxl
tZiCtdlKbJ9MhLym+DKKcpnHK4/2HIVMLcr8fZ5XpG5bZseSeT+br8F/iH2hZZEV
BIRMXz9BYKhiB4dx0lC1yr924zZU5LhuYWi2y7kKbuZWyUxJZ10oTF9H2jjiqwal
6j3aqWitD6tQam8VrCnqNOQbcT9A/biC+PNS1z07EHe6FLmlFLRCrHdh+yB6xa2R
uLPSh/LVzUbnuC+ZHXBc+8VJMz4odbqtCcY1YziSvcSEQnyPoVVQx6xqB5dfIGLc
KIldiCHmGVqQ0/fvCwNJ0lfFHG5bIpP3/vc0J5CzXZoacBj+Nc19xZYqk4+6h+Fe
WV7AIZMfh7avG+l+pnR+A5a/pkzhx3N8rJIT75RZvrcdc5azMquSAoR3qEirdpyo
mzTKSvJup7/Hk0U56Lh8T9VMr9KQ65Gf2JuQywtqX73XA4+8s6AZhGOCtWXaVkCC
yMlLKYaj44PmgFd3vOMHgjft89qhXZty/1O1CGK5lnyJZY7TMAiC9tK7LHBAfwEu
QzssB18RDKduGJRpXRfMTdLxMutiadBFV3hV4Z92rJ5h/QJEqUERRfdzMa0uZM3K
NLUt13iVrxliUMxBZPzl
=4lwC
-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/e1xjq5p-00038t...@franck.debian.org



Accepted globus-ftp-client 8.13-3 (source amd64 all) into unstable

2014-10-30 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 14:44:25 +0100
Source: globus-ftp-client
Binary: libglobus-ftp-client2 libglobus-ftp-client-dev libglobus-ftp-client-doc 
libglobus-ftp-client-dbg
Architecture: source amd64 all
Version: 8.13-3
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description:
 libglobus-ftp-client-dbg - Globus Toolkit - GridFTP Client Library Debug 
Symbols
 libglobus-ftp-client-dev - Globus Toolkit - GridFTP Client Library Development 
Files
 libglobus-ftp-client-doc - Globus Toolkit - GridFTP Client Library 
Documentation Files
 libglobus-ftp-client2 - Globus Toolkit - GridFTP Client Library
Changes:
 globus-ftp-client (8.13-3) unstable; urgency=medium
 .
   * Enable verbose tests
Checksums-Sha1:
 93078045f3ae3b87f6746aa0c3094a8949c74248 2585 globus-ftp-client_8.13-3.dsc
 7f897b62ee06383cbc7a5a79a4df7f5d935c8318 5632 
globus-ftp-client_8.13-3.debian.tar.xz
 5ecc40d22f1f140612b9b4e65823c666ccff1f86 84700 
libglobus-ftp-client2_8.13-3_amd64.deb
 f906f0efbb7965b001ee61a15048ef76a91ed54b 17838 
libglobus-ftp-client-dev_8.13-3_amd64.deb
 5bd15c0a33ec39468295541895bcaa4313f4d11e 150318 
libglobus-ftp-client-dbg_8.13-3_amd64.deb
 08105b6bec13df688baa1481de1cfff579932a32 829346 
libglobus-ftp-client-doc_8.13-3_all.deb
Checksums-Sha256:
 7e599b95276f6da1de6e6e9f56e0d8eae174699d6a5667a08f9c02fcc5f429a8 2585 
globus-ftp-client_8.13-3.dsc
 b3de862c921de2f20eefb7d144637473e9c57c907cf735fbff1694b32d693665 5632 
globus-ftp-client_8.13-3.debian.tar.xz
 727acee2943ad0f2bc394801df6812be05ec0a404062ddeb02dcfe7cd306f94e 84700 
libglobus-ftp-client2_8.13-3_amd64.deb
 b1eb71e49a49a8850d2428033b4161497f02246cba7a91160c49e4067972da2f 17838 
libglobus-ftp-client-dev_8.13-3_amd64.deb
 a790f4091cf2653dd89f178ac19b43e2b8136a92ce3d30f420fe3806e3a6d31e 150318 
libglobus-ftp-client-dbg_8.13-3_amd64.deb
 dcb1f0946c97dab2c760b23800822b680c2b8cf73da6c65619465392da69fd9e 829346 
libglobus-ftp-client-doc_8.13-3_all.deb
Files:
 04405e19a14fd49cf403935f03c22a95 2585 net optional globus-ftp-client_8.13-3.dsc
 c698c787bc46bef1a0fb8fd5a3e52176 5632 net optional 
globus-ftp-client_8.13-3.debian.tar.xz
 a248f6e9bd9bf148bc8c0cc9d95269ed 84700 libs optional 
libglobus-ftp-client2_8.13-3_amd64.deb
 9bc06c01a145d7d404bf88a11b441ea8 17838 libdevel optional 
libglobus-ftp-client-dev_8.13-3_amd64.deb
 cb6d9eedd02c9d0aacf32bd50e922d06 150318 debug extra 
libglobus-ftp-client-dbg_8.13-3_amd64.deb
 5acf878fdaa1265efe30e12e3bca59b7 829346 doc optional 
libglobus-ftp-client-doc_8.13-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUUkzkAAoJEOiuwv874alLRFAP/i4LxZwLnh0nN71gar5zkILH
B2QNEl1yB/NyVUmYAcXUOCGQvuKPGJ3YeTP2EEeFjL6QCcfw4o4aMbs7+3cRD4P9
AfAFuJLbs65Ga/1I6HjaFOfqra8XB9w2qoLqFUiC7aALFBt38y8hGT5CVPksFsZQ
bHQLBtVCx9Y6Aa6wJT58n9o85W21x6epw0gxp8h7+Qd3LIT1PcLkJKZrus0BJhhB
B7Fw5yfMLz8shfJ7c97VGq6qjLXBrvf2q53e+B/28dB2ASb3F8+4YVBsVYsiZY47
S4T/gs4IE8IJF3qM2YWOMKIivVwTkNBBaL5lA44qTOWUgbb7zW81aAsWEFuXFVVl
r/lFJcXE10zZB5AxFr/z7sLQcjvjzsKMph3Hu6J/MGAu1+KvrQ0LMEeI3cCNAIgK
Big2rcAs/WHg3Ns9VDVN4/yRnpvfMbS8gAzryLKcQypJFynPUWMkc/+DcVIufYr9
FM/6HJWkTh5g3jH9dNZKrwHzgZOdYVt+ZARRtN2XokWJEnrRnJQeQH9jR0qVwgEP
9ZMXXA2Yo5+clpTem9VHhj1cVZtNjgE087YKkyUIsLH58bFuK1KdX4Jma6ug7w42
98fGgo0YDOgSEwLkB3kPgdH4PB0Kn3BuSfJa9Gia9dxXWnyYGQvl4jax0YBicec6
QwWdmsDNQdBJVDmGQ/Us
=zJQV
-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/e1xjrvn-0005vn...@franck.debian.org



Accepted gpsprune 17.1-1 (source all) into unstable

2014-10-30 Thread Mònica Ramírez Arceda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 16:07:31 +0100
Source: gpsprune
Binary: gpsprune
Architecture: source all
Version: 17.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Mònica Ramírez Arceda mon...@debian.org
Description:
 gpsprune   - visualize, edit, convert and prune GPS data
Changes:
 gpsprune (17.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump to Standards-Version 3.9.6. No changes required.
   * Reorder debian/copyright paragraphs: more general paragraphs must be given
 first.
Checksums-Sha1:
 970d764a9b868da0ae2374c90ea9a0de1afb2a36 2147 gpsprune_17.1-1.dsc
 e96cd48bba0f50c5654154bbf2e380eb5fff46f1 521668 gpsprune_17.1.orig.tar.bz2
 6d060759aeb299be5f8a2767e41f725c89d5a4e0 6296 gpsprune_17.1-1.debian.tar.xz
 275c53fb16c7801bfd61b9feb77a05d543181db1 1178932 gpsprune_17.1-1_all.deb
Checksums-Sha256:
 fbba4ea5a6be687fe28613c6819da397236ebca45f7e11bfb96c6b5966c78acd 2147 
gpsprune_17.1-1.dsc
 362405c937b62ad89f25414bffd25949a5b2ec987b2f9d402cb8e8d4a7ca29d1 521668 
gpsprune_17.1.orig.tar.bz2
 bdca1eab69aa2b08212aef28055bfb15985f5f37fc526ea273740fc03a03e394 6296 
gpsprune_17.1-1.debian.tar.xz
 2b21124d3e39fc39e2914f99696b3eae13a6e40362f31d61207e6deed4d0eefa 1178932 
gpsprune_17.1-1_all.deb
Files:
 1d35d1058560b9cfe90d584cf226309c 2147 utils optional gpsprune_17.1-1.dsc
 fdfea1c5d43ddaf0f0f8d2624b285481 521668 utils optional 
gpsprune_17.1.orig.tar.bz2
 eaf6bf56e715704532ef91512c11a9e9 6296 utils optional 
gpsprune_17.1-1.debian.tar.xz
 98925578dd52da164c4ecf263575f889 1178932 utils optional gpsprune_17.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUUlWMAAoJEB7+sYAaScDScNEP/1Nz+IkbyNWVy4qCmM7Cra3n
Ljk6Pu3XMhmMPZTxSDKjir9n78b/ImxY4VcJ7OJhZNmLoI8cyzk6qbDcC0hlkpFT
I3wh0OxGiVIkaKh8vLBeDiEUXcHtEbM2RkE6qxvz9C03ajvDFQtONzDv+kJ/oyM/
aXE75gwzW8q+uWeeKGGH6b5q95WBpJxTQfYZVQo1eAmhKcE8sB34nLIyfRmNJHdv
UMOPHHN5uEWc3QD5bJVUQf+IsZrq6mb4AhC9L3Rqdk7/lVIioKfAm0na6KwJKxxW
QS+NI4YweIZNV9tW16u4iDBlUngGwNCdUK6HS1I7a47Dm6MNo1Bzm2h4G+ph2nh6
v+/WQv60itJDoTnGCvMSVkpgALC8RfcVv0k6S3FoguLulSvDUPq5THWJJpUzNoyQ
NpGQ8+2qAjIajnRH4xxt2kjRPsOusSpXuXayHMkVIQluHmCvBBbt0iadY74++tEx
bnQm6Be4rYrtEqgcWEPXQ1SotcxcVGRxtmI41mYw9EYpzXZ2UYdicYAS21HBaThk
xVH2vsGZS5zyvByKfxNOKkob3ANPNC0N3SuRaD2Cco1Cy5KgR2akWIhOWtcEfPYU
jryiquRt5x9bMk0uQ/d7rwSEpW7FsxW8TOc4i53zqKaJ6qIwuWiJ7hdBDVYRoNdK
GXJBrIZgrpBIVJho0T0A
=ev4Z
-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/e1xjrvw-0005xg...@franck.debian.org



Accepted plank 0.7.1-1~experimental1 (source amd64 all) into experimental

2014-10-30 Thread Shnatsel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 02:52:33 +0300
Source: plank
Binary: plank plank-dbg libplank0 libplank0-dbg libplank-dev libplank-common 
libplank-doc
Architecture: source amd64 all
Version: 0.7.1-1~experimental1
Distribution: experimental
Urgency: low
Maintainer: Rico Tzschichholz ric...@ubuntu.com
Changed-By: Sergey Shnatsel Davidoff ser...@elementaryos.org
Description:
 libplank-common - Library to build an elegant, simple, clean dock (shared 
files)
 libplank-dev - Library to build an elegant, simple, clean dock (development 
file
 libplank-doc - Library to build an elegant, simple, clean dock (documentation)
 libplank0  - Library to build an elegant, simple, clean dock
 libplank0-dbg - Library to build an elegant, simple, clean dock (debug symbols)
 plank  - Elegant, simple, clean dock
 plank-dbg  - Elegant, simple, clean dock (debug symbols)
Changes:
 plank (0.7.1-1~experimental1) experimental; urgency=low
 .
   * New upstream release.
   * debian/control:
 - Bump standards version to 3.9.6, no changes needed.
 - Fix VCS metadata.
   * debian/copyright:
 - Add dep5 format header.
Checksums-Sha1:
 68f87fccaca5a701950339adbef007b4fba0f6b7 2511 plank_0.7.1-1~experimental1.dsc
 546483cdfb18e294f8449cc6c98b4b5930ecac41 845332 plank_0.7.1.orig.tar.xz
 cedb4f751c899e261a344cbd055392df93dbfd9a 2812 
plank_0.7.1-1~experimental1.debian.tar.xz
 a92c1fc7d55aa86e85c3c8d34430933e01609af0 58386 
plank_0.7.1-1~experimental1_amd64.deb
 331273202976d0029aaa0315e4823de2ee21c268 41208 
plank-dbg_0.7.1-1~experimental1_amd64.deb
 29310ae3a2e35c43ae1aa229ff21229850c11c33 208822 
libplank0_0.7.1-1~experimental1_amd64.deb
 4b5716b6d45d129e1e91b36965ef255b2ca96986 740612 
libplank0-dbg_0.7.1-1~experimental1_amd64.deb
 f4c21717d2ea761c45a2364bb0f6bf4fe183076a 48482 
libplank-dev_0.7.1-1~experimental1_amd64.deb
 bd8232ade299e22428d6fc564ce3a31586890836 45378 
libplank-common_0.7.1-1~experimental1_all.deb
 68de3d89dfb4cd6aac5b7e5d961512c873e9061d 497068 
libplank-doc_0.7.1-1~experimental1_all.deb
Checksums-Sha256:
 4cb29b375c98aa223bf1a33c195be10096dd9d62e0e567525a6562e61fa23276 2511 
plank_0.7.1-1~experimental1.dsc
 fa51b66a4a84d14b1fc605d38369be392cb09cf4263573f6cf74423d0bad1da5 845332 
plank_0.7.1.orig.tar.xz
 7c77a9c35ad0e8f537f5c938cc1b0d621a4f2ec33c340f06ce6cb0927af1f85c 2812 
plank_0.7.1-1~experimental1.debian.tar.xz
 3b88ccd8da6f54c0c6b67fd992fe230221fa9fa8ecfda7222e6a784b5fb124df 58386 
plank_0.7.1-1~experimental1_amd64.deb
 a546718e6c83819973a679f158e0676b2cd0d4ee1ed8c32a9695f2f84c73f617 41208 
plank-dbg_0.7.1-1~experimental1_amd64.deb
 1d2be7d332c4d473558992864448c28c8517318ec9f81d5fa16a55224ff31e65 208822 
libplank0_0.7.1-1~experimental1_amd64.deb
 7433ce7c42e8d8f6ce527a5ae829a1a78fe5e8a7b4302f29c1f25cb0091f7663 740612 
libplank0-dbg_0.7.1-1~experimental1_amd64.deb
 9c56bb04bc7820b996ce49c09b5d876d59c6cc67778e92159692360a954dfdfb 48482 
libplank-dev_0.7.1-1~experimental1_amd64.deb
 7468d454de411e5d6defa7d245c57b17bdfc0871ad840d415ec0ae095f8f 45378 
libplank-common_0.7.1-1~experimental1_all.deb
 bc198cfeb8c2154f7dbf3c5c813370e138632aaefbf896d65e13e69aff096b59 497068 
libplank-doc_0.7.1-1~experimental1_all.deb
Files:
 c98aabea5c46e77cb5b70978dc1380a1 2511 utils optional 
plank_0.7.1-1~experimental1.dsc
 f1288a6c57f611c0e17055732ce42892 845332 utils optional plank_0.7.1.orig.tar.xz
 fbc1289880538557d151fb9056c457ef 2812 utils optional 
plank_0.7.1-1~experimental1.debian.tar.xz
 af195dce9869de590b206a89da0dfd21 58386 utils optional 
plank_0.7.1-1~experimental1_amd64.deb
 4ea627c1344535793ab9d5b5b138c65d 41208 debug extra 
plank-dbg_0.7.1-1~experimental1_amd64.deb
 34801a49bf302b7ef9efcc67e924a567 208822 utils optional 
libplank0_0.7.1-1~experimental1_amd64.deb
 461b797f6a41f3bb7672d252de855338 740612 debug extra 
libplank0-dbg_0.7.1-1~experimental1_amd64.deb
 d79bda6089ccefa8633f307e2d0ef3ee 48482 libdevel optional 
libplank-dev_0.7.1-1~experimental1_amd64.deb
 90ce6e35c0428f10f903d9b0c59cc6f2 45378 utils optional 
libplank-common_0.7.1-1~experimental1_all.deb
 e33fb5fedb2b7491d4307fdd5058375a 497068 doc optional 
libplank-doc_0.7.1-1~experimental1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUk/cAAoJEHQmOzf1tfkTOb0P/37ylnuGVKpDfRGWcpHb6xUY
OLI5XiO8QduZvHh5528saBUnJLKaq8qghhEfLO7g4+3dAj2+m562BjzhdaBZdJtz
AFZyC/S1sQcHRum/o/9jHEXj93JU8hRlNIqUcBy9qesfXoYWUGHmQzgHT02Fd25X
yUmhuU79Vb/NdbZScHo4XDnHIhFcx25oF+fjjpqni4/H0JWyJVvMi0viAjvjpylj
ObV+rJKh0a99YYOu/M0qrg0Ztm5GtxE0SPGVpUQ2NP7JuMUDwRwEXRfYvitFPaYR
phcc01Z7SBXXGhum1QYo5NxDVdwCqv9nj84/vmm2GoUtSiG70mGI7LY1fv5wuxQy
KufvMbKvPKr1dfE8SOXMgeoeSItuHmdqwJfJErIBfR1vFIY4Q1FPFogWGMlm1q3S
YS+Tjqe/E5paJ14HQAJhSsrVNyASH99/5Px8mA2RQE8UJImtdDZHUFpIV+t3uyCH
ofPHBtmDLrkkTqVVlgLawvTiUXy1VNq7fkcpD2miA8WquIZKAfMtqjZs2+be6UeI
0tD2aW3l3xq7rg/VpmmQS4J1TzKM2bJEb6MHa/lpgfkamO8l8wVpWWEyIIqVDWGq
v8W6fCz6VITZkOzNWncSzWng5V+X+cNBEqCzC/JSo7rThocOvBD45PMwADJAUAIQ
TrbUC6slBvpD9B4caF54
=NJUr
-END PGP 

Accepted smcroute 2.0.0-3 (source amd64) into unstable

2014-10-30 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 16:11:03 +0100
Source: smcroute
Binary: smcroute
Architecture: source amd64
Version: 2.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Micha Lenk mi...@debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 smcroute   - static multicast router daemon
Changes:
 smcroute (2.0.0-3) unstable; urgency=medium
 .
   * Add Testsuite: autopkgtest to debian/control, on behalf of a traveling
 Micha
Checksums-Sha1:
 366aadc814097dcb34f23a112ba0508a6c6a47a8 1833 smcroute_2.0.0-3.dsc
 74fce1623c915763cd44c31aca6c56c41036a0b8 5664 smcroute_2.0.0-3.debian.tar.xz
 bf6a5215f8d2120add48043abd21b6b424bbab4e 29068 smcroute_2.0.0-3_amd64.deb
Checksums-Sha256:
 0f4cbba09a20ebc4869e8313a0fc8a9eebf7d8317fdf1a9ebfd18f2cbfbbbad2 1833 
smcroute_2.0.0-3.dsc
 bffe1dc0c85d92f3a83384bf257569f38dcc7a857355b3041b5d3d47c612 5664 
smcroute_2.0.0-3.debian.tar.xz
 d3ec1cfdb491f212c241560141830131014b98c8bbda901d75e310e999f2a067 29068 
smcroute_2.0.0-3_amd64.deb
Files:
 cb8b59b749b8a2f09a1552bbd756dd37 1833 net extra smcroute_2.0.0-3.dsc
 49d63be64541ef4fe41c67c87e8b7f29 5664 net extra smcroute_2.0.0-3.debian.tar.xz
 18befb180611947d8041516d85025566 29068 net extra smcroute_2.0.0-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUlWEAAoJED2QirPw+/UfaeIQAJGVg8IS28vbXbLZiS8ef58h
t2vrZ5j4mAMWKWrwlP2di78lPJMgRpOYOqLaoUtpmgbx6pJ6MhfXqc5/tGZEgcuC
KH6e4tlXMjexmbWmUEseu1kI+8u9805f8LzqOdYF2L+2II/monNZWgCU/xaY078z
5JC9JgPKKL+fcmQ2YHUTQP66MpqiTMTNs92hjz8a+VMwROvgo8clLaFUsljAiB5B
YGqzBsz2f2w2Du4V4PjdGkBtUB9S+CwSxqg4GXDG0EimydEUvT3+lsG54/NPzesA
kbysLkxXi1cVZwbGeCpCLGFc/7pgGJ9qhr89sp0ZDze4spROUu6iI8wZaJg0pL50
ZJifCawD+k48XNwpqvvWod/efuoquvfUpAzTUHHYGVb+F2aszwvDw8nY4WwhOXoi
ZJkzqFwfTOPi0KOmFV3SHKekcqXEszV2zeekUwZIIvBW2YR4NnbfTZmPVjEhiG9f
gDAV0rTYFy2PfLhzNXvRyc6qhIHCKSK9aiUHuqkkOV01aHhUgGv9zIwkbrdoM0hn
o8WVUaLLdIX1PqbR5ASQxtTo1G9XxgAw9+8SGB9fJUSl0t/GdygLJ2bEeQ9JPx5g
9ryuwp251ZZJJPmaqXi66cm4FQGsmUqvNVvcLFPG5gXqq64EEG4B1DxpPJAdeoRJ
Rhr68nBauRX8Y77OrB7k
=BbUs
-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/e1xjrxd-0006q5...@franck.debian.org



Accepted sssd 1.11.7-2 (source amd64) into unstable

2014-10-30 Thread Timo Aaltonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 14:49:05 +0200
Source: sssd
Binary: sssd sssd-common sssd-ad sssd-ad-common sssd-dbus sssd-ipa sssd-krb5 
sssd-krb5-common sssd-ldap sssd-proxy sssd-tools libnss-sss libpam-sss 
libipa-hbac0 libipa-hbac-dev libsss-idmap0 libsss-idmap-dev libsss-nss-idmap0 
libsss-nss-idmap-dev libsss-sudo python-libipa-hbac python-libsss-nss-idmap 
python-sss
Architecture: source amd64
Version: 1.11.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian SSSD Team pkg-sssd-de...@lists.alioth.debian.org
Changed-By: Timo Aaltonen tjaal...@debian.org
Description:
 libipa-hbac-dev - FreeIPA HBAC Evaluator library
 libipa-hbac0 - FreeIPA HBAC Evaluator library
 libnss-sss - Nss library for the System Security Services Daemon
 libpam-sss - Pam module for the System Security Services Daemon
 libsss-idmap-dev - ID mapping library for SSSD -- development files
 libsss-idmap0 - ID mapping library for SSSD
 libsss-nss-idmap-dev - SID based lookups library for SSSD -- development files
 libsss-nss-idmap0 - SID based lookups library for SSSD
 libsss-sudo - Communicator library for sudo
 python-libipa-hbac - Python bindings for the FreeIPA HBAC Evaluator library
 python-libsss-nss-idmap - Python bindings for the SID lookups library
 python-sss - Python module for the System Security Services Daemon
 sssd   - System Security Services Daemon -- metapackage
 sssd-ad- System Security Services Daemon -- Active Directory back end
 sssd-ad-common - System Security Services Daemon -- PAC responder
 sssd-common - System Security Services Daemon -- common files
 sssd-dbus  - System Security Services Daemon -- D-Bus responder
 sssd-ipa   - System Security Services Daemon -- IPA back end
 sssd-krb5  - System Security Services Daemon -- Kerberos back end
 sssd-krb5-common - System Security Services Daemon -- Kerberos helpers
 sssd-ldap  - System Security Services Daemon -- LDAP back end
 sssd-proxy - System Security Services Daemon -- proxy back end
 sssd-tools - System Security Services Daemon -- tools
Closes: 760353
Changes:
 sssd (1.11.7-2) unstable; urgency=medium
 .
   * default, upstart.in: Upstream ticket #2312 is fixed now, so drop the
 workaround to run the daemon in the foreground. (Closes: #760353)
   * fix-automake-compat.diff: Added an upstream commit to fix configure
 with new automake.
   * fix-catchchild.diff: Fix build failure with samba 4.1.13, bump
 samba-dev build-dependency to match.
Checksums-Sha1:
 e412023e56eb2e4ab711dede500262d71a74acba 3708 sssd_1.11.7-2.dsc
 92fb5c8fd5a6bfd7520d7271d84b695177332f49 3661227 sssd_1.11.7.orig.tar.gz
 edb1ea67fc1c21c9367a4228394647e8199f2175 49213 sssd_1.11.7-2.diff.gz
 2ffd73f336ae9a160667ba72e39fe8784ed8d1e5 13140 sssd_1.11.7-2_amd64.deb
 5c3d78496e5e942a560384dac02d1257b6831a60 630038 sssd-common_1.11.7-2_amd64.deb
 90987b8d23bfc7bb01a957b68574cfc492d26aa0 66182 sssd-ad_1.11.7-2_amd64.deb
 4ea520d0128f550a0d0d2bc391c65a92c37979c6 44166 
sssd-ad-common_1.11.7-2_amd64.deb
 31863fbbed6872c94381a95a185903d065fd6afa 45030 sssd-dbus_1.11.7-2_amd64.deb
 b4fba3c2e1fc48a62858a95af4a377d8eabb9056 112734 sssd-ipa_1.11.7-2_amd64.deb
 3335fea67b67798ace061c18a524aa20433aaf79 28658 sssd-krb5_1.11.7-2_amd64.deb
 c8dc507dcabaaaf15769b651b51ec0fb85c73177 83256 
sssd-krb5-common_1.11.7-2_amd64.deb
 edffe961496ebae5cd385e77f94eb225ad2625c0 58646 sssd-ldap_1.11.7-2_amd64.deb
 39896fd8d56dc6039d715807c1af1f1310be410e 39696 sssd-proxy_1.11.7-2_amd64.deb
 bd3bea12071eaef09ab7f036482730b9cca29811 112700 sssd-tools_1.11.7-2_amd64.deb
 133cbb81c0a3ad35c2cc60a670e044843e2145cd 25912 libnss-sss_1.11.7-2_amd64.deb
 d0c1e10bfced14fdc01d3cf282f11a37be7907b2 28084 libpam-sss_1.11.7-2_amd64.deb
 38c1a141cd448f0b7db58b9a11c05175e97169ad 16412 libipa-hbac0_1.11.7-2_amd64.deb
 57640e6dfa46ba2fb726622a402a25eaab5367d7 15298 
libipa-hbac-dev_1.11.7-2_amd64.deb
 98b1bdb0726dbdba572a1d5ddb9be66b7b4e9911 20850 libsss-idmap0_1.11.7-2_amd64.deb
 9d2c98e4ec6776b918ee771a8703991d0bfc43e4 17046 
libsss-idmap-dev_1.11.7-2_amd64.deb
 d4135efa18e8dd1c9bd9d5a176f9a1fb3537be88 19652 
libsss-nss-idmap0_1.11.7-2_amd64.deb
 ffa215dd9e0af0f8091ccd4bb8a2e44feaaec3ef 14028 
libsss-nss-idmap-dev_1.11.7-2_amd64.deb
 1230909442b37ac63c0d9e528c65b7a736734589 20764 libsss-sudo_1.11.7-2_amd64.deb
 c8dc062b6a3e7264bb11d788df0aa60bc48d10f2 24070 
python-libipa-hbac_1.11.7-2_amd64.deb
 23b8acf0a0fe225434e86ead6e89655ff5a36389 16686 
python-libsss-nss-idmap_1.11.7-2_amd64.deb
 3e0c7493c053bf23d2a8864e023149f81afb36ab 55530 python-sss_1.11.7-2_amd64.deb
Checksums-Sha256:
 03d12756e2bf3c35a147b8cf20688e47a2f22d5a7d14168e77159ea07c6da4f7 3708 
sssd_1.11.7-2.dsc
 ff12d5730a6d7d08fe11140aa58e544900b75c63902b7a07bbbc12d6a99cb5b5 3661227 
sssd_1.11.7.orig.tar.gz
 123592957f758950d7de778afdbe837990a94fb8b170a74ffc0be5decebd81b5 49213 
sssd_1.11.7-2.diff.gz
 58a590903cacb69ad2330dc9109fc079f7ccf65cbcf5ffef0fb9f6160b6c6eb2 13140 
sssd_1.11.7-2_amd64.deb
 

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

2014-10-30 Thread Yavor Doganov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Oct 2014 19:00:33 +0300
Source: rsskit
Binary: librsskit-dev librsskit0d librsskit0d-dbg
Architecture: source amd64
Version: 0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNUstep maintainers 
pkg-gnustep-maintain...@lists.alioth.debian.org
Changed-By: Yavor Doganov ya...@gnu.org
Description:
 librsskit-dev - GNUstep RSS framework (development files)
 librsskit0d - GNUstep RSS framework (runtime library)
 librsskit0d-dbg - GNUstep RSS framework (debugging symbols)
Changes:
 rsskit (0.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/compat: Set to 9.
   * debian/control: Rename the library package to librsskit0d due to a
 silent ABI break introduced upstream.
 (Build-Depends): Remove dpkg-dev, bump debhelper.  Require
 gnustep-make (= 2.6.6-3) for fixed framework versioning.
 (Vcs-Git): Use the canonical URI.
 (Breaks): Remove, no longer needed.
 (Conflicts): Let the -dev package conflict with librsskit0 because of
 the Current symlink.
 (Standards-Version): Compliant with 3.9.6 as of this release.
   * debian/docs: Add Documentation/html instead of installing it from
 debian/rules.
   * debian/librsskit0.lintian-overrides: Rename and remove
 (postinst|postrm)-has-useless-call-to-ldconfig.
   * debian/librsskit0.install: Rename and update to match the new SONAME.
   * debian/librsskit-dev.install: Update for the new SONAME.
   * debian/rules: Update for modern dh.
   * debian/patches/link-libs.patch: Remove; applied upstream.
   * debian/patches/series: Update.
   * debian/copyright: Add the FSF as copyright holder; use the actual
 LGPL-2.0 blurb.
Checksums-Sha1:
 5ebfc22135ec66fd10a677c81972c6d0f2e0c96c 2064 rsskit_0.4-1.dsc
 8fe49f2ccffd22211d1ad4f932fd203275ca037b 80120 rsskit_0.4.orig.tar.gz
 0c09d1e66217a443847761748d96ec9b9772480c 3228 rsskit_0.4-1.debian.tar.xz
 845e43aa182ec85b0edcf2e28a1d637751ce6da1 56310 librsskit-dev_0.4-1_amd64.deb
 5e92ab78b2225a4753ebfcc4848ec16f3ca9665c 39348 librsskit0d_0.4-1_amd64.deb
 6eac8e0436793e4e2bb3f6f29c2d61a771802b4c 68650 librsskit0d-dbg_0.4-1_amd64.deb
Checksums-Sha256:
 243075ce94564d43c94b08e4e4fd8ad8ef7844ed0d48c3d8d13305e3020c7495 2064 
rsskit_0.4-1.dsc
 5d7005468aacc45c117a1c86b0d0e72e0d617b35c79b820973390b3a8886 80120 
rsskit_0.4.orig.tar.gz
 494efd1ba514bfcb4e3e4b5c0189c5afafcd067c93456ca53191377342c26e18 3228 
rsskit_0.4-1.debian.tar.xz
 e726c13fc2a3754a334d4b32388efbf425d4f7dfb873bc017d16056ae93a6f59 56310 
librsskit-dev_0.4-1_amd64.deb
 b23e90f8125289e11e48f1aca0befbc6b8e769eaa2884f51bc951703934708ee 39348 
librsskit0d_0.4-1_amd64.deb
 8b9e490ebadee4d1e57eb9932b8282f1bc5c64650180d015b97c68b9d0b23204 68650 
librsskit0d-dbg_0.4-1_amd64.deb
Files:
 9d6dd85ef66ded77caf445c265ec37ee 2064 libs optional rsskit_0.4-1.dsc
 cf65e836f3cb6bae017bbb34cd3abb94 80120 libs optional rsskit_0.4.orig.tar.gz
 56676fb2fbca063cb9c5738feafa971a 3228 libs optional rsskit_0.4-1.debian.tar.xz
 a75d2ececd560b8c3b94f15b218d2ac8 56310 libdevel optional 
librsskit-dev_0.4-1_amd64.deb
 b6d53724f7d4ad8c4eef5a49f7549082 39348 libs optional 
librsskit0d_0.4-1_amd64.deb
 32dc81aae3568743efc06b81f847ddfb 68650 debug extra 
librsskit0d-dbg_0.4-1_amd64.deb

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

iQIcBAEBAgAGBQJUUBWuAAoJEMOOgWCheEH+5HMQAKWYAJ86T+l17umbfCn2j1CW
EqPOuxDdZHMb+nZbYKhZRSh/fRxFafzcZkI78kwCoHdHp6cM7j0exv7lxuDzao7n
W08blxWdcUCWFJMUahs0X70shx7qHWDYIpwTnLGd2i0QCRvd0H5ov2xdNy47IU7W
Tghxba1XqUTjLf55Ct3f/LQXHgxAeEOzQVMEWNJWOxv/2s3fzt9GidM4UluREhlI
On4xveTWN2xqhYO4yDZK0hwc6tsZSgvA7qx1eCHgSAGJ3bdg5StbR/qmYagbqBU6
y2ZHw89rRNGSZmhLO65V2vnpH3Vxq6ik46z6+Wmh0Tvg4xljGfIeAPB0yd0Y3vxj
BdaFrRRJhtgp1zwW582G2nOCCsTdmVp+rHNHL+6npC/OiyFWCneBRaSYNXLd8umw
ObCkGN4+r1aX85m1K7xLptY7sZqqSD+c890ChE/eOkTVyv1w73dHvsgCshfyuxIN
jKgVXr/JVnzl805PHJBbfvPQg+VCkqis1/uXkW9rEvoLsJj4yD40dom4qdo8icEa
Gs5OjO05YXHoSsVLhVaSUZWSxLls6talqpvlckhUnApXIsZgI92uH5FK88MB7IJ/
CetLYhR6NUs4JAsOZ3eATlIKQ6tlkVX/rsWwu92eZF6rN2z6AOkKcAm2XqA/Wt8x
xKlHXiKYgcglOtR4fP1h
=UeNY
-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/e1xjs8t-0002xz...@franck.debian.org



Accepted bareos 14.2.1+20141017gitc6c5b56-2 (source amd64) into unstable

2014-10-30 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Oct 2014 17:17:58 +0100
Source: bareos
Binary: bareos bareos-bconsole bareos-client bareos-common 
bareos-database-common bareos-database-postgresql bareos-database-mysql 
bareos-database-sqlite3 bareos-database-tools bareos-dbg bareos-devel 
bareos-director bareos-filedaemon bareos-storage bareos-storage-fifo 
bareos-storage-tape bareos-tools bareos-bat bareos-director-python-plugin 
bareos-filedaemon-python-plugin bareos-storage-python-plugin bareos-traymonitor
Architecture: source amd64
Version: 14.2.1+20141017gitc6c5b56-2
Distribution: unstable
Urgency: medium
Maintainer: Bareos Packaging Team pkg-bareos-de...@lists.alioth.debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description:
 bareos - Backup Archiving Recovery Open Sourced - metapackage
 bareos-bat - Backup Archiving Recovery Open Sourced - Bareos Admin Tool (BAT)
 bareos-bconsole - Backup Archiving Recovery Open Sourced - text console
 bareos-client - Backup Archiving Recovery Open Sourced - client metapackage
 bareos-common - Backup Archiving Recovery Open Sourced - common files
 bareos-database-common - Backup Archiving Recovery Open Sourced - common 
catalog files
 bareos-database-mysql - Backup Archiving Recovery Open Sourced - MySQL backend
 bareos-database-postgresql - Backup Archiving Recovery Open Sourced - 
PostgreSQL backend
 bareos-database-sqlite3 - Backup Archiving Recovery Open Sourced - SQLite 
backend
 bareos-database-tools - Backup Archiving Recovery Open Sourced - database tools
 bareos-dbg - Backup Archiving Recovery Open Sourced - debugging symbols
 bareos-devel - Backup Archiving Recovery Open Sourced - development files
 bareos-director - Backup Archiving Recovery Open Sourced - director daemon
 bareos-director-python-plugin - Backup Archiving Recovery Open Sourced - 
director-python-plugin
 bareos-filedaemon - Backup Archiving Recovery Open Sourced - file daemon
 bareos-filedaemon-python-plugin - Backup Archiving Recovery Open Sourced - 
filedaemon-python-plugin
 bareos-storage - Backup Archiving Recovery Open Sourced - storage daemon
 bareos-storage-fifo - Backup Archiving Recovery Open Sourced - storage daemon 
FIFO back
 bareos-storage-python-plugin - Backup Archiving Recovery Open Sourced - 
storage-python-plugin
 bareos-storage-tape - Backup Archiving Recovery Open Sourced - storage daemon 
tape supp
 bareos-tools - Backup Archiving Recovery Open Sourced - common tools
 bareos-traymonitor - Backup Archiving Recovery Open Sourced - tray monitor
Closes: 767058
Changes:
 bareos (14.2.1+20141017gitc6c5b56-2) unstable; urgency=medium
 .
   * Add more conflicts against Bacula packages.
 Thanks to Ralf Treinen trei...@free.fr (Closes: #767058)
Checksums-Sha1:
 6073ec6e0abfdc43ab5521ce6aa0bff01cc17f1f 3890 
bareos_14.2.1+20141017gitc6c5b56-2.dsc
 7aeb00d162741d5db41acef2257eca912a045d07 30564 
bareos_14.2.1+20141017gitc6c5b56-2.debian.tar.xz
 e582da8003c51da1c567b973ebb0daf66678bbce 18712 
bareos_14.2.1+20141017gitc6c5b56-2_amd64.deb
 6e0a3d2194540ab97056c1ae4184edf26824141b 33514 
bareos-bconsole_14.2.1+20141017gitc6c5b56-2_amd64.deb
 97d5fd3b90d7b69e7ecd34c1bede34611f24a17b 18562 
bareos-client_14.2.1+20141017gitc6c5b56-2_amd64.deb
 c538589ab9127f1a3ac1cd6185cbd76a9e25ab66 551528 
bareos-common_14.2.1+20141017gitc6c5b56-2_amd64.deb
 3cb4107a71dc7b1df797b4a6757461067c2e19b5 79198 
bareos-database-common_14.2.1+20141017gitc6c5b56-2_amd64.deb
 f7cc579cd02ff6b11093772539d58efa1449ff49 35122 
bareos-database-postgresql_14.2.1+20141017gitc6c5b56-2_amd64.deb
 16401c337f0b66267c1a55f29fca0740826eea72 31662 
bareos-database-mysql_14.2.1+20141017gitc6c5b56-2_amd64.deb
 c6983ff0257eeef8dc9643d677c6a651b847a9c2 30366 
bareos-database-sqlite3_14.2.1+20141017gitc6c5b56-2_amd64.deb
 c35637103a47dd22d72b9290b02dcdf69de9728b 70378 
bareos-database-tools_14.2.1+20141017gitc6c5b56-2_amd64.deb
 9412629ddd2531f92edf0eb1651e8a1e69c36e76 2196482 
bareos-dbg_14.2.1+20141017gitc6c5b56-2_amd64.deb
 94ad33e4bacd7ce9bd0eef33d8c1c869e3557a97 157246 
bareos-devel_14.2.1+20141017gitc6c5b56-2_amd64.deb
 8a5b0cc2f0983988bfebc26a5c2192af829a69cc 253998 
bareos-director_14.2.1+20141017gitc6c5b56-2_amd64.deb
 e68b058916bb8cd02e0b66fc5380c80ee176c683 89528 
bareos-filedaemon_14.2.1+20141017gitc6c5b56-2_amd64.deb
 5ecebf691e8e6e9280f71ef78972c6f8fcd865f2 89928 
bareos-storage_14.2.1+20141017gitc6c5b56-2_amd64.deb
 9641ec1ed9e6f261b712c592fd4f774c14ac4013 25452 
bareos-storage-fifo_14.2.1+20141017gitc6c5b56-2_amd64.deb
 7edf1362464e6d072ba68adc6db1dfac503ca59b 64644 
bareos-storage-tape_14.2.1+20141017gitc6c5b56-2_amd64.deb
 ed912b7ded988a113157febe2d8784ecc3921d46 46146 
bareos-tools_14.2.1+20141017gitc6c5b56-2_amd64.deb
 db47e689ebe400b4f00b02ab909fd3240461962d 490486 
bareos-bat_14.2.1+20141017gitc6c5b56-2_amd64.deb
 9c2f4a3495f878017de1343f81fffc402e679fbe 24462 
bareos-director-python-plugin_14.2.1+20141017gitc6c5b56-2_amd64.deb
 

Accepted pdns-recursor 3.6.2-1 (source) into unstable

2014-10-30 Thread Christian Hofstaedtler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 17:22:19 +0100
Source: pdns-recursor
Binary: pdns-recursor pdns-recursor-dbg
Architecture: source
Version: 3.6.2-1
Distribution: unstable
Urgency: high
Maintainer: Debian PowerDNS Maintainers 
pkg-pdns-maintain...@lists.alioth.debian.org
Changed-By: Christian Hofstaedtler z...@debian.org
Description:
 pdns-recursor - PowerDNS recursor
 pdns-recursor-dbg - debugging symbols for PowerDNS recursor
Closes: 767368
Changes:
 pdns-recursor (3.6.2-1) unstable; urgency=high
 .
   * Imported Upstream version 3.6.2, a bugfix release (Closes: #767368)
   * Remove API key patch, which has been incorporated upstream.
Checksums-Sha1:
 f2d291830b318a6af3f2e03e74090816f99e3540 2232 pdns-recursor_3.6.2-1.dsc
 69e461eb1da816f82c344137612d056f281217a1 200313 
pdns-recursor_3.6.2.orig.tar.bz2
 0e271a3c8b4d7c62bfae0e87912b9232a6bba048 10656 
pdns-recursor_3.6.2-1.debian.tar.xz
Checksums-Sha256:
 371c2592af2ef490530cada88668f5e8cf29e8672133d7d82e3843e6716a079f 2232 
pdns-recursor_3.6.2-1.dsc
 d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4 200313 
pdns-recursor_3.6.2.orig.tar.bz2
 883e5f336c3fed5d7828d9aa7aad542bdc6df58d65e94e63e39572e14c5d1a5c 10656 
pdns-recursor_3.6.2-1.debian.tar.xz
Files:
 d9194c2d7c79f544d019e6f28d80fc91 2232 net extra pdns-recursor_3.6.2-1.dsc
 6124b8cda94bc3495149d70ba0f6384b 200313 net extra 
pdns-recursor_3.6.2.orig.tar.bz2
 ae2736e7f96f12783d373ffbacc7becb 10656 net extra 
pdns-recursor_3.6.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUmoyAAoJEFwT1tuTBS4DjOMP/iFaZ9nHYllv9D3HiaCN2SOI
WQmDhBi8hqWChvmn8rb15duNKq52ziLOzJizTQ+wpevbK/Ss67wHIYIuJMkk9OVm
rpjcVInFzGc0Wz6rH201xASq7h1Fkc4HXz/3Ldikdre5qd6CmSu9QpAhKMGXbZpk
/f35LI3MpXZJa+BN6UN68Tx4vZeeS1/fH4kBZaKxXVl+MWrH5gMY8x79GrvDxaOV
m8ucAbH908D4y0bGQu/2Ks2RZio9/hcQ7bxC3iJ5qNKy/OfHjduUA7/aXdyr+K6n
T24+5AC5fc5O1+BaRB1xK53nRDwvxeFRzib8VGvKi2M2Gpkj3uSx0xhyGfnXdZ7k
MZyoYzU4efRVp5YSy0OotJs+/btho69V8vQ7lXsnsgyVZgbd7aBaMrHdN8ffkwqz
KIq8taFFJCI7ezGiHaP5+3Aklj3dREAWHahmxOPE6Loz0pzV9Kbls3zrDqQVIv6i
HPo5J1WOWyQ44xN3OKP+/T2UsJpY1JTxiqZVNbW27wRXv7hp4gUAu0b58MjVh8Gi
j5kkrjXOVcclsokb/9VFc2DBS9P19q58hC5IId7oUKn2E7lzrUtct1E7TPk2buaT
tmajkAqVDdgJeeJ5m+14sMyQ5YIie/D0oJ5nXd3y/dKr3W9BBUIlqUJNyX+6oVBW
cmTC8fpTKVfdb7WgTV6K
=Eqlo
-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/e1xjsuu-0001kb...@franck.debian.org



Accepted fassets 3011.83-1 (source i386) into unstable

2014-10-30 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 11:41:23 -0500
Source: fassets
Binary: r-cran-fassets
Architecture: source i386
Version: 3011.83-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description:
 r-cran-fassets - GNU R package for financial engineering -- fAssets
Changes:
 fassets (3011.83-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Add 'r-cran-ecodist, r-cran-mvnormtest, r-cran-energy'
 to (Build-)Depends
Checksums-Sha1:
 3c1e18c8058de8d3f77ee02eef1c29b4beb893ca 1893 fassets_3011.83-1.dsc
 89893032f5d83715de19dc68aa330821737b596c 64956 fassets_3011.83.orig.tar.gz
 8c2fade2b877c319aa2163110b1fdaf55bcb6b0c 3149 fassets_3011.83-1.diff.gz
 02475c33059828b0520e85fd24d7d49d39aa6ec3 160662 
r-cran-fassets_3011.83-1_i386.deb
Checksums-Sha256:
 938c7225044902aa9e2aca91b5831f414274723b098d5c9cf126fcbb055dfa10 1893 
fassets_3011.83-1.dsc
 d4a711c7f18b73e229ac782b9eb13a9bfee29c98652f1080711ff23e11837744 64956 
fassets_3011.83.orig.tar.gz
 049fd72c56a8f24f1c1e4d7f55b0859e6005df13a211d9abad6f6360aa240334 3149 
fassets_3011.83-1.diff.gz
 0033dd176fafbe2fff5afb58a38e53e3ed6cf26dfd6110f7190131f059675cd7 160662 
r-cran-fassets_3011.83-1_i386.deb
Files:
 52655f391155b862c16fcbc2d98cdee9 1893 gnu-r optional fassets_3011.83-1.dsc
 8273adf324e54dbd3602758febc76a9b 64956 gnu-r optional 
fassets_3011.83.orig.tar.gz
 66b490dc00207958ac197104eea5066d 3149 gnu-r optional fassets_3011.83-1.diff.gz
 a778f8892dffa647ddc34d6d1b4faa6c 160662 gnu-r optional 
r-cran-fassets_3011.83-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVFJq8aFIn+KrmaIaAQJ7sQ//YMnEopUNQMTLxjIBghFjoeG9RaSBcu7J
Eswnc2KIpoLQAK49SU+1KGM9Ga3CdMwJ5a65533i/N4d7NnRpa+RYuzYKx1orMqb
xUqHi0qCavvQ5nvPVrLVJa4vrO5dKsydRCr8Gtwq+mZLCCmt1G0YJZCpZQKP/kVQ
e6d+OilCj44J/Ep61b2u9sdA0hcruI0/HiMPx7034Lt89HW87zgP31s+2Ndzqhz+
xx3A5avg8+80GCcgyvWNXtaXvUGbjYGnaEUMCz2+AeoN+zn5RRlbxFFzk76oXPBP
C2vITCRE30UYftXwMWubghCiF+fbzCBQBU/xRZIFTDtxanG6ULI5AIrCF3Pr3xnk
fus6rg9AR1OO2vu3oy6ZKQ1R/CtI7oZJJQLEmx+c+bXXoIY+29EWFFw0XxFF5P8g
eFOYq+wbpYMTl3rBiBaNfEgJ2Wa3TGXGdp0p+Z4n8oZ51Q1o6RIQcVHrbwbRVEj0
wUe2GOKdCdc7ufvGphWMb5eWsBcdq6Q/22ZRGOD+8my3zAkLVV8oIPpdTVyGri0V
db+97kG5LbzmxXRRsgZ+nBYZ1PuioGXiAa5Mr7kMHt/sGFUXtaQGC6PNbVELCTRG
N707dkRdvb9rXQoN5RVZ/lgIUfVfTIjiHRKEkE3miPwa2QXOrccXHYTf9Ygn74/5
txHnFV9GvXY=
=5T6u
-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/e1xjt8a-00034j...@franck.debian.org



Accepted r-cran-sn 1.1-1-1 (source i386) into unstable

2014-10-30 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 11:51:54 -0500
Source: r-cran-sn
Binary: r-cran-sn
Architecture: source i386
Version: 1.1-1-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description:
 r-cran-sn  - GNU R package providing skew-normal and skew-t distributions
Changes:
 r-cran-sn (1.1-1-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1:
 9005814ce44613cbb9c30973f4e52f55a42c0d83 1696 r-cran-sn_1.1-1-1.dsc
 428b326948c65a9280d003fa9196b23c3606487b 112463 r-cran-sn_1.1-1.orig.tar.gz
 11434dd1d397678b401f8a55b98c37beb6c42a4c 1812 r-cran-sn_1.1-1-1.diff.gz
 b63ee613cea174e633aebaaa90a8929186715a27 377534 r-cran-sn_1.1-1-1_i386.deb
Checksums-Sha256:
 80f0a7a6aab49c77faedc7b8fb6b36da02219f5a9121b289a37c9a0c2b16d476 1696 
r-cran-sn_1.1-1-1.dsc
 c2ce6bef65263910b3dea40d0b3c8d42f1a224949a36f84f244d108c6578bc5a 112463 
r-cran-sn_1.1-1.orig.tar.gz
 dc0afcb13600989ae0ce03fe3a0df44e2a9fbddac4c6c9f27697df685c8d8ca1 1812 
r-cran-sn_1.1-1-1.diff.gz
 a16f39c2abf1d63f0f98110f4d1c80223d4623638902f3a4b284a07a066d4eec 377534 
r-cran-sn_1.1-1-1_i386.deb
Files:
 56be9a0b904d404e748fd0098119264a 1696 gnu-r optional r-cran-sn_1.1-1-1.dsc
 c337eac0e0aa95681dba6831035dc114 112463 gnu-r optional 
r-cran-sn_1.1-1.orig.tar.gz
 0e4ad6fb0a8b6a7534fd274804275116 1812 gnu-r optional r-cran-sn_1.1-1-1.diff.gz
 b493c5712cf1a334e5e1c6124f237ea0 377534 gnu-r optional 
r-cran-sn_1.1-1-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVFJs+aFIn+KrmaIaAQKfURAAldJhqmd8kD6X6oe+KQvKPZREaQxgU458
qLgx3DkMhhwIq5AVofsfy0uruHYHnynS5mRF7TNuPUCNG2WUnd5Y+btTj6MuWyUm
FzoXNfe1j3CI9IIWF2yvjyFc/3E4X2vSFthiaM5TOFrU7m1IPuFZWfMNJJyu98dp
TeWohCwl9BSKGY/6TgJKBzm8SUDMQwPeG+PxcrD5jvbBgR+/a1dw2IdjcEo2Yasj
nKdrTNEh8zDbFeo1Wv+QfJ59FZmMp5aY26D2jN/S7Ad/D/Jk1ztQDQcQNllSiskV
08gEKPkOLovx/MVcZEjKPqKfTAj1mcK25vukjMiLE+rUJB+RZ62yUn7AaRxUl/gI
VtdjZZexokvAlI4fG/HIfrolPUbvhdp6yIXBJB0TIPPFUVUjcU4veCypnyqBND4V
BuIGtOlH8PHXIpwpgzj10hGiTXNb7BeUrIHpKu3Ebb4B7/kj6r+uCynSDK+DMiAd
MZXQIq87VitaDJFMHCBTS/BDu91ZwpFo67eHydAQXm9tRtWnCsuR0kIUyw87PPMy
GF9Y28GPfZ+0XTiEgs2K9my/qAtF2dz2q/Zuhq1Fk7gzs/trYIHBGnznbzK7DqM5
0tldtUeR6SQcpGQQlDiQLur9rFInullhdlRr/8JSICBvm0KFSkmlOOlsaZHGmg1a
rS2TlfOEPDc=
=N+wQ
-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/e1xjt8t-0003hw...@franck.debian.org



Accepted rockdodger 1.0.0-1 (source amd64) into unstable

2014-10-30 Thread Martin A. Godisch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 18:23:34 +0100
Source: rockdodger
Binary: rockdodger
Architecture: source amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Martin A. Godisch godi...@debian.org
Changed-By: Martin A. Godisch godi...@debian.org
Description: 
 rockdodger - Fly through an asteroid field avoiding rocks and greeblies
Closes: 766683
Changes: 
 rockdodger (1.0.0-1) unstable; urgency=low
 .
   * New upstream release, closes: #766683.
   * Updated standards version.
Checksums-Sha1: 
 6d28bbbeadfd9db2ccca3b84ee0090c62ef08fc9 1758 rockdodger_1.0.0-1.dsc
 4e9f5fa63aea11f695fae3059d7f68df5c5e36e1 1006275 rockdodger_1.0.0.orig.tar.gz
 d1e1298bea181f5dbd5c9cf885b3bb1f26227738 6738 rockdodger_1.0.0-1.debian.tar.gz
 399572ff354054ff03b3273561629245593f8aa6 770232 rockdodger_1.0.0-1_amd64.deb
Checksums-Sha256: 
 49c8cf172a73d561ce48461a30f58a3ad418ac2110717af4847d252190fbd5de 1758 
rockdodger_1.0.0-1.dsc
 7cbf92bbcf36b4fffabd5cc8004176ff74a50ddda9b0bb201138653254d11c1e 1006275 
rockdodger_1.0.0.orig.tar.gz
 0c953c4d27e1b706448e241189e9d22de20d4b5b2b78e19fdb0370b566bcaf68 6738 
rockdodger_1.0.0-1.debian.tar.gz
 5be55f39a32e5095eef9c8494a6215145bfa27e845d4d198e36f689b431a5884 770232 
rockdodger_1.0.0-1_amd64.deb
Files: 
 074dd97dfe5649fde450c50944aff253 1758 games optional rockdodger_1.0.0-1.dsc
 602b806d4b37d92bef186bbfbfe524a5 1006275 games optional 
rockdodger_1.0.0.orig.tar.gz
 7b6eeac4ee07b545dd62eee9957e4cce 6738 games optional 
rockdodger_1.0.0-1.debian.tar.gz
 bb7430b7b5d1d3390e49c328d65b5ee1 770232 games optional 
rockdodger_1.0.0-1_amd64.deb

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

iQIcBAEBCAAGBQJUUnYOAAoJEKNQuZHwWkhXbNsP/094yuZr4l1NZhtRp21BHq2c
lyjncHzxMOairW0615XXhshAjO2xc1I6y7s6XG33kIcFeqNTeufl/rqj715RJraj
dA+6sxfFYm0iV7P3YBEM+nS1HjkBxLfu6Qk4Un+o5Z3Zb/HUSfrM9GJjDadOn/wn
w6h6xKi1slr/VxlLDTQBtDkguG16rSOC1VYfIJ1AOyfq8M2HEh4QdLIAVwCQ9PDZ
xhZ219mcxHeax6VIsCpWCg3VvN1Lqosiv2J8Lw5gegdJpTvyfYLYAbtyb3WZwYrb
TmOWxtC8K2oUDaMdDYRK9iCASjpa1GlAGuFWRtIdhN10IfWaFnFcXJiLGexIaBjU
6Z5FxBjFHIoZHSyYGiH9VbkCyEXjuLmHQ2SKFE0JgYy/mbA4QSK24mnoeea/qHXv
gh3GBeCwZCF32d6jCwtMrBmpKlxS7LWd0V3/p6BpULOEUdG+3TK2yRbCOaUWdKND
eMvp99iiq6IulDSfxRBFh2LF7NiFvGQpIuLV5A9tpV/z+vGvEQee1hvlav1ruHiq
Zm/stZ7mwtgCip1TMb4QB8WmrjUTyRJx3RHW2Q1LjenPthMycr3RsINmVqgCs24X
cTbA1BL+Mmbl5o3viRABeJj/afj/1hM+rmBMVxyZdRqhEcaTpF+qXJnyGuCS7pri
NtBarMj2pUrjutgumZEY
=HewB
-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/e1xjtq3-0008fl...@franck.debian.org



Accepted libmath-int64-perl 0.34-1 (source) into experimental

2014-10-30 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Oct 2014 19:04:40 +0100
Source: libmath-int64-perl
Binary: libmath-int64-perl
Architecture: source
Version: 0.34-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description:
 libmath-int64-perl - module to manipulate 64 bits integers in Perl
Changes:
 libmath-int64-perl (0.34-1) experimental; urgency=medium
 .
   * Team upload.
   * Import upstream version 0.34.
   * Drop 0001-Mark-new-failing-tests-as-TODO-for-now.-Closes-76487.patch.
 The issue is supposed to be fixed in the upstream 0.33 release. Cf.
 https://rt.cpan.org/Public/Bug/Display.html?id=99442
   * Upload to experimental for the time being.
Checksums-Sha1:
 2a63880508062018e0cd066a001eb14f6fc12ac0 2228 libmath-int64-perl_0.34-1.dsc
 07ceaa336c0eabda36f4a740f5d2358ed82bb1ec 69212 
libmath-int64-perl_0.34.orig.tar.gz
 6a553dd0d8ed73ec613935beb9c86075b59aaa1e 3400 
libmath-int64-perl_0.34-1.debian.tar.xz
Checksums-Sha256:
 4d9481e128c324b3049e2594b9e90673d46776598aecf817a414b97d67fa0dfb 2228 
libmath-int64-perl_0.34-1.dsc
 d04c10ab9593a98a8793f950523c60f62bfead94973d2b99d3a36edce4c94e58 69212 
libmath-int64-perl_0.34.orig.tar.gz
 959e7b798e38a72121a6ffc4acd96e56b4883647cb5b56daa463ad125d194033 3400 
libmath-int64-perl_0.34-1.debian.tar.xz
Files:
 24ca24ac507e76fb509f6c59ab26ad7f 2228 perl optional 
libmath-int64-perl_0.34-1.dsc
 dd4b06121b0b6741271da3026a32f719 69212 perl optional 
libmath-int64-perl_0.34.orig.tar.gz
 18bab22514ac2745e317d5c46933fe19 3400 perl optional 
libmath-int64-perl_0.34-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJUUn8wXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGjM8P/jAbx1HhkpqtAzt41g0FEk0m
yETTJj/YeWBTu5Iq5W0CUDkapWcgF7NNQEdRCrxQ2Z0H9D+Xgz1Q4G7NZiAgALSq
MkTzx6NliUqcHOBs4JsuLIJgGo430EyNQ4lER5Hs0GsnBj2OIN1ZaBRDwM40A60r
1/I7djRT084qcFNzVPJIqkq12s7YWI5zbB564Uyk9Mw20WxpPuRx4gB5Ze6flqZT
T/GKodlUWlyzqFqgM5qluEynWx3FwetEiARdERJyx1b0xyVBI6vtrp7iOY41QbQr
CHXw5u9V/I+uikJvq2ELBD3DKKFESMw4PWqQ8lwb7SKDlsLH3MlCuwFb6w5hXZue
izGHPWP0rl6rm65Yy9sunXR0vgvuGKk0YkDuRHHWi7jgOpBzFFyUmktT9cb4cd5m
lq6v3c2FPIbgXabpCPwz0qE9eUIG+lrUBV3nWFEARIqfZFYVIGrAcAg7xNwf/bCS
q7kj2pVBvkV0srqLFYbwfinHo6IIs2OcFXT+ppE3e7++6ddFRzjXzSs9/Mp56Ds/
otyRof/cZ5iF3dxpZhrLH33f2S7zNtxfDAjQYnKFF66oyjxcwjLmTWqRiI7tB35F
jhZ8IvIbXg3G7RW/jjE6WvPaJbYmBH5X1DlNt3+BvEFGkTpJFjjWugUNjBgIIPkW
D5jNcKpBm6XyyJrIlzMV
=pj9N
-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/e1xjuj5-0003so...@franck.debian.org



Accepted gnupg2 2.1.0~beta895-3 (source) into experimental

2014-10-30 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Oct 2014 13:37:08 -0400
Source: gnupg2
Binary: gnupg-agent scdaemon gpgsm gnupg2 gpgv2 dirmngr
Architecture: source
Version: 2.1.0~beta895-3
Distribution: experimental
Urgency: medium
Maintainer: Debian GnuPG Maintainers pkg-gnupg-ma...@lists.alioth.debian.org
Changed-By: Daniel Kahn Gillmor d...@fifthhorseman.net
Description:
 dirmngr- server for managing certificate revocation lists
 gnupg-agent - GNU privacy guard - password agent
 gnupg2 - GNU privacy guard - a free PGP replacement (new v2.x)
 gpgsm  - GNU privacy guard - S/MIME version
 gpgv2  - GNU privacy guard - signature verification tool (new v2.x)
 scdaemon   - GNU privacy guard - smart card support
Closes: 767341
Changes:
 gnupg2 (2.1.0~beta895-3) experimental; urgency=medium
 .
   * update gnupg-agent.xsession to export ssh-agent where
 configured. (Closes: #767341)
   * use cheap/fast entropy for the test suite so that builds on
 low-entropy machines go faster.
Checksums-Sha1:
 2eb911925ac3c5b96f2b75e352031006b6b1edde 2701 gnupg2_2.1.0~beta895-3.dsc
 09e3cf295d23ae0d90f7eb069f5a467f5ce70892 31186 
gnupg2_2.1.0~beta895-3.debian.tar.bz2
Checksums-Sha256:
 af11df4466976ddf4cfb70db1768d54212dd473699f486500a4fb6d9b7d5a2a0 2701 
gnupg2_2.1.0~beta895-3.dsc
 5c774beff983d848c509ebfa5ef04230837400fe23837b1bfa68fc33e935bf26 31186 
gnupg2_2.1.0~beta895-3.debian.tar.bz2
Files:
 8ef97a514fc90627db7af9623f1f5157 2701 utils optional gnupg2_2.1.0~beta895-3.dsc
 15bbe19edcd68dbc260f468a2c682911 31186 utils optional 
gnupg2_2.1.0~beta895-3.debian.tar.bz2

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJUUoHNXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFQjk2OTEyODdBN0FEREUzNzU3RDkxMUVB
NTI0MDFCMTFCRkRGQTVDAAoJEKUkAbEb/fpcvewQAMhtUZLJ5aNiuOreOu9qEPPt
5CD2HI54MCE9ffLx3zJqtnBZuXeBLzt6keTmDVMbf2BWfYZzTxL3lvhZVyOJZVjh
DSwy5uZgjphxjfzNKvo4AYDW36VUdm9cYxVroWXkYuE91OPtLaOTcl41eYbymjaM
48Znn8J58pyNTaGeyrjubsO762Aa4ofWykkMqUvWYNoqxiNcV4DIvbhwsKJdD22p
X6r1vP5WXu6gbUFZbzIToA4LMYWpCtRsiN6Lw+jAnUi8lJBdP4tqBXCYs9T7ItcJ
JR4o5vtHy8y5n2kh0zj+jqMcegia4D4E+0zrbFKkekRRNxavm0gGgX1S3zYu3JaP
PsJGMK5uXZ9ubSHgb6a5hffDufWKWBKq3SmtvzXsz+NZ8wdhZnGEhPu7NgsDHwXr
+DlnYh4KEhfzxalZCyX+Wyfx3BX0ujxI7KrGVPnJtYB/k86dJjcoFvSnNhBzwjRY
orLRAKWFIM2GoToByI0g4+VYQvOj5q91gzbMGgN0DfpL1fHmktD28oz3AniKDm3W
q1Sq3zTB8ejo9XPfYvkyKkGmY7lMQb0+15mtNexg0AngbCvM6WlozgChKVzS34Wl
Dprv/f/guros5DA2/JtzVZ1gJ4KZwRNuLjLEV1NpQP1OZeFcNx7wIvNSAWrnKq2U
YnxUI74YdFx8hw7OSCDa
=YEIo
-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/e1xjuxq-0005by...@franck.debian.org



Accepted appstream 0.7.4-1 (source amd64 all) into unstable

2014-10-30 Thread Matthias Klumpp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 18:42:06 +0100
Source: appstream
Binary: appstream-index libappstream1 libappstream-dev gir1.2-appstream 
libappstreamqt0 libappstreamqt-dev appstream-doc
Architecture: source amd64 all
Version: 0.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klumpp m...@debian.org
Changed-By: Matthias Klumpp m...@debian.org
Description:
 appstream-doc - Developer documentation for AppStream
 appstream-index - Software component index generator
 gir1.2-appstream - Library to access AppStream services (introspection data)
 libappstream-dev - Library to access AppStream services (development files)
 libappstream1 - Library to access AppStream services
 libappstreamqt-dev - Qt4 library to access AppStream services (development 
files)
 libappstreamqt0 - Qt4 library to access AppStream services
Changes:
 appstream (0.7.4-1) unstable; urgency=medium
 .
   * New upstream release: 0.7.4
Checksums-Sha1:
 ab8aa79e128d66fcf5c7d7b730f628cc4e5c2740 2496 appstream_0.7.4-1.dsc
 a79babbe424cd8310d60c47d596b1b35e62d68f4 2048352 appstream_0.7.4.orig.tar.xz
 1f8fb1c05079dae11a157b8f3d8224d8d47b7748 5100 appstream_0.7.4-1.debian.tar.xz
 67ae0789db60c82697ac2db5e04f5060d09cb4a9 17906 
appstream-index_0.7.4-1_amd64.deb
 7d1d0f2c7503f5a8875c8d95ec5b93f34ca84a1c 63810 libappstream1_0.7.4-1_amd64.deb
 fc76ba20423ba21ddcb3aef3d42c6eefe57d25a3 20386 
libappstream-dev_0.7.4-1_amd64.deb
 39a0964255503633fb7df902cd8f3b2b02d40e53 9294 
gir1.2-appstream_0.7.4-1_amd64.deb
 870f06d34656ed32745db7ceb9d39da4b24d05f2 46672 
libappstreamqt0_0.7.4-1_amd64.deb
 1a58f82d50ca0d4ab7ae72ee08734c466c9f4972 8934 
libappstreamqt-dev_0.7.4-1_amd64.deb
 c79d0a9070f4e6e8c758b9e640b38d97e4dce9ed 1920526 appstream-doc_0.7.4-1_all.deb
Checksums-Sha256:
 81ae27fd9c3e763915a6f53e949aa3c1faf438c8f00c659419e873dc687ca8e2 2496 
appstream_0.7.4-1.dsc
 adca15016a119a944060ff59283d71437f0f5f87e3100f86b1a4ea27a705a2e6 2048352 
appstream_0.7.4.orig.tar.xz
 28e3833cb99c165959f02f3182011e673c58fd87b9be9291836dfee2cf9593b7 5100 
appstream_0.7.4-1.debian.tar.xz
 b1235f4fa2c33d72cb4af6b481f9b69f28d6ee621ade4951ba4b6ca464f77116 17906 
appstream-index_0.7.4-1_amd64.deb
 46a84ea58d700af0a76c434489f4e624858d87c620c279c5e0dc449412b88201 63810 
libappstream1_0.7.4-1_amd64.deb
 4c109321ab78cdddf304b8a2e41217f388ce30a698caf9736f14e1b356a28e44 20386 
libappstream-dev_0.7.4-1_amd64.deb
 900691e3d0c211de2ff0d9b35b114015b85a94151a8bbc505c467410ef0d865a 9294 
gir1.2-appstream_0.7.4-1_amd64.deb
 3f4538579fcf42f543b9d804c508f61348056ebfa5bab116ed453e1607723260 46672 
libappstreamqt0_0.7.4-1_amd64.deb
 55c15acceaf2f5ac7ecb0a53d69198fc965006baeb52a82f099970a566e84b77 8934 
libappstreamqt-dev_0.7.4-1_amd64.deb
 eff223635853fa7b19f66b37fe3c5acc40654e1838a5c1dc3de75ad784e74768 1920526 
appstream-doc_0.7.4-1_all.deb
Files:
 838cca9b777a03b40b35e1ecab6849f5 2496 admin optional appstream_0.7.4-1.dsc
 69e6bd4b07a4ece3104acaded5276ba8 2048352 admin optional 
appstream_0.7.4.orig.tar.xz
 71396a0060e63a883204b2e1cb8826b4 5100 admin optional 
appstream_0.7.4-1.debian.tar.xz
 dd5f9ca886976d72df88cd28a0e5ea48 17906 admin optional 
appstream-index_0.7.4-1_amd64.deb
 94e797328140e26ec6a7759bdcd9cc7a 63810 libs optional 
libappstream1_0.7.4-1_amd64.deb
 3328a7494fd84b37fdb389ed0f431929 20386 libdevel optional 
libappstream-dev_0.7.4-1_amd64.deb
 eee584ff0bc64af208cc07b050363537 9294 introspection optional 
gir1.2-appstream_0.7.4-1_amd64.deb
 ffa856e42591b57c07d1be2ef32762aa 46672 libs optional 
libappstreamqt0_0.7.4-1_amd64.deb
 b781be5bc33153757dc20b587390ca02 8934 libdevel optional 
libappstreamqt-dev_0.7.4-1_amd64.deb
 ae25e54520c8c3ef706b3e86a395f49c 1920526 doc optional 
appstream-doc_0.7.4-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUUoY+AAoJEElMil+/TezrC54P/1oTYB2GVBpHwpZ3mj8ig+QM
58QQWKFilGR/HksLio8p1yx+kzDHpfidiVDmNHL9+DW84oE0EurNsgNq1efAv2rW
aajwkprxTmRUK5EBDhrshCsNW6lwlVdTNpYTdRJq17wD3PjrNR5E0AeADLS0kKQB
VhCx4eAIqAELYYJ6uv/yL7EYU35FGyiepMTMlhbuzeGflPeip3fRf6y8iXe8R91P
0G1xVCVFR1UhaM/nic9ecLBG97Sj4y90zHnZsTjiY6PrfGJ1Qez1rL4SkqLy0HvP
Va9mKIAFOC1HTpDfT/y86pWBJEAlFlOP8ywrApejdWVFcsbnNqdoPPgSBBIceSlu
v2kNWGH/2O/9YvVl7s7KzYuulXqoKt8hkua7kp5naCxs2dwkrU3BrG2SfkQkckd8
f2LoeTSHGcAsTKEnu5ek2uUg8fmskfkLGgFjqi6CuYe7lkRFIddGGAwV+NhsIs5I
FMuhIWgsHDKtbswRRAqCk0xCDnePJ5Z5V8TVKXRbUayz8k1l5rF2FZf4YEo3jEe+
hSOPgf9zxvnHSqefdngqu6Yv3QGPh6CqfiU17EAARiiB4tMdIyf5K9C3HQTmhUBf
5QxCs/uxdy/3audrPgxQsQORed9dBf5KroZmlgzkzp3yYRQCkMy4MwGWNG6Y2stL
/0kXUsfv9tIZl9pGhjAT
=orRL
-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/e1xjv0e-of...@franck.debian.org



Accepted sudo 1.8.11p2-1 (source amd64) into unstable

2014-10-30 Thread Bdale Garbee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Oct 2014 11:14:06 -0700
Source: sudo
Binary: sudo sudo-ldap
Architecture: source amd64
Version: 1.8.11p2-1
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee bd...@gag.com
Changed-By: Bdale Garbee bd...@gag.com
Description:
 sudo   - Provide limited super user privileges to specific users
 sudo-ldap  - Provide limited super user privileges to specific users
Changes:
 sudo (1.8.11p2-1) unstable; urgency=low
 .
   * new upstream version
Checksums-Sha1:
 9aaa41d4cea3a76389709402838f3db936f2 1968 sudo_1.8.11p2-1.dsc
 1fb7cff2b7ed67ba98b1518f6cb0dd80dbcc2c48 2402235 sudo_1.8.11p2.orig.tar.gz
 349438141deb1f9e151b1e36a6d9338e5a619312 23148 sudo_1.8.11p2-1.debian.tar.xz
 5816032f810ed31aa13fbfc01eb2964a6e45d38e 890106 sudo_1.8.11p2-1_amd64.deb
 241975dc7ba7fe5a3bc2d66710f7f501790ba448 916746 sudo-ldap_1.8.11p2-1_amd64.deb
Checksums-Sha256:
 bb807d25b94695f92d412b714c84ca284ff4b00a1a9747983b4b007c05e3cd03 1968 
sudo_1.8.11p2-1.dsc
 8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad 2402235 
sudo_1.8.11p2.orig.tar.gz
 0eb56ed10ad7b76406909c867435d940d1549140fcc1ac742e029c9c8f48aa02 23148 
sudo_1.8.11p2-1.debian.tar.xz
 aaa07edc7058a3a49cb99a7eb853d79ff082b2801a4e679bcf06e501dd7a41a9 890106 
sudo_1.8.11p2-1_amd64.deb
 3f6840a7b7c749b1c18add762dd91cbcc0ec903c761adf6b42ff961d4500ee25 916746 
sudo-ldap_1.8.11p2-1_amd64.deb
Files:
 d69056ba92fa5db1a4ef7ba6434afa14 1968 admin optional sudo_1.8.11p2-1.dsc
 84012b4871b6c775c957cd310d5bad87 2402235 admin optional 
sudo_1.8.11p2.orig.tar.gz
 19217516f616b175bb18dc4af9126ff9 23148 admin optional 
sudo_1.8.11p2-1.debian.tar.xz
 798ea49c78035ef5d7327917d50266c7 890106 admin optional 
sudo_1.8.11p2-1_amd64.deb
 dc3130048bf188687a192cc06514f2c9 916746 admin optional 
sudo-ldap_1.8.11p2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVFKJ5jqTYZbAldlBAQrtbA//eJ1GCDztBpEcN+gdOOASxWDVGU/KQ8HZ
g9/o1B4Z8vryQ+NCOlhqAJgwv5XjSK0W4jODoN68/5cksUNohjmiRI7wq3k+6KSk
pXfGRyvcZJakksy7TqVWUSIf0ePeecImBpT1JMoDty017SnuKu/vYwg8FKb2Tt4O
P56Cdu3GUmET7kbT9eQP4L57l9vFKV65SZfjaw/X9/tefC1O/jqW0ey62sg/Dxe1
QYCeIQvB8EqZ1+bcIsZQdQDI2aV8RNlZFKLeyz4G323cI8krz2MvwjEdWmKry9XP
609OiCeSdFIcgMViSxHZnqTJ+NX5Rjr8ebBT7Flz1JP+8J7l6cV1UX+awpVDBoNS
rvVB8qT+JN77IV6RK+fbrxNvwlQJ6v4itEIOPkV9FEQVdzyg9WSGzA7rE2DtomNk
tJJ/8uICjlZXRRfxiVPIoiUxJD6+KYdocEzp+uCYyfaq5gYJb1gfuWlV7S/78EBt
1fG+w8MHVCZDA1YDryCYACw8PWY745K9sjwz1mo9v3iZ3IgcU9xYD1dnTZrQaGM/
n5oKBQ2yGGxm4/u4Qan8X5S4937gR5ixgkVn4QHdXw28ELfi+blI9jOiLL5wQSlq
3IkWXRV4Muv+AKqCB+2nS1AjfNJmRxxjVxKeba+3K43GlAZWBAPP05yjnDpiNf4q
HotHzXInvX8=
=a1Va
-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/e1xjv1r-0001gl...@franck.debian.org



Accepted globus-ftp-client 8.13-4 (source amd64 all) into unstable

2014-10-30 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 18:57:37 +0100
Source: globus-ftp-client
Binary: libglobus-ftp-client2 libglobus-ftp-client-dev libglobus-ftp-client-doc 
libglobus-ftp-client-dbg
Architecture: source amd64 all
Version: 8.13-4
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description:
 libglobus-ftp-client-dbg - Globus Toolkit - GridFTP Client Library Debug 
Symbols
 libglobus-ftp-client-dev - Globus Toolkit - GridFTP Client Library Development 
Files
 libglobus-ftp-client-doc - Globus Toolkit - GridFTP Client Library 
Documentation Files
 libglobus-ftp-client2 - Globus Toolkit - GridFTP Client Library
Changes:
 globus-ftp-client (8.13-4) unstable; urgency=medium
 .
   * Don't write in $HOME during tests
Checksums-Sha1:
 2c0f8972685196e274d0aa84e1b8f6301a1866c2 2585 globus-ftp-client_8.13-4.dsc
 a1057196764ec4fe16845f25aea0dc26c20252d8 5752 
globus-ftp-client_8.13-4.debian.tar.xz
 66ecb2ad1fbe16ac89b55430329d50c5ecf9a388 84852 
libglobus-ftp-client2_8.13-4_amd64.deb
 f08f4da22ad959d087b53a472a2c5ac671b6e57a 17882 
libglobus-ftp-client-dev_8.13-4_amd64.deb
 37a616acdee71bad9cec31ef6c566cf27ac07f7f 150260 
libglobus-ftp-client-dbg_8.13-4_amd64.deb
 1ee0d30c3d9c7502073d5ce65774aad8d604a22a 829362 
libglobus-ftp-client-doc_8.13-4_all.deb
Checksums-Sha256:
 aa90265ef72eb1a19f16629082c722885eaabd217327efc8b56dd529008631b0 2585 
globus-ftp-client_8.13-4.dsc
 ab7180331f90fd04cb40d6a76845301d23c3048f768a972d8c90d7f09b807af1 5752 
globus-ftp-client_8.13-4.debian.tar.xz
 9b9724a95aeb59904c51faf3736cc24a53282efa840a156b177fefa07dfc0a20 84852 
libglobus-ftp-client2_8.13-4_amd64.deb
 63a2b3b4a7abe8609a1cac519b7d54bb1f3fb415669c114a6efcd2ecd2bdb1f8 17882 
libglobus-ftp-client-dev_8.13-4_amd64.deb
 58fa457e26aeaff0dbe0d6c38250efbfe98f511d54d7ea4b26a705cbbb4f0edb 150260 
libglobus-ftp-client-dbg_8.13-4_amd64.deb
 e3b949ddfa7a45903df6eea68ba5037b92668ccf76321e2fc4912c3c8ec2e64a 829362 
libglobus-ftp-client-doc_8.13-4_all.deb
Files:
 37813690cfc58808dfe838800217ab2b 2585 net optional globus-ftp-client_8.13-4.dsc
 7f86991879f78d03b1bcc0b17bd93874 5752 net optional 
globus-ftp-client_8.13-4.debian.tar.xz
 1ab3552972fe89782b119cdc65803c8f 84852 libs optional 
libglobus-ftp-client2_8.13-4_amd64.deb
 ce005620e78a8842bb6b52156312b4be 17882 libdevel optional 
libglobus-ftp-client-dev_8.13-4_amd64.deb
 f2fd79a613610080fcaa76dcba74e680 150260 debug extra 
libglobus-ftp-client-dbg_8.13-4_amd64.deb
 f2a18709fa7dfdffc18b90bbf01eb5ae 829362 doc optional 
libglobus-ftp-client-doc_8.13-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUUo0UAAoJEOiuwv874alLGcAP/0F0C7neKCEHcQJeMOYGc/Ui
PqB/rs9nxdZ78BLmoJhT74VEe5oOwwsfoX4qJjjA2efMG2ZH3qjfQgSjH/rp0XsN
qhXHnDeCQpkSGIwPSMuqUoohnsBHUiHvafvH/CGCv+0eoL4nJDYUJc41lzzYOQKt
6hWV3b+lMFHAPxM3eJuvEaav4Q2fnl2GhO8N0c0tkvO8o0mEXjBS2s5Onsgd6km8
S7hq/4dgGshVwsQI8mItmUCselarDt+1YF6WH1ulbCBm/Wl/9gGgK44qUDuZyCu1
WN7XnvjzPQJOGyhmfcoUSAW1oTbnhvGNQMB4ZevDIkCFBP4GxsRz8ni3IclyFiGK
eG66PKrJD7v3kXbYfxGOVz/3+uwpYLrqeqgfWaQM/M9tjrCavOYQy3oN77yumkSe
EapNlqR4fCHW7Zq+sNd75Q4sYmFMICj4pzC/rJK6KQXhkvSrf+esIGx0oqj8E/+g
jP89LobWXWT+bXXeKqrb9472YxhLMMmNQBslhBtwRFeFHCoCJARZGxDdWj3Lg/7f
z8Py3/im7KiarKPBNg+dLPkXprfEXc/bbwIC4uxlwwD7hOExNcHLbqNJ1Gdtx6nn
mrC1y9fs0Ucxp92bKhxRYJoc9XUyZUkEcJFj+AFSb5BoJmPRvrzFlCt/5pElIQqy
tBTLpoLWc4h/TtGDVCcU
=CUEf
-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/e1xjvfo-0003va...@franck.debian.org



Accepted cgal 4.5-3 (source amd64 all) into experimental

2014-10-30 Thread Joachim Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 21:31:46 +0100
Source: cgal
Binary: libcgal10 libcgal-qt4-10 libcgal-dev libcgal-qt4-dev libcgal-demo 
libcgal-ipelets
Architecture: source amd64 all
Version: 4.5-3
Distribution: experimental
Urgency: medium
Maintainer: Joachim Reichel reic...@debian.org
Changed-By: Joachim Reichel reic...@debian.org
Description:
 libcgal-demo - C++ library for computational geometry (demos)
 libcgal-dev - C++ library for computational geometry (development files)
 libcgal-ipelets - C++ library for computational geometry (ipelets)
 libcgal-qt4-10 - C++ library for computational geometry (support for Qt4)
 libcgal-qt4-dev - C++ library for computational geometry (development files, 
suppor
 libcgal10  - C++ library for computational geometry
Closes: 737307
Changes:
 cgal (4.5-3) experimental; urgency=medium
 .
   * Add multiarch support based on a patch from Marc Glisse
 (Closes: #737307).
   * Add libtbb-dev to Suggests: of libcgal-dev and libcgal-demo.
Checksums-Sha1:
 8b6d852467110566ba55f5826468a8057ffd68af 2185 cgal_4.5-3.dsc
 36e9ac79e4e12d98d9587a4faca0ca6f1041e253 13836 cgal_4.5-3.debian.tar.xz
 0bff8cdfa0a8278c9e0d82f720ccaea5fb2e42be 9548934 libcgal-demo_4.5-3_all.deb
Checksums-Sha256:
 e248ef286b5bd1527ce662471eb75d20926acaf301baeb4c6bffbcff4d6050de 2185 
cgal_4.5-3.dsc
 55d381e3b35afc7d2a720fd381470ba9e0cd56b87952a1a6817641bfa5ee9004 13836 
cgal_4.5-3.debian.tar.xz
 82941286bb373c7270d528605b573c3d71a70d3b4a05070f4fb94127fc8b1c73 9548934 
libcgal-demo_4.5-3_all.deb
Files:
 ae8fa3ec7fb94d3f521457dd4c8e023a 2185 libs optional cgal_4.5-3.dsc
 4831d8cec9d46d0115dba9de8ec2ac5d 13836 libs optional cgal_4.5-3.debian.tar.xz
 15aac9a9aa84c801b3406adc3baa33be 9548934 devel optional 
libcgal-demo_4.5-3_all.deb

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

iQIcBAEBCAAGBQJUUqZZAAoJELj6/xxDiGdxsroP/106m1ZyuzI+nteHNDhYORAo
ONXBTih/iem02yA8JYxJXFsFEoQ0bGrdCktiJmOpdmncLpJ0+DTspbzy18qzu9Oc
e8RHjvl5A/y0q43aFNKHwh4U19A2C9q5MBFehL7dgx+viaPzaL2+BTZj8x2YeYsY
mcAh1eHw7S8H+pEL87+4concEnAU2qjalJYIdwHocTd3GwGWd5QWegpproAWws5G
RZcNqvNk5YTqDtDS5CNXD7O/ylTG/BXYLKKktMnm+bkf9l8PZSu2D65Ry12wVweH
N9kJrHAunUkz3nIiLtC7gkpRO9zz3bGCWhW5GfRGJYSKbtfye/kftSgMD9E2+L9v
AabYJv2AKQIcRTE8vp2fl3a3zdY7JQhvqQ5scrmHmv2HniUDw9rOLdMzBX/u6Pax
B1tWSyft2CA5ECg/koP3TrDEE+DTkVWW3zUf5lgWclb7YaIzF1veVoTE8hTueqYJ
AT4+lApeZ9wy2P78CcS4fEnU6lhpyB/n6lMB3p+gRQl6tob8fnO4BJ0eFjnm31Ig
3meH4aQh4O7fumy8o04tkc5UiW2QGw6RKEB3IoHKexyfSZ524MWvLwtpZddCZHlP
K4uuCQtGukYrQmrb+oFgzTR+Y70/27LfQnD2RLTA6Q8sLgiNKBVBKzJAm1GqaQhq
dSGZsB7DBF6w5iBc2CMz
=5EfA
-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/e1xjx8h-0001nf...@franck.debian.org



Accepted owncloud 7.0.3~rc2+dfsg-1 (source all) into experimental

2014-10-30 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 15:36:06 -0400
Source: owncloud
Binary: owncloud
Architecture: source all
Version: 7.0.3~rc2+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: ownCloud for Debian maintainers 
pkg-owncloud-maintain...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description:
 owncloud   - cloud storage for files, music, contacts, calendars and many more
Changes:
 owncloud (7.0.3~rc2+dfsg-1) experimental; urgency=medium
 .
   * Upload to experimental not to prevent the migration of the previous
 version into testing
 .
   [ Frank Karlitschek ]
   * 7.0.3RC1
 .
   [ David Prévot ]
   * Refresh patches
Checksums-Sha1:
 8d7a4f3b42ab61e3f5b2deed35b1ea9eab2a3d19 1752 owncloud_7.0.3~rc2+dfsg-1.dsc
 0ea8ef57b54b04943553dbcb1023c6b232188526 18513763 
owncloud_7.0.3~rc2+dfsg.orig.tar.bz2
 396af751333157b653a77f112fe0c9c9d03f55af 61928 
owncloud_7.0.3~rc2+dfsg-1.debian.tar.xz
 e67a1426a5997460745205ecda67d7d495e19e34 7546916 
owncloud_7.0.3~rc2+dfsg-1_all.deb
Checksums-Sha256:
 490c1b2aca0ccca9ff1f844c4015434928b8bac625416e63b828a29c5e604a89 1752 
owncloud_7.0.3~rc2+dfsg-1.dsc
 c45a983b21748f30f376628c29d1cac8703d90f96c501c136ebbb4c21a893177 18513763 
owncloud_7.0.3~rc2+dfsg.orig.tar.bz2
 8e29ff825b446083bc603ddf5e00d0d327a10a4c2e11783deadd15fc462722dc 61928 
owncloud_7.0.3~rc2+dfsg-1.debian.tar.xz
 37bd06a0d97d47cd59de9282105cf4220bdeaf9a57193ff4dc84db54a50dd41c 7546916 
owncloud_7.0.3~rc2+dfsg-1_all.deb
Files:
 5b5dea90f6f4b1376741097a2b9d51c0 1752 web extra owncloud_7.0.3~rc2+dfsg-1.dsc
 6503c0a2b5a8522793e7dbf8777819c0 18513763 web extra 
owncloud_7.0.3~rc2+dfsg.orig.tar.bz2
 f790bda1879d361923789be75246995e 61928 web extra 
owncloud_7.0.3~rc2+dfsg-1.debian.tar.xz
 219c13140c3fbd9f1f5ea7e5df4ac95e 7546916 web extra 
owncloud_7.0.3~rc2+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUUpZWAAoJEAWMHPlE9r0802QH/jD8q7pksMTCfhILWUubkZhO
LLVla8lzcz8mgiyszCI0UFh8pSLkFJrUGVzA1bCY09D0BKhX27++w2VCEsXM35Hi
GB9kyGMRGjmFoN2WVBpOJC4DF+/bmf5/ay5XjGSoAsiq2kfPypZYpCuVvMVZKt38
+/hkUGIgKtQlTDf3cYNEYgubxVavmFdJMTSYJ4cUtBF0e1NceyqAmwyPnExa6W6l
zCseCGGa2zEPGJsY6JCc7+y4JwiOl6V0XSSC6kDEpw5f8hrCO6uhXWW/NSFXvgnm
9BCDhZ+NNq/Ok1EvZccMOmXSVmjZIXLq0DmhoOAFapsKBKdy9EENonNDV78GNwE=
=IXl7
-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/e1xjx9v-0001at...@franck.debian.org



Accepted owncloud-doc 0~20141029-1 (source all) into experimental

2014-10-30 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 14:40:35 -0400
Source: owncloud-doc
Binary: owncloud-doc
Architecture: source all
Version: 0~20141029-1
Distribution: experimental
Urgency: medium
Maintainer: ownCloud for Debian maintainers 
pkg-owncloud-maintain...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description:
 owncloud-doc - documentation for ownCloud
Changes:
 owncloud-doc (0~20141029-1) experimental; urgency=medium
 .
   * Upload to experimental not to prevent the migration of the previous
 version into testing
 .
   [ menelic ]
   * Create installing_apps.rst
 .
   [ Dieter Verfaillie ]
   * Fix output redirection in command example
Checksums-Sha1:
 a71ad525e8844b7118e06c96bb3a17d44893ffad 1789 owncloud-doc_0~20141029-1.dsc
 0fd14d6ab8588989d74a558751d46a687a31e09a 7150992 
owncloud-doc_0~20141029.orig.tar.xz
 169f2755c57c24da85b7b7f4d1a63f8122be912e 10672 
owncloud-doc_0~20141029-1.debian.tar.xz
 82070a07ac60a2ec92377b959ae535621d998936 7390616 
owncloud-doc_0~20141029-1_all.deb
Checksums-Sha256:
 a88989758599d89844a05b777feed5c3f36013844a9b242992538fb13204f6b0 1789 
owncloud-doc_0~20141029-1.dsc
 80f486e02ecbd67588056efea222627bba0e02e4e0707d48a1ec7ded0a1b749b 7150992 
owncloud-doc_0~20141029.orig.tar.xz
 24999a85110405f0f665cdc9799df4a62331b3e3c02a93dbbcab2c64705bf94c 10672 
owncloud-doc_0~20141029-1.debian.tar.xz
 7c83373a63ee6e49f557e466d686e60c41243292b866ae300d06d61b13e3c248 7390616 
owncloud-doc_0~20141029-1_all.deb
Files:
 0530b72d534e59b79c02d15fd32c86d9 1789 doc extra owncloud-doc_0~20141029-1.dsc
 85c74288dde7d4ab59723cbb5c15c58f 7150992 doc extra 
owncloud-doc_0~20141029.orig.tar.xz
 92025fa8a28ab23f361e83f8cbf93fa6 10672 doc extra 
owncloud-doc_0~20141029-1.debian.tar.xz
 2bca4a3c1be10c9fa5d8007f02511c32 7390616 doc extra 
owncloud-doc_0~20141029-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUUpNNAAoJEAWMHPlE9r08qmYIAIefQ5RXoNwaB67b1lwTEo//
OWKmSJVMrOi1+mBVFAYkTHNkvOH2AM6/5lZfkUPlZ2K6wJg2uqqkaFxslwLZaGem
NwMHHQYENrbGthxlVteHM+qUhR5LDlYtziemTcWRLiqHFLmyW2N30xO3yDH49+Ys
6LkTwW9vNgNy9xtrQYc6okrUu/b/zRAW3fFzeLvcGezZJlea9ffqweJuRL6Z6CTy
lU9SMwPfNsrLeSV/GO+xbo0RRbwUnn1htRhQ4IWK+KHCj0oLpco/Xm1MhCOvFcNu
3lhmU4wfmvJ5vjkQOSR4wbxYirqCLbcDYAwUdPaHn3E+i1BBjl3+DPBLJVzl2Mo=
=mYsw
-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/e1xjxa6-0001c9...@franck.debian.org



Accepted clamav 0.98.5~rc1+dfsg-3 (source all i386) into unstable

2014-10-30 Thread Sebastian Andrzej Siewior
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 16:27:26 -0400
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 
clamav-daemon clamdscan clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all i386
Version: 0.98.5~rc1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: ClamAV Team pkg-clamav-de...@lists.alioth.debian.org
Changed-By: Sebastian Andrzej Siewior sebast...@breakpoint.cc
Description:
 clamav - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 clamdscan  - anti-virus utility for Unix - scanner client
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav6 - anti-virus utility for Unix - library
Changes:
 clamav (0.98.5~rc1+dfsg-3) unstable; urgency=medium
 .
   * Add clamav-milter-add-additinal-SMFIF_-flags-before-invo to make sure
 clamav-milter is able to add/replace X-Virus-Status + X-Virus-Scanned
 header flags. Broken since bb-10731 got included (0.98.5~beta1+dfsg-3).
Checksums-Sha1:
 254e0794ef7402ec6bcc2d2eb8167881ebbd4ed9 3120 clamav_0.98.5~rc1+dfsg-3.dsc
 f76fa9042fce2f9a51ec69d688a887188d7a8851 543208 
clamav_0.98.5~rc1+dfsg-3.debian.tar.xz
 761737854e60757780b1485eec03b55ab8c8a0be 277406 
clamav-base_0.98.5~rc1+dfsg-3_all.deb
 9606bea9781aeb6136da2554044f67ee211a95b8 915370 
clamav-docs_0.98.5~rc1+dfsg-3_all.deb
 aab8bf9f08da41eb6f6ba722b4e246b5bd66a4e5 2398148 
clamav-dbg_0.98.5~rc1+dfsg-3_i386.deb
 84c4639219f96972577fd98ab8fe7cca5186a647 322520 
clamav_0.98.5~rc1+dfsg-3_i386.deb
 b6a881200ba1205d60903052c2e38e9e002d6341 239690 
libclamav-dev_0.98.5~rc1+dfsg-3_i386.deb
 d664e8cd49e218157d18adf6581b096ddde961af 978416 
libclamav6_0.98.5~rc1+dfsg-3_i386.deb
 5cbcc5246cfaaa0718e0d0e4090ed4e2af4eb8eb 420284 
clamav-daemon_0.98.5~rc1+dfsg-3_i386.deb
 44569ff3a4fa4bfd03ad2363527e54fee9521be7 295498 
clamdscan_0.98.5~rc1+dfsg-3_i386.deb
 105e924c01b7264900965f84bfe79f83e9e49060 3089464 
clamav-testfiles_0.98.5~rc1+dfsg-3_all.deb
 8bd9efa619b38eaa5b941761f327b6fe9218f95f 347722 
clamav-freshclam_0.98.5~rc1+dfsg-3_i386.deb
 c3a7794120d8dedffd5744a3dba5cb15366d04c9 386500 
clamav-milter_0.98.5~rc1+dfsg-3_i386.deb
Checksums-Sha256:
 44be2dc6009b01dfb1d97bd5c1cdb8fab291d76a481bcc6c01ca86e388e8a6f5 3120 
clamav_0.98.5~rc1+dfsg-3.dsc
 10917d0ab8d4e427e9333ea38dea98e81f5a5bc511e1cabc1531cd991b1a8ccd 543208 
clamav_0.98.5~rc1+dfsg-3.debian.tar.xz
 5b5c73b4797cfb389d6766da884d8bc466c52ce99094a7f3e47da5162f24a654 277406 
clamav-base_0.98.5~rc1+dfsg-3_all.deb
 6c99a7b028819127faf45df5d5e892d590a22cd62efdec83cd135c312c0f6e2e 915370 
clamav-docs_0.98.5~rc1+dfsg-3_all.deb
 efd78f9d8b976e0f5716abfac38cc0715048d10a1b4962855beec0cf04271a98 2398148 
clamav-dbg_0.98.5~rc1+dfsg-3_i386.deb
 534dd0d2ca0a3c416f33f5f8a5916415d0bbd0e96b9495da7be0363668ee40de 322520 
clamav_0.98.5~rc1+dfsg-3_i386.deb
 10d4f8753c7e3c5982cee4cd1ebcf9b7b04a50b083ea7c15190a7b8ac609130b 239690 
libclamav-dev_0.98.5~rc1+dfsg-3_i386.deb
 a13e106ba4dc947dba7e0113b7bc846540256787bcb9b639d8753248d28413c4 978416 
libclamav6_0.98.5~rc1+dfsg-3_i386.deb
 2c5ba37297a38b883aa302087b440a03886e9e597095cdd5d5db9d742c27d300 420284 
clamav-daemon_0.98.5~rc1+dfsg-3_i386.deb
 00d16ed84326a1370b11f3405cb04d74376dc1425d943cb1f4e51d1974bdf0b8 295498 
clamdscan_0.98.5~rc1+dfsg-3_i386.deb
 2101a25553811f0c5c4a2477f2de762dc492a86019f0d0e67e75a1cfae8fb16d 3089464 
clamav-testfiles_0.98.5~rc1+dfsg-3_all.deb
 6d366a1c3b8fbc1c6568b980071354ad71d238d4bd52821a373764e0b87cf011 347722 
clamav-freshclam_0.98.5~rc1+dfsg-3_i386.deb
 60e3819fdaa4003b50245a89697256b037910ffe298918c9fc4fb5214d606c57 386500 
clamav-milter_0.98.5~rc1+dfsg-3_i386.deb
Files:
 c50517192540d4a9289ddf717f004ba7 3120 utils optional 
clamav_0.98.5~rc1+dfsg-3.dsc
 3d7b5a963274678135a2d65e34b9370b 543208 utils optional 
clamav_0.98.5~rc1+dfsg-3.debian.tar.xz
 9c480aa74cd08d128e5a8300ebeb38dc 277406 utils optional 
clamav-base_0.98.5~rc1+dfsg-3_all.deb
 99a0e1b561a0ebc8ac1c69f9440d4f26 915370 doc optional 
clamav-docs_0.98.5~rc1+dfsg-3_all.deb
 e034c0b08255f13b7b20d4e249b373ec 2398148 debug extra 
clamav-dbg_0.98.5~rc1+dfsg-3_i386.deb
 fa933aae95ee7cd45b291cfdb9a68f11 322520 utils optional 
clamav_0.98.5~rc1+dfsg-3_i386.deb
 2214833b244b61f2e22c5499be78dcd3 239690 libdevel optional 
libclamav-dev_0.98.5~rc1+dfsg-3_i386.deb
 e69141ac80341c5eee2a515ab0d74fcf 978416 libs optional 
libclamav6_0.98.5~rc1+dfsg-3_i386.deb
 0128a3be91641c6807e48ab02dd19ca4 420284 utils optional 
clamav-daemon_0.98.5~rc1+dfsg-3_i386.deb
 c09786ecf455886d3065d090e08cc00f 

Accepted dasher 4.11+git20130508.adc653-2 (source all amd64) into unstable

2014-10-30 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 22:04:05 +0100
Source: dasher
Binary: dasher dasher-data
Architecture: source all amd64
Version: 4.11+git20130508.adc653-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Balint Reczey bal...@balintreczey.hu
Description:
 dasher - A graphical predictive text input system
 dasher-data - Data files for dasher
Closes: 755343
Changes:
 dasher (4.11+git20130508.adc653-2) unstable; urgency=medium
 .
   * Cherry-pick upstream patch to fix FTBFS (Closes: #755343)
   * Add myself to uploaders
Checksums-Sha1:
 eabe871c36919c6fd6fb3da2a4ce30455307d3e8 2411 
dasher_4.11+git20130508.adc653-2.dsc
 e4fb92892d9b1e122525d8031abcdde6e3bb6b34 7024 
dasher_4.11+git20130508.adc653-2.debian.tar.xz
 161b1432a21a13ed8747f92d97def2a8f7432081 6926724 
dasher-data_4.11+git20130508.adc653-2_all.deb
 d7ee0d0314c4d36d77e12c785c0190f36348bade 321670 
dasher_4.11+git20130508.adc653-2_amd64.deb
Checksums-Sha256:
 5b7089dee555cc3db274fea154448bc9e1d8d3582dcadb8df49f6869e639fddb 2411 
dasher_4.11+git20130508.adc653-2.dsc
 dc6e140a586af5d5507ab90a648c6e577106537a8dc8b46b1cc22503bdcc7cf7 7024 
dasher_4.11+git20130508.adc653-2.debian.tar.xz
 ef75eefbe18bb7e87b9de3740f79a59a559ffd6d52ac044a2c3af07b8c56c550 6926724 
dasher-data_4.11+git20130508.adc653-2_all.deb
 77ae92e95e177e959f201cf7838c9b56aeae2ffa27ae209cd894f9409c1a847f 321670 
dasher_4.11+git20130508.adc653-2_amd64.deb
Files:
 ac8f939c96ed71d3651c74da53dc092b 2411 x11 optional 
dasher_4.11+git20130508.adc653-2.dsc
 fc4f32cd3a60027e5cf1747d268125d9 7024 x11 optional 
dasher_4.11+git20130508.adc653-2.debian.tar.xz
 e4e03b4ff267b88b9b99a3c0f8e8c60e 6926724 x11 optional 
dasher-data_4.11+git20130508.adc653-2_all.deb
 a070b95708ac89fe4207598479e6b098 321670 x11 optional 
dasher_4.11+git20130508.adc653-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUUq42AAoJEPZk0la0aRp97L0QAK0+RVWWc536K2gLaqHsTxRk
pORZOdnSNAlH9vcCMrHhKls/nYNwivliGnKG4k23FABuhAIcDECkPyYPnfB2Iets
pb/lv9XVuFzmJt+HSEtM8C8z/JJI6Gz8+F27S3tFD/JzYviUSl0WhNr4vE8B0ixZ
7fa8BIatAsMqqehbqtxBpAMNF3yEF5Qo3GV4X4464HUBR5FlwezVV3JIjrmYjnpe
l6s044ICQzwFg60m9aXKx85UimyCluGLtLCSgiI9I0rLENP91M8bsfX3WWuo0dM4
hk1QIGdJAhIviOSrGwa+SnHI12kq95wNEp5U14kzVX+WzuYfEhm4gunWP9qgFpoF
c1Pj4FSRq4vf0OBHkcSvpKG5rWMuvtQiFfKU4HwPRzkRNTVkYK2GwroDq7I4fVcX
x/gVSniyHCgWkPKN/cUyKyWDbHf2Dt+uv9N8i/j8Nk5wf8pvgm/26cfV3mIgCfj7
0WR80XSP8Egvg4aGYT/24cnssrHPxBoMOzs/BxO9vWRN57ulxZs8obGVGAyZH1Tc
WUCQ2d/p5HHaxroLsqqmhEUECAA0oiPQd4t612SQwoGmoAACJV68ZqDIUShzrK9c
uqkupyHhL3QzvVpiSzfzWAG0LI67V+Z4r2ulmnhF3K4F3EeUvU2AUhRe/A/L1lqv
kdT5MlFIU80gGwnsVVo6
=Uult
-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/e1xjxad-00054j...@franck.debian.org



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

2014-10-30 Thread Benjamin Kaduk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Oct 2014 18:52:47 -0400
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-2
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: 767056
Changes:
 openafs (1.6.10-2) unstable; urgency=medium
 .
   * Some shell quoting and similar cleanups in openafs-client-precheck
 from Anders Kaseorg.
   * Make the openafs-client unit silently succeed when it is already
 running, to match the behavior of the sysV script. (Closes: #767056)
Checksums-Sha1:
 268767d78e7b1083a595034c8e203b30ef477913 3798 openafs_1.6.10-2.dsc
 e0f6ec2bdfaa15e77956dbccc63e4b249f218c4c 134640 openafs_1.6.10-2.debian.tar.xz
 4741e1d29dc31a1c7f206e536a65b5272fe11bfb 1966042 
openafs-client_1.6.10-2_amd64.deb
 406c295d8214025d14a2f08fe978d597b725934c 288854 openafs-fuse_1.6.10-2_amd64.deb
 363c4e7aebf7336d47ac4f9b501ada1d4f44fca7 203146 
openafs-kpasswd_1.6.10-2_amd64.deb
 717063b6e556fed02d97f77b52b481efb9d26661 1340740 
openafs-fileserver_1.6.10-2_amd64.deb
 a9c84a95a468c513ec8a2a2eb433ee598676a7bf 453368 
openafs-dbserver_1.6.10-2_amd64.deb
 c4e47c7b88f2c7df09fa637b35f975b50a6513b7 3991890 openafs-doc_1.6.10-2_all.deb
 184eaf087aa8683fcda1fad66e31596d55dec57c 260398 openafs-krb5_1.6.10-2_amd64.deb
 a1b45de5b0de62123a2ef9a67b4eeedce038137f 92008 libkopenafs1_1.6.10-2_amd64.deb
 b9926d6b3399415aa0756623619d46eaa55db8b0 215174 
libafsauthent1_1.6.10-2_amd64.deb
 3d70acc292b93a3b9d58f0cf7599ea1c8501cac4 200208 libafsrpc1_1.6.10-2_amd64.deb
 88c8594a6de5ed848e19bc83b58f238dae5d1da0 1332170 
libopenafs-dev_1.6.10-2_amd64.deb
 3cbfc17b426d921e8f3d36c7bae509988cbd782c 1152722 
openafs-modules-source_1.6.10-2_all.deb
 1d067215d0f56da2f48ebae2b551e097b59a7427 940242 
openafs-modules-dkms_1.6.10-2_all.deb
 ac590cb8f9db0e7f2ed8b49e5d71f546ad5ad6be 190962 
libpam-openafs-kaserver_1.6.10-2_amd64.deb
 3223c73720a660bf5d26c7bc8a52cee9a15e5935 22401046 
openafs-dbg_1.6.10-2_amd64.deb
Checksums-Sha256:
 4a020d35031f629af6d4050822b4cd74283ac7e22f069952f563f3c318cde479 3798 
openafs_1.6.10-2.dsc
 92844d56532d1ee0c64b32d0be87a20c88093089a134c48feba623d32999d296 134640 
openafs_1.6.10-2.debian.tar.xz
 6f7749428a0ea250a23d69818135898777c10b3a37b868dc5fc9088618b70fa7 1966042 
openafs-client_1.6.10-2_amd64.deb
 933ec748d846d9a0cf7ae82fd9ef82dce191e9f50c73313c2934f837ed407d9d 288854 
openafs-fuse_1.6.10-2_amd64.deb
 e60bb90d9d2065cc5e2bdb7cd4e4f5d8585b627140b6cd3ea64bba13dbe593e1 203146 
openafs-kpasswd_1.6.10-2_amd64.deb
 6370d372b50817c0396891a806dd5bf6cfd69e40c345cfe674594286a616c952 1340740 
openafs-fileserver_1.6.10-2_amd64.deb
 c787700ad26b5c6e730987ad7bc66892be3d7fc3e3d80f0dab12cb590c16394c 453368 
openafs-dbserver_1.6.10-2_amd64.deb
 fa9196815426215d19e735584ae5862c3f7df4321eee6ec7d4960f30c6ca328a 3991890 
openafs-doc_1.6.10-2_all.deb
 1bd847886f2f697d4a1b99286c32f37cba2eefa7028f3821a551fb538e30d9fa 260398 
openafs-krb5_1.6.10-2_amd64.deb
 2489cbb2baddbace16a9239c55bb9f28b6b2f2ba8b5232c2e465a6b65a12afc0 92008 
libkopenafs1_1.6.10-2_amd64.deb
 0f73b4fe3a45044d3bef428ed0733e6b2ecd1c5178da4f38ace60c677cee4195 215174 
libafsauthent1_1.6.10-2_amd64.deb
 cf06d87a9dc55a87e8c7af80f24e3109c1fe9e2948070bbabc722ab8a9eaac15 200208 
libafsrpc1_1.6.10-2_amd64.deb
 e4204c359229bb980535854b54bf020f7eb15fa33783e78b7631ed72bec99599 1332170 
libopenafs-dev_1.6.10-2_amd64.deb
 fb1938634ff1334e405c31bf3a0d95fc62138f7228b527e23d5ac9ed9c8e5ad1 1152722 
openafs-modules-source_1.6.10-2_all.deb
 edd8978f6adf2d2e1ab349e959145172fa39b2bbccfac18cd4a1653f0a548421 940242 
openafs-modules-dkms_1.6.10-2_all.deb
 

Accepted ttytter 2.1.0+1-1 (source all) into unstable

2014-10-30 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 22:36:58 +0100
Source: ttytter
Binary: ttytter
Architecture: source all
Version: 2.1.0+1-1
Distribution: unstable
Urgency: medium
Maintainer: Thijs Kinkhorst th...@debian.org
Changed-By: Thijs Kinkhorst th...@debian.org
Description:
 ttytter- console Twitter client
Closes: 736446 756960 760815
Changes:
 ttytter (2.1.0+1-1) unstable; urgency=medium
 .
   * New upstream pseudorelease.
 - Accesses OAuth API over SSL by default (Closes: #736446, #760815).
 - Addresses rate limit warning (Closes: #756960).
Checksums-Sha1:
 1e64e819af394edd8f143bb54a1806aea4bfb753 1464 ttytter_2.1.0+1-1.dsc
 6d07274519170f8da7306f1f0410493305286f60 125401 ttytter_2.1.0+1.orig.tar.gz
 d266b319e9ba131eb3233400cb07bfb662bfaf8e 7011 ttytter_2.1.0+1-1.diff.gz
 9b35d1cec5d2aa9b3eb9305871411f342852cdb1 113708 ttytter_2.1.0+1-1_all.deb
Checksums-Sha256:
 85e99377a7cdbf4c5f585408c6bd825baa4a9124f1681136a65071b6b9322672 1464 
ttytter_2.1.0+1-1.dsc
 31bf9737f0512322939f887db74d0c943ab2aaa493acd488aac76a25e7196b5c 125401 
ttytter_2.1.0+1.orig.tar.gz
 1fafb4f137c08c9fb12965b1cd37e1ee20b8823f50fc74c8f0736c9176449a9e 7011 
ttytter_2.1.0+1-1.diff.gz
 3e01856732b720076f69fafd42d7fa21d6b022347294841ebb8fa62f9d572694 113708 
ttytter_2.1.0+1-1_all.deb
Files:
 6ccb7ab010bf1cf67f6eb8297f2c1a9f 1464 non-free/net optional 
ttytter_2.1.0+1-1.dsc
 a7325fc029cffe9100c483567dd92f85 125401 non-free/net optional 
ttytter_2.1.0+1.orig.tar.gz
 d87eb234a1fd1131446dcf11b5afc250 7011 non-free/net optional 
ttytter_2.1.0+1-1.diff.gz
 60204b51c37b8fb346723ee85c9b05e5 113708 non-free/net optional 
ttytter_2.1.0+1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUUrL0AAoJEFb2GnlAHawEp1YH/Ah4hWeRRj9DiTYEQ8N2KVKQ
y9KKvyyLNYRpl2BHBZwrqS5Tafqt3TzNokjNLjwCjzSk03R/cYiIFfWVd0wzQfa5
mJqovqsUst4YcGvZ4M1JeY4KXtPzI3LyIBbQN9kSla1cgW3yY5vtnx1Kn3ArJo78
4hTdsg5Hn3hPt1j7f6jElZptHr7QMl1NMGkyFFExmtGfBGhginaBs4iWMgeE9+99
oSSzJ0w7oZ0yVQcuZtN3a3lWFVnXALBIXyLNruSdvxgP+rrZ9w0KW/UcB9S6iLil
98z8VUdTEMbmmxij169T+j1ncZfw+lMnkUYOhGd5x+jA/KK4Bfe+JQyKjD6gUTQ=
=LRCN
-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/e1xjxpl-0007ye...@franck.debian.org



Accepted sikulix 1.1.0~beta4-2 (source all i386) into experimental

2014-10-30 Thread Gilles Filippini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 21:36:58 +0100
Source: sikulix
Binary: sikulix libsikulixapi-java libsikulixapi-jni libsikulixapi-doc 
sikuli-ide libsikuli-script-java libsikuli-script-jni libsikuli-script-doc
Architecture: source all i386
Version: 1.1.0~beta4-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Java maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Gilles Filippini p...@debian.org
Description:
 libsikuli-script-doc - transitional dummy package
 libsikuli-script-java - transitional dummy package
 libsikuli-script-jni - transitional dummy package
 libsikulixapi-doc - Documentation for libsikulixapi-java
 libsikulixapi-java - Visual scripting API for Jython and JRuby
 libsikulixapi-jni - Native libs for libsikulixapi-java
 sikuli-ide - transitional dummy package
 sikulix- IDE to develop SikuliX scripts
Closes: 767101
Changes:
 sikulix (1.1.0~beta4-2) experimental; urgency=medium
 .
   * debian/copyright: add missing license for source files
 Tesseract4SikuliX/src/main/java/org/sikuli/tesseract/Tess*.java
 coming from the tess4j project (closes: #767101).
Checksums-Sha1:
 2a052bea424895a28a0313768031cd3c3b5f6d02 2648 sikulix_1.1.0~beta4-2.dsc
 12bed20d43d389c1a716b10ff8aae82cf6024e71 16716 
sikulix_1.1.0~beta4-2.debian.tar.xz
 6672cd3792d83778e85861c2d876fdbcdb6115d0 655778 sikulix_1.1.0~beta4-2_all.deb
 51c9116f248593beba2997689dc24149b8ad81c6 386962 
libsikulixapi-java_1.1.0~beta4-2_all.deb
 1361b24bb3783968e613fb74226bd631cc905fe9 844124 
libsikulixapi-doc_1.1.0~beta4-2_all.deb
 2707563bad4eb1f86e9507656d1af11411006c7f 7116 sikuli-ide_1.1.0~beta4-2_all.deb
 eb76284bdf18570c98409dca6f1e0d86e1b86094 7130 
libsikuli-script-java_1.1.0~beta4-2_all.deb
 57affd1da660b54dac6171e0f81f5ce05bcc2ee5 7136 
libsikuli-script-jni_1.1.0~beta4-2_all.deb
 303bc35fdb5fb2b8dda8e7575cfb4507e265fe3d 7126 
libsikuli-script-doc_1.1.0~beta4-2_all.deb
 4a4462c3b373bbe7a403ce35f3df16f15590ccd4 137210 
libsikulixapi-jni_1.1.0~beta4-2_i386.deb
Checksums-Sha256:
 e45d0e78e4afd5cd70ca76a4b56266ee6c43b60c762515241abc9dc92efd94d3 2648 
sikulix_1.1.0~beta4-2.dsc
 a328e2eacbe44ea95d99e926058792a8b43b5a6e3bf66627501833de2be64df1 16716 
sikulix_1.1.0~beta4-2.debian.tar.xz
 1a42ba279b02d5eddfb6bd5e836a8d7cf3a56571a9dd6b4633c0976951ec917d 655778 
sikulix_1.1.0~beta4-2_all.deb
 6a965a2d2d33fc9897c8d6d71a50335d5f456b49a7c99e5e75414e16d263978d 386962 
libsikulixapi-java_1.1.0~beta4-2_all.deb
 10b9a9f7f1a53c984c4159c370367e6566cad9b28618ebba4613f3f0a51b322f 844124 
libsikulixapi-doc_1.1.0~beta4-2_all.deb
 317211db462ba1e08e75ab4f626b773c694276eb28fddca8617f76788f96e214 7116 
sikuli-ide_1.1.0~beta4-2_all.deb
 be4ec312a645ae448bd173bb1e460b42b8cd804247dc884d389fb85ce76eff46 7130 
libsikuli-script-java_1.1.0~beta4-2_all.deb
 44ca755d782559acf9fb6b6d921d2f4d5da36428bf76ddca6478cf0521f62d28 7136 
libsikuli-script-jni_1.1.0~beta4-2_all.deb
 c1508a2d138f2945bc69e2c9c5105ea296e7f5fb3c7c23e89b0dc0e29ceb389a 7126 
libsikuli-script-doc_1.1.0~beta4-2_all.deb
 2dc4871f731c944d77d31221d5eefc8095602d1372fb282afbfbaf7a0a4575e8 137210 
libsikulixapi-jni_1.1.0~beta4-2_i386.deb
Files:
 a19d6dd30882dc0c831c1c7264c77c5a 2648 java extra sikulix_1.1.0~beta4-2.dsc
 6112e5d3d914593f86847d53f61eb008 16716 java extra 
sikulix_1.1.0~beta4-2.debian.tar.xz
 b85a9aee20f4972183825916f2819c01 655778 java extra 
sikulix_1.1.0~beta4-2_all.deb
 90f4d5538f13d2fe86bcf83fb6974616 386962 java extra 
libsikulixapi-java_1.1.0~beta4-2_all.deb
 08c2de9bc3b15a2c777350cd11d56964 844124 doc extra 
libsikulixapi-doc_1.1.0~beta4-2_all.deb
 19b811e90434e283093819bcd37d27bf 7116 oldlibs extra 
sikuli-ide_1.1.0~beta4-2_all.deb
 64b495a372c7f9ca0f3ba970332cedcf 7130 oldlibs extra 
libsikuli-script-java_1.1.0~beta4-2_all.deb
 730057201741d1cb36cbcc399c88c779 7136 oldlibs extra 
libsikuli-script-jni_1.1.0~beta4-2_all.deb
 15e7b394af3959a6fa43be65e41e956b 7126 oldlibs extra 
libsikuli-script-doc_1.1.0~beta4-2_all.deb
 9202f0158da1c086cdaaa50eaeb3dea2 137210 java extra 
libsikulixapi-jni_1.1.0~beta4-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUUrIsAAoJEO/obGx//s+DamIH/jEIVwhBCjHZpB3ZLeWkew8G
0/nAC8RfACyJamOGJoajGRvLdXfP9GvcaBhYOx7FzMIVlxxBm2ScpgZ3yP1e6bW3
/1aV93PqJnLKw6PAIYRZF920HrwY9DqXy7o5+oQ36lp2PbY25OssM4wh5harrAVE
t0yoaJCCyi1DYwr0HgHK6Hlvuh5jH4u6zVyv5f2v7Locw7iBZOl0Sx4Ohot080mZ
/EgfAPzFj9FsCvGcBzbZQdlYG72d7pFFilPzQdHzRu8d5jT6nSnxTvBk3OXQoFR4
yAMM2QGH28c1sZMjnFFci9g9fnA1m7Gvafm3ATq+ypXeYrfIvkGcx6B7Oh5dy2I=
=GqBo
-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/e1xjxpd-0007wj...@franck.debian.org



Accepted elmer-doc 2014.10.23-1 (source all) into experimental

2014-10-30 Thread Boris Pek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 31 Oct 2014 00:20:37 +0300
Source: elmer-doc
Binary: elmer-doc
Architecture: source all
Version: 2014.10.23-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Boris Pek tehn...@debian.org
Description:
 elmer-doc  - Elmer multiphysics FEA package documentation
Changes:
 elmer-doc (2014.10.23-1) experimental; urgency=medium
 .
   * New upstream release.
   * Bump Standards-Version to 3.9.6 (was 3.9.5): no changes required.
   * Tiny cosmetic changes in debian/rules.
Checksums-Sha1:
 bd01eddf8bed8c1dff85905c3c83275481f933d6 2019 elmer-doc_2014.10.23-1.dsc
 b014c1cfecb1a73d627238acc2ca7e2e579f4178 84131775 
elmer-doc_2014.10.23.orig.tar.gz
 1e4d0abefdd56c71b28e71577ea82b9ee00a631b 3484 
elmer-doc_2014.10.23-1.debian.tar.xz
 d96833c382b8a046336aa78d580362997a7fffca 83676268 
elmer-doc_2014.10.23-1_all.deb
Checksums-Sha256:
 0dfc782e9202a080656f548b90ccae630e1deaff6734289f2eacf00f7126bc22 2019 
elmer-doc_2014.10.23-1.dsc
 63ce0e33cefe0d614d6c9a6b2b51e62960eede43bd6ee5c735071112ffd4b958 84131775 
elmer-doc_2014.10.23.orig.tar.gz
 f81f7abd64486d8a7b4b277ef7ec798a366045b3ee59080c1cdff89ba1a45c53 3484 
elmer-doc_2014.10.23-1.debian.tar.xz
 2476313bd55ab194fe3406fd69dbd3455693f9b319194396d10a87aac1bcabd5 83676268 
elmer-doc_2014.10.23-1_all.deb
Files:
 49718a49ab0419c4f8f6aa491093d44d 2019 non-free/doc extra 
elmer-doc_2014.10.23-1.dsc
 949867904fba0a1735bb132b4932f246 84131775 non-free/doc extra 
elmer-doc_2014.10.23.orig.tar.gz
 f9ce2af344503231d0308ff54a9192c2 3484 non-free/doc extra 
elmer-doc_2014.10.23-1.debian.tar.xz
 d3ab96dc94161ba545e02854dab23e41 83676268 non-free/doc extra 
elmer-doc_2014.10.23-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJUUq1UAAoJENABW9Eo85J4hcsQAIAmp3b281OhzAPap+uvg5m7
9opuIezHR2Y1lVeox7rVszCW7ASDpxIpRv1ViW6H9sbeUEp1Lm8ee9gwtijKmEJK
bQTiNEQ0cC53ZJTBdylyWBKi7eCHkpCOf2xUmB/46X5ySSmWYr2rhD2RYopPHAdT
UcqACEny8Lrxs7LfYidYchsw6t/625my2+/bZnvG7kan3BTtBfNvWBSZr/RGFhAw
ccsRWfHZcCJFCnsgrGWPzqhHPvgCeEVqMaWPLYVcZb7dSTC/1YNdNKIXs+3tq/Fe
J34QdPkrzLzRGiDYgJBgltkmXt52yuFoBIKzkSJxHzuFG7x0dgRki9fx2MKu5OOT
5dPw3LlMmnEoHzxgUhEJbyhMUKgkM1ITvtss1a4XnwZIhhCTLQyYUNqGOYri1USW
p60g0QjFe9++lZfaLBrIrJsg/9kl0myBMEZTARGPHA4y8iJQoYHOmmPUrxes+NcX
I5091e48lkn/rzp3Q3BLm9h7eJRaQvCFor45ipBjJG2Ov27nKzvE+TXmMgKuDF4S
K9PZZ8m61h5bcE6WlbtOg7IBuqenPJxm0JpLdOZyD6BM5WiOv0sR7Ojk1AVZLwuQ
uYcGyukS4gfsRAQBCVecohcudnXNEWwASdKEr+Eh7cTmvJ3LNJcfxgsEIe+tDSGO
xzys9CDaPRhdzbawUoOv
=h7Uh
-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/e1xjy4a-0001dp...@franck.debian.org



Accepted xfce4-power-manager 1.4.1-2 (source amd64 all) into unstable

2014-10-30 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Oct 2014 23:08:40 +0100
Source: xfce4-power-manager
Binary: xfce4-power-manager xfce4-power-manager-data xfce4-power-manager-plugins
Architecture: source amd64 all
Version: 1.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description:
 xfce4-power-manager - power manager for Xfce desktop
 xfce4-power-manager-data - power manager for Xfce desktop, arch-indep files
 xfce4-power-manager-plugins - power manager plugins for Xfce panel
Closes: 763713
Changes:
 xfce4-power-manager (1.4.1-2) unstable; urgency=medium
 .
   * debian/patches:
 - 0001-Use-translated-device-type-for-unknown-devices-bug-1 added,
 cherry-picked from upstream to fix extra long battery names when the
 battery is not recognized by the system.closes: #763713
   * debian/control:
 - update standards version to 3.9.6.
Checksums-Sha1:
 b66b15b03e4886d7c5db5d503c6c76fe94bb42f7 2236 xfce4-power-manager_1.4.1-2.dsc
 ee82ac9b0c4343a29bc5fe61b69fc30d9d193c9c 7332 
xfce4-power-manager_1.4.1-2.debian.tar.xz
 6596aa6a1301a7911865f445a72ed70ef6d4ec8b 193262 
xfce4-power-manager_1.4.1-2_amd64.deb
 319df2de8a87c21b10020cb45f17846c3b00b683 561040 
xfce4-power-manager-data_1.4.1-2_all.deb
 ac5c52d4ffdd3c274ff1ece86fa53d6af1065cc8 140496 
xfce4-power-manager-plugins_1.4.1-2_amd64.deb
Checksums-Sha256:
 b27c44750e58dd27c3c2a5741da21c877f1ab8207b3f7236386e13c3b07b9b6c 2236 
xfce4-power-manager_1.4.1-2.dsc
 07bf4b9542986df91c87bc6fb921358931ac3361269d48ae3d7ddd2d4ff09f61 7332 
xfce4-power-manager_1.4.1-2.debian.tar.xz
 749967149e1c49a97e925f8918e8d3a2cd1c177715b78655f6659cf553244274 193262 
xfce4-power-manager_1.4.1-2_amd64.deb
 7a574964deb0acde52c0bae2b9156c051bb84825d45aafd8236bb7c4fc0af76a 561040 
xfce4-power-manager-data_1.4.1-2_all.deb
 4f05c9f5d4c844854e2975c585322c9c5fd24e6de01df088ad90c86822660c6f 140496 
xfce4-power-manager-plugins_1.4.1-2_amd64.deb
Files:
 f8941f2b566ac0e37e8d1dcd5325bd04 2236 xfce optional 
xfce4-power-manager_1.4.1-2.dsc
 570eeb422b1b22e8cc710ff300cac1be 7332 xfce optional 
xfce4-power-manager_1.4.1-2.debian.tar.xz
 95bed1ca480c0e8b872e07a98d21088a 193262 xfce optional 
xfce4-power-manager_1.4.1-2_amd64.deb
 fb2bbf1ed3fa99736492afe1b9921a35 561040 xfce optional 
xfce4-power-manager-data_1.4.1-2_all.deb
 b92c61d4d99201a6333c39530a23b6d5 140496 xfce optional 
xfce4-power-manager-plugins_1.4.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCgAGBQJUUrfmAAoJEG3bU/KmdcClD3sH/RXSxehjaN08MFdDL6qVPtxv
BOuaOy1NbE5is3N1agVyyvFIDoZpQu+bpoTdYgsRnw3HtlBGVwisRLu8FGZrWpEb
D5giZUmav+RqjP04WuKCO0jDlZIsvFQSQLPzPoiXLqug2MbqEPE1OBanulRZn2TZ
FSLIRc+waINoA30UqnK885KuXVGSu1YCOIiahvrfmjemGd34Mjcsr6Eu945G2uxu
u9phWvqVqv0jyAtA+bsyWsnUmHFeunKWZGCRyGYyO6XjU8Uc0AmAw7BR6u+lEnyY
yqSUfrWboeRjhPsn5gSsRiPnYqoox2h3LDXDrxlsifWgkvgT/3U3ayFZRzqT8Wc=
=FdvV
-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/e1xjy4k-0001oh...@franck.debian.org



Accepted parallel 20141022+ds1-1 (source all) into unstable

2014-10-30 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 20:01:29 -0200
Source: parallel
Binary: parallel
Architecture: source all
Version: 20141022+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Rogério Brito rbr...@ime.usp.br
Changed-By: Rogério Brito rbr...@ime.usp.br
Description:
 parallel   - build and execute command lines from standard input in parallel
Closes: 747217 751508 765036
Changes:
 parallel (20141022+ds1-1) unstable; urgency=medium
 .
   [ Michele Orrù ]
   * debian/rules:
 + Remove documentation files in dh_clean.
 + Add get-orig-source target to remove precompiled documentation files.
 .
   [ Rogério Brito ]
   * Integrate changes from Michele to make the package compilable twice in
 a row. (Closes: #751508)
   * Credit Michele Orrù for patches to build twice in a row.
   * debian/control: Normalize with wrap-and-sort.
   * debian/control: Verified compliance with Policy version 3.9.6.
   * Imported Upstream version 20130922+ds1
   * debian/watch: Deal with version mangling, as we repack the upstream source.
   * debian/rules: Minor cosmetic indenting.
   * debian/upstream: Add signing key.
   * debian/watch: Add mangling of names for upstream signatures.
   * Imported Upstream version 20141022
   * Imported Upstream version 20141022+ds1 (Closes: #747217)
   * debian/control: Add autoconf to Build-Depends.
   * debian/rules: Disable running the testsuite, as it is not present.
   * debian/control: Add Depends on sysstat. (Closes: #765036)
Checksums-Sha1:
 03bc7037776ab509b75bc46c2fefa26aab7001ce 1322 parallel_20141022+ds1-1.dsc
 ea49cc4524acd387933d785ee61b3e37d76e9c9f 303009 
parallel_20141022+ds1.orig.tar.gz
 a3ec3a8623e52421c0a1fabebe7148834938bbc5 18712 
parallel_20141022+ds1-1.debian.tar.xz
 135ed626eb503594cf539ed51fe54e3cb7e3c785 233280 parallel_20141022+ds1-1_all.deb
Checksums-Sha256:
 15d886f0a71c83ba29986a1be4773de9a11ba2f8102ff9dcfed1f7e7997ec034 1322 
parallel_20141022+ds1-1.dsc
 8f26872668cdf4abc421861ef6c6e77a5da7034848bade830ae23143db6e5433 303009 
parallel_20141022+ds1.orig.tar.gz
 991aa3e7f6c1f1fd1a7737bc44872440be5c098cd406ecc8a57ac2616c00c777 18712 
parallel_20141022+ds1-1.debian.tar.xz
 bffbfeef00f955cd3ba3fd5bfd3a585c4b25cecce797fb06015bf492aa9be48c 233280 
parallel_20141022+ds1-1_all.deb
Files:
 9b9dc6872e8ddf99c159e8d5189e4a36 1322 utils extra parallel_20141022+ds1-1.dsc
 2f9d621590b935c6399c59910e287b01 303009 utils extra 
parallel_20141022+ds1.orig.tar.gz
 a3d379219733ec36a99d970239f30578 18712 utils extra 
parallel_20141022+ds1-1.debian.tar.xz
 7c57012c9c3bcde48cfec76ae6785e65 233280 utils extra 
parallel_20141022+ds1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRStk4ACgkQCFqbMnwsrri9eQCdFnyNg4YGkP3szynHQYN5OZxA
Kk8AoNIHSvxttR0iBZN08npj0xY8M5R7
=SoTh
-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/e1xjy4a-0001jg...@franck.debian.org



Accepted libvirt 1.2.10~rc1-1 (source amd64 all) into experimental

2014-10-30 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 09:53:20 +0100
Source: libvirt
Binary: libvirt-bin libvirt-clients libvirt-daemon libvirt-daemon-system 
libvirt0 libvirt0-dbg libvirt-doc libvirt-dev libvirt-sanlock
Architecture: source amd64 all
Version: 1.2.10~rc1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Libvirt Maintainers 
pkg-libvirt-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description:
 libvirt-bin - programs for the libvirt library
 libvirt-clients - programs for the libvirt library
 libvirt-daemon - programs for the libvirt library
 libvirt-daemon-system - Libvirt daemon configuration files
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt-sanlock - library for interfacing with different virtualization systems
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
Changes:
 libvirt (1.2.10~rc1-1) experimental; urgency=medium
 .
   * Upload to experimental
   * [360da79] New upstream version 1.2.10-rc1
   * [aba073c] Rediff patches.
 Dropped Use-sensible-editor-...patch: Configurable now
 Dropped qemu-use-systemd-s-TerminateMachine-...patch: Applied upstream
   * [f739a80] Configure use of sensible-editor via ./configure
   * [4f5511b] Update symbols
Checksums-Sha1:
 21ace7c0b7ef059d09a417f3a870cb1808939af9 3599 libvirt_1.2.10~rc1-1.dsc
 7b375c7510594373091daa179d305fec6d49f8c1 30258509 
libvirt_1.2.10~rc1.orig.tar.gz
 1bc5215b99bd6ef6e41fe5b73f67446b0bd72e11 46872 
libvirt_1.2.10~rc1-1.debian.tar.xz
 d72bc59de6eaa280a47b10f575785f800aca6f10 34742 
libvirt-bin_1.2.10~rc1-1_amd64.deb
 3e6335ae4ce7418258b580f1daae3df9ffd5435d 525574 
libvirt-clients_1.2.10~rc1-1_amd64.deb
 a31795890428cbca7de4605c44b9d9fbb51da55d 1791704 
libvirt-daemon_1.2.10~rc1-1_amd64.deb
 6b68b33df68d4c0945a9319b23e4f2dfeca5c747 146822 
libvirt-daemon-system_1.2.10~rc1-1_amd64.deb
 3cc4e772087c85a3363acbe2fe72901c28410384 2995460 
libvirt0_1.2.10~rc1-1_amd64.deb
 8cebd9239de5ae074c8d007cd75ae9c14572db89 5302914 
libvirt0-dbg_1.2.10~rc1-1_amd64.deb
 d1a84f98435daf47e20f01b3147727bda639d44d 1188844 
libvirt-doc_1.2.10~rc1-1_all.deb
 759682929314cf1e2f367cbec01ce4ce7c5967e9 143122 
libvirt-dev_1.2.10~rc1-1_amd64.deb
 6070fe43209ec1e05b8e91652395450a32590b6c 67972 
libvirt-sanlock_1.2.10~rc1-1_amd64.deb
Checksums-Sha256:
 a106d4d242c93fcad268ad9f18bb1e26621640955fe9a20e89550f0ca1e25717 3599 
libvirt_1.2.10~rc1-1.dsc
 a903ea80b9678e47805670e0d036d6fdcdbde14d205279c37bceeb78c6694761 30258509 
libvirt_1.2.10~rc1.orig.tar.gz
 58c9bde175b4d36b3a8b31e94b702bbfbc303a2d86656f9476ba81ca0e3fc3d9 46872 
libvirt_1.2.10~rc1-1.debian.tar.xz
 6838957c5cdf097e94ccddcaf5219ad581315fa56a0e12caf8a6f3864d33d4cc 34742 
libvirt-bin_1.2.10~rc1-1_amd64.deb
 db31c22be02ac2ee63ee59c629047c5c8fd9e39a1f784fc4144cbb494e15dfcf 525574 
libvirt-clients_1.2.10~rc1-1_amd64.deb
 c602d5116bfabaea8a37bb09276c7ca25b23cb378c6f3cae9b2a1b7bd11125f0 1791704 
libvirt-daemon_1.2.10~rc1-1_amd64.deb
 1189351502033f1a6eac38159a29617126b40ac14ec265a6b25e0b47c854dc74 146822 
libvirt-daemon-system_1.2.10~rc1-1_amd64.deb
 ea3952d2c8445dde54cdc027646aa712917ef39536b2cf2ec5d0231eb9759421 2995460 
libvirt0_1.2.10~rc1-1_amd64.deb
 7964aa4fe9fac3a2236d77469f61235cc889f8c697dcb32e9b5600f7a53955e8 5302914 
libvirt0-dbg_1.2.10~rc1-1_amd64.deb
 ea61e4e9e6b8115ee2163a7805dca707685986f9980076e84b265c651bb44eb4 1188844 
libvirt-doc_1.2.10~rc1-1_all.deb
 3a2f878cf87afcbf0be14254de014d4fffb883cb2bcd0f755b8fdd2ea832b751 143122 
libvirt-dev_1.2.10~rc1-1_amd64.deb
 614c71f7bed897d632b02802d59810a765ba073e5f654454bd6682eaeb966b33 67972 
libvirt-sanlock_1.2.10~rc1-1_amd64.deb
Files:
 dafca2491bb224030c654c10ee51d72b 3599 libs optional libvirt_1.2.10~rc1-1.dsc
 41120baf13d9d1a6e27702b370d2e5d0 30258509 libs optional 
libvirt_1.2.10~rc1.orig.tar.gz
 743bd5d40ee233f17515bea6502bb25b 46872 libs optional 
libvirt_1.2.10~rc1-1.debian.tar.xz
 cf55885dc5d7318838b3a78a6e908a20 34742 oldlibs extra 
libvirt-bin_1.2.10~rc1-1_amd64.deb
 deef04543e11f620fe682bd707a5028b 525574 admin optional 
libvirt-clients_1.2.10~rc1-1_amd64.deb
 faa9b3ba94b0984c8420833ba51a30cf 1791704 admin optional 
libvirt-daemon_1.2.10~rc1-1_amd64.deb
 5531e545836b1d43eec9c76e90ca2227 146822 admin optional 
libvirt-daemon-system_1.2.10~rc1-1_amd64.deb
 f0deb989d5b4c9a027519a38983d7d2e 2995460 libs optional 
libvirt0_1.2.10~rc1-1_amd64.deb
 e75be79e895f7fe5d10f00530a85dcf3 5302914 debug extra 
libvirt0-dbg_1.2.10~rc1-1_amd64.deb
 6892e41dba7a945a208323b9af9a4afe 1188844 doc optional 
libvirt-doc_1.2.10~rc1-1_all.deb
 545670f939b1466da796c6c496b4c2b6 143122 libdevel optional 
libvirt-dev_1.2.10~rc1-1_amd64.deb
 1bd792f185080948ed5f29e31f9cfd8e 67972 libs extra 
libvirt-sanlock_1.2.10~rc1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1


Accepted stress-ng 0.02.24-1 (source amd64) into unstable

2014-10-30 Thread Colin King
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 22:14:00 +
Source: stress-ng
Binary: stress-ng
Architecture: source amd64
Version: 0.02.24-1
Distribution: unstable
Urgency: medium
Maintainer: Colin King colin.k...@canonical.com
Changed-By: Colin King colin.k...@canonical.com
Description:
 stress-ng  - tool to load and stress a computer
Changes:
 stress-ng (0.02.24-1) unstable; urgency=medium
 .
   * Makefile: bump version
   * Free procs on calloc failure
   * stress-open: determine max number of fds allowed to open
   * stress-vm: Handle WIFSIGNALED if waitpid succeeded
   * Handle WIFSIGNALED if waitpid succeeded
   * stress sock should be called sock and not socket in the metrics info
   * Make futex waker verify less pendantic
   * fix getpriorities returning  0 for valid priority values
   * Fix order of null stressor
   * Add get stressor and --get, --get-ops options
   * Add sendfile stressor and --sendfile, --sendfile-ops, --sendfile-size
   * Re-order options man page
   * Sort options in mini help
   * Add null stress test and --null, --null-ops options
   * Add zero stressor and --zero, --zero-ops options
   * Add kill stressor and --kill, --kill-ops options
Checksums-Sha1:
 257cd43940acc8bbd775a78a49be9d980b7fbf73 1724 stress-ng_0.02.24-1.dsc
 45723d7718bf3aa32c0abc755ea416f72d9b141a 59694 stress-ng_0.02.24.orig.tar.gz
 aaa1965a68876ae2c94c0ec682d7d14d8f9f181b 7396 stress-ng_0.02.24-1.debian.tar.xz
 a03ccc8cecf362e34a7d2c0fdc3b46a935a6ff29 52100 stress-ng_0.02.24-1_amd64.deb
Checksums-Sha256:
 820ec73e60fc2433082fb234644a1b4b648209e3290224dce33f575adca3dbae 1724 
stress-ng_0.02.24-1.dsc
 b2e8e265564edfeaa2c294e25ba0b940f5fd9d9870e1a367294d6e6b54021a96 59694 
stress-ng_0.02.24.orig.tar.gz
 02972d3c09ceabc1f0c8992a3ead4530f5a51574ebc030039b0c8fa872723b0a 7396 
stress-ng_0.02.24-1.debian.tar.xz
 223652bd8fdcb4b532c30cfb5abd908500a22ab6dea0e82175f5cc3129af26d2 52100 
stress-ng_0.02.24-1_amd64.deb
Files:
 2bf0c5c2c8f3fc0ee98545b37ffbeb12 1724 devel optional stress-ng_0.02.24-1.dsc
 3b4ae3e8955247195462b73ae02383b5 59694 devel optional 
stress-ng_0.02.24.orig.tar.gz
 c6b4e817a9127925f7921105de972fc5 7396 devel optional 
stress-ng_0.02.24-1.debian.tar.xz
 56938896be1e1821426c6e945e894b8b 52100 devel optional 
stress-ng_0.02.24-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUr8kAAoJEGjCh9/GqAImISAQAISaZel/Qbl29bWDvzfBV1et
owmPu9Ez42FWFE3X3icNI3K3N4uwI/OGnBioXy85PuRLKOc/71nf5GSD9h/Lggjw
qbNM6/UAYW42F+eOI1W+y+7vwEXEQAhJICY56SJzQuW1z6sPIobfub1Xo3I30aQy
tFK3HzNh7cRMo0Lah1CaEpHJ2Lcd7eer2drB3iPvex+vAAITvSMuB5a9sVzqAe3e
VI/fX13a3Cv+PKEP0RUFmDCM/oSwyIDWTgQQMzgzfzH7XT/C2L0xh6KSjhPivTXu
uF4EHX7sW8LkruZAiwbdgLZX6popXW729jE6aeKEHkyR/Vilm2elsG8sUw8NMlgM
SsPeFZ+YFM58GevYIpV1TSoj84LAM9PPVFMqLb2WIrvYrhGWRAjRCMNdXQuH8LyG
K4FL2SLREGhoc9j7qoSakdyRPgP6wYMBRO8+d6zTwKCqCPkLYNRQbSWTcRkLqnEg
/TDz+oTzh2OrB5fJaE//Ynm77Juv1qAN0MjJ7Kk50iVFjuFLcsHV7wb2PZWy7EMt
xARvyoue05oM+8oUpWHICsTxsuPMRz41EJaFLpIk1nfHBzVtMOTOQ9vL6J9hZQWB
e836bXrcYlu3kHhCBS3de8JBCamwDRz2SJ41Z3gDIGCOqpHSDzhy6Lw6IeP/tRa0
A+BSvOuWZGAJYFXSdyQr
=DP6j
-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/e1xjywy-0005wk...@franck.debian.org



Accepted nvidia-graphics-drivers 340.46-4 (source) into unstable

2014-10-30 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 23:43:37 +0100
Source: nvidia-graphics-drivers
Binary: nvidia-driver nvidia-driver-bin nvidia-glx xserver-xorg-video-nvidia 
libgl1-nvidia-glx libgl1-nvidia-glx-i386 libegl1-nvidia libgles1-nvidia 
libgles2-nvidia libnvidia-eglcore nvidia-alternative nvidia-kernel-dkms 
nvidia-kernel-source nvidia-vdpau-driver nvidia-smi nvidia-cuda-mps libcuda1 
libcuda1-i386 libnvidia-compiler libnvcuvid1 libnvidia-encode1 libnvidia-ifr1 
libnvidia-fbc1 libnvidia-ml1 nvidia-opencl-common nvidia-opencl-icd 
nvidia-libopencl1 nvidia-detect
Architecture: source
Version: 340.46-4
Distribution: unstable
Urgency: medium
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description:
 libcuda1   - NVIDIA CUDA Driver Library
 libcuda1-i386 - NVIDIA CUDA 32-bit runtime library${nvidia:LegacyDesc}
 libegl1-nvidia - NVIDIA binary EGL libraries${nvidia:LegacyDesc}
 libgl1-nvidia-glx - NVIDIA binary OpenGL libraries${nvidia:LegacyDesc}
 libgl1-nvidia-glx-i386 - NVIDIA binary OpenGL 32-bit 
libraries${nvidia:LegacyDesc}
 libgles1-nvidia - NVIDIA binary OpenGL|ES 1.x libraries${nvidia:LegacyDesc}
 libgles2-nvidia - NVIDIA binary OpenGL|ES 2.x libraries${nvidia:LegacyDesc}
 libnvcuvid1 - NVIDIA CUDA Video Decoder runtime library
 libnvidia-compiler - NVIDIA runtime compiler library
 libnvidia-eglcore - NVIDIA binary EGL core libraries${nvidia:LegacyDesc}
 libnvidia-encode1 - NVENC Video Encoding runtime library
 libnvidia-fbc1 - NVIDIA OpenGL-based Framebuffer Capture runtime library
 libnvidia-ifr1 - NVIDIA OpenGL-based Inband Frame Readback runtime library
 libnvidia-ml1 - NVIDIA Management Library (NVML) runtime library
 nvidia-alternative - allows the selection of NVIDIA as GLX provider
 nvidia-cuda-mps - NVIDIA CUDA Multi Process Service (MPS)
 nvidia-detect - NVIDIA GPU detection utility
 nvidia-driver - NVIDIA metapackage${nvidia:LegacyDesc}
 nvidia-driver-bin - NVIDIA driver support binaries${nvidia:LegacyDesc}
 nvidia-glx - transition to ${nvidia}-driver
 nvidia-kernel-dkms - NVIDIA binary kernel module DKMS 
source${nvidia:LegacyDesc}
 nvidia-kernel-source - NVIDIA binary kernel module source${nvidia:LegacyDesc}
 nvidia-libopencl1 - NVIDIA OpenCL ICD Loader library
 nvidia-opencl-common - NVIDIA OpenCL driver
 nvidia-opencl-icd - NVIDIA OpenCL installable client driver (ICD)
 nvidia-smi - NVIDIA System Management Interface
 nvidia-vdpau-driver - Video Decode and Presentation API for Unix - NVIDIA 
driver
 xserver-xorg-video-nvidia - NVIDIA binary Xorg driver${nvidia:LegacyDesc}
Closes: 766343
Changes:
 nvidia-graphics-drivers (340.46-4) unstable; urgency=medium
 .
   * Fix installation of nvidia-smi.  (Closes: #766343)
   * Add more dependencies on nvidia-alternative.
   * d/rules: Add #!armhf# and #!legacy# substitutions.
   * nvidia-driver: Stop shipping nvidia-persistenced, this is being moved to a
 separate source package.
   * Split nvidia-driver-bin from the metapackage nvidia-driver.
   * nvidia-driver-bin: Support switching via nvidia-alternative.
Checksums-Sha1:
 852f4d622d7ebb0d679235bfeebc41b329eda7df 4456 
nvidia-graphics-drivers_340.46-4.dsc
 364f414404353eb81c60e6450cbb1d3a2fed4682 117284 
nvidia-graphics-drivers_340.46-4.debian.tar.xz
Checksums-Sha256:
 d363227852f33a437b594af16be14760a0fdf80f63fca6e52d5cf3018510c351 4456 
nvidia-graphics-drivers_340.46-4.dsc
 ebb04949fcbb41de0681cc461ff5323ecf061b39adeb9632111c466c1e888eb5 117284 
nvidia-graphics-drivers_340.46-4.debian.tar.xz
Files:
 557d867ffe905a8be0df263b12df80f7 4456 non-free/libs optional 
nvidia-graphics-drivers_340.46-4.dsc
 99850671427c73d6fe8df9ce87d30d6a 117284 non-free/libs optional 
nvidia-graphics-drivers_340.46-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUsIJAAoJEF+zP5NZ6e0IrRYP/jmtV90QssyPIWVDq1pAjiiL
U5LmE1NoIu2jenkU5oSTKbuM9/o86zH+WudNJtos0lBedyjhgEQwP+iBLuw7bhMQ
FsWLdeTZwTmIsghazC9fjZGD5nxqoutHQV4DqBW0/f8xdgQDtHjiJl9IHCw+KxV1
giCR6E8wtUX2x1E68yYoXr2pfYYiLX2md+05o2OGKxQOT3obnptmvbH5wpC+NS+h
Bi8WlHI0W/+RDBxtAt/adFlg6RW2va+VWrvL21eSIX1tueE9zDuVTZ+Swbl77y1H
NyG6aEu0uRv1tZ0Me9VZQrk5p+n/NIGN2t0Nk7/dGwWIkqj9xcRNp3qjJW0GbtUK
HSRST3gq3mVDeD/q8glVIyZx55gnSQyDQ+KPDry3mMUA4ncEMDzTYfMJNKWFm1Rj
8Mt0SMLskxm0exvWzEYWbOGFdWHG3e2H1rPCtZ5707zX6JGJrE7uL3qjsSgZgh36
IvKq/mAtJ52zlDgolrsZ9/GiBGIhQCX/bYW6OLH2ob+mztDVdINv80iAxknlbFIE
m+Z0PWZ1OsuujGIxpECx8suWSdm5AU/t8JDMAy7xWblC53QwLmMncQ9MgzyDkwxe
GuS+VTe+5WOmo30c1QMKQgs5/kCsYkOQmWfH3kJiFfZGLSm7ySDZuJ0J2h6BeLaO
cH1d3a5gkXkJjdnhF5Pm
=QOg2
-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/e1xjylq-0007yu...@franck.debian.org



Accepted pocl 0.10-11 (all amd64 source) into experimental

2014-10-30 Thread Vincent Danjean
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 27 Oct 2014 12:31:47 +0100
Source: pocl
Binary: pocl-opencl-icd libpocl1-common libpocl1 libpoclu1 libpoclu-dev 
libpocl-dev libpocl-dbg
Architecture: all amd64 source
Version: 0.10-11
Distribution: experimental
Urgency: medium
Maintainer: Vincent Danjean vdanj...@debian.org
Changed-By: Vincent Danjean vdanj...@debian.org
Description: 
 libpocl1-common - common files for the pocl library
 libpocl1   - Portable Computing Language library
 libpocl-dbg - debugging symbols for pocl
 libpocl-dev - development files for the pocl library
 libpoclu1  - utility library for writing OpenCL programs
 libpoclu-dev - development files for the pocl utility library
 pocl-opencl-icd - pocl ICD
Changes:
 pocl (0.10-11) experimental; urgency=medium
 .
   * Correctly fix FreeBSD include
   * Update symbols file
Checksums-Sha1: 
 a4104b6c235aaa1109cb811b8a519a8e377a76d9 2359 pocl_0.10-11.dsc
 2dc86d07d857b444018bde1262dd67ecc5d6aab1 105028 pocl_0.10-11.debian.tar.xz
 5b1030499616a9962a634a448f1c98d6f46904cf 10296 
pocl-opencl-icd_0.10-11_amd64.deb
 6560cbb4169c9d0803ec53bce7ddaeb6b7a279f1 512908 libpocl1-common_0.10-11_all.deb
 52fa5d566141a80676860bb05332d2d7877721a7 4763830 libpocl1_0.10-11_amd64.deb
 b7fda9c13335e909bc10216662c2345b3a88af58 13336 libpoclu1_0.10-11_amd64.deb
 6dcb9dfdd3b38764c2bf5a0a216a31205f8575f3 9764 libpoclu-dev_0.10-11_amd64.deb
 6297f87a0aa7f00a0b196a3ed743673394beab03 9080 libpocl-dev_0.10-11_amd64.deb
 bf0723f8f17a9966dcbbf0f92db5f07a4ec3acbb 8267470 libpocl-dbg_0.10-11_amd64.deb
Checksums-Sha256: 
 7d873a489e82c54b30c4630e14cc59000f235b2cd9c3d4f2747717df16944eea 2359 
pocl_0.10-11.dsc
 0826acdd83ad62214f35012db4f707698a2936520d99d23c6f441f40485ab0c0 105028 
pocl_0.10-11.debian.tar.xz
 3bdd58e33e57e74973b74f4b8793087dab317c554f31262cb55e2dcf643762d8 10296 
pocl-opencl-icd_0.10-11_amd64.deb
 69216e0194c83835ac30db927649ee1f51b7e363f9788729b95192be5da34947 512908 
libpocl1-common_0.10-11_all.deb
 3c58190305e35fa1b39603d053f0ae96c81645b7444c96af83f497732734a38f 4763830 
libpocl1_0.10-11_amd64.deb
 3770726e630517196aee2b02b4215f15a3df705c7066b7159680e66d93f40091 13336 
libpoclu1_0.10-11_amd64.deb
 cf9edfde1dd76d24232162cca86d2d6a970dcb64e3a1a2223fc6b2741164252f 9764 
libpoclu-dev_0.10-11_amd64.deb
 bb317efd22cee32c8f73cd4009b6a2719e8de5ddde761749f3175da98f144b75 9080 
libpocl-dev_0.10-11_amd64.deb
 a252823254131f552442879f7a925e95b5330d84a7ba7525164ab9c922f18ed5 8267470 
libpocl-dbg_0.10-11_amd64.deb
Files: 
 555d6929a38f15e696412d3b2caeabae 2359 devel extra pocl_0.10-11.dsc
 880c7740c2a8d042b66651dbd4af1635 105028 devel extra pocl_0.10-11.debian.tar.xz
 d86b8b4ca1cc2e49afe39b37138e77da 10296 libs extra 
pocl-opencl-icd_0.10-11_amd64.deb
 d2f511e2b4ce984034c82eeb416a4c62 512908 libs extra 
libpocl1-common_0.10-11_all.deb
 6c9c947903d5d3a7fc7dcfc142310b0d 4763830 libs extra libpocl1_0.10-11_amd64.deb
 f2d3ccf0c7f8005d8a39dbd26414c57b 13336 libs extra libpoclu1_0.10-11_amd64.deb
 3d1a22972b7e8950a0120880346558bc 9764 libdevel extra 
libpoclu-dev_0.10-11_amd64.deb
 3f98ba567dbb1cfbd6ed28cbefbdbd7d 9080 libdevel extra 
libpocl-dev_0.10-11_amd64.deb
 79f785654b3e9b8d1b49839030f866f9 8267470 debug extra 
libpocl-dbg_0.10-11_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVFLCzpZH3mN+x7dRAQiDLw//X0xc4t1tAq/vRALCCWYgkkk3IOrLyQLQ
GDvYPZEd6KMr5ReSFqAA7r32PI/ydoISTekkrsUWmi2CDi7H64J7+egsM6dp0YNm
FW40vzaRfhTUQvJyhzTkkD6CStJh8oGk3i1CFlPsxasmls4U+AQ//p4itV/xKFRC
XRP9rKIIJncstyNBBUA3oisNMIfcpTxhtFVgGt3/HU0bmn9c6jxlr0ZSgjUFxSed
Ymkjzbx7dxVu3zXPdQUWvpLDaqTHotfdfUEhKaEt83MihN582d/KhTye9oM4s81Z
Qr0rIrunQW01r4GJ1zY2+kos0JufeXJog+CuUyPeHX9rGO4DybnvlGOej2iv8raS
y5jHVPMmuZH0pK7cl7Q1czOo1sN6Qs/1LKlmlfgfW/9r6vDBvW7Ok01Hh5RT7a7z
WRs53NQuaO56MoaehyTebybPUyqHO/4qNcMRnvFbI1KSWSTsqQ4jxUKu8L2iRPKj
OaBgRHt5C0Tmyqhq5REmb/luRXchl+VeeSTyL1PZneRr5+xGyM8E9f1ZvX2fQ5qj
sa+7fqkDArI8UOFLSE8JtXn58DWoMyvnntteu8jRf1wivfqFIxHcg/DIEJr6UXym
ICK3xQdyC9gII0xJlV/CfMPQCOHHPHE7Sl929dB4TxljNXkGhw4qlhOTkLNKJxVo
m1+3W8vF3p0=
=+d8i
-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/e1xjyzm-0001iz...@franck.debian.org



Accepted rcmdr 2.1-4-1 (source i386) into unstable

2014-10-30 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 19:17:31 -0500
Source: rcmdr
Binary: r-cran-rcmdr
Architecture: source i386
Version: 2.1-4-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description:
 r-cran-rcmdr - GNU R platform-independent basic-statistics GUI
Changes:
 rcmdr (2.1-4-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1:
 c4aa1dd881a8763b2ecbb0cafbba7c4104e30e20 1782 rcmdr_2.1-4-1.dsc
 658f33ea216944c867c518123fedf200d0b8d1c1 4977606 rcmdr_2.1-4.orig.tar.gz
 85e4111e64c97e21c6488828d414e35b0001ed31 7529 rcmdr_2.1-4-1.diff.gz
 63f3811013ac4be5d4e7e770acbb0a3647511bdc 4995206 r-cran-rcmdr_2.1-4-1_i386.deb
Checksums-Sha256:
 dd9be0e98f57b21b265e96b94dec5cb3b0dca4ef40634790ad3fc7227f7523f4 1782 
rcmdr_2.1-4-1.dsc
 247605ea604c56ac81a53d3018209990fe9fd3c449be779693cc1f8975e5b435 4977606 
rcmdr_2.1-4.orig.tar.gz
 abd07f0628673ec5308cdc7661b425e104360312efc861053eaeb6eb63068ca7 7529 
rcmdr_2.1-4-1.diff.gz
 c70139ed6ae2e717a01017a3b9a499c18a64c9ad5296a719cc9c4d3277fc59a0 4995206 
r-cran-rcmdr_2.1-4-1_i386.deb
Files:
 b5210cd076901564ee1ccf5e28868107 1782 gnu-r optional rcmdr_2.1-4-1.dsc
 688adc8952450eb8ba0dea6b28bfdd82 4977606 gnu-r optional rcmdr_2.1-4.orig.tar.gz
 9b676e2dbedcbf96d7cb3980b1b7341b 7529 gnu-r optional rcmdr_2.1-4-1.diff.gz
 34411b3bd34d46c6f6c34dd504cb3297 4995206 gnu-r optional 
r-cran-rcmdr_2.1-4-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVFLVgaFIn+KrmaIaAQLUvBAArPV7HQHgwk+muI/v8C1h0i6tHKQryZ67
yFLuv51Z33cP07MK3SGUrA3ctsOIoG7xrsCYPOFNkTNLawqRzL+vz2z7jFL6XVCt
tMtqjqkOj2G6SEwbGD4ZVIza04hZDc3PP7EpPRdKeeEx9eI+cQoJkWBEd7sDCIbJ
zY3P4VCJ7dMLamxfgziEv4dY9IdG3ysMUWCHvZCW1p36r3qAlN9BXm4Rg8S8bMM6
1YsJakHADs6VsA5sdA8wYuGdvrVkEMn679ExmgBY63zuXtwImFDScIvy6xu9f3ci
4YsbwaMXUXyVA5Z1XaepfmGCkXNmKKdJgnhMOHEFs5h7nHHb8fuMUvLBC8CIodt+
ICMWxW0YatsL953WXtlJ2yosj2ZZVgyNFLPVdSl3u0wQBF0ia/kLd+zbGk6YtUhu
ExM+4f/r0DLdOboZADEAM/kSRlpZ7aU7hkSYURMCZsjfUUJY2z8qWIiqGBrxmg8F
m9BrIkcksgOUhIiwLXkKoDwmw8D16GTh/R1wC+zPYvA9+esc1tViiQ9ruUQQIGLU
3v1oDrQzQGT+z6YszNLlfrYXnmGmNhMF2yHei8bqCPTI60pd2opJtOxQ81arsUic
PZQbvajAvdflTvff1bAmFgo+u45/i77gQFfTGnDciQk20nBfGYMAPN9Zkh/6t/rl
drPIIdMnDhY=
=0On8
-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/e1xk0aj-0001h5...@franck.debian.org



Accepted elki 0.6.5~20141030-1 (source all) into unstable

2014-10-30 Thread Erich Schubert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 31 Oct 2014 03:43:51 +0100
Source: elki
Binary: elki
Architecture: source all
Version: 0.6.5~20141030-1
Distribution: unstable
Urgency: medium
Maintainer: Erich Schubert er...@debian.org
Changed-By: Erich Schubert er...@debian.org
Description:
 elki   - Data mining algorithm development framework
Changes:
 elki (0.6.5~20141030-1) unstable; urgency=medium
 .
   * New upstream beta release
   * Urgency medium: 0.6.0 suffers from a performance issue with duplicates.
   * Repackaged tarball from .jar to .tar.bz2
   * Add dependency on libsvm3-java
   * Enable line numbers for debugging (ant debuglevel)
Checksums-Sha1:
 3aa609ee3b629265005b1ee457a5e393a723fd48 1782 elki_0.6.5~20141030-1.dsc
 175411f88274e4c1ef81672d22e5e8e45adfea7a 1157104 
elki_0.6.5~20141030.orig.tar.bz2
 62658d23b0d032eec919b756ed45a35e55f36277 15476 
elki_0.6.5~20141030-1.debian.tar.xz
 32c4b489b2979c8b7a2aa4b683c3b8e18c19ba47 6467248 elki_0.6.5~20141030-1_all.deb
Checksums-Sha256:
 a1210ee918124da48cb4cdfb2049f759c289b37c5720a546e90abe365862b381 1782 
elki_0.6.5~20141030-1.dsc
 08a908f920daedb9900a96d519cb81713e431b63ec208e13d9f3f189398c70ff 1157104 
elki_0.6.5~20141030.orig.tar.bz2
 e5f7ce004b2bc67e54ccf9e74b4d00ef031e6f011e86876f522d8f310af9b421 15476 
elki_0.6.5~20141030-1.debian.tar.xz
 6d9243e52a5f9faa4faacdeb0c117588e9504f661a346160c3fe514ca6be0d46 6467248 
elki_0.6.5~20141030-1_all.deb
Files:
 2bd0c63501ac0cf7a1282455d8b89f5e 6467248 science extra 
elki_0.6.5~20141030-1_all.deb
 9bd9b4e49af60d954078f2e372b628ed 1782 science extra elki_0.6.5~20141030-1.dsc
 d5845221f0215b03c980bd3a9068b0ac 1157104 science extra 
elki_0.6.5~20141030.orig.tar.bz2
 f4e2e33de7ce2d5dcd05f8469d56cf4d 15476 science extra 
elki_0.6.5~20141030-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUUvuUAAoJEIZGT1kQQ3jxJeAP/iA18v1KvOOyTsxM7JKSwLZZ
n2soTEdGGVK7gOoW8kyIN+Urrc9aQpvz8XEfZ2MrEBmKTlnl2mY4N14fRknHqmn5
uPH/N+CIQsAqITqBVkxS3e2fzvtj68OLQvu4FhjV/heiPCK9UbX5Uf+uDNgo+YLn
eq9CRaNCTOwSdrKfxcZaGaHmBhSb+IVjkO1eqi1ZZW2fBEgK8huNbRoG5cTfh2I4
LEz7KypbrTn7aWBV8eWRTIWOegnxzP2cIdzNK6hvraTnxxdatht0QQWfhZQb28y1
LWKXau9vXKqPlFrrFJ/QJ0Jle5DKjKvYccnYU+Z3x2/FYzIV0hYRB7+I2E2Sxu4B
sTofBU7yleITEoy4N212nEr7JpvEHlOYLDx3ZeFsAf9HiMxVv8ZwFRDjP2lyeVnj
qpnOxAFdnykanIYZSYZ9eUdj4sTma5C55OyXHKf4NSwI3ae+AztOuVTnrJqVPUiO
VEavxvdO4Px6Ymy3zAiKKtFD3V1F6itt0REcAP/NASmF9uGBAHFvH3VI5BB83g0U
995nRYLbZug2UHXWTO6C5EsvDvMuWB62p4mcJD4KwSn0hK+VJmR46fr2pE/i8iKe
luVFJCfe/vxWBGcugvUPWLsWWIFo8vfsN1ERhNCX9DUAmY2i4E5LzTEtWUJO8sKS
6ibbLcKkCCD+UApQSkwq
=CgF+
-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/e1xk2yr-0005cd...@franck.debian.org



Accepted openjade1.3 1.3.2-13 (source amd64) into unstable

2014-10-30 Thread Neil Roeth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 22:35:44 -0400
Source: openjade1.3
Binary: openjade1.3
Architecture: source amd64
Version: 1.3.2-13
Distribution: unstable
Urgency: medium
Maintainer: Neil Roeth n...@debian.org
Changed-By: Neil Roeth n...@debian.org
Description: 
 openjade1.3 - Implementation of the DSSSL language
Closes: 540637 762187
Changes: 
 openjade1.3 (1.3.2-13) unstable; urgency=medium
 .
   * Applied patch to use dh_autotools-dev_{update,restore}config to update
 config.{sub,guess} (Closes: #762187, #540637).  Thanks ravindran.
Checksums-Sha1: 
 6c1310b26b89b5d25988a49410043740f20a7517 1081 openjade1.3_1.3.2-13.dsc
 3a49f384b12c3d58e1483b559f4b3c40b6d7e00c 152279 openjade1.3_1.3.2-13.diff.gz
 db43a83141ca693b65fbd6defce7eb6965acdc2f 509088 openjade1.3_1.3.2-13_amd64.deb
Checksums-Sha256: 
 62e7de1d4cc849567fa94dca0fb3a52e98303cfdc4d4c3ec01ce2504dbec3a30 1081 
openjade1.3_1.3.2-13.dsc
 11d90e242eae60ce06bf27fd234adbd8efd7d4a9a4a2da058faa4e8336dc423a 152279 
openjade1.3_1.3.2-13.diff.gz
 115e1dc39335e64c824e67374f09f6b0859e580d36ca9dfebc77df3dd7745087 509088 
openjade1.3_1.3.2-13_amd64.deb
Files: 
 36ffd0b889afff9e9b01455266f06f0a 1081 text optional openjade1.3_1.3.2-13.dsc
 31391153160c7de8f44ba5f8007527f7 152279 text optional 
openjade1.3_1.3.2-13.diff.gz
 9e1d5575da0c0e66646286564e5a7356 509088 text optional 
openjade1.3_1.3.2-13_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFUUvhw6j+skPrutKkRAoJuAJ9poQ+5EYTl5YnfijGaLJVXPA4zBACfZLBw
P8rPy3+kCQfW4YrtMZ9VxKQ=
=8ker
-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/e1xk2zk-0005hf...@franck.debian.org



Accepted itools 1.0-4 (source) into unstable

2014-10-30 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Oct 2014 21:46:06 +0200
Source: itools
Binary: itools
Architecture: source
Version: 1.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Islamic Maintainers 
debian-islamic-maintain...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) 
aelmahmo...@users.sourceforge.net
Description:
 itools - Islamic hijri date and prayer time utilities
Closes: 755269
Changes:
 itools (1.0-4) unstable; urgency=medium
 .
   * debian/control:
 + Use canonical URIs in Vcs-* fields
 + Remove obsolete DMUA field
 + Bumped Standards-Version to 3.9.6
   * Bumped compat level to 9
   * Update my email address.
   * debian/copyright:
 + Update copyright format  years.
 + Moved section for debian/* to be after the all files section
   * 01_manpages.diff: Use DEP-5 headers
   * Added str_format_security.diff patch to add format argument for an sprintf
 call that prints a variable string.
   * Added use_CPPFLAGS.diff patch to use CPPFLAGS during compilation.
 This is needed to get fortify libc functions to be used.
   * Added ipraytime-unicode.patch patch to fix unicode support for printing
 the degree (0xB0) character.
 Thanks to Adam Borowski kilob...@angband.pl (Closes: #755269)
Checksums-Sha1:
 71de3fcc85a5697b450c0573eebae57eabc47556 1625 itools_1.0-4.dsc
 e61da4f93ddcb90ded5a89df9e4b32487e5c0fc2 4788 itools_1.0-4.debian.tar.xz
Checksums-Sha256:
 a690461d9a42188a258251381724b65c487de17111df19dc454985d55801f995 1625 
itools_1.0-4.dsc
 d0cc2c0e07ee41521b68a559975e066ab2c3a30eea82f85b94c2b88073c5aed0 4788 
itools_1.0-4.debian.tar.xz
Files:
 6a8c3913516f7db20ded07a99e237271 1625 misc optional itools_1.0-4.dsc
 8fe4201098e38edbce2b20bdaea4 4788 misc optional itools_1.0-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUUwOpAAoJELwZapTt3aG34aAIAJIm7ppxAWR6icupZXnJDwcE
pff3jdHU8ugrIcEmWMsTYqzFXkTTbJz6Jv48SBb5cUlA6FBI0eKs05RZEr0ZTOru
KVnTnPjMNkRfyRyhkhovkT/4mcQf3QVkLCE7hyB6Moya1mp/RYCnsQDw1PRNDa7b
NjDrn5k6krRHk0nHU3wpXx9gw8/mBycX/GD8a58KUrTs9KJr+fexQwpUM4a8UXsQ
8uuT6Sm5duwgdJz/IpHjC3qbkpmO7OqSWDrX0jWOROpgSsTs4p274JyLRoWKK5Od
3iffy3ftxFCMUMImCAGA6Wr3gFNK7lsZtDjYZgxp+i5ZGs513JyuT+A0h9bO7Bk=
=6QXo
-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/e1xk3cn-0006fp...@franck.debian.org



Accepted timbl 6.4.6-1 (source amd64) into unstable

2014-10-30 Thread Joost van Baal-Ilić
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2014 07:41:25 +0100
Source: timbl
Binary: timbl libtimbl4-dev libtimbl4
Architecture: source amd64
Version: 6.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Joost van Baal-Ilić joos...@debian.org
Description:
 libtimbl4  - Tilburg Memory Based Learner - runtime
 libtimbl4-dev - Tilburg Memory Based Learner - development
 timbl  - Tilburg Memory Based Learner
Changes:
 timbl (6.4.6-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: bumped libticcutils2-dev build-depends from =0.3 to = 
0.7.
   * debian/copyright: refer to versioned symlink to GPL (thanks lintian).
Checksums-Sha1:
 7b16b7ac96202dc28e9940de509782aecb358747 1764 timbl_6.4.6-1.dsc
 9ab67a9a10830ba32eca8529accbc167ee5649a2 560042 timbl_6.4.6.orig.tar.gz
 77787f2efc490fcab2a11068ab2739687befe78c 6168 timbl_6.4.6-1.debian.tar.xz
 af5110973f3ae48faf7a7f29ae7ea922813db3af 86248 timbl_6.4.6-1_amd64.deb
 fb95934901034842e26494ed1cbb811d3aa7c78b 313376 libtimbl4-dev_6.4.6-1_amd64.deb
 00fb87c1427bb89ac6449166bb5ff82a8ace9abe 265410 libtimbl4_6.4.6-1_amd64.deb
Checksums-Sha256:
 a612cc21bb2a0baec23aa2079a0b809548d4abf01bdcb54c54d5d42ad0e42fb8 1764 
timbl_6.4.6-1.dsc
 8aeb09283a3389db9b3b576b6f0632f84841facc85cad516bb57e3ec070737b4 560042 
timbl_6.4.6.orig.tar.gz
 41338fbd30cc95f05139159886d894b05cab05a4e3c0ec206d670fd9a5d1e2e2 6168 
timbl_6.4.6-1.debian.tar.xz
 f0e1b386c26bdfe02157f33730e82e4c32cb5001d5c70a384ac6b1154073ac11 86248 
timbl_6.4.6-1_amd64.deb
 aa3fa2c1f5d2b41c2218ac90e8e0564a56a9dfb591ac43f38c517f553138bd43 313376 
libtimbl4-dev_6.4.6-1_amd64.deb
 69abfc0d30da9f8c8ba84d280f14d9e554962f3c4dbb1495dc334da05469dcef 265410 
libtimbl4_6.4.6-1_amd64.deb
Files:
 5e69e7c994d07dce1c1f7de34f1a9d44 86248 science optional timbl_6.4.6-1_amd64.deb
 04a214f52dbc895945058fe2136c4e00 313376 libdevel optional 
libtimbl4-dev_6.4.6-1_amd64.deb
 e9aad9dad48e179f34c46cf2ec6a7c7b 265410 libs optional 
libtimbl4_6.4.6-1_amd64.deb
 f789f007bc3a69c35c6c9756b4a21c5e 1764 science optional timbl_6.4.6-1.dsc
 5c71abd9fa793f0adfa096ef065bf1c2 560042 science optional 
timbl_6.4.6.orig.tar.gz
 2e16617c31cca292502ba69eb00c66a6 6168 science optional 
timbl_6.4.6-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUUw4hAAoJEDNRenKl5rDIaykH/07LHf9g3zkeGJXfVym0otwl
Y9R2i88ZoSxa5fk6JWJSGbVK2eMFqImJ2lcNQumn3Zt8m+p6lVWJZ69FklVyWAAW
dE2EVBbWnaDm+/4MYqRkW7kPNSqET5eK/iiYEGd1Zij9JGICJB9zKlcqJMc2nT7B
Lkp/0EHTwHzcgVnU6XUBDU9Thqwtaj5S8ziIjTvsKRyvalNXTrl9wDeeEXGww6Y+
+C6g/00yVghgKlwZVV6+Zp7nVIyZn/KctNpFVEqHN5wFoG5+kbep0En33cXoZhHJ
rTUdE8GlbWu/M2GQ0MGAC/10vpDC7WNPB3jMO7AXtOCzvnp4VmT/TOwxjhcRN08=
=1bKs
-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/e1xk3va-0003u4...@franck.debian.org



Accepted egg 4.1.0-1 (source all) into unstable

2014-10-30 Thread NIIBE Yutaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 31 Oct 2014 13:27:59 +0900
Source: egg
Binary: egg
Architecture: source all
Version: 4.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Anthy Maintainers pkg-anthy-de...@lists.alioth.debian.org
Changed-By: NIIBE Yutaka gni...@fsij.org
Description: 
 egg- Tamago Ver. 4 -- EGG Input Method Architecture for Emacsen
Closes: 726593
Changes: 
 egg (4.1.0-1) unstable; urgency=low
 .
   * New upstream (Closes: #726593).
   * debian/compat: Upgrade to 9.
   * debian/control: Update.
   * debian/emacsen-install: Update for Emacs24
   * debian/egg-init.el: Update.
   * debian/source/format: New.
   * debian/patches/*: New (not used, though).
   * debian/README.Debian: Update.
   * debian/rules: Update.
   * debian/docs: Update.
   * debian/dirs: Update.
Checksums-Sha1: 
 cd4d8a2991b6f85c5c029899c568b25292bd3159 1523 egg_4.1.0-1.dsc
 1010e920a56d803059d1027b465060cd1484b050 286456 egg_4.1.0.orig.tar.gz
 782f556fa0b56e5c6a3bfa50df4528176c4d00ac 30385 egg_4.1.0-1.debian.tar.gz
 58afd92b7f6f6f4584e62d20e9bfec18d87a9080 106448 egg_4.1.0-1_all.deb
Checksums-Sha256: 
 40b227908b9c86437dede9f23815e8688612c44bc141813268d81960af515b0f 1523 
egg_4.1.0-1.dsc
 b4c6926a66f143d5d6dfd6e1bb4cd811a0ac3e4bc9f94e9102c1d25887433a5a 286456 
egg_4.1.0.orig.tar.gz
 4bc0a597d8b42d578fe04fd2dabbcf62f1703e59a983d5623ff52e12dc20b011 30385 
egg_4.1.0-1.debian.tar.gz
 f37ad168bf4ac9a1525d8415e4f70d03c2296e4cf6f076d8f771148a867d0681 106448 
egg_4.1.0-1_all.deb
Files: 
 dbdac88d0c8d94f81d9ee78abffa7200 1523 utils extra egg_4.1.0-1.dsc
 281d9055afa4a4bc2fd8a1392c1aeb53 286456 utils extra egg_4.1.0.orig.tar.gz
 bb2bf2bc6f3fd021333d667598cc1359 30385 utils extra egg_4.1.0-1.debian.tar.gz
 0df1e249de5f6027d07f340d7a806afe 106448 utils extra egg_4.1.0-1_all.deb

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

iQEcBAEBCAAGBQJUUxmFAAoJEAC0Xr1Mp7q+hOkH+wVuqbr6BLxuYYFgXxxXKcLM
dCMvvGsHe03Ma6ZyrVXF27HFDEymk5NRgXK9ARcbodk+falznWDLMQUuvbHY+9Jn
gXFYLPIV7isAQxP4Grj0/ZLctJkE5W9OJV/WwB4gf+FY3BnCpO74KgIWaFGw5Mp3
i+5ocuX8R0yPeGfmQexbUmywlM0bAiAJpwB+XRorVM3BTqpMWP/umTfKi41yiJnt
g/lW+2lraiNPanOMouNOijaqa2Is8ClTOibQ7NAxCjqeEcxNyrr52EmWxyxvO2Sn
tWvIy+qqq1INJOLAdZw9DkYbOdzqAXvZhgKl5PJEfQsTF5iLi9qmaACbEYrssNA=
=G3mv
-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/e1xk4bk-pw...@franck.debian.org



Re: cups - debuild - pbuilder

2014-10-30 Thread Herbert Parentes Fortes Neto
Em Ter, 2014-10-28 às 20:09 -0200, Antonio Terceiro escreveu:
 On Mon, Oct 27, 2014 at 10:23:21AM -0200, Herbert Parentes Fortes Neto wrote:
  Olá,   
  
  não estou conseguindo criar o pacote do cups com o pbuilder.
  com debuild correu tudo bem.
  
  o problema está quando o script cups-1.7.5/test/run-stp-tests.sh é
  executado. o trecho do código:
  
  while true; do
  running=`../systemv/lpstat -r 2/dev/null`
  if test x$running = xscheduler is running; then
  break
  fi
  
  echo Waiting for scheduler to become ready...
  sleep 10
  done
  
  o problema é que ../systemv/lpstat não existe, então fica um
  loop infinito.
 
 que estranho a primeira coisa que eu tentaria é:
 
   0) colocar um `find ../systemv` antes do loop pra ter certeza do que tem lá 
 dentro
 
   1) tirar aquele 2/dev/null dali pra que o erro que acontece na chama
  não ser omitido.

não estou conseguindo fazer isso. não estou me intendendo com o quilt.
segui as orientações para fazer o patch daqui[0]. ele aparece em
debian/patches/series. e fazendo 'quilt push -a' o patch é aplicado. mas
na construção do pacote não. tentei fazer as mudanças direto no arquivo,
mas não dá certo. O que fiz foi olhar aqui[1] e o lpstat está lá.
alguma orientação?

[0] - https://wiki.debian.org/UsingQuilt
[1] - /var/cache/pbuilder/build/2441/tmp/buildd/cups-1.7.5/systemv/



 notei que o seu build está rodando no /tmp/buildd, checa se o seu /tmp
 não é um filesystem separado e se ele não está montado com noexec.
 
 tenho apenas 3 partições(sda) em '/etc/fstab'. '/'(sda1), '/home'(sda6)
e swap(sda5). acho que está tudo bem aqui.



-- 
Herbert Parentes Fortes Neto (hpfn)


--
To UNSUBSCRIBE, email to debian-devel-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1414685952.9760.1.ca...@ig.com.br