Nettoyage du spam: janvier 2013

2013-02-01 Thread Christian PERRIER
Comme nous sommes en février 2013, il est désormais possible de
traiter les archives du mois de janvier 2013 des listes francophones.

N'oubliez bien sûr pas d'ajouter votre nom à la liste des relecteurs
pour que nous sachions où nous en sommes.

Détails du processus de nettoyage du spam sur:
[0] http://wiki.debian.org/I18n/FrenchSpamClean


PS : petite honte à d-u-f pour le géant fil de discussion hors sujet
suite au spam anti mosquée. Merci de vous rappeler que la meilleure
façon de clore le bec aux spams et de ne pas y répondre.



-- 





-- 





-- 





signature.asc
Description: Digital signature


Re: Go (golang) packaging, part 2

2013-02-01 Thread Jon Dowland
On Wed, Jan 30, 2013 at 06:46:35PM -0500, Lennart Sorensen wrote:
 Absolutely.  As a user I have a nice package management system that I
 know how to use and which works well.  I don't need another one.

As a Haskell developer, I find cabal much more convenient than nothing,
in the situation where the library I want is not packaged by Debian yet.
If I want my haskell libraries and programs to reach a wide audience, I
need to learn Cabal anyway.

 It is not the job of a language developer to invent yet another bloody
 package distribution and installation system.

And yet they do, and so we need to manage it.

Remember that Debian does not just provide a package management system: it also
provides repositories and dictates what goes in them according to the DFSG.
Whilst adding new repositories is relatively simple for users (and growing in
popularity for upstreams), installing bare .deb files is still not a very
smooth process (although massively improved by e.g. gdebi these days)

From an upstream POV, they want their software in the hands of end users. They
don't want to have to learn and build a myriad of different package types
(.deb, .rpm, etc.) and crucially neither do we. In many cases they don't want
to have to wait for a distro to package their software for them either.

In the Go case, their users are people who might have a shell/web account but
not admin access on a shared host somewhere, running god knows what distro and
version, hence having a self-contained fat binary that is guaranteed to run
wherever libc is meets their goals.


--
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/20130201100032.GA12622@debian



Bug#699530: ITP: yubikey-val -- A YubiKey OTP validation server written in PHP

2013-02-01 Thread Dain Nilsson
Package: wnpp
Severity: wishlist
Owner: Dain Nilsson d...@yubico.com

* Package name: yubikey-val
  Version : 2.20
  Upstream Author : Yubico Open Source Maintainers ossma...@yubico.com
* URL : https://github.com/Yubico/yubikey-val
* License : BSD-2-clause
  Programming Lang: PHP
  Description : A YubiKey OTP validation server written in PHP

The YubiKey Validation Server is a server that validates Yubikey OTPs. It is 
written in PHP, for use with web servers such as Apache.

The server implements the Yubico API protocol as defined in:
http://yubico.com/developers/api/

This server talks to another service for decrypting the OTPs, to avoid storing 
any AES keys within the validation server. One implementation of this service 
is yubikey-ksm:
https://github.com/Yubico/yubikey-ksm


-- 
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/20130201103550.21000.42672.reportbug@ubuntu



Re: consensus about Built-Using?

2013-02-01 Thread Ansgar Burchardt
On 01/31/2013 23:41, Matthias Klose wrote:
  - The scope of what belongs into Built-Using is not clear. Policy is
vague (Examples include ...) and ftp-master seems to have a much
more narrow interpretation.

There's an open bug[1] against debian-policy to improve the wording, but
nobody has suggested anything so far.

  [1] http://bugs.debian.org/688251

  - policy 7.8 requires the exactly equal relation to express this
dependency. This might be convenient for the dak developers, however
it is not what you always want.
 
- {gcj,gnat,gdc}-4.x do *only* use the upstream tarball in a
  gcc-4.x-source package, which doesn't change between full source
  uploads. So the correct field is e.g.:
  Built-Using: gcc-4.7 (= 4.7.2), gcc-4.7 ( 4.7.3)

For binary packages or Build-Depends using = causes problems as one
cannot install multiple versions in parallel.

Only allowing = for Built-Using makes the implementation in dak easier
(there's no real dependency handling in dak). We might keep a few
additional source packages in the archive, but I don't see a problem
with this.

  However I still fail to see, why the corresponding build-dependency
  cannot be used to extract this information.

We don't guarantee that build dependencies are always satisfied. The
source for a binary included in the archive should however always be
available.

  - Built-Using doesn't belong into the binary package. Now you add 100
Built-Using attributes into the gcc-4.x control file just to replace
everyone of these with the *source* package name. Nice! Granted,
Ansgar Burchardt did provide me with a patch, but I won't do such
exercises on my own. Why not as part of the changes file?

It's a property of the binary package that it incorporates stuff from
other packages, not a property of the upload.

We also don't keep changes files and exposing the Built-Using
information seems useful.

  - Built-Using shouldn't track source packages but binary packages.

Why?

If the field is supposed to be used for license tracking, then you
should consider that binary packages built from within the same
source package have different licenses.

Different files in the same binary package can have different licenses
too. So one has to deal with this anyway.

Ansgar


-- 
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/510ba3f6.7010...@debian.org



Bug#699546: ITP: libslingshot-clojure -- Enhanced throw and catch library for Clojure

2013-02-01 Thread Wolodja Wentland
Package: wnpp
Severity: wishlist
Owner: Wolodja Wentland deb...@babilen5.org

* Package name: libslingshot-clojure
  Version : 0.10.3
  Upstream Author : Stephen C. Gilardi scgila...@gmail.com
* URL : https://github.com/scgilardi/slingshot/
* License : EPL-1.0
  Programming Lang: Clojure, Java
  Description : Enhanced throw and catch library for Clojure

 Slingshot is a Clojure library providing enhanced throw and catch replacements
 try+ and throw+.

 Each is 100% compatible with Clojure's and Java's native try and throw both in
 source code and at runtime. Each also provides new capabilities intended to
 improve ease of use by leveraging Clojure's features like maps, records, and
 destructuring. Among them:

* throw+ can throw any Java object, not just those whose class is derived
  from java.lang.Throwable (e.g. Clojure maps or records)

* catch clauses within try+ can catch any Java object thrown by throw+,
  Clojure's throw, or Java's throw

* selectors in catch clauses allow matching on class name, key-value
  vectors, predicates and more

* Information about the context of a throw site is accessible via a hidden
  argument that includes information on, for example, the caught object,
  exception messages and stack traces


-- 
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/20130201155245.5357.13396.reportbug@asasello.local



Re: Go (golang) packaging, part 2

2013-02-01 Thread Clint Byrum
Excerpts from Chow Loong Jin's message of 2013-01-29 19:15:01 -0800:
 Having multiple package managers which don't know about each other on a system
 is evil™ (but in some cases, can be managed properly).
 

Robert Collins did a nice write up on this very subject not long ago:

http://rbtcollins.wordpress.com/2012/08/27/why-platform-specific-package-systems-exist-and-wont-go-away/


-- 
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/1359744295-sup-9...@fewbar.com



Re: Go (golang) packaging, part 2

2013-02-01 Thread Lennart Sorensen
On Fri, Feb 01, 2013 at 10:00:32AM +, Jon Dowland wrote:
 As a Haskell developer, I find cabal much more convenient than nothing,
 in the situation where the library I want is not packaged by Debian yet.
 If I want my haskell libraries and programs to reach a wide audience, I
 need to learn Cabal anyway.

If you are writing libraries to add to the language, then I don't consider
you a normal developer using the language.

 And yet they do, and so we need to manage it.

And certainly saying We will package things for distribution using the
package and installation system we have is managing it.  Upstream and
whine all they want about not using their install system, and they will
be Wrong.

Upstream can do what they want if they think there is a need, but if
they don't consider that a lot of people don't want yet another system
then that's their problem and they do not need to be catered to by
everyone else.  If they want their stuff used by people they have to
make it accessible in a normal manner that fits in with whatever a given
distribution does.

 Remember that Debian does not just provide a package management system: it 
 also
 provides repositories and dictates what goes in them according to the DFSG.
 Whilst adding new repositories is relatively simple for users (and growing in
 popularity for upstreams), installing bare .deb files is still not a very
 smooth process (although massively improved by e.g. gdebi these days)

You generally don't have to because things are in Debian archives already.

 From an upstream POV, they want their software in the hands of end users. They
 don't want to have to learn and build a myriad of different package types
 (.deb, .rpm, etc.) and crucially neither do we. In many cases they don't want
 to have to wait for a distro to package their software for them either.

So what?  A lot of us want stable systems that works and is consistent.
They don't have to package everything, they just have to make it possible
to get the sources and build them and allow them to be packaged and
distributed in a consistent manner (unlike Ocracle's Java these days
for example).

If you want bleeding edge, then you are not a normal user and you
certainly aren't a system administrator that wants to keep a controlled
system they can reproduce.

I know dpkg --get-selections will tell me all the software installed on
the system so I can do the same on another one.  If yet another package
maanger gets involved I have to know about it and do something different
to handle that.  That's not a good thing.

 In the Go case, their users are people who might have a shell/web account but
 not admin access on a shared host somewhere, running god knows what distro and
 version, hence having a self-contained fat binary that is guaranteed to run
 wherever libc is meets their goals.

That's a different goal than running a nice debian system.

-- 
Len Sorensen


-- 
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/20130201202008.gb1...@csclub.uwaterloo.ca



Re: Go (golang) packaging, part 2

2013-02-01 Thread Lennart Sorensen
On Fri, Feb 01, 2013 at 10:45:33AM -0800, Clint Byrum wrote:
 Excerpts from Chow Loong Jin's message of 2013-01-29 19:15:01 -0800:
  Having multiple package managers which don't know about each other on a 
  system
  is evil™ (but in some cases, can be managed properly).
  
 
 Robert Collins did a nice write up on this very subject not long ago:
 
 http://rbtcollins.wordpress.com/2012/08/27/why-platform-specific-package-systems-exist-and-wont-go-away/

And I think the best part if comment 19 (From September 15, 2012).
Much better than the article itself.

-- 
Len Sorensen


-- 
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/20130201203053.gc1...@csclub.uwaterloo.ca



Re: Go (golang) packaging, part 2

2013-02-01 Thread Russ Allbery
Lennart Sorensen lsore...@csclub.uwaterloo.ca writes:
 On Fri, Feb 01, 2013 at 10:00:32AM +, Jon Dowland wrote:

 As a Haskell developer, I find cabal much more convenient than nothing,
 in the situation where the library I want is not packaged by Debian
 yet.  If I want my haskell libraries and programs to reach a wide
 audience, I need to learn Cabal anyway.

 If you are writing libraries to add to the language, then I don't
 consider you a normal developer using the language.

I hope that's not generally true, because that would be horribly
depressing.  I don't believe that's true of the Perl community in general.
It's certainly not true of the C or Java community!

 If you want bleeding edge, then you are not a normal user and you
 certainly aren't a system administrator that wants to keep a controlled
 system they can reproduce.

Speak for yourself.  I've been a system administrator for twenty years,
and sometimes I have to deploy bleeding-edge code in order to accomplish a
particular task.  You can do that in ways that also give you a
reproducible system.

Using Debian packages is a *means*, not an *end*.  Sometimes in these
discussions I think people lose sight of the fact that, at the end of the
day, the goal is not to construct an elegantly consistent system composed
of theoretically pure components.  That's a *preference*, but there's
something that system is supposed to be *doing*, and we will do what we
need to do in order to make the system functional.

Different solutions have different tradeoffs.  Obviously, I think Debian
packages are in a particularly sweet spot among those tradeoffs or I
wouldn't invest this much time in Debian, but they aren't perfect.  There
are still tradeoffs.  (For example, Debian packages are often useless for
research computing environments where it is absolutely mandatory that
multiple versions of any given piece of software be co-installable and
user-choosable.)

 I know dpkg --get-selections will tell me all the software installed on
 the system so I can do the same on another one.  If yet another package
 maanger gets involved I have to know about it and do something different
 to handle that.  That's not a good thing.

Indeed.  But it's a tradeoff.  One frequently does not have the luxury of
appending to this paragraph ...and therefore I will never install
anything with a different package manager.  Sometimes it's the most
expedient way of getting something done.  Sometimes people aren't as deft
with turning unpackaged software into Debian packages as you and I are.

 In the Go case, their users are people who might have a shell/web
 account but not admin access on a shared host somewhere, running god
 knows what distro and version, hence having a self-contained fat binary
 that is guaranteed to run wherever libc is meets their goals.

 That's a different goal than running a nice debian system.

Hence the point.  Not everyone has the same goals.

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


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



Re: Go (golang) packaging, part 2

2013-02-01 Thread Lennart Sorensen
On Fri, Feb 01, 2013 at 12:38:16PM -0800, Russ Allbery wrote:
 I hope that's not generally true, because that would be horribly
 depressing.  I don't believe that's true of the Perl community in general.
 It's certainly not true of the C or Java community!

Not all C libraries are distributed from one central site and they
certainly don't expect you to use a central package installation system.

I personally consider Java a bad joke that won't go away.

 Speak for yourself.  I've been a system administrator for twenty years,
 and sometimes I have to deploy bleeding-edge code in order to accomplish a
 particular task.  You can do that in ways that also give you a
 reproducible system.

If I want something updated that is newer than what debian provides,
then I will make the .deb myself.  I want everything consistently
installed.

 Using Debian packages is a *means*, not an *end*.  Sometimes in these
 discussions I think people lose sight of the fact that, at the end of the
 day, the goal is not to construct an elegantly consistent system composed
 of theoretically pure components.  That's a *preference*, but there's
 something that system is supposed to be *doing*, and we will do what we
 need to do in order to make the system functional.

I like my system to stay working and maintainable.  I still have one
system that was installed with Debian 2.1, and upgraded ever since and
is still doing fine.  You don't generally get there by taking shortcuts
that seem convinient now, even though long term they are a bad idea.
I very much find doing it right to begin with saves a lot of hassle and
time in the long run.  Avoiding trying to circumvent dpkg and apt is
the best way to do that.  dpkg and apt help you more than any other
packaging system I have ever seen.  No point trying to bypass them.

 Different solutions have different tradeoffs.  Obviously, I think Debian
 packages are in a particularly sweet spot among those tradeoffs or I
 wouldn't invest this much time in Debian, but they aren't perfect.  There
 are still tradeoffs.  (For example, Debian packages are often useless for
 research computing environments where it is absolutely mandatory that
 multiple versions of any given piece of software be co-installable and
 user-choosable.)

Making a debian package is generally very easy, so if you need something
on your system, make a package for it.  Now it's simple to deploy to
many systems.

 Indeed.  But it's a tradeoff.  One frequently does not have the luxury of
 appending to this paragraph ...and therefore I will never install
 anything with a different package manager.  Sometimes it's the most
 expedient way of getting something done.  Sometimes people aren't as deft
 with turning unpackaged software into Debian packages as you and I are.

But it's so easy (not like rpm and such, which tend to be more work).

For cpan there is even dh-make-perl.  The solution then is to make
equivelant scripts for other languages.  The solution is NOT to use some
other package installation system.

-- 
Len Sorensen


-- 
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/20130201210218.gd1...@csclub.uwaterloo.ca



Re: No native packages?

2013-02-01 Thread Jakub Wilk

* Guillem Jover guil...@debian.org, 2013-01-29, 20:31:
if you are going to patch the package you might as well do the one line 
change from 3.0 (native) to 3.0 (quilt), and rename the source 
tarball to add «.orig».


That's a good solution for derivatives, not so much for NMUs or 
backports.


--
Jakub Wilk


--
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/20130201212518.ga8...@jwilk.net



Re: Go (golang) packaging, part 2

2013-02-01 Thread Russ Allbery
Lennart Sorensen lsore...@csclub.uwaterloo.ca writes:
 On Fri, Feb 01, 2013 at 12:38:16PM -0800, Russ Allbery wrote:

 I hope that's not generally true, because that would be horribly
 depressing.  I don't believe that's true of the Perl community in
 general.  It's certainly not true of the C or Java community!

 Not all C libraries are distributed from one central site and they
 certainly don't expect you to use a central package installation system.

So much more the shame for C.  Those are *improvements* that Perl came up
with (well, actually, that the TeX community came up with and Perl copied)
that made the ecosystem much nicer.

 I personally consider Java a bad joke that won't go away.

Look, if other people like something and use it heavily, that's probably
because it solves their problems.  Saying that it doesn't solve *your*
problems, or even that it creates problems for you, does not change the
fact that it solves *their* problems.

I have some personal experience with Java on both the systems
administration side and on the developer side.  It's an awful language for
deployment, and it's a great language to write code in, with an incredibly
rich ecosystem of well-tested and reliable components for nearly anything
you'd want to do.  In particular, it is far better at APIs and code
boundaries than Perl is, and therefore scales to large teams of developers
more naturally and more easily than Perl does.  And I say this as someone
who loves Perl and maintains core Perl modules.

The same Java infrastructure that makes it so incredibly painful to
construct a consistent system with separated and separately-upgradable
parts makes it a wonderful system in which to develop and to create
applications with reliably consistent behavior.  Particularly if, as is
the case in a depressing number of environments, the system administrators
are in some other group from the developers, they're not allowed to
coordinate, and the system administrators have all sorts of rules and
restrictions the developers have to go through to update anything in
production.

You talk about reproducible systems as one of your primary goals.  Well,
that's exactly why Java does those things that make it such a pain in a
Debian context.  If you bundle together all the exact JARs that were
tested and known to work and don't change any of them, you get exactly
that: a reproducible system that works exactly like it did in the test
environment.  You of course also have a system that has some real problems
when it comes time to do security upgrades, and one that tends to be very
difficult to upgrade to the latest version of the JARs when you need some
new feature.  But those are *tradeoffs*.  That is not an absolute flaw in
Java.

The flaws in Java are more obvious in a devops environment.  Most sites
aren't devops.  If you're in a traditional develop, test, and throw it
over the fence to the production guys shop, Java's ability to roll up
your application into one file that is completely self-contained is a
*godsend*.

You may feel that all non-devops shops should get the religion.  I'd even
agree with you.  But all the stuff we're talking about are artifacts that
exist in the real world and have to deal with how that world currently
works, not how we want it to work at some theoretical point in the future.

 If I want something updated that is newer than what debian provides,
 then I will make the .deb myself.  I want everything consistently
 installed.

Sure.  Me too.  I've also been making Debian packages for years, so this
is a matter of an hour or two of work, or less if I don't care about doing
it properly.

 I like my system to stay working and maintainable.  I still have one
 system that was installed with Debian 2.1, and upgraded ever since and
 is still doing fine.  You don't generally get there by taking shortcuts
 that seem convinient now, even though long term they are a bad idea.

Sure.  I have that religion too.

The other way that you don't get to having a system that's been
continuously upgraded from Debian 2.1 is if you got fired somewhere around
Debian 3 because you couldn't deploy things fast enough for your boss, who
didn't give a shit about whether things were in Debian packages or not.

Tradeoffs.

 Making a debian package is generally very easy, so if you need something
 on your system, make a package for it.

I would love this to be the case.  It just isn't.

*I* find it easy.  I know lots of other people who find it easy.  And, in
fact, we make doing this mandatory within my group.  But because we made
it mandatory, I've trained a lot of sysadmins and developers in how to do
this.  I've seen the problems they ran into, I've helped them out of blind
corners, I've cleaned up some of the messes, and I've helped them find
better tools.

It's not easy.  It's really not easy for quite a few people.

I do think it pays off in the long run.  If one has the luxury of a long
run, teaching people proper packaging is great.  

Re: Go (golang) packaging, part 2

2013-02-01 Thread Bernhard R. Link
* Russ Allbery r...@debian.org [130201 21:38]:
  If you want bleeding edge, then you are not a normal user and you
  certainly aren't a system administrator that wants to keep a controlled
  system they can reproduce.

 Speak for yourself.  I've been a system administrator for twenty years,
 and sometimes I have to deploy bleeding-edge code in order to accomplish a
 particular task.  You can do that in ways that also give you a
 reproducible system.

 Using Debian packages is a *means*, not an *end*.  Sometimes in these
 discussions I think people lose sight of the fact that, at the end of the
 day, the goal is not to construct an elegantly consistent system composed
 of theoretically pure components.  That's a *preference*, but there's
 something that system is supposed to be *doing*, and we will do what we
 need to do in order to make the system functional.

 Different solutions have different tradeoffs.  Obviously, I think Debian
 packages are in a particularly sweet spot among those tradeoffs or I
 wouldn't invest this much time in Debian, but they aren't perfect.  There
 are still tradeoffs.  (For example, Debian packages are often useless for
 research computing environments where it is absolutely mandatory that
 multiple versions of any given piece of software be co-installable and
 user-choosable.)

Of course there are trade-offs. For every rule, as sensible it might be,
 there can be a need great enough to ignore it. Using software not
properly packaged is not so different from modifying files in /usr/lib
from the distribution, compiling passwords or other hardcoded stuff
directly into programs, using binaries you have no source of or even
using those and patching the binary or many many other things you can do
and sometimes you have to do.

That there are no guidelines that are absolute and that may not be
better ignored in some cases does not change that in general they
show a useful path that leaving without a good reason is no good idea.

And a only use distro packaged software is a very useful guideline.
There are so many advantages in this that you cannot get this with
distro packages is a very good argument against anything you cannot
get this way. There will always be a case where there can be a more
important argument pushing the scales in the other direction, but at
the end of the day, the normal system administrator wants one package
management tool for all their software (or at least as few as possible)
and as few copies/different versions of common code (aka libraries,
modules, ...) around as possible. And most of the features for
developers are just additional nightmares for the administrator.

Bernhard R. Link


-- 
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/20130201223958.gb3...@client.brlink.eu



Bug#699579: ITP: python-django-chimere -- collaborative and thematic maps application for Django

2013-02-01 Thread Étienne Loks
Package: wnpp
Severity: wishlist
Owner: Étienne Loks etienne.l...@peacefrogs.net

* Package name: python-django-chimere
  Version : 2.0.0
  Upstream Author : Étienne Loks etienne.l...@peacefrogs.net
* URL : http://pypi.python.org/pypi/chimere
* License : GPL
  Programming Lang: Python
  Description : collaborative and thematic maps application for Django
Chimère is a cartographic mashup using OpenStreetMap as a default map
layer. This software aims to create online collaborative and thematic
maps. Content (multimedia, text) are associated to basic geographic
items (Point Of Interest, routes). Adds on the map are open to everybody
with no authentification but are moderated by a team in charge of the
map.
.
Import and export of data are available from/to various formats:
ShapeFile, KML, GeoRSS (import only), CSV and OpenStreetMap.


-- 
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/20130202010252.22068.82584.report...@catelyn.peacefrogs.net



Accepted chef-solr 10.12.0+dfsg-2 (source all)

2013-02-01 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 01 Feb 2013 09:17:32 +0100
Source: chef-solr
Binary: chef-solr
Architecture: source all
Version: 10.12.0+dfsg-2
Distribution: unstable
Urgency: high
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Tollef Fog Heen tfh...@debian.org
Description: 
 chef-solr  - manager for search indexes of Chef node attributes using Solr
Closes: 684374 685578 687554 687707 687720 687721 687819 688051 688155 688422 
689039 689461 699519
Changes: 
 chef-solr (10.12.0+dfsg-2) unstable; urgency=high
 .
   [ Tollef Fog Heen ]
   * Fix path to WEB-INF directory.  Closes: #684374
   * Stop installing chef-solr-installer again, not sure why that fix got
 dropped.  Closes: #699519
 .
   [ Christian Perrier ]
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #685578
   * [Debconf translation updates]
   * Polish (Michał Kułach).  Closes: #687554
   * Portuguese (Rui Branco).  Closes: #687707
   * Czech (Michal Simunek).  Closes: #687720
   * French (David Prévot).  Closes: #687721
   * Danish (Joe Hansen).  Closes: #687819
   * Russian (Yuri Kozlov).  Closes: #688051
   * German (Chris Leick).  Closes: #688155
   * Swedish (Martin Bagge / brother).  Closes: #688422
   * Italian (Beatrice Torracca).  Closes: #689039
   * Spanish; (# traductor (campo Last-Translator) y ponga en copia a la
 lista de Matías Bellone).  Closes: #689461
Checksums-Sha1: 
 44bbcced43a021a74a3e508af53b525588699b31 1931 chef-solr_10.12.0+dfsg-2.dsc
 4cacdd856283ca5f9579c579d4b1ca4462920945 21410 
chef-solr_10.12.0+dfsg-2.debian.tar.gz
 e125d3edafa280f618259d11c21e74ff7f2ea54f 36146 chef-solr_10.12.0+dfsg-2_all.deb
Checksums-Sha256: 
 9e302d7602758f8d3c2ea8cda9985f1a081b57c83d28708d48a71d390ca6 1931 
chef-solr_10.12.0+dfsg-2.dsc
 6015be736b01216a000944c597464dbe7d81fed23002df20073df6d35b2a59c0 21410 
chef-solr_10.12.0+dfsg-2.debian.tar.gz
 a0da4f0d5ce56236fc21a7137bb50c09c102b2788696e4e31592d61f4da71aa3 36146 
chef-solr_10.12.0+dfsg-2_all.deb
Files: 
 f9f362e56e62dc4369b69fef0e4aa3b3 1931 ruby optional 
chef-solr_10.12.0+dfsg-2.dsc
 6155eb27d5563dafc8a6290c33145fc5 21410 ruby optional 
chef-solr_10.12.0+dfsg-2.debian.tar.gz
 4d95b3ae940e16f43f4329c772d048eb 36146 ruby optional 
chef-solr_10.12.0+dfsg-2_all.deb

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

iQIcBAEBCAAGBQJRC4vaAAoJELZaSHHKGdcXr7YQAJrNhTS/ANM/lKvWY9DXGXYC
v/hepE/fQs/RdRWs1bnpZ39MQD97f+vfhnfNlypKBI4OuoN+gEZON4QLMsMH9hwA
9hRY/uhT4XJa6hvAtOJFuNQp/Z6wZkQ3uYsHJQx0Ti1G3to5O+kKZFS9rWWZnJd7
Fm8q6WpW+Kf3kujtng+2eBIvRfp6AkbFMIfEzuU7dP5PIGwcAk9Jo/NOxO5xhcvH
2N6HYYQrr0plLhMZXtkkLyn8mDorv/BgyQ1NMmyFFtUCuSJEaLpNWcMQe9I0Y89f
9SnDWGPD3MjUb1FmjmW0k1yU/lfTTDVbD7kebCYB9iXD2CGFOlhvyT4i4VMzOhmC
H0v3VrOfjoO4uasfxRa9mYjAadTCFbod90IiK+jKcEjLNC6MFwvrtOpYus6XUWAe
hvijj9Ff569CKvtGEwzgDttnE1uz2Qij84JNpsymC/SdBXyTa+X+EIkFNwiPwIfK
J1fJyUEoGi1h1Nyo5mKlzfgEG/VIlrl2CYuCbuST4vZLItstgERx5DjunsYBIZ2L
EwpPf2E4dTHYA05o+NqflHdXbnHwI9LPaC5HHjZF+1buXdUlWKxJrZLsVY/1jyJV
6cQ8JsFNOoAjG3aXC+xXG1hcGMsexRGTvVArLZNIhA0N2+bUpWp3L/ex5eqoVsst
Msi9EeH5usVLIrAqAMld
=9ALx
-END PGP 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/e1u1ddx-0005kf...@franck.debian.org



Accepted ocamldsort 0.15.0-3 (source amd64)

2013-02-01 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 09:39:56 +0100
Source: ocamldsort
Binary: ocamldsort
Architecture: source amd64
Version: 0.15.0-3
Distribution: experimental
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 ocamldsort - dependency sorter for OCaml source files
Closes: 699495
Changes: 
 ocamldsort (0.15.0-3) experimental; urgency=low
 .
   * Patch ocaml4.0-deps: make ocamldsort accept dependencies generated
 by ocaml-4.0's dependency generator (closes: #699495). Thanks to
 Roberto Di Cosmo for the patch.
   * Standards-Version 3.9.4 (no change)
Checksums-Sha1: 
 8d649142064fc237a31c6faf9afa1bbda51c3b75 1370 ocamldsort_0.15.0-3.dsc
 c8121aef6d510887c0ac7d2b49b9201acf09ba33 3558 ocamldsort_0.15.0-3.debian.tar.gz
 0a4e79aa9e0e08ec325786b31931fceb5e7ce686 162268 ocamldsort_0.15.0-3_amd64.deb
Checksums-Sha256: 
 69189e7d2096e2c6650ae62cf61d00793aebc17b18cfdb8db30dea294e1b4b53 1370 
ocamldsort_0.15.0-3.dsc
 9405a9d75cfea2805e060c048cb57f48f4f22a397de8e152e791cf2c15989e62 3558 
ocamldsort_0.15.0-3.debian.tar.gz
 5b12fcd342d1e50a9bcab1108cbd7797f593ca19ecb5ec36fa28f1a2813d8716 162268 
ocamldsort_0.15.0-3_amd64.deb
Files: 
 0ad50bd6e4ba7ed1197716a3d4b0a236 1370 ocaml optional ocamldsort_0.15.0-3.dsc
 34ebd2b4303f36b50f36dc0e9d9c8611 3558 ocaml optional 
ocamldsort_0.15.0-3.debian.tar.gz
 8be99ec29e13666474a5b397ee1c9eaa 162268 ocaml optional 
ocamldsort_0.15.0-3_amd64.deb

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

iEYEARECAAYFAlELjEgACgkQtzWmSeC6BMF3zwCguUGRmnRhrJfyv0pnDSSRFEYF
vWsAoKDJqVjvqtdIyk7gROXrt9QypWec
=ZuFO
-END PGP 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/e1u1ddc-0005pu...@franck.debian.org



Accepted haskell-conduit 0.5.5-2 (source all amd64)

2013-02-01 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 11:39:37 +0100
Source: haskell-conduit
Binary: libghc-conduit-dev libghc-conduit-prof libghc-conduit-doc
Architecture: source all amd64
Version: 0.5.5-2
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-conduit-dev - streaming data processing library
 libghc-conduit-doc - streaming data processing library; documentation
 libghc-conduit-prof - streaming data processing library; profiling libraries
Changes: 
 haskell-conduit (0.5.5-2) experimental; urgency=low
 .
   * Added missing doctest dependency
Checksums-Sha1: 
 de1e1f0aea21fd11958f3182693b9287dc467a67 2422 haskell-conduit_0.5.5-2.dsc
 28628308289e9d6b57c63fcfaeeba7f8d2800296 2806 
haskell-conduit_0.5.5-2.debian.tar.gz
 76a2c8e9d9a88783a3669625240a137cf02fb0c4 136476 
libghc-conduit-doc_0.5.5-2_all.deb
 330244d9a1a41fc0282156d24898f8647c292483 225458 
libghc-conduit-dev_0.5.5-2_amd64.deb
 b1e1ddf1117496419209df79743960d1c1fb0e3f 239482 
libghc-conduit-prof_0.5.5-2_amd64.deb
Checksums-Sha256: 
 c3eabba1e5292dfd87709c156b1625f2765a22ba69aab6aa57e6d6053da20452 2422 
haskell-conduit_0.5.5-2.dsc
 461dc814ab610881bfaaf414dc1835b6002cdc3a32dac935f3ea521735df 2806 
haskell-conduit_0.5.5-2.debian.tar.gz
 3d05eccfe9b8c827a515ca3000df754364d8df7b6de7e1e9de0756048bddf888 136476 
libghc-conduit-doc_0.5.5-2_all.deb
 672e6fc29d5291a5edc392034cfda91f47ca97a3e42140610e6d27472c77fb1c 225458 
libghc-conduit-dev_0.5.5-2_amd64.deb
 93091b77073b3e6e47fd0c301fb44f477d8dd036d418360df5ecae528655f7ca 239482 
libghc-conduit-prof_0.5.5-2_amd64.deb
Files: 
 5acf701423de5a22dc5e493425281425 2422 haskell extra haskell-conduit_0.5.5-2.dsc
 441f66d89751a74021ba353b5c4641d1 2806 haskell extra 
haskell-conduit_0.5.5-2.debian.tar.gz
 46257dcd1c58a90661b7a3a65891cff9 136476 doc extra 
libghc-conduit-doc_0.5.5-2_all.deb
 0d7a5ee03410343f6a6b5390439bd585 225458 haskell extra 
libghc-conduit-dev_0.5.5-2_amd64.deb
 65b292adae3f9d474d4478fc7a43d5c0 239482 haskell extra 
libghc-conduit-prof_0.5.5-2_amd64.deb

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

iEYEARECAAYFAlELnhYACgkQ9ijrk0dDIGyZnQCgi5lpWakdVQoKRopM7/Iq1MYb
haoAoIZBA+xEtkHA8huQ+DMYBAHkdKft
=wBMH
-END PGP 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/e1u1eo5-0002wb...@franck.debian.org



Accepted haskell-lens 3.7.1.2-2 (source all amd64)

2013-02-01 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 11:46:18 +0100
Source: haskell-lens
Binary: libghc-lens-dev libghc-lens-prof libghc-lens-doc
Architecture: source all amd64
Version: 3.7.1.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-lens-dev - Lenses, Folds and Traversals
 libghc-lens-doc - Lenses, Folds and Traversals; documentation
 libghc-lens-prof - Lenses, Folds and Traversals; profiling libraries
Changes: 
 haskell-lens (3.7.1.2-2) experimental; urgency=low
 .
   * Fix test suite dependencies (added missing test-framework-quickcheck2,
 removed not needed upper bounds)
Checksums-Sha1: 
 b0ec770b74b49fd7154d74b35dcd5d282c72b9bb 3012 haskell-lens_3.7.1.2-2.dsc
 1b8bc9013be0f00c42e6852e57f2edf1f6cfc945 3721 
haskell-lens_3.7.1.2-2.debian.tar.gz
 cb56aca164efc5d8dd1de2f4016af18634b48b0a 610822 
libghc-lens-doc_3.7.1.2-2_all.deb
 35b0d3f17d5f18cc4cba492922c925b01eee35ed 1062384 
libghc-lens-dev_3.7.1.2-2_amd64.deb
 73ad8aeab0ff141293fdf90c9d901ea017564e1a 1159696 
libghc-lens-prof_3.7.1.2-2_amd64.deb
Checksums-Sha256: 
 c4b1dc6169e7daf4db4f1b3e7d30e30879b0873b102264dc5fdd5e2b1958113d 3012 
haskell-lens_3.7.1.2-2.dsc
 8a929f5a9ff03269b1f8378c804403a033743779b6db5efdb472dbf89798d3ba 3721 
haskell-lens_3.7.1.2-2.debian.tar.gz
 7b6f14877bb931fc8cf12034b2fbfb6aa18f0b1c05558df496c8e00c17b47ce2 610822 
libghc-lens-doc_3.7.1.2-2_all.deb
 2daa7d90f42c1fb7fb4242bc8b266f2015839b338aa30243151d12518b2f2f37 1062384 
libghc-lens-dev_3.7.1.2-2_amd64.deb
 69d750637f49cac680935eff5d55aaddb1fafbf84fd7c02d0b18a2b77f92b4b2 1159696 
libghc-lens-prof_3.7.1.2-2_amd64.deb
Files: 
 31f2c1e97827e8ca9297590b3ac1673d 3012 haskell extra haskell-lens_3.7.1.2-2.dsc
 72f1b9b6308bf68c62f15373fc4d8349 3721 haskell extra 
haskell-lens_3.7.1.2-2.debian.tar.gz
 960294fffb74cece016a2b040143bfaf 610822 doc extra 
libghc-lens-doc_3.7.1.2-2_all.deb
 bbdf823b301d918fccb6fe5371668db4 1062384 haskell extra 
libghc-lens-dev_3.7.1.2-2_amd64.deb
 d786ea26c5d9d2caa54168b4b0c1eaae 1159696 haskell extra 
libghc-lens-prof_3.7.1.2-2_amd64.deb

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

iEYEARECAAYFAlELnhwACgkQ9ijrk0dDIGzjJwCdGMaxYKp74DGZD5bjvUvom034
7GMAnjcYaS5hg2J3Fipwuvf45wivhFXq
=HqTh
-END PGP 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/e1u1eoc-00032i...@franck.debian.org



Accepted rancid 2.3.8-4 (source amd64 all)

2013-02-01 Thread Roland Rosenfeld
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 29 Jan 2013 17:32:20 +0100
Source: rancid
Binary: rancid rancid-cgi
Architecture: source amd64 all
Version: 2.3.8-4
Distribution: unstable
Urgency: low
Maintainer: Roland Rosenfeld rol...@debian.org
Changed-By: Roland Rosenfeld rol...@debian.org
Description: 
 rancid - Really Awesome New Cisco confIg Differ
 rancid-cgi - looking glass CGI for rancid
Closes: 699011
Changes: 
 rancid (2.3.8-4) unstable; urgency=low
 .
   * 16_juniper_temperature:  Remove the temperature values from juniper
 configuration, they just create nonsense updates.  Thanks to Christian
 Rohmann for providing a patch.
   * 17_export_LIST_OF_GROUPS: export LIST_OF_GROUPS variable in
 rancid.conf (Closes: #699011)
Checksums-Sha1: 
 5d21856841e422426f597121b9f4701174c04730 1436 rancid_2.3.8-4.dsc
 9fdb6ff65713974b2b5d6d8aef6c8ec56005ab62 31753 rancid_2.3.8-4.debian.tar.gz
 113620165970daaf35b4f30eb7eee90080f03aee 284822 rancid_2.3.8-4_amd64.deb
 08ad7f0324b2267a0631e5a45ef9078eac025b55 54914 rancid-cgi_2.3.8-4_all.deb
Checksums-Sha256: 
 4508e6f7ff85ab031b6a69151301e99e292aa5cb0c4bc81f8883259c9f06d493 1436 
rancid_2.3.8-4.dsc
 1fe3f2395c25888ca41dfa9ba54bb228259785b85b238dba32ce126eae4d319e 31753 
rancid_2.3.8-4.debian.tar.gz
 0991358eff11cd2c8c0f2cbeeb8379afbc5ff9842a939ac00f4a562c7d2ba7c0 284822 
rancid_2.3.8-4_amd64.deb
 105aac74ce386a637a09da3fa932d85912e4538eeb5d34de14d872d9ae883d26 54914 
rancid-cgi_2.3.8-4_all.deb
Files: 
 55423f05e097de29385c66e458b7fac5 1436 net optional rancid_2.3.8-4.dsc
 88cafe023023ed3abdceab936d7d96ad 31753 net optional 
rancid_2.3.8-4.debian.tar.gz
 7de78c9f5a85d1112b943f26435f09c0 284822 net optional rancid_2.3.8-4_amd64.deb
 4c84f07ab56df5ca55d81308305765b9 54914 net optional rancid-cgi_2.3.8-4_all.deb

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

iEYEAREDAAYFAlELnSUACgkQO7/Pd72LBQ1+RgCeOxHay5wIf2kNfxdL9w5z7ivL
gJUAnA12dI/xynT9dLyh4MhaAN6OOX5N
=NEPx
-END PGP 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/e1u1eoi-00038l...@franck.debian.org



Accepted watchdog 5.13-1 (source amd64)

2013-02-01 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 12:15:10 +0100
Source: watchdog
Binary: watchdog
Architecture: source amd64
Version: 5.13-1
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes mes...@debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 watchdog   - system health checker and software/hardware watchdog handler
Changes: 
 watchdog (5.13-1) unstable; urgency=low
 .
   * New upstream version.
   * Added hardening build flags to Debian build.
Checksums-Sha1: 
 cf5d370d579b50c802aa01fb707d5e6783a0e679 1036 watchdog_5.13-1.dsc
 1d29298361fb693ebbe7a6d21d2395961a3e589c 201202 watchdog_5.13.orig.tar.gz
 a0fddd5458378c1bf3c10dd2f5c060d1347741ed 20 watchdog_5.13-1.diff.gz
 bfb17331c64a2462bbe96a2a9d79f07e4190e080 86854 watchdog_5.13-1_amd64.deb
Checksums-Sha256: 
 9b8254b665a32fe64a57acd59747a1fcddfbc0ee087bb44b210a6b67a6b91a6c 1036 
watchdog_5.13-1.dsc
 141e0faf3ee4d8187a6ff4e00b18ef7b7a4ce432a2d4c8a6e6fdc62507fc6eb0 201202 
watchdog_5.13.orig.tar.gz
 f61f27bd17de546264aa58f40f3aafaac7021e0ef69c17f6b1b4cd7664a037ec 20 
watchdog_5.13-1.diff.gz
 9587c30968e0799daad799aed647ab324b3cb284e851fe2858f2981112075e9d 86854 
watchdog_5.13-1_amd64.deb
Files: 
 aeb91ef63f6e5c7c0035fd58bec2fb63 1036 admin extra watchdog_5.13-1.dsc
 153455f008f1cf8f65f6ad9586a21ff1 201202 admin extra watchdog_5.13.orig.tar.gz
 4a4dd3598707603b3f76a2378a4504aa 20 admin extra watchdog_5.13-1.diff.gz
 2e77468a28945d3cae0de55b1505a75e 86854 admin extra watchdog_5.13-1_amd64.deb

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

iD8DBQFRC6VSVkEm8inxm9ERApLSAJ4yHc8AnYsNdeq/e1VMyMiB0sv/WgCfZfEp
v2xPiJtuLl3RhjCrLv0nOfQ=
=DnWM
-END PGP 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/e1u1erg-xp...@franck.debian.org



Accepted fglrx-driver 1:13.1-2 (source amd64)

2013-02-01 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 01 Feb 2013 14:08:41 +0100
Source: fglrx-driver
Binary: fglrx-driver libfglrx libfglrx-amdxvba1 libxvbaw-dev libgl1-fglrx-glx 
fglrx-glx fglrx-glx-ia32 libfglrx-ia32 fglrx-modules-dkms fglrx-source 
fglrx-control fglrx-atieventsd amd-opencl-icd amd-libopencl1 amd-opencl-dev 
amd-clinfo
Architecture: source amd64
Version: 1:13.1-2
Distribution: experimental
Urgency: low
Maintainer: Fglrx packaging team pkg-fglrx-de...@lists.alioth.debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 amd-clinfo - AMD OpenCL info utility
 amd-libopencl1 - AMD OpenCL library
 amd-opencl-dev - AMD OpenCL development files
 amd-opencl-icd - AMD OpenCL ICD${fglrx:VariantDescSuffix}
 fglrx-atieventsd - external events daemon for the non-free ATI/AMD RadeonHD 
display
 fglrx-control - control panel for the non-free ATI/AMD RadeonHD display 
driver${f
 fglrx-driver - non-free ATI/AMD RadeonHD display 
driver${fglrx:VariantDescSuffix
 fglrx-glx  - transitional package, use libgl1-${fglrx}-glx
 fglrx-glx-ia32 - please switch to multiarch libgl1-fglrx-glx:i386
 fglrx-modules-dkms - dkms module source for the non-free ATI/AMD RadeonHD 
display driv
 fglrx-source - kernel module source for the non-free ATI/AMD RadeonHD display 
dr
 libfglrx   - non-free ATI/AMD RadeonHD display driver (runtime libraries)${fgl
 libfglrx-amdxvba1 - AMD XvBA (X-Video Bitstream Acceleration) runtime 
libraries${fglr
 libfglrx-ia32 - please switch to multiarch libfglrx:i386
 libgl1-fglrx-glx - proprietary libGL for the non-free ATI/AMD RadeonHD display 
drive
 libxvbaw-dev - AMD XvBA (X-Video Bitstream Acceleration) development 
files${fglr
Changes: 
 fglrx-driver (1:13.1-2) experimental; urgency=low
 .
   [ Patrick Matthäi ]
   * Add Ubuntu patch 05-linux-3.8 to add Linux 3.8 support.
 .
   [ Andreas Beckmann ]
   * Update my email address.
Checksums-Sha1: 
 da8ee823c1e0318a2882ec56f06c838007a47b78 3102 fglrx-driver_13.1-2.dsc
 cf44ac0030b268729fed0eb0265ac24f84d27d25 134594 
fglrx-driver_13.1-2.debian.tar.gz
 0057333e5823e28516977874d0eeb357cbb8a786 5403014 fglrx-driver_13.1-2_amd64.deb
 5c3d14ef1b218dfb46c8dcd439f3fbf7ba8ecb4c 8797962 libfglrx_13.1-2_amd64.deb
 3b7ae58a479a4e7c8f21d7ca4b4546cc6e6a31df 2465172 
libfglrx-amdxvba1_13.1-2_amd64.deb
 25d621830d7084d3cf83cb9cb695b5fd7de3bedd 38602 libxvbaw-dev_13.1-2_amd64.deb
 25f64b3fc40835f23e91dd33567b8b43caba6b9c 187132 
libgl1-fglrx-glx_13.1-2_amd64.deb
 7963d3c04929bb797fc9978997ea9232bdb76e83 33786 fglrx-glx_13.1-2_amd64.deb
 a8638a370e81256a816e42da4c306355b68d47f4 34180 fglrx-glx-ia32_13.1-2_amd64.deb
 3e02531a4ba217b416e18b293a6d05541b589d92 33878 libfglrx-ia32_13.1-2_amd64.deb
 cf63b491bf382b1142bcb6b7e10fcc1d5f2f9afe 1317562 
fglrx-modules-dkms_13.1-2_amd64.deb
 2c5294289430eabf836a45a9df34ef94d59ad7b0 1768126 fglrx-source_13.1-2_amd64.deb
 0889308bc59afcdeb5fb33150e0258d265568a36 4135860 fglrx-control_13.1-2_amd64.deb
 eef500966f62ad74c83fd1f9426514e739f4372f 142930 
fglrx-atieventsd_13.1-2_amd64.deb
 e88f309a8057f2113010d9ecdb57c930903bb441 11389402 
amd-opencl-icd_13.1-2_amd64.deb
 518726db407d54e4d144f9b58b2b89c3c21e7315 40972 amd-libopencl1_13.1-2_amd64.deb
 d34922ce4e57d96ac6a695896874ed2fddaf1c3b 34070 amd-opencl-dev_13.1-2_amd64.deb
 a008840a0f8ffe6f9fd8ffd7fbeb2e16192bf217 170578 amd-clinfo_13.1-2_amd64.deb
Checksums-Sha256: 
 daf4a2521cf6e090277e97626f7a58d01e102c5ed8b6afb14d5cc6285e702fdf 3102 
fglrx-driver_13.1-2.dsc
 f584894c68e0b30baada856c22f778a6f307b8cfaedf2a7fecb7307ca0a3b7b9 134594 
fglrx-driver_13.1-2.debian.tar.gz
 592cb03a793e9226e84d129352c087af9c4ff9a07f6c4eb5c960027b03ba7369 5403014 
fglrx-driver_13.1-2_amd64.deb
 dcac2fb6f063a51e28b430d1ec578147ddc2d59de733c76e5a563ddbcdaee377 8797962 
libfglrx_13.1-2_amd64.deb
 4712959f4cf740b2bce953ded0784bfc49a4b8dad1213b73befeccba3b27bc09 2465172 
libfglrx-amdxvba1_13.1-2_amd64.deb
 e2171ff8c983f4c2770a5755a55e7b4447d79c5401781751824435fd99f2afa4 38602 
libxvbaw-dev_13.1-2_amd64.deb
 8ab6cdee73b4ac4a27171cf21f95a09ca2bf3cac17ade3ef162a9ba9f9d66da3 187132 
libgl1-fglrx-glx_13.1-2_amd64.deb
 04edae424ff8ca28b9aaebf80465fd04d000eb31c98d5b65b09d4e44a42b8758 33786 
fglrx-glx_13.1-2_amd64.deb
 dd52178c5556b559ddfa6709e292ef46584b710c992ea5da36da61921c06927e 34180 
fglrx-glx-ia32_13.1-2_amd64.deb
 d8a3980f08ee4542ac3d1e9a3030ac03c06ec3f2b7f4517d154a633b7adb0cca 33878 
libfglrx-ia32_13.1-2_amd64.deb
 80b2cc8a6a2c10dd18acea78c80581d4c0facf339bad70bb2fececcbad8ea589 1317562 
fglrx-modules-dkms_13.1-2_amd64.deb
 385e5430835f96506e06670fb2e3451f39658fbb377ae79056bf11102c138295 1768126 
fglrx-source_13.1-2_amd64.deb
 f65bd97a1dbac61ae35e2dcc1ff2d9f83a930e9abff8fe49d808d2d2c8c272b1 4135860 
fglrx-control_13.1-2_amd64.deb
 01ac7c5a9887a917005a44c9804a7557b4d0ad3bf1c2f4908506def5a0db612a 142930 
fglrx-atieventsd_13.1-2_amd64.deb
 da3d51e8a6a44b137c3c1598441db02997d459e1b89c5b3b8d0ebee10a0a7e40 11389402 
amd-opencl-icd_13.1-2_amd64.deb
 

Accepted xvba-video 0.8.0-7 (source amd64)

2013-02-01 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 01 Feb 2013 14:16:40 +0100
Source: xvba-video
Binary: xvba-va-driver
Architecture: source amd64
Version: 0.8.0-7
Distribution: experimental
Urgency: low
Maintainer: Fglrx packaging team pkg-fglrx-de...@lists.alioth.debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 xvba-va-driver - XvBA-based backend for VA API (AMD fglrx implementation)
Closes: 698364
Changes: 
 xvba-video (0.8.0-7) experimental; urgency=low
 .
   * Set minimum required version for build dependency libva-dev to 1.0.15.
 Closes: #698364
Checksums-Sha1: 
 345ea2dc011db2fefbaac1ad003c799b0567815f 2043 xvba-video_0.8.0-7.dsc
 93d2e4b83ae0d999b9b05fc8944b537ab0b328fe 3458 xvba-video_0.8.0-7.debian.tar.gz
 514dc270b5f2f0fe8ecfce0dd6a05ebd8f1a6cdd 53104 xvba-va-driver_0.8.0-7_amd64.deb
Checksums-Sha256: 
 07179cd9cb3ad23106e43c9ab3bd7c61b1cefb099cd2583c172625dab030048b 2043 
xvba-video_0.8.0-7.dsc
 9a73d1d5b3e60a0996a4a478e762e1d2302512c1c8cc26f2417601e46af78230 3458 
xvba-video_0.8.0-7.debian.tar.gz
 05c3c76f52958aff19507b23ba5d762e4c53fdfbba6e82ca96514ac4cac13037 53104 
xvba-va-driver_0.8.0-7_amd64.deb
Files: 
 e470de5ade6ac549cefb1a09859d8740 2043 contrib/libs optional 
xvba-video_0.8.0-7.dsc
 fd6517efea216e920dbf152bc97abbaa 3458 contrib/libs optional 
xvba-video_0.8.0-7.debian.tar.gz
 313427c9d6fa228c16d75f26c68f829c 53104 contrib/libs optional 
xvba-va-driver_0.8.0-7_amd64.deb

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

iQIcBAEBCAAGBQJRC8DZAAoJEBLZsEqQy9jkPFMQAJ3Zcxy84O6XBdjSAi3xhEGn
UhrKS1lineLqvT1+vOoaH6BXLlYBlnMgeGTp1YvAh9wNCcYnvWztRMR9Ig2rsuxZ
0nb5OI5ywxL1nPtffNg4LutgBJbEkdTak+ibxFM+1cJ4GvezRlcYdx/S0VndO968
njpOP/NYNnLMq9RudXYUajTUmBTye4b5LJH9s6D9FbPUJRRXt5qifzkHqwyDcPd4
saRpvvTrft2aSz1JxdjqKyTGTleuI//Q22Ys7FgsQa8FX+sp8jtFf6eJtKd7KE3l
InP1qFKUoMkTB+tp5lkzhUByOhK6AhPbgztxjRd4ayAqV58tm7oK9VoG9XdccpEl
noZLOL5ZtW28IHTSlWQvw81IGoCKxgiwPQ5I9jwyOV18KXjuD0LqgwhXaiDEGjRZ
jWwpZoJhoGEuTBpBifPzRqNE9IbqZnATt5qut8YlzhXO+jGKW/uBV5ak5Q9iHQjy
vt7zWMrezcJtLMgJV7NpUviIuao0KEbhaHWoL0VWFc0ebeAbh9h6J5oJuYUQVyU9
XGQSB5Q+pSNkjPN7nmuiP3UVbENWuC7XPgR16CYf2NdgqC7kDlX3KYrM7NNpkSoR
XReehTzJJrHI3s6Z0TTwhOpE0/NdR5VJ21qTAUTJQED5/g7LFSQSYSdGFPMg9e0H
97tEysiwC+TqqED+WbB4
=z7qZ
-END PGP 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/e1u1gk8-dm...@franck.debian.org



Accepted haskell-persistent 1.1.0.1-3 (source all amd64)

2013-02-01 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 14:29:48 +0100
Source: haskell-persistent
Binary: libghc-persistent-dev libghc-persistent-prof libghc-persistent-doc
Architecture: source all amd64
Version: 1.1.0.1-3
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-persistent-dev - type-safe, non-relational, multi-backend persistence
 libghc-persistent-doc - type-safe, non-relational, multi-backend persistence; 
documentati
 libghc-persistent-prof - type-safe, non-relational, multi-backend persistence; 
profiling l
Changes: 
 haskell-persistent (1.1.0.1-3) experimental; urgency=low
 .
   * Add missing build-dep on silently
Checksums-Sha1: 
 8fbd5d13e09433f94dfbe29a59efcc59bc1ead30 3109 haskell-persistent_1.1.0.1-3.dsc
 6a0df5af63fa9a3359b1618ee71aec908b61e57d 3043 
haskell-persistent_1.1.0.1-3.debian.tar.gz
 b3655dcb5dbb8cfdd18087af4a0ee926ff3a0f38 164108 
libghc-persistent-doc_1.1.0.1-3_all.deb
 475d41422f81c1945ed5c95d5ef2fef0a806cf08 1157264 
libghc-persistent-dev_1.1.0.1-3_amd64.deb
 91acd40f1ad426802b3b33d6db982014509e7f44 1221842 
libghc-persistent-prof_1.1.0.1-3_amd64.deb
Checksums-Sha256: 
 c6e1ce513f0961934a47858a3bc549f8ae43db501de24507fac7bb60c3482c46 3109 
haskell-persistent_1.1.0.1-3.dsc
 48d42caa0f1fafd371d3c87921372aaf71ec12ca02b48a498f7288d9879da8f7 3043 
haskell-persistent_1.1.0.1-3.debian.tar.gz
 440053d392fa88babfd6c3456e8ad3cee5bfd69e58c32319dba1d041fad046d3 164108 
libghc-persistent-doc_1.1.0.1-3_all.deb
 b4c5c7167f37084315bd1a87cfecb62c9c4cf4f10f5e055daa6c8fef89cc26df 1157264 
libghc-persistent-dev_1.1.0.1-3_amd64.deb
 f427e44ff411f3488d837bcae19cede6b11d9f7f65b466a084b48275e0eb4b87 1221842 
libghc-persistent-prof_1.1.0.1-3_amd64.deb
Files: 
 f4adc43bd9c5e90f59b4fbed20227943 3109 haskell extra 
haskell-persistent_1.1.0.1-3.dsc
 c2155d674ffc186f7eaa8fbf334c51c7 3043 haskell extra 
haskell-persistent_1.1.0.1-3.debian.tar.gz
 94de819e678a9a99b120fb011a6c750b 164108 doc extra 
libghc-persistent-doc_1.1.0.1-3_all.deb
 2b871188e108534d5d2f96313c3ee6a2 1157264 haskell extra 
libghc-persistent-dev_1.1.0.1-3_amd64.deb
 561ed7b91d8147771c0d2f4716b6b02a 1221842 haskell extra 
libghc-persistent-prof_1.1.0.1-3_amd64.deb

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

iEYEARECAAYFAlELxiwACgkQ9ijrk0dDIGxHiwCgh0+Ff8aIVgEZtfmg51nwlZLq
e5AAn2Bf3OaTeQtyi4uHagkyZkn3rdNX
=WcYc
-END PGP 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/e1u1gxm-00037t...@franck.debian.org



Accepted opendkim 2.8.0~beta1-1 (source i386)

2013-02-01 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 00:11:24 -0500
Source: opendkim
Binary: opendkim opendkim-tools libopendkim9 libopendkim-dev libvbr2 libvbr-dev 
librbl1 librbl-dev
Architecture: source i386
Version: 2.8.0~beta1-1
Distribution: experimental
Urgency: low
Maintainer: Mike Markley m...@markley.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 libopendkim-dev - Headers and development libraries for the OpenDKIM library
 libopendkim9 - Library for signing and verifying DomainKeys Identified Mail 
sign
 librbl-dev - Headers/development libraries for the OpenDKIM RBL library
 librbl1- Library to support a DKIM based RBL system
 libvbr-dev - Headers and development libraries for the OpenDKIM VBR library
 libvbr2- Library for RFC 5518 Vouch By Reference (VBR)
 opendkim   - Milter implementation of DomainKeys Identified Mail
 opendkim-tools - Set of command line tools for OpenDKIM
Changes: 
 opendkim (2.8.0~beta1-1) experimental; urgency=low
 .
   * New upstream beta release
 - Drop local opendkim/tests changes in favor of overriding dh_auto_test on
   mips to use the new upstream method for increasing connect retry interval
   (MILTERTEST_RETRY_SPEED_FACTOR)
   * Backport fix from upstream to make MILTERTEST_RETRY_SPEED_FACTOR work
   * Backport fix from upstream to remove left over attempt to free variable
 that is now static (opendkim/opendkim.c)
Checksums-Sha1: 
 0385e5d1f3839127fd87e94eb9c28a99197eb847 1632 opendkim_2.8.0~beta1-1.dsc
 a14d85a7f3ee4e651c1ebee125659921cc5de8d5 1167871 
opendkim_2.8.0~beta1.orig.tar.gz
 2709faf0750ab38b63200bd2d3bfc3108a2b9562 16528 opendkim_2.8.0~beta1-1.diff.gz
 7ceef4de3dc1b93bddef4005231d3182d7a51375 215018 opendkim_2.8.0~beta1-1_i386.deb
 a571ab408cedc4f605c77eebc0f08e541a0c79ca 187356 
opendkim-tools_2.8.0~beta1-1_i386.deb
 f9be31d90d1ca18a2398bb32c2b755b8cdf4bab5 97038 
libopendkim9_2.8.0~beta1-1_i386.deb
 e8cfe6356f0d594193049d4f5ebc8c3bc4667ea2 191202 
libopendkim-dev_2.8.0~beta1-1_i386.deb
 cabb2106c7e26443eba133631e8ece913092bab6 41640 libvbr2_2.8.0~beta1-1_i386.deb
 35b3821c989e1ddb33cfd459fa06ce4f178169fb 46384 
libvbr-dev_2.8.0~beta1-1_i386.deb
 1c0fa414d6ed3d5e9170e754989213d4f005861b 39566 librbl1_2.8.0~beta1-1_i386.deb
 5be49536f3e9ba150be0c7e971966ad8b54557fa 39818 
librbl-dev_2.8.0~beta1-1_i386.deb
Checksums-Sha256: 
 0e6d26a46c34d9467ebc64a5fad34e95aa7419134c055154d30b3c59c6cb0079 1632 
opendkim_2.8.0~beta1-1.dsc
 33c3681363d957800341e1d2e7d20c8b80942e7e1ffa799ffe88dbf5ef3502bc 1167871 
opendkim_2.8.0~beta1.orig.tar.gz
 1f13937a33f69701b825b75df47e86bf0ad61d7bb21926b27c76d79a0562549a 16528 
opendkim_2.8.0~beta1-1.diff.gz
 982123fa5604f8d1fa4880a9f578679cafb70d5a6e0995c6cddb231fa509da1a 215018 
opendkim_2.8.0~beta1-1_i386.deb
 c45ba929e32ebb430151ac5e839f3b0eab273b42ababb2aeeb31e4f20fea1d72 187356 
opendkim-tools_2.8.0~beta1-1_i386.deb
 6f12470b9e47ae385e7353633c2118818e3f4f009c8ac770fb65037a736fc861 97038 
libopendkim9_2.8.0~beta1-1_i386.deb
 818e54a68ab45babd5f22218e9671798e4a1bbfa0812b34373b928feca04b0cb 191202 
libopendkim-dev_2.8.0~beta1-1_i386.deb
 51bfd1c0068ba51024888155a400db836fb002768def0bbb8ba5899ca5076abb 41640 
libvbr2_2.8.0~beta1-1_i386.deb
 5df8bf673caf94ba5945782a223aca13a03c29c61cb2df6bce6b29f802ebd467 46384 
libvbr-dev_2.8.0~beta1-1_i386.deb
 405e518ba5c480beee57293a9d9a336fa93affb967d3ae78f1e9b88bf9b7bb1a 39566 
librbl1_2.8.0~beta1-1_i386.deb
 6cff4753743eb2dc8cc7a1a59065c59c0a03e337dad20b00b2a22c74cdd95ec7 39818 
librbl-dev_2.8.0~beta1-1_i386.deb
Files: 
 b53307140448452465e435eadde4d1e2 1632 mail extra opendkim_2.8.0~beta1-1.dsc
 7c5dac75e2ec191b6f45b42e4b579f9b 1167871 mail extra 
opendkim_2.8.0~beta1.orig.tar.gz
 0443c5b1c9167b169d4e7756fd9e5427 16528 mail extra 
opendkim_2.8.0~beta1-1.diff.gz
 4b32da37a12984bf954308e158e5af4a 215018 mail extra 
opendkim_2.8.0~beta1-1_i386.deb
 069d4d09637e980dc8168a966b93d1e7 187356 mail extra 
opendkim-tools_2.8.0~beta1-1_i386.deb
 7333877125dbc0257488d4b19cc957e5 97038 libs extra 
libopendkim9_2.8.0~beta1-1_i386.deb
 2381db5d6995f4f70e6600ff063ad975 191202 libdevel extra 
libopendkim-dev_2.8.0~beta1-1_i386.deb
 69bb05a85d90242ffc0786b200195488 41640 libs extra 
libvbr2_2.8.0~beta1-1_i386.deb
 0031b284eb23f78fc45ecc53675a7c0c 46384 libdevel extra 
libvbr-dev_2.8.0~beta1-1_i386.deb
 7f24b5c9b477de68f13e9acc9d1f4e66 39566 libs extra 
librbl1_2.8.0~beta1-1_i386.deb
 580829d217cedeb20a37253d9bf254ca 39818 libdevel extra 
librbl-dev_2.8.0~beta1-1_i386.deb

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

iEYEARECAAYFAlEL498ACgkQHajaM93NaGpfvwCfXwjGfpYIL1Cdw+ylDWMF9E8o
kSEAn0sPOgH01ZyRs/2tufyXqZKyZFiD
=2Kyh
-END PGP 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/e1u1j4z-0002jz...@franck.debian.org



Accepted arduino 1:1.0.3+dfsg-2 (source all)

2013-02-01 Thread Scott Howard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 09:47:46 -0500
Source: arduino
Binary: arduino arduino-core
Architecture: source all
Version: 1:1.0.3+dfsg-2
Distribution: experimental
Urgency: low
Maintainer: Scott Howard show...@debian.org
Changed-By: Scott Howard show...@debian.org
Description: 
 arduino- AVR development board IDE and built-in libraries
 arduino-core - Code, examples, and libraries for the Arduino platform
Closes: 698254
Changes: 
 arduino (1:1.0.3+dfsg-2) experimental; urgency=low
 .
   * debian/patches/no-caller-saves.patch
 - workaround for GCC 4.7 bug, WiFi.cpp won't compile (Closes: #698254)
   (LP: #1112499)
Checksums-Sha1: 
 38da76e9326b89c92a13d69e46e7e66299443a6d 1370 arduino_1.0.3+dfsg-2.dsc
 c553f823112980bf2afb11fdbc16ac92c0395ac5 97300 
arduino_1.0.3+dfsg-2.debian.tar.gz
 5304c497ddbcfbbc1c3b2949d0ef2145e408b21c 1140926 arduino_1.0.3+dfsg-2_all.deb
 2b7bf391fe45dc21bdc3ce3f665688c4d87b74ee 890194 
arduino-core_1.0.3+dfsg-2_all.deb
Checksums-Sha256: 
 0b518b94e6c72b3cde154d672c569c9192701cf6e9bcff0d2b0d34358d3db3b4 1370 
arduino_1.0.3+dfsg-2.dsc
 375efd448fe18eeedc1ddba134c0da23b63964837867c52137f60b7f4aca 97300 
arduino_1.0.3+dfsg-2.debian.tar.gz
 68f07576b4082bb66047477453e26598770a8c06d4bd5a5fd5f6b1e19a0bb467 1140926 
arduino_1.0.3+dfsg-2_all.deb
 75e81ee0fce306de0c9f9b226413d1dae761f85769e695f3b729f666382665cc 890194 
arduino-core_1.0.3+dfsg-2_all.deb
Files: 
 abca37ac760996a188ede24179d25084 1370 electronics extra 
arduino_1.0.3+dfsg-2.dsc
 927e6cb313d38c27b9255fc421f866b7 97300 electronics extra 
arduino_1.0.3+dfsg-2.debian.tar.gz
 149302b7ab0ce0d936d7328a8878351f 1140926 electronics extra 
arduino_1.0.3+dfsg-2_all.deb
 6c9b1b93c42119bee87b87dac3394144 890194 electronics extra 
arduino-core_1.0.3+dfsg-2_all.deb

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

iEYEARECAAYFAlEL66AACgkQuqVp0MvxKmqDNACfZihm/kNCMgR/B6H6/b+V/K0J
t34AoJl3TDgY5JM5syabbk9uE9XYxZrk
=P347
-END PGP 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/e1u1jxv-aw...@franck.debian.org



Accepted libcitygml 0.14+svn128-1+3p0p1+4 (source amd64)

2013-02-01 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Feb 2013 00:16:27 +0800
Source: libcitygml
Binary: libcitygml0 libcitygml0-dev libcitygml0-bin 
openscenegraph-plugin-citygml-shared openscenegraph-plugin-citygml-static
Architecture: source amd64
Version: 0.14+svn128-1+3p0p1+4
Distribution: unstable
Urgency: low
Maintainer: YunQiang Su wzss...@gmail.com
Changed-By: YunQiang Su wzss...@gmail.com
Description: 
 libcitygml0 - Open source C++ library for parsing CityGML files
 libcitygml0-bin - Utils of libcitygml - citygml2vrml and citygmltest
 libcitygml0-dev - Static and header files of libcitygml
 openscenegraph-plugin-citygml-shared - libcitygml OpenSceneGraph plugin 
(shared version)
 openscenegraph-plugin-citygml-static - libcitygml OpenSceneGraph plugin 
(static version)
Closes: 699253
Changes: 
 libcitygml (0.14+svn128-1+3p0p1+4) unstable; urgency=low
 .
   [Sebastian Ramacher]
   * debian/patches/rewrite_cmake.diff: Remove extra $prefix from
 openscenegraph plugin location. (Closes: #699253).
   * debian/control: Bump libopenscenegraph-dev Build-Depends
 to = 3.0.1-4~ since the pkg-config output used to determine
 the plugin location was fixed in 3.0.1-4.
Checksums-Sha1: 
 b9330b6c1d7986eb9195c2167e15babb1afa88e5 1969 
libcitygml_0.14+svn128-1+3p0p1+4.dsc
 c252d49f8b89210eb431a533bd348edf6d572bea 8248 
libcitygml_0.14+svn128-1+3p0p1+4.debian.tar.gz
 409be39b3c0071fceada92640ead7e74a29e4b57 86694 
libcitygml0_0.14+svn128-1+3p0p1+4_amd64.deb
 ef406c018e5f37372aadf855bf5d56939ba1c8ea 119750 
libcitygml0-dev_0.14+svn128-1+3p0p1+4_amd64.deb
 fe6a439e6e74170411d78eb22107503553303be0 26768 
libcitygml0-bin_0.14+svn128-1+3p0p1+4_amd64.deb
 f5bc1d8f8596328189d1afcc4cbd27d9d62777df 34962 
openscenegraph-plugin-citygml-shared_0.14+svn128-1+3p0p1+4_amd64.deb
 50190c126edcaa879e9255ab2f1f4f6334b88e75 435242 
openscenegraph-plugin-citygml-static_0.14+svn128-1+3p0p1+4_amd64.deb
Checksums-Sha256: 
 7791133ff41fdb53d577f871a76434dd8aaad4cfe10391cb277df4ccc83a05c4 1969 
libcitygml_0.14+svn128-1+3p0p1+4.dsc
 2d6f1f849e2a592deabc0959ee8e46be2db664eb1773352159b16dedd2eccc31 8248 
libcitygml_0.14+svn128-1+3p0p1+4.debian.tar.gz
 96792380ac91be1d114fbaf2b94f187574c82644e75255d148eacc908776ca04 86694 
libcitygml0_0.14+svn128-1+3p0p1+4_amd64.deb
 46c7ad9956412a8e3bed1b65c06de1d4de17e89a5893153cbdc649d67b7173e5 119750 
libcitygml0-dev_0.14+svn128-1+3p0p1+4_amd64.deb
 6559119c88f66ab21e1e3344b1a5bfcb66396dea4881667b67b430deddc1ba74 26768 
libcitygml0-bin_0.14+svn128-1+3p0p1+4_amd64.deb
 82c79d01d92fa7329480da3ce1df2ab43541d4e777e7969e23de76c81b86468e 34962 
openscenegraph-plugin-citygml-shared_0.14+svn128-1+3p0p1+4_amd64.deb
 9c5446d2944e37e386b100170fe8db56549e93d67816f096c6369834f6fadb3d 435242 
openscenegraph-plugin-citygml-static_0.14+svn128-1+3p0p1+4_amd64.deb
Files: 
 24f4738d6c22bf13408af9687610027d 1969 libs optional 
libcitygml_0.14+svn128-1+3p0p1+4.dsc
 ab4c0f3f6ec23a3d865f4b061347215b 8248 libs optional 
libcitygml_0.14+svn128-1+3p0p1+4.debian.tar.gz
 15ef48c6a21cdd1df8452ab02328c741 86694 libs optional 
libcitygml0_0.14+svn128-1+3p0p1+4_amd64.deb
 56d2e526bf2042aa853123a3e7036a21 119750 libdevel optional 
libcitygml0-dev_0.14+svn128-1+3p0p1+4_amd64.deb
 44b0d5e72d0f9b1de99ed75fa772f944 26768 utils optional 
libcitygml0-bin_0.14+svn128-1+3p0p1+4_amd64.deb
 d052f91828a2cbdc77eecd611b5dd26b 34962 devel optional 
openscenegraph-plugin-citygml-shared_0.14+svn128-1+3p0p1+4_amd64.deb
 baff87184e2d265736fc2d3af82fcc2a 435242 devel optional 
openscenegraph-plugin-citygml-static_0.14+svn128-1+3p0p1+4_amd64.deb

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

iQEcBAEBCAAGBQJRC+6YAAoJECVrfCskLhmew5gH/2uzSNexWLa3N0poQC8jF9i1
pL22Y8YbK0sKzSXJrcitSwTd+Fct30Bwwluych+21VJsIoLCsskwhfiq2pSO4ciy
BcruN3ay5uJSrmPVktRPQNbfAktdUEPAMDUUbveAftaasH6CIW64L5KZvGhbin78
Qx7PSVLs47DlMoGfshl39Qb6mssLZWwKb8ycgudKbte3X1z1Y8AoyE7yVPkAA1WS
iqgxUYz9gSICGp0ntv0SO87/1EiIdmXxe/jKoRMmxrMVdDR9DdVZk7Bj54GaGr+V
vDaCpzwUBkqr8x+TfNjjvZYd79U2etlPS1glfcm2tCAvZ8RXt1YYWTwTNp+vMSI=
=kEHC
-END PGP 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/e1u1jlz-00050z...@franck.debian.org



Accepted beast 0.7.8-1 (source amd64 all)

2013-02-01 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 16:47:35 +
Source: beast
Binary: beast bse-alsa libbse-0.7-4 libbse-dev beast-doc
Architecture: source amd64 all
Version: 0.7.8-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 beast  - music synthesis and composition framework
 beast-doc  - Documentation for BEAST/BSE
 bse-alsa   - ALSA plugin for BEAST
 libbse-0.7-4 - music synthesis and composition framework - shared library
 libbse-dev - music synthesis and composition framework - development files
Changes: 
 beast (0.7.8-1) experimental; urgency=low
 .
   * New upstream release.
   * Fix 400-format-security.patch.
   * Refresh patches.
   * Fix Vcs fields to make Lintian happy.
   * Small improvement to debian/copyright.
   * Bump Standards-Version to 3.9.4.
Checksums-Sha1: 
 110653aeae2403e49dd1fa5c97ed4359c3b24fa7 2401 beast_0.7.8-1.dsc
 8919c0f329dfbee8897050ee01e2a4de90c02426 6293313 beast_0.7.8.orig.tar.bz2
 483b6b5163929a8c4291d0bb2cbffda0a93f8c5b 17023 beast_0.7.8-1.debian.tar.gz
 4670d1e741d37123d38e7c864f8f0034a40d8c13 2458652 beast_0.7.8-1_amd64.deb
 2f780220b0439ecf1705382e1f04b0bd8d69b8f1 38438 bse-alsa_0.7.8-1_amd64.deb
 973afe58a8c1142a605cb10c24259d4b476aed9d 1455006 libbse-0.7-4_0.7.8-1_amd64.deb
 71de13a70f340f5fcca0b8fe2398f569d3410389 303368 libbse-dev_0.7.8-1_all.deb
 a19d5392c0765df35c990af524d9640352395dc7 51826 beast-doc_0.7.8-1_all.deb
Checksums-Sha256: 
 ca403a00fb3434b253393bd421c813f19799b14b5609ce30ac331056052baf0f 2401 
beast_0.7.8-1.dsc
 ffcf8e3b6f8728d0d07b3c4cf314286d9e88dd427d4bd3584372ab90dc14e8eb 6293313 
beast_0.7.8.orig.tar.bz2
 ed962893cfba82d14d23518fcbd6b1c7bbb188f596fe584a3bf8a84dc350a78e 17023 
beast_0.7.8-1.debian.tar.gz
 ba80f2c16f301b0ce7e46f2bb79d5353db7e3f77b81dc43f7f8923d376388937 2458652 
beast_0.7.8-1_amd64.deb
 249180ae64c025903e68b18fd075f64a2b3f00862920b61d37e44a68216e79f6 38438 
bse-alsa_0.7.8-1_amd64.deb
 bf88d5ae9ec84fadaa97b2a5447ad9cb69f8dd0eef6ca49da06e53909c1c6bf7 1455006 
libbse-0.7-4_0.7.8-1_amd64.deb
 8d3795c0ea8de1e72045a9855d7b7868560745c6ac0261deacd0ffaa3c1f228f 303368 
libbse-dev_0.7.8-1_all.deb
 c44dd7c081f84ff36e7e399a4673344ad463c540b8075d341ea3d56f99713970 51826 
beast-doc_0.7.8-1_all.deb
Files: 
 ecf61b00fc95f7b2fbf1fb037ff2e3e1 2401 gnome extra beast_0.7.8-1.dsc
 36a004a6d9c891a6744ab032d8c23740 6293313 gnome extra beast_0.7.8.orig.tar.bz2
 ae1d5775b47b3adfbaf3ad89cb3edf5e 17023 gnome extra beast_0.7.8-1.debian.tar.gz
 3f279781ddb17048a9e2b8498aef7c5c 2458652 gnome extra beast_0.7.8-1_amd64.deb
 0c902a9d0ce56588bb58f9bbe1b17990 38438 sound extra bse-alsa_0.7.8-1_amd64.deb
 c8fb69b6e64e14d1c4a6e245a1d7b82e 1455006 libs extra 
libbse-0.7-4_0.7.8-1_amd64.deb
 bc3c4437c91dab839ce167fb2117d011 303368 libdevel extra 
libbse-dev_0.7.8-1_all.deb
 13a9c242d43f94b3d87471438df795f1 51826 doc extra beast-doc_0.7.8-1_all.deb

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

iQIcBAEBAgAGBQJRC/bhAAoJEOikiuUxHXZa6lcQAILpSQsUl57dT0Z2GgAbkYBB
YAIj9WUmUKAbXZUSXF2PMkhIWe2Ct37H8E/WSfkpCyy7hKUs2CPE2bI5BXREOvr1
0drEbpl4pw18yyjZw5qabGz32+/IouP6+PLq4Rx8zB6JKK7FVdUiO9B+zMJjY1Tt
lupcfyRCYaU1iTzNqLLRQQJQewkiwBgnVzdOo3TI3GqqaLNUBYzsY78+xnD6VmPi
uRqTEMe+psnChwk0SLHMZqLLxOiMd3RHbJ2+idNxhNSE2t6udQDPKfdDkTSUJQHR
5ixPfpvCgVfKRUP3WpBDN0lp9DgqvGxG6kqGNelYejoe3I++NeVph26sPKU+yX+B
kYJ9UvfE9EXWVNgFgW48yQSTG4CGItQiyJYGrWxgM2QVXLZep1Z2SFYg4fNZa7ET
rQClkhohQ6DXqd7sdwMJ58MsZDW4j5ZrCl7FphDeyoko2tpYBYlLOz7/QFy1WF3z
HRbfRxiWc94NgxoieD2rsnmee510PCiPHAiMTfKyuKRadgbkG1Wjq7tukWnletoh
0i/yjNXbgQIjptj52bTryf0XmKc6fncuqTc14Vrt48Nk5T3WysETxZ4tg48LVVoY
SmwJwpMUiwDYCU9v4V1R+8TBetWSjxLEeT1S3nSwZZNbCbhc7vIh9v3pjXNhoAZi
SKLqBG/aZ72sij/3UnWy
=qW5I
-END PGP 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/e1u1kf9-0002gi...@franck.debian.org



Accepted grub2 2.00-13 (source i386)

2013-02-01 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 01 Feb 2013 15:44:25 +
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu 
grub-emu-dbg grub-pc-bin grub-pc-dbg grub-pc grub-rescue-pc grub-coreboot-bin 
grub-coreboot-dbg grub-coreboot grub-efi-ia32-bin grub-efi-ia32-dbg 
grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64-dbg grub-efi-amd64 
grub-efi-ia64-bin grub-efi-ia64-dbg grub-efi-ia64 grub-ieee1275-bin 
grub-ieee1275-dbg grub-ieee1275 grub-firmware-qemu grub-yeeloong-bin 
grub-yeeloong-dbg grub-yeeloong grub-theme-starfield grub-mount-udeb
Architecture: source i386
Version: 2.00-13
Distribution: experimental
Urgency: low
Maintainer: GRUB Maintainers pkg-grub-de...@lists.alioth.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 grub-common - GRand Unified Bootloader (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binaries)
 grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
 grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug 
files)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries)
 grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files)
 grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version)
 grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 binaries)
 grub-efi-ia64-dbg - GRand Unified Bootloader, version 2 (IA64 debug files)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware 
binaries)
 grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug 
files)
 grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
 grub-mount-udeb - export GRUB filesystems using FUSE (udeb)
 grub-pc- GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS binaries)
 grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries)
 grub-yeeloong-dbg - GRand Unified Bootloader, version 2 (Yeeloong debug files)
 grub2  - GRand Unified Bootloader, version 2 (dummy package)
 grub2-common - GRand Unified Bootloader (common files for version 2)
Closes: 699002
Changes: 
 grub2 (2.00-13) experimental; urgency=low
 .
   * Backport from upstream:
 - Fix booting FreeBSD = 9.1 amd64 kernels (closes: #699002).
   * Merge from Ubuntu:
 - Stop using the /usr/share/images/desktop-base/desktop-grub.png
   alternative as the fallback background if GRUB_DISTRIBUTOR is
   Ubuntu.
 - source_grub2.py: Use attach_default_grub from apport's hookutils.
 - Output a menu entry for firmware setup on UEFI FastBoot systems.
 - Set a monochromatic theme and an appropriate background for Ubuntu.
 - Remove GNU/Linux from default distributor string for Ubuntu.
 - Apply Ubuntu GRUB Legacy changes to legacy update-grub script.
 - Apply patch from Fedora to add a linuxefi loader which boots kernels
   with EFI handover patches, avoiding ExitBootServices.
 - Temporarily make linuxefi refuse to validate kernels in the absence of
   a shim, until we get some other details worked out.
 - Automatically call linuxefi from linux if secure boot is enabled and
   the kernel is signed, to hand over to the kernel without calling
   ExitBootServices.  Otherwise, linux will fall through to previous
   code, call ExitBootServices itself, and boot the kernel normally.
 - Generate configuration for signed UEFI kernels if available.
 - On Ubuntu amd64, add a raw-uefi custom upload tarball for signing.
 - Install signed images if available and UEFI Secure Boot is enabled.
 - Add splash to default boot options on Ubuntu.
Checksums-Sha1: 
 c337f13b342b8aeda02c4ce30e73fe5b8eb96b28 4455 grub2_2.00-13.dsc
 b2afad891d5ee05856129ea5289d10b51fb3e3a9 352067 grub2_2.00-13.debian.tar.gz
 c19c785a0a2febe43e19f3eba23838dff8fd1106 2512 grub2_2.00-13_i386.deb
 3f48e68f67ac44b4db49cfe47fcabd2807e81bfe 1086 

Accepted virtuoso-opensource 6.1.4+dfsg1-4 (source all amd64)

2013-02-01 Thread José Manuel Santamaría Lema
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 17:55:57 +0100
Source: virtuoso-opensource
Binary: virtuoso-opensource virtuoso-server virtuoso-minimal 
virtuoso-opensource-6.1 virtuoso-opensource-6.1-common 
virtuoso-opensource-6.1-bin virtuoso-vsp-startpage virtuoso-vad-conductor 
virtuoso-vad-doc virtuoso-vad-demo virtuoso-vad-tutorial 
virtuoso-vad-rdfmappers virtuoso-vad-sparqldemo virtuoso-vad-syncml 
virtuoso-vad-bpel virtuoso-vad-isparql virtuoso-vad-ods libvirtodbc0 
libvirtuoso5.5-cil
Architecture: source all amd64
Version: 6.1.4+dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: José Manuel Santamaría Lema panfa...@gmail.com
Changed-By: José Manuel Santamaría Lema panfa...@gmail.com
Description: 
 libvirtodbc0 - high-performance database - ODBC libraries
 libvirtuoso5.5-cil - high-performance database - Mono assemblies
 virtuoso-minimal - high-performance database - core dependency package
 virtuoso-opensource - high-performance database
 virtuoso-opensource-6.1 - high-performance database - support files
 virtuoso-opensource-6.1-bin - high-performance database - binaries
 virtuoso-opensource-6.1-common - high-performance database - common files
 virtuoso-server - high-performance database - server dependency package
 virtuoso-vad-bpel - high-performance database - BPEL module
 virtuoso-vad-conductor - high-performance database - conductor module
 virtuoso-vad-demo - high-performance database - demo module
 virtuoso-vad-doc - high-performance database - documentation module
 virtuoso-vad-isparql - high-performance database - iSPARQL module
 virtuoso-vad-ods - high-performance database - Open Data Spaces module
 virtuoso-vad-rdfmappers - high-performance database - RDF mappers module
 virtuoso-vad-sparqldemo - high-performance database - SPARQL demo module
 virtuoso-vad-syncml - high-performance database - SyncML module
 virtuoso-vad-tutorial - high-performance database - tutorial module
 virtuoso-vsp-startpage - high-performance database - web interface files
Closes: 695743
Changes: 
 virtuoso-opensource (6.1.4+dfsg1-4) unstable; urgency=low
 .
   * Update mono architectures: remove arm and armfh. (Closes: 695743)
Checksums-Sha1: 
 f1fc521bf81b2b34ce0137e816775c14fb1012c0 3823 
virtuoso-opensource_6.1.4+dfsg1-4.dsc
 a00757294178dee8eaf8f27f34ed2dcffcf996d5 80366 
virtuoso-opensource_6.1.4+dfsg1-4.debian.tar.gz
 6a59c31c05e7ad3e0f2c05dacdd4d7b862553fcb 84642 
virtuoso-opensource_6.1.4+dfsg1-4_all.deb
 f1926741b2d8586ffb82adc14a75ea1548915260 81538 
virtuoso-server_6.1.4+dfsg1-4_all.deb
 f799b2005086b694858b7a76697172b7300b951e 81560 
virtuoso-minimal_6.1.4+dfsg1-4_all.deb
 6ed4c9efcbbbab3a904dff53b500279abf1182b5 565296 
virtuoso-vsp-startpage_6.1.4+dfsg1-4_all.deb
 8d5974373fbb33e837dce57ed6eb27362d28d62c 1344808 
virtuoso-vad-conductor_6.1.4+dfsg1-4_all.deb
 1ed29b909a8708faac6f7dc71e373b1cb3c5b51f 63705930 
virtuoso-vad-doc_6.1.4+dfsg1-4_all.deb
 2ddc7223d1f3bf6a618e1b4d03c64f72e2317823 12019636 
virtuoso-vad-demo_6.1.4+dfsg1-4_all.deb
 4ea5119ef41bf6d547d787cbeb9487a40f42db5f 5249122 
virtuoso-vad-tutorial_6.1.4+dfsg1-4_all.deb
 0fa7d3c7e95a49c1d865a505cbafaa43c17d6e7c 2584186 
virtuoso-vad-rdfmappers_6.1.4+dfsg1-4_all.deb
 c35fff87a2a057462d0a8d24edf5468d10d7033e 642922 
virtuoso-vad-sparqldemo_6.1.4+dfsg1-4_all.deb
 ff89edbda36d3805ecca565b9a91bab04a426e6b 100092 
virtuoso-vad-syncml_6.1.4+dfsg1-4_all.deb
 fb6190431e8c754a05b907a3e7e61d244749b893 367618 
virtuoso-vad-bpel_6.1.4+dfsg1-4_all.deb
 396e72b669cc60757889db7d642d9c0a5ddc89f4 801218 
virtuoso-vad-isparql_6.1.4+dfsg1-4_all.deb
 68c735830a0341dbd118dac128481f5c85fa1f3d 5821412 
virtuoso-vad-ods_6.1.4+dfsg1-4_all.deb
 ffcc2694cec6098d3cf7f7cc16d943234e5edbac 315872 
virtuoso-opensource-6.1_6.1.4+dfsg1-4_amd64.deb
 69256265f8f6ea2d589d7ba56641a893aa4ee4e3 99016 
virtuoso-opensource-6.1-common_6.1.4+dfsg1-4_amd64.deb
 e3133a503413cb807365fdc9d4924415cc9df295 4126236 
virtuoso-opensource-6.1-bin_6.1.4+dfsg1-4_amd64.deb
 ad5787bb1ab27f34b21d38f41e4dae8d82b7d59d 881028 
libvirtodbc0_6.1.4+dfsg1-4_amd64.deb
 e79caa0beafbf2b9f4c9b7a5dfc0ea9ac8d01432 154064 
libvirtuoso5.5-cil_6.1.4+dfsg1-4_amd64.deb
Checksums-Sha256: 
 e3f437d45a7d3a42fcea1d5a75f6202b50879f72eff370583730dffb6afe3275 3823 
virtuoso-opensource_6.1.4+dfsg1-4.dsc
 78a01d51b6b579a5f04a5a09c362fb1d0f09c8e3f8e4b2eaddd737ef28776755 80366 
virtuoso-opensource_6.1.4+dfsg1-4.debian.tar.gz
 77403b29b589f29840e5b52eb43f8c9c9458a93b64eaee6c919f24ecd64367c8 84642 
virtuoso-opensource_6.1.4+dfsg1-4_all.deb
 bbde4c68e4df0d2a58ba73bd4f71cf958dcad2d6a4804308478cc5d020c03935 81538 
virtuoso-server_6.1.4+dfsg1-4_all.deb
 b1b8c60740ac91ae2954e504e93cf946dd5489048bc9f12cb9985ec604135802 81560 
virtuoso-minimal_6.1.4+dfsg1-4_all.deb
 de01fc9b875822875cb9e8c805fcf2358e35481efb2a3fd9211813b16b6eb0fd 565296 
virtuoso-vsp-startpage_6.1.4+dfsg1-4_all.deb
 7d69dc62cf3760e17ccc35e775951beb9b823fb5d015059eb2655d6e3c59fbbf 1344808 

Accepted fai 4.0.6 (source all)

2013-02-01 Thread Thomas Lange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Feb 2013 21:25:08 +0100
Source: fai
Binary: fai-client fai-doc fai-server fai-quickstart fai-nfsroot 
fai-setup-storage
Architecture: source all
Version: 4.0.6
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange la...@debian.org
Changed-By: Thomas Lange la...@debian.org
Description: 
 fai-client - Fully Automatic Installation client package
 fai-doc- Documentation for FAI
 fai-nfsroot - Fully Automatic Installation nfsroot package
 fai-quickstart - Fully Automatic Installation quickstart package
 fai-server - Fully Automatic Installation server package
 fai-setup-storage - automatically prepare storage devices
Closes: 690016 699279 699555
Changes: 
 fai (4.0.6) unstable; urgency=low
 .
   * do not reboot if error.log is empty Closes: #699279, #690016
   * fai-debconf: fix regex Closes: #699555
Checksums-Sha1: 
 5187661f034e831babc3a3f186d43eed24a5a329 1208 fai_4.0.6.dsc
 70d9f0626793e31015ec6149dd0c925c1461c1a6 316379 fai_4.0.6.tar.gz
 fa46b853f44c291b55eb0e9269ad05e5948a125f 136268 fai-client_4.0.6_all.deb
 6947339bee66500dce3fbef42d7e42377c9c15d8 805326 fai-doc_4.0.6_all.deb
 133b255d287512cf29c2eb246302eb2445046964 67492 fai-server_4.0.6_all.deb
 81a851b92e71c50013c1ac87e03fc5472d89db61 1992 fai-quickstart_4.0.6_all.deb
 3ff67965c8142507408548f96451d4969550bc63 75976 fai-nfsroot_4.0.6_all.deb
 9c1bb6503ef3d0772f8221b6bb3eae99ff51c6cd 118316 fai-setup-storage_4.0.6_all.deb
Checksums-Sha256: 
 3a35b8fe77f68449ebe6e7c5220ed99e00b5ce6de6a4c988f1c2769d1af43795 1208 
fai_4.0.6.dsc
 80eca46eff98872c2bca2d094fd9183e51b68ce475af1287a2698530bd993e55 316379 
fai_4.0.6.tar.gz
 845a767406d29ebea1314cca386c4eaf4165473d1c32bc4cdce679d99e57c700 136268 
fai-client_4.0.6_all.deb
 d4f5319c5082a0a0d9c3797504557994b9269faf10f56a008f2db0fa56942755 805326 
fai-doc_4.0.6_all.deb
 97c2d694d9a154c4729ea97f2a2ba4ca676fc2e175306b217792c89f7f8bcf3b 67492 
fai-server_4.0.6_all.deb
 ddb5b87c80e4d7a510519018558dcf71dd18d70467e2d29aa02f05ef416aa5ee 1992 
fai-quickstart_4.0.6_all.deb
 94c5c40001e1af260d8bb285dd88aa9834816ab1fe9c773b237c6ad6873ee28b 75976 
fai-nfsroot_4.0.6_all.deb
 4b1c035274804a3e3efc8bc794a45dd6389c0229b3b047d1f342e182ace6e8e0 118316 
fai-setup-storage_4.0.6_all.deb
Files: 
 46d826855e43770a07ee795c96f8ae49 1208 admin extra fai_4.0.6.dsc
 c6d2e13732192e075e4bd9796e750eb7 316379 admin extra fai_4.0.6.tar.gz
 1ffe9085476fad4fe2d8d36e6d3525d5 136268 admin extra fai-client_4.0.6_all.deb
 e8753f9832775fde4d1a4b053813e422 805326 doc extra fai-doc_4.0.6_all.deb
 7c7b2f87a15403749ec0ca93acffb8f1 67492 admin extra fai-server_4.0.6_all.deb
 5e3f34206b325223e0b8ee0abc9b971e 1992 admin extra fai-quickstart_4.0.6_all.deb
 b6c9d1e0fddc516d50bd4d9ea0e3d201 75976 admin extra fai-nfsroot_4.0.6_all.deb
 112c2ec27735c2c501577bdb29ff458c 118316 admin extra 
fai-setup-storage_4.0.6_all.deb

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

iD8DBQFRDCr03BPlTqubZv0RAklWAJ48WEEcnahk7I2Y3tGvLDImfne5lwCggLTY
KhctQA8AOuVQ5Yx5h9ZKKHQ=
=LC5R
-END PGP 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/e1u1nkn-00015b...@franck.debian.org



Accepted owncloud 4.0.8debian-1.4 (source all)

2013-02-01 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Jan 2013 21:36:15 +0100
Source: owncloud
Binary: owncloud owncloud-mysql owncloud-sqlite
Architecture: source all
Version: 4.0.8debian-1.4
Distribution: unstable
Urgency: high
Maintainer: ownCloud for Debian maintainers 
pkg-owncloud-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 owncloud   - cloud storage for files, music, contacts, calendars and many more
 owncloud-mysql - meta-package providing MySQL dependencies for ownCloud
 owncloud-sqlite - meta-package providing SQLite dependencies for ownCloud
Closes: 698737
Changes: 
 owncloud (4.0.8debian-1.4) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Add 12_oc-sa-2013-001.patch patch
 [SECURITY] CVE-2012-0201, CVE-2012-0202 and CVE-2012-0203: Fix multiple
 XSS vulnerabilities. (Closes: #698737)
Checksums-Sha1: 
 dceb345390ca8777860f2ee2eebf658f3e1b189d 2149 owncloud_4.0.8debian-1.4.dsc
 b69623f80189bc0fde04023caaea34f5e8cc069d 41908 
owncloud_4.0.8debian-1.4.debian.tar.gz
 fd6acfff4fc190abb32f06459ebf5ef65d32d09c 2213106 
owncloud_4.0.8debian-1.4_all.deb
 efd6ebc9a0f019e9a7530408e0a4c5500bea3cf4 29498 
owncloud-mysql_4.0.8debian-1.4_all.deb
 cfce1b7d1f2e162f14aa25685047cd155fe11788 54930 
owncloud-sqlite_4.0.8debian-1.4_all.deb
Checksums-Sha256: 
 a31ce348ec0b4302ebd21151883555d8083fa049f253096bdbebecc92a1616c5 2149 
owncloud_4.0.8debian-1.4.dsc
 c8dc050d4f0ce9cd66c61c4a6a4eb07732a04547d3382cff0a8eeff6ac2cb125 41908 
owncloud_4.0.8debian-1.4.debian.tar.gz
 5f871ee16c2a23f7967e706a53c9af1205cf49f3c89e2e7741a2a6d82ccf5806 2213106 
owncloud_4.0.8debian-1.4_all.deb
 cb17796ab02160bb7a045d7c77a00eb3b363f22a3661a0dce12803b0792f20f5 29498 
owncloud-mysql_4.0.8debian-1.4_all.deb
 9d12f07580f6f0aa30f1de20b2169f6e0bf51a17e1ae5a884f3979c638fb8f3c 54930 
owncloud-sqlite_4.0.8debian-1.4_all.deb
Files: 
 f7f149bdd981fee8f16d225b467fdafd 2149 web extra owncloud_4.0.8debian-1.4.dsc
 d55aa52e5e3a6880d7ace9c491897779 41908 web extra 
owncloud_4.0.8debian-1.4.debian.tar.gz
 924e26c29039af841a2693802433 2213106 web extra 
owncloud_4.0.8debian-1.4_all.deb
 c9b14f0ac72f864f614d2b5450e7b68e 29498 web extra 
owncloud-mysql_4.0.8debian-1.4_all.deb
 1be13fbd6ee09a08579bba5031d6ed70 54930 web extra 
owncloud-sqlite_4.0.8debian-1.4_all.deb

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

iQIcBAEBCgAGBQJRAu1MAAoJEHidbwV/2GP+qHAQAIB89xxEIuyQA0xYMVID44ZD
iVg8UkLtFDiv2xLVby843eRw9/kZIuXfawB+1ibcbWKoIM9JEdeSdhJb/5YBrgkT
zVRy0VSDERyNfzVERENLfiouwefkt9LkCjqF0niKoHVr2//qF0GTIgst0dxGy5/K
i6Tsty3EXMnxDkeravxcbEINsqEAqtZqJrYZqSAgPWm53+GJMC+268pcZ/b7bA8/
Z+6Jw6nKjRigKE1SCB450NZU0Px2dJ+Rs7wzrQWC5dc76CTschaE/dbDxtXoCL5K
N7koq81OhfxqpIaR+B4waUDs9VN0vc5KrDtWZdY21KUN6iwkAqi3I471BSR34j21
JoTP+dnaOe2UvCjIJSdiBrcGc2JaFFb3Zgx7zy8QYqAcSifTTthgrnpdU4oCAIlO
91vIq3PkT1hjkyx6afDBg04S+UULBtTPtQAgVuFh3P+pq0f0UsEcN57MvmBManH8
uq4VXHuR4j0/VD6lKJMytwgXYvukTyu1tzLFVoGs0fqXViSEUY/cicqmOw7+wCq1
FTTNBXVK8JFIA0dEHaM62z6APgZUGoe0b0NLCC5amkpsc4HLtUjSusOD3P1DvQ0+
0lrSF8RScp0vfY1qIsF6Vbdum49XkOyTBVEi88YXowL58+fm/iYeSsWfMYZpnHgk
nKjVVzxEs917vD5zhDHH
=C8tI
-END PGP 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/e1u1nzr-0004yx...@franck.debian.org



Accepted libupnp 1:1.6.17-1.2 (source amd64 all)

2013-02-01 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 01 Feb 2013 21:56:12 +0100
Source: libupnp
Binary: libupnp6 libupnp6-dev libupnp-dev libupnp6-dbg libupnp6-doc
Architecture: source amd64 all
Version: 1:1.6.17-1.2
Distribution: unstable
Urgency: high
Maintainer: Nick Leverton n...@leverton.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 libupnp-dev - Portable SDK for UPnP Devices (development files)
 libupnp6   - Portable SDK for UPnP Devices, version 1.6 (shared libraries)
 libupnp6-dbg - debugging symbols for libupnp6
 libupnp6-dev - Portable SDK for UPnP Devices, version 1.6 (development files)
 libupnp6-doc - Documentation for the Portable SDK for UPnP Devices, version 1.6
Closes: 699316
Changes: 
 libupnp (1:1.6.17-1.2) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * debian/patches/0001-Security-fix-for-CERT-issue-VU-922681 added, fix
 various stack-based buffer overflows in service_unique_name() function.
 This fix CVE-2012-5958, CVE-2012-5959, CVE-2012-5960, CVE-2012-5961,
 CVE-2012-5962, CVE-2012-5963, CVE-2012-5964, CVE-2012-5965. closes: #699316
Checksums-Sha1: 
 ca9a154edcc4addfbcc73df97e7875a2ca47d422 1634 libupnp_1.6.17-1.2.dsc
 c6f946b9c04a14b5bd2efb6aa7d4cd664ed66b90 26686 libupnp_1.6.17-1.2.debian.tar.gz
 8168ae3de4ef529de93ed68286497f4ec6fe5584 181164 libupnp6_1.6.17-1.2_amd64.deb
 de73a4afae7232bf6459cc7a208c9cb0b2c330ea 262286 
libupnp6-dev_1.6.17-1.2_amd64.deb
 99ca41f164f5c1e59af16ea3a44d0d52feb775c3 43042 libupnp-dev_1.6.17-1.2_all.deb
 9b7dc6a7c6fac33765f33e6d29f07d0debcfa77e 393582 
libupnp6-dbg_1.6.17-1.2_amd64.deb
 c702603c8a34834aa82da144e3dcdb3179adb0b6 13694894 
libupnp6-doc_1.6.17-1.2_all.deb
Checksums-Sha256: 
 599d9105883c3151fd8163c3a7349e492264dd14202682c8ce6ab7b5dcc9d32f 1634 
libupnp_1.6.17-1.2.dsc
 0f35fc257226a5bc84f48a0ac389eb6d397c6a34b4c6481115cf08a5041ba0c0 26686 
libupnp_1.6.17-1.2.debian.tar.gz
 db75a2d1a6e81cbef7b190c5a82cc26e327c268c3a164b80a379ed9ce7137a26 181164 
libupnp6_1.6.17-1.2_amd64.deb
 62adf38507f9b9789cbbacb46b97f26b1413b7dd1503f5aee299846d3a439503 262286 
libupnp6-dev_1.6.17-1.2_amd64.deb
 dcd68e41dfbcad93469314f2285d127c5954792aaa4747b766385e89529a1e42 43042 
libupnp-dev_1.6.17-1.2_all.deb
 4a67947bfee7f8b4a584c667b173219a9abccf196b846ad64d60b1d6919b38d4 393582 
libupnp6-dbg_1.6.17-1.2_amd64.deb
 317964711fcb5a0c98c3d629507a306de9e00abd9c041c041a5a785ada79 13694894 
libupnp6-doc_1.6.17-1.2_all.deb
Files: 
 e1309ce825bb0dd470c9b08bada8b64a 1634 net extra libupnp_1.6.17-1.2.dsc
 1d899280eee3070f5a2ca5479760bad0 26686 net extra 
libupnp_1.6.17-1.2.debian.tar.gz
 e2a2c2038247fd02ba05a2513a13584e 181164 libs extra 
libupnp6_1.6.17-1.2_amd64.deb
 e4e3f6345350485ed4fcdff6fbe0da8f 262286 libdevel extra 
libupnp6-dev_1.6.17-1.2_amd64.deb
 0c4442fed70849a009452ebc488a0966 43042 libdevel extra 
libupnp-dev_1.6.17-1.2_all.deb
 baa27306006776a7a488252d1ef3fd75 393582 debug extra 
libupnp6-dbg_1.6.17-1.2_amd64.deb
 2c854d30bb220c196ad91eee99f05100 13694894 doc extra 
libupnp6-doc_1.6.17-1.2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQEcBAEBCgAGBQJRDDbWAAoJEG3bU/KmdcClt+AH/22yVIics4uNdrutYrRxiB9I
jEMaBaFb2Uvw3xmuMsq1U6f1ItGnbYVTreeo1u44sFEG/1Uj5bE4PmT1EJR6EBkQ
sg3loaegz17x0MYXLm5fpedSk8E6VPlvkJzkEDHTYGKaimc9lEGzM3+ag/DMWbKf
CwWWjbtOWj4z1e3ES1GKtVNbReSHIcbdCyMKkYR086Lm2RXC1LLW9LuegkCjiRKJ
XwF0QceTRU+A/wc2dmJkKG8HB914+SvL+CWJloXf/IL0bGlcFt2GPr9prKkJy0mr
FWzXcPxnc8jFwIqkSR7I0iWM/rZjoSa/lzoxaJOi5wTuzsY/Ka2u01s4EMO7rr8=
=fETd
-END PGP 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/e1u1osm-00010u...@franck.debian.org



Accepted blcr 0.8.5-1 (source all amd64)

2013-02-01 Thread Alan Woodland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 01 Feb 2013 21:24:28 +
Source: blcr
Binary: blcr-util blcr-testsuite libcr0 libcr-dbg lib32cr0 libcr-dev blcr-dkms
Architecture: source all amd64
Version: 0.8.5-1
Distribution: unstable
Urgency: high
Maintainer: Alan Woodland awoodl...@debian.org
Changed-By: Alan Woodland awoodl...@debian.org
Description: 
 blcr-dkms  - DKMS support for BLCR kernel module
 blcr-testsuite - Userspace tools to Checkpoint and Restart Linux processes
 blcr-util  - Userspace tools to Checkpoint and Restart Linux processes
 lib32cr0   - (32bit) Libraries to Checkpoint and Restart Linux processes
 libcr-dbg  - Libraries to Checkpoint and Restart Linux processes
 libcr-dev  - Development files for BLCR
 libcr0 - Libraries to Checkpoint and Restart Linux processes
Changes: 
 blcr (0.8.5-1) unstable; urgency=high
 .
   * Update to officially blessed upstream 0.8.5
   * High urgency because this is the first releasable ver with RC bug fixes
   * Fixed watch file
Checksums-Sha1: 
 bbc03f65a677d88c3eec328ddca34bef07e11121 2084 blcr_0.8.5-1.dsc
 1877e39ee812d01dcc1f387843962123112e5f14 921596 blcr_0.8.5.orig.tar.gz
 c398fc9f2c16c48dbbeea54f48a5eeffdfc9a131 364782 blcr_0.8.5-1.debian.tar.gz
 a93c0c3102bce1896946f2fcef4ba5a8a66c448c 960754 blcr-dkms_0.8.5-1_all.deb
 aecf7ca784de5c2b26e4d6fbdf7ceed702cbb30e 43612 blcr-util_0.8.5-1_amd64.deb
 318edc2e8b61f03ace392516b3a97d9fd0f6a076 353068 
blcr-testsuite_0.8.5-1_amd64.deb
 c417266bd20cc79414d2cc07bd5256a92c8ee935 36860 libcr0_0.8.5-1_amd64.deb
 a866686fc2fdfb325ae9569f1df3623c5e94533e 1135526 libcr-dbg_0.8.5-1_amd64.deb
 f5bb4dd21cbad5bca1ff9fe71b63e26b944b4a9b 36618 lib32cr0_0.8.5-1_amd64.deb
 24c6413f9236be1f1e74d97bd0d571dc2d3fb696 43554 libcr-dev_0.8.5-1_amd64.deb
Checksums-Sha256: 
 697716e2248206e52070078ad69a2abd8feda50bf346a63f3941b0d96bb9766c 2084 
blcr_0.8.5-1.dsc
 60c969b3870c793c3f4af7241a0418b5a97e4bd954d316ed2de1e4e56c024805 921596 
blcr_0.8.5.orig.tar.gz
 dac58a20aaa59a6f9ac5629be33f5b9ceac34de4405d898b580af12e875c0dde 364782 
blcr_0.8.5-1.debian.tar.gz
 37f867b79f512068e0c02bbd9000ec45c6feafcde32f470b9856f429433da8bc 960754 
blcr-dkms_0.8.5-1_all.deb
 1cc129f612661554b92858a19087b691408f024adde2a3df6f799d01b008852b 43612 
blcr-util_0.8.5-1_amd64.deb
 45063fabccdf925906ce2b2c5d9bf11fcd964c26a45bebf47dce2ac070d7bc9a 353068 
blcr-testsuite_0.8.5-1_amd64.deb
 4e09896701f129b9feeda316ebfa2da14023109c52531f488333ddfaac8886fa 36860 
libcr0_0.8.5-1_amd64.deb
 8c9a5893bc1326e441c538942f5ae5f72ed32c38e3bea749b0547d5b8d3c0fd4 1135526 
libcr-dbg_0.8.5-1_amd64.deb
 edf32d3d699088c17e56660d3c3c9ced047cb55912a9d0b72f29a39742ceb95c 36618 
lib32cr0_0.8.5-1_amd64.deb
 fd35f99c64881fe14b0859bad4044c89231a3425d6a460308db11597a4266e51 43554 
libcr-dev_0.8.5-1_amd64.deb
Files: 
 5b4d9f46e09307a63243158f3e29e7c3 2084 misc optional blcr_0.8.5-1.dsc
 e0e6d3f6c117d820eaafabf2599ad37b 921596 misc optional blcr_0.8.5.orig.tar.gz
 b6bb9c177a44017875391939305e8ae6 364782 misc optional 
blcr_0.8.5-1.debian.tar.gz
 fb37a5f21eb683cac95e9bbf3977793e 960754 kernel optional 
blcr-dkms_0.8.5-1_all.deb
 de672f6b98e5c4b0fe3dd03cc9902deb 43612 misc optional 
blcr-util_0.8.5-1_amd64.deb
 9d7d39300411ed7c92393e5dc95bac94 353068 misc optional 
blcr-testsuite_0.8.5-1_amd64.deb
 e61f4a31032d967f3e63eeffe8c10628 36860 libs optional libcr0_0.8.5-1_amd64.deb
 9bd89110e094131afab7572e92128d72 1135526 debug extra 
libcr-dbg_0.8.5-1_amd64.deb
 bca2f341036e92d40cacbde3207291bb 36618 libs optional lib32cr0_0.8.5-1_amd64.deb
 1113ade02fdf0cfd66c0594ccb0e206e 43554 libdevel optional 
libcr-dev_0.8.5-1_amd64.deb

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

iQIcBAEBCAAGBQJRDDfMAAoJEFCYAhxwUYB4208P/i5xl84O1LIe8UIM7WS2Zxcf
C81Ph+hDkG2HiPhcZu4/PZ70Ed4K5xNBQpB4FHORs0TgHXnRD+AECvsgtQc8MGeg
dyfLHtTbr2D/tWvmfwhnxsD2lRM3LgNKOch8eXg6jgycHAbqe/Y6JJuiFndZZBZT
ba8gjlyInngEDGsygBFdfAjLg4zoaCPk4e/vR4QmyFdmwDP+GRfrOVGxYtm/Lzac
NP9x3ek7v8jar7b3tmbFRNwNMTUR5R5nEj7hmb9VqNkxL4mRyZuKy0OzYqhyqFMy
dRFwoqgHmhPplNzdHTFukcm8HFYxRPnQ6GDgw8s0SYLvxcwg0gw/M4qDPlHV0Cck
yT7hmMREfEiTV6cpicBg5USuvzgdR4WExK7YP8sC5GGMoGqRIbs6Lax3BxGQEeXL
SJKYuyj+iJpw1HT/FL8yTXkmFUubKjvzmP8WMWY2o70AKwJpykq3zZiIuphRAZfU
rbkPMg1fKaILb/4LzqIEkiMxrFF7lLhevlTR0UYChm4quYnlSozMEYClM2GW3RMU
MC5cbYTiOhflp9xXYOJAitiZv9DliUbnnuwVQF8rY1HHvrpxXvH1jKosUasKJ7nL
rE8hcP9QG3Cayr74G6PQgsZgA9ucjxtUwbgDPk2cYwAshZrx+4slGSBtW2FYecfD
kWcGfom+LdK12+tguy3B
=cGuL
-END PGP 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/e1u1ogv-0004zp...@franck.debian.org



Accepted libupnp4 1.8.0~svn20100507-1.2 (source amd64 all)

2013-02-01 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 01 Feb 2013 22:53:13 +0100
Source: libupnp4
Binary: libupnp4 libupnp4-dev libupnp4-dbg libupnp4-doc
Architecture: source amd64 all
Version: 1.8.0~svn20100507-1.2
Distribution: unstable
Urgency: high
Maintainer: Nick Leverton n...@leverton.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 libupnp4   - Portable SDK for UPnP Devices, version 1.8 (shared libraries)
 libupnp4-dbg - debugging symbols for libupnp4
 libupnp4-dev - Portable SDK for UPnP Devices, version 1.8 (development files)
 libupnp4-doc - Documentation for the Portable SDK for UPnP Devices, version 1.8
Closes: 699459
Changes: 
 libupnp4 (1.8.0~svn20100507-1.2) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * debian/patches/0001-Security-fix-for-CERT-issue-VU-922681 added, fix
 various stack-based buffer overflows in service_unique_name() function.
 This fix CVE-2012-5958, CVE-2012-5959, CVE-2012-5960, CVE-2012-5961,
 CVE-2012-5962, CVE-2012-5963, CVE-2012-5964, CVE-2012-5965. closes: #699459
   * debian/rules:
 - enable hardening flags.
   * debian/control:
 - add build-dep on dpkg-dev (= 1.16.1~)
Checksums-Sha1: 
 b3eaf9b3af47d7ac1938c1b28487e2a2144d708b 1687 
libupnp4_1.8.0~svn20100507-1.2.dsc
 3dcb23cbf319448110069bcda364ffdd673f1498 28111 
libupnp4_1.8.0~svn20100507-1.2.diff.gz
 8b3a668c3aaaefad1f92cedca2e9ba516ea53f62 170846 
libupnp4_1.8.0~svn20100507-1.2_amd64.deb
 07455f21b5ffb248f1445fb413d1bad0adbcac5f 246880 
libupnp4-dev_1.8.0~svn20100507-1.2_amd64.deb
 c9327679aecb2cda721e598ca7adc59128f35b53 197106 
libupnp4-dbg_1.8.0~svn20100507-1.2_amd64.deb
 cfcb176dfcdb0167f67b0fbbe6d07906182be953 11582038 
libupnp4-doc_1.8.0~svn20100507-1.2_all.deb
Checksums-Sha256: 
 ab5edb2634063806a23ad0c342f6db7e3de82a937e4e5eb259fcc6631d4c0010 1687 
libupnp4_1.8.0~svn20100507-1.2.dsc
 83c3976e08eaf101e81f24dc4878b392d7faf09367cc3036bcf6f515a37f2e74 28111 
libupnp4_1.8.0~svn20100507-1.2.diff.gz
 34f9d4a41c966b174e29ae0cd006c026b115dc31e2eff79ae27f2510443c9756 170846 
libupnp4_1.8.0~svn20100507-1.2_amd64.deb
 fcf9a98fc4cedb1fa64ab995b96c6898c5ff65883caccb8447d1370c90b14312 246880 
libupnp4-dev_1.8.0~svn20100507-1.2_amd64.deb
 c248f0ef4d912dab7954a48845cd06546dff22dfcd13d1908ce50a827f13d2f5 197106 
libupnp4-dbg_1.8.0~svn20100507-1.2_amd64.deb
 4f485f62ad8cf1ccdf9efc37a2aff1b2462c92572a0a1bee5e3bef8155a58ef9 11582038 
libupnp4-doc_1.8.0~svn20100507-1.2_all.deb
Files: 
 4ea450979f718d7c32ba85c243635e9d 1687 net extra 
libupnp4_1.8.0~svn20100507-1.2.dsc
 b50fc57b0c56b3f98208b465ca97e8b5 28111 net extra 
libupnp4_1.8.0~svn20100507-1.2.diff.gz
 1cddd057a22cad15177aeaa796223532 170846 libs extra 
libupnp4_1.8.0~svn20100507-1.2_amd64.deb
 d0862dc8748c327bd04f7795050664d3 246880 libdevel extra 
libupnp4-dev_1.8.0~svn20100507-1.2_amd64.deb
 9158d735f0e36fbdc6edd02092bc8cb1 197106 debug extra 
libupnp4-dbg_1.8.0~svn20100507-1.2_amd64.deb
 ecc32475a9f376757cf392e615f0cb7e 11582038 doc extra 
libupnp4-doc_1.8.0~svn20100507-1.2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQEcBAEBCgAGBQJRDDzwAAoJEG3bU/KmdcCldk8H/j4fTaxVsuwM3OjLMSRqEaUX
Iw4YZUZOYbgoGNnT6HbSLHqUP2vQMquEfr8jw6k6Iof1wxfl7lN8iJn1Lxo4omwX
PGgSlA82Z4UIbIvTdLNMs1bumGrkgnCvZY7KApO0v+WZnrUUyElciD4ls4Nbs9lh
VEeROxfng/BQI9Ax+42XHnvmjLRihfLdnedytm/ub4HMSzyk5wayxIzdVpffzHuE
PI5/olRPjGnfDJNkOiHKBebcWXj/eQWMAN8sNsWSjPldosEfJNnx9XjtQKblMe0v
ptGW+iLhDvl4Tr8uCYdukwE61V+X8q4QabAf8HyA2CZrwSv0hLy/nL3jxXPhCGk=
=8SH0
-END PGP 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/e1u1ovz-0007mo...@franck.debian.org



Accepted remmina 1.0.0-5 (source amd64 all)

2013-02-01 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Feb 2013 01:06:23 +0100
Source: remmina
Binary: remmina remmina-common remmina-plugin-rdp remmina-plugin-vnc 
remmina-plugin-xdmcp remmina-plugin-nx remmina-plugin-telepathy 
remmina-plugin-gnome
Architecture: source amd64 all
Version: 1.0.0-5
Distribution: experimental
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 remmina- remote desktop client for GNOME desktop environment
 remmina-common - common files for remmina remote desktop client
 remmina-plugin-gnome - GNOME plugin for remmina remote desktop client
 remmina-plugin-nx - NX plugin for remmina remote desktop client
 remmina-plugin-rdp - RDP plugin for remmina remote desktop client
 remmina-plugin-telepathy - Telepathy plugin for remmina remote desktop client
 remmina-plugin-vnc - VNC plugin for remmina remote desktop client
 remmina-plugin-xdmcp - XDMCP plugin for remmina remote desktop client
Closes: 693515
Changes: 
 remmina (1.0.0-5) experimental; urgency=low
 .
   [ Luca Falavigna ]
   * debian/patches/NO_SONAME.patch:
 - Do not define any SONAME for the plugins.
   * debian/control:
 - Fix URL of Vcs-Browser field.
 - Bump Standards-Version to 3.9.4.
 - Fix typo in package description.
   * debian/copyright:
 - Adjust copyright years.
   * debian/docs:
 - Install README.
   * debian/remmina-plugin-{nx,vnc}.lintian-overrides:
 - hardening-check discovers unprotected functions only.
   * debian/rules:
 - Pass -Wl,--as-needed to LDFLAGS.
 - Install upstream changelog.
 - Overriding dh_makeshlibs is no longer required.
 .
   [ Jonathan McCrohan ]
   * debian/watch:
 - Update watchfile to fix Github breakage (Closes: #693515).
Checksums-Sha1: 
 a2c7adba62e6b2b8caf4a45accdc54846ba86b30 2563 remmina_1.0.0-5.dsc
 ddf250edf8dfcb049202ebfcdcf6064c917278e9 15626 remmina_1.0.0-5.debian.tar.gz
 f9388ef0d5c22c15996201f20716f4262ac0e36f 141578 remmina_1.0.0-5_amd64.deb
 54b65d59d963a2a2b161053be817c7d98a6006ef 189052 remmina-common_1.0.0-5_all.deb
 576afab3a72bb793fde09261a7f262e4bd48841b 40696 
remmina-plugin-rdp_1.0.0-5_amd64.deb
 89878063b62a6a71372174704d82ad115a76ee9d 28812 
remmina-plugin-vnc_1.0.0-5_amd64.deb
 aeac6b65e6a6c607f8c93727ab6c3eb6aa54bee7 16872 
remmina-plugin-xdmcp_1.0.0-5_amd64.deb
 ac8e46cc104ad1993bf873950f6af823a9322cfb 31208 
remmina-plugin-nx_1.0.0-5_amd64.deb
 258e65dd71571ea9b97e0310b57d75c61f943ea3 13488 
remmina-plugin-telepathy_1.0.0-5_amd64.deb
 d87be13d53b6d9f8649be6aa56d0e528524c3bf4 14156 
remmina-plugin-gnome_1.0.0-5_amd64.deb
Checksums-Sha256: 
 6495b08504a75a99f081da69215fd9f2e233e32af0a72e25ea4d011dba8c6d0e 2563 
remmina_1.0.0-5.dsc
 b19a24a0884e54b338082787c1dd56e177607ca8ea094514161dfb9f2accde11 15626 
remmina_1.0.0-5.debian.tar.gz
 5d362fe0fb32a6bd68f7f8cf74e159ff86d095f460921ece016000ad33db80df 141578 
remmina_1.0.0-5_amd64.deb
 ab556116de94a84abc9bcc8cdc33e026b99a4825c4b836f51d410f51cd20b107 189052 
remmina-common_1.0.0-5_all.deb
 90face1be97dfd1d97ac2acbf819c6840ca8a297f8e2d1d0c6c40714014122c7 40696 
remmina-plugin-rdp_1.0.0-5_amd64.deb
 0a3fd9b0103e77550eaf5d544fccb25c3331a91e819af716de83fbcd286e018a 28812 
remmina-plugin-vnc_1.0.0-5_amd64.deb
 f4711a546a9273c5253749c044bee755d885596a88428e3d57e96da6193c22a4 16872 
remmina-plugin-xdmcp_1.0.0-5_amd64.deb
 7c9dbb28e0cdcab1e49c9f1ed1caf55f77dc44d9ba39da1c45c4599db267d1ce 31208 
remmina-plugin-nx_1.0.0-5_amd64.deb
 c3da8eae686a6465bd163fae92f877dabadc32cd465b233a247e17ca44daefd0 13488 
remmina-plugin-telepathy_1.0.0-5_amd64.deb
 adef46daa6f5e157395f834a757a47ae794e58b2ef5b7b3e2768246cee734720 14156 
remmina-plugin-gnome_1.0.0-5_amd64.deb
Files: 
 31811b399a4f6d589058e99aaaee504e 2563 gnome optional remmina_1.0.0-5.dsc
 940233451cf08d3bdd6407f28081c56f 15626 gnome optional 
remmina_1.0.0-5.debian.tar.gz
 ed83079594827cb44e6f7f27de4239c7 141578 gnome optional 
remmina_1.0.0-5_amd64.deb
 4b4f8ab14da53533eca5e48aec7ee966 189052 gnome optional 
remmina-common_1.0.0-5_all.deb
 7c701ca2fe41815ef1ef1b79cce01bb6 40696 gnome optional 
remmina-plugin-rdp_1.0.0-5_amd64.deb
 473e7499ff8cac4d2999f32270b251e0 28812 gnome optional 
remmina-plugin-vnc_1.0.0-5_amd64.deb
 de1dc28a40d3a6944e8e05001b3b9c9a 16872 gnome optional 
remmina-plugin-xdmcp_1.0.0-5_amd64.deb
 6858be143c97a2fc43435592d5b1161e 31208 gnome optional 
remmina-plugin-nx_1.0.0-5_amd64.deb
 4072f8478d8e2c85bcc8f26b9eb29c5c 13488 gnome optional 
remmina-plugin-telepathy_1.0.0-5_amd64.deb
 77d90a76c241ef4126258375f7bdf995 14156 gnome optional 
remmina-plugin-gnome_1.0.0-5_amd64.deb

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

iQIcBAEBCAAGBQJRDF5dAAoJEEkIatPr4vMf810P/j8+yzAiwV1kv+VfY95jCvP6
rAAWXEy3cEkaSkxB9cutJ+K1FAz8BG8yfllWChtaUdLWpKkcMKHBh7vFa6+Q7T9T
F2OzeJtBb+A9H/wylL9vdtBgwYiVUsBPrYDbSjfPi/7DDlwffedGuIgrff31pyNV
9F5fwrWPnPELIdgIuBCYKVtCy7J8Y5hODPYAVisxJXtFAmJ8LQ6g8/eWVguYIAev

Accepted python-jsonschema 0.8.0-1 (source all)

2013-02-01 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 31 Jan 2013 23:12:17 +0800
Source: python-jsonschema
Binary: python-jsonschema
Architecture: source all
Version: 0.8.0-1
Distribution: experimental
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 python-jsonschema - An(other) implementation of JSON Schema (Draft 3) for 
Python
Changes: 
 python-jsonschema (0.8.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Team maintains the package in pkg-openstack.
   * Fixed debian/copyright format URL.
   * Added Ghe and myself in debian/copyright.
   * Bumped debhelper and compat to = 9.
   * Bumped Standards-Version to 3.9.4
   * Added VCS and Homepage fields.
   * Now using openstack-pkg-tools.
   * Pre-Depends: dpkg (= 1.15.6~) because of xz compression.
   * Added a watch file.
Checksums-Sha1: 
 f92c55efa74f50af0fbbf61bdd8506e86681a0e3 1598 python-jsonschema_0.8.0-1.dsc
 e19a100950593fc7fe34ba7656daf87084cbaa3c 25200 
python-jsonschema_0.8.0.orig.tar.xz
 f9d1cc94cdbe090e4b90a5dae81563e2d77bd4e5 20993 
python-jsonschema_0.8.0-1.debian.tar.gz
 996e0468cdee18e2d7cc5a94d27c6ddb42ace35b 28932 
python-jsonschema_0.8.0-1_all.deb
Checksums-Sha256: 
 2386dd7c4e482bde796838850a510faa99d650d76934f3e30a15e077b44a289e 1598 
python-jsonschema_0.8.0-1.dsc
 644383e165a29529ae67abeae3968e276ad92548b22938781452b472e667c7b8 25200 
python-jsonschema_0.8.0.orig.tar.xz
 540edf815cba2814706b41f079dc5b5d18379ef85be9f8045c049f89bcc47c07 20993 
python-jsonschema_0.8.0-1.debian.tar.gz
 bce7cc973b777c0c2a9d2138297da1461a6b87b7a762579042194cdef505cf00 28932 
python-jsonschema_0.8.0-1_all.deb
Files: 
 5a79b7abf0065c56c3a81e8b897b660b 1598 python optional 
python-jsonschema_0.8.0-1.dsc
 daa8c2618a297a033d2c384e9b790fe7 25200 python optional 
python-jsonschema_0.8.0.orig.tar.xz
 9087f17573f2f5bdc5482a55056afac9 20993 python optional 
python-jsonschema_0.8.0-1.debian.tar.gz
 67388da1f796879d18817bc4d749cccd 28932 python optional 
python-jsonschema_0.8.0-1_all.deb

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

iEYEARECAAYFAlEMj38ACgkQl4M9yZjvmkngpwCbBozRapUi+Tqn5/V1ZK3vGBqi
kgAAoNgfwUQGvnYwOCeUsnrlj+30GRmG
=p2CO
-END PGP 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/e1u1v0i-li...@franck.debian.org