Re: How to avoid stealth installation of systemd?

2014-07-03 Thread Jonas Smedegaard
Quoting Charles Plessy (2014-07-03 03:14:21)
 may I suggest the Blends framework to those who want metapackages that 
 influence what is installed by default on their system ?
 
 Currently, one of the main limits of the Blends framework is that it 
 works mostly by installing metapackages after a default installation.  
 But I would love to see an optional Blends menu in Debian Installer, 
 maybe coupled with possibilities to preseed alternative defaults.
 
 Such a development would open the way to consistent systemd-less 
 Debian systems for those who like it, and the benefit for Debian as a 
 whole would be a more powerful Blends framework.
 
 Doesn't it look like a nice ending to the story ?

How would the use of blends change the fact that pinning is still needed 
to ensure keeping certain packages off?

Yes, it would be lovely to have meta-packages from blends integrated 
into the tasks selection of debian-installer (both those generated with 
the blends-dev framework and those developed in other ways) - I welcome 
anyone to collaborate with the install team to make that happen - but 
such meta-packages are also not essential or required.  Please read 
Mattias' explanation which you directly replied to.

Debian-installer, when presented with conflicting package selections, 
will simply let APT resolve a best solution - which when involving 
systemd will likely cause that package to win due to its widespread 
reverse dependencies.


 - Jonas

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

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


signature.asc
Description: signature


Re: Pinning vs. conflicting [was: How to avoid stealth installation...]

2014-07-03 Thread Andrei POPESCU
On Jo, 03 iul 14, 00:24:44, Juliusz Chroboczek wrote:
  You have not yet explained why apt pinning is not enough.
 
 I'd appreciate an explanation too.  I've inserted in my apt/preferences
 file the incantation given by Vitali F. (to whom thanks) at the very
 beginning of this thread, and it appears to have the requested effect.
 
 I've looked through the whole thread, and I can see the following reasons:
 
  - conflicting packages are honoured by dpkg, unlike pinning;

Which doesn't bring any real additional benefits, unless you want to 
prevent yourself from ever doing 'dpkg -i systemd*.deb'.

  - a package can conflict with multiple packages, while you need
multiple pinning entries;

Pinning supports blobs and regexes, so it should be quite easy to pin a 
number of related packages with just one or few patterns. In case of 
systemd this is not even necessary, because the other related packages 
have Depends: systemd, and apt will refuse to install those as well.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt


signature.asc
Description: Digital signature


Re: Pinning vs. conflicting

2014-07-03 Thread Thorsten Glaser

Juliusz Chroboczek wrote:
Emilio Pozuelo Monfort wrote:
 You have not yet explained why apt pinning is not enough.

Simply because apt is not the only way to install packages.

 - conflicting packages are honoured by dpkg, unlike pinning;
 - a package can conflict with multiple packages, while you need
   multiple pinning entries;

Right. Furthermore, pinning can be used by the local admin,
without namespacing pin priorities or somesuch, so it’s not
something packages should do.

There is another benefit: conflicting packages allow all
package managers’ resolvers to find nice dependency chains,
they can be cleanly removed, and they show up in dpkg.log
(and apt/term.log if apt is used to install them).

bye,
//mirabilos


-- 
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/lp35mr$3pp$1...@ger.gmane.org



Re: Pinning vs. conflicting

2014-07-03 Thread Matthias Urlichs
Hi,

Thorsten Glaser:
  You have not yet explained why apt pinning is not enough.
 
 Simply because apt is not the only way to install packages.
 
Don't synaptic and/or whatever honor these pins too?

 Right. Furthermore, pinning can be used by the local admin,
 without namespacing pin priorities or somesuch, so it’s not
 something packages should do.
 
Since you don't need a package for creating a pin entry anyway, this is a
non-argument.

Why would you want to need a namespace for pin priorities?
-1 is sufficient to block installation and therefore doesn't conflict
with any other rules. What else would you need?

 There is another benefit: conflicting packages allow all
 package managers’ resolvers to find nice dependency chains,

… esp. since their dependency resolution algorithm ends up removing the
blocker package. As soon as there's the slightest hint of a conflict
*anywhere* in the dependency chain. Aptitude is notorious for this.

… unless you add a pin. In which case you can add a pin to prevent
systemd{,sysv} from installing anyway.

-- 
-- Matthias Urlichs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140703110025.gb23...@smurf.noris.de



Re: Pinning vs. conflicting

2014-07-03 Thread Thorsten Glaser
Matthias Urlichs wrote:

Thorsten Glaser:
  You have not yet explained why apt pinning is not enough.

 Simply because apt is not the only way to install packages.

Don't synaptic and/or whatever honor these pins too?

I have no idea about synaptic, but there’s e.g. cupt (which
works as apt replacement, but probably (didn’t check) handles
its configs the same…) and dselect (which uses dpkg and thus
is one level “below” apt, and cannot be reasonably expected to
use apt’s configs).

Also, dpkg itself does have a dependency resolver, which works
only on the package relationships of course.

 Right. Furthermore, pinning can be used by the local admin,
 without namespacing pin priorities or somesuch, so it’s not
 something packages should do.

Since you don't need a package for creating a pin entry anyway, this is
a non-argument.

Yes, but then you cannot just purge the entry easily.

Why would you want to need a namespace for pin priorities?
-1 is sufficient to block installation and therefore doesn't conflict
with any other rules. What else would you need?

I was talking about pinning in general here, not pinning
for one specific case (preventing package installation).

… esp. since their dependency resolution algorithm ends up removing the
blocker package. As soon as there's the slightest hint of a conflict
*anywhere* in the dependency chain. Aptitude is notorious for this.

Aptitude may be… but apt at least honours “Important: yes” on the
package, which I’ll add in my own next version and suggested Wookey
to add as well, for a subsequent upload.

bye,
//mirabilos


-- 
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/lp3fgb$36o$1...@ger.gmane.org



ITP: python-pyqtgraph -- Scientific Graphics and GUI Library for Python

2014-07-03 Thread Gianfranco Costamagna
Package: wnpp
Severity: wishlist
Owner: Gianfranco Costamagna costamagnagianfra...@yahoo.it

* Package name    : python-pyqtgraph
  Version : 0.9.8
  Upstream Author : Luke Campagnola luke.campagn...@gmail.com
* URL : http://luke.campagnola.me/code/pyqtgraph
* License : MIT
  Programming Lang: Python
  Description : Scientific Graphics and GUI Library for Python

 PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
 It is intended for use in mathematics / scientific / engineering applications.
 Despite being written entirely in python, the library is very fast due to its
 heavy leverage of numpy for number crunching and Qt's GraphicsView framework
 for fast display.

I would like to maintain inside Debian Python Modules Team,
this package is relevant since is needed by the new binwalk release
(don't know if other packages needs it)


Thanks,

Gianfranco



--
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/1404388425.93189.yahoomail...@web171804.mail.ir2.yahoo.com



Re: Pinning vs. conflicting

2014-07-03 Thread Juliusz Chroboczek
 You have not yet explained why apt pinning is not enough.

 Simply because apt is not the only way to install packages.

 Don't synaptic and/or whatever honor these pins too?

 I have no idea about synaptic, but there’s e.g. cupt (which
 works as apt replacement, but probably (didn’t check) handles
 its configs the same…) and dselect (which uses dpkg and thus
 is one level “below” apt, and cannot be reasonably expected to
 use apt’s configs).

Isn't the proper solution to add blacklisting support to dpkg, then?

(Which should not prevent getting the
systemd-must-not-die-but-please-dont-install-it-on-my-system package into
the archive.)

-- Juliusz


-- 
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/87ioney6pj.wl@pps.univ-paris-diderot.fr



RE:python-pyqtgraph -- Scientific Graphics and GUI Library for Python

2014-07-03 Thread PICCA Frederic-Emmanuel
Thanks a lot for this package.

 I would like to maintain inside Debian Python Modules Team,
 this package is relevant since is needed by the new binwalk release
 (don't know if other packages needs it)

I know at least about two package that could be interested by this dependency.
pyfai and in the futur python-taurus.


Cheers

Frederic

--
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/a2a20ec3b8560d408356cac2fc148e53b1eb5...@sun-dag3.synchrotron-soleil.fr



Re: Pinning vs. conflicting

2014-07-03 Thread Jeroen Dekkers
At Thu, 03 Jul 2014 14:20:24 +0200,
Juliusz Chroboczek wrote:
 
  You have not yet explained why apt pinning is not enough.
 
  Simply because apt is not the only way to install packages.
 
  Don't synaptic and/or whatever honor these pins too?
 
  I have no idea about synaptic, but there’s e.g. cupt (which
  works as apt replacement, but probably (didn’t check) handles
  its configs the same…) and dselect (which uses dpkg and thus
  is one level “below” apt, and cannot be reasonably expected to
  use apt’s configs).
 
 Isn't the proper solution to add blacklisting support to dpkg, then?

No, the proper solution is pinning and that's already implemented. A
quick search turns up a bug report about pinning in cupt, from which I
conclude that cupt also implements it. Synaptic also implements
it. And dselect is obsolete and doesn't even support things like
multiarch (see #664893). It would also ask you to confirm installing
extra packages if I remember correctly, but I haven't used dselect for
a very long time.


-- 
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/87oax636tt.wl%jer...@dekkers.ch



systemd is here to stay, get over it now (was: Re: Pinning vs. conflicting)

2014-07-03 Thread Didier 'OdyX' Raboud
Folks,

Le jeudi, 3 juillet 2014, 14.20:24 Juliusz Chroboczek a écrit :
 Isn't the proper solution to add blacklisting support to dpkg, then?

The proper solution is to stop trying to hide ourselves from to the fact 
that some sort of systemd interfaces have been made unavoidable in 
modern desktop environments (fact which is rightfully reflected in our 
dependencies tree). Many of the interfaces of systemd are here to stay 
and will make their way through our stack (like it or not); fact is they 
already made it quite far in at least Gnome and KDE.

As developers of Debian (which this list is about afterall), our proper 
solution is not to forbid systemd on our various systems while hoping 
that not too many things will end up depending on its interfaces and 
that our working setup for so long that I can't even remember will 
magically keep working while the underlying stack keeps evolving (with 
or without systemd btw). Given that the technical committee has made a 
decision which stayed unchallenged (so far), I've now come to think that 
this behavior (and its flaming counterpart) is actively hurting the 
project.

The proper solution is to fix (or help fix) all use-cases that became 
broken with the arrival of systemd and/or make sure that the 
dependencies tree allows the systemd shim to be installed and working, 
as well as making sure this shim stays relevant and a working and 
transparent replacement to systemd itself.

We are collectively developing an operating system, not only assembling 
a set of packages for our own benefit. Our priority is our users and 
they rightfully expect a rocking Jessie release, which will happen with 
systemd as default init system. Will we make this happen or will we just 
end up having gone through an endless bikeshedding discussion about a 
package that forbids the installation of the default init system!?

Can we get over this now and start making Jessie the most awesome stable 
release we've ever prepared together?

Cheers,
OdyX

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


Re: MATE 1.8 has now fully arrived in Debian

2014-07-03 Thread David Weinehall
On Wed, Jul 02, 2014 at 12:04:46AM +0800, Thomas Goirand wrote:
 I don't think so. I think it encourages to be more easy going, and have
 fun, but never mind. Let's keep Debian boring^W^Wportland weird. :)

Would you feel the same if someone were to, say, upload a
hurd-must-die package?


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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140703150112.gb16...@hirohito.acc.umu.se



Re: MATE 1.8 has now fully arrived in Debian

2014-07-03 Thread Paul Tagliamonte
On Thu, Jul 03, 2014 at 05:01:13PM +0200, David Weinehall wrote:
 On Wed, Jul 02, 2014 at 12:04:46AM +0800, Thomas Goirand wrote:
  I don't think so. I think it encourages to be more easy going, and have
  fun, but never mind. Let's keep Debian boring^W^Wportland weird. :)
 
 Would you feel the same if someone were to, say, upload a
 hurd-must-die package?

I just filed a bug with Policy on if this is a valid use of the
Conflicts relation (#753608). Please don't bring this thread on that
bug. The policy people have to put up with enough headache :)

Can we get back to work now?


Thanks,
  Paul

-- 
 .''`.  Paul Tagliamonte paul...@debian.org  |   Proud Debian Developer
: :'  : 4096R / 8F04 9AD8 2C92 066C 7352  D28A 7B58 5B30 807C 2A87
`. `'`  http://people.debian.org/~paultag
 `- http://people.debian.org/~paultag/conduct-statement.txt


signature.asc
Description: Digital signature


sysvinit is still here, and here to stay for jessie (was Re: systemd is here to stay, get over it now)

2014-07-03 Thread Thorsten Glaser
On Thu, 3 Jul 2014, Didier 'OdyX' Raboud wrote:

 The proper solution is to stop trying to hide ourselves from to the fact 
 that some sort of systemd interfaces have been made unavoidable in 
 modern desktop environments (fact which is rightfully reflected in our 

Eh… you know… these are not all that Debian runs.
A lot of Debian systems even run without dbus!

 As developers of Debian (which this list is about afterall), our proper 
 solution is not to forbid systemd on our various systems while hoping 

Why not?

 or without systemd btw). Given that the technical committee has made a 
 decision which stayed unchallenged (so far), I've now come to think that 

No, there just has not been any challenge that met the form and
other requirements… and I am at a bit of loss at what to do here.

Besides, it’s not that the TC made a decision. Rather, the TC was
split, and the chairman threw in his weight. This is absolutely not
what I’d call a project(!) decision.

Also… see below.

 We are collectively developing an operating system, not only assembling 

Yes… a universal one.

 Can we get over this now and start making Jessie the most awesome stable 
 release we've ever prepared together?

To do that, it MUST work without systemd, if alone for upgrade
scenarios.

And alone the fact that the systemd issue *continuously* pops up
shows you that it is nowhere even near solved.


Furthermore, the TC(-chairman) decision only was on the default
init system for the Linux ports of jessie. This means that
• installing jessie with other init systems
• switching between init systems
• default init system for kFreeBSD ports
• default init system for Hurd port
• which non-default init systems are there?
are still on the table. (Due to Debian’s requirements for sane
upgrades, running a jessie system that was upgraded from an older
release with sysvinit MUST be fully supported, anyway.)


I’m a bit torn between throwing it all (which is a bad idea ofc),
writing a GR myself (which is also a bad idea due to my lack of
language skills), packaging BSD init for my own repo, joining the
(currently unheard) runit-as-init crowd…

bye,
//mirabilos
-- 
Sometimes they [people] care too much: pretty printers [and syntax highligh-
ting, d.A.] mechanically produce pretty output that accentuates irrelevant
detail in the program, which is as sensible as putting all the prepositions
in English text in bold font.   -- Rob Pike in Notes on Programming in C


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.deb.2.11.1407031652560.4...@tglase.lan.tarent.de



Re: How to avoid stealth installation of systemd?

2014-07-03 Thread Josselin Mouette
Le jeudi 03 juillet 2014 à 07:36 +0900, Norbert Preining a écrit : 
 You will never get xfce via an indirect 4-step dependency chain,
 but systemd comes in due to being the first alternative
 with lots of packages.

Just like ConsoleKit used to.
For the *exact* same reasons.

Yet I didn’t see any proposal for a consolekit-must-die package.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1404402025.14436.664.camel@dsp0698014



Re: How to avoid stealth installation of systemd?

2014-07-03 Thread Thorsten Glaser
Yet I didn't see any proposal for a consolekit-must-die package=

Must be because most people did not even get consolekit installed.
Or because it was not that intrusive?

(People in the know avoided *kit for a long time already anyway.)

bye,
//mirabilos


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



Bug#753626: ITP: python-musicpd -- An MPD (Music Player Daemon) client library written in pure Python3

2014-07-03 Thread Geoff
Package: wnpp
Severity: wishlist
Owner: Geoff ef...@azylum.org

* Package name: python-musicpd
  Version : 0.4.1
  Upstream Author : Kaliko Jack kal...@azylum.org
* URL : https://pypi.python.org/pypi/python-musicpd
* License : LGPL
  Programming Lang: Python
  Description : An MPD (Music Player Daemon) client library written in pure 
Python3

A python 3 only module. python-musicpd is a port of python-mpd to
python3 with no intention to support python2.

In comparison with python-mpd2 this module intends to keep things simple
(python3 only, no logging), this is a plain evolution of python-mpd.

This package is needed to package latest version of mpd-sima.
https://packages.debian.org/mpd-sima


-- 
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/20140703165853.22107.86145.report...@marla.azylum.org



Re: How to avoid stealth installation of systemd?

2014-07-03 Thread Joey Hess
This thread seems to be discussing the wrong problems[1]. 

We currently have the problem that systemd is still not installed by
default by debootstrap, despite the tech ctte decision being made months
ago. It's not clear what the right solution to that is; should
debootstrap special-case systemd on linux arches, or should systemd's
priority be different on linux arches? (And can that even be done.)

We also currently have the problem that there's no upgrade procedure
that causes systemd to be installed by default. This is being handled
peicemeil by eg desktop dependencies, but not in general.

If these two problems were sorted out, there would be no reason for
anything much in the archive to depend on systemd, because it would be
guaranteed to be present on the systems it's supposed to be present on. 
And so those who don't want it would not need to worry about a stealth
installation of systemd.

I belive these two problems are also requirements to be fixed by the
next release. And putting them off until the last minute is going to
lose out on a lot of integration time. So all the energy in this thread
seems it could be more productively applied.

-- 
see shy jo

[1] With the exception of the subthread about pre-reboot issues after
systemd is installed for the first time.


signature.asc
Description: Digital signature


Re: sysvinit is still here, and here to stay for jessie (was Re: systemd is here to stay, get over it now)

2014-07-03 Thread Matthias Urlichs
Hi,

Thorsten Glaser:
 A lot of Debian systems even run without dbus!
 
Yeah. So? systemd doesn't force you to run a dbus daemon.

 No, there just has not been any challenge that met the form and
 other requirements… and I am at a bit of loss at what to do here.
 
You get to do the same thing the Hurd and k*BSD people get to do –
develop viable alternatives.

I don't see *them* bitch about systemd, not here anyway; given the fact
that it won't even run on their systems (and likely never will) I'd say
they'd have more cause for doing that than you.

 Besides, it’s not that the TC made a decision. Rather, the TC was
 split, and the chairman threw in his weight. This is absolutely not
 what I’d call a project(!) decision.
 
It's been a few months and nobody has filed a GR yet – and IMHO the most
probable reason for *that* is that one would be very unlikely to succeed
anyway.

A few people complaining about systemd does not a project decision make.
Or unmake, for that matter.

  Can we get over this now and start making Jessie the most awesome stable 
  release we've ever prepared together?
 
 To do that, it MUST work without systemd, if alone for upgrade
 scenarios.
 
It must work without systemd well enough to be able to cleanly reboot the
system from the GUI, after upgrading.

Anything beyond that is nice-to-have, but definitely NOT required.

 split, and the chairman threw in his weight. This is absolutely not
 what I’d call a project(!) decision.

The *project* decision happened afterwards, by force of everybody (or, as
it turns out, almost everybody) heaving a sigh of relief that, no matter
the actual decision, the continus debate would *finally* be over and we
could get on with releasing jessie instead of talking about it.

Fat chance, as it turns out.

Oh yes, and there was also the sigh of relief from people like me –
people who want Debian to have systemd, because its features are so effing
damn *useful*, and who'd rather switch distros than use upstart.

Seriously.

 And alone the fact that the systemd issue *continuously* pops up
 shows you that it is nowhere even near solved.

Wrong. A couple of people repeat again and again that they dislike systemd,
quite intensely, and for reasons one might consider to be non-technical – if
one were so inclined(*).

(*) … it is not always easy not to violate our CoC …

By and of itself, this says nothing whatsoever about systemd's quality.

 […] are still on the table.

However, it is NOT the rest of the project's responsibility to make
whatever work seamlessly without systemd.

It's yours.

An inhibit-systemd package (by whatever name) will not help you (or anybody
else for that matter) achieve that goal.

-- 
-- Matthias Urlichs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140703174017.gd23...@smurf.noris.de



Re: systemd is here to stay, get over it now (was: Re: Pinning vs. conflicting)

2014-07-03 Thread Alexander Pushkin
Didier, Hello.

 The proper solution is to stop trying to hide ourselves from to the fact 
 that some sort of systemd interfaces have been made unavoidable in 
 modern desktop environments (fact which is rightfully reflected in our 
 dependencies tree). 

 Can we get over this now and start making Jessie the most awesome stable 
 release we've ever prepared together?

For some of us there will never be an awesome Debian release that at it's core 
contains systemd. It's core developers, Lennart Poettering and Kay Sievers, 
work for a company that has multi-billion dollar contracts with NSA. It is your 
choice to assume good faith on their part. It is our choice not to.

Please respect our decision to stay away from systemd and still be Debian 
users. If possible, please, don't resist changes that make our lives easier. 

--
For shame deny that thou bear'st love to any,
Who for thy self art so unprovident.
Grant, if thou wilt, thou art beloved of many,
But that thou none lov'st is most evident:
For thou art so possessed with murderous hate,
That 'gainst thy self thou stick'st not to conspire,
Seeking that beauteous roof to ruinate
Which to repair should be thy chief desire.
O! change thy thought, that I may change my mind:
Shall hate be fairer lodged than gentle love?
Be, as thy presence is, gracious and kind,
Or to thyself at least kind-hearted prove:
    Make thee another self for love of me,
    That beauty still may live in thine or thee.

W. Shakespeare


Bug#753639: ITP: libtest-requiresinternet-perl -- module to easily test network connectivity

2014-07-03 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtest-requiresinternet-perl
  Version : 0.02
  Upstream Author : Mark Allen mrall...@yahoo.com
* URL : https://metacpan.org/release/Test-RequiresInternet
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to easily test network connectivity

Test::RequiresInternet is intended to easily test network connectivity
before functional tests begin to non-local Internet resources. It does not
require any modules beyond those supplied in core Perl.

If the environment variable NO_NETWORK_TESTING is set, then the tests will be
skipped without attempting any socket connections.

If the sockets cannot connect to the specified hosts and ports, the exception
is caught, reported and the tests skipped.


signature.asc
Description: Digital Signature


Bug#753641: ITP: liblinux-pid-perl -- wrapper around the getpid() and getppid() C functions

2014-07-03 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblinux-pid-perl
  Version : 0.04
  Upstream Author : Rafael Garcia-Suarez r...@consttype.org
* URL : https://metacpan.org/release/Linux-Pid
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : wrapper around the getpid() and getppid() C functions

Perl already returns the PID and PPID in variables and builtins. Linux::Pid
forces perl to call the underlying C functions getpid() and getppid().

This is useful with multithreaded programs. Linux' C library, using the Linux
thread model, returns different values of the PID and the PPID from different
threads.

A known consumer of this functionality is Apache2::SizeLimit (in
libapache2-mod-perl2).


signature.asc
Description: Digital Signature


Re: systemd is here to stay, get over it now

2014-07-03 Thread Russ Allbery
Alexander Pushkin alex904...@mail.ru writes:

 For some of us there will never be an awesome Debian release that at
 it's core contains systemd. It's core developers, Lennart Poettering and
 Kay Sievers, work for a company that has multi-billion dollar contracts
 with NSA. It is your choice to assume good faith on their part. It is
 our choice not to.

I'm mildly curious how you managed to assemble a Debian system that does
not have libselinux1 installed.  It was originally written by the NSA, you
know.  Or, for that matter, how you assembled a Debian system without
glibc, or the Linux kernel, or gcc, or numerous other packages to which
Red Hat, and Google, and other companies with multi-million dollar US
defense and NSA contracts contributed substantially to or were primary
developers of.

Put another way, to quote a recent US federal ruling on a different
ideological topic, these are not the arguments of serious people.

 Please respect our decision to stay away from systemd and still be
 Debian users. If possible, please, don't resist changes that make our
 lives easier.

systemd is open source.  Every line of code is available to you to read.
If you think the NSA has hidden some strange back-door in systemd, please
go discover it.  You would make front-page headlines around the world, and
do a great service to the open source community.  Nothing is standing in
your way.

If the NSA are going to hide back-doors in open source projects (a rather
dubious idea to start with, given how difficult it is and how much social
blowback there would be when such a thing was inevitably discovered), they
would focus on highly-opaque code that cannot be easily audited except by
experts.  That's why people are very worried about crypto libraries and
particularly crypto algorithms that involve special magic numbers.  That's
an obvious place to conceal such a thing.

systemd is not highly opaque code that can only be audited by experts.
It's not doing particularly complex things; its appeal instead lies in the
architectural model, developed after a few previous attempts to do similar
things and based on lessons learned from them.  The code itself is similar
in readability and complexity to many, many other programs in our
distribution, and considerably *easier* to audit than, say, the Linux
kernel (which would be a more fruitful place for embedding back-doors).

I have no respect for bizarre conspiracy theories, and don't think Debian
is well-served by having respect for such things either.  We're trying to
build the best free software distribution we can, not trying to run a
divestiture campaign from Red Hat or some other company based on who they
do business with.  If you feel that's an appropriate political response,
more power to you, but you are going to find it very, very hard to
entirely avoid Red-Hat-developed free software in the Linux ecosystem.

-- 
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/87wqbuz4db@windlord.stanford.edu



Re: systemd is here to stay, get over it now (was: Re: Pinning vs. conflicting)

2014-07-03 Thread Matthias Urlichs
Hi,

Alexander Pushkin:
 It's core developers

*Its.

I think we can do without (quite unfounded, IMHO) insinuations that
systemd is somehow infected with an NSA-sponsored backdoor or two,
thank you very much.

 Please respect our decision to stay away from systemd and still be Debian 
 users. If possible, please, don't resist changes that make our lives easier. 
 
*Sigh*.

The problem is not that anybody resists such changes.
The problem is that some people bitch endlessly abut how evil systemd is
_instead_of_ producing software (not just patches) to replace what systemd
offers.

 For thou art so possessed with murderous hate,

Three words do come to mind … which I'll not write down here,
in order not to escalate this discussion.

You may mail me your guesses privately. ;-)

-- 
-- Matthias Urlichs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140703184059.ge23...@smurf.noris.de



Re: How to avoid stealth installation of systemd?

2014-07-03 Thread Joerg Jaspert
On 13626 March 1977, Norbert Preining wrote:
 On Wed, 02 Jul 2014, Joerg Jaspert wrote:
 And should we open the archive for a series of i hate $tool, i never
 want it packages, where do we stop? In theory we could end up with a
 load of them.
 Joerg, please be reasonable.

I entirely am, and thats why such a hate package won't bypass me, unless
there is one of
 a CTTE decision,
 a GR forcing me, or
 the ftp team overruling me.

 Why do you state such things despite the fact that you are well
 aware that systemd is different from all the others? The only
 explanation is that you don't want people to keep systemd out.

I wan't people to have the best system possible. Debian, via its CTTE
way[1], has settled on going the way to systemd. It is entirely insane to
add anti-systemd packages to the archive, especially as simple pinning
from a local admin has way better effects, should they want to keep it
out. Should people want to keep it out of their system they are free to
do so, but any kind of no-* package is an abuse of the archive.

-- 
bye, Joerg
God can’t be everywhere, right?


--
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/87ionerxhj@gkar.ganneff.de



Re: systemd is here to stay, get over it now

2014-07-03 Thread David Weinehall
On Thu, Jul 03, 2014 at 11:25:36AM -0700, Russ Allbery wrote:
[snip]
 If the NSA are going to hide back-doors in open source projects (a rather
 dubious idea to start with, given how difficult it is and how much social
 blowback there would be when such a thing was inevitably discovered), they
 would focus on highly-opaque code that cannot be easily audited except by
 experts.  That's why people are very worried about crypto libraries and
 particularly crypto algorithms that involve special magic numbers.  That's
 an obvious place to conceal such a thing.

An obvious pick that'd be both opaque and hard-hitting against a
saddening amount of open source systems would be the non-free NVidia
driver.  Why would the NSA take even the slightest risk of discovery
when they could put a backdoor in a driver for a piece of hardware that
has full access to your system?


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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140703205053.gc16...@hirohito.acc.umu.se



Re: How to avoid stealth installation of systemd?

2014-07-03 Thread Michael Biebl
Am 03.07.2014 18:45, schrieb Joey Hess:
 This thread seems to be discussing the wrong problems[1]. 
 
 We currently have the problem that systemd is still not installed by
 default by debootstrap, despite the tech ctte decision being made months
 ago. It's not clear what the right solution to that is; should
 debootstrap special-case systemd on linux arches, or should systemd's
 priority be different on linux arches? (And can that even be done.)
 
 We also currently have the problem that there's no upgrade procedure
 that causes systemd to be installed by default. This is being handled
 peicemeil by eg desktop dependencies, but not in general.
 
 If these two problems were sorted out, there would be no reason for
 anything much in the archive to depend on systemd, because it would be
 guaranteed to be present on the systems it's supposed to be present on. 
 And so those who don't want it would not need to worry about a stealth
 installation of systemd.
 
 I belive these two problems are also requirements to be fixed by the
 next release. And putting them off until the last minute is going to
 lose out on a lot of integration time. So all the energy in this thread
 seems it could be more productively applied.
 

Agreed, we should do the switch sooner rather then later.

Let me follow up on the actual switch in a separate thread.
We discussed that in #debian-systemd and we think we have found a pretty
neat solution which should handle both the fresh installation and
upgrade case. We also think that we are ready to do the switch asap for
the reasons you have given.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: multiarch: arch dependent header file path choice

2014-07-03 Thread Matthias Klose
Am 28.06.2014 19:44, schrieb Osamu Aoki:
 Hi,
 
 The path for the arch dependent header file seems to have several options.
 
  1) /usr/include/multiarch/*.h
  2) /usr/include/multiarch/packagename/*.h
  3) /usr/lib/multiarch/packagename/include/*.h
 
 I would like to know rationale for each choice, especially between 2 and 3.

1) has the advantage that it is found in the standard include path.

3) is a cheap work around for packages installing everything
   into a common prefix and then either providing symlinks in
   other places or forcing users to rely on pkg-config or other
   methods to find files.

You are missing 1b) /usr/include/packagename/*.h

There should almost be no issues for packages putting header files directly in
/usr/include or /usr/include/multiarch. Yes, there are some dumb tests
checking for the existence of files in a certain path which will break.

Packages installing header files in /usr/include/packagename usually need a
knowledge of the include path, and you'll break things just moving all header
files or a part of it to /usr/include/multiarch/packagename, because
depending packages expect that only one include path is sufficient. The solution
here is to use a fake header in /usr/include/packagename which includes the
appropriate header in /usr/include/multiarch/packagename.  python2.7's and
python3.4's pyconfig.h file is such an example.  But even here you find
configure checks to grep pyconfig.h for certain features which break which such
kind of setup ... and of course it needs updates for new architectures.

 I am sure they all are functioning choice but intriguing to see choice 3.
 
 (I was looking for the typedef of gsize in gobject header files in
 /usr/include/glib-2.0.  It tool me time to find it in
 /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h)

this doesn't seem to conform to the FHS, and I assume a FHS conformant packaging
wouldn't make things worse.

 As I look around on my system, I observe followings
 
 For 1, *.h are:
 expat_config.h

 ffi.h
 ffitarget.h

one of them can live in /usr/include, however I personally prefer to install
header files in one location.

 fpu_control.h
 gmp.h

this is an example where the upstream header was patched to co-install on 32/64
bit systems not knowing about multiarch.

 ieee754.h
 lua5.1-deb-multiarch.h
 lua5.2-deb-multiarch.h
 zconf.h
 
 For 2, packagename are
 python3.3m

see above for the explanation for python.

 openssl
 ruby-2.0.0
 c++

this is in the standard c++ include path, so it doesn't need any special 
configury.

 ...
 
 For 3, packagename are:
 glib-2.0
 gtk-2.0
 gtk-3.0
 dbus-1.0 (dbus/dbus-arch-deps.h as *.h)

what a surprise ... I assume many upstream developers are working for distros
not using multiarch.

  Matthias


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53b5cbce.8050...@debian.org



Bug#753652: ITP: node-clarinet -- evented streaming JSON parser

2014-07-03 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley superjo...@gmail.com
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-clarinet
  Version : 0.9.0
  Upstream Author : Nuno Job nunojobpi...@gmail.com (http://nunojob.com/)
* URL : https://github.com/dscape/clarinet
* License : BSD
  Programming Lang: JavaScript
  Description : evented streaming JSON parser - Node.js module

 clarinet is a Node.js module which provides a streaming parser for JSON.
 clarinet is inspired (and forked) from sax-js.
 .
 clarenet is intended to create better full text support in Node.js.
Creating
 indexes out of large (or many) JSON files does not require a full
 understanding of the JSON file, but it does require something like
clarinet.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753654: ITP: node-jstream -- Continously reads in JSON and outputs JavaScript objects

2014-07-03 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley superjo...@gmail.com
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-jstream
  Version : 0.2.7
  Upstream Author : Roly Fentanes (https://github.com/fent)
* URL : https://github.com/fent/node-jstream
* License : Expat
  Programming Lang: JavaScript
  Description : Continously reads in JSON and outputs JavaScript
objects - Node.js module

 jstream is a Node.js module which continuously reads in JSON and outputs
 JavaScript objects. It is meant to be used with keep-alive connections
that
 send back JSON on updates.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753655: ITP: node-ytdl-core -- YouTube video downloader Node.js module

2014-07-03 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley superjo...@gmail.com
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-ytdl-core
  Version : 0.2.0
  Upstream Author : Roly Fentanes (https://github.com/fent)
* URL : https://github.com/fent/node-ytdl-core
* License : Expat
  Programming Lang: JavaScript
  Description : YouTube video downloader - Node.js module

 ytdl-core is a Node.js module which provides an API to get a readable
stream
 for a YouTube video.
 .
 Node.js is an event-based server-side JavaScript engine.


Re: systemd is here to stay, get over it now (was: Re: Pinning vs. conflicting)

2014-07-03 Thread Axel Wagner
Hi,

Matthias Urlichs matth...@urlichs.de writes:
 Please respect our decision to stay away from systemd and still be
 Debian users. If possible, please, don't resist changes that make our
 lives easier.
 
 *Sigh*.

 The problem is not that anybody resists such changes.

I disagree. People *do* in fact resist changes that makes the live of
other people considerable easier. Sorry to say so, but this is
effectively what all this FUD and useless discussion about packages
depending on systemd is about -- resisting a change, that makes the live
of the maintainers and developers of said packages considerable
easier. I find it deeply funny and ironic that this is actually used to
defend the very same behaviour, that is critized. So, if possible,
please, systemd haters, don't resist changes that make our lives easier.

Best,

Merovius


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



Work-needing packages report for Jul 4, 2014

2014-07-03 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: 586 (new: 10)
Total number of packages offered up for adoption: 137 (new: 0)
Total number of packages requested help for: 60 (new: 1)

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



The following packages have been orphaned:

   ajaxterm (#753565), orphaned today
 Description: Web based terminal written in Python
 Installations reported by Popcon: 229

   altermime (#753566), orphaned today
 Description: utility used to alter mime-encoded mailpacks
 Installations reported by Popcon: 1594

   fcoe-utils (#753102), orphaned 4 days ago
 Installations reported by Popcon: 10

   gsimplecal (#753567), orphaned today
 Installations reported by Popcon: 210

   libhbaapi (#753104), orphaned 4 days ago
 Reverse Depends: fcoe-utils libhbaapi-dev
 Installations reported by Popcon: 16

   libhbalinux (#753105), orphaned 4 days ago
 Reverse Depends: libhbalinux-dev
 Installations reported by Popcon: 16

   lldpad (#753106), orphaned 4 days ago
 Installations reported by Popcon: 19

   mailgraph (#753569), orphaned today
 Description: RRDtool frontend for Mail statistics
 Installations reported by Popcon: 760

   py-radix (#753271), orphaned 4 days ago
 Description: radix tree implementation for storage of IPv4 and IPv6
   networks
 Reverse Depends: zorp
 Installations reported by Popcon: 52

   rapid-photo-downloader (#753568), orphaned today
 Installations reported by Popcon: 173

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



No new packages have been given up for adoption, but a total of 137 packages
are awaiting adoption.  See http://www.debian.org/devel/wnpp/rfa_bypackage
for a complete list.



For the following packages help is requested:

[NEW] vagrant (#753095), requested 4 days ago
 Installations reported by Popcon: 1202

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

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

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

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

   chromium-browser (#583826), requested 1495 days ago
 Description: Chromium browser
 Reverse Depends: chromedriver chromium chromium-dbg chromium-l10n
   mozplugger
 Installations reported by Popcon: 25031

   csv2latex (#746158), requested 67 days ago
 Description: a CSV to LaTeX file converter
 Installations reported by Popcon: 159

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

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

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

   freeipmi (#628062), requested 1134 days ago
 Description: GNU implementation of the IPMI protocol
 Reverse Depends: freeipmi freeipmi-bmc-watchdog freeipmi-ipmidetect
   freeipmi-tools libfreeipmi-dev libfreeipmi12 libipmiconsole-dev
   libipmiconsole2 libipmidetect-dev libipmidetect0 (3 more omitted)
 Installations reported by Popcon: 5230

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

   gnokii (#677750), requested 747 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: 1657

   gnupg (#660685), requested 864 days ago
 Description: GNU privacy guard - a free PGP 

Re: systemd is here to stay, get over it now

2014-07-03 Thread Carlos Alberto Lopez Perez
On 03/07/14 22:50, David Weinehall wrote:
 Why would the NSA take even the slightest risk of discovery
 when they could put a backdoor in a driver for a piece of hardware that
 has full access to your system?

Or on the firmware of your HDD/SDD: 
http://s3.eurecom.fr/~zaddach/docs/Recon14_HDD.pdf



signature.asc
Description: OpenPGP digital signature


Re: sysvinit is still here, and here to stay for jessie (was Re: systemd is here to stay, get over it now)

2014-07-03 Thread The Wanderer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 07/03/2014 01:40 PM, Matthias Urlichs wrote:

 Hi,
 
 Thorsten Glaser:

 Can we get over this now and start making Jessie the most awesome
 stable release we've ever prepared together?
 
 To do that, it MUST work without systemd, if alone for upgrade 
 scenarios.
 
 It must work without systemd well enough to be able to cleanly reboot
 the system from the GUI, after upgrading.
 
 Anything beyond that is nice-to-have, but definitely NOT required.

I, for one, would be highly displeased if a routine dist-upgrade to
testing required me to reboot to avoid having things break.

I generally dist-upgrade my primary computer to testing about once a
week, give or take, but I don't reboot it more often than once a month -
more commonly three to six months, and I'd prefer that to be longer if
possible. (And often when I do reboot, it's due to a power outage that
overwhelms my UPS.)

Yes, this means that I don't get the benefit of some of the upgraded
packages (e.g. new kernels) until I do reboot - but nothing breaks,
either. Given the inconvenience of needing to shut down everything I'm
doing (including dozens of xterms, many with running programs) to
reboot, and manually bring up what parts of it I can afterwards, I'm
entirely willing to live without those benefits in the interim.

Regardless of how I feel and what I've argued in the past about systemd
et al., I wasn't previously planning to actively avoid letting systemd
get installed on my system. However, if letting it get installed will
mean things will thereafter be broken until I reboot, I don't see much
choice in the matter; I'll have to block it from installing until I'm
ready for a *planned* reboot, which are vanishingly rare for me.

I would argue that in order for Jessie to be the most awesome stable
release [...] ever prepared, it must work without systemd well enough
to let everything that worked before the upgrade to Jessie continue to
work equally well until the user decides to reboot - whether that's
immediately, or six months down the line. Previous releases could
successfully be used that way, after all; I've done it with at least one
of them.

- --
   The Wanderer

Secrecy is the beginning of tyranny.

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

iQIcBAEBCgAGBQJTthz0AAoJEASpNY00KDJrUYYQAK5mLMWhN/Q0Zo0z+fhwjDKt
bqHSguTMpACHe+K3PrwpayjtXA7y4ySHf2BoXJuLmEbR7WGRUcnY3rQLJEArtN1h
M6bH9bxZu03SeMiagcY4M8prhTQ3dAN7CYX+vCBAuVi5l2oQD0yi2JgMIIGBLEmy
5wzSFX/zKtKHQuvUHS+oNLI5BALcD4T/ItBOZryl9jCh7vnW5GFQe8IDneyt7sXs
1wBgFaMZkNtQQtwxZ5Ug6LEh2ydXRG1RPrqVntNbRGNNWipKHjBcI8k5jVbj21sC
1FUkcvXvC2uV0RhOg+aCc+cilLqheYobHyDHnDZEsxnMpaamM5aW/DbpJmwmKMv5
jOTTifQuieyhmxHcUlMPjS/mTTZLxDZpHDVn2V1AZ6IIb7u4AS+03cDhB8aEfQOA
8JOHcuJKi+LTdkSOozxXbO8uxLCN310MKye/51/EMSlZmbm+8LND/+bSHUL4mBtl
CTwBWqUHuDfGi+/HV1GAglz0ZSAXGE1HFR2678niIByfUA+vPa2uq6hklRnmBthX
bi26AdRIwF3xD9Q/eJKTdoFLMp3YjcmKks1igEV8wsacQg9XgABkfIBqgbkMw5+L
w3N9mB7rGyxxFdv0KbqkT4TcXOG8Du6XVqtbndN0MUOOex2jDuv2YPyu4kHEQFCe
Wb/VaBf2qLJXDGx8Wx9w
=QG8/
-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/53b61cf4.6010...@fastmail.fm



Re: sysvinit is still here, and here to stay for jessie (was Re: systemd is here to stay, get over it now)

2014-07-03 Thread Russ Allbery
The Wanderer wande...@fastmail.fm writes:

 I, for one, would be highly displeased if a routine dist-upgrade to
 testing required me to reboot to avoid having things break.

 I generally dist-upgrade my primary computer to testing about once a
 week, give or take, but I don't reboot it more often than once a month -
 more commonly three to six months, and I'd prefer that to be longer if
 possible. (And often when I do reboot, it's due to a power outage that
 overwhelms my UPS.)

 Yes, this means that I don't get the benefit of some of the upgraded
 packages (e.g. new kernels) until I do reboot - but nothing breaks,
 either. Given the inconvenience of needing to shut down everything I'm
 doing (including dozens of xterms, many with running programs) to
 reboot, and manually bring up what parts of it I can afterwards, I'm
 entirely willing to live without those benefits in the interim.

Speaking as someone who runs unstable on his laptop, power management has
not worked across a dist-upgrade many times in unstable during both the
current development cycle and the wheezy development cycle.  Usually it's
just that suspend functions don't work without a reboot (which in many
cases, such as a new Linux kernel version, makes obvious sense, but I've
had it not work a bunch of times when there wasn't a new kernel version),
but I've had the power button in the Xfce bar not work at all in the past.
So this is already the current state of play in Debian based on my
personal experience, and has been for quite some time.

If you haven't noticed, I suspect that you don't have as high of a
sensitivity to things breaking than you might think.  Or, at least, things
you care about have not broken.

-- 
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/87iondpyo9@windlord.stanford.edu



Re: sysvinit is still here, and here to stay for jessie (was Re: systemd is here to stay, get over it now)

2014-07-03 Thread Matthias Urlichs
Hi,

The Wanderer:
 I, for one, would be highly displeased if a routine dist-upgrade to
 testing required me to reboot to avoid having things break.
 
We're talking about an upgrade from one release to the other here,
with many intrusive changes (not just systemd).

If you do that upgrade not in one fell swoop but in many baby steps,
at least one of these will be the one that ends up killing off a feature or
two.

 I would argue that in order for Jessie to be the most awesome stable
 release [...] ever prepared, it must work without systemd well enough
 to let everything that worked before the upgrade to Jessie continue to
 work equally well until the user decides to reboot - whether that's
 immediately, or six months down the line. Previous releases could
 successfully be used that way, after all; I've done it with at least one
 of them.
 
It'd be awesome if that is / will be possible, but I for one wouldn't be
annoyed if it isn't, for one reason or another.

-- 
-- Matthias Urlichs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140704035436.gf23...@smurf.noris.de



Re: sysvinit is still here, and here to stay for jessie (was Re: systemd is here to stay, get over it now)

2014-07-03 Thread The Wanderer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 07/03/2014 11:53 PM, Russ Allbery wrote:

 The Wanderer wande...@fastmail.fm writes:
 
 I, for one, would be highly displeased if a routine dist-upgrade to
 testing required me to reboot to avoid having things break.
 
 I generally dist-upgrade my primary computer to testing about once
 a week, give or take, but I don't reboot it more often than once a
 month - more commonly three to six months, and I'd prefer that to
 be longer if possible. (And often when I do reboot, it's due to a
 power outage that overwhelms my UPS.)
 
 Yes, this means that I don't get the benefit of some of the
 upgraded packages (e.g. new kernels) until I do reboot - but
 nothing breaks, either. Given the inconvenience of needing to shut
 down everything I'm doing (including dozens of xterms, many with
 running programs) to reboot, and manually bring up what parts of it
 I can afterwards, I'm entirely willing to live without those
 benefits in the interim.
 
 Speaking as someone who runs unstable on his laptop, power management
 has not worked across a dist-upgrade many times in unstable during
 both the current development cycle and the wheezy development cycle.
 Usually it's just that suspend functions don't work without a reboot
 (which in many cases, such as a new Linux kernel version, makes
 obvious sense, but I've had it not work a bunch of times when there
 wasn't a new kernel version), but I've had the power button in the
 Xfce bar not work at all in the past. So this is already the current
 state of play in Debian based on my personal experience, and has been
 for quite some time.

Suspend - or, rather, resume from suspend - hasn't worked on this
(desktop) computer ever, that I've seen. Given the symptoms, I suspect
the problem lies in fglrx, which is why I haven't bothered reporting it.

On my laptop (which gets a similar upgrade pattern), by contrast, the
only times I've ever seen suspend fail have been from an uninterruptable
running task - most commonly updatedb trying to access an inaccessible
NFS share. For whatever little or nothing that may be worth.

 If you haven't noticed, I suspect that you don't have as high of a 
 sensitivity to things breaking than you might think.  Or, at least,
 things you care about have not broken.

That's entirely possible, though I think the latter is a bit more likely
than the former - particularly because I use rather fewer things than
many other people, and don't use most fancy GUI elements. (For example,
I don't have a graphical power button at all; I shut down by exiting
my window manager, logging out of the console where I had originally run
startx, logging in as root, and running 'shutdown -h'.)

I'll also note that I specifically track testing, not unstable. I used
to track unstable, but I had far too many problems (not all of which I
could find a practical way to fix without a from-scratch reinstall) as a
result, quite possibly including some of the sort of problems you're
talking about.

- --
   The Wanderer

Secrecy is the beginning of tyranny.

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

iQIcBAEBCgAGBQJTtiyNAAoJEASpNY00KDJrhzQP/3aLzEQVIffSgBls3G4Zp//F
aiZmruScHxSap/yypJALEq1rvh+3IGSLAAvS0m1F/Aw51GtnMcog2f9dQrDG1Pr7
rP3QnqE+hFA2BiioZ/TaOwXdjC/ROydkShSYE43xkXgI1QHMmtdA4K5u2Yc4nJxv
muNfXSDE5eaZ1ThUOslzC5uDrPPxi3x3hKtU309kv0CG2EJutOtKWWZZ8shMx0rD
5XeRy5PME1FzGsS2JXHbbnLJ4nU/VqXaJU08gIZJrlSMzMf42TB0ju/h2LakZ9BQ
DzlHoNPA2mBH+dHE+OH2HVJxfQciAplQF6xKUuTItgMbs5/CAZH7hevgI4/Ku16M
dyIWcTYR4XdBOX9VISpeqKRmdRGas+pSUgX2mErEifk8ExM5nA3umpce2pKD5sJ3
TPqmeZtrHDfZitsbIHGIUCvydRwDCKVZ0rge3ABX6g8Sgitib00aTaA7+o62M5ox
mA7HN8U3DB+ychfZTJu8nrXRmsNJKTjW4yQFcmiMbgwoITusLAUs8CdRIvNs0xbf
wPcgfJRH9hxX+2Z9aVM1KqlKRuGHToU8NRqekE9PH441/KXPmRHlT9OMBxmxEWTX
TuPD5hpzSN/qyC7KQICnmg2YabJKACLNWaWYnuegsFAIFbrI2MZX81YP+C1AB7vP
PV73sSfcywvv7ldNkoXi
=Vplc
-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/53b62c8d.5010...@fastmail.fm



Accepted geary 0.6.1-1 (source amd64)

2014-07-03 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Jul 2014 22:42:30 -0700
Source: geary
Binary: geary
Architecture: source amd64
Version: 0.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Vincent Cheng vch...@debian.org
Changed-By: Vincent Cheng vch...@debian.org
Description:
 geary  - lightweight email client designed for the GNOME desktop
Changes:
 geary (0.6.1-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 557923d4884b5680a0a064de1b15a7ba2ddaca5f 2281 geary_0.6.1-1.dsc
 75a8e30b6e787993561ac6d7521358924b967998 779208 geary_0.6.1.orig.tar.xz
 a471e78f17bfbd2b6842e289b0b6a518e2af2345 9792 geary_0.6.1-1.debian.tar.xz
 fe3e04c93af2cdc9c04c001c39adaae79118614f 1215448 geary_0.6.1-1_amd64.deb
Checksums-Sha256:
 c2332f3b7f126b6928d7d26d9368bb7823f700c837879d3689419efb27efc4aa 2281 
geary_0.6.1-1.dsc
 7078dd9353b9ed2d404cb6a6d9b7d461614b283fc5a3a30630647a8c4a37a6f9 779208 
geary_0.6.1.orig.tar.xz
 232f2cee4110f3541d31ccdac9f75532e37a72ce9d6aa5ac48da41644a0d438f 9792 
geary_0.6.1-1.debian.tar.xz
 4bef3e680bacefc4b1503cbb7c3bf57c3c3ede0ebffb54f25ff3911a291741e0 1215448 
geary_0.6.1-1_amd64.deb
Files:
 a5cade0514e27b75435de50216c621c0 1215448 mail optional geary_0.6.1-1_amd64.deb
 0f1415c8ab2f7dea5e5064c547c4b828 2281 mail optional geary_0.6.1-1.dsc
 ffcdcc6d57e5f970f16a8645ebecc601 779208 mail optional geary_0.6.1.orig.tar.xz
 c0f843e751d07b0a8b7ca6200c750f43 9792 mail optional geary_0.6.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtO5NAAoJEI7tzBuqHzL/vgYP/0tPhPdzdifpoCkhytFmlmfG
F5cq9o+RWW4fYLJ4Y6BOrrSnbIFbHdRj8WsOd+5Tjjj/5OZ+yLs0jWrxqlIBalSM
nd/5CSKAzrbDitPYpTS2f/AbPVYbv70jtcICpkC/5VvW04LCez3qbIKOC0o0uh5G
5KZFCZOvT/mEXzbhj4SYOm/ww5hXrJk2GvbyVXuk6a0F60Rim6mErEqV59M9XRg5
Zoq8CIpUvfiYSsIUXIF0zl3lkPVEYX6eLr/292hLZyzG1lEF0xmcQSizMNk/A7Cp
9mPsn54Y7K3VmvZ+4OwZqSSLoAPIn5ODy2RSVGu2ra7ew8FPHB9Bs5xStGVyETOV
TZtKIlOch+cVi6vb30lspKt30Ll8TllvcBN3fT3qjlnCzJc/0z9von3XD13IxDJk
GvYLLcg1KivLpiEkJHaFhERHozBtaZefzznAEVBnQTJYgS/yLyRqYTcigf9KUOVv
m4PQ9Ndw0U0Vwz3rDiQn38uDfWUTGc1wbgya8xRztFFQIpFmvlotm8a4WPZ+Yq7c
SoGPkBQbxI6+AgNZK3BYp1sH2VFyV6jPl7hsNGasGsp4fgLiBqHcJJk9MBLiZPfH
UrqUKWvoz0Lqb+fnom7++I1r5E57mzzu6zdTx+5XbtbDnREFD3z7jCfKTejpHyaE
wzYtiHe+eTCfT7jBrF4k
=Uqlt
-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/e1x2a81-yp...@franck.debian.org



Accepted xmonad 0.11-8 (source all amd64)

2014-07-03 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 07:42:54 +0200
Source: xmonad
Binary: xmonad libghc-xmonad-dev libghc-xmonad-prof libghc-xmonad-doc
Architecture: source all amd64
Version: 0.11-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 libghc-xmonad-dev - Lightweight X11 window manager${haskell:ShortBlurb}
 libghc-xmonad-doc - Lightweight X11 window manager${haskell:ShortBlurb}
 libghc-xmonad-prof - Lightweight X11 window manager${haskell:ShortBlurb}
 xmonad - Lightweight X11 window manager written in Haskell
Closes: 753551
Changes:
 xmonad (0.11-8) unstable; urgency=medium
 .
   * Float mplayer2 (patch by Joey Hess, Closes: #753551)
Checksums-Sha1:
 7af25244d7a9862538eb3d6425765794a16377ae 2660 xmonad_0.11-8.dsc
 71c3c0a407ec9eb458a92fcd9ca8a719e6fb3789 11688 xmonad_0.11-8.debian.tar.xz
 ce12556d1298406d12a43ecabba9dac509febb11 143422 
libghc-xmonad-doc_0.11-8_all.deb
 5505b6ce55a08135cbc0267ae56d972585ccac9b 430118 xmonad_0.11-8_amd64.deb
 960daa98597262cc147fca9396d608ae3151fecc 309600 
libghc-xmonad-dev_0.11-8_amd64.deb
 f6f6b32c1c1a9ea0483f4858233738aff1038671 442326 
libghc-xmonad-prof_0.11-8_amd64.deb
Checksums-Sha256:
 96ec5f7919a537550f7f9c646d824fa1f4a2e49e0ea0caa9fb019a81321d251d 2660 
xmonad_0.11-8.dsc
 dc839e55a867af33581f10b976aa317fd5ed50271e2ecb96a8009ac310e44116 11688 
xmonad_0.11-8.debian.tar.xz
 1784ca592bfa10bdd896c50849fe24b30733ed1bea529f767ce056e4c588f39a 143422 
libghc-xmonad-doc_0.11-8_all.deb
 26b5e45398d8a3b40f9c4aad35cee499741e5486f06a28bc6c19f96cae635032 430118 
xmonad_0.11-8_amd64.deb
 084c9d9d10d4bef4a00bb2dec2154c685681555cb45772f1ef33397ee937bb83 309600 
libghc-xmonad-dev_0.11-8_amd64.deb
 578f4cbe003e45089603c1f069ee3d0d52ab48b91b1ff71f56601c811e365140 442326 
libghc-xmonad-prof_0.11-8_amd64.deb
Files:
 585a1bd6ed4f55517382e0f02b380953 143422 doc extra 
libghc-xmonad-doc_0.11-8_all.deb
 0378b1df531e3acfc9be38799528bfd6 430118 x11 extra xmonad_0.11-8_amd64.deb
 20bf96901b3eae8cff423771c8085cb2 309600 haskell extra 
libghc-xmonad-dev_0.11-8_amd64.deb
 5bfa4244e5f5af5b37767176ce3352f9 442326 haskell extra 
libghc-xmonad-prof_0.11-8_amd64.deb
 f1697547d63a66aa750d23c1ea92ede0 2660 haskell extra xmonad_0.11-8.dsc
 c7e1a27c4ef22ffc9bf02d18a3030e3e 11688 haskell extra 
xmonad_0.11-8.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtO43AAoJED2QirPw+/UfbOcP/1Yg830h5bhr2MUUX0xIRCmL
VKsJqxWGXX8M4UWuDrt3DJVczn3hFeAQHZPZxC8OAVdBa67tC7xq5Q7hKv8JFgSH
TCtjghC7YXMBuXt4yexrwN8Xxkwo2+9JhET6AHm7XdQNhpzos4J+o7Eu9ngRIGZZ
I7Q3+cSlqVaYyYcP14kJDPr2fmBLkziRXMgPJty47h9cwpCHDNgB4C7nua9pxo+h
MCOV/ambCj5lOxyLo7yXP4gq9Zkig1OBoLhAOpaVPatVftVeS4tm44gaBQfAQAcE
9AD6hKF9Ubs6kEulPRX4nD/F2VSyMc9drvrhUlCPgTej+S6LpwARRHcLSEZkeEFf
ZMAu3kgEimONkd2osudaklK36yR2neDnMcdeCtX6kpdeMpH3ldmn6o307qdNHY6Q
1znA1AvqEHA13/DkvPyEmL81E4S9VR85mI2LtJ66l57LngtZIYKRb4l7ZwYV9xFV
9zKGJGJRNESftR9RCBJgAscpX2fSZmmHy8O510Jf3winHoo3wOMOUgo3qTYhiZwn
9fRlQ8w0YUcIDRndYHvJsQ7wXpexc3pifW34mIE5ckSMZHigcxaY2jwMGfHu8tQG
Fvr3PSQCA67AehPmTGtVRXQraZUBFq4vtw0rw519yayhuy7k2cvCkaHHRxikWd1p
K6XMpUfrNmBiquxPX3jH
=CJTT
-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/e1x2a8d-hy...@franck.debian.org



Accepted python-django-pyscss 1.0.1-2 (source all)

2014-07-03 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Jul 2014 15:29:35 +
Source: python-django-pyscss
Binary: python-django-pyscss
Architecture: source all
Version: 1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 python-django-pyscss - makes it easier to use PySCSS in Django
Closes: 753380
Changes:
 python-django-pyscss (1.0.1-2) unstable; urgency=medium
 .
   * Added missing build-depends: python-pil, libjs-jquery and python-django,
 so it doesn't download with pip (Closes: #753380).
Checksums-Sha1:
 d1cb189e0ea26b93386c914b6da72cb15892f454 2307 python-django-pyscss_1.0.1-2.dsc
 c64ea454729e86bad8c5be61a3408ae2907c7a3f 2900 
python-django-pyscss_1.0.1-2.debian.tar.xz
 d5b224694d729ee888495023d1e1677deaaa9004 7952 
python-django-pyscss_1.0.1-2_all.deb
Checksums-Sha256:
 0b7186895268a3d3b425ba58ba0dae671358d7bf373464e38e0bc311d15b9fcd 2307 
python-django-pyscss_1.0.1-2.dsc
 f98ae6d044f8236a6e8328407f9c7accbc3bbd7426248e07a7a2a8fd6505006b 2900 
python-django-pyscss_1.0.1-2.debian.tar.xz
 32073237ba30fbc794783f4704782d3210cbc2b205d95bd667a4096402f301d6 7952 
python-django-pyscss_1.0.1-2_all.deb
Files:
 dd6876daf1f0df76fa906c0b19d1578c 7952 python optional 
python-django-pyscss_1.0.1-2_all.deb
 3a8158ac81536f28bdbd3c40ce2c2ebe 2307 python optional 
python-django-pyscss_1.0.1-2.dsc
 2f8d6d609cfb512d590235167d51f000 2900 python optional 
python-django-pyscss_1.0.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtQDuAAoJENQWrRWsa0P+EAcP/13+2dbcPPEfb4chXVEW+F/g
zfYZdfmHeE2cYM9g4S4T9s8a76304KBIW2qn2eprVre2k2w0S2YwfrkCE0D6nGfQ
k7Qgf0Q5Jv8tyRo9JjNHT+cVG+Cywh/gbhiJxBnmmcUCjAOPj4YX6amgNHfQvpHe
iq16A6Z+v13XhOz24xyNlg4IM/sVIsDtHfm1ayCBKT6i/Vc2cFoXqwBvD0hw30MA
zTJDLC6oIfU9fKCdy3T5rNPgk/JFVjAs3LFj+GLFk8mHJjsokKIMUQZoAfunRhF6
gvmURkkUDtMyWJCD1L+3XTteM5wyGgxIpp2S3zYecI0D7QN+XN+v2Il2XH48dCsW
WxIermyfzrsCGudbmDZLswGAWcFQXRVIEi7+XRwDRoEZSABf7RS8g0lCU/ACG7Nf
mdJlvhEveiWAzIK4+4CxGB6xb0zeiFitRGIpzoRos5ka0aW4wrHdD52mrGIGLaDy
eF7JerHZskbAuQP2g1r8NwrC/xfPSXtz05qtHhdtsJbgHMTXrOhM3jDER7ZmuIdI
kEA7+ftDcghcLG9J1ql4Du96q1iLGuhynh1CcgXW4uXtmurJSvTkQkUqpjtcG6Ml
OaFW8oB4YAMj2bxhyVHK3GupbaUAfO+pLVPYML0b1vEo3pNZHr1VubWI8MymXP01
sfR/wIzjYLTj57GzkEQA
=m0lv
-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/e1x2bi4-ku...@franck.debian.org



Accepted mate-desktop-environment 1.8.0+6 (source all)

2014-07-03 Thread Mike Gabriel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 08:57:10 +0200
Source: mate-desktop-environment
Binary: mate-desktop-environment-core mate-core mate-desktop-environment 
mate-desktop-environment-extras mate-desktop-environment-extra
Architecture: source all
Version: 1.8.0+6
Distribution: unstable
Urgency: medium
Maintainer: MATE Packaging Team pkg-mate-t...@lists.alioth.debian.org
Changed-By: Mike Gabriel sunwea...@debian.org
Description:
 mate-core  - MATE Desktop Environment (essential components, dummy package)
 mate-desktop-environment - MATE Desktop Environment (meta package)
 mate-desktop-environment-core - MATE Desktop Environment (essential 
components, meta package)
 mate-desktop-environment-extra - MATE Desktop Environment (extra components, 
dummy package)
 mate-desktop-environment-extras - MATE Desktop Environment (extra components, 
meta package)
Changes:
 mate-desktop-environment (1.8.0+6) unstable; urgency=medium
 .
   [ Martin Wimpress ]
   * Correct a typo in the Ubuntu gschema override.
Checksums-Sha1:
 37e777dd1207faa2bc2901d9d523b0e925dee77c 2251 
mate-desktop-environment_1.8.0+6.dsc
 eb5f8f1fae15a97e9ee189a789ff40fd71faffe5 3352 
mate-desktop-environment_1.8.0+6.tar.xz
 5cfd40532c9b5646716535617533298cdafe6665 2970 
mate-desktop-environment-core_1.8.0+6_all.deb
 20fdde7f61105e6eda0ef06219518aaccb8c7489 2422 mate-core_1.8.0+6_all.deb
 f7c88a1e845ed45dc625be7c5bdcccdbab5070f5 2698 
mate-desktop-environment_1.8.0+6_all.deb
 0ccde706e36a47644774b26f8d69f45947b0f989 2614 
mate-desktop-environment-extras_1.8.0+6_all.deb
 651aeab44bd952644b74c5ea7b6fd54d86431caf 2430 
mate-desktop-environment-extra_1.8.0+6_all.deb
Checksums-Sha256:
 22c1c45dd87b89cbcb3e00572d246134306ad1fb1ae5afd4a212738191562a9a 2251 
mate-desktop-environment_1.8.0+6.dsc
 287f83634691cae2206c4cea1f01fb5e90edd6f4a42af4057081d7a422f6de01 3352 
mate-desktop-environment_1.8.0+6.tar.xz
 f1d99b2a061fe0fc9ef6df10acc7d21e8ea64aa4072ff038e6e7f62fcce6f5ac 2970 
mate-desktop-environment-core_1.8.0+6_all.deb
 07a691c9627e7d211943d97c01035f3a86fe8921a206c23ffae8f8fa3f67cce7 2422 
mate-core_1.8.0+6_all.deb
 85f6a1ce9d247d40b752015d55f410ab036827554deebb0045c9d6aeda5a 2698 
mate-desktop-environment_1.8.0+6_all.deb
 cd85871a7c9f00a587e6cba146a243237297793afa6dd9e0f2d6e6f86cb599a2 2614 
mate-desktop-environment-extras_1.8.0+6_all.deb
 0d17ba3e11086f0c17cfeb9b6624d20ebb6c54436d7663a9439a3a6677dec475 2430 
mate-desktop-environment-extra_1.8.0+6_all.deb
Files:
 5110ca5478d747b6356f4e043b9deefb 2970 x11 optional 
mate-desktop-environment-core_1.8.0+6_all.deb
 2b352dd09f8ea0745365ed10c696523b 2422 x11 optional mate-core_1.8.0+6_all.deb
 e692ad9836018b187df703f18759ed02 2698 x11 optional 
mate-desktop-environment_1.8.0+6_all.deb
 d871b1ca9911076cac6bd120a45ce13e 2614 x11 optional 
mate-desktop-environment-extras_1.8.0+6_all.deb
 7c2fef5e26c10c56d6b3bc0ab696bd7b 2430 x11 optional 
mate-desktop-environment-extra_1.8.0+6_all.deb
 602f756c899a284b4e17a8ae1a551de0 2251 x11 optional 
mate-desktop-environment_1.8.0+6.dsc
 9c5e5d817bff3a25cc7f5af274075041 3352 x11 optional 
mate-desktop-environment_1.8.0+6.tar.xz

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

iQIcBAEBCAAGBQJTtP9tAAoJEJr0azAldxsxpB0QALbdB/XFCFVDgDNaUv93c+mw
dw4Fy4KO2XDOBeUNi7Zlflp5Nx+T06DNV4YajVcbdGZ0fzsySArvPHrS9zVvSaUR
A1vFDiBMPfaNvokeURo4d8/8apDSiaAD7VEz0QlfYDaX0qHvkBdY421xAnSz+n0+
rrFFEAJdf77+a4dsgjzmTWkNPEpO0piSpqGGCtNY2w1p2u7iIKLgpm/oa33mCaow
RPevxBNM7d/9UxV0RsvT+6lzQ0NUm+wySuMUTT+oTUnuX4I7YWJkA7Iy5X31X8cL
tzQLdbFNXdbAaUsh2NFCYZBPcgmOxPPqQ7fq1jej1ic6sdX5CC1W881koOyxHrcr
qBSWgTxuAhSqq6J5KzWs0dUzmThyxCZ+6q9Kn+iiLJNYlJUpkBAu3lyNugTBpymm
mGMDYW6EfF0G5N1RZR25fnErLf3t0lbSXix/D7IuoQptly//7jMDCW0qb8zf+bL2
JW+KoMA2i9ic1cuZtLN9K94sPWDYtz9BcfiwVEtg0+u0Qap0+FyTd2vb3mo1hoYG
nvJIsKfG+FIJUrIT1HfyuneTwkKyjHyFjIjoX/jtOR3an1kciPzLhGUBGsFO3xiw
NhrIQlnGdizVrkBDmUylDqMH53Gb0PJ/DJmcPFymukCYnDwVopaTjvZrksArzEBe
RrivlsYitorwVKkcQrzM
=Joh/
-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/e1x2bhx-ie...@franck.debian.org



Accepted opensm 3.3.17-2 (source amd64 all)

2014-07-03 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 09:19:36 +0200
Source: opensm
Binary: opensm opensm-doc libopensm5 libopensm-dev
Architecture: source amd64 all
Version: 3.3.17-2
Distribution: unstable
Urgency: medium
Maintainer: OFED and Debian Developement and Discussion 
pkg-ofed-de...@lists.alioth.debian.org
Changed-By: Ana Beatriz Guerrero Lopez a...@debian.org
Description:
 libopensm-dev - Header files for compiling against libopensm
 libopensm5 - InfiniBand subnet manager libraries
 opensm - InfiniBand subnet manager
 opensm-doc - Documentation for the InfiniBand subnet manager
Changes:
 opensm (3.3.17-2) unstable; urgency=medium
 .
   * Upload to unstable.
   * Add a watch file.
   * Add fields Vcs-Browser/Vcs-Git.
Checksums-Sha1:
 d49373ba168c21a75a0f3f476765f2b1c999c091 2379 opensm_3.3.17-2.dsc
 d96d75569457394420a51b665e48dab97cb02ee2 4912 opensm_3.3.17-2.debian.tar.xz
 f81ee6ebda5e4533c8efca9a687899729c0c3527 528410 opensm_3.3.17-2_amd64.deb
 ca1a43e985a06b684c8973cac8a904608139a5ba 186352 opensm-doc_3.3.17-2_all.deb
 175843f1c329248f5589e539f766e31bcb0bb278 191736 libopensm5_3.3.17-2_amd64.deb
 b568b604e49199968cd08a8ff1434d0e9868f721 338818 
libopensm-dev_3.3.17-2_amd64.deb
Checksums-Sha256:
 7494fbadf19a05fc2322bbbf2e7fd5dadf5ca3825c2109effddfc2d55049e862 2379 
opensm_3.3.17-2.dsc
 f416f30d8256268344af913d7c9aeb37dbe9bd475c0914c21a1af8de7f5eb63a 4912 
opensm_3.3.17-2.debian.tar.xz
 286180ee5ebf123cfac4c0aa7073bdb3b0d8f62e9e9baa244e69703f81981b7a 528410 
opensm_3.3.17-2_amd64.deb
 6da2553ef301315bb09a913d242bd716748c299e0cd39700b7906c1d0dd1f624 186352 
opensm-doc_3.3.17-2_all.deb
 dfe5611a88ec807e8a0c89edc143d9870ea6e4b42f608883c662a1d63e2eb173 191736 
libopensm5_3.3.17-2_amd64.deb
 ea3c2c49bb7f059574c5514ea10cedf45099847590bcd8067bb979dc990e62da 338818 
libopensm-dev_3.3.17-2_amd64.deb
Files:
 26c97228b6570ee2463fe8450113097d 528410 net extra opensm_3.3.17-2_amd64.deb
 08375c2e1570f39e89453ae4a8b5773f 186352 doc extra opensm-doc_3.3.17-2_all.deb
 51cdfea2e28afd6ca86dedb228a87c61 191736 net extra libopensm5_3.3.17-2_amd64.deb
 720724789f218260bd0da88074c42c82 338818 libdevel extra 
libopensm-dev_3.3.17-2_amd64.deb
 e74ceb11262c68091760ec3a0fcbec18 2379 net extra opensm_3.3.17-2.dsc
 52308574a4d50be9bb21e26704215b9f 4912 net extra opensm_3.3.17-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJTtQTWAAoJELNGT4lqoVlIT0IQAICyolcHhgoK++hKPTrWSTlm
V2NuElaDik+LZ0HdCbo/rSzj9/BunZqZJBPk5Bfe4SCRQEQfgWgwrX19CWRFaWuP
qI5aI+cMTQ9lOMGLXOlq8D9wy0khIa10MiobLJvnt/1gnLj7ZqNmeiSePXX68jrx
tK/g47byNxaSPSgMjgpxINbMb20H9W/Wv77JFCl9TLesG2LCtiU7nhSxKyiEQATf
frd165vxfLB7YQpTEAroGL1WCNW8oxReic4T7i4O8dOj2+tE8sY6UJAnXYGlYis6
cK8SyVvWMdNcRrnKWj2TM0oQ68XaG+yGrTK6XH5bmmxOtBhl7Ixtz9Y9ZH0akiP2
p3hn9LzzqYihhTMTIkfRLdFs1X8Q6Ux7uXu3lLQ+MqksIi8ttbZtEkgETILAzrrw
WPNoFDaYUkHzLErB/xmHewehSS6ofvwwrA83xfyxs4FCzwQ2/VRAnH0YgFiVJstM
Rbi9buipeA9mRKjvwJHDK5VwfvhHhTeMhbqysJlIJ9BGOhLL0cA/J3Zokm/9zli9
4QvDWp/8s2HKLO5NqRs1VbT0wgZd0ZKJzJVjy5Ju49GF2918/6PWBqXeOUjgruPK
JTr+OnrzmtyEWtL7S+EY1dJUfN80E5/FvpMJTeEW+wWniEI8TiD9Xy+eMxcjaQ74
Ey1F2+biZert470iRQLi
=2hc+
-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/e1x2bwx-0001sm...@franck.debian.org



Accepted gpsprune 16.2-1 (source all)

2014-07-03 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 10:26:09 +0200
Source: gpsprune
Binary: gpsprune
Architecture: source all
Version: 16.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description:
 gpsprune   - visualize, edit, convert and prune GPS data
Changes:
 gpsprune (16.2-1) unstable; urgency=medium
 .
   * Upload to unstable.
   * New upstream release.
   * Switch Recommends from gnuplot to gnuplot-x11, bug reported by upstream (!)
   * Bump B-D on libmetadata-extractor-java (= 2.6.4), which was in
 experimental until now
Checksums-Sha1:
 96c12b06befcd67b7bd51438d19b984b946bcf07 2149 gpsprune_16.2-1.dsc
 e82bf0f0b469307ab9ed6236b403c01aeab402b3 480665 gpsprune_16.2.orig.tar.bz2
 eb66a1aefe15ea9df8befe4eb6ad3c458ee59cdc 6168 gpsprune_16.2-1.debian.tar.xz
 25dfa410645b82378401bc3e35a8c01d8f93f4a1 1010850 gpsprune_16.2-1_all.deb
Checksums-Sha256:
 6f0abfd7efe80815b61c3297b789fefae59cfa1848f03054ec5e2ffae46201d3 2149 
gpsprune_16.2-1.dsc
 95080f1143de9ae4924f480a10df6c6b04c1ae731c85348f19caa76bd8490d7f 480665 
gpsprune_16.2.orig.tar.bz2
 8c909d91b3f8f84ef89ffe9e4196af870009dc53684d310e3feace31ca905d2d 6168 
gpsprune_16.2-1.debian.tar.xz
 6fbe616836b118b0eafb41648421aaa266c2c689d2c017e88fcc46ecb0ebf9eb 1010850 
gpsprune_16.2-1_all.deb
Files:
 1d89159f0d518cce3e63eafc8fb859a1 1010850 utils optional gpsprune_16.2-1_all.deb
 a87a5f6c9ee5b63d9f67712fddee7fb1 2149 utils optional gpsprune_16.2-1.dsc
 d5af8443657705e0811b3a4c81245edb 480665 utils optional 
gpsprune_16.2.orig.tar.bz2
 d8608bd1d9fc1d99b2b858e601b09cd5 6168 utils optional 
gpsprune_16.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtRepAAoJEANZlZR5RnAYa8AP/2ISgTxY4AzhFXpGJC2wjBTA
n68fSn/E3URG8KhWU+pDR1LOj5EofRPLj2BWdR8JZrc+BiOeMOQisL5ocfOBEzgM
fkdVFY1IRz81n93rTRptDTcBx7z3pzH/73GE+x2xbAFQEXTvX50KH/WCzTQG5UQr
sVAEHa8LaI29SWOgzcU13rdyGBJxLPih4jy22I+wYGkJzlRqcpGVvkQcgRroaQfe
d6ZQvYl7TbUdFLOL1t/qbvh7njqPIpGo7Mg04bw1H8idDLLgFseQBvO0vRmgYZJR
XgveC72QYmfW0yKVub83Ecc7VfGR9ITIRd8+/JDurZi2t5J5jBuW3aaZW6sUBsNe
7U4ZH98bx7ImM5e/wM3JmKW9m2WNDDlw1NK/L68HRAQ6NPsR+abCQJszcYfJ8PAP
st/TKa3HOWthooBXqVbjGQzgUpzeepsoHewUkC97nwPurF8HnjoXoOd3F1/ISBrf
UKLtzk9pWKYADOLE7tDapTOy/C0Mnnjd6PIZaXI+OcgC2i1/wTmwwKw0M82dc+ZA
dMsMGZ/mVr+62InGam0ptajFjLoj7zMwdcwxJsmTa481HfTtbLJXeQevZ61x95gd
nlIl2kHz/CEP01M13VFTKuBaQK1ko80szcnZa7dOa0t9wgXaqix7WJMBH+tZ6Ltg
PLXEX8bvd9jiLRbnWViM
=8alG
-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/e1x2dr2-gp...@franck.debian.org



Accepted libibmad 1.3.11-2 (source amd64)

2014-07-03 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 09:31:16 +0200
Source: libibmad
Binary: libibmad-dev libibmad5
Architecture: source amd64
Version: 1.3.11-2
Distribution: unstable
Urgency: medium
Maintainer: OFED and Debian Developement and Discussion 
pkg-ofed-de...@lists.alioth.debian.org
Changed-By: Ana Beatriz Guerrero Lopez a...@debian.org
Description:
 libibmad-dev - Development files for libibmad
 libibmad5  - Infiniband Management Datagram (MAD) library
Changes:
 libibmad (1.3.11-2) unstable; urgency=medium
 .
   * Upload to unstable.
   * Add watch file.
   * Add fields Vcs-Browser/Vcs-Git.
Checksums-Sha1:
 bb8b4084f9f9607eec319f6ec3dfe05ae5464717 2135 libibmad_1.3.11-2.dsc
 59ba3a0ee80396043eca05b538be20328321c400 3292 libibmad_1.3.11-2.debian.tar.xz
 ddf2a7e2c001e108d0f881d37379e788e933b8d1 60368 libibmad-dev_1.3.11-2_amd64.deb
 ff2c477b4cff60ddeb94f8e4a899aecf997d88a4 51840 libibmad5_1.3.11-2_amd64.deb
Checksums-Sha256:
 a6ab5df7d163501397b5a4f59fd189bac4c40c85b4a73aa6b00b4326b0f31aa9 2135 
libibmad_1.3.11-2.dsc
 a58a4ef2b30947fd9e577fb75ebcb5a4f3c9194e906db275867b4e84e3441ba4 3292 
libibmad_1.3.11-2.debian.tar.xz
 68898c8a5a8c753ba62f0d2c409e513059205b345b35550542646aafe0eec6c2 60368 
libibmad-dev_1.3.11-2_amd64.deb
 579a3ea9288ef0ee499c9a0b3f630f6536c6fa0879acf4752c12102335053f63 51840 
libibmad5_1.3.11-2_amd64.deb
Files:
 78f0523fd6064f1b5b963e094e362203 60368 libdevel extra 
libibmad-dev_1.3.11-2_amd64.deb
 6deb042949744d0819d9389f819b98d4 51840 libs extra libibmad5_1.3.11-2_amd64.deb
 50eb9ca81708a4728423bc2e1343f1fb 2135 libs extra libibmad_1.3.11-2.dsc
 44cad00130c131cbd8ac08fe8e5d1099 3292 libs extra 
libibmad_1.3.11-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJTtQtsAAoJELNGT4lqoVlIHRYP/RGISSsEnB56jmPpU0JIL3dN
7Mh1p+1W1YVJKp+CXN8sgnN66rUA5Z0QapyCiEo0W5rcrA14I8R7LZtv6255MiLf
UsJ1t6zR8Skaun2RjGWNKNLm3F3Q1pdoDgBazIMEyvnrK32EfNzoQSq7f3oarSDr
locoOXiQABF3cKrUi9/s/cPM2ze/9KmR4q4l/KHJIOZ+VN7O53kKMQ7M/KPejj8B
7uNELPrHZ3xf9KlGnNwZg19I2VLeo3leRX8DLztdoBM2wBJeDqwgdij7/xpBGaMj
6gv2RIg8YIsUFpR/Hk+d0F9M/kqpG26w05p0y202OPKolKSU/tkAawxgoOZ46j8W
rfR09M2Cyd5Aer+e626t/BUej/r32RDpjeKUc+yl0xtfzN8GhaiGfc2njZtl+shL
aPxDUCABy7ui8Ruv8LAkP4ZPlE0s4g7fJ5/MU+3XB3fZz2nA19N/8zVWXECcVIwX
y72L/4uzoy6HWUyGtpt94c4VdjMrtrh5AzDBXuzF6w1qH9VJ1VDZ/a6Hkjv+cV3b
hQfZCwhhyhFXcclIlebMOeH2IgDzYRqAwapomYzzfJg6D/q+83MMFfLtnJierwVi
zzbeAPVN1dtId8fTq9hwT1s/a97XxXmwkgM5LxI1FZoRIrxRDe8zFYJWuegN9G37
NdAaFLCQ/c8A4CEPxSLi
=O0Ce
-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/e1x2dry-vh...@franck.debian.org



Accepted libcpan-meta-check-perl 0.009-1 (source all)

2014-07-03 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jul 2014 10:25:14 +0200
Source: libcpan-meta-check-perl
Binary: libcpan-meta-check-perl
Architecture: source all
Version: 0.009-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description:
 libcpan-meta-check-perl - verify requirements in a CPAN::Meta object
Changes:
 libcpan-meta-check-perl (0.009-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release.
 + Various POD fixes.
Checksums-Sha1:
 b8e43a92639c949f219bca1ed997cbef3783c457 2418 
libcpan-meta-check-perl_0.009-1.dsc
 21edd6424f231ddde3d2626b0aa8ddbae1744982 12355 
libcpan-meta-check-perl_0.009.orig.tar.gz
 0a7ad0dc71255db9d5649adba63d20b7b4401af2 3860 
libcpan-meta-check-perl_0.009-1.debian.tar.xz
 3cd73c85e768555acde97693b9f3c678ca9d9494 10958 
libcpan-meta-check-perl_0.009-1_all.deb
Checksums-Sha256:
 5863148d771ebfc1c881743abb9e9089b0c9521ab96bec5c7de70336f4c724c0 2418 
libcpan-meta-check-perl_0.009-1.dsc
 eb2d43afd1da276e4acdebd24937f5171d0aaca8d19a5ef0c3e834b8792b7361 12355 
libcpan-meta-check-perl_0.009.orig.tar.gz
 3f59c632ad0e45cb8ec220205eb57ba668917865b1c57a5830e413116cfef31c 3860 
libcpan-meta-check-perl_0.009-1.debian.tar.xz
 c1901b28fd829403a2c5fedd0e81f107b8d42fcade6b3325f8ede95ff00e7fbf 10958 
libcpan-meta-check-perl_0.009-1_all.deb
Files:
 15ab3aaf0f28e3756c9b6141476b5fb4 10958 perl optional 
libcpan-meta-check-perl_0.009-1_all.deb
 610144e0d6bf6463c425f3451a95c703 2418 perl optional 
libcpan-meta-check-perl_0.009-1.dsc
 d08a8701fb1e63ad5e460cb2f8da2af7 12355 perl optional 
libcpan-meta-check-perl_0.009.orig.tar.gz
 865f3380f4aa8b29054eeabbe53e7e39 3860 perl optional 
libcpan-meta-check-perl_0.009-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJTtRTPXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy
QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhgeAQAKht0RjA2iEoBor7q2qZSdCP
eR46VSmfLQY59s4+Kq1kV2oQzHKkFNrie61rg1pruV1W4Gb0LtnfjFZxI/EQ1Nn3
mrj4AeOFqwbv6rwE0rU/Fn7//oimxegPGL9Qc67EiVEh54bfQWEsX3TL3R6FlXbl
1Z64E0eVleTgRc3BhyC8vbNPTF/Y5/VMzQA52kuve9en2C+JDofy256lD1moBzF2
OXMCfRL9NA8pRcZaDmnWXhG9treR2m+vrasOqSd0FraYFFYpuwRcma82eP2wb2/c
WAg3rLJLe+Pg6H6dUu07J89W8owa8wR2cljxo4aeRmlevXF79VkYk+kAk8Yr6D0g
YcukeWNks3zEEFVUoorjzlWUNywuqaGlnlz0HOb8yb0n0mxQ7QMrCkDwfbu/Gzje
uCPR/eLGccyzcFw+8Ozp+ajgK9Pwo93uVzwMCWPwB9Xjn8KCE8eO+H+0K72xmGZT
i4MH3Ey7FiM/7XiVSNACbsJHuz5ydxdnLIWcu6aPkFQ+kxxiE/bruQ1te93rtHHU
EIQkb2sdAvHjA+ub47g/46gkP67VLwi6bXA+760u1vmveWPXvJIoID/KJlDeb1Id
hsAG6jD++mlndP+/IdVVxBTvGm7VKlXbcsY1ia27hPzCAQ8oGK3KcYQXCMVm/ZKZ
CtmVijPSRCBC4Jampsn3
=3Pes
-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/e1x2drq-qf...@franck.debian.org



Accepted lynx-cur 2.8.9dev1-1 (source all amd64)

2014-07-03 Thread Atsuhito KOHDA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 15:48:36 +0900
Source: lynx-cur
Binary: lynx-cur lynx-cur-wrapper lynx
Architecture: source all amd64
Version: 2.8.9dev1-1
Distribution: unstable
Urgency: medium
Maintainer: Atsuhito KOHDA ko...@debian.org
Changed-By: Atsuhito KOHDA ko...@debian.org
Description:
 lynx   - Text-mode WWW Browser (transitional package)
 lynx-cur   - Text-mode WWW Browser with NLS support (development version)
 lynx-cur-wrapper - Wrapper for lynx-cur (transitional package)
Closes: 753128
Changes:
 lynx-cur (2.8.9dev1-1) unstable; urgency=medium
 .
   * New upstream release
   * Changed build-dependency: from libgnutls-dev to libgnutls28-dev.
 Thanks to Andreas Metzler ametzler AT bebt.de  (Closes: #753128)
Checksums-Sha1:
 339883c82d0468d784a137261699dba93aec3500 1299 lynx-cur_2.8.9dev1-1.dsc
 8b80c38c6ff958498a20261a7e3589352c21e67a 3594193 lynx-cur_2.8.9dev1.orig.tar.gz
 9857599dac186782ac787c209da0bdf804bc26b0 33158 lynx-cur_2.8.9dev1-1.diff.gz
 fca433ae9e8b41667c5ddbbbdef2c9162f4073f2 230878 
lynx-cur-wrapper_2.8.9dev1-1_all.deb
 2fbdfc59adf924ac5bf716d74c4374119dcafd1f 231284 lynx_2.8.9dev1-1_all.deb
 7987c49122129a864af6818e44640c7bfb71f243 1613580 lynx-cur_2.8.9dev1-1_amd64.deb
Checksums-Sha256:
 00fd753151af39a8b9fbe9313577190842926e24e5467bdc6012db12e5eb2e20 1299 
lynx-cur_2.8.9dev1-1.dsc
 50559025263bdb36583cd3e389ed4556a890438f07061e80369dcce1fd9343d8 3594193 
lynx-cur_2.8.9dev1.orig.tar.gz
 2373d3ef85dd7533c1ab588981ad2c05e80100546ea15fb8f88f83167a838ff1 33158 
lynx-cur_2.8.9dev1-1.diff.gz
 26260e0ca34ee2d58aa71cfcb452a7fa8c50d181889122f6486e0fa82c7ef911 230878 
lynx-cur-wrapper_2.8.9dev1-1_all.deb
 87c2e97a845467f7419c9fea9ca024a8147a9cfc462a9ccc1b77eb85b9919c69 231284 
lynx_2.8.9dev1-1_all.deb
 576482f90b642fa6079044f83c9bc81d195d409faa5c078dd1071bb580ec2ada 1613580 
lynx-cur_2.8.9dev1-1_amd64.deb
Files:
 0069912a3dbc228963701a47a59239bd 230878 oldlibs extra 
lynx-cur-wrapper_2.8.9dev1-1_all.deb
 19123bbd2aacdc4d85b2b9e2f6fc94d8 231284 oldlibs extra lynx_2.8.9dev1-1_all.deb
 feb5f55b96bcc1f621357dd3b9d73833 1613580 web extra 
lynx-cur_2.8.9dev1-1_amd64.deb
 1300b493c34b9482cc203b3a664121f2 1299 web extra lynx-cur_2.8.9dev1-1.dsc
 b922cad9e01f1401a8b56e87431a8a8c 3594193 web extra 
lynx-cur_2.8.9dev1.orig.tar.gz
 73101a39d195c55c8d0b1abd6de2ed56 33158 web extra lynx-cur_2.8.9dev1-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlO1Ch0ACgkQ1IXdL1v6kOxUEwCdEVI7MbypP9onZKe0oWVkXx6t
zvsAn0LTTy6WnZo4c5+qLK84j6Ykz11A
=X8qT
-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/e1x2dtr-0001b2...@franck.debian.org



Accepted openstack-debian-images 0.10 (source all)

2014-07-03 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 17:19:46 +0800
Source: openstack-debian-images
Binary: openstack-debian-images
Architecture: source all
Version: 0.10
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 openstack-debian-images - script to build a Debian image for OpenStack
Closes: 752787
Changes:
 openstack-debian-images (0.10) unstable; urgency=medium
 .
   * Added an option to choose the login username, thanks to Jordan Pittier
 jordan.pitt...@gmail.com for providing the feature (Closes: #752787).
Checksums-Sha1:
 d7cd2ab2b348b528a014733be2e3abf43e7a06a9 1802 openstack-debian-images_0.10.dsc
 979199fba5ae4a4a1f6db771e01f1f60c45d1943 10088 
openstack-debian-images_0.10.tar.xz
 c678fbd4e9d4792a46c0b2f3f2f43489efb33e7f 11366 
openstack-debian-images_0.10_all.deb
Checksums-Sha256:
 f909f1403d0412e25593433ca2695387c9d3bae3aad50d93a31c0e44c6d23690 1802 
openstack-debian-images_0.10.dsc
 6415fbe9a4d1e90b4f9ba3b0fb3490744bf4ca2497336b76f2ff6e8e170a3b73 10088 
openstack-debian-images_0.10.tar.xz
 cc95bdcc6d1aee1c7b961f20d7311a9ead0fa3d54e7dc965c2b1706bd6fc970a 11366 
openstack-debian-images_0.10_all.deb
Files:
 51c55bac3d50583776e28b20d56e3f32 11366 web extra 
openstack-debian-images_0.10_all.deb
 55cf97a12913425cb9be3853949b0eab 1802 web extra 
openstack-debian-images_0.10.dsc
 52d8ac5844b2e0bf474afac10851e66c 10088 web extra 
openstack-debian-images_0.10.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtSFcAAoJENQWrRWsa0P+hSQP/3cd29zbIl+TxNRSqkAZVl8e
kL89CSUOXFUh9dAC5GFtCEDkpw5Hqubcnie/AYmmDfuYbkVsEWLl4UVLivGu2aPP
3P/BVbQ3P8NM05DCHVwRKX0r9HlqrDB+CW/3cycaNYBIRbTwi4sSG+6EP6NRmG12
b2othhle1wXfuSVsPO61bjv0qPwr503dujqucrhF7rr9Q1A3LNyNTvOXpgjAGF1Q
+W0eKN9t0z2mtLV4IxmlPFWtrV82DDGTlyIuzbmgKfnaX8WCfnEZuVHh3iMekxlu
D8JffmH17orYmdoZaYwz1xeklsYtV72rHSxaUF3MCMRqBnyz485MERwgd6vKHKab
cOYk2Gbhj5B2DfTm4bFIMrjLCjp4cgyDnCUpctB+h0ordTYpZIlIQgk1857IisBK
obE3DMOMrddIzd0VrEI2/5Fj2IFAMm17VDF4d76H4iHjkgQCeJCjTrTrvyucLeuf
vV4Vy5Nspodlru59uK5vURGugnlEdfXELQJ+oCXohq8LIUlqoAwalwDmKfFhkLpR
LXgYBr8QFXp73Okzp6LJev45AzpNnZX5ofXy+KAL+W8JOx3NPQGy+2o3IhJBKU7O
dFlsjvysu7fw25xvTRTMyXJTNFQGcbVwqqHhrpO/F6MotxAnU1prdKbrIWgmsG4v
jXvpq/9Vk9ti12fmWCvz
=PYV2
-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/e1x2dv5-0002lb...@franck.debian.org



Accepted mesa 10.2.2-1 (source amd64)

2014-07-03 Thread Maarten Lankhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 09:54:48 +0200
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686 
libgl1-mesa-swx11-dev libxatracker2 libxatracker2-dbg libxatracker-dev libgbm1 
libgbm1-dbg libgbm-dev libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev 
libegl1-mesa-drivers libegl1-mesa-drivers-dbg libwayland-egl1-mesa 
libwayland-egl1-mesa-dbg libopenvg1-mesa libopenvg1-mesa-dbg 
libopenvg1-mesa-dev libgles1-mesa libgles1-mesa-dbg libgles1-mesa-dev 
libgles2-mesa libgles2-mesa-dbg libgles2-mesa-dev libglapi-mesa 
libglapi-mesa-dbg libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri 
libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev 
mesa-vdpau-drivers mesa-vdpau-drivers-dbg mesa-opencl-icd mesa-opencl-icd-dbg
Architecture: source amd64
Version: 10.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Maarten Lankhorst maarten.lankho...@ubuntu.com
Description:
 libegl1-mesa - free implementation of the EGL API -- runtime
 libegl1-mesa-dbg - free implementation of the EGL API -- debugging symbols
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libegl1-mesa-drivers - free implementation of the EGL API -- hardware drivers
 libegl1-mesa-drivers-dbg - free implementation of the EGL API -- driver 
debugging symbols
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgbm1-dbg - generic buffer management API -- debugging symbols
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libgl1-mesa-swx11 - free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - free implementation of the OpenGL API -- debugging 
symbols
 libgl1-mesa-swx11-dev - free implementation of the OpenGL API -- development 
files
 libgl1-mesa-swx11-i686 - Mesa OpenGL runtime [i686 optimized]
 libglapi-mesa - free implementation of the GL API -- shared library
 libglapi-mesa-dbg - free implementation of the GL API -- debugging symbols
 libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime
 libgles1-mesa-dbg - free implementation of the OpenGL|ES 1.x API -- debugging 
symbols
 libgles1-mesa-dev - free implementation of the OpenGL|ES 1.x API -- 
development files
 libgles2-mesa - free implementation of the OpenGL|ES 2.x API -- runtime
 libgles2-mesa-dbg - free implementation of the OpenGL|ES 2.x API -- debugging 
symbols
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libopenvg1-mesa - free implementation of the OpenVG API -- runtime
 libopenvg1-mesa-dbg - free implementation of the OpenVG API -- debugging 
symbols
 libopenvg1-mesa-dev - free implementation of the OpenVG API -- development 
files
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - implementation of the Wayland EGL platform -- runtime
 libwayland-egl1-mesa-dbg - implementation of the Wayland EGL platform -- 
debugging symbols
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 libxatracker2-dbg - X acceleration library -- debugging symbols
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-opencl-icd-dbg - free implementation of the OpenCL API -- debugging 
symbols
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vdpau-drivers-dbg - Debugging symbols for the Mesa VDPAU video 
acceleration drivers
Closes: 685328
Changes:
 mesa (10.2.2-1) unstable; urgency=medium
 .
   [ Andreas Boll ]
   * New upstream release.
 - glx: Don't crash on swap event for a Window (non-GLXWindow)
   (Closes: #685328).
 - 01_targets-xa-limit-the-amount-of-exported-symbols.diff dropped,
   upstream
   * Cherry-pick commit b4dcf87 (glxext: Send the Drawable's ID in the
 GLX_BufferSwapComplete event) from upstream, fixes intel + dri3.
Checksums-Sha1:
 e51e270013ce027002490e2244197827986a2ede 5417 mesa_10.2.2-1.dsc
 e7d4cf3b2953eed6dc39e1ddf714c701fb9b83a7 9648167 mesa_10.2.2.orig.tar.gz
 bf0f25a0886cd6aef7c16341ccfa9ad97f3f9b5b 51884 mesa_10.2.2-1.diff.gz
 be8fe87bbce2964eb6704bae6725c349ebbaa3a8 1144554 
libgl1-mesa-swx11_10.2.2-1_amd64.deb
 3a2144f8a2f6625c2514202c1aad9c3e9a092497 3350598 
libgl1-mesa-swx11-dbg_10.2.2-1_amd64.deb
 f1dfbf99e331df0394844ac6e898b366ee25b8b0 1329972 
libgl1-mesa-swx11-dev_10.2.2-1_amd64.deb
 e5732cb713d7d1fd09be23467fa91db20a2e48f2 208362 

Accepted neutron 2014.1.1-2 (source all)

2014-07-03 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Jun 2014 20:53:20 +0800
Source: neutron
Binary: python-neutron neutron-server neutron-common neutron-plugin-nec-agent 
neutron-l3-agent neutron-dhcp-agent neutron-metadata-agent 
neutron-metering-agent neutron-vpn-agent neutron-lbaas-agent 
neutron-plugin-openvswitch-agent neutron-plugin-linuxbridge-agent 
python-quantum quantum-server quantum-common quantum-plugin-cisco 
quantum-plugin-nec quantum-plugin-nec-agent quantum-plugin-bigswitch 
quantum-plugin-hyperv quantum-plugin-brocade quantum-plugin-plumgrid 
quantum-plugin-metaplugin quantum-plugin-nicira quantum-l3-agent 
quantum-dhcp-agent quantum-metadata-agent quantum-lbaas-agent 
quantum-plugin-openvswitch quantum-plugin-openvswitch-agent 
quantum-plugin-linuxbridge quantum-plugin-linuxbridge-agent
Architecture: source all
Version: 2014.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 neutron-common - OpenStack virtual network service - common files
 neutron-dhcp-agent - OpenStack virtual network service - DHCP agent
 neutron-l3-agent - OpenStack virtual network service - l3 agent
 neutron-lbaas-agent - OpenStack virtual network service - LBaaS agent
 neutron-metadata-agent - OpenStack virtual network service - metadata agent
 neutron-metering-agent - OpenStack virtual network service - metering agent
 neutron-plugin-linuxbridge-agent - OpenStack virtual network service - Linux 
bridge agent
 neutron-plugin-nec-agent - OpenStack virtual network service - NEC agent
 neutron-plugin-openvswitch-agent - OpenStack virtual network service - Open 
vSwitch agent
 neutron-server - OpenStack virtual network service - server
 neutron-vpn-agent - OpenStack virtual network service - VPN agent
 python-neutron - OpenStack virtual network service - Python library
 python-quantum - transitional dummy package for switching to python-neutron
 quantum-common - transitional dummy package for switching to neutron-common
 quantum-dhcp-agent - transitional dummy package for upgrading 
quantum-dhcp-agent
 quantum-l3-agent - transitional dummy package for upgrading quantum-l3-agent
 quantum-lbaas-agent - transitional dummy package for upgrading 
quantum-lbaas-agent
 quantum-metadata-agent - transitional dummy package for upgrading 
quantum-metadata-agent
 quantum-plugin-bigswitch - transitional dummy package for upgrading 
quantum-plugin-bigswitch
 quantum-plugin-brocade - transitional dummy package for upgrading 
quantum-plugin-brocade
 quantum-plugin-cisco - transitional dummy package for upgrading 
quantum-plugin-cisco
 quantum-plugin-hyperv - transitional dummy package for upgrading 
quantum-plugin-hyperv
 quantum-plugin-linuxbridge - transitional dummy package for upgrading 
quantum-plugin-linuxbrid
 quantum-plugin-linuxbridge-agent - transitional dummy package for upgrading 
quantum-plugin-linuxbrid
 quantum-plugin-metaplugin - transitional dummy package for upgrading 
quantum-plugin-metaplugi
 quantum-plugin-nec - transitional dummy package for upgrading 
quantum-plugin-nec
 quantum-plugin-nec-agent - transitional dummy package for upgrading 
quantum-plugin-nec-agent
 quantum-plugin-nicira - transitional dummy package for upgrading 
quantum-plugin-nicira
 quantum-plugin-openvswitch - transitional dummy package for upgrading 
quantum-plugin-openvswit
 quantum-plugin-openvswitch-agent - transitional dummy package for upgrading 
quantum-plugin-openvswit
 quantum-plugin-plumgrid - transitional dummy package for upgrading 
quantum-plugin-plumgrid
 quantum-server - transitional dummy package for switching to neutron-server
Closes: 751524
Changes:
 neutron (2014.1.1-2) unstable; urgency=medium
 .
   * Disabled ml2 config patch.
   * Fixed unix rights of /var/lib/neutron in the metadata-agent postinst
 (Closes: #751524).
Checksums-Sha1:
 816696b3ffd8d7bbe4065c5bc0cacf1040c451dd 5537 neutron_2014.1.1-2.dsc
 9ebdd3d1e50777973b604a4e1fdec0e1ff1db24d 44164 neutron_2014.1.1-2.debian.tar.xz
 e7aa9a9dacea686777667d1c24b98b6646cacfd2 1123050 
python-neutron_2014.1.1-2_all.deb
 fb899a0192f64ae6d12a78cdb4e9f5e3338c04f2 21956 
neutron-server_2014.1.1-2_all.deb
 49f2d27cc84916268f193316ff77cee9506ce812 61182 
neutron-common_2014.1.1-2_all.deb
 9829839856e5d81e33239dbab7a2f09da06b7cac 5712 
neutron-plugin-nec-agent_2014.1.1-2_all.deb
 ee15123ae8f9e6e3f198e03b37b756f44dc4f1c3 8252 
neutron-l3-agent_2014.1.1-2_all.deb
 3a7498452f1b74bd4f2b0ac1a56bd79865168d16 16406 
neutron-dhcp-agent_2014.1.1-2_all.deb
 5a8c4eddda0fb0960e97b778554b768b07cc53b4 19060 
neutron-metadata-agent_2014.1.1-2_all.deb
 80a06a818116f6f80a8603bd7cdc184e799e6fd8 7016 
neutron-metering-agent_2014.1.1-2_all.deb
 2070db70c41487a55c9d776254a812c98e495747 7088 
neutron-vpn-agent_2014.1.1-2_all.deb
 efbe0bce8d5fd294b554f2de19d1cdf8f4134ed1 7566 
neutron-lbaas-agent_2014.1.1-2_all.deb
 e1e19dfee1f0a6d40b45dd3040cc1a3449087781 7628 

Accepted grml-debootstrap 0.65 (source all)

2014-07-03 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 12:27:55 +0200
Source: grml-debootstrap
Binary: grml-debootstrap
Architecture: source all
Version: 0.65
Distribution: unstable
Urgency: medium
Maintainer: Grml Team t...@grml.org
Changed-By: Michael Prokop m...@grml.org
Description: 
 grml-debootstrap - wrapper around debootstrap for installing pure Debian
Changes: 
 grml-debootstrap (0.65) unstable; urgency=medium
 .
   [ Christian Hofstaedtler ]
   * [960e54d] Add option --vm to install VMs into LVs and such
 .
   [ Michael Prokop ]
   * [7fc0e06] Initial packer/vagrant/autotest setup
   * [21b0160] Improve packer deployment for usage in Vagrant
Checksums-Sha1: 
 68f46d5043f4e964ad67a2045489f1c0e1cf9c65 1161 grml-debootstrap_0.65.dsc
 eb8ae6a9773a802bb9e6f746cdd0db2c30029210 148216 grml-debootstrap_0.65.tar.xz
 a94d974bfea9cc813b811ffbf14683499f2fd6fb 121146 grml-debootstrap_0.65_all.deb
Checksums-Sha256: 
 24693148ff0696c6df80bb8a4d9cbceffd60aa4f1ddd5e2fd8cb35d15adf4194 1161 
grml-debootstrap_0.65.dsc
 b9e7ab394d7fc43ad070cae27c9469323e9b0e90d42cfe64db70005cf7394c06 148216 
grml-debootstrap_0.65.tar.xz
 6ec9b30168827a74638eaac696561d6b9acac7bfe7e4a368a96dfa8efc1c362c 121146 
grml-debootstrap_0.65_all.deb
Files: 
 d6efc8f6f720f4571f64aa15c2fe1bbe 121146 admin optional 
grml-debootstrap_0.65_all.deb
 f6e08e716f78dfb160d8c2b28baaab5d 1161 admin optional grml-debootstrap_0.65.dsc
 632d659e68aa1df581bdb5a46762e3bf 148216 admin optional 
grml-debootstrap_0.65.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlO1MSYACgkQ2N9T+zficujDqQCfQI52VcK6NiMRL/0/wAgCu5iz
u3oAn2obvXqJwIiuYQ+yQwC9rBVUo7Cl
=NKaJ
-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/e1x2eb1-0006ot...@franck.debian.org



Accepted fonts-tlwg 1:0.6.0-2 (source all)

2014-07-03 Thread Theppitak Karoonboonyanan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 16:52:45 +0700
Source: fonts-tlwg
Binary: fonts-tlwg-kinnari fonts-tlwg-garuda fonts-tlwg-norasi fonts-tlwg-loma 
fonts-tlwg-mono fonts-tlwg-typewriter fonts-tlwg-typist fonts-tlwg-typo 
fonts-tlwg-umpush fonts-tlwg-sawasdee fonts-tlwg-purisa fonts-tlwg-waree 
fonts-thai-tlwg fonts-thai-tlwg-udeb latex-fonts-thai-tlwg
Architecture: source all
Version: 1:0.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Theppitak Karoonboonyanan t...@debian.org
Changed-By: Theppitak Karoonboonyanan t...@debian.org
Description:
 fonts-thai-tlwg - Thai fonts maintained by TLWG (meta package)
 fonts-thai-tlwg-udeb - Thai fonts in TrueType format for D-I use (udeb)
 fonts-tlwg-garuda - Thai Garuda font
 fonts-tlwg-kinnari - Thai Kinnari font
 fonts-tlwg-loma - Thai Loma font
 fonts-tlwg-mono - Thai TlwgMono font
 fonts-tlwg-norasi - Thai Norasi font
 fonts-tlwg-purisa - Thai Purisa font
 fonts-tlwg-sawasdee - Thai Sawasdee font
 fonts-tlwg-typewriter - Thai TlwgTypewriter font
 fonts-tlwg-typist - Thai TlwgTypist font
 fonts-tlwg-typo - Thai TlwgTypo font
 fonts-tlwg-umpush - Thai Umpush font
 fonts-tlwg-waree - Thai Waree font
 latex-fonts-thai-tlwg - transitional dummy package
Changes:
 fonts-tlwg (1:0.6.0-2) unstable; urgency=medium
 .
   * Ship OTF instead of TTF, as freetype has gained better CFF rendering.
 - debian/rules: Adjust configure options to build  install OTF.
 - debian/*.install: Adjust installation dir  file extensions.
Checksums-Sha1:
 acee818ff48d1943d117e3cc122817e823361904 2888 fonts-tlwg_0.6.0-2.dsc
 85d38ea9b96c2c31258ec6a557395f665bd17027 13436 fonts-tlwg_0.6.0-2.debian.tar.xz
 d2eb937d924e1f9039bd17f371c1003b98619b13 202416 
fonts-tlwg-kinnari_0.6.0-2_all.deb
 731ee733bf25e916f5b492052e99054f6b2cf721 133624 
fonts-tlwg-garuda_0.6.0-2_all.deb
 d96b602f5c7254fff1f6a4c21444dcfee75c7dce 231936 
fonts-tlwg-norasi_0.6.0-2_all.deb
 e8a517252e85ce1e64414a63f5a9191a480b 130884 fonts-tlwg-loma_0.6.0-2_all.deb
 49c28f1ee21a04b9baa8ad3c65e00577658df5dd 129298 fonts-tlwg-mono_0.6.0-2_all.deb
 1f28c63f607ada3888a2a5ff71ac2274c769dc76 132152 
fonts-tlwg-typewriter_0.6.0-2_all.deb
 8f4571b733a4122800fa4f05796191720cd63e7e 135506 
fonts-tlwg-typist_0.6.0-2_all.deb
 e4048fa907458f793c23c725af6568e1ba33a7d5 135248 fonts-tlwg-typo_0.6.0-2_all.deb
 64655de33e9a5cd60224a2259c31238b38b00181 166086 
fonts-tlwg-umpush_0.6.0-2_all.deb
 7c009b57840908b12f2daaaf6c857a16207fe8cb 123390 
fonts-tlwg-sawasdee_0.6.0-2_all.deb
 ddae4d9b7f36a13b57e3ee38c9ca3d3453179706 225674 
fonts-tlwg-purisa_0.6.0-2_all.deb
 0926d3da4ca40fa97b2dc3064351fbe88494da67 139892 
fonts-tlwg-waree_0.6.0-2_all.deb
 76af89f4f0d4347e3702ab237c0841917a1c4342 42992 fonts-thai-tlwg_0.6.0-2_all.deb
 4e0c462bc8160dcc8808356263ed5486cc0d50bf 70418 
fonts-thai-tlwg-udeb_0.6.0-2_all.udeb
 337c839cbcc39a4268417e1b31a0897551a68d7c 38922 
latex-fonts-thai-tlwg_0.6.0-2_all.deb
Checksums-Sha256:
 f7489241d10eb6d3c2652b830ae51d32a45230565a4921a6a0f5e137faf161ef 2888 
fonts-tlwg_0.6.0-2.dsc
 5d5202c3dd409d4e1eabd429dbb0bd8c34645c22d82267ba2ed421455f4a9b82 13436 
fonts-tlwg_0.6.0-2.debian.tar.xz
 93a560ce46dc276cc681ca88b560643e19708535d62b33584de01dace0467981 202416 
fonts-tlwg-kinnari_0.6.0-2_all.deb
 587f2068ab29595cb4b74a08cd1dbfeda0d33f1d7dee210052af4c00e892e909 133624 
fonts-tlwg-garuda_0.6.0-2_all.deb
 0dae396b74268812810dcbbc43574c63d3912a1dc7a698a6966cc25edec2f268 231936 
fonts-tlwg-norasi_0.6.0-2_all.deb
 7037893da7d508f33063e75141607ad9ebdb7af6b50ba934356f8d7374af495b 130884 
fonts-tlwg-loma_0.6.0-2_all.deb
 0f0374c294f3a22208d09a59ae85c9d40f846d7502ca5c0f9d4139ef5d088c23 129298 
fonts-tlwg-mono_0.6.0-2_all.deb
 b10fa835ca49c90c6117ecdd34b097c59c7a2ec9d8c77dfe7c5265d72097dfba 132152 
fonts-tlwg-typewriter_0.6.0-2_all.deb
 8a63d6259473f67f18391791c21bc14a892819cf99006554b202bbe6707d8de2 135506 
fonts-tlwg-typist_0.6.0-2_all.deb
 86f2cd55117f37d63cb3a5b69ce6602f1dd3d570d5660b907d981bd0131136ad 135248 
fonts-tlwg-typo_0.6.0-2_all.deb
 52a4be29d8f2437524eb0c6e70079db4260ff0a6d9639acc712b8bb979778a10 166086 
fonts-tlwg-umpush_0.6.0-2_all.deb
 fe90497abfbb1ca0504992d8d99972545bc2ac5d0ccd0bf8cdfa63765d19fecb 123390 
fonts-tlwg-sawasdee_0.6.0-2_all.deb
 4998a85d30a2979243e20f8c8e290aa7b21cd65112c876233f6dbd9bb60767de 225674 
fonts-tlwg-purisa_0.6.0-2_all.deb
 c6991dec3e4b03c031fe90456ef540e48acd7072acb25bdbe579f76b69a58c14 139892 
fonts-tlwg-waree_0.6.0-2_all.deb
 1ec08a6d0ad4d645434b463a3787ee7bd605a786f8fdb94e87ae45eeb43de2e9 42992 
fonts-thai-tlwg_0.6.0-2_all.deb
 8fcc4dba5a0841de7f964198468632488c6a339050ff97fabe8e703af165a856 70418 
fonts-thai-tlwg-udeb_0.6.0-2_all.udeb
 b4a86709bef009a6eeb208258f0512e73e6a8416bde266d6788e1998d8471fa9 38922 
latex-fonts-thai-tlwg_0.6.0-2_all.deb
Files:
 c5fe425ef273499082a9e9aaae6bd30c 202416 fonts optional 
fonts-tlwg-kinnari_0.6.0-2_all.deb
 e33d6b9b18e0f42a7076d0beec3df6f2 133624 fonts optional 
fonts-tlwg-garuda_0.6.0-2_all.deb
 

Accepted password-store 1.6.3-1 (source all)

2014-07-03 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 11:28:01 +0100
Source: password-store
Binary: pass
Architecture: source all
Version: 1.6.3-1
Distribution: unstable
Urgency: medium
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 pass   - lightweight directory-based password manager
Changes:
 password-store (1.6.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop SHELL=/bin/bash when calling make install, now unnecessary.
   * Bump minimum debhelper version to 8.1.0~ for debian/maintscript.
   * Update for new upstream web site.
Checksums-Sha1:
 a84560c217a7aad395dc8a2cd9ff52f6d180369f 1995 password-store_1.6.3-1.dsc
 42c5d912cba614f052eae117cec47caaf75944ea 52944 password-store_1.6.3.orig.tar.xz
 3a0abdd737a9c7a72f6f56186c70e5a1373a2b5d 4580 
password-store_1.6.3-1.debian.tar.xz
 89c2dd211e4ce0de869fabc70a95a52564b96b11 25768 pass_1.6.3-1_all.deb
Checksums-Sha256:
 272d8b59d52cb640971d8c335fa89894ce8108771a26734aab129fb74f997dd5 1995 
password-store_1.6.3-1.dsc
 d419d40aa165c1f893e994dd706733374a9db8cf5314124702a061e70e0340f7 52944 
password-store_1.6.3.orig.tar.xz
 2ae7746599e3908519132e93615fe223c980828f2cba0bb9a9d88d0fcb3aadc1 4580 
password-store_1.6.3-1.debian.tar.xz
 f4a10b5d7ea1da9af20f741fd78899a032c5a24b22f46749b625c6ed77cb7faa 25768 
pass_1.6.3-1_all.deb
Files:
 337287ae1c8a7f6868b231eac5e5a1c2 25768 admin optional pass_1.6.3-1_all.deb
 cad34d4369c9d4fb50df5d5a597bb093 1995 admin optional password-store_1.6.3-1.dsc
 bcfd1027f5c92f26d7fcbf4e3af750eb 52944 admin optional 
password-store_1.6.3.orig.tar.xz
 96a05c2b7211b8b3aae6a7eae0df0fcd 4580 admin optional 
password-store_1.6.3-1.debian.tar.xz

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

iQIVAwUBU7UycDk1h9l9hlALAQiskhAAorvLv/WtJQD0DEcvzJ2FlPuTs1MBlFXo
7qC8SsdIElCOS+ltOVAS9vXpTPmyGGY0A14s5IEE9FzRmw7zLqdbfDycfmjKTBze
ZnNsYabo0mKAfBDc4l7O5gVxF68c6ROuTlGb5RpHS0/EdY+JIATZOeFaN/RErDP9
HvAE95j1Rq8YxChaMt6dFCoC8d85pXTNYfKrPr79NErDhiRKjJGnNesmC5f/BADQ
3SxQTAik8UOIt5uN9h64ZKaGy3738EoUJn6JF196erHC6Yjt5GwyRDr+kVkAuPod
MYMRWpWmTp3qsz2onIDlNAbbxTQF5nP277rZwU7mhPxFtkbRUXz4Z7uXvXlD32ri
hpTajZMzan1+6+6r6qX04dDqU6roAPUmYhrUX/VPyLfI5tUMp5YlpcQKN7BsCp6N
/4WPZj+7jdxkU3S/grxOwPqxWoAilquiVhYC9QjHda2EqTapaTTnMzHbYCwREue3
S04QexlK4I09aaEk+hF1oM5V0SXWuwFru+4krazg5ro17fXk/rM+ZTENlyN0rWN8
fZqI1W9Syw+MczZIIM+GXRCkBRUeK5tYEqPHpbZ3uGnJVjvN4kJPiKl2bLr55K3b
ZSjvFgCSJrGR3jRweHY+nR84bN44eSCD5Xyu50yuLngcMK7R1ETyFi4bYqCAXSeG
c0qnzjHmq2E=
=8reC
-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/e1x2ecp-0007eg...@franck.debian.org



Accepted vim-snippets 1.0.0-2 (source all)

2014-07-03 Thread Andrea Capriotti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 11:32:25 +0200
Source: vim-snippets
Binary: vim-snippets
Architecture: source all
Version: 1.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Andrea Capriotti capri...@debian.org
Changed-By: Andrea Capriotti capri...@debian.org
Description:
 vim-snippets - Snippets files for various programming languages.
Closes: 753559
Changes:
 vim-snippets (1.0.0-2) unstable; urgency=medium
 .
   * Added Breaks for vim-snipmate earlier than version 0.87 (Closes: #753559)
Checksums-Sha1:
 5c24e8a21c860809ad5d189f13a6fdd58d351831 1100 vim-snippets_1.0.0-2.dsc
 c2b729c9163a7387aa377a79de65e7a3e10e16a5 3780 
vim-snippets_1.0.0-2.debian.tar.xz
 58cba17a8f580e253f11c46de255925fb48eca0c 118960 vim-snippets_1.0.0-2_all.deb
Checksums-Sha256:
 0da6b80b4f48c55affd35edcc3ed8da980fba86006ec51ed32264a0bbfc62096 1100 
vim-snippets_1.0.0-2.dsc
 2f78a861824cf37b60f97bdd3738fbdf1e85016e52594e838ca0eedd0fa8312a 3780 
vim-snippets_1.0.0-2.debian.tar.xz
 64973a717a9c0e52587bb7daeb276b9d71e03e798ab139a8421cf7a6145125bc 118960 
vim-snippets_1.0.0-2_all.deb
Files:
 7096d791d08c6374d960ae191cb82ac6 118960 editors extra 
vim-snippets_1.0.0-2_all.deb
 c0710265bc0743bb74df381a8b17921c 1100 editors extra vim-snippets_1.0.0-2.dsc
 7ed3e3b940cc802b38e939f299f983f8 3780 editors extra 
vim-snippets_1.0.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlO1JcsACgkQ4oPIaHg5igEakACfW3YkQ7PCVNHWrkSJ3lEMN5ym
kU8AoIvrGVJOV6lwl4XUUmVj3pwTmmXk
=076R
-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/e1x2ecv-0007i9...@franck.debian.org



Accepted grml2usb 0.14.5 (source amd64)

2014-07-03 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 12:48:16 +0200
Source: grml2usb
Binary: grml2usb
Architecture: source amd64
Version: 0.14.5
Distribution: unstable
Urgency: medium
Maintainer: Grml Team t...@grml.org
Changed-By: Michael Prokop m...@grml.org
Description: 
 grml2usb   - install Grml system / ISO to usb device
Changes: 
 grml2usb (0.14.5) unstable; urgency=medium
 .
   [ Andreas Jimmy Gredler ]
   * [178c7f0] Fixed manpages
   * [b214ea0] Minor change in manpage
   * [efd19d8] Replaced all occurences of grml with Grml in the manpages
   * [3176494] Replaced all occurences of iso or Iso with ISO(s) in the
 manpages
 .
   [ Daniel Troeder ]
   * [5b3b5f7] allow grub-install to be called grub2-install (used in
 gentoo)
 .
   [ Michael Prokop ]
   * [22a2cd3] docs: fix typo (persisten*t*-path and wrong uppercase usage
 of Grml64/Grml in syslinux)
Checksums-Sha1: 
 078f917cb7db78519ab7b75bd2730ffb9ceb3f6b 1082 grml2usb_0.14.5.dsc
 e6e738f5f579a41c037877c51ae49ba5b034c0bb 384000 grml2usb_0.14.5.tar.xz
 de640d0a28c85058dfb4b6a045f3c40187689521 215314 grml2usb_0.14.5_amd64.deb
Checksums-Sha256: 
 125ca231ac316ffb23ae02139f4748cc9f153bb5349fcb3dc4361bb37a5d223c 1082 
grml2usb_0.14.5.dsc
 449e23350f15d0fd81c5d3c8b56e463e28ff9c5e5ab39a3d77986145c555ae20 384000 
grml2usb_0.14.5.tar.xz
 561dc63b7a20d1862ed186ec95225bca67854cb7addb49307413d2811dbc640e 215314 
grml2usb_0.14.5_amd64.deb
Files: 
 85055f7aa703bb37a99103e582819728 215314 admin optional 
grml2usb_0.14.5_amd64.deb
 20b20efc5494df3f6a995800cef87a4d 1082 admin optional grml2usb_0.14.5.dsc
 d909c6ab4500df38bda8246c98569b6d 384000 admin optional grml2usb_0.14.5.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlO1O50ACgkQ2N9T+zficujrZACfQ8iuXG5+IWSV/tABlW4yychB
+5QAn1jNp4ajjapUnyC91a+pcxE9vZ5D
=DcnU
-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/e1x2fgi-0002mp...@franck.debian.org



Accepted django-xmlrpc 0.1.5-4 (source all)

2014-07-03 Thread Brian May
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 09:52:39 +1000
Source: django-xmlrpc
Binary: python-django-xmlrpc python3-django-xmlrpc django-xmlrpc
Architecture: source all
Version: 0.1.5-4
Distribution: unstable
Urgency: low
Maintainer: Brian May b...@debian.org
Changed-By: Brian May b...@debian.org
Description:
 django-xmlrpc - XMLRPC library for Django (transitional package)
 python-django-xmlrpc - XMLRPC library for Django
 python3-django-xmlrpc - XMLRPC library for Django
Closes: 753481
Changes:
 django-xmlrpc (0.1.5-4) unstable; urgency=low
 .
   * Upload to Debian. Closes: #753481.
Checksums-Sha1:
 f03558fa909d4fa7bc94992d5840052b999bcc74 1989 django-xmlrpc_0.1.5-4.dsc
 380a713766933cbc61576311225f985da13931e9 7438 django-xmlrpc_0.1.5.orig.tar.gz
 f7d37fcf163fdeb0f02ea8f0a7a8b5cc2b36a4b0 2364 
django-xmlrpc_0.1.5-4.debian.tar.xz
 29547dacb374966daebca98099454e39b7df9218 8822 
python-django-xmlrpc_0.1.5-4_all.deb
 e07c47cdd7b5337347fc49d45121a527075baadb 8880 
python3-django-xmlrpc_0.1.5-4_all.deb
 66596f5c8cc44684e4c76695f3b0b76dc3fc8fda 2570 django-xmlrpc_0.1.5-4_all.deb
Checksums-Sha256:
 6a9e42b27ff84f5a930f938ab94b4ea4553fd3eb443104b40df1f44183f3b033 1989 
django-xmlrpc_0.1.5-4.dsc
 74b4d36d716a086b4ffd509af06deec68fed101a6074ffb8c933d5e4f36cdce7 7438 
django-xmlrpc_0.1.5.orig.tar.gz
 8c1ff20987fe775cbe2bd149a06e0d7171d4f7880f4402e5f7572f5b5b95eb95 2364 
django-xmlrpc_0.1.5-4.debian.tar.xz
 caf07f0e59e861637b21d58de835c1d602d00dd41c9fd21e9e316cb5f2d32aa3 8822 
python-django-xmlrpc_0.1.5-4_all.deb
 fe571dfc51cfc4415b8b38ac93a6c677b0d844478be5352b8bb94cd89ec1a0af 8880 
python3-django-xmlrpc_0.1.5-4_all.deb
 ea19b0e7568bf71cbb4b0d1f90d1e31a18d6a77aa1197d98ded1beeebc7bd950 2570 
django-xmlrpc_0.1.5-4_all.deb
Files:
 1176e36c7445c741711bd077a3978d58 8822 python optional 
python-django-xmlrpc_0.1.5-4_all.deb
 5e3216d06b60dade6e093e0182a033af 8880 python optional 
python3-django-xmlrpc_0.1.5-4_all.deb
 ba118f89c9f97a9b6e9cdffe7e5a5197 2570 oldlibs extra 
django-xmlrpc_0.1.5-4_all.deb
 901306fa2e7e2426c82eaf9a42ce5e5a 1989 python optional django-xmlrpc_0.1.5-4.dsc
 e495454a4ff8cbb242217d26447b21d5 7438 python optional 
django-xmlrpc_0.1.5.orig.tar.gz
 d8363cc67bd9ad2094fc64d5353a6b1b 2364 python optional 
django-xmlrpc_0.1.5-4.debian.tar.xz

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

iQIcBAEBAgAGBQJTtKXIAAoJEJyE7hq50CY2vdsP/3TnJXHlGap0pr9mQa0RChuP
vOnBER3ZeKqh3gwjx+2I3i94W0dlJ+ytwn7sfV3Lr4HhTZmVXjVVsbTCGE3suFfj
/qGoU57rmsKY9Y6AlBkkXRar5dBUfZZiy6tA43QnN28eAdzaeagbcgdORewouE+X
DzOMdeff7TYeWlxe/tYjY5A9wVXNHTfvYUDuO50g2w3IaSIILy0bTHPuYmMlMmVX
VX4j1O9gKL0zUxxFC7LK45L05x+7GnmsTG49wX+nQ1izQWfcqsRg/UE2NOuHWd0C
W/ZRVi0uRyVg22eY5kC70xg1Y1YYq/WrxjbWnxNGTudH4EYCo1Rqw6nA4keH5Geg
bfd5G725nm+KNB1da/G5CQb8FH7vDqhw51UZFRj29KxtBBHIR/7USkoW4qj69bAD
YnfEEez04NnQ8TzZ4bsOSFWAHtDMSKS/v57pfMleg1vKi9DAqA2bJaqtXi9o9QPm
jsxQyVvgQ57ldSyRsF6M4VmPTsxgFA/vOtzmGW8pUKq3Gvt4QZqUE84CzFupxhnn
fQmxYZ0EweFZaZRLr5aDPJlIoRlx25GcnptFvbE6yvU+heg0EvTdJHGxAyKsbQ5h
5Jf+SVC1gOGyZ9w5f4H7r1ICbWiRTrMLQ9lBQl1Dfpt5iroI+C/3MZvUuR9bEdB8
LgcvwOT5VKpi6gpGArdp
=k/jT
-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/e1x2fgm-0001qd...@franck.debian.org



Accepted factory-boy 2.4.1-1 (source all)

2014-07-03 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 15:10:32 +0800
Source: factory-boy
Binary: python-factory-boy python3-factory-boy python-factory-boy-doc
Architecture: source all
Version: 2.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 python-factory-boy - test fixtures replacement based on factory_girl for Ruby 
- Python
 python-factory-boy-doc - test fixtures replacement based on factory_girl for 
Ruby - doc
 python3-factory-boy - test fixtures replacement based on factory_girl for Ruby 
- Python
Closes: 753558
Changes:
 factory-boy (2.4.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Fixed debian/copyright to include the current maintainer.
   * Added Python 3 support (Closes: #753558).
   * Added sphinx doc.
Checksums-Sha1:
 c221009c2a8118c255fa5c444ebf5410e1cceba8 2461 factory-boy_2.4.1-1.dsc
 58958549ba7cb149bd6bedd8c00e8af210c7b6b5 67824 factory-boy_2.4.1.orig.tar.xz
 588e36215d8821b3dab7474b8f6540a413b29b53 11136 
factory-boy_2.4.1-1.debian.tar.xz
 3f51009282647a532d6bb491f10b64eb85391479 30184 
python-factory-boy_2.4.1-1_all.deb
 1e1c372604a57cc14e0767e6aff75b95c75ceee4 29912 
python3-factory-boy_2.4.1-1_all.deb
 9b0ccaf50c31cf9fff52e9954a827fcea631b535 98052 
python-factory-boy-doc_2.4.1-1_all.deb
Checksums-Sha256:
 816d356cee7bb35ce956972361e49cd95c672e378f2f140eccd3ee425176d06b 2461 
factory-boy_2.4.1-1.dsc
 664803217360e2b91a1e843ce564d1dc2abe95290c0b7d0e006fca791ccea36c 67824 
factory-boy_2.4.1.orig.tar.xz
 ee4edf0397e0d56c6b82d64ce19d769f0accae6df6eb70765ecd5c4667226d07 11136 
factory-boy_2.4.1-1.debian.tar.xz
 2d147a22bba425dac30a83583afd95e0a6fa4938ed65713561d5bf02774d9123 30184 
python-factory-boy_2.4.1-1_all.deb
 32a52e120ffd363b9bf3410e2a878ee24e5c05a617fa1e61771f18f72e6e329b 29912 
python3-factory-boy_2.4.1-1_all.deb
 9b873e52f946839159443168ec60ebd14a7564e83d762c6fb4837a986a8cb48a 98052 
python-factory-boy-doc_2.4.1-1_all.deb
Files:
 29c1e2fe962e2d4277418a95c4c65e7b 30184 python optional 
python-factory-boy_2.4.1-1_all.deb
 80357fb445117ee79c7d5d3753e49440 29912 python optional 
python3-factory-boy_2.4.1-1_all.deb
 bac4005ebbf8c1ce03b1b619d5e843b0 98052 doc optional 
python-factory-boy-doc_2.4.1-1_all.deb
 20745e2df15449057a9701d172201b84 2461 python optional factory-boy_2.4.1-1.dsc
 fd6d1b1129e595c6dd8eac7ad547879e 67824 python optional 
factory-boy_2.4.1.orig.tar.xz
 0f3f0c1f4af8104b1c60370c598317f8 11136 python optional 
factory-boy_2.4.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtQv6AAoJENQWrRWsa0P+4N4P/RHVXTEDvJ7hAzuDbxnb3lQa
mO0tw2EcGmeOXWBzRwcMql+9hoIyZfJRa3llGZ/ECxX7pQUEqO/5IgEFW8nW1tL0
xjHmbINjDvZgfGWm27HKM7bkXGtObss3y5/byfXdwlMi8sViy9Yvp7BiBQ4FhWPd
xSJ1Sty8Ml/Py6SBJNgTj6DBjXfEQJhkdkFd8x+lOF7KwlUN9f/pUZMTMUEb5C/P
g6aLd0Ap27bP35CusL5YQtkvvk7QC1YqUNjLR4XeaQ9ZPUDcYl0Tes3CjWSCW6kT
V8CzJMsm9NlE/2N85jclBwpxB9KaDDtihkA5P4zNQAH+9iTGuBnqCOsiwoo1dpc5
FJCY4v85Q3hN9WVeAM7xXruGd+3idDy/MGJMzrhRWTxyo0nWBtwEBgGIeDOzIDGA
U1DTYmRmO/R9StsW2ksywT20bfYPSpDRU5fSPgqBTpU9RhxDdHbz8o6HugPtvMW9
LwXwlYL+t7MoBAK96nCC38GjriM7R+RqUe3VOMhwP94a9S3c4B21tws4kG66X/Iy
EBomWi9GaQGbxdqTFPIVUFZhZy0pCge41P39v+/WKs/PreDM5TemXNFmI7PM1jlf
Ip+msorhxxHhRmhbBDDIaF038CI8bidLegXDmR1ZWHiAQw8takk6aIYVQsGgoP6+
s31Cz0qYBcn+mJGoflZP
=Ub/n
-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/e1x2fgn-0001qx...@franck.debian.org



Accepted ruby-jquery-ui-rails 4.2.0-1 (source all)

2014-07-03 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 Apr 2014 15:42:56 +0530
Source: ruby-jquery-ui-rails
Binary: ruby-jquery-ui-rails
Architecture: source all
Version: 4.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description: 
 ruby-jquery-ui-rails - jQuery UI packaged for the Rails asset pipeline
Closes: 713803
Changes: 
 ruby-jquery-ui-rails (4.2.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #713803)
Checksums-Sha1: 
 8239f244816c3a9e0a7f2f633864091977c6097d 2138 ruby-jquery-ui-rails_4.2.0-1.dsc
 78a9551419aac2f5716f57828a513974819672a6 161841 
ruby-jquery-ui-rails_4.2.0.orig.tar.gz
 dd44781a03e55f412d59dd26d45bb5e3e4e9a751 3338 
ruby-jquery-ui-rails_4.2.0-1.debian.tar.gz
 79054acdb89065d7f4a7444382f35bbce43aeb3c 23274 
ruby-jquery-ui-rails_4.2.0-1_all.deb
Checksums-Sha256: 
 e13b89e374c07b0cc8877436d4f18f32b3d833a8572a977c1013ce1fd8fd2a71 2138 
ruby-jquery-ui-rails_4.2.0-1.dsc
 fd8c334a88f8dd5e4d57aeac2302aa4c972642d104d4234f4a821db613ce03a7 161841 
ruby-jquery-ui-rails_4.2.0.orig.tar.gz
 c364926d92a53bea998122c74766122f1f4825b57cd1ded7216a5d7a00fcb1c8 3338 
ruby-jquery-ui-rails_4.2.0-1.debian.tar.gz
 9b7bf6f7c63a6a1c799f491a1a69467ec72bf9d32e60bf2afb35a5150e9efd2d 23274 
ruby-jquery-ui-rails_4.2.0-1_all.deb
Files: 
 374be93df5334ac62ac6aa9d3ceffcc3 2138 ruby optional 
ruby-jquery-ui-rails_4.2.0-1.dsc
 44d3ee559c35c4149f78134cc7725b89 161841 ruby optional 
ruby-jquery-ui-rails_4.2.0.orig.tar.gz
 f54978e4f8e13862d98e1ee90e7750fa 3338 ruby optional 
ruby-jquery-ui-rails_4.2.0-1.debian.tar.gz
 fb150a0796aacc1f1a147e76fc3a7f5d 23274 ruby optional 
ruby-jquery-ui-rails_4.2.0-1_all.deb

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

iQIcBAEBCAAGBQJTUPw7AAoJEM4fnGdFEsIqANgQAIkxsrOPtTIqc+Rw8qWVsyZC
QGC0TI7jQ00wXEMF9MEK8B6BT5bDxof/HiJNQnWpOGxjvBDQCTOZRTMaxpBvXmhu
ktNqkEElW7D/AkyNRSickdE4hXwBEXVJ3ii4MZjQTjPaOH9WrDl+qPonroanl/jU
0HV9d8Sfmu/+k1eL00VnxoxhJPeqO2e/UfngHGgSZbN/yG+cMGXlAOSmA6UmbNi5
KM+y0wfRJYlBTwW9BCSLRTWO9lETPyqzxaPd/dxsxWsraYcIrcfijqTj3oQZZjYz
3L2dDHyoJoGoXGac9BPrVEcdxYTprnl+lvUGSE3HJNIHhePJBntUPlAykYS8IJSn
s0um18Q1QAARj9M0PjVODNnhfapRbFDYkZfQBJiekxtYddTod3Byy/a4ieWj6uhX
MznQwEg+qHa61q9WF8AAJlFnebnsKBUW9iEsOm4o1hhj7Q4c2PBMP39iE3pGPim9
p/lSYIflJIzkmMZMWZUSTP8tUXl77m7vPBEMuniwZK9dAuRxxtEMZkNTz4mwaTok
THWFOD8fO6NQ5hE0g0FElNaWPTz/AeWEv9O+gZHcqw+Z7XPfnh7ABzMt8mUJX2UQ
O6FU/RpPuUjTZgGHHcHeoPOr9X2WDkXcG+ef8nC3Hod0/DhQQx5QD6kqiYk1LBLu
H4IyD9CguNxbO9EbPzHF
=f8M7
-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/e1x2fgo-0001rc...@franck.debian.org



Accepted maya-calendar 0.3-1~experimental1 (source amd64 all)

2014-07-03 Thread Shnatsel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Jun 2014 23:29:30 +0400
Source: maya-calendar
Binary: maya-calendar maya-calendar-common maya-calendar-daemon 
libmaya-calendar0 libmaya-calendar-dev maya-calendar-plugin-google 
maya-calendar-plugin-caldav maya-calendar-dbg
Architecture: source amd64 all
Version: 0.3-1~experimental1
Distribution: experimental
Urgency: low
Maintainer: Sergey Shnatsel Davidoff ser...@elementaryos.org
Changed-By: Sergey Shnatsel Davidoff ser...@elementaryos.org
Description:
 libmaya-calendar-dev - GTK+ calendar application (development files)
 libmaya-calendar0 - GTK+ calendar application (shared library)
 maya-calendar - GTK+ calendar application
 maya-calendar-common - GTK+ calendar application (architecture-independent 
files)
 maya-calendar-daemon - GTK+ calendar application (event notification daemon)
 maya-calendar-dbg - GTK+ calendar application (debugging symbols)
 maya-calendar-plugin-caldav - GTK+ calendar application (CalDAV plugin)
 maya-calendar-plugin-google - GTK+ calendar application (Google Calendar 
plugin)
Closes: 750778
Changes:
 maya-calendar (0.3-1~experimental1) experimental; urgency=low
 .
   * Initial release (Closes: #750778).
Checksums-Sha1:
 60e59423b873c03b92a94f7567deca411bbce71e 2609 
maya-calendar_0.3-1~experimental1.dsc
 e08d572d3ddb2daf3f9a62ac7f1ce77823d2e80d 151985 maya-calendar_0.3.orig.tar.bz2
 48d19e8afee5036e753dfc4c9d9b254601800e25 5148 
maya-calendar_0.3-1~experimental1.debian.tar.xz
 95c50e65ecfb8c36b533e7f424a610a128f1d72d 70384 
maya-calendar_0.3-1~experimental1_amd64.deb
 7aa4a96cb7407811db3218e74350f71167511ef6 44668 
maya-calendar-common_0.3-1~experimental1_all.deb
 c0fcd4175dc3904097085289f96c4026402207a0 12110 
maya-calendar-daemon_0.3-1~experimental1_amd64.deb
 f5d9638536fc10379fbd29be288267befd21d2bf 42692 
libmaya-calendar0_0.3-1~experimental1_amd64.deb
 93457b554a8eb0e08d9664bcc05a612c630a2f36 9004 
libmaya-calendar-dev_0.3-1~experimental1_amd64.deb
 697648edd33e5e39fe190b955648a9edee9f3c09 9552 
maya-calendar-plugin-google_0.3-1~experimental1_amd64.deb
 c23db843a5612fcbc8b4456a68a657e95f82f167 10318 
maya-calendar-plugin-caldav_0.3-1~experimental1_amd64.deb
 6da84a4eab6b1cceb02899f14684e6e96006b354 717986 
maya-calendar-dbg_0.3-1~experimental1_amd64.deb
Checksums-Sha256:
 f6f054441661db76a7660a3b69c720ecaed3dc8ef544f660a56190debe9eb9b1 2609 
maya-calendar_0.3-1~experimental1.dsc
 9902863050220f9e737086351df5bc854a0c07c59f26a9bebb43df35858cdc6b 151985 
maya-calendar_0.3.orig.tar.bz2
 c22a492a2ad8d9e76a17f442e385fdf41f071194947de5ac16694ee14b8e7c41 5148 
maya-calendar_0.3-1~experimental1.debian.tar.xz
 72869d0fba342f52819501b1436d37d8a7976ebf8fc0d34e4d7b24a553762b48 70384 
maya-calendar_0.3-1~experimental1_amd64.deb
 aea02328987f47153c0f241729ed0406580411461b0a003aaa05652b1a9f8279 44668 
maya-calendar-common_0.3-1~experimental1_all.deb
 f30f0d1d868f02257e339162d756151569420b7ffc64486aca2869f0fcc73339 12110 
maya-calendar-daemon_0.3-1~experimental1_amd64.deb
 3e928070b38804f7df30e96e73eadea7b1e2e4f7405b4483971c719b14e1ac22 42692 
libmaya-calendar0_0.3-1~experimental1_amd64.deb
 ac2fa37192c393fd20589d50d789b57693fad19dd110a1657ee402f250de28c9 9004 
libmaya-calendar-dev_0.3-1~experimental1_amd64.deb
 cc91c07ac91c12179e3ab43245cae435e10886295b131783274fec6cb2638b6f 9552 
maya-calendar-plugin-google_0.3-1~experimental1_amd64.deb
 f710494580365bfe2187eccb9d722683da9b5b9d4c73c19dc075327714bc2ba1 10318 
maya-calendar-plugin-caldav_0.3-1~experimental1_amd64.deb
 df99934e21872a285b2826529ef3d24831fb43aa8a021fe0ddfcebf8f9d648f1 717986 
maya-calendar-dbg_0.3-1~experimental1_amd64.deb
Files:
 6f7b4674337c2165aba9abf32ff64ed5 70384 utils optional 
maya-calendar_0.3-1~experimental1_amd64.deb
 231d89095f4a092acf206f88dde2d3e0 44668 utils optional 
maya-calendar-common_0.3-1~experimental1_all.deb
 7a71c61a21bdb124feb30454e5aff9a5 12110 utils optional 
maya-calendar-daemon_0.3-1~experimental1_amd64.deb
 69a46a6cc76a39e768b9467aedce6c59 42692 libs optional 
libmaya-calendar0_0.3-1~experimental1_amd64.deb
 c0052fbd418914f17e46506b9c90dd6b 9004 libdevel optional 
libmaya-calendar-dev_0.3-1~experimental1_amd64.deb
 63fce0726963cc63fb3aa1cc351a86f6 9552 utils optional 
maya-calendar-plugin-google_0.3-1~experimental1_amd64.deb
 9985baafa94c346ca17ee5adc636efd4 10318 utils optional 
maya-calendar-plugin-caldav_0.3-1~experimental1_amd64.deb
 5022efe56690b58d52d79cb38ff3f3be 717986 debug extra 
maya-calendar-dbg_0.3-1~experimental1_amd64.deb
 8a61723e0ccbce104587bf6d0d729e05 2609 utils optional 
maya-calendar_0.3-1~experimental1.dsc
 649253f132fe59403114847d5d700372 151985 utils optional 
maya-calendar_0.3.orig.tar.bz2
 eef76c997f8f0dda2ce76f4809c831ff 5148 utils optional 
maya-calendar_0.3-1~experimental1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTmK25AAoJEHQmOzf1tfkTXjoP+gKAIU2w/byJMMFVhq+wRno9
c1csWs0RkTKWcRRjd//kK0vaJf0gCMou4+Os4hd1Id+9QSB41z3Jz8k+nMweOS7r

Accepted autopkgtest 3.1 (source all)

2014-07-03 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 13:31:16 +0200
Source: autopkgtest
Binary: autopkgtest
Architecture: source all
Version: 3.1
Distribution: unstable
Urgency: low
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
Closes: 753582
Changes:
 autopkgtest (3.1) unstable; urgency=low
 .
   Improvements:
   * ssh-setup/adb: On Ubuntu phones, use phablet-config to disable first-time
 wizards/intros. Implement reboot and revert. This requires phablet-config
 now, either installed as package or from bzr checkout with
 PHABLET_TOOLS_PATH=checkout dir.
   * ssh-setup/adb: Save/restore NetworkManager system connections in revert.
   * ssh-setup/adb: Add -r/--reset option to perform a factory reset before
 running tests.
   * Bring back --control-override option, with tests and documentation.
 .
   Bug fixes:
   * Work around subprocess.Popen bug in Python 3.2.
   * lib/testdesc.py: Change exceptions to be Python 3.2 compatible.
   * Kill the actual test on timeout instead of just the wrapping shell script.
   * Fix workaround for LP #1333215: Don't run with su -l as that causes
 extra stdout spew from su for nonexisting home directories; instead just
 source /etc/profile and ~/.profile as these are the parts that we need.
   * Run aa-clickhook after every click install, otherwise it doesn't apply to
 newly installed clicks. Works around LP #1337253.
   * Open files which can potentially contain non-ASCII data with explicit
 UTF-8 encoding, to avoid UnicodeDecodeErrors under C locale.
 (Closes: #753582)
   * Fix metavariable names in adt --help.
   * ChrootRunner tests: Retry removal of temporary chroot when busy.
   * Don't let a first failed apt-get update run break the test due to stderr;
 it gets retried 15 seconds later.
Checksums-Sha1:
 0cc0059d5af695ba774fa30d288323137331ad66 1744 autopkgtest_3.1.dsc
 710dbf002a6686dce2afe1516b8d1e87322dd19a 131885 autopkgtest_3.1.tar.gz
 0b2f112e9171c7310d718355df484f327623f7c6 116928 autopkgtest_3.1_all.deb
Checksums-Sha256:
 48bd84ddea1f97a8f64015df212e455fad5e104aa899b97a6fd75cb9ad33278f 1744 
autopkgtest_3.1.dsc
 1a6a21736b6fc9f34218f71f7d9630ca04a9d33821f850f9a4d426a95b9b2af8 131885 
autopkgtest_3.1.tar.gz
 2aeea076a9eac9855651f2e5c71efcef44173a580eb674bb50da8d7592152e1d 116928 
autopkgtest_3.1_all.deb
Files:
 7c8b4a20eecf50b949110eb29610c119 116928 devel optional autopkgtest_3.1_all.deb
 74e3d94309b3be0fa13959c6708d4c68 1744 devel optional autopkgtest_3.1.dsc
 eeba3e068df96dd08c265a05aa33a879 131885 devel optional autopkgtest_3.1.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtT9sAAoJENFO8V2v4RNHunYP/1+YE+/84QxVE/o2ZfNRkjZ+
j/Vu67oJS+A6PYYDh25flwrDu6/exj4N4wo+yFP9FqtomNCdbgoITNhxiLpPvDmO
OKfvmq0KOcAhvGNwRP++jt8GH63j8kjOrQCw3D4m53i6WRfga2AYtAk8OGTJmlR8
Tac63YqEkO5CDBfOTfiYHwrQVuogFlCW1cK/Y1FzVcYljt+RvyZLqG7yc+61MQCm
pGUYu7nIfvshREFHAzaEuQXJ2aCNawVe9rj71W0ufbkg+3vEV85pRlLkHbp2L11D
uBcaVNtP1YKZYQpdYC4i4F7VpGSmEInMmQP+YmV50m06w6X5EKFzyj/KHE7dlKuU
ianv8hKzn5RxMqFQzEvRfre22TdNxERTknKYulIVDVJRLbnX1ArXkxnVpiPAWH/5
o5U5TKgkRx+txgJN8mQFpbgEXJE3qwIY/9Faa5u+2q710slZA4jD1kSP6XJLw16Y
xJMws1mji3aauAp7XKCMrb96kRwL0HrmOR6rpGK1OYBotyPAP4G81C8xWB9eQ9rr
XlAo3XQ3k2l0U7OMxCD/h8ZHA4cggM/lgDFDTyJ6B9ktcXnHoq59F9XPl+zf/U2/
pVzrX53mfco4XBX7sZ88cr6b0T7oLZWxqnGr8K/6yMINFhfMHuPWrQqmTugs1j1L
1eF1uyvlLpRWh2+AkaqK
=G2I4
-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/e1x2fjd-0002te...@franck.debian.org



Accepted perftest 2.2.0.19-1 (source amd64)

2014-07-03 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 14:20:30 +0200
Source: perftest
Binary: perftest
Architecture: source amd64
Version: 2.2.0.19-1
Distribution: unstable
Urgency: medium
Maintainer: OFED and Debian Developement and Discussion 
pkg-ofed-de...@lists.alioth.debian.org
Changed-By: Ana Beatriz Guerrero Lopez a...@debian.org
Description:
 perftest   - Infiniband verbs performance tests
Changes:
 perftest (2.2.0.19-1) unstable; urgency=medium
 .
   * New upstream release: 2.2-0.19.g1fec59d
   * Add README.Debian with information about versioning and repackaging
 upstream tarball.
   * Switch packaging to dh and Source format 3.0.
   * Update build-depends, add libibumad-dev.
   * Clean the Depends line of perftest, the deps are added automatically
 by debhelper.
   * Remove all current Uploaders, they're welcome back anytime.
 Add myself to Uploaders
   * Update homepage.
   * Update Standards-Version to 3.9.5, no changes required.
   * Add fields Vcs-Browser/Vcs-Git.
   * Add watch file.
   * Update manages shipped, remove those that are a placeholder.
Checksums-Sha1:
 ba6ecce5ce0059edf982ee2de3f0ea461f5f5021 2095 perftest_2.2.0.19-1.dsc
 829fbafdffa5ed86c7884c193210df5411805292 711027 perftest_2.2.0.19.orig.tar.gz
 5b17df07eab1fcdfd3a60d6165a21320b7c5d1a9 4060 perftest_2.2.0.19-1.debian.tar.xz
 9a5e649928c0475e2b7f1cefa1d2548e666c5d70 124956 perftest_2.2.0.19-1_amd64.deb
Checksums-Sha256:
 361cfce71addc0540f2059d79af6e47038ce1c629f4b6e68d490c37fc968acdd 2095 
perftest_2.2.0.19-1.dsc
 3b95d8cc9218b50d580db8cb3cdb8f06bddbabf338cee0f30582353bf1a7a8f3 711027 
perftest_2.2.0.19.orig.tar.gz
 5435667cfff7e031f0bcdea26b55cc4f9fe115dc8f1bf46d98deb31ce109c2aa 4060 
perftest_2.2.0.19-1.debian.tar.xz
 efe95cdc840157c1f6c5f11fc8a5379d00228c9dd3d71ed8239a3132965e9017 124956 
perftest_2.2.0.19-1_amd64.deb
Files:
 1c80b9429274ae9870f8121a1275fc9e 124956 net extra perftest_2.2.0.19-1_amd64.deb
 52686b5899defa008ce13dbb1174fecf 2095 net extra perftest_2.2.0.19-1.dsc
 8a1f71fc2f26cf5ae14704f328a547b7 711027 net extra perftest_2.2.0.19.orig.tar.gz
 3540d0b3c5c24aa1073735b9b7c14178 4060 net extra 
perftest_2.2.0.19-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJTtUsuAAoJELNGT4lqoVlI0S0P/3QNdFRSgRYGFcl89sJn3mWD
McHc22+hc6nGzloaIg91yauLOxoS4mds/CkemIVUYEnwRwRlZPUjQMUNHas4ZPK/
QZUQ0kylUAk94TbmqD6Pvq50pGVZK1vZNX7H1iJzSraZHYyF0lQkGaddS6AE73wr
yAxG4ZPLdix94qTWcA2LEI+vWUjpp5sPWNyFSg7wZQtu5boFFNoRXBM5NtJII/yY
iHBKx18hBD8bGwRTpm9c80ScnmadQNoiKEqusqzAS2KZlVIY5E8b5q+b6nZZAvRu
Sfh6h5AEPPW+RHgL6z4N7u2+99wvsre4mL5Hiug3J3JCu9cWwRTxsc/9tDYtQwIL
F8Fgxq/X0LnNpruH63YLr6dSybOlWmw8+CbiSjTk7qe6MVlUt9TZzi4yRf+lpEtD
GJx5XHVKa5rH8X/zt1JQCO9YN631O6ithjW4fpGAu6iI/G7geVuGeSY/7f1WgcIQ
ClzS5Sct6Yfw1/20zMdV4O6BN2pD1dxnvBF8+4S9HT8/JGUNtPGXCMTAB8ZwA4hl
DwyHOdHbBiS7Uh4j/Cc9iMfNtrMDYJ5NYmgfaUV7GDXKkwHPOhhzcnMw3T3CAsrf
sl547CtQdkID8MCItNegTMTBxyZ8sHvg8EW3elKyCJEiWFq/k/r6goxNhUr91WB9
hnrsKti0yUuGG/vHRS6p
=h+Ju
-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/e1x2gda-vd...@franck.debian.org



Accepted powerline 0~20140216-1 (source all)

2014-07-03 Thread Jerome Charaoui
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 20 Feb 2014 23:06:16 -0500
Source: powerline
Binary: powerline fonts-powerline python-powerline python-powerline-doc
Architecture: source all
Version: 0~20140216-1
Distribution: unstable
Urgency: low
Maintainer: Jerome Charaoui jer...@riseup.net
Changed-By: Jerome Charaoui jer...@riseup.net
Description: 
 fonts-powerline - ultimate statusline/prompt utility (font)
 powerline  - ultimate statusline/prompt utility
 python-powerline - ultimate statusline/prompt utility (library)
 python-powerline-doc - ultimate statusline/prompt utility (documentation)
Closes: 739666
Changes: 
 powerline (0~20140216-1) unstable; urgency=low
 .
   * Initial release. (Closes: #739666)
Checksums-Sha1: 
 503e6b0b48d67bb2f34dffb2611bb9726ad5d084 2062 powerline_0~20140216-1.dsc
 c8a675a49d6f8102c07b5464a307d3b456595386 163128 
powerline_0~20140216.orig.tar.xz
 c4960c5d5cb4a959ea0fe797b01c12d7b939679f 2560 
powerline_0~20140216-1.debian.tar.xz
 6174f317b39d2f111e17e8fa4ed793b020162a61 6886 powerline_0~20140216-1_all.deb
 4286ff7adf76959b963f774da85794e47a63114c 3862 
fonts-powerline_0~20140216-1_all.deb
 fecaf3b80639d9742ef5689555cb676d12b52cba 84514 
python-powerline_0~20140216-1_all.deb
 187782e51b06e80cf00ea77167cd0b23e9dc837b 118034 
python-powerline-doc_0~20140216-1_all.deb
Checksums-Sha256: 
 7d67576cee1ecdcaacf228beffc7ec3ae8d021703a6fd777254e3657c918df43 2062 
powerline_0~20140216-1.dsc
 b2445525e10b6fe831484266e73108112643d84db09799f9189ef1976daeec25 163128 
powerline_0~20140216.orig.tar.xz
 240e91fd154ff7c1e1e26caf61104ec2b67cd8311a60de10faa62bc1778fabcc 2560 
powerline_0~20140216-1.debian.tar.xz
 7efcc837481a20407d75e06783daac25dde8cf63b92cbca480fff7f4d758025f 6886 
powerline_0~20140216-1_all.deb
 865d0fcce237f5237774414db317e344acf1a1ff71eb2a26f2473505bdeb1cea 3862 
fonts-powerline_0~20140216-1_all.deb
 4cc109b00799fc47c1eed71eb0e2a298954ba7cd2bf93e74df45613d959ff61a 84514 
python-powerline_0~20140216-1_all.deb
 3dc9b3f66759e831481a10305c8c047701530ed714722c23860a4f45a3fe4d40 118034 
python-powerline-doc_0~20140216-1_all.deb
Files: 
 b28288a6f019087c4d65bf1a3099088c 6886 python optional 
powerline_0~20140216-1_all.deb
 7dcca185fae301028d1e0f61573c59f8 3862 python optional 
fonts-powerline_0~20140216-1_all.deb
 c190c426843516d29e090bd5af0a2e1a 84514 python optional 
python-powerline_0~20140216-1_all.deb
 d44e8bccc5179015942d7ae0b2c9962f 118034 doc optional 
python-powerline-doc_0~20140216-1_all.deb
 3d1cc4de81b755487016e6b14ea9227a 2062 python optional 
powerline_0~20140216-1.dsc
 d776d68b1d1167f32455102d6ec92ab4 163128 python optional 
powerline_0~20140216.orig.tar.xz
 aa2c387ed40aaf742912319896e11f77 2560 python optional 
powerline_0~20140216-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTbkkSAAoJEJWkL+g1NSX57XcP/RaMimozcpx9v0/H1/TWKroc
TCIErOFs32SKYfhVVEdhuLfvUjdPLoWf8rdk9rJ/JCmuBwiSyXoxlegKgVHx/IZe
Pl/lBVgXYxqh2A+NpLej2sDwEm0ZsB+67Adqxpduad7n7CPnNY6PgFBjJHM9FEna
ajmg9G9kLS+pEvKpGT2cYalim3oUDSeXqqKexgG5o4EJ58V0I1oTr2Ju19+s2PbX
hBtqTGKD3mz68dobh5rAExeo6H7KbgqTlFfrzVxbosZ6tkJtPa/UZbJnDTKW6xnZ
E3pJAs8uR/x8xe0CN5aEatHi10g20fX64QRJPsmA7df4+tKQkwEcJKr5Sr4UdqX3
SumvOIzXPzSDvLMN30q6x1FBYgu2pe7xfb34icf/ODkUGQaLRMWJpphUIDQwll5R
q/pj4cWdqCr1VID9NS5Z+qo1sZVHSy/EeDhIjJ8W36uYAgaHorGAjermwykhzkrg
roUmQ56LVBHHF7w7hF73eX7jLKIq7/44QMa1QvHMewTjKJe8Aubuftplq+pDHmVz
94Xn3fXi+I25cZY+vwtE4jt0Z2T272q9ai32nNMU1EV8MDS5hdd10qy0yyKqUJ0p
uyz9hflsrRNZ99XAH4LVmBWnUkIB+vg7UTM9flKvqaeAQclLctE5BhNEP5zwQyXF
eZboQ9QxdZIkr50z/9eX
=AvpB
-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/e1x2gcr-0004vd...@franck.debian.org



Accepted varscan 2.3.6+dfsg-1 (source amd64)

2014-07-03 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Apr 2014 13:38:37 +0200
Source: varscan
Binary: varscan
Architecture: source amd64
Version: 2.3.6+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description:
 varscan- variant detection in next-generation sequencing data
Closes: 744996
Changes:
 varscan (2.3.6+dfsg-1) unstable; urgency=low
 .
   * Initial release (Closes: #744996)
Checksums-Sha1:
 06ef8693a46f6fd7283af785cf81d367c9f199d2 1979 varscan_2.3.6+dfsg-1.dsc
 f0a28d17c1046d6ea1b9db2bb6a75a1fe6bf90a7 44516 varscan_2.3.6+dfsg.orig.tar.xz
 9e2d0260cf2482659fbb847a91245c384857e4fe 18532 
varscan_2.3.6+dfsg-1.debian.tar.xz
 764deba5f3cad0c9a1fc0ea455009c322922beb3 127136 varscan_2.3.6+dfsg-1_amd64.deb
Checksums-Sha256:
 6c566c0af7b3dd8f33b375190911485e1d51c18bfaaad2515070a97689948b8e 1979 
varscan_2.3.6+dfsg-1.dsc
 e7b54dc777e3ce4e635227d666d6df25726ea5788c023ec10c097a5c3d3b463a 44516 
varscan_2.3.6+dfsg.orig.tar.xz
 22603999756df1d70642af24021ca9895fe5bd53586007497f77504cb425af67 18532 
varscan_2.3.6+dfsg-1.debian.tar.xz
 32db9f1bbe77ec916101f54182ec0798d37ea6743b399a32726faf1f675c95be 127136 
varscan_2.3.6+dfsg-1_amd64.deb
Files:
 ed776e54abdb025576bf161220d83356 127136 non-free/science optional 
varscan_2.3.6+dfsg-1_amd64.deb
 efa3a869e0d81cb47e063124520acfc6 1979 non-free/science optional 
varscan_2.3.6+dfsg-1.dsc
 03c6b81bcfc4a61cd4c8c153612c271f 44516 non-free/science optional 
varscan_2.3.6+dfsg.orig.tar.xz
 687f58f59f2224b8c1cfba28ecc6e00a 18532 non-free/science optional 
varscan_2.3.6+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTspfvAAoJEFeKBJTRxkbRAkkP/1sDOUnybhDPYK1RTb/WAyfx
TFLNyUhq0Fc7DJibN98jOKuvfLmgPV8r1QHWueEV1KUOJ9/05Gzh8rdEV8DaQilF
0nH1q5t1mJa+iXyBkGySr4u15m/IUSdbun8wFbpPVQA2yKkJS2gsvlfhQBkjb3iX
JBuY8cFpduVouPRdsEQh6cR01PuHkvlWa0Q6dOezK7/+MNRE++oOK4YqmqJcNwmS
JToyh4XnwpmO6SkQtpq2pb0cGo12ytt2nfXZ7ZlPPmAF6HnW1PDyJY9Qlwmvp1WM
5QhuX5hDaDv/+YQD1l6mPz4rC+HQopFZxN95uXtchYRIrwbK42S7GCNMxanSnwkR
7slQZL8uI6Ofdb00o46x84dmezbpIpGBohAM0d4QBRHiNkPe1WK7vwa4joXk0Yzp
7r3xwlPayR8IChb0Nbc+a3XBZ3gvUzthtbYJnv7K0113opbh9Zc10YOfXS0qtSo5
WcSZmVfsxE7n+mFdhcrSF7AQ6i7OPAHT6bfzomPLxmTkPUSEcNLqqBITirOQtcpI
yU/8gJ2aAQcX9BA8xDLY6doxIu9gw9pick1cFUI7umKZl8pYK0bAUj4Kjh5dIBk6
qSQzNBSNewidB/XUeN/S+CKaRuwrmhM6KIhkKxFAyyBmc2rT/tVke8IDrw96DYiv
Jg8BRQVa81RKKQXgXrWm
=uFkY
-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/e1x2gcr-0004vz...@franck.debian.org



Accepted libemail-mime-attachment-stripper-perl 1.317-1 (source all)

2014-07-03 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 02 Jul 2014 19:28:35 +0200
Source: libemail-mime-attachment-stripper-perl
Binary: libemail-mime-attachment-stripper-perl
Architecture: source all
Version: 1.317-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description:
 libemail-mime-attachment-stripper-perl - module to strip attachments from an 
email
Closes: 753514
Changes:
 libemail-mime-attachment-stripper-perl (1.317-1) unstable; urgency=low
 .
   * Initial release (closes: #753514).
Checksums-Sha1:
 31536428ab022936a5bd95065f5449b037fee552 2583 
libemail-mime-attachment-stripper-perl_1.317-1.dsc
 9fc2c9b793cbf7329e5f79f0d7e88157ac81054c 28159 
libemail-mime-attachment-stripper-perl_1.317.orig.tar.gz
 26d342079b326fedd7da415f438d4834995be5e2 1512 
libemail-mime-attachment-stripper-perl_1.317-1.debian.tar.xz
 d7ec9fba5a621d231f9a219cea59b4c763c9660a 7758 
libemail-mime-attachment-stripper-perl_1.317-1_all.deb
Checksums-Sha256:
 10933c80e4d46248b63ed49e66b2260f8c1b3dbe216249f921afe4b3e42c9445 2583 
libemail-mime-attachment-stripper-perl_1.317-1.dsc
 dcb98b09dc3e8f757ec3882a4234548108bb2d12e3cfadf95a26cef381a9e789 28159 
libemail-mime-attachment-stripper-perl_1.317.orig.tar.gz
 aaab480f59371afe0193b6de5ded1e17a3f8c3b35063ded5eb178533a2bb0b59 1512 
libemail-mime-attachment-stripper-perl_1.317-1.debian.tar.xz
 04926131c4a7c5d5dc1039bab5c145aab28d6cbd46b00818a57841752815e168 7758 
libemail-mime-attachment-stripper-perl_1.317-1_all.deb
Files:
 40863e50e6410193563b24a95d2143a6 7758 perl optional 
libemail-mime-attachment-stripper-perl_1.317-1_all.deb
 c67586e5fe5cbaa189b43381e450a285 2583 perl optional 
libemail-mime-attachment-stripper-perl_1.317-1.dsc
 aa8a51d9795f24e409944c45ea16bf7b 28159 perl optional 
libemail-mime-attachment-stripper-perl_1.317.orig.tar.gz
 7906cd2e6f7cb3e2212b16f4c12a9283 1512 perl optional 
libemail-mime-attachment-stripper-perl_1.317-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTtEFWThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBoK/D/9tT3oYrwUQIfKB/qQvl045eYgo9lZtTYDVgasPRp8aKnS9
Oarbpa65RiSzwls2VrCV/eHu2wZUzKPf6Ss45ruYIWjxAw1r59XmKPo7qn3bjHaz
hIB/mUpFfts73iCwW8lnS2TmGVNdatGHd+Kipbu19ghbUad3IfIUaRLTr8ctScz3
dwcqcPvI+ysd46gSUDya1403/r0yjsXHRhOU4WaPbqr9QAq23aADNZ7PLjqwbvnf
CqGY5p0KBSNDrd+MNDr8N40/5/nCToXfqcc6ttZFK5KJ12ca3JRWzXvIALzNDmQ5
qzLSuT5JCYyiWLjEfLxwT9AryY0pAeZwv3VjFQYGoPdKUaxNhL7i0o1fIX8aw/lo
gihV7RMPy7FcwRgoqOAZQL/GAf7/EZ1wIDmwtTAMTKcut0I3jKGcWsTdE0mGxV0y
LvXrEnGdJSp2Z4vSg+xzDZSDG3A1f5TXPxMPp5PbrUi9wx9gq6TH9ndjaHPx56Y2
fKIjCvak6gg5lQB2y08hYx1tVCCZ74T5KPrpgz9CKpiU9J5HUVU+hqDI4KCQzl6v
WwSDkwCMSNzx7RShMtp0G6FSdx2TwFA7CoDKcd+MfRntrqWGAPgukj+0nt2LRbC3
o0oKgibmlxgPgdWS0qF4zup+G8YGkBycNYRJLHviDI1D+k+igfZTsFCmHAdXZQ==
=ua1n
-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/e1x2gcq-0004vk...@franck.debian.org



Accepted forkstat 0.01.08-1 (source amd64)

2014-07-03 Thread Colin King
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 3 Jul 2014 13:42:00 +0100
Source: forkstat
Binary: forkstat
Architecture: source amd64
Version: 0.01.08-1
Distribution: unstable
Urgency: medium
Maintainer: Colin King colin.k...@canonical.com
Changed-By: Colin King colin.k...@canonical.com
Description:
 forkstat   - process fork/exec/exit monitoring tool
Changes:
 forkstat (0.01.08-1) unstable; urgency=medium
 .
   * Add deb build hardening
   * Makefile: bump version
   * Handle -ENOBUFS on recv, this is not a terminal error
   * fix up man page, minor changes to formatting
Checksums-Sha1:
 559ef4dd7bdef635c7d75e27b7b342b7ebc5a669 1767 forkstat_0.01.08-1.dsc
 161186e4b637aee24a19f2317d8de424834b4ea4 9254 forkstat_0.01.08.orig.tar.gz
 1acb7d2cf606e4289bf9bd66063624d4d760e7e1 1996 forkstat_0.01.08-1.debian.tar.xz
 05b9f8a6eab56a511f9d4d744ad1891c4d7f547a 10908 forkstat_0.01.08-1_amd64.deb
Checksums-Sha256:
 1937610c9f424df84ec17a801e7eb4b8abf44e580932264a72f8fdc3f530dc91 1767 
forkstat_0.01.08-1.dsc
 87012a10d14dbc8c9d115edd3c29c77f8aaa2ded141f094447042f45a72a3aa5 9254 
forkstat_0.01.08.orig.tar.gz
 e06132376fa118391308b86bcbffac96db82f8a1e183d3337b88443338b735ec 1996 
forkstat_0.01.08-1.debian.tar.xz
 e3f34c08ae7aa59d9b248b6a733ed762caded98bf9eeeb6bb56e3ff756391b20 10908 
forkstat_0.01.08-1_amd64.deb
Files:
 1c1418652c5b33cc8525b52b9fafed7d 10908 admin optional 
forkstat_0.01.08-1_amd64.deb
 b5194170c450940ce765f81200ace6a6 1767 admin optional forkstat_0.01.08-1.dsc
 7105031c6db01277301a953496e5680e 9254 admin optional 
forkstat_0.01.08.orig.tar.gz
 ba69f6f9076e5d17192c1a2009725da6 1996 admin optional 
forkstat_0.01.08-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtVDYAAoJEGjCh9/GqAImRGIP/29uw1c9WGUV6aZzlCeMxbIn
12212OLMOrCufCWaVsUWCFWM/BhqHRkJXYfL0G8yH2mDvNZdZia1/yiiGAsEIYih
VktgZrWmRgCXF8/hpw6pk+bKbkkZtO0iExkEPqQvYtWtn6oPcHSZg3cw2mKzN71j
2Qjc4lagJeAfMq8JBqQD0G69Ou7sw4RT0w8ckEYDzxtP1tAAwcyOGMupNn8Wx+FX
wZqQlIA5zQAhlFkblmVtzez1cKOEo2CSJQZrSpeFeG2h7DP1LrAfVQAdSkgyZXxW
pwqxU1ZyJ3/GaIviNPjj9DYJogu73jVPhzrcjggtj1f9IboNPrXwcRu15UW8tkTd
89YMzZvVQJkW2uzYuLZgiWEMSSJk9+Zhfgcp75d8DckFn55c4ezZ56mLl1hMqE8M
nPGBodGJRNGVea12EEiaIKqu4DNocaOxOZNijtHxgWi/5nJfcd+oIV7tP/zkv9mp
jJ+ybgDR+XEgHJUwn1gh4B1dEiB3+5xJCanjw64Q0+kwo4VBqXnM+ec+lry+I8N/
Toh5RRDwQYGioz1er2WKDdl6LG87w03alr7YPjsb7uCwtaL6/0uKmJjED+qJeuVg
FKs2mlI0Ajb/wJk7yJY6ALXfghYc8mpCl2EbjDPcGFEY/R4LcomgEUGTS1XByhR/
rNVBYEB2bjYkbOJe60bq
=FTVY
-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/e1x2gfd-0005n4...@franck.debian.org



Accepted nova 2014.1.1-4 (source all)

2014-07-03 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 20:25:51 +0800
Source: nova
Binary: python-nova nova-common nova-compute nova-compute-lxc nova-compute-uml 
nova-compute-qemu nova-compute-kvm nova-conductor nova-cert nova-scheduler 
nova-volume nova-api nova-network nova-console nova-consoleauth nova-doc 
nova-cells nova-baremetal nova-consoleproxy
Architecture: source all
Version: 2014.1.1-4
Distribution: unstable
Urgency: high
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 nova-api   - OpenStack Compute - compute API frontend
 nova-baremetal - Openstack Compute - baremetal virt
 nova-cells - Openstack Compute - cells
 nova-cert  - OpenStack Compute - certificate manager
 nova-common - OpenStack Compute - common files
 nova-compute - OpenStack Compute - compute node
 nova-compute-kvm - OpenStack Compute - compute node (KVM)
 nova-compute-lxc - OpenStack Compute - compute node (LXC)
 nova-compute-qemu - OpenStack Compute - compute node (QEmu)
 nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)
 nova-conductor - OpenStack Compute - conductor service
 nova-console - OpenStack Compute - console
 nova-consoleauth - OpenStack Compute - Console Authenticator
 nova-consoleproxy - OpenStack Compute - NoVNC proxy
 nova-doc   - OpenStack Compute - documentation
 nova-network - OpenStack Compute - network manager
 nova-scheduler - OpenStack Compute - virtual machine scheduler
 nova-volume - OpenStack Compute - storage metapackage
 python-nova - OpenStack Compute - libraries
Closes: 753579
Changes:
 nova (2014.1.1-4) unstable; urgency=high
 .
   * CVE-2013-1068: Fixed sudoers file (Closes: 753579).
Checksums-Sha1:
 b9f7b2e677ce5401b1179141c479af13a3296de5 4595 nova_2014.1.1-4.dsc
 b90b5c0f39768e4bc5a4e23bf88cd4ee4d389215 161616 nova_2014.1.1-4.debian.tar.xz
 c9d78ee6ae52bf15e258c1c0dd8e69ff37b0b7b5 1702758 python-nova_2014.1.1-4_all.deb
 697d2f1d7e2f4de1143a87c676fbf52c1aebe6b4 72208 nova-common_2014.1.1-4_all.deb
 1617a61baf84a0e8f2faeb926525bc6e2eec9bc6 20280 nova-compute_2014.1.1-4_all.deb
 cd974a7e2bef1ce0a286b9c598803309f5a4ff35 15646 
nova-compute-lxc_2014.1.1-4_all.deb
 d62936f94a79bd003de5433028a77d5d8414c4cb 15668 
nova-compute-uml_2014.1.1-4_all.deb
 e1110917dc6e5e9557a189fe7c6504a9cfec3bc6 15652 
nova-compute-qemu_2014.1.1-4_all.deb
 fa56476875188fb89b1c6507bc0be84aab032665 15772 
nova-compute-kvm_2014.1.1-4_all.deb
 e45997dd9d93bb3ce64e639095170cd75a1e3754 17842 
nova-conductor_2014.1.1-4_all.deb
 d75f3c7bb660286546bc732f381a530d9b229515 17948 nova-cert_2014.1.1-4_all.deb
 f241d3fa7da2626cc9c07d0045ebbd2af57dd451 1 
nova-scheduler_2014.1.1-4_all.deb
 c0e46ad58ea0d10413741f0750cc964f4012b316 15288 nova-volume_2014.1.1-4_all.deb
 d952cb8fbb5d020a819f1c63805f307c181bf365 34072 nova-api_2014.1.1-4_all.deb
 7aa67bf458a3a7fed1cf2d9cea3a970893df592a 20030 nova-network_2014.1.1-4_all.deb
 ed78e842a30ca3becf766bb069839d84603890ad 17992 nova-console_2014.1.1-4_all.deb
 f16d5f3b6d1d24e36b9a87c29b671f87734079e2 17944 
nova-consoleauth_2014.1.1-4_all.deb
 4cf1dc19e571b827acb0bd130254d0a220a6aa99 1305668 nova-doc_2014.1.1-4_all.deb
 f2995dba7f9be8aaf927fd12dbdc59963a36611b 16946 nova-cells_2014.1.1-4_all.deb
 c3295e14b4b8964f2b44bc8a766039690e69 17294 
nova-baremetal_2014.1.1-4_all.deb
 adfd403a7cded0d50bf4b5c987aa8d1a6ff5e236 22718 
nova-consoleproxy_2014.1.1-4_all.deb
Checksums-Sha256:
 a69030478c7348a53d2cd86c963cc7a077fbc2b678152c8e706ad800c180e2da 4595 
nova_2014.1.1-4.dsc
 dbc7a39167f9adc9ba3e2321d37cbed2ab278bab141648378c1f0ca7b5741191 161616 
nova_2014.1.1-4.debian.tar.xz
 85193516432691e121a017d2fd76adcd14b0a59d608203fa3b171e7c8255fc0a 1702758 
python-nova_2014.1.1-4_all.deb
 7af7e87f275c1c7ab152b5fc7992216c799048e47d8515aefc2ef0df4ed54175 72208 
nova-common_2014.1.1-4_all.deb
 e040036faeccf38a3ca4360ab776192095d8199fd15bddd284f85524b9c50e0d 20280 
nova-compute_2014.1.1-4_all.deb
 22dd10cac4383ce12e29db0e8bf8942032b6fec135a49301c207df6bdba12d63 15646 
nova-compute-lxc_2014.1.1-4_all.deb
 0d8e55ad2a2c538e5a8066bece27cb422d8a925ba39bf3a6142f4f79822d0c1f 15668 
nova-compute-uml_2014.1.1-4_all.deb
 fe384dd2cb51299f5853e34fcdd35422d07934d23b9076528282bdf9532d6fcf 15652 
nova-compute-qemu_2014.1.1-4_all.deb
 7792e7eeb890d977f79e506c8641d1f3d7193a819b4203da6958d47be87f375f 15772 
nova-compute-kvm_2014.1.1-4_all.deb
 f5adaa7dd1ac67ddbc7ab72dae4605e49b04b02f1ffa37dd7e2cfae14f87542a 17842 
nova-conductor_2014.1.1-4_all.deb
 b373d934c9e7a5f82a0f6cc74699f4f2c9b5d23a0099556d6feee86614c625f5 17948 
nova-cert_2014.1.1-4_all.deb
 34da12dbc69620889ff4760f243ea3f99086136de305022fc3d100085ca494c7 1 
nova-scheduler_2014.1.1-4_all.deb
 f1fad6978d4bde3a4053f6c0027ed208b405f39526b33ce7d7cd8566fdec0181 15288 
nova-volume_2014.1.1-4_all.deb
 c8a3709e11a0e0b364b75efa412a864de04e847624f014c1577d5f3c49f4c963 34072 
nova-api_2014.1.1-4_all.deb
 

Accepted cdrkit 9:1.1.11-2.1 (source all amd64)

2014-07-03 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 18 Jun 2014 12:02:31 +0200
Source: cdrkit
Binary: wodim genisoimage icedax cdrkit-doc
Architecture: source all amd64
Version: 9:1.1.11-2.1
Distribution: unstable
Urgency: medium
Maintainer: Joerg Jaspert jo...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description:
 cdrkit-doc - Documentation for the cdrkit package suite
 genisoimage - Creates ISO-9660 CD-ROM filesystem images
 icedax - Creates WAV files from audio CDs
 wodim  - command line CD/DVD writing tool
Closes: 611784 648935
Changes:
 cdrkit (9:1.1.11-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * geteltorito.pl: update to version 0.5, fixing the bug that prevent it
 to work with hdd images (Closes: #648935, #611784)
Checksums-Sha1:
 37759aa21af1a8919412faf603550939937d9921 1984 cdrkit_1.1.11-2.1.dsc
 ec54634acc4cea6f941a706f56bb8ca7ab125548 27689 cdrkit_1.1.11-2.1.diff.gz
 88c6a175d945de4b3d971f683dfc5c814080c2a5 150874 cdrkit-doc_1.1.11-2.1_all.deb
 4aaa0002fe1561010f649a4928d4dc1dc055b6b0 340630 wodim_1.1.11-2.1_amd64.deb
 a94307c50b6014afb481244cf0a06317a0a978b4 170456 icedax_1.1.11-2.1_amd64.deb
 96f2d19d23b75f2054a01485352e3ea1f30c8488 360324 
genisoimage_1.1.11-2.1_amd64.deb
Checksums-Sha256:
 8732297c1a006870590d93437529af5b23180ba06c221b1ecfe2768e18d0f6db 1984 
cdrkit_1.1.11-2.1.dsc
 1672941a6b485cc8bf132951313fc499fc6492c456fabe7f9729140273d91f5c 27689 
cdrkit_1.1.11-2.1.diff.gz
 1c9d7a305c449b61e59d03919570207ce21e71ae59625c4af7491c0c8d4e0d5e 150874 
cdrkit-doc_1.1.11-2.1_all.deb
 87f92795736dab2058469483438dbacb7eb42bf5d60670e64a8ebb002d1e5720 340630 
wodim_1.1.11-2.1_amd64.deb
 7401f3693110c70a8e984216906238912fda02242ef138efde73ec1adbd9eb99 170456 
icedax_1.1.11-2.1_amd64.deb
 a88b4cf979956d8c98766a1983146c2dd343f8fa3c6c35ab5c64920100e4004f 360324 
genisoimage_1.1.11-2.1_amd64.deb
Files:
 61be0db420dd7a8e6be792b1a0143e7d 150874 doc optional 
cdrkit-doc_1.1.11-2.1_all.deb
 b99137e2a67062115c8498041012742b 340630 otherosfs optional 
wodim_1.1.11-2.1_amd64.deb
 791bd43433f4ddf20253daa234ce39b0 170456 sound optional 
icedax_1.1.11-2.1_amd64.deb
 3590d5a32578db28f161b7f7d74541fb 360324 otherosfs optional 
genisoimage_1.1.11-2.1_amd64.deb
 0adb1c44e3ee67350cc91f3ae4f36222 1984 otherosfs optional cdrkit_1.1.11-2.1.dsc
 57f32975fc53366b875dd9eb09d65bdd 27689 otherosfs optional 
cdrkit_1.1.11-2.1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU6FlGJwxUDxthmOWAQiWpg/9FcLV+BOi5R5lD6L6A1ttcIpdjsdfHrcW
tVOF7OvsVvaqt/OSe3fK1U5f7fUjDsuBArcGECkcSHHVGGB4KbTRsfppSViRLNDR
ECP8unjskmqEfPgNVS8WHNYqgh04txTv8iJtFks1WrXpMQIEuTgDVBznGxc2fR9c
sP8BMvVGKoFZifAVfeocT+ZQKU4aTqDIaapBwrCCkFUeoO4Ae7uIttmmUqGe4UaR
meSrc/rn2LLuB/Ti5oI5A0Rk7xwPTciBeMKedRvJqg2z3KWiRRh4SEZvAWRVG6P5
X2fTnt2WqqsKWb3L9rIjm/5bkoM/GLNg4ZlZ9rhSBItme34Ixrt9tY3dCHcWUThk
DFDyRKn2kPepD6KX47ApUccVjTrT4AESHHEQ9+c/IOM6xluyr/48dJjcVcmTO7Z7
Mj4n3OZLnWpo2IbAQpKniLsgREzKM3kOiBax/KZOqDoX9jxltuY57DuqyIlGimnE
w7g2UtMAr49jDZRX2BThRZXKJrKwF35bpS9P0xumX2HnsmH6OjfVGcAgAdnnS1HB
nZou0Ttp+59nSbQHKvCzx3kXPjtvc9d1WrvuctxulFjv8CYoNh+cZp4Z7s8J8qVo
HTfSGBl0cvLZmNjv57f34XAOo0NcmUU5KpZpm8aEv94ZvSsxrM4783iH7xBY8i48
p6XNuUNTuE8=
=mlFW
-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/e1x2h8o-ti...@franck.debian.org



Accepted dracut 038-1 (source amd64 all)

2014-07-03 Thread Thomas Lange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 15:12:26 +0200
Source: dracut
Binary: dracut dracut-network
Architecture: source amd64 all
Version: 038-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange la...@debian.org
Changed-By: Thomas Lange la...@debian.org
Description: 
 dracut - Low-level tool for generating an initramfs image
 dracut-network - Low-level tool for generating an initramfs image
Changes: 
 dracut (038-1) unstable; urgency=low
 .
   * new upstream
   * remove 10i18n patch, not needed any more
   * update standards version, no changes needed
Checksums-Sha1: 
 c2b453101b8f82073dff093bedeec077735d5fe5 1913 dracut_038-1.dsc
 05862aff36fb9206f47ed44c94833cf21745ff56 234404 dracut_038.orig.tar.xz
 d53d057800df5be1dd781bd4e8808e5ecbc9cf43 8319 dracut_038-1.debian.tar.gz
 752b920c83e9e1645e6760362c3ed42ccad6e78c 241964 dracut_038-1_amd64.deb
 4bb493e7a9f07b9a9204702ac94cdc6a3adba5cd 47798 dracut-network_038-1_all.deb
Checksums-Sha256: 
 1e262dddb06eb32e600051eab8fe541a9c3015c498222933256fbef61996bf0a 1913 
dracut_038-1.dsc
 a67ce67207146854615a5dee69e1cb5f52db6b3b78d9711991b676bf9a64c922 234404 
dracut_038.orig.tar.xz
 e1cef88a4fee129d254722a4280f6f763e20824b7929ce6e64c0b030088cadec 8319 
dracut_038-1.debian.tar.gz
 1c624388a7a002182a9b119468abfe34292e10d2e18b4527e002e0a164921dd9 241964 
dracut_038-1_amd64.deb
 0b014b1e54f8c9a79c47bee489d21666330a9fc20217e2d351bbdc1b8c5d29d5 47798 
dracut-network_038-1_all.deb
Files: 
 ddc9fb44c68f1adccbdb9e36d2e45c5b 1913 utils optional dracut_038-1.dsc
 f730add176d5235771e271454f1d1c3e 234404 utils optional dracut_038.orig.tar.xz
 8a1dcfae463106f43141a87689794549 8319 utils optional dracut_038-1.debian.tar.gz
 21c2ccf935f798f92e04156a5cd84f6f 241964 utils optional dracut_038-1_amd64.deb
 0890f0c1af082c459d3767b7809957e3 47798 utils optional 
dracut-network_038-1_all.deb

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

iQIcBAEBCAAGBQJTtVeuAAoJECv42f4HS83k+iEP/1VXP3mfSgxySQuEiINRNhYA
oQgeXhvbjhsbc+e70XIAN2UtUfBhKvWz/g3L+qTLgFhcnqQGPUCva2NJttSNfZ+g
b2XD12IguXANEDQvtFNJbqTdmGkDCSx6hwIUOHbGsM6iyfYfH1vAwUQHrWs9iNha
/nYlLGS8/9Cw/cF57v4or/Fw1Mbii0hgS7hlqd68rArvsft9F2nwohbcNbnrVIrK
6WEyLYYobV38vOlmJ7TTEIE8zLY2tR38qgQBp2TiL6rbrmag6c3zrt98fk302GtB
SZSan6BcC2BMHSctExmTXxVvzlLEjBzfp7c8R4KC5xErPQL72qiitu/4n5lMcpWF
KcsQuI08IwAS43uh3D5zPQeiB6gwHzIIZuBju9V5wOZDocfDYeSjks78VXIzlTrf
bYH6DIyypj5ZAVIoE5uYMUWAYSM5FZMLjZCxtAyPnRSIfrh4PhjmMh5dQmSlZEDi
H4yjEem1dS7yfhkq7zAxS/6NdHhqPJSCJCiki7gvZeUQXU9DsBMSo0jadzbikQYf
lHKRfjWR8R4zAcScaNqhbSMv4PR7WccR1VgKiHvD53xO5goBm6ofmrbN28Wwfhl7
BQz8RsjXQej7YPoZpHLnVDOsTvdlIfKAxyElkfqauhO3w7GY5p8khaUd5iM3gfH6
PbTUit/PjWifj827DPn6
=afdh
-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/e1x2h9d-000181...@franck.debian.org



Accepted cinder 2014.1.1-3 (source all)

2014-07-03 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 21:14:40 +0800
Source: cinder
Binary: python-cinder cinder-common cinder-api cinder-volume cinder-scheduler 
cinder-backup
Architecture: source all
Version: 2014.1.1-3
Distribution: unstable
Urgency: high
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 cinder-api - OpenStack block storage system - API server
 cinder-backup - OpenStack block storage system - Backup server
 cinder-common - OpenStack block storage system - common files
 cinder-scheduler - OpenStack block storage system - Scheduler server
 cinder-volume - OpenStack block storage system - Volume server
 python-cinder - OpenStack block storage system - Python libraries
Closes: 753585
Changes:
 cinder (2014.1.1-3) unstable; urgency=high
 .
   * CVE-2013-1068: fixed debian/cinder-common.sudoers (Closes: #753585).
Checksums-Sha1:
 6c9186681a2d65b08b99c3d7a30d453a7046c67e 3469 cinder_2014.1.1-3.dsc
 10b87c3922d64acf5d4b277dfc0005c9b477d787 26752 cinder_2014.1.1-3.debian.tar.xz
 5142c3af586bc7de1f61ff34c1d82e6cb604481a 806762 
python-cinder_2014.1.1-3_all.deb
 d488cf7a344332c58a4db91ac6c03bd14ddc2d0b 48218 cinder-common_2014.1.1-3_all.deb
 bd8c740306f67338a18fcf82ce53f3f51227ce71 24360 cinder-api_2014.1.1-3_all.deb
 b3feb54c9030a09fb7a5cf81e12e5916126d905b 19910 cinder-volume_2014.1.1-3_all.deb
 805f9f0763d2d931b8b001884871681e74f6f2df 8394 
cinder-scheduler_2014.1.1-3_all.deb
 754b640fbd9b9b4586844f0df303c3aff4e5386a 8054 cinder-backup_2014.1.1-3_all.deb
Checksums-Sha256:
 ce8df5798595b74fd92926021153caf2bdf29d08796785df25f84c6ba60a9a89 3469 
cinder_2014.1.1-3.dsc
 44f54a428801ff3142c6e872f4bd9052969c7d26f288631c3b12f2991559fd07 26752 
cinder_2014.1.1-3.debian.tar.xz
 3a830199d57181a336736342c0185bdb253131462f14160661d7017b610b6d6e 806762 
python-cinder_2014.1.1-3_all.deb
 c742f5cc005c0ddaef6f7b36f8e2f59f5f994fae6e956dcae44e0d1cdb181e60 48218 
cinder-common_2014.1.1-3_all.deb
 23751bdd2af92649661fd5db00381014fe93332a9cdc2ea878e8779b7b288c90 24360 
cinder-api_2014.1.1-3_all.deb
 73135d3517be3adf7134dcf75df394ba651b9ee6c0cf496fc1b4454fb8ad37e0 19910 
cinder-volume_2014.1.1-3_all.deb
 97df928458696cb58c36656eec833975ba202643aec9a0217e3976ec41010fba 8394 
cinder-scheduler_2014.1.1-3_all.deb
 cf90ce2e1887cc66103f2695ada4d7859d95db505f81f2f8342094ebbccc48a6 8054 
cinder-backup_2014.1.1-3_all.deb
Files:
 11fa3cf234ee5457919c18963c80f9a4 806762 python extra 
python-cinder_2014.1.1-3_all.deb
 90dcdc9bd79833760bc848b4012d35c1 48218 net extra 
cinder-common_2014.1.1-3_all.deb
 d3428c04f7d857770c40059621f5c25d 24360 net extra cinder-api_2014.1.1-3_all.deb
 dc0b79e7ee9845102cc30f1f654562d3 19910 net extra 
cinder-volume_2014.1.1-3_all.deb
 f9610420ff4ad7b941b60eed99f11edf 8394 net extra 
cinder-scheduler_2014.1.1-3_all.deb
 005dfd47d1e0d786d0745020e6b8485d 8054 net extra 
cinder-backup_2014.1.1-3_all.deb
 2bcc724e1ef6282aa584cfd7f047eb95 3469 net extra cinder_2014.1.1-3.dsc
 63fd9934a10b8398978ee449f429716f 26752 net extra 
cinder_2014.1.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtVg2AAoJENQWrRWsa0P+iHIP/2n9IBrXOC5xeGpM/Acg+3it
QHjqwMlGVLew0BzJOStWEj+WzngGfqRp2LOzEL7aXBP5UDgX4/POuKvY0+XBOoLf
xS0bn1SEKly9qUFFxevgYR47UqGqA657SjuC5Uqn1fdx9nV3cTYwb8W+Mr6RjEuo
BTgrIn8jGFq4bb+AextH0Go/0jq77ZUElib86i0a73wXKuLD3kgnA9w1jE0Pvru2
BjGV7eCR4h/sq4/UH2UePiigEm66QJnEL6vkdT/NuJZVsxbl17IzaPTvAAHknyzY
YYK5GPW4unoHtdVJpMyHQX3jZkYXpJLt06kv5DkfNFLZwK+iKqM0h5ydwNHf2EEm
MsdRXNV8yynQ6isefhje0yNl4htN2IBYavGvxpEZd7sjxocfvpCfd5DNHpfYN81p
zZACdqDBEAtcrDdaNhw2+/CNcT2vBzIP9/bql/aF3x0UG8vyPHALrTHt+SjLhQTJ
YJ4aOi5myvgjolVH4/Vsb/zyDAW98/zXHjz8ns/SK2jyI6NSw+mxOf6R6/Kn96fs
lFcNueAldbclzkR19xneBxrB0bZJJj/LW5e9Ny5khfOaSZ89C8FDsRkwG0s3JmEK
xSPvCtDw75E2tD2TkvT7u4dRAXNc/eyTxipr6j4Eb43awYvhOpaJfljB0U7SJlxm
ciXYwsWnDI91QVSsZ7Ro
=t47S
-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/e1x2h93-00010r...@franck.debian.org



Accepted screenfetch 3.5.0-3 (source all)

2014-07-03 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jul 2014 22:15:06 +0900
Source: screenfetch
Binary: screenfetch
Architecture: source all
Version: 3.5.0-3
Distribution: unstable
Urgency: medium
Maintainer: Hideki Yamane henr...@debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description:
 screenfetch - Bash Screenshot Information Tool
Changes:
 screenfetch (3.5.0-3) unstable; urgency=medium
 .
   * debian/control
 - fix Vcs-browser field
 - add Recommends: scrot to support getting screenshot with -s option
   Thanks to HIGUCHI Daisuke (VDR dai) d...@debian.org
Checksums-Sha1:
 ffb0832e60eafec19d29cf298fd6b38ca4834320 1865 screenfetch_3.5.0-3.dsc
 7e1a13430c6f638ca0f0f46dfd90dd404f1f7d30 2000 screenfetch_3.5.0-3.debian.tar.xz
 d0adfd9bd6a43e6455d99fefdfe8f4e92719c233 38250 screenfetch_3.5.0-3_all.deb
Checksums-Sha256:
 4470377a79fb3745e8371a7219eefa2c5ecbbfefabdfe640acdc5942769c2ba0 1865 
screenfetch_3.5.0-3.dsc
 1670bc7e8c40e015b2596754f86a42d984abb4f53763aca78e4309fb0c10610b 2000 
screenfetch_3.5.0-3.debian.tar.xz
 e6644d7f53da2885bd95334038c2236b097107ccf8060ec91451cafd20e2fec7 38250 
screenfetch_3.5.0-3_all.deb
Files:
 8ef3952e7556a5fcea1c7eb7103b5254 38250 utils optional 
screenfetch_3.5.0-3_all.deb
 e6188015fb165cfbab93be1d4378801f 1865 utils optional screenfetch_3.5.0-3.dsc
 57b699e949367097bd01ad74d0891704 2000 utils optional 
screenfetch_3.5.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTtVfSAAoJEF0yjQgqqrFA2oYQAKhb/XallhwUSYcOjZFfWF6T
7jWKWihR7dNp7sp3yE9r3s3RhX/ZSWBKUHuMlTtIV/a2k/BRsMEzueVBhgtS8aMC
WoNacaSyIgaVFy9INZtJLoXsLLtvIpUnjsmFDsrnjH5jrOMd1l9/Csx4WLO39XZk
44RxssDjE4dAV4AXPVPUTPYz2/ReACJ9UgKH6qvvCP2GhehESA838bDEqb8vz/4D
q2UZ8E0682AvSAZ8l/dzGHJYUZOMg8eEZlK8zncOlMTqGHGBFmLiJKBADR8ciRqm
KxkOVB8UpmrGqPvURy+B/noyW8VL6x11+c8sbItIU0DvtwC+zLX76tvvyl/g5W7I
B84XIycnN5kVj9OBm4zMxBAg0j35lIVCTT0V7ToCXfH11/enf10mM9rVMPUkNydY
fmEeMzo4pz9lA9LGjc3b4jPkqAQABe51Uqc1j8kF2Nxba7rG3qFniDAqIHE25U+k
6L1m5z/IufazHIdZhIG5SSIWl//ckASXDmclHQAQLuTobme6hEf1AOT7rTK4zPko
gtHdT5wLNWJOfZ0djny4mtpxIrMGpQU8PCqhEDdE0N/l6L7raPVrH1Zs+Ki1WCih
MhfedXM77S2VMlBPoiSbSzpzswFfbug0mm7JgV1M5ndJoI1OR9AbNacAzUVeTgDw
xMeTIJaH335DgagQ+bv6
=NkKG
-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/e1x2h9o-0001b6...@franck.debian.org



Accepted qlvnictools 0.0.1-4 (source amd64)

2014-07-03 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 15:36:42 +0200
Source: qlvnictools
Binary: qlvnictools
Architecture: source amd64
Version: 0.0.1-4
Distribution: unstable
Urgency: medium
Maintainer: OFED and Debian Developement and Discussion 
pkg-ofed-de...@lists.alioth.debian.org
Changed-By: Ana Beatriz Guerrero Lopez a...@debian.org
Description:
 qlvnictools - Tools for QLogic Virtual NICs
Changes:
 qlvnictools (0.0.1-4) unstable; urgency=medium
 .
   * Upload to unstable.
   * Remove all current Uploaders, they're welcome back anytime. Add myself
 to Uploaders.
   * Bump Standards-Version to 3.9.5 (no changes).
   * Update Homepage.
   * Remove placeholder manpage.
   * Add watch file.
Checksums-Sha1:
 eeadfcbd5d8a1f10b7dc754584dfbbee137ef8cf 1951 qlvnictools_0.0.1-4.dsc
 448bcef187c3bd62bd479888284396fdb9fde1f6 3680 qlvnictools_0.0.1-4.debian.tar.xz
 4b9daa5b567d8d5ef585275a86804857d4cf2407 25426 qlvnictools_0.0.1-4_amd64.deb
Checksums-Sha256:
 0c5de125b886158a20b671af7f00d4cfece3a6b3398baf29a9c7f65143813775 1951 
qlvnictools_0.0.1-4.dsc
 db964d0e806e20e1258fe1ce0201a1492c442e41ff91885a7136b3cdc81a23b7 3680 
qlvnictools_0.0.1-4.debian.tar.xz
 79933c8e9f5b287fd2c95eaec9ebc5e75b702476aca2f421e60e3c22bc1a0dd8 25426 
qlvnictools_0.0.1-4_amd64.deb
Files:
 784c8dd8f3bc5c28efeb9774fd388d0d 25426 net extra qlvnictools_0.0.1-4_amd64.deb
 8dd4f76222b8e9e89aade27fd8a18fc0 1951 net extra qlvnictools_0.0.1-4.dsc
 f411372a47583e80fdbc3c06e17f05e6 3680 net extra 
qlvnictools_0.0.1-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJTtV0xAAoJELNGT4lqoVlI6/gQAJiNhqZHiT0VaAbGbgEoxEsd
jvOwnSkHInfHgDk40FeqRTP0X3rbDFEU2jjrsYBpSz8FHbPggPPKSVDdtpqzktAO
n0FejBPLpyG9VFnQ5NUN5vF06SkEAbokU5ooN+PsWlPhCMTKsiO+dcKjsyX/AzWP
aDxamMOxoTYBYhzp5LzSwQvm5Wo/E2qz63G9TMeYB9E/97A+N+qc5nJDFmQqlf0f
/jAkgx8aHX3oi4OvpuyPW23b232YqgARTGsz/DIPSeEfZXZYLrKC485S+94+ES67
ActLjxATZhU1KSQEaECA3rLI6ODgJYONFA/5mA9QL1SdncTaSVjE0PetKVugp6us
+iD+WfWHyDOak8+qmUvLJ7B7gfxrYnpNoxPajeEKgL01niGPlX4TEOR7wHDT7ame
ML2Ys/f15kv7gU8B+SBeuFwEbcHJzDLA8oOiuAebjAkcNBUcYvkuxfmWtQvYpEpX
smqt84vfhegledJpDyoD8V7yb3zM/IwVV5eSbXAlZtPQaAfrl0YWa0T/paqZtRIF
Zqgw+GQxScxjipv6yoVe2rMqQZlDVnfAUjeGkrzT7zJR6ggaEVFNqidj84UOe+P1
ftdE+LMACuk7cAHJ/uVswxdM8AWOokFGS/3d2j5n9RLoEGAg+TNCYmBIc4OvLUTX
ibq0Kexu3O8w8i3rkyap
=0FIl
-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/e1x2hnh-0002bx...@franck.debian.org



Accepted dnssec-trigger 0.13~svn683-1 (source amd64)

2014-07-03 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 16:00:34 +0200
Source: dnssec-trigger
Binary: dnssec-trigger
Architecture: source amd64
Version: 0.13~svn683-1
Distribution: unstable
Urgency: medium
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description:
 dnssec-trigger - reconfiguration tool to make DNSSEC work
Closes: 753447 753448 753449
Changes:
 dnssec-trigger (0.13~svn683-1) unstable; urgency=medium
 .
   * New upstream snapshot version 0.13~svn683 with merged Debian patches
 (Closes: #753447, #753448, #753449)
   * Update patches on top of upstream subversion repository (r681)
   * Correctly set libexecdir to /usr/lib/dnssec-trigger to avoid patching
   * Use correct path (/lib/systemd) for systemd.service file
   * Enable full hardening (+all) and some extra CFLAGS and LDFLAGS
   * Fix various debian paths:
 + /etc - /etc/dnssec-trigger
 + /var/run - /run
Checksums-Sha1:
 a98cc0da053e02c51c676242b98f3b883e90eee4 2123 dnssec-trigger_0.13~svn683-1.dsc
 4521eba805bff36fea8a9c1dc76b452e07664e0b 332944 
dnssec-trigger_0.13~svn683.orig.tar.xz
 41705b8cb8764c41091e5af38e3d1f625f4f570b 6860 
dnssec-trigger_0.13~svn683-1.debian.tar.xz
 74c436a11018179fe00c78107d6185df409f8096 110494 
dnssec-trigger_0.13~svn683-1_amd64.deb
Checksums-Sha256:
 859faba86c264d3e50bf9cf8cce6f746d39493ff635faf29bf6a6704bcce45c0 2123 
dnssec-trigger_0.13~svn683-1.dsc
 f8107a6d00cbb8734902fcaf3bee3506480ee0aee96bf90320835af43d6990c4 332944 
dnssec-trigger_0.13~svn683.orig.tar.xz
 b39df23c311ab1aa49389974625132513c68b5419a2b493ec190dfd35dab5052 6860 
dnssec-trigger_0.13~svn683-1.debian.tar.xz
 9132ca166d40c6173d551759d0ad1aa876d090b15c299bfcd45895ee40f74c8d 110494 
dnssec-trigger_0.13~svn683-1_amd64.deb
Files:
 0b5e9e4d32e187efa541fc7e4d711bc1 110494 net optional 
dnssec-trigger_0.13~svn683-1_amd64.deb
 6e033b159d0601680657d805b400d482 2123 net optional 
dnssec-trigger_0.13~svn683-1.dsc
 f6fe385b4f54a05017812f902531d962 332944 net optional 
dnssec-trigger_0.13~svn683.orig.tar.xz
 9360daaa5bbbd3e194312edb31e1c982 6860 net optional 
dnssec-trigger_0.13~svn683-1.debian.tar.xz

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

iQIcBAEBCAAGBQJTtWZ/AAoJEAyZtw70/LsHkyYQAIMaIM7LO0uXuDfc+egg4dwa
NssFnOXkLqAv/v1B0TQS/rr8rxQ+B62CNnwQ3fIaLe0hPGc0efeElYM0iy+x3eMl
FrfZMW1XG3lHKgir29Y8VD39hmOorGmP5VQuBfkOAb6btHeJCQRY4tsfsPy55WJw
N9NyZmjzvVyj7shrld4Fyt5lAqebRk/4TEqO9DHaxUCJet+zgqErSt8sNMttld3Y
xUFLLMvBwNtpXzS8sdDBbN/t2Oa4YgaJ8Kyq9xf539RCTMwlibb24h3NmkNqaRhF
i3uDlPdS2gh0Y9IyRhU6ThqrLb7MrOJ7zTcq9Tv+xBIKIydFQ0T8sjGMgm2FCSCN
7zO4ZqTpNT0/r9tTy3Zrao0gPl8phM2SBaTLHlL9mVtYrtFJu9PeAsBwsy4us6mI
tfdpCe/MZ7e8qF9dxgmWXx7klskGHpVSwveRqh5P5HpkO6DKEs1y8+dea90rmjnR
sR/KDuvkvwGfkyqqqhrEFex51X6DgDSjxgZvFz8ECuBiMftFsNPLqz2Hpny5UQz2
nsFtx6MmqLTPUmTmlBTvU18wN7t4G3FBSd2vHsCvYLgGjthF72LnPS/sCXF+gYpe
rHQ+hVKqc4ilvyOGn8K4J0WK7wHJSHyxZ5WnDgzk444tZ4V1w3jf8fYiyzCb0FvB
bMSswDxyzzHJgzCH5Rc0
=zpjQ
-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/e1x2j1t-0005zb...@franck.debian.org



Accepted pbuilder 0.215+nmu1 (source all i386)

2014-07-03 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Thu, 22 May 2014 20:37:51 +0200
Source: pbuilder
Binary: pbuilder pbuilder-uml
Architecture: source all i386
Version: 0.215+nmu1
Distribution: unstable
Urgency: low
Maintainer: Debian pbuilder maintenance team 
pbuilder-ma...@lists.alioth.debian.org
Changed-By: Thorsten Glaser t...@mirbsd.de
Description:
 pbuilder   - personal package builder for Debian packages
 pbuilder-uml - user-mode-linux version of pbuilder
Closes: 666525 747946 748967
Changes:
 pbuilder (0.215+nmu1) unstable; urgency=low
 .
   [ Ivo De Decker ]
   * Only set CCACHE_DIR when running as build user. (closes: #666525)
 .
   [ Thorsten Glaser ]
   * Non-maintainer upload.
   * Disable network access during build by default on Linux (Closes: #748967)
   * Replace use of su as requested by Helmut Grohne (Closes: #747946)
Checksums-Sha1:
 a68d4604f97cbca3c01f7ff8a4c9cb6fc8a1e8b0 1873 pbuilder_0.215+nmu1.dsc
 fe91ea8b508ad6fdf9bd6ac36887b532aaa541ba 946494 pbuilder_0.215+nmu1.tar.gz
 f6d013fbb588cad9ee332f8276a89fc6f2f94ea0 341854 pbuilder_0.215+nmu1_all.deb
 f767a099e375063743247a8558a17bb0a6010319 43580 pbuilder-uml_0.215+nmu1_i386.deb
Checksums-Sha256:
 fd61d39d84d84a73448b7a78e98a97f8a0f44f3268fe109435e89bb6fb51b6bc 1873 
pbuilder_0.215+nmu1.dsc
 dc24c1d6d4d741add6eaec88c3d00db8112f3f6b10daa4c5ed800b15a58da641 946494 
pbuilder_0.215+nmu1.tar.gz
 d42ff2f75e90344d2aa860adcba9227e60cff7c5466b2ee7e62e30a1d23589b3 341854 
pbuilder_0.215+nmu1_all.deb
 beb683e3d31915a4bb015ac2f468f74533e004d873a52b2fa5b5bd76d8af196a 43580 
pbuilder-uml_0.215+nmu1_i386.deb
Files:
 489c144f5c0cbe3db05cfb5017181139 341854 devel extra pbuilder_0.215+nmu1_all.deb
 3644e4683af0f29d667492d6742946e1 43580 devel extra 
pbuilder-uml_0.215+nmu1_i386.deb
 6858530eae68c45b0cc35741aa67efc5 1873 devel extra pbuilder_0.215+nmu1.dsc
 b49d77791968ec01986c54bbc1cebfb8 946494 devel extra pbuilder_0.215+nmu1.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (MirBSD)

iQIcBAEBCQAGBQJTqC6WAAoJEHa1NLLpkAfgwYcQAMMxq9vXey3WW5GFQNPztz5W
wmf2+ArdOIukSKA0+GcFoRQs+fKyTWPxzU3DSSAcs4QBxMB8Wp+AR6LI3VCFHswC
uZor3LQsbK2zHGvg3MBOmbe8TDxq5gd6ltNvbdaHIPstUf035obLa/VNlBRbDAOT
qyLfLWk6MeZAzEJGe6c0lu8lsXCFQMeFbioutDumysXYg4OtJ8bvJIrCH9pWj64i
8auRTcgaHpkdnmmX11B3ebWMZyp+arjeXXIBW5MTiHnCqdolNN12hXm7yZCAwzlm
afrUVMPjeCE2FPolfeBWS1ZkX9/0qTC2v0ZM3aaVdlTj9RvHYXxGEcZuCMASUuf2
NEqG6A04hLvIpK/u/cgD0XDCT3xBY1S3PDeIlUo/OCPY0CT/IkMi85lQMbKmA0WL
Iciig2YSDqFws6qdrAScJSSU7U4WJioCpy+tZc2jyN4iM1NXgjdqu9H1XpnhKzQm
tX0JSioCIIMxW0785j1KQ4pVXE3f7NIEPFhFb0QtvOJypNzBXNs7/wguMGEJat6D
XT3NYrDLxAJONGS7/OWxSC+aF2vjk8jsOIR8MYBRHPBg0Acq2HFWurW0Po9x0mQw
QMCNPcMjfi06g9nYa7Mf9R6uiSUeRfLP2ky0q99CE85HrHaULqIW/vepxfvF/eq9
XZgJi05So6bsM3GtQjZv
=stu2
-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/e1x2j5t-0006cb...@franck.debian.org



Accepted orafce 3.0.6-3 (source amd64)

2014-07-03 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 16:02:42 +0200
Source: orafce
Binary: postgresql-9.3-orafce
Architecture: source amd64
Version: 3.0.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 
pkg-postgresql-pub...@lists.alioth.debian.org
Changed-By: Christoph Berg christoph.b...@credativ.de
Description:
 postgresql-9.3-orafce - Oracle support functions for PostgreSQL 9.3
Changes:
 orafce (3.0.6-3) unstable; urgency=medium
 .
   * Set team as Maintainer.
   * Use lsb_release -is in tests to determine OS.
   * Don't install INSTALL.orafunc.
Checksums-Sha1:
 af21ac602100333be74b878cf38d0cc35c90a4bb 2040 orafce_3.0.6-3.dsc
 663557ad1d7c1f83f64ef4e9cdc05f5aa99f0620 3332 orafce_3.0.6-3.debian.tar.xz
 206633244b09ccbe0af9552dcc6e4fd48a910128 81498 
postgresql-9.3-orafce_3.0.6-3_amd64.deb
Checksums-Sha256:
 504d9aa584572e44f957af2e07cd5e44e24729cedc60542c8d0f76cd98c2e300 2040 
orafce_3.0.6-3.dsc
 6e6ea43e4fb995a71d2d9044c61459bb879a54a84f3ae2fedadb3832cc9b4e82 3332 
orafce_3.0.6-3.debian.tar.xz
 2127d0384128d2743cf9d0fdc59eea2eb33fe8add4802f116a2f230d1a77941f 81498 
postgresql-9.3-orafce_3.0.6-3_amd64.deb
Files:
 78bcdedd545f39e7a0057fc5f9b6889a 81498 database optional 
postgresql-9.3-orafce_3.0.6-3_amd64.deb
 3bc3f2c83e52e64f61adc7460c3f1804 2040 database optional orafce_3.0.6-3.dsc
 1e99abc629f755d14588c17336c25427 3332 database optional 
orafce_3.0.6-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtWQUAAoJEExaa6sS0qeuDPsQALCXgDvLFXKh8/UTMHpTma7D
NvE5zLTncSXxIVg4HVcyYPpDf2bT1I+/k+GIUPuUofCWqzhiYT01pCmvgBJMYCV4
lxwHfWALgclelBO49almwXoWr3fCzs5J00vi4XotpDZpQ1tCJTsZpQID0Q5+ug5u
aJBkpD73yZ9pl7L4eHgzpIxJc8ica5OvgY0PLJHbWab0G0FL+jUfGg8f1hpODEK4
fvbxjiV47Bt60IVFNuMdaW6/XSVnEKiDAfuPaHCQyfBFxldqLEK8RLZV5cXk/SlD
PNSw0M7u7W/k5h4+O9dteq4nKxsGslbf4OrihRyCn9NTw+fxHFfaHAtBZDGOneQB
NUCj0iLixmbi9u/+tl89dXwOHPT0Vn/fz/gvY//isfOAOd+JnSHhyKQF+QwLoxr8
uCz5igc6esIFXPUShkg76t+DMUhKMrBMp5lIiBF8c9xbaljhDcs6u4lVb+Slaky0
+cmXnYRzWfqHrzaRo3X13hUcFR7fKky4hUgoB/CTW18RYrANRJrbOE4nztIdQwjx
KWdsrKGx5daajtVC+KgYs915Ee7EYcg4mMyRj418QQZmKPsNwhduMHdLjhFu3BZ+
Lwa8JzuiZZ0mi1lFEspBu4qShdannMxVhlH42i267s3qVXQ4XHlMsVya1oE0NJa1
PJA50yhUYJIkWSKDZClK
=+sBL
-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/e1x2j5l-00068s...@franck.debian.org



Accepted php-pimple 2.1.0-1 (source all)

2014-07-03 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 10:08:21 -0400
Source: php-pimple
Binary: php-pimple
Architecture: source all
Version: 2.1.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers pkg-php-p...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description:
 php-pimple - simple dependency injection container
Changes:
 php-pimple (2.1.0-1) experimental; urgency=medium
 .
   [ Fabien Potencier ]
   * bumped version to 2.1
   * moved lib/ to src/
   * migrated everything to Pimple\Container
 .
   [ Julien Pauli ]
   * Pimple C extension
 .
   [ Adrian Cendrowski ]
   * Updated license year
 .
   [ David Prévot ]
   * No tests if DEB_BUILD_OPTIONS contains nocheck
   * Update copyright
   * Update packaging
   * Update patches
   * Update dependencies
Checksums-Sha1:
 c3dc2388e578ae1968f1fa0338ae1b78548419b8 2074 php-pimple_2.1.0-1.dsc
 490d3981ab77466119e9acd6355f521e5209d1e7 19366 php-pimple_2.1.0.orig.tar.gz
 0ebbfc457455b6333c1bbbd7adefbd0c323f8f2f 3260 php-pimple_2.1.0-1.debian.tar.xz
 2226cb9f05d957ce756008b3a1ac0b0c8eb17bb1 6814 php-pimple_2.1.0-1_all.deb
Checksums-Sha256:
 f0fb33a08817078462cb837b65ea8fb7f5317f16cc248c5ac467569788b931c0 2074 
php-pimple_2.1.0-1.dsc
 0a1cfe4ea1d9e4c698597f1e585ee2e41ec66e784f7792c5642c1252423b59d8 19366 
php-pimple_2.1.0.orig.tar.gz
 7907158d000d64ed94f5b86b31bda89a7272604fb10b42dfd93dc6ee92a7e13c 3260 
php-pimple_2.1.0-1.debian.tar.xz
 b8686e341964e80d1e7b8715676faad5e04fb3fdfa607e68348e955ff051e94d 6814 
php-pimple_2.1.0-1_all.deb
Files:
 581a718ba4f7b3a6f451a1ad4ce6ddc2 6814 php optional php-pimple_2.1.0-1_all.deb
 88701da3968ddb76ca35ec1c7fc5faae 2074 php optional php-pimple_2.1.0-1.dsc
 006fd40e56761a19567ddd843159f0b3 19366 php optional 
php-pimple_2.1.0.orig.tar.gz
 8439e01dd9cf993b467dc86b89875595 3260 php optional 
php-pimple_2.1.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtWXRAAoJELgqIXr9/gnyS+EP/1rk5WdtmNfjrs60EC9l2ijd
9wayjRJifKTa7BTo/XrLsaSIg2oGZwpPI5XbImGiSjigC/iILY/wjA1yJQwfKUyj
PRCBCh8OMh/TVpGr33gtAKz+oVMHP3fE3oKwfVW+oOKIAKbqdXeVIy/TPAQfR2lM
Z5Mtt47vj9kXwG+LY44zSsdqyGsBlR9VxxMo84q0Z3LzvVFvk3hk6fQPrO9cMlFE
vEhKkCsFc7T6BnxPk5ZuTmfLmK4xVJ3KXGM6mdHpRg6xH+UOdD6ka1FYUZZVAczB
mbP1OjaK2URdDj4UHdW0jk+IEAObe16+/P7qj0G600g6exTQtR/V08tGVUlCBFGv
//wsB7RrBk1KVSHdw93T5JW+kF5kWqxHZdPmO7TKGoeJJrcn7dopd5dLrFJ/9iz8
TfyohySPaFJ7iDZPZnqBgMQOptP4kw9Oog+9znz00+N0pi6nQ/G5h4/If0Y41hj5
KSZp9s7FFPulMC2TitOzuNt1u+klaw4VUDI7oLWlckucwaYH/wMM3MzZNu/2PPfC
CfbqHWHbj90j+ZLc7fR4iqaKrAForcdPBOOXQIYACR7uR3TWDITax+dna/KO+Qcj
FMWPieoMIx3E+Sr2fqEWeDTVLg6jIr9cYC/oFGB6tvvMnOvqczhZG1LrxV46bAD3
WlScI0xiN8ouP6vM+wfZ
=KP5z
-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/e1x2j60-0006em...@franck.debian.org



Accepted gf-complete 1.0.2-1 (source amd64)

2014-07-03 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 May 2014 16:35:49 +0800
Source: gf-complete
Binary: libgf-complete-dev libgf-complete1
Architecture: source amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 libgf-complete-dev - Galois Field Arithmetic - development files
 libgf-complete1 - Galois Field Arithmetic - shared library
Closes: 750713
Changes:
 gf-complete (1.0.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #750713).
Checksums-Sha1:
 b4bf48f5d5435cdf0c3e70534c343bf699b35518 1992 gf-complete_1.0.2-1.dsc
 fce86d9db7559268d1b5450c02b59baeb1af6dc2 281596 gf-complete_1.0.2.orig.tar.xz
 a5fcf83da084786ebd4dd779debe35eb15b51a3e 3768 gf-complete_1.0.2-1.debian.tar.xz
 2c1dccc7a5bd732984730f394b9244dd0bf613d1 5758 
libgf-complete-dev_1.0.2-1_amd64.deb
 a7ddf3c2c7626fcbcd677654fb2d28f17d00cd2a 61086 
libgf-complete1_1.0.2-1_amd64.deb
Checksums-Sha256:
 cdb3515b6172c4ea45c71a91eba8ab2966ac3540e7232b61e1be7e3cad3972ba 1992 
gf-complete_1.0.2-1.dsc
 c16e9ef092576017b886eb3d2e1abebc5ebddb21c7edb6c931bbf2c093c7206b 281596 
gf-complete_1.0.2.orig.tar.xz
 0f90b2347d554add29152c8cfee3a7ac94c31dbc43955306cea5dc50c0086692 3768 
gf-complete_1.0.2-1.debian.tar.xz
 69c92f63970b8ff978b9c4e07c8f11a238847f5bd483859e1bbf0091ebe20a2d 5758 
libgf-complete-dev_1.0.2-1_amd64.deb
 5a4919b70b5e9f4db977459454bf66a105fb256fbefba9a68802e0253796d534 61086 
libgf-complete1_1.0.2-1_amd64.deb
Files:
 47d72b3c56d99e36a6ed94d2fb36a842 5758 libdevel extra 
libgf-complete-dev_1.0.2-1_amd64.deb
 04421f1abcf1a2aff660be953c57b473 61086 libs extra 
libgf-complete1_1.0.2-1_amd64.deb
 3fe57198e6b48c80869f7f16ca0fd629 1992 libs extra gf-complete_1.0.2-1.dsc
 7032e2e4a369c1196e4c9a7dc30c1ca0 281596 libs extra 
gf-complete_1.0.2.orig.tar.xz
 255644d1d3f9430ecda03b6c90a8e578 3768 libs extra 
gf-complete_1.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTnyWJAAoJENQWrRWsa0P+UNAP/0+gzjpHR7Ix0+WrWJ52j6hI
DVedVN091G5uXWiRZgoiU57I8XIh1bmonDWtZOZ9HBM36tXtnWE3DZOjqcbDfKNC
YXhGXf6MzS3XyNtFZ06q0iY/V8gQ2O4Sz9TWH0eYJp1AaXxmWkTPSKqlDbLGcFQn
3KRis1TryPXx56qF4A90Wv6SEz6lKIpYVy4T4UKYdrNhMHR9Yp8IiEkqdUx+Zg9T
Xgj0qL9Va6rtuLmAQQsXLDtoXu3Z+DZc5laXbnhcdo5XcoRcaZ9JIyIwY3DOc5iu
ZPovr1EIapu0N03RrPw52dPOTD9HvrtC9HgkUiwCWyESXa3FiiLCWD3HMbecOnt/
5IUHQjNswLAKKY6fpSlFdNyagUZzxjfMNvxb0BG/DxmLpNScuFoVcWkos/y/IeMj
y0GkAGK78ZXPdFe/IutmDSMfygYGjig828sjNcHv9/8fdcQLYMhTskL0K+rlhc7I
9/Nvmgh9KdtTOCzhNbRnUBS1KoOywzdWFfRjBodDfK9PT8DdZPHGlfImVFrxxEqf
eVpuyFfoKuFv0lYyeIvzyVKDDLrMvqqyBNREvB3OYPP+7NQxU4qTJqO6BPADNO2K
S9eQ2+H447IZC3tYtff5KfLlpXJmL7hG5oH135w1QwWXnpxAV7gC6HnyLByyiOWH
BjjCNDEmYO/4yiRBBTzI
=hNMa
-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/e1x2jqd-0008ap...@franck.debian.org



Accepted haskell-shake 0.13.2+dfsg-1 (source all amd64)

2014-07-03 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Jun 2014 21:25:49 +0100
Source: haskell-shake
Binary: libghc-shake-dev libghc-shake-prof libghc-shake-doc libghc-shake-data
Architecture: source all amd64
Version: 0.13.2+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description:
 libghc-shake-data - ${haskell:ShortDescription}; data files
 libghc-shake-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-shake-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-shake-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Closes: 751785
Changes:
 haskell-shake (0.13.2+dfsg-1) unstable; urgency=low
 .
   * Initial release. (Closes: #751785)
Checksums-Sha1:
 a6defde02c3d0d41ee3172b5048015d44f05feda 2844 haskell-shake_0.13.2+dfsg-1.dsc
 3607703277854e8d7dd3b4e2f31a780968f09137 164213 
haskell-shake_0.13.2+dfsg.orig.tar.gz
 cb8e1e5ee540b00c7002e222c93fcb66e0bbcf90 3212 
haskell-shake_0.13.2+dfsg-1.debian.tar.xz
 1dd62ac7972c6a9cb821591e1c5ead9b0e9a121f 219364 
libghc-shake-doc_0.13.2+dfsg-1_all.deb
 14c7eeb2db75e3d946652dffdec789736878bb84 23122 
libghc-shake-data_0.13.2+dfsg-1_all.deb
 7c4ef71078d0efda337e80c3f095b5f7da50c0cc 836710 
libghc-shake-dev_0.13.2+dfsg-1_amd64.deb
 716ad7165a801ba5f89ff9fd529bc7d8d99f4aa6 862392 
libghc-shake-prof_0.13.2+dfsg-1_amd64.deb
Checksums-Sha256:
 427e08c9478108d84584fa6d3b9cc4e74df429249f556b65a753fc3771e29a77 2844 
haskell-shake_0.13.2+dfsg-1.dsc
 49b7585130e4ff860868b5b1c14ef83c5cf06369f28393696240743f73c901ee 164213 
haskell-shake_0.13.2+dfsg.orig.tar.gz
 dbf5b0b6fb84ec7e118402054867562730bd0a8a73d84bb4ae663a6333966633 3212 
haskell-shake_0.13.2+dfsg-1.debian.tar.xz
 0b77efbacc068b1b830b4561b7f5e88282b27d61a3a9bf87056d9585f7af2981 219364 
libghc-shake-doc_0.13.2+dfsg-1_all.deb
 e9ea7d1297f7e29ee3575cabf88a344ff7307799be7af741327daf15786534eb 23122 
libghc-shake-data_0.13.2+dfsg-1_all.deb
 7e472ef2deeda65fbbd94d9fc4279dd029147fe6bff2cd7cd30510d1ca70e81d 836710 
libghc-shake-dev_0.13.2+dfsg-1_amd64.deb
 9480c8dbd5f81fa710ad4baee17e50cf4b9c46b479871e2c2c3d031805c7e053 862392 
libghc-shake-prof_0.13.2+dfsg-1_amd64.deb
Files:
 81491b3494a6439c39d82dce2a6ca346 219364 doc extra 
libghc-shake-doc_0.13.2+dfsg-1_all.deb
 52ee7451a2819c7cdfc5070fa17d26f3 23122 haskell extra 
libghc-shake-data_0.13.2+dfsg-1_all.deb
 539590e09a7a1d82d3c6e3e8d880b57c 836710 haskell extra 
libghc-shake-dev_0.13.2+dfsg-1_amd64.deb
 728884337eace8dc8279a4347b17a4c6 862392 haskell extra 
libghc-shake-prof_0.13.2+dfsg-1_amd64.deb
 30b7308c40718abdc3cffefbc0e64523 2844 haskell extra 
haskell-shake_0.13.2+dfsg-1.dsc
 0095ebfcdbe008fc987590b4bbcd26bf 164213 haskell extra 
haskell-shake_0.13.2+dfsg.orig.tar.gz
 d643091eab05b9fa855923acf4bc61f9 3212 haskell extra 
haskell-shake_0.13.2+dfsg-1.debian.tar.xz

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

iQIVAwUBU7B61jk1h9l9hlALAQjT4Q//Xq0vRimESKIUEnWEuSI6C27s13g6QYY4
R2PDBz3s5xGcrZAikGwlKZ3L2QRciZseNT1WGP1NR1YckVRHu0bcy6PLateAvnNi
gl0C/jjpCF3NIYMmGwIpexkfKLwAHKz4GvIPPOR/vIamqlXc1OBDCJIn/IQRMjD8
PIIXc+MTDl0JPk0sfAG0Ki4kGCpovn1+IoJ7xmP34vxmp8EdhEgms7kJc4V+eppE
DPSPqDvSV0jvtgKoQw/Fmc1okAwEU/XpNqx07itihAW+nbMTWrlsEDHPJ3g8K3J4
IeDDPJ0wYgYy7APV1fBik8Y7n20a4hj9kRTxY+BUs2Y5s/OUtJIalrZQFEi1N96H
cozqZ8eeQOYtAYV3ilH6QMoayIjNSqEjtF0XIJSs6AnPixXiVkJxOq6dXQPgMysy
HTZa4F4AyTSlFBWflVyqa5GvT1YPmIg1iB1oiBn86ptW9QK6+ETQujr2fX0uosk1
5Hn1+/0UJQzXcK0QCnkLlkb99U+tfb4+cM0RSF0GvJWhqCY575+Lq4hjRH+fQ/vn
7SLwSmZQ1gfxfsOPsGYBfMSillxjV3MnCQZ+lcVPwiYuq+2CrxlAjc+4HlfYgnRN
raccIz+fVp59hZ8t7zM1sdjlgiXFbuIHzAnWDcdYkpGSuBmoem2bbUDG6oFeotkK
VXtpc/g2gQc=
=PmxX
-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/e1x2jqe-0008bd...@franck.debian.org



Accepted jerasure 2.0.0-1 (source amd64)

2014-07-03 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 May 2014 16:35:49 +0800
Source: jerasure
Binary: libjerasure-dev libjerasure2
Architecture: source amd64
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 libjerasure-dev - forward error correction erasure channel library - 
development fi
 libjerasure2 - forward error correction erasure channel library - shared 
library
Closes: 750766
Changes:
 jerasure (2.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #750766).
Checksums-Sha1:
 9507b76f0ecdf98e1b8ed4078cfe3d4e778aabd3 1949 jerasure_2.0.0-1.dsc
 321f20e328fa7e2b7105c63d48c1c98aacb570f4 91016 jerasure_2.0.0.orig.tar.xz
 0170fe2dd8334776ecd517fa15ce78b3943e29e1 3476 jerasure_2.0.0-1.debian.tar.xz
 aa9341cf0a7a6b1c26a5c7e78909cb07faae01cf 6584 libjerasure-dev_2.0.0-1_amd64.deb
 6cacba358a1787dd3d4edee521cfd0569d4e5d23 24980 libjerasure2_2.0.0-1_amd64.deb
Checksums-Sha256:
 00708fd517a7ace69558b59e1028e5e95ac8e10b1bbb8dea3310f73520b6a66d 1949 
jerasure_2.0.0-1.dsc
 7b5af64868bd20f2eac0d065a497301186df58f38a8621700b12fdb6e40163c9 91016 
jerasure_2.0.0.orig.tar.xz
 3b8211d2c7317836dbd157d4f495e6fb80e4184b0ca2abb757482e7c7cc6d14b 3476 
jerasure_2.0.0-1.debian.tar.xz
 d4cb0a2aa059a3345895b10c3db03f5baa83a3651ec1b9abfb4c1aad81fdf7c2 6584 
libjerasure-dev_2.0.0-1_amd64.deb
 9d0ecc6f86ce311b0cffca1cc3f5168e069b01a10dd4bbc88e831bec7d55962a 24980 
libjerasure2_2.0.0-1_amd64.deb
Files:
 8ede86ec2894b3638b322cd4bbc760f2 6584 libdevel extra 
libjerasure-dev_2.0.0-1_amd64.deb
 e50a1eaedadf80d0236dea8ca9e31492 24980 libs extra 
libjerasure2_2.0.0-1_amd64.deb
 ec0e87ac05a4d22c7bfdee3e7ea816b4 1949 libs extra jerasure_2.0.0-1.dsc
 fa9c5f0d7a19af88fb00134f9210fe1a 91016 libs extra jerasure_2.0.0.orig.tar.xz
 77a8b445f30bb7c952df86eeefcbaa11 3476 libs extra jerasure_2.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTnydrAAoJENQWrRWsa0P+xAAP/3er2PmyxEwMt0VM4W+BY34Q
sij3uOE1kleMaBxjJj/ABUb4On2jxQLRtqUoyx81oQN7lT/VVUe+ggQa7t+7i40L
ifDFwPeW6jN0JXcJlAVckZN2dc5SscopKcO6hFzE1sQakDmIWy06YIeW0gQvHZiy
xiGPPx6EYOnlzRgVrXkg6yQA9ysqk9y/NeTUAeib6pALhIT+kwcxNuyni5rUQOgL
/zwzm41hqbWc4+POr40l+zhDHTRLw7SBnZUO51wjMatfn0CwqXwHt9ORC97LN7fO
30NMkbmO6nK3HKrGbRNaxeVHx7NPC27GTSpeRBTUHSwS7RzVcl+fh0RdQZVfLvUz
jPr56rlRKbU2P9vmwzHyHGAqXsg/g6vvtpPKcMQD5daTt7yWO35sn1kxMmSImT4a
FOBu5l1b47gwQeOr/LWottoYRFJoC+y+fe+ck+VOz30R1YRALOiJ4lSJL+hvlfgr
tSmqCWsFDYBGKw+LQLBVSV9xTqmw4fchUBz4ngKRpolTXIHuXxZD5OhVJnmbCq5f
9iosKzJgRgm75bEbOmN3/l94LhYj83XY8pALESPftwNmtPwM+oI5KCWk0QGqvv45
7SNRLZZNtA4vm2E00Vhfxdyj4XpcSUC/ybdWMoNK/s7AanZ5iQzeUnpHZe64C5yg
/zftdGi1mhcLvoqejvd7
=NeWG
-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/e1x2jqe-0008bb...@franck.debian.org



Accepted r-cran-doparallel 1.0.8-1 (source amd64)

2014-07-03 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Jun 2014 11:47:43 +0200
Source: r-cran-doparallel
Binary: r-cran-doparallel
Architecture: source amd64
Version: 1.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description:
 r-cran-doparallel - GNU R foreach parallel adaptor for the parallel package
Closes: 753293
Changes:
 r-cran-doparallel (1.0.8-1) unstable; urgency=low
 .
   * Initial release (closes: #753293)
Checksums-Sha1:
 801f99a4f4cb99946ffce8779d031fc8064c0e89 2133 r-cran-doparallel_1.0.8-1.dsc
 67c05bf87b4e75cb6729692680b4cb7cb102d738 172665 
r-cran-doparallel_1.0.8.orig.tar.gz
 7e25d28bfcd95289c7a903d3fdfb3e01627581f6 1956 
r-cran-doparallel_1.0.8-1.debian.tar.xz
 6377fe85374f377c0ede9604ef680ee4df0b36a3 182232 
r-cran-doparallel_1.0.8-1_amd64.deb
Checksums-Sha256:
 fac8916b6f3c4779bc364c0b7c955d728527323e15e16f749b31abb223f5bff2 2133 
r-cran-doparallel_1.0.8-1.dsc
 dd0a03106304e14aac9a93e65dae189e9593c99eb8a94bc8644be32d2de6ccfc 172665 
r-cran-doparallel_1.0.8.orig.tar.gz
 d523ae5e0eb54ce0924c5e7f58cb3bc3d29eba0b546ba2a65dc004d4a331f3f5 1956 
r-cran-doparallel_1.0.8-1.debian.tar.xz
 55eb29b0d2f19c64c8ffe23be697abbfc9c597c1a8a5bd5e7f526ba930982b4d 182232 
r-cran-doparallel_1.0.8-1_amd64.deb
Files:
 7d7e9f1255a96df96e0ca8c1719efde8 182232 gnu-r optional 
r-cran-doparallel_1.0.8-1_amd64.deb
 400b7afd054bb1eaa1175cd1f046defa 2133 gnu-r optional 
r-cran-doparallel_1.0.8-1.dsc
 7f5cbdf44a21e6bb2652baaf1ecfd499 172665 gnu-r optional 
r-cran-doparallel_1.0.8.orig.tar.gz
 45d8e87491eab406d4fa5d4ed90cc92b 1956 gnu-r optional 
r-cran-doparallel_1.0.8-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTtE8lAAoJEFeKBJTRxkbRCSgP/Rmi2y5MK7D20Ea22vMxnptE
b1ZGfPqLeViAz3elHrhoHYu+QucKr3GxOgogmTw9mq+P2IR+KTjdnvj4iL06uhG+
A05t5ra2M16uQWJ++o1JU5wq0BD7QxXaaY1onIuJ58yTt/nkGjz0EEnJY4vwJCbc
tUKFhcNYaXcmK92GB1ghaXK/xUoE9amv1r4yezWrehMjN0suxtq25NEg+NQENcE7
g4oPRPoFB4JTKWSzncScPMAOk0Zt9BD0wCBUDSK2IwGCpYkTyoInNVMsF8oCZMAu
MhJPvtlU1syaW4Su6Veus6TVa7ivWFMPzmWqA+Rn+MZOzBmAc5g79RP4w0mnzaCX
IL3qtN0nUvHnzrObBctqZY6nK9zNbgW6MVp9CSCkXckGMqGO4rH6X30tzg1Aq3TD
nRWoIeUyh++vBMu7WBlq4N9NhiESjr86EKcTcW8YeMzV87sRHbwrYkveUohfY+fz
sJ4w3KGnxB7vP8sWCxrXieUi6FptUmpcKQPYGcTRVykJYkHYYMlK5YTUvyYBLd3Y
OqZbkVFBBHn5Zot2nWlKawy9U+YlXId8vVXaLnnlvWTvMuGiEi6NoVHqCpVkXFsN
0w8HLer6/c09p1QdlTyCA+DhvLF5ISHROIwo/b5F3buxWzru8JxSij8WkN0G21Cx
M1KhDfEFmM77eI+5AW+X
=lHMa
-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/e1x2jqf-0008bu...@franck.debian.org



Accepted cpl-plugin-fors 4.12.12+dfsg-3 (source all amd64)

2014-07-03 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 18:00:32 +0200
Source: cpl-plugin-fors
Binary: cpl-plugin-fors cpl-plugin-fors-doc cpl-plugin-fors-calib
Architecture: source all amd64
Version: 4.12.12+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian Astronomy Maintainers 
debian-astro-maintain...@lists.alioth.debian.org
Changed-By: Ole Streicher deb...@liska.ath.cx
Description:
 cpl-plugin-fors - ESO data reduction pipeline for FORS
 cpl-plugin-fors-calib - ESO data reduction pipeline calibration data 
downloader for FORS2
 cpl-plugin-fors-doc - ESO data reduction pipeline documentation for FORS
Closes: 753145
Changes:
 cpl-plugin-fors (4.12.12+dfsg-3) unstable; urgency=low
 .
   * Fix FTBS on mips64el. Closes: #753145
Checksums-Sha1:
 15a649cf4cf1b60209d8ad6609ddcb8bb49a5950 2347 
cpl-plugin-fors_4.12.12+dfsg-3.dsc
 7fa3380ba0fd2551956f891daee65d2836d5aa51 10596 
cpl-plugin-fors_4.12.12+dfsg-3.debian.tar.xz
 f81284231b1df0253265b2361dd864a75b69e0a0 145192 
cpl-plugin-fors-doc_4.12.12+dfsg-3_all.deb
 1b921a14cf365697c76552108f364e60f4ac2a9f 4210 
cpl-plugin-fors-calib_4.12.12+dfsg-3_all.deb
 29624b51cb9fe67d21d92aa6eee9875e15dce10e 647932 
cpl-plugin-fors_4.12.12+dfsg-3_amd64.deb
Checksums-Sha256:
 c220ef16eaec23d140cc42d2b3f57e4cce0c4e90dfc7816ec878e29c2ab91963 2347 
cpl-plugin-fors_4.12.12+dfsg-3.dsc
 7c5945c107e71020d895ee7d589d98c0b702412290852ae892269f7e5e2c4958 10596 
cpl-plugin-fors_4.12.12+dfsg-3.debian.tar.xz
 3cb0350454b60c8ab522961ecef7391070545e8daabb801af8bdeaa1b6875ce5 145192 
cpl-plugin-fors-doc_4.12.12+dfsg-3_all.deb
 62bf26bb24310989bdf6dec3d5b9d628bb7374b14f2f5e84413569ac4546bc07 4210 
cpl-plugin-fors-calib_4.12.12+dfsg-3_all.deb
 52b9d9876113f78ec672fce64440dc277ba855ce437bcf01fd0968c61e23ad1d 647932 
cpl-plugin-fors_4.12.12+dfsg-3_amd64.deb
Files:
 2881a9ae1d2f4d5d4557c2455f768f3b 145192 doc optional 
cpl-plugin-fors-doc_4.12.12+dfsg-3_all.deb
 4819e80271022c824c1e6276906e5683 4210 contrib/science optional 
cpl-plugin-fors-calib_4.12.12+dfsg-3_all.deb
 397a6a05efdcfe37dbb7334312b9a368 647932 science optional 
cpl-plugin-fors_4.12.12+dfsg-3_amd64.deb
 7273bf74e1f3686b0178487307810f33 2347 science optional 
cpl-plugin-fors_4.12.12+dfsg-3.dsc
 ec09efb2ede7cb4237730c0fd7eff0bb 10596 science optional 
cpl-plugin-fors_4.12.12+dfsg-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTtX/8AAoJEHEVr9B3ENz3M9QP/iDBFGyeHrldFj0cj0Zj6F18
BqqWgMfEbLUSsVDAOagpUq/SKi6iLytuX2LlVF/H30+s5pusR2B8OD/PqjyEqytX
NcmZC9pglp4qZzUTVnScdCNtK9y9A4YJjwniruLmGeRCccDWz9d8JyAdHDEMSurH
XVMHEavXfGVJWHTWoz+iqoe4jWJEbCZb9bg9kVuf9brp0peI6saWobFH0CVlXMkb
5DA/DlA6mtgh364m5XpZYIeNcfvoKTnJ5kgE+nh66AMORSqsLEkBCzN6bTrjposN
4NVgjtQs/tngvzl83jMzW9U9XyHJhRNPK0eSGUWwTeOV5x/WHErRm2aOKwYgSDDy
kVuDOrmpi0kany9+UjGVj8a/cFAfB0WGaXE2rcbgtcIqX//yKzYrFKLmxj3AEsFR
P6JvjTSHp8mXqV1H/eFdI5REgRbexeI/Cnak0Texogo5h4q5gh6yLyg9/gvBGcve
2yZVhB5hetgB2sB4XQHx9ZaHA56RwIkoSGxqPTavfI9WvcZ/vlTQnyH/vsCRc2Pa
p7u0rMR/lo5Pluyykr5UKJNcF4HfFLkpLdCifZrY2RsvvV2tU9YbdXCtjErJBWWD
PBMJMNw+ZLeB4XtLaYqH40wFlEXBbL2lVRytazEXjdYv+PTqp1RBJyxT8+8VoS7+
u2TBrQQMfPSUveWM0DMh
=hsPq
-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/e1x2jiq-000198...@franck.debian.org



Accepted gmerlin 1.2.0~dfsg+1-2 (source all amd64)

2014-07-03 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Jul 2014 14:49:54 +0200
Source: gmerlin
Binary: gmerlin gmerlin-plugins-base gmerlin-data gmerlin-dbg libgmerlin0 
libgmerlin-common libgmerlin-dev
Architecture: source all amd64
Version: 1.2.0~dfsg+1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: IOhannes m zmölnig (Debian/GNU) umlae...@debian.org
Description:
 gmerlin- multiformat media player
 gmerlin-data - multiformat media player - data files
 gmerlin-dbg - debugging symbols for gmerlin
 gmerlin-plugins-base - gmerlin plugins from the base set
 libgmerlin-common - core library for gmerlin - common runtime files
 libgmerlin-dev - core library for gmerlin - development files
 libgmerlin0 - core library for gmerlin - runtime files
Closes: 736008
Changes:
 gmerlin (1.2.0~dfsg+1-2) unstable; urgency=medium
 .
   [ Jonas Smedegaard ]
   * Added README.source
 .
   [ IOhannes m zmölnig ]
   * Fixed Build-Depends on libtiff-dev (Closes: #736008)
   * manpages
 * Added manpages for album2pls/album2m3u
 * Fixed more manpage errors
   * debian/copyright
 * Clarified Bitzi's Public Domain license
 * Removed license info for stripped doc/ folder
   * Applied more hardening flags
   * Removed deprecated DEB_DH_STRIP_ARGS
   * Added lintian-override for adobe-license in font.
   * Multi-Archified the gmerlin package.
   * Bumped standards version to 3.9.5
Checksums-Sha1:
 f26a4688b81bb57d8de361b47701c0e62feee9af 2852 gmerlin_1.2.0~dfsg+1-2.dsc
 bc02bbfa486150375035462f17cf0c694f58783f 29900 
gmerlin_1.2.0~dfsg+1-2.debian.tar.xz
 c30c3d0d68d97b30d90c54bcebc93be3c9c14262 211152 
gmerlin-data_1.2.0~dfsg+1-2_all.deb
 c11ac5fac8e65708c31ba827e7fdb70124495eb9 188666 
gmerlin_1.2.0~dfsg+1-2_amd64.deb
 6023f3b26fd69d62fd5ebd22505d246598f3f6ac 250478 
gmerlin-plugins-base_1.2.0~dfsg+1-2_amd64.deb
 064c85c1ba74f43e3f0aa08338ec4f21f78e7a6c 2608366 
gmerlin-dbg_1.2.0~dfsg+1-2_amd64.deb
 4df234e491419c8dc6fb72334d098920fe614cda 408284 
libgmerlin0_1.2.0~dfsg+1-2_amd64.deb
 4f1db20283fc6d4fac3a54cfd4685741f294879c 23414 
libgmerlin-common_1.2.0~dfsg+1-2_amd64.deb
 fcd23c118837c06f114aebd024d6c333a8a26333 78728 
libgmerlin-dev_1.2.0~dfsg+1-2_amd64.deb
Checksums-Sha256:
 b8fa39ffb5a96c3ddb5f9cd54316202bbf0c40e77d3fac07919aad11a96162ca 2852 
gmerlin_1.2.0~dfsg+1-2.dsc
 96d88e5514ea41199d612dccb2c4bccebb6b850372d79d672c91b853134b0608 29900 
gmerlin_1.2.0~dfsg+1-2.debian.tar.xz
 0e198b86cdd04c6f8f78460c3d6e8db938ff11876f510637b6ae96585f11a764 211152 
gmerlin-data_1.2.0~dfsg+1-2_all.deb
 adb6cbeb7dd6da1291747c3285d7a9ee3977f4e7e272f0d8c005f8082a20d9ac 188666 
gmerlin_1.2.0~dfsg+1-2_amd64.deb
 44120bbe9b164dceb0e00e0d6e53b6a47ab0dcaf7b7e48e6529bb210987e9199 250478 
gmerlin-plugins-base_1.2.0~dfsg+1-2_amd64.deb
 002539411d8178281d1b8ddc71ac31de4a7a355ee9bd44e287da26a2118be623 2608366 
gmerlin-dbg_1.2.0~dfsg+1-2_amd64.deb
 b8c3aa794f855ec3be06f59d0abf01ca75660d17a124c77f145f50895bd737c4 408284 
libgmerlin0_1.2.0~dfsg+1-2_amd64.deb
 67cf57119b1a1376747532f8087dc46a9fe859abdb4d3b9526245da0f8664e18 23414 
libgmerlin-common_1.2.0~dfsg+1-2_amd64.deb
 e78ffce6b0d136a09cb4ca7fa1687014e7f5a9b01a03d570d76bc8517410ebb6 78728 
libgmerlin-dev_1.2.0~dfsg+1-2_amd64.deb
Files:
 0389192aa37c480f7e2b7508ec9a13bc 211152 sound optional 
gmerlin-data_1.2.0~dfsg+1-2_all.deb
 ab7e61a20bc478bb1abaca2cca5b125a 188666 sound optional 
gmerlin_1.2.0~dfsg+1-2_amd64.deb
 a9540e281b64093c08e2c1c3bd21a38f 250478 sound optional 
gmerlin-plugins-base_1.2.0~dfsg+1-2_amd64.deb
 6103a3e26f3c4b1d0b489054f53274f3 2608366 debug extra 
gmerlin-dbg_1.2.0~dfsg+1-2_amd64.deb
 f9d74ec8fcff183e12c72cea77f589bb 408284 libs optional 
libgmerlin0_1.2.0~dfsg+1-2_amd64.deb
 89d99dbc860152369a488af11862080d 23414 libs optional 
libgmerlin-common_1.2.0~dfsg+1-2_amd64.deb
 d249e2bebb2db4eeb3edf14c17be0eef 78728 libdevel optional 
libgmerlin-dev_1.2.0~dfsg+1-2_amd64.deb
 0324d4df66ec59a1a5a5ab3ecf3228e8 2852 sound optional gmerlin_1.2.0~dfsg+1-2.dsc
 c8915e1d3dce80ad5c8bd98b5f222880 29900 sound optional 
gmerlin_1.2.0~dfsg+1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtXlgAAoJELZQGcR/ejb445QP/iN9xmTq4S+qUkAN5kx2gBYb
DSX8eT9b1fAVFTSf8ctsFNsJWHT0zNYUBAi40KYeC+ntNGdl5TJme+M99HWCNgpf
VzovJihBIJaSmn+T9cDW+878b5q6kzeQZhiekuARzonpjB2tZeOX8DMV1HS9u8wr
ZOFpgXJXHqTOpjFrgrW6A2AQsir9tvG0iy4AnpkvkQT4UkyfJP7u6lJVZgVe8wKQ
a8PCUDReiLYaeeYTi5A18FWoqCqkEdFplMqJVAsMH3kVNYsQGYRiGWVUik+1M/tS
z3X2jHiPvZrW5U2o37jh6YmM1vGKKoddO551j0UWzcdPOz1jjYDjMRw6vaHrZ5s/
5WlfgG7ls3akf7Rkt/2k/CFQHpCDsScdG0DAL5zPaXpLmOkM/b9S7qyQ8S1Kshqp
Wx5IJph6gdqYBuOPVJh7YDVYPgNLIcpMbK3/5mBzd6axRQjgxZlPVdrEnJeRGzdg
paEyZPPYlAFISgW4VkxCxI9vg3V/wZDAgJpJyj1eeomPra1WD+1pmFQbKl2KahUi
kIAnE7zVi+vUmrmyPNnqrPLtFdgybChs2oE+dDp/5NONXMUVvgrUSlL3E1Ms9mew
v6jRRKSKecTFysoS48Cku6aY1xh1YZ2JzngOgbWsftR1wPmR4TjyNyv3xjDcm8aV
bbSOu1v6E1IXrYFEOuBi
=7La2
-END PGP SIGNATURE-



Accepted tryton-client 3.2.2-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Jul 2014 13:46:55 +0200
Source: tryton-client
Binary: tryton-client tryton-client-doc
Architecture: source all
Version: 3.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 tryton-client - Tryton Application Platform (Client)
 tryton-client-doc - Tryton Application Platform (Client Documentation)
Changes:
 tryton-client (3.2.2-1) unstable; urgency=medium
 .
   * Merging upstream version 3.2.2.
Checksums-Sha1:
 b6dd669b2f5997e97c5d606e9540cf9c94f084d0 2079 tryton-client_3.2.2-1.dsc
 394ea97d8d5c221ea7982a1d1fecbe43d861ea98 809187 tryton-client_3.2.2.orig.tar.gz
 7da5329e61eca05737ff5765fbace99e20686536 21476 
tryton-client_3.2.2-1.debian.tar.xz
 a0076b79ea6ac5af5240df39faecd0003b866021 402118 tryton-client_3.2.2-1_all.deb
 be1ead4b03d060b1c968f41c1bf537f16cd4e22e 66750 
tryton-client-doc_3.2.2-1_all.deb
Checksums-Sha256:
 93b010070dccf8dc29e203ab99ef2f68e21bb4269aefdb159b2bb8f9d9c6 2079 
tryton-client_3.2.2-1.dsc
 56214d62d037da6b2b06293e842f3566fb96c02839e7698d655091832fde1245 809187 
tryton-client_3.2.2.orig.tar.gz
 651554e68fef5953018f656a02879a817ccbc742bb855efa206c20e1a287d475 21476 
tryton-client_3.2.2-1.debian.tar.xz
 fa7979771cb63b3ace7d1bd8bce80df1941eb7b587813bb5f5333a0c789233c8 402118 
tryton-client_3.2.2-1_all.deb
 4e5ffc274259f8112ddadd5779f8abcd1411ffd3901715e7ebaff58c68ee11ae 66750 
tryton-client-doc_3.2.2-1_all.deb
Files:
 1ba4687a7b7aa204e80c0447891d4e68 402118 python optional 
tryton-client_3.2.2-1_all.deb
 53ee17f543ffed6e44b7ad4d01f70806 66750 doc optional 
tryton-client-doc_3.2.2-1_all.deb
 1a53c4e61ed25e6a763c2af029411a81 2079 python optional tryton-client_3.2.2-1.dsc
 9ace6cc64fa8c1a3cc7f9bc515a1e769 809187 python optional 
tryton-client_3.2.2.orig.tar.gz
 f64299e45058f6d3143d8eaa7d119963 21476 python optional 
tryton-client_3.2.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTs/JyAAoJENbQm+SEBbv2SmAQAIdWpr+F0gDwniLk/tajlItR
R8KmmRFSnJUhqseOG5oez8k871TT/Ds91feyMkeu9qFS7BROnX7SlUk2cXf2UFA+
OLvbBZqaBR2/Ch1xZVaU5nHDyp4elCGGSN3Uuxca8gRz6JM0YqcVzVY+aDrL3hqy
Bd3jJBDR77wIRQopUSCwnawbSIarpWAPQxT+P2duC8O/3wQSRBIY/D/9n4+I3lny
C0rsVUyIRVONYpBkI+2hVILx+Ao7UPR60vhdPD4qVeoDH7sb2foOcnrHGEbfShw2
9Honpjfar+tr6HK+MGtVBjxD1A1K4aaRkdtcvt2V69VvxMFTk27zxAlb0Uvfv2F3
SIlTofGFYjeTTgQEKZcQvZsQwiIkP+JyK3kfFZc3jg8T04lj3APtii22OMwxUgVn
NhU/UgB9kp3MimbX44r2r7zB3QIfzVUyuX0wawm+zKBrtCFIsFrd6xwGjqRxTLTS
5/JbzQxk9SOXsXE9890nWOtLQ1/xbrKW28zaLdeQrnj0GNx6TeJ8B6xLHn3s4gyp
yihUggxma4X7Xz3iMgiFQIWg7CUVqnyTXXZ61jNoEp/ae2kG+MBqP5BvsK/NA/vs
RyZF5ZqSf9CQ87NxDtWvalTSkzV5TMMoUPLpd0vQU7nSZd8U3X0vJAS8sgd+uOjj
+tX7FNihMIF9u5UtIzmX
=Xgdm
-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/e1x2jmi-00029d...@franck.debian.org



Accepted molly-guard 0.4.5-1.1 (source all)

2014-07-03 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Jun 2014 11:55:40 +0200
Source: molly-guard
Binary: molly-guard
Architecture: source all
Version: 0.4.5-1.1
Distribution: unstable
Urgency: medium
Maintainer: martin f. krafft madd...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description:
 molly-guard - protects machines from accidental shutdowns/reboots
Closes: 749372
Changes:
 molly-guard (0.4.5-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS due to vanishing non-compressed version of the manpage.
 Thanks to Jakub Wilk for the patch. (Closes: #749372)
Checksums-Sha1:
 ec50118ca44b2aaec4a1e82ff656e49b0a6735bd 1847 molly-guard_0.4.5-1.1.dsc
 fb2c20029fd65917d9b4c2a2403fbbccfeba 6566 molly-guard_0.4.5-1.1.diff.gz
 1ac2a9ebc12b5e276b9af1c633b5324b3fe5d801 12682 molly-guard_0.4.5-1.1_all.deb
Checksums-Sha256:
 70b7f0246e0b92f707ad642dd9d9a0e884e3fae234932136ec54dbe0a9a726d4 1847 
molly-guard_0.4.5-1.1.dsc
 1adc8bdce87469d838e3fd2cb4d5823b5006e7b490d0c93f4562b84b89d0aa8c 6566 
molly-guard_0.4.5-1.1.diff.gz
 e3ed151ded0bb27ed1bedd72ce4f8262d792e367d2542c70b106031f2aa45ee7 12682 
molly-guard_0.4.5-1.1_all.deb
Files:
 95de012a9b5ae8773fba9cf48223527c 12682 admin extra 
molly-guard_0.4.5-1.1_all.deb
 31c4e3d379150d9493add4fddf97b944 1847 admin extra molly-guard_0.4.5-1.1.dsc
 f2d2b242b5177b4cf904fd24758c1c65 6566 admin extra molly-guard_0.4.5-1.1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU7E2J5wxUDxthmOWAQhlBQ//d5vWqbOFMFSg1BwhKugCyBNJBnvp65Mx
e/Hh+M8lLrPQy7F9juTu54G6bFYcwrYtP/p/nYVfETu9FMze6jC1ZGWXibLCLNXr
7AhfOWvARSruXFKNT7FS3Xtx5bGOxqFqvm6x+LEhNpofCCxTr54EN8R5iN1wDvEz
FIr/ykia6goGRaOHWaUm3hJP7JYiorG8Gr45NZHmwHd2/974GxSGOg8rEltFi7wN
mJsQHuaWZ+M5flHQst+RWrrJ6vBI/sSqsdyv6MOinHsP02KdxMWNxvq6dZWIpJoe
qmo2RDCYxDTU8BAXDiP0Z9328O1TRUp7ZBJl2g5zjk9cex6q3gIx7H4cDd1oLCE9
muQcvtGcNRvJlRBbWpR18SHnc93m1OdLiLTXRTI7RSak/WJ7+bIHbbPMBhrzvcIo
6LEQN00pERs5bH5vHBOv5JCIzVa2QwnhxFEMKtVT0lM44ArCs2re9r6w/MYzRyp0
MuBJ9M3WcemhmV7Uw+jdhfEwvx5hKc4A0RneZ1m8fxseiuYTlQhfz6D61tyFuZOa
6QjKYr4YUJlJozj7cwiikYPVFLKAMe5BZR/+D1FslqkXdpbgzbBBoeq0OqHJQDmZ
GrN95I3xge0tysyjQEpq9Lbs9Hbu3Of0Nwi/v2w4RHzi4ky20evG6LEZcWK9wrsT
gXR7+LcB1dA=
=q6iq
-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/e1x2jmj-00020n...@franck.debian.org



Accepted tryton-modules-party-relationship 3.2.1-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 14:32:10 +0200
Source: tryton-modules-party-relationship
Binary: tryton-modules-party-relationship
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 tryton-modules-party-relationship - Tryton Application Platform (Party 
Relationship Module)
Changes:
 tryton-modules-party-relationship (3.2.1-1) unstable; urgency=medium
 .
   * Updating signing key while using now plain .asc files instead of .pgp
 binaries.
   * Merging upstream version 3.2.1.
Checksums-Sha1:
 f1e5f41caed5c19d764fd045bdbee3770af8a00f 2201 
tryton-modules-party-relationship_3.2.1-1.dsc
 7c7c6c8d1e7e202268bec7ae6b9a65145360dbcd 22081 
tryton-modules-party-relationship_3.2.1.orig.tar.gz
 47d9bdfbc532f9b6e50eeb1286837a390759d2f8 14244 
tryton-modules-party-relationship_3.2.1-1.debian.tar.xz
 d2f4b8f54deaa985d40d24ceffede699355d77b6 9328 
tryton-modules-party-relationship_3.2.1-1_all.deb
Checksums-Sha256:
 3ccc0f4cfc1b1503790d4853d0e10a66dd9e30e6bbfcefbd18608f19c31567a2 2201 
tryton-modules-party-relationship_3.2.1-1.dsc
 52817c0bfdd1fa6b3c4b056cd79e67680cf125e5ab356c907d41fff5f54b3282 22081 
tryton-modules-party-relationship_3.2.1.orig.tar.gz
 e5bc1704583bb393293050a4b499d2e49d7eb4ac20185049902db0005edf561b 14244 
tryton-modules-party-relationship_3.2.1-1.debian.tar.xz
 386507c4ac518665b7aed7991f370f319e9e4bd6eb0cef5e0a29df8aa0899525 9328 
tryton-modules-party-relationship_3.2.1-1_all.deb
Files:
 e256817a31162cdad00c6575de0600a6 9328 python optional 
tryton-modules-party-relationship_3.2.1-1_all.deb
 d96d74a4c0178288ddf4975684d643d7 2201 python optional 
tryton-modules-party-relationship_3.2.1-1.dsc
 043fdf1aaa9a2e0d8a7a017ab710b84a 22081 python optional 
tryton-modules-party-relationship_3.2.1.orig.tar.gz
 3e4d916307fd4628e9169ddadbf6655c 14244 python optional 
tryton-modules-party-relationship_3.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtU35AAoJENbQm+SEBbv2uNYP/0wIqgbvIYuLKBK33Bj2a9wu
+QPUGlUhF+IHc6U2uYrOQEhAZjBmxAlIqWnw8ZbgTMiuqTToYg1wFariGdcwlN7/
AZA5ZNKmLnaDdv6JB0M7q0n65VWUvAAsRB/3G7ALWswWFanZoiygrw+kSikkxX7I
xbwuXbB5/t3B+jV6lmH5lyusmGL+uGPArzXykjrPtfWp2RUi8ds9L8zNVWOwhvvx
xH0k8BPlKkll9QMLybJWgKh0wbR7m8tyXjB1AUelFzlomG2/96vpwDCJc/inFMH8
Qgy/Mt7YYRs7/jwbS80IuIBP5Qz1uUayIqF3Nuav4RBAwGNQRAEn8CNNhMO20UsO
QaurKFbegYsn7fpEpCC3szX8POTeMRSW7y3otT2DLUqybHxFdilNFALbV5eJYO0l
VNAV5wrPLFxdz/qHHnofDDV8kqauD3hbMuVrwsyqLLr6kuSpJTrG4wKZnxB2jlks
af4rTasnGgdkOWeNUnotMYDAkhp99sypM5NFgf5RKVK2v/3+6sP6G8A8VPqNVk00
nKage1KmrMU+0+7Hg/3GZ4jxyYCBWw5dFUskOw23pgqjiaMnctXpWlCbHgEij9g/
bu/yMbFBIuGGp6uiKZx2ynxA9/10ZaAX7+zYrQIRWZD+WONVJjBlWLyEDuloOxt2
tQXfw4w1tUnNLzRHK11O
=h8wb
-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/e1x2jn2-0002gz...@franck.debian.org



Accepted tryton-modules-analytic-account 3.2.1-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 14:35:19 +0200
Source: tryton-modules-analytic-account
Binary: tryton-modules-analytic-account
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 tryton-modules-analytic-account - Tryton Application Platform (Financial and 
Accounting Module)
Changes:
 tryton-modules-analytic-account (3.2.1-1) unstable; urgency=medium
 .
   * Updating signing key while using now plain .asc files instead of .pgp
 binaries.
   * Merging upstream version 3.2.1.
Checksums-Sha1:
 32e013141ef99adf521d85872da137c734f52752 2179 
tryton-modules-analytic-account_3.2.1-1.dsc
 8ad75d181bfa4834b9ac2d63a895fde5841433d4 33067 
tryton-modules-analytic-account_3.2.1.orig.tar.gz
 62dfbe6a9f10ff1d94f92ed4606a6fc149e149b9 15880 
tryton-modules-analytic-account_3.2.1-1.debian.tar.xz
 50b1593f51b774dbc613be92b576f4e043cc9272 21030 
tryton-modules-analytic-account_3.2.1-1_all.deb
Checksums-Sha256:
 66057d5d87a4a0e1ba25704523dd4aae8720e579a541dc900c7d35e2252368db 2179 
tryton-modules-analytic-account_3.2.1-1.dsc
 9b51039741e349dd89257fe01cd6e2e0a9233831c409d068100fee39542a3b79 33067 
tryton-modules-analytic-account_3.2.1.orig.tar.gz
 d74b49d6f824b710a9fe9fcd09e9636c2816e5b4f73656109b3edfecb5ba6982 15880 
tryton-modules-analytic-account_3.2.1-1.debian.tar.xz
 05c60e0ca200328b8b17b5e6b4e7da67f1486dbaefe85008d3b361bd84f5e0fb 21030 
tryton-modules-analytic-account_3.2.1-1_all.deb
Files:
 184b4f6a3272ac56c73fad2cdadb4c2f 21030 python optional 
tryton-modules-analytic-account_3.2.1-1_all.deb
 0ee624f43b433239ca1b6da324603c04 2179 python optional 
tryton-modules-analytic-account_3.2.1-1.dsc
 dabd9f1152c41887ae7d88138f0047ce 33067 python optional 
tryton-modules-analytic-account_3.2.1.orig.tar.gz
 1a9148c7c9177267e31f4c4669d2d4b4 15880 python optional 
tryton-modules-analytic-account_3.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtU61AAoJENbQm+SEBbv2J+sP/0JQEoHGmuYLDlEYoFlYQpqn
l5pBIwpsmgYma0QEIi7u92iiKrBZ3a5QJpCtZ9kqe1Sg/jXXZSZxTfeCDjlTEWWX
R1vidsZWYxtjgZSq/7krTIMfGnwxSJXQuS0WcedlhmlfF1WulnJyumlDwganLYnM
vJdWw/ivZc6SIiwE9QOrBDYDVahVPw3049h9tZs8m3kRk3tN8ehdKqIeENP+B5JL
XkNFXLR/Cg4pHSIcyipQ8NpSbFni8BURqWsBkeDpCAS7+Y3IhCVhNLQwo1qvh121
ItjXq3VOCCR2F9sPazs+lDlkwb5WDRLAnmKEG8t+/By3rUjnmN5vI8c5fh425XBa
SAqWvv4r1qztnF2bidpEUrUGkWIVcMOv3SmaBYbYNYDdcFWUbBIv4ItLPtclFfHQ
e/l6+/94HzHsZCHePt5d2lsql4iLjWGNJLZNs2mUWZRPCcxEKJLdpyHlhGNsrvgO
9zIMKMUIRWPOaLIswiyseTeq1OOTfrLwZQYDrCvVQcqOVmXX7Vj00AiZz24/ORY4
SbquwE/XlZcE8UTWMtkoZAwp+hWrZ+SKYPu5NYpIosKFwPdFPq6wUkMXf2334PmN
oGhodSBfGaQwvQq9TapZSAEPVFUQHZFNIqDJPGvDbn5NRLV6LMZBdH00evxIgkF7
FuPZrwxh9XDqLfJCWG+j
=79LR
-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/e1x2jmw-0002ef...@franck.debian.org



Accepted tryton-modules-sale-invoice-grouping 3.2.1-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 14:25:56 +0200
Source: tryton-modules-sale-invoice-grouping
Binary: tryton-modules-sale-invoice-grouping
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 tryton-modules-sale-invoice-grouping - Tryton Application Platform (Timesheet 
Cost Module)
Changes:
 tryton-modules-sale-invoice-grouping (3.2.1-1) unstable; urgency=medium
 .
   * Updating signing key while using now plain .asc files instead of .pgp
 binaries.
   * Merging upstream version 3.2.1.
Checksums-Sha1:
 024ac7e4e8ef66b9031f044d89503627673cf077 2234 
tryton-modules-sale-invoice-grouping_3.2.1-1.dsc
 65d8a7347e9929caab10e478fa8e7de1e7dc369d 20551 
tryton-modules-sale-invoice-grouping_3.2.1.orig.tar.gz
 1b327b397bd1762f8f97b7cac4ac65429455c829 14612 
tryton-modules-sale-invoice-grouping_3.2.1-1.debian.tar.xz
 f36c4ec0a4db0e0b176c817a933b76fd4ec33d2a 8504 
tryton-modules-sale-invoice-grouping_3.2.1-1_all.deb
Checksums-Sha256:
 28afcfbcc8b449ec287f82c44cec618fb3cd278a4dca6b20f03402bae2c36d59 2234 
tryton-modules-sale-invoice-grouping_3.2.1-1.dsc
 84baca6a713c976b9f6ed9a483ea8b402044393fe2a29eade6f92e9f61fbc21d 20551 
tryton-modules-sale-invoice-grouping_3.2.1.orig.tar.gz
 3a8e4adac5cb16fbbb129348876f8c14ecbf49737cc0bf5de2cab3a5b7bd0a93 14612 
tryton-modules-sale-invoice-grouping_3.2.1-1.debian.tar.xz
 9f0906b42dafb79a8cb8ca6918546da9453861ec939900f57f1273a94bf8866f 8504 
tryton-modules-sale-invoice-grouping_3.2.1-1_all.deb
Files:
 3221dc4f846ff85340375462f19d8cc3 8504 python optional 
tryton-modules-sale-invoice-grouping_3.2.1-1_all.deb
 eac5cacf9612b22574db17bb1ce3d785 2234 python optional 
tryton-modules-sale-invoice-grouping_3.2.1-1.dsc
 3e59609a433d94b7e2b22cc5fa106d9a 20551 python optional 
tryton-modules-sale-invoice-grouping_3.2.1.orig.tar.gz
 c4f49205df841e78abcb76c6bbd476ab 14612 python optional 
tryton-modules-sale-invoice-grouping_3.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtUyEAAoJENbQm+SEBbv2XOkP/RoJ7PxajVbg0gYDXdilItjv
/plYnuqzsUaiEC/OlML/1+22BUVvhKR3QhfA1WP4OA+L8o3ZanlFwPJB2gOuF/vZ
h1USSCU4QBFrfjF+QmEgC/SA6LTte7HiS0PZlaK00xQo9myS1F8q2QaF7+9Ad1O9
Rc1OBxM7rnbzOLAgwSkL42Op84Ylqp/mX8T5iNlUlo+/r2XbVeT9h3nOx2yzIEQ4
rJ4qY6CGK217xAQQcgSVdpx0gxer3sXCLsKFzRRUrU1PS69Au0/J3roXMpY6rqjl
HSD7Te9XC8PKsoPSzCP7jDPTQ5AWHpWvknB3+V7q8vWwZAoCvp8rS81Ee6bdnfqf
BzZK2+f6LbXPjGZ4mqlHoG/4SJkL2L5UnZcHz3lKB2WVk9hgMLbt6woOd4NEfZld
TvZdxvonCZeB8iagdE0JZAudfqEFTx7Y1odcXqzz5UmCiFy3fQsnQxRd4kIF0CdP
f3SwUM08/tQowvsuXHPLgDUqF+7ro9ADbLBfuTzwe8lWsptMg/qEUog1TxnvVN9O
cZBL7l46P6jQCYvfFAa4ZK+Fnjs5wd+bdGjdWrJ5awz9tvVHF4db0yewVGk0G/x7
awRVa4hmUwd/mOnHArXii2PwoTUVKZ4NPI6bT5gLNftuPL8ejdVPKwELzz9DYAWd
8qciaFMwTjeo8VDhhjnN
=QS7B
-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/e1x2jn9-0002it...@franck.debian.org



Accepted tryton-modules-sale-shipment-grouping 3.2.1-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 14:59:23 +0200
Source: tryton-modules-sale-shipment-grouping
Binary: tryton-modules-sale-shipment-grouping
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 tryton-modules-sale-shipment-grouping - Tryton Application Platform (Sale 
Shipment Grouping Module)
Changes:
 tryton-modules-sale-shipment-grouping (3.2.1-1) unstable; urgency=medium
 .
   * Updating signing key while using now plain .asc files instead of .pgp
 binaries.
   * Merging upstream version 3.2.1.
Checksums-Sha1:
 8c5956fbb8df9e4ab0647730499132ed4ad207c3 2245 
tryton-modules-sale-shipment-grouping_3.2.1-1.dsc
 62c01b379b05b58862ae2e91a316457ffa5e1278 20563 
tryton-modules-sale-shipment-grouping_3.2.1.orig.tar.gz
 a5a0713b424c903d3c5d9dcb6d76c6155e992a01 14264 
tryton-modules-sale-shipment-grouping_3.2.1-1.debian.tar.xz
 bcef157d4d6824bbfc0f2b08a0e03cf0eb288a5f 8136 
tryton-modules-sale-shipment-grouping_3.2.1-1_all.deb
Checksums-Sha256:
 c4aa092fa4b47471c61b1a8aab9259b495c5bd22881154fd13fc03daa3d91755 2245 
tryton-modules-sale-shipment-grouping_3.2.1-1.dsc
 50a1438cd8ef9a45dabcd5cd291ec13582db20eca252f767a0d2ad146a8dae8d 20563 
tryton-modules-sale-shipment-grouping_3.2.1.orig.tar.gz
 342d43ceea6ac948a9d01e2c0a688eefa773449895c825c25c98629168658c0f 14264 
tryton-modules-sale-shipment-grouping_3.2.1-1.debian.tar.xz
 f018d3bf4ab168c298955bc456d3b7d9bfca92dea2958cf9c522d7c92d6cf29b 8136 
tryton-modules-sale-shipment-grouping_3.2.1-1_all.deb
Files:
 dc484334ae89b01505a2485ee19bde40 8136 python optional 
tryton-modules-sale-shipment-grouping_3.2.1-1_all.deb
 bc102566e8821bab213008a50b3a4cf1 2245 python optional 
tryton-modules-sale-shipment-grouping_3.2.1-1.dsc
 9e755b26f67cf4b4033f26a7a85a8b76 20563 python optional 
tryton-modules-sale-shipment-grouping_3.2.1.orig.tar.gz
 9eb55db7bc713470b39ea28d200cfcae 14264 python optional 
tryton-modules-sale-shipment-grouping_3.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtVRbAAoJENbQm+SEBbv241AQAIWH6M/fuQMbCEb8uAPmFJRJ
kZceACpAHHBKc6GlzbWuzBl/txcNonqUMLoqC+ZehWXPI64lK2PGTa3A8xUfa9Fe
Ry9uAg/Q1rrpWCELrZWExQ+MPU328DzdnUyQE/kFxy7A9d+BnnKPL1EdmlNVBJ23
uaRdHtX+4lzSuSxUglPlbCgG0a0VigEaNGmbuPXBJpV3rGOaUFRI+knI1i4nOjPa
RLKuAye4GfqZ+rEdanSkB8o75ZkNviEtnpcRh+L7hXXp6uhuYcm2E6u0kxrM3EdF
7OZ6CVo7pvTWMzyiQn0sGfUEZOJx/95GyzBCNgoRt/QLxQFbmVv1BcvsWn/VmhB6
+rRp6z13C2fUB9Dk6RixlzUFJXByjN4kPsPSlDOX7OuEjhWuyi1+rXU0KMlc2mvY
h5R9VKEzXWbHW63O+nrhhto3htTaCPs1HQWKHVSqjcYz1/pjaTcWsjE2/4rRYHGs
bL90BSgOjdfAOkdGHGx2shl/6QqxjWz0d+EQjBS8mPOGVKsnmeAhPeMxzRzKwFC1
KSOjooKpnh4qdukJFvuP7c5tONa1Jac40Z0zHuZ6gdLQCoH+UN+Uc3+Ud0/FQKvB
lRPbd4b7SsLciZ3+nCgMhzjClkc8jB1p3iNsEe04CIb+/wge9fUsgaIsmVpeRPrK
QpNcsBO19q2HpngyQSji
=4OB7
-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/e1x2jng-0002kj...@franck.debian.org



Accepted tryton-modules-stock-forecast 3.2.1-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 14:47:11 +0200
Source: tryton-modules-stock-forecast
Binary: tryton-modules-stock-forecast
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 tryton-modules-stock-forecast - Tryton Application Platform (Stock Forecast 
Module)
Changes:
 tryton-modules-stock-forecast (3.2.1-1) unstable; urgency=medium
 .
   * Updating signing key while using now plain .asc files instead of .pgp
 binaries.
   * Merging upstream version 3.2.1.
Checksums-Sha1:
 185096c42c913ad4efb3c62f159196838774e4ff 2157 
tryton-modules-stock-forecast_3.2.1-1.dsc
 aaac57df79ee2a216918b930bd6eedca2fd6d956 33609 
tryton-modules-stock-forecast_3.2.1.orig.tar.gz
 c9167612491d88f81f930e9d09f4e93dcdfeeb76 16000 
tryton-modules-stock-forecast_3.2.1-1.debian.tar.xz
 4d2a2210fbab91de98a92a6f4bf9900dbc930809 21566 
tryton-modules-stock-forecast_3.2.1-1_all.deb
Checksums-Sha256:
 7d0b8d69d72b80f92f1deacfc178afae6eb656cc165ca0a052ec33aff6b79359 2157 
tryton-modules-stock-forecast_3.2.1-1.dsc
 2d0f4cb580f6f5f014bd0339c7eaa34e03bc41abd0cafde7dd264b0b1860ecd7 33609 
tryton-modules-stock-forecast_3.2.1.orig.tar.gz
 72bf7f72724392975d35d216159d9f584eb8baf13a49e5321f2063cc01c4320f 16000 
tryton-modules-stock-forecast_3.2.1-1.debian.tar.xz
 a45004e7a5a2c629971518153a6e1ad0f090bb352cb7a4384a48eb49e33ab034 21566 
tryton-modules-stock-forecast_3.2.1-1_all.deb
Files:
 8d57513024f2eafdfd152082f3715b37 21566 python optional 
tryton-modules-stock-forecast_3.2.1-1_all.deb
 2dfe729b461f90aefcac0fd399f258a3 2157 python optional 
tryton-modules-stock-forecast_3.2.1-1.dsc
 2f9a738966182d9e8b9515fa9b863f0c 33609 python optional 
tryton-modules-stock-forecast_3.2.1.orig.tar.gz
 be16fb4a408b4e75d352943dfa1861bf 16000 python optional 
tryton-modules-stock-forecast_3.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtVGBAAoJENbQm+SEBbv2cDcP/03o2cLiwjL8CjyvH/yE5rRk
s5DXlABJ1kIc3oG8sJUiyM4p0FCeGAgeV5p1ArYhbrcV4I9TFps0woSH11qi0ZxG
R93nj0PFrILlX/vHtVm1TvibszkSCBEGsW0MCk6mNHmgnwwg4XcrMvVAhimK7GMf
galn2q2T5SswwkctG/ZK+1H6UA5N2UZu5UiOZrufA2GghYCWJQxuAf7ecdtMigOq
zVN0TvPQ7eAOJSRbV0lDTUvGlxV3ODi4HOnm7TUkmONFzzqa/tSpcOXpJObXBv1h
8toKjGWqYN1Kkspg1T/j79VHBK8Wtgy5PolKwb5yYONaoeQk5RYWzxxnIrXqpuOR
NeY+meO/2up3c2kZODZXZtzGh5t3sL3ZINUgJFd52P2UQ6JWqArRS9U/jkAeAemi
hkwkrzUSB6lSO4k/pWSsqzFWKXhaSK8PRZX5liGRfSwbi5xCOJA94SPgCn0HKmPA
KIQh3JUAoCOI44DZlcOquN0EdTenzQqTR4lcoTa+XG6hECk7IbJqIKmPhBwY5D7z
v6l7le5p3KJt6uzxEHc3zzBQZ+Xs/lTMjBw+mtfWeV4mRPDSfqYYKsSvRxWarM98
8oSvmeNQq1IIvdtjCnS1qrdGYG52qOBD7/XlT25r2KT+2qEbFvDlwSNvsaQUL4dF
C6YIdR7HQysYAdqUPhna
=Q8pI
-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/e1x2jnm-0002md...@franck.debian.org



Accepted tryton-proteus 3.2.1-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Jul 2014 14:20:33 +0200
Source: tryton-proteus
Binary: tryton-proteus
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 tryton-proteus - Tryton Application Platform (Proteus)
Changes:
 tryton-proteus (3.2.1-1) unstable; urgency=medium
 .
   * Updating signing key while using now plain .asc files instead of .pgp
 binaries.
   * Merging upstream version 3.2.1.
Checksums-Sha1:
 2b20d9e41bfe3db29dfdc2038255257a663f04e3 2009 tryton-proteus_3.2.1-1.dsc
 846d147f2388920820234a85ef3316fbef32cbca 20745 tryton-proteus_3.2.1.orig.tar.gz
 e41c6ae70aa37aece353732fa778bf791494317a 15852 
tryton-proteus_3.2.1-1.debian.tar.xz
 fd5ea72e75dc4f225ba60445550b3ce78340fe49 19674 tryton-proteus_3.2.1-1_all.deb
Checksums-Sha256:
 45b91c4de8de82d3c7175b9268900b624bc8ed6325f8a84ae62100c0ae07a16b 2009 
tryton-proteus_3.2.1-1.dsc
 ba89dd68f7bcb3189979c491f7cd377d849d738c2e09e6a103e1b50938a499a1 20745 
tryton-proteus_3.2.1.orig.tar.gz
 1aa54e89b5f1d3c2e923fa9caa0ca11c86d0a3c1ce93b9a77a62838cac70e646 15852 
tryton-proteus_3.2.1-1.debian.tar.xz
 fea1942dca409c209833382ce51c00faa8eb21ffcd531f38840f319abf5ae164 19674 
tryton-proteus_3.2.1-1_all.deb
Files:
 f0b7b3340ad93182971053d05a8fb312 19674 python optional 
tryton-proteus_3.2.1-1_all.deb
 e683b2259416b23c6c5c3078e43d8932 2009 python optional 
tryton-proteus_3.2.1-1.dsc
 03442ba191955cfc204f0f6cddecde83 20745 python optional 
tryton-proteus_3.2.1.orig.tar.gz
 362fc1e3095af5a4486f4b5101ea668d 15852 python optional 
tryton-proteus_3.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTs/nHAAoJENbQm+SEBbv2kAIP+weeMdXU/CcQg+FXACjx1Lah
Vg4FpIiw654ZpDi6dpP0J1olaWYtd1JD5GsziIahRcYyoZdN4p8ACkUIju1EHJv9
XvG1/fkx87mVionwZ7a2u2fXgPsHiR5TZ0RihR5cHve7XTb5JxtTxy9qixfEYDxX
SpiX7cmBFqgyGrozlxjp+ZMsmjW6Ag/guiRvjtKMgaW7gLd9b1zmS9PBxx7iWmqX
pMn7MOTFCNmO1ui80GzFKIEwFsUzTDmh5u1Xm38IHZzEsRz9FEmKEW0VJwMqQtET
q4CA3CyFO+nv5raXCjznvEsmUjLMliKLEAMC5Y4uhdY/0Alw/piyu+smn3eH+7Ml
8T+IG0Sp+EzTF3s+xzJKgegF9Uq15Km7hhj/ufCZtfj/Udf+GWO5l80oEjM+kJ2n
vYDUXg/DN5OJX6roOCHNKrQVBqv8sGtPF4Unq/oVpsw/3hZcrlqfEzXdwL/zwHoH
s4heXW3Min1qTTgxBwNUW+/S7vou+ljvd8tAE0YPSh+3tl46Hx91uChwa6YMje0r
b2GA0DjGr851SWeq9z2aKZYuTaZa6vS5GZkTFu9jOIY6UScfjnBzt7JP6DC+ZWdj
3sCoes8vS5cqKyCdgf05s1rKqWROnLX6HlmCN2fh1E1za9XTgxLJ8AyenZjobPmy
cEqpwk0UvO2O/MNRPp0c
=L3oD
-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/e1x2jnt-0002o7...@franck.debian.org



Accepted vatnumber 1:1.2-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Jul 2014 15:46:48 +0200
Source: vatnumber
Binary: python-vatnumber
Architecture: source all
Version: 1:1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 python-vatnumber - Python module to validate VAT numbers
Changes:
 vatnumber (1:1.2-1) unstable; urgency=medium
 .
   * Removing accidently doubled option pgpsigurlmangle from watch file.
   * Updating signing key while using now plain .asc files instead of .pgp
 binaries.
   * Merging upstream version 1.2.
   * Adding python-stdnum to Depends, removing python-suds from Recommends.
Checksums-Sha1:
 79656942d055f7aecf55f3c487bd1867a120004e 1952 vatnumber_1.2-1.dsc
 7b19fc1d50c55ce44bebdb987c8d06177de4b833 19074 vatnumber_1.2.orig.tar.gz
 fa524e20462e04367fe7a046cf58e75ce97a2bc6 15628 vatnumber_1.2-1.debian.tar.xz
 64d9d23363a17f037d3cddc0ad07b90046624825 8682 python-vatnumber_1.2-1_all.deb
Checksums-Sha256:
 900531648a4bf4dd469a0ded8b95efd0956e048f5a591631030f365ffb7e004b 1952 
vatnumber_1.2-1.dsc
 4e9e9cabcff6076d8deb8a347edfd5d0ab8cab1ed344fdbe5dd4a6110a2f2c7b 19074 
vatnumber_1.2.orig.tar.gz
 d74ad29a1b78f0498d52054cfb51e6361b4973afca271a011ecf99c7aab5fb0a 15628 
vatnumber_1.2-1.debian.tar.xz
 6ef63f837a3237a0288f6931f1a41e21ea29ae5d82cde15fde5508f2ecc7a4ef 8682 
python-vatnumber_1.2-1_all.deb
Files:
 9552b27bc8439cfd183593b7b267883a 8682 python optional 
python-vatnumber_1.2-1_all.deb
 01398e2c28ed80c60f73f2c3df2eb5ae 1952 python optional vatnumber_1.2-1.dsc
 3b1541be3834a865f6f7bcce809ffb25 19074 python optional 
vatnumber_1.2.orig.tar.gz
 48a4169ef929174f93ac07f038ff2d22 15628 python optional 
vatnumber_1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtA40AAoJENbQm+SEBbv2GSUP/0Ho1sio3D3Wl7VmwZKkgi8R
Kyi2hXW2LOAueoqiEE0mPzXuDj2jbi9si/lvr3Lv2tjN2C1PlO5fvkR/Sh8davKC
H9h/l+948jEFOsQAPddZnZJb7y11XqfMMSRa9kUvlmGBRyEV0dddw/MMiTX/8/rB
FahvW5v0D0Hs8D1PI7oN3XiogIEYwB5ak/lzMj/I3uBMl8an+mRRp+YaUa2o48Rb
NSb1yimxMrAhdFfIF87Ri9a7EP4sbVNSA9oYId0xSEOXF6q6mP7NrewGyhItOZnN
5+uePBKo2MsQNG+6QMV3B+fNCnwyOskLfcMMCG2tZD1w7h1hOrpdEg8QtJ4QRoFp
tGHtCybtUY+EaFcmdPh8nXcBvAzW3eLy+W0g3awex6reSEfMHVwQsdP7TZvc+0hb
rdMsVfX6IxjMU+6Kuu0dYpn+8n7AZPBzndV18dUt6ftdKli1O2f78EQqeSKHszx+
DBfUfTv6MWGtNxPa1xbKHQKb+nUlYKqqkvLUZ1r8HCvZg+oSAUvUe+ln2mlhLAYR
ZMriTxFkjaH44J6gytIWHr0e0XXlFxjW8S+KL9YGItpEBYvSOl7hBoGPeulXHYXi
NehRCdgibUSkofY8LdNufFhNL4fW1jCcKrKU8EXJK8zZ3KReCtFKeOFsHvOHUI8P
068h1U3I8CnrLG3knvio
=I0Dp
-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/e1x2jni-0002ss...@franck.debian.org



Accepted tryton-server 3.2.1-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Jul 2014 14:05:43 +0200
Source: tryton-server
Binary: tryton-server tryton-server-doc
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 tryton-server - Tryton Application Platform (Server)
 tryton-server-doc - Tryton Application Platform (Server Documentation)
Changes:
 tryton-server (3.2.1-1) unstable; urgency=medium
 .
   * Updating signing key while using now plain .asc files instead of .pgp
 binaries.
   * Building with dh-systemd to provide clean interaction when switching
 init systems.
   * Improving setup directions in README.
   * Merging upstream version 3.2.1.
Checksums-Sha1:
 280332cf07c37a1a3328839feb6991e4661db8be 2100 tryton-server_3.2.1-1.dsc
 95663a08009b31c9429a40a33a836b6b5b392da0 473924 tryton-server_3.2.1.orig.tar.gz
 ff233f39b9168566c2e478eaccdd65a6b7c547e7 25200 
tryton-server_3.2.1-1.debian.tar.xz
 24b137b4b12e2b0c25a643f334125d45f8d88c1a 308850 tryton-server_3.2.1-1_all.deb
 755705e667eba663d9f2551ef9dc9b73c246f89c 95866 
tryton-server-doc_3.2.1-1_all.deb
Checksums-Sha256:
 01c56eb9dfaef91c466723eda132ba01a3e4f79946145d9b37d6514cb906008f 2100 
tryton-server_3.2.1-1.dsc
 3c1e489202f0ace591363647f08fbb13c29a3eef98ab986be2f0404a1294e20c 473924 
tryton-server_3.2.1.orig.tar.gz
 25c2453d64ab2e0d7a7b33a62f6fe856c3cafa64d6863d929a25c16b61692c20 25200 
tryton-server_3.2.1-1.debian.tar.xz
 50e23a0643a8d76b0f290e5140a83cf13129117d51fada6c156ffbfeff4b8136 308850 
tryton-server_3.2.1-1_all.deb
 c0866d7f544b415399e7bc84348ac81ff9e09485c0a245726b38a6f21b88c2e8 95866 
tryton-server-doc_3.2.1-1_all.deb
Files:
 99e2d66618257b53112848af3272293d 308850 python optional 
tryton-server_3.2.1-1_all.deb
 4e192f24a91ed6f12d0ebcb31d2de7b9 95866 doc optional 
tryton-server-doc_3.2.1-1_all.deb
 fc93b7fa0a54d449c29972d18602e0c9 2100 python optional tryton-server_3.2.1-1.dsc
 cd1844833c1f87b982ea4b3eb8d3d30c 473924 python optional 
tryton-server_3.2.1.orig.tar.gz
 41eaa606f01b3dd596f3c4b8d84c6b4b 25200 python optional 
tryton-server_3.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTs/Z/AAoJENbQm+SEBbv2+SUP/RZ4URWCpyOcxNWfA3CSTdn/
D2kpfI+YZAwRVAf+7sA+bwOxjHDHT/+kMZVItKWeTUCeGCoUcNjnlEvkqNwrtqFf
EJYSO84+h2WnrolLWdFpgYMjWuaP1NM4yem9biaHBM+Mbjmq6/VVLZj0OiwEh9UD
jnO4+nRpZEM4WydOzffgIrALXBHsMGCNmHF7QGnYzcicBaHuX7YKZjCbfZgsFZsb
UXoEH3vr+ipF9HZqZ24X5z5ow+vY2/ARC5Q+m3czz70djAURc/xEVY6k3B4i97Zd
BbCy9y52c2r/HHS/bIQu/7GtHPd6VnDt4nOLSOh4uBufJFcwEhSJEy8TM4cx/Hp4
Ofvr7KNgUSDXjINTSdVJRh3m9oNG9waQlKqhnzep3A5qlc9g0s2xLIaVLIpFEwHJ
0UG0NmZ0LNysbm5E6cHRzHuqmPaVSZQZWHON20PlPQmmWQzbG3rFbFkjfww1qn+F
xlFOjje53H/YWUMtm0IRyDDa2I1FxyLQ4RKk3LRBPPMT7lHtEPyf59jSlrH9JEP/
g7GAhuLIltSYetiJWPP3+FEhc5GSVqZHAziNdOr2cW4aDsp0PKSv+4bDZjOgzWgL
9zoAhdIiJA/Jk5xDIg054j22cGjGLdDwWOjaKlwgfM971ZNbJAma7jEHz+WpTVoc
ZACQxSZU35jO7oBVtWjM
=PhYs
-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/e1x2jnb-0002qz...@franck.debian.org



Accepted tryton-modules-account-payment-sepa 3.2.1-1 (source all)

2014-07-03 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 14:08:22 +0200
Source: tryton-modules-account-payment-sepa
Binary: tryton-modules-account-payment-sepa
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 tryton-modules-account-payment-sepa - Tryton Application Platform (Account 
Payment SEPA Module)
Changes:
 tryton-modules-account-payment-sepa (3.2.1-1) unstable; urgency=medium
 .
   * Updating signing key while using now plain .asc files instead of .pgp
 binaries.
   * Merging upstream version 3.2.1.
Checksums-Sha1:
 289a95521facab337940e4bbd3bedf531dd69703 2223 
tryton-modules-account-payment-sepa_3.2.1-1.dsc
 7ec90e08ecfba798035a9d48e627423fc52b6fb7 45071 
tryton-modules-account-payment-sepa_3.2.1.orig.tar.gz
 362546115685be5f4455ff3630c99a3db17890c2 14336 
tryton-modules-account-payment-sepa_3.2.1-1.debian.tar.xz
 ba443f11cb13d6e4514c5a01bb95879531ac27d8 22076 
tryton-modules-account-payment-sepa_3.2.1-1_all.deb
Checksums-Sha256:
 2b1e9f28a3835a7b7c3fd113263b1f8bc9170e253b27b0be57278cb2ee22f12f 2223 
tryton-modules-account-payment-sepa_3.2.1-1.dsc
 d35a0ff715fc68d0852f35cfabd81fde5a2731941fb0d036931d70ec0adf1293 45071 
tryton-modules-account-payment-sepa_3.2.1.orig.tar.gz
 f77ff633fb07889059f7544769fbea887b22ecb0dee905965e59c09db913f0df 14336 
tryton-modules-account-payment-sepa_3.2.1-1.debian.tar.xz
 fcf20a6d665a40f4bf8d3de1e6f8bace7d6bec2b43b955328295c6b272d5b316 22076 
tryton-modules-account-payment-sepa_3.2.1-1_all.deb
Files:
 181133371133944339f49c9aa5c2b68a 22076 python optional 
tryton-modules-account-payment-sepa_3.2.1-1_all.deb
 d5bc1e49ee5e99ff155d83e735c97a71 2223 python optional 
tryton-modules-account-payment-sepa_3.2.1-1.dsc
 c6ca316cdf71c49b5c0460796480e325 45071 python optional 
tryton-modules-account-payment-sepa_3.2.1.orig.tar.gz
 677498e903a4ec6c318f74f11145dc64 14336 python optional 
tryton-modules-account-payment-sepa_3.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtUhxAAoJENbQm+SEBbv2T3MP/R0gkkQYDxmJrJxx8YFbpc7b
u7i7PZFnfU+Gz2cOpNma4vHLVGu+FgWSqZaopXLjJGyaHugFfdSV8l369mAcWNI+
TCkM77VWCkIxsU/UiyWsaznyCcQyoDTKeSa58/uYhdLBL+8UxJ7nzRbz//eIM7m8
WoQRAHJtk+xtATLvWVE2EZMagL1mdqMwMWVJh5qRrwSqqmQZNgJ/XqFf7m6pBJs5
n87POO5bL9AfInSHZ9VSVxso3Kd7NVJ6/YmHtwV6e9mvVhvMhmQB3gTH+Kthi+s/
MnInvSd0oNHRg7kfZsRCAWSd8hlbBvI+Fz4EQL9BpZAqwt6xa9MoKa3yRRZYFSJi
KmoQ9a8AlwNOUbk9H/n6o9+V9T8cPIDcfJrwAOV4ly0mNFbHUnKv4wdIZRn1VStD
hz9r6ErJ+C+ytKvrKr0sI/D/ZQPL1uF4uqjafCQDm1d0hmoSxcYOcDuQ1r8urK3U
LHRUXGCNIB5fogSqZDOKdv5nAU6CYV5kOEGET/UCP3SvLEYS/yxG09QYEQvfUliW
RY6GfcN9hfPjOhYmwXXgsR2NLQsay+UF/QtTIGVW4JbzrxJMdThM1AOJGX+3xEzf
iucBddwp2GT78yn7FUoZjmNQQtRgqqU4sD0ZgXC+b8XLCVJVNhqhcDQ6y48WZ0UD
IyHxLGp3xdC3PANmAsX1
=QmDD
-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/e1x2jmp-0002bi...@franck.debian.org



Accepted jmapviewer 1.02+svn30322.really+dfsg1-2 (source all)

2014-07-03 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 18:20:23 +0200
Source: jmapviewer
Binary: jmapviewer
Architecture: source all
Version: 1.02+svn30322.really+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description:
 jmapviewer - Java OpenStreetMap Tile Viewer
Changes:
 jmapviewer (1.02+svn30322.really+dfsg1-2) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1:
 6b7bf8d2d49f49615fe63d91b7df31f20c21063e 2163 
jmapviewer_1.02+svn30322.really+dfsg1-2.dsc
 5411b6fde914bef47e6b3bde4e568b086f8a6083 5244 
jmapviewer_1.02+svn30322.really+dfsg1-2.debian.tar.xz
 9a5fbbb710b9c56b829083d91f8bf03373628b2e 136818 
jmapviewer_1.02+svn30322.really+dfsg1-2_all.deb
Checksums-Sha256:
 a509c0cc312581abbc222538d01ede465fe33b317af7070db9f76b59b0254122 2163 
jmapviewer_1.02+svn30322.really+dfsg1-2.dsc
 a7c9d84b4c6c9da8c9cd018027a9c2cf3e50a3525f979c32a7ca2ab363876307 5244 
jmapviewer_1.02+svn30322.really+dfsg1-2.debian.tar.xz
 c8e16f793d031aad152832208d8445073fed6c6f6d14b452904a4deb1d17561d 136818 
jmapviewer_1.02+svn30322.really+dfsg1-2_all.deb
Files:
 46e322178dd316c0e1610885789d2876 136818 utils optional 
jmapviewer_1.02+svn30322.really+dfsg1-2_all.deb
 29e519789aeda261f0cc4bbeb2cc797e 2163 utils optional 
jmapviewer_1.02+svn30322.really+dfsg1-2.dsc
 e992f6a935a0a58a8d324a556f551580 5244 utils optional 
jmapviewer_1.02+svn30322.really+dfsg1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtYStAAoJEANZlZR5RnAYzPkP/3C2sPEAO/jlV+PVblxw9WLX
kKDXTII3Ffyo4UsFlyT0qMmBr+ahTdvQFPnEkzXtld1jg9BDBeSsAh/xVS6s0Gve
5zo7Jrdqyh91cPDJsBgwU+3hPzscF/EjE7v4BcVsshRXPIdzk9aReoI6MKlrnCS3
2sFxWfavXu9SqVNsjG1e+g4U0l2XS5XcOY0hg15hbeDI7VQ3Z0LX9qX/QF4LtWmx
Vb9EY/8V/JWIr+xY58XcYrlJ11I/52COVFknZ4YfjAC03tbkyB1/5CwvSXIXTy0f
+MqIMbOyswnnqrxO/bKPV3HcnUaZzSB4g1CZEE43FRtVVclCt68TblX9yAjBGf7d
5TZn3UsHzZT1QjOnVnxmV12dk9RhU9+z8yC0Ag7msd+SDoJqB6Dx4kO2mqwmLe1A
2gcojbdZ0Y80zyh8ZfesNRnVBxJa1vEMyC+KmPdCWhmMoTZzf4sTTDdD4ZpWQ4cl
RjavzQjrmg4Atb1EcwiiID7anjr21mjUluHLeNGcEJv89OJo1tE1nIgh0kacSNNk
hhARWyvmPEYSSEWPfoWV2tL/jY7ufhn83WPtWKDljJhND9mbS/r5TTZ7mMw2ads9
8atJybNU3ztXQqOd86Mcpc0jNXZUgmDkwJ+UDyCttufMutGc/Ax5/jXjOl0XRCFt
yaLm74QYezejfe48UZsW
=4asB
-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/e1x2kcu-00055p...@franck.debian.org



Accepted aws-sdk-for-php 2.6.10-1 (source all)

2014-07-03 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 12:31:50 -0400
Source: aws-sdk-for-php
Binary: php-aws-sdk
Architecture: source all
Version: 2.6.10-1
Distribution: experimental
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers pkg-php-p...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description:
 php-aws-sdk - software development kit to build solutions for Amazon
Changes:
 aws-sdk-for-php (2.6.10-1) experimental; urgency=medium
 .
   [ Jeremy Lindblom ]
   * Added support for new CloudTrail and Kinesis regions.
   * Updated CHANGELOG for 2.6.10 release.
Checksums-Sha1:
 4f1894af0b772c6dc971bd42ac6e48baf9720e5e 2116 aws-sdk-for-php_2.6.10-1.dsc
 39658f5602e3cd791f9a400b11b6023a59692759 1210681 
aws-sdk-for-php_2.6.10.orig.tar.gz
 bf42a6c2abc308a976435a7e8beeacc95f93f044 19056 
aws-sdk-for-php_2.6.10-1.debian.tar.xz
 fb22d8496c553aab23169dd5528bf4b409bf1411 387918 php-aws-sdk_2.6.10-1_all.deb
Checksums-Sha256:
 6f430efa1f06ef63c498a5185d454073000d560be29180d2f33f89ca864e24a5 2116 
aws-sdk-for-php_2.6.10-1.dsc
 3f51689072f6864aabc8f0fdb51c94dee5f5b40af20721e662279b720ec2c559 1210681 
aws-sdk-for-php_2.6.10.orig.tar.gz
 3802f33216fbf2fc476ea72aba5e69205da841357f26f8a7183a0d231214 19056 
aws-sdk-for-php_2.6.10-1.debian.tar.xz
 a66e96491ab98ca3e8ef0c6f6f882ad14d2cfec04f0e66219776b8d8aefa9573 387918 
php-aws-sdk_2.6.10-1_all.deb
Files:
 64fbe1af13a1441bdcd8cc7c70f910ed 387918 php optional 
php-aws-sdk_2.6.10-1_all.deb
 f475b939c380b101ed85c1b92189e0a0 2116 php optional aws-sdk-for-php_2.6.10-1.dsc
 9e9d6bee155d6b0570fae43373bb45f6 1210681 php optional 
aws-sdk-for-php_2.6.10.orig.tar.gz
 4c24b964a9ce51064c46e9f41f7bc848 19056 php optional 
aws-sdk-for-php_2.6.10-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtYeCAAoJELgqIXr9/gny7msP/j9M0DxCQO7TBE3GF0gimucF
aGkuNLNIdgi6FdKViQfyjEqtpFP2+Lz2yhXuepyiVOlSheaUjRJ3MOaiKKFzlDVM
t7yjiWvLt6X/C95TGPfAiNPLQQazF6JY+SivNR9rD79/UUmqw2NiKKHSKkHSRbyU
Szoa6WfJFxJWFc4liw/2LQI7yMIIUIPO/EuswQfM+4ys5R4M7xSrm7PHKSfDskCY
1xe94R7TlKRZDbhoCjkTQlQeN4De7bFwnNTqZBDfKo8EHH3ZkxqqISTAcgO94PZX
uohMAzl/121v4PJwQSpL96Fcs8l/BrVt+g4B4FjSF6IB2xq5GdnNsNVfL/w6jJG5
QPdW2cEcNT/tSgqFLaW0Jui6UepcIlZczLh/Idi/w78AMMCVlXbchseEYc5f0LTy
yjyPGephkBhrN5Do1KzdhfVBW1ztu4I3sNJ6aIKMTbgOfQo11MKwaGJ//TSqAW7y
wM4qRfUZayKfpezPfwX9DJTr65oLgQjGh0S7Aj1MOHRUSfMbulwIsqa8CB4k87ST
yMrjCNRqlfLijLcGahuuV7NogRau2CB/Km/NftmRIf8Sk9a50iZ70ImU3fyTXsfq
uOxsyC/52oaZuLl7+utkD1uwGQlWK64Tspt3RMXpUDiMUkjdWZzCtYhwlaAJJEhP
9/MyXGgjEhJSLTHhbBXV
=rY7G
-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/e1x2kpz-0006hf...@franck.debian.org



Accepted golang-go.tools 0.0~hg20140703-1 (source amd64 all)

2014-07-03 Thread Michael Stapelberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jul 2014 18:52:34 +0200
Source: golang-go.tools
Binary: golang-go.tools golang-go.tools-dev
Architecture: source amd64 all
Version: 0.0~hg20140703-1
Distribution: unstable
Urgency: medium
Maintainer: Michael Stapelberg stapelb...@debian.org
Changed-By: Michael Stapelberg stapelb...@debian.org
Description:
 golang-go.tools - supplementary Go tools
 golang-go.tools-dev - supplementary Go tools (development files)
Closes: 753185
Changes:
 golang-go.tools (0.0~hg20140703-1) unstable; urgency=medium
 .
   * Import new upstream version (release-branch.go1.3). The old version broke
 with go 1.3 (Closes: #753185)
Checksums-Sha1:
 3749e99b26a6aab180ec1768d2cf7fa35fdc110a 2127 
golang-go.tools_0.0~hg20140703-1.dsc
 e05db584e99d8e400320805585076631f779ecb4 1526713 
golang-go.tools_0.0~hg20140703.orig.tar.gz
 5ec4ac5d8768abab33ebd16fab8595249a56ae4d 8620 
golang-go.tools_0.0~hg20140703-1.debian.tar.xz
 223a45a5c4e462f48d374a138fb324de2e140e7a 8925246 
golang-go.tools_0.0~hg20140703-1_amd64.deb
 aef7dcd70d0a2024ee673da3d45db20160f9d2f7 1242324 
golang-go.tools-dev_0.0~hg20140703-1_all.deb
Checksums-Sha256:
 5cbddeebae614e4541d91b13e4871c6745902efafdaee4e7540b2ae4a27edc77 2127 
golang-go.tools_0.0~hg20140703-1.dsc
 09d1b07edb9ae538ebae211d99bbd4848962eca5def8685d286e98e970ee76d1 1526713 
golang-go.tools_0.0~hg20140703.orig.tar.gz
 0807354dee5fc6d352ea8e4dd96c611200d555f7539ef1f421df1f61cb24379e 8620 
golang-go.tools_0.0~hg20140703-1.debian.tar.xz
 0fe740ea0060c9230e39f36bfcd6915df61406b300aac2bfce8342c0de2c7f8e 8925246 
golang-go.tools_0.0~hg20140703-1_amd64.deb
 9d3afde65071c28dfa97c6484a3912e4061714efa5402b11c0fc9d9006241254 1242324 
golang-go.tools-dev_0.0~hg20140703-1_all.deb
Files:
 23b5d027ebeab11eda1e5dae942484d6 8925246 devel extra 
golang-go.tools_0.0~hg20140703-1_amd64.deb
 29505b80238c840b04faa39dff6b8ecb 1242324 devel extra 
golang-go.tools-dev_0.0~hg20140703-1_all.deb
 348a25e4f9de244c27a9252ce393a471 2127 devel extra 
golang-go.tools_0.0~hg20140703-1.dsc
 29fb9bf430370abafb86ab92007fd4d5 1526713 devel extra 
golang-go.tools_0.0~hg20140703.orig.tar.gz
 a99872871864eb62e21c26b6eca6 8620 devel extra 
golang-go.tools_0.0~hg20140703-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTtZPHAAoJEE5xYO1KyO4d9gMP/j/PDu3gbmeKGOO4pGrPePVM
6KbmYhmVGRSCfodABoI6k6izGcl+pGm5ZbTja5I2IvjPMj7SdbYW3WjbYANYhXsV
/ziK8fGIRp+rJSFgHgtpH/srh6tNBfySRv0MhWGugFdoBSmHcDQ6zopPxV27NC37
pjK+WLynBxrr6LuLuDNKiqHeqNrrpP8Bm8SygS18XuqU9/3enuQkMjHxOa4NhYCc
GX5IRcdCRPJ+SSPApTNbzDOJ5Smr92I8q9H4d7RkycYHShLLo42NW1ke64ckzVpZ
6pUN+5PcYFmxxEBktct520fjHjlONjJe4MQ+9cDZaMPFTwLRNKpVeTK8Ho6H6+BG
WDL8GIUM8JJgVLE3wzcziKa99D25O1V2aC8QL2AtbB//LdYrmnMWwtNy9FoGKwE5
6tn08LH5eEYbfbxrtmreth+tqxNwwcgd00yHna46Hpd4BmljTE5+WOV4TbDj8aoj
Fl8Xp/DGBbS7c1ITMGOquFksDclimswlhCwkax7+P+sB+8dpRskVEmEM/Gm5IxLo
MCO08q+ky4MPNs3kDhvSXnSG1eDIeJrbAxkRh3reRLV1x2GrGhyAEem9zSfyc++6
FWQiB3dmTVjEYGNvs8xrOk11w/nBGm1sFZuU4A2onNazFbfNaqY/zJHxMW3arkD4
oAOeZwTK4dLf0xJSXDi/
=AMcn
-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/e1x2l7k-0003xd...@franck.debian.org



Accepted gnutls26 2.12.23-17 (source all i386)

2014-07-03 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jul 2014 19:47:01 +0200
Source: gnutls26
Binary: libgnutls-dev libgnutls26 libgnutls26-dbg gnutls26-doc libgnutlsxx27
Architecture: source all i386
Version: 2.12.23-17
Distribution: unstable
Urgency: medium
Maintainer: Debian GnuTLS Maintainers pkg-gnutls-ma...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description:
 gnutls26-doc - GNU TLS library 2.x - documentation and examples
 libgnutls-dev - GNU TLS library - development files
 libgnutls26 - GNU TLS library - runtime library
 libgnutls26-dbg - GNU TLS library - debugger symbols
 libgnutlsxx27 - GNU TLS library - C++ runtime library
Closes: 751796
Changes:
 gnutls26 (2.12.23-17) unstable; urgency=medium
 .
   [ Mauricio Faria de Oliveira ]
   * Add fixes for automake (30_fix_automake_oldies.patch).
   * Run dh-autoreconf on build. (Closes: #751796)
 .
   [ Andreas Metzler ]
   * 31_linkage-gpgerror.diff: Stop unnecessary linkage against libgpg-error
 caused by buildung with up to date lib-link.m4.
Checksums-Sha1:
 43631fdb2ef6063b42f92629a7da3a65c1ebd441 2562 gnutls26_2.12.23-17.dsc
 e3caabd4815e832759f8751054028f15e7304342 30620 
gnutls26_2.12.23-17.debian.tar.xz
 3101aa51404e72024fa99e2c3f981136795a6a97 2460248 
gnutls26-doc_2.12.23-17_all.deb
 585bfeb062af78a9d9654ac08ce4d560a5f4344c 599582 
libgnutls-dev_2.12.23-17_i386.deb
 565cb2da08a70e641544b1362785df30fd05c77d 546186 libgnutls26_2.12.23-17_i386.deb
 6bfeff129c4a1958462756e5319ed95167a9ba5a 1221914 
libgnutls26-dbg_2.12.23-17_i386.deb
 2def60dfd86397e776fc38cc4f29dfc7a0af032b 219542 
libgnutlsxx27_2.12.23-17_i386.deb
Checksums-Sha256:
 0dfeda74f500bb8f98b6a39757204a0bfd3ad3e353f1ca867ccec19578cf62c4 2562 
gnutls26_2.12.23-17.dsc
 5868656fcfa0840132f3d313189beb55107ff1b577c3379dc691cfce6ff966f9 30620 
gnutls26_2.12.23-17.debian.tar.xz
 2e0bb495d7e1e53635fce78f7959c1e297bef5c76b576b00f2aa81d5629d7b2f 2460248 
gnutls26-doc_2.12.23-17_all.deb
 3f368e74315b164e66a1696a7141944efcdd160a6395b2ea0e3317d1022876db 599582 
libgnutls-dev_2.12.23-17_i386.deb
 07187bb07ce9f0138c7ff077f29e9a3521b626a3e81f4a8158ff3cc84dab6566 546186 
libgnutls26_2.12.23-17_i386.deb
 1ac9bc499cf18097941296b36b77c0e8eb7845e5aca8acb976b6dc1bbd8d2113 1221914 
libgnutls26-dbg_2.12.23-17_i386.deb
 d8e239eaa47717909a3639234d6332e5878907be837344f5901b72f23f9d21e4 219542 
libgnutlsxx27_2.12.23-17_i386.deb
Files:
 c6aba4888979cd625797ee460f64c3af 2460248 doc optional 
gnutls26-doc_2.12.23-17_all.deb
 8fb46d07ae725b7ec3ae2a6a22967e78 599582 libdevel optional 
libgnutls-dev_2.12.23-17_i386.deb
 33e8dbf6d4060e43e61c490e4f644eee 546186 libs standard 
libgnutls26_2.12.23-17_i386.deb
 18b2d7a4c0ae1be13fb9445fb57a9094 1221914 debug extra 
libgnutls26-dbg_2.12.23-17_i386.deb
 90396debc2cc1b3204737c1d85f6b282 219542 libs extra 
libgnutlsxx27_2.12.23-17_i386.deb
 c16594f1dc2b0961b57c0c57f420d6ca 2562 libs optional gnutls26_2.12.23-17.dsc
 74de0c7bb49b77f08654a27235c23ab7 30620 libs optional 
gnutls26_2.12.23-17.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTtZpRAAoJEKVPAYVDghSEUR4P/3yO+T/cLRdF2TgGXgQoTagj
nOVitxzQ9z1iqXJ6AG7y2sk/qbjltCyAgZl2oFnobIwZMZw0TMgQDaEBpl2TSNcl
+hokZDNF43SotectK1WEVkTHh2RQKmdLpDqRUrtVybcTXf2PSh1Ek55Tf+tYAP/l
ckZzQ+T0dXSjhXy/7llKQRTIqGf2HQZ0PbENhVGJCKY/8GZ/ac/0yhElFJTowcgJ
xigmbt2n6gZ1183b3gVBOAVlgXQdJLjbzMFTeBHkDF15ZTQeXeh+KZsAtA9VM4bz
Do67b5b29fq/+ABl33CMafpoQxxkBb+M1Na6QSsHm1L8NhH0d1yIw9QPQsjpCGGe
fyabZWIa1iP7baJuyfYPmtoJWbBAzgI//NF3nIu5vUTCybeOQtcpU+4LzXOynGEA
AYWDPZ7UrM+12v8VqYZDYjhKn9h7bIVsa+zQCnbvxUAYj1tx2mxIxi1N7daADhaP
A6BODAXBD7CQ7C5RWWaaK0JRJ/asjy2Tlpt1GjOmM9fu0X36SPhoMZk7hFcprf5O
4YdfRMwkvNb1kAhR5StrK5qxFJX8SkQ3UTz7G9m2FN3xzFelVLfuqqxS/xXEqBTm
LYRmVx0uBSaPQ0wBuRQ4ghp7hHpspxnj8jdeIrDf3xntdW0Ymyqe1hljzrCpSdy2
hXTnnioOPRfKvD6ffFTW
=2f8o
-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/e1x2lmg-0005cc...@franck.debian.org



Accepted r-cran-rcpparmadillo 0.4.320.0-1 (source i386)

2014-07-03 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 08:50:31 -0500
Source: r-cran-rcpparmadillo
Binary: r-cran-rcpparmadillo
Architecture: source i386
Version: 0.4.320.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.320.0-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1:
 c02d7ea1c9b82057f44a91c6868598af60fef5d6 1233 
r-cran-rcpparmadillo_0.4.320.0-1.dsc
 b8f5be89417b74c8f578e9d0c6b5cfb1727b2c9c 853186 
r-cran-rcpparmadillo_0.4.320.0.orig.tar.gz
 1aafe1ed5e7cb5af5b5b161c03b36225bcd8e350 2869 
r-cran-rcpparmadillo_0.4.320.0-1.diff.gz
 863ec90e0e9786ff820934c0cbffd6e98c6f10f9 750746 
r-cran-rcpparmadillo_0.4.320.0-1_i386.deb
Checksums-Sha256:
 793d852f2880626e4f7113c731402c2bdade5250e799c3e175d451401d295ba3 1233 
r-cran-rcpparmadillo_0.4.320.0-1.dsc
 6fb81b661d62a2350006c31b55ea64742940f620946f448619a118f19f51d936 853186 
r-cran-rcpparmadillo_0.4.320.0.orig.tar.gz
 f24c1ef24996aa3da7412ce11a32a3b172f27f7ac92216076ca793b7272d6426 2869 
r-cran-rcpparmadillo_0.4.320.0-1.diff.gz
 b8c2e81712ec03851b9c205c9134882a075d8f0b6f32a43cef43e54297acdb28 750746 
r-cran-rcpparmadillo_0.4.320.0-1_i386.deb
Files:
 38d4c17f72d9a36fabec1ac45b1cda22 750746 gnu-r optional 
r-cran-rcpparmadillo_0.4.320.0-1_i386.deb
 7710aa622bbc63bc2f832a26a0eed0c9 1233 gnu-r optional 
r-cran-rcpparmadillo_0.4.320.0-1.dsc
 84869aa55e4ef77e357a59338e716019 853186 gnu-r optional 
r-cran-rcpparmadillo_0.4.320.0.orig.tar.gz
 caa969f7a7f759c08c827a4ecd6804dd 2869 gnu-r optional 
r-cran-rcpparmadillo_0.4.320.0-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFTtZBCCZSR95Gw07cRAv2QAJ4k1D9o+6GIugbs9Qb+nXbEOHJLjACfXRzY
RQNq6EjLg1zddDSrieGgbxA=
=ZFaN
-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/e1x2lmf-0005g4...@franck.debian.org



Accepted emacs-defaults 46.0 (source all)

2014-07-03 Thread Rob Browning
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Jun 2014 20:56:17 -0500
Source: emacs-defaults
Binary: emacs
Architecture: source all
Version: 46.0
Distribution: unstable
Urgency: low
Maintainer: Rob Browning r...@defaultvalue.org
Changed-By: Rob Browning r...@defaultvalue.org
Description:
 emacs  - GNU Emacs editor (metapackage)
Changes:
 emacs-defaults (46.0) unstable; urgency=low
 .
   * Switch to emacs24.
Checksums-Sha1:
 39a38bda384d5b4ccd2f2f00a95ef79407e85c48 1394 emacs-defaults_46.0.dsc
 35dcc2deccb1c0bda1dfbaaa212cf96a6fb9e9fc 1048 emacs-defaults_46.0.tar.xz
 8c6fc512081343a704360241481e1abe8402c35c 1572 emacs_46.0_all.deb
Checksums-Sha256:
 8cebe5a7cef138dd29c91a555040023c284c5417bc4e2cb4cf90ff0e8f9a7911 1394 
emacs-defaults_46.0.dsc
 2d9a90a546a9d3057667926d20a5f77a3a581cd7ca0c9d6de59ba58284ea332e 1048 
emacs-defaults_46.0.tar.xz
 539d5d775074a5f9296965e50542cfe6e77f586b3f43860f8071b686c19bd867 1572 
emacs_46.0_all.deb
Files:
 b5d060364cb20c5535de83395bd9acc0 1572 editors optional emacs_46.0_all.deb
 8d2eeb5fc59c0f8f025e833ec694e3e5 1394 editors optional emacs-defaults_46.0.dsc
 3aab9e81229785b5360bdceba86b8d44 1048 editors optional 
emacs-defaults_46.0.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTtZsGAAoJEO7xFsVaWkLxAeMP/i6miDLKeLFPaGihzSAQdsav
ZAVze2h1X43HAdO0TklJDmXtw9vqgJT7ZHMbbTnodnSLkFt5GtG87qPRVc+DpPE1
17cL9vmTUfEI/BROnPvggeDvVAE3edQZhAUdhnicEAFPlal0wNPYd+59i5L9M/oT
Aerfk/EN0wCaYUc70H12NhRCbqsZn1fS1AkKS9d1cIT+6cBtXyE/7RNPfbDhJtiE
MwxTzSa8wWk7Kkkf0hkz5ys7EhrEVihZqa7pskcEDTGs0lY674OA0nrt/ThsKk+S
a9K9MQNhOIpmVDN/MtENmjWzslEI0V7hxMw7QSPqvePEy6LSaV0CNqvyN/O2yG1i
feo/juGx9Ssp/HQWSs5waPukI8AxbIpg4VaZNMz/89/u7UYOqcDi2AfOab5LaAAO
/HNVN1ctUnTWpvjWcu8XI/gy5LF3FHTEN9KRTcoRKweRyDGZlzZ7ngNxnR0QBELa
Sv8PRoKTMpZHi5AbyGn+o+FciPqGVKUpRfvT7j3nePl9nhtRqYvqJ1e0endaXUcN
A76Uzv0Bz4VqmzhongT6Kea34mcoYnxDpTSI6Vg1+pZkuCO47XLFdDcP4cmW4hHb
WgI4eZYwHmKA9jATrWvaY+kRsfjpIwgnYbmHSUuDAq7tplO+o3gk5QkEnNcW3FAC
TY7dtLPQSfxz087oUGK4
=Qxvf
-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/e1x2laz-0006ev...@franck.debian.org



Accepted axiom 20120501-16 (source all amd64)

2014-07-03 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2014 14:25:15 +
Source: axiom
Binary: axiom axiom-source axiom-test axiom-doc axiom-databases axiom-tex 
axiom-graphics axiom-graphics-data axiom-hypertex axiom-hypertex-data
Architecture: source all amd64
Version: 20120501-16
Distribution: unstable
Urgency: high
Maintainer: Camm Maguire c...@debian.org
Changed-By: Camm Maguire c...@debian.org
Description:
 axiom  - General purpose computer algebra system: main binary and modules
 axiom-databases - General purpose computer algebra system: generated text 
databases
 axiom-doc  - General purpose computer algebra system: documentation
 axiom-graphics - General purpose computer algebra system: graphics subsystem
 axiom-graphics-data - General purpose computer algebra system: graphics 
subsystem
 axiom-hypertex - General purpose computer algebra system: hypertex subsystem
 axiom-hypertex-data - General purpose computer algebra system: hypertex 
subsystem
 axiom-source - General purpose computer algebra system: source files
 axiom-test - General purpose computer algebra system: regression test inputs
 axiom-tex  - General purpose computer algebra system: style file for TeX
Changes:
 axiom (20120501-16) unstable; urgency=high
 .
   * build-depend on binutils-dev
Checksums-Sha1:
 0ca9582336bce6afcc1cb8fd786551749703dff2 1797 axiom_20120501-16.dsc
 a367de0215de18d6ccb14874bee5f12c025fa5e1 720008 axiom_20120501-16.debian.tar.xz
 3aab5a1db24cf84b0c419a0c67e59a1aa265c369 124810 
axiom-source_20120501-16_all.deb
 09a50f2631dd1d45e769611b3d6060a228c1a39b 4339696 axiom-test_20120501-16_all.deb
 7713d1bddef0261e2965f8be2fabcac96cd77c86 62230832 axiom-doc_20120501-16_all.deb
 ea0bf58ac8f08a8f59d70edd0afb3ad2c8ed2cf4 80 
axiom-databases_20120501-16_all.deb
 aa36ec722f1acb6f97cbf0adc5fdf56fb68f1909 133840 axiom-tex_20120501-16_all.deb
 420fb646864a58c6c2d011155b36cd5e9a871e04 1621108 
axiom-graphics-data_20120501-16_all.deb
 f7346ba465e187c77461dea1c9f05a81e0e8203a 25719274 
axiom-hypertex-data_20120501-16_all.deb
 223781c28501b993dcfc4cebfbce24a08abc53dc 9852454 axiom_20120501-16_amd64.deb
 a407d8238dda80ecda1db6aef9768c6be7cf8a73 236712 
axiom-graphics_20120501-16_amd64.deb
 5419e05468fa9e60c70b069cec282079c54afae0 207214 
axiom-hypertex_20120501-16_amd64.deb
Checksums-Sha256:
 476ca5ceda302536ef7da8082eb7a4807625f14925078f7a42a75f7a1285102e 1797 
axiom_20120501-16.dsc
 08c19aa58ca9b579c3fbe64542afa78ba509932514b8a51bd4280f6e6817c7d1 720008 
axiom_20120501-16.debian.tar.xz
 d2e9b10e0d230fdb515a41a1302b16cb3ddce06922c6bb1975f8a6a18b794250 124810 
axiom-source_20120501-16_all.deb
 e1b5c52471038ed56bdef5c7f011da1d306b74d6f23787fff3b1a955506c1afe 4339696 
axiom-test_20120501-16_all.deb
 504a39be9343fabccb0a629293915323f8630407158b215ddde21e57775b7281 62230832 
axiom-doc_20120501-16_all.deb
 debf2b5d25bd8bbc2289da3da52f86dad2bb924a435c094a6318794c82629390 80 
axiom-databases_20120501-16_all.deb
 92c035b70748c5b2fe487034e36668ad74c0e19c97a39b8c6653e887a70d3fd6 133840 
axiom-tex_20120501-16_all.deb
 5c546f49289457bbb563214b0fc357da2a44364ba7ebe46ce8b094cdcb05d303 1621108 
axiom-graphics-data_20120501-16_all.deb
 e7b0c8714ce17888a7970f5872d5a8de9cb6202123fcc4f180664c77f33cdbb0 25719274 
axiom-hypertex-data_20120501-16_all.deb
 bb2b39d1f3e3eaf367c2ed6435be8ac8f35bfacb9a519dac121bf1b1ebdb79d4 9852454 
axiom_20120501-16_amd64.deb
 8095145cdb056a53d9baf3572dda94c1f51b47bc833d008b7ac940e8383d89a2 236712 
axiom-graphics_20120501-16_amd64.deb
 66423ea8f9c5ccb9cac4718cfbf6377de0c9056935bf1f0fdad45c2cd3a0b26c 207214 
axiom-hypertex_20120501-16_amd64.deb
Files:
 cc38d59792b210799dd7294b62cdfbb8 124810 math optional 
axiom-source_20120501-16_all.deb
 0492dd0796034198ac814ddb2346b25b 4339696 math optional 
axiom-test_20120501-16_all.deb
 0b150e4efc49cb159a7b5164311f0b89 62230832 doc optional 
axiom-doc_20120501-16_all.deb
 af1dc325e5506e6b87a504114110ce60 80 math optional 
axiom-databases_20120501-16_all.deb
 17a71993d1efed98e61aebdb240feac5 133840 math optional 
axiom-tex_20120501-16_all.deb
 31817a2938792f2a6c5567a58d8a4342 1621108 math optional 
axiom-graphics-data_20120501-16_all.deb
 513c2294d55107c42185b207526a226f 25719274 math optional 
axiom-hypertex-data_20120501-16_all.deb
 10ec39be69fd841e5902a0dd4978d403 9852454 math optional 
axiom_20120501-16_amd64.deb
 fbfedb1d518101d205fabdb3cab70fc1 236712 math optional 
axiom-graphics_20120501-16_amd64.deb
 f2b08ea11f3c912bb5ce21472cb6a6aa 207214 math optional 
axiom-hypertex_20120501-16_amd64.deb
 b9ca51c34b18046bc63dda4bf99dcbdb 1797 math optional axiom_20120501-16.dsc
 e96122aa4d5f110b2e7d7572246d7fd8 720008 math optional 
axiom_20120501-16.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlO1duwACgkQczG1wFfwRdzWowCeJ9Rn68KU6Tt3ytnpeXJS8lsJ
ixwAn1nXk8/IMEguzQHaOB6cGgNxwY/E
=mnej
-END PGP SIGNATURE-


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

Accepted libusb 2:0.1.12-24 (source amd64)

2014-07-03 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 20:17:03 +0200
Source: libusb
Binary: libusb-0.1-4 libusb-dev libusb++-0.1-4c2 libusb++-dev libusb-0.1-udeb
Architecture: source amd64
Version: 2:0.1.12-24
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description:
 libusb++-0.1-4c2 - userspace C++ USB programming library
 libusb++-dev - userspace C++ USB programming library development files
 libusb-0.1-4 - userspace USB programming library
 libusb-0.1-udeb - userspace USB programming library (udeb)
 libusb-dev - userspace USB programming library development files
Closes: 731422 748855
Changes:
 libusb (2:0.1.12-24) unstable; urgency=medium
 .
   * Use dh-autoreconf instead of doing so using patches (closes: #748855).
   * Drop now useless patches 90_am_maintainer_mode.diff and
 92_autoreconf.diff.
   * Stop updating config.guess and config.sub at build time.
   * Add 11_transfer_timeout.diff patch from Sam Thursfield to fix timeout
 handling in some corner cases (closes: #731422).
   * Bumped Standards-Version to 3.9.5 (no changes).
Checksums-Sha1:
 1c800a23720adbf29ba8ac05d9d2cf436b1c31eb 1958 libusb_0.1.12-24.dsc
 a58322d956a6c496a37dd477850f7931028cddd8 21896 libusb_0.1.12-24.debian.tar.xz
 4cc9f43e585b55fb859fb16b9c80dae3b6e5f9c8 21620 libusb-0.1-4_0.1.12-24_amd64.deb
 74d9b208b38a3dbf3ff00d4142c67aceb89e6a72 35864 libusb-dev_0.1.12-24_amd64.deb
 99624b700cb9464fd5b29fcb135ad6d1b04b2221 15946 
libusb++-0.1-4c2_0.1.12-24_amd64.deb
 5f02d4ed65d57bdf999b61b333962fc57f55c923 19180 libusb++-dev_0.1.12-24_amd64.deb
 a9753ad3fe7afe5c4363a644f619900f518e15f7 8 
libusb-0.1-udeb_0.1.12-24_amd64.udeb
Checksums-Sha256:
 22afb9a54ffaadcc2276966ab896e8e67e2032d94c5fdf012d427a07c35eae6b 1958 
libusb_0.1.12-24.dsc
 d71f5048fd08f712ab0d9ac3c19f18b32c4dfb152e9c9d9519c72e153f56d464 21896 
libusb_0.1.12-24.debian.tar.xz
 9a1233a45c064e8796f91aa390d282152774377f3b4e2adffefe9e70f478b69c 21620 
libusb-0.1-4_0.1.12-24_amd64.deb
 2647e32bae6156b3f0187ba1843e662fd0175c0b7dc4668e8d97788493ca264a 35864 
libusb-dev_0.1.12-24_amd64.deb
 a1776f039daa7e4778275b8734cba831b4dd9f36ac69ef37971c43289e545560 15946 
libusb++-0.1-4c2_0.1.12-24_amd64.deb
 d46114d289c0e69483c9f7c62e56b6019d93f4c43cdfb594ed9ba336e1ac76e2 19180 
libusb++-dev_0.1.12-24_amd64.deb
 2b968f9c27515ed2c2a937e8e1220d9a9ea377b72b1da5227cee11892db3301b 8 
libusb-0.1-udeb_0.1.12-24_amd64.udeb
Files:
 031d3212f1c74a9a85409bf4130e9e69 21620 libs important 
libusb-0.1-4_0.1.12-24_amd64.deb
 def77dca7d552c390cd3413df67c62e1 35864 libdevel optional 
libusb-dev_0.1.12-24_amd64.deb
 34013535bc37bcd58b48806ccc2e36c4 15946 libs optional 
libusb++-0.1-4c2_0.1.12-24_amd64.deb
 44b2a349b2d72d09212f876051c47ca1 19180 libdevel optional 
libusb++-dev_0.1.12-24_amd64.deb
 903ab664e426ccd080ebe1d7b00f7c34 8 debian-installer optional 
libusb-0.1-udeb_0.1.12-24_amd64.udeb
 9ae3927ec2a9ab6c6434938b0f68c8cf 1958 libs optional libusb_0.1.12-24.dsc
 5e2a26979a631497f71bd7e3f219d23d 21896 libs optional 
libusb_0.1.12-24.debian.tar.xz
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU7WgH7qceAYd3YybAQh9qhAAtWMvJz2kelrUBnxgzQjg17Pl8WaK4zvr
lx7y8ZELAvx7GgxRLwvTO1TTLtqTcjWtJBBDTWj84hmIAOVZgGBu50NYLqNRsLbF
2Byr3TUVObmmhsx95zQc6aNdMtMJba8yJYpqXGWX2vk0npbcDxH4S8riRRy2Df7q
unwsBBN5VAXDjZlGQqUhQCQR2+o0Y5jLrZT5aSHzaN8A+CMyDW0Xmum9XqNXtfbd
UWvDXyaqhd+S8GD9rFReFHDoKb7Mp9lcj/12mWjq489qDW0UDzRhdjZDYaCCW635
7beCwUurCPbanTayceiWO4vttnX8rHwNwRwZBUj0BRTHPZ2SLzUXgWknRBv6r4YK
ncp16f2OKTyuTwEmkBpSWCiqjpGo/FIR38ocCrLRGWsVJl8aacE6vVXXXy/uKJaK
u7Cx0ezFHrbJMZVed+l8vSDl/CuNISFp+uD1pM9zA3NiTGA+VJWud3Q+WvlTAa7V
zVuqJ4EK4PLU1t1mpfF4PLmjT1LCbW89l7Y3+1nyte+3XlyO0Pzox7LCVNb/+Wuu
B9rJ0Ofa9KKD3TvxLji96ZvxoANzCRjiw9N/mxEMJUq8OUucptVHLm0gENod/Qi0
inMEHm5SFNP7PSY076FcBJMoNEUzu1N5aobMkDgJ9dq3AIb0CxsIrpwrxic2CQsj
1mISCOSsYy4=
=YOQe
-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/e1x2lqu-0002sj...@franck.debian.org



Accepted libmusicbrainz-discid-perl 0.03-4 (source amd64)

2014-07-03 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jul 2014 20:17:56 +0200
Source: libmusicbrainz-discid-perl
Binary: libmusicbrainz-discid-perl
Architecture: source amd64
Version: 0.03-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description:
 libmusicbrainz-discid-perl - Perl interface to the MusicBrainz libdiscid 
library
Closes: 753637
Changes:
 libmusicbrainz-discid-perl (0.03-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Salvatore Bonaccorso ]
   * Replace Build-Depends on libdiscid0-dev with libdiscid-dev.
 Thanks to Sebastian Ramacher sramac...@debian.org (Closes: #753637)
Checksums-Sha1:
 2d829ba3ce0feafd9022f6503f1e91c4e7ec930f 2161 
libmusicbrainz-discid-perl_0.03-4.dsc
 fb566ef5bad5b00d8c936cfc1da445075f98a7bf 2908 
libmusicbrainz-discid-perl_0.03-4.debian.tar.xz
 c5eccecd9dec43f1b4534ee0aa5d8beba4dfd05d 13142 
libmusicbrainz-discid-perl_0.03-4_amd64.deb
Checksums-Sha256:
 9f9eb18f2bdfb3f36efa5f3a0567e31fdc9a31e3faf4c96be99052c8e170ed23 2161 
libmusicbrainz-discid-perl_0.03-4.dsc
 45e6fbc286e01b86e7d8669b7168b7fbf8bcc21dbbffe49fa412ddea2d519e62 2908 
libmusicbrainz-discid-perl_0.03-4.debian.tar.xz
 6cf4c99d38e37abb1cc61809afcca6fa151aafb42769aa59474003b0f848b38e 13142 
libmusicbrainz-discid-perl_0.03-4_amd64.deb
Files:
 4713331ba1020220d231f506db19799d 13142 perl optional 
libmusicbrainz-discid-perl_0.03-4_amd64.deb
 41ed91b490c252c0c448d366fbee408a 2161 perl optional 
libmusicbrainz-discid-perl_0.03-4.dsc
 ea5fb3ecfff7c2048e873d8d2e563a52 2908 perl optional 
libmusicbrainz-discid-perl_0.03-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTtZ8GAAoJEAVMuPMTQ89E33EP/1R1dujk9FuVmQLU739KWNtp
fHZWVpVl68uugxFuh+tFzReeQ2PJMYn7KR/8dG06FCDIwbsgRjlvvT8SKp1D6ln0
13xZWTtqki+Q/+Q0+7rkv8T45tQ4aq3gOGgQNVjYYJ17Jk4r2+0MlxnxWcYvyc8Q
3URFMWvmyT2qf02tyMw+RZhPUJgZhAgJVDLU86uNETCVtmCJkBfsGhMxb07DxZFE
BTZ2TYaeIDrQj7LvWpB5cNfCSuWSDA29UMwb7nVJF3Joeb7nFxJeRDlTaIma1WZ2
FtPpn0X4fD3Hcpcg8nHOrYvKMlo+qDMgRaa4NkoFZwIcEA6goHFhHko0PBIdGhe2
1Tr7PBiAVY1PJQP+V2OxP1yAS2OQklTk3ILIIX1LDdAlnQzuyx1nJjqz1RqwLi7f
yjfeS+ZDOZq+BxEak4GQjUsDD21Uue77xwhZRRJtGdPXoFmM+HVPYrTQtmUMBF5l
JNt49WHF6lwRhWcIJYAe1kdscBMPaYEeZiHB5ob0Uj8FpydG0+46FF1li6YiIJXg
RGBOQdx/53cKxDJS7PFCvKUXVKfaW/7DGKw40KexqqF6SampIVgKURJ+6234Me4+
ihYn3SY2rmr8KEghpv06B6zbFi1F/TZ3h35haEujGI7nt8fDrdN4jl3qVxqTWV/9
HoTzyLcD7beIPxEyD5SM
=KXhM
-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/e1x2lqd-0002eb...@franck.debian.org



  1   2   >