Re: Nettoyage du spam: août 2012

2012-09-08 Thread Christian PERRIER
Quoting Christian PERRIER (bubu...@debian.org):
 (il est inutile de me mettre en copie car je suis abonné à 2 des 3 
 listes..:-))

...mais pas les trois...et il semble que la discussion ait continué
sur debian-user-french...que je ne lis pas, désolé.


Je viens de lire le fil qui s'en est suivi sur d-u-f et vais essayer
d'expliquer, du moins ce dont je suis certain..:-)

Il est effectivement possible de signaler un spam à sa réception, en
le bounçant à  report-lists...@lists.debian.org.

Cependant, cette méthode N'EST PAS COUPLÉE avec le signalement de spam
via l'interface web. Ne me demandez pas pourquoi, je ne sais pas. Un
listmaster m'a indiqué une fois que c'était envisagé mais nécessitait
des adaptations.que je n'ai pas souvenir avoir vu réalisées.

J' cru comprendre en fait que les spams signalés par report-listspam
sont traités plus ou moins manuellement par les listmasters et
viennent enrichir un antispam automatisé. Mais ils ne servent pas à
alimenter le système qui nettoie les archives.

Cela explique donc que les deux méthodes soient
complémentaires. J'utilise d'ailleurs les deux, personnellement. Les
spams que je reçois dans les listes que je lis (et que, souvent, mon
crm114 identifie comme spam potentiel), je les bounce à l'ide de
cette macro mutt mappée sur la combinaison de touche ESC-L:

# contributed by Brian Ryans brian.l.ry...@gmail.com
macro index \eL breport-lists...@lists.debian.org\no\nq report as spam to 
Debian lists
macro pager \eL breport-lists...@lists.debian.org\no\n report as spam to 
Debian lists

Mais, en fin de mois, je fais aussi le travail sysmétatique décrit
ici, sur les listes où ce travail est organisé par quelqu'un (ce qui
comprend les trois listes francophones).

C'est en fait complémentaire

Au final, ça doit être quand même assez efficace tout ça, car le taux
de spam sur les listes Debian reste très maîtrisé, *alors que ce sont
des listes ouvertes* dont les adresses sont harvestables très
facilement. Si vous lisez les archives anciennes des listes, vous ne
trouverez plus le spam (on l'a nettoyé, souvent), mais vous trouverez
les discussions sans fin en mode yakafokon, sur la nuisance qu'il
représentait alors. Essayez les archives de d-u-f vers 2003-2004,
notamment




signature.asc
Description: Digital signature


Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Dmitry Smirnov
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: optional-dev
Version: 20120908
 Author: Dmitry Smirnov only...@member.fsf.org
License: GPL-3+
Description: fake (empty) dev package
 Purpose of this package is to provide an alternative for 
optional build
 dependencies which may not be available on some architectures.



There are situations when some of the libraries listed in Build-Depends
are optional i.e. build system is smart enough to avoid failure when
such library is missing.

Often some development libraries are not available on all architectures
in which case maintainer should know beforehand which architectures may
satisfy this dependency and maintain an up-to-date list of architectures
for such packages, like in the following example:

Build-Depends: libchamplain-gtk-0.12-dev [!m68k !sh4],
   libopenipmi-dev [!hurd-any !arm]

From time to time such lists should be re-checked in case library become
available on another architecture or when new architecture is added or
if package is removed from some architectures.

Another challenge is backporting package if some of its optional build
dependencies may not be available on target distribution. For instance
libchamplain-gtk-0.12-dev is not available for Squeeze so backporting
would require removing it from Build-Depends.

Finally maintainer might want to mark optional dependencies as such (can
be done with comments).

All the above problems may be addressed by using this package as
alternative to optional build dependency like in the example below:

Build-Depends: libchamplain-gtk-0.12-dev | optional-dev,
   libopenipmi-dev | optional-dev


--
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/201209081708.34882.only...@member.fsf.org



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Adam Borowski
On Sat, Sep 08, 2012 at 05:08:34PM +1000, Dmitry Smirnov wrote:
 Package: wnpp
Package name: optional-dev
 
 
 
 There are situations when some of the libraries listed in Build-Depends
 are optional i.e. build system is smart enough to avoid failure when
 such library is missing.
 
 Often some development libraries are not available on all architectures
 in which case maintainer should know beforehand which architectures may
 satisfy this dependency and maintain an up-to-date list of architectures
 for such packages, like in the following example:
 
 Build-Depends: libchamplain-gtk-0.12-dev [!m68k !sh4],
libopenipmi-dev [!hurd-any !arm]
[...]
 All the above problems may be addressed by using this package as
 alternative to optional build dependency like in the example below:
 
 Build-Depends: libchamplain-gtk-0.12-dev | optional-dev,
libopenipmi-dev | optional-dev

(Using Build-Depends: libfoo-dev | optional-dev below.)

I'm afraid this is a bad idea for three reasons:

1. you'd get a misbuild if libfoo-dev happens to be temporarily
   uninstallable due to a transition of something it depends on,
   it or one of its dependencies happen to wait for a co-installed
   multiarch package, and so on

2. same, if libfoo-dev is not yet built.  It can happen if it has just been
   uploaded, we're in the middle of an archive rebuild (a new arch, some
   derivative), etc.

3. don't certain build modes (sbuild IIRC) ignore any alternatives in the
   first place?  If so, you'll cause a FTBFS.


-- 
Copyright and patents were never about promoting culture and innovations;
from the very start they were legalized bribes to give the king some income
and to let businesses get rid of competition.  For some history, please read
https://en.wikipedia.org/wiki/Statute_of_Monopolies_1623


signature.asc
Description: Digital signature


Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Holger Levsen
Hi,

optional depends - what?? Thats self contradictory. If a depends it's really 
optional, it's not a depends, thus that package is buggy and should not be 
fixed by introducing a nonsense package, but by removing this depends. 


cheers,
Holger


-- 
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/201209081137.34658.hol...@layer-acht.org



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Simon McVittie
On 08/09/12 08:08, Dmitry Smirnov wrote:
 Often some development libraries are not available on all architectures
 in which case maintainer should know beforehand which architectures may
 satisfy this dependency and maintain an up-to-date list of architectures
 for such packages, like in the following example:
 
 Build-Depends: libchamplain-gtk-0.12-dev [!m68k !sh4],
libopenipmi-dev [!hurd-any !arm]
[for which a proposed replacement is]
 Build-Depends: libchamplain-gtk-0.12-dev | optional-dev,
libopenipmi-dev | optional-dev

This doesn't really give enough guarantees (even if sbuild followed
non-first branches in alternative-lists, which IIRC it doesn't). If
champlain happens to be temporarily uninstallable on (say) powerpc at
the time the empathy build happens, we don't want that to mean it
randomly loses features on powerpc, then gains those features back later.

It would perhaps make more sense if there was a way for the libchamplain
maintainer to nominate excluded architectures, so empathy could say
something like:

Build-Depends: libchamplain-...-dev |
   champlain-unavailable-on-this-arch

where champlain-unavailable-on-this-arch is arch:any, empty, and built
on exactly those architectures that deliberately don't build champlain.

(I don't think my example works either, again because sbuild only uses
the first alternative, but it seems closer to being right...)

S


-- 
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/504b26b5.4050...@debian.org



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Arno Töll
Hi,

On 08.09.2012 13:06, Simon McVittie wrote:
 It would perhaps make more sense if there was a way for the libchamplain
 maintainer to nominate excluded architectures, so empathy could say
 something like:
 
 Build-Depends: libchamplain-...-dev |
champlain-unavailable-on-this-arch
 

As Adam previously said: buildds do not resolve alternatives. They use
the first dependency or fail to build from source if it isn't available.
Dmitry's proposal has the same problem. Thus, any Build-Depends: A | B
does not work for buildds if A is not installable.

The rationale is, that builds should unconditionally result in the same
binary package (I guess).


-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Dmitry Smirnov
On Sat, 8 Sep 2012 19:37:33 Holger Levsen wrote:
 optional depends - what?? Thats self contradictory. If a depends it's
 really optional, it's not a depends, thus that package is buggy and should
 not be fixed by introducing a nonsense package, but by removing this
 depends.

Not at all, it may appears self contradictory only because debian/control 
language doesn't have a right term for it. Or perhaps my wording is not 
perfect. If you got the idea, can you suggest a better word?

Imagine a software that builds without a certain -dev package. When present 
this package may be used to activate an additional (optional) feature.

When building for as many architectures as we have, situation when some 
dependencies are missing (or can't exist) on some architectures is not rare.

However we still want to build our packages with all features possible.

So here are two ideas -- one is to clearly see which build-dependencies are 
optional i.e. which packages are not critical for successful build;
and another is to nicely and easily handle unsatisfiable non-critical 
dependencies.

The latter will make maintenance easier and may also be helpful for 
backporting or even for distributions who borrow our packages but may not have 
all their build-dependencies.

Regards,
Dmitry.


-- 
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/201209082201.18803.only...@member.fsf.org



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Dmitry Smirnov
On Sat, 8 Sep 2012 18:30:30 Adam Borowski wrote:
 I'm afraid this is a bad idea for three reasons:
 
 1. you'd get a misbuild if libfoo-dev happens to be temporarily
uninstallable due to a transition of something it depends on,
it or one of its dependencies happen to wait for a co-installed
multiarch package, and so on
 
 2. same, if libfoo-dev is not yet built.  It can happen if it has just been
uploaded, we're in the middle of an archive rebuild (a new arch, some
derivative), etc.

Good points, thanks. I did't think of this. Perhaps this idea is not flawless 
but we might have a potential for improvement.

 
 3. don't certain build modes (sbuild IIRC) ignore any alternatives in the
first place?  If so, you'll cause a FTBFS.

You might know better if that's the case. But if build servers are ignoring 
alternatives, that's a (different) problem, right?

I recognise a potential for misuse of trivially satisfiable dependency but 
generally speaking you don't blame tool for those who misuse it...

Thanks for sharing your concerns.

Regards,
Dmitry.


-- 
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/201209082213.48035.only...@member.fsf.org



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Dmitry Smirnov
On Sat, 8 Sep 2012 21:06:29 Simon McVittie wrote:
 This doesn't really give enough guarantees (even if sbuild followed
 non-first branches in alternative-lists, which IIRC it doesn't). If
 champlain happens to be temporarily uninstallable on (say) powerpc at
 the time the empathy build happens, we don't want that to mean it
 randomly loses features on powerpc, then gains those features back later.

Right you're concerned that we may not always have all optional dependencies 
ready for build. 

I'm not quite sure this would be the case for generic unversioned 
dependencies. The assumption that optional packages are generally available 
from repository. If so sbuild may not build with the very latest version 
available but this is no different from current situation.

If we have an ongoing transition and some packages are temporary broken in  
unstable then indeed there might be a problem. 

Well, now I see it is a bit more complicated than I thought.


 It would perhaps make more sense if there was a way for the libchamplain
 maintainer to nominate excluded architectures, so empathy could say
 something like:
 
 Build-Depends: libchamplain-...-dev |
champlain-unavailable-on-this-arch
 
 where champlain-unavailable-on-this-arch is arch:any, empty, and built
 on exactly those architectures that deliberately don't build champlain.
 
 (I don't think my example works either, again because sbuild only uses
 the first alternative, but it seems closer to being right...)
 

If only we could express that we want to build with libfoo-dev if it is 
available but avoid to demand it... :)

Regards,
Dmitry.


-- 
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/201209082234.09025.only...@member.fsf.org



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread gregor herrmann
On Sat, 08 Sep 2012 22:01:17 +1000, Dmitry Smirnov wrote:

 On Sat, 8 Sep 2012 19:37:33 Holger Levsen wrote:
  optional depends - what?? Thats self contradictory. If a depends it's
  really optional, it's not a depends, thus that package is buggy and should
  not be fixed by introducing a nonsense package, but by removing this
  depends.
 Not at all, it may appears self contradictory only because debian/control 
 language doesn't have a right term for it. Or perhaps my wording is not 
 perfect. If you got the idea, can you suggest a better word?

Build-Recommends(-Indep)
 
Yes, this is a slippery slope and a can of worms (and probably some
other idioms).

But I see the use case, e.g. for packages that rebuild the
documentation if some tool is available and just skip it gracefully
and use the shipped version, if not.


Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Alanis Morisette: Head Over Feet


signature.asc
Description: Digital signature


Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Neil Williams
On Sat, 8 Sep 2012 22:01:17 +1000
Dmitry Smirnov only...@member.fsf.org wrote:

 On Sat, 8 Sep 2012 19:37:33 Holger Levsen wrote:
  optional depends - what?? Thats self contradictory. If a depends it's
  really optional, it's not a depends, thus that package is buggy and should
  not be fixed by introducing a nonsense package, but by removing this
  depends.
 
 Imagine a software that builds without a certain -dev package. When present 
 this package may be used to activate an additional (optional) feature.

Builds need to be reproducible so that when there needs to be an NMU it
does not rebuild with different options merely because something extra
has been installed. DEB_BUILD_OPTIONS exists for that support.

Conditional builds are a bad idea. Specify the functionality for each
arch and ensure that a later build does not change the functionality.

This is where auto-detection in ./configure is also a bad idea -
packages should ensure that dependencies which are auto detected are
always available where supported via Build-Depends and [$arch], even
using Build-Conflicts if necessary.

 When building for as many architectures as we have, situation when some 
 dependencies are missing (or can't exist) on some architectures is not rare.

So specify that using the existing !$arch support.
 
 However we still want to build our packages with all features possible.

... but not surprise everyone when a simple binNMU for some other
reason results in a change of dependencies.

 The latter will make maintenance easier and may also be helpful for 
 backporting or even for distributions who borrow our packages but may not 
 have 
 all their build-dependencies.

Maintenance is not easier if builds at a later date give a completely
different package.

Optional build-dependencies are best supported via DEB_BUILD_OPTIONS
so that if the same options are always given, the build always prepares
the same package whatever else is installed on the system in question.

That is the only way to ensure that someone can safely do an NMU on the
package months after the last maintainer upload.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpSIqhQ8J3Ei.pgp
Description: PGP signature


Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Bastian Blank
On Sat, Sep 08, 2012 at 02:43:47PM +0200, gregor herrmann wrote:
 But I see the use case, e.g. for packages that rebuild the
 documentation if some tool is available and just skip it gracefully
 and use the shipped version, if not.

How do you make sure that the uploaded packages are reproducible?

Bastian

-- 
It is undignified for a woman to play servant to a man who is not hers.
-- Spock, Amok Time, stardate 3372.7


-- 
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/20120908130521.ga1...@wavehammer.waldi.eu.org



Re: Help me DTRT with upstream naming

2012-09-08 Thread Peter Samuelson

[Russ Allbery]
 The problem is that the software is called wallet, both the software
 itself and the primary client binary that users invoke.  And, of
 course, we have a bunch of documentation and automation at Stanford
 that assumes that name.

That actually seems like a reasonable name to me.  I'm with Jeremy, I
guess, I think normal command-line programs have a little more reason
for shorter and simpler names than GUI and administrative software
does.

Besides, I doubt anybody would prefer that it be called WALL-Et.

(We're not really helping you DTRT at all, are we?)

If you rename it at all, I suggest 'nwallet', n for network.

Peter


-- 
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/20120908135334.ga6...@p12n.org



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread brian m. carlson
On Sat, Sep 08, 2012 at 10:01:17PM +1000, Dmitry Smirnov wrote:
 On Sat, 8 Sep 2012 19:37:33 Holger Levsen wrote:
  optional depends - what?? Thats self contradictory. If a depends it's
  really optional, it's not a depends, thus that package is buggy and should
  not be fixed by introducing a nonsense package, but by removing this
  depends.
 
 Not at all, it may appears self contradictory only because debian/control 
 language doesn't have a right term for it. Or perhaps my wording is not 
 perfect. If you got the idea, can you suggest a better word?
 
 Imagine a software that builds without a certain -dev package. When present 
 this package may be used to activate an additional (optional) feature.

Debian users depend on the package being built in a consistent way.  For
example, some packages are built with Kerberos support.  While this is
generally optional for most packages, I'd be very upset if, say, the
Debian openssh-server package suddenly lost support for Kerberos because
the maintainer or someone doing an NMU didn't have the appropriate -dev
package installed, since it would mean that package would suddenly fail
to work in a major way for me.  Your proposed solution would remove an
important safety check.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread gregor herrmann
On Sat, 08 Sep 2012 15:05:21 +0200, Bastian Blank wrote:

 On Sat, Sep 08, 2012 at 02:43:47PM +0200, gregor herrmann wrote:
  But I see the use case, e.g. for packages that rebuild the
  documentation if some tool is available and just skip it gracefully
  and use the shipped version, if not.
 How do you make sure that the uploaded packages are reproducible?

That's the problem I was alluding to in the paragraph before.

(In the case of docs the build result will probably not be identical
anyway, in the typical case where timestamps or tool versions are
included.)

Please note that I'm not proposing to go that way; I just wanted to
state that I understand the question of the original poster because
I've thought about something similar before.


Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: The Eagles: Take It To The Limit


signature.asc
Description: Digital signature


Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Paul Wise
On Sat, Sep 8, 2012 at 8:43 PM, gregor herrmann wrote:

 Build-Recommends(-Indep)

I would be interested to see what real use-cases people wanted this
sort of thing for. Dimitry, which specific problem were you trying to
solve when you came up with optional-dev?

 But I see the use case, e.g. for packages that rebuild the
 documentation if some tool is available and just skip it gracefully
 and use the shipped version, if not.

We have the bootstrap stuff for that:

http://wiki.debian.org/DebianBootstrap

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Guillem Jover
Hi!

On Sat, 2012-09-08 at 17:08:34 +1000, Dmitry Smirnov wrote:
 All the above problems may be addressed by using this package as
 alternative to optional build dependency like in the example below:
 
 Build-Depends: libchamplain-gtk-0.12-dev | optional-dev,
libopenipmi-dev | optional-dev

As other have mentioned I don't think this package is a good idea, but
then some of the cases this tries to address (the “optional” nature of
dependencies for derivatives for example) would get covered by my
build-profiles proposal in #661538, which as stated there might need
proper discussion here, etc.

thanks,
guillem


-- 
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/20120908160648.ga12...@gaara.hadrons.org



Re: even root cannot read my symlinks!

2012-09-08 Thread jidanni
I see.
Who knows what they'll break next.
Perhaps next time add a note to
/usr/share/doc/linux-image-486/NEWS.Debian.gz


-- 
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/87ligki2zp@jidanni.org



Bug#687057: ITP: androidsdk-tools -- A subset of the android sdk tools

2012-09-08 Thread Stefan Handschuh
Package: wnpp
Severity: wishlist
Owner: Stefan Handschuh handschuh.ste...@googlemail.com

* Package name: androidsdk-tools
  Version : 14
  Upstream Author : The Android Open Source Project
* URL : https://android.googlesource.com/platform/sdk
* License : Apache 2.0
  Programming Lang: Java
  Description : A subset of the android sdk tools containing the
sdklib which is needed to 'compile' android resource files which is
a prerequisit to build apk packages.


The sdk tools are containing *some* of the android build tools. The
sources contain ddms and also the eclipse plugins. However for an
initial version, it might be sufficient to create a sdklib binary
package that is neede to 'compile' the static android resources of
an android application.


-- 
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/20120908233450.7676.4762.reportbug@m1330



Changes to cia.navi.cx - cia.vc

2012-09-08 Thread Dmitrijs Ledkovs
Dear all,

cia.navi.cx is deprecated, but now has stopped working.

You should use cia.vc instead.

Looking on vasks there are many team tooks that submit to cia.navi.cx
(mail mail or RPC), please update those to use cia.vc. hostname
instead.

Alioth SVN:

axel/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
debianjr/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
modconf/hooks/ciabot_svn.py:server = c...@cia.navi.cx
pgp-tools/hooks/ciabot_svn.py:server = http://cia.navi.cx;
pkg-bet/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
pkg-evolution/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
pkg-freedesktop/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
pkg-glibc/hooks/ciabot_svn.sh:cia_address=c...@cia.navi.cx
pkg-grub/hooks/ciabot_svn.py:server = http://cia.navi.cx;
pkg-gstreamer/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
pkg-lighttpd/hooks/ciabot_svn.sh:cia_address=c...@cia.navi.cx
pkg-multimedia/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
pkg-multimedia/hooks/svnmailer.conf.bak:cia_rpc_server = http://cia.navi.cx
pkg-ocaml-maint/hooks/ciabot_svn.sh:cia_address=c...@cia.navi.cx
pkg-parsix/hooks/svnmailer.conf.gnome:cia_rpc_server = http://cia.navi.cx
pkg-parsix/hooks/svnmailer.diff:-cia_rpc_server = http://cia.navi.cx
pkg-pulseaudio/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
pkg-ruby-extras/hooks/ciabot_svn.py:server = http://cia.navi.cx;
pkg-ruby/hooks/ciabot_svn.py:server = http://cia.navi.cx;
pkg-utopia/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
pkg-vim/hooks/ciabot_svn.sh:cia_address=c...@cia.navi.cx
pkg-voip/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
pkg-xfce/hooks/ciabot_svn.py:server = http://cia.navi.cx;
pkg-xfce/hooks/svnmailer-corsac.conf:cia_rpc_server = http://cia.navi.cx
pkg-zenoss/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx
pkg-zope/hooks/ciabot_svn.py:server = c...@cia.navi.cx
ssmtp/hooks/svnmailer.conf:cia_rpc_server = http://cia.navi.cx

Are broken

Regards,

Dmitrijs.


-- 
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/canbhluhxqg_dk90oyvg7odoqtxv8ntjtvrixx+fa_kxv1kq...@mail.gmail.com



Re: greater popularity of Debian on AMD64?

2012-09-08 Thread Russell Coker
On Sat, 8 Sep 2012, Henrique de Moraes Holschuh h...@debian.org wrote:
 If 64-bit PC is too vague, the alternative designator for the amd64 arch
 is the vendor neutral x86-64.  The vendor-neutral designator for all of
 i386, i486, i586, i686, amd64 and x32 is x86 (i.e. it is for both 32-bit
 and 64-bit).  i286, i186 and 8086 are too old to bother with :-)

Why should we be vendor-neutral?  AMD invented the AMD64 instruction set.

Intel invented the 386 instruction set and we call it i386.

Why be vendor-neutral for things that AMD invents when we aren't vendor-
neutral for things that Intel invents?

-- 
My Main Blog http://etbe.coker.com.au/
My Documents Bloghttp://doc.coker.com.au/


-- 
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/201209091016.07379.russ...@coker.com.au



Feature suggestion: TCP-FIT congestion control

2012-09-08 Thread adm
Hello.


I see, that Debian Wheezy comes with new congestion control named 'yeah', it's 
rather good innovation, but by my tests TCP-Fit congestion control should be 
the best for now.

More information about it you can get here: 
http://media.cs.tsinghua.edu.cn/~multimedia/tcp-fit/

It would be perfect if you'll innovate this into Wheezy. I am working with 
high-loaded machines which needs to answer properly to all millions of 
requests, tcp-fit might be useful for it. Wanna to see native support for it on 
Debian Wheezy, because for now I am using Debian Wheezy as the main platform.

You can reply me at ad...@mvpro.net.


Thanks in advance,

Alex.


-- 
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/398721347149...@web17d.yandex.ru



Re: even root cannot read my symlinks!

2012-09-08 Thread Ben Hutchings
On Sun, 2012-09-09 at 06:06 +0800, jida...@jidanni.org wrote:
 I see.
 Who knows what they'll break next.

Do you use any particular obscure features that I could suggest?

 Perhaps next time add a note to
 /usr/share/doc/linux-image-486/NEWS.Debian.gz

I originally proposed to do this when discussing these changes on
debian-devel and debian-kernel.  However, these changes were previously
applied in other distributions and the only application found to be
affected was 'at' (which has been fixed in a stable update).

NEWS is not a listing of every change that could possibly cause a
regression.

Ben.

-- 
Ben Hutchings
Time is nature's way of making sure that everything doesn't happen at once.


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


Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Dmitry Smirnov
On Sun, 9 Sep 2012 02:06:52 Paul Wise wrote:
 I would be interested to see what real use-cases people wanted this
 sort of thing for. Dimitry, which specific problem were you trying to
 solve when you came up with optional-dev?

Thanks Paul, primarily I was trying to address a problem when package build 
unnecessarily fails due to lack of optional dependency before an actual 
attempt to build.

Due to risk of FTBFS maintainer should be careful with introducing 
dependencies that are non-critical for upstream build.
In this case, enabling optional feature by adding dependency may make package 
build more fragile and create some difficulties for backporting as 
distinguishing required build-dependencies from optional ones may be not 
obvious.

Now it became clear that idea is not feasible because it creates more problem 
than it solves.

Thanks to feedback from Adam, Neil, Brian, Arno, Guillem, Simon, Geregor, 
Bastian and others I can summarise the flaws in the idea:

* buildd servers can't fall back to alternative so even if we can avoid
  FTBFS in pbuilder by providing a trivially satisfiable fallback
  dependency, that is not the case for our build servers.

* Rarely some packages may be not available for build due to transition,
  breakage or other circumstances. With silent fallback instead of FTBFS
  package may suddenly and unexpectedly lost some of its functionality.

* NMUs are not guaranteed to be the same as original package due to
  possibility of missing optional dependency packages in the environment
  where NMU is being prepared.


  But I see the use case, e.g. for packages that rebuild the
  documentation if some tool is available and just skip it gracefully
  and use the shipped version, if not.
 
 We have the bootstrap stuff for that:
 
 http://wiki.debian.org/DebianBootstrap

Very interesting, thank you.

Regards,
Dmitry.


-- 
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/201209091109.29455.only...@member.fsf.org



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Dmitry Smirnov
On Sun, 9 Sep 2012 00:30:41 brian m. carlson wrote:
 Debian users depend on the package being built in a consistent way.  For
 example, some packages are built with Kerberos support.  While this is
 generally optional for most packages, I'd be very upset if, say, the
 Debian openssh-server package suddenly lost support for Kerberos because
 the maintainer or someone doing an NMU didn't have the appropriate -dev
 package installed, since it would mean that package would suddenly fail
 to work in a major way for me.  Your proposed solution would remove an
 important safety check.

Thanks for your brilliant explanation of problem.
You're certainly right but your example is also a case of possible abuse of an 
idea because you describe Kerberos as important feature which shouldn't be 
optional.


-- 
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/201209091109.51782.only...@member.fsf.org



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Russ Allbery
Dmitry Smirnov only...@member.fsf.org writes:

 Due to risk of FTBFS maintainer should be careful with introducing 
 dependencies that are non-critical for upstream build.

I think the opposite is true for the Debian archive.  Local package builds
and derivatives may have other needs, but within the Debian archive it's
extremely important that every build of the package will produce the same
results, with the same optional features enabled and the same
configuration.  Otherwise, the package can vary in apparently random ways
between different platforms, or between one build and the next.

Therefore, for uploading packages to Debian, one should take the exact
opposite approach: be aggressive about introducing build dependencies to
ensure that the package build is reproducible and consistent, and that any
failure to produce a consistent package results in a FTBFS that preserves
the previous version until a human can look at the problem.

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



Re: greater popularity of Debian on AMD64?

2012-09-08 Thread Henrique de Moraes Holschuh
On Sun, 09 Sep 2012, Russell Coker wrote:
 On Sat, 8 Sep 2012, Henrique de Moraes Holschuh h...@debian.org wrote:
  If 64-bit PC is too vague, the alternative designator for the amd64 arch
  is the vendor neutral x86-64.  The vendor-neutral designator for all of
  i386, i486, i586, i686, amd64 and x32 is x86 (i.e. it is for both 32-bit
  and 64-bit).  i286, i186 and 8086 are too old to bother with :-)
 
 Why should we be vendor-neutral?  AMD invented the AMD64 instruction set.
 
 Intel invented the 386 instruction set and we call it i386.
 
 Why be vendor-neutral for things that AMD invents when we aren't vendor-
 neutral for things that Intel invents?

I don't know, and I don't care either way.  I am fine with amd64.

But I object to 32-bit PC and 64-bit PC.  i686, amd64, x86-32, x86-64...
at least those are correct.  32-bit PC and 64-bit PC mean nothing, and it
will make the mess worse when we start shipping x32.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
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/20120909014645.ga1...@khazad-dum.debian.net



Re: Changes to cia.navi.cx - cia.vc

2012-09-08 Thread Paul Wise
On Sun, Sep 9, 2012 at 7:39 AM, Dmitrijs Ledkovs  wrote:

 cia.navi.cx is deprecated, but now has stopped working.

 You should use cia.vc instead.

 Looking on vasks there are many team tooks that submit to cia.navi.cx
 (mail mail or RPC), please update those to use cia.vc. hostname
 instead.

If the Alioth admins (CCed) want to fix this in all repositories, they
could just run this sed command that I pasted into #alioth on IRC a
while ago:

sed -i -e 's/^\([^#]*\)cia\.navi\.cx/\1cia.vc/' /svn/*/hooks/*cia*

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Feature suggestion: TCP-FIT congestion control

2012-09-08 Thread Paul Wise
On Sun, Sep 9, 2012 at 8:06 AM,  Alex wrote:

 I see, that Debian Wheezy comes with new congestion control named 'yeah', 
 it's rather good innovation, but by my tests TCP-Fit congestion control 
 should be the best for now.
...
 It would be perfect if you'll innovate this into Wheezy.

Debian Wheezy is now frozen so no new features will be added to it:

http://lists.debian.org/debian-devel-announce/2012/06/msg9.html

If you want TCP-Fit in Debian jessie (the version after wheezy), you
will need to get it included into Linux upstream and then if it
requires enabling you can file a bug against the Debian linux package
to ask the Debian Linux packaging team to enable it.

http://kernelnewbies.org/UpstreamMerge
http://www.debian.org/Bugs/Reporting

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Bug#687001: ITP: optional-dev -- fake (empty) dev package

2012-09-08 Thread Paul Wise
On Sun, Sep 9, 2012 at 9:09 AM, Dmitry Smirnov wrote:

 Thanks Paul, primarily I was trying to address a problem when package build
 unnecessarily fails due to lack of optional dependency before an actual
 attempt to build.

I was more wanting to know which specific problem you were trying to
fix rather than a generality.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: even root cannot read my symlinks!

2012-09-08 Thread Nick Leverton
On Sun, Sep 09, 2012 at 01:54:20AM +0100, Ben Hutchings wrote:
 On Sun, 2012-09-09 at 06:06 +0800, jida...@jidanni.org wrote:
  I see.
  Who knows what they'll break next.
 
 Do you use any particular obscure features that I could suggest?

Networking, keyboards, rotating media ...

Nick


-- 
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/20120909031700.ga26...@leverton.org



Accepted skrooge 1.3.3-1 (source amd64 all)

2012-09-08 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 16:19:46 +1000
Source: skrooge
Binary: skrooge skrooge-common
Architecture: source amd64 all
Version: 1.3.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 skrooge- personal finance manager for KDE
 skrooge-common - Skrooge architecture independent files
Changes: 
 skrooge (1.3.3-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 1247e8988534cd9a1324467f8fd7982223509db9 1514 skrooge_1.3.3-1.dsc
 6be723a09d6f7a3c8d9ac77763201de08d695226 9737954 skrooge_1.3.3.orig.tar.bz2
 c35cb32596a6a6d53c3ef0e10bc322d89d4b2971 4533 skrooge_1.3.3-1.debian.tar.gz
 775e5dc2095a1371b445d602e42f2da5c943c7f8 2029002 skrooge_1.3.3-1_amd64.deb
 57c448f1d48f35cf5259a780c8a01895da249779 8991166 skrooge-common_1.3.3-1_all.deb
Checksums-Sha256: 
 a89bc853f9ac16fc36a4d424bdb3e39371599d7e6303e6ecbc11831e4b6ba402 1514 
skrooge_1.3.3-1.dsc
 251ffca5ad8e3696901fb29df2714fcb30541fe9e3107b9de2c2cb9f6b47cee9 9737954 
skrooge_1.3.3.orig.tar.bz2
 53326ff403c46e33dee1b24577a84d558da1419ace7b1b6c8d17bfcb1b538be3 4533 
skrooge_1.3.3-1.debian.tar.gz
 6d03279263a149018417ff3eb3f34f10ff3f9206c02670820fdcb04557dbdaae 2029002 
skrooge_1.3.3-1_amd64.deb
 ad762da7152ce5568681ca956c2316e7edcd3ca07a24a900f464b415db3b18d5 8991166 
skrooge-common_1.3.3-1_all.deb
Files: 
 7ef6330873e9c47dfa10f75a443ac395 1514 kde optional skrooge_1.3.3-1.dsc
 a69f66dc5383ed1d3d75fa04f7cb3812 9737954 kde optional 
skrooge_1.3.3.orig.tar.bz2
 3b8fcd3848dd89a898cb661835a17ca5 4533 kde optional 
skrooge_1.3.3-1.debian.tar.gz
 125669a26af7e518c8c64e3d8cf1b234 2029002 kde optional skrooge_1.3.3-1_amd64.deb
 618064e1e855564efb44383bfd56150f 8991166 kde optional 
skrooge-common_1.3.3-1_all.deb

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

iEYEARECAAYFAlBK6xwACgkQoCzanz0IthKAgACfa17i059hs+RajAXYPk8S1MsB
eG0AniO+qYnZdMj+A0K6PzeRooOMlb+J
=+urI
-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/e1tafiv-0007dq...@franck.debian.org



Accepted verbiste 0.1.34-2 (source amd64 all)

2012-09-08 Thread Tomasz Buchert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 May 2012 14:53:58 +0200
Source: verbiste
Binary: verbiste verbiste-gnome verbiste-el libverbiste-0.1-0 libverbiste-dev
Architecture: source amd64 all
Version: 0.1.34-2
Distribution: experimental
Urgency: low
Maintainer: Tomasz Buchert tomasz.buch...@inria.fr
Changed-By: Tomasz Buchert tomasz.buch...@inria.fr
Description: 
 libverbiste-0.1-0 - French and Italian conjugator - shared library
 libverbiste-dev - French and Italian conjugator - development files
 verbiste   - French and Italian conjugator
 verbiste-el - French and Italian conjugator - emacs extension
 verbiste-gnome - French and Italian conjugator - GNOME interface
Changes: 
 verbiste (0.1.34-2) experimental; urgency=low
 .
   * Link to the correct license
   * Update debhelper compatibility level to 9
   * Port to multi-arch
   * Fix upstream clean script
   * Add 'DM-Upload-Allowed: yes' to the control file
Checksums-Sha1: 
 db1d283d9702cf68e6333fd798131a49e34c35da 2161 verbiste_0.1.34-2.dsc
 7c75d2c3110dce39b4c16a5cc443973ec10f8f6f 8882 verbiste_0.1.34-2.debian.tar.gz
 00098c4c33b4aa7c40cbf10048f8cb12f1d279c6 99734 verbiste_0.1.34-2_amd64.deb
 a66fe76b1119698ba6219073359f847740793f1e 58684 
verbiste-gnome_0.1.34-2_amd64.deb
 a63fbfa11ab179c342e00f996fea27dd5f0978e7 15148 verbiste-el_0.1.34-2_all.deb
 4d4d4eb04fafb0921c972ece323e2eecb36e5e2c 60340 
libverbiste-0.1-0_0.1.34-2_amd64.deb
 3998f30658645e1ebe1d985c131cb9a97e67 23582 
libverbiste-dev_0.1.34-2_amd64.deb
Checksums-Sha256: 
 22e4db8dc93bfc61ee9cee56d3c6ab4a41c908f90a9875e1dddfc1c4934e2a0a 2161 
verbiste_0.1.34-2.dsc
 a0becc70ea2a7e1e35abd088f009cfa60ef27fef60212572e4c05851cb0b69a6 8882 
verbiste_0.1.34-2.debian.tar.gz
 583e9f39f9e9f2827c80170a41204134ea3f9f17fefd46096aa15f04abb3d252 99734 
verbiste_0.1.34-2_amd64.deb
 aa42a1450f34b146bd6b4db7f73e2c6a048531c62816424b2b04e0dacbcaa9a1 58684 
verbiste-gnome_0.1.34-2_amd64.deb
 2357d38c1f5c460ae71f91eca89f336b3cda0a2bb23a43a2f5530248f787b6eb 15148 
verbiste-el_0.1.34-2_all.deb
 e4b8a2dddeabbd08b1ccbb77366dc3b156ebeade16646e63cdfe142113e14e34 60340 
libverbiste-0.1-0_0.1.34-2_amd64.deb
 fd3b0f34e4db4c34e52dfa5dc6bd8076de347343d1e960b766dc0cc04877f468 23582 
libverbiste-dev_0.1.34-2_amd64.deb
Files: 
 b579f68cb87ccb7a456c3d9623db9601 2161 text optional verbiste_0.1.34-2.dsc
 6788408d2f42fd88b1d638fb582ddc56 8882 text optional 
verbiste_0.1.34-2.debian.tar.gz
 b86f3fe8f898912af00a60a702ca8d0f 99734 text optional 
verbiste_0.1.34-2_amd64.deb
 3bcce16bb56b3a5ce65f3cefb896a532 58684 gnome optional 
verbiste-gnome_0.1.34-2_amd64.deb
 5e36b52f3b2978599d47140ef99cf9a3 15148 lisp optional 
verbiste-el_0.1.34-2_all.deb
 4649e7c30a22d2c1a9e92795216bd201 60340 libs optional 
libverbiste-0.1-0_0.1.34-2_amd64.deb
 764dcd34320558989d237806486ec828 23582 libdevel optional 
libverbiste-dev_0.1.34-2_amd64.deb

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

iQIcBAEBCAAGBQJQSvXwAAoJEBYoHy4AfJjRsqgQAK21FTvLg9ZrsMD7iUxtXINA
eL3iTnzp+XO7Xc4++emCBCPhEap6gvGyfScdO2DNZ1TXYrK4RJU/NxGt7loPj/AI
M/54mi131WaKEKHl0JM/iUcEBw/iOPYyJf9PW55w2skLu/PjqFmsbRPUMn855Cm3
KS9IcKOzOVOYLqr4WRSmAOyOQPuFZYeFPvv1bdwOKpTwAALBIW4IFIciAXgkCcuO
0zxei4VTyhSB9gqhR3rSSjgrTsZlWHFeUN9KgjN7WwtX+Sg37PPDPU2Jl3aFF6ts
Fo6j5HOyeym9JiYzp5+ewBxmYPCRDZ0ggnqfvVwUkgE2XP1YcRWYXSqGZhYyUyWA
/En3T4TIiuVI2t4ZV6mXfK6U2a9PVn9YXLNgFnae8Fe3Q/mPIZcVO9ZwBxF0csQR
n4X8r0HnqUcMAzvBd/U8Joo73KNCkW8GUEZaxo63dk0/a79WjWoZ1prfcW8/4/rG
1lVsBdhb01orn+u3WUM7jGsGuHFfxn2puq4QWU11b/8nEIQbucf/d1VmRkeNPH4e
Zzrz/f/eCweuILXewyfQInTsextQEr1uuDrKMRcWqMrqXno7uUXbMG0xzORAdmMU
9Og7ssZ41XE02M9B9pi2B3E+gPp9M2CXXH07l52AoaY3enPkLrw7HuVah3Q91att
hXAg/5j3wUGUoqvFkCTq
=cdzk
-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/e1taghj-0003ti...@franck.debian.org



Accepted stellarium 0.11.4a-1 (source amd64 all)

2012-09-08 Thread Tomasz Buchert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 Sep 2012 16:40:25 +0200
Source: stellarium
Binary: stellarium stellarium-data
Architecture: source amd64 all
Version: 0.11.4a-1
Distribution: experimental
Urgency: low
Maintainer: Tomasz Buchert tomasz.buch...@inria.fr
Changed-By: Tomasz Buchert tomasz.buch...@inria.fr
Description: 
 stellarium - real-time photo-realistic sky generator
 stellarium-data - Stellarium data files
Changes: 
 stellarium (0.11.4a-1) experimental; urgency=low
 .
   * Imported Upstream version 0.11.4a
   * Add 'DM-Upload-Allowed: yes' to debian/control
Checksums-Sha1: 
 6fa3e5c2d3215da3b931194d91aa19e562d3d686 2052 stellarium_0.11.4a-1.dsc
 4b0cadde9d91ec7ab821f4db955dec6111dbb51a 54863608 
stellarium_0.11.4a.orig.tar.gz
 93b7ea76688a2687bbcb4f212e078829409d6bcf 18371 
stellarium_0.11.4a-1.debian.tar.gz
 b2bc84d085a388a053e4bd5fb6ef0bcd6456ab3a 4014168 stellarium_0.11.4a-1_amd64.deb
 f6a1f7fc87a7ede7c3b182bf1a3f4ed834dc240b 46196118 
stellarium-data_0.11.4a-1_all.deb
Checksums-Sha256: 
 57dd4ac551870bed87290c914ffe23128fc0eb3491da2316043cfebe5ea6f0b7 2052 
stellarium_0.11.4a-1.dsc
 29184ba647fa14f9a59787aa8ea4d59620b18cb5ab0bd13d7b90050384a3433f 54863608 
stellarium_0.11.4a.orig.tar.gz
 e2f635494a0789d91d440e9d28b064efab0fd9bad47e8e21ea5d4a1e84389fa0 18371 
stellarium_0.11.4a-1.debian.tar.gz
 7963b95e914a5df73666f6a75fd97fbc91bd8e375680b31d0c1644f32ca3e322 4014168 
stellarium_0.11.4a-1_amd64.deb
 61d17f1217981b7afb00fc607ae83affa8f04b26982aecb5d8b9e8334e82d89f 46196118 
stellarium-data_0.11.4a-1_all.deb
Files: 
 f60de1207e522cc4362a31b6e1038ec0 2052 science optional stellarium_0.11.4a-1.dsc
 0ad79f6188fc393b936d37d50054e5ab 54863608 science optional 
stellarium_0.11.4a.orig.tar.gz
 f8730e793048d576d9c25cb86a7dc26b 18371 science optional 
stellarium_0.11.4a-1.debian.tar.gz
 f14a415155d4758734b7ab92e0f57021 4014168 science optional 
stellarium_0.11.4a-1_amd64.deb
 a1dbcb8838b0a21334ebff1dacde5935 46196118 science optional 
stellarium-data_0.11.4a-1_all.deb

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

iQIcBAEBCAAGBQJQSwH3AAoJEBYoHy4AfJjRChAQAKgezUlOH7sNxfcnSnM30qSq
AJu+lB0G+HAxPPRCnVZavZx2h0L3a6aJqL5GgZAMP+y77qndggQKg/lY8smTVmuh
1qUxbe263WLj9DMHBAS+gax5cxu0xSFLmqkwqhi3qm4/2rMhcyvBk04iqlXxpxtb
trmWoERiSG8apqwYApZulxMmIvzzQZDmV03TBn1mnuK+UbP5ypkJhdfRD4lzjaiu
NNuQrLT1DlPkQppM4YevykkUCAFfmVdZEdRblOufTIiSfBSsSncENxyDDeevucgO
xs+4LgC/Z2/kYnKYThRjaEllP765LshvuRZyrqlUtplzLgtCblM8Ktaq8DJffBvz
pTh2Qb7ZuI2WM5p62WTUGl+W+7TpkE1L+ygE5E3LqWK2d0ZAqKmXuwP6QDqMy0tB
RpXQ4etvWQ2Ah24q1ptWjR+zzlU0ztXdoZDd5Fpn9rAe95ztv3pX0YuKQZHCCs+K
X4WxSS75erwo8dnodnuvjX7f6z1fXiXqDAFXLcNfRsYJXE5xEKytW7Atlo0e9gi5
2V4rGpDXLRqAmWiOsFqp9Ucwp/Nr27ogwmHRA6i7IhSjr0Mjlc338EJ8IJMFDWae
/OggEiPo+G4EDdYLudmvK9hje6U6q/4ocf9lsQqiDDWP8i8mV/DaFZ2VcWhd9y9R
meCPSYi/kpPhuRkN78As
=6tqo
-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/e1tagwi-0007fj...@franck.debian.org



Accepted sflphone 1.2.0-1 (source amd64 all)

2012-09-08 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 16:20:55 +1000
Source: sflphone
Binary: sflphone-daemon sflphone-data sflphone-gnome sflphone-evolution
Architecture: source amd64 all
Version: 1.2.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 sflphone-daemon - SIP and IAX2 compatible VoIP phone - core daemon
 sflphone-data - SIP and IAX2 compatible VoIP phone - common data
 sflphone-evolution - SIP and IAX2 compatible VoIP phone - Evolution plugin
 sflphone-gnome - SIP and IAX2 compatible VoIP phone - GNOME client
Changes: 
 sflphone (1.2.0-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 5366f2e419425619982fcbc71de9e947b9f3e9a5 1978 sflphone_1.2.0-1.dsc
 dd1d937efebf94efa9b3f1220216d5c57416832a 9106573 sflphone_1.2.0.orig.tar.gz
 ad8a1102cdcb6f616e766dff46767e3551cc6d05 10084 sflphone_1.2.0-1.debian.tar.gz
 87f78fad6e76dbe6540401c861a58b1661d80751 743840 
sflphone-daemon_1.2.0-1_amd64.deb
 8d2e910f55e0d3ac93ab58c0a62408dbb4d36cc5 346390 sflphone-data_1.2.0-1_all.deb
 2c442f58e97ec4aa67b0a407dfbf8c61c53dba7e 877316 
sflphone-gnome_1.2.0-1_amd64.deb
 cdd4101e1ed0a1a354d4136079da334d48995c67 13874 
sflphone-evolution_1.2.0-1_amd64.deb
Checksums-Sha256: 
 eec03b3c58a129a2dcc1cb8664ff913f7276d2aec237265caa5ffbbb58f6f613 1978 
sflphone_1.2.0-1.dsc
 b419e0199ac179c20c4ee0c58e5df101f8de559fd263bb84615793ea612a726c 9106573 
sflphone_1.2.0.orig.tar.gz
 fcbb6a19749a2634a79420559e2221b22920bb89a099e6228a081682ac8a0ec7 10084 
sflphone_1.2.0-1.debian.tar.gz
 d1c894dfaab5fabec973f9ca4ad706ad4e0e7c9bdb3f4968eb4678b895339255 743840 
sflphone-daemon_1.2.0-1_amd64.deb
 12a18e59ec21887a10f4d41a19607fc8969f9058e10bc2a76407e92bae01778e 346390 
sflphone-data_1.2.0-1_all.deb
 44ce0db07eff3e6321a7bb0ca7ca1af5e8a3e7261cba49ea46f0460f04a386d6 877316 
sflphone-gnome_1.2.0-1_amd64.deb
 3ea6bf485fc0197b6de022cf0d577af52c601eac54459296c24ef451d0e2ab12 13874 
sflphone-evolution_1.2.0-1_amd64.deb
Files: 
 843b67c4dbefc75b6ca91907b5099b8a 1978 gnome extra sflphone_1.2.0-1.dsc
 79486bfedeecd306a52a17c0ebcdb935 9106573 gnome extra sflphone_1.2.0.orig.tar.gz
 59f8742ec0f94f629b3c581982f0bc20 10084 gnome extra 
sflphone_1.2.0-1.debian.tar.gz
 c410dc060068d27cb8bd63f24a349491 743840 gnome extra 
sflphone-daemon_1.2.0-1_amd64.deb
 6f92644d6f73a58d663bf309eb39a6aa 346390 gnome extra 
sflphone-data_1.2.0-1_all.deb
 96dae4ae01197e5a15d11f99e826791e 877316 gnome extra 
sflphone-gnome_1.2.0-1_amd64.deb
 36d12a31cd9a2377791bf25a02a97b78 13874 gnome extra 
sflphone-evolution_1.2.0-1_amd64.deb

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

iEYEARECAAYFAlBLDIUACgkQoCzanz0IthIwYACggh+Km7PAp/jlvL/4PjMma+VI
wzMAnj9ZPsnEX2YSH5Q2P/x1j+7YTGLT
=lwtV
-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/e1tahda-000651...@franck.debian.org



Accepted python-httplib2 0.7.5-1 (source all)

2012-09-08 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Sep 2012 11:56:49 +0200
Source: python-httplib2
Binary: python-httplib2 python3-httplib2
Architecture: source all
Version: 0.7.5-1
Distribution: experimental
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 python-httplib2 - comprehensive HTTP client library written for Python
 python3-httplib2 - comprehensive HTTP client library written for Python3
Changes: 
 python-httplib2 (0.7.5-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/patches/egg-info.patch:
 - Removed, no longer needed.
   * debian/patches/use_system_cacerts.patch:
 - Refresh for new upstream release.
Checksums-Sha1: 
 9e5a84d116321b40dba1cc71fc23ddb2a0ba6a63 2136 python-httplib2_0.7.5-1.dsc
 a4a14064f97a3abc88024dc7c5d2f11c0d6cf47f 140875 
python-httplib2_0.7.5.orig.tar.gz
 bd04ea39a4582b0db362ac8e78d97b6286b98cd2 13401 
python-httplib2_0.7.5-1.debian.tar.gz
 9399c603226d76b02e970cf0b4be1574094a2f69 62338 python-httplib2_0.7.5-1_all.deb
 a858ae5177fe320e21013acc13da7b40cb76a9d5 51394 python3-httplib2_0.7.5-1_all.deb
Checksums-Sha256: 
 15aa06807225376f25d72a45b9a7cb5559013947dc4727bf23ee4142ce22aff2 2136 
python-httplib2_0.7.5-1.dsc
 5290d1a11fd04cb47edcb1001cefba8adfc53616d3164a4a409f41f25ea5cc37 140875 
python-httplib2_0.7.5.orig.tar.gz
 467be022bf2acd6273e7432cddf02742ae9fa29c06865b2ebfbc8a928a5dd44d 13401 
python-httplib2_0.7.5-1.debian.tar.gz
 0be525abb2770ca44a5a8ca633e73164fcdc6ba0922ae1b527d9993594ebdfd8 62338 
python-httplib2_0.7.5-1_all.deb
 c2c9cbca21d84884232b3af3756dbd6fed3508aad1f4e5c071448468df6eb47c 51394 
python3-httplib2_0.7.5-1_all.deb
Files: 
 40a541461a4a62811ffc033212e00a8b 2136 python optional 
python-httplib2_0.7.5-1.dsc
 36245d43ebe5af42c1274f264e331aea 140875 python optional 
python-httplib2_0.7.5.orig.tar.gz
 d0aea86b662f6767335a40a62a8e7155 13401 python optional 
python-httplib2_0.7.5-1.debian.tar.gz
 70eb8a7d22f805d21059c5eef10b17bc 62338 python optional 
python-httplib2_0.7.5-1_all.deb
 3d84857d903233c4d327269b5a9d772b 51394 python optional 
python3-httplib2_0.7.5-1_all.deb

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

iQIcBAEBCAAGBQJQSxeHAAoJEEkIatPr4vMfBdkP/icm0MrfuHN8vuEFWplXu9oV
oC4zWp4glzNwEh4sUvKmydLnFtMCEAkLUQteHMUcmXtyCkSRdF1u08w3+YY7kpCZ
TB8OWtIfvvXar+zhSC7ZP9Kmi3s2/bEOH+P/J9f9lDBDJZdFG/H32Uzv4Ar32np+
D1ykj2i7WNcN6UTbPAOoyCke4C/q4ObkLBuxWynexRK5D9TlxzNUqbsqCyNvwHel
nTE+ias4rbwMIq34Mih/5j0tTnzc+QRiFkmdXTdqMwllryzU2XVurJzfyle+np3x
3HuxT84fpVaFqAniULqhRU0QONV9BtKq7PLjKNXcoNvwB6a2+mXSpLC7d/RSBNwL
M++NbOxnPIHBxhyzVm5hUE1UtQ05W3cTccl7yP+b9RS7G7kIT8clxKmAaaOuU26B
EJryajZlz0RJrTU32ttLB+OIm/sWNM/5jkp2XhCZlZIwBZZTG5swhwyZUJvAth8u
b2WygDI9RhekaVDDM1L7JE2a1B5wPUfTaYpk4Q2CFDyfe6zl4FozzlZQsnWirGTX
hKIc8W67ML6TxOUB6viW+bzedgiwx3zrENO/7m/e+Mz3WEmDdiwkIIoCeh7fK4zk
r94YFvYSfzY8Rpzhl8jVGi4cvJi6BIidVMQLDFDvArO6Sixn08orsBJaKpHjLKcb
5QKuShvkhcjMlhMn1Xbz
=X3Jg
-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/e1tai6e-0006xt...@franck.debian.org



Accepted binwalk 0.4.5-1 (source amd64)

2012-09-08 Thread Leo Costela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 13:19:20 +0200
Source: binwalk
Binary: binwalk
Architecture: source amd64
Version: 0.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Leo Costela cost...@debian.org
Changed-By: Leo Costela cost...@debian.org
Description: 
 binwalk- tool for searching binary images for embedded files and executabl
Changes: 
 binwalk (0.4.5-1) unstable; urgency=low
 .
   * [6b44b155] Imported Upstream version 0.4.5
Checksums-Sha1: 
 6b3ed3ab74752672fbc75154cf7e9a33a17e15a3 1222 binwalk_0.4.5-1.dsc
 cdc7918cada78b8d84c61a38d9c50a21704adfba 112526 binwalk_0.4.5.orig.tar.gz
 3bf931602df16afb9455581c6755d7b67211578f 3795 binwalk_0.4.5-1.debian.tar.gz
 69c22e7f8973ad034613b45f3a6817cae6f7154b 48380 binwalk_0.4.5-1_amd64.deb
Checksums-Sha256: 
 7494e75ad72bd2b5061979a0b2e36b6ac98c618cc01f1f1bca4adedae1dd 1222 
binwalk_0.4.5-1.dsc
 0797173ef20f581e7573976c70e4b2575656d56b482a9392a8795714436da2f0 112526 
binwalk_0.4.5.orig.tar.gz
 2690409978ea5017f40da78da9826113f0d6bbbf886fb2620b79fa65f1b12867 3795 
binwalk_0.4.5-1.debian.tar.gz
 bc95ef11ba009b9ce5a1ac1eb1772399dca7e04b54302d8c19493d809b15bc58 48380 
binwalk_0.4.5-1_amd64.deb
Files: 
 0d8e3c735761772ad34166ab30ac62c3 1222 devel extra binwalk_0.4.5-1.dsc
 61aede5a7ab9bd54ebd93b7086f57bc0 112526 devel extra binwalk_0.4.5.orig.tar.gz
 9e43cee9500c8e7d3b6abb28da4c6a8e 3795 devel extra binwalk_0.4.5-1.debian.tar.gz
 325f0248c0a1389e5dc415e7893fc55f 48380 devel extra binwalk_0.4.5-1_amd64.deb

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

iEYEARECAAYFAlBLKwcACgkQImLTb3rflGaXdgCeNAPIU7m7+r97W9L+J1OT2iSC
020AnRwFVpfNuhKQMro9WgELJol8ELeN
=JhZc
-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/e1tajhd-0006pi...@franck.debian.org



Accepted llvm-defaults 0.14+nmu1 (source amd64)

2012-09-08 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Sep 2012 22:12:56 -0400
Source: llvm-defaults
Binary: llvm llvm-runtime llvm-dev libllvm-ocaml-dev
Architecture: source amd64
Version: 0.14+nmu1
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description: 
 libllvm-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 llvm   - Low-Level Virtual Machine (LLVM)
 llvm-dev   - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
Closes: 685170
Changes: 
 llvm-defaults (0.14+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix empty /usr/share/doc/ directories after Squeeze → Wheezy upgrade: add
 *.preinst to remove directory before the symlink is created.
 (Closes: #685170)
Checksums-Sha1: 
 a09133b3284953d96df0129cc6826cf4b471bf40 1940 llvm-defaults_0.14+nmu1.dsc
 61d2d35d7644b6bfc51d9eccb9fc69eae79eb0e7 5510 llvm-defaults_0.14+nmu1.tar.gz
 fa83a581d4edac1f6680ab6b4c269912edeb486f 1822 llvm_3.0-14+nmu1_amd64.deb
 ab6909f8b7c6a283b69b9f1a463a80b0455ad599 2946 
llvm-runtime_3.0-14+nmu1_amd64.deb
 d724285833ac406e4355899955057ab5e34f0a49 1346 llvm-dev_3.0-14+nmu1_amd64.deb
 5bd50154390a34a903c774d1a8d0834bdc32dcd9 1156 
libllvm-ocaml-dev_3.0-14+nmu1_amd64.deb
Checksums-Sha256: 
 5fc99f49de7a34efe62c08acf1d0080e56a0a90ab01fdbfdd4d4976d4526ceb6 1940 
llvm-defaults_0.14+nmu1.dsc
 2c9774ee2bb571339a4ebd63904228cee3572413164088c83f72d404dbca3030 5510 
llvm-defaults_0.14+nmu1.tar.gz
 803e69337bf64d14a12d07c5ac2a391ef77254cc86a08a098592df8e1115356f 1822 
llvm_3.0-14+nmu1_amd64.deb
 a0e38f2176826e2b0c8c02adc57978823d03e20308b0d0347873c087f5d4891b 2946 
llvm-runtime_3.0-14+nmu1_amd64.deb
 6bca840c61376d834bf5445b4a34e4ea3ab13b7ea63e059a6eec25038d5ac7eb 1346 
llvm-dev_3.0-14+nmu1_amd64.deb
 520b10e1461e8880d115b1b5e85db48c6871ec537f3970008ed6784fdc9f1e74 1156 
libllvm-ocaml-dev_3.0-14+nmu1_amd64.deb
Files: 
 fdbc5475130011a8d7032353d1a26938 1940 devel optional 
llvm-defaults_0.14+nmu1.dsc
 e3fde04b8f9c06acf49e8c3267a42f15 5510 devel optional 
llvm-defaults_0.14+nmu1.tar.gz
 b92b8b2a5ff0c9e45b999451e6cd8642 1822 devel optional llvm_3.0-14+nmu1_amd64.deb
 776102369f43841d48503c02536eb90e 2946 devel optional 
llvm-runtime_3.0-14+nmu1_amd64.deb
 9ee8ff9ce856949ecc4ab8f0225132eb 1346 devel optional 
llvm-dev_3.0-14+nmu1_amd64.deb
 25459fdd2787af1ecc659395728b7995 1156 ocaml optional 
libllvm-ocaml-dev_3.0-14+nmu1_amd64.deb

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

iQIcBAEBCAAGBQJQSqtJAAoJELgqIXr9/gnyjloQALjXDE+TgzhA/EgDjQFQmfDW
UbFx8+dIwrZJ9JGMkgRFOCI42HH3tFG461R+EQgRYm/s/hjBkpnbrDYDECkoLSB7
qzv/UhXEbnNX7Jzz/9+W+4V2WGBSJdTpoBYJOic6DQWfIB7jj8R+r1vtL6S6+eAA
12T5ogmoJ7SDqwQkcLOiiIzJwnfrh6by2+1ZIi8GJwttxqWCr+V26RWcTr7Regdd
JiS8dgBOvTvQ8ULH8wIyccC43tJ2fNptR0LXJmAZgAB1iRkUA/xjMKMZXfvkcvsA
uuPdYBSfLmhfwp0c3agGNTNK1+RAmkTNotpZF3GXNjYMVwawpsg4tYzx3RFhgwmL
8t+WQ48l8h8gdPWOGZdDZV4SYBqK0xAWgArRs4AAbvWV0DVn67SqK7a+OTfccBXd
tFgLqFO/mLYMsHQa340DI+Ob5fF1rCzSeK8PosUxzIBKxWtwc8zC0gABfe8mjWP8
vvMFnkG+MrEbv9jzRS/+X9Fb8V54ap17a/a9zRovQ5+7Q4aLBxX2gUoZDpC07RTT
gXyUNzQ3vfdpQliTW217uilKzBNJeYIQlwcHKO4WjjP2BvtCiJ88UBfjY1KTe9/2
riYEnjwu8qv6o+ucZfPMDfFJ1FA4//zIUl4mH1ab3VKLuCi8hunhZNkmLUSSuikM
IG0gJgd6vSi/fhe417w7
=k3BP
-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/e1tajvm-00012m...@franck.debian.org



Accepted binutils 2.22.90.20120907-1 (source all amd64)

2012-09-08 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 13:40:39 +0200
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64 
binutils-spu binutils-doc binutils-source
Architecture: source all amd64
Version: 2.22.90.20120907-1
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils   - GNU assembler, linker and binary utilities
 binutils-dev - GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-gold - GNU gold linker utility
 binutils-hppa64 - GNU assembler, linker and binary utilities targeted for 
hppa64-li
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - GNU assembler, linker and binary utilities (source)
 binutils-spu - GNU assembler, linker and binary utilities targeted for spu-elf
Closes: 684079 686183
Changes: 
 binutils (2.22.90.20120907-1) experimental; urgency=low
 .
   * New upstream snapshot (taken from the 2.23 branch).
   * Don't build anymore with -marm on armhf.
   * Work around `install' limitation not able to pass parameters
 to the strip command. Closes: #686183.
   * Generate md5sums file. Closes: #684079.
Checksums-Sha1: 
 2513c96a5a3f865116f2e4c5dd935a513b729428 1771 binutils_2.22.90.20120907-1.dsc
 ac1a0e14aa133dd76897a77622cf7e3492021809 25820780 
binutils_2.22.90.20120907.orig.tar.gz
 dae610f8bf0d6326f8b0b79cb7ecc3de6675e2d5 66919 
binutils_2.22.90.20120907-1.diff.gz
 b2d87da563fd1797e4ee3cd5c7497528fc72068e 594498 
binutils-doc_2.22.90.20120907-1_all.deb
 bf15ea0f4e1406796d2c76c9d35c0419208d34b4 14862198 
binutils-source_2.22.90.20120907-1_all.deb
 96d04575c6090e81797ad6d75e628dd9b3faf139 4956352 
binutils_2.22.90.20120907-1_amd64.deb
 a7045313b0e0d303baa03fca10350f2a3ee21ef0 4779536 
binutils-dev_2.22.90.20120907-1_amd64.deb
 b04372cd7a75955b866c98f837f2152b68e1f8cd 2374334 
binutils-multiarch_2.22.90.20120907-1_amd64.deb
 db1ac77635a262c267233a4fcd34c9e1d7154c57 1460 
binutils-gold_2.22.90.20120907-1_amd64.deb
Checksums-Sha256: 
 58898952947031ddba7a287d64f39ea1b02a5a575fa2663abd2995e21fa82718 1771 
binutils_2.22.90.20120907-1.dsc
 86efe7bc47cf3da308b01544f7a4964111fa1b9b0b2592ba03d43955229854c7 25820780 
binutils_2.22.90.20120907.orig.tar.gz
 f9674cc167eaf55dbc199c62d36a6e8acc9e205b046912652f2f786f4ba82766 66919 
binutils_2.22.90.20120907-1.diff.gz
 5d19c0f9a4721b7d7718db9c7b28aeeb9f1c036860a521cb41fecd11e2456e38 594498 
binutils-doc_2.22.90.20120907-1_all.deb
 09b80c3677a326a1d971c7c3d82703e73889ca6f4893d2a03a5447472995f932 14862198 
binutils-source_2.22.90.20120907-1_all.deb
 09f6e790cb1365a1f6bd869ec2decff3fc9c43e8bed0ffb443f05ef9ffc365c8 4956352 
binutils_2.22.90.20120907-1_amd64.deb
 1bf7599a528c6a0af96f4e349e7f24f960a48a655b6687ff1917d3daad9374de 4779536 
binutils-dev_2.22.90.20120907-1_amd64.deb
 a795ea9a128dc33708dcac16ed50a27b60dfbf9db6dfdedbb23ca067bba5dd84 2374334 
binutils-multiarch_2.22.90.20120907-1_amd64.deb
 5cb0285be0a934389b352103b4e174ca7fbe003a38b197e5693b68d0608b6038 1460 
binutils-gold_2.22.90.20120907-1_amd64.deb
Files: 
 d96440e66f10ba1bf6e3b981ae11f0d9 1771 devel optional 
binutils_2.22.90.20120907-1.dsc
 bd8e47cdce89353bc39fed8b18f533e1 25820780 devel optional 
binutils_2.22.90.20120907.orig.tar.gz
 5ff5409c7cd00cfc2a5ebba8ae62f1b6 66919 devel optional 
binutils_2.22.90.20120907-1.diff.gz
 8511209418f77ef62f2580e36a5ebe34 594498 doc optional 
binutils-doc_2.22.90.20120907-1_all.deb
 b26156b36a0f1eb185fc7a2286b11687 14862198 devel optional 
binutils-source_2.22.90.20120907-1_all.deb
 313090afd35dc7d26dbe13d6c766b1aa 4956352 devel optional 
binutils_2.22.90.20120907-1_amd64.deb
 96207ec76fa1ebd448bbd9968afa1875 4779536 devel extra 
binutils-dev_2.22.90.20120907-1_amd64.deb
 6f789c199a8cd5d4aa6bff2e6d1a2922 2374334 devel extra 
binutils-multiarch_2.22.90.20120907-1_amd64.deb
 7e2fbe456491379cf0fc56d32d7dfe43 1460 devel extra 
binutils-gold_2.22.90.20120907-1_amd64.deb

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

iEYEARECAAYFAlBLOvgACgkQStlRaw+TLJzBkgCguEdWdneUR64RT2eRBPV9+QoO
ZlgAn0oBfg4DAG4DaFXwhqpu+vZpPnhm
=cH6H
-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/e1takru-0006ay...@franck.debian.org



Accepted digikam 4:2.9.0-1 (source amd64 all)

2012-09-08 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 13:38:34 +1000
Source: digikam
Binary: digikam showfoto digikam-dbg digikam-data digikam-doc kipi-plugins 
kipi-plugins-common
Architecture: source amd64 all
Version: 4:2.9.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 digikam- digital photo management application for KDE
 digikam-data - digiKam architecture-independant data
 digikam-dbg - debugging symbols for digiKam
 digikam-doc - handbook for digiKam
 kipi-plugins - image manipulation/handling plugins for KIPI aware programs
 kipi-plugins-common - kipi-plugins architecture-independent data
 showfoto   - image viewer/editor for KDE
Changes: 
 digikam (4:2.9.0-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 a130d1696c228c9d04a41277fdfbe5c22b1c90de 2422 digikam_2.9.0-1.dsc
 df4b879a95f4ccac4480c5161d66fb05d6fbefcd 56765772 digikam_2.9.0.orig.tar.bz2
 51f1094e1c247fbe0074e86984afe82db629e448 43026 digikam_2.9.0-1.debian.tar.gz
 624f1872263993bcb93ef58acc59ba855a88583d 7686362 digikam_2.9.0-1_amd64.deb
 19a7c7be6b7a3cf61a2d984606536543ff81788a 2049792 showfoto_2.9.0-1_amd64.deb
 add1832e1ed2793c1838c93b5a5761181e9f0c78 126054594 
digikam-dbg_2.9.0-1_amd64.deb
 6ec64c5801ac5caf72d5bd44c72094a457c9b0d8 11024268 digikam-data_2.9.0-1_all.deb
 49326bd0cc969e69546241f45554da8f3c360aaa 18844258 digikam-doc_2.9.0-1_all.deb
 c0f17a32fe26ddf253f1ca052db546670c961c64 6289422 kipi-plugins_2.9.0-1_amd64.deb
 bdaadefdc7b1ea4e57d0f1af267645e82f9e929f 8568966 
kipi-plugins-common_2.9.0-1_all.deb
Checksums-Sha256: 
 f037972199dc64b311c531e7493f1220c3d88440f62e7df22bc441c0713f4ff8 2422 
digikam_2.9.0-1.dsc
 73dd0f3820fc44bba7b72c98cab73d0391e98687674da8be11ff07590c703ba0 56765772 
digikam_2.9.0.orig.tar.bz2
 4d3554861fa5f51939205d2689b3a05e00c7413702e4bbb6d9801b61aaf6c421 43026 
digikam_2.9.0-1.debian.tar.gz
 08692f85362843709433851c96d9b5b72127ea09af86f463f11b3cf65c2da734 7686362 
digikam_2.9.0-1_amd64.deb
 14920dc2e1a9fc7aefd077617e65c2a79767d52c16f65e5072967731719c87a6 2049792 
showfoto_2.9.0-1_amd64.deb
 00b5b1ee5493f6e9786019a5a2cf158807c054ea16fa9c1c352c9fdc31b2d03a 126054594 
digikam-dbg_2.9.0-1_amd64.deb
 39b7594064f9a96485f3aaa60eed4f99e2a30662bce1a156fca4335182c7e7e0 11024268 
digikam-data_2.9.0-1_all.deb
 442ce34962d7a414e1278e6c786ed92478d65cfa93619329733703ab49a86cde 18844258 
digikam-doc_2.9.0-1_all.deb
 cdfb07b770d42917b4f477efd6ba22dfce2e16f8f8b0a207aec8e2828d0d6497 6289422 
kipi-plugins_2.9.0-1_amd64.deb
 b34c55e7d733589824ff1f3af0069482737679b80c4b14021fe2b230f569f369 8568966 
kipi-plugins-common_2.9.0-1_all.deb
Files: 
 86adf478f0345e76a60e1136027f7291 2422 kde optional digikam_2.9.0-1.dsc
 eb2971c98cadb31a2d63c4189d26ccab 56765772 kde optional 
digikam_2.9.0.orig.tar.bz2
 41a99192bfdaeef9af426a12fadb3df0 43026 kde optional 
digikam_2.9.0-1.debian.tar.gz
 0448165bc0cb58bd03d54289008f444d 7686362 kde optional digikam_2.9.0-1_amd64.deb
 efded9ee448474e1c01cde43b9df0943 2049792 kde optional 
showfoto_2.9.0-1_amd64.deb
 acf39e1a8ac91513b9fa91cd6e86f7ab 126054594 debug extra 
digikam-dbg_2.9.0-1_amd64.deb
 3cb5ce22886c4ef58c3e2622abfe5f38 11024268 kde optional 
digikam-data_2.9.0-1_all.deb
 ccdbb2d44b4e335880382a73a86f0ce4 18844258 doc optional 
digikam-doc_2.9.0-1_all.deb
 20b7c4f9db0de30201bf7f1df8214a00 6289422 kde optional 
kipi-plugins_2.9.0-1_amd64.deb
 17d1069fd26b0d0a1a5a08bab408c853 8568966 kde optional 
kipi-plugins-common_2.9.0-1_all.deb

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

iEYEARECAAYFAlBLJoIACgkQoCzanz0IthLegACfdTeTQGZUGxJzLph7jzuiPnGZ
T40AoIiC9O8VQWU+RDcGTS05IkTy+k/R
=2MHw
-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/e1takse-0006d0...@franck.debian.org



Accepted downthemall 2.0.15-1 (source all)

2012-09-08 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 14:24:05 +0200
Source: downthemall
Binary: xul-ext-downthemall iceweasel-downthemall
Architecture: source all
Version: 2.0.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 iceweasel-downthemall - iceweasel extension with advanced download 
capabilities - dummy p
 xul-ext-downthemall - iceweasel extension with advanced download capabilities
Changes: 
 downthemall (2.0.15-1) unstable; urgency=low
 .
   * Imported Upstream version 2.0.15
   * Bumped Standards-Version to 3.9.3, no changes needed.
Checksums-Sha1: 
 22f28d953bbef1caf61fae3e09c069b9bf24c17f 1511 downthemall_2.0.15-1.dsc
 b69bb8242c8f3779b97d2eab6da6dc05f524d9b7 550154 downthemall_2.0.15.orig.tar.bz2
 0f5afb415edc1eae49ba8a42b3f3f95f6efb0604 11836 
downthemall_2.0.15-1.debian.tar.gz
 f0f9c1b144f60bb9fde68028a2a23c603f249b0e 752740 
xul-ext-downthemall_2.0.15-1_all.deb
 27a68b20e872f7e503bbfdd8d4a9e952e85cc728 11910 
iceweasel-downthemall_2.0.15-1_all.deb
Checksums-Sha256: 
 b872d662ce119db96de5a8e9131596471d3db0f4f3c88c70dcfdb30be66a9b73 1511 
downthemall_2.0.15-1.dsc
 1ee18686a255b90a56cf355944e47aed0f26f84d88dcaa8e55fc06a4ae6637c6 550154 
downthemall_2.0.15.orig.tar.bz2
 eada79777bf17820b42e6c58fe717b945aa98de2cfef8f8eb7eed048fba76b7e 11836 
downthemall_2.0.15-1.debian.tar.gz
 1b3645ec794c816a3bc6b07afc73564084b9dc48ba9a1ed07aa4cc1701204132 752740 
xul-ext-downthemall_2.0.15-1_all.deb
 4dad35e6ba5115cade564c72a68f14949e09d9ece5360b0a27d5cadd213127d2 11910 
iceweasel-downthemall_2.0.15-1_all.deb
Files: 
 b6012daa3a8335e2ee1f420df5d3cf89 1511 web optional downthemall_2.0.15-1.dsc
 cb10f2cce672daa5ae4c6b57ebcca9e4 550154 web optional 
downthemall_2.0.15.orig.tar.bz2
 b9f6ea5d643e49e8689a2215017c8db5 11836 web optional 
downthemall_2.0.15-1.debian.tar.gz
 78584e811a4a15591d64c2f9f2aaa99c 752740 web optional 
xul-ext-downthemall_2.0.15-1_all.deb
 10b9b8663ae03f7721ad70e11141f8c7 11910 web optional 
iceweasel-downthemall_2.0.15-1_all.deb

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

iD8DBQFQSzrwVkEm8inxm9ERAsExAJ9mc4+zsGq9YFDvyd5KnlYBjgOQDwCbBUeG
b+65PDpFT2HyZDCJ4rilOXk=
=ZAsT
-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/e1taksi-0006ds...@franck.debian.org



Accepted python-concurrent.futures 2.1.3-1 (source all)

2012-09-08 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Aug 2012 23:17:44 +0200
Source: python-concurrent.futures
Binary: python-concurrent.futures
Architecture: source all
Version: 2.1.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-concurrent.futures - backport of concurrent.futures package from Python 
3.2
Changes: 
 python-concurrent.futures (2.1.3-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 30ff1e925d9ae5b2b175e59f94618e67f2301968 1600 
python-concurrent.futures_2.1.3-1.dsc
 db9b28ebbc1a67702361264f281c35f8027bba9c 25235 
python-concurrent.futures_2.1.3.orig.tar.gz
 d02196f0a643d2d38c84f8a846c685235cf64455 2775 
python-concurrent.futures_2.1.3-1.debian.tar.gz
 3b800cedafb8cc6911ca1a32a10978fff7150f3a 40278 
python-concurrent.futures_2.1.3-1_all.deb
Checksums-Sha256: 
 675c6a199b4df703bf9c806223d289d896da59ccad630f0c08c46ce6f7b86831 1600 
python-concurrent.futures_2.1.3-1.dsc
 62175d035914a4c2d538335b8488077d09fcf2f8a83c72f06b24f2ab03891206 25235 
python-concurrent.futures_2.1.3.orig.tar.gz
 68298d96f8f5a76deb7182cda3ee23695715c069c279311857ddbe9bede36b1a 2775 
python-concurrent.futures_2.1.3-1.debian.tar.gz
 26005692530a5601efacb0045d501642e771e3866d33547632448879f3fb0db9 40278 
python-concurrent.futures_2.1.3-1_all.deb
Files: 
 2d483c37ce93151b397206389cf039ef 1600 python optional 
python-concurrent.futures_2.1.3-1.dsc
 3de68835c8035dff0495cbe7f5c75beb 25235 python optional 
python-concurrent.futures_2.1.3.orig.tar.gz
 587d5ab79449bb9e09f5f54820753a92 2775 python optional 
python-concurrent.futures_2.1.3-1.debian.tar.gz
 b7b4beabb4d3e8fd12f059ee9ff1dd8f 40278 python optional 
python-concurrent.futures_2.1.3-1_all.deb

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

iEYEARECAAYFAlBLTW4ACgkQAukwV0RN2VCotwCgiTuXiSdWGPBQg0YH2BLCnln/
7V8An3tSqVrlL4L9W2FNQ1w+ZyXS9s2J
=BL/q
-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/e1tamzf-00018z...@franck.debian.org



Accepted python-regex 0.1.20120904-1 (source amd64)

2012-09-08 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 16:00:10 +0200
Source: python-regex
Binary: python-regex python-regex-dbg python3-regex python3-regex-dbg
Architecture: source amd64
Version: 0.1.20120904-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-regex - alternative regular expression module
 python-regex-dbg - alternative regular expression module (debug extension)
 python3-regex - alternative regular expression module (Python 3)
 python3-regex-dbg - alternative regular expression module (Python 3 debug 
extension)
Changes: 
 python-regex (0.1.20120904-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 4468d0d43999edcc6ac64a7a22d601718f736ffe 1665 python-regex_0.1.20120904-1.dsc
 62c01e3688f0fce155fc2016d8c2584f9d36d8ec 1141901 
python-regex_0.1.20120904.orig.tar.gz
 9ba52b27d2c18a22bbaee4b7ea69d37ac0736721 3557 
python-regex_0.1.20120904-1.debian.tar.gz
 23335d7729de5b94841c75b1c1f3c42eaee3718e 360638 
python-regex_0.1.20120904-1_amd64.deb
 d335db9cd2dc3794e97692386a0aaad1cf8ccd3f 795514 
python-regex-dbg_0.1.20120904-1_amd64.deb
 d31a96ac2ed5723129558c3e30c5dcefa609fd05 209940 
python3-regex_0.1.20120904-1_amd64.deb
 a0f726927f16b46964f8719120c489b2b88083db 448890 
python3-regex-dbg_0.1.20120904-1_amd64.deb
Checksums-Sha256: 
 e345c376dc65588af81eb5b90dc2c419c3c1de1d327fd6daba5ace52a5f75adb 1665 
python-regex_0.1.20120904-1.dsc
 7597e3d710ddcc78b92d5f105ea98c689b3f87382810dcedfbff396961ee161b 1141901 
python-regex_0.1.20120904.orig.tar.gz
 ea4d7fd9089ad7c1477d9bbc95c8fe47f323d3b10264701564c7f26c8f335b20 3557 
python-regex_0.1.20120904-1.debian.tar.gz
 53f28f362fb449146e3e22ef472c0e0ba90acfcb082d89f3a4aad6f1a2ed39dc 360638 
python-regex_0.1.20120904-1_amd64.deb
 921c74305f341efa7bdb70081cab704e94a87c117b179d90478529904b658a90 795514 
python-regex-dbg_0.1.20120904-1_amd64.deb
 1ce535a4f8fb06db5fc4b4a457c81481b68edf81f1ec96a4ecf941c543cb3c81 209940 
python3-regex_0.1.20120904-1_amd64.deb
 0641edc06f23ece4fffcc588b3b4e626e1982db5539399a187e7181e55c26d1e 448890 
python3-regex-dbg_0.1.20120904-1_amd64.deb
Files: 
 57571faa03d87c5d018ed14dd1722f01 1665 python optional 
python-regex_0.1.20120904-1.dsc
 7653249b6f3950e9827217685318f160 1141901 python optional 
python-regex_0.1.20120904.orig.tar.gz
 9828a0f6fc1681ec37b06fcad1f36fe0 3557 python optional 
python-regex_0.1.20120904-1.debian.tar.gz
 a6086c2c612ab9955ad864e252679803 360638 python optional 
python-regex_0.1.20120904-1_amd64.deb
 9034aa26146b3d8f9a433375b0a0b422 795514 debug extra 
python-regex-dbg_0.1.20120904-1_amd64.deb
 52df89a26ce542a08b48dd2a57cdb981 209940 python optional 
python3-regex_0.1.20120904-1_amd64.deb
 f8c1ae422ff9b085b86e73ec989fc7a8 448890 debug extra 
python3-regex-dbg_0.1.20120904-1_amd64.deb

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

iEYEARECAAYFAlBLUDUACgkQAukwV0RN2VAWwACfVxoDDKdxAUF+THdFKZcDUE4Q
cLoAoJWkbsg9N5PuqRF74lS8fAjZVfnB
=eojh
-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/e1tamzk-0001ad...@franck.debian.org



Accepted llvm-defaults 0.14+nmu2 (source amd64)

2012-09-08 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Sep 2012 11:18:28 -0400
Source: llvm-defaults
Binary: llvm llvm-runtime llvm-dev libllvm-ocaml-dev
Architecture: source amd64
Version: 0.14+nmu2
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description: 
 libllvm-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 llvm   - Low-Level Virtual Machine (LLVM)
 llvm-dev   - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
Changes: 
 llvm-defaults (0.14+nmu2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix previous changelog entry, thanks to Adam D. Barrat for spotting it.
Checksums-Sha1: 
 fe9dcaaff16631556832a6f18628df8f0739061f 1940 llvm-defaults_0.14+nmu2.dsc
 a3d5bf27d54819a1f40bb35a3a039b347512f7be 5603 llvm-defaults_0.14+nmu2.tar.gz
 faa84c67d3d7b9fd2025e4936b9304b9c9ea84b4 1814 llvm_3.0-14+nmu2_amd64.deb
 1f8a89ebbeee21c0d0c07b1f9a7810b57c40ad58 3008 
llvm-runtime_3.0-14+nmu2_amd64.deb
 acd0db0be9f66939916e3b38dbdf213c0b7ff48d 1338 llvm-dev_3.0-14+nmu2_amd64.deb
 aa1ad4dadf5c9ca40225633f2f92ca5caa53856f 1160 
libllvm-ocaml-dev_3.0-14+nmu2_amd64.deb
Checksums-Sha256: 
 2c205424b2c1d5386ee39a40a785a28aad195841ae029eb60fdac493a7e3 1940 
llvm-defaults_0.14+nmu2.dsc
 de62eefafc08588dcec056ce5f0c46d5f1ee042dce3a416c18ea22d046430d40 5603 
llvm-defaults_0.14+nmu2.tar.gz
 2e6964fef927a05be9ca9a066cc59ed31adcc8bd32c208fc3820df533c5f9146 1814 
llvm_3.0-14+nmu2_amd64.deb
 cab0c871743147a433f8fc4ada98cc28bb343d4a739aed3e38df3fc18f8d9cf8 3008 
llvm-runtime_3.0-14+nmu2_amd64.deb
 e8a6df4abc87eb467ae2878dd5dd11d4bd6b81d6c34d0670b1ed13898ecee9e2 1338 
llvm-dev_3.0-14+nmu2_amd64.deb
 ddf740dba11ccc19a29f4d940022bb5a91a1b0669998d1be492d729ade51dbcc 1160 
libllvm-ocaml-dev_3.0-14+nmu2_amd64.deb
Files: 
 d2da430119b8192fda5790b669a1c0e4 1940 devel optional 
llvm-defaults_0.14+nmu2.dsc
 a362d532ffb97256cc8d660734e6d1f4 5603 devel optional 
llvm-defaults_0.14+nmu2.tar.gz
 68c69431304c47e8e3ecb8d316fcea82 1814 devel optional llvm_3.0-14+nmu2_amd64.deb
 84cd14800c7dead9b45df8127b1aa750 3008 devel optional 
llvm-runtime_3.0-14+nmu2_amd64.deb
 fc7c96cdf4553a4d8a26f7929eafe60f 1338 devel optional 
llvm-dev_3.0-14+nmu2_amd64.deb
 0e330e560d8bf2ba47b10f68b509a75d 1160 ocaml optional 
libllvm-ocaml-dev_3.0-14+nmu2_amd64.deb

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

iQIcBAEBCAAGBQJQS2KmAAoJELgqIXr9/gnyFvkP/2Ojo8eVkUn8myaBSbSztOlh
PlLHxvqRYP7qTffQK60XQwmasAvBDqP472W4vnkqPxqceXeiFv6zAHVpBe2hQyb7
xE76vW3q4Y6v4zQjMThCvRQSc61FTyYun8s2xIUumCg9h5tkxF00maDdz1Vn34e3
65owAO3rqsKzuLFaPLR+uJjztGuYlAmQ6z8khehJsA7wxCoPWWAdvW4U7ZWY02uq
ZflGADwhK/Qtalsmt8BlT/H3PcdCW1JVD+afgkJzbIZejxyR45IjgImxPf7caRCq
x175jbb798JpVeP2idzWa5mwv9TP3LjedloPMbUF/i/JFzWn6rQzz4lrh3F2dU5J
PS0f3dnlyZsNyAtNUY0B08kke//B7ZttO3NwILOJnVdULhEDq1olPVeZPlEwlIg0
TKf6yh7EDYhDX01hwqOYTpjVHmHganfWQh0gd2tyfUmvzvNtGMRpVFTH1S6xeaZJ
AX7ycC2pCQ1/+g0TZFMjaaG75e+zPLr12vbFqgM64oq1DdqckyjpJtVwPSC0bBVE
Phs5pvyqQ8fVGpQ9IY4SJcbX4+xi2OFji4xYyJhy5TL+AYNHOgsOhHhS+/zDFFDQ
YJktp3dOlOV6NpiENrZhobSDoYpKyE9Ly7tpPTcq0+cVTq3ZbSBMvk20a2Te/D6L
dL+tsNhiUVGqQ0wo71pP
=U85L
-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/e1tan1w-0006cc...@franck.debian.org



Accepted d-push 2.0-1.1 (source all)

2012-09-08 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 06 Sep 2012 17:38:49 +0200
Source: d-push
Binary: d-push
Architecture: source all
Version: 2.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Wolfram Quester wo...@sigxcpu.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 d-push - open source implementation of the ActiveSync protocol
Closes: 685542
Changes: 
 d-push (2.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix Error when using https://myserver/Microsoft-Server-ActiveSync:
 add missing trailing slash to STATE_DIR in
 0005-set-proper-default-config.patch.
 Thanks to nb for the bug report and the pointer to the solution.
 (Closes: #685542)
Checksums-Sha1: 
 fd5f11fe53c458928c1f59435c964a93793bb9fc 1813 d-push_2.0-1.1.dsc
 3aecb8af2acf60a849250c8ed6c2cfa3e9a63391 29701 d-push_2.0-1.1.diff.gz
 7059f51fe37e54e047c1209bf6881a8f35f36724 443994 d-push_2.0-1.1_all.deb
Checksums-Sha256: 
 f86ba0a8a0d42ba9d55ac84acba0da7eb72e1c39ebc4bb0d4a2aa56e4fa2a6b9 1813 
d-push_2.0-1.1.dsc
 f7d1bf4d388b43eb632993e526561407100760303e2ae3dbe501ca79c9354cfc 29701 
d-push_2.0-1.1.diff.gz
 2008b3e955609e09b37c5210ca54a48963ba72dccfa4caee3813b69612433d6c 443994 
d-push_2.0-1.1_all.deb
Files: 
 7aa2a36050df8b514e50d0f2e030f38c 1813 web extra d-push_2.0-1.1.dsc
 eb07ea7e9c9862fe0e3681240837e4f2 29701 web extra d-push_2.0-1.1.diff.gz
 285690d8656d16acc3ea1473448e436d 443994 web extra d-push_2.0-1.1_all.deb

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

iQIcBAEBCAAGBQJQSMO2AAoJELs6aAGGSaoGtAUQAJ6lWjtd9gEwqksDp+rZt55x
asRCR+dhzwk7BCk4Pv9xnn0eqCAzHKktRCjGakTuC83DzYj3pmsVWvD2Caply6Ul
pESk3eZ5t3p6v83qml6RtpVAFpoX2iqG6HR8+l2OryWcImaGH4K74o/gXFQnRxpY
NShYCWruNUtQlpd9Du3J0tnI/aDSvVYkvn4T2GqkpMHfjqSgys7y6GiUp6YMYb7d
kU5vofI97pdaJ/fIZp+vFBv28xNWaKR+IP+E4L2Xgc7jPN7zL2rEfOshMXySZIne
NY18LU/EjtQKQGVacHUMooKQuMf74k2vzRSn/kQorC31fKutPzGy66OwFChVZ5jZ
+wHKIjv2dMm327sNBb3jur4sQyohrcOzTPZhkvleC/1iUEBeVIFikHVxPOre5pQG
8crtmJU1rDw4wV0VNV3h0qA+84eueAgqaekUwlXJ59qZgQ35uYAFlwnOIzCF+WtQ
eQYMUAXSkq1gh9ZkJz8y7KvJvRLg+7hC5EYRWTLZMlX8h4c4rZxedmvoW+w1gvfL
vdSjlv5wWeVTGijSEDmiVEYl8CbdhTtGs98zU+66aoTWkusU/+pguiXHZrE+tnaE
/8dhp/ZTgC6Noqbj1uIK6RUpUr8vknNobC9QcLQD4uPZxX29jPS2vBQV3vZLjudj
/kI+nyCd/rdAwSZUhx4V
=35tr
-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/e1tanuk-0006bl...@franck.debian.org



Accepted tor 0.2.4.1-alpha-1 (source all amd64)

2012-09-08 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat,  8 Sep 2012 11:48:50 UTC
Source: tor
Binary: tor tor-dbg tor-geoipdb
Architecture: source all amd64
Version: 0.2.4.1-alpha-1
Distribution: experimental
Urgency: low
Maintainer: Peter Palfrader wea...@debian.org
Changed-By: Peter Palfrader wea...@debian.org
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
 tor-geoipdb - GeoIP database for Tor
Checksums-Sha1: 
 d088135b421d7445d542b28bc2a174f714fd0e69 1697 tor_0.2.4.1-alpha-1.dsc
 6c5fd916247f74f2bc468e7c25b4be47f7b82cb9 3145976 tor_0.2.4.1-alpha.orig.tar.gz
 1a1730d21a2271f78bdeee654954231b6d8f315e 33680 tor_0.2.4.1-alpha-1.diff.gz
 02927d36bc8c963601c750b041fcbf5996ad42e8 1450520 
tor-geoipdb_0.2.4.1-alpha-1_all.deb
 ba787ace96244d8221adfacb8764912ede223ade 1204322 tor_0.2.4.1-alpha-1_amd64.deb
 1dbb1f89daabcddd0e58d73a692c21ac686b8cf8 95400 
tor-dbg_0.2.4.1-alpha-1_amd64.deb
Checksums-Sha256: 
 d5f7d78c81d751a0c79f52d1ff934abbae7f54dddee4f34410a7bb121e576c65 1697 
tor_0.2.4.1-alpha-1.dsc
 2b78551173b1d2491f9f0ea75082748361e20ca515563bde316448676bd4c568 3145976 
tor_0.2.4.1-alpha.orig.tar.gz
 f70ae7bf1b4c15af14e9bd8af2f89091f4ea8c3fa647355b8e2a753c2b527cb5 33680 
tor_0.2.4.1-alpha-1.diff.gz
 12d85f63c6c05e5f5faa564b5712c22be3eb98d6407e3f117b72e16c63e26f58 1450520 
tor-geoipdb_0.2.4.1-alpha-1_all.deb
 d7a9cf247313e4001ab129c4c60e8c8f3a2364d38e099c1b5ae03cb246c715dd 1204322 
tor_0.2.4.1-alpha-1_amd64.deb
 c68d20e065bfc7922a8288ef116a7ece41ec57abe545c347612b30e3c342c390 95400 
tor-dbg_0.2.4.1-alpha-1_amd64.deb
Changes: 
 tor (0.2.4.1-alpha-1) experimental; urgency=low
 .
   [ Peter Palfrader ]
   * New upstream version (starts 0.2.4.x tree).
   * Forward port debian/patches/03_tor_manpage_in_section_8.
 .
   [ Stefano Zacchiroli ]
   * README.privoxy, README.polipo: explicitly set socks type to socks5.
Files: 
 c783cbb70ccb1b4fc1459c8486f39f77 1697 net optional tor_0.2.4.1-alpha-1.dsc
 d86a379a662ea325110c0b6da0d14d18 3145976 net optional 
tor_0.2.4.1-alpha.orig.tar.gz
 80d30e7e29b69b5a335ea06e9f3af5dd 33680 net optional tor_0.2.4.1-alpha-1.diff.gz
 51ac31b655c06383210644208969ca61 1450520 net extra 
tor-geoipdb_0.2.4.1-alpha-1_all.deb
 6743d097b303f413b6ad73dce8a594cf 1204322 net optional 
tor_0.2.4.1-alpha-1_amd64.deb
 2271d00a68a0b7b1a71ad153cabaa61a 95400 debug extra 
tor-dbg_0.2.4.1-alpha-1_amd64.deb

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

iQEcBAEBCAAGBQJQS2mmAAoJEDTSCgbh3sV3DzMH/3ftX5UzJXF7hDRM6GOutBJY
Y83mExx+kL6UJpZDLDyF/U1dFvh3qbTeQ1rYOR9RUkmaHPhWLMOPDylDidgLGlSr
FBTyfdygHveg4iQr6HOF2Rxb1J8AzbNrRK59XCVqeWogoXH6lPqB/ly+h9dvgGQS
oce7eAZ07nbNyX9jYJeAMA0f/MvEiAgMjhud8qEDwOTJUitC8xwR6+upQHtitzi/
WjZwgTWLnjAi/1CF6YbZOnjYVHgR+j886imGdenvMKAsHxoQ5WS16+cGkmR/6iZu
JVrQqAczeg/pVzlwl/ng2nj9IzONBRxNwdUTNKgYcR1SWoT8kBqrPMqsbV8YWvw=
=hJfn
-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/e1tanvd-0006hx...@franck.debian.org



Accepted apt-cacher-ng 0.7.7-2 (source amd64)

2012-09-08 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 18:17:22 +0200
Source: apt-cacher-ng
Binary: apt-cacher-ng
Architecture: source amd64
Version: 0.7.7-2
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch bl...@debian.org
Changed-By: Eduard Bloch bl...@debian.org
Description: 
 apt-cacher-ng - caching proxy server for software repositories
Closes: 677983
Changes: 
 apt-cacher-ng (0.7.7-2) unstable; urgency=low
 .
   * Unstable upload (no changes, hope that it closes: #677983)
Checksums-Sha1: 
 a1fef1160f73e2df7ca340db9db1b96413ea0d05 1250 apt-cacher-ng_0.7.7-2.dsc
 16dfb25f743fd206b57fcb717d4fd74c7cb0ea94 25784 
apt-cacher-ng_0.7.7-2.debian.tar.xz
 1063330385991a4e29f9860c08ac166806d2 415448 apt-cacher-ng_0.7.7-2_amd64.deb
Checksums-Sha256: 
 108a2b84aa95d27969e979a6cbf5a1acd24eeade92752ed5ace1c412baae07cf 1250 
apt-cacher-ng_0.7.7-2.dsc
 024f9f02a1331de8174bc6882c7eeaeb7bbb011b69853f0e7d2fecbb0ce8ad7e 25784 
apt-cacher-ng_0.7.7-2.debian.tar.xz
 fc84e6fb7090bd8f94260a5efb8e6fa6547a0db9568be7a6912dad5ebd586df0 415448 
apt-cacher-ng_0.7.7-2_amd64.deb
Files: 
 f6b379a76829b89fdb25a4aa9272d690 1250 net optional apt-cacher-ng_0.7.7-2.dsc
 29e6e9ace0ad2587a7fa41cc3243460c 25784 net optional 
apt-cacher-ng_0.7.7-2.debian.tar.xz
 573f9e3f02dc33f769ffdd4e4999be1f 415448 net optional 
apt-cacher-ng_0.7.7-2_amd64.deb

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

iD8DBQFQS3B/4QZIHu3wCMURAizkAJ42t3bv05bncWM/IAVuELLRVzJdaACePsVB
3N+Wc57rd1v/p8LBHs6/Il4=
=2m87
-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/e1tanxx-0003pi...@franck.debian.org



Accepted libpst 0.6.55-1 (source amd64 all)

2012-09-08 Thread Leo Costela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 18:40:08 +0200
Source: libpst
Binary: libpst4 libpst-dev pst-utils readpst libpst4-dbg
Architecture: source amd64 all
Version: 0.6.55-1
Distribution: experimental
Urgency: low
Maintainer: Leo Costela cost...@debian.org
Changed-By: Leo Costela cost...@debian.org
Description: 
 libpst-dev - library for reading Microsoft Outlook PST files (development file
 libpst4- library for reading Microsoft Outlook PST files
 libpst4-dbg - debug symbols for libpst
 pst-utils  - tools for reading Microsoft Outlook PST files
 readpst- Converts Outlook PST files to mbox and others
Changes: 
 libpst (0.6.55-1) experimental; urgency=low
 .
   * [3461d28b] Imported Upstream version 0.6.55
Checksums-Sha1: 
 75c7ff023520eec4cb2613028c20cfdcbffc4f10 1443 libpst_0.6.55-1.dsc
 c81df95509494c99222b0b603f7500dd9caceff1 13444072 libpst_0.6.55.orig.tar.gz
 fe8f2b1713a1f8c2a781b0555113f39a24e3ed7e 5770 libpst_0.6.55-1.debian.tar.gz
 9091b031b616085f26db7a79cf4f498eea231728 84988 libpst4_0.6.55-1_amd64.deb
 dcf4d58466bfb6ff12ef5ff0d6da7d964f90e987 786912 libpst-dev_0.6.55-1_amd64.deb
 60f064d7b92c2831d5692e6eb6c3e8d42d87e2c6 73862 pst-utils_0.6.55-1_amd64.deb
 cd184f9499cf68b5b74b97f2925fff4c8fab331a 748 readpst_0.6.55-1_all.deb
 5cc7087e535e3b7fc17b612fdada0ad5a231e99a 297036 libpst4-dbg_0.6.55-1_amd64.deb
Checksums-Sha256: 
 34c8a6075ab825a0981e4f0a3ab239e2821f9e93e384b0c0c9b35d9e7ebcf0b4 1443 
libpst_0.6.55-1.dsc
 ef69d87ae5e28175c2abeb8ae5e714eae218a0c950a5071a16fefb851e2912c5 13444072 
libpst_0.6.55.orig.tar.gz
 84cc38718312635f3747ba56a883c9978026cfb3bc04424486ed14d45627d74e 5770 
libpst_0.6.55-1.debian.tar.gz
 673dc351532469d1f25778300d23817bd75aad0a21d085d64e07b692806d39fc 84988 
libpst4_0.6.55-1_amd64.deb
 501ca01a39c1e62f89e688017e8b7d00d039404aae899ac9d2255dbb081e5d67 786912 
libpst-dev_0.6.55-1_amd64.deb
 906022bfb8982218d0c05f0b45b54c9df75ee46d793c1528d6f0889f23b41704 73862 
pst-utils_0.6.55-1_amd64.deb
 af2045cecdd47a8b7a2cdedfa2108c529bf917516ea219b15a156e332b4a4097 748 
readpst_0.6.55-1_all.deb
 90f9f922f003b83ae2d20068580ac002aa5237373bbb3c6b0d557c1ee780e085 297036 
libpst4-dbg_0.6.55-1_amd64.deb
Files: 
 b1bd38591da05fd585b4402280a4d7f9 1443 utils optional libpst_0.6.55-1.dsc
 45920d77e3f9216bcd3aba43a159b40e 13444072 utils optional 
libpst_0.6.55.orig.tar.gz
 061c93748b4aac7c66dbd00a8de3d7f1 5770 utils optional 
libpst_0.6.55-1.debian.tar.gz
 d41d395e684b775fc9f99d2407482dcb 84988 libs optional libpst4_0.6.55-1_amd64.deb
 27e4c509cc8aab7260c38edfb8fe5ae5 786912 libdevel extra 
libpst-dev_0.6.55-1_amd64.deb
 244b89b8715a110abb0a7b7ed1506b0b 73862 utils optional 
pst-utils_0.6.55-1_amd64.deb
 839cb2f8c8aeb4090df2303becc94e78 748 utils optional readpst_0.6.55-1_all.deb
 7fd788a1b126459fd8a2e9e8caaa6dc0 297036 debug extra 
libpst4-dbg_0.6.55-1_amd64.deb

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

iEYEARECAAYFAlBLdosACgkQImLTb3rflGbS8gCgtHW3Xsuc3stuhcT/DD32OPTe
siAAnA4AcDRgl8E2JtyWnSNX7TYHuJxP
=wUwA
-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/e1taor4-000506...@franck.debian.org



Accepted tevent 0.9.17-1 (source amd64)

2012-09-08 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 18:30:45 +0200
Source: tevent
Binary: libtevent0 libtevent0-dbg libtevent-dev
Architecture: source amd64
Version: 0.9.17-1
Distribution: experimental
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libtevent-dev - talloc-based event loop library - development files
 libtevent0 - talloc-based event loop library - shared library
 libtevent0-dbg - talloc-based event loop library - debug symbols
Changes: 
 tevent (0.9.17-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 f412f9e350329cd067ace61f1fb3c85d43a0b279 1341 tevent_0.9.17-1.dsc
 45e4478b2f39fef5e36dbdd80c2f647518d35ef3 496964 tevent_0.9.17.orig.tar.gz
 962857aa662b2609b3f10f0473b73f6975b3c95f 7335 tevent_0.9.17-1.debian.tar.gz
 40bfbb22df42b715924d39ed58e4300bd17bf594 27680 libtevent0_0.9.17-1_amd64.deb
 a34fda15b6d1479a5c61310b942f544640d2c93e 62872 
libtevent0-dbg_0.9.17-1_amd64.deb
 e8ef38ebb660c29003d146cdda1d60b6f03e5fdd 47184 libtevent-dev_0.9.17-1_amd64.deb
Checksums-Sha256: 
 7e6d0a9ff34ff63fbc261db7685d5508cf974a8a26bd0af23c376e900a643b8c 1341 
tevent_0.9.17-1.dsc
 9155a85e83b6df38d251c292ca70950dd3f2ba325aad2cb8429ae0a3ee1d6b6c 496964 
tevent_0.9.17.orig.tar.gz
 99480fcd4e2065ddb46c697d1bebbfcfebeae38e0251b9875defbbe85edc03f6 7335 
tevent_0.9.17-1.debian.tar.gz
 7578aff88604d5627c19e2057972514b561803ddbe3d1f94f59cdda767f85c83 27680 
libtevent0_0.9.17-1_amd64.deb
 fac46b760c583ff213e9afbba57f94e31cd4a02c0db04ba1f5cbca6cf9337a6a 62872 
libtevent0-dbg_0.9.17-1_amd64.deb
 27f05e070fbf2480c324dbf6787b4de27101b13d31d4aff4268988050a46bc86 47184 
libtevent-dev_0.9.17-1_amd64.deb
Files: 
 77ae4cf4a22c201d15ef99d27960f814 1341 devel optional tevent_0.9.17-1.dsc
 26a146345044b5ca84f0b60a75e81443 496964 devel optional 
tevent_0.9.17.orig.tar.gz
 c16abf285f2b838cf0c38a3096e6be3a 7335 devel optional 
tevent_0.9.17-1.debian.tar.gz
 5f53e5357dd990af467570df21499fe4 27680 libs optional 
libtevent0_0.9.17-1_amd64.deb
 611da63af773c1604590971ffc996279 62872 debug extra 
libtevent0-dbg_0.9.17-1_amd64.deb
 f78a7c27765d06bb6e641a5e65f49f3d 47184 libdevel optional 
libtevent-dev_0.9.17-1_amd64.deb

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

iEYEARECAAYFAlBLdgQACgkQPa9Uoh7vUnYaIwCgjrjYxfxyRel1sbmM1LbDaIkw
3HkAn0Kg45XYpZeTkKt3GDGjRnlKrwEG
=aQZv
-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/e1taor9-00050z...@franck.debian.org



Accepted alpine 2.02+dfsg-1.1 (source all amd64)

2012-09-08 Thread Jonathan McCrohan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 16:07:59 +0100
Source: alpine
Binary: alpine alpine-doc alpine-dbg alpine-pico pilot
Architecture: source all amd64
Version: 2.02+dfsg-1.1
Distribution: unstable
Urgency: low
Maintainer: Asheesh Laroia ashe...@asheesh.org
Changed-By: Jonathan McCrohan jmccro...@gmail.com
Description: 
 alpine - Text-based email client, friendly for novices but powerful
 alpine-dbg - Text-based email client's debugging symbols
 alpine-doc - Text-based email client's documentation
 alpine-pico - Simple text editor from Alpine, a text-based email client
 pilot  - Simple file browser from Alpine, a text-based email client
Closes: 657046
Changes: 
 alpine (2.02+dfsg-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply upstream patch disabling DES-56 to ensure RFC 5751 compliance.
 (Closes: #657046)
 - Upstream commit e2eef589799d742ea6ccaec9144dc619a516222e added as
   70_des56_rfc5751.patch
Checksums-Sha1: 
 f6bdb86e5b8f8f1975b12b5b218a50146bf2a22a 2328 alpine_2.02+dfsg-1.1.dsc
 5860267cf2549ef674c5b959fcfc9ef26047a500 15484 
alpine_2.02+dfsg-1.1.debian.tar.gz
 c7b06127319f9961f6d3087f2a75b8127bf8849a 390056 
alpine-doc_2.02+dfsg-1.1_all.deb
 cbfa34c3a55682cc4a507da3556d86577e22404b 3164494 alpine_2.02+dfsg-1.1_amd64.deb
 6f5601c56c4e0c5af1031189d667cd9b0798f24b 6025964 
alpine-dbg_2.02+dfsg-1.1_amd64.deb
 a617c4ed752fdf2c331bfed8fb66cf614422a33a 401664 
alpine-pico_2.02+dfsg-1.1_amd64.deb
 ae7c5a5be1f8b66a8931fa22735417e3dc13ab65 397598 pilot_2.02+dfsg-1.1_amd64.deb
Checksums-Sha256: 
 7d844784afe23f4f46e2217ed81ad1cd04b75c007f585418e5f20e151509667d 2328 
alpine_2.02+dfsg-1.1.dsc
 44843cf9fcb9188161c1107eea7035725a96685a7e148e5f0b1dad1b41b70e8f 15484 
alpine_2.02+dfsg-1.1.debian.tar.gz
 3aa57b2eaee30cb58cb421b2a34935c65470d5de081e10ac20adf88c3e4e961d 390056 
alpine-doc_2.02+dfsg-1.1_all.deb
 d135f2c651d9c2356bc38047f413d7274c7fb6ff3505f879c0a06717bfb810ec 3164494 
alpine_2.02+dfsg-1.1_amd64.deb
 310f3661e98bf7b3f769c69bc14a9f078380c7afe2b9e616184b0928569fc016 6025964 
alpine-dbg_2.02+dfsg-1.1_amd64.deb
 5e072052f9080e9111f5562e452fe329b2b5e6b4ce64fced174de73fedf6d522 401664 
alpine-pico_2.02+dfsg-1.1_amd64.deb
 989b4258515fd9d83ca5eea76e77c0dd8863adb0c4dc5f86ed36a6223c42 397598 
pilot_2.02+dfsg-1.1_amd64.deb
Files: 
 ba2d9edf074c8ad3ba849f317aca64e9 2328 mail optional alpine_2.02+dfsg-1.1.dsc
 1d72ba77ba7f66737d6a44d620534525 15484 mail optional 
alpine_2.02+dfsg-1.1.debian.tar.gz
 5e77d2a303b00e7a5b96585478041c04 390056 doc optional 
alpine-doc_2.02+dfsg-1.1_all.deb
 18af9f42d89646752f88df318d027180 3164494 mail optional 
alpine_2.02+dfsg-1.1_amd64.deb
 284241f08240235fb09f0876f9b65654 6025964 debug extra 
alpine-dbg_2.02+dfsg-1.1_amd64.deb
 ea0ad0fb43bb89022b8425dbd8d13975 401664 editors extra 
alpine-pico_2.02+dfsg-1.1_amd64.deb
 458a73a0d0c2cf7d3a71dad02356c6be 397598 utils optional 
pilot_2.02+dfsg-1.1_amd64.deb

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

iQIcBAEBAgAGBQJQS353AAoJEASq5bOX8aqsigMP/iNh4pr+/e5kn37479Sf9hWL
tJq7zYDH69+5AtmSO4M7ATMiCst0hzkzhDL1Z8yt3zNgklSw37liXIV1U5/78lvP
dopKwm2+xlSf+3Us77zXFbX6NDesS5Ut/pohvA0WSN+iCKsvYxDOeV4ytha0v3iz
N/t/LSUUqFbNYYyuAlFS3W06fCnHElFaLZdIbg6iXsM3JtEs17WWxU44OzVMkApA
ykLBAEzSzeTQwBzNzdUELfqPEoDs17vX0hnfLUU/aR6oawx9kI7kAKQ4jLmuA7tq
Mo8o49nhSM/cVpSlSxo/1GGnF24FIIcyx6Lq6fhYqQyYcq8Eiid+rpIDImooZuNt
lsFKB1mioyST/kXygWw5ZrXizSC7nGywzxuVopRTR6jDI4BvnZptyKWSVglMWWlR
7ET/qbSHMtp3FO+sIFuMNKPb4oqpKh4Fo9dC+BNGLsRMAk8n+0TTTegVd1avMjh7
5OQ5g7UeR1P5Cw8kmO0z9u8ta0PvIWJ8qFJ21a9jiSSQ3knVNFEQcc6dX7jALT2d
B/QsvtatUbj32kcj6FiJTriZyq4j0bRQH94JNsMVLyM3iFHEjd8BIuKYheo46bw/
kvfzx0ryIm9iBlHNTo7h/eTDnZTv5YHn/zZotstHzprWyvScwifHpCy7o8nJ/OeG
3yl26lI+3R8qXt9K42fr
=IHN1
-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/e1taotf-0002a6...@franck.debian.org



Accepted flashplugin-nonfree 1:3 (source amd64)

2012-09-08 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Sep 2012 12:22:00 +
Source: flashplugin-nonfree
Binary: flashplugin-nonfree
Architecture: source amd64
Version: 1:3
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 flashplugin-nonfree - Adobe Flash Player - browser plugin
Closes: 630223
Changes: 
 flashplugin-nonfree (1:3) unstable; urgency=low
 .
   * Only install if installed and upstream Adobe Flash Version differ.
 + get-upstream-version.pl: Added in source package.
 + debian/rules: Added rule publish-version-script.
 + update-flashplugin-nonfree: Added use of get-upstream-version.pl.
   * Install and remove flash-player-properties and related files.
 Closes: #630223.
 + debian/dirs: Added directories.
 + update-flashplugin-nonfree: Install and remove the extra files.
   * Additionally show version available upstream when using --status.
Checksums-Sha1: 
 ae58175411f49ca6e508befdef864a31b9a1eac2 1499 flashplugin-nonfree_3.dsc
 c38a5e9e7d224c7214b5c1dbb7e1ed6ac6910191 18919 flashplugin-nonfree_3.tar.gz
 bf28a0f8938c6cd0175ea3e7c8dcefa4326abc87 19770 flashplugin-nonfree_3_amd64.deb
Checksums-Sha256: 
 ac156409f07a9e738c4a0413284bf1e41e439a8c224c671f5ead20326eee86df 1499 
flashplugin-nonfree_3.dsc
 c3f7f9132420cdcb0c0382ec9c9e9d36fd687682b1991ef23a461263d2a55d67 18919 
flashplugin-nonfree_3.tar.gz
 3c58cec26110040ab7ad2838d2c2a2e99051c9bbf42e5fb70b01eeb44a900d33 19770 
flashplugin-nonfree_3_amd64.deb
Files: 
 f0ed25b1cffabff8d3d85f4b57bb1972 1499 contrib/web optional 
flashplugin-nonfree_3.dsc
 7389ba97b49b1928db3802f99b9be60a 18919 contrib/web optional 
flashplugin-nonfree_3.tar.gz
 6d1e858c0f45499b19ec37ee23a3c2ad 19770 contrib/web optional 
flashplugin-nonfree_3_amd64.deb

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

iQIcBAEBCAAGBQJQS4iPAAoJEDNV9NY7WCHMFf4P/A/HqbKuOlv5q+LeEBr5Dczo
NTzhUtcRts3Mqv6UVTwmPXknPoU446d9tW/qM5r2mOBBjidjXJdAf8nJo7CO/f4D
ukK3TIvdw9iUoGwjaxVMJLVb5V3nSNSKq+UoRv0ml+c6s54nOT2uYUXbyY8F23nc
hZkwtAe3eEjHtnVbmFD2viJNANE8IGYI7gEzXe4CJcbQpNtZ6NQTNfZdvGd9My4X
Jc0F/6585T3Q/D4/AdZhYopmcfVKhHFQraAAituf+VBPOKrFT0vuk/NYByZ4BTGe
dJGt+jgJwupllMFATO7pqiSkMWACMykJEhh1fYS785wyVWVKbvGP6DfXRTz9ibfN
ihfbfH4NDppNaiGcmO4nSu0ObOvuszYHUmq1ex2xQm6NlON6xMEFFEIeCS4LNatT
+aaSN1F4lcgJWal6f7SUEl8smkdwVdbGNxSdJJgU8lJtgp7d46Raz7snrD6/5ZSX
pGPLzCwygYD65TTZDhlf+J+Sf3ROVC8MEtIW5tRlrTfbv2cFn2xogwQoWxYbUVEc
yzfrRYZd6Hl2JfsMBQy8dE1ujPxH6jgdamwhLpuo9XBYMJxwZsTgQExpfjl/jMQ8
2M0JL+Njg5X0gITcPNqcuIpGcVbVZZ40jLnLn3ocomoRHgl2ItoVa1nNp7ZAPAXp
rz7D6wVjndk6wKMP0DzF
=jVwH
-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/e1tapbd-000513...@franck.debian.org



Accepted gcc-4.7 4.7.1-8 (source all amd64)

2012-09-08 Thread Matthias Klose
 libraries (64 bit debug symbols)
 lib64objc4 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc4-dbg - Runtime library for GNU Objective-C applications (64 bit 
debug sy
 lib64quadmath0 - GCC Quad-Precision Math Library  (64bit)
 lib64quadmath0-dbg - GCC Quad-Precision Math Library  (64bit debug symbols)
 lib64stdc++6 - GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libgcc1- GCC support library
 libgcc1-dbg - GCC support library (debug symbols)
 libgcc2- GCC support library
 libgcc2-dbg - GCC support library (debug symbols)
 libgcc4- GCC support library
 libgcc4-dbg - GCC support library (debug symbols)
 libgfortran3 - Runtime library for GNU Fortran applications
 libgfortran3-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libgo0 - Runtime library for GNU Go applications
 libgo0-dbg - Runtime library for GNU Go applications (debug symbols)
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libitm1- GNU Transactional Memory Library
 libitm1-dbg - GNU Transactional Memory Library (debug symbols)
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-4.7-dev - GCC mudflap support libraries (development files)
 libmudflap0-dbg - GCC mudflap shared support libraries (debug symbols)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran3 - Runtime library for GNU Fortran applications (n32)
 libn32gfortran3-dbg - Runtime library for GNU Fortran applications (n32 debug 
symbols)
 libn32go0  - Runtime library for GNU Go applications (n32)
 libn32go0-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
 libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
 libn32itm1 - GNU Transactional Memory Library (n32)
 libn32itm1-dbg - GNU Transactional Memory Library (n32 debug symbols)
 libn32mudflap0 - GCC mudflap shared support libraries (n32)
 libn32mudflap0-dbg - GCC mudflap shared support libraries (n32 debug symbols)
 libn32objc4 - Runtime library for GNU Objective-C applications (n32)
 libn32objc4-dbg - Runtime library for GNU Objective-C applications (n32 debug 
symbo
 libn32quadmath0 - GCC Quad-Precision Math Library (n32)
 libn32quadmath0-dbg - GCC Quad-Precision Math Library (n32 debug symbols)
 libn32stdc++6 - GNU Standard C++ Library v3 (n32)
 libn32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libobjc4   - Runtime library for GNU Objective-C applications
 libobjc4-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libquadmath0 - GCC Quad-Precision Math Library
 libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
 libstdc++6 - GNU Standard C++ Library v3
 libstdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libstdc++6-4.7-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.7-pic - GNU Standard C++ Library v3 (shared library subset kit)
Closes: 684635 685430 685975 686802
Changes: 
 gcc-4.7 (4.7.1-8) unstable; urgency=low
 .
   * Update to SVN 20120908 (r191092) from the gcc-4_7-branch.
 - Fix PR libstdc++/54376, PR libstdc++/54297, PR libstdc++/54351,
   PR libstdc++/54297, PR target/54461 (AVR), PR target/54476 (AVR),
   PR target/54220 (AVR), PR fortran/54208 (rejects valid),
   PR middle-end/53667 (wrong code), PR target/54252 (ARM, wrong code),
   PR rtl-optimization/54455 (ice on valid), PR driver/54335 (docs),
   PR tree-optimization/54498 (wrong code), PR target/45070 (wrong code),
   PR tree-optimization/54494 (wrong code), PR target/54436 (x86),
   PR c/54428 (ice on valid), PR c/54363 (ice on valid, closes: #684635),
   PR rtl-optimization/54369 (mips, sparc, wrong code), PR middle-end/54146,
   PR target/46254 (ice on valid), PR rtl-optimization/54088 (ice on valid),
   PR target/54212 (ARM, wrong code), PR c++/54197 (wrong code),
   PR lto/53572, PR tree-optimization/53922 (wrong code).
 - Go fixes.
 .
   [ Nobuhiro Iwamatsu ]
   * Remove sh4-enable-ieee.diff, -mieee enabled by default. Closes: #685975.
 .
   [ Matthias Klose ]
   * Fix PR c++/54341, PR c++/54253, taken from the trunk. Closes: #685430.
   * Update libitm package description. Closes: #686802.
Checksums-Sha1: 
 d329fea94f962dc4cb3b9aa313fea6657793b33c 7623 gcc-4.7_4.7.1-8.dsc
 e36565182be59a9712725369ff471c40a67226ef 5029045 gcc-4.7_4.7.1-8.diff.gz
 a65803f18702d1a424f0e54d9a6d909e7b928716 68332568 
gcc-4.7-source_4.7.1-8_all.deb
 99cc2b21b0927c4f6c1df9a89c8856e7d4cbcb86 4910126 
libstdc++6-4.7-doc_4.7.1-8_all.deb
 7dd5b0612199520008dfcff5a8d26f2a068f3425 2691866 
gcc-4.7-locales_4.7.1-8_all.deb
 c0061171a5383265240e6d8b2bc4dd717d6322c5 142328 gcc-4.7-base_4.7.1-8_amd64.deb

Accepted biosig4c++ 1.3.6-1 (source amd64)

2012-09-08 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Sep 2012 14:44:22 -0400
Source: biosig4c++
Binary: libbiosig1 libbiosig1-dbg libbiosig-dev biosig-tools python-biosig 
octave-biosig
Architecture: source amd64
Version: 1.3.6-1
Distribution: experimental
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 biosig-tools - format conversion tools for biomedical data formats
 libbiosig-dev - I/O library for biomedical data - development files
 libbiosig1 - I/O library for biomedical data - dynamic library
 libbiosig1-dbg - I/O library for biomedical data - debug symbols
 octave-biosig - Octave bindings for BioSig library
 python-biosig - Python bindings for BioSig library
Changes: 
 biosig4c++ (1.3.6-1) experimental; urgency=low
 .
   * New upstream (primarily bugfix) release
   * debian/patches
 - deb_no_mex_copy_upstairs: adjusted to just override COPY in mex/Makefile
 - deb_no_locals: adopted upstream
 - others refreshed to reflect (partial) adoption upstream and changes
 - up_no_need_for_-lidn to remove obsolete -lidn
Checksums-Sha1: 
 e239b8f59911805f15afe6bed8a72e75a6cfc9bc 1671 biosig4c++_1.3.6-1.dsc
 ed93af24d8aed6fa88852f32aeb56a1cc807ace3 629382 biosig4c++_1.3.6.orig.tar.gz
 7f088114342d1a2b6c161baf8d56399b8b4161e7 15127 biosig4c++_1.3.6-1.debian.tar.gz
 9e5d7afbcb844416aa700748aab2d8d49816a530 334256 libbiosig1_1.3.6-1_amd64.deb
 91e8e7f7ca4bd92de4b9b35a9cdd42d0d7ec6d39 117060 
libbiosig1-dbg_1.3.6-1_amd64.deb
 0dafeb8afc7d3a12401b62ca76f3247d3ebb0b53 418352 libbiosig-dev_1.3.6-1_amd64.deb
 6dfe6d280fe9da5598e437fc1ce36c1d6cff 278742 biosig-tools_1.3.6-1_amd64.deb
 c8a38bee730523d5030b126ccce3c6c793e2b933 54704 python-biosig_1.3.6-1_amd64.deb
 274a40583707e8e8ffdf8b8dde2db29c0fee8b02 24330 octave-biosig_1.3.6-1_amd64.deb
Checksums-Sha256: 
 0599f4786b404527551097520010cf70f027844578afef3f4121326038e54a81 1671 
biosig4c++_1.3.6-1.dsc
 b2ca6164479fd9779e36b79c1557755615fa2b0020b74de102fc060d86ee58bc 629382 
biosig4c++_1.3.6.orig.tar.gz
 1d26180acdeb821ade1751f4226707b59739f054fae6b10fb224a6a79b10bdf6 15127 
biosig4c++_1.3.6-1.debian.tar.gz
 8009fcb09da89beaa3cd320e7bebff259a16de4dc023a1fda7b17feaf1c2027b 334256 
libbiosig1_1.3.6-1_amd64.deb
 1369ce937b4e9ccda81cf2820213fa83bb6512c45a56aada162e88792061b6eb 117060 
libbiosig1-dbg_1.3.6-1_amd64.deb
 add7e0258f66813a1837a9a65cdc410f6fca0e9c1465d39ccc4d85e8723625d0 418352 
libbiosig-dev_1.3.6-1_amd64.deb
 d55220fd5c0f2d64ae7773330521edd764f9266b7f7c1b8f749c3249d5a6c40d 278742 
biosig-tools_1.3.6-1_amd64.deb
 35c9b4ab98672532a3857b9e36dddb1a5902af989d7ba4cd51b8691088fefd24 54704 
python-biosig_1.3.6-1_amd64.deb
 5d6ff4d812338194cae99eb5e52feff0fe7c3e2067d14e5adb30a8ea1f18131b 24330 
octave-biosig_1.3.6-1_amd64.deb
Files: 
 749067fbc71596d7ee01259bd4d04378 1671 science extra biosig4c++_1.3.6-1.dsc
 010d06535f0e41dc712ec32c1b3e4efe 629382 science extra 
biosig4c++_1.3.6.orig.tar.gz
 ca58f2574bce2e9e11ac1e0320604d21 15127 science extra 
biosig4c++_1.3.6-1.debian.tar.gz
 f01f2826dd5135d89ef162b7fb10690f 334256 libs extra libbiosig1_1.3.6-1_amd64.deb
 6ab64bd35b09490c1c353c3678ad6bbc 117060 debug extra 
libbiosig1-dbg_1.3.6-1_amd64.deb
 07dca4c009aa8bf929635f7eeb8304b6 418352 libdevel extra 
libbiosig-dev_1.3.6-1_amd64.deb
 ac08188c1330d339f62ccd64ae8d75f1 278742 science extra 
biosig-tools_1.3.6-1_amd64.deb
 d7f7843f4f0c4aadf95baa0d27dd0b53 54704 python extra 
python-biosig_1.3.6-1_amd64.deb
 a9659433dee31c7ce1b28779e48ea010 24330 science extra 
octave-biosig_1.3.6-1_amd64.deb

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

iEYEARECAAYFAlBLkTIACgkQjRFFY3XAJMjyYQCgt8TbhpRQ6EMVP1bCvoncaQlk
9hgAnA/zhoYSXmmmUW8K3r/9qWEmqVtX
=sRlh
-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/e1taq4g-0002y6...@franck.debian.org



Accepted ledmon 0.74-1 (source amd64)

2012-09-08 Thread Daniel Jared Dominguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 Aug 2012 16:28:32 -0500
Source: ledmon
Binary: ledmon
Architecture: source amd64
Version: 0.74-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Jared Dominguez jared_doming...@dell.com
Changed-By: Daniel Jared Dominguez jared_doming...@dell.com
Description: 
 ledmon - Enclosure LED Utilities
Changes: 
 ledmon (0.74-1) unstable; urgency=low
 .
   * New upstream release:
   * restart of the ledmon's internal state when an unrecoverable error occurs
 (e.g. lack of disk's location)
   * logging level for not supported patterns changed from 'warning' to 'debug'
   * more detailed information about device change (name changed, missing)
   * added extra checks against device presence in sysfs (device may disappear
 at anytime: during rescan, initialization, sending command)
   * pattern locate_off fixed
   * SES-2 support for enclosures
   * New patterns (SES-2) in ledctl for drives in enclosures
   * Improved LED blinking and slot locations for AHCI and SCSI DA
   * ledctl and ledmon were converted to the raw bitstream (TX_GP) interface,
 so they do not need additional SGPIO support in the kernel now
 (by Dan Williams dan.j.willi...@intel.com)
   * the way ledctl works has been changed: so far turning on some LEDs
 did not change the state of all other LEDs of all controllers,
 now turning on some LEDs turns off all other LEDs of all controllers
   * ledctl's manual was corrected and updated
Checksums-Sha1: 
 85b8698ae9ddc95dd970135f34f484d6ecb99621 1072 ledmon_0.74-1.dsc
 62ec275a1ccfc65bfe671bbe8f2e76174121ac9d 59722 ledmon_0.74.orig.tar.gz
 35d13399209ed544b32787cb4843d4a44b9ef123 2809 ledmon_0.74-1.debian.tar.gz
 35154826de438712fa8a551ae2710dc7386f0e99 62652 ledmon_0.74-1_amd64.deb
Checksums-Sha256: 
 2fea8aa0545f38228182c5f691eb5c92eb1dab0a59ff69039a3a4c370d2b1610 1072 
ledmon_0.74-1.dsc
 839c9fbc3929fed4d6fb118d2df74acd2a45e95979e8f90dc268baee014b1c9f 59722 
ledmon_0.74.orig.tar.gz
 c32845d7aceee54de9b5e54c84426c69143caf81f305a92e033fa2da80af2c76 2809 
ledmon_0.74-1.debian.tar.gz
 77c10729792d6af37456cc46518cacfd68d0285761260e4feb3a2a1090b99b06 62652 
ledmon_0.74-1_amd64.deb
Files: 
 315c2943527bb8ff801b6594b0732c3d 1072 admin optional ledmon_0.74-1.dsc
 a16594d81a0cc8f1d777d80fa4842bc4 59722 admin optional ledmon_0.74.orig.tar.gz
 1561840d412381682fcdfe0803b55809 2809 admin optional 
ledmon_0.74-1.debian.tar.gz
 314819332288a57b3cd95e0e3aa70176 62652 admin optional ledmon_0.74-1_amd64.deb

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

iEYEARECAAYFAlBLoN0ACgkQpD5tJxKCh+iuNACglTu/ZB4x6ZXT2/Hru/VU9jPX
XYcAn3a93rVpYHg0LjfU6C0ZmWBEzD+B
=VbbX
-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/e1tarwd-tr...@franck.debian.org



Accepted fribidi 0.19.4-1 (source amd64)

2012-09-08 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Aug 2012 16:25:42 +0200
Source: fribidi
Binary: libfribidi0 libfribidi-dev libfribidi0-udeb libfribidi-bin
Architecture: source amd64
Version: 0.19.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Hebrew Packaging Team 
debian-hebrew-pack...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 libfribidi-bin - Free Implementation of the Unicode BiDi algorithm (utility)
 libfribidi-dev - Development files for FreeBidi library
 libfribidi0 - Free Implementation of the Unicode BiDi algorithm
 libfribidi0-udeb - Free Implementation of the Unicode BiDi algorithm (udeb)
Changes: 
 fribidi (0.19.4-1) experimental; urgency=low
 .
   * New upstraem release.
   * debian/watch: Updated watch URL
   * Refresh manpages.diff patch
   * debian/libfribidi-dev.install: drop static library (upstream doesn't
 provide it anymore).
   * Added debian/libfribidi0.symbols, debian/gbp.conf
Checksums-Sha1: 
 d4c12826255f08f8fa4922dabacadb2baa78e010 1595 fribidi_0.19.4-1.dsc
 23d1adf1e929a3fb159345d509918ad109e925ad 607382 fribidi_0.19.4.orig.tar.bz2
 5586dd349603c85d9b5c691d6e5adc14ad1e7cfb 7802 fribidi_0.19.4-1.debian.tar.gz
 af7aedd54e580e5c0070a38d6072f3068ddeaaf5 46212 libfribidi0_0.19.4-1_amd64.deb
 205392a1a803dcebd3af2cc0052e7eb48aa0fe37 65042 
libfribidi-dev_0.19.4-1_amd64.deb
 013b0ef5984486a00bcd3e5a5228a0ae5362 17170 
libfribidi0-udeb_0.19.4-1_amd64.udeb
 3c3dd41036a65395982e046f6442cf5dd58e5dbf 28340 
libfribidi-bin_0.19.4-1_amd64.deb
Checksums-Sha256: 
 c467c786a5d38037dc7816e8dd39906e0b2067bc360a30ac0613c454953111bd 1595 
fribidi_0.19.4-1.dsc
 7fc3a0f7d9d2d37519951ee038dd78d11071a777c655c30fb4969d529fd849b5 607382 
fribidi_0.19.4.orig.tar.bz2
 ba5985372488b4b0e043c1f45309d11ff6dd32c9ce9f71f0812f3c5f737efb9c 7802 
fribidi_0.19.4-1.debian.tar.gz
 06e68b754f7f6d24e39659e370921c23457ea21fef731a8bef6ee6317fe14320 46212 
libfribidi0_0.19.4-1_amd64.deb
 8a108d2f3113831ee40e2ad7484aee429652749b8afc2adb3e239bec0ea8a030 65042 
libfribidi-dev_0.19.4-1_amd64.deb
 9e98b89177d666558f4f97ba9f4ab89fdebda7791d865c8d2a152755eef37d44 17170 
libfribidi0-udeb_0.19.4-1_amd64.udeb
 ba27155b7b82f9d51c0b910db29396f6b2571fcf3bd493561b285305e3037002 28340 
libfribidi-bin_0.19.4-1_amd64.deb
Files: 
 5540b2f310f744aa64ac4e2e4f93974e 1595 libs optional fribidi_0.19.4-1.dsc
 0173f98ff929782d45819fc4a813c175 607382 libs optional 
fribidi_0.19.4.orig.tar.bz2
 f89395d07bd379dc5ee0f1d55be4e3e0 7802 libs optional 
fribidi_0.19.4-1.debian.tar.gz
 e50618fcdc534ff90a1a1b8a3780cce2 46212 libs optional 
libfribidi0_0.19.4-1_amd64.deb
 d87372a1033f95b41d1073936b34d4fe 65042 libdevel optional 
libfribidi-dev_0.19.4-1_amd64.deb
 89d501c3fc818151d36090d713a4a43c 17170 debian-installer extra 
libfribidi0-udeb_0.19.4-1_amd64.udeb
 8b1670f43ad385ab26c447191a1d8e63 28340 utils optional 
libfribidi-bin_0.19.4-1_amd64.deb

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

iEYEARECAAYFAlBLr9gACgkQFViURZnoHaDwrQCfe39lr54/Wp5mkajVv4OR6MX0
om8AniAn1ezWbb0pbAK2HlNi2HsfpFcr
=E8u2
-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/e1taspu-00027h...@franck.debian.org



Accepted exabgp 3.0.10-1 (source all)

2012-09-08 Thread Henry-Nicolas Tourneur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 06 Sep 2012 12:34:56 +
Source: exabgp
Binary: exabgp
Architecture: source all
Version: 3.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Henry-Nicolas Tourneur henry.nico...@tourneur.be
Changed-By: Henry-Nicolas Tourneur henry.nico...@tourneur.be
Description: 
 exabgp - BGP route injector
Changes: 
 exabgp (3.0.10-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 9b842a7a04e4354393e57f2ddc3c12b750991f7a 1701 exabgp_3.0.10-1.dsc
 8f7c9fc757c15fb41e38f3905678dfca596b3a5c 317500 exabgp_3.0.10.orig.tar.gz
 a0fddd5458378c1bf3c10dd2f5c060d1347741ed 20 exabgp_3.0.10-1.diff.gz
 a2fcea8ec9cf3c9012bb0cae2f2dac7b892af7d5 122520 exabgp_3.0.10-1_all.deb
Checksums-Sha256: 
 957d26f0d5feaef20be0e8173e4ddf5ed9bc3cf71addee9402b1338975ca9c48 1701 
exabgp_3.0.10-1.dsc
 c512b7b99d912a685d700abaad79dcb0f1de1eac13cd59641aef19fdd7542625 317500 
exabgp_3.0.10.orig.tar.gz
 f61f27bd17de546264aa58f40f3aafaac7021e0ef69c17f6b1b4cd7664a037ec 20 
exabgp_3.0.10-1.diff.gz
 5d249442287787c636c591b0de7c01182e44c0552cfd9c6f5dd3e9c0f9ee0ab7 122520 
exabgp_3.0.10-1_all.deb
Files: 
 fa871b72c87e5746875341cf170202b6 1701 net optional exabgp_3.0.10-1.dsc
 c6c3bfb70dfb435cd6bf975d47a3045f 317500 net optional exabgp_3.0.10.orig.tar.gz
 4a4dd3598707603b3f76a2378a4504aa 20 net optional exabgp_3.0.10-1.diff.gz
 5296118b5b86ba29e23f1d29c358a94e 122520 net optional exabgp_3.0.10-1_all.deb

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

iQIcBAEBCAAGBQJQS7p7AAoJEDk4+WvfUP6lSP4P/2mDHcItMYsQ6uIqnwpYFQFO
3IGK0boRUHJPJSSmouG5Iz/TDctSmcFfWC/OVW53RXWRWxfeCSnf69vKGXQfsdUE
rtuA+hx5R4PkBKayESHTzJy/jYJTYx1AKVkmRKRD06//PYNnKHnVMbRV4lnUY2iP
nxtqOm7vRaWqdW+N3nmwVIe5sgxIW/lByrQST05mEmjPdpVpDeba8rYB2zoPm9fJ
HQDlooyCxDvRDh+Qp8CWQvRXuFdA3/8gT6aWfI55+pNW0AyrgukUA3WXiOdVFzb1
r+rfALznPFmbWmKbbRc6v7XKEKfzq2H2+O8wpw3yFRaiif2C3T0gSPNwL1kP+wqe
eJrrXi7m8wzBymOE2BiRMS5aAYamCQbXXf44wiH2Tsv6jPUjiboi3Qk0fIO1DlS6
Jl/y7jyQWWI/VqPdNbWGs08o3pheLqrn04euW/OW9pyr00ULe/IN1SbHw0YLAv+8
AzyxUeoQVcXgkDRH5/kHV0eShNAszphZfEUVs3ZQE0XI60SszwawsGnHUnIuqGsu
Buw4unIKlCB1Vt8RwDKxRYCC0t8CaluQjzOFf4UuHPtmc+g5WdZqj/EsPTOTHHa9
HdpKqMvyIr9yTJ0siOG2fj1NB5F9xNiIaif+4KDXLlBNFV9fQFfxOEkXJVmUYELO
N+eA81CK8/hHgPSZ6czH
=VYUX
-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/e1tassp-0007x8...@franck.debian.org



Accepted java-package 0.50+nmu1 (source all)

2012-09-08 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 06 Sep 2012 18:38:03 -0400
Source: java-package
Binary: java-package
Architecture: source all
Version: 0.50+nmu1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description: 
 java-package - Utility for creating Java Debian packages
Closes: 685082
Changes: 
 java-package (0.50+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Drop installation debconf note. Closes: #685082
Checksums-Sha1: 
 de42f3e01c08794104f8c32fbb9c955139f82f14 1642 java-package_0.50+nmu1.dsc
 413e1cdff18b6f4802bec8fece2819b0220fd4c6 17560 java-package_0.50+nmu1.tar.gz
 240c5a6010096ec9464d13428067ff00357086ad 19346 java-package_0.50+nmu1_all.deb
Checksums-Sha256: 
 dfd046986b671c43610db162f60aeccae97582d6357361b3cb8ee8eb36d750c3 1642 
java-package_0.50+nmu1.dsc
 a634a81e073c7d5c1b0326c4a0331af24d46ebc48ea542fbb1369164da6daad1 17560 
java-package_0.50+nmu1.tar.gz
 6c9eca41890ddc7dfb7a366b9222718a2da95058cf36e61c91be47a1dedb7658 19346 
java-package_0.50+nmu1_all.deb
Files: 
 aceaae35fe0b46e9410d05aee3c1e07d 1642 contrib/misc optional 
java-package_0.50+nmu1.dsc
 f9b451e1fd687edbd3f4c5d1b0bc6017 17560 contrib/misc optional 
java-package_0.50+nmu1.tar.gz
 7b2b760bd39975b4776b131aed9ae055 19346 contrib/misc optional 
java-package_0.50+nmu1_all.deb

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

iQIcBAEBCAAGBQJQSSbSAAoJELgqIXr9/gnyp2kP/Rrl5d05Rqnac81EdNcNbbq+
/1MdMisrfxlpxmXgjzTQT6qd80iRKsRa1f3DEHeLxMhmSjCA+v8wn1JDrwMeBEs+
srMfyAF4SdNeSbM+qc1w1fmT7PW75accite2PmFgRm5NMLJcs6Hf3q0l4he+OkuM
Hci3RW57l/CVoslt2/h58gYXy6eOmMcq2n5z9KT9I7VI1f9T8CcxmOyT5GdfTqVX
iMWJ8WpS9TsXGRDAMwQojLKtrh7loLpVvbso0KC275SzNo9mNihasvCtVPHkn5Ra
cYQ5tW5MHJxRxfyGJocRJKOSKSvYjJPRE6mEx90oUu5ov+Bm3W9l7y+3eHX5M3pd
x5aXXo9iFUqZMUdrje4BYQt8VTUQ3S0Ku/b2IybRzqWx7yqImkzKckxj5k6UzPkN
bm5Vt04yvvcmAENvHbH4BrdJXXqQ6n8wwCz9jWBGDIC8DeYnaLBqdwoCLWaoPtoj
R9wRiJq7wQ4ji1sMk0SmW65INORfALptEMVyrg33fYl80N8TnmOIJs/8isLEXxlY
ZdlCHFjAusjGahfr4ADs1BTmkiRMAelV2l1lUme5C2zHm4Qf13ZGlXQ/4UK78OE6
l2pDgeAIEAAlde+Nb8YgSrMH6MvvEPMn4dF8dWvbHW4HYJ34+SovG0ySjBA71TFi
s5VP2XTWomcwqJCM1CMB
=ViTy
-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/e1tau3u-0004ys...@franck.debian.org



Accepted libuuid-perl 0.02-4+exp1 (source amd64)

2012-09-08 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 09 Sep 2012 01:02:12 +0200
Source: libuuid-perl
Binary: libuuid-perl
Architecture: source amd64
Version: 0.02-4+exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libuuid-perl - Perl extension for using UUID interfaces as defined in e2fsprogs
Closes: 682445
Changes: 
 libuuid-perl (0.02-4+exp1) experimental; urgency=low
 .
   * Rebuild against perl 5.16 in experimental. Build depend on perl =
 5.16 explicitly. Thanks to Jonathan Nieder for the bug report and the
 patch. (Closes: #682445)
Checksums-Sha1: 
 84f842b35cf6e09f3b0d84e20006e9b89fbb4098 2023 libuuid-perl_0.02-4+exp1.dsc
 a85fc2c6113a1774926fe6467ee90813dde1871e 2255 
libuuid-perl_0.02-4+exp1.debian.tar.gz
 205f964c48fc2f6a86613741cc2ff9914dda 9562 
libuuid-perl_0.02-4+exp1_amd64.deb
Checksums-Sha256: 
 82a59cb101fb8765324f8c090d0693789153a4e670cb05914f52fbf01a71041f 2023 
libuuid-perl_0.02-4+exp1.dsc
 fd8a8bb08194e6a03d7636e397b02a9554f61e06d6005235e99329c9e8cb772b 2255 
libuuid-perl_0.02-4+exp1.debian.tar.gz
 aac7601da6eee3158542f6a4168ba8db23b5aa324ca75a538f4746079fe4fa1c 9562 
libuuid-perl_0.02-4+exp1_amd64.deb
Files: 
 e1a1d8525af605face5fee9f921e6055 2023 perl optional 
libuuid-perl_0.02-4+exp1.dsc
 d920f2d2e0767987d72a56dbc9de1c9d 2255 perl optional 
libuuid-perl_0.02-4+exp1.debian.tar.gz
 623d195798fed413cbfe10fa64b92988 9562 perl optional 
libuuid-perl_0.02-4+exp1_amd64.deb

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

iQIcBAEBCAAGBQJQS87fAAoJELs6aAGGSaoG6wcQAIo5vJ3Aqjf5X5RvKyTDw1m5
AfDrJBi1UTZOzj6EdUgGlHlAT2wvZVNQp6vsIuvthZksiKHwqQLsXQBP5FsLTiHQ
4BO5c2BXbpYgmY+bE1NMxrjyHTiEpfjFPlsO1bvkqNSs4RK6r9E0QktS0cVqrK2P
Q/LgO9qjfm+4p++pVt3fbXWA7E7TUPKUMcJU+8Jvt2X8200eyh1PSqhFFmrgnrlJ
lKop09M3yHq4ulLJB9hS4y2T17MR2CRNzfkZ7JXL140rLhe0HxlM/p693V1VXpHf
ZjuXChLzdyI6ZHzIc0iJOC9y3J+vCHokB8hcEICQjfBeUJA5+lzu2ENzid2iAu+5
tv92UlNFLrfJdgOP8xLDhEUThSN07zcVjzGUVCSJv1tL2bjpxWkZ7jH61zButzjf
q3EXY7iPER+i2vPOFvREqB5o1+jLGU++loFJELJPZ2z6enkg+7H8irv3IhObjzrw
GPj3TL2uvpQXA7IvTgOsD0z9rKGplrQLhg/AtvtiYKG+IwHyd8dmPJJYD3eCdKO/
iaGUbrXJnaP6mvZhucEy5gjEoKgBpURZf51qW3NClmlrF23eEj33IuSaxGU1OZon
feueAjXZDHXmX7hQcDIE9RiMFgMh0ymCHcHV3GtGAyBU49rwKGdSI60ap+qs5dG3
iHMQRmdDK1Mn11n5TlxC
=4pBe
-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/e1tauhr-00076o...@franck.debian.org



Accepted ldb 1:1.1.12-1 (source amd64)

2012-09-08 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 17:40:55 +0200
Source: ldb
Binary: libldb1 libldb1-dbg ldb-tools libldb-dev python-ldb python-ldb-dev 
python-ldb-dbg
Architecture: source amd64
Version: 1:1.1.12-1
Distribution: experimental
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 ldb-tools  - LDAP-like embedded database - tools
 libldb-dev - LDAP-like embedded database - development files
 libldb1- LDAP-like embedded database - shared library
 libldb1-dbg - LDAP-like embedded database - debug symbols
 python-ldb - Python bindings for LDB
 python-ldb-dbg - Python bindings for LDB - debug extension
 python-ldb-dev - LDB python bindings - development files
Changes: 
 ldb (1:1.1.12-1) experimental; urgency=low
 .
   * New upstream release.
+ Depend on tevent 0.9.17.
Checksums-Sha1: 
 2e69b3f3ef39c5109cb37c3193077d047547bf2f 1653 ldb_1.1.12-1.dsc
 f7e74aa3faa57ee05ed6f8ffc1b639a478e9c136 1110134 ldb_1.1.12.orig.tar.gz
 cb26f7265507437d80ed622bceedcce715c6d4ec 12112 ldb_1.1.12-1.debian.tar.gz
 a0823c3f65b60b171b6e9fdb860d4f76c8eb94d2 139818 libldb1_1.1.12-1_amd64.deb
 3870d86dc7387e37a9486d4d03ff7131f2130275 301898 libldb1-dbg_1.1.12-1_amd64.deb
 ce59d297212f394371a8a177caa45f9b973899f9 37976 ldb-tools_1.1.12-1_amd64.deb
 196b4e88d7bcb59aef0701dfd1e6442f4f89ed0e 320554 libldb-dev_1.1.12-1_amd64.deb
 66bc05d519f77aad2a9d98d569ae6ac8f16696f2 36580 python-ldb_1.1.12-1_amd64.deb
 c1f3654d30fd2abe68e83e5f1c330d6bec884cf7 7978 python-ldb-dev_1.1.12-1_amd64.deb
 880dcfe0488ef1ced751bd1a4e416a34b0ee05f1 64986 
python-ldb-dbg_1.1.12-1_amd64.deb
Checksums-Sha256: 
 4bd712c81e3d6818935e96d47a1e9edb850e75679d9cd7aa0005ac29564021a7 1653 
ldb_1.1.12-1.dsc
 b6444a1bfc9b8c8f43df171b12b5a581c44a64b4d92062d4959fed17e4cf1b4c 1110134 
ldb_1.1.12.orig.tar.gz
 be93d90c9a0282039e27ce229db4b3052e6f41f9751a2f996fe42ecd046d8943 12112 
ldb_1.1.12-1.debian.tar.gz
 8ee20f0b09be22503406a231d39df8ebb380bc9c07ff81f8f1589ceb670ba58f 139818 
libldb1_1.1.12-1_amd64.deb
 b42785885de3005dc88d168270498ce59fa65e1244f8ca97c4cd327863d06a89 301898 
libldb1-dbg_1.1.12-1_amd64.deb
 7e14854e28b252d21db34399803596f6602f9f2ee552ae0007ceacff45fb8732 37976 
ldb-tools_1.1.12-1_amd64.deb
 9128fe9d8c3b25766e4273f819bf2ff6e04e2fd68a43a5ee97c10c7da119adfc 320554 
libldb-dev_1.1.12-1_amd64.deb
 e2d105d25ac7e1c99b77446342a79852cc44609f3fb39399f9071f577395be51 36580 
python-ldb_1.1.12-1_amd64.deb
 47e2c0ae67b2ba1ff90a5e377936914b89c3395c596144b8a106637b8b632c3a 7978 
python-ldb-dev_1.1.12-1_amd64.deb
 cac22dfe0acbaa0557575b0d3315da19b647f91a3232463e0f3c5eab7421ab4f 64986 
python-ldb-dbg_1.1.12-1_amd64.deb
Files: 
 a819386c476af82dcdc08f11e561352e 1653 devel optional ldb_1.1.12-1.dsc
 e823ce806207189847e9b110b2544515 1110134 devel optional ldb_1.1.12.orig.tar.gz
 3d92c796a380d8663a63d580664a798f 12112 devel optional 
ldb_1.1.12-1.debian.tar.gz
 2b25aa1471c41f8c49228a61691696de 139818 libs optional 
libldb1_1.1.12-1_amd64.deb
 254da22a61a6c9aafda524e453579cea 301898 debug extra 
libldb1-dbg_1.1.12-1_amd64.deb
 fd3063f06795ea4983be89075a2a2435 37976 utils optional 
ldb-tools_1.1.12-1_amd64.deb
 afca96e845af64afeb9315bdeae9937d 320554 libdevel optional 
libldb-dev_1.1.12-1_amd64.deb
 df5e83d1ec9572de33f60ed80a70de0f 36580 python optional 
python-ldb_1.1.12-1_amd64.deb
 c4efb807e65065c0c498e8d518130e39 7978 libdevel optional 
python-ldb-dev_1.1.12-1_amd64.deb
 48c468c50a3d3b0c35c7434bdac0e01d 64986 debug extra 
python-ldb-dbg_1.1.12-1_amd64.deb

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

iEYEARECAAYFAlBL1n8ACgkQPa9Uoh7vUnblFgCgksEKlxKom7W7RS/w3ZHTE5MY
umUAn27w8eN6H23F5smV83iGBMmdAepG
=h0RA
-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/e1taukp-0004nf...@franck.debian.org



Accepted unar 1.2-1 (source i386)

2012-09-08 Thread Julián Moreno Patiño
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 08 Sep 2012 15:52:35 -0500
Source: unar
Binary: unar
Architecture: source i386
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Matt Kraai kr...@debian.org
Changed-By: Julián Moreno Patiño jul...@debian.org
Description: 
 unar   - Unarchiver for a variety of file formats
Changes: 
 unar (1.2-1) unstable; urgency=low
 .
   * New upstream release.
   * d/patches/link-with-g++.patch: Remove patch.
 + Merge with upstream.
   * d/patches/use-system-wavpack.patch: Refresh patch
 offset.
   * d/patches/pass-cppflags-for-fortify-functions.patch:
 Add patch to pass CPPFLAGS to use fortify functions.
   * d/{control,copyright}: Update my email.
   * d/rules: Improve get-orig-source target.
   * d/README.source: Improve help description.
Checksums-Sha1: 
 7e5b37da9652d4a0bdfb576f4a428922809a6906 2020 unar_1.2-1.dsc
 e57ca277055273c38c46e3c4844c1b45753b8cfe 1031672 unar_1.2.orig.tar.xz
 8da43d82e11ee4fa64c3f4224580b8a58cb1e3ef 13389 unar_1.2-1.debian.tar.bz2
 ce413a1b5497730514cddafd8d9e6fadff7a451b 1010750 unar_1.2-1_i386.deb
Checksums-Sha256: 
 cc23e64162ab82f5b776f0f72eacd303e575f756d509b5d725a2519afe7d2ff5 2020 
unar_1.2-1.dsc
 4f0aad20606c0f281cf1a02ce51821bfdfd0a40bbd007bd6593f1448f2fb2a73 1031672 
unar_1.2.orig.tar.xz
 cadd11a0f33c81812325b2e8794a81a9b93b5dde734de9437f17e9f72d46bdfb 13389 
unar_1.2-1.debian.tar.bz2
 01e67ae7d829b3ee91694a46593698a9911c9da2eece127b24784a3900ba6ba6 1010750 
unar_1.2-1_i386.deb
Files: 
 f0ba0cf30c7d24aa1130407fe067c83f 2020 utils optional unar_1.2-1.dsc
 63ebea5cc193676d381854fbc949c408 1031672 utils optional unar_1.2.orig.tar.xz
 c7b887c546569c5393d2e663cf23a285 13389 utils optional unar_1.2-1.debian.tar.bz2
 674046a9fe2a011021fa66a9d0956b7e 1010750 utils optional unar_1.2-1_i386.deb

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

iQIcBAEBCgAGBQJQS9tCAAoJENX9/BVhaL9gYYkQAIMbKR68v+lyTK6YyY3jQtLj
3yWk537mySI0PZJHbJ9hUVrYOMGy+CIQ1M4y0NYZEh7XlUhE4uOPDRIvEOqrT7LI
S9w7l8ChNWbvvMVDOpBsxQ+ikwiarwpvbfmJR31ojEtVFgdsRqcqH8/fzn9kmeqx
6sfO1tdunwDkEXjbQ7LX5KTdW5pWNWUc8wQUt9fugEjyh0uPSBYh703YrNqdR3zL
0JIfCrgl5lJSXkwYaE/2qnPTVsR502eHX/symx3rrQv4bMBt61XdtURL8Rqme7Bd
v6hdelwrbVcAhy5giMrE/Y8GBd2R4DEOwjcSVxeKnw65c3CBZF5C9o5inXPYMels
ZJpJavGRerWs2Jl9d1XC/uB4fABcGwKBJPE7fb5sySfvmENWL1LRvqjKGiVgHN9A
w1MD9z9gYzNRBJBw8/j0N0QUVX46+892MCvE7XAGwqQSeA02IGH2Uih73j3SHocO
HjlxPtTkMBy5qOK2EgUDvdgq25G6Jl3NKhj2iFiCbxK0Tl7dl9VUG4DVP9limrdw
qWesD2yfGXK9nxHKdC6JMP8+/iPhQill/ECTYWJG7o2rZ/Rt6R3VOkSz2nHvF9LD
pYGyJ+MiZsm19W8eG3/UgDOzRa0YrJVbXcHMsmDlykDpzxLXYxuM+/eOu1WOB4Dj
t4z8fF54JTzA9dQN/h5s
=CF1C
-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/e1tavdv-0003wi...@franck.debian.org



Accepted libbio-samtools-perl 1.36-1 (source amd64)

2012-09-08 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 09 Sep 2012 10:02:55 +0900
Source: libbio-samtools-perl
Binary: libbio-samtools-perl
Architecture: source amd64
Version: 1.36-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 libbio-samtools-perl - Perl interface to SamTools library for DNA sequencing
Changes: 
 libbio-samtools-perl (1.36-1) unstable; urgency=low
 .
   [ Charles Plessy ]
   * [abf3eaa] Imported Upstream version 1.36
   * [d30ef61] Normalised Debian copyright file with 'cme fix dpkg-copyright'.
   * [6f6c6f3] Summarised License of the whole package in the copyright file.
   * [d5182f1] Conforms to Debian Policy version 3.9.3.
 .
   [ gregor herrmann ]
   * [c3db6d4] Update {versioned,alternative} (build) dependencies.
Checksums-Sha1: 
 1fb1876f48a30d7e7a0dab81e4a307f77ec1743e 2148 libbio-samtools-perl_1.36-1.dsc
 60a24ead4d403458b12e95396e54819620c52c81 337246 
libbio-samtools-perl_1.36.orig.tar.gz
 0c09ca5cf15c5603295fae985adc252aa50d432c 7581 
libbio-samtools-perl_1.36-1.debian.tar.gz
 8c33e57488dee82ef964b9727c29e0cca20efe96 278114 
libbio-samtools-perl_1.36-1_amd64.deb
Checksums-Sha256: 
 ce81162c5506687e9d0f5664cb957ca3bc35d0d1831302ae255e9124c8a26a04 2148 
libbio-samtools-perl_1.36-1.dsc
 15c4f2c07fbc72529df701865f624e885fc423d1e741acd430466f8c66a0cf7a 337246 
libbio-samtools-perl_1.36.orig.tar.gz
 5c1a48020c8157e6f0f13e87041d4fd4e6144847469add17e714d5ed2a0fe21e 7581 
libbio-samtools-perl_1.36-1.debian.tar.gz
 5e34b8624648050852c6f52aac40a31c1bb4652c16ea48eb6dfa3c190675f2e4 278114 
libbio-samtools-perl_1.36-1_amd64.deb
Files: 
 d4e87e1a3c785f4a9bac78609899c103 2148 perl optional 
libbio-samtools-perl_1.36-1.dsc
 b73cfb8bebc336bb27cdd556cd941712 337246 perl optional 
libbio-samtools-perl_1.36.orig.tar.gz
 49456a2f9f3b0be7dba5dc2cb5f61bb0 7581 perl optional 
libbio-samtools-perl_1.36-1.debian.tar.gz
 5637980c45d12a55d9a914b0d942bfc4 278114 perl optional 
libbio-samtools-perl_1.36-1_amd64.deb

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

iQIcBAEBCAAGBQJQS+tvAAoJEMW9bI8ildUCoZ0P+QHljhhOkO1OtXVA5wDxq0dq
g5V3q5EBHaPvbaISA8I6PtjmowjOVT2/5zuNUmHrpkOJNIrWdY6Zs+Ugg+yi+h1f
jCqWyQXPrpDdPy9rSXDVflzwiY7K2dWNQZwU+btpZJcZPuAjNxZtbjyrLMJ3dZnJ
3aDsTyja1V6o6RMeo1ZvkmJybU5pC4HTcvg5pPHcCP7Ouu6c8MlTNFeIDICoE9SC
BbrcWNVkbONjUXWB3DbyygNs/lVr6m4gKVSa6Vx9rifF+nMIbkcCczO4aCmWN2lt
wL+rzhPAh1VnYras1OKfLGLecKte5cf296kguF3b2MfM5XL2PP4BQzLEyVnBD/9r
MmgOvzCeMgGjuF4Wf+RkcutUJQTTKqEAWEQdePbfVmDiE/qsNLYwwBimpPtTU1Lq
TvKYHcK5qLVX++Bft9bqTpG4tYCHnKY+CZikRO6aYnD3TGF15MdDHEbLfBhz82te
XmwiVNJx6glhY0R5lytD9ui+fVBRuP8DbNQTLommljDltcG0T3wnnhkX5wIlIZ7n
epKj96xMntyDv82hI3C8emPyDKUVDLQp13acmxvCb1NpDOLZ7XSmKp60L8AxnvHs
RFmGhaLSCufJJ/dlJQADjgcG7HXh6xfMqVebBfDeEX9fXuahHH1YrzcF0KwOnvsL
4Uxc0xkONbVoScV+ZjhJ
=mfwG
-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/e1taw9c-0002r6...@franck.debian.org



Accepted debirf 0.33 (source all)

2012-09-08 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Sep 2012 16:01:51 -0400
Source: debirf
Binary: debirf
Architecture: source all
Version: 0.33
Distribution: unstable
Urgency: low
Maintainer: Jameson Graef Rollins jroll...@finestructure.net
Changed-By: Daniel Kahn Gillmor d...@fifthhorseman.net
Description: 
 debirf - build a kernel and initrd to run Debian from RAM
Closes: 65 656138 685138
Changes: 
 debirf (0.33) unstable; urgency=low
 .
   [ Jameson Rollins ]
   * fix comments about default suite in example config files.  Thanks,
 Simon Elsbrock!  (Closes: #656138)
 .
   [ Matt Taggart ]
   * ddrescue was dropped in favor of gddrescue (Closes: #685138)
 .
   [ Daniel Kahn Gillmor ]
   * removed scsitools from rescue module due to maintainer script breakage
 under fakechroot (see #686881)
   * work around flakey insserv under debootstrap --variant=fakechroot (see
 #686965)
   * the above two changes suffice to: (Closes: #65)
   * debian/changelog: bumped Standards-Version to 3.9.3 (no changes needed)
   * only provisionally install smp-utils, since it was introduced in wheezy.
Checksums-Sha1: 
 2936f41a04a3da7a3744eb1fa37f64f6d9082386 1691 debirf_0.33.dsc
 7024400290649ac07c56f922c88c4e30ff17f6e4 41252 debirf_0.33.tar.gz
 d28b784946f43d9b674f00da7970aa3a7c024a4f 34104 debirf_0.33_all.deb
Checksums-Sha256: 
 58cbfedee9a661477d2a226df5859cd005e618921b62e25845ca4e1ae20be128 1691 
debirf_0.33.dsc
 af619d9eaeb20131dfb2a921996d97b3720aea535a2bfffedc9fa88c9c23dc27 41252 
debirf_0.33.tar.gz
 70e25ddb900076d55b97b93557cad790bce76b31fb529b9ecca0065476d7fb15 34104 
debirf_0.33_all.deb
Files: 
 5e8c3332d485f9b427fc86a10f0b0db6 1691 admin extra debirf_0.33.dsc
 d1484624ea9525ffb8569a5c89ce560d 41252 admin extra debirf_0.33.tar.gz
 45d1d4dea4be619664cad48a76ecc771 34104 admin extra debirf_0.33_all.deb

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

iQJ8BAEBCgBmBQJQSlPLXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQwRUU1QkU5NzkyODJEODBCOUY3NTQwRjFD
Q0QyRUQ5NEQyMTczOUU5AAoJEMzS7ZTSFznpFaUP/3u6pVIkVFJ/L5xSHRRLQro3
1zKwbm53q7e6hqkaIgn8JWlv6gU6KUSu78y2Mt4xodsavklzCJZfJnNtqtRYC0Sy
Uugi1yAPR2MRov8V0AQROCFdqroFWcYm4uLk+qA85WuUt04YIbc+Bs+Hvepo4MeE
kZSofblP0lX1AgNDdOJLiEJw44N60dYeCY/WgEmXstbdbmlwtSvUEtca0bSS2zxi
7dQEKEFwILcDOuPHDwDgYwJkyRKxr+Efb5n5oOrZ6cQZ6d1aDXlblJQZgn4BhQe1
z+Vpu3GtKavLM+jl47u9Y1STyoVdVhwLIEc29/15GZLTqA4iSs+Z5sxksgW1EtBW
3h4s7vXDpFOIUp0786DjjyX8UJCjQNhJcTuiqqBpcp6GVuEdulKy1SsVEflJyE4p
wui3zkHd8evVRVwTh+zvtv/2mbzjTjIzzv8JY2ptsDVI3ansml+NKWUYJR4WjPZn
xKDYyawPSivAkaDjgLAX/SRmpNUZreXYS0+615gpVZY0udWgigWAT6dUlw+SB0B2
CcuxYyl4Bq0YfPYZcrcIRO/hpUbhZYN4Q7TAB138/bLiTvb5hE/+wY7sVs7eVv0u
rAKHzZckqZdoEXPZiR3/bd0TybjSb6rmH40S+Cv5qMBd7IkTgRrgXo+DLW6BXAMA
iR2+5tSYjjfBbX9PnIY0
=IVCP
-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/e1taxnx-0006xi...@franck.debian.org



Accepted libbio-graphics-perl 2.29-1 (source all)

2012-09-08 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 09 Sep 2012 12:18:11 +0900
Source: libbio-graphics-perl
Binary: libbio-graphics-perl
Architecture: source all
Version: 2.29-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 libbio-graphics-perl - Generate GD images of Bio::Seq objects
Changes: 
 libbio-graphics-perl (2.29-1) unstable; urgency=low
 .
   5f027b7 Imported Upstream version 2.29.
   bdb8255 Summarised license for the whole package with a header field.
   9ce13ce Conforms to Debian Policy version 3.9.3.
Checksums-Sha1: 
 2e33b9185ab2943955bd0a788be3018afe3d87ef 2159 libbio-graphics-perl_2.29-1.dsc
 2bc0efd4b784d51bf0dca4633691f842860148e8 972569 
libbio-graphics-perl_2.29.orig.tar.gz
 ac2e019f5a0a33888656f9c74b1f7b3db2cd2f39 7632 
libbio-graphics-perl_2.29-1.diff.gz
 56e793dab76502132cf177fe989d7f92e7d4e42b 672876 
libbio-graphics-perl_2.29-1_all.deb
Checksums-Sha256: 
 bc3cc93ba44ef8dcdba79805b1c46fcb29ae1dba4d87c473c46b8c02008f51ea 2159 
libbio-graphics-perl_2.29-1.dsc
 e127c8471b60ef7bd929917e5f078e1685deeb671383c2cf06fafd769152 972569 
libbio-graphics-perl_2.29.orig.tar.gz
 21172910d2a9ea0b2483a472e06e58e2043d3b992a7decfb12847d35e39a582f 7632 
libbio-graphics-perl_2.29-1.diff.gz
 a36ab7802f0529616f85430cf3e404c02973ead7fa28165d4ba9c7730ab6bb36 672876 
libbio-graphics-perl_2.29-1_all.deb
Files: 
 533a55a90ec76fdb683a8ab743c43309 2159 perl optional 
libbio-graphics-perl_2.29-1.dsc
 7798ac27818d8ddb25d02eff64dcc916 972569 perl optional 
libbio-graphics-perl_2.29.orig.tar.gz
 8dcac938322655e7d7153947d534e5e1 7632 perl optional 
libbio-graphics-perl_2.29-1.diff.gz
 7c87f2fa03e2c24450d3621542be0e59 672876 perl optional 
libbio-graphics-perl_2.29-1_all.deb

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

iQIcBAEBCAAGBQJQTAv9AAoJEMW9bI8ildUCuyQQALVVd6lj6KAdZuDVpjRzg4kX
5nNzsflkhuKPiq4HTtvWR5+ODxxa3cF2ZGFwyZaxCgbEzwBU+CEI04KatQGmst49
ueqTE0bfCVVF8jm+DNNP0RZ4K1ew4EjmmoQy7Fo8TPZiAa0CZ+s0R7T14RlkUbx4
L2eoW94yVrySZDhdDozFVwEzPAJbOb1h+cY00IAKr4H7vaquIfZH1CH4n4G7QInT
lEYvnC9ol7qVV0x2y9qFjOuZtJw+LnGfSXFA8+YanO+yx2VLBdtPpn9+2KmFxOJ5
7a6wnelgtxzcI5r/g9gc58D+gbmEI+WftmnA+TBWkhC5/E4WTCXUQ5P2IFWbyNX1
LLUUuy6IpllRAYfjlEwMQqtXMQWgmdxGSvBtEavoamzFkz173v0mErQcorq/7eK1
SFKDHnFqTRp5scemxSu7IlgRAfxOFv5fiK2I505qCPk7m97I+Vw2xgxOvUGL0IEE
hQV+khT32rAuZFPZkB7gNldvpe8LIP5X41B8Nf0b3/pU1KbVIbnXDuKT5w+yM9QJ
v9iRi2t6R76zqMax0r/BEVVds40S3RH5fFE+dY754J26ZXjWdeFTYUBQ2YsGWX22
XwKEu5CSXyZ6piQyRMoYXSsue8pPtvWGmQe1mvPeGytyiDtDLGFqO0xwhgtDosZ4
7uBcBggzX8SwfrD8PDYL
=T5+3
-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/e1tayge-00038j...@franck.debian.org



Accepted nvidia-graphics-drivers 304.43-1 (amd64 i386 source)

2012-09-08 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 09 Sep 2012 04:11:49 +0200
Source: nvidia-graphics-drivers
Binary: nvidia-glx xserver-xorg-video-nvidia nvidia-glx-ia32 libgl1-nvidia-glx 
libgl1-nvidia-glx-ia32 nvidia-alternative nvidia-kernel-dkms 
nvidia-kernel-source nvidia-vdpau-driver nvidia-vdpau-driver-ia32 nvidia-smi 
libcuda1 libcuda1-ia32 libnvidia-compiler libnvidia-compiler-ia32 libnvcuvid1 
libnvidia-ml1 nvidia-opencl-common nvidia-opencl-icd nvidia-opencl-icd-ia32 
nvidia-libopencl1 nvidia-libopencl1-ia32 libgl1-nvidia-alternatives 
libgl1-nvidia-alternatives-ia32 libglx-nvidia-alternatives nvidia-detect
Architecture: amd64 i386 source
Version: 304.43-1
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann deb...@abeckmann.de
Description: 
 libcuda1   - NVIDIA CUDA runtime library
 libcuda1-ia32 - please switch to multiarch libcuda1:i386
 libgl1-nvidia-alternatives - transition libGL.so* diversions to 
glx-alternative-nvidia
 libgl1-nvidia-alternatives-ia32 - simplifies replacing MESA libGL with GPU 
vendor libraries (32-bit
 libgl1-nvidia-glx - NVIDIA binary OpenGL libraries${nvidia:LegacyDesc}
 libgl1-nvidia-glx-ia32 - please switch to multiarch 
libgl1-nvidia${nvidia:Legacy}-glx:i386
 libglx-nvidia-alternatives - transition libgl.so diversions to 
glx-alternative-nvidia
 libnvcuvid1 - NVIDIA CUDA nvcuvid runtime library
 libnvidia-compiler - NVIDIA runtime compiler library
 libnvidia-compiler-ia32 - please switch to multiarch libnvidia-compiler:i386
 libnvidia-ml1 - NVIDIA management library (NVML) runtime library
 nvidia-alternative - allows the selection of NVIDIA as GLX provider
 nvidia-detect - NVIDIA GPU detection utility
 nvidia-glx - NVIDIA metapackage${nvidia:LegacyDesc}
 nvidia-glx-ia32 - NVIDIA 32-bit libraries${nvidia:LegacyDesc} (transitional 
package
 nvidia-kernel-dkms - NVIDIA binary kernel module DKMS 
source${nvidia:LegacyDesc}
 nvidia-kernel-source - NVIDIA binary kernel module source${nvidia:LegacyDesc}
 nvidia-libopencl1 - NVIDIA OpenCL library
 nvidia-libopencl1-ia32 - please switch to multiarch nvidia-libopencl1:i386
 nvidia-opencl-common - NVIDIA OpenCL driver
 nvidia-opencl-icd - NVIDIA OpenCL ICD
 nvidia-opencl-icd-ia32 - please switch to multiarch nvidia-opencl-icd:i386
 nvidia-smi - NVIDIA System Management Interface
 nvidia-vdpau-driver - NVIDIA vdpau driver
 nvidia-vdpau-driver-ia32 - please switch to multiarch nvidia-vdpau-driver:i386
 xserver-xorg-video-nvidia - NVIDIA binary Xorg driver${nvidia:LegacyDesc}
Changes: 
 nvidia-graphics-drivers (304.43-1) unstable; urgency=low
 .
   * New upstream long lived branch release 304.43 (2012-08-27).
 - Fixed a bug that caused pre-release versions of X.Org xserver 1.13 to
   crash when certain GLX operations were performed, such as when starting
   Firefox.
 - Fixed a bug that caused VDPAU to hang when expanding the YouTube
   Flash Player.
 - Fixed a bug that prevented the display palette from being updated
   immediately after an application called XStoreColors.
 - Added support for the following GPUs: GeForce GTX 660 Ti,
   Quadro K5000, Quadro K5000M, Quadro K4000M, Quadro K3000M, NVS 510.
   * Update nv-readme.ids.
   * conftest.h:
 - Implement check for linux/screen_info.h (302.17).
 - Implement check for linux/kconfig.h (304.30).
 - Implement new conftest.sh function acpi_os_wait_events_complete
   (304.43).
   * 3.6_kernel.patch: Remove, fixed upstream.
   * bug-control: Report installed versions of libgl1-nvidia-alternatives-ia32,
 libgl1-nvidia{,-legacy-173xx}-glx-ia32, and ia32-libs.
   * libgl1-nvidia-glx: The 302+ drivers add many features not supported by
 older releases of nvidia-settings, therefore add
 Breaks: nvidia-settings ( 304), nvidia-settings-legacy-173
   * {libgl1-nvidia-glx,libcuda1,nvidia-vdpau-driver,nvidia-opencl-icd}-ia32:
 Add NEWS file describing the steps needed to install the multiarch :i386
 nvidia packages on amd64.
Checksums-Sha1: 
 db269d3fc97b1dee04ef9abdb79bc140eb117288 3932 
nvidia-graphics-drivers_304.43-1.dsc
 4a21bc7acf3fc3575b4d938382a78203c999fa14 100326948 
nvidia-graphics-drivers_304.43.orig.tar.gz
 a13900e76795e18f7d3367364068de5f67446a2c 107307 
nvidia-graphics-drivers_304.43-1.debian.tar.gz
 fa49f6a9257f9741a8bd347b062cbdb4f9ff12b5 375142 nvidia-glx_304.43-1_amd64.deb
 e479408e7d152c5a5a9c2a88b50e536c48c19d9c 4783442 
xserver-xorg-video-nvidia_304.43-1_amd64.deb
 5d2d6c03dd9b56f1317e358ab93211bf1e6d0337 88044 
nvidia-glx-ia32_304.43-1_amd64.deb
 1aff236335d6616e0ad2afe7e212e5c371a9e720 9641062 
libgl1-nvidia-glx_304.43-1_amd64.deb
 deefb86fdc75c1cc95866e7771420b38de77aeca 88248 
libgl1-nvidia-glx-ia32_304.43-1_amd64.deb
 729a33257549e49114a4b047f3b95b0dec03379a 88928 
nvidia-alternative_304.43-1_amd64.deb
 02c5200908953d64bd9ae4cd82c33a9d91805f15 9340176