Re: Updating /etc/hosts automatically / behavior of sed command

2013-07-05 Thread Tad Frank
Your issue lies in the line: sed -e s/$REGISTERED_IP/$CURRENT_IP/g
/etc/hosts  /etc/hosts.new
 
Take a look at the modification I made below, it should help.
 

if [ $CURRENT_IP != $REGISTERED_IP ] ; then

   echo -n IP address has changed: creating a new /etc/hosts file

   sed -i.old s/$REGISTERED_IP/$CURRENT_IP/g /etc/hosts

   echo .

else

   echo IP address hasn't changed: no update needed.

fi

 
Hope this helps.
 
~Tad

 



Bug#714983: ITP: python-ordereddict -- drop-in substitute for Python 2.7's new collections.OrderedDict

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

* Package name: python-ordereddict
  Version : 1.1
  Upstream Author : Raymond Hettinger
* URL : https://pypi.python.org/pypi/ordereddict
* License : MIT
  Programming Lang: Python
  Description : drop-in substitute for Python 2.7's new 
collections.OrderedDict

 Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has
 big-oh  performance that matches regular dictionaries (amortized O(1)
 insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).
 .
 Originally based on http://code.activestate.com/recipes/576693/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130705063358.6262.3860.report...@buzig.gplhost.com



Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2013-07-05 Thread Richard Sweeney
Hi,

I'm currently replacing the music and sound effects in The Legend of Edgar with 
media from opengameart.org. Currently, the media I'm using have the following 
licences

CC-BY 3.0
CC-BY-SA 3.0
GPL 3.0

Are these licences OK for Debian, or will the GPL 3.0 be an issue? I couldn't 
really find a clear answer on this one.

Thanks

Richard

  

Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2013-07-05 Thread Paul Wise
On Fri, Jul 5, 2013 at 2:44 PM, Richard Sweeney wrote:

 I'm currently replacing the music and sound effects in The Legend of Edgar
 with media from opengameart.org. Currently, the media I'm using have the
 following licences

 CC-BY 3.0
 CC-BY-SA 3.0
 GPL 3.0

 Are these licences OK for Debian, or will the GPL 3.0 be an issue? I
 couldn't really find a clear answer on this one.

These licenses are OK for Debian.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Bug#714992: (no subject)

2013-07-05 Thread Elie Roux

Subject: ITP: hunspell-br -- Breton language dictionary for hunspell
Package: wnpp
Owner: Elie Roux elie.r...@telecom-bretagne.eu
Severity: wishlist

* Package name: hunspell-br
  Version : 0.11
  Upstream Author : Philippe Basciano-Le Gall
* URL : http://www.drouizig.org
* License : GPLv2, LGPLv2, MPL
  Programming Lang: Hunspell
  Description : Breton language dictionary for hunspell

This dictionary contains Breton language wordlist for the hunspell
spellchecker (currently supported by Mozilla and LibreOffice).
It is based on the original Breton wordlist created by Philippe
Basciano-Le Gall for Korvigelloù an Drouizig (http://www.drouizig.org).
MS Word uses the same wordlist.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130705082206.7887.23977.reportbug@eroux



Re: Updating /etc/hosts automatically / behavior of sed command

2013-07-05 Thread Thomas Hood
Tad Frank wrote:
 Your issue lies in the line: sed -e s/$REGISTERED_IP/$CURRENT_IP/g 
 /etc/hosts  /etc/hosts.new

I searched debian-devel for the message to which you are responding;
the most recent message with that subject header dates from December 1999.

Yes, people were dynamically updating /etc/hosts in 1999 but I hope that
no one has to do that any longer.  :)
-- 
Thomas Hood



Re: ITP: qucs -- an integrated circuit simulator with a graphical user interface

2013-07-05 Thread José Luis Redrejo Rodríguez
2013/7/5 Andreas Tille andr...@an3as.eu

 Hi,

 On Wed, Jul 03, 2013 at 04:10:17PM +0200, Bastien ROUCARIES wrote:
  Le 3 juil. 2013 14:50, José Luis Redrejo Rodríguez 
 jredr...@debian.org
  a écrit :
  
   I've been maintaining qucs since 2004 to 2012, so I know this package
  pretty well and I have already prepared most part of its debianization.
 Did
  you fill an ITP ?
   We can arrange a qucs maintaining group if you want.
 
  We must first package adms*. I have an itp for it since one year and
  package under mentors.
 
  I welcome a comainting under debian science if needed.

 Thanks for bringing Debian Science up - otherwise I would have done
 this.  Luis, Debian Science repositories (SVN or Git as you prefer) are
 writable for any DD so you can commit straight to it.  The package is
 also mentioned in Debian Science task electronics - so it perfectly fits
 here.  I'd strongly recommend using Debian Science Vcs for packaging
 because your work will show up on the Blends sentinel even before it is
 uploaded.



Andreas, I don't see it clear:
- For me qucs is education related more than science, so, I'd consider it
in debian-edu more than in debian-science
- I've been qucs maintainer for 8 years, and filled the needed itp to have
it again in the archive after a qt4 version looks to be working.
- I don't like at all  Adms in qucs, its compilation in most Debian
platforms is not very clear, and it looks more like a patch than a program
- If Adms is a problem I will check how qucs works without Adms, because
there's not a working circuits simulator in Debian for secondary and
vocational teaching (oregano is totally buggy and geda is a joke for
teenagers). If verilog part must be removed to compile and work correctly
in Debian I think that can be assumed, as there are some compilers and
simulators to use verilog in Debian  which are suitable for adults or
university students.

But...
I'd be glad to consider maintaining qucs with someone who is collaborating
with upstream and would be happy to see this mess finishing and having
again qucs in the Debian archive. As I've previously said, it's a needed
tool as there are no graphical working electronics simulators in Debian. My
students are using now https://www.circuitlab.com/ because of it. If
Bastien has tested the compilation of adms in non intel architectures and
it's not a problem we could go ahead, but I need more info to avoid the
stalling of qucs in sid because of Adms problems with the builders. As I've
said before, qucs should work without Adms and verilog is not a must for me
when I think in the secondary and vocational teaching world.


Regards
José L.


Re: Berkeley DB 6.0 license change to AGPLv3

2013-07-05 Thread Ondřej Surý
On Fri, Jul 5, 2013 at 12:07 AM, Bálint Réczey bal...@balintreczey.huwrote:

 We could keep libdb-dev for the fork keeping the current license and create
 a new set of development packages like libdb6-dev for the AGPLv3 code
 with or without switching to an upstream different from Oracle.


And if you read the thread backwards, that's exactly the thing we want to
avoid. For the sanity we want to have just one active version of BDB in the
archive (we usually need the old tools).

Database files created with different versions might be incompatible[1]
(depends on the features you use, but usually the on-disk log format
changes with every release), and you certainly don't want to have f.e.
python compiled with BDB 6.0 and Perl compiled with BDB 5.3. The would be
mess we were able to avoid in wheezy and I don't want to have it back
(squeeze had a random mix of db4.7 and db4.8).

1.
http://docs.oracle.com/cd/E17275_01/html/programmer_reference/upgrade_process.html(e.g.
once you call DB-upgrade from program or dbX.Y_upgrade from command
line, there's no guarantee that the applications compiled with old Berkeley
DB will be able to work with the upgraded database.)

To recap: We want just one Berkeley DB version and we need one compatible
with existing application's licenses.

O.
-- 
Ondřej Surý ond...@sury.org


Bug#714999: ITP: ldraw-parts -- LDraw LEGO(R) parts library

2013-07-05 Thread Johannes Schauer
Package: wnpp
Severity: wishlist
Owner: Johannes Schauer j.scha...@email.de

* Package name: ldraw-parts
  Version : 1203
  Upstream Author : LDraw.org and others (see debian/copyright)
* URL : http://www.ldraw.org/parts/latest-parts.html
* License : CCAL-2.0
  Programming Lang: C
  Description : LDraw LEGO(R) parts library

The source package builds two binary packages. The package ldraw-parts
contains the (architecture independent) part library and the package
ldraw-mklist contains the (architecture dependent) program ldraw-mklist to
create a parts.lst file.

Package: ldraw-parts
Description: LDraw LEGO(R) parts library
 Library of LDraw parts, part primitives and two example models. This part
 library is needed by 3D CAD programs such as MLCAD, LeoCAD and Konstruktor
 which allow to construct LEGO(R) models from individual LDraw parts. It is
 also needed by rendering software such as LDView and LdGLite.

Package: ldraw-mklist
Description: LDraw mklist program
 3D CAD programs and rendering programs using the LDraw parts library of
 LEGO(R) parts rely on a file called parts.lst containing a list of all
 available parts. The program ldraw-mklist is used to generate this list from
 a directory of LDraw parts.

Having this package in Debian is the prerequisite for packaging more of the
tools mentioned above which depend on this part library.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130705104216.1204.59555.reportbug@hoothoot



Re: jessie release goal: verbose build logs

2013-07-05 Thread Matthias Klose
This is now documented at
http://wiki.debian.org/ReleaseGoals/VerboseBuildLogs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51d6afef.8060...@debian.org



Bug#715006: ITP: django-colorful -- database and form RGB color fields for Django

2013-07-05 Thread Michael Fladischer
Package: wnpp
Severity: wishlist
Owner: Michael Fladischer fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: django-colorful
  Version : 0.1.3
  Upstream Author : Simon Charette charett...@gmail.com
* URL : http://pypi.python.org/pypi/django-colorful
* License : MIT
  Programming Lang: Python
  Description : database and form RGB color fields for Django

django-colorful is an extension to the Django web framework that provides
database and form color fields (only RGB at the moment).
The extension will take care of providing the custom widget which uses a
jQuery color picker.

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

iQIcBAEBAgAGBQJR1q+fAAoJEGlMre9Rx7W2Oy0P/R2bdMULQh0D3o6HiSUcYvql
RCFfG7XjRs+7ylhzM8QIFjs+mdf6UT/SnUN/y1b2iO4CUXhXjDMzagh+oVb1jZi+
Zmt7jWZdYbZ3/IPI7lVPhb7Rbh/vpwrUYD9MdKuzlOzNT3kbaIWgMvW/bm8mrHug
KmRADsH01Qb/rb6J2PPFA22z8OotWjGVR/K5yRqM+jOfjAGJ3asKms17Oj9e3z0L
XC9y7ACGLZJn3NRde1VIJR96eet0XVIhtrv/crISLhFvtQ6LBXuFJprvEOovusjt
djfsa9AEQvD3pJkkXsn9Vn2IPbxE7L5OzprfQPAOjMzNk0fKWpFioLAyNH3ax2za
CBosXWsqf8rWSymjvO+HBZEgKbikysM6bhOLI/cpKCmOJwN0cq0uvCfu3QEdtjlJ
H1z6X2zRTkL92doIbDGktsFvSc4WtcTPll90sqTrWm/kz+0tlwIwRHOMlAB7ss/F
skMbcgzru2HIMuWFShEPVYXKZi3+DEbiSvrklTh3lWQUWcD4wi4p8Ai36hs7cIHk
UCkDKu/tK/rtOTLorvVa3G/vh1/RTQhKrAp5tAydCziCUWje7oSMSuAJvq8In1L+
tPTtXyasqmkCA+mTIzszyeaGn62E7Bpimj02CaIod21Mkp/RrFuk7X6G+e4EdGBM
ES2WMyfXlpnqEb2FzNz1
=kot9
-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: 
http://lists.debian.org/20130705113626.16106.23787.report...@server.home.fladi.at



Re: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread David Weinehall
On Fri, Jul 05, 2013 at 01:08:27AM +0200, John Paul Adrian Glaubitz wrote:
 On 07/05/2013 12:58 AM, Jakub Wilk wrote:
 * David Weinehall t...@debian.org, 2013-07-04, 16:36:
 http://lkml.org/lkml/2006/1/25/273
 
 http://lkml.org/lkml/2006/1/30/100
 
 Could you be a bit more elaborate please? I don't think we should just
 spam this list by just sending mails containing URLs only.
 
 If you want to express your opinion, please say something.

OK, I'll instead quote what Linus wrote in the link I posted:

Bzzt. Look closer.

The Linux kernel has _always_ been under the GPL v2. Nothing
else has ever been valid.

The version 2 of the License, or (at your option) any later
version language in the GPL copying file is not - and has never
been - part of the actual License itself. It's part of the
_explanatory_ text that talks about how to apply the license to
your program, and it says that _if_ you want to accept any later
versions of the GPL, you can state so in your source code.  The
Linux kernel has never stated that in general. Some authors have
chosen to use the suggested FSF boilerplate (including the any
later version language), but the kernel in general never has.

In other words: the _default_ license strategy is always just
the particular version of the GPL that accompanies a project. If
you want to license a program under _any_ later version of the
GPL, you have to state so explicitly. Linux never did.

So: the extra blurb at the top of the COPYING file in the kernel
source tree was added not to _change_ the license, but to _clarify_
these points so that there wouldn't be any confusion. 

The Linux kernel is under the GPL version 2. Not anything else.
Some individual files are licenceable under v3, but not the
kernel in general. 

And quite frankly, I don't see that changing. I think it's
insane to require people to make their private signing keys
available, for example.  I wouldn't do it. So I don't think the
GPL v3 conversion is going to happen for the kernel, since I
personally don't want to convert any of my code. 

[snip]

Conversion isn't going to happen.

So, that's Linus's stand on whether or not a GPLv3 kernel is feasible.
I hope this totally pointless thread can die now.  A GPLv3 only Debian
distribution is, in my opinion, about as useful as lobotomy performed
with a bazooka.


Regards, David Weinehall
-- 
 /) 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: http://lists.debian.org/20130705120724.ge26...@hirohito.acc.umu.se



Re: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread John Paul Adrian Glaubitz

On 07/05/2013 02:07 PM, David Weinehall wrote:

So, that's Linus's stand on whether or not a GPLv3 kernel is feasible.
I hope this totally pointless thread can die now.


Thanks for extracting the relevant parts. I guess I was just way too
tired yesterday to start diving into the posting on LKML :).


A GPLv3 only Debian  distribution is, in my opinion, about as useful as
lobotomy performed with a bazooka.


I chuckled :D. And I fully agree.

Cheers,

Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51d6b996.4000...@physik.fu-berlin.de



Re: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread Uoti Urpala
David Weinehall wrote:
 OK, I'll instead quote what Linus wrote in the link I posted:

   The version 2 of the License, or (at your option) any later
   version language in the GPL copying file is not - and has never
   been - part of the actual License itself. It's part of the

As far as I know Linus is in the wrong there. Section 9 of GPL-2 allows
using any license version if the program does not explicitly specify
one, and that would have applied to old Linux versions that only
included a COPYING file containing GPL-2, with no text for explicit
version choice in the files. The link from Jacub Wilk already pointed to
a post from Alan Cox explaining this. I don't see why you would post
your link again in full quote after that without explaining why you
still thought Linus wasn't wrong.


 So, that's Linus's stand on whether or not a GPLv3 kernel is feasible.
 I hope this totally pointless thread can die now.  A GPLv3 only Debian
 distribution is, in my opinion, about as useful as lobotomy performed
 with a bazooka.

Even if some Linux versions are deemed GPLv3-compatible they're probably
too old for any realistic use now, so in that sense it doesn't matter.
Similar licensing issues apply to other projects too though, so you
should try to avoid spreading incorrect information.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1373030097.18948.56.camel@glyph.nonexistent.invalid



Re: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread Svante Signell
On Fri, 2013-07-05 at 16:14 +0300, Uoti Urpala wrote:
 David Weinehall wrote:
  OK, I'll instead quote what Linus wrote in the link I posted:
 
  The version 2 of the License, or (at your option) any later
  version language in the GPL copying file is not - and has never
  been - part of the actual License itself. It's part of the
 
 As far as I know Linus is in the wrong there. Section 9 of GPL-2 allows
 using any license version if the program does not explicitly specify
 one, and that would have applied to old Linux versions that only
 included a COPYING file containing GPL-2, with no text for explicit
 version choice in the files. The link from Jacub Wilk already pointed to
 a post from Alan Cox explaining this. I don't see why you would post
 your link again in full quote after that without explaining why you
 still thought Linus wasn't wrong.

Agreed, please read Alan Cox reply to Linus,  Here is the link again:
http://lkml.org/lkml/2006/1/30/100 (That reply was posted _after_ Linus
comment you just quoted)

 
  So, that's Linus's stand on whether or not a GPLv3 kernel is feasible.
  I hope this totally pointless thread can die now.  A GPLv3 only Debian
  distribution is, in my opinion, about as useful as lobotomy performed
  with a bazooka.
 
 Even if some Linux versions are deemed GPLv3-compatible they're probably
 too old for any realistic use now, so in that sense it doesn't matter.

Since this discussion took place in 2006, the Linux as a whole would
probably be too old to be intersting. However, there are big chunks of
current code having the 'or (at your option) any later version' clause,
and this software is definitely usable in GPLv3 sense. Not all Linux
kernel developers agreed with Linus decision at the time, Alan Cox being
one of them.

 Similar licensing issues apply to other projects too though, so you
 should try to avoid spreading incorrect information.

Thank you Uoti, information given should be correct, everything else is
to be treated as FUD.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1373034493.13314.49.ca...@s1499.it.kth.se



Re: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread Michael Banck
Hi,

On Fri, Jul 05, 2013 at 04:28:13PM +0200, Svante Signell wrote:
 On Fri, 2013-07-05 at 16:14 +0300, Uoti Urpala wrote:
 Since this discussion took place in 2006, the Linux as a whole would
 probably be too old to be intersting. However, there are big chunks of
 current code having the 'or (at your option) any later version' clause,
 and this software is definitely usable in GPLv3 sense. Not all Linux
 kernel developers agreed with Linus decision at the time, Alan Cox being
 one of them.
 
  Similar licensing issues apply to other projects too though, so you
  should try to avoid spreading incorrect information.
 
 Thank you Uoti, information given should be correct, everything else is
 to be treated as FUD.

That doesn't change the fact that hand-waiving about having a Debian
port based parts of kernels from 10 years ago is off-topic on -devel
until you show us the code.

So please drop this thread now.


Thanks,

Michael


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130705143111.gq27...@nighthawk.chemicalconnection.dyndns.org



Re: Creating a list of GPLv2+ code in GNU/Linux, etc. Was: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread Svante Signell
On Fri, 2013-07-05 at 16:31 +0200, Michael Banck wrote:
 Hi,
 
 On Fri, Jul 05, 2013 at 04:28:13PM +0200, Svante Signell wrote:
  On Fri, 2013-07-05 at 16:14 +0300, Uoti Urpala wrote:
  Since this discussion took place in 2006, the Linux as a whole would
  probably be too old to be intersting. However, there are big chunks of
  current code having the 'or (at your option) any later version' clause,
  and this software is definitely usable in GPLv3 sense. Not all Linux
  kernel developers agreed with Linus decision at the time, Alan Cox being
  one of them.
...
 That doesn't change the fact that hand-waiving about having a Debian
 port based parts of kernels from 10 years ago is off-topic on -devel
 until you show us the code.

The main idea has now changed to collect a list of GPLv2+ code that can
be usable in current and future GPLv3+ projects. Yes, I know it is a
large effort, we'll see how it evolves.

 So please drop this thread now.

Doing so ;) However, see the title change. The idea is still interesting
(for me at least, and probably some others).



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1373038755.13314.78.ca...@s1499.it.kth.se



Re: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread David Weinehall
On Fri, Jul 05, 2013 at 04:14:57PM +0300, Uoti Urpala wrote:
[snip]
 a post from Alan Cox explaining this. I don't see why you would post
 your link again in full quote after that without explaining why you
 still thought Linus wasn't wrong.

I posted it fully because the parent I responded to said that we
shouldn't just post links, thus I interpreted it as though the full
text of that link was prefered.

As for my opinions:

While Alan's opinions are certainly relevant for the large amounts of
code *he* has participated, I think anyone would be hard pressed to
argue that the kernel as a whole work doesn't originate from Linus.

Like it or not, Linus's word carries weight.  And even should none other
than Linus himself want their code to remain GPLv2 only and if we could
assume that we could solve the issue of dead contributors (neither of
which seems likely) I think that the burden of identifying and rewriting
all code contributed by Linus himself would be more taxing than having
the GPLv3 proponents build their own distribution based around GNU/HURD
instead.


Personally I'd be furious if anyone tried to fork one of my
projects or one of the projects I've contributed to and turn it GPLv3
only, since that's not the terms I contributed to that particular
project under.  I usually license my code as GPLv2 or later because I'm
way more comfortable with the GPLv2 than the GPLv3, but to allow
code reuse for other projects I still leave the GPLv3 door open though.

I'm perfectly happy if someone takes my GPLv2 or later code and uses it
as GPLv3 in a different project, since I'm happy to share my code
(and in most cases I can even be persuaded to offer my code under LGPL,
BSD or what not that people might need if it's found useful for another
project), but IMO a fork of a project *just to turn it into GPLv3* is
reprehensible.

If the GPLv3 was GPLv2 compatible (so that I could take any GPLv3 code
and use it in a GPLv2 project without the project as a whole turning
GPLv2) then it'd be fine.  But since that's not the case (GPLv2 can
be turned GPLv3, but not vice versa) I'm very much opposed to such
behaviour.

Why?

Because what I like about copyleft licenses is that they (at least try
to) force equality -- contributors have to give the same rights to their
downstreams as they were given themselves.  Forking a project and
altering the license from GPLv2 to GPLv3 does *not* pass that test.


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: http://lists.debian.org/20130705162404.gf26...@hirohito.acc.umu.se



Re: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread The Wanderer

On 07/05/2013 12:24 PM, David Weinehall wrote:


On Fri, Jul 05, 2013 at 04:14:57PM +0300, Uoti Urpala wrote:

[snip]


a post from Alan Cox explaining this. I don't see why you would
post your link again in full quote after that without explaining
why you still thought Linus wasn't wrong.


I posted it fully because the parent I responded to said that we
shouldn't just post links, thus I interpreted it as though the full
text of that link was prefered.

As for my opinions:

While Alan's opinions are certainly relevant for the large amounts of
code *he* has participated, I think anyone would be hard pressed to
argue that the kernel as a whole work doesn't originate from Linus.


I haven't finished reading that entire thread, but from what I've seen
so far, Alan's response was not about the code he (or anyone else in
particular) had contributed but about the meaning and interpretation of
the GPL.

While Linus' decision as to the license of his code is final, his
decision as to the meaning of the GPL and what needs to be done to
specify which version of the GPL is being used is not.

The kernel is indeed now clearly stated as being GPL v2 only, and
apparently has been so since at least 2001. However, there is apparently
a legally cognizable argument to be made that the combination of A: the
clear text of the license with B: the way the kernel license was stated
at some point in history means that at that long-ago point in history
the kernel was in fact effectively GPL v2 or later.

The fact that Linus apparently always intended it to be v2 only might
well override that argument if it ever got tested in court - but given
how much code and how much development you'd have to throw out to go
back to that ancient point and proceed forward without using any v2
only code, the odds of anyone ever bothering (much less of its ever
being tested in court) are exceedingly slim.

--
   The Wanderer

Warning: Simply because I argue an issue does not mean I agree with any
side of it.

Every time you let somebody set a limit they start moving it.
  - LiveJournal user antonia_tiger


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51d6fcad.6020...@fastmail.fm



Re: boot ordering and resolvconf

2013-07-05 Thread Helmut Grohne
On Sun, Jun 30, 2013 at 12:03:47PM +0200, Thomas Hood wrote:
 That resolvconf leaves resolv.conf empty of nameserver entries when
 no nameservers are available is intentional.  The idea is to advertise
 only addresses where something is actually listening.

Even though intentional it might be a bad decision to do so for other
reasons.

 By the way, inconsistent with the aforementioned idea is the fact that
 the resolver defaults to using 127.0.0.1 if there are no nameserver
 lines in resolv.conf. Were you aware of that?

I were aware, but only because I triggered this case while debugging
ntp. Unfortunately there is a subtle difference. When resolv.conf is
empty and 127.0.0.1. does not responds, it is EAI_SYSTEM, but when it is
listed and not responding it is EAI_AGAIN. I am therefore suggesting to
change resolvconf to make this inconsistency explicit and always list
127.0.0.1 when there is no other name server. It should probably be
accompanied with a warning comment, because this case should never occur
during normal operation.


On Sun, Jun 30, 2013 at 10:40:03PM +0200, Thomas Hood wrote: (slightly
reordered)
 Helmut Grohne wrote:
  It is true, that ntpd can work around this issue. Still it appears like
  a bad design to treat EAI_SYSTEM as a temporary error.
 
 Can you explain why you think that?

The obvious reason here is that having two error codes to be reacted to
in the same way is prone to errors. Forget one?

But you already gave an even better reason yourself:

 A problem is that getaddrinfo() doesn't distinguish in its return
 status between couldn't reach a nameserver and nameserver
 says the name doesn't exist.  Either way it returns EAI_SYSTEM
 with errno=2 (ENOENT).

It could result in retrying non-existent domains forever.

Helmut


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130705172846.ga9...@alf.mars



RE: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2013-07-05 Thread Richard Sweeney





 Date: Fri, 5 Jul 2013 15:09:51 +0800
 Subject: Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game
 From: p...@debian.org
 To: rikswee...@hotmail.com
 CC: debian-devel@lists.debian.org; 653...@bugs.debian.org
 
 On Fri, Jul 5, 2013 at 2:44 PM, Richard Sweeney wrote:
 
  I'm currently replacing the music and sound effects in The Legend of Edgar
  with media from opengameart.org. Currently, the media I'm using have the
  following licences
 
  CC-BY 3.0
  CC-BY-SA 3.0
  GPL 3.0
 
  Are these licences OK for Debian, or will the GPL 3.0 be an issue? I
  couldn't really find a clear answer on this one.
 
 These licenses are OK for Debian.
 
 -- 
 bye,
 pabs
 
 http://wiki.debian.org/PaulWise

Great, thanks for your help!
  

Re: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread Philip Hands
Svante Signell svante.sign...@gmail.com writes:

 On Fri, 2013-07-05 at 16:14 +0300, Uoti Urpala wrote:
 David Weinehall wrote:
  OK, I'll instead quote what Linus wrote in the link I posted:
 
 The version 2 of the License, or (at your option) any later
 version language in the GPL copying file is not - and has never
 been - part of the actual License itself. It's part of the
 
 As far as I know Linus is in the wrong there. Section 9 of GPL-2 allows
 using any license version if the program does not explicitly specify
 one, and that would have applied to old Linux versions that only
 included a COPYING file containing GPL-2, with no text for explicit
 version choice in the files. The link from Jacub Wilk already pointed to
 a post from Alan Cox explaining this. I don't see why you would post
 your link again in full quote after that without explaining why you
 still thought Linus wasn't wrong.

 Agreed, please read Alan Cox reply to Linus,  Here is the link again:
 http://lkml.org/lkml/2006/1/30/100 (That reply was posted _after_ Linus
 comment you just quoted)

What Alan wrote was in support of the notion that it's a good idea to be
explicit about one's copyright, because leaving it open to
interpretation invites Lawyers (of both the properly qualified and
barrack-room varieties) to aggressively misinterpret one's wishes.

I'd suggest consulting an actual lawyer before embarking on a course
that relies on the misinterpretation of a copyright holder's explicitly
stated wishes in order to enable a hostle and provocative fork.

Cheers, Phil.
-- 
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND


pgp1QElgjMAyk.pgp
Description: PGP signature


Re: boot ordering and resolvconf

2013-07-05 Thread Helmut Grohne
Sorry for the noise,

I finally verified some more claims and discovered that my other recent
mail is wrong in multiple places. I guess this discussion really is
moot. 

So what happens when you getaddrinfo ...

... a non-existent name? - EAI_SYSTEM ENOENT
... something when nothing is bound to port 53?
- EAI_SYSTEM ECONNREFUSED
... something when port 53 is bound, but does not answer?
- EAI_SYSTEM ETIMEDOUT

Contrary to what I said earlier it does not make a difference whether
resolv.conf lists 127.0.0.1 or is empty in all three cases.

So my other mail claiming to add 127.0.0.1 to resolv.conf when there is
no nameserver is just wrong.

On Sun, Jun 30, 2013 at 10:40:03PM +0200, Thomas Hood wrote:
 A problem is that getaddrinfo() doesn't distinguish in its return 
   

 status between couldn't reach a nameserver and nameserver  
   

 says the name doesn't exist.  Either way it returns EAI_SYSTEM   
   

 with errno=2 (ENOENT).
   


I cannot confirm this observation and assume it to be wrong. For clarity
I include my own method[1]. I therefore withdraw my comment about
EAI_SYSTEM appearing like a bad design. I just didn't understand it.

On Fri, Jul 05, 2013 at 07:21:12AM +0200, Thomas Hood wrote:
 The only underlying problem I know of is that ntpd is broken (#683061).
 Other applications work fine in mode B.  And the reason that ntpd
 doesn't work properly is NOT that resolv.conf is dynamic. Ntpd doesn't
 work properly because it treats any name resolution failure as
 equivalent to host does not exist and treats host does not exist as
 a fatal error.  So ntpd will also fail in mode A unless you manage to get
 name service fully operational before ntpd starts.  Merely pointing
 /etc/resolv.conf at a local nameserver does not rule out the possibility
 of name service failures; it just ensures that applications can access
 some nameserver once the local nameserver has started.  That's nice
 but it doesn't fix ntpd. Lookups will still fail, e.g., if ntpd starts before 
 the
 nameserver or if the nameserver doesn't have a forwarding address yet.
 
 Applications have to be able to deal with temporary name service failures.

Given the above, I fully agree.

 Helmut Grohne wrote:
  Usually any program reads
  /etc/resolv.conf once on the first DNS lookup. So all daemons started
  before the local DNS cache will either use a different server, or fail
  DNS resolution in all cases. A minority of services (avahi-daemon,
  fetchmail, postfix, sendmail, squid, and squid3) hook into resolvconf to
  reload their daemons when /etc/resolv.conf is changed by resolvconf.
  These daemons will not be affected by this problem. Many other services
  on the other hand will.
 
 This is an as-yet unsubstantiated claim. Libc resolver clients generally
 re-read resolv.conf every time it changes. Are there known examples
 of programs that fail to do so?

This aspect of my initial claim was wrong. I was not aware that libc
always stats resolv.conf. Thanks for pointing out.

Given that systemd will bind 127.0.0.1:53 and the libc uses 127.0.0.1 in
the presence of an empty resolv.conf, I see that daemons will have no
issues unless they also fail on an unresponsive name server during normal
operation. There is no issue.

Revisiting the two issues I stated in my initial mail:
| 1) If /etc/resolv.conf is initially empty, getaddrinfo returns
|EAI_SYSTEM. Some daemons (e.g. ntp) currently treat this as a
|permanent error. This usually results in a user visible issue. It is
|nasty to track down, because it is usually unreproducible once the
|system is started (i.e. a simple daemon restart will fix it).

The specific meaning of EAI_SYSTEM is defined by errno and ntp was not
handling ECONNREFUSED. Maybe it can be found in other daemons, but
systemd will not exhibit this, because there you will only see
ETIMEDOUT. The issue is not general. If it can be found anywhere, then
in services under sysv using $named without declaring an ordering
requirement on it.

| 2) If /etc/resolv.conf initially contains some other DNS server (e.g.
|from dhcp or from /etc/network/interfaces), some services will bypass
|the local DNS cache resulting in a higher load on remote DNS servers.
|This problem in general is mostly invisible.

Fixed in libc by stating resolv.conf.

So we basically are in mode B and it works most of the time.

Thanks for clearing things up. I guess this is EOD.

Helmut

[1] code below
#include sys/types.h

Re: boot ordering and resolvconf

2013-07-05 Thread Helmut Grohne
On Wed, Jul 03, 2013 at 10:24:42AM +0200, Tollef Fog Heen wrote:
  What do you do when you are on a network that blocks DNS lookups that
  don't go via the DNS servers for that network? Or for networks that do
  that until you visit a web page and press a button on a form?
 
 Manually reconfigure unbound to use those DNS servers as forwarders.

I can propose a viable alternative from experience: Install resolvconf.
You can drop the /etc/resolv.conf managing part by changing the symlink.
Nevertheless resolvconf will feed servers obtained from dhcp or ppp to
unbound. Only downside: Some announced forwarders break DNSSEC.

Helmut


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130705200252.ga29...@alf.mars



Re: Plan to release a gplv3 compliant debian-based release

2013-07-05 Thread Uoti Urpala
David Weinehall wrote:
 On Fri, Jul 05, 2013 at 04:14:57PM +0300, Uoti Urpala wrote:
 [snip]
  a post from Alan Cox explaining this. I don't see why you would post
  your link again in full quote after that without explaining why you
  still thought Linus wasn't wrong.
 
 I posted it fully because the parent I responded to said that we
 shouldn't just post links, thus I interpreted it as though the full
 text of that link was prefered.

I meant reposting it after the posting of another link which clearly
questioned its correctness, without any comment on why you still thought
it valid.

 As for my opinions:
 
 While Alan's opinions are certainly relevant for the large amounts of
 code *he* has participated, I think anyone would be hard pressed to

The reason I replied wasn't so much to comment on the historical
licensing of the kernel (it's old enough to not matter much now anyway),
but to comment on the legal argument that was the core of Linus's post
you linked to. He claimed that including the contents of GPL-2 in a
COPYING file with no explicit license statements had always placed the
code under GPL v2-only. I think he's wrong. And this actually matters
for other projects. Linux is not the only project that had no explicit
license statements at some point in its history, and such an
interpretation would prevent adding per-file copyright statements with
or later without full contact-all-contributors relicensing - and most
projects do NOT want to be trapped at one particular version.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1373071136.18948.71.camel@glyph.nonexistent.invalid



Bug#715053: ITP: ldglite -- Display, edit and render 3D LEGO(R) LDraw models

2013-07-05 Thread Johannes Schauer
Package: wnpp
Severity: wishlist
Owner: Johannes Schauer j.scha...@email.de

* Package name: ldglite
  Version : 1.2.6
  Upstream Author : Don Heyse dhe...@hotmail.com
* URL : http://ldglite.sourceforge.net/
* License : GPL2+
  Programming Lang: C
  Description : Display, edit and render 3D LEGO(R) LDraw models

The program ldglite allows one to open LDraw files to view 3D LEGO(R) models
using openGL. It also offers an editing mode to change and save those models.
In batch processing mode it allows one to render models to png images.

A program like ldglite or ldview is needed to render raster graphics of pieces
and models which can then be used by brickutils or lpub.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130706011138.22247.62629.reportbug@hoothoot



Re: Bug#715053: ITP: ldglite -- Display, edit and render 3D LEGO(R) LDraw models

2013-07-05 Thread David Prévot
Hi,

Le 05/07/2013 21:11, Johannes Schauer a écrit :

   Description : Display, edit and render 3D LEGO(R) LDraw models

Debian is about free software, not about enforcing any other trademarks.
Please, drop the useless “(R)” from the descriptions.

Regards

David




signature.asc
Description: OpenPGP digital signature


Re: Berkeley DB 6.0 license change to AGPLv3

2013-07-05 Thread Philipp Kern

On 2013-07-04 10:04, Florian Weimer wrote:

* Stefano Zacchiroli:

I mean, sure, it *is* more tricky to provide such a URL for users that
will be running a *modified* version of INN. But it is exactly the 
same

kind of difficulties that people distributing modified copylefted
software will have to face to uphold GPL (or equivalent) terms.

We ship package building software which produces source and binary
packages.  You just copy all of them and are compliant.

We currently do not ship a licensing server that helps users with AGPL
compliance.


I guess we'd need a way to repack the source used to build into the 
binary, to at least make it possible to add a webserver and serve that. 
(Obviously the binary must allow paths to the source configurable in 
configuration files.)



My main concern with the license is that compliance is difficult even
for those who have no problem whatsoever with sharing their boring
local changes.  I'm concerned that we're heading to the Linux (kernel)
land where Android and others have made GPL compliance a farce.


Like RedHat? ;-)

SCNR
Philipp Kern


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/9e79656e1aacad48bf23129b3a986...@hub.kern.lc



Bug#715136: ITP: python-requestbuilder -- command line-driven HTTP request builder

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

* Package name: python-requestbuilder
  Version : 0.1.0~beta2
  Upstream Author : Garrett Holmstrom gho...@fedoraproject.org
* URL : https://pypi.python.org/pypi/requestbuilder
* License : ISC
  Programming Lang: Python
  Description : command line-driven HTTP request builder

 Python Requestbuilder is command line-driven. It is used to build HTTP
 requests, and is used by the euca2ools recent version (eg: newer than version
 3.0.0).


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130706055546.19517.81693.report...@buzig.gplhost.com



Accepted pygobject 3.8.3-1 (source amd64 all)

2013-07-05 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 08:02:14 +0200
Source: pygobject
Binary: python-gi python3-gi python-gi-cairo python-gi-dbg python3-gi-dbg 
python-gi-dev python3-gi-cairo python-gobject python-gobject-dbg 
python-gobject-dev
Architecture: source amd64 all
Version: 3.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 python-gi  - Python 2.x bindings for gobject-introspection libraries
 python-gi-cairo - Python Cairo bindings for the GObject library
 python-gi-dbg - Python bindings for the GObject library (debug extension)
 python-gi-dev - development headers for GObject Python bindings
 python-gobject - Python 2.x bindings for GObject - transitional package
 python-gobject-dbg - Python 2.x debugging modules for GObject - transitional 
package
 python-gobject-dev - Python 2.x development headers for GObject - transitional 
package
 python3-gi - Python 3 bindings for gobject-introspection libraries
 python3-gi-cairo - Python 3 Cairo bindings for the GObject library
 python3-gi-dbg - Python 3 bindings for gobject-introspection libraries (debug 
exte
Changes: 
 pygobject (3.8.3-1) unstable; urgency=low
 .
   * New upstream bug fix release.
Checksums-Sha1: 
 82da00e7d3055b2961cc5e9eaadb0dad3e3ab45e 3034 pygobject_3.8.3-1.dsc
 eac51d289f98b427db531b8fc719572f0d3b8ec0 657196 pygobject_3.8.3.orig.tar.xz
 2caf817306e08cfc1a62b23312b28f74cfeaad9a 21365 pygobject_3.8.3-1.debian.tar.gz
 c5307f0901094eaa075e3527da0e576d205039fd 477278 python-gi_3.8.3-1_amd64.deb
 5d0e9cce1ddd259dda02c13efa3a20a70600bc86 567438 python3-gi_3.8.3-1_amd64.deb
 a407ed1e75822fd6e3cb6a32040966db3ec44d04 246524 
python-gi-cairo_3.8.3-1_amd64.deb
 d90d1e52daef08f0789269ca6f082092c27dd381 793170 python-gi-dbg_3.8.3-1_amd64.deb
 8edf8aa97696cfa1e824affed6165737be2a4753 1295172 
python3-gi-dbg_3.8.3-1_amd64.deb
 d5fd8ba7c62b91f420de274d230e55eb2fa05e43 250158 python-gi-dev_3.8.3-1_amd64.deb
 e53bd7463e5b37ec2e4f619ebd6ae08d7743ce89 246736 
python3-gi-cairo_3.8.3-1_amd64.deb
 20734f319928018d6a180e10c65f32f7f895773f 243044 python-gobject_3.8.3-1_all.deb
 c6384f37cabc42078046697f7727723da13d71c3 243184 
python-gobject-dbg_3.8.3-1_all.deb
 f41f986d7691309fb363ae0b55bc2698cf5a1d65 243070 
python-gobject-dev_3.8.3-1_all.deb
Checksums-Sha256: 
 bab3edca22da2493cb188cf0319698e6350ee7568509cf83cec8c2d49c2e900a 3034 
pygobject_3.8.3-1.dsc
 384b3e1b8d1e7c8796d7eb955380d62946dd0ed9c54ecf0817af2d6b254e082c 657196 
pygobject_3.8.3.orig.tar.xz
 0aba6f002ba657562ac052efdcecc4e9e14a745b4ab169a65d00acaa67c9908e 21365 
pygobject_3.8.3-1.debian.tar.gz
 9866129c12a01a394c4b7295d4fc660df95793dcf0940ac77eda751e77f0eaa2 477278 
python-gi_3.8.3-1_amd64.deb
 219e358ca1016a58813c96f2ada9e44036e234e35d40293d630e60595f1fe499 567438 
python3-gi_3.8.3-1_amd64.deb
 f1862ffcae6cc7c6775f0c816bbdd2678584bf4f51c081ddb3f829769f62fa5b 246524 
python-gi-cairo_3.8.3-1_amd64.deb
 ec78ce06e47ba0ca083d6f9961c516204b6bde0f1711143f662aa35937f8a7c2 793170 
python-gi-dbg_3.8.3-1_amd64.deb
 885c464fc2665d850c7be44da622f558a93deb8cfc8b79af56c9c24d60912191 1295172 
python3-gi-dbg_3.8.3-1_amd64.deb
 f7beae39ab90425f044eaa77adb08810d0b29e1b0bf3b42d209aa9f6dbed617f 250158 
python-gi-dev_3.8.3-1_amd64.deb
 f9a890621ca645570eae585661d0b748d5c97a2223fd4b4ba1834570c41a6587 246736 
python3-gi-cairo_3.8.3-1_amd64.deb
 478c158202f88e823a640e7c40039ffe4260c445432f2c56d48e99749b90cef9 243044 
python-gobject_3.8.3-1_all.deb
 ef3b7feb80c9ea71d0a09f0eec14ea0c05dc544269f93e0b7a1dc0139097cd6f 243184 
python-gobject-dbg_3.8.3-1_all.deb
 13286eaee156a1cd5426a04f790fe3168fea512afc978c8e9f35e8742dce3b54 243070 
python-gobject-dev_3.8.3-1_all.deb
Files: 
 c83f87fa27f2928e5b75017c32ab9bca 3034 python optional pygobject_3.8.3-1.dsc
 1621d68fcd522575ed0a9e7017004319 657196 python optional 
pygobject_3.8.3.orig.tar.xz
 f86039016eabc155160db74b2ec91f6a 21365 python optional 
pygobject_3.8.3-1.debian.tar.gz
 b9658ffbf241aaf18340be5c35bd49dd 477278 python optional 
python-gi_3.8.3-1_amd64.deb
 c74abf839bba8c1a10c836d4eaea71c7 567438 python optional 
python3-gi_3.8.3-1_amd64.deb
 05ecaca1303c41de163f038b9b161e0b 246524 python optional 
python-gi-cairo_3.8.3-1_amd64.deb
 c9d54494674dfae7ad2e5e8cdc24a0d5 793170 debug extra 
python-gi-dbg_3.8.3-1_amd64.deb
 f5854bd399fd8fe78a1bf517bdbc5746 1295172 debug extra 
python3-gi-dbg_3.8.3-1_amd64.deb
 fee070836ddebb1df83c7e76e75765cc 250158 python optional 
python-gi-dev_3.8.3-1_amd64.deb
 9beb3e95dc6d4bee8abdde8a54a56cf5 246736 python optional 
python3-gi-cairo_3.8.3-1_amd64.deb
 d231d11785051e14ec679be2e9cd2dd5 243044 oldlibs extra 
python-gobject_3.8.3-1_all.deb
 eab6c9c11159e790ff117d7131eb3bd0 243184 oldlibs extra 
python-gobject-dbg_3.8.3-1_all.deb
 25a8e5d55b302102f8987ad4d51f7739 243070 oldlibs extra 
python-gobject-dev_3.8.3-1_all.deb

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


Accepted qt4-x11 4:4.8.5+dfsg-2 (source amd64 all)

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

Format: 1.8
Date: Thu, 04 Jul 2013 12:39:49 -0300
Source: qt4-x11
Binary: libqtcore4 qtcore4-l10n libqt4-core libqtgui4 libqt4-gui libqt4-network 
libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-ibase 
libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite 
libqt4-sql-sqlite2 libqt4-sql-tds libqt4-svg libqt4-webkit libqt4-xml 
libqt4-xmlpatterns libqt4-dbus libqtdbus4 libqt4-qt3support libqt4-designer 
libqt4-help libqt4-assistant libqt4-test libqt4-phonon libqt4-declarative 
libqt4-declarative-folderlistmodel libqt4-declarative-gestures 
libqt4-declarative-particles libqt4-declarative-shaders libqt4-dev 
libqt4-dev-bin libqt4-private-dev libqt4-opengl-dev libqt4-dbg 
libqt4-designer-dbg libqt4-qt3support-dbg libqt4-script-dbg libqt4-webkit-dbg 
libqt4-xmlpatterns-dbg qt4-bin-dbg qt4-demos-dbg qt4-designer qt4-dev-tools 
qt4-qmake qt4-qtconfig qt4-demos qt4-qmlviewer qt4-linguist-tools qdbus qt4-doc 
qt4-doc-html qt4-default
Architecture: source amd64 all
Version: 4:4.8.5+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 libqt4-assistant - transitional package for Qt 4 assistant module
 libqt4-core - transitional package for Qt 4 core non-GUI runtime libraries
 libqt4-dbg - Qt 4 library debugging symbols
 libqt4-dbus - Qt 4 D-Bus module
 libqt4-declarative - Qt 4 Declarative module
 libqt4-declarative-folderlistmodel - Qt 4 folderlistmodel QML plugin
 libqt4-declarative-gestures - Qt 4 gestures QML plugin
 libqt4-declarative-particles - Qt 4 particles QML plugin
 libqt4-declarative-shaders - Qt 4 shaders QML plugin
 libqt4-designer - Qt 4 designer module
 libqt4-designer-dbg - Qt 4 designer library debugging symbols
 libqt4-dev - Qt 4 development files
 libqt4-dev-bin - Qt 4 development programs
 libqt4-gui - transitional package for Qt 4 GUI runtime libraries
 libqt4-help - Qt 4 help module
 libqt4-network - Qt 4 network module
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-opengl-dev - Qt 4 OpenGL library development files
 libqt4-phonon - Qt 4 Phonon module
 libqt4-private-dev - Qt 4 private development files
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-qt3support-dbg - Qt 3 compatibility library for Qt 4 debugging symbols
 libqt4-script - Qt 4 script module
 libqt4-script-dbg - Qt 4 script library debugging symbols
 libqt4-scripttools - Qt 4 script tools module
 libqt4-sql - Qt 4 SQL module
 libqt4-sql-ibase - Qt 4 InterBase/FireBird database driver
 libqt4-sql-mysql - Qt 4 MySQL database driver
 libqt4-sql-odbc - Qt 4 ODBC database driver
 libqt4-sql-psql - Qt 4 PostgreSQL database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
 libqt4-sql-tds - Qt 4 FreeTDS database driver
 libqt4-svg - Qt 4 SVG module
 libqt4-test - Qt 4 test module
 libqt4-webkit - transitional package for Qt 4 WebKit module
 libqt4-webkit-dbg - transitional package for Qt 4 WebKit debugging symbols
 libqt4-xml - Qt 4 XML module
 libqt4-xmlpatterns - Qt 4 XML patterns module
 libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
 libqtcore4 - Qt 4 core module
 libqtdbus4 - Qt 4 D-Bus module library
 libqtgui4  - Qt 4 GUI module
 qdbus  - Qt 4 D-Bus tool
 qt4-bin-dbg - Qt 4 binaries debugging symbols
 qt4-default - Qt 4 development defaults package
 qt4-demos  - Qt 4 examples and demos
 qt4-demos-dbg - Qt 4 examples and demos debugging symbols
 qt4-designer - graphical designer for Qt 4 applications
 qt4-dev-tools - Qt 4 development tools
 qt4-doc- Qt 4 API documentation
 qt4-doc-html - Qt 4 API documentation (HTML format)
 qt4-linguist-tools - Qt 4 Linguist tools
 qt4-qmake  - Qt 4 qmake Makefile generator tool
 qt4-qmlviewer - Qt 4 QML viewer
 qt4-qtconfig - Qt 4 configuration tool
 qtcore4-l10n - Qt 4 core module translations
Changes: 
 qt4-x11 (4:4.8.5+dfsg-2) unstable; urgency=low
 .
   * Make qtcore4-l10n M-A: foreign. Due to a limitation in dpkg which does not
 do recursive tracking of arch dependency arch: all packages are considered
 to have the same arch as the package that depends on it. Marking this
 package as foreign solves this issue.
   * Use the system jquery javascript library.
 - Make libqt4-doc-html depend on libjs-jquery.
 - Remove jquery.js from the installation.
 - Symlink the system's jquery to the appropriate location.
Checksums-Sha1: 
 768c4b6cdd7301b25f5b64d4b589347a6105186d 5879 qt4-x11_4.8.5+dfsg-2.dsc
 4fc4868235a5310cecf03f605e27ccd83210fcb9 411090 
qt4-x11_4.8.5+dfsg-2.debian.tar.gz
 772624e99c92ba7e4321647511cdac54565adf85 1593666 
libqtcore4_4.8.5+dfsg-2_amd64.deb
 db48353e4db629ce8c7f2ae4f81cf83e8b81889f 612480 
qtcore4-l10n_4.8.5+dfsg-2_all.deb
 fea1945995f7560880a7055928582a8e0017eecc 52558 
libqt4-core_4.8.5+dfsg-2_amd64.deb
 

Accepted trickle 1.07-10 (source amd64)

2013-07-05 Thread Robert Lemmen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Jul 2013 20:03:22 +0100
Source: trickle
Binary: trickle
Architecture: source amd64
Version: 1.07-10
Distribution: unstable
Urgency: low
Maintainer: Robert Lemmen rober...@semistable.com
Changed-By: Robert Lemmen rober...@semistable.com
Description: 
 trickle- user-space bandwidth shaper
Changes: 
 trickle (1.07-10) unstable; urgency=low
 .
   * Enable hardning flags during build
   * Update packaging
   * Bump standards-version
Checksums-Sha1: 
 c1f93634e8a406aacd6f085c5607ad4993764ba2 1057 trickle_1.07-10.dsc
 fda8e34880a34c134ec058cd2eeb68f79e65046d 247524 trickle_1.07-10.diff.gz
 35a42605aa20cee81bbde8b3260bb5da2ff6afed 43476 trickle_1.07-10_amd64.deb
Checksums-Sha256: 
 060ccdaf51fb8d3e784701b63395c4b73822dc01862096e79344318df7ce0c23 1057 
trickle_1.07-10.dsc
 5e5ca710b9771e2da9bea60aad6d3607d1b769146f72e99afb2fa4ab21d3ba0d 247524 
trickle_1.07-10.diff.gz
 a924aa765fb0e0082c0a3513f452d7dc7fdedfe2651f1428b485397b7a8f9175 43476 
trickle_1.07-10_amd64.deb
Files: 
 ec4abd31d8b9480664a0b66d759b1d95 1057 net optional trickle_1.07-10.dsc
 81e58358fffbe714bbeda7be2974bafa 247524 net optional trickle_1.07-10.diff.gz
 d5d28215c2132a71da6d39823d85658f 43476 net optional trickle_1.07-10_amd64.deb

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

iEYEARECAAYFAlHWdMkACgkQS6AOchRbaWbLWgCfRUzXFaoStECy5kIkOis6/cud
o60AoIs9BpnW9yTf6h9ZgHWwrdCYv+6W
=qcnl
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv0ko-0002ir...@franck.debian.org



Accepted dicom3tools 1.00~20130623-2 (source amd64)

2013-07-05 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 09:58:29 +0200
Source: dicom3tools
Binary: dicom3tools
Architecture: source amd64
Version: 1.00~20130623-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 dicom3tools - DICOM medical image files manipulation and conversion tools
Changes: 
 dicom3tools (1.00~20130623-2) unstable; urgency=low
 .
   * Add dcunrgb (+Depends: netpbm)
   * Fix other.tpl dict
Checksums-Sha1: 
 bfa519f9ee8a0f46497c9b93f04ad66aaafdd82d 2110 dicom3tools_1.00~20130623-2.dsc
 96b2cc57b7ce8f2e56c7160293fe64fd1dec797c 12082 
dicom3tools_1.00~20130623-2.debian.tar.gz
 2fc6c8ff9e729015d7453dfe592b8edd46523bfd 7967828 
dicom3tools_1.00~20130623-2_amd64.deb
Checksums-Sha256: 
 6eee8511c810b33af35c267a9051cd335373c3bb9917a75633328331469e8ae9 2110 
dicom3tools_1.00~20130623-2.dsc
 6392ca265101175cc1cd4a57a23ea9d2ea333df22526dd25fd8cf53e92ba347d 12082 
dicom3tools_1.00~20130623-2.debian.tar.gz
 712c1f524159555a882aa92dc08cd42d1ea2c3dc4d5ee2a32370c8c1147f6e33 7967828 
dicom3tools_1.00~20130623-2_amd64.deb
Files: 
 c3a54b1956ae20d8495873d920cf6785 2110 graphics extra 
dicom3tools_1.00~20130623-2.dsc
 51431d82414093f4e0f28cf24a6eced8 12082 graphics extra 
dicom3tools_1.00~20130623-2.debian.tar.gz
 d1fb4dae89faba868fd181b8ed3cecca 7967828 graphics extra 
dicom3tools_1.00~20130623-2_amd64.deb

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

iQIcBAEBAgAGBQJR1oRJAAoJEAFx4YKK4JNFQ1EP/3I3J8JWU8S+Pe1/vBm0qB+n
z9JHV1eMk2E+vUID7I5lbc8HyBEniMmoy1Qk+HP3L4fgvMqOl83nITBMGHmRBRZx
+zsTtNH7HZ6qtWQmtMs3ApE63m7AcGpMj1KR0ZH5zH6JfG7x5PSouzYgoOmymzWO
TwCWs7t7yVdHqbJcB5nGo39dRZAW96DZGoNuDhwspN2TM6WPLyA+C7PLvI4nzjiE
S0aSGELErsXUaZx/+MD5Sk2+vnTA5QcRrDDr2evz5+PXeqsvoRFY8wHmzatqjXm6
+5qng6X7jIAbJBU1HhP4OvGtk9TwwJ6ovT74bunJG1szAIyRZ//fdbbtelqleZVN
dpMMJxr02YD8YUiCvvD/W2t34FUbUJ5cmnUokadfM2ecz7E/RvgvCpN6TXtzWayE
OYaLSnOJ+edMwMQRdrhIypTNWJ9yGNyqXWo18zeaeoqfeYuJZMxMtEqF/xHEBqxi
OUIFbgm92+WBVGgOjqkbIz0XMK/B9Ob0Y7E0xqfMyoBVWSA13W3v1y45Us5GaomR
eKb8Lv6eShQBlkD+Ae5PI0tA0VmZpekMkPTH/iRNYY/ooNrWuJsIIYT2xe8F5oV6
XT9hZCkIZyEdm0YhAAPl9rUaXJ3Roigwvy2xl1+RM+zcatilfekb2sxkkLHNDeZ/
wUnAnWRkWfEEEhD7iQCQ
=gJRQ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv1v5-0005tz...@franck.debian.org



Accepted python-whoosh 2.5.1-1 (source all)

2013-07-05 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 00:19:56 +0200
Source: python-whoosh
Binary: python-whoosh python-whoosh-doc
Architecture: source all
Version: 2.5.1-1
Distribution: unstable
Urgency: low
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 python-whoosh - pure-Python full-text indexing, search, and spell checking 
librar
 python-whoosh-doc - full-text indexing, search, and spell checking library 
(doc)
Closes: 705280
Changes: 
 python-whoosh (2.5.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 + Remove Daniel Watkins from Uploaders field, since he seems to be MIA
   (Closes: #705280)
 + Bumped Standards-Version to 3.9.4
 + Use canonical URIs in Vcs-* fields
 + Remove obsolete DMUA fields
Checksums-Sha1: 
 66386c869d40820e5bf36bc0905a9fe832fe2229 1773 python-whoosh_2.5.1-1.dsc
 d24770258a1d90f74e59461ed746b88434d3132b 957133 python-whoosh_2.5.1.orig.tar.gz
 c775d607a0f8835c4b4a08b07dc1ce86627c42ae 8271 
python-whoosh_2.5.1-1.debian.tar.gz
 d53ac2f1595682bb4f2cd4ddca023857acc7448f 400660 python-whoosh_2.5.1-1_all.deb
 3c7825aa7bddf3e6bcdbc1aaff045cbafb2167a7 370690 
python-whoosh-doc_2.5.1-1_all.deb
Checksums-Sha256: 
 021212bd6c79c50e4ecb228fdf227ee29dd8a4586028469d74d4fd79db2a521a 1773 
python-whoosh_2.5.1-1.dsc
 4dd66349e19845a1c80db243b4eeabf4273676dc8aec414c597dae138513b8bb 957133 
python-whoosh_2.5.1.orig.tar.gz
 1987b77396ea91290c3708572415d2ec4707526a9ccee6bb60e26c54b1ceb0c1 8271 
python-whoosh_2.5.1-1.debian.tar.gz
 3679980c26e9efedceba9526d44740ddf6bfbfbf20db58cd82245ecb0e5be229 400660 
python-whoosh_2.5.1-1_all.deb
 57e40e4da4a58e601e783b06b6320dc05b18f54f7a376bfba10b9b00389937be 370690 
python-whoosh-doc_2.5.1-1_all.deb
Files: 
 82e2c8e7417d720a76552cbea4233633 1773 python optional python-whoosh_2.5.1-1.dsc
 cf272479dfd4927ee3818b32cad7c33a 957133 python optional 
python-whoosh_2.5.1.orig.tar.gz
 c21c90abd40c9a9e99ff0a48f5dbb632 8271 python optional 
python-whoosh_2.5.1-1.debian.tar.gz
 01196dd9df879f38b7ee2faa5657b787 400660 python optional 
python-whoosh_2.5.1-1_all.deb
 7841ed630ff8a30f9a60ae2f565dda89 370690 doc extra 
python-whoosh-doc_2.5.1-1_all.deb

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

iQEcBAEBCAAGBQJR1oBYAAoJELwZapTt3aG3vNUH/AoFqpT1YELutdJHelpgjvvX
91stVIAB3X3Wrzi0kGKdTNaFM2+b/ZzsPUnmhbTY4XgQVe5O4tATH6gqTvX89FQR
C465W+/c9pR0z8Ml2GGr6pSUqRvIW7HsFp1YpwUXUj1wy1EmTM1lSNkhTtw573s/
X/5jPkHt9Qy1DsB0OqTYLWDo3eLBq3QtAXr5tkWnIuJKS66+ckTdf2oPDbfY3e/B
HfhFVOGle0OScwFx9nbKXbHtYJVM/NaGFqvO1ogGDND6IWLOjPbVQuYxCxC64jiW
JXy9H8D/BCnIv/pXasD+yGh4gTid/6tbXVpKVfx6bpC15wJAcpw96jz6OYLjvCE=
=8LWr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv1vy-0005en...@franck.debian.org



Accepted secure-delete 3.1-6 (source amd64)

2013-07-05 Thread Robert Lemmen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 08:50:37 +0100
Source: secure-delete
Binary: secure-delete
Architecture: source amd64
Version: 3.1-6
Distribution: unstable
Urgency: low
Maintainer: Robert Lemmen rober...@semistable.com
Changed-By: Robert Lemmen rober...@semistable.com
Description: 
 secure-delete - tools to wipe files, free disk space, swap and memory
Closes: 486018 538151 653260 680336
Changes: 
 secure-delete (3.1-6) unstable; urgency=low
 .
   * Enable hardening flags during build
   * Update packaging
   * Bump standards-version
   * Fix a few minus-vs-hyphen bugs in manpages
   * Fixed a few typos (closes: #486018, #653260)
   * Tone down description a little bit and include binary names
 (closes: #680336, #538151)
Checksums-Sha1: 
 0c8e9977bd0c787323508f01d2fd2622ba9a83dc 1032 secure-delete_3.1-6.dsc
 2e5a7d356ccf9b7e5f3a6309e50b3a1a78a1cf63 5163 secure-delete_3.1-6.diff.gz
 d99da12a4eeaef3efe36731d372315984e81c28f 69620 secure-delete_3.1-6_amd64.deb
Checksums-Sha256: 
 11a5b70dd3a12b0854505d9cb37635f5cd60d4f762bffefb40a87a06d31d9622 1032 
secure-delete_3.1-6.dsc
 f8467a741d9293b52f7e5845935652d7d1ae94bb6e9a4b9424313a641d385a70 5163 
secure-delete_3.1-6.diff.gz
 2f9f11f62cef5b65ef9ff1153976225816a04867eaff2e38f5a9ff89734014c8 69620 
secure-delete_3.1-6_amd64.deb
Files: 
 dbb7508b3c61f1e9ccae24ee44868f0e 1032 utils optional secure-delete_3.1-6.dsc
 f38059859a037c1b1011f30c979ad270 5163 utils optional 
secure-delete_3.1-6.diff.gz
 a549d67fa82b310bf207ce9fa5429123 69620 utils optional 
secure-delete_3.1-6_amd64.deb

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

iEYEARECAAYFAlHWfpMACgkQS6AOchRbaWaxPgCeJFfrn+poRfEACAT+ovLxBhnD
5PsAoLyKrsNhn9gZc7qCx/RinqG/1JNF
=mjEr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv1wx-00063s...@franck.debian.org



Accepted tbb 4.1~20130516-1.1~exp1 (source amd64 all)

2013-07-05 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 09:06:21 +0200
Source: tbb
Binary: libtbb-dev libtbb2 libtbb2-dbg libtbb-doc tbb-examples
Architecture: source amd64 all
Version: 4.1~20130516-1.1~exp1
Distribution: experimental
Urgency: low
Maintainer: Athena Capital Research acr-deb...@athenacr.com
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 libtbb-dev - parallelism library for C++ - development files
 libtbb-doc - parallelism library for C++ - documentation
 libtbb2- parallelism library for C++ - runtime files
 libtbb2-dbg - parallelism library for C++ - debugging symbols
 tbb-examples - parallelism library for C++ - example files
Closes: 695683 695685 712146
Changes: 
 tbb (4.1~20130516-1.1~exp1) experimental; urgency=low
 .
   * Non-maintainer upload.
   * Upload 4.1, update 3. Closes: #695683
   * Switch to dh/9. Get harderning compilation
   * Add d/watch. Closes: #695683
   * Use d/rules to generate version. Closes: #712146
   * Build PowerPC/SPE. Closes: #695685
   * Use new d/rules. Bump Std-Vers: 3.9.4
Checksums-Sha1: 
 2a2041352545cee170efb973c756b84ec24d 2051 tbb_4.1~20130516-1.1~exp1.dsc
 4f59e6d90745fbb553f0ad153043f448e57c9a44 2084671 tbb_4.1~20130516.orig.tar.gz
 fbd8bfa64081a519925d73eb8b6ddf46b9949e69 5338 
tbb_4.1~20130516-1.1~exp1.debian.tar.gz
 404fa356ca49088dab8e20bb8b73578b0f27a6b5 252318 
libtbb-dev_4.1~20130516-1.1~exp1_amd64.deb
 55918b89c24092410da0eda4d92ed2738b238c15 142406 
libtbb2_4.1~20130516-1.1~exp1_amd64.deb
 25229f1e45d0ec487b3b4a96f07e70966b572383 775444 
libtbb2-dbg_4.1~20130516-1.1~exp1_amd64.deb
 a8c283abfc4b7f7732f9814e35a37f573f2f7d14 338376 
libtbb-doc_4.1~20130516-1.1~exp1_all.deb
 640694ff4327922dafa5ec10e0853de8562f6d32 861774 
tbb-examples_4.1~20130516-1.1~exp1_all.deb
Checksums-Sha256: 
 13d878a842a82299a1faf763dc24d61fb5f1cc0ba3002f29f928da1a92122bff 2051 
tbb_4.1~20130516-1.1~exp1.dsc
 567496f128a8a735f1115487a72a8de857fe62710ba00d0bc2196c48f4590ae1 2084671 
tbb_4.1~20130516.orig.tar.gz
 22a4923ad53005b5054dd1e9fd68bba53ed68830fe7c80b30188a421c9bc83ca 5338 
tbb_4.1~20130516-1.1~exp1.debian.tar.gz
 acb6d3915991b2aa11b9a69f34970a445a3e9e0258c9950affeba98276c03fa9 252318 
libtbb-dev_4.1~20130516-1.1~exp1_amd64.deb
 792ecb7c6433596e2cac0ae893bfa97f84541bbf54747da90c982c43a88ae412 142406 
libtbb2_4.1~20130516-1.1~exp1_amd64.deb
 0aff0ce46f766cc64b2bfaab0d8faffc819b6da6097b5dbc7d7e7c0df5ccb499 775444 
libtbb2-dbg_4.1~20130516-1.1~exp1_amd64.deb
 24381bc897f10e7b492b8fb1a5aeab952e0028aa33dc12b06ddaa2f05a8595ce 338376 
libtbb-doc_4.1~20130516-1.1~exp1_all.deb
 9eadcc6b0999d1f3109ac0d3cb5397b8ff6f2a313d10ce86f71580210935bad1 861774 
tbb-examples_4.1~20130516-1.1~exp1_all.deb
Files: 
 abd49a950674351b5b1af731aa597b50 2051 libs extra tbb_4.1~20130516-1.1~exp1.dsc
 08c14d1c196bc9595d8c52bedc239937 2084671 libs extra 
tbb_4.1~20130516.orig.tar.gz
 fa5312234eae82bc007f6c74285d04b2 5338 libs extra 
tbb_4.1~20130516-1.1~exp1.debian.tar.gz
 ddd2e0a3585560cbac2918160498a41a 252318 libdevel extra 
libtbb-dev_4.1~20130516-1.1~exp1_amd64.deb
 880f10289d74363b30cbda927e4ee261 142406 libs extra 
libtbb2_4.1~20130516-1.1~exp1_amd64.deb
 03fb1a149a628dcc91f4dd6d7f55ca3f 775444 debug extra 
libtbb2-dbg_4.1~20130516-1.1~exp1_amd64.deb
 b5825a131bde7e62afcb445e55760edc 338376 doc extra 
libtbb-doc_4.1~20130516-1.1~exp1_all.deb
 b7d923f8287184ef539be8db1c03ce94 861774 doc extra 
tbb-examples_4.1~20130516-1.1~exp1_all.deb

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

iQIcBAEBAgAGBQJR1nvNAAoJEAFx4YKK4JNFpWwQAJ/OBE3fgCOb0fJuFxOCimaY
8Hx6kf9VO2kY6u381J1+7PC1IyBVQ87/RxrqINOC1DnjwW3DHWh2wZIRKeYEhWQC
2Ad0zGGpEudmcT6eEbO6gsP3WdPQkLRPHqxslotjpc83JQndEzvLRPgu9m4rGh8x
bxh5oJryciwa31bD2akNcdqgEHcjHwcvOO3qQDktRpD5wiSL2lYkFqPg3az21OT0
ZiLbeuvcgjWBmt59nF+9xCUkaxETEgO0sz7MkGfL018fGiSUMVio3hx2u6qgKPV3
6WRLpuy+l+knvGU9qe3cS7PHdZI/oqkVytaDpOTMKH/BFIrb8NpuUeQ6wtl6M5gd
kvZhIeCr760or1g39FsGjEwr1BYYS+PGHyUU8CuCj/+gde3CNksZmudIR75sXbCZ
kKsoA5j7qUhcYYUht9XQV6i7SI0csVnhcvdzU17ODKR6Hv4dYTAVjfq5ZQBAxfTm
8dIgHnLp+ITCCnPpBPMAoayExxhztfLEZi7MMO9hfKMjjDbCko3z9bB34O/zeTK/
LYdknztCxKpMh4tNI1bTbt0SWuD4lFwDIqklZTviESjqxsbR4LAT/7G/YQRvwKId
PLC8tDj0i7aG8YtJcr5DbKens6i3to7sfI/WQX+8uCJk3kFIFrqc7VQntoQyMd6g
DJgFcYcd4LRm3f6fGVFe
=QVap
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv1xc-0006eo...@franck.debian.org



Accepted mew-beta 7.0.50~6.5+0.20130705-1 (source all amd64)

2013-07-05 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 18:42:19 +0900
Source: mew-beta
Binary: mew-beta mew-beta-bin
Architecture: source all amd64
Version: 7.0.50~6.5+0.20130705-1
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 mew-beta   - mail reader supporting PGP/MIME for Emacs (development version)
 mew-beta-bin - external commands for Mew (development version)
Changes: 
 mew-beta (7.0.50~6.5+0.20130705-1) unstable; urgency=low
 .
   * Imported Upstream version 7.0.50~6.5+0.20130705
Checksums-Sha1: 
 0e0d2947d83423363ab6cc0803935a81af1f4daf 2010 
mew-beta_7.0.50~6.5+0.20130705-1.dsc
 ad3cc7479020522b6e2783935082f4f1da151960 986753 
mew-beta_7.0.50~6.5+0.20130705.orig.tar.gz
 da2166156f44a98659e361409d7eb9002a7b474b 59718 
mew-beta_7.0.50~6.5+0.20130705-1.debian.tar.gz
 b993c31b8d8c8d20c7a2bb6d90aea52d18c911a1 807048 
mew-beta_7.0.50~6.5+0.20130705-1_all.deb
 dd25db3f89539de539a4884de9c47a59694da06f 65942 
mew-beta-bin_7.0.50~6.5+0.20130705-1_amd64.deb
Checksums-Sha256: 
 ad6f5db5fca38bad464cefa51cbb7b6308b780b4ef33067930ea1ff1d5a18f4f 2010 
mew-beta_7.0.50~6.5+0.20130705-1.dsc
 4571c8919f857232ca0b835ffc08f7b7d21e425077b5d4d61e6b45a6bacf45c3 986753 
mew-beta_7.0.50~6.5+0.20130705.orig.tar.gz
 27465f25862e73589d6e20165a6c382410d1ca0d186abe861f6b992bbac8de12 59718 
mew-beta_7.0.50~6.5+0.20130705-1.debian.tar.gz
 8299d0e279709ea27caf5daf2cbcb9310319d196b8aaab7da513bbd48c36f5a9 807048 
mew-beta_7.0.50~6.5+0.20130705-1_all.deb
 5f9a73f77e14641430dfc8c7c65962594a2dc3ee3094e68349b662d882b86a79 65942 
mew-beta-bin_7.0.50~6.5+0.20130705-1_amd64.deb
Files: 
 b9e80ad3dcd690d96372abf126bf3d94 2010 mail extra 
mew-beta_7.0.50~6.5+0.20130705-1.dsc
 87c8fcda03b76438f0d3778c6ae3e0b1 986753 mail extra 
mew-beta_7.0.50~6.5+0.20130705.orig.tar.gz
 c5401b8f799f0e2c106bd11b0662d25f 59718 mail extra 
mew-beta_7.0.50~6.5+0.20130705-1.debian.tar.gz
 f6f05b47d452a326e2725bdc55a04ea7 807048 lisp extra 
mew-beta_7.0.50~6.5+0.20130705-1_all.deb
 dd9a21d1e835d693954e5e496ff1d91b 65942 mail extra 
mew-beta-bin_7.0.50~6.5+0.20130705-1_amd64.deb

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

iQIcBAEBCAAGBQJR1pdPAAoJEOXvq5AIDqY8/oMP/317f2vC8ilQ6xQVfl0OORx9
MUMPVDi4ym3UNtRRSHouvKB0Di3ovipPoqqll7DS7zXXBGM5+Mph11v3zvp3EcSP
6Gi+iAbbY7g10ORyEPHQnM/H3pXUTAotjz09eHtRo9+QuOB4Jyd9/sTjIPV+UAWd
vdlMKoArNEw+osca5erliFsFgD57bQpo4xiNRSHaBtZs+A+zGUSRRwz5EeNU/bK9
k1WTVGJdmMKUAOyxSHICgmeKFdx+i0uE7Cte90sXCnuwQuP3RQK+pqDPB1TqRo5Z
Dbt7bSNNnf4MJOlN/H7x2OFvbVuFlBn+9LXdHbwgO2TwBUf5VjIywSMPp0tud25Z
C7K+CD9ErBy6zk5QO3aJUf3m26CwuAX7kxdCSyr3IcGRupp3wgLpRtRik0Hx+1sh
vGLBMFVg3sp9c4R06KUV5Yf8W0ZEjByxp0DzC/aV+Z15TMjWGZBlNvdC+i0yQ2aM
DEdS6tV8dy84dzDxY3jBjJcseDHJiPtKOF7GwN/evLJnpLlejrn6TytqfZBgtD7O
AlU1+PFDlgHgB6S/+mT1rfsH/WlX1HiFE80p/jJrAf0jPTmhJhkKBnGnps8nHcPI
Q5VgJkya1KOWiLMvskYBPRRdRqWp7AcdR96gI6E6db1eeRQ4NZcQOayH9ZhyIlou
jf9uB59L8PigOgbdM4PG
=aGX4
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv35m-0008uq...@franck.debian.org



Accepted mhc 0.25.1+20130612-1 (source amd64 all)

2013-07-05 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 19:04:15 +0900
Source: mhc
Binary: mhc mhc-utils
Architecture: source amd64 all
Version: 0.25.1+20130612-1
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 mhc- schedule management tool for emacsen
 mhc-utils  - command line/GUI utilities for the MHC schedule management system
Changes: 
 mhc (0.25.1+20130612-1) unstable; urgency=low
 .
   * Imported Upstream version 0.25.1+20130612
   * Remove debian/patches (merged upstream)
Checksums-Sha1: 
 6dd79107d4b3fab7242093355d6aeb8ad8b3f036 1949 mhc_0.25.1+20130612-1.dsc
 5cdb21c0008be5506e313588f7cf75efb82decf0 198011 mhc_0.25.1+20130612.orig.tar.gz
 765580cebf837bf728c22570a7a01106ca7edd98 14128 
mhc_0.25.1+20130612-1.debian.tar.gz
 2375f524a7dcc955cfea7f145d0fdbf97d6764a3 73848 
mhc-utils_0.25.1+20130612-1_amd64.deb
 09c0071e15c46f16a8cc2ca831f8680e8898d892 142224 mhc_0.25.1+20130612-1_all.deb
Checksums-Sha256: 
 0526091487a80f33d2c7f66d9995c44d08de6544c4e529a0df5b8c3ecfad06f0 1949 
mhc_0.25.1+20130612-1.dsc
 3a5f15a879cd3ee82e9da4719fd0ccbe51375f032453c509137e2d542292e483 198011 
mhc_0.25.1+20130612.orig.tar.gz
 6fdbc5cdfaf41fe67dfa7c6c4308dc32a8ef5e9b416ddf0808cbe3ce9f4515af 14128 
mhc_0.25.1+20130612-1.debian.tar.gz
 61501943c235814277a09cc9bcfc2c5926099dc6ab71ac1cca345af3fd1fbaa7 73848 
mhc-utils_0.25.1+20130612-1_amd64.deb
 a3aeadeb0610e7f56eb036a61f158bf4d4058d1538f1d4750bff8ee3674617fe 142224 
mhc_0.25.1+20130612-1_all.deb
Files: 
 92573a6a4ff8ae9199465dca83e691af 1949 misc optional mhc_0.25.1+20130612-1.dsc
 df34f3e8681a1b0ba15a96798da61091 198011 misc optional 
mhc_0.25.1+20130612.orig.tar.gz
 e4abe51d5ca239bcb428b3a537782ac3 14128 misc optional 
mhc_0.25.1+20130612-1.debian.tar.gz
 d7350a897dbbffd50a3abff73936f492 73848 misc optional 
mhc-utils_0.25.1+20130612-1_amd64.deb
 248476910b1a084b62633b6919f7926c 142224 lisp optional 
mhc_0.25.1+20130612-1_all.deb

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

iQIcBAEBCAAGBQJR1pusAAoJEOXvq5AIDqY8iIYP/193B8i2siuop4uQ1w2WaR/n
TT1AZ3pi2PjvRr/TDF/NZblCR9iOIINT53l08wqhstEfUJof3Q7sDIJSC9hkgiNi
oEi3VcTrkELedPAKI93VjL0Rs2HS0R2WiGMzRIZ21P4xfTsLF17pkiTqZfVVBBeZ
xL5BNXH0Unn8P1pUTCD7c0ctPTrdFKPJqox3KjitFrQiIIUKnXhO2tGmaI+cZLDp
0BH0d4bu0KlaGQhwqkCIDt2+ztMVKD9GtHN/QBoC5DtkNuImIDr+nBIMt7/onR26
z30emRKmLK4CqJrpbSait49EyH54H+35mbemK6usAZB5jVxJTSXQ5iHuoHi+NDbE
2jabydFwEGrkbKjjiBSo7/xbOmZreczgZnMI9ZFqOshWIrF8POUwdwNhbeXJRHDM
6xzuV1Urh0Ysn8ky72zTIXd8x5qaZhVDobyiiByUpuh3BOUSsEtIxoAvHCr2Y+kP
04LRENEK/yR43Vin7vUgYYWtOqrf8Yzcm1290ot4pqY/9Ct4sMQGd3lTL66x2X+3
uOghgNwyUA1u//QZ6/tEHOfMeNKPCqw1Ag0TXwEgrMRVLlD9Mf89volly0517hrx
K6ljUhRhmnC0ReNQypMCgYLZI3WmrQkYY4qsFoJ75R1Aime5116kRag8JXNZ955I
lfMx5XHMGW7A0hRQJTH2
=VL8i
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv35v-92...@franck.debian.org



Accepted myproxy 5.9-2 (source amd64 all)

2013-07-05 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 10:52:27 +0200
Source: myproxy
Binary: myproxy libmyproxy5 libmyproxy-dev myproxy-server myproxy-admin 
libmyproxy-doc myproxy-dbg
Architecture: source amd64 all
Version: 5.9-2
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 libmyproxy-dev - Credential Management Service Development
 libmyproxy-doc - Credential Management Service Documentation
 libmyproxy5 - Credential Management Service Library
 myproxy- Credential Management Service Client
 myproxy-admin - Credential Management Service Administration Tools
 myproxy-dbg - Credential Management Service Debug Symbols
 myproxy-server - Credential Management Service Server
Changes: 
 myproxy (5.9-2) unstable; urgency=low
 .
   * Add workaround for BTS #714733 (Can't rename directories under /tmp
 in a schroot on GNU/Hurd - run test suite in build dir instead)
   * Add arm64 to the list of 64 bit architectures
Checksums-Sha1: 
 75fb34b4401debaa1b1824ff9cfa90045a43c8aa 2456 myproxy_5.9-2.dsc
 ac0bea4299b44f30f8501cb4d94212b38b17b305 9205 myproxy_5.9-2.debian.tar.gz
 98e56590daac43e772fec3a91b308629e66e3ceb 62884 myproxy_5.9-2_amd64.deb
 0348ef03392e286b1e5f56aadf3ce44426a92c47 120992 libmyproxy5_5.9-2_amd64.deb
 792a8eafe02c26f82a85e5d4955034f24636ebc6 15418 libmyproxy-dev_5.9-2_amd64.deb
 b5e94c9dee3ea5999c5d73835f1c6cd12aa74e70 49366 myproxy-server_5.9-2_amd64.deb
 6f67ff91522c3d610b4b9eef980abd09221139ed 55802 myproxy-admin_5.9-2_amd64.deb
 b2dca1909148ff4def43f48293250cff68a2663d 498682 myproxy-dbg_5.9-2_amd64.deb
 e88aeb82f02a5dccb5077bf867a0abe23beb3225 82150 libmyproxy-doc_5.9-2_all.deb
Checksums-Sha256: 
 d1b338fdb83c83d8981537d93febfc4e5088822dd3323f40af920818316f3dc2 2456 
myproxy_5.9-2.dsc
 0a052cc831da3056100e0dc0464397b21b1f579b4deb0abe3bf70c662a43b162 9205 
myproxy_5.9-2.debian.tar.gz
 8b836f4bf93571d3519f321875ed0ffac3404880b432c632c2cc81799db2a73e 62884 
myproxy_5.9-2_amd64.deb
 881c9f8fe54d10cf1d048b87f59fb58e1bb8a987444c1f2fd87b7d2e818fdfeb 120992 
libmyproxy5_5.9-2_amd64.deb
 911f94a1f78b42c3da68b52d75866089d161afd9e3cd169f8a5cef1af1ef3ee9 15418 
libmyproxy-dev_5.9-2_amd64.deb
 412cc43a7f76199b9dc78eaa6ae6d0eb281274dbcb83de57713600db11a6076e 49366 
myproxy-server_5.9-2_amd64.deb
 5e54788cc6b4ffa2dc38eb91aa46043f04bfb0c469b10ca196705ec6e1b49041 55802 
myproxy-admin_5.9-2_amd64.deb
 f837722a23a590e8c03ccc5d45d183ec7c573112ff7fcc845a653e05e63f74ce 498682 
myproxy-dbg_5.9-2_amd64.deb
 b0055af2e9b59e8c71a0a7a09722c0c17a211288d7ce36be5295b39d8cc86a68 82150 
libmyproxy-doc_5.9-2_all.deb
Files: 
 323c456da9cba3b8738f66c34c47d767 2456 net optional myproxy_5.9-2.dsc
 d0d91f41e0c6a0e63a5566879149c0c5 9205 net optional myproxy_5.9-2.debian.tar.gz
 ef5eda009288aa02f1d7f5d1c498fb0c 62884 net optional myproxy_5.9-2_amd64.deb
 a1c313f7c9de2e0284adc4964d4484f3 120992 libs optional 
libmyproxy5_5.9-2_amd64.deb
 05f4ac8f7be61f730b7e23ecf3e6dff9 15418 libdevel optional 
libmyproxy-dev_5.9-2_amd64.deb
 61989f1f1166daa0de1036fa809b39ca 49366 net optional 
myproxy-server_5.9-2_amd64.deb
 f537de03872660c6ffc8c1b5d4660e4f 55802 net optional 
myproxy-admin_5.9-2_amd64.deb
 4c043fa30856b3b152670f25e60c28b9 498682 debug extra myproxy-dbg_5.9-2_amd64.deb
 1f0539d2c31e744506e0477fd1c836b6 82150 doc optional 
libmyproxy-doc_5.9-2_all.deb

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

iQIcBAEBAgAGBQJR1pVjAAoJEOiuwv874alL9HYP/jj2bBYDm+54U1sjUwJ31edc
c74nt3OJqodgp8RPYBUkrFhL+By8bFjY5pbrtdHblxhqhOApK6YODHKWqp+rFnWX
zTwcLkrVsDOenMawUiYDvASnrrGwF0EaG2+R7iwvmd8cy8nuq3dijwsVEgFDfjHw
bzEAJ43fgqHNpw1l7AL8tvYCrlYnPtuSzr6qMwLwp3CsA4EaxMsTF/iMRoMGqdPy
v10xy2qd1Ck/1J2Qlic0pIR7XN/XUHAkINzhLo0Zb7j7VkSDOwUc8K4c2W+DYY6G
zyhqEiVgS9yJHnlJerG2ceLCrGRSjTYEXHLSnw5oOOp7lBaWmap29ew1lOm9VbrO
3SZWMWSq67cUraZK+batx5227x60NeGXs8R4/4lInuhafRKyrhYEo7i83OMNT4LX
21PlmdBO9+6i75ZDcmY7mFa/kZ/PqtIyESb6pxvzW6dMl/Ovw45je1iS9r9q4Aco
GPe+RKIWdbQ6IXF9uDxUYCy8slyOI2APz08ioCC+Z5iOumbg2e9TQy0L3xWbV2f/
aK/4/bXIgBDraA2RJx/Oo0j5R8S3ZGXr+GKy+c0aGHxz8kMuQWjFvXNkZvT6G2Iw
Icr5uSC90nKbievOaStOqHMZhObhBSk7aAYFz5rZhObcM+Th50c7hD4MmTK3FFH2
Jgc2rIlAUJoRNnubcADH
=lTTh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv36a-pw...@franck.debian.org



Accepted openimageio 1.2.0~beta2~dfsg0-1 (source amd64)

2013-07-05 Thread Matteo F. Vescovi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 11:58:46 +0200
Source: openimageio
Binary: libopenimageio1.2 libopenimageio-dev openimageio-tools
Architecture: source amd64
Version: 1.2.0~beta2~dfsg0-1
Distribution: experimental
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi mfv.deb...@gmail.com
Description: 
 libopenimageio-dev - Library for reading and writing images - development
 libopenimageio1.2 - Library for reading and writing images - runtime
 openimageio-tools - Library for reading and writing images - command line tools
Changes: 
 openimageio (1.2.0~beta2~dfsg0-1) experimental; urgency=low
 .
   * New upstream beta release
Checksums-Sha1: 
 b4c607cf0ec339c7323d5d433d927e3030a9e035 2493 
openimageio_1.2.0~beta2~dfsg0-1.dsc
 214952125e93a436524c686bdfbab08fc667aed1 11714081 
openimageio_1.2.0~beta2~dfsg0.orig.tar.gz
 cfa6693667c60090259442f17f4a926406da97d2 16884 
openimageio_1.2.0~beta2~dfsg0-1.debian.tar.gz
 f2630195804c7ae86796dff17e293095d121725d 1454978 
libopenimageio1.2_1.2.0~beta2~dfsg0-1_amd64.deb
 aace8fa0ad597aa8fdf2c025764ff21abfaf6a7d 804038 
libopenimageio-dev_1.2.0~beta2~dfsg0-1_amd64.deb
 d52c1df76f12b1e20643a5709d6a530bf4f37b88 480196 
openimageio-tools_1.2.0~beta2~dfsg0-1_amd64.deb
Checksums-Sha256: 
 68ebfe09557de2498e67e71ae6a9dcd5177bcd8b8be6470cab0aea06cbd2ef31 2493 
openimageio_1.2.0~beta2~dfsg0-1.dsc
 9588ae35a25af006a0b163c774a86f96d0a3db54d65d5d225fec53976fa44bc3 11714081 
openimageio_1.2.0~beta2~dfsg0.orig.tar.gz
 d784c975a16b25ced07030b3b5291653cb38d15ba16ddc6870f6360e50b24b0f 16884 
openimageio_1.2.0~beta2~dfsg0-1.debian.tar.gz
 289453c946ee917c9bfc712ed05bff647d346e2e93668d77123724261cb93722 1454978 
libopenimageio1.2_1.2.0~beta2~dfsg0-1_amd64.deb
 9d05ca92e31a455706b5fc3da18f6445835edbb2a14c44d5b48603f63d8e0287 804038 
libopenimageio-dev_1.2.0~beta2~dfsg0-1_amd64.deb
 22dff007dbb43d2e318fe29e15a46185cfa1286bb64dd4498b47cd409d34189c 480196 
openimageio-tools_1.2.0~beta2~dfsg0-1_amd64.deb
Files: 
 9b0af15c4e33f18e18d4dfebcfc97265 2493 libs extra 
openimageio_1.2.0~beta2~dfsg0-1.dsc
 4c08a2a74437f8832de2cba0eafeea05 11714081 libs extra 
openimageio_1.2.0~beta2~dfsg0.orig.tar.gz
 7e91c21748345c06fd5b74ad8113c6d9 16884 libs extra 
openimageio_1.2.0~beta2~dfsg0-1.debian.tar.gz
 f88a5a9cddb68ce2d375e71429408490 1454978 libs extra 
libopenimageio1.2_1.2.0~beta2~dfsg0-1_amd64.deb
 e5a3eadfe6608de53567fe32a64c455a 804038 libdevel extra 
libopenimageio-dev_1.2.0~beta2~dfsg0-1_amd64.deb
 bbc32647d2ede390b372e7691ee3c503 480196 graphics extra 
openimageio-tools_1.2.0~beta2~dfsg0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Debian powered!

iQIcBAEBAgAGBQJR1p/kAAoJEIBiOYmDss96UPkQANDCuddF3NKH/Nq2aacnEI89
vIG26qvWbjCRECpYpYpFVKhGfhXxE6tNWpEpDeaS3Qk75Nx4YAxHIIzcpLgTLAxr
1uZGZGnzIZXgW+KuL2llMDueSnmObZzukVEeggIlcbf+/MFrwb+tFkwTPZu3RQZk
k1FTmZ3dmL75/Tpj4uks3b5XHGUGOpkGh5plJR1qK7xOI31rI0IbL+1fVZZZkdYt
rKUP/c7H310e/uu8lqMnDDvyd2uA6fsXUfuHRgXcQ43kVSP3ixzEw6VXcx9pw5+j
7GqKLgQYInTsrf7CGu+AJxymsWE+cQldzXsrQkmwmquNgMgjk1iU26GrCNuP3PI5
r36oF6YNrLgtXTGCwU0V2vKSG/iGytIFuriGvlpRNUyDFdim2EPttf0fBvVNEyHk
F1kKP0cBnlIXbubIa0Fe3sO7g1iGcQE1L622xS8nz803triezD09rQHBUW9TnshD
I0AE91ymNZiXousBFDU2SrUaQo/auyHcE23ZDfWP4fCg8im3qfynbTDHHt/PbPU7
Z6B0qxkGMRoRm1Hgj8rmNgtqQm0HlplmDFoEPHiNZwjNXtUCMmJY7OYn7/AtB+IT
K1cSF4WpXSWhJs8Bg1ArH4dGe6t40SiBikvuvH5+XIjHm/0LBpdF8qYat91bkD2z
M7JR3c+yMYOeb3i/CERy
=tx0d
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv3z4-0008ej...@franck.debian.org



Accepted wl-beta 2.15.9+0.20130701-1 (source all)

2013-07-05 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 19:24:47 +0900
Source: wl-beta
Binary: wl-beta
Architecture: source all
Version: 2.15.9+0.20130701-1
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 wl-beta- mail/news reader supporting IMAP for emacsen (development version
Changes: 
 wl-beta (2.15.9+0.20130701-1) unstable; urgency=low
 .
   * Imported Upstream version 2.15.9+0.20130701
   * Remove 10_ikazuhiro-branch.patch (merged upstream)
Checksums-Sha1: 
 05fae33e561dac74ab555e23774732bad7bf670e 2008 wl-beta_2.15.9+0.20130701-1.dsc
 8e89bf779d50d5fa26ef44389dbe36b02bc7854a 1165863 
wl-beta_2.15.9+0.20130701.orig.tar.gz
 a1a7d3db00bf71659ff17f6bb30af1e18a6369f5 18352 
wl-beta_2.15.9+0.20130701-1.debian.tar.gz
 df03360db9e33f4e69625e22bb1b0279bfa5c61e 968558 
wl-beta_2.15.9+0.20130701-1_all.deb
Checksums-Sha256: 
 48906841a6dca9b5e9e60ecea9fe2a94b68ca8777b8b53a8e5d8121d5edd6977 2008 
wl-beta_2.15.9+0.20130701-1.dsc
 94f9a164f9ac7f857a7837614f0076feda21113bf219db3f89918487218e3e22 1165863 
wl-beta_2.15.9+0.20130701.orig.tar.gz
 ccbc985d39e39c10148efd50c6ab2701f88da5873dd8dd6e85c9bbb3900df355 18352 
wl-beta_2.15.9+0.20130701-1.debian.tar.gz
 fc46200c59b60e70b70715fa24dff757d0e272cb756a03ab4dadc4bfb4741950 968558 
wl-beta_2.15.9+0.20130701-1_all.deb
Files: 
 ea8d47ff1e40226b9edec6ae51679a13 2008 lisp extra 
wl-beta_2.15.9+0.20130701-1.dsc
 7560fea7d4b27b368ab3c1520456696e 1165863 lisp extra 
wl-beta_2.15.9+0.20130701.orig.tar.gz
 bbe2fa75a794d71536ac1d70cac38a9c 18352 lisp extra 
wl-beta_2.15.9+0.20130701-1.debian.tar.gz
 98c84b34cb3e9ebd5d59a10b37e0caa8 968558 lisp extra 
wl-beta_2.15.9+0.20130701-1_all.deb

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

iQIcBAEBCAAGBQJR1qA9AAoJEOXvq5AIDqY8+VEP/RaP2ME+DaQ+zgSJWdKq0UM6
ALfcUnH0fIHWGZR57WW5Ao0EZaoMukmSAW4SkmIK0+pmgD2/xSNQudr0gRlCawhp
+t+c+JaUgPcwaK2Rr2dwiNET/T8nlh+CK1ldk3jl+TPmshXjkZNbHLJT6b9ZxTzx
NgFUA7YPefFDgeySXy+gudI/59M9Vf6vBO93nvrJdCCsTE6JVL3NM2E4p1S4JPxI
LqGw/2YCVNgqNDISgKTuziNeVMHeuVCxDerF46cmI/I4Zqx3M2UhYcWE/4x2RHCB
ogCsZP32U61GbG32ZlVCF5LDSXew15iq9mrnRoPoyeBFT5bcdUC+rUUu/6FtCQVP
DTAyoIqu7hSpBT/lZCClT5xwqaFUYNovd2aQaUK0ewY4W2A4CwyYsd2Q395oTXBR
ELsL07K8rh5cQa3yknHn+fZgnMABBarCr3UystR5CJEWh6ASGQpZBIjFRCkG1Uku
4IAfyrslpsYDFl1Dcp60u8a089Edbruht1EWvAto0nvS+2nkKWQoTUfTrzowoaMG
UP+xct2GP5NKsbJegLOIhBdX5n8jmZfGlNAJucPynhZ0Ahs6ekt2yavpU2jTlQKb
tvffuMoZVw+YxuPqXQIvc9+cKOpuBB4sqfyXL2CYibfDGNr3AcxVEPpQ0FbqHzJp
6gHOZDW4DHvJar+fPT64
=yyoB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv3ze-0008ip...@franck.debian.org



Accepted cuetools 1.3.1-13 (source amd64)

2013-07-05 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 18:58:46 +1000
Source: cuetools
Binary: cuetools
Architecture: source amd64
Version: 1.3.1-13
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Dmitry Smirnov only...@debian.org
Description: 
 cuetools   - tools for manipulating CUE/TOC files
Closes: 655078 655079 658818 669675 676478
Changes: 
 cuetools (1.3.1-13) unstable; urgency=low
 .
   * QA upload.
   * Added Vcs links to new repository at collab-maint.
   * Homepage change: project moved to GitHub.
   * debian/watch to check official GitHub mirror.
   * Standards to 3.9.4.
   * debhelper  compat to version 9;
   * debian/rules rewrite.
   * xz compression for source archive and binary packages (*.deb).
   * Build-Depends:
 + dh-autoreconf
   * Depends:
 - id3v2
 + python-mutagen | id3v2
   * Patchworks:
 + added DEP-3 headers to patches; forwarded patches;
 + updated man pages spelling and other corrections (Closes: #669675);
   Thanks, A. Costa.
 + cuetag: use python-mutagen (`mid3v2`) or id3v2 (Closes: #676478);
   Thanks, Rogério Brito.
 + cuetag: specify field list (for Ogg/Flac), as well as field contents
   (Closes: #655078);
   Thanks, martin f krafft.
 + cuetag: patch to pad tracknumbers with leading zeroes
   (Closes: 655079);
   Thanks, martin f krafft.
 + fix handling of cuesheets with 99 tracks (Closes: #658818);
   Thanks, Branden Robinson.
Checksums-Sha1: 
 602b48e969e734b94743c43839ccddb9aced72bd 1876 cuetools_1.3.1-13.dsc
 50da62289e1a9f60f924bad732afcf5264e406f9 15432 cuetools_1.3.1-13.debian.tar.xz
 3f70b9d46e7262d7347b86ff756eb214509d3c1a 48598 cuetools_1.3.1-13_amd64.deb
Checksums-Sha256: 
 6146f4bd104f5a8d37f5315fe51749628057fc712c9454f5d5fa52e11cd93b5c 1876 
cuetools_1.3.1-13.dsc
 3827e0faf042334ddd535a13c5b03703916e9e9889b98025b02482ff645b8f9f 15432 
cuetools_1.3.1-13.debian.tar.xz
 dc2a0ad94245d6f7cf2f6d1f1b9c51990d15bb29d4aa029c5015630d71ba1ffd 48598 
cuetools_1.3.1-13_amd64.deb
Files: 
 0ac81d0897a8000383b6b3247f9624b1 1876 utils extra cuetools_1.3.1-13.dsc
 dbea39e009f8a7c4e539751fc4924f34 15432 utils extra 
cuetools_1.3.1-13.debian.tar.xz
 30167fa3b3ca20a6ba964c47bfad8e14 48598 utils extra cuetools_1.3.1-13_amd64.deb

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

iQIcBAEBAgAGBQJR1o81AAoJEFK2u9lTlo0bcFUQAIhR34GTgYhPTWZCWeh9CeYT
VuKL9sxpQLlaLYXT3isIu1uUn6L1siWWtTCNsUJazDKcAeI1rSFBoq4QNJcigwJd
GxJLvgwW0zSuKHmqGNOwwKXPOtjirNoDF8xKfTUk7vdfY04PcQxzeHGvFgDy/Ggt
92RQoN292apjO9jr5rX4ZDmGjHnStXVAxCtUazE9Z1L0u96y02uTHJg0XQLdMt+4
Ov1pCt0cMy0V9Vl0MdVl31N4Q6uC56Ax5xqDXzBrits+nzxxcFMMHbndKS1eFDu1
uXU10juJ6jxqr1hrE/r8d/4LkdP5g7IRqQ4qG96Ett6F9jlaXgqvB8nhb3v6qc91
Q1XcUBS+dk+VFYzpHihQyQcOt3NOjeK0W2yUsi+zdc/ENVPlsafln7TyyKPgo5Za
tFXgRsTgrXucxZEC4GQ9VVNFbH3p6D+QLUOgdPxayuLh3P+UzNa27UbnUjmp0hO1
UrpzlrT4VhxqAtA7UjD5zDo9/MnHBrf+xkqt/WEt6teYQmyq0Mm8bOo3NErdtnB+
8X0ZJg2Yp+LH+BPUoRcgL9lKeEVOaVG35HxnlyRO89RlqmWDzQ0d4BeCHiCW/eOZ
V4Chj5i8OFLViE2YYPxHJGqDU7lmhRVW+KQoEzB93D3lBXmKr7tnXbj6rMJDeynt
ZUD2Jf2DuIXfbzUKOwjt
=VCdz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv41a-0004bt...@franck.debian.org



Accepted apel 10.8+0.20120427-2 (source all)

2013-07-05 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 20:06:31 +0900
Source: apel
Binary: apel
Architecture: source all
Version: 10.8+0.20120427-2
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 apel   - portable library for emacsen
Changes: 
 apel (10.8+0.20120427-2) unstable; urgency=low
 .
   * New patch 010_ikazuhiro.patch, sync with
 https://github.com/ikazuhiro/apel/commits/master on 2013-07-04
   * Move 020_Prevent-fontset-error.patch from 0001-*
   * Update 020_Prevent-fontset-error.patch to generate ChangeLog
   * Move 030_Use-new-style-backquotes.patch from 0002-*
   * New patch 040_Upstream-not-in-ikazuhiro.patch
Checksums-Sha1: 
 34279c9a6a91c73ceec509b37bebd8aeb2f51f9e 1868 apel_10.8+0.20120427-2.dsc
 36dc2b6911df40b0ea5074bc1a8cdd435c6fa0db 20956 
apel_10.8+0.20120427-2.debian.tar.gz
 be78c96a7d64a195778eb61e29706c9f392cfe28 142668 apel_10.8+0.20120427-2_all.deb
Checksums-Sha256: 
 29ce838a2fd8485bba9f82baadcc58198f0bef9e72907f61457a2020cd4783c8 1868 
apel_10.8+0.20120427-2.dsc
 984fb8b646fd19aa9dbea161893bdfe8c6c286ed363d4736a1c27a3825bbe0ff 20956 
apel_10.8+0.20120427-2.debian.tar.gz
 77e454726dfc97582b8497654f012dfe1cd35d59a152bc21fea5ffcc9e52d066 142668 
apel_10.8+0.20120427-2_all.deb
Files: 
 2848f5d209b0ce4349ac8cefdba8a2b6 1868 lisp optional apel_10.8+0.20120427-2.dsc
 6d827bf58f11279b905afaec445f8f6f 20956 lisp optional 
apel_10.8+0.20120427-2.debian.tar.gz
 851859f3e6500e1f6c01fc1f342a9afc 142668 lisp optional 
apel_10.8+0.20120427-2_all.deb

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

iQIcBAEBCAAGBQJR1qxWAAoJEOXvq5AIDqY8XfMQAJGt+etOJcqQ2oM9TIPfGSEO
WV8c+DjLqVLS7/SAcgW5p/MLep08M5rhRx2erNhYF2uA9xyyhEXNjRIJCg0nqgCw
JvHv7PWaZb9YQAxb98Fqr3MF2vBsV5qHdevCASteI3WKEoTqp7pEOl6sqTcsn6U4
0MElKKGOhIai/GsRMM4sK8fgQ3OlbHoBPlui50+hgHELbh5dX1Z8M4OaqglkjNtB
DUCFBeYHm+w8DbxfTF7Pb1CHTAx4A8JIRNTs9ccchswVkHTMLnlfYBmrzUHGQ/Ht
ivbUxsbfdjd3O8wF9IVPrY34yIzvCrIb+x4BbhZzlTsknDsTpKAA/ahSVo/cU4KU
ZNdzG+jWMrHn6+lnYFxapm4dyQ6Ku3uoKi1N7oJp/WIV7zb68tlOvN+zsDDoI56I
vIdZUTpHICJhkn4vG9In9XQ/pay0Y4l8v/TvbREmxRrzJa0YZ/sWkNAsNtRvrLyn
Vab58eAw8LEv8l4C6pHd4S+InGuEFE5c9eKj6aLklRM4bqF+coVFnmUWhL7OnNxQ
xFbmjbrlG4sHqPYwrkcc4XIpRHbDqqC2kIpvgZ8RuGzpUXGlZj5q9gXXPhwvkLlk
0QQnbiGGAdFO03Ed5IhCsufDb1aF2FU3CrqQjkmcmwEPwBA/9rvh48CxzfZAy/jN
MlA9d7lZxEnUOVf6VmLe
=9NyI
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv4fz-0007ec...@franck.debian.org



Accepted zeroinstall-injector 2.3-2 (source amd64)

2013-07-05 Thread Thomas Leonard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 10:31:27 +
Source: zeroinstall-injector
Binary: zeroinstall-injector
Architecture: source amd64
Version: 2.3-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Leonard tal...@gmail.com
Changed-By: Thomas Leonard tal...@gmail.com
Description: 
 zeroinstall-injector - cross-distribution packaging system
Closes: 714996
Changes: 
 zeroinstall-injector (2.3-2) unstable; urgency=low
 .
   * Changed to Architecture: any as dependencies vary across
 architectures. Closes: #714996
Checksums-Sha1: 
 74151418bec7ebe5d8faf59f42388545617795fb 1331 zeroinstall-injector_2.3-2.dsc
 0488d196b19499f153a6494c302133327dbb5e72 6302 
zeroinstall-injector_2.3-2.debian.tar.gz
 8e864576e0859028def63b8b701b36691a722a08 937922 
zeroinstall-injector_2.3-2_amd64.deb
Checksums-Sha256: 
 f109419994c34fe654c2dcadcd60b4aa1721b5fdea4101335e1fede979242622 1331 
zeroinstall-injector_2.3-2.dsc
 664ee05dfc6bdb0fca68ab68a10ccb62874ac42fbc4318b007a0e4a5154c0a19 6302 
zeroinstall-injector_2.3-2.debian.tar.gz
 2f67156b75ec8b41f1e12f3f65da6d81562ea36783357b3f1e3afb0c80b2949d 937922 
zeroinstall-injector_2.3-2_amd64.deb
Files: 
 f9551628e3020077e8bbd36ab30c8903 1331 admin extra 
zeroinstall-injector_2.3-2.dsc
 01ca7e911a7caf07c9bce75c458b65e3 6302 admin extra 
zeroinstall-injector_2.3-2.debian.tar.gz
 007395aa91a828b4cc906ce238d02328 937922 admin extra 
zeroinstall-injector_2.3-2_amd64.deb

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

iEYEARECAAYFAlHWqbIACgkQrgeCgFmlPMH6swCgqOC6DqV+MGGZZMxDXlibOdsl
lmcAniAImffn7aaseNLuVbf+Pg1hU4pv
=oWvw
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv4gd-0007il...@franck.debian.org



Accepted dicelab 0.7-2 (source amd64)

2013-07-05 Thread Robert Lemmen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 09:08:30 +0100
Source: dicelab
Binary: dicelab
Architecture: source amd64
Version: 0.7-2
Distribution: unstable
Urgency: low
Maintainer: Robert Lemmen rober...@semistable.com
Changed-By: Robert Lemmen rober...@semistable.com
Description: 
 dicelab- evaluate the statistical distribution of dice rolls
Closes: 540595
Changes: 
 dicelab (0.7-2) unstable; urgency=low
 .
   * Update packaging
   * Bump standards-version
   * Fix a couple of hyphen-vs-minus cases in manpage
   * Enable hardening flags during build
   * Fix a few typos in the package description (closes: #540595)
   * make manpage less confusing around --calc and --count
Checksums-Sha1: 
 16d2b4e4503d3c451c5293fa7e8ed53ad3517d9b 989 dicelab_0.7-2.dsc
 85265a7469e3d2e0c1e88cf809b3da6ba0a402a9 2356 dicelab_0.7-2.diff.gz
 4bfe1eb5cbe7035c7eacef0eecc3c07fd28734e8 226242 dicelab_0.7-2_amd64.deb
Checksums-Sha256: 
 d5f627d6ee53cecff026d2c8ebbd01f17d3eab97752bf00f6bf5785d9ddc3d20 989 
dicelab_0.7-2.dsc
 e8c3cc9994ef38fd2d9b9d1b1fdd272ae460764bed1bfb6cc98a842fd76f3da9 2356 
dicelab_0.7-2.diff.gz
 335e8ae6ac1ebbadb1a08b18722377b4c350c496321616c54435c1cc9d722b6c 226242 
dicelab_0.7-2_amd64.deb
Files: 
 f450fd02d7e33f1edfc47b26894330d0 989 math extra dicelab_0.7-2.dsc
 3c71a52ccbaede5753506d34883aef3c 2356 math extra dicelab_0.7-2.diff.gz
 c124cdfea472348fd7a38095ec25541e 226242 math extra dicelab_0.7-2_amd64.deb

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

iEYEARECAAYFAlHWrbwACgkQS6AOchRbaWbP7ACcCne10/W7g+EkYXSq/MTRE0RY
hg0AnRyRPjzCH8wuPoL+3NWZ+qKtEutZ
=e1Lp
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv4ud-0001or...@franck.debian.org



Accepted mididings 0~20120419~ds0-2 (source amd64 all)

2013-07-05 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 11:41:35 +0200
Source: mididings
Binary: python-mididings mididings mididings-doc
Architecture: source amd64 all
Version: 0~20120419~ds0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Ramacher sramac...@debian.org
Description: 
 mididings  - MIDI router and processor based on Python
 mididings-doc - mididings Documentation
 python-mididings - MIDI routing library for Python
Closes: 710636
Changes: 
 mididings (0~20120419~ds0-2) unstable; urgency=low
 .
   * Team upload.
   * debian/patches/time_utc.patch: Fix FTBFS because of the boost::TIME_UTC to
 boost::TIME_UTC_ name change. (Closes: #710636).
Checksums-Sha1: 
 a5a38111df39e21f4a2b6a81e24e982fe177af03 2282 mididings_0~20120419~ds0-2.dsc
 2d4185e8d50b4a8170b2e1711314312a8217b3bf 4972 
mididings_0~20120419~ds0-2.debian.tar.gz
 ad1528426af25be0f1edda0d7255f2682cf24d0a 199036 
python-mididings_0~20120419~ds0-2_amd64.deb
 cbce77f94e7fb56dfc3591dbbd8d10be13d302bd 12536 
mididings_0~20120419~ds0-2_all.deb
 6293d8a079120e80a2a6df80b783bcc33917725b 98098 
mididings-doc_0~20120419~ds0-2_all.deb
Checksums-Sha256: 
 1cd24fba8ecab370e75780412585ce18cc04f4c23680962f44775c220930a968 2282 
mididings_0~20120419~ds0-2.dsc
 317230dee4d5556f14ff386993d102922422c336cd82a4ad8716b6c5aabc8231 4972 
mididings_0~20120419~ds0-2.debian.tar.gz
 777f2fbcf84d2346d1ceb22ed728c757d966d84f97875e43cfdab6b273a3da67 199036 
python-mididings_0~20120419~ds0-2_amd64.deb
 78846a8834bebbe1c9433fddc386d8eb223d22ea700bf5ba0336d080ed227bb9 12536 
mididings_0~20120419~ds0-2_all.deb
 f4eaab95a328ee0256146c3053ea94196e8b72e355233ace6aa26e89e7c16d45 98098 
mididings-doc_0~20120419~ds0-2_all.deb
Files: 
 757aa61d13511e4c964eb988560a74df 2282 sound optional 
mididings_0~20120419~ds0-2.dsc
 6f2666458f085ccf05d94c3d1e0165d8 4972 sound optional 
mididings_0~20120419~ds0-2.debian.tar.gz
 1e5b6628d8f74508887a9e8114b167e4 199036 python optional 
python-mididings_0~20120419~ds0-2_amd64.deb
 5c1908fa7fec2d471c57c83b37f07e61 12536 sound optional 
mididings_0~20120419~ds0-2_all.deb
 c37df0afdbea282885a5e4d3e2b40f78 98098 doc optional 
mididings-doc_0~20120419~ds0-2_all.deb

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

iQIcBAEBCAAGBQJR1pkLAAoJEGny/FFupxmTE38P/RXvlmHFdDTT55Hr2XKvatWl
GLG0ZSr/5xLKuBIqs47byyeusWrkvgEPQ6hHTGpcLn+h78L3uogYm4WfS9m89dzq
iLA0gji68tEbdMhVoEDr2jyOl4NlYtPUHboJWInEztbSvgICcwo8rDzcLgvxAH/q
ufQmDJZpw9U20lHJfXrWXvGcA/CZbOm/0panN222pWrje24Rsd7kFPjYbnjshd+k
Hozbp/9OD9uh2nadxKtgytGxWBHgzIwQ/33WYcXn4rFFRWIotiteL/OlgtNR02pl
2vHG2LTgOR0Ndg2IzsKVIyN97+7vzs3095zyfauaNl5m9KVZkvac32QI77/Y91xP
hwWxkK9fWg+U1b3pi4x4CaD8E40jdBjyKwGcPtiDPLjCjGxBgVxfhvEoOeCeyYD3
K8xwiOYM9CXOyZb5206iqAJuqBH5j9RuXl1quIa6DgL4LpQFc/ShdxhCuYW8LAKg
PlUb8zh4G9P/MpKXZPDbohW7ZzKpVWzlX1OYRKaI2XofFXv5pJR5CbRaqko4/3CU
dPr60dg/y+I3MZ693xiH5wLc/oi7ZK2ytPjcFFU1smTp5s97z8x1+Z0fL6qyFrv/
0Lw8iVwPmIjoAuszoUe4oI8qTcS56kXu1e/qp4tpQmV4mVD6mjw0cRWxgrpEZzUK
bBh0hULDwPSiOCjfzqxh
=OAN/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv4jd-00051m...@franck.debian.org



Accepted sigrok 0.2-2 (source all)

2013-07-05 Thread Uwe Hermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Jun 2013 19:15:06 +0200
Source: sigrok
Binary: sigrok
Architecture: source all
Version: 0.2-2
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann u...@debian.org
Changed-By: Uwe Hermann u...@debian.org
Description: 
 sigrok - Logic analyzer and protocol decoder software suite (metapackage)
Changes: 
 sigrok (0.2-2) unstable; urgency=low
 .
   * Bump dependency to sigrok-cli = 0.4.0.
   * Standards-Version: 3.9.4 (no changes required).
Checksums-Sha1: 
 d74f70264d0375182be95d2482e4bf770b25778c 1017 sigrok_0.2-2.dsc
 3b99cc1cb84299a560fc07b221784bcd1d03a109 1245 sigrok_0.2-2.debian.tar.gz
 4c8801bc91bbdaf5108f0e8ef28c90b2cf604a3e 1770 sigrok_0.2-2_all.deb
Checksums-Sha256: 
 731457e4ff4f2b58f05d84f26003c44bd6d81b708e95f399df63352a4e27d66e 1017 
sigrok_0.2-2.dsc
 d578b963874943bc1563b077071bfea728b06a04e144968d049826752c5389fe 1245 
sigrok_0.2-2.debian.tar.gz
 736dba71ee1810abca0ce1b7904bd328b5be8a951dc57bfeed08ce9a13508e79 1770 
sigrok_0.2-2_all.deb
Files: 
 717cebeb6549bcc09c6659ceef8dfb22 1017 electronics extra sigrok_0.2-2.dsc
 c577b2b2c7c3c4d03d3a2ae138e19524 1245 electronics extra 
sigrok_0.2-2.debian.tar.gz
 4fa20d26a34641d330138d9570d8d1ac 1770 electronics extra sigrok_0.2-2_all.deb

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

iEYEARECAAYFAlGrguUACgkQXdVoV3jWIbREbwCgl8OmH/eW7z/qWGIaH91oajEV
JbMAniXeiWgdd7yTtAni7GxOIh14LsUQ
=oUza
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv4jv-00055s...@franck.debian.org



Accepted sigrok-cli 0.4.0-1 (source amd64)

2013-07-05 Thread Uwe Hermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Jun 2013 18:53:33 +0200
Source: sigrok-cli
Binary: sigrok-cli
Architecture: source amd64
Version: 0.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann u...@debian.org
Changed-By: Uwe Hermann u...@debian.org
Description: 
 sigrok-cli - command-line frontend for the sigrok logic analyzer software
Changes: 
 sigrok-cli (0.4.0-1) unstable; urgency=low
 .
   * New upstream release.
 + Build-depend on libsigrok1-dev, libsigrokdecode1-dev now.
   * Standards-Version: 3.9.4 (no changes required).
   * debian/watch: Update to new download URLs.
Checksums-Sha1: 
 936d3de9c003471e77830cb5d8a1e11239307c7d 1193 sigrok-cli_0.4.0-1.dsc
 2172480abf1b7c4be0d50ae3a0c94a7a37e13529 362171 sigrok-cli_0.4.0.orig.tar.gz
 bc44c62870d07c2b52f681a8d222bb62dfdfcd8e 1854 sigrok-cli_0.4.0-1.debian.tar.gz
 22c3f06593ac1e0f9f67f6f89802cddd6564101a 26688 sigrok-cli_0.4.0-1_amd64.deb
Checksums-Sha256: 
 a21e737c4b92387ae3bd5cc29d56f4d61bc52734710932c946424ab2b42077d8 1193 
sigrok-cli_0.4.0-1.dsc
 f7a20003e33eaf674c75fdbc10829020b3c92f1a34bf5936eccf2c6f65387496 362171 
sigrok-cli_0.4.0.orig.tar.gz
 8203e71e7b9fbb7fad092df1a8d8a2407e2b9ef4a807c31b2661da009aa17036 1854 
sigrok-cli_0.4.0-1.debian.tar.gz
 762fb06913b18ee71aedfbffc46341b32ee3a0b00b4d01e1f01cf2c835f72664 26688 
sigrok-cli_0.4.0-1_amd64.deb
Files: 
 dcca35e6aa25a7a924d0ef75954a8b9b 1193 electronics extra sigrok-cli_0.4.0-1.dsc
 7495ac50869f8418ab1b8d68120fd383 362171 electronics extra 
sigrok-cli_0.4.0.orig.tar.gz
 e33a1d7fc7b8b19a9f221aefa912cb6f 1854 electronics extra 
sigrok-cli_0.4.0-1.debian.tar.gz
 dbc791a0f5e5ae766e93577bb89a8062 26688 electronics extra 
sigrok-cli_0.4.0-1_amd64.deb

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

iEYEARECAAYFAlGrgm4ACgkQXdVoV3jWIbTagwCgmrVKQw7qC3KFa8/9rJ95XOd0
NoAAnim3LxVrnXrHMalJP051b/ZoPle+
=M+Ro
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv4jb-00058w...@franck.debian.org



Accepted debian-edu-artwork 0.0.39-1 (source all)

2013-07-05 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 13:40:00 +0200
Source: debian-edu-artwork
Binary: debian-edu-artwork
Architecture: source all
Version: 0.0.39-1
Distribution: unstable
Urgency: low
Maintainer: Debian Edu developers debian-...@lists.debian.org
Changed-By: Holger Levsen hol...@debian.org
Description: 
 debian-edu-artwork - Debian Edu themes and artwork
Changes: 
 debian-edu-artwork (0.0.39-1) unstable; urgency=low
 .
   [ Wolfgang Schweer ]
   * Create and configure Debian Edu theme, based on the joy theme for kdm:
 - Reorganize Debian Edu kdm theme to match the new structure; copy joy
   theme icons for the greeter, move wallpaper images to the new
   default desktop-base directory /usr/share/images/desktop-base.
 - Provide scaled images based on debian-edu-wallpaper01_1920x1080.svg
   by Christop Muetze and on png files by Holger Levsen in Debian Edu
   theme directory located in desktop-base. (kdm-theme/background.svg has
   to be repaced with a real svg file.)
 - Add metadata.desktop for Debian Edu theme directory.
 - Add screenshot image for Debian Edu theme directory; this image has
   yet to be updated.
 - Add 20-desktop-base-edu.js to /usr/share/kde4/apps/plasma-desktop/init/
   to set scaled Debian Edu theme images as the default background.
   * Add myself to AUTHORS.
   * Try to update and configure the LDM theme:
 - Copy greeter-gtkrc from ldm ltsp theme.
 - Add bg.png as background image (same as for other greeters).
 - Replace logo.png (which would show almost the same once again) with
   a simple image showing the Text 'LTSP Client Login'.
 - Raise update-alternatives priority to make it the default theme.
 - Remove useless links.
   * Try to configure Gnome desktop to show the background.
 - Remove obsolete gdm-theme files, use already existing KDE files as
   common ones (gdm3 will use images/desktop-base/debian-edu.xml).
 - Add another svg file (based on Christoph ones) with 5:4 ratio
   (1280x1024) to support this resolution.
 - Add update-alternatives for desktop-background.xml to auto choose
   debian-edu.xml (instead of the default joy.xml).
 - Remove obsolete file defaults.conf (no longer used with gdm3), skip
   diverting this file.
 - Add new configuration file /etc/gdm3/greeter.gsettings, which takes
   over the job from defaults.conf, divert this file. Only purpose is
   to stop the users list showing up in the greeter; found no way to
   configure this otherwise.
*  Add lightdm to Enhances: field in control file.
 .
 debian-edu-artwork (0.0.38-1) unstable; urgency=low
 .
   * Bump upstream version, appearantly the Debian Edu archive has problems
 with -2 versions and I have no time to fix this now...
 .
 debian-edu-artwork (0.0.37-2) unstable; urgency=low
 .
   * Revert this change to debian/rules:
 - Automatically replace duplicates with symlinks during buildtime to
   decrease installed package size.
Checksums-Sha1: 
 52c9b0dacb0a21ea385144e2896add60a17cd389 2065 debian-edu-artwork_0.0.39-1.dsc
 cb36c0eeeb07da9363c4a5b4c7b012f6c3316868 35093872 
debian-edu-artwork_0.0.39.orig.tar.gz
 a85a791eb9814105475c3d71311895d11ffeb1c4 13335 
debian-edu-artwork_0.0.39-1.diff.gz
 68e81c378194ffa3da4ba6b300941d8508e035b0 11109124 
debian-edu-artwork_0.0.39-1_all.deb
Checksums-Sha256: 
 91f4280c9db775ab749526a303bf66a936e0706a864663fb52183d506bbe5606 2065 
debian-edu-artwork_0.0.39-1.dsc
 732252f3e0c9090d9066dadd8d4b6d4dd91274de2c1e35fd9c252159be403b3e 35093872 
debian-edu-artwork_0.0.39.orig.tar.gz
 ea823f42ce51b56fcdc2e4d1f980fa91a379470c129f5e8d2b9736b40d9632ad 13335 
debian-edu-artwork_0.0.39-1.diff.gz
 d8bf59ad8240963873d0fce1627ad934ad718d8e35fbf17e0d01be9dd99ac87d 11109124 
debian-edu-artwork_0.0.39-1_all.deb
Files: 
 710e19de780b3a9a7a2b6bee827bd069 2065 graphics extra 
debian-edu-artwork_0.0.39-1.dsc
 7e280e599f80bf29d44fca58c9f1e0a5 35093872 graphics extra 
debian-edu-artwork_0.0.39.orig.tar.gz
 8d97aa969e5587beb89464c4ad989595 13335 graphics extra 
debian-edu-artwork_0.0.39-1.diff.gz
 f4b8f8b62b5f5b98913c9d1e172990e4 11109124 graphics extra 
debian-edu-artwork_0.0.39-1_all.deb

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

iQIVAwUBUda10AkauFYGmqocAQg7FBAAl+GYOY+PP3Xohak+Sxuk3GHyx5AjofZQ
G5zB+7Kfiq4NZkHZOjTcH/1whsl/pIghmeT7ECNNJI8zVH5ucM45gCIafge+7W2D
CYzg9imsQ05yxe9yV9jwBbaJgoi3dR8kaCvzhpZ1mFlDZji+Vy/9gcb8i21XiEt6
IL02iXZz9pO64vsl7twdQFxn5+C7WXuEivqUGTXvu1W/1cIDl7PDgH8TCavUQZ/4
e0wZyBLuthOACUkGZLFCHKNVDIQ1toz4BmNZ+LQZPb9fGvDhSCrDrWuC9//FYk32
VS2TeikhiOynJLl/DkjCY5CXNTYXZVe+C0IJWZ+MzaVtfY0ywj4ghDESmedE4xUN
eO9IsHrZGd3NiUns/a2QxiljkZFj2BtsTAGdeOrMZchnT1popysNrU7t2EbQnc4k
mHVRNTSXf6W1DgOXRNwVKhS3WuTVOUOuQtY62fGDE+7y8zob1VKBHJ9qpxMDBKJq
IjDlXk+5MYZKvnEfB4zG+OypKCXsLMEMh9F1mx9ZcDlHDZxpNWUqKORJg6mC/oO1
kgt7VDoDmZnb5LCnkR4z2XezQ6zQsjAI7BDRre9lAKZv2goH7dxiCE35NGLAipWL

Accepted nvidia-settings 319.32-1 (source amd64)

2013-07-05 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 13:42:15 +0200
Source: nvidia-settings
Binary: nvidia-settings libxnvctrl0 libxnvctrl-dev
Architecture: source amd64
Version: 319.32-1
Distribution: experimental
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description: 
 libxnvctrl-dev - NV-CONTROL X extension (development files)
 libxnvctrl0 - NV-CONTROL X extension (runtime library)
 nvidia-settings - tool for configuring the NVIDIA graphics 
driver${nvidia:LegacyDes
Changes: 
 nvidia-settings (319.32-1) experimental; urgency=low
 .
   * New upstream release 319.32.
 - Updated the nvidia-settings control panel to report more detailed
   clocking information.
 - Fixed a bug that could cause nvidia-settings to crash when switching
   VTs after changing some settings.
 - Added a Prefer Consistent Performance PowerMizer Mode to the
   nvidia-settings control panel, available on Quadro boards that
   support this feature.
   * New upstream release 319.23.
 - Fixed a bug that prevented some drop-down menus in nvidia-settings
   from working correctly when using older versions of GTK+.
   * Refresh patch 08_fix_format-security.
   * Drop patch 06_fix_typos, fixed upstream.
Checksums-Sha1: 
 f7dd7ed80e5ff4977020b523aaccfe3ae202111e 2346 nvidia-settings_319.32-1.dsc
 9d5c3438e59b29cb65fee5165478bbb8445164bc 1536552 
nvidia-settings_319.32.orig.tar.bz2
 cedd78b46c297b7da09c9739eb88bb7ec6aeeab8 26844 
nvidia-settings_319.32-1.debian.tar.gz
 0bc9a89f9f758983df286d041a5ed83de572742a 887432 
nvidia-settings_319.32-1_amd64.deb
 f6f0b49e72e8aab7b08defbeb1079b54ee7f8877 18480 libxnvctrl0_319.32-1_amd64.deb
 95727c555eae4b27b8b203d101e99973f56f182e 100134 
libxnvctrl-dev_319.32-1_amd64.deb
Checksums-Sha256: 
 f7f47580b20a68ebac5ef8c156cbef33c99252fe6055b90ceff3877695305465 2346 
nvidia-settings_319.32-1.dsc
 bc29e5b1b92a3ffe42c93e1cb8830131f5c948f9516d4d1b05d2615b99bf3494 1536552 
nvidia-settings_319.32.orig.tar.bz2
 57e8f04c2fdea2fd4c30867fc1fd1663c92e91f9e04ace7a4bbaefff063b1a45 26844 
nvidia-settings_319.32-1.debian.tar.gz
 b62fc5c4dd058fbb7728efdfb1965ae43890859cf03d5473cfad99b1ba3c07d9 887432 
nvidia-settings_319.32-1_amd64.deb
 d040cf8b12fc76af87e84b4e48c87bd330e2b2d176dea2a803591770de3944b3 18480 
libxnvctrl0_319.32-1_amd64.deb
 e90bdd97a221b23a73a54ef0702b967ff27c62a7b51881949f61cf54cb1682fd 100134 
libxnvctrl-dev_319.32-1_amd64.deb
Files: 
 ac36160fea775146eb4338c27e16d8c7 2346 contrib/x11 optional 
nvidia-settings_319.32-1.dsc
 e79e4cae77ceaa8da8dbcaf6b3c9eb39 1536552 contrib/x11 optional 
nvidia-settings_319.32.orig.tar.bz2
 4c14539a4183793552a3f1f7b1ea3f9c 26844 contrib/x11 optional 
nvidia-settings_319.32-1.debian.tar.gz
 ad48bf6dedca637f37cd6bcf8e6defb0 887432 contrib/x11 optional 
nvidia-settings_319.32-1_amd64.deb
 3f45a70d22cf396538f1553460d8c156 18480 contrib/libs optional 
libxnvctrl0_319.32-1_amd64.deb
 12e8ec04b5081d647d46d63ebda9d20a 100134 contrib/libdevel optional 
libxnvctrl-dev_319.32-1_amd64.deb

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

iQIcBAEBCAAGBQJR1ra9AAoJEF+zP5NZ6e0I2iIQAK6dc0cQ8rjUVUpFvPEUKBIT
B0y4AvBD+0QJlxGKfCWJ2mQufY96P4VWrMomIHKxTppMPmf9TGc5P9abrKLcye+o
zsIdBSXkQPC9WMCgwkJPBAADaFI7f7Yln4LyO6Zae1PIE4p5V+ywwSVJ7g+COGHA
Td3EmRnz08UmkhmmHW7htVxPYAURKkdnaGXT9/gsZiL7OnU6hYUF7h4GWzQBqqZY
SJNs66I9Seoulb7nsDdavO9bNZvv0TEbxDFhsSYEH6OmonO0tdjBnuXYRnhOnHW4
4dy3C3Iyhe09YCwGFQIekT40ufIhxpVa2ZJEQ9FMGZOZsK2/MCOr088ZP3qOujeN
FODpZGGZqPWC0JK+VXWztUbKGnZ707kbGQn/Mvh2XxMw1ZfH9TzNEw4FNZ+ATXrM
4fO9v9tZ6taChsdJ6bjYeclUXwys75gRPRGhmSwkP69FzQEm78shdFpOV52ZHoR1
ybK7zn93aOufAaKfhgdbUqClpnnI8iYVJwRhvk6K6gi1E8BmI8Uf6mGrB7OquPRN
/yGiP5K5Zzas1anEpQrU6gc5Igl3dEtW1RrRfbLd25eYMcVR+ZxsLT/i8W3j18na
uiztnoUEVjFnzKhWcqPsW+fzqHgV18u7atHWgazc+T8YcSMCnLm9ENQ4Q/SqvciJ
gc47xFKW9jFIiB0rPJ4P
=eS7C
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv4y9-00089z...@franck.debian.org



Accepted beignet 0.2-1 (source amd64)

2013-07-05 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 15:01:51 +0200
Source: beignet
Binary: beignet-dev beignet
Architecture: source amd64
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Simon Richter s...@debian.org
Changed-By: Simon Richter s...@debian.org
Description: 
 beignet- Intel OpenCL library
 beignet-dev - Intel OpenCL library
Closes: 712903
Changes: 
 beignet (0.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #712903)
Checksums-Sha1: 
 08867d0f483bc6a210b0922b940b59757b54b821 1566 beignet_0.2-1.dsc
 5795317db9a4082ce5d1801d6441a05d53079536 938169 beignet_0.2.orig.tar.gz
 9058e38590fe6131000dcae40aec8bb90f7919bc 41738 beignet_0.2-1.debian.tar.gz
 4ea9006fa9cd6b8a674db85d9043b6493af5c7e3 4356 beignet-dev_0.2-1_amd64.deb
 12cd4917542886ca501efaf885147cc235c3fc41 7641782 beignet_0.2-1_amd64.deb
Checksums-Sha256: 
 45f7d5e343a5fa2162ed9d56112458b73bf23f1a475c73b432d6db2416b8df7b 1566 
beignet_0.2-1.dsc
 8dbfa86488de403b99e602e02f1b87981ac1817509cbc0f7f173d4d8e0bc0624 938169 
beignet_0.2.orig.tar.gz
 6754dee121d18c2db3db09a3781c872b615529602e7e434d833e5a1891d9d9cf 41738 
beignet_0.2-1.debian.tar.gz
 57d6f7446c426ef8fd2c4a2fff98607ebe1423415784c26b2c80a0e059efde11 4356 
beignet-dev_0.2-1_amd64.deb
 e7d697802fbb4bea09d74deac9369d2324865a800c09c3973675855ff7a538e9 7641782 
beignet_0.2-1_amd64.deb
Files: 
 91db1aab556a29c6317c3252ebca7890 1566 libs extra beignet_0.2-1.dsc
 fc439a74730b8873e9c9d47fb6622ced 938169 libs extra beignet_0.2.orig.tar.gz
 cfd07cae1610278eefae4c57383bed0f 41738 libs extra beignet_0.2-1.debian.tar.gz
 cf5ab8b311de88e1c7af2e8f1695cfa8 4356 libdevel extra 
beignet-dev_0.2-1_amd64.deb
 1dbfba1d44b8fb6b1200d79e15bd5dda 7641782 libs extra beignet_0.2-1_amd64.deb

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

iJwEAQECAAYFAlHWxNMACgkQ0sfeulffv7tF4wP/YnDowWCLDEMZaDg754LuF64K
KHANEqKz/3ffAkXQzrVUH1M/ZTKwzB5yXIHN6c0au8lbHYfSeFdZ2sTWHSvt8t5J
ud0f5Mp2A2GvBGu56v9GIk5iSk8MB2Bt5ksZZGCdUOOPZZByaBvJOHsoxqBLo8WZ
sSOX8TR9jY4w+Z7aySQ=
=CDZQ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv5ti-0001qg...@franck.debian.org



Accepted cp2k 2.3.0-1 (source amd64 all)

2013-07-05 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 14:00:40 +0200
Source: cp2k
Binary: cp2k cp2k-data
Architecture: source amd64 all
Version: 2.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Michael Banck mba...@debian.org
Changed-By: Michael Banck mba...@debian.org
Description: 
 cp2k   - Ab Initio Molecular Dynamics
 cp2k-data  - Ab Initio Molecular Dynamics (data files)
Closes: 701263
Changes: 
 cp2k (2.3.0-1) unstable; urgency=low
 .
   * New upstream release.  New features include:
 + MP2 energies
 + Double-hybrid XC functionals including B2PLYP and B2GPPLYP
 + Self-Consistent-Polarization Tight-Binding (SCP-TB) method
 + Periodic Restrained Electrostatic Potential (RESP) charge fitting
 + Slater-type orbitals in the atomic code
 + Electron Localization Functions (ELF)
   * debian/patches/fortran_continuing_lines.patch: Refreshed.
   * debian/patches/reset_cppflags_makdepf90.patch: Likewise.
   * debian/control (Description): Updated.
   * debian/patches/makeflags.patch: Undefine CPP variable (Closes: #701263).
   * debian/patches/gcc-4.8_fixes.patch: New patch, fixes a build failure with
 gfortran-4.8, taken from upstream revision 12562.
   * debian/rules (override_dh_auto_test): Select less expensive tests where
 applicable and include some more tests for wider coverage.
   * debian/cp2k-data.install: Added tests/QS/t_sh_p_s_c.dat.
   * debian/control (Build-Depends): Added bc, used to calculate runtimes in the
 testsuite.
Checksums-Sha1: 
 cac04126fe27c275fd39dd18b578b458d0f9d86f 1727 cp2k_2.3.0-1.dsc
 2387de8cd633da28e97c4d93b8d1293eb9ab8848 19258621 
cp2k_2.3.0.orig-testresults.tar.bz2
 9d1b9b1fb075317f7859a441ea5793e0cd158dd7 40903091 cp2k_2.3.0.orig.tar.bz2
 7f18385a0aa815077c1b8b5363c9a25ecadfea94 15532 cp2k_2.3.0-1.debian.tar.gz
 2bb39c342fba5d8f3ccdab2bfd0e6269b378752b 12658110 cp2k_2.3.0-1_amd64.deb
 3384d2b29bca4219d5b14520bfca5e611f9f3556 15051942 cp2k-data_2.3.0-1_all.deb
Checksums-Sha256: 
 7896ec3543b8789f73e8b44c51065ccfcb685eb8cf59a8df49b2189cdf38c131 1727 
cp2k_2.3.0-1.dsc
 486a54c8577261816410115565c244eaed68a70bc6377fb057f0fc51a4dc 19258621 
cp2k_2.3.0.orig-testresults.tar.bz2
 f7d167019cacb27d71961c1fe5f48890df2a517a630a3a91ef97f13d65947887 40903091 
cp2k_2.3.0.orig.tar.bz2
 6fffbdd8da63006166fa1e802c8e46e0661b0f84dbffd035d267f77b2c5ae72b 15532 
cp2k_2.3.0-1.debian.tar.gz
 245405915a1d15701df2a7cb41fd23fbf1662a3b0e06e79c398b1e3f980afd90 12658110 
cp2k_2.3.0-1_amd64.deb
 0bc2e973cb1912d41ea3a883713509662e621569e665b988e7ef0214ff0e4244 15051942 
cp2k-data_2.3.0-1_all.deb
Files: 
 4b07b0e8cefbf034ff9bf0adb4e05fd5 1727 science optional cp2k_2.3.0-1.dsc
 378b28bb11f46d962cf083f6020a899c 19258621 science optional 
cp2k_2.3.0.orig-testresults.tar.bz2
 4e85f42d652d85753c11adaff59f0566 40903091 science optional 
cp2k_2.3.0.orig.tar.bz2
 5cb59c2dd2c5453dac77a754e165722b 15532 science optional 
cp2k_2.3.0-1.debian.tar.gz
 0ea3f73fc539bc1fa4c93ea83f48b40f 12658110 science optional 
cp2k_2.3.0-1_amd64.deb
 04ab9c1af288565c18faec680ff5b3c2 15051942 science optional 
cp2k-data_2.3.0-1_all.deb

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

iEYEARECAAYFAlHWwZsACgkQmHaJYZ7RAb9YdQCeIEjnrzLN4Gryq0oJTpGw2iO0
NzEAnA0ve9/A64YRMO/gHNYaKDgNr5CW
=mN6K
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv5vq-00023n...@franck.debian.org



Accepted debian-edu 1.710 (source amd64)

2013-07-05 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Jun 2013 11:25:05 +0200
Source: debian-edu
Binary: education-tasks education-menus education-astronomy education-chemistry 
education-common education-desktop-gnome education-desktop-kde 
education-desktop-lxde education-desktop-other education-desktop-sugar 
education-desktop-xfce education-development education-electronics 
education-geography education-graphics education-language education-laptop 
education-logic-games education-main-server education-mathematics 
education-misc education-music education-networked education-physics 
education-services education-standalone education-thin-client 
education-thin-client-server education-workstation
Architecture: source amd64
Version: 1.710
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers debian-...@lists.debian.org
Changed-By: Holger Levsen hol...@debian.org
Description: 
 education-astronomy - Debian Edu astronomy related applications
 education-chemistry - Debian Edu chemistry related applications
 education-common - Debian Edu common packages
 education-desktop-gnome - Debian Edu GNOME desktop applications
 education-desktop-kde - Debian Edu KDE desktop applications
 education-desktop-lxde - Debian Edu LXDE desktop applications
 education-desktop-other - Debian Edu non-GNOME- and non-KDE-specific desktop 
applications
 education-desktop-sugar - Debian Edu sugar desktop environment
 education-desktop-xfce - Debian Edu Xfce desktop applications
 education-development - Debian Edu software development related educational 
applications
 education-electronics - Debian Edu electronics related applications
 education-geography - Debian Edu applications for geography
 education-graphics - Debian Edu graphics related applications
 education-language - Debian Edu language related educational applications
 education-laptop - Debian Edu laptop packages
 education-logic-games - Debian Edu logic games
 education-main-server - Debian Edu main server packages
 education-mathematics - Debian Edu mathematical applications
 education-menus - Debian Edu menu reorganization
 education-misc - Debian Edu miscellaneous applications for education
 education-music - Debian Edu music and sound applications
 education-networked - Debian Edu networked minimal packages
 education-physics - Debian Edu physics related applications
 education-services - Debian Edu services for educational institutions
 education-standalone - Debian Edu standalone workstation packages
 education-tasks - Debian Edu tasks for tasksel
 education-thin-client - Debian Edu networked thin client packages
 education-thin-client-server - Debian Edu networked thin client server packages
 education-workstation - Debian Edu networked workstation packages
Changes: 
 debian-edu (1.710) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Switch all tasks to list mplayer2 instead of mplayer, as mplayer2 is
 the package preferred by gecko-mediaplayer.
   * Move fonts-larabie-deco in desktop-other task from recommends to
 suggests, as it is in non-free and we try to avoid non-free packages
 when we can.
   * Switch roaming-workstation task form wicd to network-manager, as wicd
 is not working out of the box on the laptops I have tested.
 .
   * Uploaded to the Debian Edu archive as debian-edu 1.710~81262:
 .
   [ Petter Reinholdtsen ]
   * Suggests freeplane in the misc task, as it is the preferred mind mapping
 tool in the Uberstudent distribution.
   * Add helper script edu-tasksel-setup which is useful for setting up
 and tearing down diverts before running tasksel.  It can be used
 to reduce the code duplication in debian-edu-install and
 debian-edu-config.
   * Change goplay in desktop-other from recommends to suggests, as
 golearn is useless in wheezy with the level of use::learning
 tagging present there.  goplay should be reintroduced in Jessie
 instead.
   * Reduce killer in networked-common task from recommends to ignore, as
 it no longer work properly with X.org users.
 .
   * Uploaded to the Debian Edu archive as debian-edu 1.710~81083:
 .
   [ Holger Levsen ]
   * tasks: Drop xdrawchem, xjig and xsok from our tasks as they don't have
 a proper desktop menu entry and thus won't show up now that menu-xdg
 was removed.
 .
   [ Petter Reinholdtsen ]
   * Update d-i netboot package names from 6.0 to 7.0, to work with
 Wheezy.
   * Drop obsolete lwat from the main-server task.
 .
   * Uploaded to the Debian Edu archive as debian-edu 1.710~80808:
 .
   [ Holger Levsen ]
   * Remove menu-xdg from tasks/desktop-kde. See #502192 and
 http://lists.debian.org/201306162325.37014.hol...@layer-acht.org
   * Replace transitional dummy fonts packages in tasks with their real
 dependend packages.
   * task/misc: Replace transitional tilp package with tilp2.
   * task/common: Replace transitional hpijs and pnm2ppa packages with
 hpijs-ppds and 

Accepted libiscwt-java 5.3.20100629-3 (source all)

2013-07-05 Thread ShuxiongYe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 18:59:40 +0800
Source: libiscwt-java
Binary: libiscwt-java libiscwt-java-doc
Architecture: source all
Version: 5.3.20100629-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: ShuxiongYe yeshuxi...@gmail.com
Description: 
 libiscwt-java - abstractions and Java implementations for rendering PDF
 libiscwt-java-doc - Javadoc API description for isCWT
Closes: 678032
Changes: 
 libiscwt-java (5.3.20100629-3) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Bump Standards-Version to 3.9.4. No changes were required.
   * Fix vcs-field-not-canonical lintian warning.
   * Fix extended-description-is-probably-too-short lintian warning.
   * Fix needless-dependency-on-jre lintian warning.
 .
   [ James Page ]
   * Fix FTBFS with openjdk-7 as default-jdk (LP: #888963) (Closes: 678032):
 - d/patches/java7-compat.patch: Update usage of FontManager for
   Java 7.
 .
   [ ShuxiongYe ]
   * Compatible with both openjdk-6 and openjdk-7
 - debian/patch/java6andjava7-compat.patch
Checksums-Sha1: 
 0672de591bd8b52ac7369f3ef0c1255926e314e4 1549 libiscwt-java_5.3.20100629-3.dsc
 69cc74fe4d9fba259eeca16fa313061685f603ab 4957 
libiscwt-java_5.3.20100629-3.debian.tar.gz
 e0c4d42bbdc2be9cc3651a91122f68a9d53fbeb4 89930 
libiscwt-java_5.3.20100629-3_all.deb
 d9e808608cb1e186d0f0ccc918b874bbe26dff74 119194 
libiscwt-java-doc_5.3.20100629-3_all.deb
Checksums-Sha256: 
 09aa600da44f610d323265a937b94183fa56450c5d1e85d1c191166577fc7423 1549 
libiscwt-java_5.3.20100629-3.dsc
 c7637403e9165b39ae469118ee9674781a8b775ca1de2317297797bd5219e58e 4957 
libiscwt-java_5.3.20100629-3.debian.tar.gz
 cba85904cb4744a06af0722a29449505f2cdd19736d8033fbc17e442c8e25572 89930 
libiscwt-java_5.3.20100629-3_all.deb
 5e7cdc8cb7ad35854f960dd016e2e931b29b4613d58aa092948c1618219f4099 119194 
libiscwt-java-doc_5.3.20100629-3_all.deb
Files: 
 465cc4bf62de8ef2bbf5a79a372a9c80 1549 java extra 
libiscwt-java_5.3.20100629-3.dsc
 abfacffa7a7814344fb9538a62593ccb 4957 java extra 
libiscwt-java_5.3.20100629-3.debian.tar.gz
 69d0088bbde072a0be75b72a984d5726 89930 java extra 
libiscwt-java_5.3.20100629-3_all.deb
 f955679cc5ec71753387f3540d0987f3 119194 doc extra 
libiscwt-java-doc_5.3.20100629-3_all.deb

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

iEYEARECAAYFAlHWyVUACgkQiOXXM92JlhC/pACfTia9XH97SNoXQVf8nWYcUOXW
M2IAoPYyYzCEvAfD3DJQ1tV4E0BjW4A5
=nfgI
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv68m-0005aw...@franck.debian.org



Accepted apel 10.8+0.20120427-3 (source all)

2013-07-05 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 23:20:45 +0900
Source: apel
Binary: apel
Architecture: source all
Version: 10.8+0.20120427-3
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 apel   - portable library for emacsen
Changes: 
 apel (10.8+0.20120427-3) unstable; urgency=low
 .
   * Update 010_ikazuhiro.patch, sync on 2013-07-05
Checksums-Sha1: 
 010ae9ac47e1b9f9194953993637bb003f46037e 1868 apel_10.8+0.20120427-3.dsc
 ca130a5c06b205decf758e128ae6b3ba81aa1ff6 21034 
apel_10.8+0.20120427-3.debian.tar.gz
 584e3ec3365d5ca8021c76cd42c8a666f620d8a2 142682 apel_10.8+0.20120427-3_all.deb
Checksums-Sha256: 
 18404cb37b34cf397e4a028d9f1c7693d1948bab34a18e9737adef1f8a4b76b7 1868 
apel_10.8+0.20120427-3.dsc
 cf6aae624a1b1aab21e1f451397e9275361935eb63531619bcadef6c06c93be4 21034 
apel_10.8+0.20120427-3.debian.tar.gz
 3e6296d63c4b90f1a166b8d97e0fe115afd7c0960b07e380510d3a6989c18c23 142682 
apel_10.8+0.20120427-3_all.deb
Files: 
 2c216aed4a0d6b0112c5e4ab7e4806a9 1868 lisp optional apel_10.8+0.20120427-3.dsc
 9d8488cb5fb32fc281f028491da2ad72 21034 lisp optional 
apel_10.8+0.20120427-3.debian.tar.gz
 31ffbc2193adb42aac8029b6bfbc0347 142682 lisp optional 
apel_10.8+0.20120427-3_all.deb

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

iQIcBAEBCAAGBQJR1togAAoJEOXvq5AIDqY8KFoP/R4leDKM9My9v5B5jo6wzLfF
bO9Q+/B0eJxfPGXXaTtjphNhgaQviiJOt37wIvmR6aSMP3dCmWNg+L2VmCh/EHp+
ELT7hn4Z94dhcVuLqM+pCZgeuNNUGKeUJs4/PBVZkV9Sl5mKWvy95C0wn4SNcuda
Y244/nsQUcRQKWAGvkAGvOYJ1qB8FL138fcvgsarRiGbkfHe5W14GY/t9G42Ki+f
gQ51ooCW8aDQnsT358AX5W56xfI3QpOwspyqNBhgAvr+E7OOuo22YRVjt9RIIkdl
aF0zgzZzxKpMD4MxmR/ulpf43/n8FA61OcEbBaG0Xs/a0oR9FmwZxT2R6BsjBtk5
yNQV3wjPQZOWOIounS/W1ARt1xW4kpsb0hz6Mm7IkXQstlNNd/zSd1bFokN2kBkW
vEOXV31PQ1OIXdyZy6jGNGwE9ujwjpBKwQy8M9TfaHvUn6MM8olzYNC9cAeSGJ9f
M4kP549cI+hrkBoQ58cX9F2kM3SWMMVdlBpJcbW1NktJEW06hJkfoGYeeSCT7EBD
nyqQVwBIjDOUXZ/gPosxGIQ+EXxAQZtGacmF+eIpGde8LqZ0m1dXez2gxr9hJNs5
1IXwDJzSKWlsIBJXm4kEDoNJkNodTfq5yz5q3y9+l+dlBL5aF2Iwbfnsbkzbr0Jb
1vrTIKkS6KgEp8Mi3STQ
=j4Pv
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7lt-0004kq...@franck.debian.org



Accepted beignet 0.2-2 (source amd64)

2013-07-05 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 15:27:32 +0200
Source: beignet
Binary: beignet-dev beignet
Architecture: source amd64
Version: 0.2-2
Distribution: unstable
Urgency: low
Maintainer: Simon Richter s...@debian.org
Changed-By: Simon Richter s...@debian.org
Description: 
 beignet- Intel OpenCL library
 beignet-dev - Intel OpenCL library
Changes: 
 beignet (0.2-2) unstable; urgency=low
 .
   * Patch OpenCL C version
Checksums-Sha1: 
 9efd54aafbcc9148e0e60a481d6e1661f8791bca 1566 beignet_0.2-2.dsc
 e1f13f8bd34ddaad8f39bca76cca382efab6598f 42193 beignet_0.2-2.debian.tar.gz
 f1d0d321723d7a04eb274791a850abc42b4202aa 4386 beignet-dev_0.2-2_amd64.deb
 ede54ccdac64e35127f08b61e7820c261fe51cd3 7641916 beignet_0.2-2_amd64.deb
Checksums-Sha256: 
 201c4146161a75b4fada695b872930f76b4bc2736b95b3ad8247ed1074ae4373 1566 
beignet_0.2-2.dsc
 170342b95c2bd390ebc9648834b665262f00d3ecb229d9da69a1db4da5eb68c0 42193 
beignet_0.2-2.debian.tar.gz
 169458ca6073be387da5833cdc0673c7095afd7ea02850b2b26df985114cdd38 4386 
beignet-dev_0.2-2_amd64.deb
 be4cc74bbd2c17da34fb2ddf24355cc4d6c5501a006171b3418b358d34bb4270 7641916 
beignet_0.2-2_amd64.deb
Files: 
 12d8688c72e74f692448ac4f749d18eb 1566 libs extra beignet_0.2-2.dsc
 47a7cb4b380f5a53e98faef8d762c8f9 42193 libs extra beignet_0.2-2.debian.tar.gz
 2af107df84224c5955aac4a7968f0da8 4386 libdevel extra 
beignet-dev_0.2-2_amd64.deb
 f6ada53830afba2a1150edd5773112c1 7641916 libs extra beignet_0.2-2_amd64.deb

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

iJwEAQECAAYFAlHW0A4ACgkQ0sfeulffv7t3bwP/Xa7DIfGEalwjQKX+ErI6yzJC
OqvykavgrmPNnB25lE+NUnRUmfXkQ2Ec8A2xNjvy6TDrAh4jQ6dDlP7POqISJ4Ej
evmvvrBdybRieTROA4PUMTTJB1cs1moOEO0FxeGkjwfpg6O2OEwQX+wPiCW/Kifc
U7tm2NuLEGed0yP6mq4=
=/6BT
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7m5-0004oo...@franck.debian.org



Accepted bygfoot 2.3.2-1.1 (source i386 all)

2013-07-05 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Jul 2013 19:12:37 -0400
Source: bygfoot
Binary: bygfoot bygfoot-data
Architecture: source i386 all
Version: 2.3.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Elías Alejandro Año Mendoza eal...@gmail.com
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 bygfoot- football (a.k.a soccer) management game
 bygfoot-data - data of football (a.k.a soccer) management game
Closes: 684784 713703
Changes: 
 bygfoot (2.3.2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Link in libm to fix FTBFS. (Closes: #713703).
   * Fix spelling errors in control (Closes: #684784).
 + Thanks to Chad Dunlap for the patch.
 + Fix same error in debian/bygfoot.6.
   * Clean up debian/copyright slightly.
Checksums-Sha1: 
 2e47d7d5e43315856c72773416df3b3cd1703526 1248 bygfoot_2.3.2-1.1.dsc
 471e00c0ddcfcfcc27e567205ef7cd69794d77ab 9150 bygfoot_2.3.2-1.1.debian.tar.gz
 25477764177529afebc626807296b0c5210ccf7f 319060 bygfoot_2.3.2-1.1_i386.deb
 6c9f30e13fed9aa06539f02a9d10a95fec6ff9b4 1500276 bygfoot-data_2.3.2-1.1_all.deb
Checksums-Sha256: 
 4192c2fa7efb7fed44c65b7fdb09057c6d427674d368bee510b1287b45b30049 1248 
bygfoot_2.3.2-1.1.dsc
 e8ab4b44f0aab253a4aaf46929773d0cfbd878fdb9b301eb38b0573ed3573972 9150 
bygfoot_2.3.2-1.1.debian.tar.gz
 6002aaedf12b0b3f6b175482fb922837aec52abfbcaa9df9c2b118e103d82c14 319060 
bygfoot_2.3.2-1.1_i386.deb
 36acd4b569be0b680aa76e00717b92da8df01b8a548b593c1b14108fc4ae1286 1500276 
bygfoot-data_2.3.2-1.1_all.deb
Files: 
 d17aacaa67f474a7300649a6243f6a8d 1248 games optional bygfoot_2.3.2-1.1.dsc
 012b10a11cfa9c1d3c97f77280dfb1ba 9150 games optional 
bygfoot_2.3.2-1.1.debian.tar.gz
 26b3df57b14523fa9f8f8f162d92ed62 319060 games optional 
bygfoot_2.3.2-1.1_i386.deb
 c39164d9fc9ea86ce97b73a1b6f00545 1500276 games optional 
bygfoot-data_2.3.2-1.1_all.deb

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

iEYEARECAAYFAlHWoYIACgkQ5ItltUs5T37kOQCgj2QcTV9E3GuWAOX/Lc+93Lt5
WeYAnRk/c4L4tiS0kJ1+3qtSXRui21kB
=SllV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7mh-0004tg...@franck.debian.org



Accepted debian-goodies 0.63 (source all)

2013-07-05 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 14:47:10 +0200
Source: debian-goodies
Binary: debian-goodies
Architecture: source all
Version: 0.63
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a j...@debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 debian-goodies - Small toolbox-style utilities for Debian systems
Closes: 715000
Changes: 
 debian-goodies (0.63) unstable; urgency=low
 .
   * [checkrestart]:
 - Handle programs setting $0 / argv[0] incorrectly (e.g. spamd, see
   https://bugzilla.redhat.com/show_bug.cgi?id=755644; Closes: #715000)
   Thanks Wolodja Wentland!
 - Add special case to recognize spamds despite their manually set $0.
   * Mention check-enhancements in the long description
   * Add example to checkrestart's man page (LP: #280793)
Checksums-Sha1: 
 6df21e8267dca32aba42d75396ad86844df41934 997 debian-goodies_0.63.dsc
 2d4f1c3582f7284ec39a0dd7645f1a118386 62297 debian-goodies_0.63.tar.gz
 cc8df92f25460dd89f688cc5be5c715906b4a5b6 71002 debian-goodies_0.63_all.deb
Checksums-Sha256: 
 757546f88783423dc7235566635638b75cd1ebfb635a579091a51dac65d23be9 997 
debian-goodies_0.63.dsc
 92209017cb5e66438058fb117299e377f0af6f1f8236943641b17d0b5525ec8f 62297 
debian-goodies_0.63.tar.gz
 87b7a9f043e6c51266ae3dae229785a66cf57ce9543cfd0fc87ac9d1b3291575 71002 
debian-goodies_0.63_all.deb
Files: 
 e9ddc913bd15f59a93c445e51a6c1f5b 997 utils optional debian-goodies_0.63.dsc
 9be57249645b3fd1a65063a201f5cf27 62297 utils optional 
debian-goodies_0.63.tar.gz
 2a867b313d5bfd695f068f0e98ade9bc 71002 utils optional 
debian-goodies_0.63_all.deb

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

iEYEARECAAYFAlHW1UMACgkQwJ4diZWTDt4VEACeMoxGbt1NR39Kk63pRkwgclfx
vx4An2NIHD0m+JwArdK5+ATDfltVz8wx
=jigA
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7nc-0004os...@franck.debian.org



Accepted flim 1:1.14.9+0.20120428-2 (source all)

2013-07-05 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 23:53:02 +0900
Source: flim
Binary: flim
Architecture: source all
Version: 1:1.14.9+0.20120428-2
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 flim   - library about internet message for emacsen
Changes: 
 flim (1:1.14.9+0.20120428-2) unstable; urgency=low
 .
   * New patch 010_flim-1_14-wl.patch, sync with
 https://github.com/wanderlust/flim/commits/flim-1_14-wl on 2013-07-01
   * Remove 000*.patch (merged flim-1_14-wl)
   * New patch 020_ikazuhiro.patch, sync with
 https://github.com/ikazuhiro/flim/commits/flim-1_14-wl on 2013-07-05
   * New patch 030_Upstream-not-in-flim-1_14-wl.patch
Checksums-Sha1: 
 09995dfd6bec77700eb3ab89535d5d40c7ed0157 1941 flim_1.14.9+0.20120428-2.dsc
 d69c3ad3cf2199278a3b4c3f7df48ecb349405f8 29329 
flim_1.14.9+0.20120428-2.debian.tar.gz
 33e09df377d833381f293ec12b75ea5c9693fc81 234368 
flim_1.14.9+0.20120428-2_all.deb
Checksums-Sha256: 
 0eb46dc3de075fdc574816935652d781cda3078ce283d8ac574981aa2474c91d 1941 
flim_1.14.9+0.20120428-2.dsc
 095cee598c6d22442e319ebd6ac49b7ca5439379c8a5218b54b24bfed7d7d0f9 29329 
flim_1.14.9+0.20120428-2.debian.tar.gz
 0d88be486754362713bb8b5a68bcbdbc22f053f7ac536911434859af4626e7dd 234368 
flim_1.14.9+0.20120428-2_all.deb
Files: 
 5e7eb08f035862c13fe4d5bf8f45dc6e 1941 lisp optional 
flim_1.14.9+0.20120428-2.dsc
 ec7537c4e9df9bb10cd7783bd8a7dd03 29329 lisp optional 
flim_1.14.9+0.20120428-2.debian.tar.gz
 6220986de7c707849f6b89e776beb41d 234368 lisp optional 
flim_1.14.9+0.20120428-2_all.deb

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

iQIcBAEBCAAGBQJR1uMlAAoJEOXvq5AIDqY8AyoP/j6irlp58FTytrtdRKLicfwa
3bbO2pJk3Ch5V9zbdk1chp8sSSgFnAGSIyg6iRNEXzDbMq+pctzNB82TZSWcWNvX
+OWCUQBopoFrHR1FGCSEjL5RERLKyylse/SYtlsA2gLSlkqnu/25A7o++FNA74HA
oX9uodgVU5aJThN2Jlb9qaP013OpzUzYq/YJ5By6NTVmH+ddVkBv9nYiCqO6iWQv
f4fjkKzZ89ZrhpLklyxsKZreHJ8oVobC64+iQ+f2zFWikQdOfzNytbvNgM4Azay2
LnWvDmoTUAPyUkJeJslhbUL2sMpRh1/4MBnwSeBo5xzkoYrWIMHlye9+TcjIgwvO
CUef91ageqG1JYSFjhq1HoEfjBUFMy9o5tRf+48vZS1Yb+CbaRtELbnOrbeFMRvg
+fbsCUaiBsrxAHBtcRO7VpQIXGVbJW6Yr+danZzH6jPTpyUzI9k6LGSZjdkTnST0
kYSOm/pJeYTcUDPgE7teZ2cBQ1BHZvLCokfQ0wRv+qR8ubejQzH9qrpwj+UGwJmS
/Fjol4OZxoymcVfAa+s1v8JLDZezRr4eW4n+u2cnAqxzxAWtLSoZmlwLpVoFVjpf
8C0MhuelAtseaO37boAux97HbCeDTfDkfUjpJ5gYowwBYOZoxG+mpj+Oky69chwR
CsY9PMTjAs2UI+YAZgOD
=uY2z
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7nk-0004td...@franck.debian.org



Accepted jakarta-jmeter 2.8-1 (source all)

2013-07-05 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 16:48:12 +0200
Source: jakarta-jmeter
Binary: jmeter jmeter-ftp jmeter-http jmeter-java jmeter-jms jmeter-junit 
jmeter-ldap jmeter-mail jmeter-tcp jmeter-help jmeter-apidoc
Architecture: source all
Version: 2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description: 
 jmeter - Load testing and performance measurement application (main applic
 jmeter-apidoc - Load testing and performance measurement application (API doc)
 jmeter-ftp - Load testing and performance measurement application (ftp module)
 jmeter-help - Load testing and performance measurement application (user manual
 jmeter-http - Load testing and performance measurement application (http module
 jmeter-java - Load testing and performance measurement application (java module
 jmeter-jms - Load testing and performance measurement application (jms module)
 jmeter-junit - Load testing and performance measurement application (junit 
modul
 jmeter-ldap - Load testing and performance measurement application (ldap module
 jmeter-mail - Load testing and performance measurement application (mail module
 jmeter-tcp - Load testing and performance measurement application (tcp module)
Changes: 
 jakarta-jmeter (2.8-1) unstable; urgency=low
 .
   * New upstream release
   * Refreshed the patches
   * Added a patch improving the help on the command line
   * Added a manpage
   * Added new dependencies on libcommons-jexl2-java and libcommons-lang3-java
   * Locate the JRE in the Java wrapper to avoid the
 No JAVA_CMD set for run_java warning.
   * Install test.jar in /usr/share/jmeter/lib/junit/
Checksums-Sha1: 
 4be9168f8abc176eefca37bc5e250c134b7ebdc6 3136 jakarta-jmeter_2.8-1.dsc
 fdf97b8841d045dc135e472e0540c8544daee9f1 9662084 jakarta-jmeter_2.8.orig.tar.gz
 6fc51bfa2f1e70133b28ffbaa54abd9c1b885568 8739 
jakarta-jmeter_2.8-1.debian.tar.gz
 fdcdf9117a33e1a3bc607680538f75902acd55bd 1712972 jmeter_2.8-1_all.deb
 cbc8a79cfc44685ca33176894def54ec101db471 19444 jmeter-ftp_2.8-1_all.deb
 22eb3fc15e6125ee1702b70b4125d2db030718a4 349022 jmeter-http_2.8-1_all.deb
 b3a4a30766d6da299baa4fc9c6cdefb4256f65f7 41808 jmeter-java_2.8-1_all.deb
 dc60ee25be513e41083b7635bf8c8479c225a371 61070 jmeter-jms_2.8-1_all.deb
 e8318ea385d769ffa3ff28af59b0d58faea56dad 25894 jmeter-junit_2.8-1_all.deb
 5088a73f935075936845a6004214a3d1665ff555 51882 jmeter-ldap_2.8-1_all.deb
 749d6fb7c323f6264934529c62e4ffdcfddb2769 66134 jmeter-mail_2.8-1_all.deb
 71b24e644f3ee0354b5c31ea5df7fc129f8dbd85 29962 jmeter-tcp_2.8-1_all.deb
 55ecc85682e4e8baee71d711dca0177be7a47e6e 6471930 jmeter-help_2.8-1_all.deb
 e0227a5a2329d43080dd2046a3db8a2885f33939 3301654 jmeter-apidoc_2.8-1_all.deb
Checksums-Sha256: 
 71a652df214cfb4707ca5744f4930fa5d1710f2acf8d19ee07554c974259c880 3136 
jakarta-jmeter_2.8-1.dsc
 5530c632b80ac55184ea79120295d2f57366c7d7053c8c26674c5e99b6d31575 9662084 
jakarta-jmeter_2.8.orig.tar.gz
 ed7edb1d39d93fbc24ff19cfab4619c19ae2e829dc661fa6b4bd3c6e73bb1a01 8739 
jakarta-jmeter_2.8-1.debian.tar.gz
 ca8567a025b03da2fded62a954c76573f5824a5631ad79634e36b45b7f6a855f 1712972 
jmeter_2.8-1_all.deb
 a17d2ab0f88538ff9e91851e49cb1d082d49e19df449675c0e2a6ea8e5bf57a6 19444 
jmeter-ftp_2.8-1_all.deb
 6bb47243b07dbd49767677ba1449d9b42aadca26997f848507a1454f03b4a62f 349022 
jmeter-http_2.8-1_all.deb
 9d22053b23a386d7dad3d719a593650bdf361b5608f16de4412eab28d0006cd3 41808 
jmeter-java_2.8-1_all.deb
 1c6018698ba784cfceb3bbac5fec5236dbd884d1833f26f398bb148f45372a8b 61070 
jmeter-jms_2.8-1_all.deb
 b6fb037bccaa0c4813c173506c9b9bc0c4c41951bfc128b0407655ac6e428bab 25894 
jmeter-junit_2.8-1_all.deb
 560368e93b8057f8ca4fbc284410324d4176baf90b04b7bc1179356b57945165 51882 
jmeter-ldap_2.8-1_all.deb
 d6ee5e33ecd80b7f1305dc43b50cf8eb10bf5b95ff05c90335aa00bd7fb4 66134 
jmeter-mail_2.8-1_all.deb
 380d4525a8f90368b8b239b9ab7abefcf0c5cf3f6b4d7c44dbcc76b5e478969e 29962 
jmeter-tcp_2.8-1_all.deb
 60fbffe6ab3c79e5b61a367c338f273316fa9c973b8e3c9dcf513d9ac69d67b2 6471930 
jmeter-help_2.8-1_all.deb
 73f52f31ece3fa652ecd7633661f6904ec323cb06daddd7b5db9e14d30641eb7 3301654 
jmeter-apidoc_2.8-1_all.deb
Files: 
 9cd17a71570ca2459358391e6a148d96 3136 net optional jakarta-jmeter_2.8-1.dsc
 b31f6c2eafe9ebe18ecfe85db5c81af2 9662084 net optional 
jakarta-jmeter_2.8.orig.tar.gz
 12f7db3cbecb053249e5775e7d85fb53 8739 net optional 
jakarta-jmeter_2.8-1.debian.tar.gz
 da2f5f93b32288ead0d0aa8f287bfcf8 1712972 net optional jmeter_2.8-1_all.deb
 f4c31e54ec18410608560eff41b8406a 19444 net optional jmeter-ftp_2.8-1_all.deb
 164a1f488f77518f322952cecd9b0834 349022 net optional jmeter-http_2.8-1_all.deb
 5d7de2081fd6fc93a0ee781ea9635e5b 41808 net optional jmeter-java_2.8-1_all.deb
 5d3ddfbcf7cc72f85defe44c4fcac34f 61070 net optional jmeter-jms_2.8-1_all.deb
 0b390ab80d41bde33a654dc477b6e126 25894 net optional 

Accepted neko 2.0.0-1 (source all amd64)

2013-07-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 14:47:28 +0200
Source: neko
Binary: libneko0 neko-dev neko libapache2-mod-neko
Architecture: source all amd64
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 libapache2-mod-neko - Apache module for running server-side Neko programs
 libneko0   - Lightweight virtual machine - shared library
 neko   - Lightweight virtual machine - compiler and tools
 neko-dev   - Lightweight virtual machine - headers
Closes: 641613 666858
Changes: 
 neko (2.0.0-1) unstable; urgency=low
 .
   * QA upload.
   * New upstream version.
   * Properly orphan the package (see #628939).
   * Build-depend on apache2-dev, fix build errors with apache2.4.
 Closes: #666858.
   * Fix build failure with ld --as-needed. Closes: #641613.
   * Fix some lintian warnings.
   * TODO: Pass build flags to submodules.
Checksums-Sha1: 
 5834e432c19889e6b115e5be3c7d0648a2e3fa50 1345 neko_2.0.0-1.dsc
 efe43ee57cf46977e5e7a70e8f522fb0bd8d0a47 425539 neko_2.0.0.orig.tar.gz
 6140d6a4f011b098779a7da566f02330bc3daaad 12423 neko_2.0.0-1.debian.tar.gz
 fa678dd0e70b5c6c552761f5d927100ff4b3b269 11764 
libapache2-mod-neko_2.0.0-1_all.deb
 49175b75b79daaf6d8123e5b8f6b3517d6dd0f88 16480 neko-dev_2.0.0-1_all.deb
 f0dbb20761d0afe99e53df1e5ce151205d136a47 55156 libneko0_2.0.0-1_amd64.deb
 4fe1444cc6729a78834ef87b8e428451e5c1ca36 220254 neko_2.0.0-1_amd64.deb
Checksums-Sha256: 
 8aaea68ffb51f0e622ec059d08d8e49521781a6af97f96aeee6fa46283031b17 1345 
neko_2.0.0-1.dsc
 47a4714df7a603fc64995fc353f09205e52da4df954b6c6969d7d1b9a00a95d1 425539 
neko_2.0.0.orig.tar.gz
 37e9a34d30d4001e703753d5a15ce28f5464edeaba546b0e354b29d1bf7c0213 12423 
neko_2.0.0-1.debian.tar.gz
 d359483a652aa1784fa50a9f3f03a916f2361b130fe7a53d22097447ee0a9b91 11764 
libapache2-mod-neko_2.0.0-1_all.deb
 150d43021f5e83c216f94f0c327b499cc703c96888cae2020b90e4974d645f8b 16480 
neko-dev_2.0.0-1_all.deb
 f05a39101e52dfccd03ebd747c121ae8e2e29ea7d009e9afa803cafe2e63d2f7 55156 
libneko0_2.0.0-1_amd64.deb
 f33e7578013d06e326225786ecd7433dcb33ac3944485ce98c150e968d82f715 220254 
neko_2.0.0-1_amd64.deb
Files: 
 3133a78d5197c16b6c32553c77e52997 1345 interpreters optional neko_2.0.0-1.dsc
 dd7a3629f7cb638e38e8c14aa83da4c5 425539 interpreters optional 
neko_2.0.0.orig.tar.gz
 1dd028f730edc65e07699bef30065bde 12423 interpreters optional 
neko_2.0.0-1.debian.tar.gz
 e6acf4b9e395ac43f1d50e90634e343d 11764 httpd optional 
libapache2-mod-neko_2.0.0-1_all.deb
 b35f3f043d7014906e2257d0e9e78866 16480 libdevel optional 
neko-dev_2.0.0-1_all.deb
 0061fe878410f2db0103974a8ef4d597 55156 libs optional libneko0_2.0.0-1_amd64.deb
 fefb9ad53a0dd7a262e9403f5d13b5a6 220254 interpreters optional 
neko_2.0.0-1_amd64.deb

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

iEYEARECAAYFAlHW1mUACgkQStlRaw+TLJzhMQCeK3Pquk+9cQCTTHKV1jV123Ut
3gMAn15R51MdaMFTcodrg7y6O+Z9aStm
=q6mS
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7oz-0005q2...@franck.debian.org



Accepted ocamlbricks 0.90+bzr367-1 (source amd64)

2013-07-05 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 16:29:21 +0200
Source: ocamlbricks
Binary: libocamlbricks-ocaml-dev
Architecture: source amd64
Version: 0.90+bzr367-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Lucas Nussbaum lu...@debian.org
Description: 
 libocamlbricks-ocaml-dev - Miscellaneous utility functions in OCaml for 
Marionnet
Changes: 
 ocamlbricks (0.90+bzr367-1) unstable; urgency=low
 .
   * New upstream snapshot.
Checksums-Sha1: 
 b052e29964fa98cc4e780380321291acf1cfc14b 2211 ocamlbricks_0.90+bzr367-1.dsc
 42c6d23056bef70a387771a8e431f06a83e0ffc8 228477 
ocamlbricks_0.90+bzr367.orig.tar.gz
 7c317b761130ece8ace3696a4eb38cd3ee260ef9 5568 
ocamlbricks_0.90+bzr367-1.debian.tar.gz
 460b564074ce96da55314364b112a4269f77fc72 1768854 
libocamlbricks-ocaml-dev_0.90+bzr367-1_amd64.deb
Checksums-Sha256: 
 6991f3982208798994612512ba6e455add92de32186584933edc56c4c5f8d55e 2211 
ocamlbricks_0.90+bzr367-1.dsc
 502ef7ad3fbaecd5f1da2d685209bdecb6b6af7d8e0be4202c6da56e541f1cd2 228477 
ocamlbricks_0.90+bzr367.orig.tar.gz
 38b27bf3797fd95fd69bb3c88e427aebfb47795811bf710c2d0bc78f2147c1e3 5568 
ocamlbricks_0.90+bzr367-1.debian.tar.gz
 2e10f157e47420ee7a8714b46a4de55b6f53d03e520ee3976c7aa619fd1f0f4e 1768854 
libocamlbricks-ocaml-dev_0.90+bzr367-1_amd64.deb
Files: 
 d270a0165f0fe76499d3152826b25bad 2211 ocaml optional 
ocamlbricks_0.90+bzr367-1.dsc
 977834b058968d539a1f250f9c94a213 228477 ocaml optional 
ocamlbricks_0.90+bzr367.orig.tar.gz
 4233d6a2e10958e5fee1d12662dc4880 5568 ocaml optional 
ocamlbricks_0.90+bzr367-1.debian.tar.gz
 262fc6db599d2143e56c6f37a172e58b 1768854 ocaml optional 
libocamlbricks-ocaml-dev_0.90+bzr367-1_amd64.deb

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

iQIVAwUBUdbaQTkUtTL0376ZAQplCxAAgIcxv1L2tO4KyJowAkbkSlm29F5EYjb8
QCbMLbb8eJUklhF8OeT3tS6meGWZHMuKgAbo4+qb5JfCbl7Bz/MpvpaRUfZwFlLV
UmUYIW81aioJRWBe+QUaBnMz4RsWAEurUC7AWhU6CeRiVTPY7TLHP87R1kSBW/ht
DZlRGn7RgNstUoBvK/0P4awOUkPkayz4dYGIBn6/iJSphFPK8hug0LEONtS9Vty5
6ujz57pVNAo9Rzqmu9FwAjs+0z+lq7uAbNB93MID6iqpy32azEMMC6NI7HMCcXbe
9y+1NCickUduA2evOnm+r6eMPioaf/WLwFdC1lTl/Lzyle682K6UqDPFOGXQT87v
VHSA3LAXVnItPeoS703cPI3pSGWzQfrR6qRWW5xxA+WBrdBahEKQRUXaRBkOZu6N
q1Slsj/TScCp6p135auzMiNZN+PAZGEJ75kqbjJrVWG6ZowGs3avvtHek3b+XVDQ
NKGXk2KasQEORpxGOwwgcpZamdYfKRDyOEkPewC+el1AfN8ehvDX0e3uoY51rC3Y
+UNZgqNRmcPKN2L7/FX+gUrcKoQlftOPvAgKXufisqZLuRQO4JLHr1NUeNVYTb5R
oUQ/fN+Hi01pAx2f+2RCRzEK7OOgA+6p3Z9lx0q4pNdLbDjCjBPAxLwTy0HJNYpW
+W15HhKDrv8=
=uOIh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7p6-0005tv...@franck.debian.org



Accepted privoxy 3.0.21-1 (source amd64)

2013-07-05 Thread Roland Rosenfeld
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 05 Jul 2013 14:46:54 +0200
Source: privoxy
Binary: privoxy
Architecture: source amd64
Version: 3.0.21-1
Distribution: unstable
Urgency: low
Maintainer: Roland Rosenfeld rol...@debian.org
Changed-By: Roland Rosenfeld rol...@debian.org
Description: 
 privoxy- Privacy enhancing HTTP Proxy
Closes: 702896
Changes: 
 privoxy (3.0.21-1) unstable; urgency=low
 .
   * New upstream version 3.0.21-stable.
   * This fixes CVE-2013-2503 (Closes: #702896).
   * Update all patches.
   * Upgrade to Standards-Version 3.9.4 (no changes).
Checksums-Sha1: 
 8acbeb87b8e847176a486f4d3e321c61805415cc 1180 privoxy_3.0.21-1.dsc
 2d73a9146e87218b25989096f63ab0772ce24109 1733120 privoxy_3.0.21.orig.tar.gz
 1b709ceb0192577df1df25619aa15a7b18b64a6d 19324 privoxy_3.0.21-1.debian.tar.gz
 35fc90652c3584f9cebc623ceda5dc5be657f249 646798 privoxy_3.0.21-1_amd64.deb
Checksums-Sha256: 
 7557c5b222aa0eb8503a893e7758bb38551068214aafa508b25cd3ed5f274cbf 1180 
privoxy_3.0.21-1.dsc
 5ec7e601948d2bd0ebf0ebe90eed7d49e7663c395ce16d0403e91ea2d459ddb8 1733120 
privoxy_3.0.21.orig.tar.gz
 68584cc1b1f7b46b7c02ea474606ee9f5c9bf5da9e2dd4696278595410270c4e 19324 
privoxy_3.0.21-1.debian.tar.gz
 e68f96fd1dafa32a90e43d4342ad3693a0e12ef0e3292f73d5909cdffe77d65e 646798 
privoxy_3.0.21-1_amd64.deb
Files: 
 f0c526915cfc024decf08943cd8807ab 1180 web optional privoxy_3.0.21-1.dsc
 79558f2545cfcf9731f7de611646d837 1733120 web optional 
privoxy_3.0.21.orig.tar.gz
 b5260f10580a442f5bc834e0bea9aca2 19324 web optional 
privoxy_3.0.21-1.debian.tar.gz
 3c6009c271b1d11edc917c059aced42e 646798 web optional privoxy_3.0.21-1_amd64.deb

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

iEYEAREDAAYFAlHW3ZgACgkQO7/Pd72LBQ2v5wCfZzozwujm9Jbg0/bNmoiV4dkU
gy0AoLEl1bn5VeVtNmim4y4Lso8B+G9o
=1upa
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7pe-0005wl...@franck.debian.org



Accepted procenv 0.24-1 (source amd64)

2013-07-05 Thread James Hunt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 01 Jul 2013 14:31:40 +0100
Source: procenv
Binary: procenv
Architecture: source amd64
Version: 0.24-1
Distribution: unstable
Urgency: low
Maintainer: James Hunt james.h...@ubuntu.com
Changed-By: James Hunt james.h...@ubuntu.com
Description: 
 procenv- Utility to show process environment
Changes: 
 procenv (0.24-1) unstable; urgency=low
 .
   * New upstream release.
   * Update for standards version 3.9.4 and to resolve lintian
 illegal-runtime-test-name warning.
Checksums-Sha1: 
 1b7435c598875c0589a78e77aa7e70257ae69537 1771 procenv_0.24-1.dsc
 70487ec9973df6884a557ff3b72bdb2866c82c8e 216260 procenv_0.24.orig.tar.gz
 699a836ff8a0e441b6479f8d9382ec2a1dec1cdb 3158 procenv_0.24-1.debian.tar.gz
 c1ff93c66e63a9133ab32195afb36f535be6a1e6 41808 procenv_0.24-1_amd64.deb
Checksums-Sha256: 
 04feb5a7dd079ff89892b324bd48ce3c724f9b822e390e54090f8f380aeae370 1771 
procenv_0.24-1.dsc
 576d1799c1e716c12b1ea11e6a658ec6fccb794c94013edc4f72d68e85e4b026 216260 
procenv_0.24.orig.tar.gz
 b867f80baebb142bdd7bcf257de6a7ecfdd696c6156ed49deab2e1250bee2691 3158 
procenv_0.24-1.debian.tar.gz
 567393a84202c27c18ca78618c05cc70798bad6f1a983e2a7f70ccd647c5ffb6 41808 
procenv_0.24-1_amd64.deb
Files: 
 cda1af92b66defbedc6697a0b1a23fb5 1771 utils optional procenv_0.24-1.dsc
 b48419a22dc908e25277ed965b8179a8 216260 utils optional procenv_0.24.orig.tar.gz
 8a00c467e76510beb66586ff8b3051c1 3158 utils optional 
procenv_0.24-1.debian.tar.gz
 aa2e6355532b9a1839d44fa9cd2ee04a 41808 utils optional procenv_0.24-1_amd64.deb

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

iQIcBAEBCAAGBQJR1tcYAAoJEIh7YGGLPBaujiYP/ArtLxTs9kaahqDkHYV0OgD3
A5VK1i80HNTAGO98/xKrqN2Ak6yQv6R2Yut7PaLnFeWPQQCwh6Ovgr7RfO9SDJDX
+bh1K17Dwlgy+66bSKoQgtOZktqi99uIhljcaEfSga57XNrLugahoWbEFPgJq3+X
kgm5OkN80l4GbeA9wJY3Hd28KADOR51AXa5QDPfhTRQ/UB3JTyZKUYwuNIRYNjDw
5oQ7TCVRnVyL0A6yivNHWQiJvYmCl/ucDUOBFEdD7YIHxFWkKOm1a6osyqVWJoNy
tPgvobVrvi3uz2Z5JDp5LVn45btUh+Lrbr+NaHxTB9BDqVik5Jhq5J6zncyv4QzK
g2XOQnO16diuCpJ8t7S50aR9FLsUZXF5vh6/ZetCex5JOucZcpcdRfAhlh38+Xop
J7QTL/gmAA0h/KRxw68+Gw/DwFOzapGhomHV8FOYCySoNwQ4TnVkKI4H58fpDDZl
KdW1rFPFNUr+ZjJSSdy/Ee6jlH/jx+ELbspjnAVp2JRG5oowR83LIxdfIWKHktp3
wl/zBRp3R5JrhS2IleEioaLGagXrR+mQEKPEZ79RGUzwyHzE1jOXFiJH0W4IdZKV
lQAGLGSbRvXzADMcFksFjR79swEuXK0FzzDHTyDkOXqsl+s1HL2INGnKIryOJwND
5npMYCNU7aQyankvmQ8E
=JDYB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7pk-0005zx...@franck.debian.org



Accepted starpu 1.0.1-4 (source amd64)

2013-07-05 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 15:32:05 +0200
Source: starpu
Binary: libstarpu-dev libstarpu-1.0 libstarpufft-1.0 libstarpumpi-1.0 
starpu-tools starpu-top starpu-examples
Architecture: source amd64
Version: 1.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 libstarpu-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpu-dev - Task scheduler for heterogeneous multicore machines - dev
 libstarpufft-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpumpi-1.0 - Task scheduler for heterogeneous multicore machines
 starpu-examples - Task scheduler for heterogeneous multicore machines - exs
 starpu-tools - Task scheduler for heterogeneous multicore machines - tools
 starpu-top - Task scheduler for heterogeneous multicore machines - top
Closes: 690935 713335
Changes: 
 starpu (1.0.1-4) unstable; urgency=low
 .
   * patches/binding: Backport upstream change to fix binding on CPU near GPUs,
 and for combined workers.
   * patches/bashism: Backport upstream change to fix bashism.
 (Closes: Bug#690935).
   * patches/automake-Werror: Fix automake warnings (Closes: Bug#713335).
Checksums-Sha1: 
 08316e007d72163a483c4d4676774a5f2031395b 2536 starpu_1.0.1-4.dsc
 1748549580ff2ab20cc79c2dbcc758d1755f8453 9333 starpu_1.0.1-4.debian.tar.gz
 f26be09fe07b7e25cd725dd861d3d08ab3096e5c 395440 libstarpu-dev_1.0.1-4_amd64.deb
 fe2133ec7fd51da2f28db6a240fb2ca9c54cddc9 151262 libstarpu-1.0_1.0.1-4_amd64.deb
 20f89a1e22e650278669bd3ff63f90c2fd80c921 18422 
libstarpufft-1.0_1.0.1-4_amd64.deb
 59b43f497b2c0aa3a805f292fd1a9edd1615013f 25602 
libstarpumpi-1.0_1.0.1-4_amd64.deb
 b49f310b73b011360e78842fd1f967aed03fbbc6 29970 starpu-tools_1.0.1-4_amd64.deb
 5739e0c561128ce3edf3e2e8997f52e2cd34a62c 244288 starpu-top_1.0.1-4_amd64.deb
 616b4118c6693cb4948904eefcb38361bb1227cd 638042 
starpu-examples_1.0.1-4_amd64.deb
Checksums-Sha256: 
 77b0ae8ae4ebf0d53f42d32ca43d540d23509f33770b05cde9fd0975a2f710c4 2536 
starpu_1.0.1-4.dsc
 75c43180d34be9ffaac162c440a7b9924b764ac66c3985c646c8321a8e28c615 9333 
starpu_1.0.1-4.debian.tar.gz
 64ef87260e79c396812e9d22c80b095eda15e17215218fbb6fa2a80668ef9027 395440 
libstarpu-dev_1.0.1-4_amd64.deb
 a92dbe2f6a785e85c64fa3dcddaf401321d3772fcd5e90baa0a4d2a613d0f7b4 151262 
libstarpu-1.0_1.0.1-4_amd64.deb
 808dff82badb1f340ad6c8851a43f7db479b1417ed1729fbb93637f965d43563 18422 
libstarpufft-1.0_1.0.1-4_amd64.deb
 30f973aaf253b2777d22e595300c32d6d78b96609607131b62477d30d9c47ea6 25602 
libstarpumpi-1.0_1.0.1-4_amd64.deb
 0f8f97e354fdbde8cbaf81d52f4ee918a57aee49e5ad2dfbf92ca2e9c27ef06e 29970 
starpu-tools_1.0.1-4_amd64.deb
 c4c8a142d1c3acf701f56f70778ba43e01bcc525289370f85ea87746b184d52d 244288 
starpu-top_1.0.1-4_amd64.deb
 c0e9ba1f089a8bcc377531eb840b2ecb9749128d67139e4040374dd6b9658c69 638042 
starpu-examples_1.0.1-4_amd64.deb
Files: 
 5e8275873100311f996d7a9bc6f1b4cc 2536 libs extra starpu_1.0.1-4.dsc
 a0019f6463af9eba4e4a5fb9bf2aa715 9333 libs extra starpu_1.0.1-4.debian.tar.gz
 dcd3973b69ccce2c1bc940e1844ba12c 395440 libdevel extra 
libstarpu-dev_1.0.1-4_amd64.deb
 42a32d4f00b92cb61417fba7c549add4 151262 libs extra 
libstarpu-1.0_1.0.1-4_amd64.deb
 96d32ef1926f652449ce65e2c7a3d47d 18422 libs extra 
libstarpufft-1.0_1.0.1-4_amd64.deb
 2da32dca479ae044e76d79a586e37031 25602 libs extra 
libstarpumpi-1.0_1.0.1-4_amd64.deb
 b556d447b7af58d069a0234e0e12ff1a 29970 utils extra 
starpu-tools_1.0.1-4_amd64.deb
 b7b662240e19488b8e6a7a613ea68032 244288 utils extra 
starpu-top_1.0.1-4_amd64.deb
 1643775cac60684d8688d8b53795d3ef 638042 science extra 
starpu-examples_1.0.1-4_amd64.deb

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

iQIcBAEBCgAGBQJR1tHdAAoJECqpogBB8bdXE6cP/1hXHKQeHuXbBOgwf1ZM3TMR
hckho/SYhpCOtxAKD9vRyaktWZpgqB9sv8ZtCVCT2HxyRMAh7JsEChoSAeOAatoG
fiMWId4leG40aspyua5ROTt9YxUeSthYEMIqmQm6yWqsUzm/pQM9H/534cdh8WD0
nQZKGrnLXvp4XRQzHu7fekTX6vpR2kDCvhrBeTl56bIeRSGcx4Qqq5oWj5NMPFp8
a6oB34O31bDpJz6GByy4s+fT5yCmzfzpN3hU5M9THglHbUrX8TV5Fy+ttSCGRY0h
D9e4HOPPEwIWtB2vLWzlcKg/893bKVW70Liz7+i4l+hY/SKXkJkIV3oKg60vOkr5
YIlj43TMYdwXY3mGbnfV9AR1GcarYnSqPnSMm8J5mlbd6EilOghdCt89V0wmZ79q
ZHOWNF/BwT/0iHiywE9uE0buQ5ImFuabeW0lFupVF1SmVA1/n0B5WC/1L6f1dhyt
PNAuvZ7v8RRMyD7q0Jknw29VR8KqFpoOEIt+MnfQNSuiJIeG8/KX/hW6Q5vYAdie
eJkfzPhXojb2M05JeHbBXA3XOT5O139mHPN9ZlZeFQimqy18orpAxHTJS+w5NMYr
m2zqqOYrsmARGbVB2StTus5m0HC88w1lWKg3l1FkgPquHOsAEmM07WM2x78MyhT5
O3iZP4gIyPttVn3pPX0/
=qVFn
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv7pa-0005uq...@franck.debian.org



Accepted starpu-contrib 1.0.1-4 (source amd64)

2013-07-05 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 15:32:05 +0200
Source: starpu-contrib
Binary: libstarpu-contrib-dev libstarpu-contrib-1.0 libstarpu-contribfft-1.0 
libstarpu-contribmpi-1.0 starpu-contrib-tools starpu-contrib-examples 
libsocl-contrib-1.0
Architecture: source amd64
Version: 1.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 libsocl-contrib-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpu-contrib-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpu-contrib-dev - Task scheduler for heterogeneous multicore machines - 
dev
 libstarpu-contribfft-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpu-contribmpi-1.0 - Task scheduler for heterogeneous multicore machines
 starpu-contrib-examples - Task scheduler for heterogeneous multicore machines 
- exs
 starpu-contrib-tools - Task scheduler for heterogeneous multicore machines - 
tools
Closes: 690935 713335
Changes: 
 starpu-contrib (1.0.1-4) unstable; urgency=low
 .
   * patches/binding: Backport upstream change to fix binding on CPU near GPUs,
 and for combined workers.
   * patches/bashism: Backport upstream change to fix bashism.
 (Closes: Bug#690935).
   * patches/automake-Werror: Fix automake warnings (Closes: Bug#713335).
Checksums-Sha1: 
 a24d177001acc6aebe5d723e582069d3706e39ff 2813 starpu-contrib_1.0.1-4.dsc
 c3c53710874b650114f0b1bf65b7debbf07b3ae6 9293 
starpu-contrib_1.0.1-4.debian.tar.gz
 07fedb0bd97ec3b96e414ff7f726996af0c8c7be 495900 
libstarpu-contrib-dev_1.0.1-4_amd64.deb
 7a5289b37efadcfb1f43dfd45381306c386742ff 188194 
libstarpu-contrib-1.0_1.0.1-4_amd64.deb
 aeb7ee326178f52de57dd63c41b45171d266e331 30446 
libstarpu-contribfft-1.0_1.0.1-4_amd64.deb
 b58c21c6707edb9d1ddbffe33afe2e0df0f4eaa9 25788 
libstarpu-contribmpi-1.0_1.0.1-4_amd64.deb
 a78c62f71f96d2a9000434c987695f24a6bbfc89 30110 
starpu-contrib-tools_1.0.1-4_amd64.deb
 2ca5ca3f32ee90430f254c927ca2aa81be135d70 737868 
starpu-contrib-examples_1.0.1-4_amd64.deb
 0b41e99e1d249f426549d12d9ca2fd8d0feb8356 31916 
libsocl-contrib-1.0_1.0.1-4_amd64.deb
Checksums-Sha256: 
 c7061e35358cfbd95b4895ecd10258c31fa3e55605e18f7fd9821e06743660c7 2813 
starpu-contrib_1.0.1-4.dsc
 7eb74b0a8afb68c2ac60dae71940f69dd9598fb951ad89a7393598f483ef3d82 9293 
starpu-contrib_1.0.1-4.debian.tar.gz
 435aa0ed7400a3ddde748f504f3a2505f3edaf41b19942c76d88a3e67d5e3732 495900 
libstarpu-contrib-dev_1.0.1-4_amd64.deb
 1968f866850a0334e7ddaad0be110d4454fc200eb9a28018ec79b1d1c98f70e9 188194 
libstarpu-contrib-1.0_1.0.1-4_amd64.deb
 e2b1b036781b28da8d3555a70ea314a69667e0c129514572f17a672ef14cb930 30446 
libstarpu-contribfft-1.0_1.0.1-4_amd64.deb
 d95812e4f786ed98e4e11dfd9abeb82310d8ac0079c91de50c5842485942ceed 25788 
libstarpu-contribmpi-1.0_1.0.1-4_amd64.deb
 f50abfda7e4568ee4aa0d4445ee7035fe98ecb9d5fe4f5dbb0a05466934e4ab9 30110 
starpu-contrib-tools_1.0.1-4_amd64.deb
 ca336d8f1d40f9eb299793d8f523d113300712e7949e617821c403c25efed50e 737868 
starpu-contrib-examples_1.0.1-4_amd64.deb
 e8965be3f6512065269453c7492c1f4e1c7c9f81da4eaabaaf4ffab88f50fe2d 31916 
libsocl-contrib-1.0_1.0.1-4_amd64.deb
Files: 
 02dd070d06c396f54663244631e6e3c5 2813 contrib/libs extra 
starpu-contrib_1.0.1-4.dsc
 513324d20d2c9e2f53dc3be8df636329 9293 contrib/libs extra 
starpu-contrib_1.0.1-4.debian.tar.gz
 d52dc6542b6b7604099fb3a1f30703ee 495900 contrib/libdevel extra 
libstarpu-contrib-dev_1.0.1-4_amd64.deb
 1db198629a4ba3c12f68cb87bbe8788c 188194 contrib/libs extra 
libstarpu-contrib-1.0_1.0.1-4_amd64.deb
 76a8741dd7376cfcf55882e32156af23 30446 contrib/libs extra 
libstarpu-contribfft-1.0_1.0.1-4_amd64.deb
 7ea08993a8ada60d2a5de70be5d4431b 25788 contrib/libs extra 
libstarpu-contribmpi-1.0_1.0.1-4_amd64.deb
 176a68cdb90a8f0c73d0b3173f31ed57 30110 contrib/utils extra 
starpu-contrib-tools_1.0.1-4_amd64.deb
 93c7f5571d1d160f8024e87cf2322eb8 737868 contrib/science extra 
starpu-contrib-examples_1.0.1-4_amd64.deb
 cff58f85fe5e58783cacb60f82a1207f 31916 contrib/libs extra 
libsocl-contrib-1.0_1.0.1-4_amd64.deb

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

iQIcBAEBCgAGBQJR1tHdAAoJECqpogBB8bdXTusQAJqFAL7qBiORWQHjs+lBnRyc
dzkSCaZH8opNMcvcYFlcu/uXfhhlLzjqWhSp3sHEZcyrW0EkM4fRtmIeEyRA/ZUE
ZvVD4ns0nMCLqv8Nnz7MG9BEd93aXhnR7ObX0YVGF9PWVpNr3fGeh6430PKk+dUM
JBqbxBMynyGgekaI3b4flGRSC08jLTxfXqREuN60Sv3PTyhHY6ve9yzYvnbgJsNm
5qb/cnbk24EU4oXFs1QfSjTuh0ukEUwwoJp45dhTN3EPws9LoRj4KIM0fSaasPBt
VndPYoXp/ii0DRuYqYTnhZEffTFi1W1eSzJ6aJk4ZR3wR0pGUeJScjbLlTsOhVCG
ST4CqtpkGtySViSOQiBtUUOzQEcbX1OKi4WB0sfN5Dmh94rSq2iV0qWMpw0+0B5s
FwZ8JalKv/H0rzb43B5AENAQX+Du9Qym9ePUrHKiaVo6w5srPQvRDnvfaVNAkXoz
+2DF/UCIPKm5Ipkd0y58GEB7mfF4SBCkh7J4h0JA07DqiDLwGwSpDQ7XDS0/XmQG
49/PSKn/AAETzkc3i5qk6sh8aoOJj6JYpSP8BL89Gcx2yrfegYrzzC4URdFZQ+3t
+ndjtHpVC+xVxfcax0g+ZeXbUyb0tSx5RgmkfAsJpVYR8aMDTTwbH934QIZi+p8g
wmfrg9TFFr6Hjc7O+SqZ
=T0Bm
-END PGP SIGNATURE-


-- 
To 

Accepted krb5-auth-dialog 3.8.0-3 (source i386)

2013-07-05 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 17:40:45 +0200
Source: krb5-auth-dialog
Binary: krb5-auth-dialog
Architecture: source i386
Version: 3.8.0-3
Distribution: unstable
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 krb5-auth-dialog - tray applet for reauthenticating kerberos tickets
Closes: 714825
Changes: 
 krb5-auth-dialog (3.8.0-3) unstable; urgency=low
 .
   * [21a1bd6] Fix krb5_principal_compare crashes on NULL arguments.
 Thanks to Petter Reinholdtsen (Closes: #714825)
Checksums-Sha1: 
 e92f4cdbb408c6e890eb2cecc534c6f9f527ea25 1563 krb5-auth-dialog_3.8.0-3.dsc
 c403895f4de3705a941b00adc077a46e794be5ec 6246 
krb5-auth-dialog_3.8.0-3.debian.tar.gz
 8296926491a75be5f0db634e74104a2f422c0c19 266970 
krb5-auth-dialog_3.8.0-3_i386.deb
Checksums-Sha256: 
 5d0a38c426b2c2c4e1e9dadfa072020a08b6ba21f5002131193a777b26f7ee1d 1563 
krb5-auth-dialog_3.8.0-3.dsc
 d394651d766390983a83bb0faecfd5fb944403116575ee612030bde88ca57210 6246 
krb5-auth-dialog_3.8.0-3.debian.tar.gz
 22ba3ec5de37679ae4465cfe257cc58c6f0b9f013deba3bdce6e9d615d7e64b9 266970 
krb5-auth-dialog_3.8.0-3_i386.deb
Files: 
 9a75b787e4cb9641821ca662c9a66024 1563 gnome optional 
krb5-auth-dialog_3.8.0-3.dsc
 ce49ddb60a46207f225cc163be4c3566 6246 gnome optional 
krb5-auth-dialog_3.8.0-3.debian.tar.gz
 fb2a3bbda7fae782929138a190d79425 266970 gnome optional 
krb5-auth-dialog_3.8.0-3_i386.deb

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

iD8DBQFR1unwn88szT8+ZCYRAkfiAJ0S8m/yo5GGBWhZHgf9mrcs6cn40QCfaE5d
YbId8gFZ5IVCSLv8cqOJDv4=
=U3gn
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv8fd-0001yq...@franck.debian.org



Accepted libcpan-perl-releases-perl 1.24-1 (source all)

2013-07-05 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 17:22:41 +0200
Source: libcpan-perl-releases-perl
Binary: libcpan-perl-releases-perl
Architecture: source all
Version: 1.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libcpan-perl-releases-perl - module for mapping Perl releases on CPAN to the 
location of the t
Changes: 
 libcpan-perl-releases-perl (1.24-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 1.24
Checksums-Sha1: 
 3d5b4ff9d00726d7208dedd00d88c03e03211c0a 2192 
libcpan-perl-releases-perl_1.24-1.dsc
 cc35c62c0b162bf39bc088eeaf2b31b7e1f44c91 18908 
libcpan-perl-releases-perl_1.24.orig.tar.gz
 39ed44b4be67e158a9ed7e53d29bae2236296b6e 2304 
libcpan-perl-releases-perl_1.24-1.debian.tar.gz
 ebea11c2d6e58bac8848b323b5f70f9ab96e31a2 15046 
libcpan-perl-releases-perl_1.24-1_all.deb
Checksums-Sha256: 
 c5e9040ba877fb10e98d875967295b8ea9341131091954f9b67451aedd87c512 2192 
libcpan-perl-releases-perl_1.24-1.dsc
 5e4fe062349f726289ee5aad07af90dd571c87a9cecd204e5b3fb0426f7406be 18908 
libcpan-perl-releases-perl_1.24.orig.tar.gz
 f165da3ac887db1fd6290db7c089e547b78d823638685029d40c4d88a46a7e43 2304 
libcpan-perl-releases-perl_1.24-1.debian.tar.gz
 a0998bf9725e1f68d291187e6ae9c58be4188d441ca93959a4091628cd0f6ae0 15046 
libcpan-perl-releases-perl_1.24-1_all.deb
Files: 
 4f43110607dd7e104930cd5f9ece48b1 2192 perl optional 
libcpan-perl-releases-perl_1.24-1.dsc
 ce163cc65b3c60f59c90619931e1d35d 18908 perl optional 
libcpan-perl-releases-perl_1.24.orig.tar.gz
 0614540519a73d55de826febbfd2473e 2304 perl optional 
libcpan-perl-releases-perl_1.24-1.debian.tar.gz
 ec7765d8d514e4c42ecd8cca24772d99 15046 perl optional 
libcpan-perl-releases-perl_1.24-1_all.deb

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

iQIcBAEBCgAGBQJR1uYkAAoJEHidbwV/2GP+RNoP/AneFfYb9DqnMSrVA2jBnCLf
J+YvYfQCVhegr7HrIh/GywIJ6VQ1kFo99Cm0C+k9IvnN4IQX7Bm8lFJZSWaaVUeg
6ddS/mrgsMUvNKVEh2O/iF+cv94N4QnIMbHmDhzaTxaHAay6p0AwVJ+QeEdw0jQQ
Jx+KJvMN2xYncDLR6mbny2q2I8pJxsTNOD9sXN/7WU+hmQg4vrOiRBfOtQN52KA1
tr1mOGKJz/ihy+8TbCd8SJfB4ZfHDwZwKUuR5Ww0M2jEEn1bdTL3VAmuQOCRFeOF
6ZNN7n2G91uL9HrfyTvU8NXMCXj6UsJqIGq7U79K0vLqkw/McI858EBJk0yRNDNP
L9OrC7Umd8N0oOhC7InGwObuEYb3pabp8kIIxRK2cg4vp0i/6XWIMMRUeQzB1GQs
RMyGn80sa3kVkPM0iwhAedsJkPQDxHISj9bK6yplnr3DhoIebXkbK4QHUGGDPu/Q
QJzPmmT7E3CQL4bNvCggNEn6TXxs0tW3eTOeQyKHwZru1Zqr0aqo5CRmld5CmcPt
5E8svcwJ3D0xgEIvFY/NZRqAb+JD5QaeYYokveyz4aHkTzndp6h3EFA19Ro2r7Xp
fHZ6squAeOrERB6r720a3AKDlHsFqxDEbzgr//wvWaZd9UCSqTu/uF8LFZoHeD8/
sOQWNtVK8OnvwcNEBjVL
=i+xK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv8fk-0001bz...@franck.debian.org



Accepted php-net-ipv4 1.3.4-2 (source all)

2013-07-05 Thread Prach Pongpanich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 04 Jul 2013 21:00:55 +0700
Source: php-net-ipv4
Binary: php-net-ipv4
Architecture: source all
Version: 1.3.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian PHP PEAR Maintainers pkg-php-p...@lists.alioth.debian.org
Changed-By: Prach Pongpanich prach...@gmail.com
Description: 
 php-net-ipv4 - IPv4 network calculations and validation
Changes: 
 php-net-ipv4 (1.3.4-2) unstable; urgency=low
 .
   * Now using PKG-PHP-PEAR team as maintainer
   * Switch to pkg-php-tools and dh-sequencer
   * Add debian/gbp.conf file
   * Add myself as uploader
   * Update debian/copyright to format 1.0
   * Add Vcs-* fields
   * Bump debhelper compat to 9
   * Bump Standards-Version to 3.9.4
Checksums-Sha1: 
 6d640112b56509f0705faf13b2751ed43cb5 1665 php-net-ipv4_1.3.4-2.dsc
 c23e9a5ada5e0e39993c7af678fe6d96eedfbc6a 3087 
php-net-ipv4_1.3.4-2.debian.tar.gz
 1bd50770fddc80b0f46c23792fe57f096bf0c125 10886 php-net-ipv4_1.3.4-2_all.deb
Checksums-Sha256: 
 03ac7e09d53450886e73bccefb3fcba12a3e7b0db8d36efbe390a5278098cb2d 1665 
php-net-ipv4_1.3.4-2.dsc
 aa329bd659affc09cf478b21d0e8d6af93f736893f6dff4f65ca6d86e3827e19 3087 
php-net-ipv4_1.3.4-2.debian.tar.gz
 bbd911bcbd11ef25490e5cfb0d00d1da81dbbde72c6c568895d269d24f0a97f5 10886 
php-net-ipv4_1.3.4-2_all.deb
Files: 
 dcdadf80abfec80071016db72f458d1a 1665 php optional php-net-ipv4_1.3.4-2.dsc
 166ef0285ae4c4e91803b01938d4f4f7 3087 php optional 
php-net-ipv4_1.3.4-2.debian.tar.gz
 13f3d28d9ac382bc802ad90cb96447b1 10886 php optional 
php-net-ipv4_1.3.4-2_all.deb

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

iQEcBAEBCAAGBQJR1ueHAAoJEAWMHPlE9r086wkH/1Z8YPwczck6l0ZsTlepT0TZ
2qub4OJ8sXW86V9/OKNy0FJAUw+6TQ/wVygKRRxr1TWFuJVVA2UBj/kkKpOqmd6U
9TeUm6Akuncbt3EcO+UGMeHW+w5B8sbbtJYl7y8To8jWBjWA+FySyqbFiF6ZG8fM
gg2khVAdoGl8DcA7Oiolv42PCsn/3UhIZaT2QIxHvP1iyz6wmNfCTHTf4PpRslXD
jtQpBbmMHIU8eGL16ZKx8/xLxO47RQ+rHhvNd8vZnwXdLFhscwLoOz4HqXVCYsGj
GHGn4JsPiFFjq09VtsDgDzbvugAT87+zzayNU7UpfqkHyBAYJKE6gu4mmsKvmaM=
=0Xp7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv8fy-0001em...@franck.debian.org



Accepted salt 0.16.0-1 (source all)

2013-07-05 Thread Joe Healy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 04 Jul 2013 10:48:59 +1000
Source: salt
Binary: salt-common salt-master salt-minion salt-syndic salt-doc
Architecture: source all
Version: 0.16.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Salt Team pkg-salt-t...@lists.alioth.debian.org
Changed-By: Joe Healy joehe...@gmail.com
Description: 
 salt-common - shared libraries that salt requires for all packages
 salt-doc   - additional documentation for salt, the distributed remote executi
 salt-master - remote manager to administer servers via salt
 salt-minion - client package for salt, the distributed remote execution system
 salt-syndic - master-of-masters for salt, the distributed remote execution syst
Closes: 712819
Changes: 
 salt (0.16.0-1) unstable; urgency=low
 .
   [ Joe Healy ]
   * Team upload.
   * [a7fdace] Imported Upstream version 0.16.0. Closes: #712819
Checksums-Sha1: 
 5a51b391c949d17fc69d2e4d1542438017f60aef 2684 salt_0.16.0-1.dsc
 7b11bf86236adf42ec4563c85d64afc219d8315f 3523789 salt_0.16.0.orig.tar.gz
 2956d72870077c858f2f4775b0c77b17fdfb86c7 10463 salt_0.16.0-1.debian.tar.gz
 8ac6f34fe30390f45a72f95784d4678bb9e3cf2f 941636 salt-common_0.16.0-1_all.deb
 2c9a2cd5e0ce629deea835ad1cc63d18a81d4d20 22724 salt-master_0.16.0-1_all.deb
 9f1cfe31861793b288e5d446cfbfc151c5944153 16558 salt-minion_0.16.0-1_all.deb
 4895247b179bb6eb09daa263ab1c998176222a52 8312 salt-syndic_0.16.0-1_all.deb
 d702378238182a0c6f18865a0c2fb3d4fa9d5f96 256 salt-doc_0.16.0-1_all.deb
Checksums-Sha256: 
 6fbd0c8c134db351e3795cd5efd05c26923efb90729745b3d479bb1fceb2b7c7 2684 
salt_0.16.0-1.dsc
 2f79012838a5e674f5cd2126326606bffc3b3cb24c33d8667a11158241b656fc 3523789 
salt_0.16.0.orig.tar.gz
 f404d393d645a5b89a24c0aac94301733018f4b521ca06d3bd2f1fc2550d9d80 10463 
salt_0.16.0-1.debian.tar.gz
 4706500094d4389592a97e37326e7333440897719d670d95cb06b5e0eb789ad8 941636 
salt-common_0.16.0-1_all.deb
 a436e15d5949b84efa6c798b1e7502009c15343e88594f54311fabd76c5489f3 22724 
salt-master_0.16.0-1_all.deb
 24f6e1b9c80c773241e8cd61cecb89a132d74f4d2490dfc631eadaf41fe477a2 16558 
salt-minion_0.16.0-1_all.deb
 23be089d4d5c98850503fc9866919c437c2c16b0c298be5faf4118dbbbfcc9d6 8312 
salt-syndic_0.16.0-1_all.deb
 3f0664f69cb35c2e5aef55854545815b94a9c32b15e062d177d16c12809e8e62 256 
salt-doc_0.16.0-1_all.deb
Files: 
 921c2c39bb4b6e23aa79d0efe657c0f1 2684 admin optional salt_0.16.0-1.dsc
 4e4f382614b8c30818be0c2ebe2988e8 3523789 admin optional salt_0.16.0.orig.tar.gz
 b034461b8f539db2b259bfaf2f11037c 10463 admin optional 
salt_0.16.0-1.debian.tar.gz
 7babd05169fb5ac1f41a1acdd002159e 941636 admin optional 
salt-common_0.16.0-1_all.deb
 11bb0527840c2a62f1d31120f625fdd8 22724 admin optional 
salt-master_0.16.0-1_all.deb
 f9e20f934b925e9f1ff8dd126b59cdd9 16558 admin optional 
salt-minion_0.16.0-1_all.deb
 bbede9facd00ee25d8a58a334b6f6b53 8312 admin optional 
salt-syndic_0.16.0-1_all.deb
 b7fcbbc61c0de29ea5c6fa4121073beb 256 doc optional salt-doc_0.16.0-1_all.deb

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

iQLvBAEBCgDZBQJR1ulPwBEaaHR0cDovL21hcnRpbi1rcmFmZnQubmV0L2dwZy9z
aWctcG9saWN5LzU1Yzk4ODJkOTk5YmJjYzQvMjAxMTAxMjQxMTI1P3NoYTUxMnN1
bT0xY2FkOTZmZDI3ZDMyMzNmNTNlMjI4NDk1MzM2NDgxMDdlNWVlOGQ1YmU2NTUy
NTFkNzRjOGYxYzVjM2JjNDJmMjMwNGZhNTE1MTUwZjdiZDRkZDA1ZTk4MTk5MjRm
MDQ5NTEzZWU5OTYyY2E3MTcwOWY4MWQ5NDUxNTg1MmJkOAAKCRBVyYgtmZu8xLy9
EAC83tSlCPDJ2A8ueRFsEs+vLxBlyvZmL12waAYB5aWnEypG35VQXol0eJNO1l8T
Ph1D/BJyleJT3ECDXSzlWyTe+P6yqHg+ZmOxLZabw95Zzb2itBas4aIzPsVSWm2Q
QdzTi6BjK0/RcDIknCth8Jr3zHtDF8jnXyJtLl0h5HTJWe7l9MNKDJg1S66Gg9pQ
Cyer6YRKI72mU6P6DsMvlLrzWLo8qw0N03bPb6hwDQRoeRfXjts/YUGjkhFQeFrs
1W7bslX/0tW2gN24r9CxKHeNXrxxmUE67rz0CItmWbLPUf62TQsYPSFwfr+7ee22
hoBGDKXY8N4TX7NgpFc9Ze8CxY+s44N6a3pcdRIcTFI9OQwMBKwIP/T6NyqP8qm9
aN5r1dXnFkocFapHSUj0E/Z0SDTF2U+GCkILTpuj0ot+V94O50y+l1xUmAicrkqR
7xvmZhvHCVgaHrSnFIDQok/PfhK94jTSpEu5DAUTXDMmXfnZc4axqhuvVdyVCuQP
sa1ipfn2Em21Vf8UsD3sGnVkpwseHI1QfYJpGOjco9QcpryeCYRIrRCRShO/BSBT
3mEhzLTIjoLxOBeQb1rkTwnIdxer2LL/xmQ6tLHLQVB38lWhZ+mB1xJh/UCE1ws2
tUIK1yD6p9KM3/N3zJ1gHVDBObqOOBGfnEu6Nb+pBalVuA==
=vUqw
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv8ft-0001nu...@franck.debian.org



Accepted gnuradio 3.7.0-2 (source amd64 all)

2013-07-05 Thread A. Maitland Bottoms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 08:05:12 -0400
Source: gnuradio
Binary: gnuradio gnuradio-doc gnuradio-dev libgnuradio-analog3.7.0 
libgnuradio-atsc3.7.0 libgnuradio-audio3.7.0 libgnuradio-comedi3.7.0 
libgnuradio-blocks3.7.0 libgnuradio-channels3.7.0 libgnuradio-digital3.7.0 
libgnuradio-fec3.7.0 libgnuradio-fcd3.7.0 libgnuradio-filter3.7.0 
libgnuradio-fft3.7.0 libgnuradio-noaa3.7.0 libgnuradio-pager3.7.0 
libgnuradio-pmt3.7.0 libgnuradio-qtgui3.7.0 libgnuradio-runtime3.7.0 
libgnuradio-trellis3.7.0 libgnuradio-uhd3.7.0 libgnuradio-video-sdl3.7.0 
libgnuradio-vocoder3.7.0 libgnuradio-wavelet3.7.0 libgnuradio-wxgui3.7.0 
libvolk0.0.0
Architecture: source amd64 all
Version: 3.7.0-2
Distribution: experimental
Urgency: low
Maintainer: A. Maitland Bottoms bott...@debian.org
Changed-By: A. Maitland Bottoms bott...@debian.org
Description: 
 gnuradio   - GNU Radio Software Radio Toolkit
 gnuradio-dev - GNU Software Defined Radio toolkit development
 gnuradio-doc - GNU Software Defined Radio toolkit documentation
 libgnuradio-analog3.7.0 - gnuradio analog functions
 libgnuradio-atsc3.7.0 - gnuradio atsc functions
 libgnuradio-audio3.7.0 - gnuradio audio functions
 libgnuradio-blocks3.7.0 - gnuradio blocks functions
 libgnuradio-channels3.7.0 - gnuradio channels functions
 libgnuradio-comedi3.7.0 - gnuradio comedi instrument control functions
 libgnuradio-digital3.7.0 - gnuradio digital communications functions
 libgnuradio-fcd3.7.0 - gnuradio FunCube Dongle support
 libgnuradio-fec3.7.0 - gnuradio forward error correction support
 libgnuradio-fft3.7.0 - gnuradio fast Fourier transform functions
 libgnuradio-filter3.7.0 - gnuradio filter functions
 libgnuradio-noaa3.7.0 - gnuradio noaa satellite signals functions
 libgnuradio-pager3.7.0 - gnuradio pager radio functions
 libgnuradio-pmt3.7.0 - gnuradio pmt container library
 libgnuradio-qtgui3.7.0 - gnuradio Qt graphical user interface functions
 libgnuradio-runtime3.7.0 - gnuradio core runtime
 libgnuradio-trellis3.7.0 - gnuradio trellis modulation functions
 libgnuradio-uhd3.7.0 - gnuradio universal hardware driver functions
 libgnuradio-video-sdl3.7.0 - gnuradio video functions
 libgnuradio-vocoder3.7.0 - gnuradio vocoder functions
 libgnuradio-wavelet3.7.0 - gnuradio wavelet functions
 libgnuradio-wxgui3.7.0 - gnuradio wxgui functions
 libvolk0.0.0 - gnuradio vector optimized functions
Closes: 714987
Changes: 
 gnuradio (3.7.0-2) experimental; urgency=low
 .
   * Update bsd-no-thread-affinity
   * Add comma between arguments of atsc/xlate.py (Closes: #714987)
Checksums-Sha1: 
 ac676dd102ef153be16067521d6102b3acab1607 3555 gnuradio_3.7.0-2.dsc
 4cb3173e7073ff0ca7feeed99b11d601b63017a4 39887 gnuradio_3.7.0-2.debian.tar.gz
 9f7a46692e7e8e09f47646fccb09036ff59a71dc 9122010 gnuradio_3.7.0-2_amd64.deb
 c2b865d0a3ad06b8beb080aa863aeca29ccf4d12 14808302 gnuradio-doc_3.7.0-2_all.deb
 740d4f7502346e47dca3e620c709ef62e9713a4f 567722 gnuradio-dev_3.7.0-2_amd64.deb
 702278f7b3af11b89ec2623052ceb2a288819d57 137186 
libgnuradio-analog3.7.0_3.7.0-2_amd64.deb
 ce96a5c4b60697c9a47bd26a0b349eb1ff603b3c 103366 
libgnuradio-atsc3.7.0_3.7.0-2_amd64.deb
 08d115e9cd8fc449f34b052b1ba6923314d23161 80690 
libgnuradio-audio3.7.0_3.7.0-2_amd64.deb
 ceaac7c3599b1c0eed68b409d9b69631ca1735be 38838 
libgnuradio-comedi3.7.0_3.7.0-2_amd64.deb
 25283d7639db02ec7ac05fd1fd5f5fff0c1d1308 549446 
libgnuradio-blocks3.7.0_3.7.0-2_amd64.deb
 01f34348f04fa4727fdaffbb3259407b7c507da7 70020 
libgnuradio-channels3.7.0_3.7.0-2_amd64.deb
 df725549eae6d2a59a5807be68fe5c30f2fc1cc1 263834 
libgnuradio-digital3.7.0_3.7.0-2_amd64.deb
 4c61b6458d674b21bd2e7610e9b6c06200dd98a8 48472 
libgnuradio-fec3.7.0_3.7.0-2_amd64.deb
 2a76544129899acb79bb5c40af6c381c2a01916d 48840 
libgnuradio-fcd3.7.0_3.7.0-2_amd64.deb
 72bddfdeff74e4e62afbffc3a6fb5c00eb3a723b 217226 
libgnuradio-filter3.7.0_3.7.0-2_amd64.deb
 207d2aab2fef337f4fcd412f5a54c3bc81fcf547 63604 
libgnuradio-fft3.7.0_3.7.0-2_amd64.deb
 fd7443b87668079807fbda8e5b0b6701b96d060a 39476 
libgnuradio-noaa3.7.0_3.7.0-2_amd64.deb
 764a730be064db04b0ff7c773474bdd9fa80ab97 44652 
libgnuradio-pager3.7.0_3.7.0-2_amd64.deb
 bd01e3973c7f17b3b6738f0a51e1c4dc58db646e 99554 
libgnuradio-pmt3.7.0_3.7.0-2_amd64.deb
 bbf2c80c8a296dc002892219b8cfd05a92024810 220974 
libgnuradio-qtgui3.7.0_3.7.0-2_amd64.deb
 34ec8dc9dab4281b1e30a126cd001f186ec47024 525470 
libgnuradio-runtime3.7.0_3.7.0-2_amd64.deb
 c556ffd3439c83010e3c94156120a45bf40bf3a4 170116 
libgnuradio-trellis3.7.0_3.7.0-2_amd64.deb
 e7acc8559198be548b4262e9c69d2ac9c0e2feb8 95390 
libgnuradio-uhd3.7.0_3.7.0-2_amd64.deb
 7ac9e9175c101e68728a038f2247fcd06254bcda 40586 
libgnuradio-video-sdl3.7.0_3.7.0-2_amd64.deb
 f188ee9d43ee1dd81b5082ae918c9e07f8b1fc46 78092 
libgnuradio-vocoder3.7.0_3.7.0-2_amd64.deb
 62770f6eed1c318356c7eabde93bf860d327d2d6 39712 
libgnuradio-wavelet3.7.0_3.7.0-2_amd64.deb
 a5263c7e5912352279e3ac7715e91e419220af25 66186 
libgnuradio-wxgui3.7.0_3.7.0-2_amd64.deb
 

Accepted xmhtml 1.1.7-19 (source amd64)

2013-07-05 Thread Graham Inggs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 17 Jun 2013 13:27:54 +0200
Source: xmhtml
Binary: xmhtml1-dev xmhtml1
Architecture: source amd64
Version: 1.1.7-19
Distribution: unstable
Urgency: low
Maintainer: Graham Inggs gra...@nerve.org.za
Changed-By: Graham Inggs gra...@nerve.org.za
Description: 
 xmhtml1- Motif widget for displaying HTML 3.2 (library)
 xmhtml1-dev - Motif widget for displaying HTML 3.2 (development files)
Closes: 307363
Changes: 
 xmhtml (1.1.7-19) unstable; urgency=low
 .
   * New maintainer (Closes: #307363).
   * Build-depend on libmotif-dev instead of lesstif2-dev.
   * Add multiarch support.
   * Add xmhtml1.symbols file.
   * Update d/control:
 - Add Depends: xmhtml1 (= ${binary:Version}) and Section: libdevel
   to package xmhtml1-dev
 - Add Vcs-browser and Vcs-git sections
   * Update d/rules:
 - Remove -L/usr/X11R6/lib and explicity link -lXt -lXext -lX11 -lz and -lm
   * Bump standards-version to 3.9.4 (added vcs and symbols).
Checksums-Sha1: 
 e3aff6db414fad5d0114b2e365adeb048aa0bd33 1593 xmhtml_1.1.7-19.dsc
 071eeaf0ee23546b0acfe130a88baa54a2a7b572 10831 xmhtml_1.1.7-19.debian.tar.gz
 057516293ffdcc16bfb4ec7331549beca6a0369f 418766 xmhtml1-dev_1.1.7-19_amd64.deb
 4627c370c445a8041a626b3fd3cebd46ac23915d 310500 xmhtml1_1.1.7-19_amd64.deb
Checksums-Sha256: 
 cf5dc9fd926581da357f6fdbf50fa7221a7f30587f697175b3e405d69de46596 1593 
xmhtml_1.1.7-19.dsc
 ffccc5b69ac066e02c5ab5fbf8125985ed62338173d6d813e6829a3196866a8f 10831 
xmhtml_1.1.7-19.debian.tar.gz
 83bb4a68f946c6fc98dba8cab17e935f0311d53afc58facbb71e64d585b697bd 418766 
xmhtml1-dev_1.1.7-19_amd64.deb
 b39942ee37ec7fa81736fb2797800f7c0dab06d31e82c53acc2f0d8e1dc2baaf 310500 
xmhtml1_1.1.7-19_amd64.deb
Files: 
 a79eec0c04a7b877a8b35337531e4adf 1593 libs optional xmhtml_1.1.7-19.dsc
 481c61380d82c2a73bf1bddf3dd8a421 10831 libs optional 
xmhtml_1.1.7-19.debian.tar.gz
 6a5c3d41054c676dec714ee37c1d240a 418766 libdevel optional 
xmhtml1-dev_1.1.7-19_amd64.deb
 292479696a2565526f8a67746b0e8732 310500 libs optional 
xmhtml1_1.1.7-19_amd64.deb

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

iQEcBAEBCAAGBQJR1u9bAAoJEJxcmesFvXUKCdoIAISH+EVyjwbICNr40jFjx7ph
ONQLjfcybccH591rlhbok+wXj2mT9nMsDABcMjZmj1P/1saJ18dO0Q7K//5dbsaD
HDNXOwhvdKWxn59am1sG9n6SJec2kTfd6V2imQf+vQJXzpx/K+iF6kClAH1TuMl+
rrT1rwVUbuuvgovjgqaUc4FZCU9gigsZWWpw5DkZ/b6tIyF+gtub1+WJWLGGxS6w
rMoG7RZUzjuUguaJzA1vmzWCuwCUmwqhphtBOxy/ZMebanytXtZ8X5q3mdOZG6cn
oT7/4qZl4lsG3v+bAxKJOU9thtZXvJ6rRLbo5TMM6K1ktYA477Meb7lmpU/qp7k=
=J7cl
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv8kk-0007as...@franck.debian.org



Accepted djvusmooth 0.2.14-1 (source all)

2013-07-05 Thread Daniel Stender
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 16:28:46 +0200
Source: djvusmooth
Binary: djvusmooth
Architecture: source all
Version: 0.2.14-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Stender dan...@danielstender.com
Changed-By: Daniel Stender dan...@danielstender.com
Description: 
 djvusmooth - graphical editor for DjVu
Changes: 
 djvusmooth (0.2.14-1) unstable; urgency=low
 .
   [ Daniel Stender ]
   * New upstream release.
   * Bumped Debhelper level to 9 (deb/control and compat).
   * deb/control:
 + bumped standards to 3.9.4 (no changes needed).
 + bumped X-Python-Version to 2.6 (according to Depends).
 + removed unnecessary dep versions (of python-all, djvulibre-bin,
   python-djvu).
   * deb/copyright:
 + extended copyrights to 2013.
   * deb/docs:
 + added doc/credits.txt.
   * .desktop:
 + removed desktop file from debian/.
 + added patch djvusmooth.desktop.patch.
 + changed debian/install.
   * Locales are now shipped with the upstream tarball:
 + deb/rules: removed execution of update-i18n script
   and dh_auto_clean overrides.
 + deb/control: removed b-d on gettext.
 + removed deb/source/options.
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
Checksums-Sha1: 
 e42b29143a694d8f772c4e61e6790eeb0928bb8f 2007 djvusmooth_0.2.14-1.dsc
 5c062822add00c15d08a35e7204ad84b01aaab8c 69086 djvusmooth_0.2.14.orig.tar.gz
 4fdeb783fea78318f32cc2d9202741f781735287 7530 djvusmooth_0.2.14-1.debian.tar.gz
 17feb23d569fd32427d7857bccc7053018522b4a 61332 djvusmooth_0.2.14-1_all.deb
Checksums-Sha256: 
 b38a494e8dcc711f2c80afdaefb99c9e30af37a2e967ebf03cbe5c2f3bc55773 2007 
djvusmooth_0.2.14-1.dsc
 fea9c8e98226d699a7c1f5de9743cf97ef442cc0f4b5fa86c537aeb7075056e3 69086 
djvusmooth_0.2.14.orig.tar.gz
 f2067500e608bc568593636924ed42cb910d582cd26a0cd2ec281d8c45623557 7530 
djvusmooth_0.2.14-1.debian.tar.gz
 3eb7a29cde64688e416cffc446f5d50b919cf98c8f07dbac8960fa72706e22c4 61332 
djvusmooth_0.2.14-1_all.deb
Files: 
 405967afac399ff706515b31ba50a689 2007 text optional djvusmooth_0.2.14-1.dsc
 3c176ddb52069aa83b74b9ea098bda08 69086 text optional 
djvusmooth_0.2.14.orig.tar.gz
 ee37c4f2c17e7f8ca8d0bdcf051940c2 7530 text optional 
djvusmooth_0.2.14-1.debian.tar.gz
 6ac8d958a08b144bd58f80a4d7229b2a 61332 text optional 
djvusmooth_0.2.14-1_all.deb

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

iQIcBAEBAgAGBQJR1vD0AAoJEFK2u9lTlo0ba8oP/0n8hJZXguc+29859V9ePwek
TK+UW3/3wH05VV3pab4LtSWrPHbPpUKtm8P7mxQ09up2+1ij41XrrBAzM+wsbe86
acHvsQ+JHe3Qu+F3tTRRCGAsQRTpKxrHGJv9LdSLWPtxMJPWbuvA5QnHQIZU8lQ3
XA1HHaC23IF36pcQ3hkE2GA/iEHFN7E0OImWxEXvmeKWxfKatTND4JlmIVr9MJvM
BVsZgUD5l49AcTKu7rD9XLo8eL1CfV8VDfohRHR0ieU5qGrx1xQEyokg7DAiOOVh
Ub90sV+AJOidl4pk+goRJa10CssgTq8xflbmvMAYubZDZEJRaR8gI5AK9MCFKYax
nrl4v+u+JKztxILXZi1/Wwgt+yXCo6LeOXz5Qf1D5AAIHDntzUTChHUlARNerIXW
W6xtbRLXv8JYus7N2D6oOF4GJuRXBISMSTE7zn5vo9C7i/5LsEFF1cgHfAKKa9MP
FxXAa2tcrSUAICWoFmCJqApBds7ZczBsrwbY9XgDrfz6fo7/LimgAI0KNeYtxcUH
MTBO/vmtra6R6IJiSh4WZklS6zX53QSZJ0xwiLvLTYMbkKXvexnOmzo79d23gFGX
YnB2Av1oUYqnW35slsuwjSZLxXxYAddvN/cf/9LvYFG9n8RCwa7oniXY0qZ1rTuS
dfeSUjW5zXDllByIQsrX
=Cb5O
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv8wm-0001uo...@franck.debian.org



Accepted sane-backends 1.0.23-2 (source amd64)

2013-07-05 Thread Markus Koschany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 11:52:37 +0200
Source: sane-backends
Binary: sane-utils libsane-common libsane libsane-dev libsane-dbg
Architecture: source amd64
Version: 1.0.23-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description: 
 libsane- API library for scanners
 libsane-common - API library for scanners -- documentation and support files
 libsane-dbg - API development library for scanners [debug symbols]
 libsane-dev - API development library for scanners [development files]
 sane-utils - API library for scanners -- utilities
Closes: 714993
Changes: 
 sane-backends (1.0.23-2) unstable; urgency=low
 .
   * QA upload.
   * Add sane-desc.c_debian_mods.patch to series file. (Closes: #714993)
Checksums-Sha1: 
 a9f6b84813be028d8e12de9d08fad9ccb5c32c3c 2229 sane-backends_1.0.23-2.dsc
 62fc65736879f0bdb2fda20a31ee10d1ed335ae7 5342350 
sane-backends_1.0.23.orig.tar.gz
 92d39488f42bc0dda4cd094915cb9f9a6e21d1b8 57429 
sane-backends_1.0.23-2.debian.tar.gz
 77c4e495aa4e8188e12d0e0dfa9223b433cd2a92 199146 sane-utils_1.0.23-2_amd64.deb
 52214132b0081e61e4b3e0dbadd83e6a714e816d 745202 
libsane-common_1.0.23-2_amd64.deb
 f591f218142259294fdf6039f7230d06071103ef 1990422 libsane_1.0.23-2_amd64.deb
 04af0a4c55e351734553d5b55edb5bcee38c410b 2139360 libsane-dev_1.0.23-2_amd64.deb
 51da5972f514efffcfe80f10b79fcca8e377c3ed 6646272 libsane-dbg_1.0.23-2_amd64.deb
Checksums-Sha256: 
 357663ff962cc44a3ec7853c64630a04d856e82a299eda5f267c53cbd009a6eb 2229 
sane-backends_1.0.23-2.dsc
 4d4f5b2881615af7fc0ed75fdde7dc623a749e80e40f3f792fe4010163cbb029 5342350 
sane-backends_1.0.23.orig.tar.gz
 17d80ffcfc11332d15ffeea6ec818a9fdb4adfeb988544e29341d0ead0a82bb0 57429 
sane-backends_1.0.23-2.debian.tar.gz
 5b1df7f338e68b566c238da2de3a2daddc1ac411b6ef979198ab2f2b8b901f32 199146 
sane-utils_1.0.23-2_amd64.deb
 7c40ab454ffb7c5ff4011f474a90591107d8dd722286108b8196a93a53184b3c 745202 
libsane-common_1.0.23-2_amd64.deb
 f8d427936879bb37470d22d0a33408523a32bd8a801ced69f9aea4e27639a67b 1990422 
libsane_1.0.23-2_amd64.deb
 30431e546f6f77a33feb2524589668fc99874f76ceea8f95d99d1d826fbb11ac 2139360 
libsane-dev_1.0.23-2_amd64.deb
 e956e204f964c1d0ae1ba20531ef9103c5ea9550ce3a1b5723b8f3032ba84e42 6646272 
libsane-dbg_1.0.23-2_amd64.deb
Files: 
 a4e4be98b737c883859ced6a3a648180 2229 graphics optional 
sane-backends_1.0.23-2.dsc
 e226a89c54173efea80e91e9a5eb6573 5342350 graphics optional 
sane-backends_1.0.23.orig.tar.gz
 793520dbd0810c431b700618ac37449b 57429 graphics optional 
sane-backends_1.0.23-2.debian.tar.gz
 89c95737786321610c4e27c9b8a3d23d 199146 graphics optional 
sane-utils_1.0.23-2_amd64.deb
 4defce9263a98f1951ff4e7ac809a975 745202 libs optional 
libsane-common_1.0.23-2_amd64.deb
 fb2dd92874f86eb9543761f76ee61410 1990422 libs optional 
libsane_1.0.23-2_amd64.deb
 3a567264d0fa0f6808208b0c7e9d09c9 2139360 libdevel optional 
libsane-dev_1.0.23-2_amd64.deb
 20bbc24329c287903a9cd7e921f44d6c 6646272 debug extra 
libsane-dbg_1.0.23-2_amd64.deb

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

iQIcBAEBCAAGBQJR1vH4AAoJEHQmOzf1tfkT7nQQAKEg+GnNt4LLnyO5zvj7OKxC
LKESc8YgJdsrpYACvJgra5mYmhuSVyRPxzq2fo+B/MbgCvhVQMo4KogfJsLVCP7k
rQ2aDa0Sp+aVwuypcpinSHJtQUhEh7M88pwQb8FjvsxJxt2f7PLREWUT+uvwfc2l
R8Ic+L8wzU5FQfciDJiu+zNKlqkMNPXvv5StARaoa5qZA5aZmbNSomRuAD4GLSCC
I8xXdD22BggsywQdc74psCzOI8UIV+ux7S9e4uAwKOENAXQLncS0MK1cLJFwO3Nm
AgkzH3iwbRrcJWy9MYIf5tU/AAzt1byZa7JFKN27AcTHtJQOjZzYpq+BmXMnI4Wv
pKUobmkXc2s/8hvWMEz+EOXje3b63bcpFXIwzfWQZKqXX34e+q+9f49bKaVrH1Ai
TDldSpLMJ18rQbOHPLjY9NZZYMzJ2dIuMsc80VSNFEkm/5resjw0w6yEx523uxC0
YIe0qSOUqdc2fjJdRtnien36lsGpcy5vu1enfkP+Ufy11bUMCeMEE/F+dkQZqwIM
un/9aG/kz9hvio4hO59M3Xvb0+W+Dqe+uFdEeSpeMvrpB4iMGQYSH/LvIIw91mC/
SAHtUThvjAacYGKn1SMw59idlvPi6621pXkHfLrOZB2RI2jtu+AtSkeesPyLFTRM
VDIXiosZ/U1+O12ZD3mc
=z+jh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv8wn-0002ql...@franck.debian.org



Accepted gearman-interface 0.13.2-3 (source amd64)

2013-07-05 Thread Clint Byrum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 07:25:25 -0700
Source: gearman-interface
Binary: python-gearman.libgearman python3-gearman.libgearman
Architecture: source amd64
Version: 0.13.2-3
Distribution: unstable
Urgency: low
Maintainer: Clint Byrum spam...@debian.org
Changed-By: Clint Byrum spam...@debian.org
Description: 
 python-gearman.libgearman - Python wrapper of libgearman
 python3-gearman.libgearman - Python 3 wrapper of libgearman
Closes: 596794 609754 713304
Changes: 
 gearman-interface (0.13.2-3) unstable; urgency=low
 .
   [ Clint Byrum ]
   * d/control: Point Vcs-Bzr at packaging branch. (Closes: #596794)
   * Added examples. Thanks Francois Marier! (Closes: #609754)
 .
   [ Peter Michael Green ]
   * use automake 1.11 explicitly to hopefully fix build failure. (Closes: 
#713304)
 .
   [ Clint Byrum ]
   * d/control: Update standards to 3.9.4. No changes necessary.
   * d/control: Change maintainer email address to debian.org email.
Checksums-Sha1: 
 bd7d117180778ac87a89c45db429e5371f6ea039 1820 gearman-interface_0.13.2-3.dsc
 b6571ecb6f5aeddac399e192119480718bdacb05 7315 
gearman-interface_0.13.2-3.debian.tar.gz
 10205493d26e7a209b8175a8327f64b0c75270dc 35456 
python-gearman.libgearman_0.13.2-3_amd64.deb
 118092bbb4aa09bb7c0ea9fac1a1444fbdd10b9a 59034 
python3-gearman.libgearman_0.13.2-3_amd64.deb
Checksums-Sha256: 
 37fbc653123cfc432ac5b8176f590b26e5439ae032aab89fb7ecbc60a025 1820 
gearman-interface_0.13.2-3.dsc
 6f82a42fb03b9137174a171c471f5c395f996e12bec376cc6b98a7d79e986662 7315 
gearman-interface_0.13.2-3.debian.tar.gz
 f6b1d8cf00ec1313aa2b746bce9ee00634161edafcb89c47dbf52e2d4b039c91 35456 
python-gearman.libgearman_0.13.2-3_amd64.deb
 cbe826eceeec570074714a815edc629ebef609c7a15f4946759319dd74bbc989 59034 
python3-gearman.libgearman_0.13.2-3_amd64.deb
Files: 
 cd901403d9c3ffed40f69092eb883407 1820 python extra 
gearman-interface_0.13.2-3.dsc
 fb5fbdcfa0f2cdfcafc7c769e4e060d3 7315 python extra 
gearman-interface_0.13.2-3.debian.tar.gz
 f3346eab50a9aef2bc6a214cb45a677f 35456 python extra 
python-gearman.libgearman_0.13.2-3_amd64.deb
 67b561c7569494dd13be032cb29e46c2 59034 python extra 
python3-gearman.libgearman_0.13.2-3_amd64.deb

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

iQEcBAEBAgAGBQJR1veWAAoJEFOMB2b0vLOOxBwIALGcMTD5SAoHDaBY3VxAtZsx
otq7imgNxg1gCUMg6I8OaUY/V86ZcPMYGMRGoJD1lWz8WDsjb2CpR4SjRH+dg358
4Xigr47y61IoHSo8mEyG5YF6aPF2zkoN1m9AZAildMGorzgTgVhf2bA+/1bUcX4j
lEZZaD7rZfKmOVcr4pu1SYehXrtebTW51IgZyjhF8wJgJDkeSIO2E6fiGSe0wACx
0ytHXw496SqlFbBn3MppUVMD9gCIliAe8on6CfLmLeLFrEf7PxfshGcIgkJX6hHj
jZrFsTMqIHZ8kRywz7Wi/kh93DFwkYP7CUoLjAIVG9Obvcag5CnUdLaJj4L/OXg=
=Ax/W
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv9pc-0008ei...@franck.debian.org



Accepted libvigraimpex 1.9.0+dfsg-6 (source i386 all)

2013-07-05 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 05 Jul 2013 19:05:49 +0200
Source: libvigraimpex
Binary: libvigraimpex-dev libvigraimpex4 libvigraimpex-doc python-vigra 
python-vigra-doc
Architecture: source i386 all
Version: 1.9.0+dfsg-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 libvigraimpex-dev - development files for the C++ computer vision library
 libvigraimpex-doc - Documentation for the C++ computer vision library
 libvigraimpex4 - C++ computer vision library
 python-vigra - Python bindings for the C++ computer vision library
 python-vigra-doc - Documentation for Python bindings for the C++ computer 
vision lib
Changes: 
 libvigraimpex (1.9.0+dfsg-6) unstable; urgency=low
 .
   * QA upload.
   * Drop parallell build support.
Checksums-Sha1: 
 193b7c209e7e13c3784092a96701518ee8cd6c23 1705 libvigraimpex_1.9.0+dfsg-6.dsc
 9c45f852dec09543fadf62102036007465f167d1 17582 
libvigraimpex_1.9.0+dfsg-6.debian.tar.gz
 63d22862359a41fc981961252d88224764870691 1945964 
libvigraimpex-dev_1.9.0+dfsg-6_i386.deb
 dc76dcf6b3774a48fec759f147c9265fad1c5a5e 207044 
libvigraimpex4_1.9.0+dfsg-6_i386.deb
 f527e0a26277d0aed8509691ca477e73b7abd6b9 3138694 
python-vigra_1.9.0+dfsg-6_i386.deb
 a424b3a6aa57ddc07bb65abee4d74bfce0dfbbc0 429 
libvigraimpex-doc_1.9.0+dfsg-6_all.deb
 0b1462a8aec2d6fc8c0c9efa5ccb0c6db5b0854e 112842 
python-vigra-doc_1.9.0+dfsg-6_all.deb
Checksums-Sha256: 
 d8a25c86a0297e83450ea66bf33b892f6df079286cf62d5476ea1fca296ddb3e 1705 
libvigraimpex_1.9.0+dfsg-6.dsc
 303ddc8d2f9d5d6a52c0d3b2d715ca7affbdcafe4c7f6a4437b4921935abbd06 17582 
libvigraimpex_1.9.0+dfsg-6.debian.tar.gz
 8b0b384661b8ebc0e928d0d98839fc4a68a93438121f1d68c3a905e8fd74ff0c 1945964 
libvigraimpex-dev_1.9.0+dfsg-6_i386.deb
 cb4b3de1b8c2c737ecd2bcbe3997fd975f235a367bccb8f98cc1319d231f9e41 207044 
libvigraimpex4_1.9.0+dfsg-6_i386.deb
 132319d5bbf2d1c6a6f77f1ccbf796c63f2ad7cab3cc318cde5d781311e78f9a 3138694 
python-vigra_1.9.0+dfsg-6_i386.deb
 aec501845aa19d122c91922e063cc35b0b907673b87901208dd15a6dc42f0769 429 
libvigraimpex-doc_1.9.0+dfsg-6_all.deb
 0af01d1bf71980224d80fdefe3dd290e64ffc23f74d7e1ed33437c314d1e83ad 112842 
python-vigra-doc_1.9.0+dfsg-6_all.deb
Files: 
 86855c2b9129d28b33426de26a06d764 1705 libs optional 
libvigraimpex_1.9.0+dfsg-6.dsc
 40eb79a0a30050afbb9c0d49d8514d0f 17582 libs optional 
libvigraimpex_1.9.0+dfsg-6.debian.tar.gz
 99896dc1db19f0d8a42e40d0affeafed 1945964 libdevel optional 
libvigraimpex-dev_1.9.0+dfsg-6_i386.deb
 ab4c8154c6ba47922135e3c67ec17d2f 207044 libs optional 
libvigraimpex4_1.9.0+dfsg-6_i386.deb
 1ea66c62acc75f83e6fe0bf165eefd3f 3138694 python optional 
python-vigra_1.9.0+dfsg-6_i386.deb
 9ac4b74f12d7a00add06c074c14e5d2e 429 doc optional 
libvigraimpex-doc_1.9.0+dfsg-6_all.deb
 439493764974d10dfa5ab63d27f14bad 112842 doc optional 
python-vigra-doc_1.9.0+dfsg-6_all.deb

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

iEYEAREDAAYFAlHXANAACgkQHTOcZYuNdmMmfwCfX886MXyFLgm0bC/k1kisPGhY
G44An2z6kPLk49GauvcXx7TNufDKaJu4
=EtBw
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uv9t2-0005qi...@franck.debian.org



Accepted latex-cjk-chinese-arphic 1.23 (source all)

2013-07-05 Thread 韓達耐
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Jul 2013 00:18:51 +0800
Source: latex-cjk-chinese-arphic
Binary: latex-cjk-chinese-arphic-bkai00mp latex-cjk-chinese-arphic-bsmi00lp 
latex-cjk-chinese-arphic-gbsn00lp latex-cjk-chinese-arphic-gkai00mp
Architecture: source all
Version: 1.23
Distribution: unstable
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Danai SAE-HAN (韓達耐) da...@debian.org
Description: 
 latex-cjk-chinese-arphic-bkai00mp - AR PL KaitiM Big5 fonts for CJK
 latex-cjk-chinese-arphic-bsmi00lp - AR PL Mingti2L Big5 fonts for CJK
 latex-cjk-chinese-arphic-gbsn00lp - AR PL SungtiL GB fonts for CJK
 latex-cjk-chinese-arphic-gkai00mp - AR PL KaitiM GB fonts for CJK
Closes: 666395 709585
Changes: 
 latex-cjk-chinese-arphic (1.23) unstable; urgency=low
 .
   * The Descriptive descriptions release.
   * [copyright.in]
  - Change copyright year and my mail address;
  - use Copyright Format 1.0.
   * Bug fix: descripton of this package is misleading, thanks to Liu
 Binsheng (Closes: #666395).
 - [control*]
   - Fix the templates that generate debian/control.
   * Bug fix: outdated embedded data copy: aglfn, thanks to Paul Wise
 (Closes: #709585).
 - [control*, latex-cjk/aglfn13.txt, latex-cjk/makefdx.pl,
copyright.in, README.Debian]
- Remove latex-cjk/aglfn13.txt (v1.1) and depend on the `aglfn'
  Debian package which contains version 1.7 of the Adobe Glyph
  List For New Fonts.  Update latex-cjk/makefdx.pl to point to
  the aglfn.txt file from the `aglfn' package.
   * [compat]
  - Bump up version from v7 to v9.
   * [control.stem.in]
  - Bump up Standards-Version from 3.8.3 to 3.9.4; changes: build-indep
and build-arch are now required in d/rules.
   * [rules]
  - Switch from dh_clean to dh_prep;
  - add a sed line to replace @PROVIDESFILE@ in font.fd.in;
  - insert build-indep and build-arch targets; let's hope I did it
correctly.
   * [font.fd.in]
  - Change the hard-coded c70gkai.fd into @PROVIDESFILE@.
Checksums-Sha1: 
 48ee5e44048176138864183c397e0c40a4040095 1661 latex-cjk-chinese-arphic_1.23.dsc
 87b3c97e3fe91de1b48f0494a1a24277b2b613e7 39761 
latex-cjk-chinese-arphic_1.23.tar.gz
 0c30f09255d3ef378a5c464cf8d57c6fd7b58ad1 5297184 
latex-cjk-chinese-arphic-gbsn00lp_1.23_all.deb
 81d87ec0ec8d8db8ffe3eb23f9fbf69e51c3cb02 5851790 
latex-cjk-chinese-arphic-gkai00mp_1.23_all.deb
 af42156a2f1c55507af1b1e5ebf1ac6efca496f8 11615572 
latex-cjk-chinese-arphic-bsmi00lp_1.23_all.deb
 e80d73fecd3a9ad27d5590d6fd59e38a709ef97f 12710894 
latex-cjk-chinese-arphic-bkai00mp_1.23_all.deb
Checksums-Sha256: 
 682d8cf8419f05ce201c6cbe70b20cf8fb6914996c18bf1d67d8cc9e49efd934 1661 
latex-cjk-chinese-arphic_1.23.dsc
 331e1eb6017ce2ba983006ef0d19fc566c4a0c1188f9b0a445e16968812c7a77 39761 
latex-cjk-chinese-arphic_1.23.tar.gz
 3bbca69315369d155b1165aaf5cfb7aa710c7b48edfad8557b9db6364ed56d90 5297184 
latex-cjk-chinese-arphic-gbsn00lp_1.23_all.deb
 e10beddf59e4b68c17aff5aff31a579a4b426e31b6ce0d40e7205dfd8e824f85 5851790 
latex-cjk-chinese-arphic-gkai00mp_1.23_all.deb
 d6fb3461f2b00192226eca624139822d1bf892e2509435a26fd7de58f8294587 11615572 
latex-cjk-chinese-arphic-bsmi00lp_1.23_all.deb
 87ea8ea0a51c93c5e3ff4714cee70da4d2f813341c3c89b8bad786173bbce6e8 12710894 
latex-cjk-chinese-arphic-bkai00mp_1.23_all.deb
Files: 
 fab2ce11488a0c7675226eef91299351 1661 tex optional 
latex-cjk-chinese-arphic_1.23.dsc
 b6a5230b56fce4edb5e787d582989ae9 39761 tex optional 
latex-cjk-chinese-arphic_1.23.tar.gz
 0e46be617bdc85a3494d7dd6842fbbae 5297184 tex optional 
latex-cjk-chinese-arphic-gbsn00lp_1.23_all.deb
 2cf07b0a93e608b6dec6c09e6e591950 5851790 tex optional 
latex-cjk-chinese-arphic-gkai00mp_1.23_all.deb
 1354c10461c7c7411f738fc1ad225b17 11615572 tex optional 
latex-cjk-chinese-arphic-bsmi00lp_1.23_all.deb
 a38018065e45b7367a15bd019b0d41cf 12710894 tex optional 
latex-cjk-chinese-arphic-bkai00mp_1.23_all.deb

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

iEYEARECAAYFAlHXAM4ACgkQZDZDYQnzQCR3qwCbBlddTkj8ESTgyV1s16jz1OJ4
y4UAn3+DioBwAQaceV7S3+41HV+H79S8
=RmtZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uva7r-m5...@franck.debian.org



Accepted fdpowermon 1.10 (source all)

2013-07-05 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 20:57:26 +0200
Source: fdpowermon
Binary: fdpowermon fdpowermon-icons
Architecture: source all
Version: 1.10
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst wou...@debian.org
Changed-By: Wouter Verhelst wou...@grep.be
Description: 
 fdpowermon - simple battery power monitor for laptops with ACPI
 fdpowermon-icons - icons for fdpowermon
Closes: 714975
Changes: 
 fdpowermon (1.10) unstable; urgency=low
 .
   * Switch to 3.0 (native) format.
   * Call fdpowermon::theme::warning instead of main::warning, which no
 longer exists since 1.9. Oops. Patch by David Purton; Closes:
 #714975
Checksums-Sha1: 
 efbf981b2e68b26c168a2ecb94cf38c1071431a9 1574 fdpowermon_1.10.dsc
 530dd1c157de2bc14d711cdd4f62c1643d7ab385 23689 fdpowermon_1.10.tar.gz
 2e5cb82a4347f134c5c6ea348bcbd69239bd5261 14714 fdpowermon_1.10_all.deb
 03fdaaeb273a515920067180021c074c7515e3ca 14974 fdpowermon-icons_1.10_all.deb
Checksums-Sha256: 
 9eb67c2f6aa7806cbc67fc7ce0904af879817d38fb84c7507666a44c02ffdbff 1574 
fdpowermon_1.10.dsc
 d38b132208261ebed19b51b9191b70179d0190e2f2fc512c6ab7485a4518f4f0 23689 
fdpowermon_1.10.tar.gz
 90347298f36b6fb2a32048a721563836e069f6a4cf570ee66d52966b6bffe33f 14714 
fdpowermon_1.10_all.deb
 683c40e19d2b9b0b7964fa3199717789fcbd8e7df36cfe8849a23b5ea5c0ebb3 14974 
fdpowermon-icons_1.10_all.deb
Files: 
 0400ce6f5c843f02c1ca3e9268861294 1574 x11 extra fdpowermon_1.10.dsc
 d090177e3e4a040b0ad8b5374ebf5538 23689 x11 extra fdpowermon_1.10.tar.gz
 9a0ec4426f28ae0ef2b072624c31fb88 14714 x11 extra fdpowermon_1.10_all.deb
 1b94e35ff5f7e0b5f1ac24f7a558e5ca 14974 x11 extra fdpowermon-icons_1.10_all.deb

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

iQIcBAEBAgAGBQJR1xfRAAoJEMKUD5Ub3wqdXD0QANIXs6wpFS7S9wA938trIY2Z
mCmrhO6k42R9qS5f/W/AU7LSB98hEokC58rNjy/uW8R1pvQuWWhPNiRAWjQ+zkaE
ZElpqLYNXMHpTwzcsjz69dMWnVPazBhjmkllLbYgSJYPiUvmrWpL5gQMDbaOG/hP
fP2+T63pVwf0ybFFWvlmsUmVegY0qU5HwrQG9OP5hmhSQScBDAiUYvhhn4Huaeb9
EEGW62zOJh/pzZU0B3MiKzqXfiA/ny7fTJ+39Xbyp55uDsMDdR4I3eAc6ajKKDRi
/7LNk9qRMHQTg2ShzwidNlfj/ML9/GG90uvpHNdVJSLNDcssrO3yReCo53wKeo7K
KI5wVDDCjvUt/elOn8jamsYXYJ1bWXWTjCw1c9e4GNfHxZHKmGqKEB4uAsS4d4VG
MS01IxF0Hl+nXSGKPHChVSLFGoUldpxHW6/COa/lOpjgCqYHY2BOT0csEYw0surP
TTza4c2dRt23y9ht0UTIvMTzXrrBotbaopejywIGXvuhQBKTtcgRPxbRJ658cyBa
9w9J+NhYPhT9mC5abFd+vQre3lBGUwR5tDvfgdzG/bXUJjttYbu7AHMSe1Uv7YsR
IMU/vPhiM8uzp5QHfir+kdkjlqPbdTRNVx1DMGOl42JsxxJzUrsrmy8HCEE1fj4U
Yo3j8DysByNKEVTzQ/CK
=urEj
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvbwz-0001ls...@franck.debian.org



Accepted krb5 1.10.1+dfsg-6.1 (source all amd64)

2013-07-05 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 20:55:14 +0200
Source: krb5
Binary: krb5-user krb5-kdc krb5-kdc-ldap krb5-admin-server krb5-multidev 
libkrb5-dev libkrb5-dbg krb5-pkinit krb5-doc libkrb5-3 libgssapi-krb5-2 
libgssrpc4 libkadm5srv-mit8 libkadm5clnt-mit8 libk5crypto3 libkdb5-6 
libkrb5support0 krb5-gss-samples krb5-locales
Architecture: source all amd64
Version: 1.10.1+dfsg-6.1
Distribution: unstable
Urgency: low
Maintainer: Sam Hartman hartm...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 krb5-admin-server - MIT Kerberos master server (kadmind)
 krb5-doc   - Documentation for MIT Kerberos
 krb5-gss-samples - MIT Kerberos GSS Sample applications
 krb5-kdc   - MIT Kerberos key server (KDC)
 krb5-kdc-ldap - MIT Kerberos key server (KDC) LDAP plugin
 krb5-locales - Internationalization support for MIT Kerberos
 krb5-multidev - Development files for MIT Kerberos without Heimdal conflict
 krb5-pkinit - PKINIT plugin for MIT Kerberos
 krb5-user  - Basic programs to authenticate using MIT Kerberos
 libgssapi-krb5-2 - MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
 libgssrpc4 - MIT Kerberos runtime libraries - GSS enabled ONCRPC
 libk5crypto3 - MIT Kerberos runtime libraries - Crypto Library
 libkadm5clnt-mit8 - MIT Kerberos runtime libraries - Administration Clients
 libkadm5srv-mit8 - MIT Kerberos runtime libraries - KDC and Admin Server
 libkdb5-6  - MIT Kerberos runtime libraries - Kerberos database
 libkrb5-3  - MIT Kerberos runtime libraries
 libkrb5-dbg - Debugging files for MIT Kerberos
 libkrb5-dev - Headers and development libraries for MIT Kerberos
 libkrb5support0 - MIT Kerberos runtime libraries - Support library
Closes: 708711
Changes: 
 krb5 (1.10.1+dfsg-6.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/texinfo-doc-fix.diff: Fix FTBFS due to texinfo changes,
 thanks to Gianluigi Tiesi sher...@netfarm.it (Closes: #708711)
Checksums-Sha1: 
 67a44c844fd20ac1e3e3c02b31ac1637904b9c35 2589 krb5_1.10.1+dfsg-6.1.dsc
 50e96730e10646ceffbf154bfc19ec6275597f7a 151282 
krb5_1.10.1+dfsg-6.1.debian.tar.gz
 96f7f26a1e21a79927f37740fd910eb5c1205438 2666150 
krb5-doc_1.10.1+dfsg-6.1_all.deb
 eca2370dcdda99a9b3703c958b599afd74d255c8 1503190 
krb5-locales_1.10.1+dfsg-6.1_all.deb
 1dd82f76386a2bb3cf0582e77f24c6bd345af4b1 150382 
krb5-user_1.10.1+dfsg-6.1_amd64.deb
 b946fc80a60b4c4c350ba44f5fa3dc644a7cab03 222352 
krb5-kdc_1.10.1+dfsg-6.1_amd64.deb
 5b78b55a58ebf2dc4f928b61e0ced9a5b14b6502 119568 
krb5-kdc-ldap_1.10.1+dfsg-6.1_amd64.deb
 1c9d1a36c9e17d0dc2532633f48101f8abfda271 121004 
krb5-admin-server_1.10.1+dfsg-6.1_amd64.deb
 3a5094f82475f0d7ecb0907d0f6c45d9c73ce1fd 154622 
krb5-multidev_1.10.1+dfsg-6.1_amd64.deb
 7a7aa6bcefee0aa3ed9616402f8e54aaecad205f 39760 
libkrb5-dev_1.10.1+dfsg-6.1_amd64.deb
 ac8c03c1bfdaf835c2254fc60f738d6a62cb323e 2088750 
libkrb5-dbg_1.10.1+dfsg-6.1_amd64.deb
 4abc764dcdd6c324ff83cf414d3c0265333d8b09 80970 
krb5-pkinit_1.10.1+dfsg-6.1_amd64.deb
 33a6415196d9f28f24b14e5b5ba73c3e55430651 391776 
libkrb5-3_1.10.1+dfsg-6.1_amd64.deb
 d8feb3f0aa90bbce43e128e84503fb842dde83fc 147218 
libgssapi-krb5-2_1.10.1+dfsg-6.1_amd64.deb
 9a0b7ef56ad930fae38dbe89dd31fc5f436ca1bf 86826 
libgssrpc4_1.10.1+dfsg-6.1_amd64.deb
 167d205fc3c4b406b4c632abce97e0c456553cae 83316 
libkadm5srv-mit8_1.10.1+dfsg-6.1_amd64.deb
 38df538cb94cea1757999a2cfd9be0597a4660d1 67066 
libkadm5clnt-mit8_1.10.1+dfsg-6.1_amd64.deb
 d7580af43346ec83b299abdc6c6cfb2514195e6e 111740 
libk5crypto3_1.10.1+dfsg-6.1_amd64.deb
 0df3fe6573d531e90fa2c9b91a89baa7562ba24e 66088 
libkdb5-6_1.10.1+dfsg-6.1_amd64.deb
 e29e92b94029f8f1eba297914e27d08a16da9bb0 49308 
libkrb5support0_1.10.1+dfsg-6.1_amd64.deb
 6eb4a15e6255451bb4401775117b97432bac420c 51852 
krb5-gss-samples_1.10.1+dfsg-6.1_amd64.deb
Checksums-Sha256: 
 0506905a0293de9dddc93cf8e64d0d9c8773964905ef4bee93d0b4a3ae11ef44 2589 
krb5_1.10.1+dfsg-6.1.dsc
 528db288fb57bf6e3bd72d08f777ef6bf288e31830bd2bf531a77e137af5496c 151282 
krb5_1.10.1+dfsg-6.1.debian.tar.gz
 02ac292180b512883c151e1d1e541d65a642dcb4183d28b72184f89d25f51da2 2666150 
krb5-doc_1.10.1+dfsg-6.1_all.deb
 1d8cdca95c649800e050552b34ccc6ab9f2fddf16c8a17388f5ebb0becfe0787 1503190 
krb5-locales_1.10.1+dfsg-6.1_all.deb
 d1c637d8b0e2df755aad5cc137f7cf1bf3345c8dabbd26086559093cdb7b267d 150382 
krb5-user_1.10.1+dfsg-6.1_amd64.deb
 a6791559ef2a1e69a5c8a07874f88be38ee87d16ee4892cbd715f5664a0c2da8 222352 
krb5-kdc_1.10.1+dfsg-6.1_amd64.deb
 053d23d2910cf0331d8881107081a3dbd5c5483a6e14ae7d8bf21e1e213eb889 119568 
krb5-kdc-ldap_1.10.1+dfsg-6.1_amd64.deb
 6dbae1275f6c77e2a242db957a15cd8cae5982fd4f0932ae3a7b6efdcbd632fb 121004 
krb5-admin-server_1.10.1+dfsg-6.1_amd64.deb
 2e7a0bb38e3705811e4ce9c85ae8f0f5d542c869cd5c5d1448c3ea13dc00b6d4 154622 
krb5-multidev_1.10.1+dfsg-6.1_amd64.deb
 466a506f84f2e1521304d08550ea33d7997c28d4f1d2156d8340489f70659381 39760 
libkrb5-dev_1.10.1+dfsg-6.1_amd64.deb
 

Accepted httrack 3.47.21-1 (source all amd64)

2013-07-05 Thread Xavier Roche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 20:12:25 +0200
Source: httrack
Binary: httrack webhttrack webhttrack-common libhttrack2 libhttrack-dev 
httrack-doc proxytrack
Architecture: source all amd64
Version: 3.47.21-1
Distribution: unstable
Urgency: low
Maintainer: Xavier Roche ro...@httrack.com
Changed-By: Xavier Roche xav...@debian.org
Description:
 httrack- Copy websites to your computer (Offline browser)
 httrack-doc - Httrack website copier additional documentation
 libhttrack-dev - Httrack website copier includes and development files
 libhttrack2 - Httrack website copier library
 proxytrack - Build HTTP Caches using archived websites copied by HTTrack
 webhttrack - Copy websites to your computer, httrack with a Web interface
 webhttrack-common - webhttrack common files
Changes:
 httrack (3.47.21-1) unstable; urgency=low
 .
   * Updated to 3.47.21 (3.47-21)
Checksums-Sha1:
 2fa760b7bcd66a3e20b52a8d80bd5994ac2773ba 1410 httrack_3.47.21-1.dsc
 2ba3da7784bcd67ff98ff09c419cfb700c97ba5b 138 httrack_3.47.21.orig.tar.gz
 38caaaf3dc2aa8122cddb9883ef0597fb7dfed8b 10749 httrack_3.47.21-1.debian.tar.gz
 811f37249dfba393c9cc9252281c72516a72d8b4 398932 
webhttrack-common_3.47.21-1_all.deb
 d78cf1c2ca820672e9cb2afb348a9a9b00a1e53e 520404 httrack-doc_3.47.21-1_all.deb
Checksums-Sha256:
 251e621b61d4cca1e69cf27e331068cc957b0f1e23f50bb5f57159f20ead76fb 1410 
httrack_3.47.21-1.dsc
 e0eac0d611eac981b8e32ec5a5139c2eb31e879210ef1db706f14a72fa071ccb 138 
httrack_3.47.21.orig.tar.gz
 3e3379b21390fc9b75887e296329497f560d00d845c8b3a2210156b20de7bbbd 10749 
httrack_3.47.21-1.debian.tar.gz
 faa33bebd767cc8a42d8161fecfc140126059fcb364f2daf2bd28297cfdb3cf4 398932 
webhttrack-common_3.47.21-1_all.deb
 8ad883260816617d32373fb263af4a025358d72c91d08db3b347d3398ce55932 520404 
httrack-doc_3.47.21-1_all.deb
Files:
 6783ec93d1d6a38ecc99922018a6dc53 1410 web optional httrack_3.47.21-1.dsc
 2296de7b3b0be24758d4bbea8c0ebb20 138 web optional 
httrack_3.47.21.orig.tar.gz
 92f292698f24b0dcc9e39cf627e84fef 10749 web optional 
httrack_3.47.21-1.debian.tar.gz
 035a2b94d64a72729214f68a46e21f15 398932 web optional 
webhttrack-common_3.47.21-1_all.deb
 eb0655751c2fd82a8553daeafdd8c7ab 520404 doc optional 
httrack-doc_3.47.21-1_all.deb

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

iD8DBQFR1xuC3PjWWwPzWYgRAhjjAJ4m8VuJz33z9VSpdH3Oy8H8Z7uoJgCg4uRL
fSY/pbwvqB9q1uOLn3JFeRI=
=Yyou
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvblo-00050o...@franck.debian.org



Accepted libgringotts 1:1.2.1-2 (source amd64)

2013-07-05 Thread Jose G. López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 May 2013 20:30:59 +0200
Source: libgringotts
Binary: libgringotts-dev libgringotts2
Architecture: source amd64
Version: 1:1.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Jose G. López josg...@gmail.com
Changed-By: Jose G. López josg...@gmail.com
Description: 
 libgringotts-dev - development files for the gringotts data encapsulation 
library
 libgringotts2 - gringotts data encapsulation and encryption library
Changes: 
 libgringotts (1:1.2.1-2) unstable; urgency=low
 .
   * debian/control:
 - Bump Standards-Version to 3.9.4. No changes required.
 - Update debhelper to 9.
 - Add Multi-Arch support.
   * debian/rules:
 - Add hardening flags and clean deprecated code.
 - Add '--parallel' compilation.
   * debian/*.install files adapted to use Multi-Arch paths.
   * Add 00_fix_pkgconfig_pc_file.patch to fix paths for Multi-Arch.
   * Add doc-base control file to register documentation with doc-base.
   * Upgrade upstream's GPL version to be compatible with debian packaging.
Checksums-Sha1: 
 66d0bc6bf0233ec312468cce6e2c57512367bd26 1360 libgringotts_1.2.1-2.dsc
 c26bd6651ece89a6b88aed14747f7f639b79516e 4749 
libgringotts_1.2.1-2.debian.tar.gz
 a0a380af70d25dae1ea53f17e083fb7dc9ed5cde 27098 
libgringotts-dev_1.2.1-2_amd64.deb
 977fb68141d3fbbb7de1cebf2f925641a723211f 18474 libgringotts2_1.2.1-2_amd64.deb
Checksums-Sha256: 
 9a7013a4b148220aaeff23799fdef99c519cfa26534a4e6cae27173b9b6dd76e 1360 
libgringotts_1.2.1-2.dsc
 c86630f2df608615d05fdd888b09f32ddae9c84543a19551cc99dbeb7e61e3e8 4749 
libgringotts_1.2.1-2.debian.tar.gz
 5567402f6deca4a9253d5f749b0761d359edb5857133e4a1104f8442c9e98794 27098 
libgringotts-dev_1.2.1-2_amd64.deb
 5edf6dfa5d09908fa7c70f55d05ae68d27d328e12f917d6896bf04caf9c482ec 18474 
libgringotts2_1.2.1-2_amd64.deb
Files: 
 e012e7e7751e00465ca2a9776a834ce7 1360 libs optional libgringotts_1.2.1-2.dsc
 b393989ab9df49e7e84ec0c2af2e9ec4 4749 libs optional 
libgringotts_1.2.1-2.debian.tar.gz
 69448008bd797daedb412498b1a0748f 27098 libdevel optional 
libgringotts-dev_1.2.1-2_amd64.deb
 03d95ddf93a3b05b217901ef8d5bfa3a 18474 libs optional 
libgringotts2_1.2.1-2_amd64.deb

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

iEYEARECAAYFAlHXHNAACgkQMOtAOxJwKfGRUgCfbXtZAN9rbebsg8YDNRCpXe79
OHQAn3F5f7RTcGZdUkzHkMDklreI1DXG
=IhqA
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvblu-00054c...@franck.debian.org



Accepted freebsd-glue 0.0.6 (source all)

2013-07-05 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 22:02:54 +0200
Source: freebsd-glue
Binary: freebsd-glue
Architecture: source all
Version: 0.0.6
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 freebsd-glue - Emulate a FreeBSD build environment
Changes: 
 freebsd-glue (0.0.6) unstable; urgency=low
 .
   * Misc additions to simplify PPP patchset in freebsd-utils.
   * Add yacc - byacc symlink.
   * Add _SAFE macros in sys/queue.h.
Checksums-Sha1: 
 6def1d8ec4e824e8311c174106de665dcf30d5df 970 freebsd-glue_0.0.6.dsc
 a29d43eb11ebed5801e578248120096982914231 19430 freebsd-glue_0.0.6.tar.gz
 879bf965ec68dab7f5dc4965194a7b0efddd5d1b 21312 freebsd-glue_0.0.6_all.deb
Checksums-Sha256: 
 3eb76ab34db2bf19204e125c6db45f5eaddcb00ebf598b3dde99a90150123850 970 
freebsd-glue_0.0.6.dsc
 b7d1bd437e7a7e3878e04472e3bce9cede4d2b5f51024ca96bb6c2e53f3c 19430 
freebsd-glue_0.0.6.tar.gz
 9efc5c3229e13e980f1772ba7a6e34d9cb1ce8ac81314736259463db35feb6ee 21312 
freebsd-glue_0.0.6_all.deb
Files: 
 ef0782f4d272c9ce5cac140d3d2ddfb7 970 devel extra freebsd-glue_0.0.6.dsc
 91654259863f258872acb931c48b8f9e 19430 devel extra freebsd-glue_0.0.6.tar.gz
 b530d174d4faf62e6c9b67ea0b252a9f 21312 devel extra freebsd-glue_0.0.6_all.deb

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

iEYEARECAAYFAlHXJpsACgkQC19io6rUCv8DHACfd0M/1DVUke+hGYef7AI/EWyr
zYoAoI/RknKszVKeRl68VlF/l2XAvFN4
=WzHv
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvd9x-0002jf...@franck.debian.org



Accepted libemu 0.2.0+git20120122-1.1 (source amd64)

2013-07-05 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 03 Jul 2013 21:59:56 +0200
Source: libemu
Binary: libemu-dev libemu2 python-libemu
Architecture: source amd64
Version: 0.2.0+git20120122-1.1
Distribution: unstable
Urgency: low
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 libemu-dev - x86 shellcode detection and emulation
 libemu2- x86 shellcode detection and emulation
 python-libemu - x86 shellcode detection and emulation - Python bindings
Closes: 693090 701305
Changes: 
 libemu (0.2.0+git20120122-1.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Added proper python dependencies to python-libemu (Closes: #693090)
   * FTBFS workaround: Disabled unused-local-typedefs warning (Closes:
 #701305)
Checksums-Sha1: 
 c785aa3cf48b1d43a0d34dd04e73297f8ecd5009 1294 libemu_0.2.0+git20120122-1.1.dsc
 7d68175aa4496abd5ad878c2f190e2a63ad2baa2 3573 
libemu_0.2.0+git20120122-1.1.debian.tar.gz
 942e95d20d853f77d1c397e04aa943ad88c16a1b 392604 
libemu-dev_0.2.0+git20120122-1.1_amd64.deb
 f7d9b888c33e1cc36c3dd4c20759b1482ebdf6c2 332816 
libemu2_0.2.0+git20120122-1.1_amd64.deb
 15cbf77d50409f1965eae2bd729578116a0bcb71 10196 
python-libemu_0.2.0+git20120122-1.1_amd64.deb
Checksums-Sha256: 
 838dbea8ab747f17f586cb37ece6d33e8c9e06b9368335a2db53a6c56b49261f 1294 
libemu_0.2.0+git20120122-1.1.dsc
 39b3a5948444fb0c48eb57c0edb219034deb80b56f59cb8d65b724f39ac08626 3573 
libemu_0.2.0+git20120122-1.1.debian.tar.gz
 996c24bca32691001c03153b32a77dc57df3dfe674dfd1c54bf8c28917161c68 392604 
libemu-dev_0.2.0+git20120122-1.1_amd64.deb
 cc9d488af418be0a51f5ad0f5d3863418bb90815f27c2f02e09658dfeb8254e7 332816 
libemu2_0.2.0+git20120122-1.1_amd64.deb
 5ae06b9dfb67dde7f8d2abfe66dda3f6456cf86e06b3e85f841a4ea8f1c200cf 10196 
python-libemu_0.2.0+git20120122-1.1_amd64.deb
Files: 
 1730c0a356ff9ac56e2cbb03d2e5ac46 1294 libs extra 
libemu_0.2.0+git20120122-1.1.dsc
 b60647f15a1014f5b67ff214e6eab39f 3573 libs extra 
libemu_0.2.0+git20120122-1.1.debian.tar.gz
 a9f86970729ee8232ff419f2d7b975b7 392604 libdevel extra 
libemu-dev_0.2.0+git20120122-1.1_amd64.deb
 faf6bd5930625c98c12781dbc0cccbe0 332816 libs extra 
libemu2_0.2.0+git20120122-1.1_amd64.deb
 602378bfe6803f99cb70ebcaff29462e 10196 python extra 
python-libemu_0.2.0+git20120122-1.1_amd64.deb

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

iEYEARECAAYFAlHUhyIACgkQUCgnLz/SlGhgOACdFDTZFqii151/DAr27wy6oJkI
ZKgAn2nCQ60LKUucCL4nqHifVX9+30ps
=ZtYB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvdbv-0003iy...@franck.debian.org



Accepted libtext-format-perl 0.58-1 (source all)

2013-07-05 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 22:15:54 +0200
Source: libtext-format-perl
Binary: libtext-format-perl
Architecture: source all
Version: 0.58-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libtext-format-perl - module for formatting plain text
Changes: 
 libtext-format-perl (0.58-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 0.58
   * Drop fix-spelling-error-in-manpage.patch patch.
 Patch was applied upstream.
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
   * Bump Standards-Version to 3.9.4
Checksums-Sha1: 
 c71e780d52f537afff9fc254c1b6b0e4e45b6cca 2180 libtext-format-perl_0.58-1.dsc
 8d736cdc004c2be5688517b74f4b594a0d9c6f2d 16444 
libtext-format-perl_0.58.orig.tar.gz
 c1abcae65348c6c828c02702b2832cd66e074961 3454 
libtext-format-perl_0.58-1.debian.tar.gz
 b81694e2fae46057657b0bbc30eaa44066c530cd 20866 
libtext-format-perl_0.58-1_all.deb
Checksums-Sha256: 
 3b5f1a530a9488be791f774bd8541443e1f5285183c7e9db3b79407cf360fd69 2180 
libtext-format-perl_0.58-1.dsc
 a26fde0832f27c2fb9e520c4377b24d86ea9de233a49ed88ce96165488d06003 16444 
libtext-format-perl_0.58.orig.tar.gz
 f22c216078838fda9f6d468ca0e245ba37593af7c81069df248e59ed780f84ac 3454 
libtext-format-perl_0.58-1.debian.tar.gz
 dbd05c269185b8a30af4e5a2f97caba2f2d5c29a463446b84f85890a36df1d54 20866 
libtext-format-perl_0.58-1_all.deb
Files: 
 2df3bd3c344d6ef814dff0287f740e4b 2180 perl optional 
libtext-format-perl_0.58-1.dsc
 e9577b0d46f527d64f954b133ea0fbcf 16444 perl optional 
libtext-format-perl_0.58.orig.tar.gz
 895e850b19f3219b1803d10abf2ce81c 3454 perl optional 
libtext-format-perl_0.58-1.debian.tar.gz
 e9b29db36e2edf3048a1139ba3ad9093 20866 perl optional 
libtext-format-perl_0.58-1_all.deb

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

iQIcBAEBCgAGBQJR1ytmAAoJEHidbwV/2GP+b9UP/06JSgGtFJHwualV5iLxHM6Q
NZQReIsZtMHtG1f+8nyZ4N0cAnFpRsds3iIuk4re05bH4Z4XMyDQWEyJs8chZLxz
cTcE6S91xNhPz9arjlyUew1OGDcTWatE9w/PNte5puHfC25xoVAhgm2RiK03fRja
FGHnfp2ezdmeWyWkEWce/1KHq0lFyNJ2UUHxukZJaPKTULHed390C9Rf2tbJ7eLE
KepbAD1Ot641WetYyIbROfs+gUItY8JvRBTVJfTebg74vQyGd7v/ffDFkCg3Z+1s
RvzL5ts5x31V3q+DjxIhiwPmEytoO0A/aWkwHlPCeN0rWA3OnWdnGOJaksiJ1otR
VP/NbISVwYw24+8BiCXSEHHssHdmBDqvY5n9gtI9aUQYuAUZoCzmsw3EJFkUJ/wG
6+05WTTxwUdW7HMAaybdQIr8YAT7xjydTmP1CjU5hbTKPEf7XAZMI6kb8P9zfgBN
7lle59ZPJ+qMQgz3bQ/Uqs52b4kHu3niu4vix/j8OZbGZpUmIQhduqnmLdAU0QWx
v6Abssc3IGPSN6mZEFi1aUX3wkSzt/pO22p3zNyEIcXoHNX/CYQ3fcBB/7r03dfW
tm1iz2TURUP2b2idiZwDoBeQwSfuV/EH+FBp/snWqxzQtT3tCUivm7e3x8ZhcSjf
u2BnXnuqRxrnYKXuSys7
=3Bxm
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvdcc-0003ne...@franck.debian.org



Accepted mail-notification 5.4.dfsg.1-8 (source i386)

2013-07-05 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 19:03:22 +0200
Source: mail-notification
Binary: mail-notification mail-notification-evolution
Architecture: source i386
Version: 5.4.dfsg.1-8
Distribution: unstable
Urgency: low
Maintainer: LIU Qi liuq...@gmail.com
Changed-By: Stephen Kitt sk...@debian.org
Description: 
 mail-notification - mail notification in system tray
 mail-notification-evolution - evolution support for mail notification
Changes: 
 mail-notification (5.4.dfsg.1-8) unstable; urgency=low
 .
   * Add build-dependency on libecal1.2-dev, required for evolution-data-
 server 3.8 (thanks to Iain Lane, synced from Ubuntu).
Checksums-Sha1: 
 b3e5472a67630f02de2632f1b4fe6ba021bb9fee 2289 
mail-notification_5.4.dfsg.1-8.dsc
 7abee238b085cc3cfda0cf9d6ccb11adb79a7db1 38501 
mail-notification_5.4.dfsg.1-8.debian.tar.gz
 18fdf8fcdfec26cafb26394cf9d811187820631e 431116 
mail-notification_5.4.dfsg.1-8_i386.deb
 41ceae6e806889200f477fdcdc7508f38106b98d 21952 
mail-notification-evolution_5.4.dfsg.1-8_i386.deb
Checksums-Sha256: 
 d1959ef175525a539cc59b34323d2f40393d19bae415251760420e9fb5d4006d 2289 
mail-notification_5.4.dfsg.1-8.dsc
 021ea20eba03be85fa443c1a98ac968dcd17b5766a246d03b0e4c5166aba23ad 38501 
mail-notification_5.4.dfsg.1-8.debian.tar.gz
 dec41da6b786d7ebf7fa352e5c7845fd00fa27ed9f65080b50aa61f64cdbfd3e 431116 
mail-notification_5.4.dfsg.1-8_i386.deb
 634ef7531a44a29ee07c7530234db2e0d8f093f5c115c1ff34d52ad823c40536 21952 
mail-notification-evolution_5.4.dfsg.1-8_i386.deb
Files: 
 081a70ab1ebf02cb6b849279f7cd56cd 2289 gnome optional 
mail-notification_5.4.dfsg.1-8.dsc
 7c7227665441d45e2de832af915d0c0b 38501 gnome optional 
mail-notification_5.4.dfsg.1-8.debian.tar.gz
 7d23ca747623f154580cc6e1e1c02765 431116 gnome optional 
mail-notification_5.4.dfsg.1-8_i386.deb
 4b73215a017cd6c9d8c9c2636dba419d 21952 gnome optional 
mail-notification-evolution_5.4.dfsg.1-8_i386.deb

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

iQIcBAEBCAAGBQJR1y25AAoJEHWXeKmja0lPeGUP/3YYQ/9FmqC8oK7sqYpL9ADS
1mJTxGyUiAkctn4u/6Hpk7PpQ2Gz/m3nBOVio+zOaiTNodtcmXgeuHf2lVjvnGIc
bQHg9/EiT8m0469wFvyqSAI3pSz9sZ3/swaSDRy8lX6xCzhGPMYHbEySM5WsE20p
Cnv/JOEIXKjj8qeCu9PVgva6P6hxVmUYGgRT/3ev9TV7f5Oglvdj9WJUG4y6+hN1
rqHpSl66TRjvDlFprFlBN6cA3TOWR+LrYa6XcPjc+a2ICylCoUbLrkzsA6ynn7Lh
w5E4fkLpfcg0Ro9wm7BQcxUDF2a/uqgEsPaa+S0UYw9B8hsAiDXQnWkl7YoR49W+
F+ASJVKdc75NbSfMFPEQna40z/78UpSlL3vY7lb+x4nwXcqTmCbfsqZ7R4oFpQgF
nfUK0b8a6ZA99V1XTbDTcgWijKZ0B2ltDzCJ83TWZYI/80DFqqibPZUCKmT5rO/U
Y/DfV/BD+YwCVBy25ljxI7oqB6hLiGl67pDvLrU5ZtM3sEtOmePtBRHIzYwKO70D
JvS/x9J17OCGBXcKG8dx7mVZqNN2giRotOBVtTcGtyLR+ztohR36LWcnl8OAQnKa
nbCw4nxbfdNAyQ6hDtf3zw7Cl0FfaPKNiNqLSPDqfQnrYPNj3uWwafAhSnFChm36
Q0yI4OO3+idQxjeSv9XU
=diIv
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvdck-0003ta...@franck.debian.org



Accepted openturns 1.1-8 (source amd64 all)

2013-07-05 Thread Denis Barbier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 18:06:37 +0200
Source: openturns
Binary: libopenturns0.2 libopenturns-dev libopenturns-dbg python-openturns 
python-openturns-dev r-other-rot openturns-examples openturns-validation
Architecture: source amd64 all
Version: 1.1-8
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Denis Barbier barb...@debian.org
Description: 
 libopenturns-dbg - debug symbols for OpenTURNS
 libopenturns-dev - headers and development libraries for OpenTURNS
 libopenturns0.2 - dynamic libraries for OpenTURNS
 openturns-examples - examples of OpenTURNS functionalities
 openturns-validation - validation files for OpenTURNS
 python-openturns - Python front-end of OpenTURNS (aka TUI)
 python-openturns-dev - Python front-end of OpenTURNS (aka TUI)
 r-other-rot - GNU R package of few tools needed by OpenTURNS
Changes: 
 openturns (1.1-8) unstable; urgency=low
 .
   * debian/rules: Fix building source package on *-i386, there was
 trouble with debian/patches/modify-tests-O0-i386.patch.
Checksums-Sha1: 
 e3985b7de6040a1179ce3e3435f1e41a2dbd9990 1886 openturns_1.1-8.dsc
 dc80806740838956f29816d18aa7ff947fdb015a 16611 openturns_1.1-8.debian.tar.gz
 7d72b6fa447d1fc4256b8dfc3f99f6c163d2e76e 3937310 
libopenturns0.2_1.1-8_amd64.deb
 b9480d0b4cf4173cc56f285b9e3bf6e9ce98cc2c 678310 
libopenturns-dev_1.1-8_amd64.deb
 b96704dc30485f8cf9a44eb2a0ae6214d9cbde33 71754484 
libopenturns-dbg_1.1-8_amd64.deb
 5d2c0c05db733f0f8ab019da7d2dc9df51c21b7e 9207598 
python-openturns_1.1-8_amd64.deb
 55ef56137697ecee8919525125d85e704b46bde2 229392 
python-openturns-dev_1.1-8_amd64.deb
 4a30800d202137b9539c44e625766846936c79ee 217072 r-other-rot_1.1-8_amd64.deb
 22dd349a941af4be598a3547fc25a1da7f2f4ffe 571998 
openturns-examples_1.1-8_amd64.deb
 28b8599141077ed86f1d0350f39aabdcc1c0a9dd 293108 
openturns-validation_1.1-8_all.deb
Checksums-Sha256: 
 512634274dea55df1d4bc88747e76336d3f238396b76295e13eb1831231415df 1886 
openturns_1.1-8.dsc
 0aa5b5910af8ac881152adc05d0a8b39a9ee35cdaa8fe18b354e400de5768329 16611 
openturns_1.1-8.debian.tar.gz
 058909ca9b694449b5e058bb3c04a14b9edf83eefca393702a4ae608e1ee03ab 3937310 
libopenturns0.2_1.1-8_amd64.deb
 ac642eafb69b4fedd47e3d626e2a36bf55ca2d11fb82a3b406648b8a7512798a 678310 
libopenturns-dev_1.1-8_amd64.deb
 bf74c7e174be690eb08632adf76394631db52767b2e8f679e4942c273207bd05 71754484 
libopenturns-dbg_1.1-8_amd64.deb
 706e78f924f595c740e8b69ac445824f514cd1033f1a18c16231d9eac4bdd38d 9207598 
python-openturns_1.1-8_amd64.deb
 d701222de397b4417e7a819a2267c150bddaa1790ebe91993d20603eceb834eb 229392 
python-openturns-dev_1.1-8_amd64.deb
 49dc7a5dc23b253ef0da2c9b5b6a5659dfab5f5dd82f9c0506e8ebd2976cb035 217072 
r-other-rot_1.1-8_amd64.deb
 fdb1518e83102d5ccfd46bc3501ca9edb989a38ef0626663c800c8683f4d35cb 571998 
openturns-examples_1.1-8_amd64.deb
 10029cc62e10775990ac5015a0a1539b768a2edb1ea8f66aabe9624fd74a342f 293108 
openturns-validation_1.1-8_all.deb
Files: 
 9fb0732f317c8571dde3d1e35b2c78e6 1886 science extra openturns_1.1-8.dsc
 0fee930a9e9a3986e159329c3f015d49 16611 science extra 
openturns_1.1-8.debian.tar.gz
 9c248aeb0c6bc8a33ec23635ea3886e0 3937310 libs extra 
libopenturns0.2_1.1-8_amd64.deb
 2aa345879836a3c679200f3d719b7b1c 678310 libdevel extra 
libopenturns-dev_1.1-8_amd64.deb
 a37cff18d0940abfae83689281ea7a6d 71754484 debug extra 
libopenturns-dbg_1.1-8_amd64.deb
 2d5974a3331a74990ff044e1d164ea9c 9207598 python extra 
python-openturns_1.1-8_amd64.deb
 24840cf45ec4fde6680983e4a7afe961 229392 python extra 
python-openturns-dev_1.1-8_amd64.deb
 492dd95ab00ba4d33a5730c00b98d494 217072 gnu-r extra r-other-rot_1.1-8_amd64.deb
 d9b17520be3f1cc7ac21621320a78729 571998 science extra 
openturns-examples_1.1-8_amd64.deb
 898f2d363a7fc4e31b266ec8ea016d05 293108 science extra 
openturns-validation_1.1-8_all.deb

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

iD8DBQFR1y1U8Ri1lR4WGvsRAogrAKC6PhU9f9YQDF2FoaJCaLdiB7JScACfbMSj
PM7IFsb+l7b5qqLSzExMH1I=
=nIZc
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvdcn-0003pf...@franck.debian.org



Accepted transmission-remote-cli 1.6.0-1 (source all)

2013-07-05 Thread Jonathan McCrohan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 21:20:12 +0100
Source: transmission-remote-cli
Binary: transmission-remote-cli
Architecture: source all
Version: 1.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Jonathan McCrohan jmccro...@gmail.com
Changed-By: Jonathan McCrohan jmccro...@gmail.com
Description: 
 transmission-remote-cli - ncurses interface for the Transmission BitTorrent 
daemon
Changes: 
 transmission-remote-cli (1.6.0-1) unstable; urgency=low
 .
   * New upstream release
 - Fix timestamps after year 2038 on 32-bit systems
 - Fix host placement in peer list
 - Fallback to UTF-8 on LookupError from getpreferredencoding()
 - Jump to and select directories in file list
 - Sort torrents by tracker
 - Make blank line between torrents optional
 - Add preview for incomplete files
 - Move queue position by 10 with S-Left/Right
 - Show IP:PORT in peer list
Checksums-Sha1: 
 4f3194016f1f42b07cefc85ca1228298cb6626de 2066 
transmission-remote-cli_1.6.0-1.dsc
 2f6f8011a53116b452bba457ac2883bdbe9d027e 255128 
transmission-remote-cli_1.6.0.orig.tar.gz
 4f1f18e6221686b1e9e06a6ef66b4c7baeb5c3b3 2897 
transmission-remote-cli_1.6.0-1.debian.tar.gz
 31f2a6cbb1fbfd83040dbcc3e29f87d8e9a9a9a1 41348 
transmission-remote-cli_1.6.0-1_all.deb
Checksums-Sha256: 
 0e0c5a511375b5844e9f04f9fb22dfb4f2c3ea0627cf9a64bef36d4edd13708a 2066 
transmission-remote-cli_1.6.0-1.dsc
 013462a29b6a1f0e244bb1eaeede0cc3e77e7e2c3ebc39ec26545d8c5fcb9921 255128 
transmission-remote-cli_1.6.0.orig.tar.gz
 06507b9ab8943ab82baebd5b74160d9d10ff38f932a2085461ebd6604697d9ad 2897 
transmission-remote-cli_1.6.0-1.debian.tar.gz
 c8507effd3895205304c65eeea6a395542751cd9aacb74645b3c59ea8e343a10 41348 
transmission-remote-cli_1.6.0-1_all.deb
Files: 
 3387b3f252a32b25dec9f7286e296eec 2066 net optional 
transmission-remote-cli_1.6.0-1.dsc
 926eb39738ed4122125a0c2ac8bcca19 255128 net optional 
transmission-remote-cli_1.6.0.orig.tar.gz
 2ea439840e7665c004fdbf0814a322f3 2897 net optional 
transmission-remote-cli_1.6.0-1.debian.tar.gz
 5fa2559f6a7a8378d76f4e55a510d9b2 41348 net optional 
transmission-remote-cli_1.6.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Signed by Jonathan McCrohan

iQIcBAEBCAAGBQJR1yrbAAoJEBVu7Ac3rTKW0rAP/0C10fEZt0QORaU8EOBFiRNu
F2IyuzYwJbP+vfg+N9lI3pSftk36StvK5W65ZHJafzdReFo4KoGw3ouW5OUngcnK
T0qXvOCgO666uAzCgqHzKiMQKrTvXVMJ0D3dRM4eOBw5M/xamaBXeifSXlb+Lsoh
DC0z11lO6U6kkcNmjXkt6fqPykeQ5OPB3C9TCoEcgBGBWtZFZoqlO+IIbkR9hOtE
MKM/7i6hR48x+KDvN/1UM2B6i2qRVjJ4xhw1744rjpX47KhFsUzkL4lkTLSgIVHD
YqYDhgEZxROtwfx9QEruDsCsJqLDm6RgTq4J8P7zVFNSgxdorZ2fVjpBiw9FqjQw
/xFj0jGVsWUOq0Zdo7JyuJvPq+MkiLkfDG5xmXyK+ColysLVeOIUFzVp2+8V7Q80
XNogoR8dpYDRxdSUAlo4B7lVjD7vB5JV2/mISC7zPqd4ilwah1hxCsvKrZS2qVvM
y4SNMiDcAXiw5uDp4hqVuO5Dx+fFTQJRm1okHYQ8A1N97DiXPqTlQnr3Sq5n2gEq
bht4402AGP0H1cdcz2MQjVj+XC6Zo1HPwTk7aVP4pH46iKxGu8bb2mV3BqzQ8KuA
ebp+a0EDw8sD15n4e7ClP7zqJ2yBiiBIACET4EHtu3T7/8j4CsC2eAUxntGLRu5Y
z0sBQpuj4x8K6FShmE44
=GvYo
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvdcz-0003ss...@franck.debian.org



Accepted freebsd-buildutils 10~svn251967-2 (source kfreebsd-amd64)

2013-07-05 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 23:06:31 +0200
Source: freebsd-buildutils
Binary: freebsd-buildutils
Architecture: source kfreebsd-amd64
Version: 10~svn251967-2
Distribution: experimental
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 freebsd-buildutils - Utilities for building FreeBSD sources
Changes: 
 freebsd-buildutils (10~svn251967-2) experimental; urgency=low
 .
   * Depend on suitable version of freebsd-glue (for _SAFE macros).
Checksums-Sha1: 
 24b1bc3586b685e1b902a69c566b40a6840320cd 1569 
freebsd-buildutils_10~svn251967-2.dsc
 b9916bf19a50ca4550a1379a32407df8b79b0c95 22147 
freebsd-buildutils_10~svn251967-2.debian.tar.gz
 f2413a91521beea4f35ff9a3fd1ecfdfa66e7ed6 360858 
freebsd-buildutils_10~svn251967-2_kfreebsd-amd64.deb
Checksums-Sha256: 
 03b0901053425e2556cbbb72834bf89142a4344b72601624a64cd2ad1411 1569 
freebsd-buildutils_10~svn251967-2.dsc
 cd88e9c82c30c70b7313af0b410413636a33eb7142a6a09107ea232f6efe31d3 22147 
freebsd-buildutils_10~svn251967-2.debian.tar.gz
 6cf7c2be5f07a9b078eb6d3d36a4e8189ff4f4bc4a80ae77bf88598ea04143b5 360858 
freebsd-buildutils_10~svn251967-2_kfreebsd-amd64.deb
Files: 
 349cf02ba975d29443d3ad19066f993e 1569 devel extra 
freebsd-buildutils_10~svn251967-2.dsc
 ec556316257f21dd227108f88696f719 22147 devel extra 
freebsd-buildutils_10~svn251967-2.debian.tar.gz
 1428078ec5856fb49c9aa73ad05230e2 360858 devel extra 
freebsd-buildutils_10~svn251967-2_kfreebsd-amd64.deb

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

iEYEARECAAYFAlHXNbwACgkQC19io6rUCv98hgCeOvMASDrrcg/ZLJg9pBo5ge/y
teEAn2a4KFIa6NgZk3QJ9nsBqKHK4MBp
=TbJ5
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvddh-0007yx...@franck.debian.org



Accepted kfreebsd-kernel-headers 9.0-2 (source kfreebsd-amd64)

2013-07-05 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 22:45:19 +0200
Source: kfreebsd-kernel-headers
Binary: kfreebsd-kernel-headers
Architecture: source kfreebsd-amd64
Version: 9.0-2
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 kfreebsd-kernel-headers - kFreeBSD headers for development
Changes: 
 kfreebsd-kernel-headers (9.0-2) unstable; urgency=low
 .
   * Revert Multiarch switch from last upload. Glibc is not happy
 about it.
Checksums-Sha1: 
 421ab34962356395f8b2943a10bbfd7501203bd0 1180 kfreebsd-kernel-headers_9.0-2.dsc
 ea75beb9f3e491db1bcec061380e7d4b1efe1f56 54169 
kfreebsd-kernel-headers_9.0-2.tar.gz
 71b63ee3a1b5d69da54214a2054978792b51dd03 1637018 
kfreebsd-kernel-headers_9.0-2_kfreebsd-amd64.deb
Checksums-Sha256: 
 73afa7c23d96c7ad664da43700eec72f6430ce8555da36c3d17abd2c2d2d64db 1180 
kfreebsd-kernel-headers_9.0-2.dsc
 f3442e1613eb81eb99b756c85a9730317546d52ed4abb817d846a0268133a77a 54169 
kfreebsd-kernel-headers_9.0-2.tar.gz
 df1e6ccb188868cd3c04bcf92d051c1fd0b67e4f507409231a2185d6c24938ee 1637018 
kfreebsd-kernel-headers_9.0-2_kfreebsd-amd64.deb
Files: 
 0fcedc82553f32fc80c094779ac7595c 1180 kernel standard 
kfreebsd-kernel-headers_9.0-2.dsc
 c8ef30b3f9ddb3f5303b12b2ca49222e 54169 kernel standard 
kfreebsd-kernel-headers_9.0-2.tar.gz
 40e650e8bfd302405cdf3e6dcab4635b 1637018 kernel standard 
kfreebsd-kernel-headers_9.0-2_kfreebsd-amd64.deb

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

iEYEARECAAYFAlHXM6sACgkQC19io6rUCv/TuwCdHXbOiQkHJ9eMMdpGby5wLXqD
BmYAoIBBq8gRDTqObX0xE9EXNPx4HbHZ
=kXVC
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvddi-00083b...@franck.debian.org



Accepted mupen64plus-audio-sdl 2.0-1 (source amd64)

2013-07-05 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 22:51:56 +0200
Source: mupen64plus-audio-sdl
Binary: mupen64plus-audio-sdl mupen64plus-audio-sdl-dbg
Architecture: source amd64
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-audio-sdl - sdl audio output plugin for mupen64plus
 mupen64plus-audio-sdl-dbg - sdl audio output plugin for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-audio-sdl (2.0-1) unstable; urgency=low
 .
   * New Upstream Version
   * Upload to unstable
   * debian/control:
 - Build-Depend on debhelper 9.20130604 for support of parameters when
   detecting targets in dh_auto_*
   * debian/rules:
 - Work around new debhelper 9.20130624 dh_auto_{clean,test} behavior
   which is causing a FTBFS by adding an explicit
   override_dh_auto_{clean,test} rule
   * debian/watch:
 - Verify new upstream versions using GPG key 954F81B094AA5BB226F5
   * debian/patches:
 - Remove upstream merged initialize_audiobuffer.patch
Checksums-Sha1: 
 321a43bbfad47d60474290784d376dfbbceb97a2 2248 mupen64plus-audio-sdl_2.0-1.dsc
 22fc614ff959f54fb18fd003a242adede50be889 26084 
mupen64plus-audio-sdl_2.0.orig.tar.gz
 1458396ffe5db675a9b6e68279dc7fbe9de4ccc4 9728 
mupen64plus-audio-sdl_2.0-1.debian.tar.gz
 fddbe0b022387f92611823a0516fa79f1accc987 20036 
mupen64plus-audio-sdl_2.0-1_amd64.deb
 ea349c5726fe6f7d886874d3bd794c076bbe30fb 23966 
mupen64plus-audio-sdl-dbg_2.0-1_amd64.deb
Checksums-Sha256: 
 4c93f9aae4a1de1ded1fb614c1df07b86d972e34cb7df92c945d1bf6942f34c7 2248 
mupen64plus-audio-sdl_2.0-1.dsc
 943ffa6b6cdaf0cda2a24469dfa1d8e951c88c41472ded9e5c9ecbc111363286 26084 
mupen64plus-audio-sdl_2.0.orig.tar.gz
 3f59c2e0f8409a0559ab0f5456b45fef108c1a057e37d6814f4fe1ff69c7ab45 9728 
mupen64plus-audio-sdl_2.0-1.debian.tar.gz
 6ef1e360be1bf871b2ca3c1e6ccab46a8cfbcdd594266c159f56080dcec2 20036 
mupen64plus-audio-sdl_2.0-1_amd64.deb
 acd56dbcca17b14c11cca86590b6c1b5027380b1ab8cc9d5e1141a1f3568c952 23966 
mupen64plus-audio-sdl-dbg_2.0-1_amd64.deb
Files: 
 d773d73f490bc11aaad167b664adb781 2248 games optional 
mupen64plus-audio-sdl_2.0-1.dsc
 0d1e2289fab61d8c3b98ac5ef47f2daf 26084 games optional 
mupen64plus-audio-sdl_2.0.orig.tar.gz
 63c2fb42e66c6efc0bfa726f59dd5184 9728 games optional 
mupen64plus-audio-sdl_2.0-1.debian.tar.gz
 c2aacd049699a00b90c1ab90ef74424b 20036 games optional 
mupen64plus-audio-sdl_2.0-1_amd64.deb
 25479dfa34b476d71448378124a5a413 23966 debug extra 
mupen64plus-audio-sdl-dbg_2.0-1_amd64.deb

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

iQIcBAEBCgAGBQJR1zVLAAoJEF2HCgfBJntGWEsP+wfdNAsdmR93WN0miRSGDUWj
xWsF8xP1V+S5Ml6l8KdCLcU/PkHIC4ZvPOHaLysHM0GZ0wbQ8txcXGe7ucFJRPJC
g0M+upAklg5JBzWRou13W3almWLQIxkq7Ya9iPth4hHxxcB/nv4KWVtf5XyVWupA
whxFr7TsMNCKNLsSeVRA9Rw5xjin3V7Z4+gEAGeET7/up5nEa2VwgtM4B1FR8pCd
92osm/hD3edZtBMWlodSZgUFwu1hIjRtqJWFRAtKig+Rn4qW2PU/a1xtZd5JhUKi
aFNhjrAoFC0lA8AAyrUsShb1poDu3LrsdqhCyVjT5l+Vw8IFUng1YPIoxljdcJdy
RIGVfyaiUT7NojcZMqhGCQowg6c7CmgsMnfJ4AhJQNsSJbqkxCEpydj7WKLqIkL/
/aOz8j8GvY/GGOapSIWvVWiAxS3tuFQmVI4Q5XgNPm68X1kH2CcfHqw4BzhpBsx5
AsrYfpCF+9bHKBxJLRqvOD8QAhc4dhP4o2YaKD5jA1+cKdzqZ7j1ZF8zQQfU/Btb
S+VbE9Wgtf05bKs56K9d4j7nNvCV6d6wxBl2sE6P3DqOTx2VmXo5N+Y0OFFmppg4
m6rb6ZyEeXYOkg7ku1IN0yqBZlrl9sjNX6f+iIkWpO3CnHxKgUc6XO9WqPLBGd4v
gsmVns7k/pvZfhEVSBYV
=T9bg
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvddw-00088j...@franck.debian.org



Accepted mupen64plus-core 2.0-1 (source amd64 all)

2013-07-05 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 22:52:30 +0200
Source: mupen64plus-core
Binary: libmupen64plus2 libmupen64plus2-dbg libmupen64plus-dev mupen64plus-data
Architecture: source amd64 all
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 libmupen64plus-dev - mupen64plus development package
 libmupen64plus2 - plugin-based Nintendo 64 emulator, core library
 libmupen64plus2-dbg - mupen64plus debug symbols package
 mupen64plus-data - plugin-based Nintendo 64 emulator, data files
Changes: 
 mupen64plus-core (2.0-1) unstable; urgency=low
 .
   * New Upstream Version
   * Upload to unstable
   * debian/patches:
 - Add multiple_main.patch, Fix multiple definitions of main in same
   namespace
 - Remove dejavu-font.patch, Don't use Dejavu fonts because upstream
   uses other font
 - Add bitstream-font.patch, Use font from ttf-bitstream-vera instead
   of installing own copy with libmupen64plus2
 - Remove upstream merged country_code_bits.patch,
   sdl2_joystick_events.patch, sdl2_keyrepeat.patch and
   sdl2_resize.patch
   * debian/control:
 - Build-Depend on debhelper 9.20130604 for support of parameters when
   detecting targets in dh_auto_*
 - Replace dependency to ttf-dejavu-core with ttf-bitstream-vera
   * debian/rules:
 - Work around new debhelper 9.20130624 dh_auto_{clean,test} behavior
   which is causing a FTBFS by adding an explicit
   override_dh_auto_{clean,test} rule
   * debian/watch:
 - Verify new upstream versions using GPG key 954F81B094AA5BB226F5
Checksums-Sha1: 
 5eade52d12ae9bb76f1a2407df5f8b967e25feff 2332 mupen64plus-core_2.0-1.dsc
 a278de16aaa49ebc7642f58deba5d0072ea34f9e 1127862 
mupen64plus-core_2.0.orig.tar.gz
 c29c411b96e7337c92ae3f8cd139411008a343dc 27382 
mupen64plus-core_2.0-1.debian.tar.gz
 fd94e2babf069de27693df303a19d66a27351c76 263214 libmupen64plus2_2.0-1_amd64.deb
 40f6b7ae1f181996103f6e301b4ac29a82183a91 520698 
libmupen64plus2-dbg_2.0-1_amd64.deb
 c5ec8d234d5cf2ec1fcbcb9893ba8aae55775cbd 37032 libmupen64plus-dev_2.0-1_all.deb
 93044a85269f3c889afe0e9b2c871549571badc9 636528 mupen64plus-data_2.0-1_all.deb
Checksums-Sha256: 
 ec2a9366be830967931c84862f42b796fa6cc8548927cb2886969163bbbc2a59 2332 
mupen64plus-core_2.0-1.dsc
 7e98795dbe4646b858919078f58a6ed94f7cfa30867df6cf44ef33da6aaa7a28 1127862 
mupen64plus-core_2.0.orig.tar.gz
 6750aa98e6205d571853f5502837d9b50533c80c67e96f4ee4d15a1124ef1259 27382 
mupen64plus-core_2.0-1.debian.tar.gz
 57301ec0494e1e941270d8d9dcb885d643b110d46cd6fa8bae341ef9f4fbcc11 263214 
libmupen64plus2_2.0-1_amd64.deb
 f1622eb1b39c6f7a5dea32f585f9515a7ed75a2342d670a9d8fef5a3384b82a3 520698 
libmupen64plus2-dbg_2.0-1_amd64.deb
 f938b7e0839920e39eff153de51c95dc53c8cd2d8c5229429ba3213e37aa3c06 37032 
libmupen64plus-dev_2.0-1_all.deb
 de21b518a049d9051dfb2322acd84a71371059ebedadd26f8966936e065e2181 636528 
mupen64plus-data_2.0-1_all.deb
Files: 
 0ddeee85545b17c986800e79295f42bf 2332 games optional mupen64plus-core_2.0-1.dsc
 e2a8aa5e9d9afff24ced50efd41a56d7 1127862 games optional 
mupen64plus-core_2.0.orig.tar.gz
 0a5dba2e329ba4051eeb6d6ac2c5ce9c 27382 games optional 
mupen64plus-core_2.0-1.debian.tar.gz
 a5fcf511a828132ee5a2fddfa3be1f1b 263214 libs optional 
libmupen64plus2_2.0-1_amd64.deb
 247202544c9adc34a05f5a92af1228ee 520698 debug extra 
libmupen64plus2-dbg_2.0-1_amd64.deb
 e4159a1bc55a57178cd45a08cee6ed53 37032 libdevel optional 
libmupen64plus-dev_2.0-1_all.deb
 7077fef6d406dbf66191b62fe0db266c 636528 games optional 
mupen64plus-data_2.0-1_all.deb

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

iQIcBAEBCgAGBQJR1zWUAAoJEF2HCgfBJntG20gP/iMXxqh1rxSODGgRurHu1d+9
BrJjfHYJd17eneScGOrpFDxE0x/U6Ad62T6Bcbq/7AIG4KRRK89Xq+2+lWgF7m14
HygfTKAZdw/ztlkbJfF1exU32FWfUwhwIRARZTlysM3A3GIq/b0QQOJtf7UWPSTD
SxIr7prc8m/LJ0zfemy3vSUB8PIwaDoKVfNIB22PvIMZgcm7DOnEqmIl6ZM6lLWG
pVbDcQnY/JdZSh3TT496GC2KefRU6QMx6qDLH16Bhqe46XgQJJnOXwgX0dk0UdYK
34rAqzNI5Yy4EUvts2f4IpUOcTCDrLvnauK4K55sZLDo1AbQRxkwJZNn1njraW0t
go6EyOAiwT3XLCWaudfFFBHH6uMYsRzcJIS9WEFKXGvvUuCTwyy9Icc3u7/NRM7C
I8K7fG5oZhgcNLuvTZQVg1MNmmtIbv/3hLHTUbGpHLE1HEm7e8nZofQBC4dD+35g
6+mW9S9TkMIQB+UfcVPEDO5OWNT04AKvCrLbWh2tLB1ZL9afn5tyg2m0P2DrgGK3
JNwdsqrJWgooLL4Qo4msCzA2YrvuUUlFnBWriepootG4mRzFSLPgK8CkQ9xKrjuK
vlQTUmKr8hzLgZZJlMYRHpPl6TMEjwyiA3b8ikHcmgxkUzvwnnNLjHiB2VhDnfhF
qD4RPQUESzaJWO8OpicS
=LhWP
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvde6-0008g0...@franck.debian.org



Accepted mupen64plus-input-sdl 2.0-1 (source amd64)

2013-07-05 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 22:52:42 +0200
Source: mupen64plus-input-sdl
Binary: mupen64plus-input-sdl mupen64plus-input-sdl-dbg
Architecture: source amd64
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-input-sdl - sdl input device plugin for mupen64plus
 mupen64plus-input-sdl-dbg - sdl input device plugin for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-input-sdl (2.0-1) unstable; urgency=low
 .
   * New Upstream Version
   * Upload to unstable
   * debian/patches:
 - Update sdl2_forcefeedback.patch, Support rumble effects when only
   a single effect can be registered
 - Remove upstream merged cflags_gnu_source.patch
 - Rebase sdl2_keysym.patch and sdl2_mousemode.patch on 2.0
   * debian/control:
 - Build-Depend on debhelper 9.20130604 for support of parameters when
   detecting targets in dh_auto_*
   * debian/rules:
 - Work around new debhelper 9.20130624 dh_auto_{clean,test} behavior
   which is causing a FTBFS by adding an explicit
   override_dh_auto_{clean,test} rule
   * debian/watch:
 - Verify new upstream versions using GPG key 954F81B094AA5BB226F5
Checksums-Sha1: 
 4d72dad1ac709cd9f1e874b6c68aba49f49042eb 2182 mupen64plus-input-sdl_2.0-1.dsc
 e57beba7d772454b48b8a42b4631e13d2057f63e 43553 
mupen64plus-input-sdl_2.0.orig.tar.gz
 cdc727268e4417467fba02ed870e3862707f8fbf 19091 
mupen64plus-input-sdl_2.0-1.debian.tar.gz
 09d45b25ca957564ae08524f324945a46ce02f2b 33124 
mupen64plus-input-sdl_2.0-1_amd64.deb
 22cc615da922be0d46835082fc87858832937fbb 43502 
mupen64plus-input-sdl-dbg_2.0-1_amd64.deb
Checksums-Sha256: 
 db3db80f0b94038a74f14b9586ef7c0f5ce6c17e7c1c5f0b456cb3fcb5f08364 2182 
mupen64plus-input-sdl_2.0-1.dsc
 b6be48e978683cced8c208ad03e27828c17ac7b2da5e699d6c34945db63d95b6 43553 
mupen64plus-input-sdl_2.0.orig.tar.gz
 1f6a5edefaaed91cc67e610964ef1fc685bf06ef23d1b1f1a723debb496c6f63 19091 
mupen64plus-input-sdl_2.0-1.debian.tar.gz
 bd1fd828f96a333ec5dd9033d311531a084a62cd110aa6e038b92ab210fb88d5 33124 
mupen64plus-input-sdl_2.0-1_amd64.deb
 83d8c1bf7636e16ac3ac0d74421c2f2cf226f05b35913168a7451240d6201ae1 43502 
mupen64plus-input-sdl-dbg_2.0-1_amd64.deb
Files: 
 570f1d5b56b93eb8acda91cbd3bd 2182 games optional 
mupen64plus-input-sdl_2.0-1.dsc
 0c0bd3bea3f54dfa83d8b0496b28b3f7 43553 games optional 
mupen64plus-input-sdl_2.0.orig.tar.gz
 1509187ec1ce56dab5ea78efd3c8444b 19091 games optional 
mupen64plus-input-sdl_2.0-1.debian.tar.gz
 2a0fdfe183f19732f2019041f65252ca 33124 games optional 
mupen64plus-input-sdl_2.0-1_amd64.deb
 5e86e01219fc2534abea7ea0dc5bb6c5 43502 debug extra 
mupen64plus-input-sdl-dbg_2.0-1_amd64.deb

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

iQIcBAEBCgAGBQJR1zXEAAoJEF2HCgfBJntG/1wQAIvRNN9yHatIx1VkfhvlEtuL
FOP5F/xBBoLjoXdg+h/KR9FNhBrWkA1Kfjr3bFUeN6AS3sOneojjKTlBhjR5quhR
DKF4E1xjgfaCQstNi+ggka0wl1dAO6svBoU/rPFj8EsL+Jb17O8ovbFANn1H7qUk
XwgMH+EQSGRdUdtpw045qspp32WgHpCav+YVFYXOD6r8a64KCstNLm5OYVmECtjw
9IKefCIeBpSggqtmn6PyHKUYnL4PFzO1tpXz4fbI9kpU6iShjNrg5StAaL9+dVr3
tnPf7xnRMTd64MSS4xT9R3M/waeMl/mb18Gg/PxfYxvuu7gHzxEFdAJvzV2cSWjt
3ULnwe2pWQYm4VI6pxIiHpbK8uqjESTfvFemD0sPep54QEWja1KPqtH+j3FZ+xqI
YBT1EIPj/HdFWSxPvPGBowteWAzwzLul7Cl253KxSdl792Pj+v7Nxh55mSB/4olb
Pa9MuOTiiC8xfn4y+PHiou2QPHPyeTPwXXmPQVU7jzsAXWI4XU7Td0D+aVaEW1Wg
3WA6WLNSXnFw8hcScUDH0fscxaA4WUe21EPDfwIHEuRXXJvdE5nVAbts7AdB/dcl
ut6S+IKmB8DKpn0Gf1Fy6JQ5qQcb0EaiPIAm348wtyMFXScTvnfeJKFSZfp09Kj9
uD/2kMnL/elGbnOQwuNI
=zknP
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvded-0008kk...@franck.debian.org



Accepted mupen64plus-rsp-hle 2.0-1 (source amd64)

2013-07-05 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 22:53:00 +0200
Source: mupen64plus-rsp-hle
Binary: mupen64plus-rsp-hle mupen64plus-rsp-hle-dbg
Architecture: source amd64
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-rsp-hle - high-level rsp emulation for mupen64plus
 mupen64plus-rsp-hle-dbg - high-level rsp emulation for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-rsp-hle (2.0-1) unstable; urgency=low
 .
   * New Upstream Version
   * Upload to unstable
   * debian/control:
 - Build-Depend on debhelper 9.20130604 for support of parameters when
   detecting targets in dh_auto_*
   * debian/rules:
 - Work around new debhelper 9.20130624 dh_auto_{clean,test} behavior
   which is causing a FTBFS by adding an explicit
   override_dh_auto_{clean,test} rule
   * debian/watch:
 - Verify new upstream versions using GPG key 954F81B094AA5BB226F5
Checksums-Sha1: 
 25cda8d69bda123ae243b8b3f5b54f44f9d0cdfd 2140 mupen64plus-rsp-hle_2.0-1.dsc
 2a6e6eee680776485437ccc3e04a3a3c8b940e56 46291 
mupen64plus-rsp-hle_2.0.orig.tar.gz
 5ef90563a5d0eb77fbc5d83102162f2fe2dc3a6b 9427 
mupen64plus-rsp-hle_2.0-1.debian.tar.gz
 f1f37d86ac75f9e459e9ae385e16597732da7466 31786 
mupen64plus-rsp-hle_2.0-1_amd64.deb
 8aed5327bc260d3d6537b2ede8d44d67e4571934 51180 
mupen64plus-rsp-hle-dbg_2.0-1_amd64.deb
Checksums-Sha256: 
 88b1260afe6f52c6a58e6023158db5bf8c5c81a73c1287fa66dd5b044ea1d576 2140 
mupen64plus-rsp-hle_2.0-1.dsc
 61c2bd163b3506d206957ba690dfd1b4d2921a6c8a3883ab6a8ef1204de7b736 46291 
mupen64plus-rsp-hle_2.0.orig.tar.gz
 5799965174f9fd574c7e5b3e9d0e0a8ac5e09ebd59650a66e7da0a8efb8dfc20 9427 
mupen64plus-rsp-hle_2.0-1.debian.tar.gz
 c5247cccb22188297deb4f6119f38d520f48ec21c0ee16eb72d38cd513dc250c 31786 
mupen64plus-rsp-hle_2.0-1_amd64.deb
 bdc52aa23b667b53bdb305b4adeaf411925ad732e3f776b3cf25fe6d58d301bf 51180 
mupen64plus-rsp-hle-dbg_2.0-1_amd64.deb
Files: 
 3caec1371e0b043e9db1843126ebc862 2140 games optional 
mupen64plus-rsp-hle_2.0-1.dsc
 2f19dda91dd15f056df99435ab1624a5 46291 games optional 
mupen64plus-rsp-hle_2.0.orig.tar.gz
 425e13e51d535d264395ab01354df05b 9427 games optional 
mupen64plus-rsp-hle_2.0-1.debian.tar.gz
 4a829ef27229ad1a705503b510712382 31786 games optional 
mupen64plus-rsp-hle_2.0-1_amd64.deb
 132a43988ac2e8a936e4440fac7581fb 51180 debug extra 
mupen64plus-rsp-hle-dbg_2.0-1_amd64.deb

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

iQIcBAEBCgAGBQJR1zXrAAoJEF2HCgfBJntGhOMQAIDaYFry66LE+6/VuECpqbgj
P8wsSyTMidpSQeB6V0MPAXBNvXAhbYFKXfoJz8rVnK1lcsTtr67C6jgluHlMBcFl
vnUJLFd9UnSw/OyrZz6tv8oFgj3LIwjs7RxKOqNdYZYhpRUZp8tPduUZZ9/Xjztc
k3wUvXlrdSEztT3DvWv6xjrLi0LNaPJr/fejA/33jLK+65vg5XW3ELH/jTwqSWRF
W4Glg5a7calcPhxKx48LifuLans5vaye7+xTdPnFspA6cujlSRpLnkxxw64Aq7R1
9+I6AZ5WQ2KUJec80MMCfYpfGUDr0jWal2lnE8+ambwSlDui1FA+z+32+e5x2Whu
pC4i6qvbXPekMLgeIN64FZm77ccwGZchHDbQAhvJtThj9pDHU6wZe+b/DYPk/7TP
t1LwJeexyeY6m8HHUHeRFMG4tg+kYq7mOBP7kznHPQHgmzRcbWOHY72u7ezGPzQT
3QiSe/pTIjahMezgmqS7cnfbFXy7ule4rXkZ16RvdcPENSE5+9mc9txnBGLyFOcz
PHLk9kC6ETMNgFu7XAnOGQ31aBSfsEEyXnR/IQ5sS2SpfohXdm8Ktg4NPaK+WDmh
t477r30h3UXgibNZfXiSotqS0uPEgmnO6Ajo+MpDmJVbcVG7OfWlzmgf3Qw5/ffE
BaPEA9hBJG0lZr7Y5Mo0
=RL3s
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvdej-0008oq...@franck.debian.org



Accepted mupen64plus-ui-console 2.0-1 (source amd64)

2013-07-05 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 22:53:14 +0200
Source: mupen64plus-ui-console
Binary: mupen64plus-ui-console mupen64plus-ui-console-dbg
Architecture: source amd64
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-ui-console - console frontend for mupen64plus
 mupen64plus-ui-console-dbg - console frontend for mupen64plus debug symbols 
package
Changes: 
 mupen64plus-ui-console (2.0-1) unstable; urgency=low
 .
   * New Upstream Version
   * Upload to unstable
   * debian/control:
 - Depend on libsdl2-dev for new SDLmain function
 - Build-Depend on debhelper 9.20130604 for support of parameters when
   detecting targets in dh_auto_*
   * debian/rules:
 - Build against SDL2
 - Work around new debhelper 9.20130624 dh_auto_{clean,test} behavior
   which is causing a FTBFS by adding an explicit
   override_dh_auto_{clean,test} rule
   * debian/watch:
 - Verify new upstream versions using GPG key 954F81B094AA5BB226F5
Checksums-Sha1: 
 872e491b3122eeb4cf016dbf4ad422cd33323461 2195 mupen64plus-ui-console_2.0-1.dsc
 d13532dbd570cc356ef6f3b39901e99f605d207c 37954 
mupen64plus-ui-console_2.0.orig.tar.gz
 7a2073ef39ecacd59189480d4292a6ecb421c9c4 10236 
mupen64plus-ui-console_2.0-1.debian.tar.gz
 8ef51b6c4981baac7757b349196123200ebc25a5 28734 
mupen64plus-ui-console_2.0-1_amd64.deb
 16395ee279a7ecbac232826f8418f4c3c7feadab 41732 
mupen64plus-ui-console-dbg_2.0-1_amd64.deb
Checksums-Sha256: 
 41e86069fa21ab8b07c7c7cbfe3f24e9dcc41f023120bb2b5a22719f527c2abf 2195 
mupen64plus-ui-console_2.0-1.dsc
 87b9ac0a5ebbc835baa4e1fba0f50e7467e87da6469aa28fdb196e2040e54877 37954 
mupen64plus-ui-console_2.0.orig.tar.gz
 5804b88ebae57b2d6b75d316806952158387f1647718881fe0859072e72f0809 10236 
mupen64plus-ui-console_2.0-1.debian.tar.gz
 e89a0ea701fbeba756569301dca2c99b24fd3f307d7c0d47ef0054f17da19481 28734 
mupen64plus-ui-console_2.0-1_amd64.deb
 cde4fdb6750c028e3617bbfea4191b21e0079f2456df4fa24d9057e06e80e3bc 41732 
mupen64plus-ui-console-dbg_2.0-1_amd64.deb
Files: 
 afcf1f8584751c26e0abb912499a3fc0 2195 games optional 
mupen64plus-ui-console_2.0-1.dsc
 3a53489166b6b82cd810ab6c487a8b49 37954 games optional 
mupen64plus-ui-console_2.0.orig.tar.gz
 8f02ff3627a843eb9efbd38c9a1021eb 10236 games optional 
mupen64plus-ui-console_2.0-1.debian.tar.gz
 93849ad1ad9aa3465d282c606649d6cb 28734 games optional 
mupen64plus-ui-console_2.0-1_amd64.deb
 6b8988957ea80c3840503201d85273c6 41732 debug extra 
mupen64plus-ui-console-dbg_2.0-1_amd64.deb

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

iQIcBAEBCgAGBQJR1zYaAAoJEF2HCgfBJntGWJ8P/2HjgpzHkjP/zQxa9D59DXlS
c2D06D++Sfrj9kAwNAguZYhbGssZWkloWixN18dTk/EoPuVugDu2Nd8orhiX0EMz
HPQ+TuI8Cq7haLjIwlShebu774IMuAeuCkj9xV33ycOiH2DgvjZjgBwP22XhdOWH
W6OGEd0iOnd+ZEGGP/bG9eH7gTD9oeFN0OvlCY/bogPjjXI7jQp6WroxuW9XXpir
ogPl0+6ivNqn5bKYzcLeRnYa6GBI5G+3uwmTlFrq4Jqi8/ImKZ4TkEMKKQhH6u78
Co+Bv8s7lETCj1ykHempC2xFkCRgTmJYsvsUiPE0h2hMszGN/VumxOLb4sZg54QE
F7LyvcsiLy5bFAmwgzsv+zsScW281KXVI5OGVCGfc3wQL3EPJjwfKj2jUghxQEWQ
uO5qgqCVusP51jCouTeXjoOzukzShns++tu589Q29GPThWGj5A3xXYDs7UavkPgI
scIwdhjmihohO0kehlyo5iyjBiEjnQ5WF4KVTjS8xzSelzBaaqkN4Kb3dzCVYlNb
v7/M1skrvl67avMVLduYgsDMyRosHfZbRZjJuu6KYHPE2gU9WkauiwfJTvCSsmn8
+AsE2JtCgBBhNku3gM0drQkcB1CGOKbOxdpDmM/ZZgyZhTQiqC+AsOZkeFZ4kDXM
whZdNjnDWku1wzsz3gfU
=nZ7Z
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvdeq-7r...@franck.debian.org



Accepted mupen64plus-video-rice 2.0-1 (source amd64)

2013-07-05 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2013 22:53:25 +0200
Source: mupen64plus-video-rice
Binary: mupen64plus-video-rice mupen64plus-video-rice-dbg
Architecture: source amd64
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-video-rice - Rice's high-level graphics emulation for mupen64plus
 mupen64plus-video-rice-dbg - Rice's graphics hle for mupen64plus debug symbols 
package
Changes: 
 mupen64plus-video-rice (2.0-1) unstable; urgency=low
 .
   * New Upstream Version
   * Upload to unstable
   * debian/control:
 - Build-Depend on debhelper 9.20130604 for support of parameters when
   detecting targets in dh_auto_*
   * debian/rules:
 - Work around new debhelper 9.20130624 dh_auto_{clean,test} behavior
   which is causing a FTBFS by adding an explicit
   override_dh_auto_{clean,test} rule
   * debian/watch:
 - Verify new upstream versions using GPG key 954F81B094AA5BB226F5
Checksums-Sha1: 
 7bfd5421c304ed55e64a8e6deb7547a633424d5f 2248 mupen64plus-video-rice_2.0-1.dsc
 a2a8d3810e720ce98262a823c19853f1dc6900e9 362013 
mupen64plus-video-rice_2.0.orig.tar.gz
 d2c1bd5c29e83f28549bb7699bb80934112c1ec0 10853 
mupen64plus-video-rice_2.0-1.debian.tar.gz
 cef9698f635e5d601c087bc45b3ab45dcf724c80 284306 
mupen64plus-video-rice_2.0-1_amd64.deb
 45b6318f9794e7359d68d2e29856d43d1aa52166 755596 
mupen64plus-video-rice-dbg_2.0-1_amd64.deb
Checksums-Sha256: 
 5dcd568cd81edbadf26c06bd2575141b8c9c50f503c4a810237fd88fed8ce984 2248 
mupen64plus-video-rice_2.0-1.dsc
 3eb076e7c38ab45c9ec752d30e00eca022a9e0c6ead1a22df13ad94902e08238 362013 
mupen64plus-video-rice_2.0.orig.tar.gz
 078313a9354a8e2f6634a8242b42d9aa938d2d947786ebffb1bd9327db94781f 10853 
mupen64plus-video-rice_2.0-1.debian.tar.gz
 45ad06aaab31b1d75d3ee4712ea07d7a34fb58d9849f1a886e53b338c1116641 284306 
mupen64plus-video-rice_2.0-1_amd64.deb
 793d7b0452d57d0f69f2f46b8295c39ff9659fae3b27bfdc2c338772c318ab32 755596 
mupen64plus-video-rice-dbg_2.0-1_amd64.deb
Files: 
 f6948b9189891ded24fee4c8742c67ad 2248 games optional 
mupen64plus-video-rice_2.0-1.dsc
 ffa037b3ee42bee91d76f87d0b1d05a3 362013 games optional 
mupen64plus-video-rice_2.0.orig.tar.gz
 3df13a664d46e0d8e7f97aca9fde3e28 10853 games optional 
mupen64plus-video-rice_2.0-1.debian.tar.gz
 5e4270018fa4f2dc7f356975e3e42c38 284306 games optional 
mupen64plus-video-rice_2.0-1_amd64.deb
 bf09f37f94920b36c36ad4f864543d1c 755596 debug extra 
mupen64plus-video-rice-dbg_2.0-1_amd64.deb

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

iQIcBAEBCgAGBQJR1zZ5AAoJEF2HCgfBJntGgGsQAIEDSnr8Yhv8LWkGkURxEjqf
nP/czn1oS13t5NcbbTn3zac9yz+3+QlYmALTdPDDIImmo0j5Nd2ZD9BWQI+LL42z
K4UiL7XYBUBx7nu/I0rMvN7QAH24YIaQ2m36hZ2pTYfKtuWMDy/S/Th63vxr29Xq
dmtGqMp+ImcM0oR6ivyoQsUn71wBlElaZ+MKptG+NWOepGkHSgcXUzatutvBUnAP
x/YTzJAzKfL3IufAoJYgTLIc31kXXlVRltcGT0lyxT80xUDpk0LxF0Kce3fRxwWr
J3GePc/jECnv47ImKeCgSoQToyJcAcwO83N8LqLIBlnhZtVWJvn3W7+kLAqZ8KqU
YE3f7PSay/HLBJzkW2uDVbtRXLWwee/m5iP05kKZ9A/xy3EJYyqeM2OuRfIMck9t
TifUSwLYZTvUsGh17SDvU8soe1qMpl8R3hk9YosTyNHt8dHyEjPxHCbN7ccVZrLs
l9Y5kgFqMzOgMb+OOatVXbGrjL9gw7TjZ8vuoWFbq4wqyWCoEk5lT+L4IAr6Xvra
//0eWPhcTw9TeqEHfpbWJP0H4DrZnVbw9x+vXisEMNUUZ7dRVhn7Nmevtx4EGzbU
0e3JvN/HJcXeAPl+yt41oKp46jo3gQk7g4yjLzTiP7n/4K/c9pttNt9W8o8ikE+3
USfuYXV9XnTs2QEIhutX
=JdR9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvdey-jx...@franck.debian.org



Accepted telepathy-qt 0.9.3-1 (source amd64 all)

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

Format: 1.8
Date: Fri, 05 Jul 2013 17:48:44 -0300
Source: telepathy-qt
Binary: libtelepathy-qt4-2 libtelepathy-qt4-farstream2 libtelepathy-qt4-dev 
libtelepathy-qt4-dbg libtelepathy-qt4-doc
Architecture: source amd64 all
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 libtelepathy-qt4-2 - Telepathy framework - Qt 4 library
 libtelepathy-qt4-dbg - Qt 4 Telepathy library (debug symbols)
 libtelepathy-qt4-dev - Qt 4 Telepathy library (headers and static library)
 libtelepathy-qt4-doc - Qt 4 Telepathy library (documentation)
 libtelepathy-qt4-farstream2 - Telepathy/Farsight integration - Qt 4 library
Changes: 
 telepathy-qt (0.9.3-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Diane Trout ]
   * New upstream release.
   * Bump libfarstream-0.1-dev, libtelepathy-farstream-dev,
  libtelepathy-glib-dev dependencies.
   * Remove fix_ftbfs_gcc47.patch applied upstream.
   * Update libtelepathy-qt4-2.symbols.
   * Remove git-buildpackage directory configuration options.
   * Remove uneeded shlib:Depends from libtelepathy-qt4-dev control .
   * Refresh patches.
   * Add patch link-against-gobject.patch to provide g_object symbols
 used by libtelepathy-qt4-farstream.
   * Add myself to Uploaders.
   * Update Vcs-* fields to canonical URIs.
   * Update Standards-Version: 3.9.4. No changes needed.
   * Add Multi-Arch: same to libtelepathy-qt4-dbg.
 .
   [ Michał Zając ]
   * Drop fvisibility-inlines-hidden.patch - went upstream
   * Change the Maintainer, ACKed by Simon McVittie:
 - Change the Maintainers field to the KDE extras team.
 - Update the Uploaders.
   * Update symbols file
   * Updated Vcs-* fields
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Remove upstream stuff from the repo. We are going to keep only debian/ on
 it.
   * Update symbols file with current amd64 build.
Checksums-Sha1: 
 161946cb49ac54841d5aae71693d645b1d9c19ec 2640 telepathy-qt_0.9.3-1.dsc
 d26a30a76c6536daa4a4b0dbdbee21dc1d8773bf 4414599 telepathy-qt_0.9.3.orig.tar.gz
 e60c4d63c765af5494c14fc8c94f6937b32c3427 40622 
telepathy-qt_0.9.3-1.debian.tar.gz
 080791f5794168b2dbb9ca582de3b000995544da 2295944 
libtelepathy-qt4-2_0.9.3-1_amd64.deb
 e2778463974b598076d0877b32045646845017e0 10672 
libtelepathy-qt4-farstream2_0.9.3-1_amd64.deb
 db07cd852d280b7185421f7c1221e33ba7bdd948 316398 
libtelepathy-qt4-dev_0.9.3-1_amd64.deb
 2bb498a434475c2013edad7060a29f24370fc872 17023756 
libtelepathy-qt4-dbg_0.9.3-1_amd64.deb
 2dda1ca16f7c7a38f5910eb34b23d1fbdc1e1751 3208256 
libtelepathy-qt4-doc_0.9.3-1_all.deb
Checksums-Sha256: 
 5250555d9b1391015d1ebf2ef2f924c601666d5ae1e5d5409aa31eeda3e528ee 2640 
telepathy-qt_0.9.3-1.dsc
 c0ff57bea79b86ad343e184c16941d05f6d6d7dfd03876b44502f11935f44bf9 4414599 
telepathy-qt_0.9.3.orig.tar.gz
 df94fd80d672aa96b8ff62ceea8da906df92dabe7c8d7cb190b113a909933966 40622 
telepathy-qt_0.9.3-1.debian.tar.gz
 c9a97263b1bb302cea4d304f2f9ec12fb0a055afde557a95e238d132c7b4b738 2295944 
libtelepathy-qt4-2_0.9.3-1_amd64.deb
 9831af559fb126407824d623e90a222607323bd0fc737cf1f1390f31f18ad07e 10672 
libtelepathy-qt4-farstream2_0.9.3-1_amd64.deb
 2128cd913fda3c849d6a2055c132203efe17262d5079cd49ae2d355388663c41 316398 
libtelepathy-qt4-dev_0.9.3-1_amd64.deb
 1fca692f73de116982f7861f5cb5eae07297eff013be74922ece9b958542efb0 17023756 
libtelepathy-qt4-dbg_0.9.3-1_amd64.deb
 f3ee46a3485792399edf445c2c7e028034cfde930c061bbc8f039c8c9ddbc491 3208256 
libtelepathy-qt4-doc_0.9.3-1_all.deb
Files: 
 dbae165f9d33650e4a81a9f4642a4e15 2640 libs optional telepathy-qt_0.9.3-1.dsc
 94ac93aedf5f6fff49837bc8368e5a37 4414599 libs optional 
telepathy-qt_0.9.3.orig.tar.gz
 2e53f3c8daaeca5ff96ec6ed5bca31df 40622 libs optional 
telepathy-qt_0.9.3-1.debian.tar.gz
 03746093145f23864a601243480474de 2295944 libs optional 
libtelepathy-qt4-2_0.9.3-1_amd64.deb
 83607e346cc795952fba3fd7f3628e7f 10672 libs optional 
libtelepathy-qt4-farstream2_0.9.3-1_amd64.deb
 013ae5cb43aae760c1ad3e8654747d09 316398 libdevel optional 
libtelepathy-qt4-dev_0.9.3-1_amd64.deb
 111519ac8cc69d2c3b6d5fe44205ce73 17023756 debug extra 
libtelepathy-qt4-dbg_0.9.3-1_amd64.deb
 ff0fb6454fc95d017477b256dd4d858f 3208256 doc optional 
libtelepathy-qt4-doc_0.9.3-1_all.deb

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

iQIcBAEBCAAGBQJR1zN6AAoJEKtkX0BihqfQ8FMP/isUfttPeYufC1iOOmOBqem4
0cK0QtbAmYxCye17LESLmpOvYnta5IS47ENfEJVtAsoxULFQLWHR0+z3zPkXrZcI
kcUTWfK+x/iH+w7CH+94qCMftYq2HB0D5gBQagYIYYo7n0JtAHRQ9mORaIWc5x3t
U+R7pRXnHLDFVXEf9sT8lCMtTf5JUTp9a7Z3jJbJMrR5PPMpcCh/W9INNjkY7GDW
CmqXwRnqZucMKNOOn558NgGUSGe/96n+DgktDMbpwM5FZpyXLK6UORyT+I0bz3DU
hTBW/mK7aTmgGEwL65jtWSJ/HC0dxvd6gbDxWDGgC49kWwp0WSE+ITvJEWs+9p85
g9XR4BRJkDajkHZG5lyd4fAkKu9wfm12CnbtjnQGw3xk0YVcWXWTNFjbMoMFCwCJ
bshqOKodWPplRXso6JK/uzIN4GkbXIYXnz2HocqQLJ7S2DjeH+BRtKJ5Y6gO6DyV

Accepted freebsd-buildutils 10~svn251967-3 (source kfreebsd-amd64)

2013-07-05 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jul 2013 23:25:44 +0200
Source: freebsd-buildutils
Binary: freebsd-buildutils
Architecture: source kfreebsd-amd64
Version: 10~svn251967-3
Distribution: experimental
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 freebsd-buildutils - Utilities for building FreeBSD sources
Changes: 
 freebsd-buildutils (10~svn251967-3) experimental; urgency=low
 .
   * Depend on m4 as it's now required by lex (no pun intended).
Checksums-Sha1: 
 e126e8d97a7e268c903ec81c3ab7eec13772f110 1569 
freebsd-buildutils_10~svn251967-3.dsc
 d92d43e41d5d1e9d8f4c149bb2db7ab647a98511 22363 
freebsd-buildutils_10~svn251967-3.debian.tar.gz
 bc58bb32df07df478b4f58e745a53e13259d37d6 359930 
freebsd-buildutils_10~svn251967-3_kfreebsd-amd64.deb
Checksums-Sha256: 
 683f23fb679acd518029394804157e78e32d1ad6008dff9e0a0f75945e170ff9 1569 
freebsd-buildutils_10~svn251967-3.dsc
 b577a4225ba2f0b2717bc758fc4f2b78992de77abfa084fcfd82ad5c13a41577 22363 
freebsd-buildutils_10~svn251967-3.debian.tar.gz
 ee9807eb87d9f20fee05b1053b395ba7370008193077442b54cabc006ce8600b 359930 
freebsd-buildutils_10~svn251967-3_kfreebsd-amd64.deb
Files: 
 00f4aa25bfa735174584d419fd8265d0 1569 devel extra 
freebsd-buildutils_10~svn251967-3.dsc
 b01db60cfa0afe78e7290c9c528ba370 22363 devel extra 
freebsd-buildutils_10~svn251967-3.debian.tar.gz
 743c3f2e99e22c87ad923cafbe3ebed6 359930 devel extra 
freebsd-buildutils_10~svn251967-3_kfreebsd-amd64.deb

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

iEYEARECAAYFAlHXOoUACgkQC19io6rUCv8JmQCfT9E1EKYxM0Xe9gNS9Y+i9JYZ
VbsAn1w7UrlGph1SCsGrSv1dPHOkRkec
=FHZt
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvdrk-0003db...@franck.debian.org



Accepted dvswitch 0.8.3.6-1.1 (source amd64)

2013-07-05 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 23:10:31 +0100
Source: dvswitch
Binary: dvswitch dvsource dvsink
Architecture: source amd64
Version: 0.8.3.6-1.1
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings b...@decadent.org.uk
Changed-By: Dmitrijs Ledkovs dmitrij.led...@ubuntu.com
Description: 
 dvsink - programs to sink streams from dvswitch
 dvsource   - programs to provide source streams for dvswitch
 dvswitch   - basic video mixer for live DV streams
Closes: 557465 663095 709251
Changes: 
 dvswitch (0.8.3.6-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Depend on gnome-icon-theme - closes: #663095
   * Fix typo in package description - closes: #557465
   * Add boost-system dependency for boost 1.53 transition.
   * Patch CMake to look for boost-system and link against it. - closes: #709251
Checksums-Sha1: 
 4d50e7744da4f47febbe664260007102415e0753 2006 dvswitch_0.8.3.6-1.1.dsc
 a4d0ec298692fa093976a4506cd58e0079b780be 73446 dvswitch_0.8.3.6.orig.tar.gz
 2b5f9e3cc4580f7b54e385d567d512c1a7642af5 3014 dvswitch_0.8.3.6-1.1.diff.gz
 22c3a734ecb6b6ea54b61777be71398e040e5c6f 127030 dvswitch_0.8.3.6-1.1_amd64.deb
 1b7eb54d89816497f8a761b63521e68eeed57155 29076 dvsource_0.8.3.6-1.1_amd64.deb
 2915596d6956c1699da7998e625acb1c2013d3af 19144 dvsink_0.8.3.6-1.1_amd64.deb
Checksums-Sha256: 
 44d2aed4f4ee5371cd7e8bbf5d544b51bc04ff74173171e7b1f4c5c9064c57e9 2006 
dvswitch_0.8.3.6-1.1.dsc
 7bd196389f9913ae08e12a29e168d79324c508bb545eab114df77b0375cd87f0 73446 
dvswitch_0.8.3.6.orig.tar.gz
 f3bb374a805e47edb34ceb9294c5ae2eb54aba0e7055d009bca99c3b7c1f0ee6 3014 
dvswitch_0.8.3.6-1.1.diff.gz
 91435670d7485a06440899b0d75fb276e47fbefa51ab477eca4d846a04d6c280 127030 
dvswitch_0.8.3.6-1.1_amd64.deb
 da6acabc4e542f30482760cfe1181c2e4ba9fa1e95588d968d0876eb643bd951 29076 
dvsource_0.8.3.6-1.1_amd64.deb
 9bc4b39969bff49f88c55f9c20472ff5ea9ba081184f7489a4c03623daf7d94b 19144 
dvsink_0.8.3.6-1.1_amd64.deb
Files: 
 46fd0a3563f148577ef294e7af2d37c2 2006 video extra dvswitch_0.8.3.6-1.1.dsc
 b88e2d5f6e83db6e7d3ee7472d09a2f2 73446 video extra dvswitch_0.8.3.6.orig.tar.gz
 fc65b7fc7fec8c42f7a63d2929ff77a7 3014 video extra dvswitch_0.8.3.6-1.1.diff.gz
 1ba3f1c0dd234f60c14a6e2729c2bd9c 127030 video extra 
dvswitch_0.8.3.6-1.1_amd64.deb
 8c18b2f6d62e6f51ffb8657cebb42da2 29076 video extra 
dvsource_0.8.3.6-1.1_amd64.deb
 c749da951317033414bdf57d7b81de4e 19144 video extra dvsink_0.8.3.6-1.1_amd64.deb

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

iQIcBAEBCAAGBQJR10aHAAoJEIh7YGGLPBauqHQP/jZq/AYUgItB0Y9+NZpZazRP
HyS3egH4PyENLpoKAveUw2S7JKe/ZB3c+lVb172v/yUZYf7II98SQ6BwQjM8Ca8H
qDn2ZOwluwkJ1nYSRi3ixuI+7tjBo7sNf4no3pEgi1Jd2zPS6uCpGq5LOuzcuYrj
jaeebR8sbC325ktgZHEo0JBmzbpv2pXxY90GCfO6psmJ2OuSe392d8JIUYxJEAwG
ZuwNmEP0RAtIvu7UVdNaztefcM8u0K/YDXeTG3czfy5AZ9E0ed92iySB9hmBWReI
/YdBhdny7oFFfiaxIerPhHedG0OtQlkhyY80zCGI/izhtcDQzqPER05OcNVSBjJN
xuq0QR42c026o7pnGMlH7imZIwhf5dIX+8rwFM7A23kVQid+aLOqbp8pKQfbMJga
mt+qow1YaxuNFkKfSAF9E8Vl0OHSQwVf8MbNKtuN+h5bcgapfUW5l+10XEGkvg6F
j4fj1N7Vu8UEprX3vHym9vzDyEuq3/8xsRTEqgVqzgvuSBxncD0hju1UrqKU4++y
YLrIEeiSLFOjy4cE/OI+Mk6ZbNon7PYyg0diFDh5xVLPrSKTkvbymTdTteNEz47j
zQWm7frANaLHXyMqfRFFRogBzglmtWhwGUM3gNtQ9T9ahz39+zO9nW1yArGR82pn
+4HtzBD5gyNsaE6GyMZy
=TTKM
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uveyj-0002hq...@franck.debian.org



Accepted rsyslog 7.4.2-1 (source amd64 all)

2013-07-05 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 06 Jul 2013 00:14:19 +0200
Source: rsyslog
Binary: rsyslog rsyslog-doc rsyslog-mysql rsyslog-pgsql rsyslog-mongodb 
rsyslog-gssapi rsyslog-gnutls rsyslog-relp
Architecture: source amd64 all
Version: 7.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Biebl bi...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 rsyslog- reliable system and kernel logging daemon
 rsyslog-doc - documentation for rsyslog
 rsyslog-gnutls - TLS protocol support for rsyslog
 rsyslog-gssapi - GSSAPI authentication and encryption support for rsyslog
 rsyslog-mongodb - MongoDB output plugin for rsyslog
 rsyslog-mysql - MySQL output plugin for rsyslog
 rsyslog-pgsql - PostgreSQL output plugin for rsyslog
 rsyslog-relp - RELP protocol support for rsyslog
Changes: 
 rsyslog (7.4.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 71126fe136733901ca601d869ff4789e1a4c7967 2450 rsyslog_7.4.2-1.dsc
 b4791ac7be1c27288a394e5701e217bce555bf75 2905330 rsyslog_7.4.2.orig.tar.gz
 77594200dea115decfae3ab0f9908e3739651a09 29639 rsyslog_7.4.2-1.debian.tar.gz
 091041030670a99811d56b526e820c7417ed8272 679668 rsyslog_7.4.2-1_amd64.deb
 4b78801be502f3f6654524cc130f99e4fb1b6c0f 1183288 rsyslog-doc_7.4.2-1_all.deb
 67be3a4a0c25242d122f096914db525716977e14 129094 rsyslog-mysql_7.4.2-1_amd64.deb
 c0d8231258b33baa6fbc49d9faef58855db1c2fb 127430 rsyslog-pgsql_7.4.2-1_amd64.deb
 41004d0aeb6c091fdb82e33504da9533c554913f 129272 
rsyslog-mongodb_7.4.2-1_amd64.deb
 b3da1bffe063ec4854786ebd25e7bc1fdec56116 135558 
rsyslog-gssapi_7.4.2-1_amd64.deb
 f2e9c6cdf4239b298ab4b9fa9fa27f7eb79a27db 134328 
rsyslog-gnutls_7.4.2-1_amd64.deb
 02a93437585e5c64ed672e5aefaca6c0aa39edd6 130232 rsyslog-relp_7.4.2-1_amd64.deb
Checksums-Sha256: 
 2b0798bb907122f8df232fee5a12377b0af717d4ca3737cd8a6d662b4305aeb0 2450 
rsyslog_7.4.2-1.dsc
 a78bfa8a66b353738eb08e5ec10c3b4fc6b9b8405b478515ad59b992217c6cf6 2905330 
rsyslog_7.4.2.orig.tar.gz
 d076ed472e702e1bfc34e657e1f10a87fb94ea0912b33a964a2003640ddfffae 29639 
rsyslog_7.4.2-1.debian.tar.gz
 97c7f98e88b2291dc39c8844dfe4e1319e9abdef8e444e8b01b7b25dfdb6badd 679668 
rsyslog_7.4.2-1_amd64.deb
 0e6e4ae59e8d4305c99ab7c30514c5869a0612df689c72443e350847d9960114 1183288 
rsyslog-doc_7.4.2-1_all.deb
 e71eac87662fd5a53b67f041e0dbcba10af576bf6d5f51056e333da41ad0fbb9 129094 
rsyslog-mysql_7.4.2-1_amd64.deb
 dd322c0d02188e0e95073d92a4672dfc72091cc2fbe7f4a355706f5d9389f4a2 127430 
rsyslog-pgsql_7.4.2-1_amd64.deb
 dd7bb4ffca1cdc744bbba20bdbafab9d6c5bea71a6240c8f86485e4d0e9c8937 129272 
rsyslog-mongodb_7.4.2-1_amd64.deb
 39267ceb36364f1dca5f692c4b95862c1b649c1e22bc66bdd1e3479ef857e783 135558 
rsyslog-gssapi_7.4.2-1_amd64.deb
 d408a1aeb3a073fb11ac29d4969c677cc3b14e95a46129ee28086a7326be365f 134328 
rsyslog-gnutls_7.4.2-1_amd64.deb
 a7acbc36e0c0b5d7d377af4e871a7c06c6ba9c14a74e4d69df35707db37891d6 130232 
rsyslog-relp_7.4.2-1_amd64.deb
Files: 
 7e1c2f9994bd001e7f3d24905b829340 2450 admin important rsyslog_7.4.2-1.dsc
 52ba87ddce153625ec4e4a2e60c4ec0e 2905330 admin important 
rsyslog_7.4.2.orig.tar.gz
 bfdd39074461c8b2baf6d334682f93c5 29639 admin important 
rsyslog_7.4.2-1.debian.tar.gz
 e234fdad54a39b9d50ee0d17bf53526b 679668 admin important 
rsyslog_7.4.2-1_amd64.deb
 1e008bd699c331d6a20eed6d7430b550 1183288 doc extra rsyslog-doc_7.4.2-1_all.deb
 19f4803c6f9a667d864fb05541cf0dae 129094 admin extra 
rsyslog-mysql_7.4.2-1_amd64.deb
 777be8dd23f89172260baf77046b9873 127430 admin extra 
rsyslog-pgsql_7.4.2-1_amd64.deb
 ce87a62ac654139506c50c395bc7226d 129272 admin extra 
rsyslog-mongodb_7.4.2-1_amd64.deb
 dba9983402926b9c45b02c667a9fed79 135558 admin extra 
rsyslog-gssapi_7.4.2-1_amd64.deb
 f1dcc2903a821eb01d2c9e504a16e767 134328 admin extra 
rsyslog-gnutls_7.4.2-1_amd64.deb
 bf203945e987e5e0f5abab797a4ba49b 130232 admin extra 
rsyslog-relp_7.4.2-1_amd64.deb

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

iQIcBAEBCAAGBQJR10XZAAoJEGrh3w1gjyLcIe0P/2W0wZVVelZ5/I3zvszn6vat
Z9iNSNIfOaiHlEmWu1aofUp/B8Z5aGDola/BV+C9znMXPDnyJSWwwobn4YL+75Ml
hxwXJ8e94BCOZ9tI9cdkVMpvKjWxndkSn0HSk0B89RyeErgjKOth3mKPp7bUq085
Vf2ay9lSbth/2nsOOyaWgCii0RztnfE/OuEBbioG/i1KsKLauStaTElogHPDHSBu
T6ucO3E9ey/C1fMZ1gqO+FqyAEUOHy0J5eaSZTn/1qvbdSWqeU+2oIzR27moxCEK
AcLPwUqPndq7iXINlSPwrpCbT9gEbYFbKT25tmjRs+fwpMht8tUFSWMAfBL0D17/
ZOEI0qTYlzvgYzxwUJFuatWok50Y8PyJw5RFG4s0yF33HPvqF4h1i7clS1duoPeC
r/GLqpB9E1wCjJWWH9NIGYYvq0AOAGMLFrNCfVsQBwwthagRl/oYbLNU2dCoi/5N
Z+1WVC+LoCDq+cHwsHusdDapEEG5OOinOpHBiF6UhLl/VsCbfovHBY/HQ4APtzNz
lEy07s74xTIBhfcyeY4zqMRADiqYky3nD9RQML15fP1zIPzCRIb7zIK+FOzIik8o
lqdXpjeDsKJ1ilNPdVXn5+Xf2inRjVA5093hkbXaJkCMmQYTJbGjaLV/ZUmvUk3p
+Z48XbSZ6q5esVl8ejmp
=qOLZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvezp-00033v...@franck.debian.org



Accepted dc-qt 0.2.0.alpha-4.2 (source amd64)

2013-07-05 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 23:23:01 +0100
Source: dc-qt
Binary: dc-qt
Architecture: source amd64
Version: 0.2.0.alpha-4.2
Distribution: unstable
Urgency: low
Maintainer: Steffen Joeris wh...@debian.org
Changed-By: Dmitrijs Ledkovs dmitrij.led...@ubuntu.com
Description: 
 dc-qt  - GUI frontend for the dc protocol
Closes: 709254
Changes: 
 dc-qt (0.2.0.alpha-4.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Update boost-linking patch, to link with boost1.53 (Closes: #709254)
Checksums-Sha1: 
 84e649a9e393b59562c789622acf291ecc44c866 1833 dc-qt_0.2.0.alpha-4.2.dsc
 9eea4243f6940bcd5892f4e8eb3017e3bca2e613 346683 dc-qt_0.2.0.alpha.orig.tar.gz
 d3309a9b39bde99a47b7dd20e0787bc4767bab13 4582 dc-qt_0.2.0.alpha-4.2.diff.gz
 5459e4e10abe4486a11791eda9c2e92c12687c6b 958712 dc-qt_0.2.0.alpha-4.2_amd64.deb
Checksums-Sha256: 
 e7b2e2ae37905366b8861f7738a49e73db527c51f4b14dfe9eb165d839fdda2f 1833 
dc-qt_0.2.0.alpha-4.2.dsc
 6e6c6b92f0d4d3f587ca629f1a1d38fbac0b630e15460eb472cdc41919ca148c 346683 
dc-qt_0.2.0.alpha.orig.tar.gz
 81caa66a4eb4ecb519becda2ab44213b4fc968f9fd7cb657b8e8ecdbbc18542d 4582 
dc-qt_0.2.0.alpha-4.2.diff.gz
 a41f052d40bebde1dee64425818e3fc2255333caa4764cfb693fcd41569a3f91 958712 
dc-qt_0.2.0.alpha-4.2_amd64.deb
Files: 
 228c14b02cd149a61459ed134febe47a 1833 kde optional dc-qt_0.2.0.alpha-4.2.dsc
 dfd9372b2a7fc055974c6e942cf50186 346683 kde optional 
dc-qt_0.2.0.alpha.orig.tar.gz
 34799e8be5ccc768596634f5a96bd801 4582 kde optional 
dc-qt_0.2.0.alpha-4.2.diff.gz
 7ab76ef88c1aed8d302bb36c1fc4a911 958712 kde optional 
dc-qt_0.2.0.alpha-4.2_amd64.deb

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

iQIcBAEBCAAGBQJR10oRAAoJEIh7YGGLPBauqQ0QAIEM+yl3MC5xDcLt5lpX6lG9
54r0OxZYY2SXXbW6YB40s67CQBzaFV8eiO7/8/d3N9TfCHLFliQuMjl2s6KTHFpg
Z/lSBTAbh9l/ED2P5ZRcycxlH74nAe5O2WMSABzKVGN1il5DDAXkGU6u/qiWM0XF
OKpXoUJjP86Hl6GfenC2mAw1v86UQPeNXqcnWEfLjha+bfgbnSmlJRcXMGy18xQj
zdYEmDhaiKRt+Z+uiz/lK8RxVrz5qrcg8+lpzAjyC5I9sHA0iF8sUZ2cCstiQhxu
sOJhEntDdfMPQKd0vHkGu1ZlKbjJ0ETkEMxggW4J0rpWZW41Vl5EM0JUKjRbSLoW
s3ue1gT/xTOjEowBFI7kK7BkkeN+4gVzuPXm6sYcCVtVfHqT2fiv4bD0lA/RuuWA
fEtFy2pvJd31wi4nm+b7aN8pii0YYYexiBtxd0s3Iz0USxWL0KV+rIFLhzmRl0uL
Elaap/qgqZBV1CDcAp6eXCFq3nRldtnWjx6IlJXw0O79cNygfN0iRAs4fb6ZtjQg
nnz7VjL1RGLjH+HTsqKsDDQ6tvbDJlv7E8nXHmveYfWrhl+n+GEbW0RWZf3JKftb
ooUENCnWEaLQiaKuWBHe6Tbj4mAWxXTuYfesSrV6YLgSlG3fJqXbhkAKWlJYD9d/
4n0UCSdnGzx5nVoHfYqb
=m5Gx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uvenj-0005tx...@franck.debian.org



  1   2   >